
/* main reset  */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0,0,0,0);

}
::-moz-selection {
  /* Code for Firefox */
  /* color: #234ce4; */
  background: #d3effa;
}

::selection {
  /* color: #234ce4; */
  background: #d3effa;
}
/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
  font-family: verdana, sans-serif;
  font-style: normal;
}
body {
  /* margin:.5rem; */
  
  overflow-x: hidden!important;
}
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role="list"],
ol[role="list"] {
  list-style: none;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  /* position: relative; */

  height: 100vh;
  /* overflow: hidden; */
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* reset end  */
.container {
  /* max-height: 100vh; */
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* overflow: hidden; */
}
@media screen and (min-width: 1200px) {
  .container {
    overflow-x: hidden!important;
    width:100%;
   height: 100vh;
  }
}

.header {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 12rem;
}
.overlay {
  position: absolute;
  transition: 4s;
  background: radial-gradient(
    circle,
    rgba(211, 239, 250, 1) 33%,
    rgba(255, 255, 255, 1) 97%
  );
  width: 100%;
  min-height: 11rem;
  opacity: 0.3;
  z-index: 0;
}
.overlay:hover {
  opacity: 0.7;
}
.hover {
  background-color: #bfedff !important;
}

.top-bar {
  /* min-height: 12rem; */
  width: 100%;
  background-image: url("h1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  position:relative;
}
.top-bar a {
  height: 100%;
  z-index: 3;
}
.top-bar a:active {
  position: relative;
  top: 1px;
}
.page-lead {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
         user-select: none; 
  position: relative;
  z-index: 3;
  top: 3rem;
  left: 1rem;
  transition: 2s;
  cursor: default;
  background: -webkit-linear-gradient(#008dc2, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 36px;
  text-shadow: 1px 1px 0px #0089bd;
}
.page-lead:hover {
  cursor: pointer;
  text-shadow: 1px 1px 0px #00aeef;
}
.page-lead:active {
  text-shadow: 1px 1px 0px #0089bd;
}
.page-lead a {
  text-decoration: none;
}
.page-logo {
  z-index: 3;
  width: auto;
  max-height: 8rem;
  margin-left: 1rem;
}
.mobile-page-nav{
  display: none;
  z-index:100;
  /* display: flex; */
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin:0;
width: 100vw;
height:auto;
padding:1rem;
  position: absolute;
  top:8rem;
  background: linear-gradient(
    3deg,
    rgba(255, 255, 255, 1) 26%,
    rgba(211, 239, 250, 1) 82%
  );

  z-index:100;
}
.mobile-page-nav ul {
  width:100%;
}
.mobile-nav-wrapper{
  z-index: 100;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin:0;

  position: relative;

}
.mobile-nav-wrapper .loupe{
  position: relative;
  left:30px;
  top:9px;
  height:15px;

}
.fake{
  color:transparent;
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;

}
.mobile-nav-wrapper input {
  border:none;
  padding-left:2.2rem;
  outline: #23ace4;

  vertical-align: middle;
}
.mobile-nav-wrapper li{
  display: flex;
}
.mobile-nav-wrapper a {
  text-decoration: none;
  display: flex;
  align-items: center;
  vertical-align: middle;
  width:100%;
}
.mobile-menu{
  display: none;
  z-index: 100;
  /* display: flex; */
  justify-content: space-around;
  align-items: center;
  margin:0;
  margin-top:1rem;

  position: relative;
}

.mobile-nav-element {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
         user-select: none; 
  z-index: 3;
  /* opacity: 0.9; */
  /* transition: 0.3s; */
  /* display: flex;
  align-items: center; */
  cursor: pointer;
  text-transform: capitalize;
  list-style-type: none;
  margin-left: -1rem;;
  /* width:100%; */
  height: 100%;
  max-width: 400px;
}
.mobile-nav-element:hover {
  color: #232b2b;
  /* opacity: 1; */
}

.page-nav {
  /* position: relative; */
 /* width: 100%;; */
  /* background-color: #d3effa; */
  background: linear-gradient(
    3deg,
    rgba(255, 255, 255, 1) 26%,
    rgba(211, 239, 250, 1) 82%
  );

  min-height: 3rem;
  width: 100%;
}
.nav-wrapper {
  margin: 0;
  width: 100%;;
  height: 3rem;
  display: flex;
  position: relative;
  justify-content: flex-end;
  align-items: center;
}
.sub-nav{
  font-size:1rem;
  display: none;
  z-index:999;
  position: absolute;
  border-radius: 3px;
  top:48px;

  background:#fff;
  padding:0.5rem 2rem;
  background: linear-gradient(
    -100deg,
    rgba(255, 255, 255, 1) 26%,
    rgba(211, 239, 250, 1) 92%
  );
}
.sub-nav ul{
  display:none;
}
.mob-sub-nav ul{
  display: none;
}
.flex-show{
  display: flex!important;
}
.show{
  display: block!important;
}
.with-arrow{
  display: flex;
  align-items:center;
  

}

.with-arrow-sub{
  margin-left:-18px;
}
.with-arrow a{
  color:#000;
  text-decoration: none;
  font-size:.9rem;
 
}
.mob-sub-nav{
  font-size:1rem;
  display: none;
  z-index:999;
  background:transparent;

}
.sub-nav img{
  width:10px;
  margin-right: 0.5rem;
}
.mob-sub-nav img{
  width:10px;
  margin-right: 0.5rem;
}
.sub-nav li{
  list-style-type: none;
  line-height: 1.3rem;
  font-size: 1rem;
 
}
.mob-sub-nav li{
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
           user-select: none; 
  list-style-type: none;
  line-height: 1.3rem;
  font-size: 1rem;
 
}
.sub-nav a:hover{

  background: #bfedff;
}
.mob-sub-nav a:hover{

  color: #414a4c;
}
.sub-nav a:active{
  position: relative;
  top:1px;
}
.mob-sub-nav a:active{
  position: relative;
  top:1px;
}
.sub-nav li >a{
  color:#000;
  text-decoration: none;
  font-size:.9rem;
}
.mob-sub-nav li >a{
  color:#000;
  text-decoration: none;
  font-size:.9rem;
}
.nav-wrapper input {
  border: none;
  margin-left: 5px;
  outline: #23ace4;

  vertical-align: middle;
}
.nav-element {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
         user-select: none; 
  z-index: 3;
  /* opacity: 0.9; */
  /* transition: 0.3s; */
  display: flex;
  align-items: center;
  cursor: pointer;
  text-transform: capitalize;
  list-style-type: none;
  padding: 0 1rem;
  /* width:100%; */
  height: 100%;
  max-width: 400px;
}
.nav-element > a{
  text-decoration: none;
  color:#000;
}
.nav-element:hover {
  background: #bfedff;
  /* opacity: 1; */
}
/* .nav-element:active {
  position: relative;
  top: 1px;
} */
.page-main >div > div {
  display: flex;
  flex-wrap: wrap;
}
.page-main >div >div >ul#categories{
margin:2rem auto;
justify-content: center;
 display: flex;
 flex-wrap: wrap;
 padding: 0;
  /* flex-direction: column; */
  
}
.page-main >div >div > ul#products> li >a > img {

  height:auto!important;
  min-height: 320px;
  max-height: auto;

}
.page-main >div >div > ul> li {

 max-width: 272px; 
}
.page-main >div >div > ul > li > div > p{
color:		#3b444b;

 }


 #maincontent > h2 {
display: flex;
justify-content: center;
 }

.thick div#maincontent{
  width:100%;
align-items:center;
padding: 2rem 4rem;
 /* justify-content: center; */
}
#products{
  display: flex;
  justify-content: center;
  flex-wrap:wrap;
}
.page-main >div >div > ul> li{
  min-width: 12rem;
  list-style-type: none;
margin: .4rem;
color:#fff;
  padding-bottom: 0.2rem;
  text-align: center;
  /* width: 100%; */
  background-color: #d3effa;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;


}
.page-main >div >div > ul> li:hover{
background:#bfedff;

}
.page-main >div >div > ul> li >a > img{
width: 100%;
height: 292px;
min-height: 292px;
min-width:272px;
opacity: 0.9;
transition: 0.3s;
transition: all .2s ease-in-out; 
}
.page-main >div >div > ul> li >a > img:hover{
opacity:1;
transform: scale(1.01);

}
.page-main >div >div > ul> li > a{
color:#000;
text-decoration: none;
}
.page-box {
  overflow: hidden;
  border-radius: 10%;
  cursor: pointer;
  width: 25%;
  min-width: 200px;
  /* min-height: 100%; */
  margin-bottom: 0;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0.9;
  transition: 0.3s;
flex: 1;
}
.page-box:hover {
  opacity: 1;
}
.page-box:active {
  position: relative;
  top: 1px;
}
/* The text box */
.page-box:last-child {
  cursor: default;
  flex: 3;
  width: 100%;
  flex-basis: 100%;
  display: block;
}
.page-box:last-child:active {
  position: static;
}

.vec {
  color: #23ace4;
}
.vec:active {
  position: relative;
  top: 1px;
}
.text-box {
  font-size: 1rem;
  text-align: center;
  line-height: 1.9rem;
  padding: 1rem 1.5rem;
}
.box-txt {
  min-height: 28px;
  padding: 0.2rem 0;
  text-align: center;
  width: 100%;
  background-color: #d3effa;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.box-txt a {
  text-decoration: none;
  color: black;
}
.footer {
  padding:0 0.4rem;
  display: flex;
  justify-content: space-between;
  font-size: 0.8rem;
  background: linear-gradient(
    3deg,
    rgba(211, 239, 250, 1) 39%,
    rgba(255, 255, 255, 1) 87%
  );
  line-height: 1.5rem;
}
.footer-1st-column > ul > li > a {
  text-decoration:none;
  color:#000;
}
.footer-1st-column > ul > li > a:hover {
  color: #0089bd;
  cursor: pointer;
}
.footer-1st-column > ul > li > a:active {
  position: relative;
  top: 1px;
}
.footer-1st-column,
.footer-2nd-column {
  display: flex;
}
.footer-1st-column {
  align-items: flex-end;
  margin-left: -2rem;
  line-height: 2rem;
}
.footer-2nd-column {
  margin-right: 2rem;
  cursor: default;
}
.footer > div > ul {
  list-style-type: none;
  margin: 0;
}
.firm  {
  text-decoration: none;
  color: #23ace4!important;
  font-size: 1rem!Important;
  font-weight: bolder!important;
}
.group > li > a{
  text-decoration: none;
  color:#000;
}

.group > li > a:hover{
  color: #0089bd;
  cursor: pointer;
}
.group > li > a:active{
  position: relative;
  top: 1px;
}
.group > li > a > img {
  display: inline-block;
}

.group > li > a > .link-text{
  vertical-align: middle;
  display: table-cell;
}
.group > li > a > .ventvision{
  vertical-align: baseline;
}
.group > li > a > .casavent{
  vertical-align: baseline;
  padding-bottom: 2px;
}

.group-2 > li > a{
  text-decoration: none;
  color:#000;
}
.group-2 > li > a:hover{
  color: #0089bd;
  cursor: pointer;
}
.group-2 > li > a:active{
  position: relative;
  top: 1px;
}
/* .firm:hover{
  color:#23ace4!important;
  cursor:default!important;
}
.firm:active{
  position: static;
} */
.group {
/*  margin-top: 5rem !important;*/
  line-height: 2rem;
}



@media screen and (max-width: 1025px) {
  .admin-menu {
  
    left:0!important;

  }
  .downloads-category{
    justify-content: center;
  }
  #products{
   flex-direction: column;
   justify-content: center;
   align-items: center;
   width: 100%;
   padding:0;
  }
.mobile-page-nav{
  display:flex;
}
.page-nav{
  display: none;
}
.page-lead{
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
         user-select: none; 
  font-size: 24px;
  width:200px;
}
.page-main >div >div{
  display: block;
}
.page-box{
  width:100%;
}
.footer{
 display: block;
  padding:2rem 0;
  background:none;
}
.footer-1st-column, .footer-2nd-column{
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100vw;
  margin:0;
  
}
.group{
  margin:0!important;
}
}

.column{

flex-direction: column!important;
}
.nowrap{
  flex-wrap:nowrap!important;
}

hr{
  display: none;
}

/* DELETE ME */
.admin-menu {
  display: flex;
  position:absolute;
  top:0;
  left:48rem;
  z-index: 19999999;
}
.admin-menu ul {
  display: flex;
}
.admin-menu ul li {
  margin-left: 10px;
  display: flex;
  background:deepskyblue;
}
.admin-menu ul li a{
  padding:1rem;
  text-decoration: none;
  color:#fff;
}.admin-menu ul li a>u{

  text-decoration: none;

}


.downloads-category-name{
  padding: 2rem;
}
.downloads-category{
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0;
  padding: 0 2rem;


}
.downlads-category > li{
  list-style-type: none!important;
  max-width: 100px;
  max-height: 100px;
}
.downloads-category > li > a {
text-decoration: none;
padding: 0 1rem;
font-size: 11px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
color: #000;
max-width: 120px;
flex-wrap: wrap;
list-style-type: none!important;
}
.downlads-category > li > a > img{

}
.regulations-wrapper {
width: 100%;
}
.regulation-description {
	margin-top: 20px;
	margin-bottom: 20px;
}
.regulation-downloads, .regulation-downloads img {
	margin: auto;
	display: block;
	text-align: center;
}
/* Contact Details Section Styling in Privacy Policy */
.contact-section {
    margin: 2em 0;
    line-height: 1.5;
}

.contact-method {
    font-weight: bold;
    margin-bottom: 0.5em;
}

.address-block {
    margin-left: 2em;
    margin-bottom: 2em;
}

.address-line {
    margin: 0;
    padding: 0;
    line-height: 1.4;
}
