@import "font-awesome.css";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&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: #272724;
font-size: 17px;
font-weight: 400;
font-family: "Noto Sans", 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, 0.2);
-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
a {
color: #272724;
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: #272724;
}
a img {
border: none;
}
a > img {
vertical-align: middle;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: 0 auto;
}
iframe {
border: 0;
}
.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.1);
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: 70px;
line-height: 0.9em;
font-family: "Noto-serif", serif;
padding: 36px 20px;
}
.home-banner-img .stacked-title span {
font-size: 46px;
font-style: italic;
line-height: 20px;
}
/* Typography*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
margin: 0 0 20px 0;
color: #272724;
font-weight: 700;
line-height: 1.1em;
font-family: "Noto Serif", 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: 19px;
line-height: 24px;
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.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: #000;
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;
font-weight: 700;
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: #37602b;
}
.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 #eee2cd;
border-radius: 3px;
}
.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: #272724;
font-size: 18px;
font-weight: 400;
}
.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 */
.text_banner {
padding: 30px;
position: relative;
}
.accent-bg.text_banner h4,
.accent-bg.text_banner h3,
.accent-bg.text_banner p {
color: #000;
}
.text_banner p {
opacity: 0.8;
}
.text_banner:before {
content: "";
position: absolute;
top: 0%;
right: 0%;
width: 0px;
height: 0px;
border-bottom: 20px solid rgba(0, 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 #eee2cd;
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: 0.2;
color: #fff;
}
.parallax-icon-link:hover {
opacity: 0.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 .p-sm {
color: #fff;
z-index: 1;
position: relative;
}
.parallax-text-block {
padding: 40px;
background: #fff;
width: 360px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.parallax {
background-attachment: fixed !important;
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: rgba(0, 0, 0, 0.5); /* Adjust the color and opacity as needed */
}
.parallax5 h2.h1 {
font-size: 42px;
}
.parallax5 .list-unstyled li {
text-transform: capitalize;
}
/* 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: 280px;
z-index: 2;
float: left;
}
.site-logo a {
position: relative;
z-index: 1;
}
/* Topbar */
.topbar,
.topbar-alt {
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,
.topbar-alt {
line-height: 38px;
font-size: 20px;
color: #fff;
font-style: italic;
}
.topbar-alt p {
font-weight: 600;
line-height: 25px;
}
/* Menu */
.main-navigation {
position: relative;
z-index: 3;
width: 100%;
height: 66px;
background: rgba(255, 255, 255, 0.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: 20px;
margin-right: 0;
}
.site-header-right .dd-menu > li:first-child {
margin-left: 0px;
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;
position: relative;
display: inline-block;
float: left;
margin-right: 35px;
}
.dd-menu > li > a {
display: block;
color: #272724;
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, 0.05);
white-space: nowrap;
text-decoration: none;
color: #272724;
}
.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: #272724;
}
.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 - Breadcrumbs */
.page-header {
border-bottom: 0;
margin: 0;
padding: 10px 0;
box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.page-header h1 {
padding-top: 5px;
margin-bottom: 0;
color: #000;
font-size: 16px;
font-weight: 400;
float: left;
}
.page-header .breadcrumb {
margin: 0;
padding: 0 15px 0px;
float: right;
background-color: transparent !important;
}
.page-header .breadcrumb li {
color: #000;
font-size: 14px;
display: inline;
}
.breadcrumb > li + li:before {
color: #000;
}
.breadcrumb a {
margin-bottom: 0;
color: #000;
}
/* Footer */
.site-footer {
padding: 70px 0 0;
color: #bcbcbc;
}
.site-footer-bottom {
padding: 20px 0;
color: #bcbcbc;
}
.site-footer-bottom p {
margin-bottom: 0;
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: #bcbcbc;
font-weight: 700;
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: #bcbcbc;
}
.table-footer a {
color: #bcbcbc;
}
.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, 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: #d8b583;
display: block;
}
.social-icons-footer li a {
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: block;
color: #bcbcbc !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.linkedin a:hover {
color: #007fb1;
}
.social-icons li.pinterest a:hover {
color: #cb2027;
}
.social-icons li.vimeo a:hover {
color: #44bbff;
}
.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.linkedin a:hover {
background-color: #007fb1;
}
.social-icons-footer li.pinterest a:hover {
background-color: #cb2027;
}
.social-icons-footer li.vimeo a:hover {
background-color: #44bbff;
}
.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: 0.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;
font-size: 21px;
}
.blog-list-item .blog-title a {
color: #272724;
}
.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: 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 rgba(0, 0, 0, 0.08);
box-shadow: 0 0 8px rgba(0, 0, 0, 0.08);
-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 #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 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;
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 {
position: relative;
z-index: 1;
font-size: 28px;
color: #37602b !important;
text-align: center;
padding: 20px 30px;
margin: 0 auto;
border-radius: 0 0 4px 4px;
text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
}
.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 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 #505050;
-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: #505050;
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 #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;
}
.format-image img,
img.format-image {
padding: 10px;
border-radius: 3px;
border: solid 1px #fff;
}
.responsive-columns {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0px 25px;
margin: 0;
}
