﻿
:root {
    --icon-font: "Font Awesome 6 Pro";
}
.contact-top{
    display: flex;
    align-items: center;
    column-gap: 15px;
}

.contact-top .top-contact-icon{
    height: 40px;
    width: 40px;
    background: #b51414;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.contact-top .top-contact-icon i{
    font-size: 20px;
    color: #fff;
}

.contact-top .top-contact-details h2{
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
}

.contact-top .top-contact-details a{
    font-weight: 700;
    color: #000;
    font-family: math;
    font-size:16px;
}

.my-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
}

.top-contact-details {
    padding-top:7px;
}

.top-contact-details h2{
    font-size: 21px;
    line-height: 1.3;
    font-weight: 700;
    color: #000;
    
}

.social-icon{
    display:flex;
    column-gap:15px;
    padding-left:35px
}

.social-icon i{
    font-size:17px;
}

.enquiry-contact{
    float: right;
    margin-top: 13px;
}

.enquiry-contact a{
    padding: 7px 30px;
    background: #fff;
    color: #000;
    font-weight: 800;
    border-radius: 30px;
    font-size: 17px;
}

.footer-contact h2{
    font-size: 23px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    position: relative;
}

.footer-contact h2::before{
    content:'';
    background:#fff;
    height:3px;
    width:70px;
    position:absolute;
    left:0;
    bottom:-5px;
    border-radius:30px;
}

.footer-contact ul li{
    margin-bottom:15px;
}

.custom-address-concrete .envor-feature-3{
    min-height: 210px !important;
    max-height:210px !important;
    margin-top: -3px;
}

.custom-address-concrete .concrete-img{
    width: 100%;
    height: 250px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.custom-address-concrete  .col-lg-4{
    padding:0 12px;
}

.envor-btn.envor-btn-primary{
    border: 1px solid #c91818;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.product-section-slider  .col-lg-4{
    padding:0 12px;
}


.product-section-slider .concrete-img{
    width: 100%;
    height: 250px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.product-section-slider .envor-feature-3{
    min-height: 130px !important;
    max-height:130px !important;
    margin-top: -3px;
}

.about-img{
    height:350px;
    width:100%;
    border-radius:15px;
    object-fit:cover;
    padding:5px;
}

.why-choose ul{
    margin-top:15px;
}

.why-choose ul li{
    padding-bottom: 10px;
    color:#000;
    font-size:17px;
}

.why-choose ul li i{
    color:#b51414;
    padding-right:10px;
    font-size:17px;
}

.why-choose img{
    width:100%;
    height:350px;
    objeect-fit:cover;
    border-radius:10px;
}


.th-menu-toggle {
    border: none;
    background: no-repeat;
}

.th-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.6);
    z-index: 999999;
    width: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all ease 0.8s;
    transition: all ease 0.8s;
    opacity: 0;
    visibility: hidden;
}

    .th-menu-wrapper .mobile-logo {
        padding-bottom: 30px;
        padding-top: 40px;
        display: block;
        text-align: center;
        background-color: #F5F5F5;
    }

        .th-menu-wrapper .mobile-logo svg {
            max-width: 185px;
        }

    .th-menu-wrapper .th-menu-toggle {
        border: none;
        font-size: 22px;
        position: absolute;
        right: -16.5px;
        top: 25px;
        padding: 0;
        line-height: 1;
        width: 33px;
        height: 33px;
        line-height: 35px;
        font-size: 18px;
        z-index: 1;
        color: #fff;
        background-color: #b51414;
        border-radius: 50%;
    }

        .th-menu-wrapper .th-menu-toggle:hover {
            background-color: #b51414;
            color: #fff;
        }

    .th-menu-wrapper .th-menu-area {
        width: 100%;
        max-width: 310px;
        background-color: #fff;
        border-right: 3px solid #b51414;
        height: 100%;
        position: relative;
        left: -110%;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all ease 1s;
        transition: all ease 1s;
        z-index: 1;
    }

    .th-menu-wrapper.th-body-visible {
        opacity: 1;
        visibility: visible;
    }

        .th-menu-wrapper.th-body-visible .th-menu-area {
            left: 0;
            opacity: 1;
            visibility: visible;
        }

.th-mobile-menu {
    overflow-y: scroll;
    max-height: calc(100vh - 20px);
    padding-bottom: 40px;
    margin-top: 33px;
    text-align: left;
}

    .th-mobile-menu ul {
        margin: 0;
        padding: 0 0;
    }

        .th-mobile-menu ul li {
            border-bottom: 1px solid #fdedf1;
            list-style-type: none;
        }

            .th-mobile-menu ul li li:first-child {
                border-top: 1px solid #fdedf1;
            }

            .th-mobile-menu ul li a {
                display: block;
                position: relative;
                padding: 12px 0;
                line-height: 1.4;
                font-size: 16px;
                text-transform: capitalize;
                color: #000;
                font-weight: 700;
            }

               

            .th-mobile-menu ul li.th-active > a {
                color: #b51414;
            }

                .th-mobile-menu ul li.th-active > a:before {
                    -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
                }

            .th-mobile-menu ul li ul li {
                padding-left: 20px;
            }

                .th-mobile-menu ul li ul li:last-child {
                    border-bottom: none;
                }

        .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand {
            position: absolute;
            right: 0;
            top: 50%;
            font-weight: 400;
            font-size: 12px;
            width: 25px;
            height: 25px;
            line-height: 25px;
            margin-top: -12.5px;
            display: inline-block;
            text-align: center;
            background-color: #F6F2F1;
            color: #1A1A1A;
            box-shadow: 0 0 20px -8px rgba(173,136,88,0.5);
            border-radius: 50%;
        }

            .th-mobile-menu ul .menu-item-has-children > a .th-mean-expand:before {
                content: '\f067';
                font-family: var(--icon-font);
            }

        .th-mobile-menu ul .menu-item-has-children > a:after {
            content: "\f067";
            font-family: var(--icon-font);
            width: 22px;
            height: 22px;
            line-height: 22px;
            display: inline-block;
            text-align: center;
            font-size: 12px;
            border-radius: 50px;
            background-color: #F6F2F1;
            float: right;
            margin-top: 1px;
        }

        .th-mobile-menu ul .menu-item-has-children.th-active > a .th-mean-expand:before {
            content: '\f068';
        }

        .th-mobile-menu ul .menu-item-has-children.th-active > a:after {
            content: "\f068";
        }

    .th-mobile-menu > ul {
        padding: 0 40px;
    }

        .th-mobile-menu > ul > li:last-child {
            border-bottom: none;
        }

.custom-height-testimonial {
    height: 180px;
    overflow-y: scroll;
    text-align: justify;
}

    .custom-height-testimonial::-webkit-scrollbar {
        width: 3px;
        height: 2px !important;
    }

    .custom-height-testimonial::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .custom-height-testimonial::-webkit-scrollbar-thumb {
        background-color: #023c5b;
        border-radius: 6px;
    }


@media screen and (max-width:900px){
    .mobile-none{
        display:none;
    }
    .mobile-logo{
       width: 56% !important;
       padding-top: 4px;
    }

    .lyt-what-we-offer p{
        text-align:justify !important;
    }
    .section-info p{
        text-align:justify !important;
    }
    .about-img{
        height:250px;
    }

    .product-font p{
            margin-top: 15px;
    color: #000;
    font-family: sans-serif;
    margin-bottom: 10px;
    }

    .mod-address .address span{
            line-height: 1.5;
    }

    .mobile-heading{
        font-size: 21px !important;
        line-height: 27px;
    }
    .section-title-border{
        font-size:15px;
    }
    .transfrom-heading{
          font-size: 23px !important;
         line-height: 1.3;
    }

    h5.sub{
        font-size: 18px !important;
        margin-bottom: 15px;
        color: #000;
        line-height: 22px;
    }
}