*,
b,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
span,
strong,
ul {
    padding: 0;
    margin: 0;
}
.header_tp_dtl ul li.call_tp a,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Poppins, sans-serif;
}
.fixed-top,
.fixed-top.header-scrolled {
    box-shadow: 0 2px 2px 0 rgb(245 245 245 / 85%);
}
.main-nav .drop-down ul li a,
.main-nav a {
    text-transform: capitalize;
    letter-spacing: 0.5px;
}
.mainbtn,
.mainbtn2 {
    align-self: flex-start;
}
.hm-prd-mr:hover,
.mainbtn,
.mainbtn2 {
    letter-spacing: 1px;
}
*,
.flip-card:focus {
    outline: 0;
}
.back_page_url ul li:last-child:after,
.back_page_url ul li:last-child:before,
img {
    border: none;
}
a,
a:focus,
a:hover {
    text-decoration: none;
}
ul {
    list-style: none;
}
body {
    font-size: 14px;
    color: #464646;
    box-sizing: border-box;
    overflow-x: hidden;
}
.mtb30 {
    margin: 30px 0;
}
.mt30 {
    margin-top: 30px;
}
.mb30 {
    margin-bottom: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mb40 {
    margin-bottom: 40px;
}
.mt20 {
    margin-top: 20px;
}
.mb20 {
    margin-bottom: 20px;
}
.mt15 {
    margin-top: 15px;
}
.mb15 {
    margin-bottom: 15px;
}
.mt60 {
    margin-top: 60px;
}
.header_top {
    background: #214294;
    padding: 10px 0;
}
.fixed-top.header-scrolled,
.header-scrolled .logo,
.logo,
.mobile-nav,
.prod-grades-gap .table-responsive table,
.prod-tech-table .table-responsive table {
    background: #fff;
}
.header-scrolled .header_top,
.header-scrolled .navigation-right-top,
.main-nav .drop-down ul li:after,
.steps_wrp3 .link,
.steps_wrp3 .link_wrp {
    display: none;
}
.social_icon ul {
    padding-left: 8px;
}
.social_icon ul li {
    display: inline-block;
    margin-right: 5px;
}
.social_icon ul li a i {
    display: inline-block;
    width: 28px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 0 10px rgb(29 58 83 / 15%);
}
.banner-dtl-text ul li:nth-child(2) a,
.social_icon ul li a i.fa-facebook-f {
    color: #2c63ac;
}
.social_icon ul li a i.fa-twitter {
    color: #000;
}
.social_icon ul li a i.fa-linkedin-in {
    color: #238cc8;
}
.social_icon ul li a i.fa-instagram {
    color: #c22b72;
}
.social_icon ul li a i:hover {
    background: #eff1f2;
}
.header_tp_dtl ul {
    display: block;
    float: right;
    margin-top: 0;
}
.header_tp_dtl ul > li:first-child {
    background: #b41d22;
    border-radius: 50px;
}
.header_tp_dtl ul > li {
    float: left;
    display: flex;
    padding: 5px 18px 5px 12px;
    margin-left: 15px;
    height: 35px;
}
.header_tp_dtl ul li.call_tp img {
    margin-right: 8px;
    width: 22px;
    height: 22px;
    margin-top: 0;
}
.header_tp_dtl ul li.call_tp a {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    display: block;
    line-height: 23px;
}
.header_tp_dtl ul > li:nth-child(2) {
    border: 2px solid #b41d22;
    border-radius: 50px;
}
.fixed-top {
    position: relative;
    display: block;
    top: 0;
}
.header-scrolled .logo {
    top: 0;
    width: 94px;
    height: 100px;
    margin-top: 0;
    border: 4px solid #efefef;
    border-radius: 100%;
}
.header-scrolled .scrollto img {
    height: auto;
    visibility: inherit !important;
}
.header-scrolled .main-nav > ul {
    padding: 10px 0;
    margin: 0;
}
.logo {
    position: absolute;
    width: 131px;
    height: 140px;
    margin-top: -4%;
    border: 4px solid #fff;
    border-radius: 100%;
}
.header-scrolled,
.mobile-nav {
    position: fixed;
}
.scrollto img {
    width: 100%;
    height: auto;
}
.main-nav {
    float: right;
}
.main-nav > ul {
    margin: 16px 0;
    display: flex;
}
.main-nav > ul > li > a::before {
    position: absolute;
    content: "";
    left: -2px;
    bottom: -6px;
    width: 0%;
    border-bottom: 2px dotted #b41d22;
    transition: 0.3s;
}
.main-nav > ul > li > a:hover::before {
    width: 101%;
}
.main-nav > ul > li {
    position: relative;
    white-space: nowrap;
    float: left;
    padding: 6px 5px;
}
.main-nav a {
    color: #1b1613;
    font-weight: 500;
    position: relative;
    display: inline-block;
    font-size: 16px;
    padding: 2px 10px;
}
.hm-abt-dtl h4,
.mobile-nav a,
.prod-grades-head h2,
.product_box_title,
.step_count {
    text-transform: uppercase;
}
.main-nav .active > a,
.main-nav a:hover,
.main-nav li:hover > a {
    color: #b41d22;
    text-decoration: none;
}
.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgb(0 0 0 / 10%);
    border: none;
    border-top: 3px solid #efefef;
    border-radius: 6px 6px 0 0;
}
.mainbtn:hover i,
.mobile-nav .drop-down li {
    padding-left: 20px;
}
.main-nav .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
.main-nav .drop-down li {
    min-width: 200px;
    position: relative;
}
.main-nav .drop-down ul li {
    border-bottom: 1px solid #f4f4f7;
    margin-top: 0;
}
.main-nav .drop-down .drop-down > a,
.mobile-nav .drop-down > a {
    padding-right: 35px;
}
.main-nav .drop-down ul li a {
    padding: 8px 10px;
    color: #464646;
    border-radius: 2px;
    font-weight: 600;
    transition: 0.2s linear;
    font-size: 14px;
    width: 100%;
}
.main-nav .drop-down ul > .drop-down ul li a {
    padding: 0 10px;
    font-weight: 500;
    line-height: 28px;
}
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul li:hover > a {
    color: #fff;
    background-color: #b41d22;
}
.main-nav .drop-down > a:after {
    content: "\f141";
    font-family: FontAwesome;
    padding-left: 5px;
    font-size: 15px;
}
.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
    content: "\f141";
    position: absolute;
    right: 15px;
}
.mobile-nav {
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    transition: 0.4s;
}
.mobile-nav a {
    display: block;
    color: #464646;
    padding: 8px 20px;
    font-weight: 600;
    font-size: 13px;
    letter-spacing: 0.5px;
    position: relative;
    font-family: Montserrat;
}
.back_page_url ul li,
.back_page_url ul li:after,
.banner-dtl-text ul li,
.counter-outer h2,
.hm-abt-dtl a,
.hm-cleint-logo ul li,
.hm-cleint-logo ul li .h-ob-img img {
    display: inline-block;
}
.mobile-nav .active > a,
.mobile-nav a:hover,
.mobile-nav li:hover > a {
    color: #00a775;
    text-decoration: none;
}
.mobile-nav .drop-down > a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}
.mobile-nav .active.drop-down > a:after {
    content: "\f077";
}
.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}
.mobile-nav-toggle {
    position: absolute;
    right: 15px;
    top: 75px;
    z-index: 9998;
    border: 0;
    background: 0 0;
    font-size: 20px;
    transition: 0.4s;
    outline: 0;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}
.mobile-nav-toggle i {
    margin: 0;
    color: #b41d22;
}
.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(19, 39, 57, 0.8);
    overflow: hidden;
    display: none;
}
.banner,
.banner-dtl,
.banner-dtl-text,
.conting,
.gray-line,
.gray-lines,
.hm-abt {
    position: relative;
}
.mobile-nav-active {
    overflow: hidden;
}
.mobile-nav-active .mobile-nav {
    left: 0;
}
.hm-abt .shape1,
.logo-shadao {
    left: -20px;
    position: absolute;
}
.mobile-nav-active .mobile-nav-toggle i,
.primary_services_grid ul li:hover,
.primary_services_grid ul li:hover a,
.prod-btn:hover {
    color: #fff;
}
.banner {
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
    padding: 50px 0;
}
.banner-dtl img {
    width: 100%;
    position: absolute;
    top: -50px;
    left: 0;
    opacity: 0.7;
}
.banner-dtl-text {
    z-index: 1;
    margin-top: 40px;
}
.banner-dtl-text h1 {
    font-size: 35px;
    font-weight: 600;
    color: #2c63ac;
    padding-top: 15px;
    padding-bottom: 12px;
    line-height: 35px;
}
.banner-dtl-text h2 {
    font-size: 16px;
    font-weight: 600;
    color: #1b1613;
    padding-bottom: 5px;
    line-height: 35px;
}
.back_page_url ul li a,
.banner-dtl-text h2 a,
.contact-dtl ul li a {
    color: #000;
}
.banner-dtl-text ul,
.prod-componet .table-responsive {
    margin-top: 20px;
}
.banner-dtl-text ul li {
    background: #b41d22;
    border: 2px solid #b41d22;
    padding: 10px 20px;
    border-radius: 30px;
    margin-right: 5px;
    position: relative;
    transition: 0.5s;
}
.banner-dtl-text ul li:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.banner-dtl-text ul li:hover:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}
.gray-line:before,
.gray-lines:before {
    height: 65px;
    width: 1px;
    transform: rotate(20deg);
    position: absolute;
    content: "";
}
.banner-dtl-text ul li:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}
.banner-dtl-text ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
}
.banner-dtl-text ul li:nth-child(2) {
    background: #b41d2200;
    border: 2px solid #2c63ac;
}
.carousel-item img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.conting {
    margin-top: -48px;
}
.js-counters {
    box-shadow: 0 0 29.12px 2.88px rgb(0 0 0 / 15%);
    background: #fff;
    border-radius: 20px;
    padding: 20px 0;
}
.gray-line:before {
    top: 0;
    right: -10px;
    background-color: #e8e6e6;
}
.gray-lines:before {
    top: 5px;
    right: 0;
    background-color: #fff;
}
.counter-outer .counter-detail {
    margin-left: 80px;
}
.counter-outer h2 {
    font-size: 32px;
    font-weight: 700;
    color: #2c63ac;
}
.counter-outer .plus {
    font-size: 12px;
    font-weight: 500;
    color: #999;
}
.counter-outer p {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0;
    line-height: 1;
    color: #000;
    margin-top: 4px;
}
.counter-icon img {
    width: 70px;
    position: absolute;
    left: 0;
    top: 0;
}
.hm-abt {
    padding: 100px 0 80px;
}
.hm-abt .shape1 {
    background: url(../images/shape1.svg) no-repeat;
    width: 200px;
    height: 300px;
    top: 45%;
    opacity: 0.5;
}
.hm-abt .shape2 {
    background: url(../images/shape2.svg) no-repeat;
    position: absolute;
    width: 148px;
    height: 300px;
    right: -50px;
    top: 0;
    opacity: 0.5;
}
.logo-shadao {
    bottom: 0;
    z-index: -1;
    opacity: 0.7;
}
.hm-abt-dtl {
    padding-top: 15px;
}
.hm-abt-dtl h4 {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.8px;
    color: #cb1f24;
    padding-bottom: 10px;
}
.hm-abt-dtl h3 {
    font-size: 26px;
    font-weight: 600;
    color: #1b1613;
    padding-bottom: 12px;
    line-height: 35px;
}
.hm-abt-dtl p {
    color: #5d5e6d;
    line-height: 27px;
    text-align: justify;
    font-size: 16px;
    padding-bottom: 7px;
}
.hm-abt-img img {
    width: 95%;
}
.hm-abt-vis-mis {
    margin-top: 20px;
    margin-bottom: 30px;
    position: relative;
}
.hm-abt-vis-mis img {
    position: absolute;
}
.hm-abt-vis-mis h4 {
    font-size: 22px;
    font-weight: 500;
    color: #1b1613;
    margin-bottom: 5px;
}
.hm-abt-vis-mis p {
    color: #5d5e6d;
    line-height: 22px;
    text-align: justify;
    font-size: 15px;
}
.flip-card-inner,
.found-head,
.hm-cleint-logo ul li > div,
.hm-industrie-head h2,
.hm-industrie-head p,
.hm-prod-head h2,
.prod-btn,
.prod-instry-dtl,
.step_count,
.type-fastner-dtl {
    text-align: center;
}
.mainbtn i,
.mainbtn2 i {
    line-height: 0;
    padding-left: 10px;
}
.hm-abt-vis-mis-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    background: #214294;
    border-radius: 50%;
    position: absolute;
    left: -85px;
    top: 20px;
    border: 3px solid #fff !important;
}
.hm-abt-vis-mis-icon2 {
    background: #cb1f24;
}
.hm-abt-vis-mis-icon img {
    width: 40px;
    position: relative;
    left: 11px;
    top: -5px;
}
.hm-abt-dtl a {
    text-decoration: none;
    position: relative;
    transition: 0.5s;
}
.mainbtn,
.mainbtn i {
    transition: 0.4s ease-in-out;
    color: #fff;
}
.mainbtn {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #214294;
    font-weight: 500;
    padding: 10px 20px;
    font-size: 15px;
    border: 1px solid #214294;
    margin-top: 15px;
    cursor: pointer;
}
.mainbtn:hover {
    background: #fff;
    color: #2c63ac;
}
.about-dtl h2 span,
.mainbtn:hover i,
.prod-grades-no:hover h5 {
    color: #cb1f24;
}
.hm-prod {
    background: #f5f5f5;
    padding: 70px 0 60px;
}
.hm-prod-head h2 {
    margin: 0 auto 60px;
    font-size: 36px;
    color: #1b1613;
    font-weight: 600;
    position: relative;
}
.hm-prod-head h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #b41d22;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.primary_services_grid_mbg {
    position: relative;
    margin: 50px 0;
}
.primary_services_grid_top .hm-prImg {
    object-fit: cover;
    position: absolute;
    top: -22%;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    right: 32px;
    border: 9px solid #fff;
    z-index: 9;
    transition: 0.5s ease-out;
}
.footer .readytostart,
.hm-prd-mr,
.mainbtn2,
.mainbtn2 i {
    transition: 0.4s ease-in-out;
}
.primary_services_grid h3::after,
.primary_services_grid h3::before,
.primary_services_grid::after {
    transition: 0.4s ease-in-out;
    position: absolute;
    content: "";
}
.primary_services_grid_mbg:hover .primary_services_grid_top .hm-prImg,
.product_box:hover img {
    scale: 1.1;
}
.psgi {
    width: 60px;
    right: 50%;
    position: absolute;
    top: 10%;
    z-index: 9;
    background: #146db6;
    padding: 8px;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 8px 15px rgb(0 0 0 / 28%);
    display: none;
}
.psg_blue {
    background: 0 0 / cover #2a3382;
}
.footer,
.primary_services_grid {
    background: #214294;
    position: relative;
}
.primary_services_grid {
    padding: 47px 20px 30px;
    border-radius: 4px;
    overflow: hidden;
    height: 100%;
}
.primary_services_grid_mbg:hover .primary_services_grid::after {
    right: -41px;
}
.primary_services_grid::after {
    background: url(../images/psgi_icon.png);
    width: 71%;
    height: 145%;
    top: -42px;
    left: auto;
    right: -121px;
    opacity: 0.2;
}
.primary_services_grid h3 {
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.5px;
    margin-bottom: 4px;
}
.footer .ftr-box .ftrlist li:hover a,
.footer a,
.mainbtn2 i {
    color: #b41d22;
}
.primary_services_grid h3::before {
    background-color: #9297bb;
    width: 17%;
    height: 1px;
    top: 16%;
    left: 15%;
    opacity: 0.4;
}
.primary_services_grid h3::after {
    background-color: #9297bb;
    width: 17%;
    height: 1px;
    top: 14%;
    left: 12%;
    opacity: 0.4;
}
.primary_services_grid_mbg:hover .primary_services_grid h3::before {
    left: 11%;
}
.primary_services_grid_mbg:hover .primary_services_grid h3::after {
    left: 16%;
}
.primary_services_grid ul li {
    list-style-type: square;
    list-style-position: inside;
    color: #ffffffc7;
    padding: 2px 0;
}
.primary_services_grid ul li a {
    color: #ffffffc7;
    font-size: 13px;
}
.footer .ftr-box .ftrlist li,
.ftr-office ul li,
.ftr-office ul li a {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.hm-prd-mr {
    display: block;
    text-decoration: underline;
    color: #d43623;
    margin-top: 5px;
    font-size: 16px;
    font-weight: 600;
}
.footer .readytostart,
.mainbtn2 {
    display: flex;
}
.hm-prd-mr:hover {
    color: #2289dd;
    text-decoration: underline;
}
.footer {
    width: 100%;
    padding-top: 0;
}
.footer::before {
    content: "";
    position: absolute;
    width: 130px;
    height: 165px;
    bottom: 0;
    left: 0;
    background: url(../images/ftr-box.svg) no-repeat;
}
.col {
    flex: 1 0 0%;
}
.footer .readytostart {
    border-radius: 0 0 0 20px;
    -webkit-border-radius: 0px 0px 0px 20px;
    -moz-border-radius: 0 0 0 20px;
    -ms-border-radius: 0px 0px 0px 20px;
    -o-border-radius: 0 0 0 20px;
    background: linear-gradient(256.76deg, #214294 0.66%, #b41d22 90.48%);
    padding: 40px 30px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    transform: translateY(-30px);
}
.footer .readytostart h3 {
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 25px;
}
.footer .readytostart .mainbtn2 {
    background: #fff;
    color: #1b1613;
    font-weight: 500;
    cursor: pointer;
}
.mainbtn2 {
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
}
.footer .ftr-box {
    border-radius: 20px 0 0;
    -webkit-border-radius: 20px 0px 0px 0px;
    -moz-border-radius: 20px 0 0;
    -ms-border-radius: 20px 0px 0px 0px;
    -o-border-radius: 20px 0 0;
    background: #fff;
    padding: 60px 30px;
    position: relative;
}
.footer .ftr-box h4 {
    color: #1b1613;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    margin-bottom: 10px;
    margin-top: 15px;
}
.footer .ftr-box h4::after {
    position: absolute;
    left: 0;
    content: "";
    width: 50px;
    height: 1px;
    top: -8px;
    background: #b41d22;
}
.footer .ftr-box .ftrlist {
    padding-left: 0;
    padding-bottom: 20px;
}
.footer .ftr-box .ftrlist li {
    list-style: none;
    margin-left: 0;
    position: relative;
    padding: 3px 0;
}
.footer .ftr-box .ftrlist li a {
    color: #5d5e6d;
    position: relative;
}
.footer .ftr-box .ftrlist li a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: 100%;
    left: 0;
    background: #b41d22;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: right;
    z-index: 9;
}
.ftr-logo {
    width: 150px;
    margin: 0 auto;
    display: table;
}
.ftr-office ul li {
    color: #5d5e6d;
    padding-left: 30px;
    margin: 0 0 5px;
    position: relative;
}
.ftr-office ul li img {
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
}
.ftr-office ul li a {
    color: #5d5e6d;
    line-height: 30px;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -ms-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
.product_box,
.product_box_img img {
    transition: 0.5s ease-out;
}
.wrap {
    position: relative;
    height: 500px;
    margin-bottom: 200px;
}
.wrap::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #214294c9;
}
.video-bg {
    position: relative;
    height: 100%;
    background: #000;
    overflow: hidden;
}
.video-bg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}
.video-bg iframe {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 60vw;
}
.ind-content {
    position: relative;
    margin-top: -400px;
    z-index: 1;
}
.hm-industrie-head h2 {
    margin: 0 auto;
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    position: relative;
}
.hm-industrie-head h2::before {
    content: "";
    position: absolute;
    width: 50px;
    height: 1px;
    background: #b41d22;
    bottom: -7px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.hm-industrie-head p {
    color: #fff8;
    padding-top: 15px;
}
.hm-cleint-dtl h2,
.product_box_title {
    color: #1b1613;
    position: relative;
    font-weight: 600;
}
.industrie-slider .item {
    padding-top: 70px;
    padding-bottom: 80px;
}
.product_box {
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    padding: 0.5rem;
    border-radius: 25px;
    height: 100%;
    background: #fff;
}
.product_box:hover {
    transform: translateY(-8px);
    box-shadow: rgb(50 50 93 / 25%) 0 50px 100px -20px, rgb(0 0 0 / 30%) 0 30px 60px -30px;
}
.product_box_img {
    border-radius: 25px;
    overflow: hidden;
}
.product_box_title {
    margin: 1rem 1rem 0.5rem;
    padding: 0.1rem 0.5rem 0 1rem;
    font-size: 16px;
    line-height: 1.5rem;
}
.product_box_title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 4px;
    background: #2e568e;
}
.hm-cleint {
    padding-top: 80px;
    padding-bottom: 120px;
    background: #f5f5f5;
}
.hm-cleint-dtl h2 {
    font-size: 36px;
    padding-bottom: 10px;
}
.hm-cleint-dtl p {
    color: #5d5e6d;
    line-height: 27px;
    font-size: 16px;
    padding-bottom: 7px;
    position: relative;
    padding-left: 20px;
}
.hm-cleint-dtl p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 1px;
    height: 60px;
    background: #b41d22;
}
.hm-cleint-logo ul {
    font-size: 0;
}
.hm-cleint-logo ul li {
    width: 25%;
    vertical-align: top;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    transition: 0.7s;
}
.hm-cleint-logo ul li:hover {
    background: #fff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-box-shadow: 10px 10px 5px 0 rgb(0 0 0 / 6%);
    -moz-box-shadow: 10px 10px 5px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 10px 10px 5px 0 rgb(0 0 0 / 6%);
    -webkit-transform: translate(-10px, -10px);
    transform: translate(-10px, -10px);
    border: none;
}
.hm-cleint-logo ul li > div {
    margin: 15px 0;
    padding: 0 10px;
}
.hm-cleint-logo ul li h5 {
    font-size: 16px;
    color: #333;
    font-weight: 400;
}
.prod-section-descp ul li strong,
.steps_wrp h4 {
    color: #1b1613;
}
.hm-cleint-logo ul li:nth-child(5),
.hm-cleint-logo ul li:nth-child(6),
.hm-cleint-logo ul li:nth-child(7),
.hm-cleint-logo ul li:nth-child(8) {
    border-bottom: none;
}
.prod-section-th table tbody tr th{
        background: #2e568e;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.hm-trusted {
    padding: 50px 0 90px;
    position: relative;
}
.steps_wrp .steps_gradient {
    background: #262262 !important;
    border-radius: 33px;
    padding: 2px;
    height: 100%;
}
.steps_wrp:hover .steps_gradient {
    background: #b41d22 !important;
    transition: 0.7s !important;
}
.steps_wrp:hover .link:before {
    box-shadow: inset -0.15em 0.15em 0 0 #b41d22 !important;
    transition: 0.7s !important;
}
.steps_wrp:hover .link_wrp .link:after {
    background-color: #b41d22;
    transition: 0.7s !important;
}
.steps_inner {
    background: #fff;
    border-radius: 30px;
    position: relative;
    padding: 20px;
    font-size: 14px;
    height: 100%;
    display: flex;
    align-content: center;
    align-content: center;
    flex-wrap: wrap;
}
.link_wrp,
.link_wrp .link {
    position: absolute;
    background: #fff;
}
.step_count {
    background: linear-gradient(180deg, #b41d22 0, #262262 100%);
    position: absolute;
    right: -30px;
    top: -40px;
    width: 90px;
    height: 90px;
    line-height: 15px;
    font-size: 10px;
    border-radius: 50%;
    border: 10px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99;
}
.step_count img {
    width: 50px;
}
.link_wrp {
    right: -3px;
    width: 5px;
    top: 30px;
    z-index: 1;
    height: 30%;
}
.link_wrp .link {
    bottom: -25px;
    right: -44px;
    display: block;
    width: 16px;
    height: 30px;
    padding: 24px 19px;
}
.back_page_line::before,
.prod-grades-no:after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
}
.steps_wrp .link:before {
    content: "";
    display: block;
    position: absolute;
    box-shadow: inset -0.15em 0.15em 0 0 #262262 !important;
    top: 50%;
    right: 8px;
    width: 20px;
    height: 20px;
    transform-origin: 50% 50%;
    transform: translate(0, -50%) rotate(45deg);
}
.link_wrp .link:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 7px;
    width: 40px;
    height: 2px;
    background-color: #262262;
    transform: translate(0, -50%);
}
.steps_wrp h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
}
.prod-section-descp p,
.prod-section-descp ul li,
.steps_wrp p {
    color: #5d5e6d;
    line-height: 27px;
    font-size: 16px;
    padding-bottom: 7px;
}
.back_page {
    padding: 80px 0;
    background: linear-gradient(to right, rgb(24 7 7 / 78%), rgb(25 91 141 / 65%)) 0 0 / cover, url(../images/header-img.jpg) 0 0 / cover;
    color: #fff;
}
.back_page_line {
    padding-left: 1rem !important;
    position: relative !important;
    margin-left: 20px;
}
.back_page_line::before {
    left: 0;
    width: 5px;
    background: #fff;
    border-radius: 50px;
}
.back_page h1 {
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
}
.back_page h2 {
    font-size: 2.5rem;
    font-weight: 500;
    position: relative;
}
.back_page_link {
    border-bottom: 1px solid #e9e9e9;
    padding: 10px 0;
}
.back_page_url ul li {
    padding-right: 35px;
    position: relative;
    font-size: 0.9rem;
}
.back_page_url ul li a:hover {
    color: #2286c5;
}
.back_page_url ul li:after {
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-top: 5px solid transparent;
    content: "";
    position: absolute;
    right: 14px;
    top: 7px;
}
.back_page_url ul li:before {
    border-bottom: 6px solid transparent;
    border-left: 6px solid rgba(0, 0, 0, 0.2);
    border-top: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
    right: 12px;
    top: 6px;
}
.back_page_url ul li:last-child {
    color: #707070;
}
.about-quality,
.prod-section {
    padding: 60px 0;
    background: #f5f5f5;
}
.prod-section-main {
    background: #fff;
    padding: 30px;
    border: 1px solid #ddd;
}
.prod-section-descp h3,
.prod-uns-head h2, .prod-section-descp h1, .prod-section-descp h2 {
    font-size: 24px;
    font-weight: 600;
    color: #cb1f24;
    padding-bottom: 12px;
    line-height: 35px;
}
.prod-section-descp h4{
	font-weight: 500;
    color: #000;
    margin-top: 15px;
    margin-bottom: 15px;
}
.prod-componet-dtl h4,
.prod-section-descp h5 {
    font-weight: 600;
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    line-height: 28px;
}
.prod-sem-wel {
    padding: 60px 0 90px;
}
.industries .col-6,
.industries .col-md-3,
.prod-grades-gap .col-md-3,
.prod-sem-well .col-md-4 {
    margin: 15px 0;
}
.prod-grades-gap h5 {
    padding: 10px 0;
}
.prod-grades-gap table tbody tr td a,
.prod-tech-table table tbody tr td a {
    color: #5d5e6d !important;
}
.prod-grades {
    padding-top: 60px;
    padding-bottom: 30px;
}
.prod-grades-head h2 {
    background: #f5f5f5;
    border-left: 4px solid #2e568e;
    padding: 18px 20px;
    margin-bottom: 40px;
    position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #000;
    box-shadow: 0 2px 5px 1px #00000030;
}
.prod-grades-noPad {
    padding: 20px !important;
}
.prod-grades-noPad span {
    padding-top: 0 !important;
}
.prod-grades-no {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    padding: 10px 20px;
    display: block;
    height: 100% !important;
    position: relative;
}
.prod-grades-no:after {
    background: #00000014;
    width: 1px;
    left: 50px;
}
.prod-sem-well .col-md-3 {
    margin-top: 15px;
    margin-bottom: 15px;
}
.prod-grades-no span {
    float: left;
    padding-right: 30px;
    position: relative;
    padding-top: 5px;
}
.prod-grades-no h5 {
    padding-left: 46px;
    font-size: 1.02rem;
    color: #000;
}
.prod-grades-no:hover span img {
    transform: scale(1.15);
    -o-transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
}
.prod-grade-diameter {
    padding: 30px 0;
}
.prod-section-img {
    position: sticky;
    top: 65px;
}
.prod-section-img img {
    padding: 5px;
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    background: #fff;
}
.prod-btn {
    display: block;
    background: #2e568e;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    margin-top: 20px;
    font-weight: 500;
}
.prod-componet {
    padding: 80px 0 40px !important;
    background-color: #fff !important;
}
.prod-componet-dtl h5 {
    font-weight: 700;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 28px;
}
.prod-componet-dtl p {
    color: #5d5e6d;
    line-height: 27px;
    font-size: 15px;
    padding-bottom: 7px;
}
.about-dtl ul li,
.prod-componet-dtl .bullet li {
    position: relative;
    padding-left: 20px;
    color: #5d5e6d;
    padding-top: 5px;
    font-size: 15px;
}
.prod-css p,
.prod-css ul li {
    padding: 2px 0;
    font-size: 16px;
}
.about-dtl ul li span,
.about-quality-dtl ul li span,
.prod-componet-dtl .bullet li span {
    position: absolute;
    left: 0;
    color: #214294;
    font-weight: 600;
}
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 300px;
    perspective: 1000px;
}
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}
.flip-card-back,
.flip-card:focus .flip-card-inner,
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-back,
.flip-card-front {
    background: linear-gradient(256.76deg, #214294 0.66%, #b41d22 90.48%);
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
}
.flip-card-front {
    color: #000;
    z-index: 2;
    justify-content: center;
    align-items: center;
}
.flip-card-back {
    color: #fff;
    z-index: 1;
    justify-content: center;
    align-items: center;
}
.flip-card-detail {
    padding: 15px;
    color: #fff;
}
.flip-card-detail h3 {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}
.flip-card-detail p {
    color: #fff;
    line-height: 26px;
    font-size: 16px;
    letter-spacing: 0.2px;
}
.faq-section .mb-0 > a {
    display: block;
    position: relative;
    color: #214294;
}
.faq-section .mb-0 > a:after {
    content: "\f067";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    font-weight: 600;
    color: #2f66a5;
    font-size: 16px;
    top: 2px;
}
.faq-section .mb-0 > a[aria-expanded="true"]:after {
    content: "\f068";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    color: #2f66a5;
}
.faq-section h5 {
    font-size: 1.1rem;
}
.prod-item {
    padding: 15px 20px;
    border: 2px solid #000;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    box-shadow: 0 2px 5px 1px #00000030;
    margin: 15px 0;
}
.prod-css {
    margin-top: 15px;
}
.prod-css p {
    visibility: visible !important;
}
.prod-country,
.prod-instry,
.prod-tech {
    padding-top: 30px;
    padding-bottom: 30px;
}
.prod-tech-table {
    background: #e9e9e9;
    padding: 30px 15px;
}
.prod-tech-table .nav-pills .nav-link.active {
    color: #fff !important;
    background: linear-gradient(256.76deg, #214294 0.66%, #b41d22 90.48%) !important;
}
.prod-tech-table .nav-pills .nav-link {
    border-radius: 1rem 1rem 0 0;
    font-size: 18px;
    text-align: center;
    background: #fff;
    color: #000;
    margin: 0 2px;
    font-weight: 500;
}
.prod-tech-table .nav-pills .nav-link span {
    display: block;
}
.prod-tech-table .nav-pills {
    border-bottom: 4px solid #fff;
}
.prod-section-descp table thead,
.prod-tech-table table thead {
    background: #2e568e;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.2px;
}
.prod-instry-dtl {
    background: #f5f5f5;
    padding: 5px;
    margin: 5px 0;
    border-radius: 5px;
}
.about,
.prod-sem-wel0,
.type-fastner {
    padding: 60px 0;
}
.prod-instry-dtl h5 {
    font-size: 13px;
    padding: 5px 0 0;
}
.prod-country-list label {
    font-weight: 700;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #000;
}
.prod-country-list ul li {
    padding: 4px 0;
    font-size: 16px;
}
.type-fastner-dtl {
    margin: 15px 0;
}
.type-fastner-dtl img {
    border: 1px solid #dee2e6;
    padding: 0 15px;
}
.carrier_form .form-group input,
.carrier_form .form-group textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 500;
    border-radius: 2px;
    border-color: #c9c9c9;
    border-width: 1px 1px 4px;
    border-style: solid;
    font-size: 14px;
}
.type-fastner-dtl span {
    display: block;
    padding-top: 5px;
    color: #5d5e6d;
    line-height: 22px;
    font-weight: 500;
}
.about {
    background-image: url(../images/section1-bg.jpg);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.about-dtl h2,
.about-quality-dtl h4 {
    font-size: 30px;
    color: #1b1613;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.about-dtl p,
.prod-tech-dtl p {
    color: #5d5e6d;
    line-height: 25px;
    text-align: justify;
    font-size: 15px;
    padding-bottom: 7px;
}
.about-dtl ul {
    padding-bottom: 10px;
}
.about-principles {
    padding: 60px 0 80px;
}
.about-quality-dtl ul li {
    position: relative;
    padding-left: 20px;
    color: #5d5e6d;
    padding-top: 10px;
    font-size: 15px;
}
.contact {
    padding: 60px 0 90px;
    position: relative;
}
.contact:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 80%;
    background: url(../images/cont-bg.jpg) 0 0 / cover no-repeat;
    z-index: -2;
}
.cont-head h2 {
    font-size: 32px;
    font-weight: 600;
    color: #255ba3;
    padding-top: 15px;
    padding-bottom: 20px;
    line-height: 35px;
}
.contact-dtl ul li {
    position: relative;
    padding: 25px 0 0 50px;
    color: #000;
    line-height: 27px;
    text-align: justify;
    font-size: 16px;
}
.contact-dtl ul li img {
    position: absolute;
    top: 20px;
    left: 0;
    width: 35px;
}
.contact-form {
    padding: 40px 30px;
    background: #fff;
    box-shadow: 1px 1px 18px -6px rgb(0 0 0 / 25%);
    border-radius: 8px;
    position: relative;
}
.cont-prod img {
    position: absolute;
    bottom: 0;
    right: 98%;
    width: 50%;
    z-index: -1;
}
.carrier_form span {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    color: #1e1e1e;
}
.carrier_form h4 {
    font-size: 22px;
    color: #b41d22;
    letter-spacing: 0.2px;
    font-weight: 600;
    padding-bottom: 30px;
}
.carrier_form .form-group {
    margin-bottom: 20px;
}
.carrier_form .form-group input {
    color: #000;
    background: #fff;
}
.carrier_form .form-group textarea {
    color: #000;
    height: 100px;
    background: #fff;
}
.butn-bg0 {
    font-size: 14px;
    padding: 10px 30px;
    background: #323439;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: 600;
    letter-spacing: 0.5px;
    border: 2px solid #fff;
    margin: 0 auto;
    display: table;
}
.map {
    position: relative;
    margin-top: -130px;
}
.found-page,
.industries {
    padding: 80px 0;
}
.prod-tech-pd {
    padding-bottom: 90px;
}
.prod-tech-pd .prod-tech-table {
    padding: 15px;
}
.prod-tech-dtl {
    padding-top: 60px;
}
.found-head h2 {
    font-size: 70px;
    padding-bottom: 10px;
    color: #3a388b;
}
.found-head p {
    font-size: 18px;
    padding-bottom: 30px;
    color: #777;
    font-weight: 500;
}
.found-head a {
    background: #b41d22;
    color: #fff;
    border-radius: 30px;
    padding: 10px 20px;
}
.found-head a:hover {
    background: #333;
}
.found-head img {
    margin-bottom: 30px;
}
/**/

.prod-section-table{
	margin-top: 30px;
}
.product_box0 {
    box-shadow: rgb(0 0 0 / 24%) 0 3px 8px;
    padding: 0.5rem;
    /*border-radius: 25px;*/
    height: 100%;
    transition: all .5s ease-out;
    background: #fff;
    position: relative;
    z-index: 1;
}
.product_box0:hover {
    transform: translateY(-8px);
    box-shadow: rgb(50 50 93 / 25%) 0 50px 100px -20px, rgb(0 0 0 / 30%) 0 30px 60px -30px;
    background: #2e568e;
}

.product_box_img0 {
    /*border-radius: 25px;*/
    overflow: hidden;
    /*background-color: #000;*/
    /*border: 2px solid #6e73971f;*/
}
.product_box_img0 img {
    transition: all .5s ease-out;
    opacity: 1;
}
.product_box0:hover img {
    scale: 1.1;
}
.product_box_title0 {
    color: #1b1613;
    font-weight: 500;
    position: relative;
    margin: 0.5rem;
    margin-bottom: 0px;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.5rem;
    text-align: center;
}
.product_box0:hover .product_box_title0{
    color: #fff;
}
.mb80{
	margin-bottom: 80px;
}
.product_box_space{
	margin: 15px 0;
	display: block;
}
/*-------------------------*/
.btm-watsap {
    position: fixed;
    bottom: 15px;
    right: 5px;
    z-index: 99;
}
/*-------------------------*
/*-------------------------*/

.blog{
    padding: 80px 0;
}
.blog-section {
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    position: relative;
    margin-bottom: 30px;
}
.blog-section img {
    border-radius: 5px 5px 0 0;
}
.blog-section-pad {
    padding: 15px;
}
.blog-section-pad h6 {
    font-size: 13px;
    margin-bottom: 10px;
    color: #9ca0a5;
    border-bottom: 1px solid #f0f2f5;
    padding-bottom: 20px;
}
.blog-section-pad h6 b {
    font-weight: 600;
    color: #000;
}
.blog-section h2 {
    font-size: 16px;
    padding-bottom: 15px;
    line-height: 22px;
}
.blog-section h2 a {
    color: #212529;
}
.blog-section p {
    padding-bottom: 15px;
    font-size: 14px;
    line-height: 25px;
}
.BtnBlue {
    background: linear-gradient(256.76deg, #214294 0.66%, #b41d22 90.48%);
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 500;
    transition: .5s ease-out !important;
    color: #fff;
    border: 1px solid transparent;
    width: 100%;
}
.BtnBlue:hover {
    border: 1px solid #b41d22 !important;
    color: #b41d22 !important;
    background: #fff !important
}


.blog{
    padding: 80px 0;
}
.blog-head h3{
    text-align: center;
    text-transform: uppercase;
    color: #f40403;
    margin-bottom: 35px
}
.blog-dtl h2{
    text-align: left;
    color: #333;
    margin-bottom: 5px;
    font-size: 28px;
}
.blog-dtl2 h2{
    margin-top: 15px;
    margin-bottom: 0px;
    font-weight: 700;
}
.blog-dtl2 img{
    margin: 15px 0;
}
.blog-dtl2 h3{
    color: #214294;
     font-weight: 600;
    font-size: 24px;
    margin-top: 20px;
    padding-bottom: 5px;
}
.blog-dtl2 h4{
    color: #333;
    font-weight: 600;
    font-size: 20px;
    margin-top: 15px;
}
.blog-dtl span{
    color: #838383;
    padding:10px 5px 5px 0px;
    letter-spacing: 0.5px;
    display: block;
    word-spacing: 0.6px;
    font-size: 15px;
    font-weight: 400;
}
.blog-dtl p{
    color: #5d5e6d;
    padding-top: 10px;
    letter-spacing: 0.5px;
    word-spacing: 0.6px;
    font-size: 15px;
}
.blog-dtl p b{
    color: #333;
}
.blog-dtl ul li{
    color: #5d5e6d;
    padding: 5px 0px;
    padding-top: 10px;
    letter-spacing: 0.5px;
    word-spacing: 0.6px;
    font-size: 15px;
}
.blog-dtl ul li b{
    color: #333;
}
.blog-dtl a{
    color: red;
    padding: 0 5px;
    padding-bottom: 10px;
    letter-spacing: 0.5px;
    word-spacing: 0.6px;
    font-size: 15px;
    font-weight: 400;
}
.blog-sidebar-sticky{
    position: sticky;
    top: 30px;
}
.blog-sidebar h2{
    color:red;
    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    font-weight: 300;
}

.prod-cont-section {
    background-color: #F5F6F7;
    padding: 20px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: 30px;
}
.prod-cont-section p {
    font-style: italic;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 24px;
}
.prod-cont-section .cont-button {
    display: block;
    background: linear-gradient(256.76deg, #214294 0.66%, #b41d22 90.48%);
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    border-radius: 25px;
    border: 1px solid transparent;
}
.prod-cont-section .cont-button:hover{
    border: 1px solid #b41d22 !important;
    color: #b41d22 !important;
    background: #fff !important;
}
.prod-cont-section a {
    color: #f40403;
    font-size: 17px;
}


.recent-blog-section {
    display: flex;
    border-bottom: 1px solid #2e568e14;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.recent-blog-section img {
    width: 180px;
    border-radius: 5px;
}
.recent-blog-dtl {
    margin-left: 20px;
}
.recent-blog-dtl a {
    color: #214294;
    font-weight: 500;
    line-height: 18px;
}
.blog-dtl ul {
    padding-bottom: 10px;
}
.blog-dtl ul li {
    position: relative;
    padding-left: 20px;
    color: #5d5e6d;
    padding-top: 5px;
    font-size: 15px;
}
.blog-dtl ul li span {
    position: absolute;
    padding: 0px;
    left: 0;
    color: #214294;
    font-weight: 600;
}


.faq{
	margin-bottom: 80px;
}
.faq-dtl h5{
	margin-bottom: 0px;
}
.faq-dtl h4{
	font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
    color: #2c3338;
}
.faq-dtl #accordion{
	margin-top: 30px;
}
.faq-dtl h5{
	color: #0072b5;
	font-size: 18px;
	font-weight: 500;
}
.faq-dtl .card{
	margin-bottom: 10px;
}
.faq-dtl .card-block{
	padding: 15px 15px;
}
.faq-dtl .card-block p{
	font-size: 15px;
    font-weight: 400;
    line-height: 27px;
    color: #5b5b5b;
    text-align: justify;
}
.prod-table h4{
	font-size: 22px;
    font-weight: 700;
    padding-top: 20px;
    color: #2c3338;
}
.prod-spfcn p{
	color: #5d5e6d;
    line-height: 27px;
    font-size: 16px;
    padding-bottom: 7px;
}
.prod-spfcn ul li{
	color: #5d5e6d;
    line-height: 27px;
    font-size: 16px;
    padding-bottom: 7px;
	list-style:disc;
	list-style-position:inside;
}
.prod-spfcn ul li b{
    color: #1b1613;
}
.prod-spfcn h3{
	margin-top: 30px;
    margin-bottom: 10px;
    color: #000;
    font-weight: 600;
    font-size: 20px;
}
.prod-spfcn ul li strong{
    font-weight: 600;
}
.prod-grades-head-spfcn h2{
	margin-bottom: 10px;
}

/** Form Start **/
.quickcontact input[type=text], [type=email], [type=number], select {
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0.25px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
    border: 1.5px solid #333333;
}
.quickcontact input[type=submit] {
    width:100%;
    max-width:100%;
    background:linear-gradient(180deg, #b41d22 0, #262262 100%);
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
    font-size:17px;
    padding:7px;
    border:none;
    border-radius:0px;
    cursor:pointer;
    margin-top:10px;
}
.quickcontact input[type=submit]:hover {
    background-color:#b41d22;
    color:#fff;
    max-width:100%;
}
.quickcontact textarea{
    display: block;
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    letter-spacing: 0.25px;
    border-radius: 5px;
    background: #fff;
    margin-top: 10px;
    border: 1.5px solid #333333;
}
.btn-1 {
    background-color:#214294;
    color:#fff;
    font-weight:600;
    letter-spacing:1px;
    font-size:17px;
    padding:7px;
    border:none;
    cursor:pointer;
    display: block;
    text-align: center;
}
.quickcontact {
    right:0px;
    bottom:0px;
    max-width:100%;
    overflow-x: hidden;
    display:none;
    /* background-color: #f2f2f2; */
}
.max {
    border: #b41d22 thick solid;
    position: fixed;
    width: 225px;
    left: 10px;
    bottom: 10px;
    max-width: 100%;
    background-color: #fff;
    padding: 5px;
    margin: 1px;
    z-index: 9999;
}

/** Form End **/

/*Import-Division*/
.import{
    padding-top: 80px;
}
.import-dtl h1{
    font-size: 24px;
    font-weight: 600;
    color: #cb1f24;
    padding-bottom: 12px;
    line-height: 35px;
}
.import-dtl p{
    color: #5d5e6d;
    line-height: 25px;
    text-align: justify;
    font-size: 15px;
    padding-bottom: 7px;
}
.import-dtl h3{
    font-size: 22px;
    color: #1b1613;
    font-weight: 600;
    position: relative;
    padding-top: 20px;
    padding-bottom: 10px;
}
.import-dtl ul li {
    position: relative;
    padding-left: 20px;
    color: #5d5e6d;
    padding-top: 10px;
    font-size: 15px;
}
.import-dtl ul li span {
    position: absolute;
    left: 0;
    color: #214294;
    font-weight: 600;
}
.import-buy-head h4{
    font-size: 18px;
    line-height: 28px;
    color: #1b1613;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}
.import-buy-img{
    padding: 10px 0;
}
.import-buy-img img{
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
    background: #fff;
    padding: 5px;
}
.import-buy-img span{
    text-align: center;
    display: block;
    padding-top: 5px;
}
.import-table{
    margin-bottom: 100px;
    margin-top: 80px;
}
.header_ctlg_dtl .call_tp{
	padding-left:15px;
	margin-left: 0px;
}
/*Import-Division End*/

