/****Padding*****/

.neu-pb-30
{
  padding-bottom: 30px;
}

.neu-pb-40
{
  padding-bottom: 40px;
}

.neu-pb-50
{
  padding-bottom: 50px;
}


.neu-pt-50
{
  padding-top: 50px;
}


/*****Color*****/

.neu-c-white
{
  color: #fff !important;
}


.neu-holder
{
  padding-top: 150px;
  height: 590px;
}




.neu-header-span
{
  padding-left: 10px;
}

.neu-logo
{
}


.neu-logo img
{
  width: 100px;
}

.neu-center
{
  text-align: center;
  margin: 0 auto;
}


.neu-title
{
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
  color: #4C4C4C;
  padding-bottom: 10px;
}

.neu-title-line
{
  border-top: 5px #EA412C solid;
  width: 80px;
  left: 50%;
  padding-bottom: 50px;

}

.neu-menu-pad
{
    margin-right: -24px;
}

.neu-lang
{
  display: none !important;
}



.neu-about-img
{
 position: relative;
 z-index: 99;
 left: -50%;
}

.neu-about-img img
{
  width: 150%;
}


.neu-about
{
  padding-top: 100px;
  padding-left: 90px;

}

.neu-about p{
  color: #4C4C4C;
  font-size: 14px;
}


.neu-news
{
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 50px;

}

.neu-news h1
{
  color: #f2f2f2;
  font-size: 20px;
  font-style: italic;
  padding-bottom: 10px;
}

.neu-news p
{
  color: #fff;
  font-size: 14px;
}

.neu-news span
{
  font-size: 12px;
  color: #e6bcbc;
}


.footer-contact-link
{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}


.footer-contact-link li {
  position: relative;
  margin-bottom: 0.9375rem;
  padding-bottom: 1.0rem;
  border-bottom: 1px dashed #707070;
}

.footer-contact-link li i {
  color: #EA412C;
  position: absolute;
  font-size: 18px;
  top: 5px;
  left: 0;
}



.neu-blog-bg
{
  background: #494949;
}


.neu-contact-icon i
{
  padding: 0px 15px;
  font-size: 30px;
  color: #fff;
  line-height: 50px;
}


.about-grey
{
  color: #ff8b7e!important;
}


.about-table
{
  width: 100%;
  font-size: 0.9rem;
}

.about-table p
{
    border-bottom: 1px dashed #707070;
    padding-top: 12px!important;
    padding-bottom: 12px;
    margin-bottom:0px!important;
}

.about-table p span
{
  font-weight: 300;
  font-size: 0.5rem;
  color: #ec412e;
  text-transform: uppercase;
}

.network-qout
{
  font-style: italic;
  color: #4c4c4c;
  font-size: 1.0rem;
  font-weight: 600;
}


@media screen and (max-width: 600px) {
  .neu-holder
  {
    height: 520px;
    padding-top:50px;
  }
  .about-table
  {
    width: 100%;
  }

  .neu-logo
  {
    padding: 0px 20px;
  }

  .neu-logo img
  {
    width: 90px;
  }
  .neu-lang
  {
    display: block !important;
  }

  .neu-menu-pad
  {
      margin-right: 0px;
  }

  .neu-about
  {
    padding: 30px;

  }

  .neu-about-img
  {
   position: relative;
   z-index: 99;
   left: -10%;
  }

  .neu-about-img img
  {
    width: 110%;
  }

  .neu-news
  {
    width: 300px;
    margin: 0 auto;
    text-align: center;

  }

}
