.header-two-logo {
    max-width: 200px;
}
span.check-icon img {
    max-width: 22px;
}
@media(min-width:1200px){
.container-mid {
    width: 90%;
  }
}

@media (min-width: 1250px){
.header-contact-two {
    display: block!important;
  }
}
img.mobile-logo {
    max-height: 55px;
    width: auto;
}
footer ul.menu li::before {
    content: ">";
    transform: rotateY(25deg);
    position: absolute;
    font-size: 22px;
    top: 1px;
    left: 0;
    line-height: 1.2;
    color:#fab81c;
}
footer ul.menu li {
    position: relative;
    padding-left: 15px;
}
footer ul.menu {
    padding: 0;
    list-style: none;
}
footer ul.menu li a:hover {
    padding-left: 5px;
    text-decoration: none;
    color:#fab81c;
}
footer ul.menu li a {
    transition: all 0.5s ease-in-out;
}
.site-footer .widget-item h3.w-title, .site-footer .widget-item .footer-social-icon a, .site-footer .widget-item .menu a, .site-footer .footer-bottom a {
    color: #fff;
}
h3.w-title::before {
    content: "";
    background: #fab81c;
    width: 80px;
    height: 2px;
    position: absolute;
    bottom: -13px;
    left: 0;
}
h3.w-title{
    position:relative;
    font-size:20px;
}
.fa, .fas {
    font-weight: 300;
}
.hero-content .estimate-form-block {
    background: transparent;
    backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
    -webkit-backdrop-filter: blur(20px) saturate(160%) contrast(45%) brightness(140%);
}
.blue-color,.heading-intro, .about-heading-intro {
    color: #11827f;
}
.breadcrumb-inner span, .breadcrumb-inner {
    color: #fee026;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0;
}
.page-hero_section::before {
    content: "";
    background: black;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
}
.page-hero_section {
    position: relative;
}
.phone-block-two::after{
    display:none;
}
.service-icon img {
    max-width: 70px;
    transition: all 0.3s ease-in-out;
}
.service-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}
.blog_btn {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 40px !important;
    background: #fee026;
    color: #19203f;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-top: 23px;
}





	  /* 
	Custom Reviews
	*/
	.testimonial-block .image {
		position: relative;
		margin-bottom: 25px;
		margin-top: 26px;
	}
	.testimonial-block .inner-box {
		position: relative;
		margin-bottom: 30px;
		text-align: center;
	}
	.testimonial-block .image img {
		width: 100px;
		height: 100px;
	}
	.owl-carousel .owl-item img {
		display: block;
		width: 80px !important;
		text-align: center;
		height: auto!important;
	}
	.owl-theme .owl-dots .owl-dot span {
		width: 12px!important;
		height: 12px!important;
		margin: 5px 7px;
		background: #11827f!important;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .2s ease;
		border-radius: 30px;
	}
	.owl-theme .owl-dots .owl-dot span: hover {
		width: 12px!important;
		height: 12px!important;
		margin: 5px 7px;
		background: #000!important;
		display: block;
		-webkit-backface-visibility: visible;
		transition: opacity .1s ease;
		border-radius: 30px;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
		background: 0 0;
		color: inherit;
		border: none;
		padding: 0!important;
		font: inherit;
		color: #000!important;
		font-size: 36px!important;
		font-weight: 600!important;
	}
	.owl-theme .owl-dots .owl-dot.active {
		content: "";
		left: -14px;
		top: -14px;
		height: 28px;
		border-radius: 50%;
		border: 1px solid #0c1529;
		opacity: 1;
		transition: .5s;
	}
	/*
	End Custom Reviews
	*/

	/* testimonials  */
	.testimonials-section {
	  background: #fee02673;
	  background-repeat: no-repeat;
	  background-size: cover;
	  background-position: top center;
		  padding-top: 52px;
		padding-bottom: 52px;
	}
	.yellow-color {
	  color: #fee026;
	}
	.white-color {
	  color: #fff;
	}
	.testimonials-section h2 {
		font-size: 50px;
		color: #19203f;
		font-weight: 700;
		margin-bottom: 25px;
	}
	.testimonial-item {
	  background: #fff;
	  padding: 60px;
	  border-radius: 15px;
	}
	.testimonial-item:hover .testimonials-quote {
	  background: #19203f;
	  color: #fff;
	}
	.sub-title {
	font-size: 18px;
		font-weight: 500;
		margin-bottom: 5px;
		position: relative;
		display: block;
		color: #11827f;
	}
	.reviewer-photo {
	  max-width: 70px;
	}
	.reviewer-photo img {
	  border-radius: 10px;
	}
	.reviewer-meta {
	  margin-left: 20px;
	}
	.reviewer-name {
	  font-size: 18px;
	  font-weight: 600;
	  color: #19203f;
	  display: block;
	  line-height: 20px;
	}
	.reviewer-title {
	  font-size: 14px;
	  font-weight: 500;
	  color: #fee026;
	  display: block;
	  line-height: 20px;
	}
	.review-details {
	  margin-top: 40px;
	  font-size: 16px;
	  line-height: 36px;
	  color: #717483;
	  font-weight: 500;
	  font-style: italic;
	}
	.testimonials-quote {
	  margin-bottom: -30px;
	  width: 60px;
	  height: 60px;
	  border-radius: 60px;
	  background: #fee026;
	  color: #19203f;
	  display: inline-block;
	  position: absolute;
	  line-height: 60px;
	  font-size: 20px;
	  text-align: center;
	  bottom: 0;
	  z-index: 2;
	}
	.testimonials-slider .owl-stage-outer {
	  padding-bottom: 30px;
	}

	.owl-carousel .owl-item img {
		display: initial!important;
		width: 100%;

	}
	
