:root{
--my: #000;
--site-color:#0053a0;
}
body{
    margin:0;
    padding:0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    background-color: #F0F0F0 !important;
    font-size: 16px;
}
.frontend-menu{
    width: 80%;
    justify-content: space-between;
}
.frontend-menu .nav-item .nav-link{
    font-size: 21px;
    font-weight: 900;
    font-style: italic;
    padding-inline: 20px;
    color:#000;
}

.frontend-menu .nav-item  a.nav-link:hover{
    color:var(--site-color) !important;
}
.main-title{
    font-size: 60px;
    font-weight: 900;
    text-align: center;
    max-width: 900px;
    margin:auto;
    color:#fff;
    text-shadow: 2px 2px rgba(0,0,0,0.3);
}
.main-sub-title{
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    text-align: left;
    max-width: 900px;
    color:#fff;
    margin-bottom: 85px;
    margin-top: 30px;
    text-shadow: 2px 2px rgba(0,0,0,0.3);
    display:flex;
}
.main-sub-title span{
    font-size: 18px;
    align-self: start;
}
.bg-cover{
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.product-image-box-hover{
height: 470px;
}
.product-hover-img{
    width:100%;
    margin-top: 50px;
}
.hover-product-features{
    text-align: left;
    display: none;
    color:#fff;
    padding-top: 40px;
    padding-left: 30px;
}
.hover-product:hover .card-body{
background-color: var(--site-color);
}
.hover-product:hover .card-title{
    color:#fff;
}
.hover-product:hover .product-hover-img{
    display: none;
}
.hover-product:hover .hover-product-features{
    display: block;
}
.features-list{
    list-style: none;
}
.features-list li{
    margin-bottom:8px;
    position: relative;
}
.features-list li::before{
    position: absolute;
    content: '\f356';
    font-family: 'Font Awesome 5 Pro';
    left: -30px;
    font-weight: 900;
}
.btn-product-hover{
    background-color:var(--site-color);
    color:#fff;
    font-weight: 900;
}
.hover-product:hover .btn-product-hover{
    background-color:#fff;
    color:var(--site-color);
}
a{
    text-decoration: none;
}
.heading{
font-size: 36px;
color: #333333;
font-weight: 900;
}
.sub-heading{
    font-size: 18px;
    color:#118ad6;
    font-weight: 900;
}
.image-button{
    display: block;
    padding: 16px;
    margin-bottom: 32px;
    background-color: #fff;
    box-shadow: 0 2px 2px rgb(0 0 0 / 25%);
    text-align: center;
}
.image-button:hover{
    opacity:0.9;
}
.small-text h5{
font-weight: 900;
font-size: 17px;
color:#333333;
}
.small-text p{
    font-size: 13px;
    color:#333333;
    line-height: 13px;
}
.small-text a{
    font-size: 15px;
    color:#118ad6;
    line-height: 20px;
}
.small-text li{
    font-size: 15px;
    line-height: 20px;
}
.small-text{
    margin-bottom: 30px;
}


.btn-industry{
    padding:0 !important;
    position: relative;
    margin-bottom: 190px;
}
.btn-industry:hover{
    border: none !important;

}
.industry-img{
    width: 100%;
    height: 200px;
    border-radius: 5px;
}
.industry-box{
    margin: -50px 20px 0px 20px;
    background: #fff;
    position: absolute;
    top: 200px;
    box-shadow: 0px 3px 17px #0000000f;
    color: #000;
    border-radius: 5px;
    padding: 12px;
    text-align: center;
    min-width:90% !important;
    height:220px !important;
}
.industry-name{
    color: #000;
    font-weight:900;
    font-size:16px;
    margin-top: 12px;
    text-align: center;
}
.all-flex-row{
    display: flex !important;
    justify-content: space-between !important;
    flex-wrap: wrap !important;
    gap: 10px !important;
    align-items: center !important;
}
.site-color{
    color: var(--site-color) !important;
}
.bg-site{
    background:var(--site-color) !important;
}
.footer-heading{
    color: #fff !important;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 20px !important;
}
.footer-link-list{
    list-style: none;
    padding: 0;
}
.footer-link-list a{
color: #fff;
}
.footer-social{
    background: #fff;
    color: #112B3F;
    padding: 5px 8px;
    border-radius:5px;
    margin-bottom: 8px;
}
.footer-social i{
    color: #112B3F;
    font-size:20px;

}
.footer-social + .footer-social{
    margin-left: 8px;
}
footer a:hover{
    text-decoration:underline !important;
}
.custom-accordion{
    margin-bottom:12px;
}
.custom-accordion .accordion-button.collapsed{
    background: #fff;
    font-weight: 900;
    color:#000;
    font-size:18px;
}
.custom-accordion .accordion-button{
    background: var(--site-color);
    color:#fff;
    font-size:18px;
    font-weight: 900;
}

.custom-accordion .accordion-button:hover{
    background: var(--site-color);
    color:#fff;
}
.custom-accordion .accordion-button.collapsed::after{
    color:#000;
    background: none;
    content: '\f067';
    font-family: 'Font Awesome 5 Pro';
}
.custom-accordion .accordion-button::after{
    color:#fff;
    background: none;
    content: '\f068';
    font-family: 'Font Awesome 5 Pro';
}
.custom-accordion .accordion-button:hover::after{
    color:#fff;
}
.custom-tabs{
    width: 100%;
    list-style: none;
    display:flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}
.custom-tabs li{
    width: 100%;
}
.custom-tabs button{
    font-size:18px;
    font-weight:900;
    width: 100%;
    border: none;
    color: var(--site-color);
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.custom-tabs .nav-link.active{
    background:#fff;
    border: 1px solid #ddd;
    border-bottom: 1px solid #fff;

}
.custom-tab-content{
    background:#fff;
    border: 1px solid #ddd;
    border-top: none;
    padding: 12px;

}
.bg-transparent{
    background: transparent !important;
}
.absolute-nav{
    position:absolute;
    top:0;
    left:0;
    right: 0;
}
.btn-pdf{
    padding: 16px 4% 12px 20px;
    margin: 12px 6px;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 50%);
    width: 100%;
    background: #fff;
    border: 1px solid #000;
    color: #000;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.btn-pdf:hover{
    color:#fff;
    background: var(--site-color);
}
.grid-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    padding-top: 20px;
}
.name-box{
    display: flex;
    flex-direction: column;
    justify-content:center;
    align-items: center;
    /* height:200px; */

}
.series{
    font-size: 36px;
}
.btn-distributor{
    background-color: transparent;
    border: 1px solid #fff !important;
    font-weight: 900;
    font-size: 16px !important;
    padding: 10px 15px !important;
    color:#fff !important;

}
.btn-distributor:hover{
    background-color: #fff !important;
    color:var(--site-color) !important;
    text-decoration: none !important;

}
.btn-dist.active{
    height:60px;
    font-size:20px;
    background-color: var(--site-color) !important;
    color: #fff !important;
    font-weight: 900;
    border: 1px solid var(--site-color) !important;
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn-dist{
    height:60px;
    font-size:20px;
    background-color:#fff  !important;
    color: var(--site-color) !important;
    font-weight: 500;
    border: 1px solid var(--site-color) !important;
    align-items: center;
    display: flex;
    justify-content: center;
}
.btn-dist.active,
.btn-dist:hover{
    background-color: var(--site-color) !important;
    color: #fff !important;
}
.footer-locateDist{
    max-width: 284px; 
    text-align:center;
}
@media only screen and (max-width: 992px){

.main-title{
    font-size: 25px;
    max-width: 100%;
}
.main-sub-title{
    font-size: 20px;
    font-weight: 900;
    max-width: 100%;
    margin-bottom: 5px;
    margin-top: 10px;
}
.main-sub-title span{
    font-size: 16px;
}
.grid-box{
   display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0px;
    padding-top: 20px;
}
.industry-box{
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 0;
    min-width:90% !important;
    height:auto !important;
}
.btn-industry{
    margin-bottom:10px;
}
.footer-locateDist{
    max-width: 100%; 
    text-align:center;
}
.linked-in-img{
    margin-bottom:32px;
    width:100%;
}
.flag-india{
    width:100%;
}
    
}

