/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
body{
	overflow-x: hidden;
}
html{
	font-family: 'Roboto Condensed', sans-serif;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
nav .brand-logo{
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 1.6rem;
    padding: 0;
    line-height: 30px;
    margin-top: 20px;
    font-weight: bold;
}
.brand-logo span{
	font-size: 1.2rem;
	font-weight: normal;
}
.numbers ul li{
	display: block;
    float: none;
    line-height: 20px;
    font-size: 1.35rem;
}
.numbers{
	margin-top: 20px;
	margin-left: 20px;
}
video{
	width: 100%;
	height: 100%;
	    object-fit: cover;
    background-size: cover;
}
.section.video-section{
	padding-top: 0px;
	height: 400px;
}
nav ul.main-menu a{
	font-weight: 700;
}
.parallax-container {
      height: 100vh;
}
.canvas-div:after{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: rgba(40,53,147,0.6);*/
	background: rgba(0,0,0,0.6);
}
.content-side h2{
	color:#fff;
	font-size: 2.8rem;
	font-weight: bold;
	text-shadow: 0px 1px 3px #000;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.content-side h3{
	color:#fff;
	font-size: 1.5rem;
	text-shadow: 0px 1px 3px #000;
	font-weight: 500;
	margin-top: 15px;
}
.content-side{
	width: 90%;
    position: absolute;
    z-index: 22;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.center-btn{
	display: block;
	width: max-content;
	margin:0px auto !important;
	font-weight: 700;
}
.my-button{
	font-size: 1.3rem;
	font-weight: 700;
	height: 50px;
	line-height: 50px;
}
.square-button{
		line-height: 50px;
		height: 50px;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	perspective: 1000px;
	color:#fff;
	font-size: 1.2rem;
	font-weight: 700;
	text-transform: none;
    margin: 50px auto 0px auto;
    display: block;
    text-align: center;
    width: max-content;
}
.square-button span{
	position: relative;
	display: inline-block;
	padding: 0 24px;
	background: #283593;
	border:2px solid #283593;
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
	color:#fff;
	
}
.square-button span::before {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	background: #283593;
	
	border: 2px solid #283593;
	content: attr(data-hover);
	-webkit-transition: background 0.3s;
	-moz-transition: background 0.3s;
	transition: background 0.3s;
	-webkit-transform: rotateX(-90deg);
	-moz-transform: rotateX(-90deg);
	transform: rotateX(-90deg);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	transform-origin: 50% 0;
	line-height: 46px;
}
.square-button:hover span,
.square-button:focus span {
	-webkit-transform: rotateX(90deg) translateY(-22px);
	-moz-transform: rotateX(90deg) translateY(-22px);
	transform: rotateX(90deg) translateY(-22px);
}

.square-button:hover span::before,
.square-button:focus span::before {
	background: #fff;
	color:#283593;	
}
.top-menu{
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: none;
	z-index: 100;
}
.main-menu{
	line-height: 30px;
    margin-top: 35px;
}
nav ul.main-menu a{
	position: relative;
	transition: all 0.2s ease-in-out;
	padding: 0px 0px;
	margin: 0px 15px;
	overflow-x: hidden;
}
nav ul.main-menu a:hover{
	background: transparent;
	background-color:transparent;
}
nav ul.main-menu a:before{
	content: '';
	width: 100%;
	height: 2px;
	position: absolute;
	left: -100%;
	bottom: 0px;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
}
nav ul.main-menu a:hover:before{
	left: 0%;
}
.heading h3{
	line-height: 130%;
    font-weight: 700;
    font-size: 2.2rem;
}
.heading{
	margin-bottom: 50px;
}
.about-text h3{
    margin: 0px 0px 15px 0px;
    
}
.about-text p{
	margin: 0px 0px 15px 0px;
	font-size: 1.2rem;
}
.edge{
	position: relative;
	width: 100%;
	max-width: 100vw;
	
}
.edge:before{
	content: '';
    width: 106vw;
    height: 300px;
    background: #fff;
    position: absolute;
    top: -30px;
    left: -5%;
    transform: rotate(2deg);

}
.edge .section{
	position: relative;
	width: 90%;
	margin: 0px auto;
}
.edge-gray{
	background: #efefef;
}
.edge-bot{
	
}
.edge-bot.edge-gray{
	background: #efefef;
}
.edge-bot.edge-gray:before{
	background: #efefef;
	
	
	transform: rotate(-2deg);
}

.products-content h4{
	font-size: 1.6rem;
    text-align: center;
}
.products-content p{
	text-align: center;
	min-height: 42px;
}
.products-buttons .square-button{
	    height: 30px;
    line-height: 30px;
    font-size: 1rem;
    margin: 0px 0px 0px 0px;
    float: left;
    font-weight: 700;

}
.products-buttons .square-button span::before{
	line-height: 30px;
    height: 32px;
}
.products-buttons .square-button:nth-of-type(2){
	float:right;
	margin-right: 1px;
}
.products-buttons .square-button:nth-of-type(2) span{
	background: #fff;
	color:#283593;
	border: 1px solid #283593;
}
.products-buttons .square-button:nth-of-type(2) span:before{
	background: #283593;
	color:#fff;
	border: 1px solid #283593;
	line-height: 30px;
    height: 32px;
}
.products-grid{
	margin-bottom: 30px;
}

#particle-canvas {
  width: 100vw;
  height: 100vh;
}
.content-side a:hover{
	background-color: #fff !important;
	color:#3f51b5;
}
.consultation{
	height: 210px;
	background: url('../images/consultation.png') no-repeat left #3f51b5;
}
.black-btn{
	background: #404040;
	color:#fff;
}
.black-btn:hover{
	background: #eec400;
	color:#404040;
}
.consult-text h3{
	font-size: 1.8rem;
	font-weight: 700;
	color:#fff;
	
	margin:0px 0px 5px 0px;
	text-transform: none;
	    text-shadow: 0px 1px 3px #000;
}
.consult-text p{
	margin: 0px 0px;
	font-size: 14px;
	font-weight: 400;
	color:#fff;
	
}
.consultation .row{
	margin-bottom: 0px;
}
.white-btn{
	background: #fff;
	color:#3f51b5;
	font-weight: 700;
	border:2px solid transparent;
	box-sizing: border-box;

}
.consultation .white-btn{
	width: 100%;
}
.white-btn:hover{
	border-color:#3f51b5;
	background: #fff  !important;
	background-color:#fff !important;
	color:#3f51b5;
}
.section-header h4:after, .section-header h4:before{
	    content: '';
    width: 120px;
    height: 1px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px dashed #404040;
    z-index: 1;
}
.section-header h4:before {
    left: -120px;
}
.section-header h4:after {
    right: -120px;
}
.section-header{
	margin:50px 0px;
}
.section-header h4 {
    font-size: 1.3rem;
    color: #404040;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    position: relative;
    display: block;
    width: max-content;
    margin: 0px auto 5px auto;
    padding: 0px 15px;
}
.section-header h3 {
    color: #404040;
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 900;
    text-align: center;
    margin: 0px 0px;
}
.section-header h3 span {
    color: #3f51b5;
}
.heading-text .container{
	width: 70%;
}
.heading-text{
	margin-bottom: 50px;
}
.heading-text p{
	font-size: 1.2rem;
	text-align: center;
}
.products-buttons a:nth-of-type(1){
	float: left;
}
.products-buttons a:nth-of-type(2){
	float: right;
}
.card-image:after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    /* box-shadow: inset 0px 0px 35px 2px #000; */
    z-index: 1;
    background: rgba(0,0,0,0.4);
}
.card .card-image .card-title{
	z-index: 2;
    font-weight: 400;
    text-shadow: 0px 0px 10px #000;
}
.card .card-content{
	padding: 10px 24px;
}
.card .card-content p{
	min-height: 46px;
    font-size: 1.1rem;
}
.card-action a{
	color: #3f51b5 !important;
    font-weight: 700;
    display: block !important;
    padding: 6px 8px !important;
    margin: 0px !important;
    box-sizing: border-box !important;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out !important;

}
.card-action a:nth-of-type(1){
	float:left;
	background: #3f51b5;
	color:#fff !important;
}
.card-action a:nth-of-type(1):hover{
	background: #fff;
	color:#3f51b5 !important;
	border-color:#3f51b5;	
}
.card-action a:nth-of-type(2){
	float:right;
	background: #fff;
	color:#3f51b5 !important;
	border-color:#3f51b5;
}
.card-action a:nth-of-type(2):hover{
	background: #3f51b5;
	color:#fff !important;
	border-color: transparent;
}
.clear{
	clear: both;
}
.services .image-block, .services .text-block{
	height: 250px;
	overflow: hidden;
}
.services .col{
	padding: 0px 0px;
	
}
.services .text-block{
	padding: 24px 24px;
	position: relative;
	z-index: 2;
}
.services .text-block h3{
	font-size: 2rem;
}
.services .text-block p{
	font-size: 1.1rem;
}
.icon-block h5{
	font-size: 1.5rem;
    font-weight: 700;
}
.icon-block p{
	font-size: 1rem;
	min-height: 130px;

}
.map{
	width: 100%;
	height: 600px;
	position: relative;
}
.map .contacts{
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translateY(-50%);
	z-index: 20;
	background: #fff;
	padding: 24px 50px;
	box-sizing: border-box;
}
.map .contacts p{
	margin: 10px 0px 10px 5px;
	font-weight: 400;
	font-size: 1.1rem;
}
.map .contacts p strong{
	font-weight:bold;
	font-size:18px;
}
.map .contacts h5{
	    margin: 15px 0px;
    font-size: 1.4rem;
    font-weight: 700;
}
.map .contacts h4{
	font-size: 1.8rem;
    font-weight: 700;
    margin: 15px 0px;
}
.page-footer h5{
	font-weight: 700;
}
.page-footer ul li{
	margin: 10px 0px;
}
.modal{
	height: 95% !important;
	max-height: 100% !important;
	top: 2% !important;
	width: 40% !important;
}
.modal-content h4{
	    font-size: 1.8rem;
    font-weight: 700;
}
.modal-content p{
	margin: 10px 0px 20px 0px;
}
.modal-footer a{

    font-weight: 700;
    display: block !important;
    padding: 6px 8px !important;
    margin: 0px auto !important;
    box-sizing: border-box !important;
    border: 2px solid transparent;
    transition: all 0.3s ease-in-out !important;
    height: max-content;
    line-height: 30px;
}
.modal-footer a:hover{
	color:#3f51b5 !important;
	background:#fff !important;
	border-color:#3f51b5;
}
.modal .input-field{
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}
.carousel .carousel-item{
    width: 350px;
    height: 225px;
    overflow-y: hidden;
}
.carousel .indicators .indicator-item{
	background-color: #3f51b5;
	border: 2px solid transparent;
}
.carousel .indicators .indicator-item:hover{
	background-color: #fff;
	border-color:#3f51b5; 
}
.carousel .indicators .indicator-item.active{
	background-color: #fff;
	border-color:#3f51b5;
}
.inner-page .parallax-container{
	height: 400px;
}
.inner-page .parallax-container:after{
	content:'';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	/*background: rgba(40,53,147,0.6);*/
	background: rgba(0,0,0,0.25);
}
.inner-page .navbar-fixed{
	height: 75px !important;
}
.inner-page .navbar-fixed nav{
	height: 75px !important;
	line-height: 75px !important;
}
.inner-page nav .brand-logo{
	margin-top: 8px;
}
.inner-page nav .main-menu{
	margin-top: 24px;
}
.inner-page .edge:before{
	box-shadow: 0px -10px 10px rgba(0,0,0,0.14);
}
.arrow-down{
	width: max-content;
    height: max-content;
    position: absolute;
    left: 50%;
    bottom: 20%;
    transform: translateX(-50%);
    animation:topToDown 1.7s infinite;
}
.inner-page nav{
	    -webkit-box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.2) !important;

}
.inner-page .card-image:after{
	display: none;
}
.inner-page .card a img{
	transition: all 0.5s ease-in-out;
}
.inner-page .card a .card-image{
	overflow: hidden;
}
.inner-page .card a:hover img{
	transform: scale(1.2) rotate(3deg);
}
.inner-page .card-content .card-title{
	min-height: 96px;
	max-height: 96px;
	overflow-y: hidden;
}
.inner-page .card .card-image img{
	min-height: 345px;
	max-height: 345px;
}
.inner-page.drainage .card-content .card-title, .inner-page.watersuply .card-content .card-title{
	min-height: 44px;
	max-height: 44px;
	overflow-y: hidden;
}
.inner-page.watersuply .card .card-image img{
	min-height: 280px;
	max-height: 280px;
}
.inner-page.watersuply .card .card-content p{
	min-height: 138px;
}
.inner-page.waterdisposal .card .card-content p{
	min-height: 10px;
	height: auto;
}
 .inner-page.waterdisposal .card .card-image img{
	min-height: 300px;
	max-height: 300px;
}
.inner-page.waterdisposal .card-content .card-title{
	min-height: 70px;
	max-height: 70px;
}
.inner-page.gasdischarge .card-content .card-title{
	min-height: 44px;
	max-height: 44px;
}
.inner-page.dripirrigation .card-content .card-title{
	min-height: 44px;
	max-height: 44px;
}
@keyframes topToDown{
	0%{
		bottom: 20%;
	}
	50%{
		bottom: 22%;
	}
	100%{
		bottom: 20%;
	}
} 
@media only screen and (max-width: 800px){
	.card-action a{
	    width: 80%;
	    text-align: center;
	    float: none !important;
	    /* margin-bottom: 10px !important; */
	    /* margin-right: 0px !important; */
	    display: block;
	    margin: 0px auto 10px auto !important;
	}
	#logo-container{
		display: none;
	}
	.top-menu{
		z-index: 1000;
	}
	.footer-copyright .col{
		text-align: left !important;
	}
	.inner-page.dripirrigation .card .card-image img{
		min-height: 260px;
	}
	.section-header h4:after, .section-header h4:before{
		width: 50px;
		
	}
	.section-header h4:after{
		right: -50px;
	}
	.section-header h4:before{
		left: -50px;
	}
	.edge:before{
		display: none;
	}
	.inner-page.gasdischarge .card-content .card-title{
		min-height: 70px;
		max-height: 70px;
	}
	.inner-page.gasdischarge .card .card-image img{
		min-height: 280px;
		max-height: 280px;
	}
	.inner-page.waterdisposal .card .card-image img{
		min-height: 280px;
		max-height: 280px;
	}
	.inner-page .card .card-image img{
		min-height: 280px;
		max-height: 280px;
	}
}
@media only screen and (min-width: 1024px){
	.card-action a{
		width: 45%;
    	text-align: center;
	}

}