/*
Theme Name: MCP Facility Services
Theme URI: https://mcpfacilityservices.com
Description: Child theme for Beaver Builder Theme.
Author: MCP Facility Services
Template: bb-theme
Version: 1.0.0
Text Domain: mcp-facility-services
*/

/* Add custom styles below */

.fl-button-wrap a
{padding:20px 40px !important;
letter-spacing:2px;}

.single-post ul {
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 0px;
}
.single-post ul li {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 12px;
}


#banner
{background:#d64c1f;}

#nav
{background:#eae3d7;
margin:-80px 35px 0px 35px;
border-radius:10px;
	z-index:100;
}

#menu-item-112
{background:black;
border-radius:60px;
padding:10px 30px;
	margin-left:20px;
}
#menu-item-112:hover
{background:#d64c1f;}


#menu-item-112 span
{color:white !important;}


@media only screen and (max-width: 1000px) {
	
	
#nav
{background:#eae3d7;
margin:0px 0px 0px 0px;
border-radius:10px;
	z-index:100;
}
	
	#menu-item-112
{background:none;
border-radius:60px;
padding:0px;
	
}
	#menu-item-112:hover
{background:none;}
	
	
}

/*For animation in sitemap page*/
.our-service-details1 .our-service-list1:hover .fl-heading {
    transform: translateY(-10px);
}
.our-service-details1 .our-service-list1 h4.fl-heading {
    transition: all 0.3s
ease;
}
/*testimonial button*/
@media(max-width:460px){
.testimonial-button a.fl-button {
    padding: 20px !important;
}
}

/* Wufoo Submit Button */
.wufoo input.btTxt,
.wufoo button.btTxt {
  background-color: #b13e19 !important;
  color: #ffffff !important;
  border: none !important;
  cursor: pointer;
  transition: background-color 0.25s ease;
}

/* Hover State */
.wufoo input.btTxt:hover,
.wufoo button.btTxt:hover {
  background-color: #212224 !important;
}


.cls-menu-list ul li.menu-item {
    padding-left: 30px;
    position: relative;
}

/* -------  Single Post -------- */
.single-post br {
	display: none;
}
.single-post h2 {
    font-size: 30px;
    line-height: 40px;
	text-transform: capitalize;
}
.single-post p {
    font-size: 18px;
}
/* -------  Single Post End -------- */


.simple-step-section {
    counter-reset: my-sec-counter;
}
.simple-step-section .simple-step-list {
    position: relative;
}
.simple-step-section .simple-step-list:after {
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) " ";
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translate(-110%, 0%);
    width: 50px;
    max-height: 45px;
    font-size: 25px;
    font-weight: 600;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #B13E19;
    border-radius: 10px;
	transition: all 0.3s ease;
}
.simple-step-section .simple-step-list:hover:after {
    top: -50px;
}
.simple-step-section .simple-step-list:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0px;
    background-image: url(https://mcp.beanstalkweb.com/wp-content/uploads/2025/04/right-arrow.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 50px;
    height: 50px;
}
.simple-step-section .simple-step-list:last-child:before {
    display: none;
}
.banner-btn .fl-button-left {
    position: relative;
    z-index: 9;
}
.our-service-details .our-service-list .uabb-image,
.feel-diff-service-section .feel-diff-service,
.com-solution .uabb-image {
    transition: all 0.3s ease;
}
.our-service-details .our-service-list:hover .uabb-image {
    transform: translateY(-10px);
}
.feel-diff-service-section .feel-diff-service:hover {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 10px;
}
.com-solution:hover .uabb-image {
    transform: scale(1.1);
}
.banner-btn {
	position: relative;
	z-index: 1;
}
.accordion-title-border .fl-accordion-button-label:focus {
    outline: none;
}
.hvac-slider .hvac-img img {
    max-width: 50px;
    margin-bottom: 25px;
}
.hvac-slider .items.hvac-item .hvac-content h4 {
    font-size: 24px;
    line-height: 35px;
	font-weight: 600;
	color: #fff;
	font-family: 'Verdana';
	height: 90px;
}
.hvac-slider .items.hvac-item .hvac-content p {
    font-size: 22px;
    line-height: 35px;
	color: #fff;
}
.hvac-slider .items.hvac-item .hvac-content {
    font-family: 'Verdana';
}
.hvac-slider .owl-item {
    background: #000000;
    padding: 30px 30px 40px;
}
.hvac-slider .owl-stage {
    display: flex;
}
.hvac-slider .owl-dots button.owl-dot {
    background-color: #000000;
    padding: 5px !important;
    border-radius: 50px;
    margin-right: 10px;
}
.hvac-slider .owl-dots button.owl-dot.active {
    background-color: #B13E19;
}
.hvac-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}




/* -------  Media Screen  --------- */
@media only screen and (max-width: 991px) {
	.single-post p {
		line-height: 30px;
	}
	.single-post h2 {
		font-size: 25px;
		line-height: 35px;
	}
	h1 br {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.simple-step-section .simple-step-list:after {
		transform: translate(-50%, 0%);
	}
	.simple-step-section .simple-step-list:before {
		display: none;
	}
}

