@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 15px;
    float: right;
    right: 20px;
    width: 50px;
    height: 50px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: 'Poppins', sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    margin: 15px 0;
}
p strong
{
    color: #000;
    font-weight: 800;
}
a
{
	color:#f44e0c;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    padding-left: 22px;
	position:relative;
	margin-bottom:10px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 9px;
    left: 0;
    width: 12px;
    height: 6px;
    border-radius: 6px;
    background: linear-gradient(90deg, #039ee2, #131da4);
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wow
{
	visibility: hidden;
}
.wrapper
{
    overflow: hidden;
	position:relative;
}
header
{
	position:relative;
}
.section
{
	
}
.footer
{
	
}
#masthead
{
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:9999999;
	display: block;
	transition: top 0.3s;
}
.header
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999;
	padding:10px 100px;
	background:#fff;
}
.nav-shrink.header
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top h1
{
    margin: 0 0;
    position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top h1 img
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.social-media-top
{
    padding: 30px 0;
}
.social-media-top h3
{
    float: left;
    margin: 5px 50px 5px 50px;
    font-weight: 500;
    font-size: 15px;
    position: relative;
}
.social-media-top h3:after
{
    content: " ";
    position: absolute;
    top: 7px;
    right: -48px;
    width: 42px;
    height: 2px;
    background: #000;
}
.social-media-top a
{
    display: block;
    color: #000;
    font-size: 16px;
    float: left;
    border: solid 1px #dedddd;
    width: 30px;
    text-align: center;
    padding: 3px;
    border-radius: 3px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    margin: 0 2px;
}
.social-media-top a i
{
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
}
.social-media-top a:hover
{
    border: solid 1px #0079c3;
}
.contact-top
{
    padding: 25px 0;
}
.contact-top a
{
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
}
.contact-top a small
{
    display: block;
    color: #747474;
    font-weight: 400;
    font-size: 16px;
}
.contact-top a:before
{
    content: " ";
    background: url(../images/phone.svg) center center no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}
.navigation
{
    margin: 22px 0;
}
.navigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:right;
}
.navigation ul li
{
	list-style: none;
    position: relative;
	display:inline-block;
	margin-right:30px;
}
.navigation ul li a
{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 10px 0;
}
.navigation ul li a i
{
    font-size: 22px;
	font-weight:400;
    position: relative;
    top: 1px;
	background: linear-gradient(45deg, #039ee2, #131da4);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.navigation ul li:hover > a, .nav ul li.active > a 
{
	color:#0079c3;
}
.banner
{
    display: flex;
    align-items: center;
    height: 100vh;
	position:relative;
}
.banner:before, .section-products:before
{
    content: " ";
    background: url(../images/shape.png) center center no-repeat;
    position: absolute;
    bottom: -609px;
    left: -609px;
    width: 1218px;
    height: 1218px;
	display:none;
}
.banner aside
{
    width: 50%;
    padding-left: 100px;
}
.banner aside h3, .section-intro h3, .section-products-text h3, .section-contact aside h3, .section-content h3, .contact-address h3
{
    color: #0079c3;
    font-weight: 600;
    font-size: 20px;
    position: relative;
}
.section-content aside h4{
    color: #0079c3;
    font-weight: 600;
    font-size: 21px;
    position: relative;
    line-height: 45px;
    /* border: 2px solid; */
    text-align: center;
}
.banner aside h3:before, .section-intro h3:before, .section-products-text h3:before, .section-contact aside h3:before, .section-content h3:before, .contact-address h3:before
{
    content: " ";
    position: absolute;
    top: 9px;
    left: -110px;
    width: 100px;
    height: 2px;
    background: linear-gradient(90deg, #039ee2, #131da4);
}
.banner aside h2
{
    color: #000;
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 700;
}
.banner aside a, .section-intro aside a, .section-products-text a, .products .content a
{
    margin: 15px 0;
    display: inline-block;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    border-bottom: solid 2px #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    padding: 15px 26px;
	position: relative;
	z-index:9;
}
.banner aside a:hover, .section-intro aside a:hover, .section-products-text a:hover, .products .content a:hover
{
    color: #fff;
}
.banner aside a:before, .section-intro aside a:before, .section-products-text a:before, .products .content a:before
{
    content:" ";
	position:absolute;
	top:50%;
	left:-28px;
	width:50px;
	height:2px;
	background:#000;
    transform-origin: center right;
    transition-timing-function: cubic-bezier(0.1, 0.1, 0.6, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.banner aside a:hover:before, .section-intro aside a:hover:before, .section-products-text a:hover:before, .products .content a:hover:before
{
	left:105px;
	width:20px;
	background:#0079c3;
    transition-timing-function: cubic-bezier(0.1, 0.1, 0.6, 0.1);
}
.banner aside a:after, .section-intro aside a:after, .section-products-text a:after, .products .content a:after
{
    content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:auto;
	right:0;
	width:0;
	background:#000;
    transform-origin: center right;
    transition-timing-function: cubic-bezier(0.1, 0.1, 0.6, 0.1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	z-index:-8;
}
.banner aside a:hover:after, .section-intro aside a:hover:after, .section-products-text a:hover:after, .products .content a:hover:after
{
	left:0;
	right:auto;
	width:100%;
  	transition-timing-function: cubic-bezier(0.1, 0.1, 0.6, 0.1);
}
.banner figure
{
    width: 50%;
    height: 100vh;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	position:relative;
}
.banner figure:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: rgba(0,91,207,0.8);
}
.banner figure:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -3px;
	right:0;
    background: url(../images/shape.svg) left center no-repeat;
	background-size:contain;
	z-index:999;
}
.section-intro
{
    padding: 100px 100px;
    position: relative;
}
.section-intro:before
{
    content: " ";
    background: url(../images/shape.png) center center no-repeat;
	background-size:contain;
    position: absolute;
    top: 0;
    right: -300px;
    width: 600px;
    height: 600px;
}
.section-intro figure
{
    width: 60%;
    position: relative;
}
.section-intro figure:after
{
    content: " ";
    position: absolute;
    top: 50px;
    bottom: 0;
    left: 50px;
    right: 0;
    border: solid 10px #0079c3;
    width: 100%;
    height: 100%;
    background-blend-mode: multiply;
}
.section-intro aside
{
    width: 40%;
    background: #fff;
    position: relative;
    margin-top: 100px;
    padding: 85px 0 0 0;
}
.section-intro aside:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100px;
    width: 100px;
    background: #fff;
}
.section-intro aside:after
{
	content:" ";
	background:url(../images/shapegradient.svg) center center no-repeat;
}
.section-products
{
    position: relative;
    padding: 0 100px 100px 100px;
}
.section-products-text
{
    width: 38%;
}
.section-products-text h2, .section-contact aside h2, .section-content h2
{
    color: #000;
    font-size: 42px;
    font-weight: 600;
    line-height: 40px;
}
/*.font{
    font-family: 'Nunito Sans', sans-serif !important;

}*/
.offer_icon{
        width: 100px;
    position: absolute;
    top: 70px;
    /* bottom: 100px; */
    right: 100px;
}
.quick-shop-image {
    width: 40%;
    float: left;
    padding: 100px 0 0 0;
}
.quick-shop-content {
    width: 60%;
    float: right;
    padding-left: 30px;
}

.quick-shop-modal {
    background-color: #fff;
    margin: auto;
    padding: 30px;
    width: 75%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.now {
    color: #000;
    font-size: 60px !important;
    font-weight: 200;
    position: absolute;
    top: 25px !important;
    right: 15px;
    line-height: 12px;
}
.quick-shop-content a {
    color: #fff;
    background: #0d4bba;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 30px;
    display: inline-block;
    margin-top: 15px;
    border-radius: 30px;
}
.quick-shop-content figcaption{
    background: #dfe8e4;
    margin: 15px 0;
    padding: 15px;
    font-size: 18px;
    /*width: 45%;*/
}
.quick-shop-content figcaption strong{
    font-weight: 600;
    color: #ed1c24;
    font-size: 24px;
}
.quick-shop-content figcaption span{
    background: #ed1c24;
    display: inline-block;
    color: #fff;
    padding: 8px;
    border-radius: 2px;
}
.products_table {
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
}
.products_table tr td:first-child {
    width: 35%;
}
.products_table tr td:nth-child(2) {
    width: 5%;
}
.products_table tr td:last-child {
    width: 60%;
}
/*.table-bordered {
    border: 1px solid #ddd;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #ddd;
}*/
.section-products-list
{
    width: 60%;
}
.section-products-list ul, .products ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    counter-reset: item;
}
.products ul
{
    margin: 0-15px;
}
.section-products-list ul li, .products ul li
{
    width: 50%;
    float: left;
    border: solid 15px #fff;
	position:relative;
}
.section-products-list ul li figure, .products ul li figure
{
	
}
.section-products-list ul li aside, .products ul li aside
{
    width: 75%;
    float: right;
	position:relative;
}
.section-products-list ul li aside:before, .products ul li aside:before
{
    content: " ";
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    height: 30px;
    background: #fff;
}
.section-products-list ul li aside:after, .products ul li aside:after
{
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    background: url(../images/linecross.svg) bottom right no-repeat;
    background-size: 41px;
    position: absolute;
    top: 15px;
    left: -80px;
    width: 65px;
    height: 60px;
    color: #bbccd7;
    font-weight: 800;
    font-size: 46px;
}
.products ul li aside:after
{
    top: 45px;
}
.section-products-list ul li h3, .products ul li h3
{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}
.section-products-list ul li p, .products ul li p
{
    font-size: 15px;
    line-height: 22px;
}
.section-products-list ul li a, .products ul li a
{
    font-size: 14px;
    font-weight: 600;
    color: #0079c3;
}
.section-products-list ul li a:hover, .products ul li a:hover
{
    text-decoration:underline;
}
.testimonials
{
	
}
.testimonials ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.testimonials ul li
{
    width: 60%;
    border: solid 2px #dedddd;
    padding: 35px 50px 35px 80px;
    border-radius: 3px;
    -webkit-transform: skewX(-12deg);
    transform: skewX( -12deg );
	margin:15px 0;
}
.testimonials ul li:nth-of-type(even)
{
    margin-left:auto;
}
.testimonials ul li:before
{
    content: open-quote;
    position: absolute;
    top: 15px;
    left: -30px;
    width: 60px;
    height: 60px;
    color: #fff;
    font-weight: 800;
    font-size: 75px;
    text-align: center;
    background: linear-gradient( 90deg , #039ee2, #131da4);
	-webkit-transform: skewX( 12deg );
	transform: skewX( 12deg );
    border-radius: 50%;
    padding: 2px 0;
    font-family: Arial, Helvetica, sans-serif;
}
.testimonials ul li figcaption
{
    -webkit-transform: skewX( 12deg );
    transform: skewX( 12deg );
}
.testimonials ul li figcaption h3
{
	
}
.infrastructure
{
	
}
.infrastructure ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    counter-reset: item;
}
.infrastructure ul li
{
    width: 33.333333%;
    display: flex;
}
.infrastructure ul li figcaption
{
	margin:15px;
    border: solid 2px #dedddd;
    padding: 25px 40px 25px 75px;
	border-radius:10px;
	position:relative;
}
.infrastructure ul li figcaption:before
{
    content: counter(item, decimal-leading-zero) " ";
    counter-increment: item;
    position: absolute;
    top: 26px;
    left: -25px;
    color: #000;
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    background: #fff;
    width: 50px;
    height: 50px;
    padding: 12px 0;
}
.infrastructure ul li figcaption img
{
	width:50px;
	height:50px;
	margin:15px 0;
}
.infrastructure ul li figcaption p
{
	margin:0;
}
.section-contact
{
    background: url(../images/line-shape.svg) top center no-repeat;
    background-size: contain;
    margin: 0 100px;
    padding: 85px 0;
}
.section-contact aside
{
    
}
.section-contact aside a, .navigation-contact a
{
    display: block;
    color: #000;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    padding-left: 45px;
    margin: 10px 0;
}
.section-contact aside a small, .navigation-contact a small
{
    display: block;
    color: #747474;
    font-weight: 400;
    font-size: 16px;
}
.section-contact aside a:before, .navigation-contact a:before
{
    content: " ";
    background: url(../images/phone.svg) center center no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    position: absolute;
    top: 0;
    left: 0;
}
.section-contact aside a:nth-of-type(2):before, .navigation-contact a:nth-of-type(2):before
{
    background: url(../images/email.svg) center center no-repeat;
    background-size: contain;
}
.footer
{
	position:relative;
    background: url(../images/line-shape.svg) top center no-repeat;
    background-size: contain;
	padding:85px 100px;
}
.footer aside
{
    margin-right:5%;
}
.footer aside:nth-of-type(4), .footer aside:last-of-type
{
    margin-right:0%;
}
.footer h3
{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    position: relative;
	margin-bottom:50px;
}
.footer h3:after
{
    content: " ";
    position: absolute;
    bottom: -25px;
    left: 0;
	width:47px;
    height: 6px;
    background: url(../images/heading-line-orange.png) left no-repeat;
}
.footer p
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
	margin-top:0;
}
.footer p strong
{
    color: #0079c3;
    font-weight: 700;
}
.footer a
{
    color: #0079c3;
}
.footer a:hover
{
	text-decoration:underline;
}
.social-media
{
	
}
.social-media a
{
    display: inline-block;
    margin-right: 5px;
    color: #0079c3;
    font-size: 30px;
    font-weight: 100;
    text-align: center;
}
.social-media a:hover
{
	color:#fff;
}
.footer-text
{
	
}
.footer-text i
{
	width:18px;
	text-align:center;
}
.footer-nav
{
	
}
.footer-nav a
{
	color:#000;
	font-weight:400;
	display:block;
    line-height: 26px;
    font-size: 16px;
}
.footer-bottom
{
	margin-top:50px;
	padding-top:35px;
}
.footer-bottom a
{
    color: #0079c3;
}
.footer-bottom p
{
    color: #000;
	margin-bottom:0;
}
.footer-text-link a:hover
{
	text-decoration:underline;
}
.show
{
	display:block;
}
.hide
{
	display:none;
}
.banner-heading, .banner-products
{
	margin-top:106px;
}
.banner-heading article, .banner-products article
{
    padding: 50px 100px;
}
.banner-heading h2, .banner-products h2
{
    color: #000;
    font-size: 26px;
    font-weight: 600;
    position: relative;
	text-transform:uppercase;
    z-index: 9;
	float:left;
}
.banner-heading nav, .banner-products nav
{
	float:left;
	position:relative;
	margin:20px 0 20px 120px;
}
.banner-heading nav:before, .banner-products nav:before
{
	content:" ";
	position:absolute;
	top:7px;
	left:-100px;
	width:100px;
	height:2px;
	background:#000;
}
.banner-heading nav ul, .banner-products nav ul
{
    padding: 0;
    margin: 0;
}
.banner-heading nav ul li, .banner-products nav ul li
{
    float: left;
    color: #0079c3;
    font-size: 16px;
    font-weight: 400;
    margin-left: 25px;
    position: relative;
}
.banner-heading nav ul li:first-of-type:before, .banner-products nav ul li:first-of-type:before
{
    display:none;
}
.banner-heading nav ul li:before, .banner-products nav ul li:before
{
    content: "";
    background: linear-gradient(90deg, #039ee2, #131da4);
    position: absolute;
    left: -13px;
    top: 0;
    bottom: 0;
    width: 2px;
}
.banner-heading nav ul li a, .banner-products nav ul li a
{
    display: block;
    color: #9a9fa5;
    font-size: 16px;
    font-weight: 400;
}
.banner-heading nav ul li a:hover, .banner-products nav ul li a:hover
{
    text-decoration:underline;
}
.banner-heading figure
{
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
	height:400px;
}
.banner-products figure
{
	
}
.section-content
{
	position:relative;
	padding:85px 100px;
}
.section-content h4
{
	margin:15px 0;
}
.content
{
	width:65%;
}
.sidebar
{
	width:30%;
}
.sidebar img
{
	margin:15px 0;
}
.aboutus
{
	
}
.aboutus .sidebar, .career .sidebar
{
	background:#000;
	border-radius:30px 0;
	padding:35px 50px;
	position:relative;
	top:-150px;
}
.aboutus .sidebar p, .career .sidebar p
{
	color:#fff;
}
.aboutus-list
{
	
}
.aboutus-list ul
{
    padding: 0;
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
}
.aboutus-list ul li
{
    float: left;
    width: 25%;
    display: flex;
}
.aboutus-list ul li article
{
    background: #0079c3;
    border-radius: 6px;
    -webkit-transform: skewX-20deg);
    transform: skewX(20deg);
    margin: 15px;
    text-align: center;
    width: 100%;
    padding: 20px;
}
.aboutus-list ul li:nth-of-type(even) article
{
    background: #131da4;
}
.aboutus-list ul li article h4
{
    margin: 0;
    color: #fff;
    font-size: 18px;
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
}
.products
{
    
}
.products .sidebar
{
    background: #fff;
    border-radius: 30px 0;
    padding: 30px 30px;
    /*padding: 35px 50px;*/
    position: relative;
    top: -150px;
}
.products table, .dealers table
{
    color: #000;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
}
.products table th, .dealers table th
{
    background: #131da4;
    border: dotted 1px #fff !important;
    color: #fff;
    padding: 15px !important;
    font-weight: 600;
}
.select-option{
    width: 100%;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    padding: 12px 20px;
    font-size: 16px;
    border: none;
}
.select-space{
        padding-bottom: 15px;
}
.products table tr, .dealers table tr
{
    
}
.products table tr td, .dealers table tr td
{
    border: dotted 1px #000;
    padding: 15px;
}
.products table tr:nth-of-type(even), .dealers table tr:nth-of-type(even)
{
	background:#EFEFEF;
}
.tablecontent
{
	
}
.photo-gallery
{
	
}
.photo-gallery ul
{
    padding: 0;
    margin: 0px;
    list-style: none;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
}
.photo-gallery ul li a:hover
{
	border-radius:30px;
}
.photo-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0,0,0,.6);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #fff;
    background: linear-gradient( 90deg , #039ee2, #131da4);
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: -50px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    padding: 12px 0;
    border-radius: 50%;
    text-align: center;
    margin: auto;
	opacity:0;
}
.photo-gallery ul li a:hover:after
{
	top:0;
	opacity:1;
}
.dealers
{
	
}
.dealers aside
{
	width:33.333333%;
    float: left;
    padding: 0 10px;
}
.dealers .tablecontent
{
    padding:10px;
}
.modal
{
    display: none;
    position: fixed;
    z-index: 9999999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.modal-content
{
    background-color: #fff;
    margin: auto;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}
.modal-enquiry
{
    background-color: #fff;
    margin: auto;
    width: 40%;
	position:relative;
	padding:50px;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
	border-radius:15px;
}
.modal .modal-enquiry fieldset input[type=text], .modal .modal-enquiry fieldset input[type=email], .modal .modal-enquiry fieldset input[type=number]
{
    padding: 14px 16px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
.modal .modal-enquiry fieldset textarea
{
    padding: 14px 16px;
    font-weight: 500;
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}
.modal .modal-enquiry fieldset input[type=submit]
{
    padding: 10px 30px;
    font-size: 16px;
}
.modal-enquiry .close
{
    font-size: 50px;
    top: 22px;
    right: 10px;
}
.modal-content aside
{
	background-repeat:no-repeat;
	background-position:center center;
    background-size: cover;
    width: 50%;
    padding: 100px;
	position:relative;
	z-index:9;
}
.modal-content aside:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url(../images/shape.svg) left -1px center no-repeat;
    background-size: contain;
    z-index: 999;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.modal-content aside h3
{
    color: #fff;
    font-size: 36px;
}
.modal-content aside p
{
    color: #fff;
    font-size: 20px;
}
.modal-content fieldset
{
    padding: 50px;
    width: 50%;
	background:#fff;
}
.modal fieldset label, .contact-page fieldset label, .dealers fieldset label, .career fieldset label, .career fieldset h4, .checkout fieldset label
{
    position: relative;
    font-size: 18px;
    font-weight: 600;
    display: block;
    color: #000;
}
.modal fieldset::-webkit-input-placeholder, .contact-page fieldset::-webkit-input-placeholder, .dealers fieldset label::-webkit-input-placeholder, .career fieldset label::-webkit-input-placeholder, .checkout::-webkit-input-placeholder
{
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
}
.modal fieldset:-ms-input-placeholder, .contact-page fieldset:-ms-input-placeholder, .dealers fieldset label::-ms-input-placeholder, .career fieldset label::-ms-input-placeholder, .checkout fieldset label::-ms-input-placeholder
{
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
}
.modal fieldset::placeholder, .contact-page fieldset::placeholder, .dealers fieldset label::placeholder, .career fieldset label::placeholder, .checkout label::placeholder
{
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
}
.modal fieldset input[type=text], .modal fieldset input[type=email], .modal fieldset input[type=number],
.contact-page fieldset input[type=text], .contact-page fieldset input[type=email], .contact-page fieldset input[type=number],
.career fieldset input[type=text], .career fieldset input[type=email], .career fieldset input[type=number], .career fieldset input[type=date],
.checkout fieldset input[type=text], .checkout fieldset input[type=email], .checkout fieldset input[type=number]
{
    padding: 16px 20px;
    width: 100%;
    border: solid 3px #dce6ed;
    background: #fff;
    border-radius: 8px;
    outline: 0;
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
    margin-top:4px;
    margin-bottom:20px;
}
.career input[type="date"]::-webkit-calendar-picker-indicator,
.career input[type="date"]::-webkit-inner-spin-button
{
    bottom: 0;
    cursor: pointer;
    height: auto;
    left: -24px;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
	outline:0;
	background-size:30px;
	background-position:right 15px center;
}
.modal fieldset textarea,
.contact-page fieldset textarea,
.career fieldset textarea,
.checkout fieldset textarea
{
    padding: 16px 20px;
    width: 100%;
    border: solid 3px #dce6ed;
    background: #fff;
    border-radius: 8px;
    outline: 0;
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
    margin-top:4px;
    margin-bottom:20px;
}
.custom-select
{
	position: relative;
	font-family: Arial;
}
.custom-select select
{
	display: none;
}
.select-selected
{
	background-color: #fff;
}
.select-selected:after
{
    position: absolute;
    content: "";
    top: 26px;
    right: 20px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-color: #000 transparent transparent transparent;
}
.select-selected.select-arrow-active:after
{
	border-color: transparent transparent #fff transparent;
	top: 7px;
}
.select-selected
{
    padding: 18px 20px;
    border: 3px solid #dce6ed;
    cursor: pointer;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 18px;
    border-radius: 8px;
    margin-top:4px;
    margin-bottom:20px;
}
.select-items div
{
    padding: 8px 20px;
    border: 1px solid #dce6ed;
    cursor: pointer;
    color: #000;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
}
.select-items
{
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    height: 171px;
    overflow: auto;
}
.select-hide
{
	display: none;
}
.select-items div:hover
{
	background-color: rgba(0, 0, 0, 0.1);
}
.split-form
{
    width: 48%;
}
.file-upload
{
    position: relative;
    display: block;
}
.file-upload__label
{
    padding: 20px 20px;
    width: 100%;
    border: solid 3px #dce6ed;
    background: #fff;
    border-radius: 8px;
    outline: 0;
    position: relative;
    color: #000;
    font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
    margin-top:4px;
    margin-bottom:20px;
	
    display: block;
    transition: background .3s;
    outline: 0;
	cursor:pointer;  
  &:hover {
     cursor: pointer;
  }
}
.file-upload__input
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.modal fieldset input[type=submit],
.contact-page fieldset input[type=submit],
.dealers fieldset input[type=submit],
.career fieldset input[type=submit],
.checkout fieldset input[type=submit]
{
    border: none;
    padding: 14px 40px;
    outline: 0;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    border-radius: 3px;
    display: block;
    color: #fff;
    background: #006fb7;
    font-size: 20px;
    font-weight: 500;
}
.close
{
    color: #000;
    font-size: 80px;
    font-weight: 200;
    position: absolute;
    top: 15px;
    right: 15px;
    line-height: 12px;
}
.close:hover,
.close:focus
{
	color: #000;
	text-decoration: none;
	cursor: pointer;
}
.container
{
	overflow: hidden;
}
.filterDiv
{
	display: none;
}
.show
{
	display: block;
}
.btnfilter
{
    border: none;
    outline: none;
    padding: 3px 0px 3px 20px;
    background: none;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 16px;
    display: block;
    width: 100%;
    text-align: left;
    position: relative;
}
.btnfilter:before
{
    content: " ";
    position: absolute;
    top: 8px;
    left: 0;
    width: 16px;
    height: 16px;
    border: solid 1px #fff;
}
.btnfilter:after
{
    content: " ";
    position: absolute;
    top: 12px;
    left: 4px;
    width: 8px;
    height: 8px;
    background: linear-gradient( 45deg , #039ee2, #131da4);
    opacity:0;
}
.btnfilter:hover:after, .btnfilter.active:after
{
    opacity:1;
}
.btnfilter:hover
{
	color:#E5E5E5;
}
.btnfilter.active
{
	
}
.shop
{
	
}
.shop-filter
{
    background: #000;
    border-radius: 30px 0;
    padding: 30px;
    width: 23%;
}
.quan{
        padding: 6px;
}
.product-item
{
    width: 75%;
}
.product-item ul
{
    padding: 0;
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}
.product-item ul li
{
    float: left;
    width: 50%;
    display: flex;
}
.product-item ul li .item
{
    background: #fff;
    padding: 30px;
    text-align: center;
    box-shadow: 0px 0px 36px rgb(160 160 160 / 20%);
    border-radius: 30px;
    margin: 10px;
    width: 100%;
    height: auto;
}
.product-item ul li .item figure
{
    height: 175px;
    position: relative;
    display: flex;
    justify-content: center;
	position:relative;
}
.product-item ul li .item figure:after
{
    content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(255,255,255,0.6);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	opacity:0;
}
.product-item ul li:hover .item figure:after
{
	opacity:1;
}
.product-item ul li .item figure img
{
    max-height: 100%;
    margin: auto;
}
.product-item ul li .item figure a.carticon
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 46px;
    height: 46px;
    background: linear-gradient( 90deg , #039ee2, #131da4);
    color: #fff;
    font-size: 24px;
    border-radius: 50%;
    text-align: center;
    padding: 10px 0;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
	z-index:9;
}
.product-item ul li:hover .item figure a.carticon
{
    opacity:1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.product-item ul li .item a.cartbutton
{
    display: inline-block;
    margin: 0px 0 15px 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 30px;
}
.product-item ul li .item a:hover.cartbutton
{
    opacity:0.8;
}
.product-item ul li .item h2
{
    color: #0079c3;
    font-weight: 600;
    font-size: 22px;
	margin:0;
}
.product-item ul li .item h2 del
{
    color: #000;
    font-size: 13px;
    font-weight: 400;
}
.product-item ul li .item h4
{
    color: #000;
    font-weight: 600;
    font-size: 18px;
	margin:0;
}
.product-item ul li .item article
{
    margin-top:15px;
}
.product-item ul li .item article fieldset
{
    background: none;
    border-radius: 0;
    padding: 0;
    width: 75px;
}
.product-item ul li .item article .select-selected
{
    padding: 8px 10px;
    border: none;
    font-weight: 400;
    font-size: 14px;
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0px;
    border: solid 1px #dce6ed;
    border-radius: 30px;
}
.product-item ul li .item article .select-selected:after
{
    top: 13px;
    right: 10px;
    border: 5px solid transparent;
    border-color: #000 transparent transparent transparent;
    opacity: 0.4;
}
/*a.more-details
{
    color: #fff;
    background: #006f3b;
    font-size: 13px;
    font-weight: 700;
    width: 120px;
    height: 40px;
    padding: 14px 0px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 30px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 72px;
    margin: auto;
    opacity: 0;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
    z-index: 999;
}
.product-item .item:hover a.more-details, .similar-product .item:hover a.more-details
{
	-webkit-transform:translateY(0px);
	transform:translateY(0px);
	opacity:1;
}*/
.checkout
{
	padding-top:0;
}
.checkout fieldset
{
	background:#dce6ed;
    border-radius: 30px 0;
    padding: 35px 50px;
	width:50%;
}
.checkout fieldset label
{
    font-size: 16px;
    font-weight: 500;
}
.checkout fieldset input[type=text], .checkout fieldset input[type=email], .checkout fieldset input[type=number]
{
    border: solid 3px #fff;
    padding: 12px 20px;
    font-size: 16px;
}
.checkout .select-selected
{
    padding: 16px 20px;
    border: 3px solid #fff;
    font-size: 16px;
}
.orderdetails
{
    width:50%;
	padding-left:50px;
}
.orderdetails article
{
    height:400px;
	overflow:hidden;
	overflow:auto;
	padding-right:20px;
	margin-bottom:30px;
}
.orderdetails article ul
{
    padding: 0;
    margin: 0;
}
.orderdetails article ul li
{
    border: solid 1px #dce6ed;
	position:relative;
    padding: 20px;
	margin:10px 0;
}
.orderdetails article ul li figure
{
    width: 75px;
    margin-right: 20px;
}
.orderdetails article ul li h2
{
    color: #0079c3;
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    margin-right: 30px;
	line-height:20px;
    width: 40%;
}
.orderdetails article ul li h4
{
    color: #000;
    font-weight: 600;
    font-size: 15px;
	line-height:20px;
	margin:0;
}
.orderdetails article ul li h4 span
{
    display: inline-block;
    margin-left: 10px;
    font-weight: 400;
}
.orderdetails article ul li button
{
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    border-radius: 2px;
    padding: 5px 8px;
    cursor: pointer;
}
.payment
{
	
}
.payment ul
{
    padding: 0;
    margin: -5px;
    display: flex;
    flex-wrap: wrap;
}
.payment ul li
{
    float: left;
    width: 33.333333%;
    display: flex;
}
.payment ul li figcaption
{
    background: #0079c3;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    width: 100%;
    margin: 5px;
}
.payment ul li figcaption h2
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
}
.payment ul li figcaption h2 span
{
    display: block;
    font-size: 20px;
    font-weight: 600;
}
a.makepayment
{
    background: #000;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 18px;
    padding: 15px;
    border-radius: 3px;
    margin-top: 30px;
}
.career
{
	
}
.career fieldset aside, .checkout fieldset aside
{
	width:48%;
}
.career fieldset h4
{
	margin:0;
}
.contact-address
{
	background:#f6f6fa;
	padding:85px 70px
}
.contact-address ul
{
    padding: 0;
    margin: 0 0px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.contact-address ul li
{
    float: left;
    border-left: solid 2px ;
	border-color:#131da4;
    padding: 0 30px;
}
.contact-address ul li:first-of-type
{
    border:none;
}
.contact-address ul li h3
{
    color: fd1723;
    text-transform: none;
	margin-left:50px;
	margin-bottom:10px;
	font-size:20px;
}
.contact-address ul li p
{
    position: relative;
    padding-left: 50px;
    display: block;
    color: #000;
    font-weight: 600;
}
.contact-address ul li p a
{
    position: relative;
    display: block;
    color: #000;
    font-weight: 600;
}
.contact-address ul li p small
{
    font-weight: 400;
	display:block;
}
.contact-address ul li p i
{
    position: absolute;
    top: 3px;
    left: 0;
    width: 35px;
    height: 35px;
    text-align: center;
}
.contact-address ul li p i img
{
    max-width:35px;
	max-height:35px;
}
.contact-page
{
	
}
.contact-page-left, .career-text
{
    width: 40%;
}
.contact-page-left iframe
{
    margin:15px 0;
}
.contact-page-left p
{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    margin-bottom: 0;
}
.contact-page-left h3, .contact-page fieldset h3
{
    color: rgb(236, 97, 47);
    text-transform: none;
    font-size: 26px;
    margin: 0;
}
.contact-page-left a
{
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
    font-size: 26px;
}
.contact-page fieldset
{
    width:50%;
    margin: 15px 0;
}.cd-cart-container::before {

  /* dark bg layer visible when the cart is open */

  content: '';
 position: fixed;
 z-index: 1;
 height: 100vh;
 width: 100vw;
 top: 0;
 left: 0;
 background: rgba(0, 0, 0, 0.5);
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity .4s, visibility .4s;
 transition: opacity .4s, visibility .4s;
}
 .cd-cart-container.cart-open::before {
 opacity: 1;
 visibility: visible;
}
.cd-cart-trigger,  .cd-cart {
	position: fixed;
	bottom: 20px;
	right: 5%;
 -webkit-transition: -webkit-transform .2s;
 transition: -webkit-transform .2s;
 transition: transform .2s;
 transition: transform .2s, -webkit-transform .2s;
	/* Force Hardware Acceleration in WebKit */

  -webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	will-change: transform;
	backface-visibility: hidden;
}
.empty .cd-cart-trigger, .empty  .cd-cart {
	/* hide cart */

  -webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
}
 @media only screen and (min-width: 1170px) {
 .cd-cart-trigger,  .cd-cart {
 bottom: 40px;
}
}
.cd-cart-trigger {
	/* button that triggers the cart content */

  z-index: 9999;
	height: 72px;
	width: 72px;
	/* replace text with image */

  text-indent: 100%;
	color: transparent;
	white-space: nowrap;
}
 .cd-cart-trigger::after, .cd-cart-trigger::before {

  /* used to create the cart/'X' icon */

  content: '';
 position: absolute;
 left: 50%;
 top: 50%;
 bottom: auto;
 right: auto;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 height: 100%;
 width: 100%;
 background: url(../img/cd-icons-cart-close.svg) no-repeat 0 0;
 -webkit-transition: opacity .2s, -webkit-transform .2s;
 transition: opacity .2s, -webkit-transform .2s;
 transition: opacity .2s, transform .2s;
 transition: opacity .2s, transform .2s, -webkit-transform .2s;
}
 .cd-cart-trigger::after {

  /* 'X' icon */

  background-position: -72px 0;
 opacity: 0;
 -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
 -ms-transform: translateX(-50%) translateY(-50%) rotate(90deg);
 transform: translateX(-50%) translateY(-50%) rotate(90deg);
}
 .cart-open .cd-cart-trigger::before {
 opacity: 0;
}
 .cart-open .cd-cart-trigger::after {
 opacity: 1;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count {
	/* number of items indicator */

  	position: absolute;
	top: -10px;
	right: -10px;
	height: 28px;
	width: 28px;
	background: #0079c3;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	border-radius: 50%;
	text-indent: 0;
 -webkit-transition: -webkit-transform .2s .5s;
 transition: -webkit-transform .2s .5s;
 transition: transform .2s .5s;
 transition: transform .2s .5s, -webkit-transform .2s .5s;
}
.cd-cart-trigger .count li {
	/* this is the number of items in the cart */

  position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	left: 50%;
	top: 50%;
	bottom: auto;
	right: auto;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.cd-cart-trigger .count li:last-of-type {
	visibility: hidden;
}
.cd-cart-trigger .count.update-count li:last-of-type {
 -webkit-animation: cd-qty-enter .15s;
 animation: cd-qty-enter .15s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
}
.cd-cart-trigger .count.update-count li:first-of-type {
 -webkit-animation: cd-qty-leave .15s;
 animation: cd-qty-leave .15s;
	-webkit-animation-direction: forwards;
	animation-direction: forwards;
}
.cart-open .cd-cart-trigger .count {
 -webkit-transition: -webkit-transform .2s 0s;
 transition: -webkit-transform .2s 0s;
 transition: transform .2s 0s;
 transition: transform .2s 0s, -webkit-transform .2s 0s;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.empty .cd-cart-trigger .count {
	/* fix bug - when cart is empty, do not animate count */

  -webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.cd-cart-trigger:hover + div .wrapper {
	box-shadow: 0 6px 40px rgba(0, 0, 0, 0.3);
}
.cart-open .cd-cart-trigger:hover + div .wrapper {
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
}
.cd-cart {
	/* cart content */

  z-index: 999;
	width: 90%;
	max-width: 440px;
	height: 400px;
	max-height: 90%;
	pointer-events: none;
}
.cd-cart .wrapper {
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	overflow: hidden;
	height: 72px;
	width: 72px;
	border-radius: 6px;
 -webkit-transition: height .4s .1s, width .4s .1s, box-shadow .3s;
 transition: height .4s .1s, width .4s .1s, box-shadow .3s;
	-webkit-transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
	transition-timing-function: cubic-bezier(0.67, 0.17, 0.32, 0.95);
	background: #ffffff;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.17);
	pointer-events: auto;
}
.cd-cart header, .cd-cart footer {
	position: absolute;
	z-index: 2;
	left: 0;
	width: 100%;
}
.cd-cart header, .cd-cart .body {
	opacity: 0;
}
.cd-cart header {
	top: 0;
	border-radius: 6px 6px 0 0;
	padding: 0 1.4em;
	height: 40px;
	line-height: 40px;
	background-color: #ffffff;
 -webkit-transition: opacity .2s 0s;
 transition: opacity .2s 0s;
	border-bottom: 1px solid #e6e6e6;
}
 .cd-cart header::after {
 clear: both;
 content: "";
 display: block;
}
.cd-cart footer {
	bottom: 0;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.15);
	background: #ffffff;
}
.cd-cart h2 {
	text-transform: uppercase;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .1em;
	margin: 0;
}
.cd-cart .undo {
	float: right;
	font-size: 1.2rem;
	opacity: 0;
	visibility: hidden;
 -webkit-transition: opacity .2s, visibility .2s;
 transition: opacity .2s, visibility .2s;
	color: #808b97;
}
.cd-cart .undo a {
	text-decoration: underline;
	color: #2b3e51;
}
.cd-cart .undo a:hover {
	color: #2c97de;
}
.cd-cart .undo.visible {
	opacity: 1;
	visibility: visible;
}
.cd-cart .checkout {
	display: block;
	height: 72px;
	line-height: 58px;
	margin-right: 72px;
	background: #0079c3;
	color: rgba(255, 255, 255, 0);
	text-align: center;
	font-size: 1.8rem;
	font-weight: 600;
 -webkit-transition: all .2s 0s;
 transition: all .2s 0s;
}
.cd-cart .checkout:hover {
	background: #0079c3;
}
.cd-cart .checkout em {
	position: relative;
	display: inline-block;
	-webkit-transform: translateX(40px);
	-ms-transform: translateX(40px);
	transform: translateX(40px);
 -webkit-transition: -webkit-transform 0s .2s;
 transition: -webkit-transform 0s .2s;
 transition: transform 0s .2s;
 transition: transform 0s .2s, -webkit-transform 0s .2s;
	font-size: 20px;
}
 .cd-cart .checkout em::after {
 position: absolute;
 top: 50%;
 bottom: auto;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 right: 0;
 content: '';
 height: 24px;
 width: 24px;
 background: url(../img/cd-icon-arrow-next.svg) no-repeat center center;
 opacity: 0;
 -webkit-transition: opacity .2s;
 transition: opacity .2s;
}
.cd-cart .body {
	position: relative;
	z-index: 1;
	height: calc(100% - 40px);
	padding: 20px 0 10px;
	margin: 40px 0 10px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
 -webkit-transition: opacity .2s;
 transition: opacity .2s;
}
.cd-cart .body ul {
	overflow: hidden;
	padding: 0 1.4em;
	position: relative;
	padding-bottom: 90px;
}
.cd-cart .body li {
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(80px);
	-ms-transform: translateX(80px);
	transform: translateX(80px);
 -webkit-transition: opacity 0s .2s, -webkit-transform 0s .2s;
 transition: opacity 0s .2s, -webkit-transform 0s .2s;
 transition: opacity 0s .2s, transform 0s .2s;
 transition: opacity 0s .2s, transform 0s .2s, -webkit-transform 0s .2s;
}
 .cd-cart .body li::after {
 clear: both;
 content: "";
 display: block;
}
 .cd-cart .body li:not(:last-of-type) {
 margin-bottom: 20px;
}
.cd-cart .body li.deleted {
	/* this class is added to an item when it is removed form the cart */

  position: absolute;
	left: 1.4em;
	width: calc(100% - 2.8em);
	opacity: 0;
 -webkit-animation: cd-item-slide-out .3s forwards;
 animation: cd-item-slide-out .3s forwards;
}
.cd-cart .body li.deleted.undo-deleted {

  /* used to reinsert an item deleted from the cart when user clicks 'Undo' */

  -webkit-animation: cd-item-slide-in .3s forwards;
 animation: cd-item-slide-in .3s forwards;
}
.cd-cart .body li.deleted + li {
 -webkit-animation: cd-item-move-up-mobile .3s;
 animation: cd-item-move-up-mobile .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.cd-cart .body li.undo-deleted + li {
 -webkit-animation: cd-item-move-down-mobile .3s;
 animation: cd-item-move-down-mobile .3s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.cd-cart .product-image {
	display: inline-block;
	float: left;
	/* the image height determines the height of the list item - in this case height = width */

  width: 50px;
}
.cd-cart .product-image img {
	display: block;
}
.cd-cart .product-details {
	position: relative;
	display: inline-block;
	float: right;
	width: calc( 100% - 50px);
	padding: 0.3em 0 0 0.5em;
}
 .cd-cart .product-details::after {
 clear: both;
 content: "";
 display: block;
}
.cd-cart h3, .cd-cart .price {
	font-weight: bold;
}
.cd-cart h3 {
	width: 70%;
	float: left;
	/* truncate title with dots if too long */

  white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.cd-cart h3 a {
	color: #2b3e51;
}
.cd-cart h3 a:hover {
	color: #2c97de;
}
.cd-cart .price {
	float: right;
	width: 30%;
	text-align: right;
}
.cd-cart .actions {
	font-size: 1.4rem;
	height: 1.6em;
	line-height: 1.6em;
}
 .cd-cart .actions::after {
 clear: both;
 content: "";
 display: block;
}
.cd-cart .delete-item, .cd-cart .quantity {
	float: left;
	color: #808b97;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.cd-cart .delete-item {
	margin-right: 1em;
	font-size: 12px;
	line-height: 40px;
}
.cd-cart .delete-item:hover {
	color: #e94b35;
}
.cd-cart .quantity label {
	display: block;
	margin-right: .3em;
	font-size: 12px;
	float: left;
	line-height: 41px;
}
.cd-cart .select {
	position: relative;
	float: left;
}
 .cd-cart .select::after {

  /* switcher arrow for select element */

    content: '';
 position: absolute;
 z-index: 1;
 right: 6px;
 top: 63%;
 -webkit-transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 transform: translateY(-50%);
 display: block;
 width: 12px;
 height: 12px;
 background: url(../img/cd-icon-select.svg) no-repeat center center;
 pointer-events: none;
}
.cd-cart select {
	position: relative;
	padding: 2px 20px 2px 4px;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font-size: 12px;
	margin: 0;
	color: #808b97;
	border: solid 2px #808b97;
}
.cd-cart select:focus {
	outline: none;
	color: #2b3e51;
	box-shadow: 0 1px 0 currentColor;
}
 .cd-cart select::-ms-expand {

  /* hide default select arrow on IE */

  display: none;
}
.cart-open .cd-cart .wrapper {
	height: 100%;
	width: 100%;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
.cart-open .cd-cart header, .cart-open .cd-cart .body {
	opacity: 1;
}
.cart-open .cd-cart header {
 -webkit-transition: opacity .2s .2s;
 transition: opacity .2s .2s;
}
.cart-open .cd-cart .body {
	-webkit-transition: opacity 0s;
	transition: opacity 0s;
}
.cart-open .cd-cart .body li {
 -webkit-transition: opacity .3s .2s, -webkit-transform .3s .2s;
 transition: opacity .3s .2s, -webkit-transform .3s .2s;
 transition: transform .3s .2s, opacity .3s .2s;
 transition: transform .3s .2s, opacity .3s .2s, -webkit-transform .3s .2s;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
 .cart-open .cd-cart .body li:nth-of-type(2) {
 -webkit-transition-duration: .4s;
 transition-duration: .4s;
}
 .cart-open .cd-cart .body li:nth-of-type(3) {
 -webkit-transition-duration: .5s;
 transition-duration: .5s;
}
 .cart-open .cd-cart .body li:nth-of-type(4), .cart-open .cd-cart .body li:nth-of-type(5) {
 -webkit-transition-duration: .55s;
 transition-duration: .55s;
}
.cart-open .cd-cart .checkout {
	color: #ffffff;
 -webkit-transition: color .2s .3s;
 transition: color .2s .3s;
}
.cart-open .cd-cart .checkout em {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
 -webkit-transition: padding .2s 0s, -webkit-transform .2s .3s;
 transition: padding .2s 0s, -webkit-transform .2s .3s;
 transition: transform .2s .3s, padding .2s 0s;
 transition: transform .2s .3s, padding .2s 0s, -webkit-transform .2s .3s;
}
.cart-open .cd-cart .checkout:hover em {
	padding-right: 30px;
}
 .cart-open .cd-cart .checkout:hover em::after {
 opacity: 1;
}
 @media only screen and (min-width: 768px) {
 .cd-cart .body li:not(:last-of-type) {
 margin-bottom: 14px;
}
 .cd-cart .body li.deleted + li {
 -webkit-animation: cd-item-move-up .3s;
 animation: cd-item-move-up .3s;
}
 .cd-cart .body li.undo-deleted + li {
 -webkit-animation: cd-item-move-down .3s;
 animation: cd-item-move-down .3s;
}
 .cd-cart .checkout {
 font-size: 2.4rem;
}
 .cd-cart .product-image {
 width: 90px;
}
 .cd-cart .product-details {
 padding:0.8em 0 0 1em;
 width: calc( 100% - 90px);
}
 .cd-cart h3, .cd-cart .price {
 font-size: 20px;
 margin:0;
}
}
 @-webkit-keyframes cd-qty-enter {
 0% {
 opacity: 0;
 visibility: hidden;
 -webkit-transform: translateX(-50%) translateY(0);
 transform: translateX(-50%) translateY(0);
}
 100% {
 opacity: 1;
 visibility: visible;
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
}
 @keyframes cd-qty-enter {
 0% {
 opacity: 0;
 visibility: hidden;
 -webkit-transform: translateX(-50%) translateY(0);
 transform: translateX(-50%) translateY(0);
}
 100% {
 opacity: 1;
 visibility: visible;
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
}
 @-webkit-keyframes cd-qty-leave {
 0% {
 opacity: 1;
 visibility: visible;
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
 100% {
 opacity: 0;
 visibility: hidden;
 -webkit-transform: translateX(-50%) translateY(-100%);
 transform: translateX(-50%) translateY(-100%);
}
}
 @keyframes cd-qty-leave {
 0% {
 opacity: 1;
 visibility: visible;
 -webkit-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
}
 100% {
 opacity: 0;
 visibility: hidden;
 -webkit-transform: translateX(-50%) translateY(-100%);
 transform: translateX(-50%) translateY(-100%);
}
}
 @-webkit-keyframes cd-item-move-up-mobile {
 0% {
 padding-top: 70px;
}
 100% {
 padding-top: 0px;
}
}
 @keyframes cd-item-move-up-mobile {
 0% {
 padding-top: 70px;
}
 100% {
 padding-top: 0px;
}
}
 @-webkit-keyframes cd-item-move-up {
 0% {
 padding-top: 104px;
}
 100% {
 padding-top: 0px;
}
}
 @keyframes cd-item-move-up {
 0% {
 padding-top: 104px;
}
 100% {
 padding-top: 0px;
}
}
 @-webkit-keyframes cd-item-move-down-mobile {
 0% {
 padding-top: 0px;
}
 100% {
 padding-top: 70px;
}
}
 @keyframes cd-item-move-down-mobile {
 0% {
 padding-top: 0px;
}
 100% {
 padding-top: 70px;
}
}
 @-webkit-keyframes cd-item-move-down {
 0% {
 padding-top: 0px;
}
 100% {
 padding-top: 104px;
}
}
 @keyframes cd-item-move-down {
 0% {
 padding-top: 0px;
}
 100% {
 padding-top: 104px;
}
}
 @-webkit-keyframes cd-item-slide-out {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(80px);
 transform: translateX(80px);
 opacity: 0;
}
}
 @keyframes cd-item-slide-out {
 0% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
 100% {
 -webkit-transform: translateX(80px);
 transform: translateX(80px);
 opacity: 0;
}
}
 @-webkit-keyframes cd-item-slide-in {
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
 0% {
 -webkit-transform: translateX(80px);
 transform: translateX(80px);
 opacity: 0;
}
}
 @keyframes cd-item-slide-in {
 100% {
 -webkit-transform: translateX(0);
 transform: translateX(0);
 opacity: 1;
}
 0% {
 -webkit-transform: translateX(80px);
 transform: translateX(80px);
 opacity: 0;
}
}
#category_mobile{display: none;}
#category{display: block;}
.thank-you{
    text-align: center;
    font-size: 20px;
    line-height: 30px;
}
@media only screen and (max-width:768px)
{
.quick-shop-image {
    width: 100%;
    float: unset;
    padding: 20px 0 0 0;
}
.quick-shop-content {
    width: 100%;
    float: unset;
    padding-left: 0px;
}
.thank-you{
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}
.offer_icon {
    width: 90px;
    position: absolute;
    top: 30%;
    /* bottom: 100px; */
    right: 15px;
}
.quick-shop-modal {
    background-color: #fff;
    margin: auto;
    padding: 30px;
    width: 85%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.now {
    color: #000;
    font-size: 60px !important;
    font-weight: 200;
    position: absolute;
    top: 25px !important;
    right: 15px;
    line-height: 12px;
}
.quick-shop-content figcaption {
    background: #dfe8e4;
    margin: 10px 0;
    padding: 19px;
    font-size: 18px;
}
.products_table {
    width: 100%;
    padding: 0px;
    margin: 0px;
    line-height: 30px;
    font-size: 14px;
}
.products_table tr td:first-child {
    width: 48%;
}
.products_table tr td:nth-child(2) {
    width: 4%;
}
.products_table tr td:last-child {
    width: 48%;
}
#category{display: none;}
#category_mobile{display: block;}
.tab {overflow: hidden;/* border: 1px solid #ccc;background-color: #f1f1f1;*/}
.tab button {
      background-color: inherit;
      float: left;
      border: none;
      outline: none;
      cursor: pointer;
      padding: 14px 16px;
      transition: 0.3s;
      font-size: 17px;
    }
.nav_second button {width:55%;float: left !important;text-align: left;font-size: 15px;}
.nav_second button:nth-child(even) { width: 45%;float: left !important;font-size: 15px;}
.actives {color: #288ecc !important;}
.product-item ul li .item a.cartbutton {
    display: inline-block;
    margin: 28px 0 0 0;
    background: #000;
    color: #fff;
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 30px;
}
.quan {
    padding: 35px 0 0 0;
}
.product-item ul li .item article fieldset {
    background: none;
    border-radius: 0;
    padding: 28px 0 0 0;
    width: 75px;
}
.addcard{
    width: auto;
    float: left !important; 
}
}
@media only screen and (max-width:320px)
{
    .offer_icon {
    width: 80px;
    position: absolute;
    top: 23%;
    /* bottom: 100px; */
    right: 25px;
}
.nav_second button {width:60%;float: left !important;text-align: left;font-size: 12px;}
.nav_second button:nth-child(even) { width: 40%;float: left !important;font-size: 12px;}
.product-item ul li .item {
    background: #fff;
    padding: 10px;
    text-align: center;
    box-shadow: 0px 0px 36px rgb(160 160 160 / 20%);
    border-radius: 30px;
    margin: 10px;
    width: 100%;
    height: auto;
}
}

.sitemap, .sitemap li ul {
    padding: 20px 50px;
    line-height: 25px;
}
.sitemap li a, .sitemap li ul li a {
    color: #000;
}
.sitemap li a:hover, .sitemap li ul li a:hover {
    color: #f44e0c;
}