a:link { text-decoration: none; }
a:visited { text-decoration:none; }
a:hover { text-decoration: none; }
a:active { text-decoration: none; }
body, html {
    font-family: "Helvetica", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-image: url(../images/hybridgrouper/bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #ceeff6;
    scroll-behavior: smooth;
    font-weight: 1.2rem;
}



/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #fff;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  float: right;
  padding: 1.5rem;
  font-weight: bold;
  width: 100%;
  display: flex;
  position: fixed;
  z-index: 99999;
  box-shadow: 0 3px 13px #000;
}
/* Links inside the navbar */
.navbar a{
  float: left;
  font-size: 16px;
  color: black;
  text-align: left;
  padding: 14px 16px;
  text-decoration: none;
}
/* The dropdown container */
.dropdown{
  overflow: hidden;
  display: flex;
  margin: 0 50px 0 835px;
}
.dropdown-products{
  overflow: hidden;
  display: flex;
  margin: 0 50px 0 0;
}
.dropdown-1{
  margin: 0 25px 0 0;
  display: flex;
}
/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0 0 0 0; /* Important for vertical align on mobile phones */
  font-weight: bold;
}
.dropdown-products .dropbtn-1 {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0 0 0 0; /* Important for vertical align on mobile phones */
  font-weight: bold;
}
/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  color: blue;
}
.navbar a:hover, .dropdown-products:hover .dropbtn {
  color: blue;
}
/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 45px 0 0 0;
}
.dropdown-content-products {
  display: none;
  position: relative;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin: 45px 0 0 0;
}
/* Links inside the dropdown */
.dropdown-content a {
  float:none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
.dropdown-content-products a {
  float:none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
  position: relative;
}
/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: lightblue;
}
.dropdown-content-products a:hover {
  background-color: lightblue;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
  position: fixed;
}
.dropdown-products:hover .dropdown-content-products {
  display: block;
  position: fixed;
}
.dropdown .dropdown-products .dropdown-content {
  display: block;
  position: fixed;
}
.dropdown .dropdown-products .dropdown-content-products {
  display: block;
  position: fixed;
}
.logo img{
  position:absolute;
  top: -9px;
  left: 2.5rem;
  font-size: 18px;
  height: 7rem;
  display: flex;
}
.insta img{
      position: absolute;
    top: 30px;
    right: 90px;
    font-size: 18px;
    height: 2rem;
    display: flex;
}
.fb img{
      position: absolute;
    top: 30px;
    right: 150px;
    font-size: 18px;
    height: 2rem;
    display: flex;
    pointer-events: none;
}




.vid-index{
  width: 100vw;
  height: 65vh;
  position: relative;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
video {
  height: 100vh;
  width: 100vw;
  text-align: center;
  object-fit: cover;
  position: absolute;
}





.intro-product{
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: lighter;
    margin-top: -5px;
    padding: 1.5rem;
}
.intro-product p{
    font-size: 1.2rem; 
}
.intro-product h2{
    font-size: 1.8rem; 
    margin-bottom: 40px;
}
.intro-product-img1{
    display: flex;
    justify-content: center;
}
.intro-product-img1 img{
    display: flex;
    width: 60%;
    height: auto;
    padding: 40px 0 80px 0;
}
.product-process-header{
    text-align: center;
    margin-top: 80px;
}
.linedot1{
    width: 50%;
    color: skyblue;
}
.linedot{
  width: 50%;
  color: darkgrey;
  border-bottom-width: 0px;
}
.rounded-circle {
  box-shadow: 0px 0px 5px 2px rgb(131 131 131 / 50%);
  border: 1px solid #fff;
}
.rounded-circle {
  border-radius: 50%!important;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}




/*IMAGE ON LEFT SIDE*/ /*IMAGE ON LEFT SIDE*/
.row-rabbitfish {
    display: flex;
    padding: 2rem;
}
.column {
    flex: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.column img{
    width: 236px;
    height: 236px;
    margin-left: 30rem;
}
.column-text {
    flex: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-text p{
  font-weight: bold;
  margin-right: 30rem;
  font-size: 1.2rem;
  font-weight: lighter; 
}



/*IMAGE ON RIGHT SIDE*/ /*IMAGE ON RIGHT SIDE*/
.row-rabbitfish-2 {
    display: flex;
    padding: 2rem;
}
.column-2 {
    flex: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.column-2 img{
    width: 236px;
    height: 236px;
    margin-right: 30rem;
}
.column-text-2 {
    flex: 50%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-text-2 p{
  font-weight: bold;
  margin-left: 30rem;
  font-size: 1.2rem; 
  font-weight: lighter;
}










  .backtotop{
    display: flex;
    justify-content: flex-end;
    padding: 30px;
    margin-right: 30px;
    position: relative;
    margin-top: 15px;
  }
  .backtotop img{
    width: 30px;
    margin: 15px 0 0 0;
  }
  .backtotop .button{
    background-color:transparent;
    border: 3px;
    color: #000;
    border-radius: 20px;
    opacity: 0.7;
    font-weight: bold;
  }
  .button:hover{
    box-shadow: 0px 0px 5px 2px #000;
    opacity: 1.2;
  }
  .button a{
    color: #000;
  }
  


  
  .mygapmobile{
    display: none;
  }
  .footer{
    width: 100%;
  }
  .footer img{
    width: 100%;
  }

  .copyright{
    color: #fff;
    z-index: 99;
    position: absolute;
    margin: 314px 0 0 740px;
    padding: 0;
    display: flex;
  }





/*MOBILE FRIENDLY SETTINGS*/ /*MOBILE FRIENDLY SETTINGS*/ /*MOBILE FRIENDLY SETTINGS*/
/*INDEX CONTENT PLACEMENTS*//*INDEX CONTENT PLACEMENTS*/
@media screen and (max-width: 600px) {
  .vid-index{
    width: 100vw;
    height: 45vh;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  video {
    height: 45vh;
    width: 100vw;
    text-align: center;
    object-fit:cover;
    position: absolute;
  }
.intro-product{
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: lighter;
    margin-top: -5px;
    padding: 3rem;
}
.intro-product p{
    font-weight: bold;
}
.intro-product-img1{
    display: flex;
    justify-content: center;
}
.intro-product-img1 img{
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
}
.product-process-header {
  margin-top: 0;
}
.product-process-header h2{
  text-align: center;
  padding: 1rem 1rem 0 1rem;
  margin-top: -2rem;
}
.rounded-circle {
  border: 1px solid #fff;
}
.linedot1{
  width: 70%;
  color: skyblue;
}
.linedot{
width: 70%;
color: darkgrey;
border-bottom-width: 0px;
}
/*IMAGE ON LEFT SIDE*/ /*IMAGE ON LEFT SIDE*/
.row-rabbitfish {
  display: flex;
  padding: 2rem;
}
.column {
  flex: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.column img{
  width: 100px;
  height: 100px;
  margin-left: 0;
}
.column-text {
  flex: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-text p{
font-weight: bold;
margin-right: 0;
font-size: 1rem;
text-align: center;
}
/*IMAGE ON RIGHT SIDE*/ /*IMAGE ON RIGHT SIDE*/
.row-rabbitfish-2 {
  display: flex;
  padding: 2rem;
}
.column-2 {
  flex: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.column-2 img{
  width: 100px;
  height: 100px;
  margin-right: 0;
}
.column-text-2 {
  flex: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-text-2 p{
font-weight: bold;
margin-left: 0;
font-size: 1rem;
text-align: center;
}
}


@media screen and (min-width: 600px) and (max-width: 900px){
  .vid-index{
    width: 100vw;
    height: 45vh;
    position: relative;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  video {
    height: 45vh;
    width: 100vw;
    text-align: center;
    object-fit:cover;
    position: absolute;
  }
.intro-product {
    display: block;
    text-align: center;
    font-size: 1rem;
    font-weight: lighter;
    margin-top: -120px;
    padding: 10rem;
}
.intro-product p{
    font-weight: bold;
}
.intro-product-img1{
    display: flex;
    justify-content: center;
}
.intro-product-img1 img{
    display: flex;
    width: 100%;
    height: auto;
    padding: 0;
}
.product-process-header {
  margin-top: -7rem;
}
.product-process-header h2{
  text-align: center;
  padding: 1rem 1rem 0 1rem;
}
.rounded-circle {
  border: 1px solid #fff;
}
.linedot1{
  width: 55%;
  color: skyblue;
}
.linedot{
width: 55%;
color: darkgrey;
border-bottom-width: 0px;
}
/*IMAGE ON LEFT SIDE*/ /*IMAGE ON LEFT SIDE*/
.row-rabbitfish {
  display: flex;
  padding: 2rem;
}
.column {
  flex: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.column img{
  width: 10rem;
  height: auto;
  margin-left: 10rem;
}
.column-text {
  flex: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-text p{
font-weight: bold;
margin-right: 12rem;
font-size: 1rem;
text-align: center;
}
/*IMAGE ON RIGHT SIDE*/ /*IMAGE ON RIGHT SIDE*/
.row-rabbitfish-2 {
  display: flex;
  padding: 2rem;
}
.column-2 {
  flex: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.column-2 img{
  width: 10rem;
  height: auto;
  margin-right: 12rem;
}
.column-text-2 {
  flex: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-text-2 p{
font-weight: bold;
margin-left: 10rem;
font-size: 1rem;
text-align: center;
}
}


@media screen and (min-width: 900px) and (max-width: 1200px){
.intro-product p{
    font-weight: bold;
}
.intro-product-img1{
    display: flex;
    justify-content: center;
}
.intro-product-img1 img{
    display: flex;
    width: 80%;
    height: auto;
    padding: 0;
}
.product-process-header {
  margin-top: 0;
}
.product-process-header h2{
  text-align: center;
  padding: 1rem 1rem 0 1rem;
}
.rounded-circle {
  border: 1px solid #fff;
}
.linedot1{
  width: 38%;
  color: skyblue;
}
.linedot{
width: 38%;
color: darkgrey;
border-bottom-width: 0px;
}
/*IMAGE ON LEFT SIDE*/ /*IMAGE ON LEFT SIDE*/
.row-rabbitfish {
  display: flex;
  padding: 2rem;
}
.column {
  flex: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.column img{
  width: 10rem;
  height: auto;
  margin-left: 19rem;
}
.column-text {
  flex: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-text p{
font-weight: bold;
margin-right: 20rem;
font-size: 1rem;
text-align: center;
}
/*IMAGE ON RIGHT SIDE*/ /*IMAGE ON RIGHT SIDE*/
.row-rabbitfish-2 {
  display: flex;
  padding: 2rem;
}
.column-2 {
  flex: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
}
.column-2 img{
  width: 10rem;
  height: auto;
  margin-right: 20rem;
}
.column-text-2 {
  flex: 50%;
  padding: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.column-text-2 p{
font-weight: bold;
margin-left: 19rem;
font-size: 1rem;
text-align: center;
}
}
    
  





/*GENERAL ITEM PLACEMENTS*/ /*GENERAL ITEM PLACEMENTS*/ /*GENERAL ITEM PLACEMENTS*/ /*GENERAL ITEM PLACEMENTS*/ /*GENERAL ITEM PLACEMENTS*/
/* NAVBAR DESKTOP VERSION HIDDEN*/
@media screen and (max-width: 1919px){
.navbar {
  display: none;
}
  

.intro p{
  font-weight: bold;
}
}
  
/*NAVBAR MOBILE & TABLET VERSION*/ /*NAVBAR MOBILE & TABLET VERSION*/ /*NAVBAR MOBILE & TABLET VERSION*/ /*NAVBAR MOBILE & TABLET VERSION*/ /*NAVBAR MOBILE & TABLET VERSION*/
@media screen and (min-width: 1920px){
.navbar-mobile{
display: none;
}
.socialmedialinks{
display: none;
}
}


@media screen and (max-width: 1920px){
.product-header {
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: scroll;
  background-size: cover;
  background-image: url(../images/newgallery/header-bg.webp);
  height: 45vh;
}  
.navbar-mobile{
height: 70px;
width: 100vw;
background-color: #fff;
position: fixed;
z-index: 9999;
}
.nav-logo-mobile img{
width: 9rem;
height: auto;
display: flex;
align-items: center;
margin-top: -8px;
} 
.navbar-mobile .nav-header-mobile{
display: inline;
}
.navbar-mobile .nav-header-mobile .nav-logo-mobile{
display: inline-block;
margin-top: -7px;
}
.navbar-mobile .nav-links-mobile{
display: inline;
float: right;
font-size: 18px;
} 
.navbar-mobile .nav-links-mobile .loginBtn-mobile{
display: inline-block;
padding: 5px 15px;
margin-left: 20px;
font-size: 17px;
color: rgb(30, 43, 58);
}
.navbar-mobile .nav-links-mobile a {
padding: 10px 12px;
text-decoration: none;
font-weight: 550;
color: #fff;
}
/* Hover effects */
.navbar-mobile .nav-links-mobile a:hover{
background-color: #ceeff6;
color: #000;
}
/* responsive navbar toggle button */
.navbar-mobile #nav-check-mobile, .navbar-mobile .nav-btn-mobile{
display: none;
}


.navbar-mobile .nav-btn-mobile{
display: inline-block;
position: absolute;
top: 0px;
right: 0px;
}
.navbar-mobile .nav-btn-mobile label {
display: inline-block;
height: 70px;
padding: 25px;
}
.navbar-mobile .nav-btn-mobile label span {
display: block;
height: 7px;
width: 25px;
border-top: 3px solid #000;
margin-left: 60px;
}
.navbar-mobile .nav-btn-mobile label:hover, .navbar-mobile #nav-check-mobile:checked ~ .nav-btn-mobile label {
background-color: transparent;
transition: all 0.5s ease;
height: 2.6vh;
}
.navbar-mobile .nav-links-mobile{
position: absolute;
display: block;
text-align: center;
width: 45vw;
opacity: 0.8;
background-color: rgb(30, 43, 58);
transition: all 0.3s ease-in;
overflow-y: hidden;
top: 70px;
right: 0px;
}
.navbar-mobile .nav-links-mobile a {
display: block;
}
 
/* when nav toggle button not checked */
.navbar-mobile #nav-check-mobile:not(:checked) ~ .nav-links-mobile {
height: 0px;
}
 
/* when nav toggle button is checked */
.navbar-mobile #nav-check-mobile:checked ~ .nav-links-mobile {
overflow-y: auto;
}
.navbar-mobile .nav-links-mobile .loginBtn-mobile {
padding: 10px 40px ;
margin: 20px;
font-size:18px;
font-weight: bold;
color: rgb(9, 14, 90);
}
/* Responsive dropdown code */
.navbar-mobile .nav-links-mobile .dropdown-mobile, .navbar-mobile .nav-links-mobile .dropdown2-mobile {
float: none;
width: 100%;
}
.navbar-mobile .nav-links-mobile .drop-content-mobile, .navbar-mobile .nav-links-mobile .drop-content2-mobile {
position: relative;
background-color: rgb(220, 220, 250);
top: 0px;
left: 0px;
}
/* Text color */
.navbar-mobile .nav-links-mobile .drop-content-mobile a {
color: rgb(9, 14, 90);
}

/* DROPDOWN MENU CSS CODE */ /* DROPDOWN MENU CSS CODE */ /* DROPDOWN MENU CSS CODE */
.dropdown-mobile{
position: relative;
display: inline-block;
}
.drop-content-mobile, .drop-content2-mobile {
display: none;
position: absolute;
background-color: #1b4cd3;
min-width: 120px;
font-size: 16px;
top: 34px;
z-index: 1;
box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}
/* on hover show dropdown */
.dropdown-mobile:hover .drop-content-mobile, .dropdown2-mobile:hover .drop-content2-mobile {
display: block;
}
/* drondown links */
.drop-content-mobile a {
padding: 12px 10px;
border-bottom: 1px solid rgb(197, 197, 250);
display: block;
transition: all 0.5s ease !important;
}
.dropBtn-mobile .drop-content-mobile a:hover {
background-color: rgb(230, 230, 230);
}
.dropdown-mobile:hover .dropBtn-mobile, .dropdown2-mobile:hover .dropBtn2-mobile {
background-color: rgba(0, 0, 0, 0.3);
}
.dropdown2-mobile .drop-content2-mobile {
position: absolute;
left: 120px;
top: 126px;
}


.copyright{
color: #fff;
z-index: 99;
position: relative;
margin: 0;
padding: 2rem 2rem 1rem 2rem;
font-size: 0.9rem;
text-align: center;
}
.footer{
width: 100vw;
display: none;
}
.footer img{
width: 100vw;
}
.mygapmobile{
display: flex;
}
.mygapmobile img{
width: 50%;
position: relative;
margin-left: 6rem;
margin-bottom: -1rem;
}
.backtotop{
margin-right: 0px;
}
}



@media screen and (min-width:600px) {
.copyright{
  color: #fff;
  z-index: 99;
  position: relative;
  margin: 0;
  padding: 2rem 2rem 1rem 2rem;
  font-size: 0.9rem;
  text-align: center;
  display: flex;
  justify-content: center;
}
.footer{
  width: 100vw;
  display: none;
}
.footer img{
  width: 100vw;
}
.mygapmobile{
  display: block;
}
.mygapmobile img{
  width: 30%;
  position: relative;
  margin-left: 0;
  margin-bottom: 0;
  }
.backtotop{
  margin-right: 0px;
}
}


@media screen and (min-width:760px) {
.copyright{
  color: #fff;
  z-index: 99;
  position: relative;
  margin: 0;
  margin-top: -2rem;
  padding: 2rem 2rem 1rem 2rem;
  font-size: 0.9rem;
  text-align: center;
}
.footer{
  width: 100vw;
  display: none;
}
.footer img{
  width: 100vw;
}
.mygapmobile{
  display: flex;
  justify-content: center;
}
.backtotop{
    margin-right: 0px;
}
}


@media screen and (min-width:780px) {
.mygapmobile{
  display: flex;
}
.backtotop{
  margin-bottom: 11rem;
}
}


@media screen and (min-width:844px) {
.mygapmobile img{
  width: 10%;
}  
}
