
html, body {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}
@font-face {
  font-family: 'avenir';
  src: url(../fonts/avenir_ff/AvenirLTStd-Roman.otf);
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: 'futura';
  src: url(../fonts/Futura_L.otf);
  font-style: normal;
  font-weight: normal;
}

header {
  /*border: 1px solid yellow;*/
  min-height: 100px;
}

ul, li {
  list-style-type: none;
  font-family: avenir;
}
li a{
  font-size: 18px;
}

a {
  color: #000;
  text-decoration: none;
  font-family: futura;
  font-weight: 100;
}

p {
  color: #fff;
  font-size: 13px;
  font-family: futura;
  font-weight: 100;
  letter-spacing: 0.1px;
}
h1{
  color: #BDD530;
  font-size: 35px;
  text-align: left;
  font-weight: 100;
  font-family: avenir !important;
  margin-bottom: -10px;
}
h2{
  color: #BDD530;
  font-size: 25px;
  text-align: center;
  font-weight: 100;
  font-family: avenir !important;
}
h3{
  color: #BDD530;
  font-size: 14px;
  font-weight: 100;
  font-family: avenir !important;
}
h4{
  color: #BDD530;
  font-size: 22px;
  text-align: left;
  font-weight: 100;
  font-family: avenir !important;
  margin-bottom: -10px;
}
h5{
  color: #F38025;
  font-size: 14px;
  text-align: left;
  font-weight: 100;
  font-family: avenir !important;
  margin-left: 20px;
  padding-top: 10px;
}
h6{
  color: #FFF;
  font-size: 18px;
  text-align: left;
  font-weight: 100;
  font-family: avenir !important;
  margin-left: 20px;
  margin-top: -10px;
  /*border: 1px solid red;*/
}

.hr{
  border-bottom:1px solid black;
  margin-right: 200px;
  margin-left: 200px;
}
#info{
  font-size: 18px;
  color: #000;
}
.line{
  border-bottom: 1px solid black;
  margin-right: 180px;
  margin-left: 50px;
}
.underline{
  width: 150px;
  margin-top: -12px;
  margin-bottom: 20px;
  height: 1px;
  background-color: black;
  border: none;
}
.container-header{
  display: inline;
}

#header-logo {
  width: 150px;
  padding: 10px;
  /* border: 1px solid red;  */
}

#header-menu {
  position:  relative;
  text-align: right;
  margin-top: -50px;
  /*border: 1px solid green;*/
  -moz-margin-top:-36px;
  -moz-top:8px;
  top: 20px;
  right: 200px;
  z-index: 1
}
@-moz-document url-prefix() {
    #header-menu {
      position:  relative;
      text-align: right;
      /*border: 1px solid green;*/
      margin-top:-36px;
      top:8px;
      right: 200px;
      z-index: 1
    }
}

#header-menu li {
  display: inline-block;
  margin-right: 20px;
}
.drop-menu{
  border: 1px solid rgba(0,0,0,0.9);
  background-color: rgba(0,0,0,0.9);
  display: none;
  width: 100%;
  position: absolute;
  z-index: 10;

}
.menub{
  margin-top: -28px;
  position: relative;
}
#header-menu2 a{
  color: #BDD530;
  border-bottom: 1px solid #BDD530;
  position: relative;
}
#header-menu2 li{
  padding-bottom: 10px;
}
#dropdown-content2{
  display: none;
  padding-top: 10px;
}
.dropdown-content {
  display: none;
  position: absolute;
  border: 1px solid rgba(0,0,0,0.9);
  background-color: rgba(0,0,0,0.9);
  min-width: 160px;
  margin-top: 8px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  color: #BDD530;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.bar-toggle {
  color: #000;
  float: right;
  line-height: 5px;
  font-size: 30px;
  display: none;
  cursor: pointer;
}
.show{
  color: #BDD530;
  margin-left: 2px;
}
#top-page{
  display: none;
  color: #BDD530;
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 99;
  transition: .5s;
}
#top-page:hover{
  cursor: pointer;
}

section {
  clear: both;
  min-height: 100%;
  /*border: 1px solid green;*/
}
.intro-content{
margin-bottom: 40px;
margin-top: 10x;
}

.intro-content p{
  color: #000;
  font-size: 18px;
}
.content{
  margin: 0px 240px;
}

.intro-learn{
  text-align: center;
  height: 25px;
  padding-top:7px;
}
.intro-info #learn{
  border: 1px solid black;
  border-radius: 30px;
  padding: 8px 10px 8px;
}

.intro-info {
  min-height: 300px;
}

.wrapper{
    text-align: center;
}
.wrapper2 li{
  padding-bottom: 10px;
  font-family: futura;
  font-size: 18px;
  margin-left: 30px;
}
.bullets{
  float: left;
  margin-left: 10px;
}
.container{
    width: 250px;
    height: 200px;
    display: inline-block;
    background: rgba(190, 213, 48, 0.6);
    margin-right: 15px;
    margin-bottom: 50px;
    vertical-align: top;
    transition: transform .2s; /* Animation */
}
.container:hover{
 transform: scale(1.1);
}
.read{
  height: 40px;
  padding-top: 15px;
  margin-top: 30px;
}
.container img{
  width: 50px;
  height: 50px;
  margin-top: 20px;
}
.container p{
  color: #000;
  margin-bottom: 25px;
  font-size: 16px;
}
.container a{
  border: 1px solid black;
  border-radius: 30px;
  padding: 5px 10px 5px;
}

.intro-clients {
  min-height: 230px;
  margin-bottom: 10px;
  /* border: 1px solid red; */
}

.container2{
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-left: 30px;
  margin-right: 30px;
}
 .a{
  background-image: url("../Pics/Villa_Care.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
}
 .b{
   background-image: url("../Pics/NIB.png");
   background-repeat: no-repeat;
   background-attachment: scroll;
   background-position: center center;
   background-size: contain;
}
.c{
  background-image: url("../Pics/Oasis_Medical_Centre.png");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
}
.d{
  background-image: url("../Pics/ABK.jpeg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
}
.e{
  background-image: url("../Pics/acorn.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
}
.intro-testimonials{
  min-height: 250px;
}

.intro-testimonials p{
  font-size: 18px;
  color: #000;
  padding-left: 200px;
  padding-right: 200px;
}
.item{
  display: none;
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  margin-bottom: 20px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
.active{
   background-color: #717171;
}


.intro-infotax,
.intro-infoaudit,
.intro-infoadv,
.intro-about{
  padding: 0 80px;
  margin-bottom: 40px;
}
.intro-body {
  background-image: url("../Pics/IMG-1.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 700px;
  position: relative;
  /*border: 1px solid red;*/
}

.intro-tax {
  background-image: url("../Pics/IMG-8.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 650px;
  position: relative;
  /*border: 1px solid red;*/
}

.intro-audit{
  background-image: url("../Pics/IMG-6.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 600px;
  position: relative;
  /*border: 1px solid red;*/
}
.intro-adv{
  background-image: url("../Pics/IMG-7.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 600px;
  position: relative;
  /*border: 1px solid red;*/
}
.intro-acc{
  background-image: url("../Pics/IMG-2.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size:  cover;
  height: 600px;
  position: relative;
  /*border: 1px solid red;*/
}
.intro-business{
  background-image: url("../Pics/IMG-5.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 600px;
  position: relative;
  /*border: 1px solid red;*/
}
.intro-ict{
  background-image: url("../Pics/IMG-3.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 600px;
  position: relative;
  /*border: 1px solid red;*/
}
.intro-legal{
  background-image: url("../Pics/IMG-4.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 600px;
  position: relative;
  /*border: 1px solid red;*/
}

.members{
  width: 340px;
  height: 450px;
  float: left;
  margin-right: 45px;
  margin-bottom: 50px;
}
.i{
  background-image: url("../Pics/Our Team/Robert Gathogo.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.ii{
  background-image: url("../Pics/Our Team/Kiano Maina.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.iii{
  background-image: url("../Pics/Our Team/Richard Mwangi Wanjohi.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.iv{
  background-image: url("../Pics/Our Team/Joseph Otieno.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.v{
  background-image: url("../Pics/Our Team/Caxton Otieno.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.vi{
  background-image: url("../Pics/Our Team/Ruth Mugoh.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.vii{
  background-image: url("../Pics/Our Team/Japheth Ngumi.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.viii{
  background-image: url("../Pics/Our Team/Timothi Mghenyi.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center top;
  background-size: cover;
  height: 450px;
  position: relative;
}
.info-team{
  background-color: rgba(35,31,32,0.8);
  height: 70px;
  margin-top: 270px;
}
.info-team2{
  background-color:  #434442;
  height: 110px;
}
.dep{
  float: left;
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: -25px;
}
.dep2{
  float: right;
  width: 200px;
  text-align: left;
  margin-top: 5px;
  margin-bottom: -25px;
  margin-right: 20px;
}
.long h6{
  margin-top: -26px;
}

#map{
  height: 400px;
  width: 60%;
  border: 1px solid #ccc;
}

/* footer  */

footer {
  background-color: #05060B;
  padding: 10px 0;
  clear: both;
  min-height: 230px;
  position: relative;
}
footer .wrapper{

}
footer .wrapper div {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  /* border: 1px solid yellow;  */
}
.subscribe-info{
  width: 40%;
  margin-left:-50px;
  padding-left: 20px;
}
.company-info{
  width: 30%;
}

footer div a {
  color: #fff !important;
}

footer div .subscribe-info p,a,
.company-info p,a,
.contact-info p,a{
  font-size: 14px;
}


footer .contact-info img {
  width: 15px;
  margin-right: 5px;
}
.sub{
  text-align: left;
}
.sub input[type=email]{
  padding: 8px 10px;
  width: 180px;
  display: inline-block;
  border: 1px solid #fff;
  background-color: #000;
  box-sizing: border-box;
  font-family: futura;
}

.sub input[type=submit]{
  padding: 8px 20px;
  padding-left: 30px;
  border: 1px solid #fff;
  background-color: #000;
  margin-left: -4px;
  cursor: pointer;
  color: #fff;
  font-family: futura;
}

@-moz-document url-prefix() {

  .sub input[type=email]{
    padding: 8px 10px;
    width: 180px;
    color: #fff;
    display: inline-block;
    border: 1px solid #fff;
    background-color: #000;
    box-sizing: border-box;
    font-family: futura;
  }
}
.plane{
  color: #fff;
  position: absolute;
  margin-left: -0px;
  margin: 8px 5px;
}

footer .subscribe-info button {
  margin-bottom: 0;
  border-radius: 0 0 0 0;
}
.footer-section{
  min-height: 30px;
  background: #fff;
  bottom: 0;
  position: absolute;
  margin: 0px;
  padding: 0px;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
}
.footer-section p{
  color: #000;
  font-size: 12px;
}



/* @media screens*/
@media (min-width:1441px)  {
  .content{
    text-align: center;
    margin: 0px;
  }
}
@media (min-width:769px) and (max-width:1024px) {
  #header-menu {
    right: 100px;
  }
  .line{
    margin-right: 80px;
  }
  .container{
    width: 200px;
    height: 200px;
  }
  .content{
    margin: 0px 50px;
  }
}
@media (max-width:768px){
  #header-menu li{
    display: none;
  }
  .bar-toggle{
    display: block;
    margin-bottom: 20px;
    margin-right: -150px;
  }
  .line{
    clear: both;
    margin-right: 20px;
  }

  .intro-testimonials p{
    padding-left: 100px;
    padding-right: 100px;
  }
  .sub input[type=email]{
  width: 180px;
  padding-left: 10px;
  padding-right: 0px;
  }
  .sub input[type=submit]{
    margin-left: -4px;
    width: 90px;
  }
  #map{
    width: 100%;
  }
  .content{
    margin: 0px 30px;
  }
}
/* TODO: Tablet 768px */
@media (min-width:425px) and (max-width:768px) {
  .intro-about{
    padding: 0 15px;
  }
  .members{
    margin-right: 18px;
  }
  .subscribe-info{
    width: 40%;
    padding-left: 10px;
    margin-left: -30px;
  }
  .company-info{
    width: 28%;
  }
  .intro-tax,
  .intro-adv,
  .intro-audit,
  .intro-ict,
  .intro-acc,
  .intro-business,
  .intro-legal,
  .intro-body{
    height: 400px;
  }
  .hr{
    margin-right: 100px;
    margin-left: 100px;
  }
  #top-page{
    right: 10px;
  }
}
/* TODO: Mobile-L 425px */
@media (max-width:425px) {
  footer{
      height: 550px;
  }
  .subscribe-info{
    margin-left: 0px;
  }
  footer .wrapper div {
    display: block;
    width: 100%;
    float: none;
    padding-left: 10%;
    padding-bottom: 20px;
  }
  .intro-testimonials p{
    padding-left: 10px;
    padding-right: 10px;
  }
  .intro-body{
      height: 500px;
  }
  .intro-content p{
    font-size: 14px;
  }
  .intro-about{
    padding: 0 20px;
    /* border: 1px solid red;  */
  }
  .intro-tax,
  .intro-adv,
  .intro-ict,
  .intro-acc,
  .intro-business,
  .intro-legal{
    height: 250px;
    background-position: center center;
  }
  .intro-body{
    height: 250px;
  }
  .intro-audit{
    height: 250px;
    background-position: center bottom;
  }

  .intro-infotax,
  .intro-infoaudit,
  .intro-infoadv{
    padding: 0 10px;
  }
  .send{
    padding-left: 0px !important;
    padding-bottom: 0px !important;
    display: inline-block !important;
    width: 90px !important;
    float: none !important;
  }
  .hr{
    margin-right: 50px;
    margin-left: 50px;
  }
}

/* mobile M 375 */
@media (max-width:375px) {
  .intro-about{
    padding: 0 5px;
    /* border: 1px solid red;  */
  }
  .intro-tax{
    height: 250px;
    background-position: center right;
  }
  .intro-infotax,
  .intro-infoaudit,
  .intro-infoadv{
    padding: 0 10px;
  }
  .intro-tax,
  .intro-adv{
    height: 250px;
    background-position: center right;
  }

  .intro-audit{
    height: 250px;
    background-position: center center;
  }
  .hr{
    margin-right: 40px;
    margin-left: 40px;
  }
}
/* mobile S 320px; */
@media (max-width:320px) {
  .intro-about{
    padding: 0 5px;
  }
  .intro-body{
    height: 400px;
  }
  .intro-content p{
    padding-left: 0px;
    padding-right: 0px;
  }
  .intro-tax,
  .intro-adv{
    height: 250px;
    background-position: center right;
  }

  .intro-audit{
    height: 250px;
    background-position: center center;
  }

  .intro-infotax,
  .intro-infoaudit,
  .intro-infoadv{
    padding: 0 10px;
  }
  .hr{
    margin-right: 20px;
    margin-left: 20px;
  }
}
