@import url('https://fonts.googleapis.com/css2?family=Lobster&family=Patua+One&family=Rubik&family=Sniglet&family=Ubuntu:wght@300&display=swap&family=Fjalla+One&display=swap&family=Krona+One&display=swap');

:root{
--Snigle-font:"Snigle",cursive;
--Rubik-font:"Rubik",cursive;
--Lobster-font:"Lobster",cursive;
--Patua-font:"Patua",cursive;
}
  body {
	margin: 0px;
	padding: 0px;
	overflow-X: hidden;
	overflow-Y: scroll;
  }
  header, section{
	margin-bottom:25px;
  }   
/* menu start */
  .my-navbar {
	width: 100%;
	padding: 20px 20px;
	background-color: white;
	left: 0;
	z-index: 999;
	
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.2);
  }
  .mainbg{
    background: url(images/kitchen2.jpg);
  }
  .waterbg{
    background: url(images/waterbg.jpg);
  }
  
  .aboutbg{
    background: url(images/pexels-negative-space-34092.jpg);
    background-size: cover;   background-size: 100% 100%;   height: 100vmin;
  }
  .headbg{
background-size: cover;   background-size: 100% 100%;   height: 100vmin;}
@media only screen and (max-width: 768px) {
  .headbg{
	height: 50vmin;
  }
}

  .bgchange{
    background: rgba(41, 5, 170, 0.45);
  }
.bgchange:hover{
  background-color: linear-gradient(rgba(12,45,35,0.56),rgba(45,3,34,0.56));
}
 .nav-item .nav-link {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	display: block;
	margin: 0px 10px;
  }
  .dropdown-item {
	font-family: 'Ubuntu', sans-serif;
	font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	color: black;
	border:none;
  }
  .dropdown-item:hover {
	background-color: rgb(5, 54, 100);
	color: white;
  }

  .nav-item .nav-link:hover {
	color: rgb(5, 54, 100) !important;
  }

  .dropdown-menu {
	margin: -1px;
  }
  .nav-item .nav-link:before {
	position: absolute;
	left: 0;
	content: "";
	bottom: 0;
	width: 100%;
	height: 2px;
	transform: scaleX(0);
	transform-origin: left;
	background-color: rgb(5, 54, 100);
	transition: 0.5s;
  }

  .navbar .navbar-nav {
	margin: 0px auto;
  }

  .nav-item .nav-link:hover:before {
	transform: scaleX(1);
	transform-origin: right;
   
  }

  .navbar-brand {
	text-transform: capitalize;
	font-size: 35px;
	color: #2f3542;
	font-style: italic;
	font-family: 'Oswald', sans-serif;
	font-weight: bold;
   padding-left: 50px;
  }

  .navbar-scroll {
	position: fixed;
	top: 0;
	left: 0;
   
	background-color: rgba(255, 255, 255, 0.7) !important;
   
	transition: 0.5s;
	animation: scroll 0.6s 1;
  }

  @keyframes scroll {
	0% {
	  transform: translateY(-100%);
	}

	100% {
	  transform: translateY(0%);
	}
  }

  .dropdown:hover>.dropdown-menu {
	display: block;
  }

  #navbarSupportedContent>ul>li.nav-item.active {

	background: #027bbf;
	border-radius: 25px;
	
  }
  #navbarSupportedContent>ul>li.nav-item.active:hover {


background:#82b4d1;

}
  @media only screen and (max-width: 768px) {

	/* For mobile phones: */
	#navbarSupportedContent>ul>li.nav-item.active {
	  padding: 0px;
	}
	#navbarSupportedContent>ul>li.nav-item {
	  padding: 0px;
	}
  }
  .dropdown>.dropdown-toggle:active {
	/*Without this, clicking will make it sticky*/
	pointer-events: none;
  }
/* menu start */  
/* header start */
header .row .col-md-7{
padding:10vmin 1vmin;
font-family:var(--Rubik-font);
color:white;
}
.headerpanel{
background: rgba(23, 19, 71, 0.4);
padding:8vmin 1vmin;
border-radius: 30px;
}
header .row .col-md-7 h6{
  padding:1vmin; 
  letter-spacing: 4px;
}
header .row .col-md-7 h1{
  font-size: 8vmin;
  font-weight: bold;
  padding: 0.1em 0em;
}
header .row .col-md-7 button{
 border-radius: 30px;
 font-weight: bold;
}

header .row .col-md-5{
padding:4.2vmin 1vmin;
}
/* section 2 start */

.brochure{ width: auto; position: fixed; left: 12px; bottom:55%;}
.social-icon-contact{
  width: auto; position: fixed; left: 8px; bottom:7%;
}
/* header start */
.section-2 {
padding: 20vmin 0vmin;
}

.cover{
  background: url(images/coverpic.jpeg);
}

.rect {
position: relative;
z-index: 1;
width: 14rem;
height: 10rem;
margin: 1rem;
border-radius: 0.5em;
box-shadow: 1px 2px 50px 0px rgba(29, 17, 190, 0.349);
background-color: white;
background-size: 60%;
background-position-y:120%;
background-position-x: center;
background-repeat: no-repeat;

}
.ih-item {
position: relative;
-webkit-transition: all 0.35s ease-in-out;
-moz-transition: all 0.35s ease-in-out;
transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.ih-item a {
color: #333;
}
.ih-item a:hover {
text-decoration: none;
}
.ih-item.square {
position: relative;
}
.ih-item.square .info {
position: absolute;

top: 0;
bottom: 0;
left: 0;
right: 0;
text-align: center;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}


.ih-item.square.effect4 {
overflow: hidden;
position: relative;
width: 100%;
height: 100%;
}

.ih-item.square.effect4 .info {
background: #111111;
text-align: center;
visibility: hidden;
border-radius: 0.5em;
-webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
-moz-transform: rotate(-33.5deg) translate(-112px, 166px);
-ms-transform: rotate(-33.5deg) translate(-112px, 166px);
-o-transform: rotate(-33.5deg) translate(-112px, 166px);
transform: rotate(-33.5deg) translate(-112px, 166px);
-webkit-transform-origin: 0% 100%;
-moz-transform-origin: 0% 100%;
-ms-transform-origin: 0% 100%;
-o-transform-origin: 0% 100%;
transform-origin: 0% 100%;
-webkit-transition: all 0.35s ease-in-out 0.35s;
-moz-transition: all 0.35s ease-in-out 0.35s;
transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.square.effect4 .info h3 {

color: #fff;
text-align: center;
background: transparent;
font-size: 20px;
padding:3px;
border-bottom: 1px solid rgba(255, 255, 255, 0.2);
opacity: 0;
-webkit-transition: all 0.35s ease-in-out 0.35s;
-moz-transition: all 0.35s ease-in-out 0.35s;
transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.square.effect4 .info p {
padding:7px;
font-size: 14px;
position: relative;
color: #bbb;
text-align: center;
opacity: 0;
-webkit-transition: all 0.35s ease-in-out 0.35s;
-moz-transition: all 0.35s ease-in-out 0.35s;
transition: all 0.35s ease-in-out 0.35s;
}
.ih-item.square.effect4 a:hover .info {

margin: 0px;
visibility: visible;
-webkit-transform: rotate(0deg) translate(0, 0);
-moz-transform: rotate(0deg) translate(0, 0);
-ms-transform: rotate(0deg) translate(0, 0);
-o-transform: rotate(0deg) translate(0, 0);
transform: rotate(0deg) translate(0, 0);
}
.ih-item.square.effect4 a:hover .info h3,
.ih-item.square.effect4 a:hover .info p {
opacity: 1;
}


.numbers1 h5{
margin-top: 2px;
}
.bgcover{
background: rgba(6, 101, 104, 0.699);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 999;
border-radius: 0.5em;
}
.rect img{
width: 100%;
height: 80%;
border-radius: 0.5em;
}
/* section 2 end*/

.ioneercolor{
color: #027bbf;
font-weight: bold;
text-transform: uppercase;
}

/* footer start */

.footer
{
  padding-top: 3rem; 

  background-color: #fff;
}
.footer .nav-link
{
  font-size: .875rem;
}
.footer .list-unstyled li a
{
  font-size: .875rem; 

  display: inline-block;

  padding: .125rem 0;
}

.footer-light p
{
  color: #718096;
}

.footer-light .heading
{
  color: #152c5b;
}

.footer-light .list-unstyled li a
{
  color: #a0aec0;
}
.footer-light .list-unstyled li a:hover
{
  text-decoration: underline; 

  color: #4a5568;
}

.footer-light .copyright a
{
  color: #4a5568;
}
.footer-light .copyright a:hover
{
  color: #008aff;
}

.footer-dark p
{
  color: rgba(255, 255, 255, .8);
}

.footer-dark .heading
{
  color: white;
}

.footer-dark .list-unstyled li a
{
  color: rgba(255, 255, 255, .8);
}
.footer-dark .list-unstyled li a:hover
{
  color: rgba(255, 255, 255, .9);
}

.footer-dark .copyright a
{
  color: rgba(255, 255, 255, .9);
}
.footer-dark .copyright a:hover
{
  color: white;
}

.footer-dark
{
  color: #a0aec0; 
  background-color: #273444;
}
.footer-dark .heading
{
  color: #eaecf3;
}
.footer-dark .nav .nav-item .nav-link,
.footer-dark .list-unstyled li a,
.footer-dark .footer-link
{
  color: #a0aec0;
}
.footer-dark .nav .nav-item .nav-link:hover,
.footer-dark .list-unstyled li a:hover,
.footer-dark .footer-link:hover
{
  color: #fff;
}
.footer-dark hr
{
  border-color: rgba(216, 203, 187, .1);
}
.bg-dark
{
  background-color: #171347 !important;
}

a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus
{
  background-color: #0a081f !important;
}
.shape-container
{
  position: absolute;
  z-index: 2;
  right: 0;
  left: 0;
  overflow: hidden; 
  width: 100%;
  transform: translateZ(0);
}
.shape-container svg
{
  display: block;

  pointer-events: none;

  fill: #fff;
}
.shape-position-top
{
  top: 0;
  margin-top: -1px;
}
.shape-line
{
  min-height: 19px;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none)
{
  .ie-shape-line
  {
	  height: 100px;
  }
  .ie-shape-wave-1
  {
	  height: 504px;
  }
  .ie-shape-wave-3
  {
	  height: 231px;
  }
  .ie-shape-clouds
  {
	  height: 400px;
  }
}
.shape-orientation-inverse
{
  transform: rotate(180deg);
}
.social-icon ul {
  position: relative;
  margin: 0;
  padding: 0;

display: flex;

}
.social-icon ul li{
  list-style: none;
  margin: 0 15px;
}
.social-icon ul li .fab:hover
{color: #fff;
}
.social-icon ul li .fab{
  font-size: 30px;
  line-height: 48px;
  transition: .6s;
  color: #000
}
.social-icon ul li a{
  position: relative;
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  transition: .6s;
  box-shadow: 0 5px 4px rgba(0,0,0,.5);
}
.social-icon ul li a:hover{
  transform: translate(0,-10px);

}
.social-icon ul li:nth-child(1) a:hover{
  background-color: #3b5999;
}
.social-icon ul li:nth-child(2) a:hover{
  background-color: #55acee;
}
.social-icon ul li:nth-child(3) a:hover{
  background-color: #cd201f;
}
.social-icon ul li:nth-child(4) a:hover{
  background-color: #0077B5;
}
.social-icon ul li:nth-child(5) a:hover{
  background-color: #e4405f;
}
/* footer end */
/*text banner */
.flip {
color: #333;
font-family: tahoma;
font-size: 3rem;
font-weight: 100;
line-height: 1.5;
text-transform: uppercase;
white-space: nowrap;
overflow: hidden;
position: relative;
width: 550px;
}

h1 span .creativetext{
font-size: 40px;
margin-left: 40px;
}

.message {
background-color: yellow;
color: #333;
display: block;
font-weight: 900;
overflow: hidden;
position: absolute;
padding-left: 0.5rem;
top: 0.2rem;
left: 270px;
animation: openclose 5s ease-in-out infinite;
}

.word1, .word2, .word3 {
font-family: tahoma;
}

@keyframes openclose {
0% {
  top: 0.2rem;
  width: 0;
}
5% {
  width: 0;
}
15% {
  width: 230px;
}
30% {
  top: 0.2rem;
  width: 230px;
}
33% {
  top: 0.2rem;
  width: 0;
}
35% {
  top: 0.2rem;
  width: 0;
}
38% {
  top: -4.5rem;
  
}
48% {
  top: -4.5rem;
  width: 190px;
}
62% {
  top: -4.5rem;
  width: 190px;
}
66% {
  top: -4.5rem;
  width: 0;
  text-indent: 0;
}
71% {
  top: -9rem;
  width: 0;
  text-indent: 5px;
}
86% {
  top: -9rem;
  width: 285px;
}
95% {
  top: -9rem;
  width: 285px;
}
98% {
  top: -9rem;
  width: 0;
  text-indent: 5px;
}
100% {
  top: 0;
  width: 0;
  text-indent: 0;
}
} /*text banner end*/
/* hexagogal design start*/
.honeycomb {
display: -webkit-box;
display: flex;
flex-wrap: wrap;
list-style: none;
-webkit-box-pack: center;
		justify-content: center;
-webkit-box-align: center;
  align-items: center;
max-width: 600px;
margin: 0 auto;
padding: 0;
transform: translateY(0px);
}
.honeycomb-cell {
-webkit-box-flex: 0;
		flex: 0 1 120px;
max-width: 120px;
height: 66px;
margin: 62.4761904762px 12.5px 0px;
position: relative;
padding: 0.2em;
text-align: center;
z-index: 1;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.honeycomb-cell_title {
height: 100%;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
		flex-direction: column;
-webkit-box-pack: center;
		justify-content: center;
-webkit-hyphens: auto;
	-ms-hyphens: auto;
		hyphens: auto;
word-break: break-word;
color: #fff;
font-weight: 300;
font-size: 0.70em;
-webkit-transition: opacity 350ms;
transition: opacity 350ms;
}
.honeycomb-cell_title > small {
font-weight: 300;
margin-top: 0.25em;
}

.honeycomb-cell::before,
.honeycomb-cell::after {
content: '';
}
.honeycomb-cell::before, 
.honeycomb-cell::after {
top: -50%;
left: 0;
width: 100%;
height: 200%;
display: block;
position: absolute;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
z-index: -1;
}
.honeycomb-cell::before {
background: #ba296a;
-webkit-transform: scale(1.055);
		transform: scale(1.055);
}

.honeycomb_placeholder {
display: none;
opacity: 0;
width: 150px;
margin: 0 12.5px;
}


.honeycomb2-cell {
-webkit-box-flex: 0;
		flex: 0 1 120px;
max-width: 120px;
height: 66px;
margin: 62.4761904762px 12.5px 0px;
position: relative;
padding: 0.2em;
text-align: center;
z-index: 1;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}
.honeycomb2-cell_title {
height: 100%;
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
		flex-direction: column;
-webkit-box-pack: center;
		justify-content: center;
-webkit-hyphens: auto;
	-ms-hyphens: auto;
		hyphens: auto;
word-break: break-word;
color: #fff;
font-weight: 300;
font-size: 0.70em;
-webkit-transition: opacity 350ms;
transition: opacity 350ms;
}
.honeycomb2-cell_title > small {
font-weight: 300;
margin-top: 0.25em;
}

.honeycomb2-cell::before,
.honeycomb2-cell::after {
content: '';
}
.honeycomb2-cell::before, 
.honeycomb2-cell::after {
top: -50%;
left: 0;
width: 100%;
height: 200%;
display: block;
position: absolute;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
z-index: -1;
}
.honeycomb2-cell::before {
background: #eb9d02;
-webkit-transform: scale(1.055);
		transform: scale(1.055);
}


.honeycomb3-cell {  -webkit-box-flex: 0;flex: 0 1 120px;max-width: 120px;height: 66px;
margin: 62.4761904762px 12.5px 0px;position: relative; padding: 0.2em;text-align: center;z-index: 1;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.honeycomb3-cell_title {
height: 100%;display: -webkit-box;display: flex;-webkit-box-orient: vertical; -webkit-box-direction: normal;
		flex-direction: column;-webkit-box-pack: center;
		justify-content: center;-webkit-hyphens: auto; -ms-hyphens: auto;    hyphens: auto;
word-break: break-word; color: #fff; font-weight: 300;
font-size: 0.70em; -webkit-transition: opacity 350ms; transition: opacity 350ms;}
.honeycomb3-cell_title > small { font-weight: 300;margin-top: 0.25em;}

.honeycomb3-cell::before,.honeycomb3-cell::after { content: '';}
.honeycomb3-cell::before, .honeycomb3-cell::after { top: -50%; left: 0;width: 100%;height: 200%;
display: block; position: absolute;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); z-index: -1;}
.honeycomb3-cell::before { background: #7703fc; -webkit-transform: scale(1.055);
		transform: scale(1.055);}

.honeycomb4-cell {  -webkit-box-flex: 0;flex: 0 1 120px;max-width: 120px;height: 66px;
margin: 62.4761904762px 12.5px 0px;position: relative; padding: 0.2em;text-align: center;z-index: 1;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.honeycomb4-cell_title {
height: 100%;display: -webkit-box;display: flex;-webkit-box-orient: vertical; -webkit-box-direction: normal;
		flex-direction: column;-webkit-box-pack: center;
		justify-content: center;-webkit-hyphens: auto; -ms-hyphens: auto;    hyphens: auto;
word-break: break-word; color: #fff; font-weight: 300;
font-size: 0.70em; -webkit-transition: opacity 350ms; transition: opacity 350ms;}
.honeycomb4-cell_title > small { font-weight: 300;margin-top: 0.25em;}

.honeycomb4-cell::before,.honeycomb4-cell::after { content: '';}
.honeycomb4-cell::before, .honeycomb4-cell::after { top: -50%; left: 0;width: 100%;height: 200%;
display: block; position: absolute;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); z-index: -1;}
.honeycomb4-cell::before { background: #fc0328; -webkit-transform: scale(1.055);
		transform: scale(1.055);}


 .honeycomb5-cell {  -webkit-box-flex: 0;flex: 0 1 120px;max-width: 120px;height: 66px;
margin: 62.4761904762px 12.5px 0px;position: relative; padding: 0.2em;text-align: center;z-index: 1;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.honeycomb5-cell_title {height: 100%;display: -webkit-box;display: flex;-webkit-box-orient: vertical; 
  -webkit-box-direction: normal; flex-direction: column;-webkit-box-pack: center;
		justify-content: center;-webkit-hyphens: auto; -ms-hyphens: auto;    hyphens: auto;
word-break: break-word; color: #fff; font-weight: 300;
font-size: 0.70em; -webkit-transition: opacity 350ms; transition: opacity 350ms;}
.honeycomb5-cell_title > small { font-weight: 300;margin-top: 0.25em;}

.honeycomb5-cell::before,.honeycomb5-cell::after { content: '';}
.honeycomb5-cell::before, .honeycomb5-cell::after { top: -50%; left: 0;width: 100%;height: 200%;
display: block; position: absolute;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); z-index: -1;}
.honeycomb5-cell::before { background: #09bf06; -webkit-transform: scale(1.055);
		transform: scale(1.055);}

.honeycomb6-cell {  -webkit-box-flex: 0;flex: 0 1 120px;max-width: 120px;height: 66px;
margin: 62.4761904762px 12.5px 0px;position: relative; padding: 0.2em;text-align: center;z-index: 1;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.honeycomb6-cell_title {height: 100%;display: -webkit-box;display: flex;-webkit-box-orient: vertical; 
  -webkit-box-direction: normal; flex-direction: column;-webkit-box-pack: center;
		justify-content: center;-webkit-hyphens: auto; -ms-hyphens: auto;    hyphens: auto;
word-break: break-word; color: #fff; font-weight: 300;
font-size: 0.70em; -webkit-transition: opacity 350ms; transition: opacity 350ms;}
.honeycomb6-cell_title > small { font-weight: 300;margin-top: 0.25em;}

.honeycomb6-cell::before,.honeycomb6-cell::after { content: '';}
.honeycomb6-cell::before, .honeycomb6-cell::after { top: -50%; left: 0;width: 100%;height: 200%;
display: block; position: absolute;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); z-index: -1;}
.honeycomb6-cell::before { background: #81bf06; -webkit-transform: scale(1.055);
		transform: scale(1.055);}

		.honeycomb7-cell {  -webkit-box-flex: 0;flex: 0 1 120px;max-width: 120px;height: 66px;
margin: 62.4761904762px 12.5px 0px;position: relative; padding: 0.2em;text-align: center;z-index: 1;
box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);}
.honeycomb7-cell_title {height: 100%;display: -webkit-box;display: flex;-webkit-box-orient: vertical; 
  -webkit-box-direction: normal; flex-direction: column;-webkit-box-pack: center;
		justify-content: center;-webkit-hyphens: auto; -ms-hyphens: auto;    hyphens: auto;
word-break: break-word; color: #fff; font-weight: 300;
font-size: 0.70em; -webkit-transition: opacity 350ms; transition: opacity 350ms;}
.honeycomb7-cell_title > small { font-weight: 300;margin-top: 0.25em;}

.honeycomb7-cell::before,.honeycomb7-cell::after { content: '';}
.honeycomb7-cell::before, .honeycomb7-cell::after { top: -50%; left: 0;width: 100%;height: 200%;
display: block; position: absolute;
-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
		clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); z-index: -1;}
.honeycomb7-cell::before { background: #065fbf; -webkit-transform: scale(1.055);
		transform: scale(1.055);}


@media (max-width: 550px) 
{
.honeycomb-cell 
{
  margin: 81.25px 25px;
}
}
@media (min-width: 550px) and (max-width: 825px) 
{
.honeycomb-cell:nth-child(3n) 
{
  margin-right: calc(50% - 125px);
  margin-left: calc(50% - 125px);
}

.honeycomb_placeholder:nth-child(3n + 5) 
{
  display: block;
}
}
@media (min-width: 825px) and (max-width: 1100px) {
.honeycomb-cell:nth-child(5n + 4) 
{
  margin-left: calc(50% - 275px);
}

.honeycomb-cell:nth-child(5n + 5) 
{
  margin-right: calc(50% - 275px);
}

.honeycomb_placeholder:nth-child(5n), 
.honeycomb_placeholder:nth-child(5n + 3) 
{
  display: block;
}
}
@media (min-width: 1100px) 
{
.honeycomb-cell:nth-child(7n + 5) {
  margin-left: calc(50% - 400px);
}

.honeycomb-cell:nth-child(7n + 7), 
.honeycomb-cell:nth-child(7n + 5):nth-last-child(2) 
{
  margin-right: calc(50% - 400px);
}

.honeycomb_placeholder:nth-child(7n + 7), 
.honeycomb_placeholder:nth-child(7n + 9), 
.honeycomb_placeholder:nth-child(7n + 11) 
{
  display: block;
}
}
/* hexagogal design end*/

.section-1 {
padding: 20vmin 0vmin;
}

.section-1 .row .col-md-6 .pray img {
opacity: 0.8;
width: 100%;
border-radius: 0.2em;
}

.section-1 .row .col-md-6:last-child {
position: relative;
}
.section-1 .row .col-md-6 .panel {
position: absolute;
top: 5vmin;
left: -18vmin;
background: wheat;
border-radius: 3px;
text-align: left;
padding: 8vmin 5vmin 8vmin 8vmin;
box-shadow: 0px 25px 42px rgba(0, 0, 0, 0.2);
font-family: var(--Rubik);
z-index: 1;
}
@media only screen and (max-width: 768px) {
.section-1 .row .col-md-6 .panel {
  left: 0;
  position:static;

  padding:0 ;
}
}

.section-1 .row .col-md-6 .panel h2 {
font-weight: bold;
color: #171347;
font-size: 1.6em;
}

.section-1 .row .col-md-6 .panel p {
font-size: 0.9em;
color: rgba(0, 0, 0, 0.5);
}
#aboutheading{
  font-family: 'Fjalla One', sans-serif;
  text-shadow: 2px 2px #363434;
  background: rgb(255, 255, 255, 0.4);
  margin-top: 10%;
}
.transparentbg{
  background: rgba(0,0,0,0.4);
}

.section-3 {
padding: 10vmin 0vmin;
}

.returnedPolicy{
margin-top:-120px;
width: 200px;
height: 260px;
}
@media only screen and (max-width: 768px) {
.returnedPolicy{
margin-top:0px;

}
}
#back-to-top-btn {
display: none;
position: fixed;
bottom: 30px;
left: 10px;
z-index: 1;
font-size: 26px;
width: 50px;
height: 50px;
background-color: #fff;
color: #333;
cursor: pointer;
outline: none;
border: 3px solid #333;
border-radius: 50%;
transition-duration: 0.2s;
transition-timing-function: ease-in-out;
transition-property: background-color, color;
}
#back-to-top-btn:hover, #back-to-top-btn:focus {
background-color: #333;
color: #fff;  
}

@media(max-width: 992px) {

#back-to-top-btn { font-size: 22px; width: 40px; height: 40px; bottom: 15px; right: 15px; }
}
@media(max-width:768px) {

#back-to-top-btn { font-size: 18px; width: 32px; height: 32px; bottom: 6px; right: 6px; }
}
@keyframes btnEntrance {
from {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
to {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
}
.biggertext{
  font-size: 1.3em;
}

.btnExit {
animation-duration: 0.25s;
animation-fill-mode: both;  
animation-name: btnExit;
}
/* fadeOutDown */
@keyframes btnExit {
from {
  opacity: 1;
}
to {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}
}

/* Animations */
.btnEntrance {
animation-duration: 0.5s;
animation-fill-mode: both;
animation-name: btnEntrance;
}
.scrolldown{
position: relative;
bottom: 0px;
left: 50%;
width: 50px;
height: 50px;
transform: translateY(-80px) translateX(-50%)
rotate(45deg);
}
.scrolldown span{
position: absolute;
top: 0px;
left: 0px;
display: block;
width: 100%;
height: 100%;
border-bottom: 3px solid #171347;
border-right: 3px solid #171347;
animation: animate 1.5s linear infinite;
opacity: 0;
}
.scrolldown span:nth-child(1){
transform: translate(-15px,-15px);
animation-delay: -0.4s;
}
.scrolldown span:nth-child(2){
transform: translate(0,0);
animation-delay: -0.2s;

}
.scrolldown span:nth-child(3){
transform: translate(15px,15px);
animation-delay: 0s;
}
@keyframes animate{
0%{
  top: -5px;
  left: -5px;
  opacity: 0;
}
25%{
  top: 0px;
  left: 0px;
  opacity: 1;
}
50%,100%{
  top: 5px;
  left: 5px;
  opacity: 1;
}
}
@media only screen and (max-width: 768px) {
  .scrolldown{
	visibility: hidden;
  }
}

/* clear background */


/* crops animations that exceeds one line area */
.line {
width: 100%;
overflow: hidden;
padding: 0;

}

/* subtle zoom to attention and then back */
.pop-outin {
animation: 2s anim-popoutin ease infinite;
padding-bottom: 25px;
padding-top: 10px;
}

@keyframes anim-popoutin {
0% {
  color: black;
  transform: scale(0);
  opacity: 0;
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
}
25% {
  color: red;
  transform: scale(2);
  opacity: 1;
  text-shadow: 3px 10px 5px rgba(0, 0, 0, 0.5);
}
50% {
  color: black;
  transform: scale(1);
  opacity: 1;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
}
100% {
  /* animate nothing to add pause at the end of animation */
  transform: scale(1);
  opacity: 1;
  text-shadow: 1px 0 0 rgba(0, 0, 0, 0);
}
}
.circle {
height: 70px;
width: 142px;
border-radius: 50%;
display: inline-block;
color: White !important;
}
.wrapbg{
  background: linear-gradient(135deg,rgba(25, 44, 85) 0%,#1a5df8da 100%);
  color: white;
}
.wrapbg:hover{
  background: linear-gradient(135deg,#0a193b  0%,#366ada 100%);
}
.nav-tabs .nav-link.active {

text-decoration: underline;
}

.smallimg{
height: 60%;
width: 60%;
}

#contactbg{
  background: url(images/water-919356_1920.jpg);
  height: 110vh; 
  background-size: 100% 100%;
 
}
.headhr{
  width: 50%;
  border-top: 1px dashed blue;
  padding-bottom: 20px;
  margin: 0px auto;
}
.hiddenlink{
  margin-bottom: 110px;
}
.circleborder{
border: 15px solid turquoise;
border-radius: 50%;

}
/*
.squareright {
  height: 30px;
  width: 30px;
  background-color: turquoise;
  transform: rotate(42deg);
  position: relative;
  display: inline-block;
 
  margin-left: -45px;
  z-index: -1;
}*/
.arrow-right {
  width: 0; 
  height: 0; 
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  display: inline-block;
  position: relative;
  border-left: 30px solid turquoise;
  top:20px;
  margin-left: -36px;
}
.arrow-left {
  width: 0; 
  height: 0; 
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  display: inline-block;
  position: relative;
  border-right: 30px solid turquoise;
  top:20px;
  margin-right: -36px;
}
.fa-facebook {
 
  color: #3B5998;
}

.fa-twitter {

  color: #55ACEE;
}

.fa-linkedin {

  color:  #007bb5;
}

.fa-youtube {

  color: #bb0000;
}

.fa-instagram {
 
  color: rgb(175, 8, 8);
}
hr{
	width: 300px;
	border: 3px solid #434444;
}

/* Product Grid */
.product-grid{
	padding-bottom: 20px;
	padding-top: 20px;
}
.product-grid:hover{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.image{
	position: relative;
}
.overlay{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	background-color: rgba(67, 68, 68, 0.7);
}
.image:hover .overlay{
	opacity: 1;
}
.detail{
	color: #fff;
	font-size: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.buy{
	background-color: transparent;
	color: #434444;
	border-radius: 0;
	border: 1px solid #434444;
	width: 100%;
	margin-top: 20px;
}
.buy:hover{
	background-color: #d9534f;
	color: #fff;
}
.w-100{width:200px!important;
height: 200px;}
.table-font{
  font-size: 12px !important;
}
.headingbg{
  background:url(images/water-2296444_1920.jpg);
}
.headingbg2{
  background:url(images/water-3853492_1920.jpg);
}
.headingbg3{
  background: url(images/productbg.PNG);
}
.headingtitle{
  margin-bottom:px;
}
.productcolor
{
  height: 50px;
  width: 50px;
  border-radius: 50%;
}
.productsilver{
  background-color: silver;
}
.productblack{
  background-color: black;
}
#productbg{
  font-family: 'Fjalla One', sans-serif;
  text-shadow: 2px 2px #363434;
 
}
.productwhite{
  background-color: white;
}
.productred{
  background-color: red;
}
.productblue{
  background-color: blue;
}
[data-toggle="collapse"] .fa:before {  
  content: "\f139";
}

[data-toggle="collapse"].collapsed .fa:before {
  content: "\f13a";
}
#ioneer-6100, #UD-3000{
  padding-top: 100px;
}
#bannerheading{
  padding-top: 25%;
  padding-right: 0%;
  margin-right: 52px;
  color: #065fbf;
  font-family: 'Krona One', sans-serif;
}
.background{
  background-color: lightblue;
}