/* Fonts */
@font-face { 
	font-family: 'Century Gothic'; 
	src: url('fonts/CenturyGothic.eot') format('embedded-opentype'), 
		 url('fonts/CenturyGothic.woff') format('woff'), 
		 url('fonts/CenturyGothic.ttf') format('truetype');
	font-weight: 400; font-style: normal;
}
@font-face { 
	font-family: 'Century Gothic'; 
	src: url('fonts/CenturyGothic-Italic.eot') format('embedded-opentype'), 
		 url('fonts/CenturyGothic-Italic.woff') format('woff'), 
		 url('fonts/CenturyGothic-Italic.ttf') format('truetype');
	font-weight: 400; font-style: italic;
}
@font-face { 
	font-family: 'Century Gothic'; 
	src: url('fonts/CenturyGothic-Bold.eot') format('embedded-opentype'), 
		 url('fonts/CenturyGothic-Bold.woff') format('woff'), 
		 url('fonts/CenturyGothic-Bold.ttf') format('truetype');
	font-weight: 700; font-style: normal;
}

/* Global */
html { background-color: #f5f5f5; }
body { font-family: 'Century Gothic', sans-serif; color: #959494; font-size: 13px; font-weight: 400; max-width: 1440px; }

/* Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Montserrat', sans-serif; text-transform: uppercase; color: #2a2a2a; line-height: 1.3; }
h1, .h1 { font-size: 26px; }
h2, .h2 { font-size: 24px; }
h3, .h3 { font-size: 22px; }
h4, .h4 { font-size: 20px; }
h5, .h5 { font-size: 18px; }
h6, .h6 { font-size: 16px; }
.text-white { color: #fff; }
.text-black { color: #2a2a2a; }
.text-red { color: #ed1c24; }
.text-light { font-weight: 300; }
.text-normal { font-weight: 400; }
.text-bold { font-weight: 700; }
.section-header .section-title { font-family: 'Montserrat', sans-serif; text-transform: uppercase; margin-bottom: 10px; 
	font-weight: 300; font-size: 26px; 
}
.section-header .section-title strong { font-weight: inherit; font-size: 27px; }
.section-header.custom-color strong { color: inherit; }

/* Links */
a { color: #2a2a2a; }
a:hover, a:focus { color: #ffc20e; }

/* Buttons */
.btn.btn-default { font-size: 12px; text-transform: uppercase; text-shadow: none; box-shadow: none; position: relative; background: none;
    color: #1d1d1d!important; border-radius: 0; border: 0; padding: 6px; z-index: 0; outline: 0; letter-spacing: 1px;
}
.btn.btn-default:hover { border: 0; }
.btn.btn-default:after { position: absolute; background: #ffc20e; width: 100%; height: 2px; bottom: 0; left: 0; content: ''; transition: all 0.3s ease; z-index: -1; margin-left:1px;}
.btn.btn-default:hover:after { height: 100%; }
.btn.white:after { background: #fff; }
.btn.blue:after { background: #140e55; }
.btn.blue:hover { color: #fff!important; }

/* Spacings */
.nxvm { margin-top: 0; margin-bottom: 0; }
.nxmt { margin-top: 0; }
.nxmb { margin-bottom: 0; }
.nxvp { padding-top: 0; padding-bottom: 0; }
.nxpt { padding-top: 0; }
.nxpb { padding-bottom: 0; }

.np10 { padding: 10px; }
.nvp10 { padding-top: 10px; padding-bottom: 10px; }
.nhp10 { padding-left: 10px; padding-right: 10px; }
.np20 { padding: 20px; }
.nvp20 { padding-top: 20px; padding-bottom: 20px; }
.nhp20 { padding-left: 20px; padding-right: 20px; }
.np60 { padding: 60px; }
.nvm60 { margin-top: 60px; margin-bottom: 60px; }
.nhm60 { margin-left: 60px; margin-right: 60px; }
.nvp60 { padding-top: 60px; padding-bottom: 60px; }
.nhp60 { padding-left: 60px; padding-right: 60px; }

.npt60 { padding-top: 60px; }
.npb60 { padding-bottom: 60px; }
.npt45 { padding-top: 45px; }
.npb45 { padding-bottom: 45px; }
.npt30 { padding-top: 30px; }
.npb30 { padding-bottom: 30px; }
.npt20 { padding-top: 20px; }
.npb20 { padding-bottom: 20px; }
.npt15 { padding-top: 15px; }
.npb15 { padding-bottom: 15px; }
.npt10 { padding-top: 10px; }
.npb10 { padding-bottom: 10px; }

.nmt60 { margin-top: 60px; }
.nmb60 { margin-bottom: 60px; }
.nmt45 { margin-top: 45px; }
.nmb45 { margin-bottom: 45px; }
.nmt30 { margin-top: 30px; }
.nmb30 { margin-bottom: 30px; }
.nmt20 { margin-top: 20px; }
.nmb20 { margin-bottom: 20px; }
.nmt15 { margin-top: 15px; }
.nmb15 { margin-bottom: 15px; }
.nmt10 { margin-top: 10px; }
.nmb10 { margin-bottom: 10px; }

/* Table */
table { background-color: #fff; }

/* List */
[class*='ninline-col'] { -webkit-column-gap: 40px; column-gap: 40px; }
ul.menu { list-style: none; padding-left: 0; margin-bottom: 0; }

/* List Hover */
.list-hover1 img.icon { margin-bottom: 15px; transition: filter 0.4s ease-in-out; }
.list-hover1 li:not(:hover) img.icon { -webkit-filter: brightness(0); filter: brightness(0); }
.list-hover1 strong { color: #2a2a2a; }
.list-hover1 { grid-gap: 20px; margin-top: 30px; text-align: center; }
.list-hover1 > li { padding: 15px; position: relative; }
.list-hover1 > li > *:last-child { margin-bottom: 0; }
.list-hover1 > li:before, .list-hover1 > li:after { position: absolute; border: 2.5px solid transparent; width: 0; height: 0; pointer-events: none; color: #ffc20e; content: ''; }
.list-hover1 > li:before { top: 0; left: 0; }
.list-hover1 > li:after { top: 0; left: 0; bottom: 0; right: 0; }
.list-hover1 > li:hover:before, .list-hover1 > li:hover:after { width: 100%; height: 100%; }
.list-hover1 > li:hover:before { border-top-color: currentColor; border-right-color: currentColor; transition: width 0.25s ease-in-out, height 0.25s ease-in-out 0.25s; }
.list-hover1 > li:hover:after { border-bottom-color: currentColor; border-left-color: currentColor; transition: height 0.25s ease-in-out, width 0.25s ease-in-out 0.25s; }

/* Grid */
.grid-container { display: grid; }
.grid-container:before, .grid-container:after { content: none; }
ul.grid-container { list-style: none; padding: 5px; margin-bottom: 0; }
ul.grid-container > li {  margin-bottom: 0; }
.grid-container > [class*='nflex'] > div { width: 100%; }
.grid-gap-15 { grid-gap: 15px; }
.grid-gap-30 { grid-gap: 30px; }
.grid-col-4 { grid-template-columns: repeat(4, 1fr); }
.grid-col-3 { grid-template-columns: repeat(3, 1fr); }
.grid-col-2 { grid-template-columns: repeat(2, 1fr); }

/* Flex */
.nflex-xs, .nflex-sm, .nflex-md, .nflex-lg { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; }
.nflex-hcenter { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: center; justify-content: center; }
.nflex-vcenter { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: center; align-items: center; }
.nflex-hbottom { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; justify-content: flex-end; }
.nflex-vbottom { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: flex-end; align-items: flex-end; }
.nflex-htop { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; }
.nflex-vtop { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-align-items: flex-start; align-items: flex-start; }
.nflex-row { -webkit-flex-flow: row wrap; flex-flow: row wrap; }
.nflex-column { -webkit-flex-flow: column wrap; flex-flow: column wrap; }
.nflex-height { -webkit-flex: 1; flex: 1; width: 100%; }

/* Ninja Bg Img */
.nbg-img.parallax-effect, .parallax-effect { background-attachment: fixed; }

/* Misc */
.bg-light-grey { background-color: #f5f5f5; }
.bg-gradient-yellow { color: #fff; background: #f2c253; background: -moz-linear-gradient(-60deg, #f2c253 0%, #e39a28 100%); background: -webkit-linear-gradient(-60deg, #f2c253 0%,#e39a28 100%); background: linear-gradient(-60deg, #f2c253 0%,#e39a28 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2c253', endColorstr='#e39a28',GradientType=1 ); }
.bg-gradient-yellow a { color: inherit; }
.bg-gradient-yellow a:hover { color: #1c1c1c; }
.ninja-coming-soon i.ninja-comingsoon-icon, .ninja-thank-you i.ninja-tq-icon { background-color: #ffc20e; border-color: #ffc20e; }
.ninja-coming-soon h1, .ninja-thank-you h1 { font-family: 'Montserrat', sans-serif; }
ul ul, ol ol, ul ol, ol ul { margin-top: 5px; }
.map-link { display: inline-block; position: relative; z-index: 0; }
.map-link:before { pointer-events: none; position: absolute; z-index: -1; content: ""; top: 85%; left: 5%; height: 10px; width: 90%; opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%); background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease;
}
.map-link img { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-transform: perspective(1px) translateZ(0); transform: perspective(1px) translateZ(0); }
.map-link:hover:before { opacity: 1; }
.map-link:hover img { -webkit-transform: translateY(-5px); transform: translateY(-5px); }

/* Alert */
/*.alert-info.info-v2 { color: #2c2c2c; background-color: #f7f7f7; border-color: #f7f7f7; }
.alert-info.info-v2 h6, .alert-info.info-v3 h6 { font-size: 15px; font-weight: bold; font-family: 'Century Gothic', sans-serif; }
.alert-info.info-v2 h6, .alert-info.info-v2 strong, .alert-info.info-v3 h6, .alert-info.info-v3 strong { color: #ed1c24; }
.alert-info.info-v2 h6 a { color: inherit; }
.alert-info.info-v3 { color: #2c2c2c; background-color: transparent; border: 0; padding: 0; }
.alert-info.info-v3 > *:last-child { margin-bottom: 0; }
.alert-info.info-v3 h6 a { color: inherit; }
.alert-info.info-v3 h6 a:after { margin-left: 8px; font-family: 'Font Awesome 5 Free'; display: inline-block; content: '\f105'; }
.alert-info.info-v3 h6 a:hover::after { animation: animateIcon .3s infinite; animation-direction: alternate; }*/
.patent-notice-link a { color: #ed1c24; font-weight: bold; font-size: 16px;  display:flex;}
.patent-notice-link a:after { margin-left: 8px; font-family: 'FontAwesome'; display: inline-block; content: '\f105'; font-weight: bold; }
.patent-notice-link a:hover::after { animation: animateIcon .3s infinite; animation-direction: alternate; }
@keyframes animateIcon { 0% { transform: translateX(0px); } 100% { transform: translateX(8px); } }

/* Media Object */
.media.valign-center .media-body, .media.valign-center .media-left, .media.valign-center .media-right { vertical-align: middle; }
.media-heading { font-weight: 600; color: #959494; font-size: 13px; }
.media-left img, .media-right img { max-width: none; }
.icon-list .media-left, .icon-list .media-right { min-width: 60px; }
.icon-list .media-left img, .icon-list .media-right img { max-width: 60px; }
.media-body > *:last-child { margin-bottom: 0; }

/* Header */
.header-middle { background: #fff; box-shadow: 0 0 20px rgba(0,0,0,.15); position: relative; z-index: 999; text-align: center; font-family: 'Montserrat', sans-serif; }
#logo, #navigation-menu { padding-top: 10px; padding-bottom: 10px; }
.ubermenu .ubermenu-nav { text-align: center; }
.ubermenu .ubermenu-nav .ubermenu-target, .ubermenu .ubermenu-search input.ubermenu-search-input { outline: 0!important; }
.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop { background: rgba(255, 255, 255, .97); }
.ubermenu.ubermenu-main .ubermenu-submenu .ubermenu-submenu-type-flyout { min-width: 200px; }
.ubermenu .ubermenu-submenu .ubermenu-search .ubermenu-search-submit:hover { background: #ffc20e; color: #fff; }

/* Cart Counter */
.widget_ywraq_mini_list_quote .yith-ywraq-list-widget-wrapper, .widget_ywraq_mini_list_quote { margin: 0!important; }
.widget_ywraq_mini_list_quote .yith-ywraq-list-widget-wrapper .yith-ywraq-list-wrapper { visibility: hidden; right: 0; z-index: 999; }
.widget_ywraq_mini_list_quote .yith-ywraq-list-widget-wrapper .raq-info { margin: 0; padding: 0; border: 0; font-size: initial; color: inherit; }
.enquiry-list-counter { color: initial; position: relative; z-index: 1000; }
a.raq_label { position: relative; display: block; }
a.raq_label:before { content: "\f07a"; font-family: 'FontAwesome'; color: #222; background: transparent; border-radius: 50%; font-size: 17px; line-height: 25px; padding: 0px 10px 5px 3px; height: 40px; width: 40px; display: flex; align-items: center; justify-content: center; transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out; }
.widget_ywraq_mini_list_quote:hover a.raq_label:before { background-color: #222; color: #fff; } 
span.raq-tip-counter { background-color: #ffc20e; color: #2a2a2a; position: absolute; bottom: 2px; right: 0; font-size: 11px; border-radius: 50%; line-height: 1; text-align: center; padding: 4px 7px; transition: background-color 0.3s ease-in-out; }
ul.yith-ywraq-list { padding: 0; margin: 0; list-style: none; font-family: 'Montserrat', sans-serif; font-size: 12px; }
.widget_ywraq_mini_list_quote .yith-ywraq-list-widget-wrapper .yith-ywraq-list-content { border: 1px solid rgba(0,0,0,0.1); box-shadow: 0px 1px 10px 3px rgba(0,0,0,0.2); }
.widget_ywraq_mini_list_quote .yith-ywraq-list-widget-wrapper .yith-ywraq-list-content ul li { border-bottom: 1px dashed #ddd; padding-bottom: 10px; }
ul.yith-ywraq-list li.no-products { text-align: center; padding-left: 0; font-weight: 600; font-style: italic; }
ul.yith-ywraq-list li .yith-ywraq-list-item-info { font-weight: 700; }
ul.yith-ywraq-list li .yith-ywraq-list-item-info:not(:hover):not(:focus) { color: #111; }
ul.yith-ywraq-list a.yith-ywraq-item-remove.remove { top: 2px; left: -3px; }
ul.yith-ywraq-list img { width: 50px; border: 1px solid #ddd; }
.yith-ywraq-list-item span.quantity { text-indent: -16px; white-space: nowrap; overflow: hidden; display: block; margin-top: 5px; }
.yith-ywraq-list-item span.quantity .woocommerce-Price-amount { color: #ce0707; font-weight: 700; }
/*.yith-ywraq-list-item span.quantity .woocommerce-Price-amount:before { content: 'Price:'; margin-right: 5px; font-weight: bold; color: #000; }*/
.widget_ywraq_mini_list_quote .yith-ywraq-list-widget-wrapper .yith-ywraq-list-content a.button { display: block; max-width: 115px; margin: 0 auto; }

/* Search */
.search-form { background: none; width: initial; margin-bottom: 0; float: none; position: relative; display: inline-block; padding-left: 0; }
.search-form:after { content: ''; display: table; clear: both; }
.search-form .search-field { background: #ededed; padding: 5px 15px 5px 35px; max-width: 170px; font-size: 13px; border-radius: 20px; outline: 0; box-sizing: border-box; transition: all 0.3s ease-in-out; }
.search-form .search-submit { background: url('images/search.png') center no-repeat; padding: 3px 12px; margin: 0; position: absolute; top: -3px; left: 5px; bottom: 0; outline: 0; }
.search-form .search-field:focus { box-shadow: inset 2px 2px 3px 0px rgba(0, 0, 0, .2); }
.search-results-list .entry-title, .search-keyword { font-family: 'Montserrat', sans-serif; }
.search-keyword { font-weight: bold; }

/* Page Banner */
.page-banner { position: relative; min-height: 250px; background-size: cover; background-repeat: no-repeat; }
.page-banner:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, .5); opacity: 0;
	transition: opacity 0.3s ease-in-out; content: ''; 
}
.page-banner .banner-inner { position: relative; z-index: 0; }
.page-banner .page-title { font-family: 'Montserrat', sans-serif; font-size: 26px; margin-bottom: 0; font-weight: 300; letter-spacing: 2px; color: #ffc20e; }
/*.page-banner .page-title strong { color: #ffc20e; }*/

/* Pages */
#why-choose-us-list > li { padding: 0; }
#why-choose-us-list a { padding: 15px; display: block; }
#why-choose-us-list a:hover, #why-choose-us-list a:focus { color: #2a2a2a; }
#vision-mission-list { grid-gap: 15px; text-align: center; }
#vision-mission-list > li { padding: 30px; background-color: rgba(255, 255, 255, .15); transition: all 0.3s ease-in-out; margin-bottom: 0; }
#vision-mission-list > li .section-title { color: #ffc20e; }
#vision-mission-list > li:not(:hover):not(:focus) .section-title { color: #fff; }
#vision-mission-list > li:hover, #vision-mission-list > li:focus { background-color: rgba(255, 255, 255, 1); color: #868686; }
#vision-mission-list > li img { margin-bottom: 15px; transition: all 0.3s ease-in-out; }
#vision-mission-list > li:not(:hover):not(:focus) img { -webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1); }
#vision-mission-list > li ol { display: inline-block; text-align: left; }
#vision-mission-list > li ol li { margin-bottom: 0; }

#philosophy-list { grid-gap: 50px; padding: 0 15px 0 25px; }
#philosophy-list > li { margin-bottom: 0; background-color: #f5f5f5; padding: 25px; position: relative; }
#philosophy-list > li:before { content: attr(data-bullet); font-size: 22px; background-color: #ffc20e; color: #fff; font-weight: bold;
    padding: 3px 3px 3px 5px; border-radius: 50%; position: absolute; top: -20px; left: -20px; width: 45px; height: 45px; line-height: 40px; text-align: center;
}
#philosophy-list > li > *:last-child { margin-bottom: 0; }
#philosophy-list > li ul { padding-left: 20px; }
#philosophy-list > li > ul:first-of-type { list-style-type: disc; }
#philosophy-list > li h2 { font-size: 20px; font-weight: 600; color: #555; font-family: 'Montserrat', sans-serif; }

.achievement-list { margin-left: 0; margin-right: 0; }
.achievement-list > div { background-color: #fff; padding: 30px; display: grid; grid-template-columns: 200px 1fr; grid-gap: 20px 30px; }
.achievement-list div .logo img { max-height: 150px; width: auto; display: block; margin: 0 auto; }

.location-list > li { background-color: #f7f7f7; padding: 15px; }
.location-list > li > .su-gmap { margin: -15px -15px 15px; }
.location-list h2 { font-size: 16px; font-weight: bold; }
.location-list h3 { font-size: 12px; font-weight: 600; }

/* Sidebar for Archives */
.sidebar { margin-bottom: 0; }
.sidebar aside { background-color: #f3f3f3; padding-bottom: 10px; }
.widget_archive select { width: calc(100% - 10px * 2); margin: 10px auto 0; display: block; border-radius: 0; outline: 0!important; }
.cpt-yearly-dropdown-title, .widget_archive h3, .widget_lc_taxonomy h3.widgettitle { background-color: #2a2a2a; color: #fff; margin-bottom: 0; padding: 3px 10px; }
.cpt-yearly-dropdown { background-color: #f3f3f3; padding: 10px; }
.cpt-yearly-dropdown select { width: 100%; border-radius: 0; outline: 0!important; }
.widget_lc_taxonomy ul {padding-top: 15px;}

/* Archive - Catalogue */
.catalogue-listing { grid-gap: 30px; }
.catalogue-listing > li { display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-flex-flow: column wrap; flex-flow: column wrap; transition: all 0.3s ease-in-out; }
.catalogue-listing > li:hover { box-shadow: 0 0 5px rgba(20,20,20,.3); }
.catalogue-listing > li .featured-image { border: 1px solid #f5f5f5; width: 100%; height: 250px; background-position: center; background-size: cover; background-repeat: no-repeat; }
.catalogue-listing > li .inner { padding: 15px 15px 0; flex-grow: 1; }
.catalogue-listing > li .catalogue-title { font-size: 16px; }
.catalogue-listing > li .btn { margin: 5px auto 15px 15px; }

/* Carousel */
.owl-carousel.owl-theme { position: relative; z-index: initial; overflow: hidden; margin: 0!important; }
.owl-carousel.owl-theme .owl-item img { width: auto; }
.owl-carousel.owl-theme .owl-nav { margin: 0; }
.owl-carousel.owl-mytheme .owl-nav button { width: 32px; height: 60px; line-height: 60px; outline: 0!important; color: #fff!important;
	overflow: hidden; background-color: rgba(53, 53, 53, .6); border-radius: 0; padding: 0; font-size: 25px; position: absolute; margin: 0; 
	top: 50%; transform: translateY(-50%); transition: all 0.3s ease; opacity: 0;
}
.owl-carousel.owl-mytheme .owl-nav button.owl-prev { left: -30px; }
.owl-carousel.owl-mytheme .owl-nav button.owl-next { right: -30px; }
.owl-carousel.owl-mytheme .owl-nav button.owl-prev:before,
.owl-carousel.owl-mytheme .owl-nav button.owl-next:before { font-family: FontAwesome; }
.owl-carousel.owl-mytheme .owl-nav button.owl-prev:before { content: "\f104"; }
.owl-carousel.owl-mytheme .owl-nav button.owl-next:before { content: "\f105"; padding-left: 2px; }
.owl-carousel.owl-mytheme:hover .owl-nav button { opacity: 1; }
.owl-carousel.owl-mytheme:hover .owl-nav button.owl-prev { left: 0; }
.owl-carousel.owl-mytheme:hover .owl-nav button.owl-next { right: 0; }
.owl-carousel.owl-mytheme .owl-nav button[class*=owl-]:hover { background-color: #333; }

/* Form Elements */
.grecaptcha-badge { display: none !important; }
label { font-weight: 600; }
.req { color: #ed1c24; font-weight: 700; }
.wpcf7-form input:not([type="submit"]):not([type="reset"]), .wpcf7-form textarea, .wpcf7-form select { border-radius: 0; }
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"], .wpcf7 input[type="file"] { width: auto!important; }
.wpcf7 input[type="checkbox"], .wpcf7 input[type="radio"] { margin-bottom: 10px!important; }
.wpcf7-checkbox, .wpcf7-radio { display: block; margin-bottom: 10px; }
.wpcf7-checkbox[class*='ninline'] .wpcf7-list-item, .wpcf7-radio[class*='ninline'] .wpcf7-list-item { margin: 0; display: block; } 
.wpcf7-checkbox[class*='ninline'], .wpcf7-checkbox[class*='ninline'] .wpcf7-list-item,
.wpcf7-radio[class*='ninline'], .wpcf7-radio[class*='ninline'] .wpcf7-list-item { -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; -moz-page-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; }
.wpcf7-list-item label { font-weight: normal; }
.wpcf7-list-item-label::before { margin-left: 4px; }
span.wpcf7-not-valid-tip { font-weight: 600; text-align: left; margin-top: -5px; color: #d01d1d; margin-bottom: 15px; font-size: 12px; }
div.wpcf7 .ajax-loader { border-radius: 50%; background-color: #fff; width: 18px; height: 18px; background-repeat: no-repeat; background-position: center; }
div.wpcf7-response-output { font-size: 13px; font-weight: 600; padding: 15px; margin-bottom: 0; border: 1px solid transparent; border-radius: 4px; }
div.wpcf7-validation-errors { color: #8a6d3b; background-color: #fcf8e3; border-color: #f5e1b8; }
div.wpcf7-mail-sent-ng { color: #a94442; background-color: #f2dede; border-color: #ebccd1; }
div.wpcf7-mail-sent-ok { color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; }

/* Pagination */
.navigation { clear: both; }
.pagination { margin-top: 30px; margin-bottom: 0; }
.navigation .pagination span, .navigation .pagination a { font-size: 12px; text-transform: uppercase; font-weight: 400; }
.pagination>li>a, .pagination>li>span, .pagination>li>span:focus, .pagination>li>span:hover { color: #111; }
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:hover, .pagination span.current, .pagination a:hover { 
	color: #111; background: #e5e5e5; border-color: #e5e5e5;
}

/* Footer */
#footer { font-family: 'Montserrat', sans-serif; background: #fff; color: #696969; font-size: 11px; padding-top: 0; }
#footer .footer-inner { padding-left: 0; padding-right: 0; border-top: 1px solid #eee; padding-top: 40px; }
#colophon { background: #151515; color: #d3d3d3; font-weight: 300; font-size: 10px; padding-bottom: 0; }
#copyright { padding: 10px 15px; }
.scroll-to-top:hover { background: #ffc20e; }
#footer h3.widgettitle { color: #231e60; font-weight: bold; text-transform: none; font-size: 12px; margin-bottom: 15px; }
#footer .widgettitle:after { content: none!important; }
#footer ul.menu { column-count: 2; /*column-gap: 40px;*/ }
#footer ul.menu li { margin-bottom: 3px; }
#footer ul.menu a { text-transform: uppercase; }
#footer-hotline { font-size: 20px; }
.footer-second > .widget { width: 35%; float: left; }
.footer-second > .widget.ninja-social { width: 25%; }
.footer-second:after { content: ''; display: table; clear: both; }

/* Floating */
#floating-widget { right: 0; width: auto; }
.floating-buttons { max-width: 45px; overflow: hidden; font-family: 'Montserrat', sans-serif; }
.floating-buttons .floating-btn { text-transform: uppercase; background-color: #ffc20e; color: #fff!important; padding: 8px 10px; text-align: left; 
	font-size: 10px; letter-spacing: 1px; font-weight: 600; border-top-left-radius: 6px; border-bottom-left-radius: 6px; 
	margin: 5px 0; width: auto; height: 40px; line-height: 25px; display: flex; flex-flow: row wrap; transform: translateX(calc(100% - 40px));
}
.floating-buttons .floating-btn ~ br { display: none !important; }
#floating-fb { background-color: #3B5998; }
#floating-youtube { background-color: #FF0000; }
#floating-wechat { background-color: #5cc928; }
#floating-tiktok { background-color: #010101; }
.floating-buttons .floating-btn i { display: block; margin: 3px 4px 2px 0; font-size: 20px; }
.floating-buttons .floating-btn span { display: inline-block; opacity: 0; transition: opacity 0.2s; }
.floating-buttons:hover { max-width: 100%; }
.floating-buttons .floating-btn:hover { background-color: #a0a0a0 !important; transform: translateX(0%); }
.floating-buttons .floating-btn:hover span { opacity: 1; }
/*#floating-hotline { display: none; background-color: #ffc20e; font-size: 14px; margin-top: 0; font-weight: 600; padding: 6px 10px;
	transform: rotate(270deg) translateX(30%); transform-origin: right bottom; 
}
#floating-hotline:after { content: none; }
#floating-hotline:hover { background-color: #2a2a2a; color: #fff!important; }*/

/* Social Icons */
.social-icons ul { margin-bottom: 0; }
.social-icons li a { background: none; color: #696969; width: 30px; height: 30px; line-height: 30px; font-size: 15px; border-radius: 0; 
	margin-right: 0; margin-bottom: 0; position: relative;
}
.social-icons li a[href*="youtube.com"] .fa:before { content: "\f16a"; }
.social-icons li a[href*="youtube.com"]:hover { background-color: #FF0000; }

/* Shortcode Ultimate */
[class*='su-'].nxm { margin: 0!important; }
/* List */
.su-list.su-list-style- ul { margin-bottom: 10px!important; }
.su-list.su-list-style- ul li, .su-list.su-list-style- ul li i { line-height: inherit!important; }
.su-list.su-list-style- ul li { padding: 0 0 0 2em!important; }
.su-list.su-list-style- ul li i { top: 0!important; }
.su-list[class*='ninline-col'] { -webkit-column-count: auto; column-count: auto; }
.su-list[class*='ninline-col'] ul { -webkit-column-gap: 40px; column-gap: 40px; }
.su-list[class*='ninline-col-4'] ul { -webkit-column-count: 4; column-count: 4; }
.su-list[class*='ninline-col-3'] ul { -webkit-column-count: 3; column-count: 3; }
.su-list[class*='ninline-col-2'] ul { -webkit-column-count: 2; column-count: 2; }
.su-list[class*='ninline-col-1'] ul { -webkit-column-count: 1; column-count: 1; }
/* Map */
.su-gmap:after { content: ''; display: table; clear: both; }
.su-gmap iframe { float: left; }
/* Gallery */
.su-custom-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 15px; }
.su-custom-gallery .su-clear { display: none; }
.su-custom-gallery:after, .su-custom-gallery:before { content: none!important; }
.su-custom-gallery .su-custom-gallery-slide { float: none; margin: 0; position: relative; }
.su-custom-gallery-slide:before { content: ''; width: 100%; height: 100%; pointer-events: none; position: absolute; top: 0; left: 0; background: rgba(200, 200, 200, .85); opacity: 0; transition: opacity 0.5s; }
.su-custom-gallery-slide:after { content: '\f065'; font-family: 'FontAwesome'; pointer-events: none; font-size: 5em; color: #fff; position: absolute; top: 50%; left: 0; right: 0; text-align: center; transform: translateY(-50%); opacity: 0; transition: opacity 0.5s; }
.su-custom-gallery-slide:hover::before, .su-custom-gallery-slide:hover::after { opacity: 1; }
.su-custom-gallery .su-custom-gallery-slide img { width: 100%; padding: 0; border: 1px solid #eee !important; border-radius: 0; }

.su-custom-gallery.product-colour-gallery { grid-template-columns: repeat(auto-fit, minmax(0, 60px) ); grid-gap: 5px; margin-bottom: 2em; }
.su-custom-gallery.product-colour-gallery .su-custom-gallery-slide:before, 
.su-custom-gallery.product-colour-gallery .su-custom-gallery-slide:after { content: none !important; }
.su-custom-gallery.product-colour-gallery .su-custom-gallery-slide { overflow: visible; }
.su-custom-gallery.product-colour-gallery .su-custom-gallery-title { opacity: 0; left: 50%; top: calc(100% + 8px);
    bottom: auto; right: auto; margin: 0 auto; transform: translate(-50%, 100%); text-align: center; padding: 5px;
    min-width: 120px; display: inline; background-color: rgba(0,0,0,0.8); z-index: 1; transition: all 0.3s ease-in-out; pointer-events: none;
}
.su-custom-gallery.product-colour-gallery .su-custom-gallery-slide:hover .su-custom-gallery-title {
    opacity: 1; transform: translate(-50%, 0%); pointer-events: auto;
}
.su-custom-gallery.product-colour-gallery .su-custom-gallery-title:before { content: ''; display: block; position: absolute;
    left: 0; right: 0; bottom: 100%; margin: 0 auto; width: 0; height: 0; border: 7px solid transparent; border-bottom-color: rgba(0,0,0,0.8);
}
/* Lightbox */
.su-lightbox { outline: 0; }
.su-lightbox[data-mfp-type="image"] { cursor: pointer; }
.mfp-figure .mfp-bottom-bar { text-align: center; background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 5px; position: fixed; }
.mfp-figure .mfp-bottom-bar .mfp-title { padding: 0 0 3px; text-align: center; }
.mfp-figure .mfp-bottom-bar .mfp-counter { position: static; }
/* Accordion */
.su-accordion .su-spoiler { margin-bottom: 0!important; }
.su-accordion .su-spoiler-title { padding: 10px 30px 10px 7px!important; background: transparent; color: #666; font-weight: 400; border: 1px solid #f7f7f7; position: relative; font-size: inherit!important; line-height: inherit!important; }
.su-accordion > .su-spoiler:not(:last-of-type) .su-spoiler-title { border-bottom: 0; }
.su-accordion .su-spoiler-title > .su-spoiler-icon { left: auto!important; right: 3px!important; transform: translate(-6px, 7px); }
.su-accordion .su-spoiler-title > .su-spoiler-icon:before, 
.su-accordion .su-spoiler-title > .su-spoiler-icon:after { content: ""!important; position: absolute; background-color: #aaa; width: 3px; height: 9px; transition: all 0.25s ease-in-out; }
.su-accordion .su-spoiler-closed .su-spoiler-title > .su-spoiler-icon:before { transform: translate(2px, 0) rotate(45deg); }
.su-accordion .su-spoiler-title > .su-spoiler-icon:before { transform: translate(-2px, 0) rotate(45deg); }
.su-accordion .su-spoiler-closed .su-spoiler-title > .su-spoiler-icon:after { transform: translate(-2px, 0) rotate(-45deg); }
.su-accordion .su-spoiler-title > .su-spoiler-icon:after { transform: translate(2px, 0) rotate(-45deg); }
.su-accordion .su-spoiler:hover .su-spoiler-title, .su-accordion .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title { 
	background: #f7f7f7; color: #555; border-color: #f7f7f7;
}
.su-accordion .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title { font-weight: 600; }
.su-accordion .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title > .su-spoiler-icon:before, 
.su-accordion .su-spoiler:not(.su-spoiler-closed) .su-spoiler-title > .su-spoiler-icon:after,
.su-accordion .su-spoiler:hover .su-spoiler-title > .su-spoiler-icon:before, 
.su-accordion .su-spoiler:hover .su-spoiler-title > .su-spoiler-icon:after { background-color: #555; }
.su-accordion .su-spoiler-style-default > .su-spoiler-content { padding: 30px; border: 1px solid #f7f7f7; }
.su-accordion .su-spoiler-style-default:not(:last-of-type) > .su-spoiler-content { border-bottom: 0; }
.su-accordion .su-spoiler-style-default > .su-spoiler-content > ul,
.su-accordion .su-spoiler-style-default > .su-spoiler-content > ol { padding-left: 20px; }
/* Tabs */
.su-tabs { border-radius: 0!important; padding: 0!important; background: #fff!important; }
.su-tabs-nav { position: relative; font-family: 'Montserrat', sans-serif; }
.su-tabs-nav:before { pointer-events: none; position: absolute; content: ' '; display: table; width: 100%; bottom: 0; left: 0; border-bottom: 1px solid #f7f7f7; z-index: 1; }
.su-tabs-nav:after { content: ''; display: table; clear: both; }
.su-tabs-nav span { font-weight: 600; color: #515151!important; border: 1px solid #f7f7f7; border-radius: 0!important; margin-right: 5px!important; 
	min-height: 33px!important; font-size: 12px!important; padding: 6px 12px!important; float: left;
}
.su-tabs-nav span.su-tabs-current { color: #363636!important; background: #f7f7f7!important; }
.su-tabs-pane { padding: 15px 0!important; border-radius: 0!important; }
/* Quote */
.su-quote-style-default { padding: 1.5em 2em !important; font-weight: 600; font-size: inherit;
	font-style: normal !important; margin: 20px 0 !important;
}
.su-quote-style-default:before, .su-quote-style-default:after { font-family: 'FontAwesome'; font-size: 1.5em; line-height: 1; font-weight: normal; color: #ffc20e; width: 20px!important; height: 20px!important; background: none!important; }
.su-quote-style-default:before { content: '\f10d'!important; top: 5px!important; }
.su-quote-style-default:after { content: '\f10e'!important; bottom: 5px!important; }
.su-quote-style-default .su-quote-cite { font-weight: 400; font-size: 14px; text-transform: capitalize; }

/* Foogallery */
.foogallery-container.fg-default { padding-left: 0; margin-bottom: 0; }
[id*='foogallery-album'] .foogallery-album-gallery-list, [id*='foogallery-album'] .foogallery-album-gallery-list li { margin: 0; }
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile { margin: 0 !important; float: none; }
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile:before, 
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile:after { content: none; }
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner { border: 0 !important; box-shadow: none !important; }
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile a:before, 
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile a:after { position: absolute; transition: all 0.2s ease; 
	content: ''; display: block;
}
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile a:before { content: '\f0c1'; font-family: 'FontAwesome'; z-index: 1; top: 50%;
    left: 50%; transform: translate(-50%) scale(0); font-size: 2.5em; color: #fff;
}
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile a:after { top: 0; left: 0; width: 100%; height: 100%; 
	background-color: rgba(32, 31, 31, .8); transform: translateY(-100%);
}
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile a:hover:before { transform: translate(-50%) scale(1); }
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile a:hover:after { transform: translateY(0%); }

[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile h3 { font-size: 12px; font-weight: 600; opacity: 1; 
	background: rgba(25, 25, 25, 0.9) !important; color: #fff !important; bottom: 0; padding: 8px; transition: all 0.3s ease;
    transform: translateY(0%); transition-delay: 0.05s; min-height: 40px;
}
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile a:hover h3 { transform: translateY(100%); }
[id*='foogallery-album'] .foogallery-album-gallery-list .foogallery-pile h3 span { display: none; }
.foogallery-album-gallery-list, .foogallery.foogallery-container { display: grid; grid-template-columns: repeat(5, 1fr); grid-gap: 10px; }
.foogallery-album-gallery-list { grid-template-columns: repeat(4, 1fr); }
.foogallery-album-gallery-list .foogallery-pile .foogallery-pile-inner a { display: block !important; }
.foogallery-album-gallery-list .foogallery-pile img { width: 100%; }
.foogallery .fg-caption, .foogallery .fg-caption-inner { transition: all 0.2s ease-in-out !important; }
.foogallery-container .fg-item { margin: 0 !important; }
.foogallery-container .fg-item img { width: 100%; }
.foogallery-container .fg-item-inner, .foogallery-container .fg-thumb { display: block; }

/* Responsive */
@media (min-width: 1200px){
	.lg-right { text-align: right; }
	.footer-second > .widget { padding-left: 15px; padding-right: 15px; }
}
@media ( max-width: 1199px ){
	.nflex-lg { display: block; }
	.grid-col-4 { grid-template-columns: repeat(3, 1fr); }
	ul.ninline-col-4, .su-list[class*='ninline-col-4'] ul { -webkit-column-count: 3; column-count: 3; }
	#navigation-menu { padding-left: 0px; padding-right: 0px; }
	#menu-logo img { max-height: 40px; width: auto; }
	.su-custom-gallery.product-colour-gallery { margin-bottom: 3em; }
}
@media (min-width: 992px) and (max-width: 1199px){
	.md-right { text-align: right; }
	.menu-search { padding-right: 8px!important; padding-left: 15px!important; }
	.catalogue-listing { grid-template-columns: repeat(2, 1fr); }
	#navigation-menu .ubermenu .ubermenu-item-level-0:not(.ubermenu-disable-padding) .ubermenu-target { padding-left: 15px; }
	#navigation-menu .ubermenu .ubermenu-item-level-0:not(.ubermenu-disable-padding):not(.ubermenu-has-submenu-drop) .ubermenu-target { padding-right: 15px; }
}
@media (min-width: 992px) {
	/*.ubermenu .ubermenu-nav .ubermenu-target.menu-search { padding-right: 8px!important; }*/
	.ubermenu a.enquiry-list .ubermenu-target-text { display: none!important; }
	.nfluid-wrapper .row.nflex { min-height: 400px; -webkit-align-items: center; align-items: center; }
}
@media ( max-width: 991px ){
	.nflex-md { display: block; }
	.grid-col-4 { grid-template-columns: repeat(2, 1fr); }
	.grid-col-3 { grid-template-columns: repeat(2, 1fr); }
	ul.ninline-col-3, .su-list[class*='ninline-col-3'] ul { -webkit-column-count: 2; column-count: 2; }
	.su-custom-gallery { grid-template-columns: repeat(3, 1fr); }
	.nimg-wrapper img { display: block; margin: 0 auto; width: auto; max-height: 500px; }
	.sidebar { margin-top: 30px; }
	.footer-widget:not(:last-of-type) { margin-bottom: 30px; }
	.page-banner { min-height: 150px; -webkit-align-items: center; align-items: center; -webkit-justify-content: center; justify-content: center; text-align: center; background-position: center; }
	/*.page-banner:before { opacity: 1; }*/
	/*.page-banner .page-title { color: #fff!important; }*/
	.header-middle > .container { width: 100%; padding-left: 0; padding-right: 0; }
	.header-middle > .container > .row { margin-left: 0; margin-right: 0; }
	#logo { position: relative; }
	#logo .enquiry-list-counter { position: absolute; top: 10px; right: 15px; }
	#navigation-menu { padding-top: 0; padding-bottom: 0; }
	a.ubermenu-responsive-toggle { background: #2a2a2a; color: #fff; font-size: 12px; text-transform: uppercase; font-weight: bold; box-shadow: inset 1px 1px 0 0 rgba(255, 255, 255, 0.1); }
	a.ubermenu-responsive-toggle:hover, a.ubermenu-responsive-toggle-open { background: #ffc20e; color: #2a2a2a; }
	.ubermenu-main .ubermenu-submenu.ubermenu-submenu-drop { background: #f2f2f2; }
	.ubermenu-main .ubermenu-item-level-1 .ubermenu-submenu.ubermenu-submenu-drop { background: #fff; }
	.ubermenu .ubermenu-item.ubermenu-item-level-0 { float: left!important; clear: none!important; }
	.ubermenu-responsive .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-drop { column-count: 2; column-gap: 40px; }
	.ubermenu-responsive .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-drop > li { -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; -moz-page-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; }
	.ubermenu-responsive .ubermenu-submenu .ubermenu-target-text { position: relative; padding-left: 15px; }
	.ubermenu-responsive .ubermenu-submenu .ubermenu-target-text:before { content: '\f105'; font-family: 'Font Awesome 5 Free'; font-weight: 900; position: absolute; top: 1px; left: 0; }
	/*#floating-hotline { display: block; }*/
	.footer-second > .widget { width: 50%; margin-bottom: 30px; }
	.footer-second > .widget:last-of-type:nth-child(odd) { width: 100%; margin-bottom: 0; }
	.catalogue-listing { grid-gap: 20px; grid-template-columns: repeat( auto-fit, minmax(250px, 265px) ) !important; justify-content: center; }
	.foogallery.foogallery-container { grid-template-columns: repeat(4, 1fr); }
	.foogallery-album-gallery-list { grid-template-columns: repeat(3, 1fr); }
}
@media (min-width: 768px) and (max-width: 991px){
	.sm-right { text-align: right; }
}
@media (max-width: 768px){
	.np45 { padding: 30px 15px; }
	.su-tabs-nav span { float: none; margin-right: 0!important; }
	.su-tabs-nav span:not(:first-of-type) { margin-top: -1px; }
}
@media ( max-width: 767px ){
	.np60 { padding: 30px 15px; }
	.nflex-sm { display: block; }
	.xs-right { text-align: right; }
	.su-custom-gallery { grid-template-columns: repeat(2, 1fr); }
	[class*='grid-col'] { grid-template-columns: 1fr; }
	[class*='ninline-col'], .su-list[class*='ninline-col'] ul { -webkit-column-count: auto!important; column-count: auto!important; }
	.table-responsive { border: 0; }
	.table-responsive>.table { border: 1px solid #ddd; }
	.table-responsive:before { display: block; padding: 8px 3px; content: '\f0a4\00A0\00A0 Scroll to right to view more'; 
		font-family: 'FontAwesome', sans-serif; font-weight: 500; text-align: left; font-size: 12px;
	}
	.footer-banner-area img { max-height: 300px; width: auto; margin-top: 30px; }
	#footer .social-icons li a { font-size: 17px; width: 35px; height: 35px; line-height: 37px; }
	.floating-buttons .floating-btn { height: 35px; padding: 5px 8px; transform: translateX(calc(100% - 38px)); }
	#why-choose-us-list { grid-template-columns: repeat(2, 1fr); }
	.achievement-list > div { grid-template-columns: 1fr; text-align: center; }
	.achievement-list div .logo img { max-height: 110px; }
	.foogallery.foogallery-container { grid-template-columns: repeat(3, 1fr); }
	.foogallery-album-gallery-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 481px) and (max-width: 991px){
	#why-choose-us-list > li:last-of-type:nth-child(odd) { grid-column: span 2; }
}
@media (max-width: 480px){
	.ubermenu-responsive .ubermenu-nav .ubermenu-item.ubermenu-item-level-0 > .ubermenu-submenu.ubermenu-submenu-drop { column-count: unset; }
	.footer-second > .widget { width: 100%; float: none; }
	#why-choose-us-list { grid-template-columns: 1fr; }
	#rc-imageselect, .g-recaptcha { transform: scale(0.9); -webkit-transform: scale(0.9); transform-origin: 0 0; -webkit-transform-origin: 0 0; }
	#footer { padding-bottom: 35px; }
	.scroll-to-top { bottom: 50px; }
	/*#floating-hotline { transform: none; transform-origin: none; }*/
	#floating-widget { top: auto; left: 0; }
	.floating-buttons { max-width: 100%; display: grid; grid-template-columns: repeat(4, 1fr); grid-gap: 1px; }
	.floating-buttons .floating-btn { transform: none; border-top-right-radius: 6px; border-bottom-left-radius: 0; 
		margin: 0; text-align: center; justify-content: center; height: 35px; padding: 6px 10px;
	}
	.floating-buttons .floating-btn span { display: none; }
	.floating-buttons .floating-btn i { margin-left: 0; margin-right: 0; }
	.foogallery.foogallery-container { grid-template-columns: repeat(2, 1fr); }
	.foogallery-album-gallery-list { grid-template-columns: 1fr; max-width: 300px; margin: 0 auto !important; }
}

/*edit change swing door*/
.term-swing-doors .term-description p {
    margin-top: 10px !important;
}

.ubermenu-nav {
    z-index: 999999;
}