.home-banner {
    width: 100%;
    height: 600px;
    position:relative;
    min-height: fit-content;
    background: linear-gradient(90deg, #000, #161616);
}

.home-banner-background {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
}

.home-banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    backdrop-filter: blur(2px);
    background-color: #000000bd;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    color: white;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0% calc(100% - 50px));
    box-sizing: border-box;
    padding: 0 0 100px 0;
}

.home-banner-overlay * {
    justify-self: center;
}

.home-banner-content {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 80vw;
}

.home-banner-content h2 {
    font-weight: 700;
    text-transform: capitalize;
}

.home-banner-overlay img {
    width: 350px;
    height: 250px;
    object-fit: cover;
    border-radius: 5px;
    max-width: 90vw;
}

@media (max-width: 1200px) {
  .home-banner {
      height: 1200px;
  }

  .home-banner-overlay {
      grid-template-columns: 1fr;
      row-gap: 30px;
  }
}

.maincontent {
	padding:0;
	position:relative;
	max-width:100%;
	border:0;
	}
	
	.header_wrapper {
	position:absolute;
	top:0;
	background:transparent;
	box-shadow:none;
	}
	
	.estimate-box {
	background-color:var(--accent-black);
	margin:auto;
	padding:25px;
	color:#ffffff;
	max-width:500px;
	text-align:center;
	position:relative;
	z-index:2;
	top:0px;
	-webkit-box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.15); 
	box-shadow: 2px 2px 15px 5px rgba(0,0,0,0.15);
	border-top:6px solid var(--accent-color);
	}
	
	
	.estimate-box h3 {
	font-weight:700;
	text-transform:uppercase;
	}
	
	
	/* -- Home - Estimate Box */
	
	
	
	.estimate-heading {
		color: var(--accent-color);
		margin: 10px 0;
		font-weight: bold;
	}
	
	.project-type {
		width: 33.3333333333%;
	}
	.service-type {
		width: 50%;
	}
	
	
	
	.radio_checkbox_value {
		width: 25%;
		color: #fff;
		padding: 5px;
	}
	.radio_checkbox_wrapper {
		display: flex;
	flex-wrap:wrap;
		width: 100%;
		padding: 0;
		margin: 20px auto;
	}
	
	
	.estimate-box .form_field_wrapper {
		padding: 3px;
		margin-bottom: 8px;
	}
	.estimate-box .form_field_wrapper:hover {
		background: none;
	}
	
	.estimate-box .form_field_content {
		width: 100% !important;
	
	}
	.estimate-box .form_field_text,
	.form_field_select,
	.estimate-box .form_field_textarea {
		width: 100%;
		background: #ffffff;
	}
	.estimate-box .required_field_element {
		display: none;
	}
	.estimate-box .required_field {
		width: 100% !important;
	}
	
	.estimate-box .radio_checkbox {
		width: 25%;
	}
	.estimate-box .radio_checkbox img {
		width: 100%;
		height: auto;
	}
	.estimate-box .radio_checkbox input {
		position: relative;
		z-index: 1;
	margin-left:8px;
	
	}
	.estimate-box .radio_checkbox input:focus ~ label {
		background: #ffffff;
	}
	.estimate-box .radio_checkbox input:checked ~ label {
		background: #fff;
		color: var(--accent-color);
	}
	
	
	
	.estimate-box .radio_checkbox i {
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.estimate-box .thank_you_content {
		background: var(--accent-color);
		color: #fff;
		padding: 15px;
		font-weight: 600;
	}
	
	.estimate-box .form_field_title {
	display:none;
	}
	
	
	.estimate-box .btn.btn-primary {
	border:2.5px solid #ffffff;
	color:#ffffff;
	background:transparent;
	text-transform:uppercase;
	font-weight:700;
	width:40%;
	padding:12px 0;
	}
	
	.estimate-box .btn.btn-primary:hover {
	background:var(--accent-color);
	color:#ffffff;
	}
	
	
	.Reviewcontent {
		width: 75%;
		margin: auto;
		text-align: center;
	}
	.Reviewcontent p {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 30px;
		text-align: left;
		color: rgba(0, 0, 0, 0.7);
	color:#222;
	}
	.Reviewcontent p:first-child {
		font-weight: 600;
		font-size: 20px;
		line-height: 30px;
	}
	
	.Reviewtestcontent {
		float: left;
		width: 100%;
		margin: 0px;
		padding: 45px;
		text-align: center;
	border-radius:12px;
	background-color:#ffffff;
	
	box-shadow: 3px 2px 9px 0px rgba(0,0,0,0.07);
	-webkit-box-shadow: 3px 2px 9px 0px rgba(0,0,0,0.07);
	-moz-box-shadow: 3px 2px 9px 0px rgba(0,0,0,0.07);
	
	}
	.Reviewtestcontent p {
		font-style: normal;
		font-weight: 500;
		font-size: 16px;
		line-height: 30px;
		text-align: center;
		margin-top: 15px;
	text-align:left;
	}
	.Reviewtestcontent ul {
		list-style: none;
		margin: 20px auto;;
		padding: 0px;
	}
	.Reviewtestcontent ul li {
		display: inline;
	color:var(--accent-color);
	}
	
	
	
	.owl-carousel .owl-item img.image-auto {
		width: auto;
		margin: auto;
		display: flex;
	}
	.owl-theme .owl-nav {
		position: relative;
		top: 50%;
		width: 100%;
	}
	.owl-carousel .owl-nav button.owl-prev {
		left: -25px;
		position: relative;
		font-size: 40px;
		line-height: 0;
	display:none;
	}
	.owl-carousel .owl-nav button.owl-next {
		right: -25px;
		position: relative;
		font-size: 40px;
		line-height: 0;
	display:none;
	}
	.owl-theme .owl-nav [class*='owl-']:hover{
		color:#ff6d5d;
	}
	
	.reviewsection {
	margin-top:45px;
	}
	
	.review-star {
		position: relative;
	fill:var(--accent-color);
	}
	
	.owl-carousel {
	overflow:hidden;
	}
	
	.hurricane {
		background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/imageserver/AdminMedia/Paralax_Backgrounds/2000x1000StormDam1.jpg');
		background-attachment: fixed;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	color: #fff;
	text-align: center;
	}

.hurricane h2{
line-height: 1.2;
font-size: 2rem;
}

.hurricane h3{
line-height: 1.5;
}
}