@charset "utf-8";

@font-face {
  font-family: 'Roboto';
  src:
    url('../fonts/roboto.woff2') format('woff2'),
    url('../fonts/roboto.woff') format('woff');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src:
    url('../fonts/lato-regular.woff2') format('woff2'),
    url('../fonts/lato-regular.woff') format('woff');
  font-weight: 400 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src:
    url('../fonts/lato-italic.woff2') format('woff2'),
    url('../fonts/lato-italic.woff') format('woff');
  font-weight: 400 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src:
    url('../fonts/lato-bold.woff2') format('woff2'),
    url('../fonts/lato-bold.woff') format('woff');
  font-weight: 600 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Lato';
  src:
    url('../fonts/lato-bold-italic.woff2') format('woff2'),
    url('../fonts/lato-bold-italic.woff') format('woff');
  font-weight: 600 700;
  font-style: italic;
  font-display: swap;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html,
body {
  height: 100%;
}

html,
hmtl a {
  width: 100%;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  background-color: #fff;
  color: #555;
  font-size: 17px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  line-height: 1.55em;
  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: #ffffff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .2);
  box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

a {
  color: #5e5e5e;
  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: #5e5e5e;
}

a img {
  border: none;
}

a>img {
  vertical-align: middle;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

iframe {
  border: 0;
}

.gray-bg {
  background: #CDCBCB;
}

.white-bg {
  background: #fff;
}

.dgray-bg {
  background: #333;
}

.dgray-text {
  color: #333;
}

.align-left {
  float: left;
  margin: 5px 25px 20px 0px !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 rgba(0, 0, 0, 0.10);
  position: relative;
  z-index: 1;
}

.position-relative {
  position: relative;
}

/* Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 20px 0;
  color: #555;
  font-weight: 700;
  line-height: 1.2em;
  font-family: 'Lato', sans-serif;
  text-transform: capitalize;
}

h1,
.h1 {
  font-size: 36px;
}

h2,
.h2 {
  font-size: 30px;
  font-weight: 700;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 20px;
}

h5,
.h5 {
  font-size: 18px;
}

h6,
.h6 {
  font-size: 16px;
}

p {
  margin: 0 0 20px;
}

p.lead {
  font-size: 20px;
  line-height: 28px;
}

.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.fw {
  display: block;
  clear: both;
  margin-bottom: 30px;
  margin-top: 15px;
  width: 100%;
  height: 1px;
  border: 0;
  background: #eee;
}

/* Lists */
ol,
ul {
  list-style: none;
}

ul.checks,
ul.angles,
ul.carets,
ul.chevrons,
ul.icons {
  margin: 0;
  list-style-type: none;
}

ul.checks>li,
ul.angles>li,
ul.carets>li,
ul.chevrons>li,
ul.icons>li {
  margin: 5px 0;
}

ul.checks>li>i,
ul.angles>li>i,
ul.carets>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: #666666;
  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;
}

ul ul,
ol ul {
  margin: 10px 0 10px 20px;
}

ul ul {
  list-style-type: circle;
}

dl {
  margin: 10px 0;
}

dl dt {
  font-weight: 700;
}

/* Tables */
table {
  border-spacing: 0;
  border-collapse: collapse;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

.borderless tbody tr td,
.borderless tbody tr th,
.borderless thead tr th {
  border: none;
}

.table-bordered,
.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
  border: none;
}

.table-hover>tbody>tr:hover {
  background-color: #666666;
}

.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;
}

/* Buttons */
.btn-default,
.btn-primary {
  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.0;
  font-weight: 700;
  letter-spacing: 1px;
  position: relative;
  font-size: 16px;
  border: 0;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 10%);
}

.btn-primary {
  color: #fff;
}

.btn-default {
  color: #3a3a3a;
}

.btn-rounded {
  border-radius: 30px;
}

.btn .fa-file-pdf-o {
  position: relative;
  bottom: -4px;
  margin-right: 5px;
}

/* Accordion */
.accordion {
  border: 1px solid #E6E6E6;
  margin-bottom: 0;
}

.accordion-group {
  margin-bottom: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.accordion-group.panel {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #E6E6E6;
}

.panel {
  -webkit-box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%);
}

.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: #404040;
  font-size: 18px;
  font-weight: 300;
}

.accordion-toggle {
  cursor: pointer;
}

.accordion-heading .accordion-toggle.active {
  color: #fff;
}

.accordion-heading .accordion-toggle:hover {
  color: #fff;
  background-color: #404040;
}

.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 */
.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: .8;
}

.text_banner:before {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-bottom: 20px solid rgba(0, 0, 0, .1);
  border-right: 20px solid transparent;
}

.text_banner:after {
  content: '';
  position: absolute;
  top: 0%;
  right: 0%;
  width: 0px;
  height: 0px;
  border-top: 19px solid #fff;
  border-left: 19px solid transparent;
}

.cta {
  position: relative;
}

.cta .container {
  position: relative;
  z-index: 1;
}

.cta h2 {
  margin: 0;
  text-align: left;
}

.cta p {
  text-align: right;
  margin: 0;
}

/* Parallax */
.parallax-icon-link {
  opacity: .2;
  color: #fff;
}

.parallax-icon-link:hover {
  opacity: .9;
}

.parallax-light .timer,
.parallax-light h1,
.parallax-light h2,
.parallax-light h3,
.parallax-light h4,
.parallax-light hr.sm:before {
  color: #fff;
}

.parallax-light h4 {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
}

.parallax-light p {
  color: rgba(255, 255, 255, .6);
}

.parallax-text-block {
  padding: 40px;
  background: #fff;
  width: 360px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.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;
}

.touch .parallax,
.page-banner.parallax {
  background-attachment: scroll !important;
}

/* Header */
.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 rgba(0, 0, 0, 0.15);
  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;
  margin-top: 0px;
}

.site-logo a {
  position: relative;
  z-index: 1;
}

/* Topbar */
.topbar {
  background: #404040;
  padding: 15px 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 .quote-head-btn {
  margin-top: 0;
}

.topbar .topbar-text {
  line-height: 38px;
  font-size: 20px;
  color: #fff;
}

/* Menu */
.main-navigation {
  position: relative;
  z-index: 3;
  width: 100%;
  height: 66px;
  background: rgba(255, 255, 255, .97);
  border-top: 1px solid #eee
}

.is-sticky .main-navigation {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  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: 25px;
  margin-right: 0;
}

.site-header-right .dd-menu>li>a {
  line-height: 96px;
}

.site-header-right .quote-head-btn {
  float: right;
  margin: 27px 0 0 20px;
}

nav {
  float: left;
}

.dd-menu {
  margin: 0;
  list-style-type: none;
  display: block;
}

#menu-toggle {
  display: none;
  background: #555;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin-top: 0px;
  border-radius: 3px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 2.0;
  letter-spacing: 1px;
  margin-bottom: 5px;
  vertical-align: middle;
}

.dd-menu>li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 35px;
}

.dd-menu>li>a {
  display: block;
  color: #5e5e5e;
  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: 0px 3px 3px rgba(0, 0, 0, 0.176);
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.176);
}

.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 rgba(0, 0, 0, .05);
  white-space: nowrap;
  text-decoration: none;
  color: #5e5e5e;
}

.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: #F6F6F6;
}

.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: #5e5e5e;
}

.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;
}

.quote-head-btn p {
  margin: 0;
  color: #ffffff;
  font-size: 16px;
  line-height: 30px;
}

#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;
  letter-spacing: 2px
}

/* Page Header - Breadcrumbs */
.page-header {
  border-bottom: 0;
  margin: 0;
  padding: 20px 0 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  text-align: center;
}

.page-header h1 {
  margin-bottom: 0;
  color: #fff;
  font-size: 20px;
}

.page-header .breadcrumb {
  margin: 0;
  padding: 0 15px 8px;
  background-color: transparent !important;
}

.page-header .breadcrumb li {
  color: #ccc;
  line-height: 18px;
  display: inline;
}

.breadcrumb a {
  margin-bottom: 0;
  color: #fff;
}

/* Footer */
.site-footer {
  background-color: #404040;
  padding: 70px 0 0;
  color: #999;
}

.site-footer-bottom {
  background-color: #333;
  padding: 20px 0;
  color: #999;
}

.site-footer-bottom p {
  margin-bottom: 0;
  color: #fff;
  font-size: 13px;
  line-height: 14px;
}

.site-footer .social-icons-rounded a:hover {
  color: #fff;
}

.footer_widget h4.widgettitle {
  text-transform: uppercase;
  border-bottom: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  position: relative;
}

.footer_widget h4.widgettitle:before,
.footer_widget h4.widgettitle:after {
  display: none;
}

.footer_widget,
.site-footer .footer_widget a {
  color: #cccccc;
}

.table-footer a {
  color: #999;
}

.table-footer th {
  padding: 10px !important;
}

.table-footer td {
  padding: 10px !important;
}

#back-to-top {
  position: fixed;
  right: -40px;
  bottom: 15px;
  background: rgba(0, 0, 0, .8);
  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 Media */
.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: #5E5E5E;
  display: block;
}

.social-icons-footer li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: rgba(255, 255, 255, .2);
  display: block;
  color: #fff !important;
}

.social-icons-footer li a:hover {
  color: #fff;
}

.social-icons li.facebook a:hover {
  color: #3B5998;
}

.social-icons li.twitter a:hover {
  color: #00ACED;
}

.social-icons li.google a:hover {
  color: #245DC1;
}

.social-icons li.instagram a:hover {
  color: #3F729B;
}

.social-icons li.youtube a:hover {
  color: #CD332D;
}

.social-icons li.yelp a:hover {
  color: #C41200;
}

.social-icons-footer li.facebook a:hover {
  background-color: #3B5998;
}

.social-icons-footer li.twitter a:hover {
  background-color: #00ACED;
}

.social-icons-footer li.google a:hover {
  background-color: #245DC1;
}

.social-icons-footer li.instagram a:hover {
  background-color: #3F729B;
}

.social-icons-footer li.youtube a:hover {
  background-color: #CD332D;
}

.social-icons-footer li.yelp a:hover {
  background-color: #C41200;
}

.social-icons-rounded a {
  border-radius: 100%;
}

/* Blogs */
.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: .8;
  color: #505050;
  text-decoration: none;
}

.tags-list a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 10px;
  padding: 4px 11px;
  border-radius: 3px;
  border: 1px solid #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  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 #e6e6e6;
  border-bottom: 2px solid #e6e6e6;
  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;
}

.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;
}

/* Feature Blocks*/
.feature-block {
  position: relative;
  background: #fff;
  padding: 20px;
  border: 1px solid #e6e6e6;
  border-bottom: 3px solid #e6e6e6;
  border-radius: 3px;
  margin-top: 5px;
  -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 rgba(0, 0, 0, .08);
  box-shadow: 0 0 8px rgba(0, 0, 0, .08);
  -webkit-transition: box-shadow .2s ease, border-bottom .2s ease;
  -o-transition: box-shadow .2s ease, border-bottom .2s ease;
  transition: box-shadow .2s ease, border-bottom .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 #e6e6e6;
  -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 .2s ease, border .2s ease, color .2s ease;
  -o-transition: background .2s ease, border .2s ease, color .2s ease;
  transition: background .2s ease, border .2s ease, color .2s ease;
}

.feature-block h5 {
  font-size: 17px;
  margin-bottom: 0px;
  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*/
.connected-blocks {
  border-left: 1px solid #e6e6e6;
  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 #e6e6e6;
  z-index: 1;
  background: #fff;
  text-align: center;
  line-height: 36px;
}

.connected-blocks h5 {
  padding-top: 8px;
  color: #999;
}

.stacked-title {
  border-radius: 0 0 4px 4px;
  color: #fff;
  padding: 10px 30px;
  text-align: center;
  margin: 0 auto;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .1);
  display: inline-block;
  font-size: 22px;
}

.stacked-title-light {
  color: #333;
  background: #fff !important;
}

/* Iconbox */
.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 .3s, color .3s;
  -o-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .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-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 #505050;
  -webkit-transition: 0 .3s, opacity .3s;
  -webkit-transform: scale(.8);
  -moz-transition: 0 .3s, opacity .3s;
  -moz-transform: scale(.8);
  -ms-transform: scale(.8);
  transition: transform .3s, opacity .3s;
  transform: scale(.8);
  opacity: 0;
  padding: 3px;
}

.icon-box .ibox-icon i:hover,
.icon-box:hover .ibox-icon i {
  background-color: #505050;
  color: #fff;
}

.icon-box:first-child {
  margin-top: 0;
}

.icon-box h3 {
  font-size: 18px;
  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 #ffffff;
  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: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* Carousel */
.carousel-wrapper {
  overflow: hidden;
  min-height: 150px
}

.owl-carousel .owl-wrapper-outer {
  padding-top: 30px
}

.widget .owl-carousel .owl-wrapper-outer {
  padding-top: 10px
}

/*Hero-title*/
.page-hero {
  border-bottom: 0;
  margin: 0;
  padding: 120px 0;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
  background-image: linear-gradient(rgba(0, 0, 0, 0.55)), image-set(url('../images/backgrounds/header-bg.webp') 1x type('image/webp'), url('../images/backgrounds/header-bg.jpg') 1x type('image/jpeg'));
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.page-hero h3 {
  font-size: 46px;
  line-height: 1.0em;
}

.page-hero p {
  color: #fff;
  font-size: 22px;
  line-height: 36px;
}

.page-hero li {
  color: #F4E832;
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: 600;
}

.page-hero h2 {
  color: #fff;
  font-size: 36px;
  line-height: 1.0em;
  font-weight: 500;
}

.page-hero h5 {
  font-size: 31px;
  font-style: italic;
  line-height: 1.1em;
  padding-top: 25px;
}
