/************************************************************************************
RESET
*************************************************************************************/
html,
body,
address,
blockquote,
div,
dl,
form,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
pre,
ul,
dd,
dt,
li,
tbody,
tfoot,
th,
thead,
tr,
button,
del,
ins,
map,
object,
a,
abbr,
acronym,
b,
bdo,
big,
br,
cite,
code,
dfn,
em,
i,
img,
kbd,
q,
samp,
small,
span,
strong,
sub,
sup,
tt,
var,
legend,
fieldset {
  margin: 0;
  padding: 0;
}

img,
fieldset {
  border: 0;
}

/* set image max width to 100% */

/* set html5 elements to block */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
::selection {
  background: #2a7391;
  color: #fff;
}
::-moz-selection {
  background: #2a7391;
  color: #fff;
}

/************************************************************************************
GENERAL STYLING
*************************************************************************************/
body {
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
  background-color: #fff;
}
a {
  color: #fff;
  text-decoration: none;
  outline: none;
}

p {
  margin: 0 0 1.2em;
  padding: 0;
}
A:focus {
  outline: none;
}
*:focus {
  outline: none;
}

/* reset webkit search input styles */
input[type="search"] {
  -webkit-appearance: none;
  outline: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  display: none;
}
/************************************************************************************
FONT FACE
*************************************************************************************/

@font-face {
  font-family: "SourceSansProBold";
  src: url("fonts/sourcesanspro-bold.eot");
  src: url("fonts/sourcesanspro-bold.eot") format("embedded-opentype"),
    url("fonts/sourcesanspro-bold.woff2") format("woff2"),
    url("fonts/sourcesanspro-bold.woff") format("woff"),
    url("fonts/sourcesanspro-bold.ttf") format("truetype"),
    url("fonts/sourcesanspro-bold.svg#SourceSansProBold") format("svg");
}

@font-face {
  font-family: "OpenSans";
  src: url("../fonts/OpenSans.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans.woff") format("woff"),
    url("../fonts/OpenSans.ttf") format("truetype"),
    url("../fonts/OpenSans.svg#OpenSans") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/OpenSans-Light.woff") format("woff"),
    url("../fonts/OpenSans-Light.ttf") format("truetype"),
    url("../fonts/OpenSans-Light.svg#OpenSans-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

/************************************************************************************
STRUCTURE
*************************************************************************************/

.wrapper {
  width: 95%;
  margin: 0 auto;
  position: relative;
}

.mob-menu {
  width: 100%;
  position: relative;
  display: none;
  margin: 10px 0;
}
.mobbox {
  width: 33%;
  color: #666;
  padding: 15px 0;
  margin: 0.1%;
  background-color: #d6d6d6;
  text-align: center;
  float: left;
}
.mobbox a {
  color: #666;
}
.mobbox:hover {
  background-color: #fff;
}
.about-logoimg {
  width: auto;
  height: auto;
  float: left;
  margin-bottom: 25px;
}
.about-logoimg img {
  width: 100%;
  height: auto;
  display: block;
}

header {
  width: 100%;
  height: 95px;
  position: fixed;
  z-index: 500;
  top: 0;
  background-color: #fff;
}

.logo {
  width: 223px;
  height: 95px;
  float: left;
  padding-left: 10%;
}
.five-bg {
  width: 297px;
  position: absolute;
  top: 5px;
  left: 76.8%;
}
.five-bg img {
  width: 100%;
  height: auto;
  display: block;
}

.hdrt {
  width: 242px;
  height: 34px;
  float: right;
  margin: 8px 10% 0 0;
}

.lang {
  width: 30px;
  height: 30px;
  float: left;
  border: 2px solid #ebebeb;
  font: 14px/30px "OpenSans";
  text-align: center;
  color: #8e8e8e;
}

.search {
  width: 200px;
  height: 30px;
  float: right;
  border: 2px solid #ebebeb;
  outline: none;
}
.concreen-solutionimg {
  width: 100%;
}
.concreen-solutionimg img {
  width: 100%;
  height: auto;
  display: block;
}
.search img {
  width: 19px;
  height: 30px;
  float: left;
}

.form {
  width: 173px;
  height: 26px;
  float: left;
  outline: none;
  border: none;
}

.banner_bg {
  width: 100%;
  height: auto;
  margin-top: 96px;
}

.button_bg {
  width: 223px;
  height: auto;
  position: absolute;
  z-index: 500;
  background-color: #e1e1e1;
  top: 100px;
}

.mid_wrap {
  width: 85%;
  margin: 0 auto;
  height: auto;
}
.mid_wrap2 {
  width: 80%;
  margin: 15px auto 0 auto;
  height: auto;
}

.mid_wrap2 h1 {
  color: #3aa651;
  text-align: center;
  padding: 20px 0;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 35px;
  font-weight: normal;
}
.mid_wrap3 {
  width: 94%;
  margin: 15px auto 0 auto;
  height: auto;
  background-color: #a8a2a2;
}

.mid_wrap3 h1 {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 35px;
  font-weight: bold;
}

.mid_wrap h1 {
  width: 100%;
  height: auto;
  font-family: "OpenSans-Light";
  text-align: center;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: normal;
  padding: 36px 0 40px 0;
}

.mid_box {
  width: 90%;
  height: auto;
  float: left;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ebebeb;
  margin: 0 5% 25px 5%;
  overflow: hidden;
}

.mid_box IMG {
  width: 100%;
  height: auto;
  display: block;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
}
.mid_box:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}

#mar {
  margin-right: 0px !important;
}

.mid_box img {
  width: 100%;
  height: auto;
  float: left;
}

.mid_box .content {
  width: 100%;
  height: auto;
  float: left;
  box-sizing: border-box;
  padding: 1rem 1rem 1rem;
}

.mid_box .content h2 {
  width: 100%;
  height: auto;
  float: left;
  color: #00b52f;
  text-transform: uppercase;
  font-family: "OpenSans";
  font-size: 16px;
  font-weight: normal;
  padding: 0;
  margin: 0;
}

.mid_box .content h3 {
  width: 100%;
  height: auto;
  float: left;
  color: #000000;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}

.mid_box .content h4 {
  width: 100%;
  height: auto;
  float: left;
  color: #cbcbcb;
  font-family: "OpenSans";
  font-size: 14px;
  font-weight: normal;
  line-height: 25px;
}

.mid_readbg {
  width: 98px;
  height: 32px;
  background-color: #fff;
  font: 14px/32px "OpenSans-Light";
  color: #00a651;
  text-align: center;
  margin: 0 auto;
  position: relative;
  margin-top: 48px;
}

.mid_readbg:hover {
  background-color: #00c236;
  color: #fff;
  -webkit-transition: all 700ms ease;
  -moz-transition: all 700ms ease;
  -ms-transition: all 700ms ease;
  transition: all 700ms ease;
}

.mid_2ndbg {
  width: 84%;
  height: auto;
  margin-top: 16px;
  padding: 0 0 0 8%;
}

.mid_2ndbox {
  width: 32.2%;
  height: auto;
  margin-right: 1.7%;
  float: left;
}

.mid_2ndbox img {
  width: 100%;
  height: auto;
}

.mid_greenbg {
  width: 95%;
  height: 378px;
  padding-left: 5%;
  float: left;
  margin-top: 12px;
  background: url(../image/greenbg.jpg) no-repeat center top;
}

.mid_greenbg h4 {
  width: 95%;
  height: auto;
  float: left;
  font-family: "OpenSans-Light";
  color: #fff;
  font-size: 30px;
  margin: 100px 0 0 0;
  font-weight: normal;
}

.mid_greenbg h5 {
  width: 95%;
  height: auto;
  float: left;
  font-family: "OpenSans-Light";
  color: #fff;
  font-size: 40px;
  margin: 0px 0 0 0;
  font-weight: normal;
}

.mid_greenbg h6 {
  width: 95%;
  height: auto;
  float: left;
  font-family: "OpenSans-Light";
  color: #fff;
  font-size: 30px;
  margin: 0px 0 0 0;
  font-weight: normal;
}

.mid_greenbg_btnbg {
  width: 125px;
  height: auto;
  float: left;
  background-color: #fff;
  margin-top: 34px;
  margin-right: 5px;
  padding: 10px 0;
  font: 14px "OpenSans-Light";
  text-align: center;
  color: #252525;
}

.mid_greenbg_btnbg:hover {
  background-color: #00c236;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

footer {
  width: 100%;
  height: auto;
  background-color: #fff;
}

.copy {
  width: 30%;
  height: auto;
  float: left;
  font-family: "OpenSans";
  padding-top: 15px;
  font-size: 12px;
  color: #a7a7a7;
  padding-left: 5%;
}

footer ul {
  list-style-type: none;
  width: 50%;
  height: auto;
  float: left;
}

footer ul li {
  list-style-type: none;
  float: left;
  height: auto;
  padding: 3%;
  color: #afafaf;
  font-family: "OpenSans";
  font-size: 12px;
  text-transform: normal;
}

footer ul li a {
  color: #afafaf;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

footer ul li a:hover {
  color: #00c236;
}

.socbg {
  width: 53px;
  height: 48px;
  float: right;
  margin-right: 5%;
}

.socbg img {
  width: 26px;
  height: 48px;
  float: left;

  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.socbg img:hover,
.socbg img:focus,
.socbg img:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}

/*====================INNER STYLE====================*/

.innerhed {
  width: 100%;
  height: auto;
  font-family: "OpenSans-Light";
  text-align: center;
  font-size: 30px;
  color: #00a651;
  text-transform: uppercase;
  font-weight: normal;
  padding: 56px 0 0px 0;
}

.subhed {
  width: 100%;
  height: auto;
  font-family: "OpenSans";
  text-align: left;
  font-size: 24px;
  color: #000000;
  font-weight: normal;
  padding: 49px 0 38px 0;
}

.subhed1 {
  width: 100%;
  height: auto;
  font-family: "OpenSans";
  text-align: left;
  font-size: 24px;
  color: #000000;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0 5% 38px 5%;
}
.subhed-quality {
  width: 100%;
  height: auto;
  font-family: "OpenSans";
  text-align: left;
  font-size: 24px;
  color: #000000;
  box-sizing: border-box;
  font-weight: normal;
  padding: 0 5% 15px 0;
}

.content {
  width: 100%;
  height: auto;
  font-family: "OpenSans";
  text-align: justify;
  font-size: 14px;
  color: #000000;
  box-sizing: border-box;
  line-height: 25px;
  font-weight: normal;
  padding: 0px 5% 50px 5%;
}

.content .readmore {
  color: #333;
  float: right;
}

.content .readmore a {
  color: #333;
}

.content .readmore a:hover {
  color: #035403;
}

.inner_greenbg {
  width: 100%;
  height: 244px;
  background: url(../image/innergreen.jpg) no-repeat center;
  margin-bottom: 122px;
}

.inner_greenbg h1 {
  font-family: "OpenSans-Light";
  font-size: 40px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
  padding-top: 70px;
}

.inner_greenbg h2 {
  font-family: "OpenSans-Light";
  font-size: 30px;
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}

.inner_greenbg_btn {
  width: 125px;
  height: auto;
  background-color: #fff;
  font-family: "OpenSans-Light";
  font-size: 14px;
  text-align: center;
  float: right;
  color: #252525;
  margin-top: -50px;
  padding: 10px 0;
}

.inner_greenbg_btn:hover {
  background-color: #00ba35;
  color: #fff;
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  transition: all 400ms ease;
}

.inner_box1 {
  width: 45%;
  height: auto;
  float: left;
  margin-bottom: 108px;
}

.inner_box2 {
  width: 95%;
  height: auto;
  float: right;
}

.parent_content {
  width: 100%;
  height: auto;
  font-family: "OpenSans";
  text-align: justify;
  font-size: 14px;
  font-weight: normal;
  color: #000000;
  line-height: 25px;
  margin-top: 56px;
}

.innertop_box {
  width: 100%;
  height: auto;
}

.innertop_box img {
  width: 17.5%;
  height: auto;
  float: left;
}

.content h5 {
  width: auto;
  height: auto;
  font-family: "OpenSans-Light";
  font-size: 30px;
  color: #00a651;
  font-weight: normal;
  float: left;
  margin: 40px 0 20px;
  padding-left: 20px;
}

.inner_box1 ul {
  width: 100%;
  height: auto;
  list-style: none;
  margin-top: 56px;
}

.inner_box1 ul li {
  height: auto;
  list-style: none;
  width: 98%;
  font-family: "OpenSans";
  text-align: left;
  font-size: 14px;
  color: #000000;
  padding: 0 0 40px 2%;
  background: url(../image/bullet.jpg) no-repeat left top 10px;
}

.inner_box2 ul {
  width: 100%;
  height: auto;
  list-style: none;
  margin: 5px 0 15px;
}

.inner_box2 ul li {
  height: auto;
  list-style: none;
  width: 98%;
  font-family: "OpenSans";
  text-align: left;
  font-size: 14px;
  color: #000000;
  padding: 8px 0 15px 4%;
  background: url(../image/bullet.png) no-repeat left top 10px;
}

#innerfoot {
  background-color: #252525;
}

.proimg {
  width: 45.4%;
  height: auto;
  float: left;
  background-color: #333;
  margin: 20px 2.9% 40px 0;
}

.proimg img {
  width: 100%;
  height: auto;
}

#pr {
  margin-right: 0px;
}

.download_btn {
  width: auto;
  height: auto;
  float: left;
}

.contact_lt {
  width: 45%;
  height: auto;
  float: left;
}

.news-imgbg {
  width: 188px;
  float: left;
  margin: 0 20px 20px 0;
}

.news-row {
  width: 100%;
  float: left;
  border-bottom: 1px dotted #ccc;
}
.contact_map {
  width: 100%;
  height: auto;
  float: left;
  margin-bottom: 40px;
}

.contact_map img {
  width: 100%;
  height: auto;
}

.contact_lt h1 {
  width: 100%;
  height: auto;
  font-family: "OpenSans";
  text-align: left;
  font-size: 14px;
  color: #333;
}

.contact_rt {
  width: 45%;
  height: auto;
  float: right;
}

.name {
  width: 100%;
  height: auto;
  padding: 5px 0;
  font-family: "OpenSans";
  color: #333;
  font-size: 16px;
  text-align: left;
  float: left;
}

.coform {
  width: 100%;
  height: 40px;
  background-color: #ccc;
  margin-bottom: 10px;
  float: left;
  border: none;
  outline: none;
}

.cobtn {
  width: auto;
  height: auto;
  padding: 10px 15px;
  background-color: #252525;
  color: #fff;
  float: left;
  text-align: center;
}

.inner-blt {
  width: 100%;
  padding: 10px 0 10px 0;
  display: block;
}

.inner-blt ul li {
  list-style: none;
  margin-bottom: 16px;
  padding: 5px 0 18px 5%;
  font-family: "Montserrat-Light";
  font-weight: normal;
  line-height: 23px;
  font-size: 18px;
  color: #565656;
  background: url(../image/download-icon.png) no-repeat left top;
}

.inner-blt ul li a {
  font-family: "Montserrat-Light";
  font-size: 16px;
  color: #565656;
}

header .btm {
  width: 100%;
  height: 76px;
  background: url(../image/headerbtm.jpg) repeat-x;
}

.wrapper2 {
  width: 1280px;
  margin: 0 auto;
  position: relative;
}

.btnbg {
  width: auto;
  height: auto;
  float: right;
  padding-right: 10%;
  right: 0;
}

.about-page-main-content-area {
  float: left;
  width: 100%;
}
.about-left {
  float: left;
  width: 28%;
  margin-top: 25px;
  margin-left: 2%;
}
.about-left_rowhed {
  padding: 7.5px 2% 4% 3%;
  background: url(../image/tab1.jpg) repeat top;
  width: 100%;
  font-family: "OpenSans";
  box-sizing: border-box;
  font-size: 14px;
  color: #fff;
}
.about-left_row {
  width: 100%;
  height: auto;
  box-sizing: border-box;
  float: left;
  padding: 8.5px 2% 4% 7%;
  background-color: #e1e1e1;
  font-family: "OpenSans";
  font-size: 14px;
  color: #252525;
  border-bottom: 1px solid #d7d5d5;
}

#active a {
  color: #c51111;
}

.about-left_row2 {
  width: 100%;
  height: auto;
  float: left;
  padding: 8.5px 2% 4% 7%;
  box-sizing: border-box;
  background-color: #ccc;
  font-family: "OpenSans";
  font-size: 14px;
  color: #252525;
  border-bottom: 1px solid #d7d5d5;
}

.about-left_row a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #252525;
}

.about-left_row2 a {
  font-family: "OpenSans";
  font-size: 14px;
  color: #252525;
}

.content h2 {
  width: 100%;
  height: auto;
  font-family: "OpenSans-Light";
  text-align: left;
  font-size: 20px;
  color: #00a651;
  font-weight: bold;
  padding: 16px 0 16px 0;
}

@media (min-width: 200px) and (max-width: 800px) {
  .about-left {
    width: 96%;
  }
}
.about-right {
  float: left;
  width: 68%;
  margin-top: 25px;
  margin-right: 2%;
}
@media (min-width: 200px) and (max-width: 800px) {
  .about-right {
    width: 100%;
  }
}
.about-banner {
  float: left;
  width: 100%;
}
.about-banner img {
  width: 100%;
}
.about-right-contents {
  float: left;
  width: 100%;
  box-sizing: border-box;
  padding: 0px 5% 0px 5%;
}
.about-right-contents h1 {
  width: 100%;
  height: auto;
  font-family: "OpenSans-Light";
  text-align: center;
  font-size: 30px;
  color: #00a651;
  text-transform: uppercase;
  font-weight: normal;
  padding: 56px 0 0px 0;
}
.about-right-contents h2 {
  width: 100%;
  height: auto;
  font-family: "OpenSans-Light";
  text-align: left;
  font-size: 20px;
  color: #00a651;
  font-weight: bold;
  padding: 16px 0 16px 0;
}

.about-right-contents h3 {
  width: 100%;
  height: auto;
  font-family: "OpenSans-Light";
  text-align: left;
  font-size: 15px;
  color: #00a651;
  font-weight: bold;
  padding: 16px 0 16px 0;
}

.about-right-content-paragraph {
  float: left;
  width: 100%;
  padding: 30px 0px 0px 0px;
}
.about-right-contents p {
  font-family: "OpenSans";
  font-size: 14px;
  color: #000000;
  margin: 0px;
  padding: 0px 0px 20px 0px;
}

.gallery {
  width: 60%;
  padding-left: 15%;
}
.gallery .item img {
  width: 100%;
  height: 100%;
}
.gallery .owl-theme .owl-controls {
  position: absolute;
  width: 100%;
  top: 50%;
}
.gallery .owl-prev {
  position: absolute;
  width: 20px;
  height: 40px;
  position: absolute;
  left: 0;
  background: url(../image/next-pre.png) no-repeat !important;
  opacity: 1 !important;
}
.gallery .owl-next {
  position: absolute;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  background: url(../image/next-pre.png) no-repeat !important;
  opacity: 1 !important;
  background-position: -40px 0 !important;
}
.gallery-caption {
  width: 100%;
  float: left;
  position: relative;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
}
.gallery-caption h1 {
  font-size: 18px;
  color: #fff;
  margin: 0 0 5px;
  padding: 0;
}
.gallery-caption h2 {
  font-size: 18px;
  color: #fff;
  margin: 0;
  padding: 0;
}

/* ��������������������������������������������������
megamenu.js STYLE STARTS HERE
�������������������������������������������������� */

/* ��������������������������������������������������
Screen style's
�������������������������������������������������� */

.menu-container {
  width: 80%;
  margin: 0 auto;
}

.menu-mobile {
  display: none;
  padding: 20px;
}

.menu-mobile:after {
  content: "\f394";
  font-family: "Ionicons";
  font-size: 2.5rem;
  padding: 0;
  float: right;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
}

.menu-dropdown-icon:before {
  content: "\f489";
  font-family: "Ionicons";
  display: none;
  cursor: pointer;
  float: right;
  padding: 1.5em 2em;
  background: #fff;
  color: #333;
}

.menu > ul {
  margin: 0 auto;
  width: 100%;
  list-style: none;
  padding: 0;
  position: relative;
  /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
  box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}

.menu > ul:after {
  clear: both;
}

.menu > ul > li {
  float: left;
  background: #e9e9e9;
  padding: 0;
  margin: 0;
}

.menu > ul > li a {
  text-decoration: none;
  padding: 1.5em 3em;
  display: block;
}

.menu > ul > li:hover {
  background: #f0f0f0;
}

.menu > ul > li > ul {
  display: none;
  width: 100%;
  background: #f0f0f0;
  padding: 20px;
  position: absolute;
  z-index: 99;
  left: 0;
  margin: 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li {
  margin: 0;
  padding-bottom: 0;
  list-style: none;
  width: 32%;
  background: none;
  float: left;
}

.menu > ul > li > ul > li a {
  color: #777;
  padding: 0.2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
  display: block;
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
  box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
  content: "";
  display: table;
}

.menu > ul > li > ul > li > ul:after {
  clear: both;
}

.menu > ul > li > ul > li > ul > li {
  float: left;
  width: 100%;
  padding: 10px 0;
  margin: 0;
  font-size: 0.8em;
}

.menu > ul > li > ul > li > ul > li a {
  border: 0;
}

.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 1em 0;
}

/* ��������������������������������������������������
Mobile style's
�������������������������������������������������� */

@media only screen and (max-width: 959px) {
  .menu-container {
    width: 100%;
  }
  .menu-mobile {
    display: block;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
  }
  .menu > ul > li {
    width: 100%;
    float: none;
    display: block;
  }
  .menu > ul > li a {
    padding: 1.5em;
    width: 100%;
    display: block;
  }
  .menu > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul.normal-sub {
    width: 100%;
  }
  .menu > ul > li > ul > li {
    float: none;
    width: 100%;
    margin-top: 20px;
  }
  .menu > ul > li > ul > li:first-child {
    margin: 0;
  }
  .menu > ul > li > ul > li > ul {
    position: relative;
  }
  .menu > ul > li > ul > li > ul > li {
    float: none;
  }
  .menu .show-on-mobile {
    display: block;
  }
}

.news-bg {
  width: 388px;
  height: 300px;
  position: absolute;
  right: 160px;
  z-index: 100;
  margin-top: 5px;
  background: url(../image/newsbg.png) repeat;
}

#wrapper {
  width: 100%;
  margin: 0 auto;
}

.news-btn {
  width: 73px;
  position: relative;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  float: right;
  margin: 8px 22px 0 0;
}
.nav {
}

.news-text {
  width: 180px;
  color: #fff;
  float: left;
  font-weight: bold;
  font-size: 20px;
  padding: 20px 0 15px 25px;
}

.news-more {
  width: 180px;
  color: #fff;
  float: right;
  font-weight: normal;
  font-size: 16px;
  padding: 10px 0 0;
}

.news-more a {
  color: #ffffff !important;
}

#wrapper a,
#footer a {
  color: #e8914c;
  text-decoration: none;
}
#wrapper a:hover,
#footer a:hover {
  color: #eab209;
  border-bottom: 1px dotted #eab209;
}

/*

	This is the only semi-important stuff for plugin installation
	It's just an example, so customize away!
*/

#vertical-ticker {
  height: 200px;
  overflow: hidden;
  margin: 0;
  padding: 0;
  /*-webkit-box-shadow:0 1px 3px rgba(0,0,0, .4);*/
}

#vertical-ticker li {
  width: 315px;
  height: 69px;
  margin: 0 auto 13px auto;
  display: block;
  background: #fff;
  padding: 12px;
  color: #333;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
  font-family: Helvetica Neue, times, serif;
}
.news-datebox {
  width: 68px;
  height: 69px;
  float: left;
  background-color: #1487da;
}
.news-datebox h1 {
  width: 100%;
  font-size: 35px;
  font-weight: normal;
  height: auto;
  line-height: normal;
  padding: 0;
  text-align: center;
  font-family: "OpenSans";
  color: #fff;
}
.news-datebox h2 {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  height: auto;
  padding: 0;
  text-align: center;
  font-family: "OpenSans";
  color: #fff;
}
.news-contentbox {
  width: 230px;
  height: auto;
  float: right;
  color: #454545;
  font-weight: normal;
  text-align: left;
  font-family: "OpenSans";
  font-size: 14px;
}
.news-contentbox span {
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  color: #08abf2;
  float: left;
  padding-top: 10px;
  font-weight: bold;
}
.news-view {
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  padding-top: 15px;
  font-weight: bold;
}

/*===========================================================================================================================================*/

/*Thump Image Slider Starting*/

.overview-box {
  width: 100%;
  background: #b91d16;
}

/*start:slider*/

.pro-slidebg2 {
  width: 100%;
  height: auto;
  margin-top: 35px;
}
#flexiselDemo2 {
  display: none;
}

.nbs-flexisel-container {
  position: relative;
  max-width: 100%;
}
.nbs-flexisel-ul {
  position: relative;
  width: 99999999px;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
}

.nbs-flexisel-inner {
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.nbs-flexisel-item {
  /*width:402px !important;*/
  float: left;
  margin: 0px;
  padding: 0px;
  /*	cursor: pointer;*/
  position: relative;
}

.community-lt .nbs-flexisel-item {
  width: 750px !important;
  float: left;
  margin: 0px;
  padding: 20px;
  /*	cursor: pointer;*/
  position: relative;
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
  width: 70px;
  height: 70px;
  position: absolute;
  cursor: pointer;
  z-index: 100;
}
.nbs-flexisel-nav-left {
  left: -29px;
  background: url(../image/leftbtn.jpg) no-repeat center;
  top: 32% !important;
}
.nbs-flexisel-nav-left:hover {
  background: url(../image/leftbtn.jpg) no-repeat center;
}
.nbs-flexisel-nav-right {
  right: -29px;
  background: url(../image/rtbtn.jpg) no-repeat center;
  top: 32% !important;
}
.nbs-flexisel-nav-right:hover {
  background: url(../image/rtbtn.jpg) no-repeat center;
}
.project-tablebg {
  width: 100%;
}

.laying-img {
  width: 467px;
}
.laying-img img {
  width: 100%;
  height: auto;
}
.common-img {
  width: 100%;
  height: auto;
  display: block;
}
.common-img img {
  width: 100%;
  height: auto;
  display: block;
}
.ulbox {
  width: 100%;
  height: auto;
  float: left;
}
.ulbox li {
  width: 100%;
  list-style: none;
  text-align: justify;
  box-sizing: border-box;
  font-family: "OpenSans";
  font-size: 14px;
  padding: 0px 0 12px 5%;
  background: url(../image/bullet.png) no-repeat left top 7px;
}

.content h3 {
  color: #db0930;
  font-family: "OpenSans-Light";
  font-size: 30px;
  font-weight: normal;
  height: auto;
  margin: 10px 0 25px 5px;
  padding-left: 0px;
  width: auto;
}
.qualityimgbg {
  width: 32.3%;
  margin: 0.5%;
  float: left;
  position: relative;
}
.qualityimgbg img {
  width: 100%;
  height: auto;
  display: block;
}
.qualityimgcaption {
  width: 100%;
  padding: 10px 0;
  z-index: 50;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 0;
  background: url(../image/fadebg.png) repeat;
}
.common-imgbg {
  width: 100%;
  height: auto;
}
.common-imgbg img {
  width: 100%;
  height: auto;
}
