@font-face {
font-family: 'Telegrafico';
font-style: normal;
font-weight: normal;
src: local('Telegrafico'), url('../themes/mehedi-megakit/assets/css/telegrafico.woff') format('woff');
}

body{
  background: #000;
  }
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6{
	color: #fff;
  font-family:'Telegrafico';
  font-weight:normal;
}



.section {
    padding: 100px 0;
    background: #222328;
    background: #000;
}
footer.section {
  padding: 60px 0;
}
.header-top {
    background: #000;
    color: #919194;
    }
.footer{
  background: #000;
}
.section p,.section li{
	color: #eaeaea
}
.section a {
    color: #fff;
    text-decoration: none;
}

.section a.hover {
    color: #919194;
    text-decoration: none;
}
.section .blog-item-content a{
  /*color: #919194;*/

}
.bg-black{
  background: #000
}
#navbar {
    background: rgba(0, 0, 0, 0.2);
    }
 .sticky-wrapper .shrink {
    background: rgba(0, 0, 0, 1) !important;
    }
.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%; }
  .sticky-wrapper .site-navbar {
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .sticky-wrapper .site-navbar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .sticky-wrapper .site-navbar .site-menu-toggle {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-logo a {
      color: #fff; }
    .sticky-wrapper .site-navbar .site-menu > li > a {
      color: rgba(255, 255, 255, 0.7) !important; }
      .sticky-wrapper .site-navbar .site-menu > li > a:hover, .sticky-wrapper .site-navbar .site-menu > li > a.active {
        color: #fff !important; }
  .sticky-wrapper.is-sticky .site-navbar {
    background: #fff;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1);
    box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.1); }
    .sticky-wrapper.is-sticky .site-navbar .site-menu-toggle {
      color: #000; }
    .sticky-wrapper.is-sticky .site-navbar .site-logo a {
      color: #000000; }
    .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
      color: #000 !important; }
      .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover, .sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
        color: #000000 !important; }
  .sticky-wrapper .shrink {
    padding-top: 10px !important;
    padding-bottom: 10px !important; 
  }

section.team{
  background: url(/themes/mehedi-megakit/assets/images/slider/3.jpg) no-repeat 50% 50%;
}

.bg-1 {
  background: url(/themes/mehedi-megakit/assets/images/headers/i.png) no-repeat 50% 50%;
}

.bg-2 {
  background: url(/themes/mehedi-megakit/assets/images/headers/2.png) no-repeat 50% 50%;
}

.bg-3 {
  background: url(/themes/mehedi-megakit/assets/images/headers/3.png) no-repeat 50% 50%;
}

.bg-4 {
  background: url(/themes/mehedi-megakit/assets/images/headers/4.png) no-repeat 50% 50%;
}
.bg-5 {
  background: url(/themes/mehedi-megakit/assets/images/headers/5.png) no-repeat 50% 50%;
}

.bg-6 {
  background: url(/themes/mehedi-megakit/assets/images/headers/6.png) no-repeat 50% 50%;
}

.bg-7 {
  background: url(/themes/mehedi-megakit/assets/images/headers/7.png) no-repeat 50% 50%;
}

section.bg-about-1 {


   /* The image used */
  background-image: url("/themes/mehedi-megakit/assets/images/flash/cbce7d28413717.570b901a28628.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.bg-service-1 {


   /* The image used */
  background-image: url("/themes/mehedi-megakit/assets/images/flash/_98A0490.jpg");

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.address-block li{
  color: #fff;
}

.address-block li i, .service-item i {
  color: #919194;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container_link:hover .image {
  opacity: 0.3;
}

.container_link:hover .middle {
  opacity: 1;
}

.text {
  background-color: #000;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.btn-solid-border {
    border: 2px solid #919194 !important;
    }
#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #919194;
}

.text-color{
  color: #919194;
}
#navbar .btn:hover{
  background: #919194;
}

body ol.carousel-indicators,body div.carousel-caption{
  display: none !important
}




.section .floatprofile a:hover h4{
  color:red !important;
}

@media (max-width: 768px) {
  .header-top-info,.homelogo{
    display: none;
  }

}
@media (min-width: 768px) {


.floatprofile{
  position: absolute;
  opacity: 0.6;
}

  .profile-1{
    top: 10%;
    left:18%;
  }

  .profile-2{
    top: 2%;
    left:30%;
  }

  .profile-3{
    /*Micheal*/
    top: 40%;
    left:45%;
  }

  .profile-4{
    /*jeff*/
    top: 15%;
    left:40%;
  }

  .profile-5{
    /*nonhlanhla*/
    top: 0%;
    left:70%;
  }

  .profile-6{
    top: 55%;
    left:85%;
  }
}

