:root {
	--primary: #000;
	--secondary: #333;
	--black: #000;
	--white: #fff;
	--white-e2: #e2e2e2;
	--white-f6: #f6f6f6;
	--blue-2c: #2c3d79;
	--blue-69: #697cbf;
	--radius-5: 5px;
	--radius-10: 10px;
	--radius-15: 1px;
    --radius-20: 20px;
	--shadow-13: 13px 13px 51px 0px rgba(9.999999999999991, 50.99999999999997, 80, 0.16);
	--shadow-17: 17px 17px 46px 0 rgba(17, 69, 111, .11);
	--shadow-0016: 0 0 16px 3px #42474c12;
	--shadow-header: 0px 0px 7px 0px rgba(0, 0, 0, 0.1);
}
.mb-0 { margin-bottom: 0!important;}
.h-100 { height: 100%; }
.sub-heading { margin-bottom: 5px!important; }
.sub-heading .elementor-heading-title { font-size: 15px; font-weight: 500!important; }
.btn-theme .elementor-button {
    background-color: var(--blue-2c);
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
}
.btn-theme .elementor-button:hover { background-color: var(--blue-69)!important; }
.page-banner {
    min-height:  50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 150px 0 30px 0;
}
.page-banner .elementor-widget-heading { margin-bottom: 5px; }
/* Header */
/* Sticky Header */
.header_bar.sticky {
	position: fixed!important;
	width: 100%;
	background-color: var(--white)!important;
	animation: stickyMenuAnimation 0.7s;
	box-shadow: 0 0 5px 0 #7785917a;
	left:0;
	right:0;
	top:0;
	z-index: 999;
}
@keyframes stickyMenuAnimation {
    from {
        top: -200px;
    }
    to {
       top: 0px;
    }
}
.elementor-location-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
/* Header Content */
.head-logo img { filter: brightness(0) invert(1); }
.header_bar.sticky .head-logo img { filter: brightness(1) invert(0); width: 55px; }
.header_bar.sticky .header_menu a { color: var(--blue-2c)!important; }
.header_bar.sticky .header_menu li a::after, .header_bar.sticky .header_menu li a::before { background-color: var(--blue-2c)!important; }
.header_bar.sticky .header_menu .sub-arrow { fill: var(--blue-2c); }
.header_bar.sticky .header_menu .sub-menu li a:hover, .header_bar.sticky .header_menu .sub-menu .current-menu-item a {  color: var(--blue-2c)!important; }
.elementor-location-header {
	position: absolute;
    left: 0;
    right: 0;
    z-index: 999;
}
.logo img { filter: brightness(0) invert(1); }
.header_menu li a { position: relative;}
.header_menu li a::after{
    content: "";
    height: 1px;
    width: 0%;
    background-color: var(--white)!important;
    position: absolute;
    left: 25%;
    bottom: 0;
}
.header_menu li a::before{
    content: "";
    height: 1px;
    width: 0%;
    background-color: var(--white)!important;
    position: absolute;
    left: 35%;
    bottom: -5px;
}
.header_menu li a:hover::after, .header_menu .current-menu-item a:after { width: 50%; }
.header_menu li a:hover::before, .header_menu .current-menu-item a::before { width: 30%; }
.header_menu .sub-menu li a:hover::before, .header_menu .sub-menu .current-menu-item a::before, .header_menu .sub-menu li a:hover::after, .header_menu .sub-menu .current-menu-item a:after {
	 width: 0%!important;
}
.header_menu .sub-menu { min-width: 350px!important; left: -80px !important; }
.header_menu .sub-menu a { border-width: 0!important; }
/* Home */
.mision-box {
    background-color: var(--white-f6);
    padding: 20px;
    border: 1px solid var(--white);
    border-radius: var(--radius-10);
	height: 100%;
}
.mision-box:hover { border-color: var(--blue-2c) }
.mision-box .elementor-image-box-img {
    background-color: var(--blue-2c);
    height: 70px;
    width: 70px;
    padding: 10px;
    border-radius: var(--radius-5);
}
.mision-box:hover .elementor-image-box-img img { transform: scale(-1) rotate(180deg); transition: .5s; }
.theme-box {
    box-shadow: var(--shadow-13);
    padding: 30px;
    border-radius: var(--radius-10);
    background-color: var(--white);
}
.theme-box.mob-style { box-shadow: none; padding: 0; background-color: transparent; }
.theme-box.about-box { padding: 30px 30px 30px 150px; }
.about_image img {
    margin-left: 70px;
    z-index: 1;
    position: relative;
}
/* Service */
/*Service Column*/
.service-box:hover .elementor-icon svg { transform: scale(-1) rotate(180deg); transition: .5s; }
.service-box .service-head .elementor-heading-title {
    background-color: var(--blue-2c);
    color: var(--white)!important;
    padding: 10px;
    font-weight: 500;
    font-size: 22px
}
.service-box .service-head .elementor-heading-title a { font-weight: 600; }
/*Service Icon*/
.ser-icon .elementor-icon { position: relative; }
.ser-icon .elementor-icon svg { 
	position: relative;
	z-index: 2;
	filter: brightness(0) invert(1);
	width: 40px;
}
.ser-icon .elementor-icon:after {
	content: '';
	position: absolute;
	background-color: var(--blue-2c);
	height: 90px;
    width: 90px;
    top: -20px;
    left: -25px;
	transform: rotate(45deg);
    border: 1px solid var(--blue-69);
}
.ser-icon .elementor-icon:before {
	content: '';
	position: absolute;
	background-color: transparent;
	height: 75px;
    width: 75px;
    top: -13px;
    left: -18px;
	transform: rotate(45deg);
    border: 3px solid var(--blue-69);
	z-index: 1;
}
/* Testimonials */
.testimonials .elementor-testimonial__text {
	padding: 80px 30px 50px 50px;
    background-color: var(--white);
    border: 4px solid #f2f2f2;
	position: relative;
	min-height: 270px;
    margin-right: 15px;
}
.testimonials .elementor-testimonial__text:after {
	content: '';
    position: absolute;
    top: 2.5rem;
    left: 50%;
   transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
    height: 15px;
    width: 100%;
    background-image: url('https://fivestarmaintenanceohio.com/wp-content/uploads/2025/09/rating.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.testimonials .elementor-testimonial__text:before {
	content: '';
    position: absolute;
    top: 2.5rem;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 3.125rem;
    width: 3.125rem;
    background-color: var(--blue-2c);
    background-image: url('https://rtl-metal.com/wp-content/uploads/2024/08/quote.svg');
    background-position: center;
    background-repeat: no-repeat;
}
.testimonials .elementor-testimonial__cite { padding: 0 0 10px 50px; }
.testimonials .elementor-testimonial__content { position: relative; }
.testimonials .elementor-testimonial__content:after {
	content: '';
	position: absolute;
    background-color: var(--white-f6);
    height: 90%;
    width: 100%;
    right: -25px;
    bottom: -45px;
    z-index: -1;
}
.testimonials .swiper-pagination-bullet:after, .loop-dots .swiper-pagination-bullet:after {
    content: '';
    display: block;
    margin: auto;
    width: 10px;
    height: 10px;
    background: #adacac;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    border-radius: 100%;
}
.testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active:after,  .testimonials .swiper-pagination-bullet:hover:after, .loop-dots .swiper-pagination-bullet.swiper-pagination-bullet-active:after,  .loop-dots .swiper-pagination-bullet:hover:after {
	background: var(--blue-2c);
    -webkit-box-shadow: 0 0 0 4px rgb(63 81 181 / 25%);
    box-shadow: 0 0 0 4px rgb(63 81 181 / 25%);
}
.loop-dots .swiper-pagination-bullet { opacity: 1; }
.testimonials .swiper-pagination {
	bottom: -30px!important;
	left: 50%!important;
    transform: translate(-50%,0);
    -webkit-transform: translate(-50%,0);
	width: auto!important;
}
.testimonials .elementor-swiper-button.elementor-swiper-button-next { right: 43%!important; }
.testimonials .elementor-swiper-button.elementor-swiper-button-prev { left: 40%!important; }
.testimonials .swiper-pagination { z-index: 0!important; }
.testimonials .elementor-swiper-button:after {
	content: '';
	position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40px;
    width: 40px;
    left: auto;
    bottom: -250px;
    background-color: var(--blue-2c);
    border-radius: 50%;
}
.testimonials .elementor-swiper-button svg { display: none; }
.testimonials .elementor-swiper-button.elementor-swiper-button-prev:after {
	background-image: url('https://fivestarmaintenanceohio.com/wp-content/uploads/2025/09/Left-Arrow.svg');
	left: -40px;
}
.testimonials .elementor-swiper-button.elementor-swiper-button-next:after {
	background-image: url('https://fivestarmaintenanceohio.com/wp-content/uploads/2025/09/Right-Arrow.svg');
	right: -55px;
}
.testimonials .elementor-testimonial__cite { padding: 0 0 10px 50px; }
.team-detail {
    background-color: var(--blue-2c);
    border-radius: var(--radius-5);
    width: 95%!important;
    margin: -40px auto 0 auto;
    padding: 10px 0px;
    min-height: 160px;
    border-bottom: 4px solid var(--blue-69);
}
.team-img { min-height: 350px; }
/* About */
.feature-box .elementor-image-box-img {
    background-color: var(--blue-2c);
    height: 70px;
    width: 70px;
    padding: 10px;
    border-radius: var(--radius-5);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 20px 0 0 !important;
}
.feature-box .elementor-image-box-img img { filter: brightness(0) invert(1); }
.feature-box.right .elementor-image-box-wrapper { flex-direction: row-reverse; }
.feature-box.right .elementor-image-box-img { margin: 0 0px 0 20px !important; }
.feature-box:hover .elementor-image-box-img img { transform: scale(-1) rotate(180deg); transition: .5s; }
.counter .elementor-counter-title { text-align: center; }
.counter { height: 100%; }
/* Our story Steps */
.story-box .elementor-icon-box-wrapper {
    background-color: var(--white);
    padding: 25px 30px 25px 30px;
    border: 2px solid var(--blue-2c);
    border-radius: 11px 11px 11px 11px;
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .05);
}
.story-box.left .elementor-icon-box-wrapper { border-width: 0px 0px 0px 2px; }
.story-box.right .elementor-icon-box-wrapper { border-width: 0px 2px 0px 0px; }
.story-box .elementor-icon-box-title {
	margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
}
.story-box:hover .elementor-icon-box-wrapper { background-color: var(--blue-2c); }
.story-box:hover .elementor-icon-box-wrapper .elementor-icon-box-title ,.story-box:hover .elementor-icon-box-wrapper .elementor-icon-box-description { color: var(--white)!important; }
.story-box .elementor-icon-box-description { font-size: 15px; }
.story-detail { position: relative; }
.story-detail:before {
	content: '';
	position: absolute;
	background-color: rgb(63 81 181 / 25%);
	height: 100%;
	width: 2px;
	top: 0;
	left: 50%;
   transform: translate(-50%,0);
   -webkit-transform: translate(-50%,0);
}
.our-story .story-detail:first-child:before {
	height: 80%;
    top: auto;
    bottom: 0px;
    border-radius: 50px 50px 0 0;
} 
.our-story .story-detail:last-child:before { height: 80%; border-radius: 0 0 50px 50px; }
.story-detail:after {
    content: '';
    position: absolute;
    background-color: var(--white-e2);
    width: 15px;
    height: 15px;
    border-radius: 50px;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    transition: all 0.5s ease;
}
.story-detail.active:after {
    background-color: var(--blue-2c);
    -webkit-box-shadow: 0 0 0 6px rgb(63 81 181 / 25%);
    box-shadow: 0 0 0 4px rgb(63 81 181 / 25%);
    transform: translate(-50%, -50%) scale(1.2);
}
.our-story .story-detail:first-child:before {
	height: 80%;
    top: auto;
    bottom: 0px;
    border-radius: 50px 50px 0 0;
} 
.our-story .story-detail:last-child:before { height: 80%; border-radius: 0 0 50px 50px; }
@media (max-width: 699px) {
    .story-box.right .elementor-icon-box-wrapper {
        border-width: 0 0 0 3px;
    }
    .story-detail:before {
        left: -17px !important;
    }
    .story-detail:after {
        left: -17px !important;
    }
}