/*!
Theme Name: Ayal
Theme URI: https://ayal.co.in/
Author: Ritsws.com 
Author URI: https://ritsws.com/
Description: Ayal was founded on a simple, yet powerful, belief: that technology should be a seamless extension of human potential, not a limitation. We saw an industry often focused solely on raw specs, neglecting the elegance, intuition, and reliability that users truly need in their daily lives.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ayal
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Ayal is based on Ritsws https://ritsws.com/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..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, 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.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 10px;
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    border: solid 1px #181818;
    background: linear-gradient(45deg, black, #161616, black);
    z-index: 9999999;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border-radius: 3px;
    font-size: 26px;
    text-align: center;
    line-height: 40px;
	font-weight: 100;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Inter", 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: 24px;
    font-size: 16px;
    font-weight: 300;
    margin: 15px 0;
}
p strong
{
    color: #0667b0;
    font-weight: 600;
}
a
{
	color:#0667b0;
	text-decoration:none;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
h1, h2, h3
{ 
	margin:15px 0;
}
ul.list, ul.listno, .listcontent ul, ul.wp-block-list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li, ul.listno li, .listcontent ul li, ul.wp-block-list li
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
    padding-left: 16px;
    position: relative;
    margin-bottom: 5px;
}
ul.list li, ul.listno li
{
	counter-increment: mega-step;
}
ul.list li:before, .listcontent ul li:before, ul.wp-block-list li:before
{
    content: " ";
    position: absolute;
    top: 8.2px;
    left: 0;
    width: 8px;
    height: 8px;
    border: solid 1px #0667b0;
    border-radius: 50%;
}
ul.listno li:before
{
    content: counter(mega-step, upper-roman);
    position: absolute;
    top: 0px;
    left: 0;
    width: 6px;
    height: 6px;
    color: #ff3c00;
	text-align:center;
}
ul.list li strong, ul.listno li strong, .listcontent ul li strong
{
	color:#000;
}
ul.list li span, ul.listno li span, .listcontent ul li span
{
	color:#2d3091;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder
{
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #999;
}
input::-moz-placeholder, textarea::-moz-placeholder
{
    font-size: 15px;
    font-family: "Inter", sans-serif;

    color: #999;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder
{
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #999;
}
input:-moz-placeholder, textarea:-moz-placeholder
{
    font-size: 15px;
    font-family: "Inter", sans-serif;
    color: #999;
}
.site
{
	
}
header
{
	position:relative;
}
.section
{
}
.footer
{
	
}
.menu-whatsapp-container
{
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 999999999;
}
.menu-whatsapp-container a
{
    background: #2ab740 url(images/WhatsApp.svg) center center no-repeat;
    background-size: 36px;
    display: block;
    width: 50px;
    height: 50px;
    text-indent: -9999px;
    border-radius: 50%;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.2);
}
.nav-shrink
{
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.site-header
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    background: #fff;
	z-index:999999;
}
.site-header-inner
{
    padding: 15px 50px;
    display: flex;
    align-items: center;
}
.site-branding
{
    margin: 0;
	-webkit-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}
.site-branding a
{
	display:block;
}
.site-branding a img
{
	
}
.product-search
{
	margin-left: auto;
	margin-right: 20px;
}
.product-search .wp-block-search__inside-wrapper
{
	border: solid 1px #d6d6d6;
	background: #fff;
	border-radius: 30px;
	width: 500px;
}
.product-search .wp-block-search__input
{
    font-family: "Inter", sans-serif;
    padding: 14px 20px;
	border: none;
	background: none;
}
.product-search .wp-block-search__button
{
    margin-left: 0 !important;
    background: none;
    border: none;
}
.product-search .wp-block-search__button svg
{
    min-height: 28px !important;
    min-width: 28px !important;
    width: 3.25em !important;
    fill: #0667b0 !important;
}
.customer-support
{
}
.customer-support a
{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    display: block;
    position: relative;
    padding: 6px 30px 6px 55px;
    background: #0667b0;
    border: solid 1px #0667b0;
    border-radius: 30px;
}
.customer-support a small
{
    display:block;
    font-size: 14px;
    font-weight: 400;
}
.customer-support a:hover
{
    background: #fff;
    color: #0667b0;
}
.customer-support a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\f0e2";
    font-size: 40px;
    font-weight: 100;
    position: absolute;
    top: 2px;
    left: 15px;
}
.main-navigation-container
{
    background: #202020;
    display: flex;
    padding: 0 50px;
	position: relative;
}
.category-nav
{
	position: relative;
}
.category-nav button
{
    background: #000;
    border: none;
    font-family: "Inter", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    padding: 10px 30px 10px 15px;
    border-radius: 3px;
    margin: 4px 0;
    position: relative;
    cursor: pointer;
}
.category-nav button:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e313";
    font-size: 28px;
    font-weight: 200;
    position: absolute;
    top: 3px;
    right: 5px;
}
.category-nav:hover .product-category-nav
{
    display: block !important;
}
.product-category-nav
{
    border-radius: 3px;
    background: #202020;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
	display: none;
}
.product-category-nav li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
    position: relative;
    padding: 12px 15px;
}
.main-navigation
{
	margin-left: auto;
}
.main-navigation ul
{
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.main-navigation ul li
{
    list-style: none;
    float: left;
    margin-left: 30px;
	position:relative;
}
.main-navigation ul li a
{
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    display: block;
    position: relative;
    padding: 16px 0px;
}
.main-navigation ul li:last-of-type a
{
	color: #000;
    font-size: 15px;
    font-weight: 300;
    display: block;
    position: relative;
    padding: 8px 12px;
    background: #fff;
    margin: 8px 0;
	border-radius:6px;
}
.main-navigation ul li:last-of-type a:after
{
	display: none;
}
.main-navigation ul li:last-of-type a:hover
{
	color: #000;
}
/*.main-navigation ul li a:before
{
    content:" ";
	position: absolute;
	top: -2px;
	left: 0;
	right: 0;
	width:0;
	height: 4px;
	background: #831238;
	opacity: 1;
	z-index: 99999999;
	margin:auto;
}
.main-navigation ul li a:hover:before
{
	width:100%;
}
.main-navigation ul li a:after
{
    content: " ";
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-top-color: #341b84;
    border-width: 8px;
}
.main-navigation ul li a:hover:after
{
    top: 0px;
}
.main-navigation ul li:last-of-type a:after
{
    display:none;
}*/
.main-navigation ul li a:after
{
    content: " ";
    bottom: 0px;
    left: 0;
    right: 0;
    height: 2px;
    width: 0%;
    position: absolute;
    background: #fff;
	margin: auto;
}
.main-navigation ul li a:hover:after,.main-navigation ul li.active > a:after
{
    width: 100%;
}
.main-navigation ul li.subarrow
{
	
}
.main-navigation ul li.subarrow a
{
    position: relative;
}
.main-navigation ul li.subarrow a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e313";
    position: absolute;
    bottom: 15px;
    right: -18px;
    font-size: 30px;
    font-weight: 100;
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-navigation ul li.subarrow:hover a:before
{
    -webkit-transform: rotate(180deg) ;
    transform: rotate(180deg) ;
}
.main-navigation ul li:hover > a, .main-navigation ul li.active > a
{
	color:#fff;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-ancestor > a
{
	color:#fff;
}
.main-navigation .current_page_item > a:after,
.main-navigation .current-menu-ancestor > a:after
{
    width: 100%;
}
.main-navigation ul li .sub-menu
{
    position: fixed;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
	margin-left: -30px;
}
.main-navigation ul.sub-menu li
{
	list-style: none;
    margin: 0;
    display: block;
	border-left:none;
	float: none;
}
.main-navigation ul.sub-menu li a
{
	text-align: left;
    font-size: 15px;
    color: #000;
    width: auto;
    position: relative;
    padding: 15px 30px;
    text-transform: none;
}
.main-navigation ul.sub-menu li a:hover
{
	color:#0667b0;
	background:#e9eff4;
}
.main-navigation ul.sub-menu li:last-of-type a
{
	background:none;
    margin: 0px 0;
}
.main-navigation ul.sub-menu li:last-of-type a:hover
{
	background:#e9eff4;
}
.main-navigation ul.sub-menu li:hover a
{
	
}
.main-navigation ul.sub-menu li a:before
{
    content: " ";
    background: #831238;
    position: absolute;
	left:0;
	right:auto;
	top:0px;
	bottom:0;
    width: 10px;
	height:4px;
	border-radius:3px;
	-webkit-transform:translateX(10px);
	transform:translateX(10px);
	opacity:0;
	display: none;
}
.main-navigation ul.sub-menu li a:hover:before
{
	-webkit-transform:translateX(-10px);
	transform:translateX(-10px);
	opacity:1;
}
.main-navigation ul.sub-menu li a:after
{
    display:none;
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.main-navigation ul > li:hover .sub-menu
{
	display:block;
}
.main-navigation ul.sub-menu .current_page_item > a,
.main-navigation ul.sub-menu .current-menu-ancestor > a
{
    background: none;
}
.navbar
{
	font-size: 30px;
	  cursor: pointer;
	  color: #fff;
	  position: absolute;
	  top: 50%;
	  right: 10px;
	  -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;
	  display: none;
	  -webkit-transform: translateY(-50%);
	  transform: translateY(-50%);
}
.navbar span
{
	display: none !important;
}
.sidenav
{
	height: 100%;
	width: 0;
	position: fixed;
    z-index: 9999999999;
	top: 0;
	right: 0;
    background: rgba(0,0,0,0.9);
	overflow-y: auto;
	transition: 0.5s;
	padding-top: 50px;
    display: flex;
    flex-direction: column;
}
.sidenav ul
{
    padding: 0 20px 0 20px;
    margin: 0;
    list-style: none;
}
.sidenav ul li
{
    list-style: none;
    position: relative;
}
.sidenav ul li.menu-item-has-children:after
{
    font-family: 'Material Symbols Outlined';
    content: "\e313";
    position: absolute;
    top: 6px;
    right: 20px;
    font-size: 26px;
	color:#fff;
    background: #0667b0;
	z-index: 99999;
}
.sidenav ul li:first-of-type a
{
	border-top:none;
}
.sidenav ul li a
{  color: #fff;
  font-size: 15px;
  font-weight: 400;
  display: block;
  position: relative;
  padding: 15px 0px;
  text-align: left;
  width: 170px;
}
.sidenav ul li a i
{
    width: 16px;
    height: 10px;
    font-size: 26px;
    line-height: 10px;
    position: absolute;
    bottom: 0;
    top: 0;
    right: 0;
    margin: auto;
    font-weight: 100;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -wenkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
.sidenav ul li:hover > a i
{
    -wenkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.sidenav ul li a:hover
{
    color: #fff;
}
.sidenav ul li ul
{
    display: none;
    z-index: 9999999;
    padding: 0 12px;
}
.sidenav ul li ul li
{
	list-style: none;
    float: none;
    margin: 0;
    display: block;
}
.sidenav ul ul li a
{
    padding: 10px 0px;
	text-align:left;
    font-size: 15px;
    color: #fff;
    font-weight: 400;
    width: auto;
    position: relative;
}
.sidenav ul ul li h3
{
    margin:0;
}
.sidenav ul ul li a:hover:before
{
	opacity:1;
}
.sidenav ul ul li a:hover, .sidenav ul ul li a:hover:before
{
	color: #fff;
}
.sidenav ul li ul:hover a
{
	
}
.sidenav ul > li:hover ul
{
	display:block;
}
.sidenav .closebtn
{
	  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  font-size: 45px;
  cursor: pointer;
  padding: 14px 9px;
  color: #fff;
}
.sidenav .closebtn:hover
{
	color:#000;
}
.hero
{
	margin-top: 127px;
}
.hero .item
{
  background-size:cover;
	background-position: center center;
	background-repeat: repeat;
	position:relative;
}
.hero .item:before
{
	content: " ";
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60%;
}
.hero .item .cover
{
  padding:50px;
  display: flex;
  align-items: center;
	flex-direction: row-reverse;
}
.hero .item .cover .header-content
{  
  width: 500px;
}
.hero .item .cover .header-content h2
{
  font-weight: 300;
  font-size: 35px;
  color: #fff;
}
.hero .item .cover .header-content p
{
  color: #fff;
}
.hero .owl-item.active h2
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}
.hero .owl-item.active p
{
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}
.hero .owl-item.active a.wp-block-button__link
{
	background:#000;
	margin:0;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInLeft;
  animation-delay: 0.3s;
}
.hero .owl-item.active a.wp-block-button__link:hover
{
	background:#0667b0;
}
.hero .item .cover-image
{
  margin-left:auto;
}
.hero .owl-item.active .cover-image
{
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeIn;
  animation-delay: 0.4s;
}
.hero .item .cover-image img
{
  max-height: 375px
}
.container
{
	padding-top:85px;
	padding-bottom:85px;
}
.row
{
	width:1200px;
	margin:auto;
}
.content
{
    width: 70%;
    padding-right: 50px;
}
.sidebar
{
    width: 30%;
}
.equalheight
{
	display:flex;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}
.padding-top-none
{
	padding-top:0;
}
.padding-bottom-none
{
	padding-bottom:0;
}
.container h2
{
    font-weight: 700;
    font-size: 30px;
    line-height: 34px;
    color: #202020;
}
.container h2 span
{
	color: #AF0000;
}
.container h3
{
    color: #626262;
    font-size: 20px;
    font-weight: 600;
}
a.linkbox, a.wp-block-button__link, a.cfs-hyperlink, .ProductSlider .item a aside span
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    position: relative;
    padding: 15px 28px 15px 28px;
    background: #0667b0;
    border-radius: 30px;
	margin: 15px 0;
}
a.linkbox:hover, a.wp-block-button__link:hover, a.cfs-hyperlink:hover, .ProductSlider .item a:hover aside span
{
    padding: 15px 38px 15px 18px;
}
a.linkbox:before, a.wp-block-button__link:before, a.cfs-hyperlink:before, .ProductSlider .item a aside span:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5e1";
    font-size: 16px;
    font-weight: 300;
    position: absolute;
    top: 14px;
    right: 10px;
    opacity: 0;
    transform: translateX(-14px);
}
a.linkbox:hover:before, a.wp-block-button__link:hover:before, a.cfs-hyperlink:hover:before, .ProductSlider .item a:hover aside span:before
{
    transform: translateX(-5px);
    opacity: 1;
}
.wp-block-columns, .wp-block-image
{
    margin-bottom: 0 !important;
}
.product-category
{
	background: #e9eff4;
	padding: 50px 0; 
}
.product-category ul
{
	text-align: center;
}
.product-category ul li
{
    width: 20%;
    float: left;
}
.product-category ul li a
{
	display: block;
    background: #fff;
    padding: 5px 20px 20px 20px;
    border-radius: 6px;
    box-shadow: 0px 2px 22px rgba(0, 0, 0, 0.1);
    text-align: left;
    margin: 0 10px;
	position:relative;
    transform: scale(1);
}
.product-category ul li a:hover
{
    transform: scale(1.03);
}
.product-category ul li a img
{
    margin-top: 15px;
    margin-bottom: 15px;
	height: 30px;
}
.product-category ul li a h3
{
    color: #000;
    font-size: 16px;
    font-weight: 500;
	margin-left: auto;
}
.product-category ul li a figure
{
    text-align:center;
	margin: 15px 0;
}
.product-category ul li a figure img
{    
    margin: 0 !important;
	height: 100px !important;
}
.product-category ul li a span
{
    width: 30px;
    height: 30px;
    background: #202020;
    position: absolute;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    display: none;
    align-items: center;
    justify-content: center;
}
.product-category ul li a span:before
{
	content:" ";
    background: #fff;
    width: 12px;
    height: 2px;
}
.product-category ul li a span:after
{
	content:" ";
    background: #fff;
    width: 2px;
    height: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.product-category ul li a:hover span:after
{
    height: 12px;
}
.product-slider
{
    
}
.product-slider h2
{
    text-align: center;
	margin-bottom: 30px;
}
.ProductSlider .owl-carousel .owl-stage-outer,
.ProductSlider .owl-carousel .owl-stage

{
	display: flex;
}
.ProductSlider .item
{	
	display: flex;
}
.ProductSlider .item  a
{	
	display: flex;
    background: #e9eff4;
	border-radius: 15px;
	padding: 3px;
	overflow: hidden;
}
.ProductSlider .item a figure
{	
    width: 40%;
	position: relative;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 9;
}
.ProductSlider .item a figure:before
{	
	content: " ";
    background: #0667b0;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 27px;
    height: 500px;
    transform: rotate(45deg);
	z-index: -8;
	opacity: 0.3;
}
.ProductSlider .item a figure:after
{	
	content: " ";
    background: #054c81;
    position: absolute;
    top: -100px;
    bottom: 0;
    left: 75px;
    right: 0;
    width: 75px;
    height: 500px;
    transform: rotate(-36deg);
	mix-blend-mode: multiply;
	z-index: -8;
}
.ProductSlider .item a aside
{	
    width: 60%;
	background: #fff;
	border-radius: 0 12px 12px 0;
	padding: 15px 20px;
	display: flex;
    flex-direction: column;
	height: 220px;
	text-align: left !important;
}
.ProductSlider .item a aside h3
{	
    color: #0667b0;
	margin-top: 0;
	text-transform: uppercase;
	font-size: 13px;
}
.ProductSlider .item a aside h2
{	
	font-size: 22px;
    line-height: 24px;
	margin-top: auto;
	text-align: left;
}
.ProductSlider .item a aside span
{
    width: 140px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
	margin: 0;
}
.intro
{
	padding: 0;
	overflow: hidden;
}
.intro figure
{
	width: 48%;
}
.intro aside
{
	width: 48%;
	margin-left: auto;
	position: relative;
    background: #0667b0;
	padding: 50px 0;
}
.intro aside h2,
.intro aside h3,
.intro aside p
{
	color: #fff;
}
.intro aside:before
{
	content: " ";
	position: absolute;
    background: #0667b0;
	top: 0;
	bottom: 0;
	left: -150px;
	width: 150px;
	z-index: -8;
}
.intro aside:after
{
	content: " ";
	position: absolute;
    background: #0667b0;
	top: 0;
	bottom: 0;
	right: -100%;
	width: 100%;
	z-index: -8;
}
.intro aside a.cfs-hyperlink
{
    background: #fff;
}
.intro aside a.cfs-hyperlink
{
	color: #202020;
    background: #fff;
}
 a.cfs-hyperlink:after
{
    background: #202020;
}
.certificate
{
	width:48%;
    border-right: solid 1px #e0d8d8;
	padding-right: 2%;
}
/*.certificate ul
{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap:20px;
}
.certificate ul li
{
	
}
.certificate ul li a
{
	display: block;
    border: solid 1px #e0d8d8;
	padding: 15px;
	border-radius: 15px;
	text-align:center;
	position: relative;
}
.certificate ul li a:hover
{
    border: solid 1px #0667b0;
}
.certificate ul li a img
{
	max-height: 85px;
}
.certificate ul li a:after
{
    font-family: 'Material Symbols Outlined';
    background: #0667b0;
    content: "\e5e1";
    font-size: 14px;
    font-weight: 300;
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transform: translateX(-15px);
    width: 25px;
    height: 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.certificate ul li a:hover:after
{
    opacity: 1;
    transform: translateX(0px);
}*/
.our-partners
{
	width:48%;
}
.contact-strip
{
	background: url("images/Contact-Us.jpg") center center no-repeat;
	background-size: cover;
	position: relative;
	z-index: 9;
}
.contact-strip:before
{
	content: " ";
    background: #0667b0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	mix-blend-mode: multiply;
	z-index: -8;
}
.contact-strip h2,
.contact-strip p
{
	color: #fff;
}
.contact-strip a.wp-block-button__link
{
	color: #fff;
	background: none;	
	border: solid 1px #fff;
}
.contact-strip .wp-block-buttons>.wp-block-button:nth-of-type(2) a.wp-block-button__link
{
    background: #0667b0;
	border: solid 1px #0667b0;
}
.contact-strip .wp-block-buttons>.wp-block-button:nth-of-type(3) a.wp-block-button__link
{
    background: #202020;
	border: solid 1px #202020;
}
.site-footer
{
    background: #202020;
}
.site-footer article
{
	padding: 85px 0;
}
.site-footer article h2
{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.site-footer article p
{
	color:#929292;
}
.site-footer article p strong
{
	color:#fff;
}
.site-footer article p a
{
	color:#929292;
}
.site-footer article aside
{
	margin-right: 12%;
}
.site-footer article aside:nth-of-type(3), .site-footer article aside:last-of-type
{
	margin-right: 0;
}
.site-footer .menu-footer-quick-links-container,
.site-footer .menu-footer-products-container,
.site-footer .menu-legal-container
{
	
}
.site-footer .menu-footer-quick-links-container ul,
.site-footer .menu-footer-products-container ul,
.site-footer .menu-legal-container ul
{
	padding:0;
	margin:0;
}
.site-footer .menu-footer-quick-links-container ul li,
.site-footer .menu-footer-products-container ul li,
.site-footer .menu-legal-container ul li
{
	margin-bottom: 10px;
}
.site-footer .menu-footer-quick-links-container ul li a,
.site-footer .menu-footer-products-container ul li a,
.site-footer .menu-legal-container ul li a
{
    color: #929292;
    line-height: 22px;
    font-size: 16px;
    font-weight: 300;
}
.site-footer .menu-footer-quick-links-container ul li a:hover,
.site-footer .menu-footer-products-container ul li a:hover,
.site-footer .menu-legal-container ul li a:hover
{
    color: #fff;
}
.site-info
{
	background: #161616;
	text-align: center;
	padding: 20px 0;
}
.site-info p
{
	color: #fff;
	text-align: center;
}
.page-title, .page-header
{
    margin-top: 127px;
    background: #ebf0f4;
    padding: 16px 50px;
}
.page-header
{
    padding: 16px 0;
}
.page-header h1
{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #202020;
}
.page-title nav
{
	
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{

    float: left;

    color: #000;

    font-size: 14px;

    font-weight: 400;

    margin-right: 25px;

    position: relative;

}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{	
    content: " ";
    top: 1px;
    left: -13px;
    height: 0;
    width: 0;
    border: solid transparent;
    position: absolute;
    pointer-events: none;
    border-left-color: #0667b0;
    border-width: 6px;
}
.page-title nav ul li a
{
    display: block;
    color: #0667b0;
    font-size: 14px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
    color: #0667b0;
}
.ceo-message
{	
    background: #0667b0;
	padding-bottom: 50px;
	position:relative;
}
.ceo-message figure
{	
    width: 30%;
	padding-top: 15px;
    position: sticky;
    top: 130px;
}
.ceo-message figure h3
{	
    background: #063e68;
    margin: 0;
    padding: 15px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}
.ceo-message figure h3 small
{	
    display: block;
    font-size: 15px;
    font-weight: 400;
    margin-top: 4px;
}
.ceo-message aside
{	
    width: 65%;
}
.ceo-message aside h2,
.ceo-message aside h3,
.ceo-message aside p,
.ceo-message aside p strong
{	
    color: #fff;
}
.our-mission
{
    background: #e9eff4;
	position: relative;
	z-index: 9;
	padding: 0;
}
.our-mission:before
{
	content: " ";
    background: #0667b0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: -8;
}
.our-mission:after
{
	content: " ";
    background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 50px;
	z-index: -8;
}
.our-mission aside
{
    width: 48%;
	padding: 85px 0;
}
.our-mission figure
{
    width: 48%;
	margin-left: auto;
}
.our-values, .difference
{
	text-align: center;
}
.our-values ul, .difference ul
{
	margin: 30px 0 0 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap:20px;
} 
.our-values ul li, .difference ul li
{
    background: #fff;
    border-radius: 20px;
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
}
.our-values ul li img, .difference ul li img
{
	margin: 15px 0;
}
.difference
{
    background: #e9eff4;
}
.difference ul
{
	grid-template-columns: 1fr 1fr 1fr;
} 
.difference ul li
{
    box-shadow: 10px 12px 25px rgba(0, 0, 0, 0.1);
}
.certifications-intro
{
	
}
/*.certifications-intro .wp-block-image
{
    background: #fff;
    border-radius: 30px;
    box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.1);
    padding: 30px;
    height: 280px;
    display: flex;
    align-items: center;
    justify-content: center;
}*/
.modal
{
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 9999999999; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.2); /* Black w/ opacity */
}
.modal-content
{
	position: relative;
	background-color: #fff;
	margin: auto;
	padding: 0;
	width: 600px;
	-webkit-animation-name: animatetop;
	-webkit-animation-duration: 0.4s;
	animation-name: animatetop;
	animation-duration: 0.4s;
	padding:15px;
	border-radius:30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.modal-content h2
{
    font-size: 22px;
    font-weight: 800;
    color: #034ea2;
    text-align: center;
    margin-bottom: 5px;
}
.modal-content .formfield textarea
{
    height: 120px;
}
@-webkit-keyframes animatetop
{
	from {opacity:0} 
	to {opacity:1}
}
@keyframes animatetop
{
	from {opacity:0}
	to {opacity:1}
}
.close
{
    cursor: pointer;
    color: #000;
    font-size: 40px;
    font-weight: 100;
    position: fixed;
    top: 10px;
    right: 20px;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.certifications-details
{
    max-width: 360px !important;
    text-align: center !important;
}
.certifications
{
	
}
.certifications ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}
.certifications ul li
{
    border: solid 1px #d6d6d6;
    border-radius: 30px;
    background: linear-gradient(45deg, #d6d6d6, #fff, #d6d6d6);
    padding: 15px 30px;
    display: flex;
    flex-direction: column;
}
.certifications ul li h3
{	
    color: #000;
    font-size: 18px;
    line-height: 22px;
}
.certifications ul li p
{
	line-height: 23px;
    font-size: 15px;
    margin: 6px 0;
}
.certifications ul li a
{
	position:relative;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    display: block;
    padding: 10px 20px;
    background: #0667b0;
    border: solid 1px #0667b0;
    border-radius: 30px;
    text-align: center;
	margin: 15px 0;
    margin-top: auto;
	top:15px;
}
.certifications ul li a:hover
{
    background: none;
    color: #0667b0;
}
.certifications ul li a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\f090";
    font-size: 26px;
    font-weight: 300;
    position: absolute;
    top: 4px;
    left: 15px;
}
.certifications ul li ul
{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
	margin: 15px 0;
}
.certifications ul li ul li
{
    border: none;
    border-radius: 15px;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
}
.products
{
	
}
.products .row
{
	max-width: 1000px;
}
.products-images
{
	width:48%;
}
.product__carousel
{
  display: block;
  max-width: 700px;
  margin: 1em auto 3em;
}
.product__carousel a
{
  display: block;
  margin-bottom: 15px;
}
.product__carousel .gallery-top
{
	border: 1px solid #ebebeb;
	border-radius: 3px;
	margin-bottom: 5px;
}
.product__carousel .gallery-top .swiper-slide
{
	position: relative;
	overflow: hidden;
}
.product__carousel .gallery-top .swiper-slide a
{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
}
.product__carousel .gallery-top .swiper-slide a img
{
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	   object-fit: contain;
}
.product__carousel .gallery-top .swiper-slide .easyzoom-flyout img
{
	min-width: 120%;
}
.product__carousel .swiper-button-next.swiper-button-white,
.product__carousel .swiper-button-prev.swiper-button-white
{
	color: #0667b0;
}
.product__carousel .gallery-thumbs .swiper-slide
{
	position: relative;
	transition: border .15s linear;
	border: 1px solid #ebebeb;
	border-radius: 3px;
	cursor: pointer;
	overflow: hidden;
  height: calc(100% - 2px);
}
.product__carousel .gallery-thumbs .swiper-slide.swiper-slide-thumb-active
{
	border-color: #000;
}
.product__carousel .gallery-thumbs .swiper-slide img
{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	max-width: 100%;
}
.products-details
{
	width:48%;
}
.products-details table
{
    color: #000;
    line-height: 24px;
    font-size: 16px;
    font-weight: 300;
}
.products-details table td
{
    border:none;
	padding:5px 0;
}
.related-category
{
	background: #dfe4e9;
}
.related-category h2
{
	text-align:center;
	margin-bottom:30px;
}
.related-category .item a aside h2
{
	text-align:left !important;
}
.product-categories
{
	
}
.product-categories ul
{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:30px;
}
.product-categories ul li
{
	display:flex;
}
.product-categories ul li a
{
	display: block;
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
	text-align: center;
}
.product-categories ul li a figure
{
    display: flex;
    align-items: center;
    justify-content: center;
	width: 100%;
	height: 180px;
	display: flex;
	align-items: center;
	justify-content:center;
}
.product-categories ul li a figure img
{
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.product-categories ul li a:hover figure  img
{
    transform: scale(1);
}
.product-categories ul li a h2
{
    line-height: 22px;
    font-size: 20px;
	margin-top: auto;
}
.product-categories ul li a span
{
    font-size: 14px;
    color: #202020;
	position:relative;
	display:inline-block;
}
.product-categories ul li a span:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5e1";
    font-size: 15px;
    font-weight: 300;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translateX(-5px);
    opacity: 0;
}
.product-categories ul li a:hover span:before
{
    transform: translateX(20px);
    opacity: 1;
}
.category-lists
{
	
}
.category-lists ul
{
	display:grid;
	grid-template-columns:1fr 1fr 1fr 1fr;
	gap:30px;
}
.category-lists ul li
{
    background: #fff;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
    padding: 20px;
    text-align: center;
}
.category-lists ul li figure
{
    
}
.category-lists ul li figure a
{
    display: flex;
    align-items: center;
    justify-content: center;
}
.category-lists ul li figure a img
{
    transform: scale(0.8);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.category-lists ul li figure a:hover img
{
    transform: scale(1);
}
.category-lists ul li h2
{
    line-height: 22px;
}
.category-lists ul li h2 a
{
    font-size: 20px;
}
.category-lists ul li h2 a:hover
{
    text-decoration:underline;
}
.category-lists ul li span a
{
    font-size: 14px;
    color: #202020;
	position:relative;
	display:inline-block;
}
.category-lists ul li span a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\e5c8";
    font-size: 20px;
    font-weight: 300;
    position: absolute;
    top: -3px;
    right: -20px;
    transform: rotate(-45deg);
}
.category-lists ul li span a:hover:before
{
    transform: rotate(0deg);
}
.support-solution
{
	
}
.support-solution ul
{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap:20px;
}
.support-solution ul li
{
	padding: 30px;
	border: solid 1px #d6d6d6;
    background: #fff;
}
.support-solution ul li h3
{
	color: #0667b0;
}
.service-center
{
	
}
.service-center-search
{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 10px;
}
.service-center-search input[type=text]
{
    padding: 14px 20px;
    width: 300px;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.service-center-search .selectdiv
{    
    padding: 0px !important;
}
.service-center-search .selectdiv select
{
    width: 60px !important;
    padding: 14px 10px 14px 10px !important;
}
.service-center-search .selectdiv:before
{
    right: 21px !important;
    top: 19px !important;
}
.service-center-search .selectdiv:after
{
    right: 14px !important;
    top: 19px !important;
}
.gs-table-container
{
	margin: 20px 0;
	width: 100%;
}
.gs-table-container table
{
	width: 100%;
}
.gs-table-head th
{
    background: #efefef;
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    padding: 12px;
    text-wrap-mode: nowrap;
}
.gs-table-body
{
    counter-reset: item;
}
.gs-table-body tr
{
	border-top:solid 1px #d9e0eb;
	position: relative;
}
.gs-table-body tr:before
{
    counter-increment: item;
    content: counter(item, decimal-leading-zero) "";
    width: 50px;
    height: 50px;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: solid 1px #d9e0eb;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
	display: none;
}
.gs-table-body tr td
{
    padding:15px 12px;
    font-size: 14px;
	line-height: 20px;
}
.gs-pagination
{
	margin-top:20px;
}
.gs-pagination .row
{
	display: flex;
	align-items: center;
    gap: 10px;
}
.gs-pagination .col-md-6
{	
    margin-left: auto;
    font-size: 14px;
	line-height: 20px;
}
.gs-pagination .col-md-6 span
{	
    text-wrap-mode: nowrap;
}
.btn-group
{
    display: flex;
    gap: 3px;
}
.btn-group button
{
    font-family: "Inter", sans-serif;
    background: #0667b0;
    border: solid 1px #0667b0;
    color: #fff;
    padding: 6px 10px;
    border-radius: 3px;
	cursor: pointer;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.btn-group button:hover
{
    background: #fff;
    color: #0667b0;
}
.drivers
{
	
}
.drivers a
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #0667b0;
    border-radius: 30px;
    text-align: center;
    width: 140px;
}
.drivers a:before
{
    font-family: 'Material Symbols Outlined';
    content: "\f090";
    font-size: 24px;
    font-weight: 300;
}
.drivers .gs-table-body tr td
{
    width: 20%;
    vertical-align: middle;
}
.drivers .gs-table-body tr td:nth-of-type(2)
{
    width: 40%;
}
.contactus
{
	
}
.contactus .wp-block-column p
{
    margin: 15px 0;
    padding-left: 50px;
    padding-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.contactus .wp-block-column p a
{
    color: #000;
}
.contactus .wp-block-columns p:before
{
    content: "\e0c8";
    font-family: 'Material Symbols Outlined';
    font-size: 26px;
    background: #0667b0;
    color: #fff;
    position: absolute;
    top: 3px;
    left: 10px;
    font-weight: 200;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactus .wp-block-columns p:nth-of-type(2):before
{
    content: "\e0b0";
}
.contactus .wp-block-columns p:nth-of-type(3):before
{
    content: "\e158";
}
.contactus .wp-block-columns p:nth-of-type(4):before
{
    content: "\e855";
}
.contactus .wp-block-columns form p
{
	margin: 0 0 !important;
    padding-left: 0px !important;
    font-size: 14px;
    font-weight: 500;
}
.contactus .wp-block-columns form p:before
{
	display: none;
}
.contactus iframe
{
	width: 100%;
	height: 300px;
	border-radius: 30px;
	margin-top: 50px;
}
.formfield, .contactus
{
	
}
.formfield h2, .formfield h3, .contactus h2
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder,
.contactus input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #000;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder,
.contactus input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #000;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder,
.contactus input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #000;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder,
.contactus input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #000;
	font-family: "Inter", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 50%;
}
.formfield label, .contactus label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #7f7f7f;
    font-size: 13px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number], .formfield input[type=search], .formfield input[type=date], .contactus input[type=text], .contactus input[type=email], .contactus input[type=number], .contactus input[type=tel], .contactus input[type=search], .contactus input[type=date]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type="date"]::-webkit-calendar-picker-indicator,
.contactus input[type="date"]::-webkit-calendar-picker-indicator
{
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
	
}
.formfield input[type="file"]
{
    padding: 12px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Inter", sans-serif;
}
.formfield input[type="file"]::file-selector-button
{
  border: 2px solid #f0d3c3;
  padding: 0.2em 0.4em;
  border-radius: 0.2em;
  background-color: #f0dfd5;
  transition: 1s;
}
.formfield input[type="file"]::file-selector-button:hover
{
	
}
.selectdiv
{
	position: relative;
	font-family: "Inter", sans-serif;
    padding: 10px;
}
.selectdiv select::-ms-expand
{
	display: none;
}
.selectdiv:before
{
    content: " ";
    right: 42px;
    top: 54px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #202020;
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 9999;
}
.selectdiv:after
{
    content: " ";
    right: 35px;
    top: 54px;
    position: absolute;
    width: 1px;
    height: 10px;
    background: #202020;
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
	z-index: 9999;
}
.selectdiv:hover:before
{
    -webkir-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.selectdiv:hover:after
{
    -webkir-transform: rotate(45deg);
    transform: rotate(45deg);
}
.selectdiv select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	padding:16px 20px;
	font-size: 16px;
	color: #000;
    background: #fff;
    border: 1px solid #bababa;
	background-image: none;
    border-radius: 10px;
	-ms-word-break: normal;
	word-break: normal;
	font-family: "Inter", sans-serif;
	cursor:pointer;
}
.selectdiv:hover select
{
	
}
.selectdiv select:focus
{
	
}
.formfield textarea, .contactus textarea
{
    padding: 16px 20px;
    width: 100%;
	height:120px;
    background: #fff;
    border: 1px solid #bababa;
    border-radius: 10px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit], .formfield input[type=button], .contactus input[type=submit], .contactus input[type=button]
{
    border: solid 1px #0667b0;
    background: #0667b0;
    padding: 12px 30px;
    outline: 0;
    color: #fff;
    font-weight: 500;
    cursor: pointer;
    font-size: 16px;
    font-family: "Inter", sans-serif;
    border-radius: 10px;
    display: inline-block;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover, .formfield input[type=button]:hover
{
	
}
.anchor
{
	position:absolute;
	top:-30px;
}
/*Responsive*/
@media only screen and (max-width:1200px)
{
	.row
	{
		width: auto;
	}
}
@media only screen and (max-width:1024px)
{
}
@media only screen and (max-width:960px)
{
	.site-header-inner
	{
		padding: 15px 20px;
	}
	.product-search .wp-block-search__inside-wrapper
	{
		width: 100%;
    	margin-left: auto;
	}
	.main-navigation-container
	{
		padding: 0 20px;
	}
	.main-navigation ul li
	{
		margin-left: 18px;
	}
	.container
	{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.row
	{
		padding: 0 20px;
	}
	.site-footer article
	{
		padding: 35px 20px;
	}
	.site-footer article aside
	{
		width: 50%;
		margin: 0;
	}	
	.category-lists ul, .product-categories ul
	{
		grid-template-columns:1fr 1fr 1fr;
	}
}
@media only screen and (max-width:768px)
{
	.product-search
	{
		width: 50%;
    	margin-right: 10px;
	}
	.product-search .wp-block-search__inside-wrapper
	{
		width: 100%;
	}
	.customer-support a
	{
		padding: 5px;
		width: 45px;
		height: 45px;
	}
	.customer-support a span
	{
		display: none;
	}
	.customer-support a:before
	{
		font-size: 40px;
		top: 2px;
		left: 3px;
	}	
	.main-navigation ul li
	{
		display: none;
	}
	.navbar, .alignmiddle 
	{
		display: block;
	}
	.sidenav .customer-support
	{
		margin-top: auto;
		margin-bottom: 20px;
	}
	.sidenav .customer-support a
	{
		font-size: 14px !important;
		width: auto !important;		
    	padding: 6px 30px 6px 55px !important;
	}
	.sidenav .customer-support a small
	{
		font-size: 12px;
	}
	.sidenav .customer-support a span
	{
		display: block !important;
	}
	.product-category ul li
	{
		width: 50%;
		margin:5px 0;
	}	
	.hero .item .cover
	{
	  padding: 10px 20px;
	}
	.hero .item .cover .header-content
	{
		width: 320px;
	}
	.hero .item .cover .header-content h2
	{
	  font-size:16px;
		margin:0;
	}
	.hero .item .cover .header-content p
	{
	  font-size:13px;
		line-height:15px;
	}
	.hero .item .cover .header-content a.wp-block-button__link
	{
    	padding: 6px 20px 6px 12px;
	}
	.hero .item .cover .header-content a.wp-block-button__link:hover
	{
    	padding: 6px 20px 6px 12px;
	}
	.hero .item .cover .header-content a.wp-block-button__link:after
	{
    	display:none;
	}
	.intro figure, .intro aside, .certificate, .our-partners, .ceo-message figure, .ceo-message aside, .our-mission aside, .our-mission figure, .products-images, .products-details
	{
		width: auto;
		float: none;
	}
	.intro aside
	{
		padding: 25px 20px;
	}
	.our-values ul, .difference ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.category-lists ul, .product-categories ul
	{
		grid-template-columns:1fr 1fr;
	}
	.service-center-search input[type=text]
	{
		width: 220px;
	}
	.gs-table-container
	{
		overflow: auto;
	}
	.gs-table-container table
	{
		width: 800px;
	}	
	.ceo-message figure
	{	
		position: static;
	}
	.certifications ul
	{
		grid-template-columns: 1fr 1fr;
	}
	.certificate
	{
		border-right: none;
		padding-right: 0;
		border-bottom: solid 1px #e0d8d8;
		padding-bottom: 2.5%;
	}	
	.support-solution ul
	{
		grid-template-columns: 1fr 1fr;
	}
}
@media only screen and (max-width:520px)
{
	.site-branding a img
	{
		width: 100px !important;
		height: 30px !important;
	}	
	.hero .item .cover
	{
	  display: block;
		text-align: center;
		padding: 35px 20px;
	}	
	.hero .item:before
	{
		content: " ";
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.5), transparent);
		position: absolute;
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%;
		height: 50%;
	}
	.hero .item .cover .header-content
	{
		width: auto;
		margin-top: 15px;
	}
	.hero .item .cover-image img
	{
	  max-height: 200px
	}
	.hero .item .cover .is-layout-flex
	{
		display: inline-block;
		margin: 15px 0 0 0;
	}
	.product-category ul li
	{
		width: 100%;
	}
	.site-footer article
	{
		text-align: center;
	}
	.site-footer article aside
	{
		width: auto;
		float: none;
	}
	.site-info p
	{		
		float: none;
		text-align: center;
	}
	.our-values ul, .difference ul
	{
		grid-template-columns: 1fr;
	}
	.category-lists ul, .product-categories ul
	{
		grid-template-columns:1fr;
	}
	.hero .item .cover .header-content p
	{
		display: none;
	}
	.service-center-search
	{
		flex-direction: column;
	}
	.certifications ul
	{
		grid-template-columns: 1fr;
	}
	.support-solution ul
	{
		grid-template-columns: 1fr;
	}
}
@media only screen and (max-width:320px)
{
}