
@import url(bootstrap.min.css);
@import url(bootstrap-theme.min.css);
@import url(font-awesome.min.css);
/*@import url(gallery.css);*/

@font-face {
  font-family: 'FontAwesome';
  src: url('../font/fontawesome/fontawesome-webfont.eot?v=3.0.1');
  src: url('../font/fontawesome/fontawesome-webfont.eot?#iefix&v=3.0.1') format('embedded-opentype'),
  url('../font/fontawesome/fontawesome-webfont.woff?v=3.0.1') format('woff'),
  url('../font/fontawesome/fontawesome-webfont.ttf?v=3.0.1') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url('../font/Open_Sans/OpenSans-Regular-webfont.eot');
    src: url('../font/Open_Sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Open_Sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../font/Open_Sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../font/Open_Sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../font/Open_Sans/OpenSans-Light-webfont.eot');
    src: url('../font/Open_Sans/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Open_Sans/OpenSans-Light-webfont.woff') format('woff'),
         url('../font/Open_Sans/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../font/Open_Sans/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../font/Open_Sans/OpenSans-Semibold-webfont.eot');
    src: url('../font/Open_Sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Open_Sans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../font/Open_Sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../font/Open_Sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
/*** Control CSS ***/
html, body{
  height: 100%;
  font-family: 'open_sansregular', sans-serif;
}
a {
  text-decoration: none!important;
  color: inherit;
  -o-transition:color .5s ease-out, background 5s ease-in;
  -ms-transition:color .5s ease-out, background 5s ease-in;
  -moz-transition:color .5s ease-out, background 5s ease-in;
  -webkit-transition:color .5s ease-out, background 5s ease-in;
  /* ...and now for the proper property */
  transition:color .5s ease-out, background 5s ease-in;
}
button:focus,
button:active,
button:hover,
a:hover,
a:focus,
a:active {
  color: inherit;
  cursor: pointer;
  outline: none!important;
  box-shadow: none!important;
}
a img {
  opacity: 1;
   transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
}
a img:hover {
  opacity: 0.8;
}
h2,
h3,
h4,
h6 {
  font-family: 'open_sanssemibold', sans-serif;
  line-height: 1.5;
}
h4 span,
h3 span,
h2 span {
  font-family: 'open_sanslight', sans-serif;
}
h2,
h3,
h4 {
  color: #fff;
}
.carousel-inner p {
  line-height: 20px;
  font-size: 12px;
}
p {
  line-height: 25px;
}
.feature-content p {
  font-family: 'open_sanslight', sans-serif;
}
strong {
  font-family: 'open_sanssemibold', sans-serif;
}
.error {
  color: red;
  font-style: italic;
  font-size: 12px;
}
.float-right {
  float: right;
}
.background-none {
  background-color: rgba(255, 255, 255, 0)!important;
}
.carousel-inner {
    -webkit-transition: height 2s; /* Safari */
    transition: height 2s;/* this determines how long it takes to expand*/
}
/* For Safari 3.1 to 6.0 */
.carousel-inner {-webkit-transition-timing-function: linear;}
/* Standard syntax */
.carousel-inner {transition-timing-function: linear;}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1400px;
}
.white {
  background-color: #fff!important;
  color: #000;
}
.dark {
  background-color: rgba(0,0,0,0.8);
  color: #fff;
}
.color2 {
  color: #FF9900!important;
}
.border-bottom {
  border-bottom: 1px solid #808080;
}
.border-none {
  border-bottom: 0px!important;
}
.top {
  vertical-align: top!important;
}
.max-width {
  width: 100%;
}
.text-right {
  text-align: right;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.padding {
  padding: 0px!important;
}
.padding-right {
  padding: 0px 5% 0px 5%!important;
}
.padding-carousel {
  padding: 3% 10% 3% 5%!important;
}
.padding-left {
  padding-left: 0px!important;
}
.padding25 {
  padding: 30px;
}
.padding40 {
  padding: 40px;
}
.margin-top {
  margin-top: 20px;
}
.margin-bottom {
  margin: 20px 0px;
}
.main-content,
#reference .main-content div,
#aboutus .main-content div {
  background-color: rgba(250,250,250,0.7);
}
#reference .main-content div,
#aboutus .main-content div {
  margin: 3%;
}
.fa {
  padding: 0px 5px;
}
.fa-ul i {
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #fff!important;
  color: #fff!important;
}
.center {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    text-align: left;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/** Setting Css **/
.home-news a {
  color: #fff;
}
#project,
p a,
#news_content i,
#news_content h4,
#news p a,
.home-news a:hover,
.text p span,
#contactus h5,
#main-download span,
#project_list h3,
.text-left a,
.text-right a,
#project_list p a,
#reference p a,
#aboutus p a,
#home-download p span,
#salesnetwork p span,
#gallery a,
#home-download .main-content a:hover {
  color: #FF9900;
}
#news p a:hover,
#aboutus p a:hover,
.text-left a:hover,
.text-right a:hover,
#project_list p a:hover {
  color: #002880;
}
#home-download .main-content a,
#news_content h4 span,
#project_list h3 span,
#project_reference_list h5 span {
  color: #000;
}
.slogan {
  top: -500px;
  padding:0px;
  opacity: 0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;
  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;
  -webkit-animation-duration:2s;
  -moz-animation-duration:2s;
  animation-duration:2s;
}
.slogan h4{
  font-size: 50px;
}
/** Image control **/
#project_list .image,
.product-application .gallery div {
  padding-bottom: 80%;
  background-repeat: no-repeat;
  background-size: cover;
}
#aboutus .image,
#reference .image,
#news_content .image,
#aboutus #facilities .image,
#aboutus #philosophy .image,
#aboutus #market_presence .image {
  padding-bottom: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.product-application .col-md-5 {
  padding: 0px 30px 30px 30px;
}
#reference .image {
  background-image: url('../image/reference.jpg');
  background-position: 0px 90%;
  background-size: cover;
}
#aboutus .image {
  background-image: url('../image/aboutus.jpg');
  background-position: 0px -90px;
}
#aboutus #philosophy {
  background-color: #fff;
}
#aboutus #philosophy .image {
  background-image: url('../image/philosophy.jpg');
}
#aboutus #facilities {
  background-image: url('../image/facilities_2.jpg');
  background-size: cover;
  background-position: 0px -250px;
}
#aboutus #facilities .image {
  background-image: url('../image/facilities_2.jpg');
    background-position: 0px -80px;
}
#aboutus #market_presence {
    background-image: url('../image/market_presence_2.jpg');
    background-position: 0px -250px;
    background-size: cover;
}
#aboutus #market_presence .image {
    background-image: url('../image/market_presence_2.jpg');
    background-position: 0px -90px;
}
.product-menu {
  background-image: url('../image/background_home.jpg');
  padding: 40px;
  padding-bottom: 120px;
  height: 500px;
}
.home-content {
  background-image: url('../image/background_home2.jpg');
  padding: 40px;
  height: 850px;
}

#project_list,
#contactus,
#salesnetwork,
#news,
#reference,
#news_content,
#home-download {
  background-image: url('../image/main_content.jpg');
}
#aboutus {
  background-image: url('../image/company.jpg');
}
#main-download {
  background-image: url('../image/background_home.jpg');
}
#draco .item div,
#astro .item div,
#siera .item div,
#bleu .item div,
#redline .item div,
#black .item div,
#silverline .item div {
  padding: 0px;
}
.product-menu,
.home-content,
#project_list,
#contactus,
#salesnetwork,
#news,
#news_content,
#home-download,
#aboutus,
#reference,
#main-download,
#draco,
#astro,
#siera,
#bleu,
#redline,
#black,
#silverline,
#body-height,
#acheives {
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 700px;
}
#bleu {
  background-image: url('../image/background_bleu.jpg');
}
#silverline {
  background-image: url('../image/background_silverline.jpg');
}
#redline {
  background-image: url('../image/background_redline.jpg');
}
#black {
  background-image: url('../image/background_black.jpg');
}
.product-application .image1 {
  background-image: url('../image/building.jpg');
}
.product-application .image2 {
  background-image: url('../image/building2.jpg');
  background-position: 90%;
}
.product-application .image3 {
  background-image: url('../image/building3.jpg');
}
.product-application .image4 {
  background-image: url('../image/pool2.jpg');
}
.product-application .image5 {
  background-image: url('../image/pool.jpg');
}
.product-application .image6 {
  background-image: url('../image/sprinkler.jpg');
}
.product-application .image7 {
  background-image: url('../image/factory.jpg');
}
.product-application .image8 {
  background-image: url('../image/ship.jpg');
}
.product-application .image9 {
  background-image: url('../image/fire_pump.jpg');
  background-position: -40px 0px;
}
.product-application .image10 {
  background-image: url('../image/quantum.jpg');
}
.product-application .image11 {
  background-image: url('../image/draco.jpg');
}
.product-application .image12 {
  background-image: url('../image/contruction.jpg');
}
.product-application .image13 {
  background-image: url('../image/linear.jpg');
}
.product-application .image14 {
  background-image: url('../image/farm.jpg');
  background-position: -80px 0px;
}
.product-application .image15 {
  background-image: url('../image/ship2.jpg');
}
.product-application .image16 {
  background-image: url('../image/farm2.jpg');
  background-position: -40px 0px;
}
.product-application .image17 {
  background-image: url('../image/draco2.jpg');
}
.product-application .image18 {
  background-image: url('../image/dinmaster.jpg');
}
.product-application .image19 {
  background-image: url('../image/bomba.jpg');
}
.product-application .image20 {
  background-image: url('../image/farm3.jpg');
}
.product-application .image21 {
  background-image: url('../image/aircon.jpg');
}
.product-application .image22 {
  background-image: url('../image/aircon2.jpg');
}
.product-application .image23 {
  background-image: url('../image/rls.jpg');
  background-position: 100%;
}
.product-application .image24 {
  background-image: url('../image/carpark.jpg');
}
.product-application .image25 {
  background-image: url('../image/watering.jpg');
  background-position: 90%;
}
.product-application .image26 {
  background-image: url('../image/building4.jpg');
}
.product-application .image27 {
  background-image: url('../image/industry.jpg');
}
.product-application .image28 {
  background-image: url('../image/industry2.jpg');
}
.product-application .image29 {
  background-image: url('../image/industry3.jpg');
}
.product-application .image30 {
  background-image: url('../image/carwash.jpg');
}
.product-application .image31 {
  background-image: url('../image/industry4.jpg');
}
.product-application .image32 {
  background-image: url('../image/pipe.jpg');
}
.product-application .image33 {
  background-image: url('../image/hydrant.jpg');
}
.product-application .image34 {
  background-image: url('../image/sprinkler2.jpg');
  background-position: 50%;
}
.product-application .image35 {
  background-image: url('../image/tab.jpg');
  background-position: 50%;
}
.product-application .image36 {
  background-image: url('../image/gardening.jpg');
  background-position: 50%;
}
.product-application .image37 {
  background-image: url('../image/linear2.jpg');
  background-position: 30%;
}
.product-application .image38 {
  background-image: url('../image/building5.jpg');
  background-position: 50%;
}
.product-application .image39 {
  background-image: url('../image/dinmaster2.jpg');
  background-position: 40%;
}
.product-application .image40 {
  background-image: url('../image/magna.jpg');
  background-position: 50%;
}
.product-application .image41 {
  background-image: url('../image/hydroplus.jpg');
  background-position: 20%;
}
.product-application .image42 {
  background-image: url('../image/quantum2.jpg');
  background-position: 80%;
}
.product-application .image43 {
  background-image: url('../image/astro.jpg');
}
.product-application .image44 {
  background-image: url('../image/astro2.jpg');
  background-position: 80%;
}
.product-application .image45 {
  background-image: url('../image/farmtank.jpg');
}
#project_list .padding25 {
  padding: 25px 30px 60px 30px;
}

/*News article*/
#news_content .news3 {
  background-image: url('../news/image/abbott.jpg');
  background-size: contain;
  background-color: #fff;
  background-position: 0px 50%;
}
/*Nav Top*/
.cd-left,
.cd-right {
  text-shadow:none;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-left {
  background: rgba(255, 153, 0, 0.8) url(../image/cd-left-arrow.svg) no-repeat center 50%;
}
.cd-right {
  background: rgba(255, 153, 0, 0.8) url(../image/cd-right-arrow.svg) no-repeat center 50%;
}
.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(255, 153, 0, 0.8) url(../image/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  z-index: 100;
}
.cd-top.cd-fade-out {
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #FF9900;
  opacity: 1;
}
/* Header */
#logo {
  height: 50px;
}
.navbar {
  padding: 15px;
  background-color: #fff;
  border: none;
  margin-bottom:0px; 
}
.navbar-default {
    background-image: -webkit-linear-gradient(top,#fff 0,#fff 100%);
    border-radius: 0px;
}
.navbar-default .navbar-toggle {
  border: 1px solid transparent;
  border-radius: 1px;
  border-color: none;
  z-index: 1;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus {
    background-image: none!important;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.navbar-nav .open,
.dropdown-menu {
  border-radius: 0px;
  webkit-background-clip: none;
  background-clip: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #F1F1F1;
}
.dropdown-menu>li a:hover {
  color: #002880!important;
  font-weight: bold;
}
/*** Index ***/
#product {
  position: fixed;
  z-index: 10;
}
#product.stick {
  position: fixed;
  top: 0px;
  z-index: 10;
}
#homepage footer {
  padding-top:100px!important;
}
.home-about h3 {
  color: #002880;
  padding: 10px 0px;
}
.home-content .fa {
  font-size: 20px;
  padding: 0px 10px;
  vertical-align: middle;
}
#home {
  position: absolute;
  z-index: 1;
}
.home-about {
  background-color: rgba(250,250,250,0.7);
  padding: 40px;
  border-top: 5px solid #FF9900;
}
.home-news {
  background-color: rgba(0,0,0,0.4);
  border-top: 5px solid #FF9900;
  border-bottom: 5px solid #FF9900;
  color: #fff;
  bottom: 20px;
  z-index: 1;
}
.about-logo {
  width: 70%;
}
/*** Content ***/
.sub-content {
  background-color: rgba(255,255,255,0.7);
  border-top: 5px solid #FF9900;
  padding: 30px;
}
.sub-content h2 {
  color: #000;
  margin: 0px 0px 20px 0px;
}
.feature-content {
  background-color: rgba(250,250,250,0.4);
  margin-bottom: 40px;
}
.product-download {
  padding-left: 0px;
}
.download img,
.news-list img,
.product-menu img,
.product-list img,
.product-download img {
  border-bottom: 3px solid #FF9900;
}
.fa-ul li a:active,
.fa-ul li a:focus,
.fa-ul li a:hover,
.product-download h4:hover {
  color: #FF9900;
  border-color: #FF9900;
}
/*** AboutUs ***/
.main-content h2 {
  color: #000;
}
.aboutus-head {
  display: table;
}
.aboutus-head div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
.aboutus-head h2 {
  color: #fff;
  margin: 0px;
}
.aboutus-head h2 span {
  color: #FF9900;
  margin: 0px;
}
#news_content .text-left,
#project_list .text-left {
  position: absolute;
  bottom: 0px;
  margin: 10px 0px;
}
/** References **/
#salesnetwork h3,
#gallery h3,
#home-download h3,
#project_reference_list h3 {
  color: #000;
  padding: 15px 0px 15px 15px;
}
#project_reference_list h5 {
  color: #FF9900;
  text-transform: uppercase;
}
#project_reference_list .text-right a {
  font-size: 20px;
  margin: 0px 15px;
}
#news_content i,
#gallery i,
#project_list i,
#project_reference_list i {
  margin: 0px 5px;
  border-radius: 50%;
  color: #FF9900;
  border: 1px solid #FF9900;
}
.feature-content .dark {
    background-color: rgba(0, 0, 0, 0.8)!important;
}
#gallery img {
  margin-bottom: 15px;
}
#gallery p {
  margin: 0px;
  color: #808080;
}
.gallery {
  padding: 0px;
}
#project_reference_list .page div{
  padding-bottom: 15px;
}
.pages {
  padding: 20px;
}
.pages > .page:target ~ .page:last-child,
.pages > .page {display: none;}
.pages > :last-child,
.pages > .page:target {display: block;}

/** News&Event **/
#news h4 {
  color: #000;
  font-weight: bold;
}
#news h4 span {
  color: #808080;
  font-weight: 400;
}
#news_content .main-content {
  min-height: 500px;
}
.news-list {
  display: inline-block;
  padding: 40px 0px;
}
#acheives .page a {
  padding: 5px 0px;
  text-transform: uppercase;
}
#acheives .page a:hover {
  color: #002880;
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0px;
}
/** Salesnetwork **/
#home-download h4,
#salesnetwork h4 {
  padding: 5px 0px;
  color: #000;
  font-weight: bold;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#home-download h6,
#salesnetwork h6 {
  color: #000;
  font-weight: bold;
}
#home-download h6 span,
#salesnetwork h6 span {
  color: #FF9900;
  text-transform: uppercase;
}
#home-download p,
#salesnetwork p {
  margin: 5px 0px;
}
.row div {
  padding: 20px;
}
/** Carousel **/
.carousel {
  border-top: 6px solid #FF9900;
}
.carousel-indicators {
  background-color: #E6E6E6;
  position: absolute;
  bottom: 0px;
  left: 50%;
  z-index: 15;
  width: 100%;
  padding: 5px 0px;
  margin-left: -50%;
  text-align: center;
  list-style: none;
  margin-bottom: 0px;
}
.carousel-indicators li {
  border: 0px solid #fff;
  background-color: #4D4D4D;
  width: 15px;
  height: 15px;
  margin: 0px;
}
.carousel-indicators .active {
  background-color: #FF9900;
  border: 0px solid #fff;
  width: 15px;
  height: 15px;
}
.carousel-control.right,
.carousel-control.left {
  background-image: none;
  width: 5%;
  opacity: 1;
}
.carousel .icon-container,
.carousel-caption button {
  background-color: #09c;
}
.carousel-caption h3 {
  padding: .5em;
}
.carousel .icon-container {
  display: inline-block;
  font-size: 25px;
  line-height: 25px;
  padding: 1em;
  text-align: center;
  
  border-radius: 50%;
}
.carousel-caption button {
  border-color: #00bfff;
  margin-top: 1em; 
}
.carousel-inner .item div {
  display: table-cell;
  vertical-align: middle;
}
/* Carousel Animation delays */
.item img {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.item .padding50 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
/* #Silver */
/*** Product Detail ***/
.aboutus-head,
.product-head {
  color: #fff;
  padding: 15px 15px 15px 40px;
  background: rgba(0,0,0,0.9);
  width: 100%;
}
#product div {
  padding: 15px 15px 0px 0px;
}
#fix {
position:fixed;
top:0;
right:0;
left:0;
z-index:99;
padding: 2px 10px;
display: none;
}
#fix .fa-ul i {
  font-size: 14px;
  border-radius: 50%;
  border: 1px solid #fff;
}
#fix h4 {
  margin: 0px;
}
.aboutus-head h4 {
  color: #FF9900!important;
  margin-top: 0px;
  margin-bottom: 0px;
}
.product-head h4 {
  color: #FF9900!important;
  margin-top: 0px;
}
.product-head h3 {
  margin:0px;
  text-transform: uppercase;
}
.product-head table {
  width: 100%;
}
.aboutus-head .fa-ul,
.product-head .fa-ul {
  text-align: right;
  margin:0px;
}
.white h3{
  color: #002880!important;
}
.white h5{
  color: #FF9900!important;
  text-transform: uppercase;
  margin:7px auto;
}
#black .product-application {
  margin-bottom: 40px;
}
.product-application .white {
  border-bottom: 6px solid #FF9900;
  padding: 0px;
}
/*.product-application div {
  padding: 0px 30px 0px 0px;
}*/
.product-application .feature-content {
  padding: 0px 20px;
}
.product-application ul {
  padding-left: 20px;
}
#operating_limits .dark {
  padding: 5%;
}
#operating_limits .dark h4 {
  color: #FF9900;
  font-weight: 600;
  font-size: 24px;
  margin-top: 25px;
}
#operating_limits .dark img {
  width: 20%;
}
.product-download {
  background-color: rgba(0,0,0,0.8);
  padding: 30px 40px!important;
}
/*** Download ***/
.download {
  margin: 30px 0px;
}
.download div {
  padding: 10px 30px;
}
#home-download h5 {
  color: #000;
  font-weight: bold;
}
#home-download h5 span {
  color: #FF9900;
  text-transform: uppercase;
  font-weight: 100;
}
/** Contact **/
#contactus h5 {
  color: #002880;
  padding: 15px;
  font-family: 'open_sanssemibold', sans-serif;
  line-height: 1.5;
}
#contactus p {
  padding: 0px 15px;
}
.form-group .text-center .btn-default,
.form-group .text-center .btn-primary {
  padding: 6px 30px;
  box-shadow: none;
  text-shadow:none;
  background-image: none;
  border: none;
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
}
.form-group .text-center .btn-default{
  margin-right: 15px;
  background-color: #fff;
  float: none;
}

.form-group .text-center .btn-default:hover {
  background-color: #000;
  color: #fff;
  font-weight: bold;
}
.form-group .text-center .btn-primary{
  margin-left: 15px;
  background-color: #FF9900;
  float: none;
}
.form-group .text-center .btn-primary:hover {
  color: #FF9900;
  background-color: #fff;
}
.form-group input[type=text], .form-group textarea, .form-group select, {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 0px solid #DDDDDD;
}
.form-group input[type=text]:focus, .form-group textarea:focus, .form-group select:focus {
  box-shadow: 0 0 5px rgba(255, 153, 0, 1);
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 0px solid rgba(255, 153, 0, 1);
}
.form-group select,
.form-group input,
.form-group textarea {
  webkit-background-clip: none;
  background-clip: none;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/*** Foother ***/
footer {
  background-color: #000;
  color: #999999;
  padding: 40px 40px 20px 40px!important;
}
.footer-listing {
  padding: 0px;
}
.footer-menu {
  list-style-type: none;
  padding: 5px 0px;
  margin-bottom: 0px;
}
.footer-menu li {
  display: inline-block;
  outline: 0;
  padding: 3px;
  vertical-align: middle;
  overflow: hidden;
  text-decoration: none !important;
  color: #808080;
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
}
.footer-menu li a:hover {
  color: #fff;
}
footer ul > li:first-child {
  padding-left: 0px!important;
}
.credit {
  font-size: 10px;
  padding: 15px 0px;
}

@media (max-width: 768px) {

/*** CSS control ***/
#page1,
#page2,
#page3,
#page4,
#page5 {
  padding: 0px;
}
.aboutus-head,
.product-head {
  padding: 15px;
}
#acheives #page2 {
  padding: 20px;
}
  .float-right {
    float: none;
  }
  .padding40 {
    padding: 15px;
  }
  .mobile-padding {
    padding: 0px;
  }
  /*#contactus, #salesnetwork, #news, #home-download, #aboutus #reference {
    padding: 15px;
  }
/*** Content ***/
  .slogan h4{
    font-size: 45px;
  }
  .navbar-nav {
    width: 100%;
  }
  #silverline .mobile-show,
  #redline .mobile-show,
  #bleu .mobile-show,
  #black .mobile-show {
    width: 90%;
    padding: 40px 0px;
  }
  .aboutus-head div {
    padding: 5px;
  }
  .aboutus-head #range2 {
    padding-right: 0px;
    font-size: 12px;
  }
  #contactus label {
    margin: 15px 0px;
  }
  #salesnetwork .pages div {
    padding: 0px;
  }
  #salesnetwork .pages .row {
    padding: 10px;
  }
  #salesnetwork .pages .row div {
    padding: 15px 0px;
  }
  #project_list .pages,
  #contactus .pages {
    padding: 20px 15px 50px 15px;
  }
  .page .row div {
    padding: 15px;
  }
  .aboutus-head h2 {
    font-size: 22px;
  }
  #aboutus #philosophy .image {
    background-position: 0px -60px;
  }
  .news-list {
    padding-bottom: 0px;
  }
  .product-menu {
    margin-bottom: 0px;
    height: auto;
    padding: 0px 40px 40px 40px;
    background-color: rgba(0,0,0,0.4);
    background-blend-mode: multiply;
  }
  #product div {
    padding: 0px;
  }
  #product {
  position: inherit;
  margin-top: 0px;
  top: 0px;
  right: 0px;
  padding: 0px;
  }
  .download div {
  padding: 7px;
  }
  #reference .main-content div,
  #aboutus .main-content div {
  margin: 0px;
  }
  /*.product-menu,
  .home-content,
  #project_list,
  #contactus,
  #salesnetwork,
  #news,
  #news_content,
  #home-download,
  #aboutus,
  #reference,
  #main-download,
  #draco,
  #astro,
  #siera,
  #bleu,
  #redline,
  #black,
  #silverline {
    padding: 15px;
  }*/
  #project_list .article_17 {
    background-position: 45% 30%;
  }
  #project_list .article_23 {
    background-position: 90% 80%;
  }
  #project_list .article_28,
  #project_list .article_32 {
    background-position: 50%;
  }
  .about-content {
    position: inherit;
  }
  #home {
  position: inherit;
  top: 0px;
  }
  #product.stick {
  position: inherit;
  margin-top: 0px;
  top: 0px;
  right: 0px;
  z-index: 1000;
  padding: 0px;
  }
  .home-content {
    padding: 40px 15px;
    height: auto;
    position: inherit;
  }
  .home-news {
    position: inherit;
    bottom: 0px;
    margin-top: 40px;
  }
  #homepage footer,
  footer {
    padding: 20px!important;
  }
  #bleu,
  #redline,
  #black,
  #silverline {
    padding: 0px!important;
  }
  .main-content div {
    margin: 0px;
  }
  .sub-content,
  .home-about,
  #operating_limits,
  .text {
  padding: 20px;
  }
  .sub-content {
    border-top: 0px;
  }
  .mobile-show {
    display: block;
    border-top: 5px solid #FF9900;
  }
  .feature-content .mobile-show {
    border-top :0px!important; 
  }
  .feature-content .mobile-show img {
    margin-right: 15%;
    margin-left: 15%;
    width: 80%;
    left: -20px;
  }
  #homepage .mobile-show {
    margin-top: 0px;
    top: inherit;
    width: 100%;
    border-bottom: 0px!important;
  }
  .product-menu h4 {
    padding: 15px 0px;
  }
  .product-download {
    padding: 15px;
    text-align: center;
  }
  .product-download h3 {
    text-align: left;
  }
  .other-download,
  .product-content,
  .product-list,
  .feature-content {
  padding: 0px;
  }
  .product-head .fa-ul li{
  display: block;
  padding: 2px;
  }
  .carousel-inner .item div {
  display: inline-block;
  }
  .carousel-control .glyphicon-chevron-left {
    left: 0px;
    margin: 0px;
    padding: 10px;
    top: 83%;
  }
  .carousel-control .glyphicon-chevron-right {
    right: 0px;
    margin: 0px;
    padding: 10px;
    top: 83%;
  }
  .cd-left,
  .cd-right {
    background-color: #FF9900;
    text-shadow: none;
    opacity: 1!important;
  }
  .carousel-inner {
    height: 600px!important;
  }
  .carousel-inner .item img {
    margin-left: 15%;
    margin-right: 15%;
    position:relative;
    width: 100%;
    margin: 0px;
  }
  .carousel-padding {
    margin-bottom: 40px;
    padding: 0px;
  }
  .carousel-indicators li {
    width: 10px;
    height: 10px;
  }
  .carousel-indicators .active {
  width: 10px;
  height: 10px;
  }
  .glyphicon {
    color: transparent;
  }
  .cd-right,
  .cd-left {
    text-indent: 0;
  }
  .item img {
    /*transform:scale(1.5);
    -ms-transform:scale(1.5); /* IE 9 */
    /*-moz-transform:scale(1.5); /* Firefox */
    /*-webkit-transform:scale(1.5); /* Safari and Chrome */
    /*-o-transform:scale(1.5); /* Opera */
  }
  #acheives {
    padding: 30px 0px;
  }
  #silverline .margin-top,
  #bleu .margin-top,
  #redline .margin-top,
  #black .margin-top {
    margin-top: 40px;
    padding: 0px;
  }
  #application {
    position: absolute;
    top: 1000px;
  }
  #operating {
    position: absolute;
    top: 1450px;
  }
  #download {
    position: absolute;
    top: 2600px;
  }
}
@media (max-width: 470px) {
  .slogan h4 {
    font-size: 35px;
  }
}

@media (min-width: 768px) {
  #aboutus .main-content {
  background-position: 0px 20%;
  }
  #black .dark,
  #bleu .dark,
  #redline .dark,
  #silverline .dark {
    min-height: 440px;
  }
  .navbar-nav {
    float: right;
  }
  .other-download {
    padding-left: 0px;
    padding-bottom: 15px;
  }
  .product-application,
  .product-content,
  #operating_limits {
  padding: 40px 15px;
  }
  .text {
  padding: 40px;
  }
  .product-list {
  padding: 15px 15px 15px 0px;
  }
  .aboutus-head .fa-ul li,
  .product-head .fa-ul li{
  display: inline;
  padding: 15px;
  }
  .mobile-show {
    display: none;
  }
  .carousel-padding {
    padding: 0px;
  }
  #application {
    position: absolute;
    top: 950px;
  }
  #operating {
    position: absolute;
    top: 1400px;
  }
  #download {
    position: absolute;
    top: 1950px;
  }
  #silverline .margin-top,
  #blue .margin-top,
  #redline .margin-top,
  #black .margin-top {
    margin-top: 2%;
  }
  .carousel-inner {
    height: 400px;
  }
  .form-horizontal .control-label {
    text-align: left;
    margin-bottom: 10px;
  }
  .form-horizontal label{
    display: inline-table;
    width: 100%;
  }
}

@media (max-width: 991px) {
  #homepage footer {
    padding-top: 40px!important;
  }
  .product-head h3 {
    font-size: 18px;
  }
  .form-group .text-center .btn-default{
  float: left;
  }
  .form-group .text-center .btn-primary{
  float: right;
  }
  .product-head li {
    font-size: 10px;
  }
  .about-content {
    position: inherit;
  }
  .fa-ul li {
    padding: 5px!important;
  }
  .mobile-hide {
    display: none;
  }
  .carousel-inner {
    height: 400px;
  }
  #news .padding25 {
    padding: 15px;
  }
  #reference .main-content .padding25,
  #aboutus .main-content .padding25 {
    background-color: #fff;
    padding: 15px;
  }
  #news_content .text-left {
  position: initial;
  }
  #news_content .news2 {
  background-position: 0px;
  margin-top: 20px;
  }
}

@media (min-width: 991px) {
  #home {
    top: -300px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .float-right {
    float: none;
  }
  #aboutus #philosophy .image {
    background-position: 0px -90px;
  }
  #application {
    position: absolute;
    top: 900px;
  }
  #operating {
    position: absolute;
    top: 1250px;
  }
  #download {
    position: absolute;
    top: 1950px;
  }
  .product-menu {
    height: auto;
    margin-bottom: 0px;
  }
  #silverline .mobile-show,
  #redline .mobile-show,
  #bleu .mobile-show,
  #black .mobile-show {
    width: 70%;
    padding: 40px 0px;
  }
  #homepage .slogan {
    top: inherit;
    display: block;
    padding: 0px 50px;
  }
  .mobile-show {
    display: block;
  }
  #reference .main-content div,
  #aboutus .main-content div {
    margin: 0px;
  }
  #product,
  #product.stick {
  position: inherit;
  margin-top: 0px;
  top: 0px;
  right: 0px;
  padding: 50px;
  }
  #product.stick {
  z-index: 1000;
  }
  .home-content {
    padding: 80px;
    height: auto;
  }
  .home-news,
  #home {
    position: inherit;
    top: 0px;
    bottom: 0px;
  }
}
@media (min-width: 1300px) {
  .carousel-inner {
    height: 350px;
  }
  #project_list .image,
  .product-application .gallery div {
  padding-bottom: 70%;
  }
  #home {
  top: -200px;
  }
}
@media (min-width: 1500px) {
  #homepage .col-md-offset-7 {
    margin-left: 60%;
  }
  #project_list .image,
  .product-application .gallery div {
  padding-bottom: 60%;
}
@media (min-width: 1600px) {
  #homepage .col-md-offset-7 {
    margin-left: 50%;
  }
}
@media (min-width: 1700px) {
  #homepage .col-md-offset-7 {
    margin-left: 47%;
  }
}
@media (min-width: 1800px) {
  #homepage .col-md-offset-7 {
    margin-left: 40%;
  }
}