@charset "UTF-8";
/* CSS Document */
.newtech {
   position: relative;
   width: 100%;
   padding: 0;
   background: url(../img/bghead.jpg) no-repeat 0 0;
   background-attachment: scroll;
   background-size: contain;
}


.newtech h3 {
   color: #ffffff;
   font-size: 18px;
   font-weight: normal;
   background-image: -webkit-linear-gradient(45deg, #bd1d55 0%, #795fc6 100%);
   background-image: -moz-linear-gradient(45deg, #bd1d55 0%, #795fc6 100%);
   background-image: -o-linear-gradient(45deg, #bd1d55 0%, #795fc6 100%);
   background-image: linear-gradient(45deg, #bd1d55 0%, #795fc6 100%);
   border-radius: 30px;
   padding: 9px 0 9px calc(14px + 1em);
   margin: 0;
   text-indent: -1em;
}