/*
Theme Name: Hand Prop Room ( HPR ) 
Author: The Hand Prop Room ( HPR ) Team
Author URI: https://hpr.com/
Version: 3
Requires at least: 4.4
Requires PHP: 5.2.4
*/


/* Global css */

* {
	margin: 0;
	padding: 0;
}

iframe {
    max-width: 100%;
}  
.video-container iframe { margin : 0 auto 15px;width:100%;height:400px; }

html {
	overflow-x: hidden;
}

table.rad tr.rad {
	line-height: 24px;
}

body {
	font-size: 17px;
	line-height: 0px;
	font-family: 'ZurichBT-Regular';
	background: #fff;
	color: #1B1A19;
}
a {
    color: #00704a;
}
.container {
	line-height: 0px;
	margin: 0 auto;
	width: 100%;
}
r {
    color: red;
    margin-left: 2px;
}
.row-box {
	display: inline-block;
	width: 100%;
}

a {
	text-decoration: none;
	outline: none;
}

.green-font h2, .green-font h3, .green-font h5 { color: #00704A; }

.pad-top-0 {
	padding-top: 0;
}
.pad-btm-0 {
	padding-bottom: 0;
}

.text-left {
	text-align: left;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

img {
	max-width: 100%;
}

.mb50 {
	margin-bottom: 50px;
}

img[align="left"] {
	max-width: 460px;
	margin-right: 15px;
	margin-bottom: 10px;
	width: 100%;
}

img[align="right"] {
	max-width: 460px;
	margin-left: 15px;
	margin-bottom: 10px;
	width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-weight: normal;
	line-height: 30px;
	font-family: 'ZurichXCnBTWXX-Regular';
	color: #1B1A19;
}

.h6-style {
	font-size: 22px;
	font-weight: normal;
	line-height: 30px;
	font-family: 'ZurichXCnBTWXX-Regular';
	color: #1B1A19;
}

p,
ul,
ol {
	line-height: 28px;
	margin-bottom: 10px;
}

ul {
	padding-left: 25px;
}

html,
button,
input,
select,
textarea {
	font-family: 'ZurichBT-Regular';
}

section {
	width: 100%;
	float: left;
	padding: 40px 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	overflow : hidden;
}

div,
li,
ul,
ol {
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type=submit],
button {
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.col1 {
	width: 8.33333333%;
}

.col2 {
	width: 16.66666667%;
}
.col20 {
	width: 20%;
}
.col3 {
	width: 25%;
}

.col4 {
	width: 33.33333333%;
}

.col5 {
	width: 41.66666667%;
}

.col6 {
	width: 50%;
}

.col7 {
	width: 58.33333333%;
}

.col8 {
	width: 66.66666667%;
}

.col9 {
	width: 75%;
}

.col10 {
	width: 83.33333333%;
}

.col11 {
	width: 91.66666667%;
}

.col12 {
	width: 100%;
}

.col1,
.col2,
.col20,
.col3,
.col4,
.col5,
.col6,
.col7,
.col8,
.col9,
.col10,
.col11,
.col12 {
	float: left;
	padding: 0 15px;
}

.fixed-header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	background: #fff;
    z-index: 99;
}

header.fixed-header .top-header {
	padding: 0px;
	-webkit-transition: .5s;
	transition: .5s;
}

.full-width .about-text-box { 
	padding: 50px 20px 40px;  
}

.grid-slides .about-text-box {
    padding: 0 0 10px;
}

.short-width .about-text-box {
    max-width: 771px;
}

.extra-short-width  .about-text-box {
    max-width: 730px;
}
.overlay-banner .middle-box:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0, .37);
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.overlay-banner .middle-box {
    position: relative;
}
.extra-short-width .about-text-box h4 {
    font-family: 'ZurichBT-Regular';
    color: #606060;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
body .column-content h2, body .green-font h3, .h3-tag h3.text-left, .single-blog-show .article-content h3 {
    font-family: 'ZurichBT-Regular'; 
    font-size: 20px;
    letter-spacing: 0.5px;
    line-height: 32px;
    font-weight: 700;
	text-transform: capitalize;
}
body .h3-tag h3 {
    margin-bottom:0px;
}
.column-content {
    margin-bottom: 50px;
}
.column-content h2 { margin-bottom : 15px; }

section.two-column-content .row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

/* End Global css */


/* Go Top css */

#button {
	display: inline-block;
	background-color: #1B1A19;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 70px;
	right: 30px;
	-webkit-transition: background-color .3s, opacity .5s, visibility .5s;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 6;
	cursor: pointer;
}

.fi {
	margin-top: 106px;
}

#button:hover {
	background: #BF8A00;
}

#button.show {
	opacity: 1;
	visibility: visible;
}

#button::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}


/* End Go Top css */


/* Header css */

.logo-img img {
	max-width: 160px;
	height: auto;
}

a.logo-img {
	padding: 8px 0;
}

.col12.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logo {
	float: left;
}

header {
	width: 100%;
	z-index: 0;
	display: inline-block;
	left: 0px;
	-webkit-transition: .5s;
	transition: .5s;
}

.bottom-header {
	width: 100%;
	float: left;
}

.bottom-header .row-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/* End Header css */


/* search */

.serah-box {
	float: right;
	position: relative;
	max-width: 175px;
	width: 100%;
	margin-top: 10px;
}
.search-text.opened {
    display: block;
}
.serah-box img {
	position: absolute;
	left: 0px;
	padding: 2px 5px;
}
.serah-box input[type="search"]:focus {
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
}
.serah-box input[type="search"]::-webkit-input-placeholder {
	color: #474747;
}

.serah-box input[type="search"]:-ms-input-placeholder {
	color: #474747;
}

.serah-box input[type="search"]::placeholder {
	color: #474747;
}

.serah-box input[type="search"] {
	padding: 1px 5px 1px 26px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	background: #f2f2f2;
	border: 1px solid #f2f2f2;
	color: #474747;
	font-size: 15px;
	height:auto;
}
.aws-search-btn.aws-form-btn {
    border: none !important;
    background: #f2f2f2 !important;
    line-height: 0px !important;
    height: 33.6px;
}
.aws-container .aws-show-clear .aws-search-field {
    padding-right: 5px !important;
    padding-left: 5px !important;
}
.serah-box input[type="search"]:focus {
	outline: none;
}
.search-text.opened {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    padding: 20px 15px;
    background-color: #fff;
    z-index: 99;
}
.aws-search-result .aws_result_title {
    font-size: 12px;
    line-height: 16px;
}

/* Menu css */

.stellarnav {
	position: inherit;
	margin-top: 20px;
}

.stellarnav a {
	color: #777;
}

.stellarnav a:hover {
	color: #1B1A19;
}

.stellarnav ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.stellarnav li a img {
	margin-right: 5px;
	float: left;
}

.stellarnav li {
	list-style: none;
	display: block;
	margin: 0;
	padding: 0;
	position: relative;
	line-height: normal;
	vertical-align: middle;
}

.stellarnav li a {
	padding: 18px 10px;
	display: block;
	text-decoration: none;
	color: #333333;
	font-size: inherit;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	font-size: 15px;
	text-transform: uppercase;
}

/* .stellarnav li.current-menu-item > a {
	border-bottom: 5px solid #BF8A00;
} */

.stellarnav ul li.current-menu-item > a:before{
	width: 0;
	left: 0;
}
.stellarnav ul li.current-menu-item > a {
    border-bottom: 5px solid #BF8A00;
	padding-left: 0;
    padding-right: 0;
}
.stellarnav>ul>li>a {
    padding-left: 0;
    padding-right: 0;
}
.stellarnav ul li.current-menu-item a:hover:before {
    width: 0;
    height: 0;
    display: none;
}
.stellarnav>ul>li {
	display: inline-block;
	margin-left: 36px;
}
.fixed-header {
    transition: transform 1.8s;
}
.fixed-header.fixed-header-hide {
    transform: translate3d(0, -100%, 0);
}
.fixed-header.fixed-header-show {
    transform: none;
} 
.product-catalog-gallery .portfolio-tab ul li {
    min-width: 100px;
    text-align: center;
    margin-right: 15px;
	margin-bottom: 15px;
	float:left;
}
.product-catalog-gallery .portfolio-tab ul li:last-child {
    margin-right: 0;
}

.portfolio-name p { text-align : center; font-size: 10px; }

.stellarnav>ul>li>a {
	color: #1B1A19;
	display: block;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-align: center;
	padding: 3px;
}

.stellarnav>ul>li:nth-child(2) {
	margin-left: 0px;
}

.stellarnav ul ul {
	top: auto;
	width: 171px;
	position: absolute;
	z-index: 9900;
	text-align: left;
	display: none;
	background: #fff;
	left: 0;
        -webkit-box-shadow: 0 6px 5px 0 rgb(0 0 0 / 22%);
                box-shadow: 0 6px 5px 0 rgb(0 0 0 / 22%);
}

.stellarnav li li {
	display: inline-block;
	width: 100%;
	padding: 10px;
}

.stellarnav ul ul ul {
	top: 0;
	left: 100%;
}

.stellarnav>ul>li:hover>ul>li:hover>ul {
	opacity: 1;
	visibility: visible;
	top: 0;
}

.stellarnav>ul>li.drop-left>ul {
	right: 0;
}

.stellarnav li.drop-left ul ul {
	left: auto;
	right: 220px;
}

.stellarnav.light {
	background: rgba(255, 255, 255, 1);
}

.stellarnav.light a {
	color: #1B1A19;
}

.stellarnav ul ul li a {
	color: #1B1A19;
	float: left;
	padding: 0px;
	border-bottom: 5px solid #fff;
    position: relative;
}

/* .stellarnav ul ul li a:hover {
	border-bottom: 5px solid #bf8a00;
} */

.stellarnav.light ul ul {
	background: rgba(255, 255, 255, 1);
}

.stellarnav.light li a {
	color: #1B1A19;
}

.stellarnav.fixed {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

body.stellarnav-noscroll-x {
	overflow-x: hidden;
}

.stellarnav li.has-sub>a:after {
	    content: '';
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 8px solid #000000;
    display: inline-block;
}

.stellarnav li li.has-sub>a:after {
	margin-left: 10px;
	float: right;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #FFF;
	position: relative;
	top: 4px;
}

.stellarnav li.drop-left li.has-sub>a:after {
	float: left;
	margin-right: 10px;
	border-left: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-right: 6px solid #FFF;
}

.stellarnav.hide-arrows li.has-sub>a:after,
.stellarnav.hide-arrows li li.has-sub>a:after,
.stellarnav.hide-arrows li.drop-left li.has-sub>a:after {
	display: none;
}

.stellarnav .menu-toggle,
.stellarnav .close-menu,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile {
	display: none;
	text-transform: uppercase;
	text-decoration: none;
}

.stellarnav .dd-toggle {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	width: 48px;
	height: 48px;
	text-align: center;
	z-index: 9999;
	border: 0;
}
body .extra-short-width .about-text-box h3 {
    font-size: 22px;
    line-height: 32px;
}
.stellarnav.desktop.hide-arrows li.has-sub a {
	padding-right: 15px;
}

.stellarnav.mobile>ul>li>a.dd-toggle {
	padding: 0;
}
.stellarnav>ul>li>a {
    padding-left: 0;
    padding-right: 0;
}
.stellarnav li.call-btn-mobile,
.stellarnav li.location-btn-mobile {
	display: none;
}

.stellarnav a.dd-toggle .icon-plus {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	width: 12px;
	height: 100%;
	position: relative;
	vertical-align: middle;
	display: inline-block;
}

.stellarnav a.dd-toggle .icon-plus:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: width 0.3s;
	transition: width 0.3s;
}

.stellarnav a.dd-toggle .icon-plus:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
}

.stellarnav li.open>a.dd-toggle .icon-plus {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.stellarnav.light a.dd-toggle .icon-plus:before {
	border-color: #1B1A19;
}

.stellarnav.light a.dd-toggle .icon-plus:after {
	border-color: #1B1A19;
}

.stellarnav.dark a.dd-toggle .icon-plus:before {
	border-color: #1B1A19;
}

.stellarnav.dark a.dd-toggle .icon-plus:after {
	border-color: #1B1A19;
}

.stellarnav .icon-close {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 12px;
	height: 12px;
	position: relative;
	display: inline-block;
}

.stellarnav .icon-close:before {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	border-bottom: solid 3px #777;
	position: absolute;
	top: 50%;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.stellarnav .icon-close:after {
	content: '';
	display: block;
	width: 12px;
	height: 0px;
	top: 50%;
	border-bottom: solid 3px #777;
	position: absolute;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.stellarnav.light .icon-close:before {
	border-color: #1B1A19;
}

.stellarnav.light .icon-close:after {
	border-color: #1B1A19;
}

.stellarnav.dark .icon-close:before {
	border-color: #FFF;
}

.stellarnav.dark .icon-close:after {
	border-color: #FFF;
}

.stellarnav .menu-toggle,
.stellarnav .call-btn-mobile,
.stellarnav .location-btn-mobile,
.stellarnav .close-menu {
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

a.menu-toggle {
	border: 1px solid #00704a !important;
	margin-top: 0px;
	background: #00704a;
}

.stellarnav .menu-toggle span.bars {
	display: inline-block;
	position: relative;
	top: 0px;
}

.stellarnav .menu-toggle span.bars span {
	display: block;
	width: 15px;
	height: 2px;
	border-radius: 6px;
	background: #777;
	margin: 0 0 3px;
}

.stellarnav .menu-toggle span.bars span:last-child {
	margin-bottom: 0px;
}

.search-container input[type="text"] {
	width: 239px;
}

.stellarnav .full {
	width: 100%;
}

.stellarnav .half {
	width: 50%;
}

.stellarnav .third {
	width: 33%;
	text-align: center;
}

.stellarnav .location-btn-mobile.third {
	text-align: center;
}

.stellarnav .location-btn-mobile.half {
	text-align: right;
}

.stellarnav.light .third,
.stellarnav.light .half {
	border-left: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.left .third,
.stellarnav.light.left .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light.right .third,
.stellarnav.light.right .half {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.light .third:first-child,
.stellarnav.light .half:first-child {
	border-left: 0;
}

.stellarnav.dark .third,
.stellarnav.dark .half {
	border-left: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.left .third,
.stellarnav.dark.left .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.dark.right .third,
.stellarnav.dark.right .half {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.light.left .menu-toggle,
.stellarnav.light.right .menu-toggle {
	border-bottom: 0;
}

.stellarnav.dark.left .menu-toggle,
.stellarnav.dark.right .menu-toggle {
	border-bottom: 0;
}

.stellarnav.dark .third:first-child,
.stellarnav.dark .half:first-child {
	border-left: 0;
}

.stellarnav.light .menu-toggle span.bars span {
	background: #6f3a95;
}

.stellarnav.dark .menu-toggle span.bars span {
	background: #fff;
}

.stellarnav.mobile {
	position: static;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	
}

.stellarnav.mobile.fixed {
	position: static;
}

.stellarnav.mobile ul {
	position: relative;
	display: none;
}

.stellarnav.mobile.active {
	padding-bottom: 0;
}

.stellarnav.mobile.active>ul {
	display: block;
}

.stellarnav.mobile ul {
	text-align: left;
}

.stellarnav.mobile>ul>li {
	display: block;
}

.stellarnav.mobile>ul>li>a {
	padding: 5px;
}

.stellarnav.mobile ul {
	background: rgba(221, 221, 221, 1);
}
.stellarnav.mobile ul li.current-menu-item > a {
    border-bottom: 5px solid #BF8A00;
    display: inline;
}
.stellarnav.mobile ul li.current-menu-item {
    text-align: center;
	margin-top: 5px;
    margin-bottom: 6px;
}
.stellarnav.mobile ul ul.sub-menu li.current-menu-item > a {
    border-bottom: 0;
    display: inline;
    padding: 0;
}
.stellarnav.mobile ul ul.sub-menu li.current-menu-item {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}
.stellarnav.mobile ul ul {
	position: relative;
	opacity: 1;
	visibility: visible;
	width: auto;
	display: none;
	-webkit-transition: none;
	transition: none;
}

.stellarnav.mobile ul ul ul {
	left: auto;
	top: auto;
}

.stellarnav.mobile li.drop-left ul ul {
	right: auto;
}

.stellarnav.mobile li a {
	border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile>ul {
	border-top: 1px solid rgba(255, 255, 255, .15);
}

.stellarnav.mobile.light li a {
	border-bottom: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile.light>ul {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.stellarnav.mobile li a.dd-toggle {
	border: 0;
}

.stellarnav.mobile.light li a.dd-toggle {
	border: 0;
}

.stellarnav.mobile .menu-toggle,
.stellarnav.mobile .dd-toggle,
.stellarnav.mobile .close-menu,
.stellarnav.mobile .call-btn-mobile,
.stellarnav.mobile .location-btn-mobile {
	display: inline-block;
}

.stellarnav.mobile li.call-btn-mobile {
	border-right: 1px solid rgba(255, 255, 255, .1);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stellarnav.mobile li.call-btn-mobile,
.stellarnav.mobile li.location-btn-mobile {
	display: inline-block;
	width: 50%;
	text-transform: uppercase;
	text-align: center;
}

.stellarnav.mobile li.call-btn-mobile.full,
.stellarnav.mobile li.location-btn-mobile.full {
	display: block;
	width: 100%;
	text-transform: uppercase;
	border-right: 0;
	text-align: left;
}

.stellarnav.mobile.light ul {
	background: rgba(255, 255, 255, 1);
}

.stellarnav.mobile.dark ul {
	background: #f2f2f2;
}

.stellarnav.mobile.dark ul ul {
	background: rgba(255, 255, 255, .08);
}

.stellarnav.mobile.light li.call-btn-mobile {
	border-right: 1px solid rgba(0, 0, 0, .1);
}

.stellarnav.mobile.top {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
}

.stellarnav.mobile li.has-sub>a:after,
.stellarnav.mobile li li.has-sub>a:after,
.stellarnav.mobile li.drop-left li.has-sub>a:after {
	display: none;
}

.stellarnav.mobile.right>ul,
.stellarnav.mobile.left>ul {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

.stellarnav.mobile.right>ul {
	right: 0;
	z-index: 9999;
}

.stellarnav.mobile.right .close-menu,
.stellarnav.mobile.left .close-menu {
	display: inline-block;
	text-align: right;
}

.stellarnav.mobile.left>ul {
	left: 0;
}

.stellarnav.mobile.right .location-btn-mobile.half,
.stellarnav.mobile.right .call-btn-mobile.half,
.stellarnav.mobile.right .close-menu.half {
	text-align: center;
}

.stellarnav.mobile.right .location-btn-mobile.third,
.stellarnav.mobile.right .call-btn-mobile.third,
.stellarnav.mobile.right .close-menu.third {
	text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.half,
.stellarnav.mobile.left .call-btn-mobile.half,
.stellarnav.mobile.left .close-menu.half {
	text-align: center;
}

.stellarnav.mobile.left .location-btn-mobile.third,
.stellarnav.mobile.left .call-btn-mobile.third,
.stellarnav.mobile.left .close-menu.third {
	text-align: center;
}

.stellarnav.mobile.left .menu-toggle.half,
.stellarnav.mobile.left .menu-toggle.third,
.stellarnav.mobile.right .menu-toggle.half,
.stellarnav.mobile.right .menu-toggle.third {
	text-align: left;
}

.stellarnav.mobile.left .close-menu.third span,
.stellarnav.mobile.right .close-menu.third span {
	display: none;
}

.stellarnav.desktop li.mega ul ul {
	background: none;
}

.stellarnav.desktop li.mega li {
	display: inline-block;
	vertical-align: top;
	width: 100% !important;
}

.stellarnav.desktop li.mega li li {
	display: block;
	position: relative;
	left: 4px;
}

.stellarnav.desktop>ul>li.mega>ul {
	-webkit-column-count: 4;
	column-count: 4;
}

.stellarnav.desktop li.mega ul ul {
	width: auto;
}

.stellarnav.desktop>ul>li.mega {
	position: inherit;
}

.stellarnav.desktop>ul>li.mega>ul {
	width: 100%;
	max-width: 95% !important;
}

.stellarnav.desktop>ul>li.mega>ul>li>a {
	padding: 7px 15px;
}

.stellarnav.desktop>ul>li.mega>ul li.has-sub ul {
	display: block;
	position: relative;
	left: auto;
}

.stellarnav.desktop>ul>li.mega>ul>li {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.stellarnav.desktop li.mega li li a {
	padding: 5px 15px;
}

.stellarnav.desktop li.mega li.has-sub a:after {
	display: none;
}

.stellarnav.desktop>ul>li.mega>ul>li>a {}


a.close-menu.full {
    display: none !important;
}
.fixer  .serah-box {
    display:none;
}

.fixer .stellarnav.dark .menu-toggle span.bars span {
    background: #fff;
    margin: 10px 1px;
    -webkit-transform: rotate(
45deg
);
            transform: rotate(
45deg
);
    width: 23px;
}

.fixer .menu-toggle{
	padding:5px;
}
.fixer .stellarnav.dark .menu-toggle span.bars span:first-child {
    position: absolute;
    width: 23px;
    -webkit-transform: rotate(
-45deg
);
            transform: rotate(
-45deg
);
}
.fixer .stellarnav.dark .menu-toggle span.bars span:last-child {
    display:none;
}
.fixer {
    background: #f2f2f2;
    position: fixed;
    width: 100%;
    z-index: 999;
}

/* End Menu css */


/* Banner css */

section.banner {
	padding: 0px;
	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;
}

section#banner>img {
	width: 100%;
}

.banner-container {
	position: absolute;
	max-width: 1170px;
	width: 100%;
	z-index: 9;
}

.banner-content {
	max-width: 43%;
	float: right;
	width: 100%;
	margin-top: 76px;
}

.banner-content h2 {
	font-size: 48px;
	color: #fff;
	line-height: 65px;
}

.banner-content h2 strong {
	display: block;
	text-transform: uppercase;
	max-width: 270px;
	background: #288395;
	text-align: center;
	font-weight: 600;
}

.banner-content a {
	color: #fff;
	text-transform: uppercase;
	width: 151px;
	text-align: center;
	line-height: 40px;
	display: inline-block;
	border: 2px solid #fff;
	margin-top: 25px;
	-webkit-transition: .5s;
	transition: .5s;
	margin-bottom: 25px;
}

.banner-content a:hover {
	background: #BF8A00 !important;
	color: #fff !important;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-box-shadow: 2px 2px 0px #BF8A00;
	box-shadow: 2px 2px 0px #BF8A00;
	border: 1px solid #BF8A00;
}

.main-carousel1 .slide-item .slide-text, .innercarousel .slide-item .slide-text {
	position: absolute;
	z-index: 9;
}

.main-carousel1 .slide-item .slide-text h3, .innercarousel .slide-item .slide-text h3{
	text-transform: uppercase;
	color: #FFFFFF;
	font-size: 64px;
	letter-spacing: 3.25px;
	line-height: 74px;
	text-align: center;
}

.main-carousel1 .slide-item, .innercarousel .slide-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.main-carousel1 .owl-dots, .innercarousel .owl-dots{
	display: block !important;
}

.main-carousel1 button.owl-dot, .innercarousel button.owl-dot {
	background: #aaa !important;
	height: 7px;
	width: 7px;
	border-radius: 20px;
	border: 1px solid #aaa !important;
	margin: 0 3px;
}

.main-carousel1 .owl-dots, .innercarousel .owl-dots {
	display: block !important;
    position: absolute;
    bottom: 22px;
    z-index: 9;
    left: 0;
    right: 0;
    text-align: center;
}

.main-carousel1 button.owl-dot.active, .innercarousel button.owl-dot.active {
	background: transparent !important;
}



/* End Banner css */


/* About */

section.about {
	padding-bottom: 0px;
}


.about-text-box {
	margin: 0px auto;
	display: block;
	padding : 0 15px ;
   
}

.about-text-box p {
	color: #606060;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 28px;
}

.about-text-box h3 {
	margin-bottom: 25px; 
	font-size: 30px;
	letter-spacing: 2px;
	line-height: 37px;
	text-transform: uppercase;
}

.heading-box h3 {
	display: inline-block;
	text-transform: uppercase;
	max-width: 171px;
	width: 100%;
	border-bottom: 11px solid #bf8a00;
	color: #1B1A19;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 37px;
	padding-bottom: 5px;
}

.heading-box {
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}

.about-text-box1 p {
	color: #1B1A19;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 28px;
}

.show-hide {
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
}

.about-text-box1 {
	background: #efefef;
	-webkit-box-shadow: -68px 0px 0px 0px #efefef;
	box-shadow: -102px 0px 0px 0px #efefef;
	margin-top: 110px;
	padding: 60px 86px 60px 25px;
}

.about-text-box1.alt-box1 {
	-webkit-box-shadow: 68px 0px 0px 0px #efefef;
	box-shadow: 102px 0px 0px 0px #efefef;
	padding: 60px 25px 60px 86px;
}

section.about1 .row-box .col6:first-child {
	position: relative;
	padding-right: 0px;
}

.content-with-image figure img {
	position: relative;
}


/* testimonial css */

section.testimonial {
	background: #efefef;
	padding: 65px 0 40px;
}

.testimonial-carousel .owl-stage-outer {
	overflow: visible !important;
}
.box-content-test h6 {
    font-size: 22px;
}
.box-content-test {
	padding: 0 50px;
}

.heading-text h3 {
	color: #1B1A19;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 37px;
	text-align: center;
	margin-bottom: 40px;
	text-transform: uppercase;
}

.testimonial-carousel button.owl-dot {
	background: transparent !important;
	height: 7px;
	width: 7px;
	border-radius: 20px;
	border: 1px solid #a7a7a7 !important;
	margin: 0 3px;
}

.testimonial-carousel button.owl-dot.active {
	background: #a7a7a7 !important;
}

.testimonial-carousel .owl-dots {
	display: block !important;
	position: relative;
	text-align: center;
	margin-top: 25px;
}

.button-box-text {
	display: inline-block;
	width: 100%;
	text-align: center;
}

.button-box-text a {
    background: #00704A;
    color: #fff;
    line-height: 32px;
    display: inline-block;
    padding: 10px 8px;
    text-transform: capitalize;
    margin: 5px 0px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 1px;
	width: 100%;
    box-sizing: border-box;
}
.button-box-text .custombtn, aside .custombtn {
    background: #00704A;
    color: #fff;
    line-height: 45px;
    display: inline-block;
    padding: 0 25px;
    text-transform: uppercase;
    margin: 5px 10px;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 15px;
    letter-spacing: 1px;
	width : auto;
}
section.content-information.extra-short-width.green-font aside.button-box-text a.custombtn {
    padding-top: 4px;
    padding-bottom: 4px;
}
.button-box-text a:hover,
.custombtn:hover {
	background: #1B1A19;
	-webkit-transition: .5s;
	transition: .5s;
}

.box-content-test p {
	color: #1B1A19;
	font-size: 17px;
	letter-spacing: 0.5px;
	line-height: 28px;
}


/* End testimonial css */


/* middle banner css */

section.middle-banner img {
	width: 100%;
	height: 500px;
	-o-object-fit: cover;
	object-fit: cover;
	opacity: .7;
}

.middle-box {
	width: 100%;
	background: #1B1A19;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.plain-dental-text {
	position: absolute;
	z-index: 9;
	max-width: 882px;
}

.plain-dental-text h3 {
	color: #FFFFFF;
	font-size: 43px;
	letter-spacing: 3.25px;
	line-height: 53px;
	font-weight: bold;
	margin-bottom: 15px;
	font-family: 'ZurichBT-Regular';
}

.plain-dental-text p {
	color: #FFFFFF;
}


/* End middle banner css */


/* blog css */

.room-heading h3 {
	margin-bottom: 15px;
	color: #1B1A19;
	font-size: 32px;
	letter-spacing: 2px;
	line-height: 37px;
	text-align: center;
	text-transform: uppercase;
}

.room-box-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #efefef;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
}

.room-box-top:hover {
	-webkit-box-shadow: 3px 3px 0px #bf8a00;
	box-shadow: 3px 3px 0px #bf8a00;
	-webkit-transition: .5s;
	transition: .5s;
}

.room-box-top:hover h3 {
	color: #bf8a00;
	-webkit-transition: .5s;
	transition: .5s;
}

.room-box-top figure {
	width: 32%;
}

.room-box-top .right-box-room {
	width: 68%;
	padding: 20px 20px 10px;
}

.right-box-room h3 {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #00704A;
	margin-bottom: 10px;
	font-family: 'ZurichBT-Regular';
}

.right-box-room a {
	color: #00704A;
}
.date-tag-author a, .tag a {
    line-height: 20px;
    margin: 0 0px 0 3px;
    font-size:15px;
}

.right-box-room:hover a,
.right-box-room:focus a {
	color: #bf8a00;
}

.date-tag-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 100%;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	color: #979797;
	margin-top: 40px;
}
.date-tag-author .tag a {
    margin-right: 5px;
}
.room-box-top figure img {
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.room-box-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #efefef;
	width: 100%;
	margin-bottom: 40px;
}

a.view-all,
.view-all a,
.form-view-all {
	background: #00704A;
	color: #fff;
	line-height: 20px;
	display: block;
	padding: 10px 27px;
	text-transform: uppercase;
	margin: 5px auto;
	max-width: 90px;
	text-align: center;
	font-size: 15px;
	-webkit-transition: .5s;
	transition: .5s;
}

.quote-button {
    margin-top: 50px;
    text-align: center;
}

.quote-button a.view-all {
    max-width: 100%;
    display: inline-block;
}

.bottom-box-alt a.view-all { text-transform: capitalize;
    font-size: 14px;
    padding: 10px;
    display: block;
    min-height: 40px;
    max-width: 100%; }

a.view-all:hover,
.view-all a:hover,
.form-view-all:hover {
	-webkit-transition: .5s;
	transition: .5s;
	background: #1B1A19;
}

.date-tag-author>div {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	color: #b2b2b2;
	padding-right: 15px;
}

.right-box-room .tags p { font-size: 15px; }

.date-tag-author>div img {
	margin-right: 5px;
}


/* blog css */


/* Footer css */

.four-footer {
	display: inline-block;
	width: 100%;
	background: #1b1a19;
	padding: 50px 0 20px;
}

.footer-link ul {
	color: #fff;
	padding: 0px;
	margin: 0;
}

.footer-link p {
	padding: 2px 0;
	margin: 0;
}

.footer-link h3 {
	color: #fff;
	font-size: 18px;
	letter-spacing: 0.5px;
	font-weight: bold;
	margin-bottom: 10px;
	font-family: 'ZurichBT-Regular';
	margin-bottom : 13px;
}

.footer-link p { color: #fff; }
.footer-link a {
	color: #fff;
	-webkit-transition: .5s;
	transition: .5s;
}

.footer-link a:hover {
	color: #bf8a00;
	-webkit-transition: .5s;
	transition: .5s;
}

.social-link a:hover {
	backgrond: #1B1A19;
	-webkit-transition: .5s;
	transition: .5s;
}

.top-footer p {
	margin: 0px;
	color: #929292;
	font-family: Lato;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 15px;
}

.top-footer {
	background: #1b1a19;
	text-align: right;
	color: #fff;
	display: inline-block;
	width: 100%;
	padding: 0 15px 25px;
}

.footer-link ul li {
	padding: 2px 0;
}

.footer-menu li {
	font-size: 20px;
	color: #fff;
	margin-bottom: 13px;
	font-family: 'ZurichBT-Regular';
	letter-spacing: 1px;
	font-weight: bold;
}

.footer-menu li.view-all {
	font-weight: 300;
	margin-bottom: 0;
}
 

.footer-link .view-all a {
	margin: 9px 0 22px;
	max-width: 155px;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 48px;
	text-align: center;
	padding: 0px;
	display: inline-block;
	width: 100%;
}

.footer-link a.view-all {
	margin: 9px 0 22px;
	max-width: 155px;
	color: #FFFFFF;
	font-size: 15px;
	letter-spacing: 0.5px;
	line-height: 48px;
	text-align: center;
	padding: 0px;
	display: inline-block;
	width: 100%;
}

.footer-link a.view-all:hover,
.footer-link .view-all a:hover {
	background: #fff;
	color: #1B1A19;
}

.social-link a {
	height: 42px;
	width: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #bf8a00;
	margin-right: 10px;
	margin-top:3px;
}

.social-link a:hover {
	background: #1B1A19;
	-webkit-transition: .5s;
	transition: .5s;
	outline: 1px solid #bf8a00;
}

.social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap:wrap;
	    flex-wrap:wrap;
}

.top-footer .accessibilityWidget {
	cursor: pointer;
}


.top-footer .accessibilityWidget:hover {
	color: #bf8a00;
}
	

/* End Footer css */


/* Inner banner css */

.inner-banner {
	margin: 40px 0;
	position: relative;
	display: inline-block;
	width:100%;
}

.inner-banner:before {
	content: '';
	width: 12%;
	left: 0px;
	height: 118px;
	background: #BF8A00;
	display: block;
	position: absolute;
	top: 0px;
}

.inner-banner:after {
	content: '';
	width: 12%;
	left: 10px;
	height: 118px;
	background: rgba(225, 225, 225, 1);
	display: block;
	position: absolute;
	top: 10px;
	z-index: -1;
}

.inner-banner .container {
	position: relative;
}

.inner-banner h2 {
	font-size: 43px;
	line-height: 50px;
	color: #fff;
	font-family: 'ZurichBT-Regular';
	letter-spacing: 2px;
	font-weight: bold;
	padding: 34px 44px 34px 15px;
	float: left;
	background: #bf8a00;
	-webkit-box-shadow: 10px 10px 0px #e1e1e1;
	box-shadow: 10px 10px 0px #e1e1e1;
}


/* rates css */

section.rate {
	padding-top: 0px;
}

.rates-box {
	max-width: 700px;
	width: 100%;
	display: block;
	margin: 0px auto;
}

.about-text-box ul {
	color: rgba(92, 92, 92, 1);
	margin-bottom: 20px;
}

.about-text-box ul li {
	display: list-item;
}

.about-text-box h6 {
	font-family: 'ZurichBT-Regular';
	font-size: 17px;
	line-height: 27px;
	color: rgba(92, 92, 92, 1);
}

.rates-box a.view-all {
	margin-top: 45px;
	max-width: 111px;
}


/* graphic */
  
 

.graphics-catalog .graphics-box h3 { 
 margin-bottom: 25px;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 37px;
text-transform: uppercase; }

.graphics-box p {
	color: rgba(92, 92, 92, 1);
	margin-bottom: 20px;
}

.button a.view-all {
	padding: 0 20px;
	margin: 0px 0px 20px;
	    max-width: inherit;
    display: inline-block;
}

.links-heading h3 {
	font-size: 20px;
	color: #bf8a00;
	font-family: 'ZurichBT-Regular';
	letter-spacing: 1px;
	font-weight: bold;
	margin-bottom: 20px;
}
.single-post .links-heading h3 {
	margin-top:12px;
}
.single-post .custombtn{margin:0px;}

.links-heading ul {
	padding: 0px;
	background: #f0f0f0;
}

.links-heading ul a {
	color: #00704A;
	padding: 5px 0;
	display: inline-block;
}

.links-heading ul a.active1 {
	color: #bf8a00;
}
.links-heading ul li > a:hover,.links-heading ul li> .sub i:hover {
	color: #bf8a00;
}
.links-heading ul li> .sub i:hover 

.catalog-box1 {
	-webkit-box-shadow: 0 0 8px #dedede;
	box-shadow: 0 0 8px #dedede;
}

.bottom-box .view-all {
	max-width: -webkit-fit-content;
	max-width: -moz-fit-content;
	max-width: fit-content;
}

.bottom-box {
	padding: 10px;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

.product-catalog .col4 {
	padding: 5px;
}

.image-wrapper {
    height: 0;
    overflow: hidden;
    padding-top: calc(250 / 350 * 100%);
    background: white;
    position: relative;
}

.image-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.catalog-box1 figure {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


.catalog-box1 figure img {
	height: auto;
	width: auto;
	max-height:100%;
	max-width:100%;
}

.search-show .catalog-box1 { margin-bottom: 35px; }
.search-show .catalog-box1 figure img {
    width: auto;
    display: block;
    margin: 0 auto;
    min-height: 240px;
    max-height: 240px;
}

.search-show .bottom-box-alt a.view-all { font-size: 18px; line-height: 28px; }

.navigation.pagination h2 {
	margin: 20px 0;
}

.serch-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #efefef;
	width: 100%;
	margin: 0 0 40px 0;
}

.serch-box .serch-box-content {
	padding: 20px;
}

.serch-box h3 a {
	font-size: 20px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #00704A;
	margin-bottom: 10px;
	font-family: 'ZurichBT-Regular';
}

.serch-box .custombtn {
	margin: 15px 0 0 0;
}

section.no-results.not-found {
	text-align: center;
	max-width: 500px;
	width: 100%;
	border: 1px solid #bcbcbc;
	padding: 25px;
	display: block;
	margin: 0px auto;
	float: none;
}

section.no-results.not-found input.search-field {
	border: 1px solid #bcbcbc;
	padding: 5px;
}

section.no-results.not-found button.search-submit {
	border: 1px solid #bcbcbc;
	padding: 5px 10px;
}

section.no-results.not-found button.search-submit:hover {
	border: 1px solid #BF8A00;
	background: #BF8A00;
	color: #fff;
}

section.no-results.not-found header h1 {
	font-size: 35px;
	line-height: 51px;
}



nav.navigation.post-navigation .nav-links span {
	display: block;
	line-height: 23px;
    font-size: 13px;
}

nav.navigation.post-navigation .nav-links a {
	margin-top: 20px;
	color: #1B1A19;
	display: inline-block;
}

nav.navigation.post-navigation .nav-links a:hover {
	color: #BF8A00;
}

.blog-show article footer.entry-footer span.author.vcard img {
	float: left;
	margin-right: 10px;
}
.about-text-box h3 {
    margin-bottom: 25px;
    font-size: 30px;
    letter-spacing: 2px;
    line-height: 37px;
    text-transform: uppercase;
}
.single-blog-show article footer.entry-footer span.posted-on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.single-blog-show article footer.entry-footer span span.screen-reader-text {
	font-weight: bold;
	margin-right: 10px;
}

nav.navigation.post-navigation h2,
nav.navigation.post-navigation .nav-links span.screen-reader-text {
	display: none;
}

nav.navigation.post-navigation .nav-links .nav-next {
	float: right;
	text-align: right;
	padding : 15px;
}

nav.navigation.post-navigation .nav-links .nav-previous {
	float: left;
	padding : 15px;
}

.location-info-wrapper .about-text-box {
padding: 0 35px;
}

.location-info-wrapper .location-info {
margin-bottom: 50px;
}

.location-info-wrapper .location-info p {
    color: #1B1A19;
    font-size: 17px;
    line-height: 25px;
    margin: 0 0 5px 0;
    font-family: 'ZurichBT-Regular';
}
.location-info-wrapper .location-info a {
color: #1B1A19;
}

.team-info-wrapper .team-info {
    clear: both;
    margin-bottom: 50px;
    display: inline-block;
    float: none;
}

.alignleft {
    float: left;
    margin: 0 25px 20px 0;
}


/* our team */
.team-info h3 {
    color: #00704A;
    font-family: ZurichXCnBTWXX-Regular;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 37px;
    margin-bottom: 0px;
    text-transform: capitalize;
}
.team-info h4 {
    color: #1B1A19;
    font-family: 'ZurichBT-Regular';
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0.73px;
    line-height: 26px;
	margin-bottom:20px
}
.team-info p{
color: #606060;
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 28px;
}
.team-info h4 a {
    color: #1B1A19;
}
.team-info h4 a:hover {
    color: #bf8a00;
}

.meet-our-team .team-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	padding:0 15px
}
section.meet-our-team .about-text-box h3 {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 11px solid #bf8a00;
    color: #1B1A19;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 37px;
    padding-bottom: 5px;
    max-width: 200px;
    width: 100%;
}
/* location */

.location-info h3 {
    color: #00704A;
    font-family: 'ZurichBT-Regular';
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
}


/*  contact */ 
.other-contact .about-text-box .col12 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #efefef;
    padding: 35px 55px;
}
.other-contact .about-text-box .col12 h3 {
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	    letter-spacing: 2px;
}
.other-contact .about-text-box .col12 h3 i {
    font-size: 40px;
    line-height: normal;
    margin-right: 30px;
}
.contact-form-box .about-text-box {
    padding-top: 0px;
}
.contact-form-box .about-text-box label {
    width: 100%;
    display: inline-block;
    color: #1B1A19;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
}

.contact-form-box .about-text-box .credit-card-policy label {
    font-size: 16px;
    margin-bottom: 10px;
}
.credit-card-policy .codedropz-upload-inner { line-height : 28px; }
.contact-form-box .about-text-box .credit-card-policy .form-field {
    margin-bottom: 20px;
}

.credit-card-policy .ocswcf_signature {
    text-align : center;
}
.credit-card-policy .ocswcf_signature canvas {
    margin: 15px auto; 
}
.credit-card-policy .credit-card-board {
    text-align: center;
    max-width: 600px;
    margin: 0 auto 25px;
}

.contact-form-box .about-text-box input {
    outline: none;
    border: 1px solid #979797;
    padding: 1px 15px;
    width: 100%;
    color: #979797;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.contact-form-box .about-text-box .form-field {
    margin-bottom: 15px;
}
.contact-form-box .about-text-box textarea {
    outline: none;
    border: 1px solid #979797;
    padding: 3px 15px;
    width: 100%;
    color: #979797;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.contact-form-box .about-text-box input[type=submit] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
    display: block;
    padding: 3px 7px;
    color: #FFFFFF;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
    text-transform: capitalize;
	background: #00704A;
	border: 1px solid #00704A;
}
.contact-form-box .about-text-box input[type=submit]{
	background: #00704a;
    border: 1px solid #00704a;
    Size: 17px;
    padding: 5px 12px;
}
.contact-form-box .about-text-box input[type=submit]:hover{
	background: #000;
    border: 1px solid #000;
}
.inner-box-form-down h4 {
    text-transform: uppercase;
    font-family: 'ZurichBT-Regular';
    letter-spacing: 0.5px;
    line-height: 28px;
    font-size: 17px;
}
.inner-box-form-down img {
    max-width: 60px;
}

.inner-box-form-down {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    padding: 10px 30px;
    background: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
	line-height: 24px;
    font-size: 16px;
}
.left-box-form-down > p > a {
    background: #087450;
    color: #fff;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0px auto;
    display: block;
    margin-top: 10px;
    padding: 5px 20px;
}
.left-box-form-down {
    max-width: 24%;
    width: 100%;
}
.right-box-form-down {
    max-width: 76%;
    width: 100%;
	padding-left:20px;
}
.right-box-form-down .r-inner-box-form-down p {
    color: #1B1A19;
}
.box-form-down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	margin-bottom:50px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7-not-valid-tip, .wpcf7-response-output {
    line-height: 28px;
}


/* graphic */
.product-catalog-gallery {
    margin-left: -15px;
    margin-right: -15px;
}
.graphics-gray-box {
    background: #efefef;
    padding: 20px 20px 10px;
	margin-bottom : 25px;
}

.term-vintage .clearance-info {
    display: none;
}

.single-graphics-gray-box { background: #efefef;
    padding: 20px 20px 10px;
	margin-bottom : 50px; clear :both; margin : 25px 0; }
.single-graphics-gray-box .red-color { color : red; }
.single-graphics-gray-box.graphics-red { margin : 25px 0 50px; }

.graphics-gray-box h3 {
    font-size: 20px;
    color: #1B1A19;
    font-family: 'ZurichBT-Regular';
    letter-spacing: 1px;
    font-weight: bold;
}
.template-btn {
    color: white;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 11px;
    display: inline-block;
    background: transparent;
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    line-height: 24px;
    text-transform: capitalize;
    margin-left: 10px;
    font-size: 15px;
}
.portfolio .template-btn:hover {
    color: white;
    background: #bf8a00;
    border: 1px solid #bf8a00;
}
.portfolio-section {
  padding-top: 30px;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
}

.portfolio-tab ul {
  margin-top: 0px;
    padding:0 15px;
}
.portfolio-tab ul li {
    display: inline-block;
    text-transform: capitalize;
/*     padding: 12px 18px 12px; */
    cursor: pointer;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: #ffffff;
    background: #00704A;
    margin-top:5px;
}

.portfolio-tab ul li a, .portfolio-tab ul li.portfolio-all { color: #ffffff; display: block; padding: 12px 18px 12px; } 
.portfolio-tab ul li:hover {
    color: #ffffff;
    background: #bf8a00;
}

.portfolio-tab ul .active {
    color: #ffffff;
    background: #bf8a00;
}
.clearfix:after {
  display: table;
  content: " ";
  clear: both;
}
.portfolio-grid {
  margin-top: 10px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.portfolio-grid .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	display:none;
    padding:0 15px;
    width:33.33%;
    margin-bottom: 10px;
}
.portfolio-wrapper {
    position: relative !important;
    cursor: pointer;
    background: #fff;
    -webkit-box-shadow: 0 0 6px #b3b3b3;
            box-shadow: 0 0 6px #b3b3b3;
}
.portfolio-bg a{
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: 1s;
  transition: 1s;
        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;
    padding:10px;
	    box-sizing: border-box;
}
.qty-box input {
    width: 46px;
    line-height: 28px;
    padding: 2px;
    margin-left: 12px;
}
.portfolio .label {
  position: absolute;
  width: 100%;
  bottom: 25px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio-bg img {
    max-height: 100%;
	width:auto;
}
.portfolio .label-bg {
    background: #bf8a00;
    -webkit-transition: 1s;
    transition: 1s;
    line-height: 25px;
    color: #fff;
    max-width: 125px;
    text-align: center;
    float: right;
    margin-right: 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px 5px 0px 0px;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio .label-text {
    background: #fff;
    position: relative;
    z-index: 500;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width:100%;
   display: none; /* THIS DISPLAYS THE ADD TO QUOTE BUTTON ALL THE TIME */
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio:hover .label-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.portfolio .text-category {
  display:block;
}
.portfolio .template-btn {
    color: #00704A;
    border: 1px solid #00704A;
    text-decoration: none;
    font-weight: 500;
}

/* my quote */
.my-quote-form, .intellectual-box {
    max-width: 873px;
    width: 100%;
    padding: 53px;
    background: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 59%);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 59%);
    display: block;
    margin: 0px auto;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}
.my-quote-form .heading-my-quote h3, .woocommerce-quote-form .heading-my-quote h3 {
    margin-bottom: 25px;
    color: #1B1A19;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 37px;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-quote-form .empty-infos .return-to-shop {
    display: none;
}

.woocommerce-quote-form { max-width: 100%;
    padding: 50px 25px;
    background: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 59%);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 59%);
    display: block;
    margin: 50px auto;
    position: relative; }

.text-my-quote {
    text-align: center;
    width: 85%;
    margin: 0 auto;
}

.text-my-quote p {
    color: #606060;
    letter-spacing: inherit;
    margin-bottom: 29px;
	    color: #000;
    font-size: 28px;
    line-height: 36px;
}
.my-qoute-form-box label {
    color: #1B1A19;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    width: 100%;
    display: inline-block;
}
.my-qoute-form-box input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 1px solid #979797;
    border-radius: 2px;
    width: 100% !important;
    display: inline-block;
    padding: 7px;
    outline:none;
}
.my-qoute-form-box .form-group {
    margin-bottom: 15px;
}
.my-qoute-form-box {
    margin: 0px -15px;
    width: auto;
}
.my-qoute-form-box .radio label {
    color: #1F1E1D;
    font-size: 17px;
    line-height: 28px;
}
.my-qoute-form-box .radio input {
    width: auto;
    margin-right: 10px;
}
.my-qoute-form-box .radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.portfolio-wrapper form.cart {
    display: none !important;
}
.my-qoute-form-box .form-group h5 {
    color: #1B1A19;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    font-family: 'ZurichBT-Regular';
}
.wishlist-note h3 {
    color: #00704A;
    font-family: 'ZurichBT-Regular';
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 32px;
    margin-bottom: 7px;
}
.wishlist-note p {
    color: #979797;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
    margin: 0px;
}
.btn-submit input {
    color: #FFFFFF;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 69px auto 0px;
    display: block;
    background: #00704A;
    border: 1px solid #00704A;
    padding: 1px 9px;
}
.wishlist-note {
    display: inline-block;
    margin-top: 37px;
}
.my-quote-popup::-webkit-scrollbar {
    display: none;
}
.my-quote-popup, .product-details-popup, .intellectual-popup {
    width: 100%;
    position: fixed;
    top: 0px;
    background: #1B1A196b;
    overflow-y: scroll;
    height: 100vh;
    display: none;
    padding:15px;
}
.my-quote-form i, .product-details-box i, .intellectual-box i {
    position: absolute;
    right: -14px;
    top: -14px;
    background: #bf8a00;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 0px;
    border: 2px solid #fff;
    cursor: pointer;
}
/* thank you */

.thank-you-m h5 {
    color: #00704A;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 32px;
    font-family: 'ZurichBT-Regular';
    text-align: center;
}
.thank-you-m .heading-my-quote h3 {
    margin-bottom: 0px;
}
.thank-you-m .text-my-quote {
    margin-top: 26px;
    text-align: center;
}
.product-details-box{
     max-width: 628px;
    width: 100%;
    padding: 20px 5px;
    background: #fff;
    -webkit-box-shadow: 0 0 24px 0 rgb(0 0 0 / 59%);
    box-shadow: 0 0 24px 0 rgb(0 0 0 / 59%);
    display: block;
    margin: 0px auto;
    position: relative;
    margin-top: 25px;
    margin-bottom: 25px;
}
.pro-box figure img {
    width: 100%;
}
.pro-box .label-bg {
    background: #bf8a00;
    line-height: 25px;
    color: #fff;
    max-width: 76px;
    text-align: center;
    margin-right: 10px;
    width: 100%;
    font-size: 14px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    position: absolute;
    bottom: 8px;
    right: 10px;
}
.pro-box figure {
    position: relative;
}
.product-details h3 {
    color: #00704A;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 32px;
    font-family: 'ZurichBT-Regular';
    margin-bottom: 32px;
}
.product-details p {
    color: #606060;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.pro-box a.template-btn.b-btn {
    background: #00704A;
    border: 1px solid #00704A;
    text-decoration: none;
    font-weight: 500;
}
.product-details .label-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 38px;
}
.pro-box.row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.thank-you-m1 h3 {
    margin-bottom: 0px;
    color: #1B1A19;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 37px;
    text-transform: uppercase;
}
.intellectual h3 {
    margin-bottom: 0px;
    color: #1B1A19;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 37px;
    text-transform: uppercase;
    text-align: center;
}
.intellectual p {
    text-align: center;
}
.thank-you-m1 h5 {
    color: #00704A;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 32px;
    font-family: 'ZurichBT-Regular';
}
a.return {
    background: #00704A;
    border: 1px solid #00704A;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 24px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 11px;
    display: inline-block;
    max-width: 238px;
    width: 100%;
}
.intellectual {
    padding: 0 15px;
}

.woocommerce .product-breadcums .woocommerce-breadcrumb { padding : 0 5px; background-color: #00714A; margin-bottom: 20px; }
.woocommerce .product-breadcums .woocommerce-breadcrumb a { padding: 12px 2px; color: #ffffff; display: inline-block; font-size: 17px; line-height: 28px; } 
.woocommerce .product-breadcums .woocommerce-breadcrumb a:hover{font-weight:bold;}
.woocommerce-breadcrumb .breadcums-link { padding: 12px 2px; color: #fff; display: inline-block; font-size: 17px; line-height: 28px; }
.woocommerce .product-breadcums .breadcums-space { color: #ffffff; }

/* section.product-breadcums {
    display: none;
} */
/* .portfolio-tab { display: none; } */
/* slider */
.marquee {
    overflow: hidden;
    background:#1B1A19;
position: relative;
}

.client-brands-item {
    display: inline-block;
    vertical-align: middle;
}
.main-carousel3 .owl-stage-outer {
    overflow: inherit !important;
}

.client-brands-item {
    padding: 15px 8px;
}
.main-carousel3 .owl-item:not(.active) .marquee > div {
    -webkit-animation: none !important;
            animation: none !important;
}
.left-arrow-box {
    position: absolute;
    left: 0px;
    width: 100px;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    top: 0px;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.right-arrow-box {
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    top: 0px;
    z-index: 1;
    cursor: pointer;
    display: none;
}
.main-carousel3 .owl-item.active .left-arrow-box, .main-carousel3 .owl-item.active .right-arrow-box{display: block;}
.marquee1 {
    position: relative;
}
section.slider .col12 {
    padding-right: 10%;
}
.main-carousel3 .client-brands-item.vertical-middle img { 
    width: auto !important;
}

.big-gallery .client-brands-item.vertical-middle img {
	height: 500px; }
.medium-gallery .client-brands-item.vertical-middle img {
	height: 400px; }
.short-gallery .client-brands-item.vertical-middle img {
	 height: 350px; }

.main-carousel3 .heading h3 {
    font-size: 20px;
    color: #00704a;
    font-family: 'ZurichBT-Regular';
    letter-spacing: 1px;
    font-weight: bold;
}
.main-carousel3 .heading p {
    font-size: 19px;
    color: #9b9b9b;
    font-weight: bold;
} 
.yith-ywraq-add-button a.add-request-quote-button.button, td.actions input.button, input.button.raq-send-request, form#commentform p.form-submit input#submit {
    background: transparent;
    border: 1px solid #00704a;
    color: #00704a;
    font-weight: normal;
    padding: 9px 5px;
    border-radius: 0px;
    display: inline-block;
	-webkit-transition: .5s;
	transition: .5s;
	font-size: 16px;
}

.yith-ywraq-add-button a.add-request-quote-button.button:hover, td.actions input.button:hover, input.button.raq-send-request:hover, form#commentform p.form-submit input#submit:hover, .graphics-catalog a.add-request-quote-button.button:hover {
    background: #1b1a19 !important;
    color: #fff !important;
    border: 1px solid #1b1a19 !important;
	-webkit-transition: .5s !important;
	transition: .5s !important;
}
.graphics-catalog .portfolio a.add-request-quote-button.button, .graphics-catalog a.add-request-quote-button.button {
    background: transparent !important;
    border: 1px solid #00704a !important;
    color: #00704a !important;
    font-weight: normal;
    padding: 10px 12px !important;
    border-radius: 0px;
    display: inline-block;
	-webkit-transition: .5s;
	transition: .5s !important;
	font-size: 15px !important;
	width : 100%;
}
.portfolio-grid .product .qty-box {
    margin: 0px auto;
}
.graphics-catalog .portfolio a.add-request-quote-button.button:hover {
    background: #1b1a19 !important;
    color: #fff !important;
    border: 1px solid #1b1a19 !important;
	-webkit-transition: .5s !important;
	transition: .5s !important;
}
.qty-box .summary.entry-summary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	width:100% !important;
	margin:0px !important;
}
.qty-box .yith-ywraq-add-to-quote {
    font-size: 16px;
    line-height: 18px;
    padding-left: 10px;
}
.qty-box  form.cart{margin:0px !important;}
td.product-thumbnail a img {
    width: 30px;
}
.woocommerce a.remove{
	width:1.5em;
	height:1.5em;
	display:-webkit-box !important;
	display:-ms-flexbox !important;
	display:flex !important;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
td.product-name a {
    color: #1B1A19;
}
td.product-name a:hover {
    color: #bf8a00;
}
h1.product_title.entry-title {
    color: #00704A;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 32px;
    font-family: 'ZurichBT-Regular';
    margin-bottom: 32px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
	margin:0px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before, .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
	display:none !important;
}
.woocommerce div.product .woocommerce-tabs .panel {
    border: 1px solid #bababa;
    padding: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0px;
    border: none;
    background: transparent;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    padding: 8px 20px;
    border: 1px solid #1B1A19;
    background: #1B1A19 !important;
    color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover {
    border: 1px solid #bf8a00;
    background: #bf8a00 !important;
    color: #fff;
}
.comment-form-rating {
    line-height: 34px;
}
#commentform textarea, #commentform input {
    padding: 5px;
}
.qty-box .summary.entry-summary label {
    line-height: 30px;
    padding-right: 5px;
}
.yith_ywraq_add_item_browse_message a, .yith_ywraq_add_item_response_message , .yith_ywraq_add_item_response_message p{
    font-size: 16px;
	line-height:20px;
}
.yith_ywraq_add_item_browse_message a{
	color:#bf8a00;
}
.yith_ywraq_add_item_browse_message a:hover{
	color:#1B1A19;
}
.woocommerce-product-gallery__image a {
    height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #efefef;
}
.woocommerce-product-gallery__image a img{
	width:auto !important;
	height:auto !important;
	max-width:100%;
	max-height:100%;
}
.qty-box .woocommerce-product-details__short-description {
    display: none;
}
.woocommerce-product-details__short-description {
    margin-bottom: 30px;
}
.wpcf7-radio label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.wpcf7-radio span.wpcf7-list-item.first {
    margin: 0px;
}
.wpcf7-radio label input[type="radio"] {
    width: auto !important;
    margin-top: 4px;
    margin-right: 10px;
}
.graphics-catalog .product-catalog .row-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	padding:0px !important;
}


/* NEW GET STARTED */
.other-contact .about-text-box {
    padding: 50px 0px 40px;
}
.other-contact .about-text-box .col12 p {
    margin: 0px;
    color: #1B1A19;
    margin-top: 10px;
}

/* about us */
.our-other-locations .col12 .about-text-box {
    padding: 50px 35px 40px;
}
.our-other-locations.about-text-box-wrap .col12 .about-text-box {
    padding: 50px 35px 0;
}
.meet-our-team .team-info:last-child {
    margin: 0px;
}
.meet-our-team .alignleft {
    float: left;
    margin: 0 25px 20px 0;
    width: 100%;
    max-width: 23%;
}
.padd-35-lr .about-text-box {
    padding: 50px 35px 40px;
}
.padd-35-lr .team-info {
    padding: 0 35px;
}
.padd-35-lr1 .about-text-box {
    padding: 0px 35px;
}
.padd-35-lr1 .about-text-box h3 {
    margin: 25px 0 15px;
}

/* custom  fabrication */
.heading-border .col12 > h3 {
    display: inline-block;
    text-transform: uppercase;
    border-bottom: 11px solid #bf8a00;
    color: #1B1A19;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 37px;
    padding-bottom: 5px;
    min-width: 163px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.graphics-catalog .container .row-box {
    padding: 0 35px;
}
.graphics-catalog .about-text-box {
    padding: 0px;
}
.gold-bar .about-text-box1 p span {
    display: block;
    text-transform: uppercase;
    border-bottom: 4px solid #bf8a00;
    color: #1B1A19;
    font-size: 32px;
    letter-spacing: 2px;
    line-height: 37px;
    min-width: 60px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px;
}

.column-content p {
    color: #606060;
    font-size: 17px;
    letter-spacing: 0.5px;
    line-height: 28px;
}
.gold-bar .about-text-box1 {
    padding: 50px 30px 40px 10px;
}
.col3 .button a {
    padding: 10px 12px !important;
}
.top-footer p a {
    color: #929292;
}
.top-footer p a:hover {
    color: #bf8a00;
}
.screen-reader-text {
    position: relative!important;
}
.serah-box button.search-submit {
    display: none;
}
.about-top-pad0 .about-text-box {
    padding-top: 0px;
}
.tags a {
    text-transform: capitalize;
}
img.meta-tag-icon {
    float: left;
    margin: 4px 5px 0 0;
}
.single-blog-show .article-content figure {
    border: 1px solid #eee;
    text-align: center;
    background-color: #fff;
    padding: 8px;
    display: block;
     margin: 0 auto 20px auto;
}

.single-blog-show .article-content figure figcaption {
    font-size: 18px;
    padding: 10px 0 0;
    margin: 0;
    text-align: center;
    line-height: 28px;
}
.article-content h2 {
    margin-bottom: 10px;
    margin-top: 10px;
}
.category > a, .tags > a, .article-content p a, .author > a {
    font-size: 15px;
    color: #007072;
}
.category > a:hover, .tags > a:hover, .article-content p a:hover, .author > a:hover {
    color: #1B1A19;
}
.single-post .date-tag-author {
    margin-top: 10px;
}
.stellarnav ul li a:before {
    position: absolute;
    content: '';
    width: 0%;
    display: block;
    height: 5px;
    bottom: -2px;
    background: #BF8A00;
    -webkit-transition: .5s;
    transition: .5s;
}
.stellarnav ul li a:hover:before {
   width: 100%;
    -webkit-transition: .5s;
    transition: .5s;
    left: 0;
    bottom: -2;
}
.stellarnav ul ul.sub-menu li a:hover:before, .stellarnav ul ul.sub-menu li a:before  {
    bottom: -5px;
}

.stellarnav ul li a.dd-toggle:before {
    display: none;
}
.stellarnav ul ul.submenu li a:hover:before{
	bottom: -5px;
}
form.cart > .quantity > label.screen-reader-text {
    display: none;
}
.links-heading ul a {
    color: #00704A;
    padding: 5px 15px;
    display: inline-block;
    box-sizing: border-box;
	width:100%;
}
.links-heading ul ul a { padding-left : 25px; }
.links-heading li.active > a {
    font-weight: 600;
	color:#bf8a00  !important;
	width: 100%;
}

.site .cart_item .quantity .screen-reader-text { display : none;  }

.site .screen-reader-text {
    position: relative!important;
}

 


.gg-element img {
    object-fit: cover;
    cursor: pointer;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.02);
    border-radius: 10px
}

.gg-element img:hover {
    opacity: .98
}

#gg-screen {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, 0.85);
    z-index: 9999;
    text-align: center
}

#gg-screen .gg-image {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center
}

#gg-screen .gg-image img {
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto
}

.gg-bt {
    width: 38px;
    height: 38px;
    background: rgba(255, 255, 255, 0.6);
    color: #222;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 25px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    padding-left: 2px
}

.gg-bt:hover {
    background: rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.5)
}

.gg-close {
    position: fixed;
    top: .5em
}

.gg-close,
.gg-nxt {
    right: .5em
}

.gg-prev {
    left: .5em
}

.gg-prev,
.gg-nxt {
    position: fixed;
    bottom: 50%
}
.graphics-box h4 {
    font-size: 26px;
    margin-bottom: 10px;
}

.descr-extended.expanded .graphics-box-description { display: none; transition:all 1s; }
.descr-extended p.descr-toggler.read-less, .descr-extended.expanded p.descr-toggler.read-more { display : block; }
.descr-extended p.descr-toggler.read-more, .descr-extended.expanded p.descr-toggler.read-less { display : none; }
.descr-toggler { cursor: pointer; color: #00704A; }
.descr-toggler:hover { color: #bf8a00; }
.gg-box-inner-wrap {
    padding: 20px 0;
}
.gg-box-inner-wrap .heading {
    margin: 20px 0;
}
.gg-box-inner-wrap .heading h2 {
    margin-bottom: 12px;
}
.gg-element a figure {
    display: inherit;
    position: relative;
	line-height:0px;
}
.gg-element a figure figcaption {
    position: absolute;
    left: 0px;
    bottom: 3px;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    line-height: 20px;
    background:rgba(0,0,0,0.5);
    color: #fff;
    border-radius: 0 0 10px 10px;
    text-align: center;
	opacity:0;
	transition:.5s;
}
.gg-element a figure:hover figcaption{
	opacity:1;
	transition:.5s;
}

.accordion-container{ position: relative; margin: 40px 0 0 0; }
.accordion-container > h2{ text-align: center; color: #fff; padding-bottom: 5px; margin-bottom: 20px; padding-bottom: 15px; border-bottom: 1px solid #ddd; }
.custom-accordion { font-size: 16px; line-height: 24px; position: relative; width: 100%; height: auto; background-color: #f5f5f5;margin-bottom:10px; }
.custom-accordion > a { display: block; padding: 15px 20px; text-decoration: none; color: #555; font-weight: 600; -webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; transition:all 0.2s linear; }
.custom-accordion > a i{ float: right; margin-top: 2px; }
.custom-accordion > a.active{ background-color:#00704A; color: #fff; }
.custom-accordion .accordion-content { background-color: #fff; border: 1px solid #ddd; display:none; }
.custom-accordion .accordion-content p{ padding: 10px 15px;}

/**/
.gg-box{display:inline-block; width: 100%;}
.gg-element{width:24%; display:inline-block; padding: 5px 10px;}
.gg-element img{object-fit: inherit; height:auto;}

.gg-element a, .gg-element a figure, .gg-element a figure img {width: 100%;display: inline-block;}
/* .main-carousel1 .slide-item img {opacity: .7; } */
.home-banner, .inner-banner-slider {position:relative;}
.inner-banner-slider .owl-item:after {
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
    height: 100%;
/*     background: rgba(0, 0, 0, ); */
}
.innercarousel .slide-item img {opacity: 1; }

.is-search-form input.is-search-input{
	padding:1px 5px 1px 26px;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:100%;
	background:#f2f2f2;
	border:1px solid #f2f2f2 !important;
	color:#474747;font-size:15px !important;
	height:auto;
	padding-right:5px !important;
	padding-left:5px !important;
	position:relative;
	z-index:2;
	line-height:30px;
	display:block;
	-webkit-appearance:none;
}
#search-text-show{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;justify-content:center;flex-direction:column;text-align:center;background:#ededed;border:1px solid #d8d8d8;margin:0 0 0 -1px;cursor:pointer;position:relative;white-space:nowrap;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:background-color 100ms ease-in-out;-moz-transition:background-color 100ms ease-in-out;-o-transition:background-color 100ms ease-in-out;transition:background-color 100ms ease-in-out;border:none !important;background:#f2f2f2 !important;line-height:0px !important;height:33.6px;width:42px;align-items:center;}
.is-search-form button.is-search-submit{display:none;}
.is-form-style.is-form-style-3 label{width:100% !important;}
.second-s{display:flex;}

.wpcf7-select { outline: none; border: 1px solid #979797; padding: 1px 15px;width: 100%;color: #979797;font-size: 17px;letter-spacing: 0.5px;line-height: 32px;display: inline-block;height: 32px;}
iframe.ifame {border: none;width: 100%;height: 320px;}
.as-seen-on-tv1 .container, .as-seen-on-tv1 .container .about-text-box {width: 100%;padding: 0px !important;}

.catalog-categories .sub-catalog-categories { display : none; }
.catalog-categories ul li { position : relative; }
.catalog-categories ul .sub { display: block; position: absolute; right: 0; top: 0; background-color: transparent; text-align: center; line-height: 38px; width: 38px; height: 38px;cursor:pointer; }
.catalog-categories ul .sub i { color : #000; line-height: 38px; }
.sub i.fa-angle-up, .sub.submenu-hide i.fa-angle-down { display: none; }
.sub i.fa-angle-down, .sub.submenu-hide i.fa-angle-up { display: inline-block; }
div#sc ul ul { height: inherit; margin: 0; }

/* .term-41 .portfolio-tab, .term-47 .portfolio-tab, .term-49 .portfolio-tab, .term-50 .portfolio-tab, .term-51 .portfolio-tab, .term-52 .portfolio-tab, .term-53 .portfolio-tab, .term-54 .portfolio-tab, .term-55 .portfolio-tab, .term-56 .portfolio-tab, .term-57 .portfolio-tab, .term-58 .portfolio-tab, .term-59 .portfolio-tab, .term-60 .portfolio-tab, .term-61 .portfolio-tab, .term-62 .portfolio-tab, .term-63 .portfolio-tab, .term-64 .portfolio-tab, .term-65 .portfolio-tab, .term-66 .portfolio-tab, .term-67 .portfolio-tab, .term-68 .portfolio-tab, .term-69 .portfolio-tab, .term-70 .portfolio-tab, .term-71 .portfolio-tab, .term-72 .portfolio-tab, .term-561 .portfolio-tab { display: none; } */
.product-breadcums {
    padding: 0 15px;
}
.product-breadcums nav {
    padding-left: 20px !important;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
}
.video-container .row-box.green-font > div {
    margin-bottom: 40px;
    text-align: center;
}
.props-catalog .catalog-box1 figure img,.props-catalog-gallery .portfolio-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.simple-slides .owl-item.active.center {opacity: 1;transition:0.5s;}
.simple-slides .owl-item{opacity:.5;transition:1s;}
.simple-slide-item {
    position: relative;
}
.simple-slide-text {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    left: 0;
	    background: rgb(0, 0, 0, .72);
}
.simple-slide-text h3 {
    margin: 0px;
	color: #fff;
	text-align:center;
	text-transform: capitalize;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: .8px;
}
.simple-slides .owl-carousel .owl-item img {
    height: auto;
    object-fit: cover;
}
.simple-slides .owl-nav button span {
    color: #fff;
    background: #21704a;
    padding: 5px 10px;
    margin: 5px;
    display: inline-block;
    line-height: 17px;
}
.simple-slides .owl-nav button span:hover{
	background:#bf8a00;
}
.simple-slides .owl-nav {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.simple-slides .owl-nav.disabled {
    display: flex;
}
div#catalog {
    min-height: 900px;
}
.page-template-tmp-props-gallery-catalog .portfolio-tab ul li {
    padding: 12px 18px 12px;
}



input.form-view-all{margin: 0; border: 0; max-width: inherit;}
.quote-button-view-all{background: transparent !important; border: 1px solid #00704a !important;
    color: #00704a !important; font-weight: normal; padding: 7px 15px !important; border-radius: 0px;
    display: inline-block; -webkit-transition: .5s; transition: .5s !important; font-size: 15px !important;}
.quote-button-view-all:hover{background: #1b1a19 !important; color: #fff !important; border: 1px solid #1b1a19 !important;
    -webkit-transition: .5s !important; transition: .5s !important;}
.simple-slides .owl-carousel .owl-item img {
    max-width: 100%;
    object-fit: contain;
    max-height: 100%;
    width: auto;
    height: auto;
}
.img-s-box {
    height: 0;
    overflow: hidden;
    padding-top: calc(250 / 350 * 100%);
    background: white;
    position: relative;
}

.img-s-box figure {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.woocommerce-quote-form p {
    text-align: center;
}

.credit-card-info {
    padding: 25px 15px;
    border: 1px solid #ddd;
    margin: 25px 0 50px;
}

.woocommerce .custom-update-list-wrapper .after-table-right button { margin-right : 15px; }
.woocommerce .custom-update-list-wrapper button, .woocommerce .custom-update-list-wrapper button#ywraq-list-to-pdf, .woocommerce .custom-update-list-wrapper input.button { background: transparent; border: 1px solid #00704a; color: #00704a; font-weight: normal; padding: 10px 15px; border-radius: 0px; display: inline-block; -webkit-transition: .5s; transition: .5s; font-size: 16px;  }
.woocommerce .custom-update-list-wrapper button:hover, .woocommerce .custom-update-list-wrapper button:focus, .woocommerce .custom-update-list-wrapper button#ywraq-list-to-pdf:hover, .woocommerce .custom-update-list-wrapper button#ywraq-list-to-pdf:focus, .woocommerce .custom-update-list-wrapper input.button:hover, .woocommerce .custom-update-list-wrapper input.button:focus { background: #1b1a19; color: #fff; border: 1px solid #1b1a19; -webkit-transition: .5s; transition: .5s; }

.my-qoute-form-box .wpcf7-radio span.wpcf7-list-item {
    display: block;
    margin: 0;
}

.my-qoute-form-box label .wpcf7-list-item-label {
	font-size : 16px; 
}

.my-qoute-form-box input[type=submit] {
    padding: 10px 25px;
    width: auto;
    margin: 25px auto 0;
	width:auto !important;
}

.my-qoute-form-box textarea { 
	width : 100%;
	resize : none;
}

.custom-my-qoute-form-box.my-qoute-form-box {
    display: flex;
    flex-wrap: wrap;
}
.custom-my-qoute-form-box.my-qoute-form-box > * {
    width: 50%;
	padding:0 15px;
}
.custom-my-qoute-form-box.my-qoute-form-box > * > p {
	text-align:left;
	width: 100%;
}
.custom-my-qoute-form-box.my-qoute-form-box > *:nth-last-child(3) {
    width: 100%;
}
.radio-box span.woocommerce-input-wrapper input, .radio-box span.woocommerce-input-wrapper label {
    width: auto !important;
}
.radio-box span.woocommerce-input-wrapper {
    display: flex !important;
}
	.radio-box span.woocommerce-input-wrapper label {
    margin-right: 15px !important;
    margin-left: 7px !important;
}

.nav-links {
    display: block;
    clear: both;
}

@media(min-width:768px) {

#sidebar-mix{position:relative;width:25%;}
#catalog{display:flex;justify-content:space-between;}
#catalog.fix-bottom-VP #sc{bottom:15px;position:relative;}
#catalog.fix-bottom-VP #sc,#catalog.fix-top-VP #sc{position:fixed;}
#catalog.fix-top-VP #sc{top:45px;}
#catalog.flex-bottom .col3{align-items:flex-end;display:flex;}
#catalog.flex-bottom .col3 #sc{position: absolute !important;}
div#sc ul {height: 80vh;overflow: auto; padding-bottom : 30px; }
}
	@media(min-width:1024px) {
.search-text.opened {position: relative !important;top: 0px !important;padding: 0px !important;}
}
@media(max-width:1024px) {
.stellarnav.mobile li li a {
    transform: translateX(-50%);
    margin-left: 50%;
}
	.stellarnav.mobile li a {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
    display: block;
    float: left;
    clear: both;
    transform: translateX(-50%);
    margin-left: 50%;
		white-space: nowrap;
}
	.stellarnav.mobile>ul>li {
    display: block;
    position: relative;
    float: left;
    width: 100%;
		padding:0 15px;
		margin:15px 0;
}
	.stellarnav.mobile ul ul {
    width: 100%;
    float: left;
}
	.stellarnav .dd-toggle{
		border:0px !important;
		height:25px;
	}
	.gg-element {
    width: 50%;
    box-sizing: border-box;
}
	#search-text-show{
		margin-right:10px;
	}
}

@media(max-width:767px) {
    
	.gg-element {
    width: 100%;
    box-sizing: border-box;
}
	iframe.ifame{
		margin-top:20px;
	}
	
.right-box-form-down {
    padding-left: 0px;
    margin-top: 20px;
}
.custom-my-qoute-form-box.my-qoute-form-box > * {
    width: 100%;
	padding:0px 15px;
		margin:0px;
}
	.custom-my-qoute-form-box.my-qoute-form-box > * > p {
    text-align: left;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
	.radio-box span.woocommerce-input-wrapper label {
    margin-right: 15px !important;
    margin-left: 7px !important;
}
	.radio-box span.woocommerce-input-wrapper {
    display: flex !important;
}
	.ywraq-form-table-wrapper .yith-ywraq-mail-form-wrapper {
    padding: 0 !important;
}
	.custom-my-qoute-form-box.my-qoute-form-box {
    margin: 0px !important;
}
	.text-my-quote p {
    font-size: 17px;
    line-height: 30px;
}
}

@media(max-width:450px) {
    .radio-box span.woocommerce-input-wrapper label {
    margin-right: 8px !important;
    margin-left: 5px !important;
}
} 

/* Accessibility Statement */

.extra-space { height: 150px; }
.woocommerce form .form-row textarea { resize : none; height : 100px; }
.graphics-gray-box.graphics-red h3, .graphics-red p { color: red; }
.red { color : red; }
.page-id-1170 .quote-button {
    margin: 0px;
}
.portfolio-name {
    width: 100%;
}

.owl-carousel .owl-item img{height:auto;}
#yith-ywraq-form > div > input.button {
	opacity: 0 !important;
	cursor: default;
}

/* Style the popup */
.custom-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Transparent background */
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.custom-popup-content {
    background-color: white;
    padding: 40px 20px;
    border-radius: 8px;
    max-width: 500px;
	width:100%;
    text-align: center;
    position: relative;
}

.custom-popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    cursor: pointer;
}
.custom-popup-content .custom-close {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00704a;
    position: absolute;
    right: -20px;
    top: -20px;
    color: #fff;
    border-radius: 30px;
	cursor:pointer;
}
.custom-popup-content p {
    color: #606060;
}