@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=DM+Serif+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Chango&family=Vast+Shadow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jomhuria&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dekko&display=swap');

body{
    width: 100%;
    height: auto;
	font-family: 'Dekko', cursive;
}
.header{
    height: 100px;
    background-color: #2e4f4f;
    display: flex;
    justify-content: space-between;
    align-items: center;
	font-family: 'Jomhuria', cursive;
	color:#FFFFFF;
	font-size: 36px;
}
.header__block{
    margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
}
@media screen and (max-width: 600px) {
	.header__block p{
		display: none;
	}
  }
.title-name h1{
    color: #ec0c1a;
	font-family: 'Vast Shadow', cursive;
   	padding-bottom: 15px;
	padding-right: 150px;
    font-size: 60px;
    text-shadow: 
		-0   -1px 2px #FFFFFF,
		 0   -1px 2px #FFFFFF,
		-0    1px 2px #FFFFFF,
		 0    1px 2px #FFFFFF,
		-1px -0   2px #FFFFFF,
		 1px -0   2px #FFFFFF,
		-1px  0   2px #FFFFFF,
		 1px  0   2px #FFFFFF,
		-1px -1px 2px #FFFFFF,
		 1px -1px 2px #FFFFFF,
		-1px  1px 2px #FFFFFF,
		 1px  1px 2px #FFFFFF,
		-1px -1px 2px #FFFFFF,
		 1px -1px 2px #FFFFFF,
		-1px  1px 2px #FFFFFF,
		 1px  1px 2px #FFFFFF;
}
@media screen and (max-width: 960px) {
	.title-name h1{
		padding-right: 0px;
	}
  }
@media screen and (max-width: 720px) {
	.title-name h1{
		font-size: 30px;
		padding-right: 0px;
	}
  }
  @media screen and (max-width: 520px) {
	.title-name h1{
		font-size: 24px;
		padding-right: 0px;
	}
  }
  @media screen and (max-width: 420px) {
	.title-name h1{
		font-size: 20px;
		padding-bottom: 1px;
		padding-right: 0px;
	}
  }
    @media screen and (max-width: 350px) {
	.title-name h1{
		font-size: 12px;
		padding-bottom: 1px;
		padding-right: 0px;
	}
  }
.title-name h2{
    color: #ec0c1a;
    font-family: 'Vast Shadow', cursive;
	padding-bottom: 15px;
	padding-right: 150px;
    font-size: 60px;
	text-shadow: 
			-0   -1px 2px #FFFFFF,
			 0   -1px 2px #FFFFFF,
			-0    1px 2px #FFFFFF,
			 0    1px 2px #FFFFFF,
			-1px -0   2px #FFFFFF,
			 1px -0   2px #FFFFFF,
			-1px  0   2px #FFFFFF,
			 1px  0   2px #FFFFFF,
			-1px -1px 2px #FFFFFF,
			 1px -1px 2px #FFFFFF,
			-1px  1px 2px #FFFFFF,
			 1px  1px 2px #FFFFFF,
			-1px -1px 2px #FFFFFF,
			 1px -1px 2px #FFFFFF,
			-1px  1px 2px #FFFFFF,
			 1px  1px 2px #FFFFFF;
}
@media screen and (max-width: 960px) {
	.title-name h2{
		padding-right: 0px;
	}
  }
@media screen and (max-width: 860px) {
	.title-name h2{
		font-size: 30px;
		padding-right: 0px;
	}
  }
  @media screen and (max-width: 520px) {
	.title-name h2{
		font-size: 24px;
		padding-right: 0px;
	}
  }
  @media screen and (max-width: 450px) {
	.title-name h2{
		font-size: 20px;
		padding-right: 0px;
	}
  }
  @media screen and (max-width: 420px) {
	.title-name h2{
		font-size: 16px;
		padding-bottom: 1px;
		padding-right: 0px;
	}
  }
   @media screen and (max-width: 350px) {
	.title-name h2{
		display: none;
	}
  }
  .title-name span{
	padding-right: 150px;
  }
  @media screen and (max-width: 960px) {
	.title-name span{
		padding-right: 0px;
	}
  }
.title-name a{
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	border-radius: 15px;
	border: 1px solid #ffffff;
	background-color: blue;
	text-decoration: none;
	font-family: 'Jomhuria', cursive;
	font-size: 28px;
	color: #ffffff;
	cursor: pointer;	
}
.title-name a:hover{
	padding-top: 7px;
	padding-left: 7px;
	padding-right: 7px;
	padding-bottom: 4px;
	border-radius: 15px;
	border: 2px solid #2717d8;
	background-color: #ec0c1a;
	text-decoration: none;
	font-family: 'Jomhuria', cursive;
	font-size: 28px;
	color: #ffffff;
}
.containerContent{
	display: flex;
	justify-content: space-around;
}
#block-content-feedback_slader{
	float: right;
	width: 300px;
	position: absolute; right:0px;
	z-index: 999;
	background-color: #2e4f4f;
}
#block-content-feedback_slader h4{
	padding-top: 10px;
	padding-left: 15px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;
	color: #ffffff;
}
.feed_container_sl{
	color:#ffffff;
}
.feed_container_sl input{
	border: 1px solid #ff0011;
}
.feed_container_sl textarea{
	border: 1px solid #ff0011;
}
#exampleInput1{
	width: 280px;
}
#exampleInput2{
	width: 280px;
}
#autoSizingInputGroup1{
	width: 220px;
}
#autoSizingInputGroup2{
	width: 220px;
}
.feed_block_zip_sl{
	width: 280px;
	margin-left: 10px;
}
@media screen and (max-width: 960px) {
	.containerContent{
		display: flex;
		flex-flow: column nowrap;
		justify-content: center;
	}
	#carouselExampleAutoplaying{
		float: unset;
	}
	#block-content-feedback_slader{
		position: unset;
		width: auto;
		background-color: #2e4f4f;
	}
	.feed_sl_h{
		padding-top: 60px;
		margin-left: 60px;
		font-family: 'DM Serif Text', serif;
		font-size: 28px;
	}
	
	.feed_container_sl{
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
	}
	#exampleInput1{
	width: 270px;
	}
	#exampleInput2{
		width: 270px;
	}
	#autoSizingInputGroup1{
	width: 225px;
	}
	#autoSizingInputGroup2{
	width: 225px;
	}
	.feed_block_zip_sl{
		width: 560px;
		margin-left: 0px;
		
	}
  }

.about{
	padding-top: 50px;
	padding-left: 60px;
	background-color: #2e4f4f;
	color: #ffffff;
}
.about__me{
	float: left;
	display: flex;
	flex-flow: column wrap;
	justify-content: flex-end;
	align-items: flex-start;
	align-content: center;

}
.about__me h3{
	font-family: 'Jomhuria', cursive;
	font-size: 60px;
}
.about_me_line{
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width: 150px;
	margin-top: -30px;
}       
.about__me p{
	font-family: 'DM Serif Text', serif;
	font-size: 24px;
	max-width: 700px;
}
@media screen and (max-width: 1070px) {
	.about__me p{
		max-width: 500px;
	}
}
.list{
	clear: both;
	padding-top: 40px;
	padding-bottom: 30px;
}
.list h4{
	margin-left: 60px;
	font-family: 'DM Serif Text', serif;
	font-size: 30px;
}
.list__line{
	margin-left: 60px;
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width: 150px;
	margin-top: -10px;
} 
.list__container{
	clear: both;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	font-family: 'DM Serif Text', serif;
	font-size: 18px;

}
.list__block{
	max-width: 450px;
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
}
@media screen and (max-width: 1300px) {
	.list h4{
		padding-top: 100px;
	}
}
.indikator{
	width: auto;
	height: 600px;
	background: linear-gradient( rgba(49,20,4, 0.3), rgba(1, 1, 1, 0.9) ), url(/images/indikator_image.webp);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
.indikator h4{
	padding-top: 60px;
	margin-left: 60px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;
}
.indikator__line{
	margin-left: 60px;
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width: 200px;
	margin-top: -10px;
} 
#block-indikator{
	padding-top: 40px;
}
.stagesWork{
	padding-top: 50px;
	padding-left: 25px;
	background-color: #2e4f4f;
	color: #ffffff;
}
.stageContainer{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
}
.stagesWork h4{
	padding-top: 60px;
	margin-left: 60px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;

}
.stage__line{
	margin-left: 60px;
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width: 230px;
	margin-top: -10px;
	margin-bottom: 60px;
} 
.stageBlock{
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
	max-width: 250px;
	min-height: 450px;
}
.stageBlock img{
	padding-bottom: 30px;
}
.stageBlock h5{
	height: 90px;
	font-family: 'DM Serif Text', serif;
	font-size: 22px;
}
.stageBlock p{
	height: 150px;
	font-family: 'DM Serif Text', serif;
	font-size: 18px;
}
.cause{
	width: auto;
	height: 600px;
	background: linear-gradient( rgba(49,20,4, 0.3), rgba(1, 1, 1, 0.9) ), url(/images/cause_image.webp);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	min-height: 700px;
}
.cause h4{
	padding-top: 60px;
	margin-left: 55px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;
}
.cause__line{
	margin-left: 55px;
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width: 260px;
	margin-top: -10px;
	margin-bottom: 80px;
} 
.causeContainer{
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	align-content: center;
}
.causeBlock{
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
	max-width: 600px;
	background-color: #2e4f4f;
	color: #ffffff;
	font-family: 'DM Serif Text', serif;
	font-size: 22px;
	text-align: center;
	border: 1px solid #fb0111;
	border-radius: 25px;
}















#block-content-feedback{
	padding-top: 50px;
	padding-left: 25px;
	background-color: #2e4f4f;
	color: #ffffff;
	min-height: 700px;
}
#block-content-feedback h4{
	padding-top: 60px;
	margin-left: 60px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;
}
.feed__line{
	margin-left: 60px;
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width: 200px;
	margin-top: -10px;
} 
.feed_container{
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
}
.feed_block{
	margin: 5px;
	padding: 5px;
	flex: 0 1 auto;
}
.feed_container input{
	border: 1px solid #ff0011;
}
.feed_container textarea{
	border: 1px solid #ff0011;
}
.feed_block input{
	width: 270px;
}
#autoSizingInputGroup11{
	width: 225px;
}
#autoSizingInputGroup21{
	width: 225px;
}
.feed_block_zip{
	width: 560px;
}
.reviewsBlock{
	width: auto;
	height: 600px;
	background: linear-gradient( rgba(49,20,4, 0.3), rgba(1, 1, 1, 0.9) ), url(/images/review_image.webp);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
.reviewsBlock h4{
	padding-top: 60px;
	margin-left: 60px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;
}
.reviews__line{
	margin-left: 60px;
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width: 220px;
	margin-top: -10px;
} 
.reviews{
	padding-top: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: auto;
}
.reviews_block{
	border: 1px solid #ff0011;
	border-radius: 10px;
	background-color: #2e4f4f;
	max-width: 600px;
}
.carCont img{
	padding-top: 25px;
	padding-left: 60px;
}
.carCont h5{
	padding-top: 15px;
	padding-left: 60px;
	font-size: 24px;
}
.carCont p{
	padding-top: 15px;
	padding-left: 60px;
	padding-right: 60px;
	font-size: 20px;
}
.blockLeak{
	width: auto;
	min-height: 600px;
	height: auto;
	background-color: #2e4f4f;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
}
.leak__title{
	padding-top: 60px;
	text-align: right;
	padding-right: 60px;
	padding-bottom: 40px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;
}
 
.roofLeak p{
	float: right;
	padding: 40px;
	margin-right: 60px;
	max-width: 600px;
	font-size: 20px;
	background: linear-gradient( rgba(49,20,4, 0.3), rgba(1, 1, 1, 0.9) ), url(/images/review_image.webp);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 100px 15px 100px 15px;
	border: 1px solid #ff0011;
}
.blockEmergency{
	width: auto;
	min-height: 600px;
	height: auto;
	background-color: #2e4f4f;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	color: #ffffff;
	padding-bottom: 60px;
}
.emergency__title{
	padding-top: 60px;
	padding-left: 60px;
	padding-bottom: 40px;
	font-family: 'DM Serif Text', serif;
	font-size: 28px;
}
 
.roofEmergency p{
	padding: 40px;
	margin-left: 60px;
	max-width: 600px;
	font-size: 20px;
	background: linear-gradient( rgba(49,20,4, 0.3), rgba(1, 1, 1, 0.9) ), url(/images/review_image.webp);
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 15px 100px 15px 100px;
	border: 1px solid #ff0011;
}






.footerBlock{
	margin-top: -10px;
	background-color: #2e4f4f;
	height: 160px;
}
.footContainer{
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;	
}
.footBlock p{
	padding-top: 30px;
	font-family: 'Jomhuria', cursive;
	font-size: 30px;
	color: #ffffff;
}
.foot__line{
	margin-top: -30px;
	border: none;
    color: #fb0111;
    background-color: #ff0011;
    height: 4px;
	width:150px;
} 
.copyrate{
	text-align: right;
	padding-right: 15px;
}