html {
  font-size: 14px;
  height: 100%;
  overflow-x: hidden; }
  @media only screen and (min-width: 1200px) {
    html {
      font-size: 15px; } }

body {
  overflow-x: hidden;
  color: #696868;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  line-height: 1.4;
  position: relative;
  font-weight: 400; }

a {
  -webkit-transition: all 0.1s ease-in;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  a:active, a:focus, a:visited, a:hover {
    text-decoration: none !important; }

h1 {
  margin: 0;
  line-height: 1.4; }

h2 {
  margin: 0;
  line-height: 1.4; }

h3 {
  margin: 0;
  line-height: 1.4; }

h4 {
  margin: 0;
  line-height: 1.4; }

h5 {
  margin: 0;
  line-height: 1.4; }

h6 {
  margin: 0;
  line-height: 1.4; }

.gsc-control-cse {
  padding: 15px 0 !important; }
  @media only screen and (min-width: 992px) {
    .gsc-control-cse {
      padding: 0 !important;
      max-width: 300px; } }
  .gsc-control-cse .gsc-search-button-v2 {
    padding: 10px 20px; }
  .gsc-control-cse input.gsc-input {
    height: 26px !important; }
  @media only screen and (min-width: 1200px) {
    .gsc-control-cse {
      max-width: 340px; } }

/*******common css****/
@media only screen and (max-width: 600px) {
  .container {
    padding-right: 20px;
    padding-left: 20px; } }

.carousel-inner img {
  width: 100%;
  height: 100%; }

header {
  background-color: #83301a; }
  @media (max-width: 500px) {
    header p {
      font-size: 12px; } }

.navbar-brand img {
  height: 80px; }
  @media (max-width: 500px) {
    .navbar-brand img {
      height: 45px; } }

.welcome-img {
  height: 300px; }

.readmore-btn {
  background-color: #f5811f;
  border-color: #f5811f;
  padding: 5px 10px;
  font-size: 0.9rem; }
  .readmore-btn:active, .readmore-btn:focus, .readmore-btn:visited, .readmore-btn:hover {
    background-color: #f5811f;
    border-color: #f5811f; }

.section-heading {
  color: #333;
  font-size: 1.9rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 50px; }
  .section-heading::after {
    content: "";
    width: 90px;
    height: 3px;
    position: absolute;
    background-color: #f5811f;
    left: 0;
    bottom: -5px;
    right: 0;
    margin: 0 auto; }
  .section-heading span {
    font-weight: 600; }

.footer-section-heading {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 40px; }
  .footer-section-heading::after {
    content: "";
    width: 50px;
    height: 3px;
    position: absolute;
    background-color: #f5811f;
    left: 0;
    bottom: -20px; }
  .footer-section-heading span {
    font-weight: 600; }

.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative; }

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.owl-height {
  transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav {
  margin-top: 10px; }

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px; }

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none; }

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1; }

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791; }

.home-product-owl img {
  width: 200px;
  margin: 0 auto;
  display: block; }

.our-products {
  background-color: #f3f1f1; }
  .our-products .img-block {
    padding-bottom: 10px; }
  .our-products h5 {
    color: #333;
    font-size: 1.2rem;
    font-weight: 700; }
  .our-products p {
    color: #333; }

.custom-list {
  list-style-image: url("../images/check.svg");
  font-size: 1.1rem; }
  .custom-list li {
    padding-bottom: 10px; }

.application-img {
  width: 200px;
  margin: 0 auto;
  display: block; }

footer {
  background-color: #4b433f;
  color: #fff; }
  footer a {
    color: #fff; }
    footer a:active, footer a:focus, footer a:visited, footer a:hover {
      color: #fff; }
  footer ul {
    padding: 0px; }
  footer li {
    list-style-type: none;
    padding-bottom: 5px; }

.copyright {
  background-color: #312c29;
  padding: 20px 0px; }
  .copyright h6 a {
    font-weight: 300;
    font-size: 13px; }
  .copyright p {
    margin-bottom: 0px; }

hr {
  margin: 0px; }

.hr1 {
  border: 2px solid #83301a; }

.hr2 {
  border: 2px solid #f5811f; }

.nav-item {
  padding: 0px 15px; }

.page-banner {
  background: url("../images/page-banner.png") no-repeat bottom center;
  height: 230px; }
  .page-banner h1 {
    font-weight: 700;
    margin: 75px 0 0;
    color: #000;
    text-transform: capitalize; }

.bg-img-3 {
  background-image: url(../images/history-bg.jpg);
  background-size: cover; }

.parallax {
  width: 100%;
  display: block;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.red {
  font-size: 30px;
  letter-spacing: -1px;
  color: #f5811f; }

.red-box {
  background-color: #f5811f;
  padding: 50px; }

.pt40 {
  padding-top: 40px; }

.pb80 {
  padding-bottom: 80px; }

.text-yellow {
  color: #83301a; }

.mt40 {
  margin-top: 40px; }

.border-box {
  border: 1px solid #333;
  padding: 30px; }

/* Form style */
#contact input, select {
  padding: 12px;
  margin: 3px 0px 12px 0;
  max-width: 100%;
  border: 0px;
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  color: #555;
  background-color: #efefef; }

#contact input, textarea {
  width: 100%;
  max-width: 100%; }

#contact input, textarea {
  width: 100%;
  max-width: 100%; }

textarea {
  height: 120px;
  background-color: #efefef;
  padding: 10px;
  border-color: #efefef; }

::-webkit-input-placeholder {
  color: #999; }

#contact input:focus, textarea:focus, select:focus {
  border: 0;
  background-color: #f0f0f0;
  color: #111; }

#contact input.submit {
  width: auto;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: #f5811f;
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  line-height: 1;
  letter-spacing: 1px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 15px;
  padding-bottom: 14px;
  text-align: center;
  text-transform: uppercase;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear; }

input.submit:hover {
  opacity: .7; }

.btn-appear {
  background-color: #f5811f; }

.mt20 {
  margin-top: 20px; }

.prod-wrapper .red {
  font-size: 1.6rem; }

.transformer .red {
  font-size: 1.4rem; }

.carousel-caption {
  width: 50%;
  position: absolute;
  right: 0;
  top: 37%;
  left: 9%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: left;
  text-transform: uppercase; }
  @media only screen and (max-width: 600px) {
    .carousel-caption {
      bottom: 0px; } }
  .carousel-caption h3 {
    font-size: 38px;
    font-weight: bolder;
    color: #534842; }
    @media only screen and (max-width: 600px) {
      .carousel-caption h3 {
        font-size: 15px; } }

.bg {
  background-color: rgba(0, 0, 0, 0.06); }

.bg-secondary1 {
  background-color: #f5811f; }

.bg-primary1 {
  background-color: #83301a; }

.nav-item a {
  position: relative; }

.active .nav-link {
  color: #f5811f; }
  .active .nav-link::before {
    position: absolute;
    content: '';
    height: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f5811f;
    	/**width: 60px;
        display: block;
        margin: 0 auto;**/ }

.dropdown {
  position: relative;
  display: inline-block; }

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1; }

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #d9d9d9; }

.dropdown-content a:hover {
  background-color: #83301a;
  color: #fff; }

.dropdown:hover .dropdown-content {
  display: block; }

.product-list {
  list-style-image: url(../images/check1.svg);
  font-size: 1.1rem; }

.application img {
  width: 70px;
  display: block;
  margin: 0 auto; }

#contact .border-box {
  border: 1px solid #eee; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #f5811f;
  border-color: #f5811f; }

@media (max-width: 500px) {
  .navheader-div {
    width: 100%; }

  .footer-links-row img {
    width: 150px !important; } }
@media (max-width: 991px) {
  .navbar .collapse.in {
    display: block !important;
    max-height: 400px;
    overflow-y: scroll !important; }

  .dropdown-content {
    max-height: 100px;
    overflow-y: scroll; } }
.footer-links-row img {
  width: 150px; }

/*# sourceMappingURL=style.css.map */
