@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800;900&display=swap');
body{
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    line-height: 1.5;
}
.page-container{
    width: 950px;
    box-sizing: border-box;
    position: relative;
    margin: auto;
}
@media screen and (max-width:949px) {
    .page-container{
        width: 100%;
        padding: 0 10px;
    }
}
/* banner styling */
.home-banner-container, .home-banner-container .container{
    position: relative;
}
.home-banner-container .carousel-item.active{
    display: block;
    content: '';
    min-height: 340px;
}
.home-banner-container .carousel-item .image-item,.banner-container .carousel-item .image-item{
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-size: cover !important;
    display: block;
    content: '';
    min-height: 360px;
}
.home-banner-container .carousel-item .image-item-1{
    background: url('../images/img-a1.jpg');
}
.home-banner-container .carousel-item .image-item-2{
    background: url('../images/furnace-bg.jpg');
}
.home-banner-container .carousel-item .image-item-3{
    background: url('../images/pumping_home_bg.jpeg');
}
.home-banner-container .carousel-item .image-item-compressor{
    background: url('../images/compressor-home.jpeg');
}
.home-banner-container .carousel-item .image-item-led{
    background: url('../images/ledpageback-home.jpeg');
}
.home-banner-container .carousel-item .image-item-5{
    background: url('../images/autoclaves.jpg');
}
.home-banner-container .carousel-item .image-item-6{
    background: url('../images/vacuum_component_bg.png');
}
.home-banner-container .carousel-item .image-item-7{
    background: url('../images/tank.png');
}
.home-banner-container .carousel-item .image-item-111{
    background: url('../images/pharma-home-back.jpg');
}
.home-banner-container .carousel-item .image-item-8{
    background: url('../images/metalizer.jpg');
}
  @keyframes zoom {
    from {
      transform: scale(1, 1);
    }
    to {
      transform: scale(1.2, 1.2);
    }
  }

  .carousel-inner .carousel-item .image-item {
    animation: zoom 10s;
  }
.carousel-control-prev, .carousel-control-next{
    font-size: 40px;
}
.carousel-control-prev:hover i, .carousel-control-next:hover i{
    color: #d61f33;
    background: white;
    border-radius: 50%;
}
.banner-title{
    position: absolute;
    z-index: 100;
    bottom: 30px;
    width: max-content;
    max-width: 420px;
    background: rgb(214 31 51 / 75%);
    color: #fff;
    padding: 15px;
    font-weight: 400;
    font-size: 26px;
    opacity: 1;
    animation: fade-in 1.5s;
    text-transform: capitalize;
}
.banner-title.full-width{
    max-width: 100%;
}
@keyframes fade-in{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
/* banner styling ends*/
a:hover{
    color: #b31326;
}
  /* navigaton*/
  .navigation-container{
    background: #fff;
    position: absolute;
    top: 35px;
    left: 0px;
    right: 0px;
    padding: 5px 15px;
    display: flex;
    justify-content: space-between;
    align-content: flex-end;
    align-items: flex-end;
    width: 100%;
    z-index: 1000;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
  }
  .navbar{
      align-items: flex-end;
      padding: 5px;
  }
  .navbar-toggler{
    background: #d61f33;
    color: white;
    padding: 8px 10px;
    border-radius: 0;
  }
  table{
    overflow-wrap: anywhere;
  }
  button:focus{
      box-shadow: none !important;
      outline: none !important;
  }
  .navigation-container .logo{
    display: block;
}
  .navigation-container .logo img{
      max-width: 260px;
  }
  @media screen and (max-width:450px) {
    .navigation-container .logo img{
        max-width: 220px;
    }
  }
  .navigation-container .nav-link{
      text-transform: uppercase;
      color: black;
      font-weight: bold;
      font-size: 12px;
      padding: 5px 10px;
      background: transparent;
      border-radius: 0;
      border: none;
  }
  @media screen and (min-width:992px) {
      .dropdown:hover .dropdown-menu {
       margin-top: 0;
       border: none;
        padding-top: 20px;
        border-radius: 0;
      }
  }
  .dropdown-menu .dropdown-item:hover,
  .dropdown-item.active, .dropdown-item:active{
      background: #d61f33;
      color: white;
  }
  .entry-content-1 ul {
    list-style: none;
    margin-left: 40px;
    padding: 0;
    margin-top: 20px;
}
.entry-content-1  ul li {
    position: relative;
    margin-bottom: 14px;
    font-size: 16px;
    padding-left: 5px;
}
.entry-content-1 ul li:before {
    background: url(../images/ats_arrow.png);
    content: '';
    display: block;
    height: 11px;
    width: 11px;
    background-size: contain;
    position: absolute;
    left: -15px;
    top: 3px;
}
  .navigation-container .nav-link:hover, .navigation-container .nav-link.active , .nav-item.show .nav-link{
    text-transform: uppercase;
    text-decoration: none;
    background: #d61f33;
    color: white;
 }
 /* navigaton ends*/
 /* section 0  */
 .sectors-0-item {
    display: block;
    margin: 25px 0;
    transition: opacity 0.3s linear;
    opacity: 1;
    border-left: 3px solid #d61e33;
}
.sectors-0-item.faded{
    opacity: 0.2;
}
.section-0{
    padding: 50px 0 ;
}

.sectors-0-icon {
    background-size: contain;
    display: block;
    height: 70px;
    width: 100%;
}
.sectors-0-heading{
    font-size: 10px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0;
    margin-right: 2px;
    color: #000;

}
.sectors-0-item a {
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}
.sectors-0-item p {
    font-size: 14px;
    line-height: 26px;
    margin-top: 25px;
}
@media screen and (max-width:800px) {
    .section-0-items{
        flex-flow: column;
    }
}
.svg-vacuum {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22146.68%22%20height%3D%2276.37%22%20viewBox%3D%220%200%20146.68%2076.37%22%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M18.019%2020.287h1.334l6.301%2014.81%206.323-14.81h1.266L26.16%2036.499H25.1l-7.081-16.212zM40.765%2020.173h1.148l7.497%2016.211h-1.312l-2.047-4.507h-9.497l-2.047%204.507h-1.241l7.499-16.211zm4.783%2010.624l-4.231-9.313-4.254%209.313h8.485zM51.023%2028.382v-.046c0-4.554%203.403-8.324%208.048-8.324%202.875%200%204.601%201.058%206.256%202.576l-.852.874c-1.401-1.356-3.013-2.368-5.427-2.368-3.863%200-6.784%203.149-6.784%207.197v.046c0%204.069%202.967%207.243%206.807%207.243%202.322%200%203.91-.896%205.542-2.507l.807.782c-1.702%201.679-3.542%202.805-6.395%202.805-4.597%200-8.002-3.656-8.002-8.278zM68.458%2029.692v-9.405h1.195v9.29c0%203.795%202.046%205.979%205.449%205.979%203.267%200%205.357-1.979%205.357-5.864v-9.405h1.195v9.268c0%204.622-2.689%207.083-6.6%207.083-3.861%200-6.596-2.439-6.596-6.946zM86.214%2029.692v-9.405h1.196v9.29c0%203.795%202.046%205.979%205.448%205.979%203.267%200%205.357-1.979%205.357-5.864v-9.405h1.196v9.268c0%204.622-2.69%207.083-6.601%207.083-3.861%200-6.596-2.439-6.596-6.946zM104.153%2020.287h1.126l6.462%209.521%206.462-9.521h1.127v16.098h-1.195V22.403l-6.369%209.268h-.093l-6.37-9.268v13.981h-1.148l-.002-16.097z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M19.398%2042.299h11.337v1.104h-10.14v6.601h9.104v1.104h-9.104v7.289h-1.196V42.299zM34.051%2051.703v-9.404h1.195v9.29c0%203.795%202.047%205.979%205.448%205.979%203.267%200%205.358-1.977%205.358-5.862V42.3h1.196v9.267c0%204.623-2.691%207.083-6.601%207.083-3.86-.003-6.596-2.439-6.596-6.947zM51.989%2042.299h6.761c1.979%200%203.563.621%204.53%201.587a4.245%204.245%200%200%201%201.22%202.989v.046c0%202.689-2.001%204.229-4.715%204.6l5.312%206.875h-1.518l-5.13-6.668h-5.266v6.668h-1.195l.001-16.097zm6.623%208.346c2.689%200%204.69-1.354%204.69-3.679v-.046c0-2.162-1.702-3.519-4.622-3.519h-5.496v7.242l5.428.002zM68.619%2042.299h1.127l11.105%2014.004V42.299H82v16.097h-.896L69.768%2044.093v14.303H68.62V42.299h-.001zM92.767%2042.184h1.149l7.497%2016.211h-1.312l-2.047-4.507h-9.497l-2.047%204.507h-1.24l7.497-16.211zm4.784%2010.624l-4.231-9.312-4.254%209.312h8.485zM103.026%2050.393v-.047c0-4.553%203.403-8.324%208.05-8.324%202.873%200%204.598%201.059%206.254%202.576l-.852.873c-1.402-1.355-3.013-2.367-5.427-2.367-3.863%200-6.783%203.149-6.783%207.197v.045c0%204.07%202.966%207.244%206.808%207.244%202.321%200%203.907-.896%205.541-2.507l.805.781c-1.701%201.68-3.541%202.806-6.394%202.806-4.598.001-8.002-3.655-8.002-8.277zM120.76%2042.299h11.451v1.104h-10.256v6.323h9.221v1.104h-9.221v6.462h10.371v1.104H120.76V42.299zM134.858%2056.05l.781-.896c1.771%201.633%203.404%202.393%205.771%202.393%202.415%200%204.069-1.356%204.069-3.196v-.047c0-1.701-.896-2.689-4.553-3.426-3.863-.781-5.427-2.093-5.427-4.529v-.047c0-2.392%202.185-4.23%205.174-4.23%202.346%200%203.886.645%205.519%201.954l-.758.942c-1.519-1.312-3.036-1.816-4.807-1.816-2.369%200-3.933%201.357-3.933%203.035v.047c0%201.701.873%202.736%204.69%203.519%203.726.76%205.289%202.093%205.289%204.438v.046c0%202.6-2.23%204.394-5.335%204.394-2.571-.005-4.547-.858-6.48-2.581z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%239E9D9C%22%20d%3D%22M0%200v76.368h8.504V0%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
.svg-pumps {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22153.35%22%20height%3D%2276.37%22%20viewBox%3D%220%200%20153.35%2076.37%22%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M19.398%2020.288h5.842c3.541%200%205.979%201.815%205.979%204.921v.046c0%203.381-2.92%205.128-6.277%205.128h-4.346v6.002H19.4l-.002-16.097zm5.612%208.991c2.99%200%205.014-1.563%205.014-3.955v-.047c0-2.553-1.979-3.887-4.875-3.887h-4.553v7.889h4.414zM34.44%2029.692v-9.404h1.195v9.29c0%203.794%202.047%205.979%205.45%205.979%203.265%200%205.357-1.978%205.357-5.863V20.29h1.195v9.268c0%204.622-2.689%207.082-6.6%207.082-3.859-.003-6.597-2.44-6.597-6.948zM52.381%2020.288h1.127l6.462%209.521%206.462-9.521h1.127v16.097h-1.196v-13.98l-6.369%209.267H59.9l-6.369-9.267v13.979h-1.149l-.001-16.096zM72.482%2020.288h5.842c3.541%200%205.979%201.815%205.979%204.921v.046c0%203.381-2.92%205.128-6.277%205.128H73.68v6.002h-1.196l-.002-16.097zm5.612%208.991c2.99%200%205.014-1.563%205.014-3.955v-.047c0-2.553-1.979-3.887-4.875-3.887H73.68v7.889h4.414z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M18.364%2056.05l.781-.896c1.771%201.633%203.403%202.392%205.771%202.392%202.414%200%204.069-1.356%204.069-3.196v-.046c0-1.702-.896-2.689-4.553-3.427-3.863-.781-5.428-2.093-5.428-4.53v-.046c0-2.392%202.186-4.229%205.174-4.229%202.346%200%203.887.644%205.521%201.953l-.76.943c-1.519-1.312-3.036-1.817-4.806-1.817-2.369%200-3.933%201.357-3.933%203.036v.046c0%201.701.874%202.736%204.689%203.519%203.727.759%205.289%202.093%205.289%204.438v.046c0%202.6-2.229%204.393-5.334%204.393-2.572-.003-4.548-.855-6.48-2.579zM33.152%2050.394v-.046c0-4.393%203.242-8.324%208.117-8.324s8.071%203.887%208.071%208.278v.046c0%204.393-3.242%208.324-8.117%208.324s-8.071-3.886-8.071-8.278zm14.947%200v-.046c0-3.979-2.896-7.244-6.875-7.244s-6.83%203.221-6.83%207.198v.046c0%203.979%202.898%207.243%206.876%207.243s6.829-3.219%206.829-7.197zM53.463%2042.299h1.195v14.993h9.45v1.104H53.463V42.299zM66.342%2051.705V42.3h1.195v9.29c0%203.794%202.047%205.979%205.449%205.979%203.266%200%205.358-1.978%205.358-5.862v-9.405h1.195v9.268c0%204.622-2.69%207.082-6.601%207.082-3.86-.004-6.596-2.44-6.596-6.947zM88.421%2043.402h-5.61v-1.104h12.417v1.104h-5.609v14.993h-1.196l-.002-14.993zM98.702%2042.299h1.195v16.097h-1.195V42.299zM104.084%2050.394v-.046c0-4.393%203.242-8.324%208.117-8.324s8.071%203.887%208.071%208.278v.046c0%204.393-3.241%208.324-8.116%208.324s-8.072-3.886-8.072-8.278zm14.946%200v-.046c0-3.979-2.896-7.244-6.875-7.244s-6.829%203.221-6.829%207.198v.046c0%203.979%202.896%207.243%206.875%207.243%203.978%200%206.829-3.219%206.829-7.197zM124.392%2042.299h1.127l11.107%2014.004V42.299h1.147v16.097h-.896l-11.336-14.303v14.303h-1.15V42.299zM141.527%2056.05l.782-.896c1.771%201.633%203.402%202.392%205.771%202.392%202.414%200%204.069-1.356%204.069-3.196v-.046c0-1.702-.896-2.689-4.554-3.427-3.862-.781-5.427-2.093-5.427-4.53v-.046c0-2.392%202.185-4.229%205.174-4.229%202.346%200%203.887.644%205.52%201.953l-.76.943c-1.518-1.312-3.035-1.817-4.806-1.817-2.368%200-3.934%201.357-3.934%203.036v.046c0%201.701.875%202.736%204.691%203.519%203.725.759%205.289%202.093%205.289%204.438v.046c0%202.6-2.23%204.393-5.335%204.393-2.57-.003-4.548-.855-6.48-2.579z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23A3BE4C%22%20d%3D%22M0%200h8.504v76.369H0z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
.svg-calibration {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22178.21%22%20height%3D%2276.37%22%20viewBox%3D%220%200%20178.21%2076.37%22%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M18.686%2028.382v-.046c0-4.554%203.403-8.324%208.048-8.324%202.875%200%204.601%201.059%206.255%202.575l-.851.874c-1.402-1.356-3.013-2.369-5.427-2.369-3.863%200-6.784%203.15-6.784%207.197v.047c0%204.069%202.966%207.243%206.806%207.243%202.322%200%203.91-.896%205.542-2.507l.807.782c-1.702%201.679-3.542%202.806-6.395%202.806-4.597.001-8.001-3.656-8.001-8.278zM42.604%2020.172h1.148l7.497%2016.212h-1.312l-2.047-4.507h-9.497l-2.047%204.507h-1.241l7.499-16.212zm4.783%2010.624l-4.231-9.312-4.254%209.312h8.485zM54.543%2020.287h1.194V35.28h9.451v1.104H54.543V20.287zM68.641%2020.287h1.196v16.097h-1.196V20.287zM74.783%2020.287h6.645c1.816%200%203.289.529%204.186%201.426.667.667%201.035%201.519%201.035%202.529v.046c0%202.185-1.426%203.289-2.735%203.817%201.932.506%203.633%201.608%203.633%203.84v.047c0%202.689-2.3%204.392-5.771%204.392h-6.989V20.287h-.004zm6.507%207.428c2.415%200%204.14-1.173%204.14-3.312v-.046c0-1.771-1.449-2.968-4.023-2.968h-5.428v6.324l5.311.002zm.527%207.566c2.761%200%204.509-1.266%204.509-3.288v-.047c0-1.979-1.726-3.127-4.898-3.127h-5.449v6.462h5.838zM91.525%2020.287h6.762c1.977%200%203.563.621%204.528%201.587a4.237%204.237%200%200%201%201.22%202.989v.046c0%202.689-2%204.23-4.714%204.599l5.312%206.876h-1.519l-5.127-6.669h-5.266v6.669h-1.196V20.287zm6.622%208.348c2.691%200%204.691-1.356%204.691-3.68v-.046c0-2.161-1.701-3.52-4.622-3.52h-5.495v7.244l5.426.002zM114.755%2020.172h1.148l7.496%2016.212h-1.311l-2.047-4.507h-9.496l-2.047%204.507h-1.241l7.498-16.212zm4.782%2010.624l-4.23-9.312-4.254%209.312h8.484zM128.853%2021.392h-5.61v-1.104h12.418v1.104h-5.611v14.992h-1.195l-.002-14.992zM139.135%2020.287h1.196v16.097h-1.196V20.287zM144.517%2028.382v-.046c0-4.393%203.242-8.324%208.117-8.324s8.071%203.887%208.071%208.277v.047c0%204.393-3.242%208.324-8.117%208.324s-8.071-3.886-8.071-8.278zm14.948%200v-.046c0-3.979-2.898-7.244-6.876-7.244-3.979%200-6.829%203.221-6.829%207.197v.047c0%203.979%202.896%207.243%206.875%207.243s6.83-3.219%206.83-7.197zM164.826%2020.287h1.127l11.105%2014.004V20.287h1.149v16.097h-.896l-11.337-14.303v14.303h-1.148V20.287z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M18.364%2056.049l.782-.896c1.771%201.633%203.403%202.392%205.771%202.392%202.414%200%204.069-1.355%204.069-3.196v-.046c0-1.701-.896-2.689-4.553-3.427-3.863-.781-5.427-2.093-5.427-4.53V46.3c0-2.392%202.185-4.229%205.173-4.229%202.346%200%203.887.644%205.521%201.954l-.76.942c-1.519-1.312-3.036-1.816-4.806-1.816-2.369%200-3.933%201.356-3.933%203.036v.046c0%201.7.874%202.735%204.689%203.518%203.727.759%205.289%202.093%205.289%204.438v.046c0%202.599-2.229%204.392-5.334%204.392-2.573-.003-4.549-.853-6.481-2.578zM34.072%2042.298h11.451v1.104H35.269v6.324h9.221v1.104h-9.221v6.462h10.37v1.104H34.072V42.298zM49.138%2042.298h6.76c1.979%200%203.564.621%204.53%201.587a4.248%204.248%200%200%201%201.219%202.989v.046c0%202.69-2.001%204.231-4.714%204.6l5.312%206.876h-1.519l-5.128-6.669h-5.266v6.669h-1.195V42.298h.001zm6.623%208.348c2.69%200%204.69-1.357%204.69-3.681v-.045c0-2.161-1.701-3.519-4.621-3.519h-5.496v7.244l5.427.001zM63.881%2042.298h1.334l6.301%2014.81%206.324-14.81h1.264L72.021%2058.51h-1.058l-7.082-16.212zM82.465%2042.298h1.195v16.098h-1.195V42.298zM87.87%2050.394v-.047c0-4.554%203.402-8.323%208.048-8.323%202.875%200%204.6%201.058%206.255%202.574l-.852.874c-1.401-1.356-3.013-2.368-5.427-2.368-3.863%200-6.784%203.149-6.784%207.197v.046c0%204.069%202.968%207.243%206.808%207.243%202.321%200%203.91-.896%205.542-2.507l.806.782c-1.702%201.679-3.542%202.806-6.394%202.806-4.6%200-8.002-3.656-8.002-8.277zM105.602%2042.298h11.451v1.104h-10.255v6.324h9.221v1.104h-9.221v6.462h10.37v1.104h-11.566V42.298zM119.702%2056.049l.781-.896c1.771%201.633%203.402%202.392%205.771%202.392%202.414%200%204.069-1.355%204.069-3.196v-.046c0-1.701-.896-2.689-4.554-3.427-3.862-.781-5.427-2.093-5.427-4.53V46.3c0-2.392%202.185-4.229%205.174-4.229%202.346%200%203.887.644%205.521%201.954l-.761.942c-1.518-1.312-3.034-1.816-4.806-1.816-2.368%200-3.933%201.356-3.933%203.036v.046c0%201.7.875%202.735%204.69%203.518%203.726.759%205.289%202.093%205.289%204.438v.046c0%202.599-2.229%204.392-5.335%204.392-2.571-.003-4.548-.853-6.479-2.578z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23F39208%22%20d%3D%22M0%200h8.504v76.369H0z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
.svg-autoclaves {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22177.87%22%20height%3D%2276.37%22%20viewBox%3D%220%200%20177.87%2076.37%22%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M25.516%2020.174h1.15l7.496%2016.212H32.85l-2.047-4.508h-9.496l-2.047%204.508h-1.242l7.498-16.212zM30.3%2030.798l-4.23-9.312-4.254%209.312H30.3zM36.35%2029.693v-9.405h1.196v9.29c0%203.794%202.046%205.979%205.45%205.979%203.265%200%205.356-1.979%205.356-5.863v-9.405h1.195v9.269c0%204.622-2.689%207.082-6.601%207.082-3.859-.001-6.596-2.44-6.596-6.947zM58.406%2021.393h-5.61v-1.104h12.418v1.104h-5.611v14.993h-1.195l-.002-14.993zM66.757%2028.384v-.047c0-4.393%203.242-8.323%208.117-8.323s8.071%203.886%208.071%208.277v.046c0%204.393-3.241%208.324-8.116%208.324s-8.072-3.886-8.072-8.277zm14.947%200v-.047c0-3.979-2.897-7.243-6.875-7.243-3.979%200-6.83%203.22-6.83%207.197v.046c0%203.979%202.896%207.243%206.875%207.243%203.978%200%206.83-3.22%206.83-7.196zM86.214%2028.384v-.047c0-4.554%203.404-8.323%208.049-8.323%202.875%200%204.6%201.058%206.254%202.575l-.85.873c-1.402-1.356-3.014-2.368-5.428-2.368-3.863%200-6.784%203.149-6.784%207.197v.046c0%204.069%202.967%207.243%206.807%207.243%202.322%200%203.91-.896%205.541-2.507l.807.782c-1.701%201.679-3.543%202.806-6.395%202.806-4.596%200-8.001-3.656-8.001-8.277zM103.926%2020.288h1.195v14.993h9.449v1.104h-10.645V20.288zM124.736%2020.174h1.15l7.496%2016.212h-1.311l-2.047-4.508h-9.496l-2.047%204.508h-1.242l7.497-16.212zm4.784%2010.624l-4.229-9.312-4.254%209.312h8.483zM133.432%2020.288h1.334l6.301%2014.81%206.324-14.81h1.264L141.572%2036.5h-1.057l-7.083-16.212zM151.947%2020.288h11.451v1.104h-10.256v6.324h9.221v1.104h-9.221v6.462h10.371v1.104h-11.566V20.288zM166.049%2034.039l.781-.896c1.77%201.633%203.402%202.392%205.77%202.392%202.414%200%204.07-1.355%204.07-3.196v-.046c0-1.701-.896-2.689-4.553-3.427-3.863-.781-5.428-2.093-5.428-4.53v-.047c0-2.392%202.186-4.229%205.174-4.229%202.346%200%203.887.644%205.52%201.954l-.758.942c-1.52-1.312-3.037-1.816-4.807-1.816-2.369%200-3.934%201.356-3.934%203.036v.046c0%201.701.875%202.735%204.691%203.518%203.725.759%205.289%202.093%205.289%204.438v.046c0%202.599-2.23%204.392-5.334%204.392-2.573-.002-4.551-.851-6.481-2.577z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M28.528%2055.844c-1.518%201.771-3.288%202.781-5.449%202.781-2.828%200-4.943-1.839-4.943-4.461v-.046c0-2.161%201.541-3.748%204.162-4.714-1.219-1.355-1.794-2.346-1.794-3.679v-.045c0-2.07%201.679-3.656%204.023-3.656%202.093%200%203.702%201.562%203.702%203.495v.046c0%202-1.495%203.312-3.955%204.162l4.231%204.346c.781-1.104%201.471-2.438%202.092-3.909l1.081.438c-.735%201.655-1.518%203.104-2.393%204.275l2.968%203.06-.943.782-2.782-2.875zm-.758-.782l-4.76-4.921c-2.553.873-3.68%202.368-3.68%203.932v.046c0%201.955%201.563%203.474%203.771%203.474%201.794-.001%203.335-.968%204.669-2.531zm-.736-9.452v-.046c0-1.426-1.104-2.529-2.554-2.529-1.632%200-2.78%201.149-2.78%202.599v.047c0%201.012.437%201.793%201.861%203.311%202.3-.737%203.473-1.864%203.473-3.382zM41.595%2050.395v-.046c0-4.394%203.242-8.324%208.117-8.324s8.072%203.886%208.072%208.277v.047c0%204.392-3.242%208.324-8.117%208.324s-8.072-3.888-8.072-8.278zm14.947%200v-.046c0-3.979-2.897-7.244-6.875-7.244-3.979%200-6.83%203.22-6.83%207.197v.047c0%203.978%202.896%207.243%206.875%207.243%203.977%200%206.83-3.221%206.83-7.197zM59.441%2042.3h1.334l6.302%2014.809L73.4%2042.3h1.265l-7.082%2016.212h-1.059L59.441%2042.3zM77.934%2042.3h11.452v1.104H79.13v6.324h9.221v1.104H79.13v6.462H89.5v1.104H77.934V42.3zM93%2042.3h1.127l11.105%2014.004V42.3h1.15v16.097h-.896L94.148%2044.094v14.303H93V42.3zM110.137%2056.051l.781-.896c1.77%201.633%203.402%202.392%205.77%202.392%202.414%200%204.07-1.356%204.07-3.195v-.046c0-1.702-.896-2.69-4.553-3.428-3.863-.78-5.428-2.093-5.428-4.529v-.046c0-2.393%202.186-4.23%205.174-4.23%202.346%200%203.887.645%205.52%201.954l-.758.943c-1.52-1.312-3.037-1.817-4.807-1.817-2.369%200-3.934%201.357-3.934%203.036v.046c0%201.701.875%202.736%204.691%203.518%203.725.76%205.289%202.094%205.289%204.438v.046c0%202.599-2.23%204.392-5.334%204.392-2.573-.004-4.552-.854-6.481-2.578z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%2351758B%22%20d%3D%22M8.505%2076.369V0H0v76.369%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
.svg-control-systems {
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22utf-8%22%3F%3E%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22134.66%22%20height%3D%2276.37%22%20viewBox%3D%220%200%20134.66%2076.37%22%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M18.672%2028.385v-.046c0-4.554%203.403-8.324%208.048-8.324%202.875%200%204.601%201.059%206.256%202.575l-.852.874c-1.402-1.356-3.013-2.369-5.427-2.369-3.863%200-6.783%203.15-6.783%207.198v.046c0%204.069%202.966%207.243%206.806%207.243%202.323%200%203.909-.896%205.543-2.507l.805.782c-1.701%201.679-3.541%202.806-6.394%202.806-4.599%200-8.002-3.656-8.002-8.278zM35.209%2028.385v-.046c0-4.393%203.242-8.324%208.117-8.324s8.071%203.887%208.071%208.278v.046c0%204.393-3.242%208.324-8.117%208.324s-8.071-3.886-8.071-8.278zm14.947%200v-.046c0-3.979-2.897-7.244-6.875-7.244-3.979%200-6.83%203.221-6.83%207.198v.046c0%203.979%202.897%207.243%206.876%207.243%203.98%200%206.829-3.219%206.829-7.197z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M55.541%2020.29h1.127l11.106%2014.004V20.29h1.148v16.097h-.896L56.69%2022.084v14.303h-1.149V20.29zM77.919%2021.395H72.31V20.29h12.417v1.104h-5.611v14.992H77.92l-.001-14.991zM88.109%2020.29h6.761c1.979%200%203.563.621%204.529%201.587a4.244%204.244%200%200%201%201.219%202.989v.046c0%202.69-2%204.23-4.714%204.599l5.312%206.876h-1.518l-5.128-6.669h-5.267v6.669h-1.195l.001-16.097zm6.622%208.348c2.689%200%204.69-1.356%204.69-3.68v-.046c0-2.161-1.702-3.52-4.622-3.52h-5.496v7.244l5.428.002z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M103.703%2028.385v-.046c0-4.393%203.242-8.324%208.117-8.324s8.071%203.887%208.071%208.278v.046c0%204.393-3.242%208.324-8.117%208.324s-8.071-3.886-8.071-8.278zm14.947%200v-.046c0-3.979-2.897-7.244-6.875-7.244-3.979%200-6.83%203.221-6.83%207.198v.046c0%203.979%202.896%207.243%206.876%207.243%203.979%200%206.829-3.219%206.829-7.197zM124.013%2020.29h1.194v14.993h9.451v1.104h-10.646V20.29z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M18.351%2056.033l.781-.896c1.771%201.633%203.403%202.392%205.771%202.392%202.415%200%204.07-1.356%204.07-3.196v-.046c0-1.702-.896-2.689-4.554-3.427-3.862-.781-5.427-2.093-5.427-4.53v-.046c0-2.392%202.184-4.229%205.174-4.229%202.346%200%203.887.644%205.52%201.953l-.76.943c-1.518-1.312-3.034-1.816-4.806-1.816-2.369%200-3.933%201.356-3.933%203.035v.047c0%201.7.874%202.735%204.69%203.518%203.726.759%205.288%202.093%205.288%204.438v.047c0%202.599-2.229%204.392-5.335%204.392-2.571-.003-4.548-.854-6.479-2.579zM39.073%2052.011l-6.899-9.729h1.495l6.024%208.646%206.048-8.646h1.426l-6.897%209.704v6.393h-1.195l-.002-6.368z%22%2F%3E%3C%2Fg%3E%3Cg%20fill%3D%22%23010202%22%3E%3Cpath%20d%3D%22M48.592%2056.033l.782-.896c1.771%201.633%203.403%202.392%205.771%202.392%202.415%200%204.069-1.356%204.069-3.196v-.046c0-1.702-.896-2.689-4.553-3.427-3.863-.781-5.427-2.093-5.427-4.53v-.046c0-2.392%202.185-4.229%205.174-4.229%202.345%200%203.886.644%205.52%201.953l-.76.943c-1.518-1.312-3.035-1.816-4.806-1.816-2.369%200-3.933%201.356-3.933%203.035v.047c0%201.7.874%202.735%204.69%203.518%203.726.759%205.288%202.093%205.288%204.438v.047c0%202.599-2.229%204.392-5.335%204.392-2.571-.003-4.548-.854-6.48-2.579zM68.532%2043.387h-5.61v-1.104h12.417v1.104h-5.61v14.992h-1.195l-.002-14.992zM78.699%2042.282H90.15v1.104H79.895v6.323h9.222v1.104h-9.222v6.462h10.371v1.104H78.699V42.282zM93.833%2042.282h1.127l6.461%209.521%206.462-9.521h1.128v16.097h-1.196v-13.98l-6.369%209.267h-.092l-6.37-9.267v13.979h-1.149l-.002-16.096z%22%2F%3E%3C%2Fg%3E%3Cpath%20fill%3D%22%23010202%22%20d%3D%22M112.787%2056.033l.782-.896c1.771%201.633%203.403%202.392%205.771%202.392%202.415%200%204.07-1.356%204.07-3.196v-.046c0-1.702-.896-2.689-4.553-3.427-3.863-.781-5.427-2.093-5.427-4.53v-.046c0-2.392%202.185-4.229%205.174-4.229%202.345%200%203.886.644%205.519%201.953l-.759.943c-1.518-1.312-3.035-1.816-4.806-1.816-2.369%200-3.934%201.356-3.934%203.035v.047c0%201.7.874%202.735%204.691%203.518%203.725.759%205.288%202.093%205.288%204.438v.047c0%202.599-2.23%204.392-5.335%204.392-2.571-.003-4.548-.854-6.481-2.579z%22%2F%3E%3Cpath%20fill%3D%22%23AFD4E4%22%20d%3D%22M0%200v76.369h8.504V0z%22%2F%3E%3C%2Fsvg%3E);
    background-repeat: no-repeat;
}
 /* section-1 styling */
 .section-1{
     background: url('../images/india-map.png');
     background-position: center center;
     background-repeat: no-repeat;
     background-size: cover;
     padding: 70px 0;
 }
 .section-1-title{
    color: #d61f33;
    font-size: 36px;
    padding-right: 20px;
 }
 .section-1-content{
    font-size: 20px;
    line-height: 50px;
    letter-spacing: 2px;
 }
 .section-1-content a{
    text-decoration: none;
    color: #d61f33;
 }
 .section-1-content a:hover{
    text-decoration: underline;
    color: #b31326;
 }
 /* section-1 styling  ends*/
 /* section-2 styling */
 .section-2{
     padding: 50px 0;
     background: #d61f33;
     color: white;
     text-align: center;
 }
 .section-2 h2{
    font-weight: bold;
    color: white;
 }
 .section-2 h3{
    font-size: 40px;
     color: white;
 }
 .section-2 p{
    margin-top: 20px;
    font-size: 20px;
    color: white;
 }
 /* section-2 styling  ends*/
 /* section-3 styling*/
 .section-3{
     padding: 50px 0;
     background-color: #ededee;
     color: white;
 }
 .section-3-header{
    background: #d61f33;
    display: block;
    margin: 0px 0px 20px 0px;
    padding: 15px;
 }
 .section-3-header h4{
    text-transform: uppercase;
    margin: 0;
    font-size: 24px;
 }
 .section-3-header a{
    color: white;
 }
 .section-3-cards .card{
    overflow: hidden;
}

 .section-3-cards .card:hover .card-image{
     transform: scale(1.2);
 }
 .section-3-cards .card .card-image.card-image-1{
     background: url('../images/Vacuum-Pump-Servicing-Image-1.jpeg');
}
.section-3-cards .card .card-image.card-image-2{
    background: url('../images/Budgeting-in-manufacturing.jpeg');
}
.section-3-cards .card .card-image.card-image-3{
    background: url('../images/Calibration.jpeg');
}
.section-3-cards .card-image{
    transition: .2s all ease-in-out;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: block;
    content: '';
    height: 300px;

}
.card-image-holder{
    height: 300px;
    max-height: 300px;
    overflow: hidden;
    position: relative;
}
.card-date{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    font-weight: bold;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    width: 80px;
    height: 80px;
    line-height: 22px;
    margin: 0px;
}
.section-3-cards a, .section-3-cards a:hover{
    text-decoration: none;
}
.section-3-cards .card-body .inner h5{
    color: #d61f33;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.section-3-cards .card-body .inner p{
    color: black;
    line-height: 30px;
}

.section-3-cards .card {
    height: 100%;
}
.section-3-cards .card-holder {
    padding: 0 10px 0 0;
    margin-bottom: 30px;
}
.section-3-cards .card-holder:after {
    display: block;
    content: '';
    height: 3px;
    background: #d61f33;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 10px;
}
.section-3-cards .card-body .inner p:last-child:after {
    content: 'more';
    color: #d61f33;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 3px;
}
 /* section-3 styling  ends*/
 /* footer styling */
.cta {
    background: #303030;
    padding: 40px 10px;
    text-align: center;
}
.cta h3 {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-size: 36px;
}
.cta span {
    color: #d61f33;
}
.terms {
    color: #333;
    font-size: 12px;
    padding: 20px 10px;
}
.terms .menu {
    margin: 0px ;
    padding: 0px;
}

.terms .menu li {
    list-style: none;
    display: inline-block;
}
.terms a {
    color: #333;
    border-right: 1px solid #333;
    padding: 0 3px;
    margin-right: -2px;
    display: inline-block;
}
@media screen and (min-width: 600px){
    .cta {
        padding: 40px 10px;
        text-align: left;
    }
    .terms {
        padding: 20px 0px;
    }
}
/* footer styling ends*/

/* about style */
.banner-container .carousel-item .about-vts{
    background: url('../images/about-us1.jpg');
    animation: none;
    min-height: 450px;
}
@media screen and (max-width: 650px) {
    .banner-container .carousel-item .image-item{
        min-height: 350px;
    }
}
@media screen and (min-width: 600px){
    .entry-content {
        display: block;
        margin-right: 2.35%;
    }
}
.about-section-1{
    padding: 50px 0;
}
h2 {
    color: #d61f33;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 40px;
    margin-bottom: 10px;
    margin-top: 0;
}
h3 {
    color: #333;
    font-size: 20px;
    line-height: 30px;
}
 h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}
p {
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
/* about style ends*/
/* Quality assurance */
.banner-container .carousel-item .quality-assurance{
    background: url('../images/quality-assurance.jpg');
    animation: none;
    min-height: 450px;
}
.entry-content ul {
    list-style: none;
    margin-left: 15px;
    padding: 0;
}
.entry-content ul li {
    position: relative;
    margin-bottom: 10px;
}
.entry-content ul li:before {
    background: url('../images/ats_arrow.png');
    content: '';
    display: block;
    height: 11px;
    width: 11px;
    background-size: contain;
    position: absolute;
    left: -15px;
    top: 3px;
}
/* Quality assurance ends */
/* health-safety */
.banner-container .carousel-item .health-safety{
    background: url('../images/health-safety.jpg');
    animation: none;
    min-height: 450px;
}
button{
    background: #d61f33 !important;
    color: white !important;
}
/* health-safety ends */
/* product */
.product-section-1{
    padding: 50px 0;
}
.product-section-1 table {
    margin: 20px 0;
}
table thead .th-heading {
    font-size: 18px;
}
table thead tr th {
    background : rgb(33 150 243 / 50%);
}
table tbody tr td:first-child {
    background : rgb(33 150 243 / 10%);
}
.product-section-1 table tr th:first-child,
.product-section-1 table tr td:first-child{
    width: 200px;
}

@media screen and (max-width:768px) {
    .product-section-1 table tr th:first-child,
    .product-section-1 table tr td:first-child{
        width: unset;
    }
}
.banner-container .carousel-item .product-banner{
    background:url('../images/product-banner.jpg');
    animation: none;
    min-height: 450px;

}
.banner-container .carousel-item .pressure-vessel-banner{
    background:url('../images/Pressure-Vessel-21.png');
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .pharmaceutical-banner{
    background:url('../images/pharma-back.jpg');
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .furnace-banner{
    /*background:url('../images/vacuum_furnance_product.jpeg');*/
    background:url('../images/furnace_bg1.png');
    /* background:url('../images/furnace-bg.jpg'); */
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .vacuum-pump-banner{
    background:url('../images/pump_solution_bg1.jpg');
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .pvd-banner{
    background:url('../images/pvd1233322.png');
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .oil-banner{
    background:url('../images/oil-banner123.png');
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .calibration-banner{
    background:url('../images/header-boge-s-4_1.jpg');
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .led-banner{
    background:url('../images/ledpageback.jpeg');
    animation: none;
    min-height: 450px;
}
.banner-container .carousel-item .autoclaves-banner{
    background:url('../images/drawing7.png');
    animation: none;
    min-height: 450px;
}
.product-3-cards .card .card-image.card-image-1{
    background: url('../images/procudt-1.jpg');
}
.product-3-cards .card .card-image.card-image-2{
   background: url('../images/product-2.jpg');
}
.product-3-cards .card .card-image.card-image-3{
   background: url('../images/product-3.jpg');
}
.product-3-cards .card .card-image.card-image-4{
    background: url('../images/product-4.jpg');
}
.product-3-cards .card .card-image.card-image-5{
   background: url('../images/product-5.jpg');
}
.product-3-cards .card .card-image.card-image-6{
   background: url('../images/product-6.jpg');
}
.product-3-cards .card{
    overflow: hidden;
}

 .product-3-cards .card:hover .card-image{
     transform: scale(1.2);
 }
.product-3-cards .card-image{
    transition: .2s all ease-in-out;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: block;
    content: '';
    height: 300px;

}
.product-section-1 a, .product-section-1 a:hover{
    color: #d61f33;
}
.product-3-cards a, .product-3-cards a:hover{
    text-decoration: none;
    color: #d61f33;
}
.product-3-cards .card-body .inner h5{
    color: #d61f33;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.product-3-cards .card-body .inner p{
    color: black;
    line-height: 30px;
}

.product-3-cards .card {
    height: 100%;
    background: #ededee;
}
.product-3-cards .card-holder {
    padding: 0 10px 0 0;

    margin-bottom: 30px;
}
.product-3-cards .card-holder:after {
    display: block;
    content: '';
    height: 3px;
    background: #d61f33;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 10px;
}
.product-3-cards .card-body .inner p:last-child:after {
    content: 'more';
    color: #d61f33;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 3px;
}
/* product ends */
/* servicecare */
.servicecare-section-1{
    padding: 50px 0;
}
.banner-container .carousel-item .service-care{
    background:url('../images/servicecare.jpg');
    animation: none;
    min-height: 450px;

}
/* servicecare ends */
/* training-courses */
.banner-container .carousel-item .training-courses{
    background:url('../images/training-courses.jpg');
    animation: none;
    min-height: 450px;
}
.training-3-cards .card{
    overflow: hidden;
}

 .training-3-cards .card:hover .card-image{
     transform: scale(1.2);
 }
 .training-3-cards .card .card-image.card-image-1{
     background: url('../images/training-card-1.jpg');
}
.training-3-cards .card .card-image.card-image-2{
    background: url('../images/training-card-2.jpg');
}
.training-3-cards .card .card-image.card-image-3{
    background: url('../images/training-card-3.jpg');
}
.training-3-cards .card-image{
    transition: .2s all ease-in-out;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center !important;
    display: block;
    content: '';
    height: 300px;

}
.training-section-1 a, .training-section-1 a:hover{
    color: #d61f33;
}
.training-3-cards a, .training-3-cards a:hover{
    text-decoration: none;
    color: #d61f33;
}
.training-3-cards .card-body .inner h5{
    color: #d61f33;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 30px;
}
.training-3-cards .card-body .inner p{
    color: black;
    line-height: 30px;
}

.training-3-cards .card {
    height: 100%;
    background: #ededee;
}
.training-3-cards .card-holder {
    padding: 0 10px 0 0;

    margin-bottom: 30px;
}
.training-3-cards .card-holder:after {
    display: block;
    content: '';
    height: 3px;
    background: #d61f33;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 10px;
}
.training-3-cards .card-body .inner p:last-child:after {
    content: 'more';
    color: #d61f33;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: 3px;
}
.training-section-1{
    padding: 50px 0;
}
/* training-courses ends */
/* news */
.banner-container .carousel-item .news{
    background:url('../images/news-banner.jpg');
    animation: none;
    min-height: 450px;
}
.post-article {
    padding-bottom: 50px;
}
.post-image{
    position: relative;
    margin-right: 2%;
    height: max-content;
}
.post-article .post-image a{
    display: block;
    position: relative;
    width: max-content;
    margin: auto;
}
.post-article  a{
    text-decoration: none;
    color: #d61f33;
}
.post-article a:hover{
    color: #b31326;
}
.post-image img{
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
}
.posted-date-1{
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(255,255,255,.8);
    font-weight: bold;
    color: #333;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
    padding: 20px;
    width: 80px;
    height: 80px;
    line-height: 22px;
    margin: 0px;
}
.posted-date,.entry-categories {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 25px;
    display: inline-block;
    color: #333;
    line-height: 1.5;
}
@media screen and (max-width:600px) {
    .post-article{
        flex-flow: column;
    }
}
/* news ends */
/* contact-us */
.gm-style .place-card-large{
    display: none !important;
}
/* contact-us ends*/
a{
    color: #d61f33;
}
.banner-container .carousel-item .contact-us{
    animation: none;

}
/* contact ends */
.lubricantimages img{
    width: 49%;
    display: inline-block;
    padding: 10px 10px;
}
