/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

@font-face {
    font-family: Nyala;
    src: url('fonts/nyala_0.ttf');
}
body {
  padding-bottom: 40px;
  color: #ffffff;
  font-family: nyala;
}

img{
    text-align:center;
    max-width:100%;
    height:auto;
    width:auto;
}

/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */


/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
    margin-top: 2%;
}
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}
.navbar-wrapper .navbar .container {
  width: auto;
}

.cont {
    width:100%;
    margin-left: 0%;

}
input[type="radio"] {
    display:none;
}
label {
    width:23%;
    float:left;
    text-align:center;
    background:#87383d;
    min-height: 46px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    color:#ffffff;
    padding:0.5%;
    margin:0.5%;
    margin-bottom:30px;
    cursor:pointer;
}
input[type="radio"][id="blue"]:checked + label {
    background:#2f98c3;
    color: #87383d;
}
input[type="radio"][id="blue"]:checked ~ .red, input[type="radio"][id="blue"]:checked ~ .green {
    width:0;
    height:0;
    padding:0;
    margin:0;
    opacity:0;
}
input[type="radio"][id="red"]:checked + label {
    background:#2f98c3;
    color: #87383d;
}
input[type="radio"][id="red"]:checked ~ .blue, input[type="radio"][id="red"]:checked ~ .green {
    width:0;
    height:0;
    padding:0;
    margin:0;
    opacity:0;
}
input[type="radio"][id="green"]:checked + label {
    background:#2f98c3;
    color: #87383d;
}
input[type="radio"][id="green"]:checked ~ .blue, input[type="radio"][id="green"]:checked ~ .red {
    width:0;
    height:0;
    padding:0;
    margin:0;
    opacity:0;
}

img object embed
{
    user-drag: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
}



.tile {
    width:200px;
    height:200px;
    float:left;
    transition:all 1s;
    margin:0px;
    padding:0px;
}

.post-thumb {
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    width:200px;
    float:left;
}

.post-thumb img {
    width:200px;
    display: block;
}

.post-thumb .title-over {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 200px;
    background: rgba(39,153,202,0.9);
    padding: 15px 20px;
}

.post-thumb .title-over h4 {
    font-size: 16px;
    font-family: 'robotoregular';
}

.post-thumb .title-over a {
    color: #fff;
}

.post-thumb .post-hover {
    position: absolute;
    width: 200px;
    height: 200px;
    top: 70px;
    left: 0;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    background: rgba(0,0,0,0.9);
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

.post-thumb .post-hover .inside {
    position: relative;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.post-thumb .post-hover h4 {
    font-size: 16px;
    font-family: 'robotoregular';
    margin-bottom: 10px;
}

.post-thumb .post-hover a {
    color: #58b6dc !important;
}

.post-thumb .post-hover i {
    display: block;
    margin-bottom: 10px;
}

.post-thumb .post-hover p {
    font-size: 12px;
}

.post-thumb .post-hover span {
    font-size: 12px;
    margin-bottom: 15px;
    display: block;
}

.post-thumb:hover .title-over {
    -webkit-transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -ms-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
    visibility: hidden;
    opacity: 0;
    bottom: -50px;
}

.post-thumb:hover .post-hover {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.feature-list .col-md-4 {
    margin-bottom: 22px;
font-size: 18px;}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  height: 500px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel .item {
  height: 500px;
  background-color: #777;
}
.carousel-inner > .item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 500px;
}

.shadow {
     display: inline-block;
     position: relative;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 47%;
     -moz-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
     -webkit-box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
     box-shadow: rgba(0, 0, 0, 0.8) 3px 3px 10px inset;
     -webkit-transition: box-shadow 0.2s ease-in;
     -moz-transition: box-shadow 0.2s ease-in;
     transition: box-shadow 0.2s ease-in;
    border: 10px solid #700e14;
 }
.shadow:hover {
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
}
.shadow img {
    max-width: 100%;
    position: relative;
    z-index: -1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.serve {
    float: left;
    width: 25%;
    padding: 0 15px;
}

/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;

}
.marketing h2 {
  font-weight: normal;
    text-align: center;

}
.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;


}

.hovereffect {
    width:200px;
    height:200px;
    float:left;
    overflow:hidden;
    position:relative;
    text-align:center;
    cursor:default;
}

.hovereffect .overlay {
    width:100%;
    height:100%;
    position:absolute;
    overflow:hidden;
    top:0;
    left:0;
    opacity:0;
    background-color:rgba(0,0,0,0.5);
    -webkit-transition:all .4s ease-in-out;
    transition:all .4s ease-in-out
}

.hovereffect img {
    display:block;
    position:relative;
    -webkit-transition:all .4s linear;
    transition:all .4s linear;
}

.hovereffect h2 {
    text-transform:uppercase;
    color:#fff;
    text-align:center;
    position:relative;
    font-size:17px;
    background:rgba(0,0,0,0.6);
    -webkit-transform:translatey(-100px);
    -ms-transform:translatey(-100px);
    transform:translatey(-100px);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    padding:10px;
}

.hovereffect a.info {
    text-decoration:none;
    display:inline-block;
    text-transform:uppercase;
    color:#fff;
    border:1px solid #fff;
    background-color:transparent;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    margin:50px 0 0;
    padding:7px 14px;
}

.hovereffect a.info:hover {
    box-shadow:0 0 5px #fff;
}

.hovereffect:hover img {
    -ms-transform:scale(1.2);
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
}

.hovereffect:hover .overlay {
    opacity:1;
    filter:alpha(opacity=100);
}

.hovereffect:hover h2,.hovereffect:hover a.info {
    opacity:1;
    filter:alpha(opacity=100);
    -ms-transform:translatey(0);
    -webkit-transform:translatey(0);
    transform:translatey(0);
}

.hovereffect:hover a.info {
    -webkit-transition-delay:.2s;
    transition-delay:.2s;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 45px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -1px;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
	margin-top:2%;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 20px;
    font-size: 21px;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  .featurette-heading {
    margin-top: 120px;
  }
}

div, textarea, input {
@include box-sizing(border-box);
}
.contact-form {
    max-width: 310px;
    margin: 0px auto;
   }
.roww {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 0 4.5em;}



.pull-right {
    float: right;
}

form .btn {
    font-size:  16px;
    display: inline-block;
    padding: 0.74em 1.5em;
    margin: 1.5em 0 0;
    color: white;
    border-width: 0 0 0 0;
    border-bottom: 5px solid;
    text-transform: uppercase;}


form {
    max-width: 100%;
    display: block;}
form ul {
    margin: 0;
    padding: 0;
    list-style: none;}
form li {
    margin: 0 0 -0.4em 0;
    clear: both;
    display: inline-block;
    width: 100%;}
&:last-child {
     margin: 0;
 }
form p {
    margin: 0;
    padding: 0;
    float: left;}
&.right {
     float: right;
 }

.divider {
    margin: 0.5em 0 0.5em 0;
    border: 0;
    height: 1px;
    width: 100%;
    display: block;
    background-color: blue;
    background-image: linear-gradient(to right, pink, blue);
}
.req {
    color:pink;
}

form label {
    display: block;
    margin: 0 0 0.5em 0;
    color: blue;
    font-size: 16px);
}
form input {
    margin: 0 0 0.5em 0;
    border: 1px solid grey;
    padding: 6px 12px;
    color: darkgrey;
    font-size: 16px;
}
textarea {
    border: 1px solid grey;
    padding: 6px 10px;
    width: 100%;
    color: darkgrey;
}
small {
    color: blue;
    margin: 0 0 0 0.5em;
}

/* entypo */
[class*="entypo-"]:before {
    display: block;
    float: left;
}




#download span {
    margin-left: 5px;
    color: #f0f0f0;
    font-weight: normal;
    text-shadow: 0 none;
}

/*Media Queries*/

@media only screen and (max-width:480px) {
    .pull-right {
        float: none;
    }
    input {
        width: 100%;
    }
    label {
        width: 100%;
        display: inline-block;
        float: left;
        clear: both;
    }
    li, p {
        width: 100%;
    }
    input.btn {
        margin: 1.5em 0 0.5em;
    }
    h1 {
        font-size: 16px;
    }
    h3 {
        font-size: 16px;
    }
    li small {
        display: none;
    }
}


@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css');

#social {
    margin: 30px 10px;
    text-align: center;
}

.smGlobalBtn { /* global button class */
    display: inline-block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border:2px solid #ddd; /* add border to the buttons */
    box-shadow: 0 3px 3px #999;
    padding: 0px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 25px;
    font-weight: normal;
    line-height: 2em;
    border-radius: 27px;
    -moz-border-radius:27px;
    -webkit-border-radius:27px;
}

/* facebook button class*/
.facebookBtn{
    background: #4060A5;
}

.facebookBtn:before{ /* use :before to add the relevant icons */
    font-family: "FontAwesome";
    content: "\f09a"; /* add facebook icon */
}

.facebookBtn:hover{
    color: #4060A5;
    background: #fff;
    border-color: #4060A5; /* change the border color on mouse hover */
}

/* twitter button class*/
.twitterBtn{
    background: #00ABE3;
}

.twitterBtn:before{
    font-family: "FontAwesome";
    content: "\f099"; /* add twitter icon */

}

.twitterBtn:hover{
    color: #00ABE3;
    background: #fff;
    border-color: #00ABE3;
}

/* google plus button class*/
.googleplusBtn{
    background: #e64522;
}

.googleplusBtn:before{
    font-family: "FontAwesome";
    content: "\f0d5"; /* add googleplus icon */
}

.googleplusBtn:hover{
    color: #e64522;
    background: #fff;
    border-color: #e64522;
}

/* linkedin button class*/
.linkedinBtn{
    background: #0094BC;
}

.linkedinBtn:before{
    font-family: "FontAwesome";
    content: "\f0e1"; /* add linkedin icon */
}

.linkedinBtn:hover{
    color: #0094BC;
    background: #fff;
    border-color: #0094BC;
}

/* pinterest button class*/
.pinterestBtn{
    background: #cb2027;
}

.pinterestBtn:before{
    font-family: "FontAwesome";
    content: "\f0d2"; /* add pinterest icon */
}

.pinterestBtn:hover{
    color: #cb2027;
    background: #fff;
    border-color: #cb2027;
}

/* tumblr button class*/
.tumblrBtn{
    background: #3a5876;
}

.tumblrBtn:before{
    font-family: "FontAwesome";
    content: "\f173"; /* add tumblr icon */
}

.tumblrBtn:hover{
    color: #3a5876;
    background: #fff;
    border-color: #3a5876;
}

/* rss button class*/
.rssBtn{
    background: #e88845;
}

.rssBtn:before{
    font-family: "FontAwesome";
    content: "\f09e"; /* add rss icon */
}

.rssBtn:hover{
    color: #e88845;
    background: #fff;
    border-color: #e88845;
}

a, a:hover{text-decoration: none;}


.drop1 li ul {
    position:absolute;
    left:0;
    top:36px;
    z-index:1;
}

.drop1 li ul li {
    overflow:hidden;
    max-height:0;
    -webkit-transition:max-height 500ms ease;
    -moz-transition:max-height 500ms ease;
    -o-transition:max-height 500ms ease;
    transition:max-height 500ms ease;
}



.drop1 ul > li:hover ul li {
    max-height:150px;
    width: 200%;
}


/* color for the unvisited links you want to style */
.drop2 a:link {
    color: #FF0000;
}

/* color for the visited links you want to style */
.drop2 a:visited {
    color: #00FF00;
}

/* underline the links you want to style when hovered */
.drop2 a:hover {
    color: #041427;
    text-decoration: none;
}

/* color for the active links you want to style */
.drop2 a:active {
    color: #0000FF;
}



.imagee{

    height: auto;
    width: 100%;
    /*min-height:4em;*/
    max-width: 100%;
}


.image-app{
    heigth:auto;
    width: 670%;
    max-height: 600px;
}

.image-consult{
    heigth:auto;
    width: 160%;
    max-height: 600px;
    margin-left: 6%;
}

.recent-Work{
    width: 190%;
}

.mkulima-new{

    width: 67%;
}











