*{
margin: 0;
padding: 0;
box-sizing: border-box;
}

body {
font-family: "Poppins", sans-serif;
background-color: #121212;

}


a
{
text-decoration: none;
color: #000000;
}

html{
scroll-behavior: smooth;
}


p{
color: #5D5D5D;

}


header {padding: 15px 10px;position: relative;width: 100%;top: 0;left: 0;z-index: 100;background: #ffffff;box-shadow: 0px 3px 6px #00000029;/* margin-top: 30px; */}

.header-container {display: flex;justify-content: space-between;align-items: center;margin: 0 auto;}

/* .header--logo {
margin-left: -25px;
} */

header.sticky {
position: fixed;
top: 0;
z-index: 9999;
}

.right-menu {
display: inline-flex;
align-items: center;
transition: all 0.3s ease;
}


.right-menu ul {display: flex;list-style: none;padding: 0;margin: 0;gap: 10px;}



.right-menu a {text-decoration: none;padding: 15px 12px;font-size: 16px;font-weight: 400;position: relative;color: #000000;}



.right-menu a:hover {color: #e1172f;}


.header-button a{color: #fff;background: #e1172f;border-radius: 5px;padding: 10px 32px;margin-left: 15px;}



.header-button a {
color: #fff;
font-weight: 500;
}


.header-button a:hover {
color: #fff;
}



.toggle-btn {
display: none;
flex-direction: column;
justify-content: space-around;
align-items: center;
height: 30px;
width: 30px;
cursor: pointer;
}


.toggle-btn .bar {
width: 25px;
height: 4px;
background-color: #fff;
border-radius: 3px;
}

.mobile-logo
{
display:none;
}

.close-btn
{
display:none;
}

.right-menu ul li ul.dropdown {position: absolute;top: 40px;left: 15px;width: 260px; background-color: #ffffff;display: none;padding: 0;margin: 0;z-index: 9999;box-shadow: 0 0 65px 0 rgba(0, 0, 0, .1);transition: 0.5s !important;}



.right-menu ul li ul.dropdown li a:hover {color: #ffffff;background: #e1172f;width: 100%;}


li.dropdown {
position: relative;
}

li.dropdown > a::after {
content: "\f107";
font-family: "FontAwesome";
font-style: normal;
font-weight: normal;
position: absolute;
right: -6px;
color: #ff3600;
font-size: 18px;
vertical-align: middle;
}

.right-menu ul li.active > ul.dropdown {
display: block;
}



.right-menu ul li {
position: relative;
}

.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover {
display: block;
}


.right-menu ul li.dropdown::after {
content: "";
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 50px;
background: transparent;
}


.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
display: block;
}


.right-menu ul li ul.dropdown,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list {
transition: opacity 0.2s ease, visibility 0.2s ease;
opacity: 0;
visibility: hidden;
}



.right-menu ul li.dropdown:hover > ul.dropdown,
.right-menu ul li ul.dropdown:hover,
.right-menu ul li ul.dropdown li.dropdown-submenu:hover > ul.dropdown-submenu-list,
.right-menu ul li ul.dropdown li ul.dropdown-submenu-list:hover {
opacity: 1;
visibility: visible;
}

.right-menu ul li ul.dropdown li a {line-height: 42px;padding: 8px 15px;}



li#menu-item-223 ul {
      left: 260px;
    top: 0;
    width: 350px;
}



li#menu-item-219 ul {

      left: 260px;
    top: 0;
    width: 350px;
}




/* Parent dropdown */

/* Show main dropdown */
.right-menu ul li.dropdown:hover > ul.dropdown {
    display: block;
}

/* Left menu items */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > a {
    display: block;
    padding: 12px 15px;
    background: #f5f5f5;
    color: #000;
}

/* Hover effect (RED like image) */
.dropdown-submenu:hover > a {
    background: #e1172f;
    color: #fff;
}

/* RIGHT SIDE PANEL */
.dropdown-submenu > ul {
    position: absolute;
    top: 0;
    left: 100%;
    width: 260px;
    background: #eee;
    display: none;
    padding: 10px 0;
}

/* Show right panel on hover */
.dropdown-submenu:hover > ul {
    display: block;
}

/* Right side links */
.dropdown-submenu ul li a {
    display: block;
    padding: 10px 20px;
    color: #000;
    background: transparent;
}

/* Hover right items */
.dropdown-submenu ul li a:hover {
    background: #ddd;
}


   .dropdown-submenu:has(ul) > a::after {
        content: "\f105";
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    } 



.header-button a:first-child {
    display: none;
}



/* .dropdown-submenu > a::after {
  content: "\f105"; 
  font-family: "FontAwesome";
  position: absolute;
  right: 15px;
  font-size: 16px;
  color: #000;
}

.dropdown-submenu:hover > a::after {
  color: #fff;
} */







/* ===== Top Header Bar ===== */
.top-header {
/* same blue color */color: #fff;font-size: 14px;padding: 6px 0;/* position: fixed; *//* top: 0; *//* left: 0; */width: 100%;z-index: 10000;background: #E1172F;}

.top-header-container {
display: flex;
justify-content: space-between;
align-items: center;
}

.top-header a {
color: #fff;
text-decoration: none;
font-weight: 500;
}

.top-header .left-side span {
display: inline-block;
}



.social-links ul li {
list-style: none;
}

.social-links ul {
display: flex;
gap: 20px;
margin: 0;
}

.social-links ul li a {background: #fff;color: #e1172f;width: 20px;height: 20px;display: flex;justify-content: center;align-items: center;}

.social-links ul li a:hover {
    background: #ff3600;
    color: #fff;
}





.video-wrapper {
    height: 80vh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.video-wrapper video {
    width: 100%;
    height: 80vh;
    object-fit: cover;
}

.video-wrapper:before {
    position: absolute;
    content: '';
    /* background: #000311; */
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.64;
    /* background: transparent linear-gradient(180deg, #00000000 0%, var(--unnamed-color-121212) 100%, #00000080 100%) 0% 0% no-repeat padding-box; */
    background: transparent linear-gradient(180deg, #00000000 0%, #121212 100%, #00000080 100%) 0% 0% no-repeat padding-box;
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.banner-text h1 {
    color: #fff;
    font-size: 56px;
    font-weight: 700;
}

.banner-text p {
    color: #fff;
    font-weight: 400;
    line-height: 28px;
    padding-top: 12px;
    font-size: 22px;
    width: 70%;
    margin: 0 auto;
}


.about-txt p:nth-child(1) {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.about-txt h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.about-txt h4 {
    color: #fff;
    font-size: 22px;
    font-style: italic;
    padding-top: 12px;
    font-weight: 400;
}

.about-txt p {
    color: #AFAFAF;
    padding-top: 10px;
    line-height: 28px;
}

.about-txt a {
    border: 1px solid #E1172F;
    color: #fff;
    padding: 12px 15px;
    border-radius: 10px;
    margin-top: 20px;
    display: inline-block;
    width: 27%;
}

.about-txt a:hover {
    background: #E1172F;
    color: #fff;
}


.about-image img {
    width: 100%;
}


.about-txt p:nth-child(1)::before {
    position: absolute;
    content: '';
    background: red;
    left: 55px;
    top: 8px;
    height: 1px;
    width: 52px;
}

.about-txt p:nth-child(1)::after {
    position: absolute;
    content: '';
    background: red;
    left: 0px;
    bottom: -5px;
    height: 1px;
    width: 55px;
}


.home-banner {
    padding: 20px;
    border-radius: 12px;
    background: #222222;
    box-shadow: 0px 3px 6px #00000038;
    /* margin-top: 101px; */
    position: relative;
    top: -60px;
    border: 2px solid #E1172F;
    max-width: 1288px;
    width: 100%;
    margin: 0 auto;
}

.home-banner .field-row {
    /* display: grid; */
    justify-content: center;
    gap: 20px;
    grid-template-columns: repeat(4 , auto);
    display: flex;
}

.home-banner .field {
    /* width: 100%; */
    flex: 1;
}

.home-banner .field label {
    text-align: left;
    display: block;
    color: #AFAFAF;
    padding: 6px 10px;
}

.home-banner .field input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    outline: none;
    border-radius: 8px;
    background: #000;
    border: none;
    color: #fff;
        border: 1px solid #414141;
}




.banner-txt p {
    color: #fff;
    font-size: 18px;
    margin: 0 auto;
}

.home-banner .field-button input {
    height: 50px;
    background: #E1172F;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    border: none;
    outline: none;
    padding: 0 40px;
    border-radius: 10px;
}

.home-banner h2 {
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 36px;
    padding: 15px 0;
}

.home-banner .field textarea {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 12px 20px;
    outline: none;
    border-radius: 8px;
    background: #000;
    border: none;
    color: #fff;
        border: 1px solid #414141;
}


.counter-heading h3 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 30px;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

#counter .item {
    text-align: center;
    /* opacity: 0.1; */
}

#counter .item .count {
    margin-bottom: 5px;
    font-size: 60px;
    /* padding-left: 44px; */
    font-weight: 500;
    color: #fff;
    font-size: 36px;
}

#counter .item p {
    width: 100%;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

#counter .item img {
    margin-bottom: 20px;
}


.service-txt p:nth-child(1) {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
}

.service-txt p:nth-child(1)::before {
        position: absolute;
        content: '';
        background: red;
        top: -4px;
        height: 1px;
        width: 60px;
        right: 45%;
}

.service-txt p:nth-child(1)::after {
    position: absolute;
    content: '';
    background: red;
    bottom: -4px;
    height: 1px;
    width: 70px;
    left: 45%;
}





.service-txt h3 {
    color: #fff;
    font-size: 36px;
    font-weight: 600;
    
}

.service-txt p:nth-child(3) {
    width: 50%;
    margin: 0 auto;
    color: #fff;
    padding-top: 10px;
}


.card {
    /* background-color: #e1172f; */
    box-shadow: 0 0 5px 5px var(--primary-color);
    border-color: var(--primary-color);
    margin: 10px;
    transition: transform .5s;
    position: relative;
    overflow: hidden;
    border-radius: 28px;
     margin-top: 40px;
     position: relative;
}


.card::before {
    position: absolute;
    content: '';
    background: #0000004d;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}







.card-imageBox, .card-opacity, .card {
    width: 100%;
    /* height: 100%; */
    /* border-radius: 30px; */
}
.card-opacity {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;

    /* 👇 Gradient overlay (background feel) */
    background:red;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s ease;
}

.card-content {
   position: absolute;
   top: 50%;              /* bottom se start kare */
   left: 50%;
   width: 100%;
   z-index: 3;
     /* initially niche chhupa hua */
   opacity: 0;
   transition: all 0.5s ease;
   transform: translate(-50%, -50%) !important;
   text-align: center;
}

.card-content.p-4 {}

.card:hover .card-opacity {
    transform: translateY(0);
    opacity: 1;
}

.card-opacity {
    backdrop-filter: blur(6px);
}

.card:hover .card-opacity {
    /* height: 250px; */
    opacity: .7;
}

.card:hover .card-content{
       transform: translateY(0);   /* upar slide hoke aaye */
    opacity: 1;
}


.card-bottom-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}



/* .card-bottom-text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    transition: all 0.4s ease;
}


.card:hover .card-bottom-text {
    bottom: 50%;
    transform: translateY(50%);
} */


.card-content.p-4 p {
    color: #fff;
}

.card:hover .card-bottom-text {
    display: none;
}


.card-content h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
}


.card-content  i {
    background: #fff;
    font-size: 32px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.expert-txt h3 {
    font-size: 36px;
    color: #fff;
    width: 80%;
    font-weight: 600;
}

.expert-txt p {
    color: #AFAFAF;
    padding-top: 20px;
        line-height: 30px;
}

.expert-grid {
    background: #E1172F;
    display: grid;
    grid-template-columns: repeat(4, auto);
    width: 930px;
    position: relative;
    padding: 32px;
    gap: 50px;
    text-align: center;
    box-shadow: 0px 0px 15px #121212;
    border-radius: 25px;
}

.expert-card p {
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
    line-height: 19px;
}



.expert-card::before {
    position: absolute;
    content: '';
    right: -25px;
    height: 100%;
    width: 1px;
    background: #ffffff66;
}

.expert-card:last-child::before {
    display: none;
}



.expert-card {
    position: relative;
}



.bg-color-choose
{
    background: #1E1E1E;
    padding: 50px;
}



.heading-choose p:nth-child(1) {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: relative;
    text-align: center;
} 

.heading-choose h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.heading-choose p:nth-child(3) {
    width: 60%;
    margin: 0 auto;
    color: #AFAFAF;
}


.choose-icon.text-center {
    background: #222222;
    padding: 30px;
    margin-top: 30px;
    border-radius: 20px;
}

.choose-icon.text-center p {
    color: #fff;
    padding-top: 15px;
    margin: 0;
}

.grid-choose {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 20px;
}

.heading-choose p:nth-child(1)::before {position: absolute;content: '';background: red;top: -4px;height: 1px;width: 66px;right: 44%;}


.heading-choose p:nth-child(1)::after {
    position: absolute;
    content: '';
    background: red;
    bottom: -4px;
    height: 1px;
    width: 70px;
    left: 46%;
}


.bg_request {
    background: #E1172F;
    padding: 30px;
}

.request-heading h3 {
    color: #fff;
    font-size: 36px;
    width: 70%;
        font-weight: 600;
}

.request-btn a {
    background: #fff;
    padding: 12px 40px;
    color: #e1172f;
    font-weight: 600;
    border-radius: 10px;
}

.cleint-heading.text-center h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}



.textimonial-box {
    background: #222222;
    box-shadow: 0px 0px 12px #121212;
    padding: 20px;
    margin: 0;
    position: relative;
    margin-top: 60px;
    border-radius: 15px;
    height: 100%;
    min-height: 430px;
}



.testimonial-image img {
    width: auto !important;
    margin: 0 auto;
}


.testimonial-image {
    text-align: center;
    position: relative;
    top: -70px;
}

.testimonial-image i {
    color: #E1172F;
    padding-top: 20px;
}

.testimonial-image p {
    color: #AFAFAF;
    padding-top: 15px;
    margin: 0;
}

.testimonial-name h4 {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 600;
}


.garge-heading h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    padding-top: 20px;
}

.garge-heading p {
    width: 80%;
    margin: 0 auto;
    color: #AFAFAF;
    padding-bottom: 40px;
}





.faq-heading h3 {
    padding-bottom: 20px;
    font-size: 36px;
    font-weight: 600;
    color: #fff;
}

.accordion-item {
    border-radius: 20px;
    margin-bottom: 30px;
}

.accordion-header button {
    /* border-radius: 5px !important; */
    background: none !important;
}

.accordion-header button div {
    font-weight: 500;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    position: absolute;
    right: 20px;
    color: #E1172F;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
    background: none;
}


.accordion-button::after {
    background-image: none;
    content: '+';
    position: absolute;
    right: 20px;
    color: #e1172f;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    font-weight: 600;
}

button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}

.accordion-button:not(.collapsed) {
    box-shadow: none;
}

.accordion-item {
    border: none;
    border-radius: 6px !important;
    background: #222222;
    box-shadow: 0px 0px 10px #00000029;
}

.accordion-item:not(:first-of-type) {
    /* border: 1px solid #0F68DE; */
    padding: 6px 0px;
}

.accordion-body p {
    color: #AFAFAF;
    margin-top: -20px;
}



.faq-image img {
    width: 100%;
}

footer.bg-image {
    background: #222222bf;
    padding: 50px;
    position: relative;
}

footer.bg-image:before {
    position: absolute;
    content: '';
    background-image: url(../../assets/image/bg-footer.png);
    padding: 15px;
    background-repeat: no-repeat;
    background-size: cover;
        background-position: center;
    z-index: -1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.servie-list h4 {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    margin-bottom: 10px;
    color: #fff;
    font-style: italic;
}

.servie-list ul {
    padding: 0;
}

.servie-list ul li {
    list-style: none;
}

.servie-list ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 32px;
    font-weight: 300;
}


.servie-list a {
    color: #fff;
}

.servie-list p {
    color: #fff;
    display: flex;
    align-items: flex-start;
    padding-top: 3px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 300;
}


.servie-list p span {
    display: block;
}


.servie-list p > span > a {
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
}



.servie-list i {
    padding: 8px 12px 0px 0px;
}

section.bg-color-copyright {
    background: #E1172F;
    padding: 10px 0;
}

.copyright-txt p {
    margin: 0;
    color: #fff;
        font-size: 14px;
}


.privacy-policy {
    display: flex;
    gap: 10px;
    position: relative;
    /* text-align: end; */
    justify-content: flex-end;
}

.footer-copyright p {
    color: #fff;
    margin: 0;
}

.privacy-policy a {
    color: #fff;
}


.privacy-policy p {
    margin: 0;
    font-size: 14px;
}

.servie-list.ml-50.pt-3 {
    margin-left: 50px;
}


.choose_bg::before {
    position: absolute;
    content: '';
    background: #121212;
    opacity: 0.50;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.choose_bg {
    position: relative;
    background: url(../../assets/image/choose-bg.png);
    background-repeat: no-repeat;
    z-index: 9;
    background-size: cover;
    background-attachment: fixed;
}


.banner-about {
    text-align: center;
    padding: 80px 0;
    color: #fff;
    background: url(../../assets/image/about-banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}

.banner-about::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: transparent linear-gradient(180deg, #00000000 0%, #121212 100%, #00000080 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner-about h1 {
    font-size: 42px;
    font-weight: 600;
}

nav.breadcrumb-nav {
    display: flex;
    justify-content: center;
}

nav.breadcrumb-nav ol {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    padding: 0;
}

nav.breadcrumb-nav ol li {
    list-style: none;
}

nav.breadcrumb-nav ol li a {
    color: #fff;
}

.mission-box {
    background: #222222;
    padding: 40px;
    border-radius: 20px;
    height: 100%;
}

.mission-box h3 {
    color: #fff;
    font-size: 36px;
    padding-top: 20px;
    font-weight: 600;
}

.mission-box p {
    color: #AFAFAF;
    padding-top: 15px;
    line-height: 28px;
}

.bg-door
{
        background: #1E1E1E;
    padding: 50px;
}



.bg_install {
    background: #1E1E1E;
    padding: 50px;
}







.expert-txt p:nth-child(1) {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    position: relative;

}

.expert-txt p:nth-child(1)::before {
    position: absolute;
    content: '';
    background: red;
    top: 15px;
    height: 1px;
    width: 50px;
    right: 84%;
}

.expert-txt p:nth-child(1)::after {
    position: absolute;
    content: '';
    background: red;
    bottom: -3px;
    height: 1px;
    width: 60px;
    left: 0;
}



/* nav.breadcrumb-nav li:nth-child(2) {
    color: #e1172f;
} */


.not-found h2 {color: #fff;padding-top: 45px;font-size: 36px;font-weight: 600;}

.not-found p {
    color: #FFFFFF;
    width: 60%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.not-found a {
    color: #fff;
    background: #E1172F;
    padding: 10px 30px;
    border-radius: 10px;
}

.garge-door img {
    width: 100%;
}

.gargedoor-txt p {
    color: #AFAFAF;
    line-height: 32px;
}


.service-txt-card p {
    color: #fff;
    font-size: 18px;
    width: 55%;
    margin: 0 auto;
    text-align: center;
    font-style: italic;
}


.card-Indulge {
    position: relative;
    overflow: hidden;

}

.card-Indulge img {
    width: 100%;
    display: block;
}


.overlay {
    position: absolute;
    bottom: 40px;
    left: 20px;
    color: white;
    z-index: 1;
    width: 100%;
}

.overlay p {
    color: #fff;
    /* margin: 0; */
        padding-top: 10px;
            width: 80%;
}

.overlay h4 {
    font-size: 24px;
    margin: 5px 0 0;
    font-weight: 600;
}

.overlay p:nth-child(1) {
    position: relative;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
}

.overlay p:nth-child(1)::before {
    position: absolute;
    content: '';
    background: red;
    top: -1px;
    height: 1px;
    width: 50px;
    right: 82%;
}


.overlay p:nth-child(1)::after {
    position: absolute;
    content: '';
    background: red;
    bottom: -3px;
    height: 1px;
    width: 50px;
    left: 0;
}


.contact-form {
    padding: 30px;
    border-radius: 20px;
    background: #222222;
    border: 1px solid #E1172F;
}

.field {
    flex: 1;
}

.contact-form .field input {
    width: 100%;
    height: 50px;
    margin-bottom: 16px;
    padding: 0 20px;
    outline: none;
    border-radius: 10px;
    background: #121212;
    border: 1px solid #414141;
    color: #fff;
}

.contact-form .field textarea {
    width: 100%;
    height: 150px;
    margin-bottom: 16px;
    padding: 15px 20px;
    outline: none;
    border-radius: 10px;
    border: none;
    background: #121212;
    border: 1px solid #414141;
    color: #fff;
}

.contact-form .field-button input {
    background: #E1172F;
    padding: 10px 30px;
    outline: none;
    border: none;
    color: #fff;
    border-radius: 12px;
    font-weight: 500;
    width: 30%;
    
}

.contact-form .field label {
    color: #AFAFAF;
    padding: 10px 6px;
}

.address-contact {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.address-contact p {
    margin: 0;
    color:#fff;
        font-size: 14px;
}



.address-contact p > span > a {
    font-style:italic;
    font-size: 18px;
}




.address-contact a {
    color:#fff;
}

.bg-contact {
  background: #222222;
  border-radius: 20px;
}


#tab-button {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#tab-button li {
  display: table-cell;
  width: 100%;
}
#tab-button li a {
  display: block;
  padding: 15px;
  /* background: #eee; */
  border: none;
  text-align: center;
  color: #000;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
      font-size: 18px;
}

#tab-button li a i {
    padding-right: 5px;
}


#tab-button li:not(:first-child) a {
  border-left: none;
}

/* #tab-button li a:hover, */
#tab-button .is-active a {
    color: #fff;
    background: #E1172F;
    border: 1px solid #E1172F;
}


#tab-button li a:hover
{
    background: #222222;
    border: none;
}



.tab-contents {
  margin-top: 20px;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}


.card-image img {
    position: relative;
    display: block;
    width: 100%;
}

.image-box img {
    width: 100%;
}

.text-area h3 {
    color: #fff;
    font-weight: 600;
}

.text-area p {
    color: #AFAFAF;
    line-height: 32px;
}

.box_garge_Card
{
        background: #222222;
    padding: 20px;
    border-radius: 25px;
        margin-top: 35px;
}


.txt-equipment.text-center p {
    width: 70%;
    color: #fff;
    font-size: 22px;
    margin: 0 auto;
    font-style: italic;
}


.gargedoor-txt h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    padding-bottom: 15px;
}

.card-bg-door {
    background: #222222;
    padding: 50px;
}

.service_text_door h3 {
    color: #fff;
    font-weight: 600;

}

.service_text_door p {
    color: #AFAFAF;
        width: 70%;
    margin: 0 auto;
}

.listing-sidebar ul li {
    position: relative;
    padding: 0 5px;
    list-style: none;
    line-height: 36px;
    color:#AFAFAF;
}

.listing-sidebar ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: -25px;
    color: #e1172f;
}

.commercial_services h3 {
    color: #fff;
    font-weight: 600;
        padding-top: 20px;
}

.commercial_services p {
    color: #AFAFAF;
}

.commercial_services ul li {
    position: relative;
    padding: 0 5px;
    list-style: none;
    line-height: 36px;
    color: #AFAFAF;
}

.commercial_services ul li:before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: -25px;
    color: #e1172f;
}


.bg-work {
    background: #222222;
    padding: 50px;
}

.heading_work h3 {
    color: #fff;
    font-weight: 600;
    padding-bottom: 10px;
}

.heading_work p {color: #AFAFAF;width: 65%;margin: 0 auto;}

.card-work {
    background: #121212;
    padding: 40px;
    text-align: center;
    border-radius: 20px;
    color: #fff;
    margin-top: 30px;
        height: 290px;
}

.content {
    font-size: 52px;
    color: #E1172F;
    font-weight: 500;
}

.work-detail p {
    color: #AFAFAF;
}

.work-detail h4 {
    font-size: 22px;
}

.bottom-txt h3 {
    color: #fff;
}

.bottom-txt p {
    color: #AFAFAF;
    margin: 0;
}



.container.sasas {
    background: url('../../assets/image/commercial-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    /* min-height: 100vh; */              /* full screen height */
    display: flex;
    align-items: center;            /* vertical center */
    justify-content: center;        /* horizontal center */
    text-align: center;
    padding: 85px;
}

/* red box content */
.expectional-txt {
    background: #e3182d;           /* red color */
    padding: 110px 40px;
    max-width: 856px;
    width: 100%;
    color: #fff;
    position: relative;
    top: -30px;
    overflow: hidden;
    
}


.shutter {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: url('../../assets/image/shutter.png') no-repeat center;
    background-size: cover;

    transform: translateY(0); /* closed */
    transition: transform 0.7s ease-in-out;
    z-index: 3;
}

/* TEXT hidden by default */
.expectional-txt > *:not(.shutter) {
    position: relative;
    z-index: 1;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.5s ease;
}

/* HOVER EFFECT */
.expectional-txt:hover .shutter {
    transform: translateY(-100%);
}

/* text show after shutter opens */
.expectional-txt:hover > *:not(.shutter) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s; /* thoda delay for smooth feel */
}


/* top small text */
.top-line {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    position: relative;
}

.top-line::before,
.top-line::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 5px auto;
}

/* headings */
.expectional-txt h4 {
    font-size: 22px;
    margin-bottom: 10px;
}

.expectional-txt h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 15px;
}

.expectional-txt h3 {
    font-size: 22px;
    margin-bottom: 25px;
}

/* button */
.btn-quote {
    display: inline-block;
    background: #fff;
    color: #e3182d;
    padding: 12px 25px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}

.field-button {
    position: relative;
    top: 36px;
}





.footer-logo img {
    width: 100%;
    max-width: 330px;
}

.policy-details h3 {
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
}

.policy-details p {
    color: #AFAFAF;
}

.policy-details h2 {
    font-size: 36px;
    color: #fff;
    font-weight: 500;
    padding-top: 15px;
}

.policy-details li {
    position: relative;
    padding: 0 5px;
    list-style: none;
    line-height: 36px;
    color: #AFAFAF;
}

.policy-details ul li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f00c";
    left: -25px;
    color: #e1172f;
}


.fancybox__toolbar {
    position: relative !important;
    top: 80px !important;
}


.left-side span i {
    background: #fff;
    color: red;
    width: 20px;
    height: 20px;
    padding: 2px 4px;
    border-radius: 3px;
}





/* ................. supplier css ............ */

.grid-supplier {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 30px;
    text-align: center;
    margin-top: 50px;
}

.cleint-image img {
    width: 100%;
}

.supplier-txt h2 {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
}

.supplier-txt p {
    color: #fff;
    margin: 0;
}






 