/* Typography & basic styles */

html {
	font-size: 14px;
	-webkit-tap-highlight-color: transparent;
}
.row{ margin:0; padding:0;}
body {
	font-size: 1rem;
  font-weight: 300;
	line-height: 1.6;
	color: #212121;
	  background-color: #fff;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, 
.navbar {
	z-index: 999;
}
.table td, .table th {
    padding: .2rem;}

.section-padding {
	padding: 70px 0 70px 0;
}
.product-page p{ text-align:left;}
.product-page li{ text-align:left;}
.product-page ul{margin-left: 15px; padding: 0;}
.product-page ol{margin-left: 15px; padding: 0;}

.no-padding {
	padding: 0;
}

.hiding {
  opacity: 0;
}

.visible {
  opacity: 1;
}


.product-page .btn-outline-danger {
    display: block;
	display: inline-block;
    margin: 10px;
    width: auto;
}
.tab-content>.active {
    display: block;
    overflow: auto;
}
.fsocial{ float:left; width:100%; height:auto; margin-top:20px;}
.fsocial a{ float:left; margin-right:15px;     color: rgba(255,255,255,0.8); font-size: 22px;}
.fsocial a:hover{ color:#fff;}

.section-heading {
	font-size: 2.6rem;
	text-transform: uppercase;
	color: #212121;
	padding-bottom: 30px;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
}
.vidsection{ float: left;
    width: 93%;
    height: auto;
    margin: 50px 0px 20px 15px;
    padding: 20px 20px 15px 20px;
    border: solid 1px #ddd;}
.vidblil{ width: 100%;
    height: 250px;}
.emplog{position: fixed;
    top: 200px;
    background: #e31e24;
    width: 200px;
    right: -156px;
    padding: 0px 10px;
    color: #fff;
    z-index: 99;
    font-weight: bold;transition: all 0.5s ease; display:none;
    border-radius: 5px 0px 0px 5px; box-shadow: 0px 0px 8px 3px #e2e2e2;}
.emplog:hover{ background:#000;transition: all 0.5s ease; right:0px;}
.emplog i{ font-size: 25px;
    border-right: none;
    padding: 10px 10px 10px 10px;
    float: left;
    background: #e31e24;transition: all 0.5s ease;
    margin-left: -10px; border-radius: 5px 0px 0px 5px;}
.emplog:hover i{ background:#e31e24; transition: all 0.5s ease;}	
.emplog span{display: inline-block;
    font-weight: bold;
    padding: 10px 5px 5px 10px;
    text-transform: uppercase;
    font-size: 16px;transition: all 0.5s ease; }
.section-subheading {
	font-size: 2rem;
	color: #212121;
	margin-bottom: 40px;
}
.tilti{ margin-bottom:30px;}
.lead-text {
	color: #212121;
	font-size: 1.3rem;
  margin: 0 100px 40px 100px;
}

.nav-tabs .nav-link {
  color: #212121;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #ed3237;
}
/* Material Form */

/* -- Ripple effect -------------------------------- */
.ripple-effect {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.ink {
  display: block;
  position: absolute;
  pointer-events: none;
  border-radius: 50%;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #fff;
  opacity: 1;
}
.ink.animate {
  -webkit-animation: ripple 0.5s linear;
  -moz-animation: ripple 0.5s linear;
  -ms-animation: ripple 0.5s linear;
  -o-animation: ripple 0.5s linear;
  animation: ripple 0.5s linear;
}
@keyframes ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}
@-webkit-keyframes ripple {
  100% {
    opacity: 0;
    -webkit-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-moz-keyframes ripple {
  100% {
    opacity: 0;
    -moz-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-ms-keyframes ripple {
  100% {
    opacity: 0;
    -ms-transform: scale(2.5);
    transform: scale(2.5);
  }
}
@-o-keyframes ripple {
  100% {
    opacity: 0;
    -o-transform: scale(2.5);
    transform: scale(2.5);
  }
}

.form-group {
  position: relative;
  margin-top: 30px;
  margin-bottom: 20px;
}
.input-group {
  position: relative;
}
.form-control {
  display: block;
  height: 36px;
  width: 100%;
  border: none;
  border-radius: 0 !important;
  font-size: 16px;
  font-weight: 300;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #c3c3c3;
}
.input-group .form-control {
  position: relative;
  z-index: inherit;
  float: inherit;
  width: 100%;
  margin-bottom: 0;
}
.form-control:focus {
  border-color: #757575;
  outline: none;
  box-shadow: none;
}

textarea.form-control {
  height: auto;
}
/* -- label styles ---------------------------------- */
label {
  position: absolute;
  top: -18px;
  color: #999;
  font-size: 12px;
  font-weight: 300;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
.form-horizontal .control-label {
  position: relative;
  top: 0;
  margin-bottom: 0;
}


.probanner{ float:left; width:100%; margin-bottom:50px; max-height: 500px;
    overflow: hidden; }
.probanner img{ width:100%; }

.talfi{ float:left; width:100%; text-align:center;}
.talfi img{ margin:10px 0px; height:80px; width:auto; display:inline-block;}




.madeinindia{ position:relative; float:left; width:100%;      padding: 70px 0px;
    background: #00000085;   overflow: hidden;}
.madeinindia video { 
    position:absolute;
     top: 0%;
    left: 0%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
  
 background: url('assets/images/video-bg.html') no-repeat;
  background-size:cover;
  transition: 1s opacity;
}
.stopfade { 
   opacity: .5;
}

#polina { 
  
  width: 100%;
  float:left;
}
#polina .section-subheading {
    font-size: 3.5rem;
    color: #FFF;
    ;
}

#polina .lead-text {
    color: #FFF;
    font-size: 1.5rem; margin-bottom: 0;
}


.homividi{ position: fixed; right: 0; bottom: 0; width: 100%; max-width: 500px; height: 300px;}
.hidbuli{ position: relative;
    top: 15px;
    right: 0;
    float: right;
    width: auto;}
.hidbuli a{ background: red;
    color: #fff !important;
    border-radius: 50px;
    border: none;
    font-size: 20px;
    height: 30px;
    width: 30px;
    line-height: 10px;
    position: relative;
    z-index: 98;
    cursor: pointer;
    float: right;
    text-align: center;
    line-height: 30px;}
.hidbuli a:hover{ background: #000; }
.htlf {float: left; width: 100%;}
.htlf video{ outline: none; }
.htlfvids{ width: 100%; height: 300px; }

			.ppcover {
    float: left;
    width: 100%;
    margin: 0px 0px 80px 0px;
}
.ppco-box {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}
.pppdf {
    float: left;
    width: auto;
    text-align: center;
}
.pppdf img {
    float: left;
    width: 40px;
}
.pptext {
    float: left;
    width: 80%;
    font-size: 14px;
    color: #222;
    margin: 10px;
}
.ppdown {
    float: right;
    width: auto;
}
.ppdown a {
    float: right;
    width: auto;
    color: #fff;
    background: #CC0000;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 14px;
}
.ppdown a:hover {
    background: #111;
}

@media screen and (max-width: 500px) { 
  div{width:100%;} 
}
@media screen and (max-device-width: 800px) {

}







@media (min-width: 768px) {
  .form-horizontal .control-label {
    font-size: 16px;
  }
}
.float-label {
  left: 0;
  top: 7px;
  font-size: 16px;
  pointer-events: none;
}
/* active state */
.form-control:focus ~ .float-label {
  top: -18px;
  font-size: 12px;
}
/* input colors ---- */
.form-control:focus ~ label {
  color: #03a9f4;
}
.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  background: #03a9f4;
}
/* help-block */
.form-group .help-block {
  position: absolute;
}
.help-block {
  color: #6b6969;
  font-size: 12px;
  font-weight: 300;
}
/* input addon ---*/
.input-group-addon {
  border: none;
  background: transparent;
}
/* ------  inline ----*/
.input-group-addon,
.form-inline .input-group {
  display: table-cell;
}
.align-left {
  left: 0;
}
.input-group-addon,
.input-group-btn {
  width: inherit;
}
.input-group {
  width: 100%;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    margin-top: 16px;
  }
  .input-group-btn,
  .input-group .form-control,
  .input-group-addon,
  .form-inline .input-group {
    display: inline-block;
  }
  .input-group {
    width: auto;
  }
}

.fa-check-circle {
  font-size: 32px;
}

.success {
  display: none;
  margin-top: 5px; text-align:center;
}

/* -- bar styles -------------------------------------- */
.form-bar {
  position: relative;
  display: block;
  width: 100%;
}
.form-bar:before,
.form-bar:after {
  content: '';
  height: 1px;
  width: 0;
  bottom: 0;
  position: absolute;
  transition: 0.3s ease all;
  -moz-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
}
.form-bar:before {
  left: 50%;
}
.form-bar:after {
  right: 50%;
}
/* active state */
.form-control:focus ~ .form-bar:before,
.form-control:focus ~ .form-bar:after {
  width: 50%;
}
/* -- highlighter styles ------------------------------ */
.form-highlight {
  position: absolute;
  height: 60%;
  width: 60px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.4;
}
/* active state */
.form-control:focus ~ .form-highlight {
  -webkit-animation: inputHighlighter 0.3s ease;
  -moz-animation: inputHighlighter 0.3s ease;
  animation: inputHighlighter 0.3s ease;
}
/* -- highlighter animation --------------------------- */
@-webkit-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@-moz-keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}
@keyframes inputHighlighter {
  from {
    background: #5264AE;
  }
  to {
    width: 0;
    background: transparent;
  }
}

/* Parallax */
.parallax {
/*  min-height: 300px;
  padding: 50px 0;*/
  color: #FFF;
  width: 100%;
  position: relative;
}

.parallax .section-subheading {
  font-family: 'Raleway';
	font-size: 3.5rem;
	color: #FFF;
	margin-top: 55px;
}

.parallax .lead-text {
	color: #FFF;
	font-size: 1.5rem;
}

/* Navbar */
.navbar{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.16), 0 1px 3px 0 rgba(0, 0, 0, 0.12)!important;
  padding: 0px;
}

.navbar-brand img {
  padding: 16px 0px 16px 0px;
  width: 100%;
}

.navbar-nav > li {
  margin-left:5px;
  margin-right:5px;     margin-top: 2px;
}

.navbar-light .navbar-nav .nav-link {
	text-transform: uppercase;
	transition: color 0.3s ease-in-out;
	color: #212121;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #ED3237;
}

.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
	color: #ed3237;
}

/* Footer */
footer {
  width: 100%;
  background-color: #15242B;
  color: #FFF;
  padding-bottom: 10px!important;
}

.footer-widget-heading {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
}



footer a {
  color: rgba(255,255,255,0.8);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

footer a:hover {
  color: #FFF;
  text-decoration: none;
}

.footer-widget ul li {
  margin-bottom: 10px;
}

.footer-map {
  margin-top: 15px;
  margin-bottom: 10px;
}

.fb-page {
  margin
}

/* Background Video */

.video-wrapper {
  position: relative;
  height: 105.3vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

.video-wrapper video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -1;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/* Hero section */

.header-content h1 {
	position: relative;
	font-family: 'Raleway', sans-serif;
  font-weight: 700;
	font-size: 4rem;
  color: #FFF;
}

.header-content p {
	position: relative;
	margin-top: 45px;
	font-size: 1.4rem;
  color: #FFF;
}

.header-content a {
	position: relative;
	margin-top: 25px;
}

.btn-custom {
	background-color: #ed3237;
	color: #FFF;
	transition: all 0.25s ease;
}

.btn-outline {
	background-color: transparent;
	color: #ed3237;
	border: 1px solid #ed3237;
}

.btn-outline:hover {
	background-color: #c51c21;
	color: white;
}

.btn-custom:hover {
	background-color: #bb2a2e;
  color: white;
}

.btn:focus {
  box-shadow: none;
}

/* Products section */
.products {
  background: rgb(241, 241, 241);
  padding-bottom: 70px;
}

.level-one-card, .level-three-card:hover{
  padding: 20px;
}

.level-one-card, .level-three-card {
  display: block;
  width: 100%;
  min-height: auto;
  position: relative;
  padding: 20px;
  box-shadow: rgb(0 0 0 / 30%) 7px 7px 15px;
  background: rgb(255, 255, 255);
  cursor: pointer;
  margin: 0px auto 36px;
}

.overlay {
  background: rgba(0,0,0,0.6);
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.level-one-card img {
  width: 100%;
  width: auto;
  max-height: auto;
  max-width: 100%;
}

.level-one-card img {
  transition: transform 0.3s ease-out;
}

.level-one-card:hover .overlay {
  opacity: 1;
}

.level-one-card:hover img {
  transform: scale(1.1);
}

.showcase-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.showcase-details h3{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
  font-size: 20px;
}

.showcase-details p{
  color: #fff;
  font-size: 13px;
}

.showcase:hover .showcase-details{
  top: 57%;
  left: 50%;
  opacity: 1;
}

.product-image {
  max-width: 350px;
  max-height: 400px;
  border: solid 1px #ddd;
  margin-bottom: 2rem;
  padding: 20px;
}

.product-page .tab-content {
  padding: 20px;
}
.promodalbut{ float:left; width:100%;}
.promodalbut a{display: inline-block;
    background: #fff;
    color: #dc3545!important;
    margin-bottom: 10px;
    border: solid 1px #dc3545;}
.promodalbut a:hover{ background:#000!important; color:#fff!important; border:solid 1p #000!important;}	

/* Brands section */
/*.brands .section-heading {
	margin-bottom: 80px;
}*/

.brands img {
	width: 230px;
}

.liptyu {
    width: 16%;
    float: left;
}
.bc-cover {
    float: left;
    width: 100%;
    margin: 50px 0px;
}
.bchead {
    font-size: 18px;
    text-align: left;
    color: #222;
    margin-bottom: 20px;
    font-weight: bold; text-align:center; float:left; width:100%;}
.bctable {
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
}

	
.liptyu img{ width:150px;}

.brands .brands-ganga {
  width: 190px;
  margin-top: 18px;
}

.brands .brands-vectus {
	width: 160px;
}

.brands .brands-waterwell {
	width: 250px;
	margin-top: 17px;
}

.parallax-overlay {
  background: rgba(0,0,0,0.5);
}

.brands-parallax {
  background: url(../images/parallax3.jpg) 20% 0 fixed;
  background-size: cover; 
}

.brands-parallax .parallax-overlay {
	height: 300px;
	padding: 10px;
  text-align: center;
}





.range .brands-ganga {
  width: 190px;
  margin-top: 18px;
}

.range .brands-vectus {
  width: 160px;
}

.range .brands-waterwell {
  width: 250px;
  margin-top: 17px;
}

.range-parallax-overlay {
  background: rgba(0,0,0,0.5);
}

.range-parallax {
  background: url(../images/parallax3.jpg) 20% 0 fixed;
  background-size: cover; 
}

.whatilfp{background: url(../images/whatsnew.jpg) 20% 0 fixed !important;     float: left;
    width: 100%;}

.range-parallax .range-parallax-overlay {
  height:auto;
  padding: 50px 0px 70px 0px;
  text-align: center; float:left; width:100%;
}


.range-parallax-overlay .section-heading {
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0px 0 0px 0;
    padding-bottom: 30px;
    font-family: 'Raleway';
    background: url(../images/h1-bg-range.png) no-repeat center bottom;
}





/* Journey section*/
.journey-parallax {
  background: url(../images/parallax1.jpg) 20% 0 fixed;
  background-size: cover;
}

.journey-parallax .parallax-overlay {
  height:auto; padding-bottom:30px;
}

.journey-parallax .section-subheading {
	margin-top: 130px;
	font-size: 3.9rem;
	text-align: center;
}

.v-separator [class*='col-']:not(:last-child):after {
  background: #FFF;
  width: 2px;
  content: "";
  display:block;
  position: absolute;
  top:40px;
  bottom: 0;
  right: 0;
  min-height: 70px;
}

.journey-list {
	margin-top: 50px;
	list-style: none;
	font-size: 16px;
  font-weight: 400; padding-left: 25px;
}

#form .error {
    color: red;
    top: -12px;
    left: 0;
    position: relative;
    text-align: left;
    width: 100%;
}
#careersForm  .error {
    color: red;
    top: -12px;
    left: 0;
    position: relative;
    text-align: left;
    width: 100%;
}

#careersForm .form-bar{ opacity:0;}
/*#careersForm label { top: -20px;}*/
.journey-list li {
  margin-top: 4px;
}

/* App section */
.app-showcase {
	background: url(../images/subtle_white_mini_waves.png);
	color: #212121;
	min-height: 200px;
}

.app-wrapper {
  padding-top: 2rem;
}

.app-wrapper h3 {
  font-family: 'Raleway';
	margin-top: 50px;
}

.app-wrapper .play-store {
	margin-top: 38px;
}

.app-image {
  border-radius: 5px;
}
/* Awards section */
/*.awards .section-heading {
	margin-bottom: 80px;
}*/

.awards img {
	width: 200px;
	height:100px;
}

.awards .ifat {
	width: 80px;
}

.awards .arma {
	width: 220px;
}

.awards .star {
	width: 120px;
	margin-top: 10px;
}

.awards .floteks {
	width: 180px;
	margin-top: -20px;
}

.accordion .fas {
  font-size: 
}

/*About Section*/
.product-feature {
  margin-top: 70px;
  background-color: #FFF;
}

.product-feature-image {
  height: 470px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

/*.product-image-one {
  background-image: url(../images/products.png);
}

.product-image-two {
  background-image: url(../images/growth.png);
}

.product-image-three {
  background-image: url(../images/certificate.jpg);
}

.product-image-four {
  background-image: url(../images/sap-hana-logo.png);
  background-size: contain;
}*/

/*.careers-image-one {
  background-image: url(../images/growth.jpg);
}

.careers-image-two {
  background-image: url(../images/talent.jpg);
}

.careers-image-three {
  background-image: url(../images/training.jpg);
}

.careers-image-four {
  background-image: url(../images/passion.jpg);
}*/
.product-feature-text {
  height: 470px;
  padding: 110px 100px;
  background: #ECECEC;
}

.product-feature h3 {
  text-align: center;
}

.product-feature h3::after {
  content: " ";
  border: solid 2px #ed3237;
  display: block;
  width: 35px;
  margin: 25px auto;
}

.product-feature-text p {
  font-size: 1.2rem;
  text-align: center;
}

.video-feature {
  padding: 70px 0 50px 0;
}

.product-links {
  padding: 5px;
}

.about .tab-content {
  padding-top: 30px; width:100%;
}

.tab-content {
  font-size: 1.2rem;
}

.embed-video {
  margin: 30px 0 70px 0;
}

.about-icons {
  padding: 20px;
}

.about p {
  font-size: 1.2rem;
}

.justify-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.rounded-circle {
  margin: 0 auto;
  margin-bottom: 1.5rem;
  width: 10rem;
  height: 10rem;
  background: none;
  border: 0.15rem solid #dfe1e5;
}

.rounded-circle .fa {
  color: #ed3237;
}

.about-icons .fa {
  font-size: 3rem;
}

.shadow { text-shadow: rgb(55, 181, 161) 1px 1px, rgb(55, 181, 161) 2px 2px, rgb(55, 181, 161) 3px 3px, rgb(55, 181, 161) 4px 4px, rgb(55, 181, 161) 5px 5px, rgb(55, 181, 161) 6px 6px, rgb(55, 181, 161) 7px 7px, rgb(55, 181, 161) 8px 8px, rgb(55, 181, 161) 9px 9px, rgb(55, 181, 161) 10px 10px, rgb(55, 181, 161) 11px 11px, rgb(55, 181, 161) 12px 12px, rgb(55, 182, 162) 13px 13px, rgb(55, 183, 163) 14px 14px, rgb(56, 184, 164) 15px 15px, rgb(56, 185, 165) 16px 16px, rgb(56, 186, 166) 17px 17px, rgb(57, 187, 167) 18px 18px, rgb(57, 188, 168) 19px 19px, rgb(57, 189, 169) 20px 20px, rgb(58, 191, 170) 21px 21px, rgb(58, 192, 171) 22px 22px, rgb(58, 193, 172) 23px 23px, rgb(59, 194, 173) 24px 24px, rgb(59, 195, 174) 25px 25px, rgb(59, 196, 175) 26px 26px, rgb(60, 197, 176) 27px 27px, rgb(60, 198, 177) 28px 28px, rgb(60, 199, 178) 29px 29px, rgb(61, 201, 179) 30px 30px; }

.about-icons p {
  font-size: 1.2rem;
}

.subheading {
  font-size: 2rem;
  text-align: center;
}

.circle {
  border-radius: 50%;
  border: 1px solid;
}

.tiled-showcase h3 {
    margin-top: 15px;
}

.tiled-showcase p {
  margin-top: 20px;
  margin-bottom: 40px;
  text-align: justify;
  padding: 0 10px;
}

.gst {
  padding-top: 10px;
}

.vectus-gst {
  width: 120px;
}

.gst-image {
  margin-top: 15px;
}

#management p {
  font-size: 1.1rem;
}

.tiled-showcase h4::after {
  content: " ";
  border: solid 2px #ed3237;
  display: block;
  width: 35px;
  margin: 25px auto;
}

.gallery {
  margin-top: 60px;
}

hr {
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

.grid {
  padding-top: 30px;
}

.card-body {
  min-height: 136px;
}

.card-deck {
  margin-bottom: 20px;
}

/*Products*/

.level-three-card {
  display: inline-block;
  min-height: 250px;
  margin: 10px 10px;
}

.level-three-card img {
  max-width: 300px;
  min-height: 200px;
  max-height: 200px;
}

.level-three-card p{
  margin-top: 10px;
  font-size: 1.2rem;
  color: #212121; text-align:center;
}

.products-showcase {
  background-color: #f7f7f8;
}

#loading
{
  display: inline-block;
  width: 64px;
  height: 64px;
}

#loading:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #eee;
  border-color: #6b6464 transparent #383535 transparent;
  animation: loading 1.2s linear infinite;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.card-img-top {
  width: 250px;
  height: 250px;
}

.level-two-data {
  margin-top: 50px;
  padding: 0;
}


.level-three-data {
  margin-top: 20px;
}


.level-two-link {
  display: inline-block;
  padding: 10px;
}

.level-two-link span {
  font-size: 21px;
  padding-bottom: 5px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}


.level-two-link::after {
  content: '.';
  padding: 0 12px;
  font-weight: bold;
}

.level-two-link:last-child:after {
  content: '';
}

.level-two-link.active span {
  border-color: #212121;
  font-weight: 400;
}

.level-two-link span:hover {
  border-color: #212121;
}


.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  background-color: #ed3237;
}

.nav-pills .nav-link {
  color: #212121;
}

#v-pills-tabContent {
  text-align: left;
}

#v-pills-fittings .pipefiting{ border:solid 1px #ddd; margin-bottom: 25px;}
.fittings {
  display: block;
  max-width: 130px; width:auto;
  /*border: solid 1px #ddd;*/
  cursor: pointer;
  margin: 10px auto;
  padding: 5px; max-height:100px;
}
.modal-body table{ width:100% !important;}

.resume{ margin-top: 0px;
    margin-bottom: 0;
    padding-top: 0px;
    padding-bottom: 0px;
    position: relative;
    width: 100%;}

/*.searchbartabh{box-shadow: 0px 10px 20px #efefef;}*/

.fitting-title {
font-size: 14px;
    font-weight: 400;
    padding: 5px;
    height: 53px;
    margin-bottom: 0;
    overflow: hidden;
}

.carousel-item img {
  
}

.mapImage {
  margin-left: 80px;
  width: 90%;
}

.nGY2 .nGY2ViewerMediaPan {
    opacity:1!important;
}

.dot {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
}

.red {
    background-color: red;
}

.green {
    background-color: green;
}

.blue {
    background-color: blue;
}

.yellow {
    background-color: yellow;
}
/*Media Queries*/

@media (min-width: 576px) { 

}

@media (max-width: 768px) {
  .video-wrapper {
    background: url('../images/parallax2.jpg') black no-repeat center center scroll;
  }

  .video-wrapper video {
    display: none;
  }

  .header-content h1 {
    font-size: 2.2rem;
  }

  .header-content p {
    font-size: 1.2rem;
  }

  .section-heading { 
    font-size: 2rem;
    margin: 10px 0 20px 0;
  }

  .brands .brands-ganga {
    width: 190px;
    margin-top: 18px;
  }

  .brands .brands-vectus {
    width: 130px;
  }

  .brands .brands-waterwell {
    width: 180px;
  }

  .section-padding {
    padding-bottom: 80px;
  }

  .brands img {
    margin: 20px;
  }

  .awards img {
    margin: 10px;
  }

  .awards .floteks {
    margin: 0;
  }

  .app-showcase {
    padding: 20px 0;
  }

  .app-wrapper h3 {
    font-size: 1.3rem;
  }

  .app-wrapper .play-store {
    margin: 0;
  }

  .contact-address {
    text-align: center;
  }
  
  .lead-text {
    margin: 0 10px 40px 10px;
  }

  .journey-parallax .section-subheading {
    margin-top: 20px;
    margin-bottom: 0;
  }

  .journey-list {
    font-size: 13px;
    margin-top: 10px; padding:0;
  }

  .journey-parallax .parallax-overlay {
    min-height: 450px;
  }

  .parallax .lead-text {
    font-size: 1rem;
  }

  .overlay {
   
  }

  .showcase-details {
    
  }

  .level-one-card, .level-three-card {
    width: 100%;
  }

  .level-three-card {
    margin: 10px 0;
  }

  .level-two-link::after {
    display: none;
  }

  .parallax .section-subheading {
    font-size: 2.5rem;
  }

  .card-deck{
    margin: 0 auto;
  }

  .product-feature-text {
    padding: 110px 80px;
  }

  .product-feature-text p {
    font-size: 1rem;
  }
}


.uprange{ position: relative; float: left; width: 100%; }
.overupran{ position: absolute; background:rgba(0,0,0,0.5); height: 100%;
    top: 0;
    left: 0;
    width: 100%; }
.uprange .section-heading {
    font-size: 2.6rem;
    text-transform: uppercase;
    color: #ffffff;
    margin: 60px 0 60px 0;
    padding-bottom: 30px;
    font-family: 'Raleway';
    background: url(../images/h1-bg.png) no-repeat center bottom;
}
.upili{ padding: 50px 0px 0px 0px; }
.prorange{ float: left; width: 100%; border: solid 1px #ddd; background: #000; margin-bottom:15px; }

.prorange-im{ float: left; width: 100%; border: solid 1px #ddd;  padding: 15px; background:#fff; }
.prorange-im img{ width: 100%; max-height:149px; }
.prorange-te{ float: left; width: 100%; border: solid 1px #ddd; background: #fff; font-size: 16px; color: #000; text-align: center; padding: 10px; border-top: solid 1px #ddd; }
.prorange:hover .prorange-im img{ opacity:0.5;}

/*-----------------------------------------------------Rupinder work start here---------------------*/
 #article {
        max-width:100%;
        height:290px;
        overflow-y: hidden;
		overflow-x: hidden;
    }

    /* This class is added when button is clicked */
    #article.expanded {
        height:auto;
    }
    #article1 {
        max-width:100%;
        height:200px;
        overflow-y: hidden;
		overflow-x: hidden;
    }

    /* This class is added when button is clicked */
    #article1.expanded {
        height:auto;
    }
    #articlea {
        max-width:100%;
        height:290px;
        overflow-y: hidden;
    overflow-x: hidden;
    }

    /* This class is added when button is clicked */
    #articlea.expanded {
        height:auto;
    }
.galvid{ float:left; width:100%; height:auto; margin: 30px 0px;}
.galvid .col-md-4{ float:left;}
.frami{ height:200px; width:100%;}
.galv{ float:left; width:100%; height:auto;}
.gali{ float:left; width:100%; font-size:16px; color:#111; padding:10px; font-weight: bold; min-height: 70px; margin-bottom: 10px;}
.vie{ float:left; width:100%; text-align:center; padding-top: 50px; cursor:pointer; color:#fff; padding-bottom:50px;}
.vie a{ float:none; background:#e31e24; color:#fff; text-decoration:none; font-size:18px; padding:10px 35px;}
.vie a:hover{background:#222;}


.vie1{ float:left; width:100%; text-align:center; padding-top: 0px; cursor:pointer; color:#fff; padding-bottom:50px;}
.vie1 a{ float:none; background:#e31e24; color:#fff; text-decoration:none; font-size:18px; padding:10px 35px;}
.vie1 a:hover{background:#222;}

.tabi .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    background-color: #e31e24;
}
.ngal{float: left;
    width: 100%;
    margin-top: 10px;}
.ngal .col-md-3{ float:left;}

.ngal1{float: left;
    width: 100%;
    margin-top: 10px;}
.ngal1 .col-md-3{ float:left;}
.img-responsive{ width:100%; margin-bottom:10px;transition: all 0.2s linear; height: 170px;}
.site-heading h3{
    font-size : 40px;
    margin-bottom: 15px;
    text-transform: normal;
    font-weight: 600;
}
.tabi li.nav-item {
    display: inline-block;
}
.tabi .nav{    display: inline-block !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    text-align: center;}
	
.top-indicator{ display:block;}	
.tabi .nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 18px;
    margin: 15px 0px;
}	
.blog-box:hover .img-responsive{    -webkit-transform: scale(1.1); transition: all 0.2s linear;}
.border {
    background: #d1360e;
    height: 2px;
    width: 165px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
}
/* Blog-CSS */
.blog-box {
    padding: 0 0px;
    transition: .5s;
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
}
.blog-box-content h4 a {
    font-size: 16px;
    padding: 0px 0 0px;
    text-transform: normal;
    color:#2b2b2b;
     text-decoration:none;
    
}
.blog-box-content p{ color:#333; text-decoration:none; font-size:14px; }
.blog-box-content h4:hover {
    color:#000;
     text-decoration:none;
    
}

.blog-box-content {
    padding: 0 20px 0px;
}
.blog-box-text h4 a {
    color: #333;
}
.blog-box-content h4{
    font-size: 16px;
    padding: 0px 0 0px;
    text-transform: normal;
    color: #2b2b2b;
    text-decoration: none;
    height: 40px;
    overflow: hidden;
    float: left;
    width: 100%;
}
.b-0 {
    bottom: 0;
}
.bg-shadow {
    background: rgba(76, 76, 76, 0);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(179, 171, 171, 0)), color-stop(49%, rgba(48, 48, 48, 0.37)), color-stop(100%, rgba(19, 19, 19, 0.8)));
    background: linear-gradient(to bottom, rgba(179, 171, 171, 0) 0%, rgba(48, 48, 48, 0.71) 49%, rgba(19, 19, 19, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}
.top-indicator {
    right: 0;
    top: 1rem;
    bottom: inherit;
    left: inherit;
    margin-right: 1rem;
}
.overflow {
    position: relative;
    overflow: hidden;
}
.zoom img {
    transition: all 0.2s linear;
}
.zoom:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.carousel-item img {
    
}
.carousel-control-next, .carousel-control-prev { width:2%;}
.badge-primary {
    color: #fff;
    background-color: #e31e24;
}
.modicon{ float:left ; width:100%; font-size:14px; line-height:20px; margin-top: 20px;}
.modicon p{ float:left ; width:100%; font-size:14px; line-height:20px; }

.certab{ float:left; width:100%; height:auto;     padding-bottom: 50px;}
.certab .col-md-6{float:left; font-size:14px; text-align:left; }
.certab h4{ font-size:16px; font-weight:bold; color: #111;}
.certa table tr td strong{ color:#e31e24; font-weight:bold;}
.certa table tr td{ color:#111;}
.cetpd{ height:30px; float:right;}

.commi{ float:left; width:100%; height:auto;}
.bctable {
    float: left;
    width: 100%;
    height: auto;
    overflow: auto;
}
.bcleft {
    font-size: 14px;
    font-weight: bold;
    color: #222;
    text-align: center;
    float: left;
    width: 48%;
    margin-top: 30px;
    padding: 10px;
}
.bcright {
    float: right;
    width: 48%;
    padding: 10px;
}
.bcright ol li {
    font-size: 14px;
    color: #222;
    text-align: left;
    line-height: 22px;
}
.copybg{ background:#1d323c;}
.copy{ padding:10px; font-size:12px; color:#999; float:left; width:100%;}
.copy .col-md-6{ float:left;}
.copyl{ font-size:12px; color:#999; text-align:left;}
.copyr{ font-size:12px; color:#999; text-align:right;}
.copyr a{ font-size:12px; color:#999; text-decoration:none;}
.copyr a:hover{ color:#fff;}


.box987776 .level-three-card{ width:31%; }

.box987776 .level-three-card img{ 
    width:100%; 
    max-height: inherit;
    height: inherit;}
.level-three-card img{     max-height: 200px !important; width:auto !important;}
.ryj555 img{ width:100%; height:100vh; max-height:470px; }


.ryj555 .product-feature-image {
    overflow: hidden;
}


.custom-search-input .form-control{width:auto !important; border-bottom:0px; padding-left:10px;}
.custom-search-input .form-control::placeholder{font-size:13px; color:#999;}
.custom-search-input .input-group-btn{width:auto;}

.custom-search-input {border: 1px solid #ccc;
    border-radius: 2px; margin-left: 20px;
}

.custom-search-input .button{
    background: #e31e24;
    color: #fff;
    border: none;
    border-radius: 0;
    line-height: 25px;}



@media(max-width:1050px) and (min-width:750px){
.custom-search-input{ width:150px !important; padding-left: 0px;}
.custom-search-input .form-control {
    width: 100px !important;}
.liptyu {
    width: 32%;}	
.level-one-card img {
    width: 100%;
    width: auto;
    max-height: 160px;
    max-width: 100%;
}


/*.navbar-collapse collapse show .custom-search-input{ width:100% !important;}
.navbar-collapse collapse show .custom-search-input .form-control {
    width: 95% !important;}*/


.level-one-card, .level-three-card {
    display: block;
    width: 100%; padding: 15px;
    min-height: inherit;}
	
.box987776 .level-three-card {
    width: 30%;
    display: inline-block;
    margin: 10px;
}	
.showcase-details h3{ font-size:14px;}
.showcase-details p {
    color: #fff;
    font-size: 10px;
}	
.brands-parallax .parallax-overlay {
    height: auto;}
.brands img {
    width: 100px;
}
.app-showcase {
    background: url(../images/subtle_white_mini_waves.png);
    color: #212121;
    min-height: auto;
}
.app-wrapper h3 {
    margin-top: 10px;
}
.journey-parallax .parallax-overlay {
    min-height: auto;
    padding: 30px 0px;
}
.brands img {
    margin: 0px;
    width: 100%;
}
.awards img {
    width: 120px;
    height: 60px;
}

.level-three-card img {
    max-height: 120px !important;
    width: auto !important;
    max-width: 100%;
    min-height: inherit;
}
.level-three-card p {
    margin-top: 10px;
    font-size: 14px;}
.product-image {width: 100%;}

.rounded-circle {
    margin: 0 auto;
    margin-bottom: 1.5rem;
    width: 5rem;
    height: 5rem;}

.about-icons h3{ font-size: 16px; }   
.about-icons p {
    font-size: 14px;
} 
.rounded-circle.justify-center img {
    width: 40px !important;
}
.product-feature-image {
    height: 400px;}

.product-feature-text {
    height: 400px;
    padding: 40px 40px;
    background: #ECECEC;
    overflow: auto;
}

.ryj555 img {
    width: 100%;
    height: 100vh;
    max-height: 400px;
}


}





@media(max-width:750px) and (min-width:500px){
.custom-search-input{ width:150px !important;}
.custom-search-input .form-control {
    width: 100px !important;}
.liptyu {
    width: 32%;}	
.level-one-card img {
    width: 100%;
    width: auto;
    max-height: 160px;
    max-width: 100%;
}

.level-one-card, .level-three-card {
    display: block;
    width: 100%; padding: 15px;
    min-height: inherit;}
	
.box987776 .level-three-card {
    width: 30%;
    display: inline-block;
    margin: 10px;
}	
.showcase-details h3{ font-size:14px;}
.showcase-details p {
    color: #fff;
    font-size: 10px;
}	
.brands-parallax .parallax-overlay {
    height: auto;}
.brands img {
    width: 100px;
}
.app-showcase {
    background: url(../images/subtle_white_mini_waves.png);
    color: #212121;
    min-height: auto;
}
.app-wrapper h3 {
    margin-top: 10px;
}
.journey-parallax .parallax-overlay {
    min-height: auto;
    padding: 30px 0px;
}
.brands img {
    margin: 0px;
    width: 100%;
}
.awards img {
    width: 120px;
    height: 60px;
}

.level-three-card img {
    max-height: 120px !important;
    width: auto !important;
    max-width: 100%;
    min-height: inherit;
}
.level-three-card p {
    margin-top: 10px;
    font-size: 14px;}
.product-image {width: 100%;}

}


@media(max-width:500px) and (min-width:50px){

div#v-pills-fittings .col-md-3 {
    width: 50%;
}

.custom-search-input{ margin-left: 0; }
#LiveloadingProducts{ width: auto; }

.box987776 .level-three-card img {
    height: 100px;
	min-height: inherit;
}

.box987776 .level-three-card p{
    height:38px;
    line-height: 20px;
    overflow: hidden;}


.box987776 .level-three-card{
    width: 46%;
    float: left;
    margin: 5px; }

 #article {
        max-width:100%;
        height:585px;
        overflow-y: hidden;
		overflow-x: hidden;
    }

    /* This class is added when button is clicked */
    #article.expanded {
        height:auto;
    }
     #article1 {
        max-width:100%;
        height:505px;
        overflow-y: hidden;
		overflow-x: hidden;
    }

    /* This class is added when button is clicked */
    #article1.expanded {
        height:auto;
    }
	/*.vie{ display:none;}*/
	.tilti{ margin-bottom:20px;}
	.copyl{ font-size:12px; color:#999; text-align:center;}
.copyr{ font-size:12px; color:#999; text-align:center;}
.mapImage {
    margin-left:0px;
    width: 100%;
}
.awards img {
    width: 138px;
    height: auto;
}
.liptyu {
    width: 50%;
    float: left;
}
#navbarNav .mr-4, .mx-4 { margin-right: 0rem!important;     margin-top: 10px;}
.navbar-light .ml-5, .mx-5 {margin-left: 0rem!important;}
.product-image { width: 100%;}
.journey-list{ padding:0;}
.brands-parallax .parallax-overlay { height: auto;}
.level-three-card img {
        max-height: 200px !important;
    width: auto !important;
    max-width: 100%;
}
.nav-tabs {margin-top: 30px;}
#v-pills-spec{ width:100%; overflow:scroll;}
.journey-parallax .parallax-overlay {
    min-height: auto;
    height: auto;
}
.fsocial { float:left; width:100%; margin-bottom:0px;}
.v-separator [class*='col-']:not(:last-child):after{ display:none;}

.nvidi .carousel-item img{    height: auto !important;}
.level-one-card, .level-three-card{display: block;
    width:100%;
    min-height: auto;
    position: relative;
    padding:5px 5px 5px 5px;
    box-shadow: 7px 7px 15px rgba(0, 0, 0, 0.3);
    background: #FFF;
    cursor: pointer;
    margin: 15px auto;}

.level-one-card img{ width:100%;}
.nav-link {
    display: block;
    padding: 10px 6px;
    font-size: 13px;
}
.ryj555 img {
    width: 100%;
    height: auto;
    max-height: inherit;
}
.product-feature-image {
    height: auto;}
	
.product-feature-text {
    padding: 20px 20px;
    height: auto;
}

.col-approach{ margin-bottom:30px;}	
.footer-widget-heading{margin-top: 40px;}	
.toplpi{margin-top:0px !important;}	

.pppdf {
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
}
.pppdf img {
    float: none;
    width: 40px;
    display: inline-block;
}
.pptext {
    float: left;
    width: 100%;
    font-size: 14px;
    color: #222;
    margin: 10px;
    text-align: center;
}
.ppdown {
    float: left;
    width: 100%;}
.ppdown {
    float: left;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.ppdown a {
    float: none;
    width: auto;
    color: #fff;
    background: #CC0000;
    padding: 5px 15px;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
}
.ppcover {
    float: left;
    width: 100%;
    margin: 20px 0px 80px 0px;
}
.ppco-box {
    float: left;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-bottom: 20px;
    border-bottom: solid 1px #ddd;
}	
}

/* =================== Willus infra landing page css ====================== */
.fa-times{
  color: #fff;
  position: relative;
  top: 6px;
}

.hdred-cta{
  cursor: pointer;
}
/* =================== // Willus infra landing page css ====================== */
