/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,600,700,800,900);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic);
*/

/*--------------------------------------------------------------*/

*{
  margin: o;
  padding: 0;
  font-family: "Poppins" !important, sans-serif;
}

a {
  color: #18d26e;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #18d36e;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}
ul{
  list-style-type: none;
}
ul li{
  text-decoration: none;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: red;
  color: #fff;
  display: inline-block;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 25px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}
#header.header-scrolled {
  background: rgba(0, 0, 0, 0.9);
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

#header #logo {
  float: left;
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 60px;
  }
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a, #header #logo h1 a:hover {
  color: #fff;
  padding-left: 10px;
  /*border-left: 4px solid white;*/
}

#header #logo img {
  padding: 0;
  margin: 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
  }
  #header #logo img {
    max-height: 45px;
  }
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Intro Section
----------------------------------------------------------------
----------------------------------------------------------------*/
#intro {
  display: table;
  width: 100%;
  height: 100vh;
  background: #000;
}

#intro .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-content {
  text-align: center;
}

#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 48px;
  font-weight: 700;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
  }
}

#intro p {
  width: 80%;
  font-size: 16px;
  margin: 0 auto 30px auto;
  color: #fff;
}

@media (min-width: 1024px) {
  #intro p {
    width: 60%;
  }
}

#intro .carousel-fade .carousel-inner .carousel-item {
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev, #intro .carousel-control-next {
  width: 10%;
}

@media (min-width: 1024px) {
  #intro .carousel-control-prev, #intro .carousel-control-next {
    width: 5%;
  }
}

#intro .carousel-control-next-icon, #intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}

#intro .btn-get-started {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px;
  color: black;
  background: white;
}

#intro .btn-get-started:hover {
  background: transparent;
  color: red;
  background-color: white;
}

/*--------------------------------------------------------------
#
440. Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}

@media (min-width: 1024px) {
  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 920px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
  outline: none;
}

.nav-menu li:hover > a, .nav-menu > .menu-active > a {
  color: red;
}

.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: red;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 920px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(0, 0, 0, 0.8);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: red;
}

#mobile-nav ul .menu-has-children li a {
  text-transform: none;
}

#mobile-nav ul .menu-item-active {
  color: red;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.header-social .fa{
  font-size: 19px;
  color: red;
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}







/*--------------------------------------------------------------
----------------------------------------------------------------
#About Us Section
----------------------------------------------------------------
----------------------------------------------------------------*/
.center-heading .section-title{
  font-size: 22px;
}
.center-heading h2{
  font-size: 3rem;
  text-align: center;
  font-weight: bold;
}
.jembe-section .center-text p{
  font-size: 16px;
}
.blog-post-thumb .img img{
  width: 100%;
  height: 35vh;
  object-fit: cover;
}
.blog-content{
  text-align: center;
  padding: 1rem 0;
}
.blog-content h3 a{
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  color: #000;
}
.blog-content .text{
  padding-bottom: 2rem;
  font-size: 16px;
}
.blog-content .main-button{
  padding: 0.8rem 1.5rem;
  font-size: 15px;
  color: white;
  background-color: red;
  border: 0.05px solid transparent;
  border-radius: 20px;
}
.jembe-section .row .col-lg-4{
  margin: 1.5rem 0;
}







.about-team {
  padding: 40px 0 40px 0;
  position: relative;
}

.about-team::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.about-team .container {
  position: relative;
  z-index: 10;
}
.about-team .jembe-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-team .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 7px 10px 7px 10px rgba(0, 0, 0, 0.1);
  padding-bottom: 0.7rem;
  margin-bottom: 20px;
}

.about-team .about-col .img {
  position: relative;
}

.about-team .about-col .img img {
  border-radius: 4px 4px 0 0;
}

.about-team .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

.about-team .about-col .img i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
.about-team .about-col .learn i {
  font-size: 20px;
  color: #fff;
}

.about-team .about-col:hover .icon {
  background-color: #fff;
}

.about-team .about-col:hover i {
  color: #fff;
}

.about-team .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}
.about-team .about-col .post-meta {
  padding: 0 1.3rem;
}

.about-team .about-col .post-meta .list-inline li a{
  color: #000;
  font-weight: 200;
}
.about-team .about-col h2 a {
  color: #000;
}

.about-team .about-col h2 a:hover {
  color: red;
}

.about-team .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 20px;
}
.about-team .about-col .title{
  font-size: 18px;
  text-transform: uppercase;
}
#section-develop .about-col .post-meta a{
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
#section-develop #develop-header #develop-h2{
  font-size: 25px;
  padding: 1rem 0 1.5rem;
  text-align: center;
  text-transform: uppercase;
}
#section-develop #develop-header p{
  font-size: 15px;
  padding: 0 1.5rem;
}
#section-develop .about-col .post-meta{
  padding: 0.5rem 2rem;
}
.section-header p{
  font-size: 16px;
}
.section-header h3{
  color: #000;
  text-align: center;
  font-weight: 500;
  font-size: 2.5rem;
}
.section-header h3 span{
  color: red;
}
.about-col .img img{
  height: 30vh;
  width: 100%;
  object-fit: cover;
}
.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.text-button-icon i {
  margin-left: 5px;
  font-size: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: black;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}


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











#about {
  background: #dedede;
  padding: 40px 0 40px 0;
  position: relative;
}
.ms-2{
  padding: 0 0.2rem;
}
#about .container {
  position: relative;
  z-index: 10;
}
#about .jembe-section{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding-bottom: 0.7rem;
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col .img i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#about .about-col .learn i {
  font-size: 20px;
  color: #fff;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: red;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: red;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 0 20px;
}
.section-header p{
  font-size: 16px;
}
.section-header h3{
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 2.5rem;
}
.section-header h3 span{
  color: red;
}
.about-col .img img{
  height: 30vh;
  width: 100%;
  object-fit: cover;
}
.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.text-button-icon i {
  margin-left: 5px;
  font-size: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: black;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}


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

/*--------------------------------------------------------------
----------------------------------------------------------------
# Habari section
----------------------------------------------------------------
----------------------------------------------------------------*/

.recent-work .recent-work-vertical {
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(237, 5, 5,0.3) 0%, rgba(255,255,255,0) 33.333%, rgba(237, 5, 5,0.3) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
.habari-header h2{
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
}
.card-title{
  font-size: 22px;
  color: #fff;
} 
.recent-work-img{
  height: 35vh;
  object-fit: cover;
}
.card-text{
  color: #fff;
  font-size: 15px;
}



.universal-btn{
  color: #fff;
  background-color: red;
  font-size: 16px;
  padding: 1rem 2.2rem ;
}



/*--------------------------------------------------------------
----------------------------------------------------------------
# Feature and Work Section
----------------------------------------------------------------
----------------------------------------------------------------*/
.feature{
  padding: 2rem 0 2.2rem 0;
}

.feature .feature-content h2,
.feature .feature-content p {
  margin-bottom: 22px;
  color: ;
}
.feature .feature-content p {
  font-size: 16px;
}
.feature .feature-content h2{
  font-size: 25px;
  text-transform: uppercase;
  padding-top: 1.5rem;
}
.feature .feature-content h2 a span{
  color: red;
  font-weight: bold;
}
@media (max-width: 768px) {
  .feature .feature-content h2,
  .feature .feature-content p {
    text-align: center;
  }
}

@media (max-width: 768px) {
  .feature .testimonial {
    text-align: center;
  }
}

.feature .testimonial p {
  font-family: "Lora", serif;
  margin-bottom: 10px;
  font-style: italic;
  font-size: 16px;
  color: #242424;
}

.feature .testimonial ul.meta li {
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}

.feature .testimonial ul.meta li img {
  height: 40px;
  width: 40px;
  border-radius: 100%;
}

@media (max-width: 480px) {
  .app-features .app-feature {
    margin-bottom: 30px;
  }
}

.app-features .app-explore {
  display: flex;
  justify-content: center !important;
  margin-bottom: 40px;
}

/*--------------------------------------------------------------
----------------------------------------------------------------
# Digital Work Section
----------------------------------------------------------------
----------------------------------------------------------------*/
.dark-content {
  background: #dedede;
  width: 100%;
  padding: 30px 0 30px 0;
}
.digital-header{
  padding: 0 0.5rem;
}
.digital-header h2{
  font-size: 25px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}
.digital-header h2 a span{
  color: red;
}
.digital-header p{
  font-size: 16px;
  color: #000;
  font-style: italic;
  text-align: center;
}
.portfolio {
  margin-top: 40px;
}
.portfolio-holder .item {
  margin: 0 1px 40px 1px;
}
.portfolio-holder .item img {
  display: block;
  width: 100%;
  height: auto;
}

.portfolio-post {
  overflow: hidden;
  margin-bottom: 30px;
}

.thumb-post {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb-post .overlay {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  -ms-transition: all 250ms ease-in-out;
  -o-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.thumb-post .overlay .overlay-inner {
  background: red;
  height: 100%;
  position: relative;
}
.thumb-post:hover .overlay {
  opacity: 0.7;
  visibility: visible;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.portfolio-infos {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.portfolio-infos a {
  color: white;
}
.portfolio-infos .portfolio-title {
  margin: 10px 0 0 0;
  font-weight: 600;
  font-size: 20px;
}
.portfolio-infos .meta-category {
  font-size: 14px;
  color: white;
}

.portfolio-expand {
  position: absolute;
  top: 30px;
  right: 30px;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 40px;
}
.portfolio-expand a {
  display: block;
  color: ;
  opacity: 1;
}
.dark-content .seemore a{
  padding: 1rem 3rem;
  font-size: 15px;
  color: white;
  background-color: red;
  border: 0.05px solid transparent;
  border-radius: 20px;
}


/*--------------------------------------------------------------
----------------------------------------------------------------
# Map Location And Contact Section
----------------------------------------------------------------
----------------------------------------------------------------*/

#contact-us .container-fluid {
  padding-right: 0px;
  padding-left: 0px;
  overflow-x: hidden;
}

#contact-us .col-lg-6 {
  padding-left: 0px;
  padding-right: 0px;
}

#contact-us h5 {
  font-weight: 500;
  font-size: 18px;
  color: #1e1e1e;
  letter-spacing: 0.25px;
  line-height: 26px;
}

.contact-text {
  font-weight: 400;
  font-size: 14px;
  color: #6f8ba4;
  letter-spacing: 0.6px;
  line-height: 26px;
}

.contact-text p {
  margin-bottom: 28px;
}

.contact-field {
  background-color: rgba(250, 250, 250, 0.3);
}
.location-title{
  text-align: center;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 2.5rem 0;
}




/*--------------------------------------------------------------
----------------------------------------------------------------
# Map Location And Contact Section
----------------------------------------------------------------
----------------------------------------------------------------*/

#about {
  /*background: url("../img/2.jpg") center top no-repeat fixed;
  background-size: cover;*/
  padding: 40px 0 40px 0;
  position: relative;
}

#about::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.ms-2{
  padding: 0 0.2rem;
}
#about .container {
  position: relative;
  z-index: 10;
}

#about .about-col {
  background: #fff;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  padding-bottom: 0.7rem;
  margin-bottom: 20px;
}

#about .about-col .img {
  position: relative;
}

#about .about-col .img img {
  border-radius: 4px 4px 0 0;
}

#about .about-col .icon {
  width: 64px;
  height: 64px;
  padding-top: 8px;
  text-align: center;
  position: absolute;
  background-color: red;
  border-radius: 50%;
  text-align: center;
  border: 4px solid #fff;
  left: calc( 50% - 32px);
  bottom: -30px;
  transition: 0.3s;
}

#about .about-col .img i {
  font-size: 36px;
  line-height: 1;
  color: #fff;
  transition: 0.3s;
}
#about .about-col .learn i {
  font-size: 20px;
  color: #fff;
}

#about .about-col:hover .icon {
  background-color: #fff;
}

#about .about-col:hover i {
  color: red;
}

#about .about-col h2 {
  color: #000;
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  padding: 0;
  margin: 40px 0 12px 0;
}

#about .about-col h2 a {
  color: #000;
}

#about .about-col h2 a:hover {
  color: red;
}

#about .about-col p {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-bottom: 0;
  padding: 0 20px 0 20px;
}
.section-header p{
  font-size: 16px;
}
.section-header h3{
  color: #000;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}
.section-header h3 span{
  color: red;
}
.about-col .img img{
  height: 30vh;
  width: 100%;
  object-fit: cover;
}
.text-button-icon {
  text-transform: uppercase;
  color: #1e1e1e;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a.text-button-icon i {
  margin-left: 5px;
  font-size: 5px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

a.text-button-icon:hover {
  color: black;
}

a.text-button-icon:hover i {
  padding-left: 5px;
}


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











/* Contact */

section.contact {
    background-image: linear-gradient(rgba(0,0,0,0.9), rgba(0,0,0,0.9)), url("../img/7.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    padding-bottom: 60px;
}


section.contact form {
    background-color: rgba(250,250,250,0.1);;
    padding: 30px;
    width: 100%;
}


@media screen and (max-width: 767px) {  
  section.contact form {
      margin-bottom: 30px;
  }
}

section.contact form input {
    width: 100%;
    height: 40px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form textarea {
    width: 100%;
    height: 220px;
    max-height: 280px;
    min-height: 220px;
    background-color: rgba(250,250,250,0.1);
    border-radius: 0px;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px;
    margin-bottom: 30px;
    letter-spacing: 0.5px;
}

section.contact form input:focus,
section.contact form textarea:focus {
    outline: none;
    border: none;
    box-shadow: none;
    color: #fff;
    background-color: rgba(250,250,250,0.1);
}

section.contact form::placeholder { color: #fff }
section.contact form input::placeholder { color: #fff; }
section.contact form input::placeholder { color: #fff; }

section.contact form::placeholder { color: #fff }
section.contact form textarea::placeholder { color: #fff; }
section.contact form textarea::placeholder { color: #fff; }

section.contact form button {
    background-color: red;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 700;
    padding: 12px 20px;
    display: inline-block;
    outline: none;
    box-shadow: none;
    border: none;
}

.section-heading h2{
  text-align: center;
  font-size: 2.5rem;
  padding: 3rem 0;
  color: #fff;
}

























/* FOOTER
**************************************/
.footer {
    padding: 3rem 0 3rem;
    background: url(../img/footer.png) repeat-x center bottom #edeff2;
}
.footer .footer-heading{
  font-size: 21px;
}
.footer .latest-img{
  width: 85px;
  height: 75px;
}
.footer .text .meta{
  display: flex;
  padding: 0 0.5rem;
  justify-content: space-between;
}
.footer .jembe-links li{
  padding: 0.5rem 0;
}
.footer .jembe-links a{
  font-size: 15px;
  color: #666363;
}
.footer .jembe-links a:hover{
  color: red;
  transition: 0.25s ease;
}
.footer .contact-us li{
  display: flex;
  padding: 1rem 0;
}
.footer .contact-us li span{
  font-size: 15px;
  color: #666363;
}
.footer .contact-us .fa{
  font-size: 22px;
  margin: 0 1.5rem;
  color: red;
}
.footer .text .meta a{
  font-size: 12px;
  color: #000;
}
.footer .text .meta .label-user{
  color: #666363;
}
.footer .text .heading{
  font-size: 15px;
  padding: 0.5rem 0.5rem;
}
.footer .text .heading a{
  color: #666363;
}
.footer .text .heading a:hover{
  color: red;
  transition: 0.25s ease;
}
.footer .other-work h3{
  font-size: 15px;
  color: #666363;
}
.footer .img-flex{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.footer .img-flex img{
  width: 100%;
  height: 65px;
}
.footer .other-btn .fa{
  font-size: 20px;
  color: red;
  margin: 0 1rem;
}
.footer .other-btn{
  margin: 2.5rem 0 1rem;
  background-color:transparent;
  color: #666363;
  text-transform: uppercase;
  font-size: 15px;
}
.footer .widget-title {
    display: table;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 2rem;
    padding: 0 0 0.5rem;
}
.footer-text p{
  font-size: 15px;
  padding: 0 1rem;
}
.footer-text img{
    height: 150px;
}
.footer-text .fa {
    font-size: 25px;
    color: red;
    margin: 0 0.3rem;
}
.jembe-company-logo{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-content: space-around;
}
.newsletter-widget h4 {
    font-size: 2.4rem;
    padding: 0;
    margin: 0 0 1.5rem;
}

.newsletter-widget p {
    color: rgba(0, 0, 0, 0.4);
    font-size: 18px;
    padding: 0;
    margin: 0 0 2rem;
}

.newsletter-widget .form-inline {
    padding-top: 1.7rem;
    display: block;
}

.newsletter-widget .form-inline .form-control {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid #dbdde0;
    border-radius: 0;
    box-shadow: none;
    display: inline-block;
    font-size: 14px;
    height: 56px;
    padding-left: 1.5rem;
    line-height: 1;
    letter-spacing: 0.3px;
    vertical-align: middle;
    width: 400px;
}
.newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::-moz-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control:-ms-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .btn {
    height: 54px;
    border-radius: 0;
    border: 0;
}

.newsletter-widget .btn i {
    padding-left: 0.5rem
}

.btn {
    background-color: #111111;
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0.8rem 2rem;
    text-transform: none;
}
.social a{
  margin: 0 0.3rem;
}

  .social .fa-facebook {
    color: #3b5998;
  }

  .social .fa-twitter {
    color: #1da1f2;
  }

  .social .fa-instagram {
    color: #dd4b39;
  }
  .social .fa-google-plus {
    color: red;
  }
   .social .fa-whatsapp {
    color: green;
  }



/* RESPONSIVE 
**************************************/

@media (max-width: 768px) {

    .newsletter-widget .form-inline .form-control {
        width: 100%;
    }
    .newsletter-widget .btn {
        display: block;
        width: 100%;
        margin-top: 0.5rem;
    }

}

@media (max-width: 590px) {

    .footer-text img{
        float: none;
        width: 100%;
    }
    .newsletter-widget .btn:hover,
    .newsletter-widget .btn:focus,
    .newsletter-widget .btn {
        border: 0 none !important;
        font-size: 17px !important;
        padding: 1.3rem 1rem !important;
    }
}







.designer-info{
  color: #000;
  font-weight: bold;
  font-size: 13px;
}


