/* Global */
html { background-color: #f5f5f5; }
body { max-width: 1920px; color: #636363; font-size: 14px; }

/* Typography */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-family: 'Arimo', sans-serif; font-weight: bold; }
h1, h2 { color: #353535; }
h1, .h1 { font-size: 36px; }
h2, .h2 { font-size: 30px; }
h3, .h3 { font-size: 28px; }
h4, .h4 { font-size: 24px; }
h5, .h5 { font-size: 22px; }
h6, .h6 { font-size: 20px; }
.text-white { color: #fff; }
.text-black { color: #2a2a2a; }
.text-red { color: #ed1c24; }

/* Links */
a { color: #35b4bd; }
a:hover, a:focus { color: #0a5154; }

/* Button */
.btn.btn-default { background: none; position: relative; border: 0; border-radius: 0; text-shadow: none; box-shadow: none; overflow: hidden;
	text-transform: uppercase; font-weight: bold; padding: 7px 15px 7px 17px; min-width: 150px;
}
.btn.btn-default.nxm { margin-top: 0; }
.btn-twist { display: block; height: 100%; width: 26%!important; background: #177175; position: absolute; top: 0; 
	transform-origin: center bottom 0px; transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); 
}
.btn-twist:nth-of-type(1) { left: 0%; transition-delay: 0s; }
.btn-twist:nth-of-type(2) { left: 25%; transition-delay: 0.1s; }
.btn-twist:nth-of-type(3) { left: 50%; transition-delay: 0.2s; }
.btn-twist:nth-of-type(4) { left: 75%; transition-delay: 0.3s; }
.btn-text { position: relative; height: 100%; width: 100%; z-index: 1; transform-origin: center bottom 0px; transition: all 500ms cubic-bezier(0.970, 0.000, 0.395, 0.995); }
.btn.btn-default:hover { border: 0; background: #212222; color: #fff; }
.btn.btn-default:hover .btn-twist { transform: matrix3d(1, 0, 0, 0, 0, 0, -1, -0.003, 0, 1, 0, 0, 0, 0, 0, 1); }
.btn-black .btn-twist, .btn-black-v2 .btn-twist { background: #212222; }
.btn-black.btn:hover { background: #2b595d; color: #fff; }
.btn-black-v2.btn:hover { background: #fff; color: #212222; }

/* 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; }
[class*='ninline-col'] li { -webkit-column-break-inside: avoid; -moz-column-break-inside: avoid; -moz-page-break-inside: avoid; page-break-inside: avoid; break-inside: avoid-column; }
ul.menu { list-style: none; padding-left: 0; margin-bottom: 0; }
.list-align-center { display: inline-block; text-align: left; }

/* Grid */
.grid-container { display: grid; }
.grid-container:before, .grid-container:after { content: none; }
ul.grid-container { list-style: none; padding: 0; 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 */
.ninja-coming-soon i.ninja-comingsoon-icon, .ninja-thank-you i.ninja-tq-icon { background-color: #35b4bd; border-color: #35b4bd; }
.bg-teal { color: #fff; background-color: #35b4bd; }
.bg-dark-teal { color: #fff; background-color: #1a8085; }
.bg-darker-teal { color: #fff; background-color: #106d71; }
.bg-gradient-teal { background: #b3f0ec; background: -moz-linear-gradient(top, #f4f4f4 0%, #b3f0ec 100%); background: -webkit-linear-gradient(top, #f4f4f4 0%,#b3f0ec 100%); background: linear-gradient(to bottom, #f4f4f4 0%,#b3f0ec 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#b3f0ec',GradientType=0 ); }
.bg-abstract-teal { color: #fff; background: url('/wp-content/uploads/2018/07/bg-abstract-teal.jpg') top center / cover no-repeat; }
.bg-gradient-teal a:not(.btn):not(:hover):not(:focus),
.bg-teal h1, .bg-teal h2, .bg-teal a:not(.btn):not(:hover):not(:focus),
.bg-dark-teal h1, .bg-dark-teal h2, .bg-dark-teal a:not(.btn):not(:hover):not(:focus),
.bg-darker-teal h1, .bg-darker-teal h2, .bg-darker-teal a:not(.btn):not(:hover):not(:focus),
.bg-abstract-teal h1, .bg-abstract-teal h2, .bg-abstract-teal a:not(.btn):not(:hover):not(:focus) { color: inherit; }

/* Search */
.search-keyword { font-weight: bold; }

/* Header */
.header-middle { background: none; }
.navbar-collapse.collapse { padding: 0!important; }
ul#menu-primary li a { color: #888; font-size: 13px; }
ul#menu-primary > li > a { font-size: 14px; color: #222; text-transform: uppercase; background: none; padding-bottom: 0; padding-left: 0; padding-right: 0; margin-right: 35px; letter-spacing: 1px; font-size: 13px; }
ul#menu-primary > li:last-of-type > a { margin-right: 0; }
ul#menu-primary > li > a:after { border-top: 2px solid #5eb3ba; display: block; margin-top: 5px; opacity: 0; transform: translateX(-100%);
    transition: all 0.4s ease; pointer-events: none; content: ''; 
}
ul#menu-primary > li > a:hover::after, ul#menu-primary > li > a:focus::after, ul#menu-primary > .active > a::after {
    opacity: 1; transform: translateX(0%);
}
ul#menu-primary .dropdown-menu > li > a:hover, ul#menu-primary .dropdown-menu > li > a:focus, ul#menu-primary .dropdown-menu > .active > a { 
	background-color: #5eb3ba; color: #fff;
}

/*RESPONSIVE MENU*/
#responsive-menu-button { position: absolute!important; top: 22px!important; left: initial!important; right: 15px!important; bottom: initial!important; z-index: initial!important; border-radius: 0!important; }
#responsive-menu-button:hover .responsive-menu-inner, #responsive-menu-button:hover .responsive-menu-inner::before, #responsive-menu-button:hover .responsive-menu-inner::after { background-color: #fff; }
.responsive-menu-box { height: 32px!important; }
.admin-bar #responsive-menu-container { margin-top: 32px; }
#responsive-menu ul { padding: 0; }
#responsive-menu-button.is-active + #responsive-menu-container { box-shadow: 2px 0px 20px rgba(0, 0, 0, .25); }
#responsive-menu-container { left: -1px!important; }
#responsive-menu-container #responsive-menu li.responsive-menu-current-item > a > .responsive-menu-subarrow { background: #1a8085!important; border-color: #1a8085!important; color: #fff!important; }
#responsive-menu-container.push-left, #responsive-menu-container.slide-left { opacity: 0; }
.responsive-menu-open #responsive-menu-container.push-left, .responsive-menu-open #responsive-menu-container.slide-left { opacity: 1; }

/* Page Banner */
.page-banner { background-size: cover; background-repeat: no-repeat; min-height: 150px; }
.page-banner .page-title { font-size: 36px; color: #15aa9c; margin-bottom: 5px; }
.breadcrumbs { text-transform: uppercase; font-size: 12px; }
.breadcrumbs a:not(:hover):not(:focus) { color: #636363; }
.breadcrumbs span[property='itemListElement']:last-child { font-weight: bold; color: #15aa9c; }

/* Home Slider */
.heart-rate { background: url('/wp-content/uploads/2018/06/heart-rate.png') repeat-x; width: 0; min-height: 110px!important; }
.active-revslide .heart-rate { animation-delay: 2s; animation: heartrate 12s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite!important; }
@keyframes heartrate {
	10% { width: 0; }
	50% { width: 960px; }
	100% { width: 1920px; }
}

/* Home */
#why-choose-us-list { margin-top: 20px; text-align: center; }
#why-choose-us-list > li { padding: 15px; position: relative; transition: box-shadow 1.8s ease-in-out, background-color 2s ease-in-out; }
#why-choose-us-list > li:hover { background-color: #1a8085; box-shadow: 3px 3px 15px rgba(0, 0, 0, .2); }
#why-choose-us-list img { margin-bottom: 15px; transition: all 0.3s ease-in-out; }
#why-choose-us-list > li:before, #why-choose-us-list > li:after { pointer-events: none; width: 100%; height: 100%; z-index: 1; content: ''; position: absolute;
    top: 0; left: 0; box-sizing: border-box; transform: scale(0); transition: all 1s ease; 
}
#why-choose-us-list > li:before { border-bottom: 2px solid #b3f0ec; border-left: 2px solid #b3f0ec; transform-origin: 0 100%; }
#why-choose-us-list > li:after { border-top: 2px solid #b3f0ec; border-right: 2px solid #b3f0ec; transform-origin: 100% 0%; }
#why-choose-us-list > li:hover::before, #why-choose-us-list > li:hover::after { transform: scale(1); }
#why-choose-us-list .su-list { display: inline-block; vertical-align: top; }

/* Pages */
#philosophy ul { display: inline-block; text-align: left; }

#logo-listing { margin-top: 20px; }
#logo-list { grid-template-columns: repeat(5, 1fr); justify-content: center; text-align: center; grid-gap: 45px 30px; }
#logo-list .logo-item { display: grid; align-items: center; justify-content: center; transition: all 0.3s ease-in-out; }
#logo-list .logo-item:hover { background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); }

.logo-carousel .logo-item { transition: all 0.3s ease-in-out; }
.logo-carousel .logo-item img { width: auto; }
.logo-carousel .logo-item:hover { background-color: #fff; box-shadow: 0 0 5px rgba(0,0,0,0.2); }

.su-gmap.contact-map { height: 300px; padding-bottom: 0; }

/* Sidebar for Archives */
.sidebar aside { background-color: #f5f5f5; padding-bottom: 10px; }
.widget_archive select { width: calc(100% - 10px * 2); margin: 10px auto 0; display: block; border-radius: 0; outline: 0!important; }
.widget_archive h3 { background-color: #428185; color: #fff; margin-bottom: 0; padding: 3px 10px; }

/* Product Description */
.product-page-description .textwidget.custom-html-widget{padding-top: 45px; text-align: center;}
.product-page-description .textwidget.custom-html-widget:empty{padding-top: 0;}

/* Product Listing */
.product-listing .product-link { width: 100%; height: 100%; border: 3px solid transparent; }
.product-listing .product-link:hover { border-color: #5bac9e; box-shadow: 3px 3px 15px rgba(0, 0, 0, .2); }
.product-listing .featured-image { overflow: hidden; }
.product-listing .featured-image img { width: auto; max-height: 155px; transition: all 0.4s ease-in-out; }
.product-listing .product-link:hover img { transform: scale(1.8) rotate(10deg); opacity: .5; }
.product-listing .product-details { background-color: #205456; color: #fff; padding: 10px; }
.product-listing .product-details > *:last-child { margin-bottom: 0; }
.product-listing .product-title, .product-listing .product-category-title { font-size: 16px; color: inherit; font-family: 'Open Sans', sans-serif; transition: all 0.3s ease-in-out; }
.product-listing .product-link:hover .product-title { color: #5bac9e; }
.product-listing .product-category { color: #ddd; font-size: 13px; text-transform: uppercase; border-top: 1px solid rgba(238, 238, 238, .1); padding-top: 5px; }

/* Product Detail Page */
.product-content > ul { padding-left: 20px; }
.product-content ul > li { margin-bottom: 3px; }
.product-image img { max-height: 225px; width: auto; }

/* Form Elements */
.req { color: #ed1c24; font-weight: 700; }
.wpcf7-form input:not([type="submit"]):not([type="reset"]), .wpcf7-form textarea, .wpcf7-form select { border-radius: 0; padding: 10px; }
#enquiry-form textarea { min-height: 95px; }
.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: #fff; background: #35b4bd; border-color: #35b4bd;
}
.bg-gradient-teal .navigation .pagination { margin: 0; padding: 25px 0 20px; }

/* Footer */
#footer { background: none; padding-top: 0; }
#footer .footer-inner, #colophon { font-size: 13px; }
#footer .footer-inner { background: #35b4bd; padding: 35px 0 25px; }
#colophon { padding-bottom: 0; }
#copyright { padding: 10px 15px; }
.scroll-to-top:hover { background: #249ca5; }
#footer h3.widgettitle { color: inherit; text-transform: uppercase; }
#footer h3.widgettitle:after { content: none; }
#footer a:not(.btn) { color: inherit; }
#footer a:not(.btn):hover { color: #0c4d50; }
.footer-second { display: grid; grid-row-gap: 30px; }
.footer-logo-group img { transition: all 0.3s ease; }
.footer-logo-group a:hover img { opacity: .5; }
/* Shortcode Ultimate */
[class*='su-'].nxm { margin: 0!important; }
/* List */
li > .su-list.su-list-style- { margin-top: 7px; }
.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; margin-bottom: 10px!important; text-align: left; }
.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: 0!important; border-radius: 0; }
/* Lightbox */
.su-lightbox { outline: 0; }
.su-lightbox[data-mfp-type="image"] { cursor: pointer; }
/* Tabs */
.su-tabs { border-radius: 0!important; background: #5bac9e!important; }
.su-tabs-nav span { border-radius: 0!important; margin-right: 0!important; }
.su-tabs-nav span.su-tabs-current { font-weight: bold; }
.su-tabs-nav span:not(.su-tabs-current):hover { background: #438075!important; color: #fff; }
.su-tabs-pane { font-size: inherit!important; border-radius: 0!important; padding: 25px!important; }

.grecaptcha-badge{display:none !important}

/* Responsive */
@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; }
	ul#menu-primary > li > a { margin-right: 30px; }
}
@media ( min-width: 992px ){
	.footer-inner .grid-container { grid-template-columns: 35.33% 33.33% 31.33%; }
	.footer-inner .grid-container .footer-widget { width: 100%; }
	.footer-inner .grid-container .footer-first { align-self: center; }
	.home-why-choose-us-list > li:last-of-type { grid-column: span 3; }
}
@media ( max-width: 991px ){
	#logo { text-align: center; }
	#logo img { max-height: 50px; }
	.header-middle > .container { position: relative; }
	.np60 { padding: 45px; }
	.nflex-md { display: block; }
	.grid-col-4, .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; }
	.footer-widget.footer-first { order: 1; margin-top: 30px; margin-bottom: 0; }
	.heart-rate { background-size: contain; min-height: 80px!important; }
	.su-gmap.contact-map { height: 250px; }
	.product-content { text-align: center; }
	.product-content > ul { display: inline-block; text-align: left; }
	.product-image img { max-height: 275px; width: auto; }
	#logo-list { grid-template-columns: repeat(5, 1fr); }
}
@media ( min-width: 768px ) and ( max-width: 991px ){
	.footer-inner .grid-container { grid-template-columns: repeat(2, 1fr); }
	.footer-widget.footer-first { order: 2; text-align: center; }
	.footer-widget.footer-second { grid-column: span 2; }
	.footer-widget.footer-third { order: 1; }
	.product-content > ul { -webkit-column-count: auto; column-count: auto; -webkit-column-gap: auto; column-gap: auto; }
}
@media ( min-width: 768px ) {
	#why-choose-us-list:not(.home-why-choose-us-list) > li:last-of-type { grid-column: span 2; }
}
@media ( max-width: 767px ){
	.np60 { padding: 30px; }
	.nflex-sm { display: block; }
	.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: 'Font Awesome 5 Free', sans-serif; font-weight: 500; text-align: left; font-size: 12px;
	}
	#logo-list { grid-template-columns: repeat(4, 1fr); }
}
@media ( min-width: 551px ) and ( max-width: 767px ){
	.product-listing { grid-template-columns: repeat(2, 1fr); }
}
@media ( max-width: 550px ){
	.page-banner .page-title { font-size: 30px; }
	.product-listing .featured-image { display: block; }
	#logo-list { grid-template-columns: repeat(3, 1fr); }
}
@media ( min-width: 481px ) and ( max-width: 991px ){
	.home-why-choose-us-list > li:last-of-type { grid-column: span 2; }
}
@media ( min-width: 481px ) and ( max-width: 767px ){
	.home-why-choose-us-list { grid-template-columns: repeat(2, 1fr); }
}
@media (min-width: 481px){
	.footer-second { grid-template-columns: repeat(2, 1fr); }
}
@media ( max-width: 480px ){
	#logo { text-align: left; }
	#logo-list { grid-template-columns: repeat(2, 1fr); }
	.footer-logo-group { -webkit-flex-flow: row wrap; flex-flow: row wrap; }
}