@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
.inner-bnr-section{
    width: 100%;
}
.inner-bnr-section .inner-banner{
    text-align: center;
    padding: 105px 0;
    background: #000 url(./images/cmt-pagetitle-bg.jpg) center center no-repeat;
    background-size: cover;
}
.inner-bnr-section .inner-banner h3 {
    font-size: 36px;
    font-family: 'Poppins';
    font-weight: 600;
    color: #FFFFFF;
    margin-bottom: 5px;
}
.inner-bnr-section  .inner-banner ul {
    padding: 0;
    list-style: none;
}
.inner-banner ul.breadcumb li {
    display: inline-block;
    vertical-align: middle;
}
.inner-banner ul.breadcumb a, .inner-banner ul.breadcumb span {
    color: #007bff;
    font-size: 18px;
}
.inner-banner ul.breadcumb span {
    color: #fff;
}
.inner-banner ul.breadcumb span.sep {
    margin-left: 10px;
    margin-right: 10px;
    color: #007bff;
}
/* Enamel-Process-Section
================================ */

.enamel-process-section{
    width: 100%;
    padding: 80px 0;
}
.enamel-process-section .contaier > div img{
    width: 100%;
}
.txt-justify p{
    text-align: justify;
    line-height: 28px;
}