/*  nmp construction*/
/*color theme*/
/*dark- #2f2c49 
purple - #8710ac
*/
.home-text{
  background: rgba(47, 44, 73, .6);
  padding: 15px;
}
.home-bt{
min-height: 400px;
}
.home-bt img{
  object-fit: cover;
}
    .about{
      margin-top: 50px;
    }
.logo img {
  max-height: 100px;
}
.logo {
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: white;
}
@media screen and (max-width: 400px){
  .logo{
    font-size: 12px;
  }
  }
  .about-nmp{
      margin-top: 50px;
      margin-bottom: 50px;
    }

    .home-c{
      margin-bottom: 50px;
    }
    .about-nmp h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }

     .home-c h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase; }

    .credits{
      background: #f8f9fa;
      color: #2f2c49;
    }

    .credits a{
      color: #2f2c49;
    }
    .credits p{
      color: #2f2c49;
    }
    @media screen and (max-width: 990px){
    .credits .dev{
      border-top: solid 1px #2f2c49;
    }
     }
  @media screen and (max-width: 590px){
      .credits .flnmp{
        font-size: 12px !important;
      }
     }

     /*--------------------------------------------------------------
}
# About NMP Construction  Section
--------------------------------------------------------------*/
.nmpconst{
  margin-top: 50px;
  margin-bottom: 50px;
}
.nmpconst .img-bg {
  background-size: cover;
  background-position: center center;
  min-height: 400px;
}

.nmpconst h3 {
  font-size: 28px;
  color: #8710ac;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.nmpconst h3:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background:#8710ac;
  left: 0;
  bottom: 0;
}
.nmpconst h1 {
  font-size: 28px;
  color: #2f2c49;
  margin-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #2f2c49;
  border-top: 1px solid #2f2c49;
}

.nmpconst .icon-box {
  margin-top: 50px;
}

.nmpconst .icon-box i {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #8710ac;
  margin-right: 25px;
  font-size: 28px;
  width: 56px;
  height: 56px;
  border-radius: 4px;
  line-height: 0;
  box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.08);
  background-color: #fff;
  transition: 0.3s;
}

.nmpconst .icon-box:hover i {
  background-color: #8710ac;
  color: #fff;
}

.nmpconst .icon-box h4 {
  margin-bottom: 10px;
}

.nmpconst .icon-box h4 a {
  color: #000;
  transition: 0.3s;
}

.nmpconst.icon-box h4 a:hover {
  color: #8710ac;
}

.nmpconst .icon-box p {
  line-height: 24px;
  margin-bottom: 0;
}

.nmpconstr-service h1{
  font-size: 28px;
  color: #2f2c49;
  margin-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 1px solid #2f2c49;
  border-top: 1px solid #2f2c49;
}
 .php-email-form .error-message br + br {
  margin-top: 25px;
}

.php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #74b72e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}