/* *{
    overflow-x: hidden;
} */

*::-webkit-scrollbar {
    width: 5px;
  }
  
  *::-webkit-scrollbar-track {
    background: #111C31;
  }
  
  *::-webkit-scrollbar-thumb {
    background-color: #108FA8;
    border-radius: 20px;
    border: 3px solid #108FA8;
  }
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /* overflow-x: hidden;  */
}
body>div {overflow-x:hidden;}
/*input  focus */
textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}
/* accordian focus */
.accordion-item, .accordion-item:focus, .accordion-item:active,
.accordion-header, .accordion-header:focus, .accordion-header:active,
.accordion-button, .accordion-button:focus, .accordion-button:active {
    box-shadow: inset 0 -1px 0 #ddd;
    background-color: white;
}

.accordion-button:focus, .accordion-button:active {
   color: #68abe9;
}
/*  */
.mainlogo{
    width: 200px;
}
.navbar{
    position: fixed;
    z-index: 97;
    top: 0px;
    /* overflow: hidden; */
    width: 100vw;
    height: 100px;
    background-color: white !important;
}
/* side nav */
.backgroundoverlay{
    background-color: rgba(0,0,0,0.4);
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    transition: 5s;
}
.hide{
    display: none !important;
}
.sidenav {
    height: 100%; 
    width: 0; 
    position: fixed; 
    z-index: 99; 
    top: 0; 
    right: 0;
    background-color: #111C31;
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
  }

  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #68abe9;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  .sidenavpara{
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    margin-bottom: 0px !important;
  }
  .sidenavpara:hover{
    color: #68abe9;
  }

  .menuaccordian{
    background-color: #111C31;
    border-bottom: #111C31;
  }
  .menuaccordhead{
    box-shadow: inset 0 -1px 0 #ffffff !important;
  }
  .menuaccordian:active{
    background-color: #111C31 !important;
  }
  .menuaccordian.accordion-button:not(.collapsed){
    background-color: #111C31 !important;
  }
  .menuaccordianbody{
    background-color: #111C31 !important;
  }
  .menusubcontain{
    height: 0px;
    overflow: hidden;
    transition: .5s;
  }
  .menusubcontain2{
    height: 0px;
    overflow: hidden;
    transition: .5s;
  }
  .menucontact{
    color: #acacac;
    position: absolute;
    bottom: 0px;
  }
  .menucontact a{
    display: inline;
    padding: 0px;
  }
  .arrow {
    border: solid rgb(255, 255, 255);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    margin-left: 20px;
  }
  .down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }

 
  @media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }
    .sidenav a {font-size: 18px;}
  }
/*  */
/* hamburger */
.hamburger {
    /* position: fixed !important; */
    z-index: 1000;
    width: 4rem;
    height: 4rem;
    top: 1rem;
    right: 3rem;
    cursor: pointer;
    padding: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    margin-right: 10px;
  }
  
  .line {
    width: 100%;
    height: 0.3rem;
    background-color: #333333;
    border-radius: 0.2rem;
    transition: all 0.5s ease-in-out;
  }
  
  /* .clicked .line-1 {
    transform: rotateZ(-405deg) translate(-0.4rem, 0.1rem);
    background-color: rgb(0, 0, 0);
  }
  
  .clicked .line-2 {
    opacity: 0;
    background-color: rgb(0, 0, 0);
  }
  
  .clicked .line-3 {
    transform: rotateZ(405deg) translate(-0.8rem, -0.6rem);
    background-color: rgb(0, 0, 0);
  } */
/*  */
.indextopsection{
    margin-top: 100px;
}
.flexcenter{
    display: flex;
    align-items: center;
    justify-content: center;
}
.flexend{
    display: flex;
    align-items: center;
    justify-content: end;
}
.topcontainer{
    background-color: #111C31;
    height: 760px;
    border-radius: 0px 350px 350px 0px;
}
  
  .item {
    align-items: center;
    /* background-color: tomato; */
    color: white;
    display: flex;
    height: 300px;
    justify-content: center;
  }

.texthead{
    font-weight: 500px;
    font-size: 64px;
    line-height: 77px;
}
.textsub{
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
}
.owl-dots{
    float: inline-start;
}
.owl-dot span{
    height: 1rem !important;
    width: 1rem !important;
}
.owl-nav{
    color: rgba(255, 255, 255, 0.518);
    
}
/* .owl-nav:hover{
    color: white;
} */
.owl-prev span{
    
    font-size: 80px;
    /* margin-right: 10px; */
}
.owl-prev{
    transition: .4s ease-in-out;
}
.owl-prev:hover{
    background-color: rgba(255, 255, 255, 0) !important;
    color: white;
}
.owl-next{
    transition: .4s ease-in-out;
}
.owl-next span{
    font-size: 80px;
    /* margin-left: 10px; */
}
.owl-next:hover{
    background-color: rgba(255, 255, 255, 0) !important;
    color: white;
}
.topcontainer2{
    /* background-color: #111C31; */
    background: rgb(17,28,49);
    background: linear-gradient(90deg, rgba(17,28,49,1) 0%, rgba(17,28,49,1) 51%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%);
    border-radius: 0px 500px 500px 0px;
}
.imagecontainer{
   padding: 40px 40px 40px 40px;
   
   background-color: white;
   max-width: 1450px;
  
}
.imgfishoil{
    /* max-width: 900px; */
}
.textmainhead{
    font-weight: 500px;
    font-size: 54px;
    line-height: 50px;
}
.textmainsub{
    font-size: 20px;
    font-weight: 400px;
    line-height: 40px;
    text-align: justify;
}
.readmorebtn{
    font-size: 18px !important;
    font-weight: bold;
    color: white;
 padding: 15px 50px 15px 50px;
  border-radius: 40px !important;
  background: rgb(25,43,73);
background: linear-gradient(90deg, rgba(25,43,73,1) 0%, rgba(52,73,110,1) 53%, rgba(77,102,146,1) 100%);
  border-color: rgb(25,43,73) !important;
  transition: .3s;
}
.readmorebtn:hover{
    color: white;
    scale: .98;
}
.readmorebtncer{
    font-size: 18px !important;
    font-weight: bold;
    color: white;
 padding: 15px 50px 15px 50px;
  border-radius: 40px !important;
  background: rgb(25,43,73);
background: linear-gradient(90deg, rgba(25,43,73,1) 0%, rgba(52,73,110,1) 53%, rgba(77,102,146,1) 100%);
  border-color: rgb(25,43,73) !important;
  transition: .3s;
}
.readmorebtncer:hover{
    color: white;
    scale: .98;
}
/* products  */
.productsectionhome{
    /* float: right; */
}
.productcontain1{
    padding: 20px 0px 20px 30px;
    border-radius: 350px 0px 0px 350px;
    background-color: #111C31;
    /* height: 200px; */
    /* float: inline-end; */
}
.textproducthead{
    color: white;
    font-weight: 500px;
    font-size: 54px;
    line-height: 77px;

}
.textproductsub{
    color: white;
    font-size: 15px;
    font-weight: 400px;
    line-height: 30px;
    text-align: justify;
    
}
.product-img{
    max-width: 300px;
}
.product-img2{
    max-width: 320px;
}
.readmorebtn2{
    font-size: 18px !important;
    font-weight: 200px;
    color: rgb(0, 0, 0);
    padding: 15px 50px 15px 50px;
  border-radius: 40px !important;
  background:white;
  border-color: white !important;
  transition: .4s;

}
.readmorebtn2:hover{
    color: rgb(0, 0, 0);
    background:white;
    border-color: white !important;
    scale: .98;
}
.readmorebtnmenu{
    font-size: 18px !important;
    font-weight: 200px;
    color: rgb(0, 0, 0);
    padding: 10px 30px 10px 30px;
  border-radius: 40px !important;
  background:white;
  border-color: white !important;
  transition: .4s;

}
.readmorebtnmenu:hover{
    color: rgb(0, 0, 0);
    background:white;
    border-color: white !important;
    scale: .98;
}
.productionsection1{
    margin-top: 100px;
}
.productionsection2{
    margin-top: 100px;
}
/*  */
.featurecol{
    height: 400px;
}
.featurecol p{
    color: white;
    text-align: center;
    font-size: 20px;
}
.outercircle{
    width: 200px;
    height: 200px;
    background-color: #A5B4CE;
    border-radius: 100%;
}
.innercircle{
    width: 175px;
    height: 175px;
    background-color: white;
    border-radius: 100%;
}
.featurescontain{
    background: rgb(17,28,49);
    background: linear-gradient(3deg, rgba(17,28,49,1) 0%, rgba(30,47,81,1) 53%, rgba(52,78,135,1) 100%);
}
/*  */
.certificatesection{
    margin-top: 50px;
    margin-bottom: 40px;
}

.ceroutercontain{
    width: 350px;
    height: 350px;
    background-color: #A5B4CE;
    border-radius: 100%;

}
.cerinnercontain{
    width: 310px;
    height: 310px;
    background-color: white;
    border-radius: 100%;

}
.cerinnercontain3{
    width: 310px;
    height: 310px;
    background-color: #111C31;
    border-radius: 100%;

}
.ceroutercontain1{
    width: 250px;
    height: 250px;
    background-color: #A5B4CE;
    border-radius: 100%;

}
.cerinnercontain1{
    max-width: 200px;
    max-height: 200px;
    background: rgb(17,28,49);
    background: linear-gradient(3deg, rgba(17,28,49,1) 0%, rgba(30,47,81,1) 53%, rgba(52,78,135,1) 100%);
    border-radius: 100%;
    overflow: hidden;

}



/* clientsection */
.clientsection{
    margin-top: 100px;
    padding-bottom: 100px;
    padding-top: 20px;
    background-color: #111C31;

}
.clientcontain{
    padding-top: 50px;
    border-radius: 350px 350px 0px 0px;
    background-color: white;
    max-width: 400px;
    height: 700px;
}
.textcontain{
    margin-top: 20px;
    max-width: 300px;
    font-size: 14px;
    text-align: justify;
}
.text-justify{
    text-align: justify;
}
.textclienthead{
    font-weight: 500px;
    font-size: 54px;
    line-height: 77px;
    color: white;

}
/* sendusmsgsection */
.sendusmsgsection{
    margin-bottom: 50px;
}
textarea{
    height: 110px;
    font-size: 16px;
    border-radius: 5px;
    resize: none;
  }
.sitefooter{
    color: white;
    position: relative;
    min-height: 550px;
    background-image: url(../Assests/footerimg.jpg);
    background-size: cover;
    background-color: #111c31aa;
    overflow-y: hidden;
}
.sitefooter p{
    font-size: 18px;
    
}
.sitefooter a{
    text-decoration: none;
    color: white;
}
.overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #111c318c;
    
}
/* about page */
.teamimagecol{
    margin-bottom: 50px;
}
.imagecircle{
    height: 200px;
    width: 200px;
    background-color: rgb(255, 0, 0);
    border-radius: 100%;
    overflow: hidden;
}
.imagecircle img{
    width: 310px;
}
.ourteamsection{
    color: white;
    background-color: #111C31;
    margin-top: 100px;
}
.abouttopsection{
    color: white;
    background-color: #3E475F;
    margin-top: 100px;
    min-height: 650px;
}
.aboutcolortext{
    font-size: 22px;
    color: #00BBBC;
}
.aboutheadtext{
    /* color: #5F5F5F; */
    font-size: 44px;
}
.aboutparatext{
    font-size: 18px;
    text-align: justify;
}


/* flipcard */
.flip-card {
    background-color: transparent;
    /* width: 300px; */
    height: 300px;
    perspective: 1000px;
  }
  
  .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 1s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0px 50px 0px 50px;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
  }
  
  .flip-card:focus {
      outline: 0;
  }
  
  .flip-card:hover .flip-card-inner,
  .flip-card:focus .flip-card-inner{
    transform: rotateY(180deg);
  }
  
  .flip-card-front,
  .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  .flip-card-front {
    /* background-color: #00ABB5; */
    background: rgb(0,171,181);
background: linear-gradient(41deg, rgba(0,171,181,1) 0%, rgba(51,80,138,1) 76%, rgba(71,107,185,1) 100%);
    color: rgb(255, 255, 255);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;

    border-radius: 0px 50px 0px 50px;
  }
  
  .flip-card-back {
    /* background-color: #00ABB5; */
    background: rgb(25,43,73);
background: linear-gradient(90deg, rgba(25,43,73,1) 0%, rgba(52,73,110,1) 53%, rgba(77,102,146,1) 100%);
    color: white;
    transform: rotateY(180deg);
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px 0px 50px 0px;
    
  }
  .flip-card-back p{
    text-align: justify;
  }
/* production */
.producttopsection{
    background-color: #3E475F;
    color: white;
    margin-top: 100px;
    margin-bottom: 150px;
    min-height: 650px
}
.productsecondtopsection{
    padding-top: 0px;
}
/* fish oil */

.accordion-item{
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid black;
}
/* .accordion-item :focus{
    border-color: black !important;
} */

.paracard{ 
    max-width: 300px;
    height: 200px;
    background-color: #3E475F;
    border-radius: 20px;
    padding-top: 15px;
    color: white;
    transition: .3s ease-in-out;
    text-align: center;
}
.paracard:hover{
    scale: .98;
}
.smallcontain{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width:70px;
    background-color: #4973c16f;
    border-radius: 10px;
    /* margin-top: 5px; */
    /* margin-left: 5px; */
}
.smallcontain img{
    
    width: 40px;
}
.form-control:focus{
    border-color: 2px solid black !important;
}
/* .carousel-inner{
    height: 450px;
    overflow: hidden;
} */
.carousel-item{
    max-height: 450px;
    overflow: hidden;
}
.carousel-item img{
    /* height: 450px; */
    background-size: cover;
    position: relative;
    /* overflow: hidden; */
}

.slideroverlay{
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.4) !important;
}
.carousel-caption{
    bottom: 0;
    background: rgb(0,0,0);
background: radial-gradient(circle, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.corbtnhide{
    display: none !important;
}
.fixedcontain{
    z-index: 97;
    position: fixed;
    bottom: 50px;
    right: 20px;
}
.showarrow{
    display: none;
}
/* .whatsappcontain{
    
} */
.whatsappcontain {
    margin-bottom: 20px;
	/* background: rgba(51, 217, 178, 1); */
	box-shadow: 0 0 0 0 rgba(51, 217, 178, 1);
    border-radius: 100%;
	animation: pulse-green 2s infinite;
}

@keyframes pulse-green {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(51, 217, 178, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(51, 217, 178, 0);
	}
}

.arrowcontain{
    width: 50px;
    cursor: pointer;
    background-color: #111C31;
    border-radius: 100%;
    /* opacity: 50%; */
    animation: jump 2s  infinite;
}
.arrowcontain img{
    width: 50px;
}
.preloader{
    /* display: none; */
    height: 100vh;
    width: 100%;
    position: fixed;
    z-index: 100;
    background-color: #111C31;

}
.preloader img{
    width: 200px;
}
#loadingtext{
    display: none;
}
@keyframes jump {
    0% { transform: translateY(-5px)  }
    50% { transform: translateY(10px) }
    100% { transform: translateY(-5px) }
    
}
@media only screen and (max-width: 600px) {
    body{
        overflow-x: hidden;
    }
    h5{
        font-size: 2rem !important;
    }
    .texthead{
        font-size: 2rem !important;
        line-height: 50px;
    }
    .topcontainer{
        max-height: 600px;
        border-radius: 0px 0px 0px 0px;
        text-align: center;
    }
    .topsubcontain{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .textproductsub{
        width: 100% !important;
    }
    .owl-dots{
        float: none;
    }
    .carousel-item{
        height: 130px;
        overflow: hidden;
    }
    .producttopsection{
        margin-bottom: 0px;
    }
    .productsecondtopsection{
        padding-top: 150px;
    }
    }
@media only screen and (max-width : 992px){
    .productcontain1{
        text-align: center;
        border-radius: 0px 0px 0px 0px;
        background-color: #111C31;
    }
    .textproductsub{
        width: 100% !important;
    }
    .carousel-caption{
        bottom: 20%;
    }
    .readmorebtncer{
        font-size: 12px !important;
        font-weight: bold;
        color: white;
     padding: 10px 30px 10px 30px;
      border-radius: 40px !important;
      background: rgb(25,43,73);
    background: linear-gradient(90deg, rgba(25,43,73,1) 0%, rgba(52,73,110,1) 53%, rgba(77,102,146,1) 100%);
      border-color: rgb(25,43,73) !important;
      transition: .3s;
    }
    .readmorebtncer:hover{
        color: white;
        scale: .98;
    }
    .flip-card-back{
        font-size: 14px;
    }
    .flip-card-back h3{
        font-size: 20px;
    }
   
}

@media only screen and (max-width : 767px){
    .sitefooter{
        min-height: 950px;
    }
    
}
