@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900|Open+Sans:300,400,600,700');

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
/****** fonts css start ****/
@font-face {
  font-family: AzoSansWebLight, sans-serif ;
  src: url('../fonts/Rui Abreu - AzoSans-Light copy.otf') format('opentype');
  font-weight: 200;
}
@font-face {
  font-family: AzoSansWebReg, sans-serif;
  src: url('../fonts/Rui Abreu - AzoSans-Regular copy.otf') format('opentype');
  font-weight: 400;
}
@font-face {
  font-family: AzoSansWebMed, sans-serif ;
  src: url('../fonts/Rui Abreu - AzoSans-Medium copy.otf') format('opentype');
  font-weight: 600;
}
@font-face {
  font-family: AzoSansWebBold, sans-serif ;
  src: url('../fonts/Rui Abreu - AzoSans-Bold copy.otf') format('opentype');
  font-weight: 800;
}
/****** fonts css end ****/

/* Scroll Bar Css Starts */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: inset 1px 1px 1px 1px rgba(0, 0, 0, 0.15);
}
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 20px;
  border-radius: 0;
  background: #292929;
  border: 2px solid #ffffff;
  width: 8px;
}
::-webkit-scrollbar-thumb:active {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #616161;
}
/* Scroll Bar Css Ends */


a:hover,
a:focus,
a:active {
  text-decoration: none;
}

ol, ul {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
}

body {
  font-family: 'AzoSansWebLight', Fallback, sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}
span{
  font-size: 9px;
}
/* LOGO SECTION START*/ 
.logo {
  margin: 30px 0;
}
.logo img{
  margin: 0 auto;
  display: table;
  width: 300px;
}
/* LOGO SECTION END */ 

/* Navigation Section */ 
.navbar-default {
  background: #fff;
  position:relative;
  width: 100%;
  border-radius: 0;
  margin: 0 auto;
  border: none;
  text-align: center;
  padding: 10px 0;
  z-index: 999999;
}
.navbar-default .navbar-nav>li:last-child {
  margin-right: 15px;
}
.navbar-default .navbar-nav>li img {
  height: 44px;
  width: 44px;
}
.navbar-nav>li:last-child {
  margin: 0px;
}
.navbar-default .navbar-nav>li>a {
  padding: 0px 15px;
  color: #808080;
  font-size: 16px;
  font-weight: 400;
  /*line-height: 43px;*/
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.navbar-nav>li:nth-child(1) {
  border-right: 1px solid #808080;
  height: 20px;
}
.navbar-nav>li:nth-child(2) {
  border-right: 1px solid #808080;
  height: 20px;
}
.navbar-nav>li:nth-child(3) {
  border-right: 1px solid #808080;
  height: 20px;
}
.navbar-nav>li:nth-child(4) {
  border-right: 1px solid #808080;
  height: 20px;
}
.navbar-nav>li:nth-child(5) {
  border-right: 1px solid #808080;
  height: 20px;
}
.navbar-nav>li:nth-child(6) {
  border-right: 1px solid #808080;
  height: 20px;
}
.navbar-nav>li .skiptranslate.goog-te-gadget select{color: #808080;}
.navbar-nav {
  float: none;
    margin: 0;
    padding: 10px 0px;
    display: block;
    width: 100%;
    }
.navbar-nav>li {
  float: none;
  display: inline-block;
  margin-right: 5px;
  padding-right:8px;
  vertical-align: middle;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:hover {
  color: #000;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
  color: #000;
}
/* Toggle */
.navbar-toggle .icon-bar {
  background: #fff;
  transition: .5s ease;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  transform: rotate(0)translateY(0)translateX(0);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
  opacity: 1;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
  transform: rotate(0)translateY(0)translateX(0);
}
.navbar-toggle .icon-bar:nth-child(2) {
  transform: rotate(-45deg)translateY(5px)translateX(-5px);
}
.navbar-toggle .icon-bar:nth-child(3) {
  opacity: 0;
}
.navbar-toggle .icon-bar:nth-child(4) {
  transform: rotate(45deg)translateY(-4px)translateX(-3px);
}
.navbar-default .navbar-toggle {
  border-color: #000;
  transition: all 0.3s ease;
}
.navbar-default .navbar-toggle .icon-bar {
  background: #000;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
  background: #ca031a;
  border-color: #d4670c;
}
.navbar-default .navbar-toggle:hover .icon-bar,.navbar-default .navbar-toggle:focus .icon-bar {
  background: #fff;
}
.fixed {
    position: fixed;
    top:0; left:0;
    background: #fff;
    width: 100%; 
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    z-index: 9999;
    border-radius: 0;
  }
 .fixed .navbar-nav{
    padding: 15px 0;
 }
/* End Navigation CSS */


/* start site-work-wrp CSS */
.site-work-wrp {
  
}
.site-work-wrp .site-work-block {
  text-align: center;
 }
 .site-work-wrp .site-video video{
  width: 100%;
  height: 682px;
 }
.site-work-wrp .site-video {
  position: relative;
}
.site-work-wrp .site-dt {
  position: absolute;
  top: 46px;
  z-index: 99;
  width: 32%;
  text-align: center;
  left: 398px;
}
.site-work-wrp .site-dt h4 {
  font-weight: 600;
}

/* end site-work-wrp CSS */
.site-work-wrp .site-work-icon {
  position: absolute;
  right:35px;
  bottom:35px;
}
.site-work-wrp .site-work-icon img {
  height: 27px;
  width: 27px;
  margin: 0 0 5px;
}
/* start mineral-water-wrp CSS */
.mineral-water-wrp {
  margin-top: 50px;
  text-align: center;
}
.mineral-water-wrp .titlebar {
  width: 35%;
  margin: 0px auto;
}
.mineral-water-wrp .titlebar h4 {
  font-size: 21px;
  line-height: 35px;
}
.mineral-water-wrp .mineral-water-img img {
  max-width: 30%;
  margin: 0px auto;
}
.mineral-water-wrp .mineral-water-info p {
  line-height: 25px;
}
/* start mineral-water-wrp CSS */



/*OUR-STORY CSS START */
.our-story-wrp {
  margin-top: 0px;
  text-align: center;
  margin-bottom: 50px;
}
.our-story-wrp .titlebar h4 {
  font-weight: 600;
}
.our-story-wrp .our-story-premium-img img {
  position: relative;
}
.our-water-info{
  padding: 60px 0;
}
.our-story-wrp .our-story-dt {
  position: absolute;
  top: 70px;
  z-index: 99;
  width: 45%;
  text-align: center;
  left: 327px;
  font-size: 16px;
}
.our-story-wrp .our-story-dt p {
  opacity: 60%;
  font-size: 16px;
}
.our-story-wrp .iceland-img-dt {
  margin-top: 35px;
}
.our-story-wrp .iceland-img-dt p {
  font-size: 16px;
  color: #000;
  opacity: 60%;
}
.our-story-wrp .iceland-img img {
  max-width: 65%;
  margin: 0px auto;
}
.our-story-wrp .iceland-top-contant {
  font-size: 16px;
  opacity: 90%;
  position: absolute;
  top: 36px;
  z-index: 9999;
  left: 254px;
  color: #fff;
}
.our-story-wrp .iceland-water-img {
  position: relative;
}
.our-story-wrp .iceland-bottom-contant {
  font-size: 16px;
  opacity: 90%;
  position: absolute;
  bottom: 15px;
  z-index: 9999;
  left: 254px;
  color: #fff;
}
/*OUR-STORY CSS END */


/*OUR-Water CSS start */
.our-water-wrp {
  margin-top: 0;
}
.our-water-wrp .titlebar h4 {
  font-weight: 600;
  text-align: center;
}
.our-water-wrp .our-water-info p {
  width: 40%;
  margin: 0px auto;
  font-size: 16px;
  opacity: 70%;
  text-align: center;
  line-height: 26px;
}
.our-water-wrp .population-img img {
  max-width: 36%!important;
  margin: 0px auto;
  position: relative;
  opacity: 40%;
}
.our-water-wrp .population-info {
  position: absolute;
  top: 0;
  text-align: center;
  color: #000;
  font-size: 16px;
  opacity: 70%;
  left: 150px;
  line-height: 26px;
}
.our-water-wrp .population-info p {
  margin-bottom: 35px;
}

.iceland-textture-top-c {
  text-align: center;
  position: absolute;
  top: 117px;
  color: #fff;
  left: 381px;
  font-size: 16px;
  z-index: 9999;
  line-height: 26px;
}
.iceland-texture-wrp .iceland-texture-img {
  margin-top: 100px;
  position: relative;
  margin-bottom: 150px;
}
.iceland-texture-wrp .iceland-texture-img img {
  height: 741px;
}
.iceland-textture-bottom-c {
  color: #fff;
  position: absolute;
  bottom: 160px;
  left: 67px;
  font-size: 18px;
}
.iceland-textture-bottom-c p {
  margin-bottom: 25px;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
  padding: 2px 0px;
  margin-right: 0px;
  border-top: 0px solid #ddd;
}
/*OUR-Water CSS END */


/*PACKAGING CSS START */
.packaging-wrp {
  margin: 0 0px 60px;
  text-align: center;
}
.packaging-wrp .titlebar h4 {
  font-weight: 600;
  margin-bottom: 30px;
}
.packaging-wrp .packaging-dt p {
  line-height: 26px;
  color: #000;
  opacity: 70%;
  font-size: 16px;
}
.packaging-wrp .packaging-img img {
  max-width: 50%;
  margin: 0px auto;
  margin-bottom: 15px;
}
.packaging-wrp .packaging-img h4 {
  font-weight: 600;
  margin-top: 35px;
}
.packaging-wrp .packaging-img p {
  line-height: 26px;
  font-size: 16px;
}

.packaging-wrp .packaging-cap-img img {
  max-width: 25%;
  margin: 0px auto;
}
/*PACKAGING CSS END */


/*sustainability CSS start */
.sustainability-wrp{
  margin: 0 0px 60px;
  text-align: center;
}
.sustainability-wrp .titlebar h4{
  font-weight: 600;
  margin-bottom: 25px;
}
.sustainability-wrp .sustainability-img-info{
  position: absolute;
  left: 0px;
  right: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  top: 85px;
}

.sustainability-con-wrp {
  margin-top: 50px;
  text-align: left;
}
.sustainability-con-wrp h4{
  font-weight: 600;
}
.sustainability-con-wrp p{
  font-size: 16px;
  color: #000;
  opacity: 90%;
  line-height: 26px;
}
.sustainability-con-wrp .space{
  margin-top: 45px;
}
.economy-wrp{
  margin: 50px 0px;
}
.economy-wrp .economy-img{
  position: relative;
}
.economy-wrp .economy-img-info h4{
  margin-bottom: 25px;
  font-weight: 600;
}
.economy-wrp .economy-img-info p{
  font-size: 16px;
}
.economy-wrp .economy-img-info{
  position: absolute;
  color: #000;
  top: 50px;
  z-index: 9999;
  line-height: 18px;
  left: 263px;
  opacity: 80%;
}
.economy-bottle-ingo h5{
  font-weight: 600;
  font-size: 12px;
}
.economy-bottle-ingo p{
  font-size: 10px;
  line-height: 26px;
}
.packaging-dt p{
  font-size: 16px;
  line-height: 26px;
  opacity: 80%;
}
/*sustainability CSS end */

/*contact-wrp CSS start */
.contact-wrp {
  margin: 0 0px 60px;
  text-align: center;
}
.contact-wrp .titlebar p{
  color: #000;
  opacity: 80%;
  font-size: 16px;
}
.contact-wrp .contact-img-info{
  position: absolute;
  z-index: 999;
  color: #fff;
  right: 0px;
  left: 0px;
  top: 90px;
}
.contact-wrp .contact-img-info .form-group{
  width: 40%;
  margin: 0px auto;
  margin-top: 15px;
}
.contact-wrp .contact-img-info form{
  text-align: left;
  margin:50px 0px 0px 0px;
}
.contact-wrp .contact-img-info form span{
  color: red;
  margin-left: 5px;
}
.contact-wrp .contact-img-info form .btn{
  background:transparent;
  border-radius: 0px;
  border:2px solid #fff;
  margin-top: 15px;
  margin-left: 341px;
  padding:15px 40px; 
  opacity: 50%;
}
.contact-img img{width: 100%;}
.contact-wrp .contact-img-info form .btn a{
  color: #fff;
}
.contact-wrp .contact-img-info form .btn:hover{
  opacity: 70%;
  transition: all 0.6s ease;
  background: #ffffff54;
}
.form-control:focus {
    border-color:transparent!important;
    outline: 0;
    box-shadow: none!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.contact-wrp .contact-img-info form .form-control{
  border-radius: 0px;
}
.contact-wrp .contact-img-info form label{
  font-weight: 100;
}
.contact-wrp .contact-img{
  position: relative;
}
.contact-wrp .copyright p{
  font-size: 13px; 
  margin-top: 10px;
  opacity: 80%;
}
/*contact-wrp CSS end */

footer{
  padding: 15px 0;
  width: 100%;
  background: #f5f5f5;
}
/* Lanuage CSS */
.lang{
  position: relative;
  padding:10px 10px 10px;
  z-index: 9999;
  margin: 0 auto 0;
  display: table;
}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
  display: none;
}
.skiptranslate.goog-te-gadget{
  color:transparent;
  font-size:0px !important;
}
.skiptranslate.goog-te-gadget select{
  color: #111;
  font-size: 14px;
  cursor:pointer;
  margin: 0;
  font-weight: 500;
  border: none;
  outline: none !important;
  background: transparent;
}
.skiptranslate.goog-te-gadget select>option{
  color: #333;
  text-transform: capitalize;
}
.lang span {
    display: none;
}
.goog-te-gadget {
    height: all;
    font-size: 11px;
    color: #666;
    padding:0px 0;
}


.top-btn {
    width: 50px;
    height: 50px;
    color: #000;
    text-align: center;
    position: fixed;
    bottom:30px;
    right: 30px;
    cursor: pointer;
    font-size:30px;
    line-height: 50px;
    z-index: 999;
    transition: .5s;
    display: none;
}
.top-btn:hover{
    color: #2F4961;
}

.bannervidbtn {position: relative;z-index: 99;}
.bannervidbtn button{
    width:25px;
    height:25px;
    background: rgba(0,0,0,1);
    line-height:25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: none;
    border-radius: 50%;
    display: block;
    margin-bottom: 5px;
    outline: none;
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.bannervidbtn button:last-child{margin: 0;}
.bannervidbtn button:focus,
.bannervidbtn button:hover{
    background: #000;
    color: #fff;
}