/*
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.0.1.1716890691
Updated: 2024-05-28 10:04:51

*/


/* global css */
:root {
	--green-color: #158f43;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
    overflow-x: hidden;
}
.orange-color {
    color: #EF8014;
}
.green-color{
	color:#158f43;
}
p:last-child {
    margin-bottom: 0px;
}

#financing-at-side, #back-to-top {
	display: block !important;
    opacity: 0 !important;
	visibility: hidden !important;
    transition: opacity 0.4s ease-in-out !important;
}

#financing-at-side.show, #back-to-top.show {
    opacity: 1 !important;
	visibility: visible !important;
}

/* font size */
.font-36 .elementor-heading-title{
    font-size: 36px;
}
.font-32  .elementor-heading-title{
    font-size: 32px;
}
/* header */
.top-menu-wy .e-n-menu-title.e-current .e-n-menu-title-text {
    font-weight: 700 !important;
}
.menu-wy .current-menu-item>a, .top-sticky-menu-wy .current-menu-item>a{
    font-weight: 700 !important;
}
.menu-wy {
	margin-left: auto;
}
.sticky-menu-wy {
    position: fixed !important;
    opacity: 0;
    width: 100%
    top: 0;
    visibility: hidden;
}
.sticky-menu-wy.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.admin-bar .sticky-menu-wy {
	top: 32px;
}
/* .elementor-location-header {
    overflow-x: hidden;
} */
/*  ========================== Global resuse css=============================== */
/* remove border radius */
.elementor-element, .elementor-widget-image img {
    border-radius: 0px !important;
}
.gallery-item a[data-elementor-open-lightbox] {
    border-radius: 0px !important;
}
.elementor-widget-video>.elementor-widget-container {
    border-radius: 0px !important;
}
/* gallery */
.gallery-item a[data-elementor-open-lightbox] {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
	display: inline-block !important;
}
.gallery-item a[data-elementor-open-lightbox]:before {
    content: url("/wp-content/uploads/2024/06/plus-icon.svg");
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity:0;
    transition: 0.5s all ease-in-out;
}
.gallery-item a[data-elementor-open-lightbox]:after {
    content: "";
    background-color: #000000B2;
    position:absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity:0;
    transition: 0.5s all ease-in-out;
}
.gallery-item  a[data-elementor-open-lightbox]:hover:after, .gallery-item a[data-elementor-open-lightbox]:hover:before {
    opacity:1;
}

.two-line-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.three-line-text p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.five-line-text p,.five-line-text div {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.underline-hover .elementor-button-text {
     transition:0.5s all ease;
}
.underline-hover .elementor-button-text:hover {
    text-decoration: underline;
    text-underline-offset: 3px;
}

/* form */
input:focus, textarea:focus {
    outline: none;
}
.black-bg-form input[type="file"] {
    color: #fff !important;
}

.form-inner-heading h3 {
    font-size: 30px;
}
.black-input-form input[type="submit"]:hover {
    background-color: #5c5c5c !important;
}
.black-input-form  input {
    background-color: #212121;
    color: #ffffff;
}
.black-input-form  input::placeholder {
    color: #ffffff;
}
[type="file"] {
  color: #878787;
}
[type="file"]::-webkit-file-upload-button {
  background: #B8B6B6;
  border: 2px solid #fff;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  outline: none;
  padding: 10px 25px;
  transition: all 0.5s ease;
  font-size: 16px;
  letter-spacing: 0.2;
}

[type="file"]::-webkit-file-upload-button:hover {
  background: #fff;
  color: #000;
}
.opportunity-form [type="file"]::-webkit-file-upload-button {
  background: #BDBDBD;
  border: 2px solid #000000;
  color: #000;
}
/* gallery */
.gallery-carousel-wy .elementor-image-gallery .gallery-item img {
    object-fit: cover;
    aspect-ratio: 1 / 1;
}
.gallery-carousel-wy div{
    line-height: 1;
}
.gallery-carousel-wy .slick-arrow {
    width: 50px;
}
.gallery-carousel-wy .slick-prev {
    left: -60px;
}
.gallery-carousel-wy .slick-next {
    right: -60px;
}
.gallery-carousel-wy .slick-list figure {
    padding: 10px !important;
}
.gallery-carousel-wy ul.slick-dots {
    bottom: -25px;
}
/* .gallery-carousel-wy .slick-dotted {
    padding-bottom: 10px;
} */
.gallery-carousel-wy .slick-dots li button:before {
    font-size: 10px;
    width: 10px;
    height: 10px;
}
.gallery-carousel-wy .slick-dots li button {
    width: 10px;
    height: 10px;
}
.gallery-carousel-wy .slick-dots li {
    width: 10px;
    height: 10px;
}
.gallery-carousel-wy .slick-dots li.slick-active button:before {
    color: #ef8014;
    opacity: 1;
}
.gallery-carousel-wy .slick-dots li button:before {
    color: #ef8014;
    opacity: .3;
}
.gallery-carousel-wy .slick-dots li button:hover, .gallery-carousel-wy  .slick-dots li button:focus {
    background: transparent;
}
body:not(.elementor-editor-active) .gallery-carousel-wy .elementor-image-gallery .gallery-item {
    max-width: 100% !important;
}
.sl-container {
    max-width: 100% !important;
}
/* ======================== Home Css============================= */
/* form col */
.home-form-col {
    max-width: 542px;
}
/* Hero Banner */
.amazing-spring {
    background-color: #00000059;
    width: fit-content;
    padding: 10px 24px;
}
.heading-bg-border {
    position: relative;
    z-index: 1;
	display: inline-block;
}
/* .heading-bg-border::after {
    content: " ";
    background-color: green;
    height: 18px;
    position: absolute;
    left: 0;
    right: -15px;
    bottom: -3px;
    z-index: -1;
} */
/* image marquee */
.marquee0>div {
    min-width: 100% !important;
}
.marquee0 img {
    width:234px;
    max-height:130px;
	object-fit:contain;
}
/* video col */

/* .home-video .elementor-custom-embed-image-overlay {
    border-radius: 20px;
}
.home-video iframe.elementor-video-iframe {
    border-radius: 20px;
} */
/* windows cards */
.windows-cards-section {
    background-image: linear-gradient(90deg, transparent 20%, #E8F4EC 20% ,#E8F4EC 80%, transparent 80% );
}
.home-card-logo {
    position: absolute !important;
    background: #158F43;
    z-index: 1;
    padding: 15px 44px 35px 20px;
    border-radius: 10px 0px 100px 0px;
}

/* icon button */

.icon-btn-wy .elementor-button {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.icon-btn-wy .elementor-button-icon svg {
    width: 30px;
    height: 30px;
}
.icon-btn-wy .elementor-button-content-wrapper {
    display: flex;
    align-items: center;
}
.icon-btn-wy .elementor-button-icon {
    margin-bottom: -3px;
}

/* grid box */
.home-grid-box .elementor-widget-icon-box {
    border: 1px solid #158F4333;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 30px 30px 30px 54px;
    margin-left: 45px;
    box-shadow: 14.3px 10.73px 35.75px 0px #061C3D08;
}
.home-grid-box .elementor-icon-box-icon {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translateY(-50%);
}
/*3 step cards  */
.mobile-carousel .elementor-swiper-button{
    display: none !important
}
.mobile-carousel .slick-slide {
	margin: 5px;
}
/*  resource cards */
.resource-home-cards .elementor-heading-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.tag-list-wy ul.elementor-icon-list-items {
    gap: 12px;
}
.tag-list-wy .elementor-icon-list-text {
    background: #F3F5F9;
    border-radius: 100px;
    padding: 6px 12px;
}
/* google widget */
.google-widget-wy .ti-review-item.source-Google {
    flex: 0 0 33% !important;
    max-width: 33% !important;
}
.google-widget-wy .ti-reviews-container-wrapper .ti-review-item:nth-child(n+7) {
    display: none;
}


.google-widget-wy .ti-profile-details {
    align-items: center;
}
.google-widget-wy .ti-name {
    padding-right: 0px !IMPORTANT;
}
.google-widget-wy .ti-widget.ti-goog .ti-profile-img {
    margin: 0px !IMPORTANT;
}
.google-widget-wy .ti-inner {
    display: flex !important;
    flex-direction: column-reverse;
}
.google-widget-wy .ti-profile-img {
    display: none;
}
.google-widget-wy .ti-widget.ti-goog .ti-review-header:after {
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    width: 33px;
    height: 33px;
}
.google-widget-wy .ti-review-text-container.ti-review-content {
    margin-bottom: 40px;
}
.google-widget-wy .ti-widget.ti-goog .ti-review-content {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3 !important;
    -webkit-box-orient: vertical;
    height: 70px !important;
    padding-left: 25px;
    padding-right: 25px;
	font-size: 18px;
	color: #5C5C5C;
}
.google-widget-wy .ti-load-more-reviews-container {
    display: none ! IMPORTANT;
}
.google-widget-wy .ti-widget.ti-goog .ti-widget-container .ti-name {
    color: #EF8014;
    font-size: 24px;
}
/* rewarding */
.rewarding-home-section {
    padding-left: calc((100% - 1412px) / 2) !important;
}
/* home post */

.home-post-cards-wy .e-loop-item .elementor-widget-theme-post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.home-post-cards-wy .elementor-widget-image img {
    max-height: 320px;
    width: 100%;
    object-fit: cover;
}
.home-post-cards-wy .e-loop-item:nth-last-child(3)  {
    width: 100%;
    grid-column: 1 / 3;
}
.home-post-cards-wy .e-loop-item:nth-last-child(3)>.elementor-element {
    display: flex;
    flex-direction: row;
	align-items: center;
}
.home-post-cards-wy .e-loop-item:nth-last-child(3) .elementor-widget-theme-post-excerpt {
    -webkit-line-clamp: 8;
}
.home-post-cards-wy .e-loop-item:nth-last-child(3) .elementor-widget-image img {
    max-height: 360px;
}
/* ============ Door and Windows Soulutions ================== */
.solution-card-wy .solution-card-image{
    transition:0.5s all ease;
}
.solution-card-wy:hover .solution-card-image{
    transform: scale(1.2);
}
.solution-card-wy:hover .solution-card-content-div {
    background-color: #f5f5f5 !important;
}

/* ======================== Vinly Window page Css============================= */
.collection-card-img-col:before {
    content: "" !important;
	display:block;
    background: #00000099;
    position:absolute;
    z-index: 1;
    opacity: 0 !important;
    transition: 0.3s all ease;
	border-radius: 0px !important;
}
.collection-card-img-col .elementor-widget-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    opacity: 0;
    transition: 0.3s all ease;
    z-index:5
}
.window-collection-button-card:hover .collection-card-img-col .elementor-widget-button{
    opacity: 1;
}
.window-collection-button-card:hover  .collection-card-img-col:before {
    opacity: 1 !important;
}
.window-collection-button-card .elementor-element{
    border-radius: 0px !important;
}
/* table */
.product-specification table{
	font-size:18px;
	font-weight: 400;
}
.product-specification tr th {
    background: #212121;
    vertical-align: middle;
    color:#fff;
	text-align: center;
	font-weight: 400;
}
.product-specification tr td:first-child {
	font-weight: 500;
	color: #112211;
}
.product-specification table,
.product-specification tr,
.product-specification td,
.product-specification th {
    border: none !important;
}
.product-specification tbody>tr:nth-child(odd)>td {
    background-color: #E8F4EC;
}
.product-specification tr td {
    text-align: center;
}
.product-specification table tr:first-child th:first-child {
  border-top-left-radius: 10px;
	font-weight: 700;
}
.product-specification table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.product-specification table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
.product-specification table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
/* counter number */
.number-counter-wy {
    position: absolute !important;
    background: #158F43;
    z-index: 1;
    padding: 20px 50px 40px 30px;
    border-radius: 10px 0px 100px 0px;
    font-size: 44px;
    font-weight: 700 !important;
    color: #fff !important;
}
/* features */
.feature-cards-wy .three-line-text p {
    transition: 0.5s all ease;
}
.feature-cards-wy:hover .three-line-text p {
    -webkit-line-clamp: inherit;
}
/* table */
table.rating-header-table {
    margin-bottom: 0;
}
.custom-table table {
    background: #f5f5f5;
	font-size:18px;
	font-weight: 400;
	margin-bottom:0px;
}
.custom-table tr th {
    background: #212121;
    vertical-align: middle;
    color:#fff;
	text-align: center;
}
.custom-table tr td:first-child {
	font-weight: 500;
}
.custom-table :is(table,tr,td,th) {
    border: none !important;
}
.custom-table tbody>tr:nth-child(odd)>td {
    background-color: #E8F4EC;
}
.custom-table tr td {
    text-align: center;
}
.custom-table table tr:first-child th:last-child {
    border-top-right-radius: 0px;
}
.custom-table table tr:first-child th:first-child {
    border-top-left-radius: 0px;
}
.custom-table table tbody tr:hover>td, .custom-table table tbody tr:hover>th {
    background-color: transparent;
}
.rating-header-table th {
    background-color: #EF8014 !important;
}

/* ======================== garage door page Css============================= */
/* .faqs-wy .e-n-accordion-item {
    border-bottom: 1px solid #158F4314;
} */

body:not(.elementor-editor-active) .garage-collection-carousel {
    grid-template-columns: repeat(1, 1fr) !important;
}
/* body:not(.elementor-editor-active) .entrydoor-collection-carousel {
    grid-template-columns: repeat(1, 1fr) !important;
} */
 .garage-collection-carousel  div{
    line-height: 1;
}
:is(.garage-collection-carousel, .entrydoor-collection-carousel) .slick-arrow {
    width: 50px;
}
:is(.garage-collection-carousel, .entrydoor-collection-carousel) .slick-prev {
    left: -60px;
}
:is(.garage-collection-carousel, .entrydoor-collection-carousel) .slick-next {
    right: -60px;
}
.garage-collection-carousel  .slick-slide>div {
    padding: 10px !important;
}
.entrydoor-collection-carousel .slick-slide {
    padding: 10px !important;
}
/*  entry door*/

/* ======================== Blog page Css============================= */
.blog-page-wy .elementor-widget-image img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.blog-page-wy .e-loop-item .elementor-widget-theme-post-excerpt {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.blog-page-wy .blog-card-btn .elementor-button {
    background-color: #158F43;
}
.blog-page-wy .blog-card-btn .elementor-button:hover {
    background-color: #EF8014;
}
.blog-page-wy h3.elementor-heading-title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.elementor-pagination .page-numbers {
    border: 1.56px solid #F1F1F1;
    padding: 5px;
    width: 50px;
    height: 50px;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.elementor-pagination .page-numbers.current {
    background-color: #EF8014;
    color: #fff !IMPORTANT;
}
/* ======================== about us Css============================= */
.with-quotation p:before{
    content: "";
    background-image: url("/wp-content/uploads/2024/06/Mask-group.png");
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -44px;
}
.with-quotation p:after {
    content: "";
    background-image: url("/wp-content/uploads/2024/06/Mask-group-1.png");
    position: absolute;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
    bottom: -40px;
    margin-left: 10px;
}
/* ======================== Contact us Css============================= */
.white-link-color a {
    text-decoration: underline !important;
    color: #ffffff !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px !important;
}
.white-link-color a:hover {
    color: #EF8014 !important;
}
.black-link-color a {
    text-decoration: underline !important;
    color: #5C5C5C !important;
    text-underline-offset: 3px;
    text-decoration-thickness: 1px !important;
}
.black-link-color a:hover {
    color: #EF8014 !important;
}
.contact-us-cards-wy li.elementor-icon-list-item a {
    text-decoration: underline;
    text-underline-offset: 4px;
	text-decoration-color: #212121;
	text-decoration-thickness: 1px;
}
.carousel-with-dots .slick-slide {
	margin: 5px;
}
.carousel-with-dots .slick-dots li button:before {
    font-size: 5x;
    width: 5px;
    height: 5px;
}
.carousel-with-dots .slick-dots li button {
    width: 5px;
    height: 5px;
}
.carousel-with-dots .slick-dots li {
    width: 5px;
    height: 5px;
}
.carousel-with-dots .slick-dots li.slick-active button:before {
    color: #212121;
    opacity: 1;
}
.carousel-with-dots .slick-dots li button:before {
    color: #212121;
    opacity: .3;
}
.carousel-with-dots .slick-dots li button:hover, .carousel-with-dots  .slick-dots li button:focus {
    background: transparent;
}
/* ======================== Footer services area pages Css============================= */
/* .desktop-carousel .slick-arrow {
    width: 50px;
}
.desktop-carousel .slick-prev {
    left: -60px;
}
.desktop-carousel .slick-next {
    right: -60px;
}
.desktop-carousel .slick-slide{
    margin: 5px;
} */
.button-on-hover:before {
    content: "" !important;
	display:block;
    background: #00000099;
    position:absolute;
    z-index: 1;
    opacity: 0 !important;
    transition: 0.3s all ease;
}
.button-on-hover .elementor-widget-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% ,-50%);
    opacity: 0;
    transition: 0.3s all ease;
    z-index:5
}
.button-on-hover:hover .elementor-widget-button{
    opacity: 1;
}
.button-on-hover:hover:before {
    opacity: 1 !important;
}
.locations-projects-wy .elementor-widget-image img {
    aspect-ratio: 1 / 1.05;
    object-fit: cover;
}
/* Product page */
.product-carousel-wy .elementor-thumbnails-swiper {
    width:60%;
}
.product-carousel-wy .elementor-thumbnails-swiper .swiper-slide-active .elementor-carousel-image {
    border: 3px solid #549BDC;
}
.product-carousel-wy .elementor-thumbnails-swiper .elementor-carousel-image{
	border-radius:10px;
}
.product-carousel-wy .elementor-swiper-button {
    background-color: #fff;
    color: #000 !important;
    padding: 10px;
    border-radius: 50%;
}
.product-carousel-wy .elementor-thumbnails-swiper .swiper-slide:not(.swiper-slide-active):after {
    background-color: transparent !important;
}
.product-carousel-wy .elementor-swiper-button svg {
    fill: #000000 !important;
}
/* .product-carousel-wy .elementor-thumbnails-swiper .swiper-slide {
    max-width: 95px;
} */
.ul-padding-left ul {
    padding-left: 1.2em !important;
}
/* entry door products */
.entry-door-carousel .elementor-swiper-button {
    background-color: #f5f5f5;
}
.product-tab-wy .e-n-tabs-content h4, .product-tab-wy .e-n-tabs-content h3{
	color: #5C5C5C;
}

/* ======================== common table============================= */
table{
	font-size:18px !important;
	font-weight: 400;
	font-family: 'Gotham';
}
tr th {
    background: #158f43;
    vertical-align: middle;
    color:#fff;
    text-align: left;
}
table,tr, td, th {
    border: none !important;
}
tbody>tr:nth-child(odd)>td {
    background-color: #E8F4EC;
}
 table tr:first-child th:first-child {
  border-top-left-radius: 10px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
 table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
}
 table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
/* ======================== Review Page CSS============================= */
.review-wrapper-wy:before {
    content: "" !important;
    background-color: rgb(255 255 255 / 20%);
    position: absolute;
    left: -28px !important;
    width: 480px !important;
    border-radius: 20px !important;
    bottom: -28px !important;
    height: 400px !important;;
    top: auto !important;
	display: block !important;
}
.review-wrapper-wy:after {
    content: "";
    background-color: rgb(255 255 255 / 20%);
    position: absolute;
    left: auto;
    right:-40px;
    width: 263px;
    border-radius: 20px;
    top: -40px;
    height: 215px;
}
/* ======================== Single Blog CSS============================= */
.post-terms-wy .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:not(:last-child):after {
    transform: rotate(90deg);
    width: 20px;
    top: 11px;
    height: 20px;
}
.related-blog h3{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.related-blog p{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.social-counter li{
    max-width: 20% !important;
    min-width: 20% !important;
	text-align:left;
	background-color: #fff !important;
}
.social-counter .xs-social-icon span{
    color: #000 !important;
}
.social-counter .xs_social_counter_widget .xs_counter_url li a{
    padding:0 !important;
}
.social-counter .xs-social-follower{
    color:#000 !important;
	margin-left:6px;
	font-family: "Gotham", Sans-serif !important;
    font-weight: 400 !IMPORTANT;
    font-size: 16px !important;
    line-height: 10px !important;
}
.social-counter .xs-social-follower-text{
    display:none
}

.latest-post-wy .e-loop-item:nth-child(n+5) .e-con-inner{
    display: flex;
    justify-content: center;
}
.latest-post-wy .e-loop-item:nth-child(n+5)>div{
    background-image: none !important;
    min-height: 100px;
}
.latest-post-wy .e-loop-item:nth-child(n+5)>div::before{
    background-color: #0000 !important;
}
.latest-post-wy .e-loop-item:nth-child(n+5) .elementor-heading-title {
    color: #121416 !important;
}
.latest-post-wy .e-loop-item:nth-child(n+5) .elementor-icon-list-text {
    color: #121416CF !important;
}
.latest-post-wy .e-loop-item:nth-child(n+5) .elementor-icon-list-icon i{
    color: #121416CF !important;
}
.single-post table {
    border: 1px solid;
}
.single-post table, .single-post tr, .single-post td, .single-post th {
       border: 1px solid #d5d5d5 !important;
}
/* ======================== Location page CSS============================= */
.location-first-col {
    background-color: #fafafa;
    padding:80px 50px;
}
.location-first-col p {
    color: #212121;
}
.location-second-col {
    background-color: #158F43;
    padding:80px 50px;
}
.location-third-col {
    background-color: #fff;
    padding:80px 50px;
}
/* ======================== Footer CSS============================= */
.footer-bottom-form {
    opacity: 0;
    z-index: 999 !important;
    transition: 0.3s all ease;
	background-color: #1fd363;
}
.footer-bottom-form.active-class {
    opacity: 1;
	z-index: 999 !important;
}
.ftr-location-list ul.elementor-icon-list-items {
    column-count: 6;
}

/* ====================== Calculator Page ============================ */
.step-calculator-wy form.elementor-form.elementor-form-steps {
    display: flex;
    align-items: flex-start;
}

.step-calculator-wy .e-form__indicators.e-form__indicators--type-text {
    display: flex;
    flex-direction: column;
    width: 30%;
    align-items: flex-start;
}
.step-calculator-wy .elementor-form-steps .elementor-form-fields-wrapper {
    width: 70%;
}
.step-calculator-wy .e-form__indicators__indicator__separator {
    width: 1px;
    height: 50px;
    background-color: #fff;
}
.step-calculator-wy .e-form__indicators__indicator {
    padding: 0px;
}
.step-calculator-wy .elementor-field-subgroup {
    width:100% !important;
}
.step-calculator-wy .elementor-field-option {
    width:100% !important;
}
.step-calculator-wy .elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option {
  text-align: center;
  border: 1.8px solid #C1C1C1;
  padding: 3%;
  margin: 5px;
  cursor: pointer;
}
/* ============================================================================================================================================
						 											Media Query			  													
============================================================================================================================================ */
@media(max-width:1920px) and (min-width:1200px){
	:is(.home-banner-form-wy, .service-request-form) .elementor-field-textual.elementor-size-lg {
		min-height: 50px !important;
	}
	:is(.home-banner-form-wy, .service-request-form) .elementor-button.elementor-size-lg {
		min-height: 50px !important;
		padding: 10px !important;
	}
	.service-request-form textarea.elementor-field-textual {
		height: 80px;
	}
	.home-time-now-btn .elementor-button {
		padding: 15px !important;
	}
}
@media(max-width:1800px) {
	.windows-cards-section {
		background-image: linear-gradient(90deg, transparent 15%, #E8F4EC 15% ,#E8F4EC 85%, transparent 85% );
	}
}
@media(max-width:1680px) and (min-width:1366px){
	:is(.garage-collection-carousel, .entrydoor-collection-carousel, .gallery-carousel-wy) .slick-arrow {
		width: 30px;
	}
	:is(.garage-collection-carousel, .entrydoor-collection-carousel, .gallery-carousel-wy) .slick-prev {
		left: -30px;
	}
	:is(.garage-collection-carousel, .entrydoor-collection-carousel, .gallery-carousel-wy) .slick-next {
		right: -30px;
	}
	.elementor-swiper-button {
		width: 30px;
	}
	.product-carousel-wy .elementor-swiper-button {
		width: initial;
	}
}
@media(max-width:1680px) and (min-width:1200px) {
	body {
		zoom: 0.8;
	}
	body.logged-in {
		margin-top: -8px;
	}
	.elementor-widget-n-menu .e-n-menu:not([data-layout=dropdown]) .e-n-menu-content {
		width: calc(100vw / 0.8) !important;
	}
	body.admin-bar .dialog-lightbox-widget {
		height: calc(100vh / 0.8) !important;
	}
}
@media(max-width:1505px) {
	.rewarding-home-section {
		padding-left: 50px !important;
	}
}

@media(max-width:1366px) {
	.font-36 .elementor-heading-title{
		font-size: 26px;
	}
	.font-32  .elementor-heading-title{
		font-size: 24px;
	}
	.rewarding-home-section {
		padding-left: 20px !important;
	}
	.home-grid-box .elementor-icon-box-icon {
		left: -30px;
	}
	.home-grid-box .elementor-widget-icon-box {
		margin-left: 30px;
	}
	.icon-btn-wy .elementor-button {
		padding-top: 10px !important;
		padding-bottom: 10px !important;
	}
	.product-specification table, .custom-table table, table{
		font-size:14px !important;
	}
	.review-wrapper-wy:before {
		left: -20px !important;
		width: 300px !important;
		bottom: -20px !important;
		height: 280px !important;
	}
	.review-wrapper-wy:after {
		right: -30px;
		top: -30px;
	}
	.form-inner-heading h3 {
		font-size: 20px;
	}
	:is(.gallery-carousel-wy, .garage-collection-carousel, .entrydoor-collection-carousel) .slick-arrow {
		width: 30px;
	}
	:is(.gallery-carousel-wy, .garage-collection-carousel, .entrydoor-collection-carousel) .slick-prev {
		left: -30px;
	}
	:is(.gallery-carousel-wy, .garage-collection-carousel, .entrydoor-collection-carousel) .slick-next {
		right: -30px;
	}
	.location-first-col, .location-second-col, .location-third-col  {
    	padding: 50px 20px !important;
	}
}
@media(max-width:1100px) {
	.rewarding-home-section {
		padding-left: 20px !important;
	}
	.number-counter-wy {
		padding: 10px 34px 16px 17px;
		font-size: 20px;
	}
	.review-wrapper-wy:before {
		width: 250px !important;
		height: 200px !important;
	}
	.review-wrapper-wy:after {
		width: 150px;
		height: 100px;
	}
	.google-widget-wy .ti-widget.ti-goog .ti-widget-container .ti-name {
		font-size: 18px;
	}
	.google-widget-wy .ti-widget.ti-goog .ti-review-content {
		font-size: 14px;
	}
	.with-quotation p:before {
		width: 30px;
		height: 30px;
		top: -20px;
	}
	.with-quotation p:after {
		width: 30px;
		height: 30px;
		bottom: -25px;
	}

}
@media (max-width: 1100px) and (min-width: 1030px)
{
	.top-scroll-menu span.e-n-menu-title-text,.btn-hide-col .elementor-button-text {
    font-size: 12px !important;
}
.top-scroll-menu .e-n-menu-item {
    margin-inline-end: 15px !important;
}
.footer-new-tab .elementor-icon-list-text {
    font-size: 11px;
}
}

@media(max-width:1024px) {
 	.top-scroll-menu {
		order: 2 !important;
		margin-left: initial;
	}
	/*
	.appointment-header-btn {
		margin-left: auto;
	} */
	.menu-wy .e-n-menu-content>div {
		left: 0 !important;
		width: 100% !important;
	}
	.font-36 .elementor-heading-title{
		font-size: 18px;
	}
	.font-32 .elementor-heading-title{
		font-size: 16px;
	}
	.icon-btn-wy .elementor-button {
        padding-top: 7px !important;
        padding-bottom: 7px !important;
    }
	.home-form-col {
		max-width: 100%;
	}
	.estimate-form input {
		height: 40px;
		font-size: 14px !important;
	}
	.marquee0 img {
		max-width:120px;
		max-height:80px;
	}
	.tag-list-wy ul.elementor-icon-list-items {
		gap: 5px;
	}
	.tag-list-wy .elementor-icon-list-text {
		padding: 2px 6px;
	}
	.home-post-cards-wy .e-loop-item:nth-last-child(3) .elementor-widget-theme-post-excerpt {
		-webkit-line-clamp: 5;
	}
	.elementor-button.elementor-button-link{
		border-radius:5px !important;
	}
	.product-specification table, .custom-table table, table{
		font-size:12px !important;
	}
	.product-specification table td,.product-specification table th{
		padding:10px;
	}
	.elementor-pagination .page-numbers {
		width: 30px;
		height: 30px;
	}	
	.services-tabs-home-wy .e-n-tabs-heading {
		display: flex !important;
		flex-direction: row !important;
		flex-wrap: nowrap !important;
		align-items: flex-end;
		overflow-x: scroll !important;
		width: 86%;
        margin: 0 auto;
	}
	.services-tabs-home-wy .e-n-tab-title-text {
		white-space: nowrap;
	}
	.elementor-field-group:not(.elementor-field-type-upload) .elementor-field:not(.elementor-select-wrapper) {
		border-radius: 5px !important;
	}
	.elementor-form .elementor-button {
		border-radius: 5px !important;
	}
	.elementor-field-textual.elementor-size-lg {
		min-height: 40px !important;
	}
	.elementor-field-textual.elementor-size-md {
		min-height: 36px !important;
	}
	.elementor-form .elementor-button.elementor-size-md, .elementor-form .elementor-button.elementor-size-lg{
		min-height: 40px !important;
	}
	.product-carousel-wy .elementor-swiper-button {
		font-size: 13px !IMPORTANT;
		padding: 5px;
	}
	.home-video .elementor-custom-embed-image-overlay {
		border-radius: 10px;
	}
	.home-video iframe.elementor-video-iframe {
		border-radius: 10px;
	}
}
/* for admin */
@media(max-width:782px) {
	.admin-bar .sticky-menu-wy {
		top: 46px;
	}
div#menu-wys span.e-n-menu-title-text {
    font-size: 11px;
}
}
/* mobile */
@media(max-width:767px) {
	.menu-wy {
		order: 2 !important;
		margin-left: initial;
	}
	.menu-wy .elementor-image-box-wrapper figure.elementor-image-box-img {
		display: none !important;
	}
	.menu-wy .elementor-image-box-wrapper .elementor-image-box-title {
		margin-bottom: 0px;
		margin-top: 0px;
	}
	.appointment-header-btn {
		margin-left: auto;
	}
	.font-36 .elementor-heading-title{
		font-size: 15px;
	}
	.font-32 .elementor-heading-title{
		font-size: 15px;
	}
	.admin-bar .sticky-menu-wy {
		top: 0px;
	}
	/* 	Home */
	.marquee0 img {
		max-width:78px;
		max-height:44px;
	}
	.mobile-carousel .elementor-swiper-button {
		display: block !important;
	}
	.icon-btn-wy .elementor-button {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }
	.icon-btn-wy .elementor-button-icon svg {
		width: 20px;
		height: 20px;
	}
	.home-card-logo {
		padding: 10px 20px 20px 12px;
		border-radius: 10px 0px 44px 0px;
	}
	.amazing-spring {
		padding: 5px 10px;
	}
	.estimate-form input {
		height: 30px;
		padding: 5px 10px !important;
		border-radius: 4px !important;
		font-size: 10px !important;
	}
	.home-services-list .elementor-icon-list-items {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
	.home-services-list .elementor-icon-list-item:not(:last-child) {
		border-bottom: 1px solid #F0F0F0;
		padding-bottom: 15px !important;
	}
	.rewarding-home-section {
		padding-right: 20px !important;
	}
	.home-post-cards-wy .e-loop-item:nth-last-child(3) {
		grid-column: 1;
	}
	.google-widget-wy .ti-review-item.source-Google {
		flex: 0 0 100% !important;
		max-width: 100% !important;
	}
	.google-widget-wy .ti-widget.ti-goog .ti-review-item.ti-hide {
		display: block !important;
	}
	.google-widget-wy .ti-reviews-container-wrapper .ti-review-item:nth-last-child(-n+4) {
		display: block;
	}
	.google-widget-wy {
		padding-left: 30px;
		padding-right: 30px;
	}
	.google-widget-wy .ti-widget.ti-goog .ti-widget-container .ti-name {
		font-size: 14px;
	}
	.google-widget-wy .ti-widget.ti-goog .ti-review-content {
		font-size: 10px;
	}
	.home-grid-box .elementor-widget-icon-box {
		box-shadow: -18px 2px 20px 0px #061C3D08;
	}
	.services-tabs-home-wy .e-n-tab-icon {
		display: none !important;
	}
/* 	.home-post-cards-wy  {
		padding-left:5px;
		padding-right:5px;
	} */
	.home-post-cards-wy .slick-slide>div {
		margin:5px;
	}
	.home-post-cards-wy .elementor-loop-container style {
		display: none !important;
	}
	.first-window-col {
		order: 2 !important;
	}
/* 	:is(.gallery-carousel-wy, .garage-collection-carousel, .entrydoor-collection-carousel) .slick-arrow {
		width: 20px;
	}
	:is(.gallery-carousel-wy, .garage-collection-carousel, .entrydoor-collection-carousel) .slick-prev {
		left: -25px;
	}
	:is(.gallery-carousel-wy, .garage-collection-carousel, .entrydoor-collection-carousel) .slick-next {
		right: -25px;
	} */

	/* 	vinly window */
	.key-component-vinlyWindow {
		background-image: linear-gradient(180deg, #158F43 50%, #158F43 50%) !important;
	}
	.key-component-vinlyWindow .elementor-icon-list-text {
		color: #fff !important;
	}
	.key-component-vinlyWindow  .elementor-icon-list-icon svg {
		fill: #fff !important;
	}
	.product-specification {
		overflow-x: scroll;
	}
	.product-specification table, .custom-table table, table{
		font-size:8px !important;
	}
	.product-specification table td,.product-specification table th{
		padding:6px;
	}
	/* patio Door */
/* 	.mobile-banner-change {
		background-image: url("/wp-content/uploads/2024/06/Mobile-bg.png") !important;
	}
	.mobile-banner-change .elementor-heading-title,.mobile-banner-change .elementor-widget-text-editor {
		color: #000000 !important;
	} */
	.custom-table {
		overflow-x: auto;
	}
	.home-grid-box .elementor-widget-icon-box{
		margin-right: 5px;
	}
	.blog-page-wy .elementor-widget-image img {
		height: 160px;
	}
	.home-grid-box .elementor-widget-icon-box {
		margin-left: 0px;
		margin-right 0px;
	}
	.home-grid-box .slick-slide {
		padding: 0px 28px;
	}
	.review-wrapper-wy:before {
		left: -10px !important;
		width: 150px !important;
		border-radius: 10px !important;
		bottom: -10px !important;
		height: 100px ! IMPORTANT;
	}
	.review-wrapper-wy:after {
		right: -10px;
		width: 100px;
		border-radius: 10px;
		top: -10px;
		height: 80px;
	}
	.google-widget-wy .ti-widget.ti-goog .ti-review-item>.ti-inner{
		border-radius:12px !important;
	}
	.form-inner-heading h3 {
		font-size: 15px;
	}
	.gallery-carousel-wy .slick-dots li button:before {
		font-size: 4px;
		width: 4px;
		height: 4px;
	}
	.gallery-carousel-wy .slick-dots li button {
		width: 4px;
		height: 4px;
	}
	.gallery-carousel-wy .slick-dots li {
		width: 4px;
		height: 4px;
	}
	[type="file"]::-webkit-file-upload-button {
	  font-size: 8px !important;
	  padding: 5px 12px;
	}
	.elementor-field-group input, .elementor-field-group textarea{
		font-size: 8px;
	}
	.slick-prev, .slick-next {
		width: 30px !important;
    	height: 30px !important;
	}
	.slick-prev {
		left: -35px !important;
	}
	.slick-next {
		right: -35px !important;
	}
	.home-post-cards-wy .slick-prev {
		left: -40px !important;
	}
	.home-post-cards-wy .slick-next {
		right: -40px !important;
	}
/* 	.home-grid-box img.slick-prev.slick-arrow {
		top: auto;
		bottom: -25px !important;
		left: 40% !important;
		left: 50% !important;
        margin-left: -35px;
    }
	.home-grid-box img.slick-next.slick-arrow {
		top: auto;
		bottom: -25px !important;
		right: 50% !important;
        margin-right: -35px;
	} */
	.home-post-cards-wy .slick-slide:has(div):has(style) {
		display: none !important;
	}
	.home-post-cards-wy .elementor-widget-image img {
		max-height: 140px;
	}
	.with-quotation p:before {
		width: 18px;
		height: 18px;
		top: -16px;
	}
	.with-quotation p:after {
		width: 18px;
		height: 18px;
		bottom: -15px;
        margin-left: 4px;
	}
	.white-icon-mobile .elementor-icon-list-icon  i {
		color: #fff !important;
	}
	.slick-slide .color-cards-wy{
		display:flex !important;
	}
	.features-carousel .slick-prev, .features-carousel  .slick-next{
		top: 36%;
	}
	.home-grid-box .elementor-widget-icon-box {
		padding: 12px 12px 12px 35px;
	}
	
	.footer-bottom-form {
		opacity: 1;
		z-index: 999 !important;
		background-color: transparent;
	}
	.footer-form-widget {
		display: none;
		background-color: #DBE2EFF2;
		padding:20px;
		z-index: 999 !important;
	}
	.ftr-location-list ul.elementor-icon-list-items {
		column-count: 3;
	}
	
    .step-calculator-wy form.elementor-form.elementor-form-steps {
    	flex-direction:column;
    }
    .step-calculator-wy .e-form__indicators.e-form__indicators--type-text {
        flex-direction: row;
        width: 100%;
    }
    .step-calculator-wy .elementor-form-steps .elementor-form-fields-wrapper {
        width: 100%;
    }
}
@media(max-width:400px) {
	#asl-storelocator.asl-cont .infoBox .infoWindow .infowindowContent {
		max-width: 240px !important;
		margin: 0 auto;
		width: 240px  !important;
	}
	#asl-storelocator.asl-cont .infoBox .infoWindow {
		max-width: 240px !important;
		margin: 0 auto;
		width: 240px  !important;
	}
}