html, body {
overflow-x: hidden;
}
.image-overlay{
border-radius: 0px!important;
background: rgba(0, 0, 0, 0.7);	
}
a.read-more.button {
border-radius: 0px!important;
box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
@media (min-width: 769px) {
nav .main-nav .mega-menu {
position: static;
}
nav .main-nav .mega-menu > ul {
position: absolute;
width: 100%;
left: 0 !important;
display: flex;
flex-wrap: wrap;
box-shadow: none!important;
border-top: 1px solid #e8e8e8;
padding-top: 20px!important;
padding-bottom: 20px!important;
}
.site-logo {
position: absolute;
top: 6px;			
z-index: 10;       
}	
}
nav .main-nav .mega-menu > ul {
position: absolute;
width: 100%;
left: 0 !important;
display: flex;
flex-wrap: wrap;
}
nav .main-nav .mega-menu > ul > li > a {
font-weight: bold;
}
nav .main-nav .mega-menu>ul>li {
display: inline-block;
width: 25%;
vertical-align: top;
margin: 10px 0;
padding: 0 10px;
border-right: 1px solid #ddd;	
}
nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
width: 50%;
}
nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
width: 33.3333%;
}
nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
width: 20%;
}
nav .main-nav .mega-menu > ul > li:hover > a,
nav .main-nav .mega-menu > ul > li:focus > a,
nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
nav .main-nav .mega-menu ul ul {
background-color: transparent !important;
color: inherit;
}
nav .main-nav .mega-menu ul .sub-menu {
position: static;
display: block;
opacity: 1;
visibility: visible;
width: 100%;
box-shadow: 0 0 0;
left: 0;
height: auto;
pointer-events: auto;
transform: scale(1);
}
nav .main-nav .mega-menu ul.toggled-on .sub-menu {
pointer-events: auto;
}
nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
display: none;
}
.sticky-enabled .main-navigation.is_stuck {
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
text-shadow: none!important;	
}
#masthead {
box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 3px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.sub-menu,
.sub-menu > li:first-child > a {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}
.sub-menu,
.sub-menu > li:last-child > a {
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
body.home #masthead
{ 
box-shadow: none!important;
}
.startcontainer {
background-color: rgba(255, 255, 255, 0.5)!important;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
.startcontainer {
-webkit-backdrop-filter: blur(16px)!important;
backdrop-filter: blur(16px)!important; 
}  
}
.infobtn{	color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top,  #666,  #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.reviewstext{
min-height:180px;	
} .background-video {
position: absolute;	
width: 100%;
height: 100%;
}
.video-button {
display: none;
position: absolute;
z-index:2;
bottom: 0;
right: 0;
transform: translate(-50%, -50%);
border-radius: 50%;
padding: 30px;
background-color: rgba(0,0,0,0.5);	
color: #fff!important;
display: flex; 
justify-content: center; 
align-items: center;
}
.video-container:hover .video-button {
background-color: rgba(0,0,0,0.9);
color:#fff;
}
video[poster] {
object-fit: cover;
width: 100%;
height: 100%;
}
.start::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.5)!important;
z-index: 1; 
transition: background 0.9s ease;
}
.start:hover::before {
background: rgba(0, 0, 0, 0.3)!important;
} .header {
position: fixed;
top: 0px;
z-index:99999 ;
width: 100%;  
}
.progress-bar {
height: 3px;
background: #60c1c1;
width: 0%;
} .fade-in {
opacity: 0;
transform: translateY(20vh);
visibility: hidden;
transition: opacity 0.6s ease-out, transform 1.2s ease-out;
will-change: opacity, visibility;
}
.fade-in.is-visible {
opacity: 1;
transform: none;
visibility: visible;
}
#page {
-webkit-animation: fadein 2s;
animation: fadein 2s;
}
@-webkit-keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
}
@keyframes fadein {
from { opacity: 0; }
to   { opacity: 1; }
} .alert-info {
padding: 15px;
background-color: #60c1c1;
color: white;
text-align:center;
}
.close-button {
float:right;
font-size: 20px;
background-color: transparent;
color:#333333;
border: none;
padding: 10px;
transition: background-color 0.5s, color 0.5s;
}
.close-button:hover {
background-color: transparent;
color: #60c1c1;
font-weight:bold;
} .accordion-container {
display: none;
padding: 20px;
}
.accordion-container.toggle-open {
display: block;
}
.accordion-toggle {
cursor: pointer;
}
.accordion-toggle {    
padding: 10px 20px;
margin-top: 10px;
margin-bottom: 0;
}
.accordion-toggle:after {
content: '\002B';
color: #fff;
font-weight: bold;
float: right;
margin-right: 20px;
}
h4.accordion-toggle.toggle-open:after {
content: "\2212";
} .column {
margin-top: 10px;
width: 100%; 
}
@media screen and (min-width: 600px) {
.column {
float: left;
width: 50%; 
}
}
.row:after {
content: "";
display: table;
clear: both;
}
#responsive-form{
max-width:100% /
margin:0 auto;
width:100%;
}
.form-row{
width: 100%;
}
.column-half, .column-full{
float: left;
position: relative;
padding: 0.65rem;
width:100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.clearfix:after {
content: "";
display: table;
clear: both;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
width: 100%;
padding: 8px;
border: 1px solid #ccc;
border-radius: 8px;
background: #fafafa;
color:#333333!important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box
}
.wpcf7-submit{
float: right;
background: #60c1c1!important;
color: #fff;
text-transform: uppercase;
border: none;
border-radius: 8px;
padding: 8px 20px;
cursor: pointer;
}
.wpcf7-submit:hover{
background: #333333!important;
}
div.wpcf7-response-output, div.wpcf7-validation-errors { display: none !important; }
span.wpcf7-not-valid-tip { display: none; }
input[aria-invalid="true"], textarea[aria-invalid="true"], select[aria-invalid="true"] { border-color: red!important; background-color: rgba(153,0,0,0.1) !important; }
span.wpcf7-form-control-wrap {display:block !important;}
div.wpcf7-validation-errors { 
text-shadow: none;
border: transparent;
background: #f9cd00;
padding: 5px;
color: #9C6533;
text-align: center;
margin: 0;
font-size: 12px;
}
div.wpcf7-mail-sent-ok{
text-align: center;
text-shadow: none;
padding: 5px;
font-size: 12px;
background: #59a80f;
border-color: #59a80f;
color: #fff;
margin: 0;
}
body.page-id-292, .inside-article 
{
background-color: #f7f8f9!important;
} .boxzilla-load-more-articles {
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
border-top-left-radius: 8px;
border-top-right-radius: 8px;	
}
.boxzilla-load-more-articles .first-child{
background-color:#60c1c1;
color:white;	
border-radius:6px;	
}
.display-posts-listing.image-left .listing-item {
overflow: hidden; 
margin-bottom: 32px;
width: 100%;
}
.display-posts-listing.image-left .image {
float: left;
margin: 0 16px 0 0;
width:100px;
border: 1px solid #eeeeee;
padding: 0.5em;
border-radius:6px;	
}
.display-posts-listing .excerpt-more   {
display: block;    
}
.display-posts-listing.image-left .title {
display: block;
}
.display-posts-listing.image-left .excerpt-dash { 
display: none; 
}
.display-posts-listing .excerpt { 
font-size: smaller;
} .generate-columns .inside-article {
box-shadow: 0px 0px 20px rgb(200 200 200 / 20%);
padding: 40px;
}
.image-shadow{
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;	
}	
.featured-image img,
.post-image img {
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.archive .inside-article,
.blog .inside-article {
background-color:#fff!important;
padding: 50px;	
border-color: black;
border-radius: 10px;
box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.tags-links {
font-size: 0;
}
.tags-links a {
display: inline-block;
font-size: 15px; 
padding: 5px;
margin-right: 5px;
margin-top: 5px;
border-radius: 4px;
text-decoration: none !important;
background-color: #60c1c1;
color: #fff;
}
.tags-links a:hover {
opacity: 0.7;
text-decoration: none !important;
}
@media (max-width: 768px) {
.sidebar {
display: none;
}	
} @media(min-width: 769px) {
.both-sidebars .site-content {			
display: flex;
}
#left-sidebar, #primary, #right-sidebar {
left: unset;
}
#left-sidebar {
order: -1;
}
.inside-left-sidebar, .inside-right-sidebar {
background-color:#ffffff;
position: -webkit-sticky;
position: sticky;
top: 100px;  
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;	
}
}
.inside-left-sidebar, .inside-right-sidebar h2 {
font-size: 20px;
font-weight: 700;
padding: 0 0 0 0;
margin: 0 0 15px 0;
color: #556270;
position: relative;
}
.inside-left-sidebar, .inside-right-sidebar ul {
list-style: none;
padding: 0;
}
.inside-left-sidebar, .inside-right-sidebar ul li + li {
padding-top: 10px;
}
.inside-left-sidebar, .inside-right-sidebar ul a {
color: #556270;
transition: 0.3s;
}
.inside-left-sidebar, .inside-right-sidebar ul a:hover {
color: #88241F;
}
.inside-left-sidebar, .inside-right-sidebar .tag-cloud-link {
border:1px solid #cccccc;
padding:10px;
}
.sidebar h2.widgettitle {
text-align:center;
}
.sidebar hr {
margin-top: 0px!important;
margin-bottom: 0px!important;
} .rpwwt-widget li{	
border-bottom:1px solid #eeeeee;	
}
.rpwwt-post-excerpt{
font-size: 13px;	
color:#a6a6a6;		
}
.rpwwt-widget ul{
margin-top:35px!important;	
}
.rpwwt-widget li:hover{
background-color:#fafafa;
} .paging-navigation{
background:transparent!important;	
padding-left:0px!important;		
}
nav#nav-below.paging-navigation span.page-numbers.current {font-weight:700;border:solid 1px #5B5B5B; background:#5B5B5B; padding:13px 15px 13px 15px; margin-right:10px; color:#fff;}
nav#nav-below.paging-navigation a.page-numbers {font-weight:400;border:solid 1px #5B5B5B; background:transparent; padding:13px 15px 13px 15px; margin-right:10px;}
nav#nav-below.paging-navigation a.page-numbers:hover {font-weight:400;border:solid 1px #5B5B5B; background:#5B5B5B; padding:13px 15px 13px 15px; margin-right:10px; color:#fff;} .gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar {
background-color: #fff;
width: 16px;
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar-track {
background-color: #fff;
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar-thumb {
background-color: #babac0;
border-radius: 16px;
border: 4px solid #fff;
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper::-webkit-scrollbar-button {
}
.gb-container.post-container > .gb-inside-container > .gb-grid-wrapper {
height:575px;   
overflow-y: auto;
} #footer-widgets .widget {
font-size: 16px;
}
#block-12{
font-size: 16px!important;
}
#footer-widgets li::before {
content: "";
display: inline-block;
width: 0;
height: 0;
margin-right: .5em;
border-top: .3em solid transparent;
border-bottom: .3em solid transparent; 
border-left: .3em solid #808080;
}
.generate-back-to-top {
margin-bottom: 50px;
right:10px;
}
#footer-widgets {
border-top: 1px solid #e6e6e6;
border-bottom: 1px solid #e6e6e6;
} .footernavbar {
overflow: hidden;  
position: fixed;
z-index:999999!important;	
bottom: 0;
width: 100%;
color: #d7d7d7;
border: solid 1px #333;
background: #333;
background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
background: -moz-linear-gradient(top,  #666,  #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#666666', endColorstr='#000000');
}
.footernavbar a {
float: left;
display: block;
width:25%;
color: #f2f2f2;
text-align: center;
padding: 18px 20px;
text-decoration: none;
font-size: 17px;  
}
.footernavbar .borderactive {
border-right:1px solid #262626;
}
.footernavbar a:hover {
background: #000;
background: -webkit-gradient(linear, left top, left bottom, from(#444), to(#000));
background: -moz-linear-gradient(top,  #444,  #000);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#444444', endColorstr='#000000');
}
.footernavbar a.active {
color: #666;
background: -webkit-gradient(linear, left top, left bottom, from(#000), to(#444));
background: -moz-linear-gradient(top,  #000,  #444);
filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#666666');
}
.footernavbar svg {
-webkit-filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
filter: drop-shadow( 2px 2px 1px rgba(0, 0, 0, .7));
}
@media (max-width: 768px) {
.footer-bar{
margin-bottom:50px!important;	
}
}
@media (max-width: 768px) {
.generate-back-to-top {
margin-bottom: 70px;
right:10px;
}
}.rpwwt-widget ul { list-style: outside none none; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
.rpwwt-widget ul li { overflow: hidden; margin: 0 0 1.5em; }
.rpwwt-widget ul li:last-child { margin: 0; }
.rpwwt-widget .screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important; word-break: normal; }
.rpwwt-widget .screen-reader-text:focus {background-color: #f1f1f1; border-radius: 3px; box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); clip: auto !important; -webkit-clip-path: none; clip-path: none; color: #21759b; display: block; font-size: 0.875rem; font-weight: 700; height: auto; right: 5px; line-height: normal; padding: 15px 23px 14px; text-decoration: none; top: 5px; width: auto; z-index: 100000; }
.rpwwt-widget ul li img { display: inline; float: left; margin: .3em .75em .75em 0; }
.rpwwt-widget ul li img { width: 75px; height: 75px; }