body {
  font-family: Calibri, sans-serif !important;
}
.testimonial{
    text-align: center;
}
.description{
    color:#fff;
    font-size: 24px;
    line-height: 35px;
    margin-bottom: 30px;
    padding:0px 11%;
    position: relative;
}
.description:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 2%;
    color:#ffffff;
    font-size: 36px;
}
.description:after{
    content: "\f10e";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 2%;
    color:#ffffff;
    font-size: 36px;
}
.pic{
    width: 94px;
    height: auto;
    margin: 0 auto;
}
.pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonial-title{
    font-size: 18px;
    color:#fff;
    font-weight: bolder;
    text-transform: capitalize;
}
.testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span{
    background: #3498db;
}
.owl-theme .owl-controls .owl-page span{
    opacity: 1;
}
@media screen and (max-width: 480px) {
    .description{
        font-size:19px;
        line-height: 29px;
    }
    .description:before,
    .description:after{
        font-size: 25px;
    }
}
.footer-wrap {
    background: url('../images/footer.jpg') no-repeat top;
    padding-top: 30px;
    background-size: cover;
}

.footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.footer-wrap ul {
  padding: 0 20px;
}
.carousel-indicators {
  display: none;
}

.footer-wrap p {
    font-size: 15px;
    line-height: 24px;
    color: #e4e4e4;
    margin-top: 15px;
}

.footer-wrap p a {
    color: #fff;
    text-decoration: underline;
    font-style: italic;
}

.footer-wrap p a:hover {
    text-decoration: none;
    color: #ff7800;
}

.footer-links li a {
    font-size: 15px;
    line-height: 26px;
    color: #e4e4e4;
    text-decoration: none;
}
 .footer-links li a:hover {
    color: #ff0000;
  }


.footer-links li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #e4e4e4;
}

.footer-category li a {
    font-size: 14px;
    line-height: 26px;
    color: #e4e4e4;
    text-decoration: none;
}

.footer-category li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    padding-right: 10px;
    color: #b3b3b3;
}

.address {
    
    color: #e4e4e4;
    font-size: 15px;
    position: relative;
    padding-left: 15px;
    line-height: 30px;
}

.address:before {
    content: "\f041";
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    left: 0;
}

.info a {
 
    color: #e4e4e4;
    font-size: 14px;
    line-height: 30px;
    font-weight: normal;
}

.fa-phone:before {
    content: "\f095";
}

.info a {

    color: #e4e4e4;
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    padding: 0 0 0 4px;
    text-decoration: none;
}

.fa-fax:before {
    content: "\f1ac";
}

.copyright {
    border-top: 1px solid #5f5f5f;
    font-size: 14px;
    color: #e4e4e4;
    margin-top: 25px;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 10px;
}
.bg-dark {
    background-color: #ffffff!important;
    height: 100px !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #000;
}
.nav-link:hover {
    color: #ff0000;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #ff0000;
}



@media(max-width:768px) {
.nav-link {
  border-bottom: 1px solid #ccc;
}
.navbar-brand img {
  width: 80%;
}
.about-title h1 {
  font-size: 20px;
}
.border-9 {
  width: 91% !important;
}
.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase !important;
  font-size: 18px;
  text-align: center;
}
.footer-wrap h3 {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin: 15px 0 5px 0;
}
.navbar-dark .navbar-brand {
  width: 75%;
}
.carousel-inner {
    margin: 63px 0 0 0 !important;
}
}
.copyright a {
  color: #ff0000;
  font-weight: bold;
}
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 100%;
	list-style: none;
	text-align: center;
}

.carousel-inner {
  margin: 85px 0 0 0;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	max-height: 100%;
	width: 100%;
	text-align: center;
	cursor: pointer;
  border: 1px solid #e62f29;
  padding: 5px;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
figure.effect-zoe figcaption {
	top: auto;
  bottom: 0;
  padding: 10px 20px;
  height: 40px;
  background: #e62d27;
  color: #3c4a50;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

}

figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden; /* Fix for Chrome 37.0.2062.120 (Mac) */
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-eye::before {
	content: '\e000';
}

.icon-paper-clip::before {
	content: '\e001';
}

.icon-heart::before {
	content: '\e024';
}

figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);

}
figure.effect-zoe img:hover {
  transition: all 0.8s;
}
figure.effect-zoe img:hover {
  transform: scale(1.1,1.1);
}


figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.effect-zoe h2 {
	font-size: 16px;
	font-weight: bold;
}
.carousel-item img {
	width: 100%;
}
.btn-read {
   position: relative;
  display: inline-block;
font-size: 14px;
  padding: 15px 30px;
  overflow: hidden;
  z-index: 1;
    color: #fff;
    background-color: #0d0d0d;
    border: none;
    font-weight: 600;
}
.btn--animated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(15, 180, 224);
  transform: scaleX(0);
  transform-origin: 0 50%;
  transition-property: transform;
  transition-duration: 2s;
  transition-timing-function: ease-out;
  z-index: -1;
}
.btn--animated:hover {
  color: #fff;
}
.btn--animated:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.45, 1.64, 0.47, 0.66);
}
/* end button hover */





/* start image overlay */
.image {
  display: block;
  width: 100%;
  position: relative; 
  margin-top:20px;
}
.image img{
    width: 100%;
}
.image .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(15, 180, 224, 0.3);
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: 1s ease;
display:block;
}

.image:hover .overlay {
  width: 100%;
}
.text{
    padding: 10px 0 0 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    background-color: #fff;
  color: #0fb4e0;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
    cursor: pointer;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.text:hover{
    color: #fff;
    background-color: #0fb4e0;
}
.about9 {
    padding: 60px 0;
    background-color: #f3f3f3;
}
.border-9 {
    margin: 0 15px;
   
    border-bottom: 1px solid #ccc;
    /* padding: 0 15px; */
    width: 31%;
}
.border-9 h3 {
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ff0000;
    padding: 10px 0px;
}
.about-title-9 img {
    width: 100%;
}
.product-9 {
    padding: 60px 0;
}
.caro_bg {
    background: url('../images/choose-water-banner_1.jpg') no-repeat top fixed;
    text-align: center;
    position: relative;
    z-index: 2; background-size:cover
}
.testimonial-section h2 {
    font-size: 25px;
    color: #fff;

    padding: 0 0 25px 0;
}
.testimonial-9 {
    padding: 60px 0;
}
.testimonial-section {
    display: block;
    margin: 0 auto;
}
.example-image {
    width: 100%;
    border:1px solid #ccc;
    background-color: #fff5f5;
    margin: 15px 0;
}
.gallery-section h2 {
    color: #000;
    padding: 0 0 40px 0;
}
.gallery-section {
    display: block;
    margin: 0 auto;
}
.gallery-section-9 {
    padding: 60px 0;
}
.heading-title {
    margin-bottom: 50px;
}
.text-center {
    text-align: center;
}
.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: bold;
}
.animated-9 {
  margin: 9% 0 0 0;
}
.p-top-30 {
    padding-top: 30px;
}
.half-txt {
    width: 70%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
    font-size: 18px;
}
.text-uppercase {
    text-transform: uppercase;
}

.team-member, .team-member .team-img {
    position: relative;
}
.team-member {
    overflow: hidden;
}
.team-member, .team-member .team-img {
    position: relative;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.1);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.team-member:hover .team-hover .desk {
    top: 35%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    -ms-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member:hover .team-hover .s-link {
    bottom: 10%;
}
.team-member:hover .team-hover, .team-member:hover .team-hover .desk, .team-member:hover .team-hover .s-link {
    opacity: 1;
}
.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    -ms-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}
.desk, .desk h4, .team-hover .s-link a {
    text-align: center;
    color: #222;
}
.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}
.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}
.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}
.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}
.team-img img {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px;
    background-color: #f6f6f6;
}
.our-team {
    padding: 60px 0;
}
.product-26 {
    padding: 60px 0;
    background-color: #f3f3f3;
}
.card {
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  min-height:200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
    overflow: hidden;
}
.img-card img{
  width: 100%;
  height: 200px;
  object-fit:cover;
  transition: all .25s ease;
}
.card-content {
  padding:15px;
  text-align:left;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1.65em;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
  font-size: 18px;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase
}
.services-9 {
    padding: 60px 0;
}
.card {
    min-height: 570px;
}
.card-content p {
    padding: 0px !important;
    margin:0px!important;
}
.footer-links li {
  list-style: none;
}
.serction-service {
  padding: 60px 0;
  background-image: url('../images/service.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.services-export h4 {
  color: #fff;
}
.services-export h6 {
  color: #fff;
}
.services-export p {
  color: #fff;
  padding: 0px;
  margin: 0px;
}
.services-img img {
  width: 100%;
  border: 1px solid #fff;
  padding: 5px;
  background-color: #fff;
}
.our-partners-section  {
  padding: 0 15px;
}
.gallery-space {
  padding: 60px 0;
}
.navbar-dark .navbar-nav .nav-link {
  text-transform: uppercase !important;
  font-size: 16px;
}
.mb-0 > a {
  display: block;
  position: relative;
}
.mb-0 > a:after {
  content: "\f078"; /* fa-chevron-down */
  font-family: 'FontAwesome';
  position: absolute;
  right: 0;
}
.mb-0 > a[aria-expanded="true"]:after {
  content: "\f077"; /* fa-chevron-up */
}
.card-9 {
  height: auto !important;
}
.about-profile-section {
    background-image: url('../images/about/about.jpg');
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 60px 0 0 0;
}
.about-services-section-1 {
    background-image: url('../images/service/services-10.jpg');
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 60px 0 0 0;
}
.about-profile-section-2 {
    background-image: url('../images/product.jpg');
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 60px 0 0 0;
}
.about-profile-section-4 {
    background-image: url('../images/gallery/gallery-background.jpg');
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 60px 0 0 0;
}
.about-profile-section-5 {
    background-image: url('../images/video-banner-1.jpg');
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin:60px 0 0 0;
}
.about-profile-section-6 {
    background-image: url('../images/career.jpg');
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 60px 0 0 0;
}
.about-profile-section-8 {
    background-image: url('../images/contact-us.jpg');
    background-size:cover;
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 60px 0 0 0;
}
.bottle-company {
  color: #fff;
  text-align: center;
}
.founder-9 i {
  float: right;
}
.info i {
  color: #fff;
}
.card-10 {
  min-height: 280px !important;
  display: block;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
    transition: box-shadow .25s;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.video-section {
  padding: 60px 0;
}
.contact-form-19 {
    padding: 60px 0;
}
.address-9 {
    background: #ecebeb;
    padding: 1rem;
    color: #2c2c2c;
    margin: 1rem 0;
    border-radius: .3rem;
}
.gettouch {
    padding-bottom: 12px;
    color: #2f308f;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
}
.contact-head h5 {
  padding: 0 15px;
}
.btn-read-9 {
  margin: 60px 0 0 0;
}
.nav-item.active .nav-link {
    font-weight: bold;
    color: #ff0000 !important;
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: #ccc !important;
    background-color: #000;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ff0000 !important;
}
.gototop2{
  width:99%;
  background:#000;
  border:2px solid grey;
}

.goto-top{
   margin-left:-100%;
   position:fixed;
   bottom:20px;
   right:50px;
 }
#goto-topJS{
  margin-left:1%;
  position:fixed;
  bottom:20px;
  left:50px;
}
.to-top  {
  position: fixed;
  z-index: 9999;
  bottom: 0px;
  right: 0px;
  display: none;
}
.back-to-top{
    text-decoration: none;
    display: block;
    text-align: center;
    color: #fff;
    font-size: 2em;
    width: 40px;
    height: 40px;
    line-height: 50px;
    border-radius: 5px;
    opacity: 0.7;
    transition: 0.3s;
    margin: 30px;
  }
  .social-btns {
  overflow: hidden;
}
.social-btns .btn, .social-btns .btn:before, .social-btns .btn .fa {
  transition: all 0.35s;
  transition-timing-function: cubic-bezier(0.31, -0.105, 0.43, 1.59);
}
.social-btns .btn:before {
  top: 70%;
  left: -110%;
}
.social-btns .btn .fa {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.social-btns .btn.facebook:before {background: #3b5998;}
.social-btns .btn.facebook .fa {color: #3b5998;}

.social-btns .btn.twitter:before {background: #3cf;}
.social-btns .btn.twitter .fa {color: #3cf;}

.social-btns .btn.google:before {background: #dc4a38;}
.social-btns .btn.google .fa {color: #dc4a38;}

.social-btns .btn.linkedin:before {background: #0077B5;}
.social-btns .btn.linkedin .fa {color: #0077B5;}

.social-btns .btn.skype:before {background: #00aff0;}
.social-btns .btn.skype .fa {color: #00aff0;}

.social-btns .btn:focus:before, .social-btns .btn:hover:before {
  top: -10%;
  left: -10%;
}
.social-btns .btn:focus .fa, .social-btns .btn:hover .fa {
  color: #fff;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.social-btns {
  font-size: 0;
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.social-btns .btn {
    display: inline-block;
    background: #fff;
    width: 30px;
    height: 30px;
    line-height: 20px;
    margin: 5px;
    text-align: center;
    position: relative;
    overflow: hidden;
    border-radius: 35%;
    box-shadow: 0 7px 18px -7px rgba(0,0,0,0.18);
    opacity: 0.99;
}
.btn {
  padding: 3px;
}
.social-btns .btn:before {
  content: '';
  width: 120%;
  height: 120%;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.social-btns .btn .fa {
  font-size: 20px;
  vertical-align: middle;
}
.zambia {
  font-size: 14px;
  color: #ff0000;
}
@media(max-width:767px) {
  .about9 {
  padding: 30px 0;
}
}


