*
{
    padding:0px ;
    margin: 0px ;
}
html , body
{
    height: 100%;
    width: 100%;
}
.comtainer-fluid , .nopad
{
    padding: 0px !important;
    margin: 0px !important;
}
.row
{
    overflow: hidden;
}
ul
{
    list-style: none;
    padding: 0px;
}
/* Header Section Start */
header
{
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 20px 0;
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.15);
}

  /* STICKY STYLES
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  .navbar-nav .dropdown-menu {
    position: absolute;
}
  .page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    backdrop-filter: blur(10px);
  }
  
  /* .page-header.is-sticky img {
    max-width: 80%;
  } */
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
.navbar .navbar-nav .nav-item a
{
    padding: 15px 15px;
    font-size: 16px;
    /* height: 65px; */
    font-style: normal;
    color: #000 !important;
    font-weight: 500;
    text-transform: capitalize;
    
}
.navbar .navbar-nav .nav-item a:hover
{ 
    background-color: #27bba9;
}
.navbar-brand img {
    width:80%
}
.dropdown-menu
{
    display:block;
    width: 1224px !important;
    position: absolute;    
    right: -150%;
    padding: 0px !important;
    margin: 0;
    padding: 0;    
    opacity: 0;
    top: 0;
    visibility:hidden;    
    background-color: #fff;
    list-style-type: none;   
    border-radius: 0%;
}
.dropdown:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
    width: 100%;
    -webkit-transition: all .5s, background, 2s .5s linear;
    transition: all .5s, background 2s .5s linear;
}
.dropdown-menu .comtainer-fluid , .dropdown-menu .comtainer-fluid .row , .drop-col
{
    margin: 0px !important;
    padding: 0px !important;
}
.dropdown-item img
{
    width: 30%;
}
/* Header Section End */

/* Main Slider Start */
  slider {
    margin: 0 auto;
    max-width: 940px;
    height: 100%;
  }
  
  .slide_viewer {
    height: 9em;
    overflow: hidden;
    position: relative;
  }
  
  .slide_group {
    height: auto;
    position: relative;
    width: 100%;
  }
  
  .slide {
    display: none;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .slide img
  {
    width: 100% !important;
  }
  
  .slide:first-child {
    display: block;
  }
  
  
  
 
  
 

  
  .slide_buttons {
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
  }
  
  a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
  }
  
  .directional_nav {
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  
  .previous_btn {
    left: 2%;
    margin: auto;
    position: absolute;
    top: 0px;
  }
  
  .next_btn {
    margin: auto;
    position: absolute;
    right: 2%;
    top: 0px;
  }
  
  .previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
  }
  
  .previous_btn:hover, .next_btn:hover {
    opacity: 1;
  } 
  .main-slider
  {
    margin-top: 180px;
    margin-bottom: -100px !important;
    overflow: hidden;
    height: auto;
  } 
  /* Main Slider End */


  /* Main Slider Start */
    /* slider {
    margin: 0 auto;
    max-width: 940px;
    height: 100%;
  }
  
  .slide_viewer {
    height: 47em;
    overflow: hidden;
    position: relative;
    border: 5px solid #000;
  }
  
  .slide_group {
    height: 100%;
    position: relative;
    width: 100%;
  }
  
  .slide {
    display: block;
    height: 100%;
    position: absolute;
    width: 100%;
  }
  .slide img
  {
    width: 100% !important;
  }
  .slide:first-child {
    display: block;
  }  
  
  a.slide_btn {
    color: #474544;
    font-size: 42px;
    margin: 0 0.175em;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  
  .slide_btn.active, .slide_btn:hover {
    color: #428CC6;
    cursor: pointer;
  }
  
  .directional_nav {
    height: 340px;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    top: -340px;
  }
  
  .previous_btn {
    bottom: 0;
    left: 2%;
    margin: auto;
    position: absolute;
    top: -400px;
  }
  
  .next_btn {
    bottom: 0;
    margin: auto;
    position: absolute;
    right: 2%;
    top: -400px;
  }
  
  .previous_btn, .next_btn {
    cursor: pointer;
    height: 65px;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
    width: 65px;
  }
  
  .previous_btn:hover, .next_btn:hover {
    opacity: 1;
  }
  
  @media only screen and (max-width: 767px) {
    .previous_btn {
      left: 50px;
    }
    .next_btn {
      right: 50px;
    }
  }
  .main-slider
  {
    margin-top: 180px;
    margin-bottom: -400px !important;
    overflow: hidden;
  } */
  /* Main Slider End */
  
/*Container style*/
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}
@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}    
/* .stricky
{
    box-shadow: 0px 1px #e4e4e4;
    position: fixed;
    width: 100%;
    z-index: 10;
} */

/*Home Welcome Section start*/
.aboutpd {
    padding: 200px 0px 100px 0px;
}
.sec-title2 {
    position: relative;
    margin-bottom: 140px;
}
.text-center {
    text-align: center;
}
.sec-title2.text-center .float-text {
    right: 0;
    margin: 0 auto;
}
.sec-title2.active .float-text {
    letter-spacing: 0;
}
.sec-title2 .float-text {
    position: absolute;
    top: 0px;
    font-size: 200px;
    color: #ddd;
    font-weight: 700;
    font-family: "Rajdhani", sans-serif;
    letter-spacing: .2em;
    text-transform: uppercase;
    opacity: 0.3;
}
.about-style-one .about-content h3 {
    font-size: 40px;
    color: #262626;
    font-weight: 600;
    font-family: 'Poppins';
}
.about-style-one .about-content h3, .about-style-one .about-content p, .about-style-one .about-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-style-one .about-content h3:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 18px;
}
.about-style-one .about-content p {
    font-size: 16px;
    line-height: 27px;
    color: #555555;
    margin-top: 35px;
    margin-bottom: 30px;
}
.list-items {
    margin: 0;
    padding: 0;
    list-style: none;
}
.about-style-one .about-content ul li i {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #28166F;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
[class^="industrio-icon-"], [class*=" industrio-icon-"] {
    font-family: 'industrio-icon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.about-style-one .about-content ul li {
    color: #555555;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.list-items li {
    color: #fff;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.industrio-icon-next:before {
    content: "\e900";
}
.about-style-one .about-img-box {
    position: relative;
    background: transparent url(../img/about-dots.png) 100% -120% no-repeat;
}
.about-style-one .about-img-box img {
    display: block;
    width: 100%;
}
.about-style-one .about-img-box .video-box {
    position: absolute;
    bottom: 0;
    right: 0;
}
.about-style-one .about-img-box .video-box > img {
    border-radius: 50%;
    border: 5px solid #FFFFFF;
}
.about-style-one .about-content h3 span {
    color: #22166f;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 187, 170, 1) 88%));
    background: linear-gradient(90deg, rgba(0,150, 185, 1) 0%, rgba(0,159, 171, 1) 42%, rgba(42, 187, 170, 1) 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-style-one .about-content a.about-btn {
    margin-top: 40px;
    display: inline-block;
    background: #28166F;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    line-height: 54px;
    width: 295px;
    color: #fff;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    text-decoration: none;
}
.text-justify
{
    text-align: justify;
}
.about-img-box
{
  animation: about-img 7s 0s infinite;
       -moz-animation: about-img 7s 0s infinite;
    -webkit-animation: about-img 7s 0s infinite;
         -o-animation: about-img 7s 0s infinite;
}
.aboutpd 
{
  animation: aboutpd 7s 0s infinite;
  -moz-animation: aboutpd 7s 0s infinite;
-webkit-animation: aboutpd 7s 0s infinite;
    -o-animation: aboutpd 7s 0s infinite;
}
 @keyframes about-img
{
  0%
  {
    margin-top: 0px;
  }
  50%
  {
    margin-top: 50px;
  }
  100%
  {
    margin-top: 0px;
  }
} 
@keyframes aboutpd
{
  0%
  {
    padding-bottom: 100px;
  }
  50%
  {
    padding-bottom: 50px;
   
  }
  100%
  {
    padding-bottom: 100px;
  }
} 
/*Home Welcome Section End*/

/* Quality Facility Section Start*/
.feature-style-one.overlapped-top
{
    margin-top: 10px;
    position: relative;
    top: 120px;
}
.feature-style-one .single-feature-style-one .icon-box
{
    width: 60px;
}
.feature-style-one .single-feature-style-one .icon-box, .feature-style-one .single-feature-style-one .text-box
{
    display: table-cell;
    vertical-align: middle;
}
.feature-style-one .single-feature-style-one .text-box
{
    padding-left: 20px;
}
.feature-cols
{
    background-color: #fffef2;
}
.feature-style-one [class*=col-md]:nth-child(2)
{
    background: #0097b8;
    padding: 0;
}
.feature-style-one .single-feature-style-one
{
    padding: 41px 25px;
    
}
/* Quality Facility Section End*/

/* Why Choose Section Start*/
.why-choose-section
{
    background: url("../img/why-choose-us-bg.jpg");
    background-attachment: fixed;
    background-size :cover;
    margin-bottom: 50px;
    color:#fff;
}
.common-h3
{
    text-align: center;
    margin-bottom: 25px;
}
.why-choose-section h3::after
{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #fff;
    margin-left: 15px;
    margin-top: 12px;
}
.why-choose-section p
{
    line-height: 35px;
    text-align: center;
}
.card-overlay
{
    background: rgba(0, 0, 0, 0.8);
    padding-bottom: 150px;
    padding-top: 250px;
}
/* Why Choose Section End */

/* Product Section Start */
.home-product
{
    margin-top: 150px;
}
.home-product .img-div
{
    text-align: center;
}
/* .home-product .owl-carousel:hover .overlay-card{
    
    visibility: visible;
} */
.home-product .overlay-card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7); 
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    visibility: visible;
}
.home-product .owl-carousel .img-div:hover .overlay-card
{
    visibility: visible;
    opacity: 1.0;
    transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}
.home-product .overlay-card
{
    width:100%;
    height: 100%; 
    left: 0;
    position: absolute; 
    top:0px;
    visibility: hidden;
    opacity: 0.6;
    transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    -webkit-transition: opacity 1s ease-in-out;
}
.home-product .overlay-card div
{
    padding-top: 50%;
}
.home-product h4
{
    color:#fff;
    font-size: 2.3rem;
    margin-bottom: 10%;
}
.home-product a.why-choose-btn
{
    display: inline-block;
    background: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: 600;
    font-family: 'Poppins';
    padding: 5px 25px 5px 25px;
    color: #28166F;
    text-decoration: none;
}
.producttitle
{
    color: #262626;
    font-weight: 600;
    font-size: 32px;
    font-family: 'Poppins';
}
.producttitle span
{
    color: #28166F;
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    background: -webkit-gradient(linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%));
    background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.producttitle::after
{
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 38px;
    height: 2px;
    background: #888888;
    margin-left: 15px;
    margin-top: 12px;
}


/* Industries We Serve Section Start */
.industries-serve
{
    margin-top: 130px;
}
.industries-serve .container-fluid , .industries-serve .container-fluid .row , .industries-serve .container-fluid .row .masonary-item
{
    margin: 0px !important;
    padding: 0px !important;
}

/* portfolio Section */
.sec-title h3 + p {
    margin-top: 21px;
}
.sec-title p {
    color: #555555;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
}
.portfolio-paradiv
{
    margin-bottom: 80px;
}

/* Breadcrumb Section */
.breadcrumb-section
{
    position: relative;
    top: 180px;
    padding: 150px 0;
    background-size: cover;
    text-align: center !important;
    color: #fff;
    font-size: 22px;
}
.ball-valve
{
    background: url('../img/ball-valve-breadcrumb.jpg');
}
.globe-valve
{
    background: url('../img/globe-valve-breadcrumb.jpg');
}
.gate-valve
{
    background: url('../img/gate-valve-breadcrumb.jpg');
}
.butterfly-valve
{
    background: url('../img/butterfly-valve-breadcrumb.jpg');
}
.safety-valve
{
    background: url('../img/safety-valve-breadcrumb.jpg');
}
.check-valve
{
    background: url('../img/check-valve-breadcrumb.jpg');
}
.pulp-valve
{
    background: url('../img/pulp-valve-breadcrumb.jpg');
}
.lined-valve
{
    background: url('../img/lined-valve-breadcrumb.jpg');
}
.knife-valve
{
    background: url('../img/knife-valve-breadcrumb.jpg');
}
.jacketed-valve
{
    background: url('../img/jacketed-valve-breadcrumb.jpg');
}
.strainers
{
    background: url('../img/strainers-breadcrumb.jpg');
}
.diaphragm-valve
{
    background: url('../img/diaphragm-valve-breadcrumb.jpg');
}
.our-management
{
    background: url('../img/our-management-breadcumb.jpg');
}
.company-profile
{
    background: url('../img/company-profile-breadcumb.jpg');
}
.contact
{
    background: url('../img/contact-breadcrumb.jpg');
}
.breadcrumb-section a
{
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}

/* Ball Valve Product page descsec start*/
.product-descsec
{
    font-size: 18px;
    color: #474544;
}
.proimg
{
    width: 100%;
}
p
{
    line-height: 35px;
    text-align: justify;
}
.pro-shadowdiv
{
    box-shadow: 0px 0px 5px 1px #c5c5c5;
    padding: 100px 50px;
    margin-top: 85px;
    margin-bottom: 50px;;
}
.pro-shadowdiv ul
{
    list-style: none;
    padding-left: 0px;
    margin-top: 25px;
}
.pro-shadowdiv li
{
    line-height: 35px;
    font-size: 18px;
}
.pro-shadowdiv li i
{
    margin-right: 10px;
    color: #22166f;
}
.pro-rightdivfixed
{
    position: -webkit-sticky; /* for browser compatibility */
    position: sticky;
    top: 10px;
}
.downcatbtn {
    
    background: #27bba9;
    position: relative;
    top: 12px;
    
    width: 100%;
    text-align: center;
}
.downcatbtn a {
    width: 100%;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    display: block;
    padding: 12px;
}
.downcatbtn a:hover
{
    color: #fff;
    -webkit-transition: all .5s, background, 0.3s .5s linear;
    transition: all .5s, background 0.3s .5s linear;
    background: #22166f;
    
    width: 100% !important;
}
.contact_form {
    width: 100%;
    background: #22166f;
    padding: 15px 15px 35px 15px;
    position: relative;
    top: 3%;
}
.con_form {
    padding: 0;
    width: 90%;
    margin: 0 auto;
}
.footerh3 {
    color: #fff;
    margin-top: 20px;
    text-align: center;
}
.footer-innerdiv .form-horizontal
{
  margin-left: 15px;
  margin-right: 15px;
}
.form-horizontal .form-group {
    margin-bottom: 0px !important;
}
.form-horizontal .form-group {
    clear: both;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.has-feedback {
    position: relative;
}
.has-feedback {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
.form-horizontal input.submit {
    width: 100%;
}
.my-custom-modal .submitbutton {
    background: #27bba9 !important;
    position: relative;
    z-index: 1;
    border: 0px;
    width: 100%;
    margin: 10px 0px 0px !important;
    letter-spacing: 0px !important;
    padding: 15px 0px !important;
    line-height: normal;
    border-radius: 0px;
    font-weight: 400;
    color: #000;
}
.my-custom-modal .submitbutton:hover
{
    color: #fff;
    -webkit-transition: all .5s, background, 0.3s .5s linear;
    transition: all .5s, background 0.3s .5s linear;
    background: #0097b8;
}
.my-custom-modal input, .my-custom-modal select, .my-custom-modal textarea {
    margin-bottom: 7px;
    height: auto !important;
    box-shadow: unset;
    overflow: hidden !important;
}


/* Contact Page Styles */
.contact-page
{
    padding: 250px 0;
    text-align: center;
}
.sec-title h3 + p {
    margin-top: 21px;
}
.sec-title p {
    color: #555555;
    margin: 0;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}
#contact-area
{
    padding: 55px 0px 25px 0px;
}
.contact-box-title-main {
    width: 100%;
    background: -webkit-gradient(linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%));
    background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%);
}
.contact-box-content-2 {
    width: 100%;
    color: #2a2a2a;
    text-align: left;
    line-height: 20px;
    margin-top: 15px;
    background-color: #fff;
    padding: 25px;
    margin-top: -9px;
    border: 1px dotted #28166F;
}
.contact-row-text {
    padding-top: 0px;
    padding: 0px 0 0 40px;
    line-height: 27px;
    margin-bottom: 10px;
}
.contact-row-icon {
    padding: 5px;
    font-size: 18px;
    color: #2a2a2a;
    float: left;
}
.contact-row-text a {
    color: #000 !important;
    font-size: 14px;
    text-decoration: none;
}
.contact-box-title {
    padding: 8px;
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 22px;
    margin-bottom: 15px;
    font-weight: bold;
}
.mycontact {
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    padding-bottom: 50px;
}
.iframe-div
{
    margin-top: 55px;
}


/* ind application style */
.ind-applicationsec
{
    margin-top: 250px;
}
.card
{
    position:ralative; 
    overflow:hidden; 
    height:100%;
    text-align: center !important;
    border-radius: 0%;
}
.card-overlay1
{
    padding:20px; 
    position:absolute; 
    background:rgba(0,0,0,.5);
    left:0;  
    top: 100%;
    width:100%; height:100%;
    z-index: 1;
    transition:all 350ms cubic-bezier(0, 0, 0.2, 1);
    display:flex;
    align-items:center;
    background:rgba(0, 159, 171, 0.5);
    text-align: center !important;
}
/* .card-overlay-inner h3
{
    text-align: center !important;
}
.card:hover .card-overlay 
{
  top: 0;
  text-align: center !important;
}
.card-overlay1.left
{  
    left:-100%;  
    top: 0;
    text-align: center !important;
}
.card:hover .card-overlay1.left 
{
  left: 0;
  text-align: center !important;
}
.card-overlay1.right
{  
    left:100%;  
    top: 0;
    text-align: center !important;
}
.card:hover .card-overlay1.right 
{
  left: 0;
  text-align: center !important;
}
.card-overlay1.top{  left:0;  
  top: -100%;
  text-align: center !important;
}
.card:hover .card-overlay1.top {
  top: 0;
  text-align: center !important;
} */
/* Footer Style Start */
.footer-innerdiv
{
    padding: 155px 200px 25px 200px;
    background: -webkit-gradient(linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%));
    background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%);
}
.footer-first-col
{
    padding-right: 55px;
}
.footer-innerdiv img
{
    width: 100%;
}
.footer-innerdiv p
{
    text-align: justify;
    font-size: 18px;
    line-height: 28px;
    padding-top: 25px;
    color: #fff;
}
.footer-headding
{
    font-family: 'Playfair Display', serif;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    padding-bottom: 15px;
    width: 70%;
    border-bottom: 1px solid #fff;
}
.footer-innerdiv ul
{
    list-style: none;
    padding: 10px 0px;
}
.footer-innerdiv ul li
{
    margin: 10px;
    font-weight: 500;
    font-size: 18px;
}
.footer-innerdiv ul li a
{
    text-decoration: none;
    color: #fff;
}

.form-horizontal .form-group {
    margin-bottom: 0px !important;
}
.form-horizontal .form-group {
    clear: both;
}
.form-horizontal .form-group {
    margin-right: -15px;
    margin-left: -15px;
}
.has-feedback {
    position: relative;
}
.has-feedback {
    position: relative;
}
.form-group {
    margin-bottom: 15px;
}
footer form .col-md-12 {
    padding: 0px;
}
.has-feedback .form-control, select {
    border-radius: 0px;
    color: #000 !important;
    font-size: 13px !important;
    min-height: 47px;
    font-weight: 500;
}
.has-feedback .form-control {
    padding-right: 0px;
}
.has-feedback .form-control {
    padding-right: 42.5px;
}
.form3 input, .form3 select, .form3 textarea, .form5 input, .form5 select, .form5 textarea, .form1 input, .form1 select, .form1 textarea {
    font-size: 16px;
    letter-spacing: 1px !important;
    line-height: 25px;
    font-weight: 500;
    transition: 0.8s all;
    padding: 10px 10px !important;
    height: auto;
    box-shadow: unset;
}

.my-custom-modal input, .my-custom-modal select, .my-custom-modal textarea {
    margin-bottom: 7px;
    height: auto !important;
    box-shadow: unset;
    overflow: hidden !important;
}
.has-feedback input {
    position: relative;
}
.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
button, input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}
.footer-lastdiv
{
    background-color:#28166F;
    padding: 15px 0;
    text-align: right;
}
.footer-lastdiv h5 , .footer-lastdiv h5 a
{
    color: #fff;
    padding: 0px 25px 0px 25px;
}
/* Footer Style End */

/* Product page style */
.table-div
{
    overflow: auto;
}
table
{
    width: 100%;
    text-align: center;
}
table tr td , table tr th
{
    border: solid 1px #000;
    padding: 2px 5px 2px 5px;
}
.probgdiv
{
    padding: 55px 35px;
    background: #0062cc;
    color: #fff;
}
.probgdiv table tr td , .probgdiv table tr th
{
    border-color: #fff;
}
.probgdiv table
{
    margin-top: 10px !important;
}
.probgdiv table tr th
{
    background-color: #fff;
    color: #0062cc !important;
}
.probgdiv table tr .firstth
{
    border-bottom-color: #000;
}



/* @keyframes slidy {
    0% { left: 0%; }
    20% { left: 0%; }
    25% { left: -100%; }
    45% { left: -100%; }
    50% { left: -200%; }
    70% { left: -200%; }
    75% { left: -300%; }
    95% { left: -300%; }
    100% { left: -400%; }
    }
    
    body { margin: 0; } 
    #slider { overflow: hidden; }
    #slider figure img { width: 20%; float: left; }
    #slider figure { 
      position: relative;
      width: 500%;
      margin: 0;
      left: 0;
      text-align: left;
      font-size: 0;
      animation: 30s slidy infinite; 
    }
     */

     /* Our Management start*/
     .director-intro
     {
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%);
        border-radius: 0px 80px 80px 0px;
     }
    
     .director-intro div
     {
        padding: 150px;
        color: #fff;
        font-size: 20px;
        
     }
     .director-intro h2
     {
        font-size: 55px;
     }
     .director-intro p 
     {
        line-height: 45px !important; 
     }
     .management-sec
     {
        padding: 400px 0px 25px 0px;
     }


     /* Team section */
     .team-section
     {
        padding: 12% 0%;
     }
      .team-main
     {
        background: #ddd !important;
        padding-left: 80px;
     }
     .team-left
     {
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%);
        color: #fff !important;
        text-align: center;
        padding: 5% 0%;
        
     }
     .team-right
     {
        padding: 5% 0%;
        background: #ddd;
     }
     .team-main1
     {
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%);
        height: 100%;
        padding: 5% 3%;
     }
     .team-main .team-item
     { 
        width: 27% !important;
        /* width: 20% !important; */
        /* border: #000 1px solid; */
        display: inline-block !important;
        margin: 10px;
        background: #fff;
        border-radius: 15px;
        box-shadow: 0 4px 8px 0 rgba(73, 73, 73, 0.1), 0 6px 20px 0 rgba(73, 73, 73, 0.1);
        transition: transform .2s;
        
     }
     .team-main .team-item img
     {
        width: 100%;
        
     }
     .team-main .team-item div
     {
        text-align: center !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    .team-main .team-item div p , .goal-first-p p
    {
        text-align: center !important;
    }
    .team-main .team-item div h4
    {
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%) !important;
        width: 90%;
        margin: 0 auto !important;
        padding: 5px;
        font-size: 20px;
        color: #fff;
        font-weight: bold;
        border-radius: 25px;
        
    }

    /* Aim and Goal Section Start */
    .goal-mission
    {
        position: relative;        
    }
    .goal-first
    {
        text-align: center;
        
    }
    .goal-first-p p
    {
        margin-bottom: 200px;
    }
    .responsive
    {
        width: 100% !important;
        height: auto !important;
    }
    .mission-img
    {
        width: 45%;
        height: auto !important;
        top: 7%;
        /* background-color: #0097b8; */
        position: absolute;
        
        vertical-align: middle;
        z-index: 1;
        
    }
    .mission-img img
    {
        border-radius: 0px 25px 25px 0px !important;
        box-shadow: 0 4px 8px 0 rgba(73, 73, 73, 0.1), 0 6px 20px 0 rgba(73, 73, 73, 0.1);
    }
    .mission-content
    {
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%) !important;
        position: relative;
        left: 30% !important;
        width: 70%;        
        padding: 110px;
       
        border-radius: 25px 0px 0px 25px !important;
    }
    .mission-content-inner
    {
        width: 100%;
        margin: 0 auto !important;
        color: #fff !important;
    }
    .mission-content-inner .producttitle , .mission-content-inner .producttitle span
    {
        color: #fff !important;
        background: none !important;
        -webkit-text-fill-color:#fff;
    }
    .mission-sec
    {
        margin-bottom: 350px;
    }

    /* Company Profile Section */ 
    .about-list-inner .container-fluid
    {
      background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%) !important; 
      margin: 0 auto; 
      padding: 25px 0px 0px 35px !important;
    }
    .about-list-inner .container-fluid .row
    {
      width: 90%; 
      margin: 0 auto;
    }   
    .profile-first div
    {
        height: 100%;
        background: #ececec;
        padding: 50px 50px 100px 50px;
    }
    .about-list-inner ul li
    {
        font-size: 18px;;
        padding-bottom: 15px;
    }
    .about-list-inner ul li i
    {
        color: #fff;
    }
    .about-list
    {
        margin-top: -630px;
        position: relative;
        z-index: 1;
        margin-bottom: 250px;
    }
    .about-list-inner
    {
        width: 40% !important;
        margin-left: 13%;   
    }




    .testimonial_section {
        display: block;
        overflow: hidden;
        /* margin-left: 150px;
        margin-right: 150px; */
        background: #ececec;
      }
      .testimonial_section .testimonial-sec-inner
      {
        margin-left: 150px;
        margin-right: 150px;
      }
      .testimonial_section:after {
        display: block;
        clear: both;
        content: "";
      }
      .testimonial_section .about_content {
        background-color: #ececec;
        padding-top: 77px;
        padding-right: 210px;
        padding-bottom: 62px;
        position: relative;
      }
      .testimonial_section .about_content .background_layer {
        background-color: #ececec;
        width: auto;
        margin-left: -200px;
        right: 0;
        position: absolute;
        height: 100%;
        width: 100%;
        top: 0;
        left: 0;
      }
      .testimonial_section .about_content .layer_content {
        position: relative;
        z-index: 9;
        height: 100%;
      }
      .testimonial_section .about_content .layer_content .section_title {
        margin-bottom: 24px;
        position: relative;
      }
      .testimonial_section .about_content .layer_content .section_title:after {
        display: block;
        clear: both;
        content: "";
      }
      .testimonial_section .about_content .layer_content .section_title h5 {
        color: #fff;
        font-family: "Open Sans";
        font-weight: 400;
        font-size: 15px;
        line-height: 28px;
        color: #818a8f;
        margin-top: -5px;
        margin-bottom: 6px;
      }
      .testimonial_section .about_content .layer_content .section_title h2 {
        font-family: "Titillium Web";
        font-weight: 300;
        font-size: 45px;
        line-height: 50px;
        padding-bottom: 51px;
        margin-bottom: 0px;        
      }
      .testimonial_section .about_content .layer_content .section_title h2 strong {
        font-weight: 600 !important;
        width: 100%;
        display: block;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line {
        position: relative;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line span {
        transition: all 0.5s ease-in-out 0s;
        position: relative;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line span:after {
        content: "";
        right: auto;
        left: 69px;
        position: absolute;
        bottom: 28px;
        width: 17px;
        margin-left: 0;
        border-bottom-width: 3px;
        border-bottom-color: #cacaca;
        border-bottom-style: solid;
      }
      .testimonial_section .about_content .layer_content .section_title .heading_line:after {
        content: "";
        left: 1%;
        margin-left: 0;
        position: absolute;
        bottom: 28px;
        width: 59px;
        border-bottom-width: 3px;
        border-bottom-style: solid;
        border-bottom-color: #0097b8;
      }
      
      .testimonial_section .about_content .layer_content a {
        
        text-transform: capitalize;
        font-size: 15px;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s;
      }
      .testimonial_section .about_content .layer_content a i {
        font-size: 18px;
        vertical-align: middle;
      }
      .testimonial_section .about_content .layer_content a:hover {
        color: #0097b8;
      }
      .testimonial_section .testimonial_box {
        margin-top: 60px !important;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container {
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%) !important;
        margin-left: -170px !important;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container .background_layer {
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%) !important;
        width: auto;
        margin-right: -200px;
        right: 0;
        background-image: url(../images/map.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content {
        position: relative;
        z-index: 9;
        height: 100%;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel {
        display: block;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials {
        margin: 10px 0 10px 0;
        padding: 62px 20px 72px 25px;
        position: relative;
        text-align: center;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content {
        box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.13);
        margin-top: 69px;
        padding: 45px 40px 45px 40px;
        z-index: 1;
        position: relative;
        background-color: #fff;
        transition: all 0.5s ease-in-out 0s;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption {
        margin-bottom: 15px;
        position: relative;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption:after {
        content: "";
        width: 30px;
        display: block;
        height: 2px;
        text-align: center;
        left: 46%;
        margin-top: 6px;
        background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%) !important;
        position: absolute;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 {
        padding-top: 0px !important;
        margin: 0px !important;
        /* margin-bottom: -5px; */
        font-size: 19px;
        font-weight: 600;
        line-height: 24px;
        color: #020d26;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content .testimonial_caption h6 span {
        background: #0097b8;
        padding: 8px 15px 8px 15px;
        margin-left: 10px !important;
        color: #fff;
      }
      .testimonial_section .testimonial_box .testimonial_container .layer_content .testimonial_owlCarousel .testimonials .testimonial_content p {
        padding: 0;
        margin: 0;
        padding-top: 10px;
        font-size: 16px;
        line-height: 28px;
        font-weight: 400;
        color: #5d6576;
        font-style: italic;
      }
      
     
      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev {
        position: absolute;
        top: 165px;
        right: 42px;
        border-radius: 0;
        background: #ff5e14;
        display: block;
        outline: 0;
        width: 34px;
        line-height: 34px;
        height: 34px;
        color: #fff;
        font-size: 23px;
        margin-top: -20px;
        transition: all 0.3s ease-in-out;
      }
      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-prev:hover {
        background: #ececec;
      }
      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next {
        position: absolute;
        top: 165px;
        right: 5px;
        border-radius: 0;
        display: block;
        background: #ff5e14;
        outline: 0;
        width: 34px;
        text-align: center;
        line-height: 34px;
        height: 34px;
        color: #fff;
        font-size: 23px;
        margin-top: -20px;
        transition: all 0.3s ease-in-out;
      }
      .testimonial_section .testimonial_box .testimonial_container .owl-nav .owl-next:hover {
        background: #ececec;
      }
      
      @media all and (max-width: 991px) {
        .testimonial_section .about_content {
          padding-right: 15px !important;
        }
        .testimonial_section .about_content .background_layer {
          width: 200% !important;
        }
        .testimonial_section .testimonial_box {
          margin-top: 0 !important;
        }
        .testimonial_section .testimonial_box .background_layer {
          width: 200% !important;
          margin-left: -200px;
        }
        .testimonial_section .testimonial_box .about_content {
          padding-left: 15px !important;
          padding-right: 15px !important;
          margin-top: 28% !important;
        }
        .testimonial_section .testimonial_box .testimonial_container {
          margin-left: -15px !important;
        }
        .testimonial_section .testimonial_box .testimonial_container .testimonials {
          margin: 0px 0 20px 0;
        }
        .testimonial_section .testimonial_box .testimonial_container .testimonials .testimonial_content {
          margin-left: -36px !important;
        }
      }


      /* Quality infra page start */
       .copany-unit::after
      {
        content: " ";
        background: #0097b8;
        width: 20%;
        height: 60%;
        right: 0%;
        position: absolute;
        margin-top: 2.5%;
        z-index: -1;
      } 
      .copany-unit
      {
        padding: 5%;
        text-align: right;
      }
      .copany-unit img
      {
        width: 90%;
        border: 15px #fff solid;
        box-shadow: 0 0px 25px 0 rgba(0, 0, 0, 0.5);
      }
      .quality-content-col
      {
        padding-top: 3%;
        padding-bottom: 5%;
      }
      .quality-content
      {
        /* background: #ececec; */
        padding: 5%;
        height: 100%;
      }
      .invo-cust
      {
        background: url(../img/about-us.jpg);
        background-size: cover;
        color: #fff;        
        margin-top: 50px;
      }
      .invo-cust-overlay
      {
        background: linear-gradient(90deg, rgba(0, 150, 185, 0.8) 0%, rgba(0, 159, 171, 0.8) 42%, rgba(42, 182, 170, 0.8) 88%) !important;
        padding: 5%;
      }
      .invo-cust .producttitle
      {
        color: #fff !important;
      }
      /* Card section */
      .card-section
      {
        margin-bottom: 250px;
        margin-top: 150px;
      }
      .diverse-card, .industry-solution-card
      {
        padding: 2%;
      }
      .diverse-card
      {
        background: #ececec;        
      }
      .industry-solution-card
      {
        background: #ececec;
      }
      .card-section img
      {
        width: 100%;
      }

      /* Skill bar */
      /* .skillbar-sec
      {
        margin-bottom: 150px;
        background: url(../img/valve-bg-photo.jpg);
        background-size: cover;
        padding: 130px 0;
        position: relative;
      } */
      .skillbar-sec .container
      {
        margin: 0 auto !important;
        color: #fff;
      }
      .skills{
        background-color:#ddd;
        width:100%;
        /* height:15px; */
        position:relative;
        margin:50px 0;
      }
      .title-bar{
        position:absolute;
        top:-40px;
        margin:5px
      }
      .title-bar h5
      {
        color: #fff;
      }
      .skills span {
        float:right;
        margin-top:-22px;
        margin-right:5px;
      }
      
      .skillbar{
        background-color:#f7b91a;
        width:0px;
        height:5px;
      }


      .ws-feature-left-alt {
        background-image: url(../img/skill-gate-valve.webp);
        height: 600px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        z-index: 1;
    }

    .ws-feature-right-alt {
      height: 600px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      position: relative;
      margin-top: 80px;
      margin-left: -100px;
      z-index: 1;
  }
  .ws-feature-right-alt:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(0, 150, 185, 1) 0%, rgba(0, 159, 171, 1) 42%, rgba(42, 182, 170, 1) 88%) !important;
    z-index: -1;
}
.feature-right-content-alt {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 90%;
  padding-left: 4rem;
}
.span-title {
  border-left: solid 7px #f7b91a;
  padding-left: 20px;
  margin-bottom: 20px;
}
.span-title h2, .span-title h5
{
  color: #fff;
}
.layer-box-alt
{
  margin-top: 80px !important;
}
.layer-box-alt p
{
  color: #fff;
  
}
.counter-layer-alt {
  background-color: #363636;
  padding: 140px 0px 80px;
  margin-top: -80px;
  margin-bottom: 0px !important;
}
.counter-col-layer
{
  font-size: 35px;
  text-align: center;
}
.counter-col-layer span
{
  display: inline;
}
.counter-col-layer .counter {
  font-size: 35px;
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-align: center;
  margin-bottom: 15px;
}
.counter-col-layer h4 {
  font-size: 15px;
  color: #FFF;
  line-height: 18px;
  font-weight: 400;
  text-align: center;
  margin-top: 15px;
}
.label-layer {
  display: -ms-flexbox !important;
  display: flex !important;
  background-color: #f7b91a;
  position: absolute;
  bottom: 25px;
  right: 100px;
  padding: 10px 15px;
  border-left: 5px #FFF solid;
}
.label-icon {
  width: 40px;
  padding-top: 10px;
}
.label-icon img
{
  width: 100%;
}
.label-layer-caption {
  padding: 15px;
}
.label-layer-caption h4
{
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}