/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */
html {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #f3f3f3;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

img {
  width: 100%; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }
.btn:focus{
  outline: none;
}
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */
body {
  font: 16px/26px Helvetica, Helvetica Neue, Arial;
 }

.wrapper {
  width: 90%;
  margin: 0 5%; }

/* ===================
    ALL: Orange Theme
   =================== */
/* ==============
    MOBILE: Menu
   ============== */
/* ==============
    MOBILE: Main
   ============== */
.footer-container footer {
  color: white;
  padding: 20px 0; }

/* ===============
    ALL: IE Fixes
   =============== */
.ie7 .title {
  padding-top: 20px; }

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
#banner {
  width: 100%;
  height: 70px;
  background: #4cab8f;
  color: #FBFBFB; }
  #banner .flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: .2rem; }

/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel p {
  font-size: 1.3rem;
  color: #FBFBFB;
  line-height: 1.8;
  font-weight: 500; }

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 8rem;
  z-index: 10; }

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem; }

.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
  object-fit: cover; }

/* PRODUCTS CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */
#products {
  background: #f3f3f3;
  padding: 1rem; }
  #products .lead {
    color: #4cab8f;
    font-family: "Roboto Condensed", sans-serif; }

.products .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center; }

.products .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem; }

h2 {
  font-size: 1.85rem;
  margin-top: 1.5rem;
  text-transform: capitalize;
  color: #4cab8f;
  font-weight: 600;
  font-family: "Roboto", sans-serif; }

h3 {
  font-size: 1.35rem;
  margin-top: .5rem;
  text-transform: capitalize;
  color: #4cab8f;
  font-weight: 500;
  font-family: "Roboto Condensed", sans-serif; }
  h3 span {
    text-transform: uppercase; }

.box {
  background: #FBFBFB;
  width: 350px;
  height: 280px;
  border-radius: 5px;
  padding: .8rem;
  margin: 1rem;
  text-align: center;
  position: relative; }
  .box .btn {
    position: absolute;
    bottom: 0;
    left: 33.33%;
    margin-top: 1rem;
    margin-bottom: .5rem;
    text-transform: capitalize;
    font-weight: bold; }
  .box svg {
    color: #F97400; }

.box:hover {
  background: #4cab8f;
  color: #FBFBFB; }
  .box:hover svg {
    /*color: #FBFBFB;*/ }
  .box:hover h3 {
    color: #FBFBFB; }

/* Featurettes
------------------------- */
.featurette-divider {
  margin: 5rem 0;
  /* Space out the Bootstrap <hr> more */ }

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem; }

/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4; }
  .featurette-heading {
    font-size: 50px; } }

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem; } }

.navbar .logo {
  width: 160px;
  height: 80px; }

.navbar .social {
  margin-left: auto; }
  .navbar .social .fab {
    padding: 0.5rem; }
  .navbar .social .fa-twitter {
    color: #00ACEE; }
  .navbar .social .fa-linkedin {
    color: #0E76A8; }
  .navbar .social .fa-search {
    color: #4cab8f; }

.navbar .navbar-nav {
  margin-left: 2rem; }
  .navbar .navbar-nav .nav-item {
    font-weight: 600;
    padding: 0 1rem; }

.input-group input.search{
  border-radius: 5px;
  border-top-right-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
  height: 25px;
  width: 150px;
  margin-top: .5rem;
  margin-right: .2rem;
  /*background: url('../img/search.png') no-repeat center 7px 7px;*/
/*padding-left:30px;*/
}
.input-group .btn {
  height: 25px;
    margin-top: .5rem;
    background: #6CBEA6;
}
.input-group .btn:hover {
  background: #6bbda6;
}

.input-group .btn:active {
  background: #6bbda6 !important;
}

.overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  background-color: #000;
  opacity: .5; }

.main-text {
  position: absolute;
  top: 25%;
  left: 10%; }
  .main-text h1 {
    color: #6CBEA6;
    letter-spacing: 1.2px;
    font-size: 3.2rem;
    padding-top: .7rem;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
   }

.btn {
  background: #F97400;
  border: none; }

.btn:focus, .btn:active {
  outline: none; !important;
  box-shadow: none;}

.btn:hover {
  background: #ff8f2d; }

#about-us {
  padding: 1.5rem;
  background:linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.3)), url('../img/pattern2.png') center/cover no-repeat;background-attachment: fixed; }
  #about-us img {
    width: 100%;
    height: auto; }
  #about-us p {
    line-height: 1.7;
    font-size: 1.2rem;
    color: #FBFBFB; }
  #about-us h2 {
    color: #FBFBFB; }
  #about-us h3 {
    font-family: "Roboto Condensed", sans-serif;
    text-align: center;
    color: #FBFBFB;
    text-transform: capitalize; }

#partners {
  min-height: 300px;
  padding-top: 3rem;
  padding-bottom: 3rem; }
  #partners .boxes {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /*border-right: 2px solid #6CBEA6;*/
  }
.box-1 {
  padding: 1rem;
}


  .grid {
    display: flex;
}
/*    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 120px 120px;*/
    /*flex-wrap: wrap;*/
    /*border: 1px solid #6CBEA6;*/

  .grid div img {
    width: 75px;
    height: 70px;
    margin: .5rem;
  }
  #partners h2 {
    color: #4cab8f;
    font-family: "Roboto Condensed", sans-serif; }
/* .vision {
  width: 100%;
  height: 100%;
}
.vision img {
  width: 100%;
  height: 100%;
} */
/* .airtel-money img{
  width: 150px;
} */

footer {
  background-color: #6CBEA6;
  color: #FBFBFB; }
/*  footer a {
    color: #FBFBFB; }*/
  footer p {
    padding: 1.5rem;color: #fff; }

#footer {
  width: 100%;
  min-height: 350px;
  background: #4cab8f;
  color: #FBFBFB;
  padding-top: 5rem; }
  #footer li, a {
    color: #edebeb;
  }
  #footer img {
    width: 350px;
    height: 200px; }
  #footer ul {
    list-style-type: none; }
    #footer ul li {
      text-transform: lowercase;
      text-align: left;
      padding: .25rem; }
      #footer a, .fab {
        cursor: pointer;
      }
    #footer ul li:first-child {
      text-transform: uppercase;
      font-size: bold;
      text-align: left;
      font-weight: bold; }
  #footer ul li:hover {
      color: #212121;
      cursor: pointer; }
      #footer ul li:hover a {
        text-decoration: none;
        color: #212121; }
        #footer p {
          padding: 1.5rem;color: #c9aa88;
        }
        #footer ul.list{
          display: flex;
          flex-direction: column;
          align-items: center;
        }
        #footer ul.list li {
          min-width: 200px;
        }

#button {
  display: inline-block;
  background-color: #4cab8f;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s,  opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  /* border: 1px solid #FBFBFB; } */
}
#button::after {
    font-family: "Font Awesome 5 Free";
  content: "\f35b";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff; }

#button:hover {
  cursor: pointer;
  background-color: #333; }

#button:active {
  background-color: #555; }

#button.show {
  opacity: 1;
  visibility: visible; }

#product-details {
  min-height: 80vh; }
  #product-details header {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3)), url("../img/money.jpg");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 55vh; }
    #product-details header .wrapper {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding: 1.5rem; }
    #product-details header p {
      color: #FBFBFB;
      font-size: 1.3rem; }
  #product-details h1, #product-details h2 {
    font-family: "Roboto", sans-serif;
    color: #4cab8f; }
  #product-details p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #212121;
    padding: .5rem; }
  #product-details img {
    width: 80%;
    height: 300px;
    padding-bottom: .5rem;
    padding-top: .5rem; }

.contact-banner {
  background: #6CBEA6;
  height: 20vh;
  color: #fff;
  display: flex;
  justify-content: center; }

#contact {
  padding: 1rem; }
  #contact ul {
    list-style-type: none; }
    #contact ul li {
      text-transform: capitalize;
      text-align: left;
      padding: .25rem; }
    #contact ul li:first-child {
      text-transform: uppercase;
      font-size: bold;
      text-align: left;
      font-weight: bold; }
  #contact form .form-group {
    margin: .25rem; }
  #contact h1 {
    font-family: "Roboto", sans-serif;
    font-size: 2.5rem;
    font-weight: 600;
    color: #fff;}
 #contact h2 {
    font-family: "Roboto", sans-serif;
    color: #4cab8f; }
  #contact p {
    font-size: 1.2rem;
    line-height: 1.7;
    color: #212121;
    padding: .2rem; }
  #contact .social-contact {
    display: flex;
    justify-content: space-around; }
    #contact .social-contact a {
      color: #212121; }

/*about us page styling*/
#about-us-page {
  background: url("../img/bannerbg.jpg") center/cover no-repeat;
  height: 60vh; }
  #about-us-page p {
    color: #212121;
    font-size: 1.1rem;
    line-height: 1.7; }
  #about-us-page img {
    width: 100%; }
  #about-us-page h3 {
    text-transform: capitalize; }
  #about-us-page hr {
    background: #4cab8f; }
    #about-content .mission-vision {
      background: #6CBEA6;
      padding: 1rem;
      color: #fff;
    }
    #about-content .mission-vision h3 {
      color: #fff;
    }

/*product and services*/
.uppercase{
  text-transform: uppercase;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */
@media only screen and (max-width: 768px) {
  /* .carousel-caption {
    display: none;
  } */
  .products .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .products .box {
    width: 280px;
    height: 350px;
    padding: .5rem;
    margin: .2rem;
  }

  #about-us .row {
    display: grid;
    grid-template-columns: auto;
  }
  #about-us .col-md-7, .col-md-6, .col-md-5 {
    max-width: 100%;
  }
  #partners .boxes {
    display: grid;
    grid-template-columns: auto;
  }
  #partners .boxes .box-1 {
    margin: 0;
  }
  #footer img {
    width: 150px;
    height: 100px;
    margin-left: 3rem;
    margin-top: 3rem;
  }
  #contact .col-md-7 div {
    width: 100%;
  }


}
@media only screen and (max-width: 580px) {
    .products .row {
    display: grid;
    grid-template-columns: 1fr;
  }
  #partners .grid {
    /* grid-template-columns: repeat(2, 1fr); */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .main-text h1 {
    margin-top: 3rem;
    font-size: 1.2rem;
  }
  .carousel-caption p{
    font-size: .7rem;
    text-align: center;
  }
  #banner .flex-container {
    flex-direction: column;
    align-items: center;
    /* padding-top: .2rem; */
  }
  .se-pre-con h1 {
    font-size: 1rem;
    left: 30%;
  }
  #products-page header h1 {
    font-size: 1.2rem;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }

/* preloader*/

/* .loader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #000;
	background-size: cover;
	height: 100%;
	z-index: 10000;
}
#status {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: opacity .5s ease-in-out;
	transition: opacity .5s ease-in-out;
}

#status>p {
	margin: 20px;
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 6px;
}

.spinner {
	width: 40px;
	height: 40px;
	position: relative;
}

.double-bounce1,
.double-bounce2 {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background-color: #b5121b;
	opacity: 0.6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
} */
