.maincontent {
    max-width: 100%;
    margin: 0;
    padding: 0;
    border: none;

}


.estimate-box {
background:var(--accent-color-blue);
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:8px solid var(--accent-color);
      font-family: 'Poppins', 'Montserrat', sans-serif;
}


.estimate-box h3 {
font-weight:800;
text-transform:uppercase;
}


/* -- Home - Estimate Box */



.estimate-heading {
    color: #b0b2af;
    margin: 10px 0;
    font-weight: 800;
}

.project-type {
    width: 50%;
}
.service-type {
    width: 50%;
}



.radio_checkbox_value {
    width: 100%;
    color: #fff;
    padding: 5px;
}
.radio_checkbox_wrapper {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
}


.estimate-box .form_field_wrapper {
    padding: 3px;
    margin-bottom: 5px;
}
.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: 100%;
}
.estimate-box .radio_checkbox img {
    width: 100%;
    height: auto;
}

.estimate-box .radio_checkbox input:focus ~ label {
    background: #ffffff;
}
.estimate-box .radio_checkbox input:checked ~ label {
    background: #b0b2af;
    color: #000;
}

.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 {
width:80%;
padding:12px 0;
text-transform:uppercase;
background:transparent;
color:#ffffff;
font-weight:700;
border:2px solid #ffffff;
}

.estimate-box .btn.btn-primary:hover {
background-color:#ffffff;
color:var(--accent-color-orange);
border:2px solid #ffffff;
}


.box-gallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
  position: relative;
}
.box-gallery h3 {
  position: absolute;
  top: -55px;
}
.box-gallery .box-gallery-item {
  position: relative;
  height: 250px;
  margin: 0.5%;
  overflow: hidden;
  flex: 1 1 15em;
  transition: all 0.2s ease-in-out;

  border-radius: 5px;
}
.box-gallery .box-gallery-item i {
  position: absolute;
  bottom: 40%;
  left: 50%;
  margin: 0 0 -28px -28px;
  font-size: 2em !important;
  border-radius: 50%;
  padding: 10px;
  background: var(--accent-color);
  color: #fff;
  opacity: 0;
  transition: all 0.25s;
}
.box-gallery .box-gallery-item:hover {
  filter: drop-shadow(4px 4px 6px gray);
  transform: scale(1.05);
}
.box-gallery .box-gallery-item:hover i {
  bottom: 50%;
  opacity: 1;
}
.box-gallery .box-gallery-item:hover figure {
  opacity: 0.6;
}
.box-gallery .box-gallery-item figure {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  background-size: cover;
}
.box-gallery .box-gallery-item figure:hover {
  filter: drop-shadow(4px 4px 6px gray);
  transform: scale(1.05);
}/*# sourceMappingURL=Untitled-1.css.map */


.Reviewcontent {
    width: 75%;
    margin: auto;
    text-align: center;
}
.Reviewcontent p{
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	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:7px;
background-color:rgba(255,255,255,0.95);
-webkit-box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08); 
box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.08);
border-top:6px solid var(--accent-color);
color:#222222;
}

.Reviewtestcontent ul {
    list-style: none;
    margin: 0px 0px 30px;
    padding: 0px;
}
.Reviewtestcontent ul li {
    display: inline;
color:var(--accent-color-orange);
}



.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;
}

.owl-carousel {
overflow:hidden;
}