/** General **/
@import url("https://use.typekit.net/hoo0glg.css");

*, *::before, *::after{
    box-sizing: border-box;
}
::placeholder,
::-moz-placeholder{
    color:#4F4D4B;
    opacity: 1;
}
html{
    font-size: 100%;
	padding: env(safe-area-inset);
}
body{
    font: 20px/26px bilo, sans-serif;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-weight:500;
    color:#4F4D4B;
    letter-spacing: 1px;
	-webkit-font-smoothing: antialiased; 
}
a{
	color:#99C4D4;
}
a, a:active, a:visited{
    text-decoration: none;
}
h1, h2, h3, h4{
    font-family: cormorant-garamond, serif;
    text-transform: capitalize;
}
h2{
    font-size: 40px;
    line-height: 40px;
}
h3{
    font-size: 50px;
}
.biloh3{
    font: 35px/36px bilo, sans-serif;
    text-transform: uppercase;
}
.biloh4{
    font: 20px/26px bilo, sans-serif;
    text-transform: uppercase;
}
.biloh4strong{
	font: 20px/26px bilo, sans-serif;
    text-transform: uppercase;
	font-weight:600;
}
.bilo16strong{
    font: 16px/16px bilo, sans-serif;
    text-transform: uppercase;
    font-weight: 600;
}
.bilo16{
    font: 16px/16px bilo, sans-serif;
}
.container{
    width:100%;
    max-width: 1366px;
    margin: 0 auto;
}
.flex-container{
    display: flex;
    flex-wrap: wrap;
}

img, video{
    max-width: 100%;
    height: auto;
}
.margint-50{
    margin-top: 50px;
}
.margint-70{
    margin-top: 70px;
}

.marginb-50{
    margin-bottom: 50px;
}
.marginb-70{
    margin-bottom: 70px;
}
.btn{
    background-color: #52626C;
    border-radius: 5px;
    color: #ffffff;
    padding: 15px 37px;
    text-align: center;
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}
.btn.btn-center{
    text-align: center;
    display: inline-block;
}
.cta-link{
    color: #4F4D4B;
    position: relative;
    text-transform: uppercase;
}
.cta-link-light{
    color: #ffffff;
    position: relative;
    text-transform: uppercase;
}
.has-arrow::after{
    content: " ";
    border-right: 3px solid #4F4D4B;
    border-top: 3px solid #4F4D4B;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    right: -25px;
    height: 25px;
    width: 25px;
}
.cta-link-light.has-arrow::after{
border-color:#ffffff;
}
.border-white-bottom{
    border-bottom: 1px solid #ffffff;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.align-left{
	text-align:left;
}
.align-center{
	text-align:center;
}
/*** header ***/
#header{
    position:fixed;
    width: 100%;
    background-color: #fff;
    top:0;
    z-index: 999;
}
#header.scrollactive {
    box-shadow: 0 0 10px rgba(0,0,0,0.4);   
}
.topbar{
    background-color: #DEE8EA;
}
.top-header{
    padding:16px 15px 15px;
    max-width: 1366px;
    margin:0 auto;
    letter-spacing: 2px;
}
.top-header .top-cta{
display:flex;
justify-content:flex-end;
align-items:center;
gap: 0 20px;
}
.top-header .call-top{
    display: block;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.top-header .call-top span{
    font-weight: 400;
}
.top-header .btn-top a{
	font-size:18px;
    background-color: #52626C;
    border-radius: 5px;
    color: #ffffff;
    padding:9px 37px 10px;
    text-align: center;
    display: block;
}
.logo{
    padding:18px 15px 16px;
    max-width: 255px;
    float: left;
	width: 255px;
}
.logo > a{display: block;line-height: normal;}

.navigation-menu .menu {
display: flex;
flex-direction: column;
}
.navigation-menu .menu li {
display: block;
list-style-type: none;
text-transform: uppercase;
}
.navigation-menu .menu li a {
display: flex;
text-align: center;
text-decoration: none;
color: #4F4D4B;
/*padding:12px;*/ padding: 32px 12px;
}
.navigation-menu .sub-menu li a {
	text-align:left;
	padding:12px;
}
.navigation-menu .menu li a:hover {
background: #ffffff;
font-weight: 700;
letter-spacing: 0.5px;
}
nav ul ul {
    display: none;
}
nav ul li:hover > ul, nav ul li .active {
    display: block;
    padding-left: 1rem;
}

.toggle-nav {
    position: absolute;
    right:10px;
    /*top: 130px;*/ top: 105px;
    display: inline-block;
    margin: 5px;
    font-size: 1.5em;
    z-index: 101;
    transition: color linear 0.15s;
}
.logged-in.admin-bar .toggle-nav {
    top: 130px;
}
body.admin-bar #header {
    top:46px;
}
a.toggle-nav:link,
a.toggle-nav:visited,
a.toggle-nav:hover,
a.toggle-nav:active {
    text-decoration: none;
    color: #4F4D4B;
}

@media (min-width: 991px) {
    body.admin-bar #header{
        top:32px;
    }
    .toggle-nav{
        display: none;
    }
nav{
    float: right;
}
.navigation-menu .menu {
    flex-direction: row;
    justify-content: space-between;
}

nav ul ul {
    display: none;
    position: absolute;
    max-width:300px;
}

nav ul li:hover > ul {
    padding-left: 0;
    background: #ffffff;
    z-index: 100;
}

nav ul li:hover > ul a {
    color: #4F4D4B;
}

.sub-menu li {
    display: flex;
    padding-right: 2em;
}
/*.sub-menu li:hover,
.sub-menu li a:hover {
    background: rgb(124, 118, 118);
    color: #777;
}*/

nav ul ul ul {
    margin: 0 0 0 100%;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
}


}

@media (max-width: 991px) {
    .navigation-menu{
        display: none;
    }
    .navigation-menu .menu li a {
        text-align: left;
    }
    nav ul ul.sub-menu.active{
        display: block;
    }
    .navigation-menu ul{
        padding-left: 5px;
    }
    .top-header .top-cta{
    flex-wrap: wrap;
    justify-content:center;
    }
}

.searchsubmit {
    display: none;
}
.popup-search-wrap {
    top: 190px;
    background: #fff;
}
.popup-search-wrap {
    padding: 10px;
    position: absolute;
    right: calc(5rem + 10vw);
    visibility: hidden;
    -webkit-filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
    filter: drop-shadow(0 0 4px rgba(0,0,0,.2));
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0,0,0);
    z-index: 9999;
}
.popup-search-wrap::before {
    position: absolute;
    top: -7px;
    right: 20px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 7px solid #fff;
    border-bottom-color: #fff;
    content: '';
}
input.searchform-s{
    min-height: 40px;
    height: auto;
    line-height: 40px;
    width: 300px;
    border-width: 0;
    border-color: #e2e2e2;
    border-radius: 0;
    background: #fff;
    padding: 0 10px;
}
.search-icon i{
    color:#52626C;
}
.search-results-content a,
.search-results-content a:focus,
.search-results-content a:active,
.search-results-content a:visited{
	color: #99C4D4;
    font-weight:600;
}
.search-results-content{
	padding:20px;
}
.search-results-content .search-title{
	line-height:1;
}

nav.paging-navigation{
	float:unset;
}
.paging-navigation .nav-links{
	display:flex;
	justify-content:space-between;
}
/*** end of header ***/

/*** BANNER ***/
.banner{
    width:100%;
    text-align: center;
    margin-top:165px;
    position:relative;
}
.products-banner{
    position: relative;
    width: 100%;
    text-align: center;
}
.banner .overlay-banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height:126px;
    background-color: rgba(255,255,255,0.70);
    width: 100%;
    text-align: center;
    font-family: cormorant-garamond, serif;
    font-weight: 700;
    font-size: 60px;
    color:#52626C;
}

.overlay-banner-text .banner-text-wrap{
    max-width: 1366px;
    text-align: center;
    margin:auto;
}
@media screen and (min-width:800px){
    .banner .overlay-banner-text {
        line-height: 72px;
        padding-block: 20px 15px;
    }
}
.products-banner img{ display: block; }
.products-banner .products-content-overlay-left{
    position: absolute;
    top:0px;
    left:0;
    width: 47%;
    height: /*calc(100% - 0.6vh)*/ 100%;
    background-color: rgba(82,98,108,0.80);
    border:1px solid #707070;
}
.products-banner .products-content-overlay-right{
    position: absolute;
    top:0px;
    right: 0;
    width: 47%;
    height: /*calc(101% - 1.1vh)*/ 100%;
    background-color: rgba(82,98,108,0.80);
    border:1px solid #707070;

}
.products-banner .products-content-home{
    color:#ffffff;
    padding:35px 73px 30px 80px;
    letter-spacing: 1px;
    text-align: left;
	font-size:16px;
	line-height:22px;
}
.products-banner .products-content-home div {
    padding-bottom: 20px;
}
.products-banner .products-content-home h3{
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    margin: 0 0 40px;
    letter-spacing: 4px;

}
.products-banner .products-content-home h4.biloh4{
font-weight: 600;
margin:0;
    letter-spacing: 2px;
}
.products-banner .products-content-home h4.biloh4 a{
    font-weight: 600;
    position: relative;
    display: inline-block;
    margin:0;
    letter-spacing: 2px;
}
.products-banner .products-content-home h4.biloh4 a::after{
    content: " ";
    border-right: 3px solid #ffffff;
    border-top: 3px solid #ffffff;
    transform: rotate(45deg);
    position: absolute;
    top: 0px;
    right: -25px;
    height: 25px;
    width: 25px;
}
.products-banner .products-content-home h4.biloh4 a,
.products-banner .products-content-home h4.biloh4 a:visited,
.products-banner .products-content-home h4.biloh4 a:focus,
.products-banner .products-content-home h4.biloh4 a:active{
    color:#ffffff;
}
.products-banner .products-content-home h4.biloh4 a:hover{
    color:rgba(255,255,255,0.70);
}
/*** END OF BANNER ***/

/*======= SUBSCRIPTION FORM =======*/
.subscribe-wrapper{
    max-width: 860px;
    background-color: #99C4D4;
    margin: auto auto -150px;
    position:relative;
    top:-155px

}
#quote.subscribe-wrapper,
#contact.subscribe-wrapper{
    position:unset;
    margin:auto auto 120px;
}
h3.biloh3 .has-arrow::after{
	top:13px;
}
.subscribe-column{
    display: flex;
    flex-wrap: wrap;
}
.subscribe-img{
    max-width: 330px;
    width:330px;
	height:100%;
	margin:20px 15px;
}
.subscribe-title{
    font-size: 45px;
line-height: 50px;
font-weight: 700;
color: #ffffff;
margin-bottom: 0;
margin-top: 10px;
}
.subscribe-subtitle{
    text-transform: uppercase;
    margin:0 0 20px;
}
.subscribe-form{
    max-width: 490px;
    width: 100%;
    padding:10px 10px 0;
}
.subscribe-field, .subscribe-field option{
    font-size: 14px;
    font-weight: 400;
    width: 98%;
    height: 30px;
    padding-left: 5px;
    padding-right: 5px;
}
.subscribe-field::placeholder, .subscribe-field option:first-child{
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.subscribe-form-fields{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 5px;
}
select.subscribe-field{
-webkit-appearance: none; 
-moz-appearance: none;
appearance: none;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
    width: 99%;
    text-align: center;
    text-align-last: center;
    text-transform: uppercase;
    color:#4F4D4B;
}
.subscribe-field option{
    text-transform: uppercase;
}
.subscribe-form-fields.btn-wrapper{
	padding-bottom:0;
	margin-bottom:0;
}
.subscribe-form .wpcf7-not-valid-tip {
    font-size: 0.5em;
    line-height: 1;
}
.subscribe-form .wpcf7 form .wpcf7-response-output{
	margin:0;
	padding:5px;
	font-size:0.7em;
	line-height:1;
	color:#fff;
}
.subscribe-form .wpcf7 form.invalid .wpcf7-response-output, 
.subscribe-form .wpcf7 form.unaccepted .wpcf7-response-output{
	border-color: #ee1919;
}
.col-full{flex: 1 100%}
.col-half{flex:1;align-self: baseline;}
.btn-wrapper{
    margin-top:15px;
    font-size: 20px;
}
.calltext{
    font-weight: 700;
    text-align: center;
}
.calltext span{
    font-weight: 400;
}
.subscribe-btn{
	text-transform:uppercase;
	font-weight:600;
    border: 0;
    background-color: #52626C;
    border-radius: 5px;
    color: #ffffff;
    padding: 8px 30px 8px 25px;
    font-size: 18px;
    letter-spacing: 2px;
    width: 97%;
	cursor:pointer;
}
/*=================================*/

/*======== Content 1 ==============*/
.container-fullwidth{
    width:100%;
    max-width: 100%;
}
.content-container{
    max-width: 1250px;
    width: 100%;
    margin:0 auto;
    padding-bottom: 50px;
}
.content-container2{
    max-width: 1280px;
    width: 100%;
    margin:0 auto;
    padding-bottom: 50px;
}
.content-container, .content-container2{
    text-align: center;
}

.content-container p, .content-container2 p{
    letter-spacing: 1px;
}
.content1 h1{
    font-size: 46px;
    line-height: 52px;
    font-weight: 500;
    text-transform: capitalize;
    margin-top:50px;
}
/*==================================*/

/*========== Content 2 =============*/
.content-border{
    border-top:1px solid #52626C;
    border-bottom:1px solid #52626C;
}
.content-border-bottom{
    border-bottom:1px solid #52626C;
}
.content-border-top{
    border-top:1px solid #52626C;
}
.content2 h2, h2.content2h2{
    font-size: 40px;
    line-height: 72px;
    font-weight: 500;
    text-transform: capitalize;
}
h2.content2h2{
    text-align: center;
}
.home-why{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1117px;
    margin:auto;
}
.home-why .col{
    max-width: 305px;
    width: 100%;
    text-align: center;
}
.home-why .col.col-4{
    max-width: 230px;
}
.home-why .col.col-5 {
    max-width: 200px;
}
.commercial-products .container{
	max-width:1000px;
}
/*==================================*/

/*========== CTA Content =============*/
.cta-fullwidth{
    background-color: #dee8ea;
    padding-block: 70px;
}
.cta-fullwidth-twocol{
    background-color: #dee8ea;
    padding-block: 35px;
}
.cta-fullwidth .content-container, .cta-fullwidth-twocol .content-container2{
    padding:0;
}
.cta-fullwidth .cta-content h2, .cta-fullwidth-twocol .cta-content h2{
    font-size: 40px;
    line-height:1em;
    margin: 0 0 30px;
    font-weight: 500;
    text-transform: capitalize;
}
.cta-btn{
    margin:40px 0 0;
}


/*==================================*/

/*============ REVIEWS =============*/
.home-reviews-container{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    background-color: #dde6eb;
    padding:60px;
    text-align: center;
}

.home-reviews-container .home-box{
    max-width: 730px;
    width: 100%;
}
.home-reviews-container h2{
    font-weight: 500;
    margin:0 0 50px 0;
}
.home-reviews-container .left-home-review{
   padding:0 25px;
}
.home-reviews-container .home-reviews .review-item p{
    font-size: 24px;
    letter-spacing: 1px;
}
.review-rating {
    unicode-bidi: bidi-override;
    direction: rtl;

}
.divider{
    background-color: #51626c;
    border:1px solid #8e989d;
    margin:0 60px;
}

.review-rating > span {
    display: inline-block;
    position: relative;
    width: 1.1em;
}
.review-rating > span:hover:before,
.review-rating > span:hover ~ span:before {
     content: "\2605";
     position: absolute;
}
.view-all-reviews{
    padding:35px 0;
}
.view-all-reviews a{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 600;
    color: #52626c;
}
/*==================================*/
/*============ FOOTER ==============*/
#footer{
    background-color: #99C4D4;
    color:#ffffff;
}
#footer h3{
    font-size: 30px;
    font-weight: 700;
    margin:0 0 10px;
}
#footer ul{
    margin:0;padding:0;
}
#footer ul li{
    list-style: none;
}
#footer ul li a{
    font-size: 16px;
    font-weight: 500;
    color: #4F4D4B;
    text-decoration: none;
    text-transform: uppercase;
}
.footer-top-container{
    padding:0;
}
.mail-box{
    padding-block:35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.mail-box .btn-submit{
    background: none;
    border-top: 3px solid #fff;
    text-indent: -9999px;
    height: 25px;
    width: 25px;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    border-left: 0;
    border-bottom: 0;
    cursor: pointer;
}
.subscribe-footer{
    width: 564px;
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #ffffff;
    background:none;
}
.footer-bottom-container{
    padding: 50px 15px;
}
.footer-menu-container, .footer-left-container{
    display: flex;
}
.footer-left-container{
    flex:1;
}
.footer-left-container .widget_nav_menu{
    padding-right: 50px;
}
.footer-right-container{
    flex:0 0 20vw;
    text-align: right;
}
.footer-right-container a{
    color:#ffffff;
}
.social{
    padding-block: 40px;
}
.copyright{
    color: #4F4D4B;
    font-size: 16px;
    text-transform: uppercase;
}
/*==================================*/
/*** Media Queries ***/
@media screen and (max-width:768px) {
    .top-header{
        align-items: center;
    }
    .logo{
        float: none;
        margin:auto;
        max-width: 90%;
    }
    .subscribe-wrapper{
        top:-6px;
        margin:auto;
    }
    .banner .overlay-banner-text{
        font-size: 150%;
        min-height: auto;
        padding:10px;
    }

    .subscribe-img{
        margin:25px auto auto;
        width: 100%;
    }
    .subscribe-form{
        padding-right: 25px;
        padding-left:25px;
        padding-bottom:20px;
    }
    .home-reviews-container{
        flex-direction: column;
        padding:20px;
    }
    .home-reviews-container .left-home-review{
        padding:0px;
    }
    .home-why{
      margin-bottom:30px;
    }
    .home-why .col.col-5{
        margin:0;
    }
    .divider{
    	margin-bottom:30px;
    }
    .contact-link.has-arrow{
    	display:block;
    }
    .contact-link.has-arrow::after{
    	right:-15px;
    }
}


/*** carousel **/
.two-column-carousel{
    padding-right: 60px;
    padding-left: 60px;
}
.cta-two-colright{
    display: flex;
    columns: 2;
    align-items: center;
}

.carousel .slick-prev,
.carousel .slick-next {
  width: 50px;
  height: 50px;
  color: #fff;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -116px;
  z-index: 99;
  border: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .carousel .slick-prev.slick-disabled,
  .carousel .slick-next.slick-disabled {
    opacity: 0.50;
    pointer-events: none; }

.carousel .slick-next {
  left: auto;
  right: -115px;
}
.fourcolslider .carousel .slick-prev{
  left:-55px;
}
.fourcolslider .carousel .slick-next{
  right:-55px;
}
.carousel-item > div:not(.item-desc-full){
    display: inline-block;
}
.item-img{
    max-width: 500px;
    width: 100%;
}
.item-desc{
    text-align: left;
    padding: 40px 10px 40px 30px;
    max-width: 620px;
    width: 100%;
    vertical-align: top;
}
.carousel h4{
    font-weight: 600;
}
.carousel .item-desc-list {
    max-width: 760px;
    width: 100%;
    margin: auto;
}
.carousel .item-desc-list h4, .carousel .item-desc-list p{
    margin:0;
}
.carousel .item-desc-list li{
    padding-bottom: 36px;
    list-style-type: none;
    position: relative;
}
.carousel .item-desc-list li::before{
    content:"•";
    color:#52626c;
    font-size:75px;
    position: absolute;
    left: -45px;
    top: -8px;
}
.carousel-item > div.carousel-two-col,
.carousel-item > div.carousel-two-col .col{
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.carousel-item > div.carousel-three-col{
    display: inline-flex;
    flex-wrap: nowrap;
    gap:52px;
    justify-content: center;
}
.carousel .carousel-two-col .item-img{
    max-width:275px
}
.carousel .carousel-two-col.four-col .item-img{
    max-width:250px
}
.carousel .carousel-two-col .item-desc{
    max-width:330px
}

.carousel .carousel-two-col .item-desc,
.carousel .carousel-three-col .item-desc{
    padding-inline:30px;
    align-self: center;
    padding-block: unset;
}
.carousel .carousel-three-col .item{
    max-width:380px;
    text-align:center;
}
.carousel .carousel-three-col .item-desc{
    max-width:370px
}
.carousel .carousel-two-col .col:last-of-type .item-desc{
    padding-right: 0;
}
.carousel .carousel-two-col .item-desc h4{
    margin-top:0
}
.cta-item-left{
    max-width: 820px;
    padding-right: 90px;
    width: 100%;
}
.cta-item-right{
    max-width: 431px;
    width: 100%;
}

.cta-item-left h2{
    font-weight: 500;
    margin: 0 0 30px;
}

/** gallery **/
.slick-prev::before,
.slick-next::before{
content: " ";
border-left: 4px solid #52626c;
border-top: 4px solid #52626c;
transform: rotate(135deg);
width: 40px;
height: 40px;
}
.slick-next::before {
    content: " ";
}
.slick-prev::before {
    content: " ";
    transform: rotate(-45deg);
}
.gallery-carousel .content-container{
	max-width:1000px;
}
.gallery-carousel .photo-slider-nav img{
    padding:4%;
    opacity: 0.6;
}

.gallery-carousel .photo-slider-nav .slick-current img{
    opacity: 1;
}
.gallery-carousel .photo-slider-nav .slick-prev,
.gallery-carousel .photo-slider-nav .slick-next{
    top: -300%;
    -webkit-transform: translate(0, -300%);
    -ms-transform: translate(0, -300%);
    transform: translate(0, -300%);
}

.gallery-carousel .photo-slider-nav  .slick-list {
  -webkit-transform: translate3d(0, 0, 0) !important;
  -o-transform: translate3d(0, 0, 0) !important;
  transform: translate3d(0, 0, 0) !important;
}

.gallery-carousel .photo-slider-nav .slick-prev{
    left: -50px;
}

.gallery-carousel .photo-slider-nav .slick-next{
    right: -30px;
}
.gallery-carousel .photo-slider-nav .slick-prev::before,
.gallery-carousel .photo-slider-nav .slick-next::before{
width: 40px;
height: 40px;
display:inline-block;
}
.gallery-container{
	display:flex;
    flex-wrap:wrap;
}
.gallery-filter{
max-width:265px;
width:100%; padding-bottom: 50px;
}
.gallery-filter ul{ padding-bottom:0!important; }
.gallery-filter ul, .gallery-filter li{
list-style:none;
padding-left:10px!important;
}
.gallery-filter li:before{ display: none; }
.gallery-filter li.active{
	font-weight:700;
}
.gallery-filter .accordion-title{
padding:8px 20px;
}

.gallery-filter li{
color:#4F4D4B;
text-decoration:none;
padding:8px 0!important;
text-transform:uppercase;
padding-left: 25px!important;
}
.gallery-filter li input[type=checkbox]{
	position:absolute!important;
	top:11px!important;
    left: 0!important;
	margin-bottom:2px;
}
.content1.galleryheading{
  padding-bottom:0;
  text-align:center;
}
.content1.galleryheading h1{
    line-height: 49px;
    margin-top: 40px;
}
.filterheading{
	padding-left:20px;
}
.filterheading .biloh4{
	margin-top:-25px;
}
.gallery-grid{
max-width:1100px;
width:100%;
display:flex;
flex:0 0 100%;
justify-content:flex-start;
	align-content:baseline;
	gap:2.9%;
flex-wrap:wrap;
padding:0 0 0 25px;
height:100%;
}
.gallery-grid-item{
max-width:185px;
width:100%;
text-align:center;
padding-bottom:20px;
font-size:16px;
}
.gallery-grid-item h4{
margin:0;padding:0;
}
.gallery-grid-item p{
padding:5px 0 0;
margin:0;
line-height:1.2;
}
/** accordion **/

.accordion-item{
    margin-bottom: 10px;
}
.accordion-title{
    text-align: left;
    padding:15px 40px;
    text-transform: uppercase;
    font-weight: 400;
    background-color: #dee8ea;
    cursor: pointer;
}

.accordion-title::after{
    border-style: solid;
	border-width: 3px 3px 0 0;
	content: '';
	height: 0.80em;
	left: 0.15em;
	position: relative;
	top: 0.15em;
	transform: rotate(-45deg);
	vertical-align: top;
    width: 0.80em;
    border-color:#52626c;
    float:right;
}
.open .accordion-title{
    background-color:#99c4d4;
}
.accordion-title::after{
	left: 0;
    transform: rotate(45deg);
    border-color:#ffffff;
}

.open .accordion-title::after{
	top: 0;
    transform: rotate(135deg);
}
.accordion-content{
    display: none;
}
.open .accordion-content.show{
    display: block;
}
.accordion-content-grid{
    display: inline-flex;
    flex-wrap: wrap;
    gap:52px;
    justify-content: center;
}
.accordion-content-grid.gap23{
    gap:23px;
}
.accordion-content.withpadding{
    padding-left: 50px;
    padding-right: 50px;
}
.accordion-content.accessories p{
    padding:0;
    margin:0;
}
.accordion-content-grid .item{
    max-width: 273px;
}
.accordion-content-grid .item.width640{
    max-width: 640px;
}
.accordion-content-grid .item.width460{
    max-width: 460px;
}
.accordion-content-grid .item.width541{
    max-width: 541px;
}
.accordion-content-grid .item.width340{
    max-width: 340px;
}
.accordion-content-grid .item.col-5{
    max-width: 231px;
    margin:0;
}
.accordion-content-grid .item p > strong{
    text-transform: uppercase;
}
@media screen and (max-width:768px) {
	.products-banner .products-content-overlay-left,
	.products-banner .products-content-overlay-right{
		position:unset;
		width:100%;
	}
	.products-banner .products-content-home{
		padding:30px;
	}
    .popup-search-wrap{
        top: unset;
        bottom: 7%;
        right: 0;
    }
    .popup-search-wrap::before{
        top: 20px;
        right: unset;
        left: -7px;
        transform: rotate(37deg);
    }
    .content1 h1{
        font-size: 215%;
        line-height: 1;
    }
    .content2 h2, .cta-item-left h2, .cta-fullwidth .cta-content h2, h2.content2h2 {
        font-size: 190%;
        line-height: 1;
    }
    .item-desc{
        padding: 40px 10px 40px;
        width: 100%;
        vertical-align: top;
    }
    .carousel .carousel-two-col .item-img img{
        width: 100%;
    }
    .carousel .carousel-two-col .item-desc{
        padding: 40px 10px 40px;
    }
    .content-container{
        padding-left: 30px;
        padding-right:30px;
        padding-bottom: 0;
    }
	.home .content-container{
		padding-bottom:50px;
	}
	.home .cta-fullwidth .content-container{
		padding-left: 30px;
        padding-right:30px;
	}
    .cta-fullwidth .content-container.cta-content{
        padding-left: 30px;
        padding-right:30px;
    }
    .carousel-item > div.carousel-two-col{
        flex-wrap: nowrap;
        gap:40px;
    }
    .accordion-content-grid.gap23{
        flex-direction: row;
    }
    .home-why .col, .home-why .col.col-4{
        margin:0;
        max-width: 50%;
    }
    .cta-item-right,.cta-item-left{
        max-width: 100%;
    }
    .cta-item-left{
        padding-right: 0;
        padding-top:20px;
    }
    .cta-two-colright{
        flex-direction: column-reverse;
        padding-inline: 30px;
    }
    .carousel-item{
        text-align: center;
    }
    .carousel .slick-next{
        right: -50px;
    }
    .carousel .slick-prev{
        left: -50px;
    }
    .gallery-carousel .photo-slider-nav .slick-prev{
        left: 15px;
    }
    .gallery-carousel .photo-slider-nav .slick-next{
        right: 35px;
    }
    .gallery-carousel .photo-slider-nav .slick-prev, .gallery-carousel .photo-slider-nav .slick-next {
        top: -200%;
        -webkit-transform: translate(0, -400%);
        -ms-transform: translate(0, -400%);
        transform: translate(0, -400%);
    }
    .accordion-content-grid{
        flex-direction: column;
    }
    .accordion-content-grid .item{
        margin:auto;
    }
    .footer-menu-container, .footer-left-container{
        flex-direction: column;
    }
    .footer-bottom-container {
        padding: 50px 30px;
    }
    .footer-right-container{
        text-align:left;
        padding-top:30px;
    }
    .footer-left-container .widget_nav_menu{
        padding-bottom: 30px;
    }
    .footer-left-container .widget_nav_menu:last-child{
        border-top: 1px solid #fff;
    }
    .social {
        padding-block: 10px;
    }
    .mail-box{
        display: block;
    }
    .subscribe-footer{
        width:75%;
    }
    .mail-box .btn-submit{
        height: 15px;
        width: 15px;
    }
	.gallery-filter{
		max-width: 93.5%;
		margin: auto;
	}
    .gallery-filter ul{
    	padding-left:20px;
    }
    .gallery-grid-item {
    	max-width: 160px;
    }
}

@media screen and (max-width:500px){
    .carousel-item > div.carousel-two-col{
        flex-wrap: wrap;
        gap:0;
    }
    .filterheading{
		padding-left:30px;
	}
    
}
@media screen and (max-width:320px){
	.content2 h2, .cta-item-left h2, .cta-fullwidth .cta-content h2, h2.content2h2{
		font-size:150%;
	}
    .footer-right-container a, .accordion-title{
    font-size:80%
    }
}

/*** lightbox ***/
body.hidden-scroll {
  overflow: hidden; }

.sl-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0.7;
  display: none;
  z-index: 1035; }

.sl-wrapper {
  z-index: 1040;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed; }
  .sl-wrapper * {
    box-sizing: border-box; }
  .sl-wrapper button {
    border: 0 none;
    background: transparent;
    font-size: 28px;
    padding: 0;
    cursor: pointer; }
    .sl-wrapper button:hover {
      opacity: 0.7; }
  .sl-wrapper .sl-close {
    display: none;
    position: fixed;
    right: 30px;
    top: 30px;
    z-index: 10060;
    margin-top: -14px;
    margin-right: -14px;
    height: 44px;
    width: 44px;
    line-height: 44px;
    font-family: Arial, Baskerville, monospace;
    color: #000;
    font-size: 3rem; }
  .sl-wrapper .sl-counter {
    display: none;
    position: fixed;
    top: 30px;
    left: 30px;
    z-index: 1060;
    color: #000;
    font-size: 1rem; }
  .sl-wrapper .sl-navigation {
    width: 100%;
    display: none; }
    .sl-wrapper .sl-navigation button {
      position: fixed;
      top: 50%;
      margin-top: -22px;
      height: 44px;
      width: 22px;
      line-height: 44px;
      text-align: center;
      display: block;
      z-index: 10060;
      font-family: Arial, Baskerville, monospace;
      color: #000; }
      .sl-wrapper .sl-navigation button.sl-next {
        right: 5px;
        font-size: 2rem; }
      .sl-wrapper .sl-navigation button.sl-prev {
        left: 5px;
        font-size: 2rem; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 10px;
            font-size: 3rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 10px;
            font-size: 3rem; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-navigation button {
          width: 44px; }
          .sl-wrapper .sl-navigation button.sl-next {
            right: 50px;
            font-size: 5rem; }
          .sl-wrapper .sl-navigation button.sl-prev {
            left: 50px;
            font-size: 5rem; } }
  .sl-wrapper.sl-dir-rtl .sl-navigation {
    direction: ltr; }
  .sl-wrapper .sl-image {
    position: fixed;
    -ms-touch-action: none;
    touch-action: none;
    z-index: 10000; }
    .sl-wrapper .sl-image img {
      margin: 0;
      padding: 0;
      display: block;
      border: 0 none;
      width: 100%;
      height: auto; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image img {
          border: 0 none; } }
    .sl-wrapper .sl-image iframe {
      background: #000;
      border: 0 none; }
      @media (min-width: 35.5em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
      @media (min-width: 50em) {
        .sl-wrapper .sl-image iframe {
          border: 0 none; } }
    .sl-wrapper .sl-image .sl-caption {
      display: none;
      padding: 10px;
      color: #fff;
      background: rgba(0, 0, 0, 0.8);
      font-size: 1rem;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-top {
        bottom: auto;
        top: 0; }
      .sl-wrapper .sl-image .sl-caption.pos-outside {
        bottom: auto; }
    .sl-wrapper .sl-image .sl-download {
      display: none;
      position: absolute;
      bottom: 5px;
      right: 5px;
      color: #000;
      z-index: 1060; }

.sl-spinner {
  display: none;
  border: 5px solid #333;
  border-radius: 40px;
  height: 40px;
  left: 50%;
  margin: -20px 0 0 -20px;
  opacity: 0;
  position: fixed;
  top: 50%;
  width: 40px;
  z-index: 1007;
  -webkit-animation: pulsate 1s ease-out infinite;
  -moz-animation: pulsate 1s ease-out infinite;
  -ms-animation: pulsate 1s ease-out infinite;
  -o-animation: pulsate 1s ease-out infinite;
  animation: pulsate 1s ease-out infinite; }

.sl-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

.sl-transition {
  transition: -moz-transform ease 200ms;
  transition: -ms-transform ease 200ms;
  transition: -o-transform ease 200ms;
  transition: -webkit-transform ease 200ms;
  transition: transform ease 200ms; }

@-webkit-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-moz-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-o-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }

@-ms-keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0.0; }
  50% {
    opacity: 1; }
  100% {
    transform: scale(1.2);
    opacity: 0; } }