@import "https://fonts.googleapis.com/css?family=Open+Sans:300,600,700,800,400";
@import "//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
.topmargn1 {
  margin-top: 10px;
}
.topmargn2 {
  margin-top: 20px;
}
.topmargn3 {
  margin-top: 30px;
}
.topmargn4 {
  margin-top: 40px;
}
.botmargn1 {
  margin-bottom: 10px;
}
.botmargn2 {
  margin-bottom: 20px;
}
.botmargn3 {
  margin-bottom: 30px;
}
.botmargn4 {
  margin-bottom: 40px;
}
.rlpadd0 {
  padding: 0;
}
.txt-rt {
  text-align: right;
}
.txt-lt {
  text-align: left;
}
.txt-center {
  text-align: center;
}
.float-rt {
  float: right;
}
.float-lt {
  float: left;
}
.clear {
  clear: both;
}
.pos-relative {
  position: relative;
}
.pos-absolute {
  position: absolute;
}
.vertical-base {
  vertical-align: baseline;
}
.vertical-top {
  vertical-align: top;
}
.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #eee;
  margin: 0 0 20px;
}
nav.vertical ul li {
  display: block;
}
nav.horizontal ul li {
  display: inline-block;
}
img {
  max-width: 100%;
}
body {
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  background: #fff;
  padding-top: 60px;
}
.container {
  margin: 0 auto;
  position: relative;
}
::selection {
  background: #b9e9b9;
  color: #555;
}
::-moz-selection {
  background: #b9e9b9;
  color: #555;
}
::-webkit-selection {
  background: #b9e9b9;
  color: #555;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
img {
  border: 0;
  max-width: 100%;
}
#w {
  max-width: 80%;
  margin: 0 auto;
}
.header_bg {
  position: fixed;
  z-index: 1200;
  width: 100%;
  top: 0;
  background: #fff;
  box-shadow: 0 1px 5px 0 #646464;
  -moz-box-shadow: 0 1px 5px 0 #646464;
  -webkit-box-shadow: 0 1px 5px 0 #646464;
}
#pagebody {
  padding: 15px 25px;
}
.logo {
  float: left;
  padding: 7px 0 4px;
  width: 20%;
}
.logo a {
  text-decoration: none;
  padding: 3px 0 0;
  display: block;
}
.tpmnu {
  float: left;
  width: 60%;
}
.logoright {
  float: right;
  padding: 14px 7px 0;
  width: 20%;
}
#topnav {
  display: block;
  width: 100%;
  position: relative;
}
#topnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
header #navbtn {
  display: none;
  float: right;
  top: 0;
  width: 20px;
  padding: 2.5em 0;
  background: url(../images/nav-icon.png) center no-repeat;
  text-indent: -99999px;
  overflow: hidden;
}
#topnav nav {
  position: relative;
}
#topnav nav ul {
  list-style: none;
  text-align: center;
}
#topnav nav ul li {
  display: inline-flex;
}
#topnav nav ul li a {
  color: #333;
  font-size: 16px;
  padding: 44px 20px 20px;
  display: block;
  font-weight: 600;
  transition: 0.5s all;
  text-transform: uppercase;
  text-align: center;
}
#topnav nav ul li a .fafont {
  font-size: 22px;
}
#topnav nav ul li a:hover {
  color: #fff;
  background: #009997;
}
#topnav nav ul li.active > a {
  color: #fff;
  background: #009997;
}
#btmnav {
  display: block;
  padding: 5px 0;
  border-top: 1px solid #cfcfcf;
  font-size: 1.1em;
  font-weight: 400;
}
#btmnav .credits {
  color: #999;
  line-height: 1.45em;
}
#btmnav nav {
  padding: 9px 0;
  padding-bottom: 15px;
}
#btmnav nav ul li {
  display: inline;
}
#btmnav nav ul li a {
  font-weight: 700;
}
.spritemenu .micons {
  width: 40px;
  height: 40px;
  background: url(../images/menu-sprite.png) no-repeat;
  position: absolute;
  top: 16px;
  margin-left: -18px;
}
.spritemenu .micons.home {
  background-position: -2px 0;
}
.spritemenu .micons.aboutus {
  background-position: 0 -89px;
}
.spritemenu .micons.products {
  background-position: -2px -185px;
}
.spritemenu .micons.services {
  background-position: -2px -279px;
}
.spritemenu .micons.contact {
  background-position: -2px -374px;
}
.spritemenu nav ul li a:hover > .micons.home {
  background-position: -2px -43px;
}
.spritemenu nav ul li a:hover > .micons.aboutus {
  background-position: 0 -130px;
}
.spritemenu nav ul li a:hover > .micons.products {
  background-position: -2px -231px;
}
.spritemenu nav ul li a:hover > .micons.services {
  background-position: -2px -326px;
}
.spritemenu nav ul li a:hover > .micons.contact {
  background-position: -2px -424px;
}
.spritemenu1 .micons1 {
  width: 40px;
  height: 34px;
  background: url(../images/menu-sprite1.png) no-repeat;
  position: absolute;
  left: 10px;
  margin-top: 7px;
}
.spritemenu1 .micons1.home1 {
  background-position: -1px 3px;
}
.spritemenu1 .micons1.aboutus1 {
  background-position: 0 -63px;
}
.spritemenu1 .micons1.products1 {
  background-position: -1px -135px;
}
.spritemenu1 .micons1.services1 {
  background-position: -1px -204px;
}
.spritemenu1 .micons1.contact1 {
  background-position: -1px -274px;
}
.spritemenu1 nav ul li a:hover > .micons1.home1 {
  background-position: -1px -29px;
}
.spritemenu1 nav ul li a:hover > .micons1.aboutus1 {
  background-position: 0 -98px;
}
.spritemenu1 nav ul li a:hover > .micons1.products1 {
  background-position: -1px -169px;
}
.spritemenu1 nav ul li a:hover > .micons1.services1 {
  background-position: -1px -241px;
}
.spritemenu1 nav ul li a:hover > .micons1.contact1 {
  background-position: -1px -313px;
}
.slider {
  background: #000;
}
.sliderIng {
  height: 530px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.sliderIng img {
  max-width: none;
}
.pageslide {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 60px;
  display: block;
}
.homeTags_slide {
  position: absolute;
  width: 100%;
  left: 0;
  top: -144px;
  display: block;
}
.sectionBox {
  padding: 100px 0;
  position: relative;
}
.AboutTitle {
  margin-bottom: 20px;
  text-align: center;
}
.about-section {
  padding: 150px 0 160px;
}
.about-section h1 {
  font-size: 32px;
  font-weight: 600;
  color: #009997;
  margin-bottom: 0;
  text-transform: uppercase;
  line-height: 50px;
  text-align: center;
}
.AboutTitle span {
  font-size: 14px;
  color: #999;
  font-weight: 600;
  display: block;
  margin-top: -4px;
}
.aboutText {
  text-align: center;
}
.AboutCount_text li {
  width: 50%;
  float: left;
  text-transform: uppercase;
  text-align: center;
  padding: 30px 10px;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.AboutCount_text li:nth-child(even) {
  border-right: 0;
}
.AboutCount_text li:nth-child(3),
.AboutCount_text li:nth-child(4) {
  border-bottom: 0;
}
.AboutCount_text h3 {
  font-size: 50px;
  color: #009997;
  margin: 0;
  font-weight: 600;
  line-height: 60px;
}
.AboutCount_text span {
  font-size: 16px;
}
.Industry-section {
  min-height: 550px;
  position: relative;
  padding: 50px 0;
  background: #273469;
}
#tabwrap {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 15px;
}
.Industry_tabs {
  padding: 0;
  position: relative;
  z-index: 1;
  width: 200px;
}
.Industry_tabs li {
  position: relative;
}
.Industry_tabs a {
  display: block;
  background: #fff;
  padding: 15px 10px;
  padding-left: 65px;
  color: #000;
  font-weight: 700;
  font-size: 14px;
  border: 1px solid #d2d1d1;
  margin-bottom: -1px;
}
.Industry_tabs li a.tabs-selected {
  background: #009997;
  border-color: #009997;
  color: #fff;
}
.Industry_tabs .Icons {
  display: block;
  width: 45px;
  height: 40px;
  background: url(../images/icons.png) no-repeat;
  position: absolute;
  top: 0;
  left: 10px;
}
.Industry_tabs .Icons.auto {
  background-position: -2px 0;
}
.Industry_tabs .Icons.tunnel {
  background-position: -2px -47px;
}
.Industry_tabs .Icons.press {
  background-position: -2px -92px;
}
.Industry_tabs .Icons.cable {
  background-position: -2px -454px;
}
.Industry_tabs .Icons.bever {
  background-position: -2px -147px;
}
.Industry_tabs .Icons.milk {
  background-position: -2px -209px;
}
.Industry_tabs .Icons.water {
  background-position: -2px -274px;
}
.Industry_tabs .Icons.pu {
  background-position: -2px -338px;
}
.Industry_tabs .Icons.tobacco {
  background-position: -2px -400px;
}
.Industry_tabs li a.tabs-selected .Icons.auto {
  background-position: -72px 0;
}
.Industry_tabs li a.tabs-selected .Icons.tunnel {
  background-position: -72px -47px;
}
.Industry_tabs li a.tabs-selected .Icons.press {
  background-position: -72px -92px;
}
.Industry_tabs li a.tabs-selected .Icons.cable {
  background-position: -72px -454px;
}
.Industry_tabs li a.tabs-selected .Icons.bever {
  background-position: -72px -147px;
}
.Industry_tabs li a.tabs-selected .Icons.milk {
  background-position: -72px -209px;
}
.Industry_tabs li a.tabs-selected .Icons.water {
  background-position: -72px -274px;
}
.Industry_tabs li a.tabs-selected .Icons.pu {
  background-position: -72px -338px;
}
.Industry_tabs li a.tabs-selected .Icons.tobacco {
  background-position: -72px -400px;
}
.Industry_cont {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 170px;
  background-position: center !important;
  background-size: cover !important;
  text-shadow: 0 1px 7px #000;
}
.Industry_cont.tabs-hide {
  display: none;
}
.Industry_cont .container {
  padding-left: 260px;
}
.Industry_cont h3 {
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.Industry_cont p {
  max-width: 600px;
  font-size: 18px;
}
.section_title {
  padding-bottom: 30px;
  text-align: center;
}
.section_title h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}
.Product-section {
  padding: 60px 0 230px;
  background: #eceeef;
}
.produst_tabs {
  position: relative;
  margin: 0 -10px;
  min-height: 430px;
}
.produst_tabs:after {
  content: "";
  clear: both;
}
.produst_tabs li.produst_tabsLI {
  width: 25%;
  max-width: none;
  padding: 0 10px;
}
.produst_tabs li a.tabLink {
  display: inline-block;
  padding: 15px;
  background: #009997;
  position: relative;
}
.produst_tabs li a.tabs-selected:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: -30px;
  height: 0;
  width: 0;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top: 18px solid #009997;
}
.produst_tabs li a.tabLink img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  object-position: top;
}
.produst_tabs li a.tabLink span {
  display: block;
  width: 100%;
  font-weight: 600;
  /* padding-top: 8px; */
  text-align: center;
  color: #fff;
}
.ProContact-tab {
  position: absolute;
  top: 320px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.Product_list li {
  float: left;
  max-width: 360px;
}
.Product_list .ProductText {
  background: #f3f3f3;
}
.ProductText h3 {
  margin-bottom: 10px;
}
.ProductText h3 a {
  background: #f3f3f3;
  padding: 10px;
  text-align: center;
  display: block;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}
.ProductText p {
  padding: 10px 20px;
  font-size: 20px;
  text-align: center;
}
.Product_list .bx-viewport {
  height: 330px !important;
}
.Product_list .bx-controls-direction {
  display: block;
}
.Product_list .owl-buttons > div {
  background: none;
  color: #000;
}
.Product_list .owl-buttons .owl-prev {
  left: -54px;
}
.Product_list .owl-buttons .owl-next {
  right: -54px;
}
.Product_list .owl-buttons .owl-next::before,
.Product_list .owl-buttons .owl-prev:before {
  font-size: 45px;
}
.control-section {
  background-color: #f0f0f0;
  background-image: url(../images/control-panel-bg.jpg);
  padding: 10px 0 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.Services-section {
  background-color: #f0f0f0;
  background-image: url(../images/services_bg.jpg);
  padding: 10px 0 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.services-list {
  width: 96%;
  margin: 0 auto;
}
.services-list ul {
  margin: 0;
  padding: 0;
}
.services-list ul li {
  width: 48%;
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.services-list ul li:nth-child(2) {
  margin-right: 0;
}
.services-list p {
  font-size: 14px;
  text-align: justify;
}
#more {
  display: none;
}
#more1 {
  display: none;
}
.grid {
  position: relative;
  margin: 0 auto;
  padding: 1em 0 4em;
  max-width: 1000px;
  list-style: none;
  text-align: center;
  border-radius: 5px;
}
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
  border-radius: 5px;
}
.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}
.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.grid figure h2 {
  font-weight: 300;
}
.grid figure h2 span {
  font-weight: 800;
}
.grid figure h2,
.grid figure p {
  margin: 0;
}
.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
figure.effect-honey {
  background: #4a3753;
}
figure.effect-honey img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  width: 530px;
  height: 300px;
}
/* figure.effect-honey:hover img {
  opacity: 0.5;
} */
/* figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #009997;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
  border-radius: 0 0 5px 5px;
} */
figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
/* figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
} */
/* figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
} */
.Events_list li {
  display: inline-block;
  padding: 0 15px 20px;
}
.uniq-section {
  padding: 20px 0 80px;
}
.uniq-section h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 40px;
}
.uniq-section h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 40px;
}
.uniq-section p {
  font-size: 14px;
  line-height: 22px;
}
.Clients-section {
  background: #f7f7f7;
}
.Clients_list {
  text-align: center;
}
.Clients_list li {
  display: inline-block;
  padding: 15px;
  width: 16%;
  background: #fff;
  margin-bottom: 5px;
}
.Clients_list li img {
  height: 100px;
  width: auto;
}
.contact-section {
  background: #eceeef;
  color: #000;
  padding: 50px 0;
}
.contact-sectionin {
  width: 90%;
  margin: 0 auto;
}
.contactadd {
  background: #fff;
  overflow: hidden;
  padding: 20px 10px;
}
.contactForm:after {
  content: "";
  clear: both;
  display: block;
}
.contactForm li {
  padding-bottom: 16px;
  width: 50%;
  float: left;
  padding-right: 20px;
}
.contactForm label {
  margin-bottom: 4px;
}
.contactForm .field {
  border: 1px solid #ccc;
  padding: 5px;
  width: 100%;
  height: 44px;
  outline: none;
  color: #000;
}
.contactForm textarea.field {
  height: 100px;
  resize: none;
}
.submit_btn {
  width: 100%;
  background: #61c463;
  border: 1px solid #50b353;
  padding: 10px 20px;
  font-size: 18px;
}
.submit_btn:hover,
.submit_btn:focus {
  background: #579633;
}
.contact_info h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}
.contact_info span {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  line-height: 26px;
}
.contact_info span strong {
  text-transform: uppercase;
  font-weight: 700;
}
.facolr {
  color: #009997;
  font-size: 20px;
}
.footMap iframe {
  width: 100%;
  height: 344px;
}
footer {
  padding: 15px 0;
  background: #f9f9f9;
  font-size: 13px;
}
.copyright,
.DesignBy {
  padding-top: 10px;
  text-align: center;
}
.DesignBy {
  padding-left: 10px;
}
.DesignBy a {
  color: #000;
}
.footerIcon {
  float: right;
  text-align: center;
}
.footScoil {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footScoil li {
  display: inline-block;
  margin: 0 5px;
}
.footScoil a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -webkit-transition: all 0.2s ease 0;
  -moz-transition: all 0.2s ease 0;
  -ms-transition: all 0.2s ease 0;
  -o-transition: all 0.2s ease 0;
  transition: all 0.2s ease 0;
  background: #888;
  color: #fff;
}
.footScoil:hover a {
  opacity: 0.6;
}
.footScoil:hover li a:hover {
  opacity: 1;
}
.footScoil:hover a {
  opacity: 1;
  background: #fff;
  color: #000;
}
.footScoil:hover li a:hover.facebook_icon {
  background: #3c589c;
  color: #fff;
}
.footScoil:hover li a:hover.twitter_icon {
  background: #4aa9d1;
  color: #fff;
}
.footScoil:hover li a:hover.linkedin_icon {
  background: #0097bc;
  color: #fff;
}
.footScoil:hover li a:hover.googlePlus_icon {
  background: #d64135;
  color: #fff;
}
#myCarousel .nav a small {
  display: block;
}
.nav-justified > li {
  cursor: pointer;
  list-style-type: none;
  width: 20%;
  float: left;
  font-size: 18px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.nav-justified > li:before {
  width: 20px;
  height: 20px;
  content: "";
  line-height: 20px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  background-color: #fff;
}
.nav-justified > li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #7d7d7d;
  top: 9px;
  left: -50%;
  z-index: -1;
}
.nav-justified > li:first-child:after {
  content: none;
}
.nav-justified > li.active {
  color: green;
}
.nav-justified > li.active:before {
  border-color: #55b776;
  background-color: #55b776;
  color: #fff;
}
.nav-justified > li.active + .nav-justified > li:after {
  background-color: #55b776;
}
.carousel-inner > .item {
  width: 100%;
  padding: 20px;
}
.carousel-inner {
  position: relative;
  width: 80%;
  margin: 0 auto;
}
.customslider {
  width: 100%;
  height: 100%;
  text-align: center;
}
.carousel-control.left {
  background: transparent;
}
.carousel-control.right {
  background: transparent;
}
.fa-chevron-left:before {
  top: 40%;
  position: absolute;
}
.fa-chevron-right:before {
  top: 40%;
  position: absolute;
}
.lrpadd {
  padding: 0 !important;
}
.mt {
  margin-top: 5.6%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  height: auto;
  width: 100%;
  line-height: 1;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.timeline_iconbox {
  position: relative;
  height: 140px;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.about_timeline {
  /* transform: rotate(90deg) translate(-50%, 50%); */
  width: 40px;
  height: 180px;
  background-color: transparent;
  transform-origin: 30px 50px;
  position: absolute;
  top: 35%;
  left: 54%;
}
.about_timeline .carousel-inner > .item h3 {
  transform: rotate(-90deg);
  transform-origin: 16px;
  display: flex;
  justify-content: center;
  height: 128px;
  width: auto;
  align-items: center;
  font-weight: 700;
  font-size: 50px;
  border: 2px solid red;
  background-color: #0097bc;
}
.about_timeline_desc .carousel-inner .item {
  height: 100px;
}
.about_timeline .carousel-inner > .item {
  padding: 0;
}
.about_timeline_desc .carousel-inner {
  background: #009997;
  border-radius: 10px;
  color: #f5f5f5;
  font-family: cursive;
}
.about_wrapper {
  width: 100%;
  background-color: pink;
  position: relative;
  margin-top: 50px;
}
.about_wrapper .years_wrap {
  position: absolute;
  left: 50%;
  top: -20%;
  background-color: red;
  z-index: 99;
}
.owl-theme .owl-controls .owl-page {
  display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
  background: none repeat scroll 0 0 #869791;
  border-radius: 20px;
  display: block;
  height: 12px;
  margin: 5px 7px;
  opacity: 0.5;
  width: 12px;
}
.owl-theme .owl-controls .owl-page.active span {
  background-color: pink;
}

/* =========== */

.about-carousel-wrapper {
  color: #212121;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  min-height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  width: 100%;
}
.section-header {
  display: block;
  margin-top: 20px;
  position: relative;
}
.section-header h1 {
  color: #212121;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  position: relative;
  z-index: 2;
}
.section-header h1:after {
  position: absolute;
  display: block;
  width: auto;
  height: 3px;
  bottom: 0;
  left: 20%;
  right: 20%;
  border-radius: 1px;
  content: "";
  z-index: 1;
  background: #e6e9ec;
}
.section-data {
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
}
a,
a:link,
a:visited {
  color: #212121;
  text-decoration: none;
}
.micro-slider {
  height: 480px;
  /* margin: 10px 0; */
  position: relative;
  width: 100%;
}
.micro-slider.fullwidth {
  height: 480px;
  /* margin: 64px 0; */
}
.micro-slider.fullwidth .slider-item {
  height: 480px;
  /* line-height: 480px; */
  width: 100%;
}
.slider-wrapper {
  overflow: hidden;
  position: relative;
  transform-style: preserve-3d;
  transform-origin: 0 50%;
}
.slider-item {
  background: #fff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 1px 2px rgba(0, 0, 0, 0.12);
  color: #fff;
  display: none;
  font-size: 12px;
  height: 320px;
  line-height: 320px;
  left: 0;
  position: absolute;
  top: 0;
  width: 380px;
  cursor: pointer;
}
.about-carousel-wrapper .slider-item {
  line-height: 1;
  text-align: center;
  height: 280px !important;
  /* opacity: 0.1 !important; */
}
/* .about-carousel-wrapper .slider-item.active {
  opacity: 1 !important;
} */
.about-carousel-wrapper .slider-item h3 {
  font-size: 3rem;
  font-weight: 600;
  margin: 20px 0;
}
.about-carousel-wrapper .slider-item p {
  min-height: auto;
  padding: 0 30px;
  font-size: 1rem;
  line-height: 1.2;
}
/*
.slider-item:not(.active) {cursor: pointer;}
*/
.indicators {
  bottom: 0px;
  left: 50%;
  list-style-type: none;
  margin: 0 0 0 -77px;
  padding: 0;
  position: absolute;
}
.indicators li {
  color: #fff;
  float: left;
  height: 16px;
  margin-right: 8px;
  text-align: center;
  width: 16px;
}
.indicators li:last-child {
  margin: 0;
}
.indicators a {
  background-color: black;
  border-radius: 8px;
  border: 1px solid #e6e9ec;
  color: #fff;
  display: inline-block;
  height: 16px;
  width: 16px;
}
.indicators .active a {
  background: #e6e9ec;
  background-color: red;
}
.slider-item h1 {
  color: #fff;
  text-align: center;
  padding-top: 25%;
  font-size: 64px;
}
.s1 {
  background: #3f51b5;
}
.s2 {
  background: #448aff;
}
.s3 {
  background: #03a9f4;
}
.s4 {
  background: #00bcd4;
}
.s5 {
  background: #009688;
}
.s6 {
  background: #4caf50;
}
/* ===================== */

.logo-m {
  float: left;
  padding-top: 7px;
  width: 22%;
}
.logo-m img {
  width: 100%;
}
.logo-m a {
  text-decoration: none;
  padding: 3px 0 0;
  display: block;
}
.tpmnu-m {
  float: left;
  width: 54%;
  padding: 16px 0 0;
}
.logoright-m {
  float: right;
  padding: 14px 7px 7px;
  width: 40%;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #fff;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 0;
  -moz-box-shadow: 3px 3px 5px #d1d0d0;
  -webkit-box-shadow: 3px 3px 5px #d1d0d0;
  box-shadow: 3px 3px 5px #d1d0d0;
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  z-index: 9999;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0;
}
/* ======================== */
section.journeyWrap {
  padding: 80px 0;
  width: 96%;
}
section.journeyWrap .timeline {
  display: block;
  margin: 0;
}
section.journeyWrap .timeline .timelineColumn {
  width: 100%;
  float: left;
  /* margin: 30px 0; */
}

section.journeyWrap .timeline .timelineColumn.firstColumn .date {
  background-color: rgb(118, 168, 228);
}
section.journeyWrap .timeline .timelineColumn.secondColumn .date {
  background-color: #faaa39;
}
section.journeyWrap .timeline .timelineColumn.thirdColumn .date {
  background-color: #ff338f;
}
section.journeyWrap .timeline .timelineColumn.fourthColumn .date {
  background-color: #322f75;
}
section.journeyWrap .timeline .timelineColumn.fifthColumn .date {
  background-color: red;
}
section.journeyWrap .timeline .timelineColumn.sixthColumn .date {
  background-color: #06612f;
}

section.journeyWrap .timeline .timelineColumn .innerWrap {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: stretch;
  flex-wrap: nowrap;
  flex-direction: row-reverse;
}
section.journeyWrap .timeline .timelineColumn:nth-child(2n + 1) .innerWrap {
  flex-direction: row;
}
section.journeyWrap .timeline .timelineColumn .innerWrap .content h2 {
  color: rgb(118, 168, 228);
  /* font-weight: 800; */
  font-size: 35px;
  margin: 0 0 18px;
}
section.journeyWrap .timeline .timelineColumn .innerWrap .content h3 {
  font-size: 20px;
  margin: 0 0 10px;
  text-transform: uppercase;
}
section.journeyWrap .timeline .timelineColumn .innerWrap .icon {
  position: static;
  /* width: 45px;
  height: 45px; */
  /* border-radius: 50%; */
  width: 290px;
  height: auto;
  /* background-color: #1e9c66; */
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
section.journeyWrap .timeline .timelineColumn .innerWrap .icon img {
  /* height: 75px; */
  /* filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(327deg) */
  /* brightness(103%) contrast(101%); */
  /* padding: 10px; */
  /* box-shadow: 0 2px 10px rgb(0 0 0 / 14%);
  border: 1px solid black; */
}

section.journeyWrap .timeline .timelineColumn .innerWrap .date {
  flex: inherit;
  /* background-color: #ff2a2a; */
  color: #fff;
  text-align: center;
  transform: none;
  position: relative;
  width: 10px;
  padding: 140px 0;
}
section.journeyWrap .timeline .timelineColumn .innerWrap .date span {
  transform: none;
  display: block;
  font-size: 30px;
  font-weight: 600;
  /* transform: skew(-20deg); */
}
section.journeyWrap .timeline .timelineColumn .innerWrap .date::before {
  content: "";
  position: absolute;
  width: 111px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  right: 100%;
  z-index: -1;
  border-top: dashed 2px rgb(150 150 150);
}
section.journeyWrap .timeline .timelineColumn .innerWrap .date::after {
  content: "";
  position: absolute;
  width: 126px;
  height: 2px;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  z-index: -1;
  border-top: dashed 2px rgb(150 150 150);
}
section.journeyWrap .timeline .timelineColumn .innerWrap .content {
  position: relative;
  text-align: center;
  /* flex: 2; */
  font-weight: 600;
  font-size: 13px;
  width: 290px;
  background-color: #fff;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
section.journeyWrap .timeline .timelineColumn:nth-child(even) .innerWrap .icon {
  /* background-color: pink; */
  bottom: -160px;
  font-size: 50px;
}

section.journeyWrap
  .timeline
  .timelineColumn:nth-child(even)
  .innerWrap
  .content {
  top: inherit;
  bottom: calc(100% + 15px);
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: white;
  -moz-osx-font-smoothing: grayscale;
}

.produst_tabs li a.tabLink .plchead {
  margin-left: 72%;
}

.produst_tabs .driveimage {
  width: 124px;
  height: auto;
  margin-top: 6px;
}

.produst_tabs .pcsimg {
  width: 146px;
}

#produst4 .Product_img img {
  width: 244px;
  height: 177px;
}

.circir1 {
  border: 10px solid #76a8e4;
  padding: 6px;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
  position: relative;
}
.circolour {
  border: 10px solid rgb(250, 170, 57);
  padding: 6px;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
}
.circolour2 {
  border: 10px solid#ff338f;
  padding: 6px;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
}
.circolour3 {
  border: 10px solid #322f75;
  padding: 6px;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
}
.circolour4 {
  border: 10px solid red;
  padding: 6px;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
}
.circolour5 {
  border: 10px solid #06612f;
  padding: 6px;
  border-radius: 50%;
  background-color: white;
  width: 40px;
  height: 40px;
}
section.journeyWrap .timeline .timelineColumn .innerWrap .date span {
  display: block;
  font-size: 30px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#headcontent {
  text-align: left;
  text-align: left;
  position: absolute;
  left: -146px;
  top: 96px;
}

.yeartwo {
  color: #faaa39;
  /* font-weight: 800; */
  /* font-size: 35px; */
  /* margin: 10px 0px 15px 0px; */
  font-weight: 800;
  font-size: 35px;
  margin: 0 0 18px;
  position: absolute;
  top: 99px;
  left: 362px;
}
.yearthree {
  color: #ff338f;
  font-weight: 800;
  font-size: 35px;
  margin: 10px 0px 15px 0px;
}
.yearfour {
  color: #322f75;
  font-weight: 800;
  font-size: 35px;
  margin: 10px 0px 15px 0px;
  position: absolute;
  top: 152px;
  left: 364px;
}
.yearfive {
  color: red;
  font-weight: 800;
  font-size: 35px;
  margin: 10px 0px 15px 0px;
  position: absolute;
  top: 130px;
  right: 358px;
}
.yearsix {
  color: #06612f;
  font-weight: 800;
  font-size: 35px;
  margin: 10px 0 15px;
  position: absolute;
  top: 92px;
  left: 361px;
}
#yeartowsubhead {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
}

#yeartowsubhead2 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
}
#yeartowsubhead3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
}
#yeartowsubhead4 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
}
#yeartowsubhead5 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: black;
}
.innerWrap .icon .aboutimg1 {
  /* border: 4px solid rgb(118, 168, 228); */
}

.innerWrap .icon .aboutimg2 {
  border: 3px solid #faaa39;
}

.innerWrap .icon .aboutimg3 {
  border: 3px solid #ff338f;
}
.innerWrap .icon .aboutimg4 {
  border: 3px solid #322f75;
}
.innerWrap .icon .aboutimg5 {
  border: 3px solid red;
}
.innerWrap .icon .aboutimg6 {
  border: 3px solid #06612f;
}

section.journeyWrap .timeline .innerWrap .date .datepole2 {
  background-color: #faaa39;
}

input[submit] {
  background-color: red;
  color: white;
}

#submitbtn {
  background-color: red;
  color: white;
}
#headcontent2 {
  /* background-color: black; */
}

section.journeyWrap .timeline .timelineColumn .innerWrap .content h3 {
  font-size: 16px;
  font-weight: 800;
  margin: 0 0 10px;
  text-transform: uppercase;
  /* color: rgb(118, 168, 228); */
}

#logosiemens {
  font-size: 20px;
}

#siemnsimglogo {
  width: 123px;
  height: auto;
  /* text-align: center; */
  margin: 0 auto;
  padding-bottom: 5px;
}

.about-section .diaghead {
  font-size: 24px;
  font-weight: 600;
  /* color: #76a8e4; */
  margin-bottom: 4px;
  font-family: "FontAwesome";
  text-transform: uppercase;
  /* line-height: 31px; */
  text-align: center;
}

.ctrpnl {
  font-size: 24px;
  margin: 5px 0px;
}
.imghead {
  margin: 10px;
  padding: 0px 5px;
}

@media screen and (max-width: 767px) {
  section.journeyWrap {
    padding: 80px 15px;
    width: 96%;
  }
  section.journeyWrap .timeline .timelineColumn .innerWrap {
    display: inherit;
  }

  section.journeyWrap .timeline .timelineColumn .innerWrap .date {
    display: none;
  }

  section.journeyWrap .timeline .timelineColumn .innerWrap .content {
    margin-top: 30px;
  }

  #headcontent {
    position: static;
    text-align: center;
  }
  .yeartwo {
    color: #faaa39;
    /* font-weight: 800; */
    /* font-size: 35px; */
    /* margin: 10px 0px 15px 0px; */
    font-weight: 800;
    font-size: 35px;
    margin: 0 0 18px;
    position: static;
    top: 99px;
    left: 362px;
  }
  .yearfour {
    color: #322f75;
    font-weight: 800;
    font-size: 35px;
    margin: 10px 0px 15px 0px;
    position: static;
    top: 152px;
    left: 364px;
  }
  .yearsix {
    color: #06612f;
    font-weight: 800;
    font-size: 35px;
    margin: 10px 0 15px;
    position: static;
    top: 92px;
    left: 361px;
  }
  ul#produst_tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-around;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
  }
  .produst_tabs li.produst_tabsLI {
    width: auto;
  }
  .produst_tabs li a.tabLink {
    display: inline-block;
    padding: 7px 7px;
    background: #009997;
    position: relative;
    margin: 0;
  }
  rodust_tabs li a.tabLink span {
    display: block;
    width: 100%;
    font-weight: 600;
    padding-top: -1px;
    text-align: center;
    color: #fff;
    /* padding-left: 2px; */
  }
  .produst_tabs {
    position: static;
    margin: 0 -10px;
    min-height: 230px;
  }
  .ProContact-tab {
    position: absolute;
    top: 270px;
    left: 0px;
    width: 100%;
    padding: 0 70px;
  }
  .services-list ul li {
    width: auto;
    display: inline-block;
    margin-right: 15px;
    vertical-align: top;
  }
  .grid {
    position: relative;
    margin: 0 auto;
    /* padding: 0 4em; */
    /* max-width: 1000px; */
    width: auto;
    list-style: none;
    text-align: center;
    border-radius: 5px;
  }
  figure.effect-honey {
    background: #4a3753;
  }

  .grid figure {
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    background: #3085a3;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
  }
  figure.effect-honey img {
    opacity: 0.9;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
    width: 399px;
    height: 300px;
  }

  .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8;
  }
  .imghead {
    /* margin: 10px; */
    padding: 0px 5px;
  }
  #topnav nav ul li a {
    color: #333;
    font-size: 16px;
    line-height: 17px;
    padding: 0 0 10px 50px;
    display: block;
    font-weight: 600;
    transition: 0.5s all;
    text-transform: uppercase;
    text-align: left;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
  .rtopmargn0 {
    margin-top: 0;
  }
  .rtopmargn10 {
    margin-top: 10px;
  }
  .rtopmargn20 {
    margin-top: 20px;
  }
  .rtopmargn30 {
    margin-top: 30px;
  }
  .rtopmargn40 {
    margin-top: 40px;
  }
  .about-section {
    padding: 50px 0 60px;
  }
  .produst_tabs li.produst_tabsLI {
    padding: 0 10px 0 0;
  }
  .produst_tabs li.produst_tabsLI:nth-child(4n + 0) {
    padding: 0;
  }
  .produst_tabs li a.tabLink {
    padding: 5px;
  }
  .produst_tabs li a.tabLink span {
    margin-left: 0;
    font-size: 20px;
    text-align: center;
    height: 70px;
    padding-top: 25px;
  }
  .produst_tabs {
    margin: 0;
  }
  .Services-section {
    padding: 40px 0 50px;
  }
  .services-list {
    width: 100%;
  }
  .services-list ul li {
    width: 100%;
    margin-right: 0;
  }
  .section_title h2 {
    margin-top: 0;
  }
  .uniq-section h2 {
    margin-top: 20px;
  }
  .contact-section {
    padding-top: 30px;
  }
  .contact-sectionin {
    width: 100%;
  }
  .contactadd {
    padding: 20px 0;
  }
  .contactForm li {
    width: 100%;
    float: left;
    padding-right: 0;
  }
  .owl-buttons {
    display: none;
  }
  #topnav nav ul li {
    display: block;
  }
  #topnav nav ul li a {
    color: #333;
    font-size: 16px;
    line-height: 17px;
    padding: 0 0 10px 50px;
    display: block;
    font-weight: 600;
    transition: 0.5s all;
    text-transform: uppercase;
    text-align: left;
  }
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner > .item.next,
  .carousel-fade .carousel-inner > .item.active.right {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.prev,
  .carousel-fade .carousel-inner > .item.active.left {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .carousel-fade .carousel-inner > .item.next.left,
  .carousel-fade .carousel-inner > .item.prev.right,
  .carousel-fade .carousel-inner > .item.active {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
