/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1768805904
Updated: 2026-01-19 06:58:24

*/


p:last-child {
    margin-bottom: 0;
}
.link a {
    color: #CF1226;
    text-decoration: underline !important;
}
.img-height {
    height: 100%;
}
.img-overlay::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px 0 0 15px;
    background: #00000033;
}
.full-height-img::before {
    border-radius: 0;
}

/*Header start*/
.menuBtn a.elementor-item {
	padding: 8px 25px 6px !important;
	border-radius: 10px;
	background: var(--e-global-color-accent);
	color: var(--e-global-color-739e682) !important;
	font-weight: 700 !important;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.menuBtn a.elementor-item:hover {
	background-color: var(--e-global-color-secondary) !important;
}
.main-header .site-logo img {
    transition: 0.5s all;
}
.main-header.elementor-sticky--active .site-logo img {
    width: 60px !important;
}
.main-header.elementor-sticky--active .menu-link ul li.menu-item-has-children ul.sub-menu.elementor-nav-menu--dropdown {
    margin-top: 24px !important;
}
/*Header start*/

/*Footer start*/
.footer-link ul li a:hover {
    color: #cf1226 !important;
}
.contact-form  .elementor-form-fields-wrapper {
    column-gap: 20px;
}
.contact-form .elementor-field-group.elementor-col-50 {
    width: calc(50% - 10px);
}
.contact-form .elementor-field-group:not(.elementor-field-type-submit) {
    background-color: #FFFFFF;
    border-radius: 10px;
	padding: 1px 20px !important;
}
.contact-form .elementor-field-group .elementor-field {
    padding: 0px;
    border: 0px;
    height: unset;
    min-height: unset;
}
.contact-form .elementor-field-group .elementor-field::placeholder {
	opacity: 1;
}
.contact-form .elementor-field-group .elementor-field:focus {
    box-shadow: unset;
}
.contact-form .elementor-field-group .elementor-field-textual {
    resize: none;
}
.contact-form .elementor-field-type-submit .elementor-button {
    box-shadow: 0px 4px 4px 0px #00000040 !important;
	min-height: unset;
}
.footer-contact-list ul li:last-child a {
    line-height: 1.25em !important;
}
/*Footer end*/

/*Home page start*/
.specialties-link .bg-from-css {
    position: absolute;
    bottom: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:bottom 0.8s;
}
.specialties-link{
    overflow:hidden;
}
.specialties-link .elementor-heading-title{
    z-index: 1;
}
.specialties-link:hover .bg-from-css {
    bottom: 0;
}
.hero-slider .swiper-slide:first-child .elementor-background-slideshow__slide__image {
    background-position: top center;
}
.hero-slider {
    max-height: 1000px;
    height: 100vh;
}
.specialties-link {
	transition: 0.8s all;
	position: relative;
	background-position: top -100px left 0;
}
.specialties-link .elementor-heading-title {
    border-left: 0px solid #CF1226;
	position: relative;
}
.specialties-link:hover .elementor-heading-title {
    border-left: 10px solid #CF1226;
	transition: 0.2s all;
}
.specialties-link .elementor-heading-title::before {
    content: '';
    position: absolute;
    top: 0;
    left: 4px;
    width: 0px;
    height: 100%;
    background: #CF1226;
    transition: 0.2s all;
}
.specialties-link:hover .elementor-heading-title::before {
    width: 3px;
}
.specialties-link .elementor-heading-title a {
    padding: 30px 50px 30px 20px;	
	display: block;
}

.client-list ul li {
    padding: 15px 20px !important;
    border-bottom: 1px solid #4B4B4B;
    cursor: pointer;
    transition: 0.3s all;
	gap: 35px;
}
.client-list ul li:last-child {
    border: 0px;
}
.client-list ul li span {
    padding: 0 !important;
}
.client-list ul li span svg {
    margin: 0 !important;
}
.client-list ul li.active {
    background-color: #000000 !important;
}
.client-list ul li.active .elementor-icon-list-text {
	color: #CF1226 !important;
}
.process-accordion .e-n-accordion-item-title {
    align-items: end !important;
}
.process-accordion .e-n-accordion-item-title-text {
    display: flex;
    gap: 20px;
	align-items: end !important;
}
.number {
    color: #CF1226;
    font-weight: 200;
    font-size: 72px;
    line-height: 1em;
    letter-spacing: 0;
	min-width: 101px;
}
.process-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon {
    padding-bottom: 10px;
}
/* .process-accordion .e-n-accordion-item-title[aria-expanded="true"] {
    border-color: transparent !important;
} */
.timberline-sec {
/*     max-height: 820px; */
    height: 100vh !important;
}
.about-sec-counter .elementor-counter-title {
    text-align: right;
    padding-right: 10px;
}
.review-slider {
    overflow: hidden;
}
.review-slider .e-n-carousel.swiper {
    margin: 0 -40px;
}
.spa-main {
    cursor: pointer;
    transition: 0.8s all;
}
.spa-img {
    mix-blend-mode: luminosity;
	transition: 0.8s all;
}
.spa-main:hover .spa-img {
	mix-blend-mode: unset;
}
.portfolio-main {
	overflow: hidden !important;
}
.portfolio-item::before {
    opacity: 0 !important;
}
.portfolio-item:hover::before {
    opacity: 1 !important;
}
.portfolio-item .portfolio-con {
    opacity: 0;
	transition: 0.5s all;
	transform: translateY(100%);
}
.portfolio-item:hover .portfolio-con {
    opacity: 1;
	transform: translateY(0%);
}
.logo-slider .elementor-main-swiper {
    height: fit-content;
}
.logo-slider .elementor-carousel-image {
    aspect-ratio: 168/126;
    height: auto;
}
.logo-slider-revarse {
    rotate: -180deg;
}
.logo-slider-revarse .swiper-slide {
    rotate: 180deg;
}
.list-img {
    height: 900px !important;
    width: 100% !important;
}
/*Home page end*/

/*Expertise page start*/
.banner-gredient::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 54.79%);
}
.expertise-box .premium-banner-ib::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 71.63%);
    z-index: 1;
}
.expertise-box .premium-banner-ib-desc {
    z-index: 1;
}
.expertise-box .premium-banner-ib:hover::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 20%) 71.63%);
}
.logistics-list:hover svg path{
	fill:#FFFFFF;
}
/*Expertise page start*/

/*Expertise-sub page start*/
.sec-link-list ul li .elementor-icon-list-text {
    display: flex;
    align-items: end;
    gap: 15px;
	padding-right: 10px;
}
.sec-link-list ul li.elementor-icon-list-item:last-child {
    padding-block-end: calc(36px/2);
}
.sec-link-list ul li.elementor-icon-list-item:last-child::after {
    content: '';
    border-block-start-style: solid;
    border-block-start-width: 1px;
    border-color: var( --e-global-color-text );
}
.unfold-content .premium-unfold-gradient.toggled {
    background: unset !important;
}
.more-content {
    height: 0;
    overflow: hidden;
	transition: height 0.4s ease;
}
.read-more-btn {
    cursor: pointer;
}
.read-more-btn .elementor-heading-title{
	cursor:pointer;
}
.sign-box figure img {
    aspect-ratio: 1/1;
}
.sign-box .elementor-image-box-title {
    margin: 0;
}
@-webkit-keyframes avia_msonry_show {
  0%   { -webkit-transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
  100% { -webkit-transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}
@keyframes avia_msonry_show {
  0%   { transform:translateZ(300px) translateY(200px) rotateX(-70deg); opacity: 0.1;  }
  100% { transform:translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1;  }
}
.Signage-img {
	border-radius: 5px;
}
.Signage-img, .sign-box figure {
    overflow: hidden;
    animation: avia_msonry_show 0.8s 1 cubic-bezier(0.175, 0.885, 0.320, 1.075);
}
.Signage-img img, .sign-box figure img {
	transition: all 0.4s ease-in-out;
}
.Signage-img:hover img, .sign-box figure:hover img {
    transform: scale(1.05,1.05);
}
/*Expertise-sub page end*/

/*Portfolio Detail page start*/
.pro-cre-title .premium-dual-header-first-header {
    display: flex;
    align-items: center;
    gap: 20px;
}
.pro-cre-title .premium-dual-header-first-header .premium-dual-header-first-span {
    text-align: end;
    min-width: 72px;
}
.portfolio-gallery .e-gallery-item {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.component-list .elementor-post-info__terms-list .elementor-post-info__terms-list-item {
    padding: 0 10px;
}
.component-list .elementor-post-info__terms-list .elementor-post-info__terms-list-item:first-child {
    padding-left: 0;
}
.component-list .elementor-post-info__terms-list .elementor-post-info__terms-list-item:last-child {
    padding-right: 0;
}
footer.elementor-lightbox-prevent-close .elementor-slideshow__title {
    display: none !important;
}
/*Portfolio Detail page end*/

/*About Page Start*/
.process-tab .e-n-tabs-heading .e-n-tab-title,
.map-tab .e-n-tabs-heading .e-n-tab-title {
    flex-basis: auto;
	transition: 0.5s all;
}
.process-tab .e-n-tabs-heading .e-n-tab-title {
    width: calc(20% - (15px*4)/5) !important;
}
.map-tab .e-n-tabs-heading .e-n-tab-title {
	width: calc(25% - (20px*3)/4) !important;
	box-shadow: 0px 4px 4px 0px #00000040;
}
.process-tab .e-n-tabs-heading, .map-tab .e-n-tabs-heading {
    position: relative;
}
/* .process-tab .e-n-tabs-heading::before, .map-tab .e-n-tabs-heading::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 3px;
    transform: translate(-50%, -15%);
    background: repeating-linear-gradient(
        to right, #e30b17 0 10px, transparent 10px 17px );
    border-radius: 10px;
} */
.process-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"],
.map-tab .e-n-tabs-heading .e-n-tab-title[aria-selected="true"] {
    transform: translateY(-15px);
}
.story-slider.elementor-element.elementor-arrows-position-outside .swiper {
    width: calc(100% - 90px) !important;
}
.story-slider .e-n-carousel.swiper {
    padding: 5px;
}
.story-slider .swiper .swiper-slide .e-con-boxed {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.story-slider .elementor-swiper-button svg {
    display: none;
}
.story-slider .elementor-swiper-button {
    width: 35px;
    height: 50px;
    background: url(https://www.baileysign.com/wp-content/uploads/2026/01/Polygon-1.png) no-repeat center;
    background-size: cover;
}
.story-slider .elementor-swiper-button-next {
    background: url(https://www.baileysign.com/wp-content/uploads/2026/01/Polygon-2.png) no-repeat center;
	background-size: cover;
}
/* .story-img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 58.29%, rgba(0, 0, 0, 0.55) 78.01%);
}  */
.story-img img{
	aspect-ratio: 1/1.06;
	object-fit: cover;
}
.btn-underline .elementor-button {
    text-decoration: underline;
    text-underline-offset: 3px;
}
/*About page end*/

/*Industries-served page start*/
.scaling-flip-box .elementor-flip-box {
    border-radius: 10px;
}
.scaling-flip-box .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.scaling-flip-box .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay {
    align-items: end;
}
.scaling-flip-box .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__overlay::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 71.63%);
    z-index: 1;
}
.scaling-flip-box .elementor-flip-box .elementor-flip-box__front .elementor-flip-box__layer__title {
    z-index: 2;
    position: relative;
	margin: 0;
}
.scaling-flip-box .elementor-flip-box .elementor-flip-box__back {
    z-index: 3;
}
.scaling-flip-box:nth-child(4) .elementor-flip-box__front .elementor-flip-box__layer__title {
    max-width: 200px;
}
.client-box-item .elementor-flip-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
/*Industries-served page end*/

/*Installation page start*/
.safety-box .elementor-image-box-img {
    margin-bottom: 0 !important;
}
.img-caption .widget-image-caption {
    max-width: 390px;
    margin-left: auto;
}
.interior-img-box .elementor-image-box-title {
    margin: 0;
}
.interior-img-box figure {
    overflow: hidden;
    border-radius: 100%;
}
.interior-img-box:hover figure img {
    transform: scale(1.1);
    filter: brightness(110%);
}
.logistics-list .elementor-icon-box-icon {
    margin-top: 5px;
}
.logistics-list .elementor-icon-box-title {
    margin-top: 0px;
}
.logistics-list:nth-child(3) .elementor-icon-box-title,
.logistics-list:nth-child(5) .elementor-icon-box-title,
.logistics-list:last-child .elementor-icon-box-title{
    max-width: 180px;
}
.logistics-list .elementor-icon-box-description {
    max-width: 275px;
}
/*Installation page end*/

/*News page start*/
.share-btn .elementor-share-btn {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.post-navigation .elementor-post-navigation {
    position: relative;
	gap: 10px;
}
.post-navigation .elementor-post-navigation::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #CF1226;
}
.featured-items .news-fea-img a,
.recent-items .news-fea-img a {
	display: block;
}
 
.recent-items .news-fea-img img {
    aspect-ratio: 1/0.7;
    object-fit: cover;
    object-position: center;
}
.featured-items .news-fea-img img {
    aspect-ratio: 1/0.8;
    object-fit: cover;
    object-position: center;
}
/* .recent-items .news-detail-item .e-con-inner {
    gap: 15px;
}
.recent-items .news-detail-item .news-detail-terms {
    padding: 5px 0 10px;
}
.recent-items .news-detail-item  .news-detail-desc {
    gap: 5px;
}
.recent-items .news-category .elementor-post-info__terms-list-item,
.recent-items .news-date .elementor-post-info__item--type-date {
    font-size: 12px;
    line-height: 1em;
}
.recent-items .news-title .elementor-heading-title {
    font-size: 16px !important;
    line-height: 1em;
}
.recent-items .news-desc {
    font-size: 12px !important;
    line-height: 2em !important;
} */

.blog-desc h3 {
    font-family: var(--e-global-typography-55bfe04-font-family), Sans-serif;
    font-size: var(--e-global-typography-55bfe04-font-size);
    font-weight: var(--e-global-typography-55bfe04-font-weight);
    line-height: var(--e-global-typography-55bfe04-line-height);
    letter-spacing: var(--e-global-typography-55bfe04-letter-spacing);
}
.blog-desc h4 {
    font-family: var(--e-global-typography-b94c060-font-family), Sans-serif;
    font-size: var(--e-global-typography-b94c060-font-size);
    font-weight: var(--e-global-typography-b94c060-font-weight);
    line-height: var(--e-global-typography-b94c060-line-height);
}
.news-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*News page end*/


.page-id-175 .footer-form {
    display: none;
}
.page-id-175 .main-footer {
    padding-top: 40px;
}
.page-id-175 .footer-details {
    border: 0px !important;
}
.back-to-btn {
    transition: bottom 0.4s ease;
	cursor: pointer;
}
.back-to-btn.active {
    transform: translatey(-60px) !important;
}
.back-to-btn .elementor-icon-wrapper {
    line-height: 0;
}

@media screen and (max-width: 1200px) {
	.number {
		font-size: 62px;
		min-width: 90px;
	}
}
@media screen and (min-width: 1025px) {
	.backyard-main {
		position: absolute !important;
		top: auto;
		bottom: calc(-1 * var(--backyard-content-height));
		transition: 0.8s all !important;
		cursor: pointer;
	}
	.backyard-main:hover {
		bottom: 0;
	}
}
@media screen and (max-width: 1024px) {
	.main-header.elementor-sticky--active .menu-link nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 29px !important;
	}
	.menu-link .elementor-menu-toggle {
		padding: 0;
	}
	.menu-link .elementor-menu-toggle span {
		line-height: 0;
	}
	.menu-link .elementor-menu-toggle span svg {
		width: 30px;
		height: 25px;
	}
	.menu-link .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container[aria-hidden="false"] {
		box-shadow: unset !important;
	}
	.menu-link .elementor-nav-menu--dropdown ul {
		padding-top: 20px;
		padding-bottom: 40px;
	}
	.menu-link .elementor-nav-menu--dropdown ul li a {
		justify-content: space-between;
		gap: 10px;
	}
	.menu-link .elementor-nav-menu--dropdown ul li a:hover,
	.menu-link .elementor-nav-menu--dropdown ul li a.elementor-item-active {
		background-color: transparent !important;
	}
	.menu-link .elementor-nav-menu--dropdown ul.sub-menu {
		margin: 10px 20px;
		padding: 0;
		border-left: 4px solid #CF1226;
	}
	.menu-link .elementor-nav-menu--dropdown ul.sub-menu li a {
		border: 0px;
	}
	.menu-link .elementor-nav-menu--dropdown ul li.menuBtn {
		padding: 20px 20px 0 20px;
	}
	.menu-link .elementor-nav-menu--dropdown ul li.menuBtn a {
		justify-content: center;
	}
	.menu-link .elementor-nav-menu--dropdown ul li.menuBtn a:hover,
	.menu-link .elementor-nav-menu--dropdown ul li.menuBtn.current_page_item a {
		background-color: #000 !important;
	}
	.hero-slider {
		height: auto;
	}
	.specialties-link .elementor-heading-title a {
		padding: 30px 30px 30px 20px;
	}
	.client-list ul li {
		padding: 15px 20px !important;
		gap: 25px;
	}
	.number {
		font-size: 52px;
		min-width: 70px;
	}
	.process-accordion .e-n-accordion-item-title .e-n-accordion-item-title-icon {
		padding-bottom: 5px;
	}
	.timberline-sec {
		height: 50vh !important;
	}
	.review-slider .e-n-carousel.swiper {
		margin: 0;
	}
	.story-slider.elementor-element.elementor-arrows-position-outside .swiper {
		width: calc(100% - 60px) !important;
	}
	.story-slider .elementor-swiper-button {
		width: 20px;
		height: 35px;
	}
	.client-boxes .client-box-item:last-child {
		grid-column: 1 / -1;
		justify-self: center;
	}
	.logistics-list:nth-child(3) .elementor-icon-box-title,
	.logistics-list:nth-child(5) .elementor-icon-box-title,
	.logistics-list:last-child .elementor-icon-box-title{
		max-width: 100%;
	}
	
}

@media screen and (max-width: 820px) {
	.process-tab .e-n-tabs-heading, .map-tab .e-n-tabs-heading {
		min-width: 320px;
		overflow-x: auto !important;
		padding: 15px 0 10px 0;
		flex-wrap: nowrap !important;
	}
	.process-tab .e-n-tabs-heading .e-n-tab-title,
	.map-tab .e-n-tabs-heading .e-n-tab-title {
		width: fit-content !important;
	}
	.map-tab .e-n-tabs-heading .e-n-tab-title {
		padding: 16px 20px;
	}
	.process-tab .e-n-tabs-heading::before, .map-tab .e-n-tabs-heading::before {
		display: none;
	}
/* 	.process-tab .e-n-tabs::before, .map-tab .e-n-tabs::before {
		content: '';
		position: absolute;
		top: 50px;
		left: -20px;
		width: calc(100% + 40px);
		height: 3px;
		background: repeating-linear-gradient(to right, #e30b17 0 10px, transparent 10px 17px );
		border-radius: 10px;
	} */
}
@media screen and (max-width: 767px) {
	.main-header.elementor-sticky--active .menu-link nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
		margin-top: 25px !important;
	}
	.contact-form .elementor-field-group.elementor-col-50 {
		width: 100%;
	}
	.specialties-link .elementor-heading-title a {
		padding: 20px 30px 20px 20px;
	}
	.client-list ul li {
		padding: 15px 20px !important;
        gap: 15px;
		border: 0px;
	}
	.client-list ul {
		padding-bottom: 8px !important;
	}
	.client-list ul li span {
		text-wrap-mode: nowrap;
	}
	.number {
		font-size: 40px;
		min-width: 60px;
	}
	.process-accordion .e-n-accordion-item-title-text {
		gap: 10px;
	}
	.timberline-sec {
		height: 480px !important;
	}
	.safety-box .elementor-image-box-img {
		margin-bottom: 10px !important;
	}
	.page-id-175 .main-footer {
		padding-top: 30px;
	}
	.back-to-btn.active {
		transform: translatey(-60px) !important;
	}
}