html, body {
    /* background: red; */
    height: 100%;
    width:100%;
    margin: 0px;
    overflow-x: hidden;
    font-family: 'Be Vietnam Pro', sans-serif;
    
}
div.go-top{
    position: fixed;
    bottom: 3vw;
    right: 3vw;
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: none;
    justify-content: center;
    align-content: center;
    z-index: 9999999;
}

.go-top img{
    width: 30px;
    height: 30px;
}
.go-top img:hover{
    width: 50px;
    height: 50px;
    transition: 0.3s;
}

::-webkit-scrollbar {
    width: 10px;
    position: fixed;
    z-index: 999999;
  }
  ::-webkit-scrollbar-track {
    position: fixed;
    z-index: 9999999;
  }

  ::-webkit-scrollbar-thumb {
    position: fixed;
    z-index: 999999;
    background: #0072b5; 
  }
  
body::-webkit-scrollbar {
/*    display: none;*/
}
body{
    
    
    min-height: 100vh;
    display: grid;
    place-items: center;
    margin: 0;
    background-color: white;
    z-index: 999;
}

nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: white;
    /* opacity: 0.; */
    padding: 15px; 
     z-index: 19999;
}

nav .nav-content{
    position: relative;
    height: 100%;
    max-width: 90%;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: auto; 
   
}
.nav-content .nav-links li:hover {
    scale: 1.2;
    transition: 0.8s;
 }
.nav-content .nav-links{
    display: flex;
    align-items: center;
    margin-bottom: 0;
    
}
.nav-content .nav-links li{
    list-style: none;
    margin: 0 8px;
}

.nav-content .nav-links a{
    font-size: 18px;
    font-weight: 500;
    /* color: #0072b5; */
    color: #1f1a17;
    padding: 10px 4px;
    text-decoration: none;
   }
.nav-content .nav-links a:hover{
    font-size: 18px;
    font-weight: 500;
    color: #0072b5;
    /* color: #1f1a17; */
    padding: 10px 4px;
    text-decoration: none;
   }  
   .w3-bar-block .w3-bar-item{
    color: #0072b5;
    text-decoration: none;
}


.col-sm-2 img{
    width: 100%;
}

.menu{
    /* position: absolute; */
    width: 30px;
    height: 30px;
    float: right;
    margin-left: -50px;
    /* margin-top: -10px; */
/*    display: none;*/
}
.nav-links-menu{
    display: none;
}
.dropdown {
    display: none;
}


.container{
     width:100%;
     padding: 0;
     margin-top: 92px;
     z-index: 1;
}
.centered {
  position: absolute;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
/*  float: left;*/
}
.centered h1{
    /* width: 200px; */
    font-size: 5vw;
    font-weight: 900; 
    text-align: left;
    color: #0072b5;
    font-family: 'Be Vietnam Pro', sans-serif;
    font-family: 'Roboto', sans-serif;
}
.item{
      margin: 0px;
      width:100vw;
      height:100%;
      overflow:auto;
}
.bg img{
 width: 100%;
 padding: 0;
 position: relative;
}
.row-back1{

    text-align: center;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.row-back1 h2{
    
    position: relative; 
    top: 4vw;
    text-align: center;
    font-size: 1.2vw;
    color: #1f1a17;
    /* font-weight: 600; */
}
.row-back1 h1{

    position: relative; 
    top: 4vw;
    text-align: center;
    font-size: 3vw;
    color: #0072b5;
    font-weight: 600;
}
.row-back3{
    margin-top: 20vh;
    line-height: 1.1;
    text-align: center;
    width: 70%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* background-image: url("banner.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
/*    */
}

.row-back3 p{
    color: #1f1a17;
    font-size: 1vw;
}
.row-back{
    line-height: 1.1;
    text-align: center;
    width: 70%;
    position: relative;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    /* background-image: url("banner.jpg"); */
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 3;
/*    */
}
img.bimg{
    position: absolute;
    margin-top: -70vw;
    width: 100%;
    height: 300%;
    z-index: 0;
    opacity: 0.2;
}

.row-back h2{
    position: relative; 
    top: 4vw;
    text-align: center;
    font-size: 1.2vw;
    color: #1f1a17;
    /* font-weight: 600; */
}
.row-back h3{
    position: relative; 
    top: 4vw;
    text-align: center;
    font-size: 3vw;
    color: #0072b5;
    font-weight: 600;
}
.heading{
    margin-left: 9vw;
    margin-right: 9vw;
    margin-top: 4vw;
    width: 50%;
/*    margin-right: 9vw;*/
    font-size: 1.4vw;
    text-align: center;
    align-content: center;
    align-items: center;
    justify-content: center;      
    line-height: 1.8;
    color: #0072b5;
    z-index: 1;
}

.heading h1{
    position: relative;
    /* top: 4vw; */
    text-align: center;
    font-size: 3vw;
    color: #0072b5;
    font-weight: 600;
    color: #0072b5;  
}

.heading h2{
    text-align: justify;
    color: #1f1a17;
    font-size: 1vw;
}
.heading img{
    width: 150px;
}

.row { 
   
   
    padding: 40px;
    width: 80%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;    
    }
.col-sm-6 {
    width: 100%;
}
    
.col-sm-6 h1{
    width: 100%;
    font-size: 3vw;
    text-align: left;
    align-content: center;
    align-items: center;
    justify-content: center; 
    letter-spacing: 0px;
    font-weight: 600;
    color: #0072b5;
    }

.col-sm-6 p{
    line-height: 1.1;
    font-size: 1.2vw;
}
div.logo img{
    width: 150px;
}
.col-sm-4 img{
    width: 100%;
}
.col-sm-4 h1{
    color: #0072b5;
    font-size: 2vw;
    font-weight: 600;
}

.col-sm-2{
    padding: 15px;
    transition: 0.5s;
    border: 0.3px solid #f1f1f1;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
}
.col-sm-2:hover{
    box-shadow: 0px 1px 5px gray;
    transition: all 200ms ease-in; 
    transform: scale(1.2);
    z-index: 999;
}
.carousel-control{
    opacity: 0.1;
}


.col-sm-2 h1{
    font-size: 20px;
}
.col-sm-4{
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.85);
    transition: 0.5s;
    border: 0.6px solid #0072b5;
    border-radius: 25px;
}
.col-sm-4:hover{
 
  /* display: block; */
  box-shadow: 0px 1px 5px gray;
  transition: all 200ms ease-in; 
  transform: scale(1.1);
  background-color: rgba(255, 255, 255, 1);
  z-index: 999;
}

.col-sm-4 p{
    max-height: 70px;
    overflow-y: scroll;
    border: 0.21px solid #0072b5;
    font-size: 12px;
    border-radius: 3px;
    color: #424242;
    margin: 0;
    padding: 10px;
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    /* -webkit-line-clamp: 2; */
    /* overflow: hidden; */
    
 }
.col-sm-4 p:hover {
    /* overflow: visible; */
    /* display: block; */
    -webkit-line-clamp: 0;
    z-index: 999;
  }
.row-product h2{
    font-size: 15px;
    color: #424242;
    float: left;
}
.row-product h3{
    float: right;
    font-size: 15px;
    color: #424242;
}
.mrp{
    float: left;
    width: 100%;
    position: relative;
    
}
.row-more{
    padding: 40px;
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-products-text{
    /* margin-top: 70px; */
    font-size: 3vw;
    width: 100%;
    display: flex;
    font-weight: 600;
    align-items: center;
    background-color: #0072b5;
    color: #ffffff;
    justify-content: center;
    text-align: center;
}
/* .row-back1{
    background-image: url("bannerabout.jpg");
  background-color: #cccccc;
  height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
} */
div.row-back img{
    width: 100%;
    z-index: 2;
}
.back-water{
    position: absolute;
    margin-top: -53vw;
    position: absolute;
    margin-left: -23vw;
    width: 66%;
    z-index: 0;
}
.back-water img{
    position: absolute;
    width: 80%;
    opacity: 0.7;
}

.container-product-back{
    background-color: #0072b5;
    background-image: url("ocean.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}
.ban-img2{
    margin-left: 10vw;
    position: absolute;
    width: 100%;
    z-index: 3;
   
}
img.girl{
    width: 50%;
}
.vision{
    background-color: white;
    overflow: hidden;
    height: 60vh;
    position: relative;
    width: 100%;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.visionp{
    height: auto;
    position: absolute;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    z-index: 4;
    width: 100%;
    margin-left: -40vw;

}
p.h6{
    margin-bottom: 20px;
}
.vision h1{
    font-size: 3vw;
    color:#0072b5;
    font-weight: 600;
}
.visionp{
    position: absolute;
    font-size: 1.2vw;
    color: #1f1a17;
    z-index: 4;
    width: 40%;
    float: left;
    /* font-weight: 600; */
    margin-left: -30vw;
    line-height: 1;
}
.imgback{
    display: flex;
    position: relative;
    width: 100%;
    justify-content: center;
}

@media (max-width: 1000px){
    .nav-content ul.nav-links {
        display: none;
     }
    .nav-links-menu{
        display: block;
    }
    div.w3-dropdown-hover{
        display: block;
    }

}

@media (max-width: 800px){
    .vision{
        height: 60vh;
    }
    .visionp{
    position: absolute;
    font-size: 1.2vw;
    border-radius: 20px;
    color: #1f1a17;
    z-index: 4;
    width: 40%;
    padding: 15px;
    float: left;
    background-color: rgba(225,225,225,0.5);
    /* background-color: grey; */
    /* font-weight: 600; */
    margin-left: -30vw;
    line-height: 1;
    }
    div.row-back h3{
        font-size: 5vw;
    }
    .visionp{
        margin-left: -49vw;
    }
    .vision h1{
        font-size: 6vw;
    }
    .vision p{
        font-size: 3vw;
        font-weight: 100;
    }

    img.ban-img2{
        width: 130%;
        z-index: 3;
       
    }
    img.ban-img{
        width: 140%; 
    }
    .col-sm-4 h1{
            font-size: 6vw;
    }

    .back-water{
        position: absolute;
        margin-top: -12vw;
        position: absolute;
        margin-left: 11vw;
        width: 91%;
        z-index: 0;
    }
    ::-webkit-scrollbar {
        width: 4px;
        position: fixed;
        z-index: 999999;
      }
    .row-back3 p{
        font-size: 3vw;
    }
    .row-back3 h1{
        font-size: 6vw;
    }
    div.bg img{
        width: 250%;
    }
    .row{
        width: 100%;
    }
    nav .nav-content{
        max-width: 100%;
    }
    .main-products-text{
        font-size: 7vw;
    }
    div.cate-text{
        font-size: 15px;
    }

    .heading{
        width: 80%;
    }
    .row-back1{
        margin-top: 5vh;
    }
    .row-back1 h2{
        text-align: justify;
        color: #1f1a17;
        font-size: 3vw;
    }
    .row-back1 h1{
        /* color: #1f1a17; */
        font-size: 7vw;
    }
    .row-back h2{
        color: #1f1a17;
        font-size: 3vw;
    }
    .row-back h1{
        /* color: #1f1a17; */
        font-size: 4vw;
    }
    .col-sm-6 p{
        text-align: center;
        font-size: 3vw;
    }  
    .col-sm-6 h1{
        text-align: center;
        font-size: 6vw;
    } 
    .item{
        margin: 0px;
        width:100vw;
        height:100%;
        overflow:auto;
    }
    /* .centered{
        left: 50%;
    } */
    .centered h1{
        font-size: 4vw;
        /* text-align: center; */
    }
  
    .row {
        display: block;
    }
   
    .row-product{
        display: block;
    }
    .container {
        margin-top: 65px;
    }
    div.logo img{
        width: 90px;
    }
    div.parallax{
        height: 400px; 
    }
    div.parallax2{
        height: 300px; 
    }
    div.parallax3{
        height: 300px; 
    }
    div.row-back img{
        width: 125%;
    }
}

.w3-dropdown-hover{
    display: none;
}
.bg{
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg img{
    width: 100%;
}


.parallax {
  /* The image used */
  background-image: url("eye-banner.jpg");
  width: 100%;
  /* Set a specific height */
  height: 600px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}

.button {
  background-color: #0072b5; 
  border: none;
  color: white;
  padding: 9px 9px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 82px;
}
.button1 {
    font-size: 10px;
  background-color: white; 
  color: black; 
  border: 2px solid #0072b5;
}
.button1:hover {
  background-color: #0072b5;
  color: white;
}
.row-cate{
    border-radius: 5px;
    margin-top:60px;
    padding: 8px;
    width: 95%;
    box-shadow: 2px 2px 5px 1px #e7e7e7;
}
.cate-text{
    color:#0072b5;
    font-size: 20px;
    font-weight: 500;
    float: left;
}
.row-product{
/*    background: #0072b5;*/
    /* padding: 10px; */
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;  
    
}
.ban-img{
    width: 100%; 
    z-index: 1;
    position: relative;
    display: block;
}
.container-product1{
    /*    background: #0072b5;*/
        width: 70%;
        position: relative;
        justify-content: center;
        align-items: center;
    }
.container-product{
/*    background: #0072b5;*/
    width: 100%;
    position: relative;
    justify-content: center;
    align-items: center;
}

div.row1 img{
    width: 40px;
}
.parallax2 {
  /* The image used */
  background-image: url("bg5.jpg");
  width: 100%;
  /* Set a specific height */
  height: 600px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 999;
}
.parallax3 {
    /* The image used */
    background-image: url("bg6.jpg");
    width: 100%;
    /* Set a specific height */
    height: 600px; 
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 999;
  }
 .footer{
    
    position: relative;
    Width: 100%;
    bottom: 0;
    color: white;
    text-decoration: none;
    width: 100%;
    padding: 0;
    margin: 0;
    background-color: #0072b5;
    display: block;
    justify-content: center;
    align-items: center;
 }
 .row1{
    margin-top: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
 }
.row1 img{
    width: 40px;
    padding: 5px;
}
.row-footer img{
    width: 120px ;
}

.row1 img:hover{
    transition: all 200ms ease-in; 
    transform: scale(1.5);
}



/*FOOTER*/
section {
    padding: 60px 0;
}

section .section-title {
    text-align: center;
    color: #0072b5;
    margin-bottom: 50px;
    text-transform: uppercase;
}
#footer {
    width: 100%;
    background: #0072b5;
}
#footer h5{
    padding-left: 10px;
/*    border-left: 3px solid red;*/
    padding-bottom: 6px;
    margin-bottom: 20px;
    color:#ffffff;
}
#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
#footer ul.social li{
  padding: 3px 0;
}
#footer ul.social li a i {
    margin-right: 5px;
  font-size:25px;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.social li:hover a i {
  font-size:30px;
  margin-top:-10px;
}
#footer ul.social li a,
#footer ul.quick-links li a{
  color: white;
}
#footer ul.social li a:hover{
  color:#eeeeee;
}
#footer ul.quick-links li{
  padding: 3px 0;
  -webkit-transition: .5s all ease;
  -moz-transition: .5s all ease;
  transition: .5s all ease;
}
#footer ul.quick-links li:hover{
  padding: 3px 0;
  margin-left:5px;
  font-weight:700;
}
#footer ul.quick-links li a i{
  margin-right: 5px;
}
#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

.row-footer {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
}

@media (max-width:767px){

#footer h5 {
    padding-left: 0;
    border-left: transparent;
    padding-bottom: 0px;
    margin-bottom: 10px;
}
}



.social-icons{
	padding:30px;
	background-color:#0072b5;
    text-align: center;
}
.social-icons a{
	color:#fff;
  line-height:30px;
  font-size:30px;
  margin: 0 5px;
  text-decoration:none;
  
}
.social-icons a i{
	/* line-height:30px;
  font-size:30px;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1); 
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1); 
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1);*/
  transition: all 200ms ease-in; 
  transform: scale(1);
}
.social-icons a:hover img{
  /* box-shadow: 0px 0px 150px #000000; */
  /* z-index: 2;
  -webkit-transition: all 200ms ease-in;
  -webkit-transform: scale(1.5);
  -ms-transition: all 200ms ease-in;
  -ms-transform: scale(1.5);   
  -moz-transition: all 200ms ease-in;
  -moz-transform: scale(1.5);*/
  transition: all 200ms ease-in; 
  transform: scale(1.5);
}


.arrow {
    border: solid #1f1a17;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }

    
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

.dropbtn {
    background-color: #ffffff;
    color: #1f1a17;
    padding: 12px;
    font-size: 12px;
    border-radius: 90px;
    border: 2px solid #0072b5;
  }
  
  .dropdown {
    float: right;
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }

  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {background-color: #ddd;}
  
  .dropdown:hover .dropdown-content {display: block;}

  .dropdown-content:hover div.arrow {
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
  }
  
  

  .dropcate{
    margin-top: 70px;
    position: relative;
    margin-right: 5vw;
    display: block;
    justify-content: center;
    float: right;
    align-items: center;
    width: 100%;
  }
  .dropcate h1{
    font-size: 25px;
    color: #0072b5;
    font-weight: 500;
    position: absolute;
    margin-left: 5vw;
  }