@charset "utf-8";
/* Table of Contents
   ++1++ Main Styles
   ++2++ Responsive Styles
   ++3++ Color Styles
*/
:root {
  --primary: #251e21;
  --secondary: #79a32f;
  --thirdary: #1d191b;
  --primary-shadow: #4e4549;
  --secondary-opacity: #0b4633cc;
}

@font-face {
  font-family: 'Manrope';
  src:
    url('../fonts/manrope.woff2') format('woff2'),
    url('../fonts/manrope.woff') format('woff');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

/*---- ++1++ Main Styles ----*/
.sr-only,
svg:not(:root) {
  overflow: hidden;
}

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
em,
img,
strike,
strong,
b,
u,
i,
center,
ol,
ul,
li,
table,
tbody,
thead,
tr,
th,
td,
article,
aside,
embed,
footer,
header,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

.collapse.in,
article,
aside,
footer,
header,
main,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
}

html {
  font-family: sans-serif;
  font-size: 16px;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #eed;
  color: #020202;
  font-size: 17px;
  font-weight: 400;
  font-family: 'Manrope', sans-serif;
  line-height: 1.75em;
  background-attachment: fixed;
  overflow-x: hidden;
}

body.boxed {
  background-color: #333;
}

body.boxed .body {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  height: auto;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px #00000033;
  -moz-box-shadow: 0 0 2px #00000033;
  box-shadow: 0 0 2px #00000033;
}

.collapse,
[hidden],
template {
  display: none;
}

* {
  outline: none;
}

*,
:after,
:before {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.nav:after,
.nav:before,
.row:after,
.row:before {
  display: table;
  content: ' ';
}

.clearfix:after,
.container-fluid:after,
.container:after,
.nav:after,
.row:after {
  clear: both;
}

.open > a {
  outline: 0;
}

a {
  background-color: transparent;
  color: #222;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: 0;
  color: #222;
}

a:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

a img {
  border: none;
}

a > img {
  vertical-align: middle;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

button {
  margin: 0;
  font: inherit;
  color: inherit;
  overflow: visible;
  text-transform: none;
  appearance: button;
  -webkit-appearance: button;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button[disabled] {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.close {
  line-height: 1;
  float: right;
  font-size: 21px;
  font-weight: 700;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
}

button.close {
  appearance: none;
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}

[role='button'] {
  cursor: pointer;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

iframe {
  border: 0;
}

.align-left {
  float: left;
  margin: 5px 25px 20px 0 !important;
}

.align-right {
  float: right;
  margin: 5px 0 20px 25px !important;
}

.display-inline {
  display: inline-block;
}

.border-radius {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.content {
  padding: 70px 0 0;
}

.shadow-row {
  box-shadow: 0 3px 3px #00000019;
  position: relative;
  z-index: 1;
}

.position-relative {
  position: relative;
}

.home-banner-img {
  margin: 0 20px 20px;
  text-align: center;
}

.home-banner-img .stacked-title {
  font-size: 3.625rem;
  font-family: 'Manrope', sans-serif;
  padding: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 20px 0;
  color: #222;
  font-weight: 300;
  line-height: 1.1;
  font-family: 'Manrope', sans-serif;
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 2.25rem;
}

h2,
.h2 {
  font-size: 1.875rem;
}

h3,
.h3 {
  font-size: 24px;
  font-weight: 400;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  margin: 0 0 20px;
}

p.lead {
  font-size: 19px;
  line-height: 30px;
  font-weight: 400;
}

.big {
  font-size: 200%;
  line-height: 1.5em;
}

.feature-text h2 {
  font-weight: 400;
  margin-bottom: 12px;
}

.feature-text p {
  margin-bottom: 0;
}

.feature-text a {
  font-size: 18px;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

hr.fw {
  display: block;
  clear: both;
  margin-bottom: 30px;
  margin-top: 15px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #eee;
}

ol,
ul {
  margin-top: 0;
  margin-bottom: 10px;
  list-style: none;
}

ul.checks,
ul.angles,
ul.chevrons,
ul.icons {
  margin: 0;
  list-style-type: none;
}

ul.checks > li,
ul.angles > li,
ul.chevrons > li,
ul.icons > li {
  margin: 5px 0;
}

ul.checks > li > i,
ul.angles > li > i,
ul.chevrons > li > i,
ul.icons > li > i {
  margin-right: 2px;
}

ul.inline {
  margin: 10px 0;
}

ul.inline > li {
  display: inline-block;
  margin-right: 10px;
}

ul.inline > li i.fa {
  margin-right: 2px;
}

ul.nav-list-primary > li a {
  display: block;
  padding: 8px;
  border-bottom: 1px solid #eee;
  color: #666;
  text-decoration: none;
}

ul.nav-list-primary > li a:hover {
  text-decoration: none;
}

ul {
  margin: 10px 0 10px 20px;
  list-style-type: disc;
}

ol {
  margin: 10px 0 10px 30px;
  list-style-type: decimal;
}

ol ol,
ol ul,
ul ol,
ul ul {
  margin-bottom: 0;
}

ul ul,
ol ul {
  margin: 10px 0 10px 20px;
}

ul ul {
  list-style-type: circle;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
  margin-bottom: 20px;
  line-height: 24px;
}

table {
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
}

th {
  text-align: left;
}

td,
th {
  padding: 0;
}

.table .table {
  background-color: #fff;
}

.table {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  border-top: 0;
}

table col[class*='col-'] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  display: table-cell;
  float: none;
}

.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

.table-bordered,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border: none;
}

.table-hover > tbody > tr:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > thead > tr > td.active,
.table > thead > tr > th.active {
  background-color: #666;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

.table-contact th,
.table-contact td {
  color: #fff;
  text-align: center;
  padding: 15px 0 !important;
}

.table-contact th {
  font-weight: bold;
}

.table-contact th:first-child {
  text-align: left;
}

.table-contact td:first-child {
  text-align: left;
}

.btn {
  white-space: nowrap;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.btn,
.btn-primary.active,
.btn-primary:active,
.btn.active,
.btn:active {
  background-image: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: dotted thin;
  outline: -webkit-focus-ring-color auto 5px;
  outline-offset: -2px;
}

.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}

.btn.active,
.btn:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}

a.btn.disabled {
  pointer-events: none;
}

.btn-primary {
  background-color: #337ab7;
  border-color: #2e6da4;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
  border-width: 0;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-transform: uppercase;
  line-height: 2;
  position: relative;
  font-size: 18px;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
  color: #fff;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}

.accordion {
  margin-bottom: 0;
}

.accordion-group {
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.panel {
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

.accordion-group.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #edc;
  border-radius: 3px;
}

.accordion-heading {
  border-bottom: 0 none;
}

.accordion-heading .accordion-toggle {
  position: relative;
  display: block;
  padding: 21px 15px;
  padding-right: 30px;
  background: none;
  text-decoration: none;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
  color: #222;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-transform: uppercase;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-heading .accordion-toggle.active {
  color: #fff;
}

.accordion-heading .accordion-toggle:hover {
  color: #fff;
}

.accordion-heading.accordionize .accordion-toggle.active i,
.accordion-heading.togglize .accordion-toggle.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-heading.accordionize .accordion-toggle i,
.accordion-heading.togglize .accordion-toggle i {
  position: absolute;
  top: 50%;
  right: 20px;
  margin: -8px 0 0 0;
  font-size: 18px;
  -webkit-transition: all 0.1s linear 0s;
  -moz-transition: all 0.1s linear 0s;
  -ms-transition: all 0.1s linear 0s;
  -o-transition: all 0.1s linear 0s;
  transition: all 0.1s linear 0s;
}

.accordion-inner {
  padding: 16px;
  background: #fff;
}

.text_banner {
  padding: 30px;
  position: relative;
}

.accent-bg.text_banner h4,
.accent-bg.text_banner h3,
.accent-bg.text_banner p {
  color: #fff;
}

.text_banner p {
  opacity: 0.8;
}

.text_banner:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-bottom: 20px solid #00000019;
  border-right: 20px solid transparent;
}

.text_banner:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-top: 19px solid #edc;
  border-left: 19px solid transparent;
}

.cta {
  position: relative;
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta h2 {
  color: #fff;
  font-size: 42px;
  margin: 0;
  text-align: left;
}

.cta p {
  text-align: right;
  margin: 0;
}

.parallax {
  background-attachment: fixed;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #333;
  position: relative;
}

.parallax::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(253 253 253 / 68%);
	
	
	
}

.parallax5 h2.h1 {
  font-size: 2.625rem;
  font-weight: 700;
  text-shadow: 2px 2px #949597;
}

.parallax5 .list-unstyled li {
  text-transform: capitalize;
  font-style: italic;
}

.header-wrapper {
  position: relative;
}

.sticky-wrapper {
  height: auto !important;
}

.site-header {
  background-color: #fff;
  width: 100%;
  position: relative;
  min-height: 70px;
}

.is-sticky .site-header {
  box-shadow: 0 3px 3px #00000026;
  background-color: #fff;
  z-index: 9999;
}

.site-header-right {
  float: right;
  position: relative;
  z-index: 5;
}

.header-style2 .site-header-right {
  position: static;
}

.header-style2 .site-header > .container {
  position: relative;
}

.header-style2 .dd-menu {
  float: right;
}

.header-info-cols {
  float: right;
  list-style-type: none;
  margin: 0;
}

.header-info-cols li {
  float: left;
  font-size: 13px;
  line-height: 17px;
  padding-top: 15px;
  white-space: nowrap;
  margin-left: 20px;
  margin-right: 0;
}

.header-info-cols li > div {
  display: block;
  height: 40px;
  float: left;
}

.header-info-cols li > div > div {
  display: table;
  vertical-align: middle;
}

.header-info-cols li > div > div > span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

.header-info-cols li > div > div > span.phone {
  font-size: 2.1em;
}

.header-info-cols li .icon-col {
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid transparent;
  float: left;
  margin-right: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 36px;
}

.site-logo {
  position: relative;
  width: 250px;
  z-index: 2;
  float: left;
}

.site-logo a {
  position: relative;
  z-index: 1;
}

.topbar {
  padding: 8px 0;
}

.topbar .header-info-cols {
  float: left;
  color: #fff;
}

.topbar .header-info-cols li {
  padding-top: 0;
}

.topbar .header-info-cols li span.phone {
  font-size: 2.1em;
}

.topbar .topbar-text {
  line-height: 38px;
  font-size: 20px;
  color: #fff;
  font-style: italic;
}

.main-navigation {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 66px;
  background: #fffffff7;
  border-top: 1px solid #eee;
}

.is-sticky .main-navigation {
  box-shadow: 0 3px 3px #00000026;
  z-index: 9999;
}

.main-navigation .container {
  position: relative;
}

.main-navigation .social-icons li,
.topbar .social-icons li,
.site-header .social-icons li {
  margin-left: 20px;
}

.main-navigation .social-icons a,
.topbar .social-icons a,
.site-header .social-icons li {
  font-size: 20px;
  line-height: 60px;
}

.site-header-right .dd-menu > li {
  margin-left: 15px;
  margin-right: 0;
}

.site-header-right .dd-menu > li:first-child {
  margin-left: 0;
  margin-right: 0;
}

.site-header-right .dd-menu > li > a {
  line-height: 96px;
}

.dd-menu {
  margin: 5px 0 0;
  list-style-type: none;
  display: block;
}

#menu-toggle,
.book-toggle {
  display: none;
  background: #555;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-top: 12px;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.dd-menu > li {
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  margin-right: 35px;
}

.dd-menu > li > a {
  display: block;
  color: #222;
  line-height: 64px;
}

.dd-menu > li > a > i {
  font-size: 12px;
}

.dd-menu > li ul {
  margin: 0;
  list-style-type: none;
  position: absolute;
  top: 100%;
  left: -20px;
  margin-top: -1px;
  z-index: 999;
  display: none;
  min-width: 100%;
  height: auto;
  background: #fff;
  margin-left: 0;
  border-top: 3px solid;
  -webkit-box-shadow: 0 3px 3px #0000002c;
  -moz-box-shadow: 0 3px 3px #0000002c;
  box-shadow: 0 3px 3px #0000002c;
}

.dd-menu > li:hover ul {
  display: block;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.dd-menu > li > ul li {
  line-height: normal;
  font-size: 14px;
  position: relative;
  font-weight: 400;
  text-transform: none;
}

.dd-menu > li.megamenu {
  position: static;
}

.dd-menu > li.megamenu > ul > li a:first-child i.fa-caret-right {
  display: none;
}

.dd-menu > li > ul > li > a,
.dd-menu > li > ul > li > ul > li > a,
.dd-menu > li > ul > li > ul > ul > li > a {
  display: block;
  padding: 12px 20px;
  border-bottom: 1px solid #0000000c;
  white-space: nowrap;
  text-decoration: none;
  color: #222;
}

.dd-menu > li > ul > li > a:hover {
  color: #333;
}

.dd-menu > li > ul > li > a:hover,
.dd-menu > li > ul > li > ul > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.dd-menu > li > ul > li:last-child > a {
  border-bottom: 0;
}

.dd-menu > li > ul li ul {
  margin: 0;
  list-style-type: none;
  left: 101% !important;
  top: 0 !important;
  min-width: 150px;
  position: absolute;
  border: 0;
}

.dd-menu > li.megamenu {
  position: inherit !important;
  left: 0;
}

.dd-menu > li.megamenu > ul {
  margin: 0;
  list-style-type: none;
  left: 0 !important;
  min-width: inherit;
  width: 100%;
  top: 100%;
  margin-top: -1px;
}

.dd-menu .megamenu-container {
  padding: 25px;
  width: 100%;
}

.dd-menu .megamenu-container ul {
  margin: 0;
  list-style-type: none;
  display: block !important;
  left: 0 !important;
  box-shadow: none;
  opacity: 1 !important;
  background: transparent;
  position: static !important;
  text-align: left !important;
  margin-left: 0;
  border-top: 0;
}

.dd-menu .megamenu-container .megamenu-sub-title {
  display: block;
  margin-bottom: 35px;
  font-size: 21px;
  color: #333;
  text-align: left;
}

.dd-menu .megamenu-container ul li {
  font-size: 15px;
  border-left: 0;
}

.dd-menu .megamenu-container ul li a {
  margin: 0;
  border-bottom: 0;
  color: #222;
}

.dd-menu .megamenu-container ul.sub-menu li a {
  display: block;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
}

.dd-menu .megamenu-container ul li a i {
  display: none;
}

.dd-menu .megamenu-container ul.sub-menu li:first-child a {
  padding-top: 0;
}

.dd-menu .megamenu-container ul.sub-menu li a:hover {
  text-decoration: none;
}

#contact-info {
  display: none;
}

.flex-caption-table {
  width: 100%;
  display: table;
  vertical-align: middle;
}

.flex-caption-cell {
  display: table-cell;
  vertical-align: middle;
}

.flex-caption-text {
  display: block;
}

.flex-caption-text h1,
.flex-caption-text h2,
.flex-caption-text h3,
.flex-caption-text p {
  color: #fff;
  margin-bottom: 30px;
}

.flex-caption-text h2 {
  font-size: 41px;
  line-height: 50px;
  margin-bottom: 10px;
}

.flex-caption-text a.basic-link {
  color: #fff;
  font-weight: 400;
}

.page-header {
  border-bottom: 0;
  margin: 0;
  padding: 10px 0;
  box-shadow: inset 0 0 6px #00000019;
}

.page-header h1 {
  padding-top: 5px;
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  float: left;
}

.page-header .breadcrumb {
  list-style: none;
  margin: 0;
  padding: 0 15px 0;
  float: right;
  background-color: transparent !important;
}

.breadcrumb > .active {
  color: #777;
}

.page-header .breadcrumb li {
  color: #fff;
  font-size: 14px;
  display: inline;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  content: '/\00a0';
  color: #fff;
}

.breadcrumb a {
  margin-bottom: 0;
  color: #fff;
}

.site-footer {
  padding: 70px 0 0;
  color: #bbb;
}

.site-footer-bottom {
  padding: 20px 0;
  color: #bbb;
}

.site-footer-bottom p {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 14px;
	 color: #000;
}

.site-footer .social-icons-rounded a:hover {
  color: #fff;
}

.footer_widget h4.widgettitle {
  text-transform: uppercase;
  border-bottom: 0;
  color: #bbb;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
}

.footer_widget h4.widgettitle:before,
.footer_widget h4.widgettitle:after {
  display: none;
}

.footer_widget,
.site-footer .footer_widget a {
  color: #bbb;
}

.table-footer a {
  color: #bbb;
}

.table-footer th {
  padding: 10px !important;
}

.table-footer td {
  padding: 10px !important;
}

#back-to-top {
  position: fixed;
  right: -40px;
  bottom: 15px;
  background: #000000cc;
  width: 40px;
  height: 40px;
  text-align: center;
  color: #fff;
  line-height: 43px;
  overflow: hidden;
  font-size: 17px;
  display: block;
  z-index: 1111;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.1s;
}

.social-icons,
.social-icons-footer {
  margin: 0;
  list-style-type: none;
}

.social-icons li,
.social-icons-footer li {
  display: inline-block;
  margin-right: 5px;
}

.social-icons li:last-child,
.social-icons-footer li:last-child {
  margin-right: 0;
}

.social-icons li a {
  text-align: center;
  color: #222;
  display: block;
}

.social-icons-footer li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: block;
  color: #ffffff !important;
}

.social-icons-footer li a:hover {
  color: #fff;
}

.social-icons li.facebook a:hover {
  color: #359;
}

.social-icons li.twitter a:hover {
  color: #0ae;
}

.social-icons li.google a:hover {
  color: #25b;
}

.social-icons li.instagram a:hover {
  color: #479;
}

.social-icons li.linkedin a:hover {
  color: #07a;
}

.social-icons li.pinterest a:hover {
  color: #c22;
}

.social-icons li.vimeo a:hover {
  color: #4bf;
}

.social-icons li.youtube a:hover {
  color: #c33;
}

.social-icons li.yelp a:hover {
  color: #c10;
}

.social-icons-footer li.facebook a:hover {
  background-color: #359;
}

.social-icons-footer li.twitter a:hover {
  background-color: #0ae;
}

.social-icons-footer li.google a:hover {
  background-color: #25b;
}

.social-icons-footer li.instagram a:hover {
  background-color: #479;
}

.social-icons-footer li.linkedin a:hover {
  background-color: #07a;
}

.social-icons-footer li.pinterest a:hover {
  background-color: #c22;
}

.social-icons-footer li.vimeo a:hover {
  background-color: #4bf;
}

.social-icons-footer li.youtube a:hover {
  background-color: #c33;
}

.social-icons-footer li.yelp a:hover {
  background-color: #c10;
}

.social-icons-rounded a {
  border-radius: 100%;
}

.post-content {
  margin-bottom: 40px;
}

.meta-data {
  font-size: 12px;
  line-height: 16px;
  display: block;
  font-weight: 400;
  text-transform: uppercase;
}

.meta-data a {
  color: #999;
}

.meta-data a:hover {
  text-decoration: none;
}

.meta-data > span {
  display: inline-block;
}

.meta-data i {
  margin-right: 4px;
}

.meta-data > span:last-child {
  margin-right: 0;
}

p.meta-data {
  font-size: 16px;
  line-height: 1.7em;
}

.basic-link {
  display: inline-block;
  font-weight: 700;
  font-size: 13px;
  line-height: 20px;
  text-transform: uppercase;
}

.basic-link:hover {
  opacity: 0.8;
  color: #555;
  text-decoration: none;
}

.tags-list a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 4px 11px;
  border-radius: 3px;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
  background: #fff;
  text-decoration: none;
  font-size: 13px;
}

.tags-list a:hover {
  text-decoration: none;
  color: #fff;
}

.blog-list {
  list-style-type: none;
  margin: 0;
}

.blog-list-item,
.blog-grid-item .grid-item-content {
  border-top: 0;
  padding: 20px;
  border: 1px solid #eee;
  border-bottom: 2px solid #eee;
  background: #fff;
}

.blog-list-item {
  margin-bottom: 40px;
}

.media-box {
  position: relative;
  z-index: 1;
  display: inline-block;
  max-width: 100%;
}

.blog-list-item .media-box {
  position: relative;
}

.blog-grid-item .media-box {
  margin-bottom: -8px;
}

.blog-grid-item {
  margin-bottom: 30px;
}

.blog-list-item .blog-title {
  margin: 0 0 12px;
  font-size: 21px;
}

.blog-list-item .blog-title a {
  color: #222;
}

.blog-list-item .meta-data {
  margin-bottom: 5px;
  margin-top: 5px;
}

.blog-item-meta {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  margin-bottom: 15px;
}

.blog-item-meta > div {
  display: inline-block;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid #eee;
}

.blog-item-meta > div:last-child {
  border-right: 0;
  margin-right: 0;
}

.blog-item-meta > div a {
  color: #999;
}

.blog-item-meta > div a:hover {
  color: #555;
}

.pagination {
  display: inline-block;
  border-radius: 4px;
  padding-left: 0;
  margin: 20px 0;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: #ddd;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 14px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.feature-block {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 1px solid #eee;
  border-bottom: 3px solid #eee;
  border-radius: 3px;
  margin-top: 30px;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.feature-block:hover {
  -webkit-box-shadow: 0 0 8px #00000014;
  box-shadow: 0 0 8px #00000014;
  -webkit-transition:
    box-shadow 0.2s ease,
    border-bottom 0.2s ease;
  -o-transition:
    box-shadow 0.2s ease,
    border-bottom 0.2s ease;
  transition:
    box-shadow 0.2s ease,
    border-bottom 0.2s ease;
}

.feature-block:before,
.feature-block:after,
.main-navigation:before,
.main-navigation:after {
  content: ' ';
  display: table;
}

.feature-block:after,
.main-navigation:after {
  clear: both;
}

.feature-block .icon {
  color: #ccc;
  font-size: 26px;
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  line-height: 55px;
  border-radius: 100%;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease 0.1s;
  -moz-transition: all 0.3s ease 0.1s;
  -ms-transition: all 0.3s ease 0.1s;
  -o-transition: all 0.3s ease 0.1s;
  transition: all 0.3s ease 0.1s;
}

.feature-block:hover .icon {
  color: #fff;
  -webkit-transition:
    background 0.2s ease,
    border 0.2s ease,
    color 0.2s ease;
  -o-transition:
    background 0.2s ease,
    border 0.2s ease,
    color 0.2s ease;
  transition:
    background 0.2s ease,
    border 0.2s ease,
    color 0.2s ease;
}

.feature-block h5 {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 20px;
  text-align: center;
  text-transform: uppercase;
}

.feature-block p {
  margin-bottom: 0;
}

.feature-block .icon i {
  text-align: center !important;
}

.connected-blocks {
  border-left: 1px solid #eee;
  padding: 0 0 10px 40px;
  position: relative;
  margin-left: 20px;
}

.connected-blocks .icon {
  position: absolute;
  left: -20px;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 1px solid #eee;
  z-index: 1;
  background: #fff;
  text-align: center;
  line-height: 36px;
}

.connected-blocks h5 {
  padding-top: 8px;
  color: #999;
}

.stacked-title {
  position: relative;
  z-index: 1;
  font-size: 32px;
  color: #fff;
  text-align: center;
  padding: 20px 30px;
  margin: 0 auto;
  border-radius: 0 0 4px 4px;
  text-shadow: 1px 1px 0 #00000019;
}

.stacked-title-light {
  color: #333;
  background: #fff !important;
}

.icon-box {
  position: relative;
  margin-top: 20px;
  padding: 0 0 0 80px;
  border-radius: 3px;
  margin-bottom: 30px;
}

.icon-box .ibox-icon {
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  top: 0;
  left: 0;
}

.icon-box .ibox-icon a,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
}

.icon-box .ibox-icon i,
.icon-box .ibox-icon img {
  border-radius: 50%;
}

.icon-box .ibox-icon i {
  font-style: normal;
  font-size: 28px;
  text-align: center;
  line-height: 64px;
  z-index: 1;
  -webkit-transition:
    background-color 0.3s,
    color 0.3s;
  -o-transition:
    background-color 0.3s,
    color 0.3s;
  transition:
    background-color 0.3s,
    color 0.3s;
}

.icon-box .before-heading {
  font-size: 14px;
}

.icon-box.ibox-border .ibox-icon {
  border: 1px solid;
  border-radius: 50%;
  padding: 0;
}

.icon-box.ibox-border .ibox-icon i,
.icon-box.ibox-border .ibox-icon img {
  border: none;
  background-color: transparent !important;
}

.icon-box.ibox-center {
  text-align: center;
  padding: 0;
}

.icon-box.ibox-center .ibox-icon {
  position: relative;
  width: 96px;
  height: 96px;
  margin: 0 auto 15px;
}

.icon-box h3 + .ibox-icon {
  margin-top: 20px !important;
}

.icon-box h3 span.subtitle {
  display: block;
  margin-top: 5px;
  color: #444;
  text-transform: none;
}

.icon-box.ibox-center.ibox-italic p {
  font-style: italic;
}

.icon-box.ibox-bg.ibox-center {
  margin-top: 68px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 68px 30px 30px;
}

.icon-box.ibox-bg.ibox-center:first-child {
  margin-top: 48px;
}

.icon-box.ibox-bg.ibox-center .ibox-icon {
  position: absolute;
  top: -48px;
  left: 50%;
  margin: 0 0 0 -48px;
}

.icon-box.ibox-bg.ibox-center.ibox-border .ibox-icon {
  background-color: #fff;
}

.icon-box .ibox-icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  top: -3px;
  left: -3px;
  box-shadow: 0 0 0 2px #555;
  -webkit-transition:
    0 0.3s,
    opacity 0.3s;
  -webkit-transform: scale(0.8);
  -moz-transition:
    0 0.3s,
    opacity 0.3s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transition:
    transform 0.3s,
    opacity 0.3s;
  transform: scale(0.8);
  opacity: 0;
  padding: 3px;
}

.icon-box .ibox-icon i:hover,
.icon-box:hover .ibox-icon i {
  background-color: #555;
  color: #fff;
}

.icon-box:first-child {
  margin-top: 0;
}

.icon-box h3 {
  font-size: 20px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.icon-box p {
  margin: 0;
}

.icon-box.ibox-center .ibox-icon i {
  font-size: 42px;
  line-height: 96px;
}

.icon-box.ibox-border .ibox-icon i {
  line-height: 62px !important;
}

.icon-box.ibox-center.ibox-border .ibox-icon i {
  line-height: 94px !important;
}

.ibox-border-light {
  padding: 20px !important;
  border: 2px solid #fff;
  border-radius: 3px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.ibox-border-light:hover {
  border-color: #fff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.carousel-wrapper {
  overflow: hidden;
  min-height: 150px;
}

.owl-carousel .owl-wrapper-outer {
  padding-top: 30px;
}

.widget .owl-carousel .owl-wrapper-outer {
  padding-top: 10px;
}

.format-image img,
img.format-image {
  padding: 10px;
  border-radius: 3px;
  border: solid 1px #fff;
}

.responsive-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 25px;
  margin: 0;
}

.responsive-columns h3 {
  font-weight: 500;
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  overflow: hidden;
  padding-bottom: 56.25%;
  margin-bottom: 10px;
}

.embed-responsive > iframe,
.embed-responsive > picture,
.embed-responsive > picture > img,
.embed-responsive > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.embed-responsive.youtube-lite {
  cursor: pointer;
}

.embed-responsive.youtube-lite .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 48px;
  width: 48px;
  height: 48px;
  background: rgba(255, 0, 0, 0.8);
  border: 0;
  border-radius: 50%;
  box-shadow: none;
}

.embed-responsive.youtube-lite .play-button::before {
  content: '';
  position: absolute;
  left: 18px;
  top: 16px;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #fff;
}

/*---- ++2++ Responsive Styles ----*/
@supports (-webkit-touch-callout: none) {
  .parallax {
    background-attachment: scroll !important;
  }
}

@media (min-width: 1200px) {
  body.boxed .site-header {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .site-header .container,
  .main-navigation .container,
  .quote-teaser .container,
  .topbar .container {
    width: 100%;
  }

  .site-logo {
    width: 200px;
  }

  .dd-menu > li {
    margin-right: 25px;
  }

  .site-header-right .dd-menu > li {
    margin-left: 10px;
  }

  .feature-text a {
    font-size: inherit;
  }

  .feature-block h5 {
    font-size: 16px;
  }

  .site-logo img {
    margin-top: 10px;
  }
}

@media (min-width: 993px) and (max-width: 1101px) {
  .site-logo {
    width: 180px;
  }

  .site-logo img {
    margin-top: 15px;
  }

  .site-header-right .dd-menu > li {
    margin-left: 8px;
    font-size: 14px;
  }
}

@media only screen and (max-width: 992px) {
  .site-header .container,
  .main-navigation .container,
  .topbar .container {
    width: 100%;
  }

  #contact-info {
    float: right;
    display: inline;
    font-size: 24px;
    line-height: 24px;
    margin-top: 7px;
    border: 0;
    padding-left: 0;
    padding-right: 0;
  }

  #menu-toggle,
  .book-toggle {
    display: inline;
    float: right;
    margin-top: 31px;
    margin-right: 5px;
  }

  .site-header-right {
    float: left;
    width: 100%;
    display: none;
  }

  .header-info-cols {
    float: none;
    text-align: center;
  }

  .header-info-cols li {
    padding-bottom: 15px;
    text-align: left;
    float: none;
    display: inline-block;
    margin: 0 10px;
  }

  .header-style2 .header-info-cols li {
    padding-bottom: 0;
  }

  .header-style2 .site-header-right {
    display: block;
    position: relative;
  }

  .header-style2 .site-header > .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .main-navigation .container {
    position: static;
  }

  .dd-menu {
    display: none;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin: 0;
    overflow-y: scroll;
    max-height: 600px;
  }

  .dd-menu > li {
    width: 100%;
    float: none;
    display: block;
  }

  .dd-menu > li > a {
    color: #fff;
    line-height: 20px;
    padding: 15px 25px;
    border-bottom: 1px solid #ffffff19;
  }

  .dd-menu > li.megamenu {
    position: static !important;
  }

  .dd-menu > li ul,
  .dd-menu > li > ul li ul {
    position: static;
  }

  .dd-menu > li ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  .dd-menu .megamenu-container .megamenu-sub-title {
    margin-top: 30px;
  }

  .site-header-right .dd-menu > li {
    margin-left: 0;
  }

  .site-header-right .dd-menu > li > a {
    line-height: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .footer_widget {
    margin-bottom: 40px;
  }

  .site-footer {
    padding-bottom: 20px;
  }

  .page-header {
    padding: 30px 0;
  }

  .feature-text {
    margin-bottom: 20px;
  }

  .text_banner {
    margin-top: -40px;
  }

  .hidden-sm {
    display: none !important;
  }
}

@media only screen and (max-width: 991px) {
  .cta h2 {
    text-align: center;
  }

  .p-sm.text-left,
  .cta p {
    text-align: center !important;
  }

  .cta p a {
    margin: 30px 0 0 0;
  }

  .feature-block h5 {
    font-size: 18px;
  }

  .responsive-columns {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (max-width: 767px) {
  .site-logo {
    width: 270px;
    padding: 5px;
  }

  .site-logo:after {
    border-bottom-width: 94px;
  }

  .site-header {
    min-height: 0;
  }

  #contact-info {
    margin-top: 10px;
  }

  #contact-info:active {
    background: none;
    color: #333;
  }

  .header-style2 #contact-info:hover {
    color: #fff;
  }

  .topbar .header-info-cols {
    width: 100%;
    display: block;
  }

  .topbar {
    text-align: center;
    padding: 5px 0;
  }

  .topbar .topbar-text {
    line-height: 22px;
    padding-bottom: 10px;
  }

  .social-icons {
    margin: 0;
  }

  .feature-block {
    margin-top: 30px;
  }

  .parallax br {
    content: ' ';
    display: none;
  }

  .parallax {
    padding-left: 20px;
    padding-right: 20px;
  }

  .owl-carousel .blog-list-item .row {
    margin-left: 0;
    margin-right: 0;
  }

  .owl-carousel .blog-list-item {
    padding: 0;
    padding-bottom: 20px;
    padding-top: 15px;
  }

  .owl-carousel .blog-list-item .blog-item-info {
    padding-left: 0;
  }

  .owl-carousel .blog-list-item {
    margin-bottom: 0;
  }

  .footer_widget img {
    margin: 0 auto !important;
  }

  h4.h1,
  .site-footer,
  .copyrights-col-left,
  .copyrights-col-right {
    text-align: center;
  }

  .copyrights-col-left {
    margin-bottom: 20px;
  }

  .copyrights-col-right .social-icons-rounded {
    float: none !important;
  }

  .project-list-item .media-box,
  .blog-list-item .media-box {
    margin-bottom: 20px;
  }

  .flex-caption-text h2 {
    font-size: 24px;
    line-height: normal;
  }

  .page-header {
    padding: 20px 0;
  }

  .page-header h1 {
    text-align: center;
    float: none;
  }

  .page-header .breadcrumb {
    padding: 10px 0 0;
    float: none;
    text-align: center;
  }

  .breadcrumb > li + li:before {
    padding: 0 1px;
  }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > .table {
    margin-bottom: 0;
  }

  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > thead > tr > th {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > thead > tr > th:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > thead > tr > th:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tbody > tr:last-child > th {
    border-bottom: 0;
  }

  .align-left {
    float: none;
    margin: 0 auto !important;
  }

  .responsive-columns {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media only screen and (max-width: 480px) {
  .site-logo {
    width: 225px;
  }

  .site-logo::after {
    border-bottom-width: 60px;
  }

  .header-style2 #contact-info {
    margin-top: 7px;
  }

  .header-style2 #menu-toggle,
  .book-toggle {
    margin-top: 25px;
  }
  .parallax5 h2.h1 {
    font-size: 1.8rem;
  }
  h2,
  .h2 {
    font-size: 1.65rem;
  }
  .social-icons-rounded,
  .social-icons {
    text-align: center;
  }
}

@media only screen and (max-width: 391px) {
  .site-logo {
    width: 100%;
  }

  .site-logo img {
    width: 225px;
  }

  .site-header.sticky .site-logo {
    display: none;
  }

  .header-style2 #menu-toggle,
  .book-toggle {
    margin: 5px;
  }

  .book-toggle {
    width: 74%;
  }
  .home-banner-img .stacked-title {
    font-size: 3.25rem;
  }
}

/*---- ++3++ Color Styles ----*/
a,
.basic-link,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.post .post-title a:hover,
a,
a:hover,
.icon-box.ibox-border .ibox-icon img,
ul.checks > li > i,
ul.angles > li > i,
ul.chevrons > li > i,
ul.icons > li > i,
.widget li .meta-data a:hover,
.header-info-cols li .icon-col,
.feature-block .icon,
.blog-list-item h4 a:hover,
.owl-carousel .blog-list-item .meta-data i,
.megamenu-sub-title i,
.dd-menu .megamenu-container ul li a:hover,
.blog-list-item .blog-title a:hover,
.blog-grid-item .blog-title a:hover,
.table-footer th,
.table-footer i,
.table-footer a:hover,
.table-hover > tbody > tr:hover,
.site-header-right .dd-menu .active,
.parallax5 h2.h1 {
  color: var(--primary);
}

.footer_widget h4.widgettitle i{
	color: #79a32f;	
}


.accent-color{
color: #79a32f;	
}



.accent-bg,
.btn-primary,
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.icon-box .ibox-icon i,
.icon-box .ibox-icon img,
#back-to-top:hover,
.overlay-accent,
.page-banner,
.tags-list a:hover,
.accordion-heading .accordion-toggle.active,
.stacked-title,
.feature-block:hover .icon,
#menu-toggle:active,
#menu-toggle:hover,
.home-banner-img p,
.book-toggle,
.page-header {
  background-color: var(--primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.home-banner-img .stacked-title:hover {
  background: var(--primary);
  opacity: 0.8;
  border-left: 0.1px solid var(--primary-shadow);
  border-bottom: 5px solid var(--primary-shadow);
  border-right: 2px solid var(--primary-shadow);
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.btn-primary.btn-transparent,
.icon-box.ibox-border .ibox-icon,
.ibox-icon,
.header-info-cols li .icon-col,
.feature-block:hover .icon,
.owl-theme .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span,
.tags-list a:hover,
.format-image img,
.home-banner-img p:hover,
.connected-blocks,
img.format-image {
  border-color: var(--primary);
}

.dd-menu > li:hover ul,
.dd-menu > li > ul li ul {
  border-top-color: var(--primary);
}

.ibox-border-light {
  border: 2px solid var(--primary);
}

.btn-primary,
.stacked-title {
  border-left: 0.1px solid var(--primary-shadow);
  border-bottom: 5px solid var(--primary-shadow);
  border-right: 2px solid var(--primary-shadow);
}

.gray-bg,
.site-footer-bottom,
.topbar,
.social-icons-footer li a,
.accordion-heading .accordion-toggle:hover,
#menu-toggle {
  background: var(--secondary);
}

.icon-box.ibox-border .ibox-icon i,
.connected-blocks .icon,
.page-header .breadcrumb a:hover,
.pagination > li > a,
.accent-color2 {
  color: var(--secondary);
}

.feature-block:hover {
  border-bottom-color: var(--secondary);
}

.owl-theme .owl-buttons div {
  background: var(--secondary-opacity) !important;
}

.site-footer {
  background: var(--thirdary);
}

@media only screen and (max-width: 992px) {
  .dd-menu > li:hover > a {
    background: var(--primary);
  }

  .dd-menu {
    background: var(--thirdary);
  }
}
