*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
@font-face {
    font-family: 'Scream Real Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Scream Real Regular'), url('../font/Scream Real.woff') format('woff');
    }
body{
    color: #393939;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
    overflow-x: hidden;
}
svg{
    font-family: 'ScreamReal';
}
h1, h2, h3, h4 ,h5, h6{
    font-family: "Roboto", serif;
    font-weight: 400 !important;
}
p, li{
    font-family: "Roboto", serif;
    font-weight: 200 !important;
}
strong{
    font-weight: 400 !important;
}
.hero-details .fw-bold{
    font-weight:400 !important
}
.header-left .telephone{
    background-color: #ed1d20;
    color: #fff;
    width: 200px;
    height: 45px;
    padding-top: 10px;
}
.header-left .telephone:hover {
    background: #fff;
    color: #ed1d20;
    border: 1px solid #ed1d20;
}
.header-left a .icon{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ed1d20;
    color: #ed1d20;
}
.header-left a:hover .icon {
    background: red;
    color: #fff;
}
.header-left a{
    text-decoration: none;
    font-weight: 400 !important;
}
.header img{
    width: auto;
    height: auto;
}
.slick-slide{
    display: block;
}

.menu-items a span{
    border-bottom: 2px solid transparent;
    line-height: 30px;
}
.menu-items a:hover span{
    border-bottom: 2px solid #ed1d20;
    color: #ed1d20;
}
.menu-items.active a span{
    border-bottom: 2px solid #ed1d20;
    color: #ed1d20;
}
.menu-items.active a img{
    filter: invert(30%) sepia(90%) saturate(500%) hue-rotate(302deg);
}
.menu-items img{
    width: 25px;
    height: 25px;
    margin: 0px auto;
}    
    .menu-items{
        display: block;
        text-align: center;

    }
    .menu-items a {
        color: #333;
        font-size: 13px;
        text-decoration: none;
    }
.header-left a:hover{
    color: #fff;
}
.hero-section{
   background-color:#f4f3f0;
   /* padding: 60px 0px; */
   padding-top: 70px;
    padding-bottom: 30px;
}
.hero-details {
    color: #393939;
}

ol.breadcrumb li {
    font-size: 14px;
}
/* .hero-details p{
    text-align: justify;
} */
.hero-details ul li{
    list-style-type: none;
    margin-bottom: 6px;
}
/* .card-text{
    text-align: justify;
}
.about-section p {
    text-align: justify;
}
.accordion-body p{
    text-align: justify;
} */
.cta-btn{
    background-color: #ed1d20;
    width: 290px;
    height: 49px;
    border-radius: 10px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
    margin-top: 30px;
}
.cta-btn:hover{
    background-color: #d60e11;
}
.breadcrumb .nav-link.active{
    color: #495057; 
     background-color: transparent !important;
    border-color:transparent !important;
}

.nav-tabs .nav-link {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
}
/* .nav-tabs .nav-link {
    width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #495057;
} */
.nav-tabs .nav-link:hover{
    color: #495057;
}
.nav-tabs .nav-link.active{
    background-color: #ed1d20 !important;
    color: #fff !important;
}
.card-img, .card-img-top {
    max-height: 250px;
    object-fit: cover;
}
 .card-title{
    font-size: 20px;
} 
.card-body p{
    font-size: 14px;
    color:#495057;
}
.cardfooter .rounded-pill{
    padding: 5px 18px !important;
}
/* about start */
.about-section {
    padding: 80px;
    
}
/* .about-details{
    padding: 80px !important;
} */
 .about-details{
    padding: 70px 80px ; 
    color: #393939;
    background-color: #f5f5f5;
 }
 .about-links a{
    color: #393939;
 }
 .about-links a:hover{
    color: #393939;
 }
/* about end */

/* start */
/* .accordion{
    outline: none !important;
} */
.accordion .accordion-item {
    margin-bottom: 30px;
    border: none ;
    border-bottom: 1px solid #3939394f !important;
}
.accordion-button:focus{
    border: none !important;
    box-shadow: none !important 
}
.accordion-button:not(.collapsed) {
     color: #393939 !important; 
     background-color: transparent !important; 
     box-shadow: none !important 
}
.enquire-section{
    color: #393939 !important; 
}
/* end */

/* footer start */
.footer{
    background-color:#343330;
}
.copy-right{
    color: #ffffff98;
    border-top: 1px solid #ffffff21;
    font-size: 14px;
}
.copy-right a{
    color: #ffffff98;
}
.copy-right a:hover{
    color: #ffffff98;
}
.social-media{
    width: 40px;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 15px 10px;
    /* font-size: 20px; */
    background-color:#fff ;
}

/* .social-media:hover{
    background-color:  #ed1d20;
} */
.social-list a{
    color: #ed1d20 !important;
}
/* .social-list a:hover{
    color:  #fff!important;
} */

/* .contact-details div{
    width: 300px;
} */
.address-details{
    color: #fff;
    background-color: #00000017;
    width: 100%;
    height: 135px;
}
.address-details i{
    font-size: 25px;
    margin: -4px 13px;
}
/* footer end */
.address-details h2 {
    font-size: 20px;
}
    

/* .brads .container .row div img{
    width: 150px;
    height: 150px;
    margin-top: auto;
} */
/* 
.accordion-button::after{
    background-image: url("/assets/images/plus.svg") !important;
    width: 40px;
    height: 40px;
}

.accordion-button::before{
    background-image: url("/assets/images/sub.svg") !important;
} */

#query{
    /* background-color: #f5f5f5; */
    padding-top: 70px;
    padding-bottom: 40px;

}


@media only screen and (max-width: 767px) {
    /* .nav-tabs{
        background-color: #393939 !important;
    } */
     
    .nav-tabs {
         border-bottom: none !important;
    }
    ul#myTab{
        background-color: #f4f3f0 !important;
    }
    .nav-tabs .nav-item {
      width: 100% !important;
    }
    .nav-tabs .nav-link{
        width: 100%;
    }
    .nav-tabs .nav-link h3{
        font-size: 16px;
    }
    .about-section {
        padding: 0px;
    }
    .about-details{
        padding: 20px;
    }
    .card.about-details {
        border: none;
        padding-top: 45px !important;
        padding-bottom: 45px;
    }
    .hero-section{
        padding-top: 30px;
        padding-bottom: 0;
    }
    .copy-right{
        text-align: center;
    }
    .card.about-details h1 {
        margin-bottom: 8px !important;
        font-size: 22px;
    }
    .card.about-details h4 {
        margin-bottom: 8px !important;
        font-size: 20px;
    }
    .enquire-section h1{
        font-size: 22px;
    }
    .tabs-titel{
        font-size: 22px;
    }
    .card {
        width: 100% !important;
    }
    .header-left{
        justify-content: center;
    }
    .header-left{
        margin-bottom: 20px;
    }
    /* #myTabContent .tab-pane  .container .row div .card{
        margin-bottom: 50px;
    } */
    #myTabContent .tab-pane  .container .row div .card {
        margin-bottom: 25px !important;
    }
    #query {
        padding-top: 45px;
        padding-bottom: 26px;
    }
  }

  .navbar-toggler:focus {
    outline: none !important;
    box-shadow: none !important;  /* Optional: Removes any box-shadow if applied */
}
.navbar-toggler{
    border: none !important;
}
.navbar-light .navbar-toggler{
    font-size: 30px;
    margin-right: -14px !important;
}
a.navbar-brand img {
    width: 120px;
    height: auto;
}
/* .accordion-button::after{
    content: "<i class="bi bi-dash-square"></i> !important";
} */
.cardfooter a.btn.rounded-pill.btn-danger {
    background: #ed1d20;
    border: 1px solid #ed1d20;
}
.cardfooter a.btn.rounded-pill:hover{
    background: #ed1d20;
}


/* .accordion-button::after{
    background-image: url("./assets/images/plus.svg") !important;
}
.accordion-button::before{
    background-image: url("/assets/images/dash.svg") !important;
} */

.accordion-button{
    background-image: url("../assets/images/plus.svg") !important;
}

.address-details div i {
    font-size: 20px;
    margin-top: -2px;
}

.brand-img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brads {
    padding-top: 60px;
    padding-bottom: 50px;
}


.service-price{
    font-weight: 200 !important;
    font-size: 16px !important;
    /* color: #00168f !important; */
}
.service-price span{
    color: #ed1d20;
}
.service-item {
    /*   max-width: 1200px; */
      margin: 0 auto;
      
    }
    
    .slick-list {
        padding-left: 0px!important; 
    }
    .btn-danger, .btn-theme {
        color: #fff;
        background-color: #ed1d20 !important;
        border-color: #ed1d20 !important;
        border-radius: 30px;
        font-weight: 400 !important;
        font-size: 14px;
    }
    .form-control, .form-select{
        box-shadow: none !important;
        border-color: #e23a39 !important;
        /*background: transparent !important;*/
        font-weight: 400 !important;
        padding: .75rem .75rem !important;
    }
    .form-control:focus{
        /*box-shadow: none !important;*/
        border-color: #e23a39 !important;
        /*background: transparent !important;*/
    }
    .btn{
         padding: .75rem .75rem !important;
    }
    .bdr-head.bg-read:before, .bdr-head.bg-read:after {
    background-color: #fff;
}
    .accordion .accordion-item {
        margin-bottom: 10px;
        border: 1px solid #3939394f !important;
    }
    .accordion-button {
        color: #494949;
        font-weight: 200;
        font-size: 17px !important;
        padding: 1rem 1rem;
        text-align: left;
        background-color: #f7f7f7 !important;
        border: 0;
        border-radius: 0;
    }
    .accordion-button:not(.collapsed) {
        color: #ed1d20 !important;
        background-color: #f7f7f7 !important;
        box-shadow: none !important;
    }
    .accordion-button:not(.collapsed)::after {
        filter: hue-rotate(150deg) !important;
    }
    @media screen and (max-width: 767px) {
        .menu-items a{
            font-size: 13px !important;
        }
       
        ul.content-box {
            min-height: 312px !important;
        }
        .office-image img{
            width: 100% !important;
            border-radius: 6px;
        } 
        .hero-details ul {
            column-count: 1 !important;
        }
    }
    @media screen and (max-width: 1024px) {
        .service-item {
            padding-right: 20px;
        } 
    }
    .footer-cta {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .footer-cta .btn {
        color: #fff !important;
        padding: 12px 30px;
        font-weight: 500 !important;
        text-transform: uppercase;
        border-radius: 30px !important;
        border: 1px solid #b90606;
    }
    #get-a-quote {
        scroll-margin-top: 100px; /* Adjust the value as needed */
      }
      .text-theme{
        color:#ed1d20;
        font-weight: 400 !important;
      }
      .contact-area{
        background-color: #ffe5e5;
        /*background-color: #f7f7f7;*/
      }
       .contact-area-right {
            box-shadow: rgb(244 67 54 / 19%) 0px 8px 24px;
            padding: 20px 30px !important;
            background: #f74548;
        }
      .btn-cta {
        background: #ed1d20;
    }
      .bdr-head{
        height: 4px;
        width: 130px;
        display: inline-block;
        position: relative;
    }
    .bdr-head:before{
        content: "";
        width: 100px;
        height: 4px;
        border-radius: 2px;
        background-color: #e13232;
        position: absolute;
        left: 30px;
        bottom: 0;
        display: inline-block;
    }
    .bdr-head:after{
        content: "";
        width: 20px;
        height: 4px;
        border-radius: 2px;
        background-color: #e13232;
        position: absolute;
        left: 0;
        bottom: 0;
        display: inline-block;
    }
    .bdr-head:before{
        animation: mymove infinite;
        animation-duration: 2s;
    } 
    @keyframes mymove {
      from {left: 0px;}
      to {right: 200px;}
    }
    .btn-white {
        border: 1px solid #dddddd !important;
        background: #fff !important;
        border-radius: 30px !important;
        padding: 6px 24px !important;
        color: #e13232 !important;
        font-weight: 400;
    }
    .btn-check:focus+.btn-danger, .btn-danger:focus{
        box-shadow: none !important;
    }
    #alert-status p {
        font-size: 15px;
    }
    .hero-details ul {
        column-count: 2 ;
    }
    .hero-details ul li i {
        color: #797474;
    }
    ul.content-box {
        min-height: 264px;
    }
    .quick-contact {
        color: #ed1d20;
        text-decoration: none;
    }
    .quick-contact:hover {
        color: #ed1d20;
        text-decoration: underline;
    }
    .office-image img{
        width: 100%;
        border-radius: 6px;
    } 
    .btn, .btn:focus{
        box-shadow: none !important;
    }
    .hero-section img {
        border-radius: 6px;
    }
    .invalid-feedback{
        color: #fff !important;
    }