.infrabout {
    padding-right: 20px;
}

.infrabout .infraimg {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.infrabout .infraimg img {
    width: 100%;
}

.infrabout h1 {
    font-size: 35px;
    line-height: 38px;
    color: #000000;
    margin: 5px 0 20px 0;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.infrabout h1 span {
    color: #ec3c4b;
}

.infrabout p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    text-align: left;
    font-family: "Manrope", sans-serif;
}
.infra_about {
    background: rgb(211 205 206 / 37%);
    padding: 20px;
    border-radius: 15px;
}

.infra_about .infrabox h2 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-bottom: 1px solid #ec3c4b;
}
.infra_about .infrabox h2 span {
    display: inline-block;
    background: #ec3c4b;
    color: #ffffff;
    padding: 4px 8px;
    padding-right: 20px;
    position: relative;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
}

.infra_about .infrabox h2 span::before {
    content: "";
    position: absolute;
    right: -10px;
    /* height: 100%; */
    /* background: #ec3c4b; */
    width: 25px;
    top: 0;
    transform: skewX(30deg);
    bottom: 0;
}

.infra_about .infrabox p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-align: left;
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding-top: 5px;
}

.infrabox {
    padding: 15px 0;
}
.hilights h2 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin: 5px 0 20px 0;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.hilights ul {
    padding: 0;
    margin: 0;
}

.hilights ul li {
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffe1e4;
    padding: 20px 0;
}

.hilights ul li span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    background: #ec3c4b;
    color: #fff;
    font-size: 22px;
}

.hilights ul li strong {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.hilights {
    padding-left: 15px;
}
.lab_box {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 20px;
}

.lab_box .lab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lab_box span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 4px 20px;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.lab_box h3 {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin: 5px 0 10px 0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}

.lab_box .lab_img {
    height: 90px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.lab_box .lab_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ec3c4b;
    background: linear-gradient(90deg, rgba(236,60,75,1) 0%, rgba(0,0,0,0) 100%);
    mix-blend-mode: color;
}

h4.subheading {
    font-size: 28px;
    line-height: 38px;
    color: #007eb1;
    margin: 0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #d4dcdf;
    padding-bottom: 10px;
}

.clients_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.client_banner {
    position: relative;
    height: 350px;
}

.clients_banner {
    height: 100%;
    position: relative;
}

section.client_banner .container,section.client_banner .container-fluid {
    height: 100%;
}

.client_banner .banner_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.clients_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.client_banner .banner_heading h1 {
    font-size: 40px;
    line-height: 25px;
    color: #ffffff;
    margin: 0px 0 20px 0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}

.client_banner .banner_heading p {
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.clienthead {
    border: 1px solid #edeaea;
    padding: 30px;
}

.infrabout {
    padding-right: 20px;
}

.infrabout .infraimg {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
}

.infrabout .infraimg img {
    width: 100%;
}

.infrabout h1 {
    font-size: 35px;
    line-height: 38px;
    color: #000000;
    margin: 5px 0 20px 0;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.infrabout h1 span {
    color: #ec3c4b;
}

.infrabout p {
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: #000000;
    font-weight: 500;
    text-align: left;
    font-family: "Manrope", sans-serif;
}
.infra_about {
    background: rgb(211 205 206 / 37%);
    padding: 20px;
    border-radius: 15px;
}

.infra_about .infrabox h2 {
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 600;
    border-bottom: 1px solid #ec3c4b;
}
.infra_about .infrabox h2 span {
    display: inline-block;
    background: #ec3c4b;
    color: #ffffff;
    padding: 4px 8px;
    padding-right: 20px;
    position: relative;
    font-size: 13px;
    text-transform: capitalize;
    border-radius: 10px 10px 0 0;
}

.infra_about .infrabox h2 span::before {
    content: "";
    position: absolute;
    right: -10px;
    /* height: 100%; */
    /* background: #ec3c4b; */
    width: 25px;
    top: 0;
    transform: skewX(30deg);
    bottom: 0;
}

.infra_about .infrabox p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    text-align: left;
    font-family: "Manrope", sans-serif;
    margin: 0;
    padding-top: 5px;
}

.infrabox {
    padding: 15px 0;
}
.hilights h2 {
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    margin: 5px 0 20px 0;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}

.hilights ul {
    padding: 0;
    margin: 0;
}

.hilights ul li {
    list-style: none;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #ffe1e4;
    padding: 20px 0;
}

.hilights ul li span {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 50px;
    background: #ec3c4b;
    color: #fff;
    font-size: 22px;
}

.hilights ul li strong {
    width: calc(100% - 50px);
    padding-left: 15px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.hilights {
    padding-left: 15px;
}
.lab_box {
    background: #F3F3F3;
    border-radius: 15px;
    padding: 20px;
}

.lab_box .lab_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lab_box span {
    display: inline-block;
    font-size: 13px;
    letter-spacing: 2px;
    padding: 4px 20px;
    border: 1px solid #000;
    border-radius: 50px;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px;
}

.lab_box h3 {
    font-size: 18px;
    line-height: 25px;
    color: #000000;
    margin: 5px 0 10px 0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
}

.lab_box .lab_img {
    height: 90px;
    border-radius: 100px;
    overflow: hidden;
    position: relative;
}

.lab_box .lab_img::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #ec3c4b;
    background: linear-gradient(90deg, rgba(236,60,75,1) 0%, rgba(0,0,0,0) 100%);
    mix-blend-mode: color;
}

h4.subheading {
    font-size: 28px;
    line-height: 38px;
    color: #007eb1;
    margin: 0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    border-bottom: 1px solid #d4dcdf;
    padding-bottom: 10px;
}

.clients_banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

section.client_banner {
    position: relative;
    height: 350px;
}

.clients_banner {
    height: 100%;
    position: relative;
}

section.client_banner .container,section.client_banner .container-fluid {
    height: 100%;
}

.client_banner .banner_heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}

.clients_banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 62%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.client_banner .banner_heading h1 {
    font-size: 40px;
    line-height: 25px;
    color: #ffffff;
    margin: 0px 0 20px 0;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    letter-spacing: 0.5px;
    text-align: center;
}

.client_banner .banner_heading p {
    color: #fff;
    text-align: center;
    font-weight: 400;
}
.clienthead {
    border: 1px solid #edeaea;
    padding: 30px;
    border-top: 0;
}


.clienthead h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #ec3c4b;
}

.clientbox {
    border: 1px solid #edeaea;
    border-top: 0;
    padding: 0;
}

.clientbox .clientsblock {
    display: flex;
    flex-wrap: wrap;
}

.clientbox .clientsblock .clintname {
    width: 25%;
    padding: 20px 25px;
    border-right: 1px solid #edeaea;
    border-bottom: 1px solid #edeaea;
    margin-bottom: -1px;
    transition: 600ms all;
}

.clientbox .clientsblock .clintname strong {
    display: block;
    font-size: 14px;
    color: #000;
    line-height: 18px;
    transition: 600ms all;
}

.clientbox .clientsblock .clintname span {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background: linear-gradient(156deg, rgb(237 234 234 / 66%) 20%, #fff 70%);
    margin-bottom: 20px;
    border: 1px solid #edeaea;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    color: #bfbfbf;
    transition: 600ms all;
}

.clientsblock .clintname:hover {
    box-shadow: rgb(255 180 180 / 25%) 0px 13px 27px -5px, rgb(255 0 0 / 30%) 0px 8px 16px -8px;
}

.clientsblock .clintname:hover span,.clientsblock .clintname:hover strong {
    color: #ec3c4b;
}

.clientsblock .clintname:hover span {
    border-color: #ec3c4b;
}
.clientbox .clientsblock .clintname.nonrailaways img {
    max-width: 170px;
    height: 75px;
    object-fit: contain;
    display: inline-block;
}

.clientbox .clientsblock .clintname.nonrailaways {
    text-align: center;
}
.exportbox .lab_box {
    background: #fff;
    border: 1px solid #d9d4d4;
    border-radius: 0;
    padding: 0;
    overflow: hidden;
    background: #F3F3F3;
    transition: 600ms all;
}

.exportbox .col {
    margin-bottom: 25px;
}

.exportbox .lab_box .lab_img {
    height: auto;
    border-radius: 0;
}

.exportbox .lab_box .lab_img::before {
    background: transparent;
}

.exportbox .lab_box h3 {
    padding: 25px;
    border-bottom: 1px solid #d9d4d4;
    margin: 0;
    transition: 600ms all;
    text-align: center;
    color: #000;
    border-color: #ec3c4b;
}

.exportbox .lab_box:hover h3 {
    background: #ec3c4b;
    color: #fff;
}

.exportbox .lab_box:hover {
    border-color: #ec3c4b;
}
section.productlist_sec {
    background: #F3F3F3;
    padding: 50px 0;
    position: relative;
}
section.productlist_sec {
    background: #F3F3F3;
    padding: 50px 0;
    position: relative;
}

.prodbox {
    background: #fff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    transition: 600ms all;
}
.prodbox:hover{
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.productlist_sec .row > div {
    margin-bottom: 25px;
}

.prodbox .prodbox_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
}

.prodbox .prodbox_text a {
    display: inline-block;
}

.prodbox .prodbox_text a svg {
    width: 15px;
    fill: #fff;
}

.prodbox .prodbox_text > a {
    width: 35px;
    height: 35px;
    background: black;
    border-radius: 40px;
    line-height: 35px;
    text-align: center;
    transition: 600ms all;
}

.prodbox .prodbox_text h3,.prodbox h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 22px;
    width: calc(100% - 50px);
    margin: 0;
}
.prodbox h3{
    width: 100%;
    text-align: center;
    font-size: 22px;
    padding-bottom: 25px;
}
.prodbox .prodbox_text h3 a,.prodbox h3 a {
    color: #000;
}
.prodbox h3 a{display: block;}
.prod_img img {
    margin: 0 auto;
    display: block;
    max-height: 160px;
    max-width: 300px;
    object-fit: contain;
}
.prodbox h4 {
    text-align: center;
    margin-bottom: 25px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ec3c4b;
    font-weight: 700;
}
.prodbox:hover h3 a{
    color: #ec3c4b;
}
.prod_detail {
    display: flex;
    align-items: center;
    padding: 0;
    border: 1px solid #dfdfdf;
}

.prod_detail .prod_detail_txt {
    border-left: 1px solid #dfdfdf;
    padding: 20px;width: calc(100% - 270px);
}

.prod_detail .prod_detail_txt h3 {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
    line-height: 22px;
}

.prod_detail .prod_detail_txt h4 {
    font-size: 16px;
    color: #ec3c4b;
    font-weight: 600;
    font-family: "Montserrat", sans-serif;
}

.prod_detail .prod_detail_txt p, .prod_detail .prod_detail_txt ul li {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 8px;
}

.product_detailpop 
 button.btn-close {
    position: absolute;
    right: 0;
    opacity: 1;
    width: 40px;
    height: 40px;
    top: 0;
    background-color: #dfdfdf;
    padding: 0;
    border-radius: 0;
}


.prod_detail .prod_detail_img {
    padding: 15px;
    width: 270px;
    text-align: center;
}

.prod_detail .prod_detail_img img {
    max-width: 100%;
    max-height: 200px;
    object-fit: contain;
}

.product_detailpop 
 .modal-content {
    border-radius: 0;
}
.prod_detail .prod_detail_txt p i {
    margin-right: 5px;
    font-size: 13px;
    color: #ec3c4b;
}