@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,500i,600,600i,700,700i,800|Open+Sans:400,400i,600,600i,700,700i,800&display=swap);

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, center,
dl, dt, dd, ol, ul, 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-family: "Montserrat", sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

a, a:hover  {
    color: #222;
    text-decoration: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.container {
    max-width: 1350px;
    padding: 50px 15px;
}

.no-padding {
    padding: 0;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.marg-top-80 {
    margin-top: 80px;
}

.marg-btm-30 {
    margin-bottom: 30px;
}

.marg-btm-50 {
    margin-bottom: 50px;
}

.table-bordered>:not(caption)>*>* {
    border-width: 1px;
}

/**** css start ****/

header .top-part {
    background-color: #565C60;
    padding: 0 10px;
}

header .top-part .contact {
    color: #fff;
    font-size: 15px;
}

header .top-part .contact a:hover {
    color: #fff;
}

header .top-part .section-lft {
    float: left;
    width: 50%;
    padding-top: 7px;
}

header .top-part .section-lft .mail,
header .top-part .section-lft .phone {
    float: left;
    width: 50%;
}

header .top-part .section-rgt {
    float: right;
    width: 30%;
}

header .top-part .social-icons li {
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

header .top-part .social-icons li:nth-child(5) {
    display: none;
}

header .top-part .social-icons li:last-child,
header .top-part .social-icons li:nth-child(6) {
    margin: 0;
}

header .top-part .social-icons li:last-child {
    margin-left: 10px;
}

header .top-part .social-icons li:last-child a,
header .top-part .social-icons li:nth-child(6) a {
    height: 32px;
    background-color: #f68e34;
    padding: 8.5px 10px;
    font-size: 13px;
    line-height: 34px;
    color: #fff;
    box-shadow: 2px -3px 7px -5px #565c60 inset;
    font-weight: 600;
}

header .top-part .social-icons li:last-child a:hover,
header .top-part .social-icons li:nth-child(6) a:hover {
    background-color: #fff;
    color: #f68e34;
    transition: 0.5s;
}

header .top-part a {
    color: #fff;
}

header .top-part a:hover {
    color: #f68e34;
}

.top-part .srch-btn, .top-part .srch-btn i {
    background-color: #565c60;
    border: none;
    color: #fff;
}

#navbar .responsive {
    display: none;
}
    
#navbar .desktop {
    display: block;
}

#navbar .container {
    position: relative; 
    max-width: 100%;
    padding: 0 30px;
}

/* The Modal (background) */
.top-part .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.top-part .modal-content {
  position: relative;
  background-color: #f68e34;
  margin: auto;
  padding: 0;
  width: 100%;
    border-radius: 0;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
}

.top-part .content-box {
    width: 80%;
    margin: 0 auto;
    padding: 50px 5px;
}

.top-part .content-box form {
    position: relative;
}

.top-part .srch-box input {
    width: 100%;
    height: 60px;
    border: none;
    border-radius: 3px;
    padding: 5px 20px;
    font-size: 18px;
}

.top-part .srch-btn2 {
    position: absolute;
    border: none;
    background: none;
    padding: 19.5px;
    right: 0;
}

.top-part .srch-btn2::before {
    font-family: FontAwesome;
    font-size: 21px;
    display: block;
    content: "\f002";
    color: #333;
}

.top-part .srch-btn2:hover::before {
    color: #f68e34;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */

.top-part .srch-box {
    float: left;
    width: 95%;
}

.top-part .close-btn {
    float: left;
}

.top-part .close {
    color: #fff;
    font-size: 50px;
    font-weight: bold;
    font-weight: normal;
    margin-left: 10px;
    margin-top: 5px;
    opacity: 1;
}

.top-part .close:hover,
.top-part .close:focus {
  text-decoration: none;
  cursor: pointer;
}

.top-part .modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.top-part .modal-body {
    padding: 2px 16px;
}

.top-part .modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}


/* middle part start */

header .middle-part {
    border-bottom: 1px solid #f1efef;
}

header .middle-part li {
    float: left;
    width: 20%;
    text-align: center;
}

header .middle-part li:first-child {
    padding: 6px 0;
}

header .middle-part a img,
#navbar img {
    max-width: 150px;
}

header .middle-part a img {
    padding-top: 10px;
}


/* bottom-part start */

.menu {
    width: 100%;
}
.menu-container {
  margin: 0 auto;
}
.menu a.logo {
    display: inline-block;
    padding: 1.5em 3em;
    width: 19%;
    float: left;
}
.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%);
          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;
  list-style: none;
  padding: 0;
  position: relative;
  box-sizing: border-box;
  clear: right;
  z-index: 2;
}
.menu > ul:before,
.menu > ul:after {
  content: "";
  display: table;
}
.menu > ul:after {
  clear: both;
}
.menu > ul > li {
  float: left;
  padding: 0;
  margin: 0;
}
.menu > ul > li.main-li {
    margin: 0 1em;
}
.menu > ul > li.last {
    float: right;
    background-color: #f68e34;
    margin: 0;
    padding: 0 25px;
    border-left: 2px solid #fff;
}
.menu > ul > li.last:hover {
    background-color: #cb650c;
    cursor: pointer;
}
.menu > ul > .main-li .main-menu {
    font-size: 16px;
    font-weight: 500;
    padding: 1.2em 0;
    position: relative;
}
.menu > ul > .main-li.last .main-menu {
    color: #fff;
}
.menu > ul > .main-li .main-menu::before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    opacity: 0;
    background-color: #fff;
    transition: all 500ms ease;
}
.menu > ul > .main-li .main-menu.active::before {
    opacity: 1;
}
.menu > ul > .main-li .main-menu::after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    margin-left: -6px;
    opacity: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 8px solid #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}
.menu > ul > .main-li .main-menu.active::after {
    opacity: 1;
}
.with-image img {
    width: 30px;
    vertical-align: middle;
}
.menu > ul > li ul {
  background: #fff;
  border: 1px solid #f1efef;
}
.menu > ul > li:hover ul {
  background: #fff;
  border-top: 3px solid #f68e34;
}

.menu > ul > li a {
  text-decoration: none;
  display: block;
}
.menu > ul > li:hover .main-li a {
    color: #fff;
}
.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: 25%;
  background: none;
  float: left;
}
.menu > ul > li > ul > li a {
  color: #777;
  padding: .2em 0;
  width: 95%;
  display: block;
  border-bottom: 1px solid #ccc;
}
.menu > ul > li > ul > li a:hover{
	color:#03a9f4;
}
.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: .8em;
}
.menu > ul > li > ul > li > ul > li a {
  border: 0;    
  font-size: 14px;
}
.menu > ul > li > ul.normal-sub {
  width: 300px;
  left: auto;
  padding: 10px 15px;
}
.menu > ul > li > ul.normal-sub > li {
  width: 100%;
}
.menu > ul > li > ul.normal-sub > li a {
  border: 0;
  padding: 10px 0;
    font-size: 15px;
}
/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */
 @media only screen and (max-width: 959px) {
/*@media only screen and (max-width: 992px) {*/
  .menu-container {
    width: 100%;
  }
  .menu-container .menu{
	display:inline-block;
   }
  .menu-mobile {
    display: block;    
    float: right;    
    padding: 20px 10px 10px 20px;
  }
  .menu-dropdown-icon:before {
    display: block;
  }
  .menu > ul {
    display: none;
    width:100%;
  }
  .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;    
    padding: 0 40px;
  }
  .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;
  }
}

/* fixed navbar start */

#navbar a.brand-logo {
    padding: 16.5px 0;
}

#navbar {
    overflow: hidden;
    background-color: #fff;
    transition: 0.4s;
    position: fixed;
    width: 100%;
    top: 34px;
    z-index: 9;
    display: block;
    border-bottom: 1px solid #e3e2e2;
}

#navbar .menu > ul {
    background-color: #fff;
}

#navbar .menu ul li:first-child {
    margin-right: 7%;
}

#navbar .menu ul .main-menu {
    color: #222;
    padding: 2em 0;
}

#navbar .menu > ul > .main-li .main-menu.active::after,
#navbar .menu > ul > .main-li .main-menu.active::before {
    display: none;
}

.bottom-part .menu .active,
.bottom-part .menu .main-menu:hover,
#navbar .menu .main-menu:hover,
#navbar .menu .main-menu.active {
    color: #f68e34; 
}

#navbar .menu > ul > li > ul {
    position: fixed;
}


 #navbar .vibra-desktop {
     position: absolute; 
     right: 5%; 
     top: 26%; 
     z-index: 9;
 }
 
 #navbar .vibra-mobile {
     display: none;
     position: absolute; 
     right: 18%; 
     top: 7%; 
     z-index: 9;
 }


/* carousel start */
.main-carousel {
    margin-top: 80px;
}

.carousel img {
    height: 500px;
}

.carousel button {
    padding: 0;
    height: 30px;
    top: 46%;
}

.carousel button i {
    padding: 15px;
    background-color: #555;
    border-radius: 50%;
}

.carousel button:hover i {
    background-color: #f68e34;
}


/******* button style *******/

.mybtn {
    margin-left: 15px;
    border: none;
    font-size: 14px;
    color: #fff;
    background-color: #f68e34;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 500;
    background: linear-gradient(to right, #565C60 50%, #f68e34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.mybtn:hover {
    background-position: left bottom;
    color: #fff;
}


/* our-products end */

  .star {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-bottom: 10px solid #f68e34;
      position: relative;
      margin-right: 5px;
      margin-left: 2px;
      top: -17px;
    }
    .star:after {
      width: 0;
      height: 0;
      border-left: 5px solid transparent;
      border-right: 5px solid transparent;
      border-top: 10px solid #f68e34;
      position: absolute;
      content: "";
      top: 25px;
      left: -5px;
    }

.our-products .nav-pills {
    margin-bottom: 3rem!important;
}

.our-products .nav-pills li {
    width: 14%;
}

.our-products .nav-pills .nav-link {
    border-radius: 0;
    background-color: #f5f5f5;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 60px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2rem;
    width: 100%;
    color: #555;
    border-right: 1px solid #f68e34;
}

.our-products .nav-pills li:last-child .nav-link {
    border: none;
}

.nav-pills .nav-link.active {
    background-color: #f68e34;
    color: #fff;
}

.our-products .products-list li {
    float: left;
    width: 20%;
    padding: 0 10px;
    text-align: center;
}

.our-products .products-list li img {
  width: 100%;
  height: 100%;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  transition: .5s;
  margin-bottom: 5px;
}

.our-products .products-list li img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #f68e34;
  transition: .5s;
  transform: scale(.9);
  z-index: -1;
}

.our-products .products-list li:hover::before img {
  transform: scale(1.1);
  box-shadow: 0 0 15px #f68e34;
}

.our-products .products-list li:hover img {
  color: #f68e34;
  box-shadow: 0 0 15px #f68e34;
  text-shadow: 0 0 15px #f68e34;
}

.our-products .products-list img {
    max-width: 150px;
}

.our-products .products-list h4 {
    font-size: 15px;
    font-weight: 700;
    color: #555;
    height: 65px;
}

.home-menu-mobile {
    display: none;
}


/* cta-product start */

.cta {
    background: url(../images/Background.png);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.cta .main-container {
    width: 75%;
    margin: 0 auto;
}

.cta .cta-product {
    float: left;
    width: 45%;
    padding: 15px;
}

.cta .myline {
    width: 1px;
    height: 400px;
    background: #fff;
    display: block;
    float: left;
    margin: 15px 0;
    margin-left: 50px;
}

.cta-product.engineer {
    float: right;
}

.cta-product .bg-img {
    margin: 0 auto;
}

.cta-product .outer-circle {
    background: url(../images/cta/cta-product-catalogue.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
    position: relative;
}

.cta-product.engineer .outer-circle {
    background: url(../images/cta/engineer.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 25px 0;
    position: relative;
}

.cta-product .content-circle {
    margin: 0 auto;
    background-color: #f68e34;
    border-radius: 50%;
    width: 350px;
    height: 350px;
    opacity: 0.7;
}

.cta-product .content {
    position: absolute;
    max-width: 400px;
    text-align: center;
    top: 100px;
    left: 15%;
}

.cta-product .content h3 {
    font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    width: 300px;
}

.cta-product .content p {
    font-size: 15px;
    color: #fff;
    line-height: 18px;
    margin-bottom: 5px;
    width: 300px;
}

.cta-product .content p.para2 {
    font-size: 15px;
}

.cta-product .download-btn {
    margin-top: 30px;
}

.cta-product .download-btn a {
    color: #f68e34;
    font-weight: 400;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    background: linear-gradient(to right, #565C60 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.cta-product .download-btn a:hover {
    background-position: left bottom;
    color: #fff;
}

/* .cta-engineer start */

.cta .cta-engineer {
    float: left;
    width: 50%;
    padding: 15px;
}

.cta-engineer .bg-img {
    background: url(../images/cta/engineer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 95px 30px 0 30px;
    height: 400px;
}

.cta-engineer .content h3 {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #fff;
}

.orange {
    color: #f68e34;
}

.cta-engineer .content p {
    font-size: 15px;
    margin-bottom: 5px;
    color: #fff;
    font-weight: 500;
}

.cta-engineer .request-btn {
    margin-top: 35px;
}

.cta-engineer .request-btn a {
    color: #f68e34;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 25px;
    background: linear-gradient(to right, #565C60 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.cta-engineer .request-btn a:hover {
    background-position: left bottom;
    color: #fff;
}


/* Industries slider */

.serve-industries .carousel-container {
  width: 1100px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 768px) {
  .serve-industries .carousel-container {
    width: 95%;
  }
}
.serve-industries .inner-carousel {
  width: 100%;
  overflow: hidden;
}
.serve-industries .track {
  display: inline-flex;
  height: 100%;
  transition: transform 0.6s ease-in-out;
}
.serve-industries .card-container {
  width: 16.66%;
  height: auto;
  flex-shrink: 0;
  padding-right: 10px;
}
@media (max-width: 768px) {
  .serve-industries .card-container {
    width: 184px;
  }
}
.serve-industries .card {
  /*display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;*/
    text-align: center;
    border: none;
}

.serve-industries .card .fas {
    font-size: 26px;
    margin-bottom: 10px;
    color: #555;
}

.serve-industries .card .txt a {
    font-size: 15px;
}

.serve-industries .nav .fas {
    font-size: 20px;
}

.serve-industries .nav button {
  position: absolute;
  top: 45%;
  transform: translatey(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  outline: none;
  border: 1px solid #000;
  cursor: pointer;
}
.serve-industries .nav .prev {
  left: -30px;
  display: none;
}
.serve-industries .nav .prev.show {
  display: block;
}
.serve-industries .nav .next {
  right: -30px;
}
.serve-industries .nav .next.hide {
  display: none;
}


/* services start */

.main-heading {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 20px;
}

.line {
    position: relative;
    width: 100px;
    height: 2px;
    background-color: #333333;
    left: 50%;
    margin-left: -50px;
}

.line::before {
    left: 50%;
    right: auto;
    margin-left: -5px;
    position: absolute;
    content: '';
    right: 0px;
    bottom: -4px;
    width: 10px;
    height: 10px;
    display: inline-block;
    background-color: #f68e34;
    border-radius: 50% 0;
}

.sub-heading {
    color: #f68e34;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    margin-top: 20px;
}

/*.services {
    background: url(../images/Background.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/

.services .main-heading2,
.blog .main-heading2 {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 50px;
    margin-top: 15px;
}

.services li {
    float: left;
    width: 33.33%;
    margin-bottom: 30px;
}

.services li .effect {
    border: 1px solid #979593;
}

.services li .effect:hover {
    /*box-shadow: 5px 5px 5px 5px #f5f5f6;*/
    box-shadow: 0 0px 15px 0 #979593, 0 0px 15px 0 #979593;
    transition: all .5s ease-out;
}

.services li .image {
    margin-bottom: -3px;
}

.services li img {
    border-bottom: 3px solid #f68e34;
}

.services li h3 {
    font-size: 16px;
    padding: 15px;
    font-weight: 600;
    height: 80px;
    background-color: #fff;
}


/* .cta-consult start */

.cta-consult {
    background: url(../images/Background2.png);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0;
}

.cta-consult .outer-box {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 15px;
}

.cta-consult .img-prt {
    float: left;
    width: 50%;
}

.cta-consult .content {
    float: left;
    width: 50%;
    padding: 30px;
    text-align: center;
    background: #565C60;
    height: 336px;
}

.cta-consult h3 {
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
}

.cta-consult p {
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.cta-consult .download-btn {
    margin-top: 40px;
}

.cta-consult a {
    color: #f68e34;
    background-color: #fff;
    padding: 15px 20px;
    border-radius: 25px;
    background: linear-gradient(to right, #f68e34 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    margin-top: 30px;
}

.cta-consult a:hover {
    background-position: left bottom;
    color: #fff;
}


/* certificates start */

.certificates .container {
    padding-bottom: 0;
}

.certificates li {
    float: left;
    width: 25%;
    text-align: center;
}

.certificates  img { 
    max-width: 150px;
    margin-bottom: 5px;
}

.certificates h4 {
    color: #777;
    font-size: 18px;
}


/* blog start */

.blog .main-heading2 {
    color: #222;
    margin-bottom: 30px;
}

.blog #myCarousel {
    padding: 0;
}

.blog .carousel-inner .carousel-item-right.active,
.blog .carousel-inner .carousel-item-next,
.blog .carousel-item-next:not(.carousel-item-start) {
    transform: translateX(25%) !important;
}

.blog .carousel-inner .carousel-item-left.active,
.blog .carousel-item-prev:not(.carousel-item-end),
.blog .active.carousel-item-start,
.blog .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
}

.blog .carousel-item-next.carousel-item-start,
.blog .active.carousel-item-end {
    transform: translateX(0) !important;
}

.blog .carousel-inner .carousel-item-prev,
.blog .carousel-item-prev:not(.carousel-item-end) {
    transform: translateX(-25%) !important;
}

.blog .card-body {
    border: none;
    padding: 0;
}

.blog .carousel-inner .carousel-item.active,
.blog .carousel-inner .carousel-item-start,
.blog .carousel-inner .carousel-item-next,
.blog .carousel-inner .carousel-item-prev {
    display: flex;
}

.blog .carousel-item {
    background: #fff;
}

.blog .carousel-control-prev,
.blog .carousel-control-next {
    color: #fff;
    opacity: 1;
    height: 35px;
    width: 35px;
    background-color: #f68e34;
    padding: 8px;
    border-radius: 50%;
}

.blog .carousel-control-prev {
    left: -30px;
}

.blog .carousel-control-next {
    right: -30px;
}

.blog .card-body img{
    max-height: 200px;
    width: 100%;
    margin-bottom: 15px;
}

.blog .card-body h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.blog .card-body p{
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 22px;
}

.blog .card-body a{
    font-size: 14px;
    font-weight: 600;
    color: #cb650c;
    transition: all .5s ease-out;
}

.blog .card-body a:hover {
    color: blue;
}


/* newsletter end */

.newsletter {
    background: url(../images/Background.png);
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.newsletter .form-box {
    margin: 0 auto;
    max-width: 600px;
    background-color: #fff;
    padding: 20px;
}

.newsletter .form-box h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.newsletter .form-box .form-group {
    float: left;
    width: 50%;
}

.newsletter .form-box .form-label {
    font-size: 13px;
    font-weight: 600;
}

.newsletter .form-box .txt {
    padding: 0 15px;
    margin-bottom: 15px;
}

.newsletter .form-box .txt p {
    font-size: 13px;
    line-height: 16px;
    color: #555;
    font-weight: 500;
}

.newsletter .form-box .txt a,
.become-dealer .rgt-prt .privacy-policy {
    color: #cb650c;
    transition: all .5s ease-out;
    text-decoration: underline;
}

.newsletter .form-box .txt a:hover,
.become-dealer .rgt-prt .privacy-policy:hover {
    color: blue;
}

.newsletter .form-box .sbmt-btn,
.become-dealer .rgt-prt .sbmt-btn,
.job-apply .sbmt-btn,
.get-a-quote .sbmt-btn,
.error-page .content-box .bck-btn {
    margin-left: 15px;
    border: none;
    font-size: 14px;
    color: #fff;
    background-color: #f68e34;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 500;
    background: linear-gradient(to right, #565C60 50%, #f68e34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.newsletter .form-box .sbmt-btn:hover,
.become-dealer .rgt-prt .sbmt-btn:hover,
.job-apply .sbmt-btn:hover,
.get-a-quote .sbmt-btn:hover,
.error-page .content-box .bck-btn:hover {
    background-position: left bottom;
}

#thank-you-subscribe {
    text-align: center;
    padding: 40px 10px;
}

#thank-you-subscribe img {
    max-width: 100px;
    margin-bottom: 5px;
}

#thank-you-subscribe h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

#thank-you-subscribe p {
    font-weight: 500;
}

/*************** success_msg start ******************/

#card {
    position: relative;
    width: 320px;
    display: block;
    margin: auto;
    text-align: center;
}

.success_msg #upper-side {
    padding: 2em;
    background-color: #8BC34A;
    display: block;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}
.success_msg #checkmark {
    font-weight: lighter;
    fill: #fff;
    margin: -3.5em auto auto 20px;
}
.success_msg #status {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    margin-bottom: 0;
    font-weight: 500;
}
.success_msg #lower-side {
    padding: 2em 2em 5em 2em;
    background: #565C60;
    display: block;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}
.success_msg #message {
    margin-top: -0.5em;
    color: #fff;
    letter-spacing: 1px;
    line-height: 20px;
    font-weight: 500;
}
.success_msg #card a {
    color:#fff;
    text-decoration: underline;
}


/************* .industries-list start ************/


.industries-list .desktop {
    display: block;
}

.industries-list .mobile {
    display: none;
}

@media (max-width: 767px) {
    .industries-list .carousel-inner .carousel-item > div {
    	display: none;
    }
    
    .industries-list .carousel-inner .carousel-item > div:first-child {
    	display: block;
    }
}

.industries-list .carousel-inner .carousel-item.active,
.industries-list .carousel-inner .carousel-item-next,
.industries-list .carousel-inner .carousel-item-prev {
	display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

.industries-list .carousel-inner .carousel-item-end.active,
.industries-list .carousel-inner .carousel-item-next {
	transform: translateX(14.28%);
}

	.industries-list .carousel-inner .carousel-item-start.active, 
	.industries-list .carousel-inner .carousel-item-prev {
		transform: translateX(-14.28%);
	}
}

.industries-list .carousel-inner .carousel-item-end,
.industries-list .carousel-inner .carousel-item-start { 
	transform: translateX(0);
}

.industries-list .carousel.slide {
    padding: 0;
}

.industries-list .full-size {
    float: left;
    width: 14.28%;
}

.industries-list .card {
    border: none;
    text-align: center;
    background: #565c60;
    border-left: 1px solid #707578;
    padding: 40px 0;
    border-radius: 0;
}

.industries-list .card:hover {
    background: #707578;
}

.industries-list .card img {
    max-width: 50px;
    height: auto;
    margin-bottom: 5px;
}

.industries-list .card .txt h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    word-break: break-word;;
}

.industries-list .carousel-control-next, 
.industries-list .carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.industries-list .carousel-control-next span, 
.industries-list .carousel-control-prev span {
    width: 23px;
    height: 20px;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.industries-list .carousel-control-prev span {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}


/* autoplay clients logo */

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}
.autoplay-logos {
    padding: 50px 0 10px 0;
}
.autoplay-logos .slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.autoplay-logos .slider .slide img {
    width: 150px;
    height: 60px;
}
.autoplay-logos .slider::before, .autoplay-logos .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
.autoplay-logos .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
.autoplay-logos .slider::before {
  left: 0;
  top: 0;
}
.autoplay-logos .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
          animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14);
}
.autoplay-logos .slider .slide {
  height: 100px;
  width: 250px;
}


/************ footer start *************/

.footer-social .container {
    padding: 20px 0;
}

.footer-social .content-box {
    max-width: 500px;
    margin: 0 auto;
    text-align: center;
}

.footer-social p {
    font-size: 20px;
    margin-bottom: 5px;
}

.footer-social h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.footer-social ul {
    width: 300px;
    margin: 0 auto;
}

.footer-social li {
    float: left;
    width: 25%;
}

.footer-social .social-icon {
    font-size: 36px;
    color: #565C60;
}

.footer-social .social-icon:hover {
    color: #f68e34;
}


.footer-social-part {
    padding: 20px 0;
    background-color: #565C60;
    border-bottom: 1px solid #fff;
}

.footer-social-part .container {
    padding: 0 15px;
}

.footer-social-part .content-box {
    float: left;
    width: 40%;
    text-align: center;
    padding-top: 15px;
}

.footer-social-part .social-links {
    max-width: 300px;
    margin: 0 auto;
}

.footer-social-part p {
    font-size: 20px;
    margin-bottom: 5px;
    color: #fff;
}

.footer-social-part h3 {
    font-size: 30px;
    margin-bottom: 30px;
    color: #fff;
}

.footer-social-part li {
    float: left;
    width: 25%;
}

.footer-social-part .social-icon {
    font-size: 36px;
    color: #fff;
}

.footer-social-part .social-icon:hover {
    color: #f68e34;
} 

/******** footer-links start ********/

.footer-social-part .footer-links {
    float: right;
    width: 50%;
}

.footer-social-part .footer-links li {
    float: left;
    width: 50%;
    color: #fff;
    padding: 0 5px;
}

.footer-social-part .footer-links li h2 {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #fff;
}

.footer-social-part .footer-links li h4 {
    font-size: 15px;
    margin-bottom: 7px;
}

.footer-social-part .footer-links li h4 a {
    color: #fff;
}

.footer-social-part .footer-links li h4 a:hover {
    color: #f68e34;
}

/* copyright start */

.copyright {
    background-color: #222;
}

.copyright .copyright-info {
    text-align: center;
    padding: 15px 5px;
    color: #fff;
    font-size: 14px;
}



#back-to-top {
  right: 25px;
  top: auto;
  z-index: 10;
  display: none;
}
#back-to-top .btn:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  #back-to-top {
    right: 30px;
  }
}

#back-to-top.position-fixed {
  bottom: 20px;
}

#back-to-top .btn.btn-primary {
  width: 40px;
  height: 40px;
  line-height: 36px;
  background: #f68e34;
  border: 1px solid #fff;
  border-radius: 25px 25px 0 0;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 0;
}
@media (max-width: 767px) {
  #back-to-top .btn.btn-primary {
    width: 32px;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
  }
}

#back-to-top .btn.btn-primary:hover {
    background-color: #555;
  color: #fff;
}


/****** product-detail-page start *******/

.breadcrumb {
    padding: 0 .5rem;
    background-color: transparent;
    margin-bottom: 50px;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.breadcrumb li {
    font-size: 15px;
}

.breadcrumb li a {
    font-size: 12px;
    font-weight: 900;
    color: #565C60;
}

.breadcrumb li a:hover {
    color: #f68e34;
}

.breadcrumb li:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f101";    
    font-size: 14px;
    color: #565C60;
    display: inline-block;
    margin: 0 .25rem;
    font-weight: 900;
}

.breadcrumb li span {
    font-weight: 600;
    color: #f68e34;
}

.product-details h2 {
    float: left;
    width: 80%;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.product-details .page-share {
    float: right;
    width: 20%;
}

.product-details .page-share span,
.product-details .page-share span i {
    font-size: 15px;
    vertical-align: text-top;
}

.product-details .page-share i {
    font-size: 26px;
    margin-left: 5px;
    color: #565C60;
}

.product-details .page-share i:hover {
    color: #f68e34;
}

.product-details .lft-part {
    float: left;
    width: 40%;
    text-align: center;
}

.product-details .rgt-part {
    float: left;
    width: 60%;
}

.product-details .nav-tabs {
    border: none;
    margin-bottom: 25px;
}

.product-details .nav-item {
    width: 25%;
    text-align: center;
}

.product-details .nav-tabs .nav-item.show .nav-link, 
.product-details .nav-tabs .nav-link.active {
    border: none;
}

.product-details .nav-tabs .nav-link.active {
    background-color: #f68e34;
}

.product-details .nav-tabs .nav-link {
    background-color: #565C60;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
    border: none;
    padding: 17px 0;
    width: 95%;
}

.product-details .nav-tabs .nav-link:hover {
    background-color: #f68e34;
}

.product-details .tab-content p {
    line-height: 22px;
    margin-bottom: 15px;
}

.product-details .tab-content h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 30px;
}

#description ul,
#applications ul,
#application ul,
#specifications ul {
    list-style: disc;
    padding-left: 20px;
}

.product-details #description li,
.product-details #applications ul li,
.product-details #application ul li,
.product-details #specifications ul li {
    margin-bottom: 13px;
    font-weight: 500;
    line-height: 22px;
    color: #565C60;
}

#description li span,
#applications li span,
#application li span,
#specifications ul li span {
    font-weight: 700;
    color: #222;
}

.product-details #downloads li {
    margin-bottom: 20px;
}

.product-details #downloads a {
    color: #f68e34;
    font-size: 16px;
}

.product-details #downloads a:hover {
    color: #565C60;
}

.product-details #downloads a::before { 
    font-family: "Font Awesome 5 Free";
    content: "\f1c1";
    display: inline-block;
    padding-right: 3px;
    font-weight: 900;
}

.reqeust-btn {
    margin-top: 30px;
}

.reqeust-btn a {
    background-color: #f68e34;
    color: #fff;
    padding: 15px 20px;
    background: linear-gradient(to right, #565C60 50%, #f68e34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.reqeust-btn a:nth-child(even) {
    margin-left: 30px;
}

.reqeust-btn a:hover {
    background-position: left bottom;
}

.product-detail-page .reqeust-btn {
    display: flex;
}

.product-detail-page .strut-sytems .lft {
    float: left;
    width: 40%;
    padding-right: 15px;
}

.product-detail-page .strut-sytems .rgt {
    float: left;
    width: 60%;
}

.product-detail-page .strut-img .flt {
    float: left;
    width: 50%;
    padding: 10px 0;
}

.product-detail-page .strut-img .flt p {
    font-size: 14px;
    line-height: 18px;
    padding: 0 30px 0 0;
    min-height: 60px;
}

/******** bellows start *********/

.bellows .text-prt,
.bellows .img-prt {
    float: left;
    width: 50%;
}

.bellows .text-prt p {
    line-height: 20px;
    margin-bottom: 15px;
    text-align: justify;
}

.bellows .text-prt ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 50px;
}

.bellows .text-prt li {
    margin-bottom: 10px;
}

.bellows .img-prt div {
    float: left;
    width: 33.33%;
}

.bellows .img-prt .collage {
    max-width: 550px;
}

.bellows .bellow-types {
    margin-bottom: 50px;
}

.bellows .bellow-types li {
    float: left;
    width: 33.33%;
    padding: 10px;
}

.bellows .bellow-types img {
    max-width: 175px;
    text-align: center;
}

.bellows .bellow-types h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.bellows .bellow-types p {
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 5px;
    text-align: justify;
    transition: all .5s ease-out;
}

.bellows .bellow-types a:hover h4,
.bellows .bellow-types a:hover p,
.bellows .bellow-types a:hover .bttn {
    color: #cb650c;
}

.bellows .bellow-types .bttn {
    font-size: 14px;
    font-weight: 600;
    color: #cb650c;
    transition: all .5s ease-out;
}

.bellows .bellow-types .bttn:hover {
    color: blue;
}

.bellows .application-industries li {
    margin-bottom: 15px;
}

.bellows .application-industries li:last-child {
    margin-bottom: 0;
}

.bellows .application-industries li:nth-child(odd) {
    background-color: #f3f3f5;
}

.bellows .application-industries li:nth-child(even) {
    background-color: #f9f9fb;
}

.bellows .application-industries .lft-prt {
    float: left;
    width: 25%;
}

.bellows .application-industries li:nth-child(even) .lft-prt {
    float: right;
    text-align: right;
}

.bellows .application-industries .lft-prt img {
    max-width: 300px;
}

.bellows .application-industries .rgt-prt {
    float: left;
    width: 70%;
    padding: 15px;
}

.bellows .application-industries .rgt-prt h4,
.policy-page h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #f68e34;
    padding-bottom: 10px;
    position: relative;
}

.bellows .application-industries .rgt-prt h4::before,
.policy-page h4::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 55px;
  background-color: #f68e34;
}

.bellows .application-industries .rgt-prt h4::after,
.policy-page h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 1px;
  width: 95%;
  max-width: 155px;
  background-color: #f68e34;
}

.bellows .application-industries .rgt-prt p {
    line-height: 24px;
}

.all-type-bellow .top-section .rgt li {
    float: left;
    width: 33.33%;
    padding-left: 5px;
    margin-bottom: 2px;
}

.all-type-bellow .bellow-info p,
.all-type-bellow .bellow-info ul p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
}

.all-type-bellow .bellow-info .list-one {
    margin-bottom: 30px;
}

.all-type-bellow .list-one .lft-prt {
    float: left;
    width: 50%;
}

.all-type-bellow .list-one .rgt-prt {
    float: left;
    width: 50%;
    padding-top: 30px;
}

.all-type-bellow .list-one.rbr-blw {
    list-style: disc;
    margin-bottom: 0;
    padding-left: 50px;
}

.all-type-bellow .list-one.rbr-blw li {
    margin-bottom: 10px;
    font-size: 14px;
}

.all-type-bellow .bellow-info .list-one h4 {
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 600;
}

.all-type-bellow .bellow-info .list-two div {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 50px;
}

.all-type-bellow .om {
    margin-bottom: 50px;
}

.all-type-bellow .om div {
    float: left;
    width: 25%;
    text-align: center;
}

.all-type-bellow .om img,
.all-type-bellow .bellow-info .list-two img {
    max-width: 125px;
    margin-bottom: 15px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.all-type-bellow .om h5,
.all-type-bellow .list-two h5 {
    font-weight: 600;
    color: #f68e34;
}

.all-type-bellow .basic-types li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 30px;
}

.all-type-bellow .basic-types li.rej-li a {
    min-height: 492px;
}

.all-type-bellow .basic-types li ul {
    list-style: disc;
}

.all-type-bellow .basic-types li li {
    font-size: 14px;
    float: none;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.all-type-bellow .basic-types li li:last-child {
    margin-bottom: 0;
}

.all-type-bellow .basic-types .img-prt {
    margin-bottom: 10px;
}

.all-type-bellow .basic-types .rej .img-prt {
    margin-bottom: 0;
}

.all-type-bellow .basic-types li a {
    display: block;
    border: 1px solid #979593;
    padding: 15px;
}

.all-type-bellow .basic-types li a:hover {
    box-shadow: 0 0px 15px 0 #979593, 0 0px 15px 0 #979593;
    transition: all .5s ease-out;
}

.all-type-bellow .basic-types img {
    max-width: 200px;
}

.all-type-bellow .basic-types .txt-prt {
    padding: 10px 15px;
}

.all-type-bellow .basic-types .txt-prt h5 {
    font-size: 17px;
    line-height: 22px;
    font-weight: 600;
    height: 44px;
    margin: 0 auto;
    margin-bottom: 10px;
}

.all-type-bellow .basic-types .txt-prt p {
    min-height: 70px;
    margin-bottom: 0;
}

.all-type-bellow .bellow-info .options div {
    float: left;
    width: 50%;
}

.all-type-bellow .options div h4 {
    color: #f68e34;
    font-weight: 600;
    margin-bottom: 15px;
}

.all-type-bellow .options div p {
    font-size: 17px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0;
}

.all-type-bellow .advantages .txt-prt {
    float: left;
    width: 50%;
}

.all-type-bellow .advantages .img-prt {
    float: left;
    width: 50%;
    text-align: center;
}

.all-type-bellow .advantages .img-prt div {
    float: left;
    width: 33.33%;
    padding-left: 10px;
    margin-bottom: 15px;
}

.all-type-bellow .advantages .img-prt img {
    max-width: 200px;
}

.all-type-bellow .advantages .img-prt h5 {
    font-size: 14px;
}

.all-type-bellow .bellow-works .txt-prt {
    float: left;
    width: 50%;
    padding: 0 10px;
}

.all-type-bellow .bellow-works .txt-prt p {
    text-align: left;
}

.all-type-bellow .get-quote-btn {
    background-color: #f68e34;
    padding: 50px 0;
}

.all-type-bellow .mycontainer {
    max-width: 1200px;
    margin: 0 auto;
}

.all-type-bellow .get-quote-btn .lft {
    float: left;
}

.all-type-bellow .get-quote-btn .lft p {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.all-type-bellow .get-quote-btn .rgt {
    float: right;
}

.all-type-bellow .get-quote-btn .rgt .quote-btn {
    border: none;
    background: none;
}

.all-type-bellow .get-quote-btn .rgt a {
    color: #f68e34;
    font-weight: 500;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    background: linear-gradient(to right, #565C60 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.all-type-bellow .get-quote-btn .rgt a:hover {
    background-position: left bottom;
    color: #fff;
}

/******* hose-assemblies start *******/

.hose-assemblies .stamped-part .mobile {
    display: none;
}

.stamped-part .tabs {
    display: flex;
    flex-wrap: wrap;
}

.stamped-part .tabs label {
	 order: 1;
	 display: block;
	 padding: 1rem 0.7rem;
	 margin-right: 0.2rem;
	 cursor: pointer;
	 background: #f3f3f5;
    font-size: 15px;
	 font-weight: 500;
	 transition: background ease 0.2s;
    float: left;
    width: 14%;
    text-align: center;
}

.stamped-part .tabs label.last {
    margin: 0;
}

.stamped-part .tabs label span, 
.stamped-part .mobile .accordion-button:not(.collapsed) span {
     color: #f68e34;
	 font-weight: 900;
}

.stamped-part .mobile .accordion-button span {
    margin-right: 5px
}

.stamped-part .tabs .tab {
	 order: 99;
	 flex-grow: 1;
	 width: 100%;
	 display: none;
	 padding: 1rem;
	 background: #f9f9fb;
    font-weight: 600;
	 margin-right: 0.4rem;
}

.stamped-part .tabs input[type="radio"] {
	 display: none;
}

.stamped-part .tabs input[type="radio"]:checked + label,
.stamped-part .mobile .accordion-button:not(.collapsed) {
	 background: #565C60;
     color: #fff;
}

.stamped-part .tabs input[type="radio"]:checked + label + .tab {
	 display: block;
    border: 1px solid #565C60;
}

.hose-assemblies .hose-images img {
    max-width: 198px;
}

.hose-end li {
    margin-bottom: 15px;
}
 

/********* get-a-quote start *********/

.get-a-quote .form-group {
    margin-bottom: 20px;
}

.get-a-quote .no-pad {
    padding: 0;
}

.get-a-quote .col-md-6 {
    float: left;
    width: 50%;
}

.get-a-quote .col-md-4 {
    float: left;
    width: 33.33%;
}

.get-a-quote label {
    margin-bottom: 5px;
}

.get-a-quote .radio-list {
    padding-left: 10px;
}

.get-a-quote .radio-list li {
    margin-bottom: 10px;
}


/******** single-bellow start ********/

.single-bellow .lft-prt,
.all-type-bellow .top-section .lft {
    float: left;
    width: 60%;
    padding-right: 15px;
}

.single-bellow .lft-prt p {
    color: #777;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 15px;
}

.single-bellow .lft-prt p b {
    color: #f68e34;
    font-weight: 500;
}

.single-bellow .lft-prt ul,
ul.rbr-bellow-list {
    list-style: disc;
    margin-bottom: 15px;
    padding-left: 20px;
}

.single-bellow .lft-prt li,
ul.rbr-bellow-list li {
    color: #777;
    font-weight: 400;
    margin-bottom: 10px;
}

ul.rbr-bellow-list li {
    color: #222;
    font-size: 14px;
}

.single-bellow .rgt-prt,
.all-type-bellow .top-section .rgt {
    float: left;
    width: 40%;
}

.single-bellow .rgt-prt {
    text-align: center;
}

.single-bellow .rgt-prt img {
    max-width: 400px;
}


/*********   easyflex-table start   **********/

.easyflex-table .container {
    max-width: 1350px;
}

.pdf-files {
    margin-bottom: 30px;
    margin-top: 15px;
}

.pdf-files .file-icon {
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    background-color: #f68e34;
    margin-right: 10px;
    border-radius: 20px;background: linear-gradient(to right, #565C60 50%, #f68e34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.pdf-files .file-icon:hover {
    background-position: left bottom;
    color: #fff;
}

.pdf-files .file-icon img {
    float: left;
    max-width: 18px;
}

.pdf-files .file-icon span {
    float: left;
    line-height: 25px;
    margin-left: 5px;
}

.easyflex-table .product-name {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.easyflex-table table {
    margin-bottom: 50px;
}

.easyflex-table a {
    font-size: 14px;
    font-weight: 600;
    color: #f68e34;
    transition: all .5s ease-out;
    text-decoration: underline;
}

.easyflex-table a:hover {
    color: blue;
}

.easyflex-table .material {
    margin-bottom: 30px;
}

.easyflex-table .material h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.easyflex-table .material p {
    margin-bottom: 5px;
}


/***** modular-support start *****/

.modular-support {
    padding-top: 50px;
}

.modular-support .main-content {
    max-width: 1250px;
    margin: 0 auto;
}

.modular-support .main-content ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
    float: left;
    width: 30%;
}

.modular-support .main-content .images {
    float: left;
    width: 70%;
}

.modular-support .main-content .images img {
    max-width: 200px;
}

.modular-support .main-content ul li {
    margin-bottom: 12px;
    font-size: 15px;
}

.modular-support .main-content p {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
}

.modular-support .main-content p span {
    color: #f68e34;
}

.modular-support .main-content .tagline {
    font-weight: 600;
    margin-bottom: 30px;
}

.modular-support .features-list {
    background-color: #565c60;
    padding: 30px 0;
}

.modular-support .list-box {
    width: 1250px;
    margin: 0 auto;
    padding-top: 15px;
}

.modular-support .features-list li {
    float: left;
    width: 33.33%;
    text-align: center;
    border-right: 2px solid #f68e34;
}

.modular-support .features-list li:last-child {
    border-right: none;
}

.modular-support .features-list img {
    max-width: 60px;
    margin-bottom: 15px;
}

.modular-support .features-list h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f68e34;
}

.modular-support .features-list p {
    font-size: 15px;
    line-height: 22px;
    color: #fff;
    min-height: 80px;
}

.installation-images {
    margin-bottom: 30px;
    text-align: center;
}

.installation-images .image {
    float: left;
    width: 50%;
    padding-left: 2px;
}

.product-detail-page .accessories li {
    float: left;
    width: 25%;
    text-align: center;
}

.product-detail-page .accessories img {
    max-width: 150px;
}

.modular-support .accordion.mobile {
    display: none;
}

/****** quality-control-page start ******/

.quality-control-page .container {
    padding-bottom: 0;
}

.quality-control-page .common {
    margin-bottom: 50px;
}

.quality-control-page .top-section {
    margin-bottom: 30px;
}

.quality-control-page .top-section .txt {
    font-size: 17px;
    line-height: 28px;
    float: left;
    width: 50%;
    padding: 0 15px;
}

.quality-control-page .top-section .image {
    float: right;
}

.quality-control-page .images div {
    float: left;
    width: 20%;
    padding: 0 5px;
}

.line {
    margin-bottom: 30px;
}

.quality-control-page h3,
.easyflex-table h2 {
    color: #f68e34;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}

.easyflex-table h2 {
    color: #212529;
}

.quality-control-page p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.quality-control-page .table {
    margin-bottom: 30px;
}

.quality-control-page .table-box {
    float: left;
    width: 60%;
    padding: 0 10px;
}

.quality-control-page table tr {
    border-bottom: 1px solid #dee2e6;
}

.quality-control-page th {
    font-size: 15px;
}

.quality-control-page tr {
    font-size: 14px;
}

.quality-control-page .img-box {
    float: left;
    width: 40%;
    padding-top: 35px;
}

.quality-control-page .img-box .pics {
    float: left;
    width: 50%;
    padding: 0 0 7px 10px;
}

.quality-control-page .certificates-list {
    text-align: center;
}

.quality-control-page .certificates-list li {
    float: left;
    width: 20%;
    padding: 0 10px;
    margin-bottom: 10px;
}

.quality-control-page .certificates-list img {
    width: 125px;
}


/* cta-advice start */

.cta-advice {
    background: url(../images/Background2.png);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px 0;
}

.cta-advice .container {
    padding: 15px;
}

.cta-advice .content-box {
    max-width: 750px;
    margin: 0 auto;
}

.cta-advice .lft-prt {
    float: left;
    width: 40%;
}

.cta-advice .rgt-prt {
    float: right;
    width: 60%;
    padding: 30px 30px 49px 30px;
    background-color: #fff;
    text-align: center;
}

.cta-advice h4 {
    color: #f68e34;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.cta-advice p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 30px;
    color: #565c60;
}

.cta-advice a {
    color: #fff;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 25px;
    background: linear-gradient(to right, #565C60 50%, #f68e34 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.cta-advice a:hover {
    background-position: left bottom;
    color: #fff;
}


/****** vibra-pads start ******/

.all-cat .pads li {
    float: left;
    width: 20%;
    text-align: center;
    margin-bottom: 30px;
    padding: 0 10px;
}

.all-cat .pads img {
    max-width: 150px;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 50%;
    transition: .5s;
}

.all-cat .pads img:hover {
    color: #f68e34;
    box-shadow: 0 0 15px #f68e34;
    text-shadow: 0 0 15px #f68e34;
}

.all-cat .pads h4 {
    font-size: 15px;
    font-weight: 600;
    color: #555;
    min-height: 54px;
}


/******* career-page start ********/

.career-page .container,
.all-cat.vibra-pads .container,
.address .container,
.no-btm-pad {
    padding-bottom: 0;
}

.career-page .top-image {
    position: relative;
}

.career-page .background {
    position: absolute;
    background: #12130e;
    width: 500px;
    height: 400px;
    top: 70px;
    left: 3%;
    opacity: .7;
    border-left: 2px solid #f68e34;
}

.career-page .text {
    position: absolute;
    top: 70px;
    left: 3%;
    width: 500px;
    margin: 0 auto;
    padding: 30px;
}

.career-page .text h4 {
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    margin-bottom: 15px;
}

.career-page .text p {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 15px;
}

.career-page h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

.career-page .line2 {
    display: inline-block;
    content: "";
    width: 30px;
    height: 4px;
    color: #222;
    background-color: #f68e34;
    margin-left: 5px;
    vertical-align: middle;
}

.jobs-list .main-li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
}

.jobs-list .modal-body h4 {
    margin-bottom: 10px;
    font-weight: 700;
}

.jobs-list .main-li ul {
    list-style: disc;
    padding-left: 20px;
    margin-bottom: 15px;
}

.jobs-list .main-li li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
}

.jobs-list .main-li:first-child {
    margin-left: -15px;
}

.jobs-list .content-box {
    background-color: #fff;
    border: 1px solid #e3e2e2;
    border-top: 3px solid #f68e34;
    padding: 15px;
}

.jobs-list {
    margin-bottom: 30px;
}

.jobs-list .location {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 25px;
}

.jobs-list .location .lft-line {
    color: #e3e2e2;
    margin: 0 5px;
}

.jobs-list .content-box h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
    min-height: 55px;
}

.jobs-list .content-box p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;
    min-height: 185px;
}

.jobs-list .read-btn {
    font-size: 14px;
    font-weight: 500;
    color: #f68e34;
    transition: all .5s ease-out;
    background: none;
    border: none;
    padding-left: 0;
}

.jobs-list .read-btn:hover {
    color: blue;
}

.jobs-list .read-btn i {
    font-size: 14px;
}

.jobs-list .modal-header {
    background-color: #f68e34;
    color: #fff;
}

.jobs-list .modal-header .close-btn {
    background: none;
    border: none;
    color: #fff;
}

.why-choose {
    margin-bottom: 30px;
}

.why-choose h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.why-choose ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 10px;
}

.why-choose li {
    line-height: 20px;
    margin-bottom: 5px;
}

.why-choose li span {
    font-weight: 600;
}

.why-choose p {
    line-height: 20px;
}

/****** job-apply *******/

.mycontainer {
    padding: 0 15px;
}

.job-apply .img-box {
    float: left;
    width: 40%;
}

.job-apply .form-box {
    float: left;
    width: 40%;
    background-color: #fff;
    padding: 30px 15px;
    margin-left: 10%;
}

.job-apply h2 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 50px;
}

.job-apply .form-label {
    font-size: 15px;
    margin-bottom: 5px;
}

.job-apply select,
.get-a-quote select {
    display: block;
    width: 100%;
    height: 38px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


/***** become-dealer start *****/

.become-dealer .bg-img {
    background: url(../images/Dealer-1-BG.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 150px 0;
}

.become-dealer .bg-img h2 {
    color: #fff;
}

.become-dealer .content-box {
    max-width: 900px;
    margin: 0 auto;
}

.become-dealer .lft-prt {
    float: left;
    width: 60%;
    padding: 15px 30px;
    border-right: 1px solid #f68e34;
}

.become-dealer .lft-prt p {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 30px;
}

.become-dealer .lft-prt ol {
    list-style: auto;
}

.become-dealer .lft-prt ol li {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}

.become-dealer .lft-prt ol li span {
    font-weight: 600;
}

.become-dealer .rgt-prt {
    float: left;
    width: 40%;
    padding: 15px 30px;
}

.become-dealer .rgt-prt .form-label {
    font-size: 14px;
}

.become-dealer .rgt-prt .form-label span,
.job-apply .form-label span,
.get-a-quote .form-label span {
    color: red;
}

.become-dealer .rgt-prt input,
.become-dealer .rgt-prt select {
    font-size: 14px;
}

.become-dealer .rgt-prt p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin-bottom: 15px;
}

.become-dealer .check-box {
    font-size: 14px;
}


/***** contact-us page start ****/

.contact-us h2,
.address h2 {
    text-align: center;
    font-size: 54px;
    margin-bottom: 15px;
}

.contact-us h2 {
    color: #f68e34;
}

.contact-us .tagline {
    text-align: center;
    font-size: 18px;
    margin-bottom: 100px; 
}

.contact-us .support-list li {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    position: relative;
}

.contact-us .support-list .content {
    text-align: center;
    margin: 0 auto;
    width: 90%;
    padding: 30px 15px;
    background-color: #f8f8f8;
    min-height: 515px;
    transition: all 0.3s linear;
}

.contact-us .support-list .content:hover {
    width: 100%;
    background-color: #f68e34;   
}

.contact-us .circle {
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #f68e34;
    top: -35px;
    left: 36%;
    border: 2px solid transparent;
    transition: all 0.3s linear;
}

.contact-us .content:hover .circle {
    background-color: #565C60;
    border: 2px solid #fff;
}

.contact-us .support-list .content h4 {
    font-weight: 700;
    margin-bottom: 15px;
    min-height: 25px;
    margin-top: 45px;
}

.contact-us .support-list .content p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    font-family: source sans pro, sans-serif;
    min-height: 260px;
}

.contact-us .support-list .content:hover p {
    color: #fff;
}

.contact-us .support-list .reqeust-btn {
    margin-bottom: 15px;
    margin-top: 0;
}

.contact-us .support-list .content .reqeust-btn a {
    font-size: 13px;
    font-weight: 600;
}

.contact-us .support-list .content:hover .reqeust-btn a {
    background: #565C60;
}


/****** address start *****/

/*.address {
    background: url(../images/Background.png);
    background-repeat: no-repeat;
    background-size: cover;
}*/

.address .container {
    padding-top: 0;
}

.address h2 {
    margin-bottom: 50px;
    color: #f68e34;
}

.address .content-box {
    width: 100%;
    margin: 0 auto;
}

.address .map iframe {
    width: 100%;
    margin-bottom: 30px;
}

.address .list li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    margin-bottom: 15px;
}

.address .list div h4 {
    font-size: 18px;
    font-weight: 500;
    color: #f68e34;
    margin-bottom: 5px;
}

.address .list div p {
    font-size: 14px;
    line-height: 22px;
    color: #222;
    margin-bottom: 10px;
}

.address .list div p.location {
    min-height: 60px;
}


/******* mep-page start ******/

.mep-page .content-box {
    width: 85%;
    margin: 0 auto;
}

.mep-page .oem .content-box,
.mep-page .i-clients .content-box {
    width: 100%;
    margin: 0 auto;
}

.mep-page h1 {
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    color: #f68e34;
    margin-bottom: 50px;
}

.mep-page .lft-rgt {
    margin-bottom: 30px;
}

.mep-page .lft-prt {
    float: left;
    width: 70%;
    padding: 0 15px;
}

.mep-page .oem .lft-prt,
.mep-page .i-clients .lft-prt {
    float: left;
    width: 60%;
    padding: 0 15px;
}

.mep-page h2 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.mep-page .lft-prt ul {
    list-style: disc;
    padding-left: 20px;
}

.mep-page .lft-prt li {
    line-height: 22px;
    margin-bottom: 14px;
}

.mep-page .lft-prt li span {
    font-weight: 600;
}

.mep-page .lft-prt p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
}

.mep-page .rgt-prt {
    float: left;
    width: 30%;
    padding: 0 15px;
}

.mep-page .rgt-prt .images {
    margin-bottom: 5px;
}

.mep-page .contractor .rgt-prt .images img {
    max-height: 260px;
}

.mep-page .contractor .rgt-prt .images {
    margin-left: 30px;
}

.mep-service li {
    float: left;
    width: 33.33%;
}

.mep-service .contentbox {
  position: relative;
}

.mep-service .txt-prt {
    position: absolute;
    transition: .5s ease;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%;
}

.mep-service .txt-prt .img-icon {
    width: 80px;
}

.mep-service .contentbox:hover .txt-prt {
    top: 200px;
}

.mep-service .text {
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: white;
    margin-bottom: 15px;
}

.mep-service .contentbox .txt-prt span {
    display: none;
    transition: .5s ease;
}

.mep-service .contentbox:hover .txt-prt span {
    display: block;
    color: #fff;
    font-weight: 600;
}

.mep-page .i-clients .rgt-prt,
.mep-page .oem .rgt-prt {
    width: 40%;
    padding: 0;
}

.mep-page .i-clients .all-images .images,
.mep-page .oem .all-images .images {
    float: left;
    width: 50%;
}

.mep-page .oem .all-images .images,
.mep-page .i-clients .all-images .images {
    padding-left: 7px;
}


/******** strategic-partner start *********/

.strategic-partner .lft-prt,
.strategic-partner .rgt-prt {
    float: left;
    width: 50%;
    padding: 0;
}

.strategic-partner .lft-prt p {
    font-size: 22px;
    line-height: 36px;
}

.strategic-partner .rgt-prt img {
    max-width: 500px;
}

.strategic-partner .partner-logo {
    padding-top: 50px;
}

.strategic-partner .partner-logo li {
    float: left;
    width: 33.33%;
    padding: 0 15px;
    text-align: center;
}

.strategic-partner .partner-logo img {
    max-width: 150px;
}

.strategic-partner .partner-logo h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}

.strategic-partner .partner-logo h5 {
    font-size: 17px;
    font-weight: 500;
    color: #f68e34;
    margin-bottom: 5px;
}

.strategic-partner .partner-logo p {
    text-align: justify;
}


/******** who-we-are start *********/

.who-we-are .content-box {
    margin-bottom: 50px;
}

.who-we-are .lft-prt,
.who-we-are .rgt-prt {
    float: left;
    width: 50%;
    padding: 0 15px;
}

.who-we-are .lft-prt p {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 15px;
}

.who-we-are .certification {
    margin-bottom: 30px;
}

.who-we-are .rgt-prt li {
    float: left;
    width: 50%;
    padding-left: 7px;
    padding-bottom: 3px;
} 

.who-we-are .partner-logo li {
    float: left;
    width: 14.10%;
    padding: 0 5px;
    text-align: center;
}

.who-we-are .partner-logo.memberships li {
    width: 25%;
}

.who-we-are .partner-logo img {
    max-width: 150px;
}

/*********** policy-page start ************/

.policy-page p {
    line-height: 22px;
    margin-bottom: 15px;
}

.policy-page ul {
    margin-bottom: 25px;
    list-style: disc;
    padding-left: 20px;
}

.policy-page ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

/*********** 404 error-page start *************/

.error-page .container {
    padding-top: 0;
}

.error-page .content-box {
    width: 600px;
    margin: 0 auto;
    text-align: center;
}

.error-page .content-box h1 {
    font-size: 144px;
    font-weight: 600;
}

.error-page .content-box h3 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 15px;
}

.error-page .content-box p {
    font-weight: 500;
    margin-bottom: 15px;
}

/*********** whatsapp chat 
.chat {
    position: fixed;
    bottom: 30px;
    left: 25px;
    z-index: 9;
}

.chat img {
    width: 50px;
    height: 50px;
}*************/

.chat .whatsapp {
    margin-bottom: 5px;
}

.chat .tooltip-text {
    visibility: hidden;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    width: 150px;
    text-align: center;
    color: #222;
    background-color: #fff;
    border: 1px solid #222;
    padding: 5px;
}

.chat .hover-text:hover .tooltip-text {
  visibility: visible;
}

.chat .tooltip-text.right {
  top: 13px;
  left: 110%;
}

.chat .messenger .tooltip-text.right {
  top: 70px;
  left: 110%;
}


/********** all catalog form css start ***********/

.all-catalog-forms {
    max-width: 600px;
}

.all-catalog-forms h3 {
    margin-bottom: 25px;
    color: #f68e34;
    font-weight: 600;
}

.all-catalog-forms form .field-box {
    float: left;
    width: 50%;
    padding-right: 15px;
}

.all-catalog-forms form .form-label {
    font-size: 14px;
}

.all-catalog-forms .sbmt-btn {
    border: none;
    color: #fff;
    background-color: #f68e34;
    padding: 12px 20px;
    border-radius: 20px;
    font-weight: 500;
    background: linear-gradient(to right, #f68e34 50%, #565C60 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
    margin: 10px 0 20px 0;
}

.all-catalog-forms .sbmt-btn:hover {
    background-position: left bottom;
}



/************ landing page start ***************/

.landing-page h2 {
    font-size: 30px;
    font-weight: 700;
    color: #f68e34;
    margin-bottom: 10px;
}

.landing-page .tagline {
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
}

.landing-page .rqst-qot {
    font-size: 15px;
    color: #0000ff;
    transition: all .5s ease-out;
    text-decoration: underline;
}

.landing-page .rqst-qot:hover {
    color: #cb650c;
}

.landing-page h4 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 15px;
}

.landing-page .list-two .lft {
    float: left;
    width: 60%;
}

.landing-page .list-two .rgt {
    float: right;
    width: 35%;
}

.landing-page ul {
    list-style: disc;
    padding-left: 15px;
    margin-bottom: 20px;
}

.landing-page li {
    line-height: 20px;
    margin-bottom: 5px;
}

.landing-page .list-two h5 {
    font-weight: 700;
    margin-bottom: 7px;
}

.landing-page .list-two li {
    margin-bottom: 15px;
}

.landing-page p span.color {
    color: #cb650c;
}

.landing-page p span {
    font-weight: 700;
}

.landing-page .lower-part {
    padding-top: 30px;
}

.landing-page .lower-part h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.landing-page .lower-part p {
    margin-bottom: 10px;
}


/**************** mobile responsive code *******************/

@media screen and (max-width: 1299px) {

    #navbar .menu ul li:first-child {
        margin-right: 3%;
    }

    .menu > ul > li.main-li {
        margin: 0 0.6em;
    }
    
    #navbar .vibra-desktop {
    right: 3%;
}

}

@media screen and (max-width: 992px) {
    
    header .top-part .contact {
        font-size: 13px;
    }
    
    header .top-part .section-lft {
        width: 45%;
    }
    
    header .top-part .section-rgt {
        width: 54%;
    }
    
    .menu-mobile {
        padding-right: 20px;
    }
    
    .menu-mobile:after {
        content: "\f0c9";
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        font-size: 24px;
    }
    
    #navbar {
        padding: 0 10px;
        position: inherit;
    }
    
    #navbar a.responsive {
        display: block;
       float: left;
        padding: 0;
        padding-left: 10px;
    }
    
    #navbar .responsive img {
        max-width: 125px;
        padding-top: 9px;
    }
    
    #navbar .desktop {
        display: none;
    }
    
    #navbar .menu > ul {
        padding: 0 15px 10px 15px;
    }
    
    .menu > ul > li.main-li {
        margin: 0;
    }
    
    #navbar .menu ul .main-menu {
        color: #222;
        padding: 0.3em 0;
        font-size: 15px;
    }
    
    .menu-dropdown-icon:before {
        content: "\f0dd";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding: 0;
    }
    
    #navbar .menu > ul > li > ul {
        padding-left: 10px;
    }
    
    .menu > ul > li > ul.normal-sub {
        width: 85%;
    }
    
    .menu > ul > li > ul.normal-sub > li {
        margin-top: 0;
    }
    
    .menu > ul > li > ul.normal-sub > li a {
        padding: 5px 0;
        font-size: 14px;
    }
    
    .carousel img {
        height: 300px;
    }
    
    .marg-top-80 {
        margin-top: 0;
    }
    
    .product-details .container {
        padding-bottom: 20px;
    }
    
    .main-carousel {
        margin-top: 0;
    }
    
    .breadcrumb {
        padding: 0 ;
        margin-bottom: 30px;
    }
    
    #navbar .vibra-desktop {
        display: none;
    }
    
    #navbar .vibra-mobile {
        display: block;
        right: 22%;
        top: 4%;
    }
    
    
    /*********** home page start ************/
    
    .carousel-control-next-icon, 
    .carousel-control-prev-icon {
        width: 1rem;
        height: 1rem;
    }
    
    .accordion {
        margin-bottom: 15px;
    }
    
    .accordion-body,
    .get-a-quote .col-md-8 {
        padding: 0;
    }
    
    .accordion .accordion-button {
        font-size: 16px;
        font-weight: 600;
    }
    
    .accordion .accordion-button:not(.collapsed) {
        background-color: #f68e34;
        color: #fff;
        border-radius: 0;
        box-shadow: none;
    }
    
    .our-products .products-list img,
    .all-cat .pads img {
        max-width: 125px;
    }
    
    .our-products .container,
    .all-cat .container,
    .strategic-partner .container,
    .mep-page .container,
    .become-dealer .container,
    .contact-us-page .container,
    .bellows .container,
    .get-a-quote .container,
    .policy-page .container,
    .single-bellow .container  {
        padding-bottom: 0px;
    }
    
    .certificates .container,
    .autoplay-logos,
    .our-products .container,
    .quality-control-page .container,
    .career-page .container,
    .all-cat .container,
    .strategic-partner .container,
    .mep-page .container,
    .become-dealer .container,
    .modular-support,
    .contact-us-page .container,
    .bellows .container,
    .get-a-quote .container,
    .policy-page .container,
    .single-bellow .container,
    .who-we-are .container,
    .strategic-partner .partner-logo {
        padding-top: 25px;
    }
    
    .cta,
    .cta-consult {
        padding: 15px 0;
    }
    
    .cta .main-container {
        width: 97%;
    }
    
    .cta-product .content {
        left: 34%;
    }
    
    .cta-product .content h3 {
        font-size: 22px;
    }
    
    .cta .cta-product {
        float: none;
        width: 100%;
    }
    
    .cta .myline {
        width: 97%;
        height: 1px;
        float: none;
        margin: 5px 0;
        margin: 0 auto;
    }
    
    .services .container {
        padding: 30px 0 0 15px;
    }
    
    .services li {
        width: 50%;
        margin-bottom: 15px;
    }
    
    .cta-consult h3 {
        font-size: 25px;
    }
    
    .cta-consult .img-prt .img-fluid {
        width: 100%;
    }
    
    .cta-consult .content {
        height: 280px;
    }
    
    .industries-list .card .txt h4 {
        height: 36px;
    }
    
    .quality-control-page h3
    .easyflex-table h2 {
        font-size: 18px;
    }
    
    .blog li {
        padding: 0;
    }
    
    .blog li h3 {
        margin-bottom: 10px;
        font-size: 15px;
        line-height: 18px;
    }
    
    .blog li p {
        line-height: 18px;
    }
    
    .blog .main-heading2 {
        margin-top: 0;
    }
    
    /************ who-we-are page start ***********/
    
    .quality-control-page .common {
        margin-bottom: 0;
    }
    
    .who-we-are .lft-prt p {
        font-size: 15px;
        line-height: 18px;
    }
    
    .who-we-are .rgt-prt {
        padding: 0;
        margin-left: -10px;
    }
    
    .who-we-are .partner-logo li {
        width: 33.33%;
    }
    
    .who-we-are .partner-logo.memberships li {
        width: 50%;
    }
    
    .quality-control-page .top-section .txt {
        font-size: 15px;
        line-height: 20px;
        padding: 0;
    }
    
    .quality-control-page .images div {
        width: 33.33%;
        margin-bottom: 10px;
    }
    
    .quality-control-page .images div:nth-child(4),
    .quality-control-page .images div:nth-child(4) {
        margin-bottom: 0;
    }
    
    .who-we-are .content-box {
        margin-bottom: 20px;
    }
    
    /************ quality-assurance page start ***********/
    
    .quality-control-page .table-box,
    .mep-page .rgt-prt {
        padding: 0;
    }
    
    .quality-control-page .table:last-child {
        margin-bottom: 0;
    }
    
    .quality-control-page th {
        font-size: 14px;
    }
    
    .quality-control-page .table {
        margin-bottom: 15px;
    }
    
    /************ career page start ***********/
    
    .job-apply .mycontainer {
        padding-top: 25px;
    }
    
    .career-page .background {
        top: 15px;
        height: 300px;
    }
    
    .career-page .text {
        top: 5px;
        left: 1%;
    }
    
    .career-page .text p {
        font-size: 15px;
        line-height: 20px;
    }
    
    .career-page .text h4 {
        font-size: 22px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    
    .why-choose {
        margin-bottom: 10px;
    }
    
    .jobs-list {
        margin-bottom: 10px;
    }
    
    .jobs-list .main-li {
        float: none;
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    
    .jobs-list .main-li:first-child {
        margin-left: 0;
    }
    
    .jobs-list .main-li:last-child {
        margin-bottom: 0;
    }
    
    .jobs-list .content-box h2 {
        font-size: 18px;
        min-height: 25px;
        margin-bottom: 5px;
    }
    
    .jobs-list .content-box p {
        line-height: 18px;
        min-height: 80px;
    }
    
    .job-apply .form-box {
        margin-left: 0;
        padding: 0;
    }
    
    .job-apply h2 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 25px;
    }
    
    
    /*************** strategic partnerships page start  ******************/
    
    .strategic-partner .lft-prt p {
        font-size: 16px;
        line-height: 20px;
        text-align: justify;
        margin-bottom: 15px;
    }
    
    .strategic-partner .rgt-prt img {
        max-width: 100%;
    }
    
    .strategic-partner .partner-logo li {
        margin-bottom: 15px;
        padding: 0;
    }
    
    .stamped-part .tabs label {
        width: 13%;
    }
    
    .stamped,
    .all-type-bellow .basic-types li {
        margin-bottom: 15px;
    }
    
    .all-type-bellow .basic-types li {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    .all-type-bellow .basic-types li.rej-li a {
        min-height: 550px;
    }
    
    .all-type-bellow .basic-types li ul {
        padding-left: 15px;
    }
    
    .all-type-bellow .basic-types .txt-prt {
        padding: 10px;
    }
    
    .all-type-bellow .basic-types .txt-prt h5 {
        font-size: 16px;
        line-height: 18px;
        height: 75px;
    }
    
    .bellow-info .hose-end p {
        line-height: 16px;
        margin-bottom: 0;
    }
    
    /*************** bellows page start  ******************/
    
    .all-cat .pads h4 {
        line-height: 14px;
    }
    
    .bellows .application-industries .lft-prt img {
        max-width: 100%;
    }
    
    .bellows .text-prt p,
    .bellows .application-industries .rgt-prt p {
        line-height: 18px;
    }
    
    .all-type-bellow .om div {
        width: 50%;
        margin-bottom: 15px;
    }
    
    .all-type-bellow .list-one .rgt-prt {
        padding-top: 15px;
        margin-bottom: 0;
    }
    
    .all-type-bellow .om img {
        max-width: 100%;
    }
    
    .all-type-bellow .bellow-info .list-one,
    .all-type-bellow .basic-types.marg-btm-30 {
        margin-bottom: 15px;
    }
    
    .all-type-bellow .basic-types li:last-child {
        margin-bottom: 0;
    }
    
    .all-type-bellow .bellow-info .options {
        margin-bottom: 15px;
    }
    
    .all-type-bellow .bellow-info .options div {
        padding-left: 0;
    }
    
    .all-type-bellow .options div h4 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    
    .all-type-bellow .options div p {
        font-size: 15px;
        line-height: 17px;
    }
    
    .all-type-bellow .basic-types li a {
        padding: 5px;
    }
    
    
    
    /*************** hose-assemblies page start  ******************/
    
    .all-type-bellow .top-section .lft {
        padding-right: 0;
        padding-bottom: 15px;
    }
    
    .all-type-bellow .top-section .rgt {
        margin-left: -5px;
    }
    
    .all-type-bellow .top-section,
    .all-type-bellow .hose-images,
    .all-type-bellow .hose-end {
        margin-bottom: 15px;
    }
    
    .all-type-bellow .get-quote-btn {
        padding: 15px 0;
    }
    
    .all-type-bellow .get-quote-btn .lft,
    .all-type-bellow .get-quote-btn .rgt {
        text-align: center;
    }
    
    .all-type-bellow .get-quote-btn .lft p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    
    
    /*************** modular-support page start  ******************/
    
    .modular-support .main-content {
        padding: 0 15px;
    }
    
    .modular-support .main-content .images img,
    .hose-assemblies .hose-images img {
        max-width: 49%;
    }
    
    .installation-images .image {
        float: none;
        width: 100%;
    }
    
    .installation-images,
    .our-products.modular-support .marg-btm-30,
    .modular-support .main-content .tagline {
        margin-bottom: 15px;
    }
    
    .modular-support .features-list {
        padding: 15px 0;
    }
    
    .modular-support .features-list li {
        border: 0;
    }
    
    .modular-support .list-box {
        width: 100%;
        padding: 0;
    }
    
    .our-products.modular-support .nav-pills li {
        width: 16.66%;
    }
    
    
    /*************** product-detail-page start  ******************/
    
    .product-details h2 {
        float: none;
        width: 100%;
        font-size: 22px;
        margin-bottom: 20px;
    }
    
    .product-details .page-share {
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }
    
    .product-details .nav-tabs {
        margin-bottom: 15px;
    }
    
    .product-details .nav-item {
        width: 33%;
    }
    
    .product-details .nav-tabs .nav-link {
        font-size: 14px;
    }
    
    .product-details .page-share span, 
    .product-details .page-share span i {
        font-size: 14px;
    }
    
    .product-details .page-share i {
        font-size: 22px;
    }
    
    .product-details #description li, 
    .product-details #applications ul li, 
    .product-details #application ul li, 
    .product-details #specifications ul li {
        font-size: 14px;
        line-height: 15px;
        margin-bottom: 10px;
    }
    
    .product-details .tab-content p {
        font-size: 14px;
        line-height: 18px;
    }
    
    .product-details .tab-content h4 {
        font-size: 16px;
        margin-top: 15px;
    }
    
    .reqeust-btn a {
        font-size: 14px;
        padding: 15px;
    }
    
    .product-details .lft-part {
        margin-bottom: 15px;
    }
    
    .product-details .lft-part,
    .product-details .rgt-part,
    .cta-advice .lft-prt,
    .cta-advice .rgt-prt,
    .cta-consult .img-prt,
    .cta-consult .content,
    .who-we-are .lft-prt, 
    .who-we-are .rgt-prt,
    .quality-control-page .top-section .txt,
    .quality-control-page .top-section .image,
    .quality-control-page .table-box,
    .quality-control-page .img-box,
    .strategic-partner .lft-prt, 
    .strategic-partner .rgt-prt,
    .strategic-partner .partner-logo li,
    .mep-page .lft-prt,
    .mep-page .rgt-prt,
    .mep-page .oem .lft-prt, 
    .mep-page .i-clients .lft-prt,
    .mep-page .oem .rgt-prt,
    .mep-page .i-clients .rgt-prt,
    .job-apply .img-box,
    .job-apply .form-box,
    .modular-support .main-content .images,
    .modular-support .main-content ul,
    .all-type-bellow .top-section .lft,
    .all-type-bellow .top-section .rgt,
    .all-type-bellow .get-quote-btn .lft,
    .all-type-bellow .get-quote-btn .rgt,
    .bellows .text-prt, 
    .bellows .img-prt,
    .bellows .application-industries .lft-prt,
    .bellows .application-industries .rgt-prt,
    .all-type-bellow .list-one .lft-prt,
    .all-type-bellow .list-one .rgt-prt,
    .all-type-bellow .advantages .txt-prt,
    .all-type-bellow .advantages .img-prt,
    .all-type-bellow .bellow-works .txt-prt,
    .single-bellow .lft-prt,
    .single-bellow .rgt-prt,
    .footer-social-part .content-box,
    .footer-social-part .footer-links {
        float: none;
        width: 100%;
    }
    
    .who-we-are .lft-prt, 
    .who-we-are .rgt-prt
    .mep-page .oem .lft-prt,
    .mep-page .i-clients .lft-prt,
    .mep-page .lft-prt,
    .single-bellow .lft-prt {
        padding: 0;
    }
    
    .our-products .nav-pills li {
        width: 14.28%;
    }
    
    .our-products .nav-pills {
        margin-bottom: 1rem!important;
    }
    
    .our-products .nav-pills .nav-link {
        line-height: 14px;
        padding: 5px;
    }
    
    .our-products .products-list h4 {
        font-size: 14px;
        font-weight: 600;
    }
    
    .all-cat .pads h4 {
        font-size: 14px;
        font-weight: 600;
        height: 70px;
    }
    
    .product-detail-page .reqeust-btn {
        margin-bottom: 15px;
    }
    
    .main-heading {
        font-size: 30px;
        padding-bottom: 10px;
    }
    
    .line,
    .bellows .text-prt ul {
        margin-bottom: 15px;
    }
    
    .sub-heading {
        font-size: 16px;
        margin-bottom: 30px;
    }
    
    .our-products .products-list li {
        width: 33.33%;
    }
    
    .all-type-bellow .basic-types img {
        max-width: 175px;
    }
    
    .all-cat .pads li {
        width: 33.33%;
        margin-bottom: 5px;
    }
    
    /******** mep page start *********/
    
    .mep-page .oem .lft-prt,
    .all-type-bellow .bellow-works .txt-prt {
        padding: 0;
    }
    
    .all-type-bellow .bellow-works .txt-prt {
        margin-bottom: -25px;
    }
    
    .mep-page h1 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    .mep-page .content-box {
        width: 100%;
    }
    
    .mep-page .lft-prt p {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    
    .mep-page h2 {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    
    .mep-page .lft-prt li {
        font-size: 15px;
        line-height: 20px;
        margin-bottom: 10px;
    }
    
    .mep-page .contractor .rgt-prt .images {
        margin-left: 0;
    }
    
    .mep-page .contractor .rgt-prt .images img {
        width: 100%;
        max-height: 100%;
    }
    
    .mep-service .text {
        font-size: 20px;
        line-height: 24px;
        max-width: 300px;
    }
    
    .mep-service .txt-prt {
        top: 70%;
    }
    
    .mep-page .lft-rgt {
        margin-bottom: 15px;
    }
    
    .product-details #downloads a {
        font-size: 15px;
    }
    
    /******** become a dealer page start *********/
    
    .become-dealer .content-box {
        max-width: 100%;
    }
    
    .become-dealer .lft-prt {
        width: 50%;
        padding: 15px 15px 0 0;
    }
    
    .become-dealer .rgt-prt {
        width: 50%;
        padding: 15px 0;
    }
    
    .become-dealer .lft-prt ol {
        padding-left: 15px;
    }
    
    .become-dealer .lft-prt p {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 15px;
    }
    
    .become-dealer .lft-prt ol li {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    
    .become-dealer .lft-prt ol li:last-child {
        margin-bottom: 0;
    }
    
    #become_dealer .col-md-12 {
        padding: 0 0 0 10px;
    }
    
    
    /******** contact-us page start *********/
    
    .contact-us h2, .address h2 {
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 25px;
    }
    
    .contact-us .tagline {
        margin-bottom: 70px;
    }
    
    .contact-us .support-list .content {
        width: 100%;
    }
    
    .contact-us .support-list li {
        margin-bottom: 50px;
    }
    
    .contact-us .support-list li:last-child {
        margin-bottom: 15px;
    }
    
    .contact-us .circle {
        left: 37%;
    }
    
    .contact-us .support-list .content {
        min-height: auto;
    }
    
    .contact-us .support-list .content p {
        min-height: auto;
        font-size: 15px;
        line-height: 20px; 
    }
    
    .address .content-box {
        width: 100%;
    }
    
    .address .content-box li {
        margin-bottom: 20px;
        padding-top: 20px;
    }
    
    .address .map iframe {
        max-width: 100%;
        margin-bottom: 15px;
    }
    
    .address .list div p.location {
        min-height: auto;
    }
    
    .footer-social-part .content-box {
        margin-bottom: 50px;
    }
    
    .footer-social p {
        font-size: 18px;
    }
    
    .footer-social h3 {
        font-size: 24px;
        margin-bottom: 15px;
    }
    
    .footer-social .social-icon {
        font-size: 30px;
    }
    
}


@media screen and (max-width: 767px) {
    
    #navbar .vibra-desktop {
        display: none;
    }
    
    #navbar .vibra-mobile {
        display: block;
        top: 6%;
    }
    
    #navbar .vibra-logo img {
        max-width: 125px;
    }
    
    #boxes img {
        width: 250px;
    }
    
    #boxes div#dialog {
        width: 275px;
    }
    
    #boxes #dialog.window {
        left: 15% !important;
    }
    
    
    
    header .top-part .section-lft {
        display: none;
    }
    
    header .top-part .section-rgt {
        width: 100%;
    }
    
    header .top-part .social-icons li:nth-child(5) {
        display: none;
    }
    
    header .top-part .social-icons li:nth-child(6),
    header .top-part .social-icons li:nth-child(7) {
        float: right;
        margin-right: 10px;
    }
    
    header .top-part .social-icons li:nth-child(6) {
        margin-right: 0;
    }
    
    header .top-part .social-icons li:last-child a, 
    header .top-part .social-icons li:nth-child(6) a {
        font-weight: 500;
        padding: 7px 8.5px;
    }
    
    .marg-top-80 {
        margin-top: 0;
    }
    
    /******** home page start *********/
    
    .carousel img {
        height: 200px;
    }
    
    .star {
        border-bottom: 7px solid #f68e34;
        top: -13px;
    }
    
    .star:after {
        border-top: 7px solid #f68e34;
        top: 22px;
    }
    
    .home-menu-desktop {
        display: none;
     }
    
    .home-menu-mobile {
        display: block;
     }
    
    .home-menu-mobile .accordion-body {
        padding-top: 10px;
     }
    
    .cta-product .content {
        left: 9%;
    }
    
    .cta-consult h3 {
        font-size: 22px;
    }
    
    .services li h3 {
        padding: 7px 5px;
        height: 75px;
    }
    
    .product-details .container {
        padding-top: 20px;
    }
    
    .our-products .nav-pills .nav-link {
        padding: 0;
    }
    
    .services ul {
        margin-left: -15px;
    }
    
    .industries-list .carousel-inner .carousel-item > div {
        display: none;
    }

    .industries-list .carousel-inner .carousel-item > div:first-child {
        display: block;
    }

    .industries-list .carousel-inner .carousel-item.active,
    .industries-list .carousel-inner .carousel-item-next,
    .industries-list .carousel-inner .carousel-item-prev {
        display: flex;
    }
    
    .blog .card-body h3 {
        margin-bottom: 5px;
    }
    
    .blog .card-body p {
        line-height: 18px;
    }
    
    .blog .carousel-inner .carousel-item>div {
        display: none;
    }

    .blog .carousel-inner .carousel-item>div:first-child {
        display: block;
    }
    
    .blog .carousel-control-prev {
        left: -5px;
    }
    
    .blog .carousel-control-next {
        right: -5px;
    }
    
    .certificates li {
        width: 50%;
        margin: 10px 0;
    }
    
    .blog .container,    
    .newsletter .container,
    .who-we-are .container {
        padding-top: 25px;
        padding-bottom: 25px;
    }
    
    .newsletter .form-box {
        padding: 15px 0;
    }
    
    .autoplay-logos .slider {
        height: 70px;
    }
    
    .main-heading {
        font-size: 24px;
        padding-bottom: 10px;
    }
    
    .newsletter .form-box .form-group {
        padding-left: 10px;
        padding-right: 10px;
    }
    
    /********** .industries-list start ***********/
    
    
    .industries-list .desktop {
        display: none;
    }
    
    .industries-list .mobile {
        display: block;
    }
    
    .industries-list .card {
        padding: 20px 5px;
    }

    .industries-list .full-size {
        width: 100%;
    }
    
     /************ who-we-are page start ***********/
    
    .quality-control-page .certificates-list li {
        width: 33.33%;
    }
    
     /************ quality assurance page start ***********/
    
    .quality-control-page .top-section .txt {
        font-size: 14px;
        line-height: 18px;
    }
    
    /************ career page start ***********/
    
    .career-page .top-image img {
        height: 290px;
    }
    
    .career-page .background {
        height: 270px;
        width: 95%;
        top: 10px;
    }
    
    .career-page .text h4 {
        font-size: 20px;
        line-height: 24px;
    }
    
    .career-page .text p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .career-page .text {
        width: 95%;
        padding: 15px 15px 15px 30px;
        left: 0%;
    }
    
    .job-apply .img-box {
        display: none;
    }
    
    .strategic-partner .lft-prt p,
    .strategic-partner .partner-logo p {
        font-size: 15px;
        line-height: 18px;
        text-align: left;
    }
    
    .strategic-partner .partner-logo {
        padding-top: 0;
    }
    
    /******** all products page start *********/
    
    .all-cat .pads img {
        max-width: 100px;
    }
    
    .bellows .img-prt .collage {
        max-width: 100%;
    }
    
    .all-type-bellow .get-quote-btn {
        padding-bottom: 30px;
    }
    
    .all-type-bellow .basic-types img {
        max-width: 200px;
    }
    
    .all-type-bellow .basic-types .img-prt,
    .all-type-bellow .advantages,
    .all-type-bellow .bellow-info p:last-child,
    .all-type-bellow .bellow-info ul p:last-child,
    .hose-assemblies .hose-end.marg-btm-50 p,
    .product-details .tab-content .strut-sytems .marg-btm-30 {
        margin-bottom: 0;
    }
    
    .all-type-bellow .bellow-info p,
    .all-type-bellow .bellow-info ul p {
        line-height: 15px;
        margin-bottom: 10px;
    }
    
    .all-type-bellow .bellow-info .list-two div,
    .all-type-bellow .advantages .img-prt div {
        width: 50%;
        margin-bottom: 15px;
    }
    
    .all-type-bellow .advantages .img-prt div {
        padding-left: 0;
    }
    
    .all-type-bellow .list-one.rbr-blw {
        padding-left: 30px;
    }
    
    .all-type-bellow .om h5, .all-type-bellow .list-two h5 {
        font-size: 15px;
        height: 36px;
    }
    
    .all-type-bellow .advantages .img-prt img {
        max-width: 150px;
    }
    
    .all-type-bellow .advantages .img-prt h5 {
        height: 52px;
    }
    
    .all-type-bellow .basic-types .txt-prt h5 {
        line-height: 20px;
        height: 60px;
    }
    
    .all-type-bellow .basic-types li.rej-li a {
        min-height: 100%;
    }
    
    .bellows .text-prt p, 
    .bellows .application-industries .rgt-prt p,
    .bellows .text-prt li,
    .single-bellow .lft-prt p,
    .single-bellow .lft-prt li, ul.rbr-bellow-list li,
    .bellows .bellow-types p,
    .hose-end li {
        font-size: 15px;
        line-height: 17px;
        text-align: left;
    }
    
    .all-type-bellow .basic-types li,
    .bellows .bellow-types li,
    .modular-support .features-list li {
        float: none;
        width: 100%;
        padding: 0;
    }
    
    .modular-support .features-list li {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .hose-assemblies .top-section .lft p,
    .hose-assemblies .basic-types,
    .bellows .bellow-types {
        margin-bottom: 15px;
    }
    
    .hose-assemblies .stamped-part .desktop {
        display: none;
    }
    
    .hose-assemblies .stamped-part .mobile {
        display: block;
    }
    
    .hose-assemblies .accordion-body {
        font-size: 15px;
        padding: 10px;
        background-color: #f9f9fb;
    }
    
    .hose-end li {
        margin-bottom: 10px;
    }
    
    .modular-support .main-content p {
        line-height: 18px;
    }
    
    .modular-support .nav.desktop,
    .modular-support .tab-content.desktop {
        display: none;
    }

    .modular-support .accordion.mobile {
        display: block;
    }

    .modular-support .accordion.mobile .accordion-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    
    .product-details .tab-content .strut-sytems h4 {
        margin-top: 0;
    }
    

    /******** mep page start *********/
    
    .mep-service li {
        float: none;
        width: 100%;
        margin-bottom: 15px;
        padding: 0;
    }
    
    .mep-service .contentbox img {
        width: 100%;
    }
    
    /******** become a dealer page start *********/
    
    .become-dealer .bg-img {
        padding: 100px 0;
    }
    
    /******** contact-us page start *********/
    
    .contact-us h2, .address h2 {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    
    .contact-us .circle {
        left: 37%;
    }
    
    .address .content-box li {
        margin-bottom: 0;
    }
    
    .address .list li {
        float: none;
        width: 100%;
    }
    
    .address .content-box {
        text-align: center;
    }
    
    .get-a-quote .col-md-8 .col-md-6 {
        width: 100%;
        padding: 0;
    }
    
    .get-a-quote .col-md-8 .col-md-6:first-child {
        margin-bottom: 15px;
    }
    
    .get-a-quote .form-group {
        padding: 0;
    }
    
    .policy-page p {
        font-size: 14px;
        line-height: 16px;
    }
    
    .footer-social p {
        font-size: 16px;
    }
    
    
    
}

@media screen and (max-width: 440px) {
    
    #navbar .container {
        padding: 0;
    }
    
    #navbar .vibra-mobile {
        display: block;
        top: 4.7%;
    }
    
}



@media screen and (max-width: 400px) {
    
    #navbar .vibra-mobile {
        display: block;
        top: 6.7%;
    }
    
    header .top-part {
        padding-right: 5px;
    }
    
    header .top-part .social-icons li {
    margin-right: 7px;
}
    
    header .top-part .social-icons li:nth-child(7) {
        margin-left: 0;
        margin-right: 5px;
    }
    
    .cta-product .content-circle {
        width: 320px;
        height: 320px;
    }
    
    .cta-product .content {
        left: 6%;
    }
    
    .cta .cta-product {
        padding: 5px 10px;
    }
    
    .cta-product .download-btn a {
        font-size: 14px;
    }
    
    .services li h3 {
        font-size: 15px;
        height: 70px;
    }
    
    .cta-consult .content {
        padding: 30px 15px 15px 15px;
    }
    
    .who-we-are .partner-logo img {
        max-width: 100px;
    }
    
    .who-we-are .rgt-prt ul {
        padding-left: 10px;
    }
    
    .footer-social p {
        font-size: 15px;
    }
    
    .footer-social h3 {
        font-size: 22px;
    } 
    
    .all-cat .pads li {
        padding: 0 5px;
    }
    
    .career-page .text h4 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    
    .career-page .top-image img {
        height: 310px;
    }
    
    .career-page .background {
        height: 290px;
    }
    
    .all-cat .pads img {
        max-width: 90px;
    }
    
    .address .list div h4 {
        font-size: 18px;
        font-weight: 700;
    }
    
    .main-heading {
        font-size: 20px;
        padding-bottom: 10px;
        line-height: 22px;
    }
    
    .product-detail-page .strut-img .flt {
        padding: 10px;
        min-height: 315px;
    }
    
    .single-bellow .rgt-prt img {
        max-width: 225px;
    }
    
    .our-products .products-list h4 {
        line-height: 15px;
        height: 70px;
    }
    
    .product-detail-page .strut-img .flt p {
        padding-right: 0;
        line-height: 16px;
        min-height: 120px;
        margin-bottom: 0;
    }
    
    .policy-page h4 {
        font-size: 18px;
    }
    
    .policy-page p {
        margin-bottom: 10px;
    }
    
    .policy-page ul {
        margin-bottom: 0;
    }
    
}

@media screen and (max-width: 375px) {
    
    .cta-product .content-circle {
        width: 310px;
        height: 310px;
    }
    
    .cta-product .content {
        left: 4%;
    }
    
    .cta-consult .content {
        padding-top: 10px;
    }
    
    .services li {
        padding-left: 5px;
        padding-right: 5px;
    }
    
    
}




 



