/** 
 * [ CUSTOM CSS ]
 * Created Date: 10-03-2025
 */

.header-style-1 .search-contact .contact p {
    padding-top: 15px;
}

.header-style-2 .search-contact .contact h5 {
    /* padding-bottom: 5px; */
    font-size: 1rem;
}

.header-style-2 .mobile-number ul li,
.header-style-2 .address ul li,
.header-style-2 .social-icons ui li {
    float: left;
    color: #fff;
    font-size: 15px;
    font-size: 0.9375rem;
}

.header-style-2 .mobile-number i,
.header-style-2 .address i {
    display: inline-block;
    padding-right: 3px;
    color: #fd5f17;
    vertical-align: middle;
}

.section-title h2 {
    color: #fd5f17;
}


/* -------------------------------------------------------------------------- */
/*                                certification                               */
/* -------------------------------------------------------------------------- */

.certification-section {
    padding-bottom: 45px;
    padding-top: 45px;
}

@media (max-width: 991px) {
    .certification-section {
        padding-bottom: 25px;
    }
}

@media (max-width: 767px) {
    .certification-section {
        padding-bottom: 15px;
    }
}

.certification-section .grids {
    margin: 0 -15px;
}

@media (max-width: 767px) {
    .certification-section .grids {
        margin: 0 -7.5px;
    }
}

.certification-section .grids .grid {
    width: calc(25% - 30px);
    float: left;
    margin: 0 15px 50px;
    text-align: center;
}

@media (max-width: 991px) {
    .certification-section .grids .grid {
        width: calc(50% - 30px);
    }
}

@media (max-width: 767px) {
    .certification-section .grids .grid {
        width: calc(50% - 15px);
        margin: 0 7.5px 50px;
    }
}

@media (max-width: 500px) {
    .certification-section .grids .grid {
        width: calc(100% - 15px);
        float: none;
    }
}

.certification-section .grids ul {
    list-style: none;
    display: inline-block;
}

.certification-section .grids ul li {
    float: left;
}

.certification-section .grids ul>li+li {
    margin-left: 10px;
}

.certification-section .grids ul li a {
    background-color: #fd5f17;
    width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fff;
    border-radius: 3px;
}

.certification-section .grids ul li a:hover {
    background-color: #df4702;
}

.certification-section .grids .img-social {
    position: relative;
}

.certification-section .grids .social {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.certification-section .grids .grid:hover .social {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

.certification-section .grids .details {
    padding-top: 20px;
}

.certification-section .grids h3 {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin: 0 0 0.1em;
}

@media (max-width: 767px) {
    .certification-section .grids h3 {
        font-size: 16px;
        font-size: 1rem;
    }
}

.certification-section .grids h3+span {
    font-size: 13px;
    font-size: 0.8125rem;
    color: #fd5f17;
    font-weight: 600;
}

/* -------------------------------------------------------------------------- */
/*                                  about us                                  */
/* -------------------------------------------------------------------------- */

.about-us-section {
    background: transparent;
}

.about-us-section .img-holder img {
    height: 510px;
}

.service-single-section .why-choose-service .list div {
    width: 100%;
}

/* -------------------------------------------------------------------------- */
/*                                  Paddings                                  */
/* -------------------------------------------------------------------------- */

.pb-none {
    padding-bottom: 0px !important;
}

.pb-1 {
    padding-bottom: 1em !important;
}

/* -------------------------------------------------------------------------- */
/*                                   Margins                                  */
/* -------------------------------------------------------------------------- */

.mt-none {
    margin-top: 0px !important;
}

.mt-1 {
    margin-top: 1em !important;
}

.mb-none {
    margin-bottom: 0px !important;
}

/* -------------------------------------------------------------------------- */
/*                            Why Choose Us Section                           */
/* -------------------------------------------------------------------------- */

.why-choose-us-section .benefit .details {
    width: calc(100% - 10px);
    float: left;
    padding-right: 25px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .why-choose-us-section .benefit .details {
        width: 100%;
        float: none;
    }
}

.why-choose-us-section ul {
    margin-bottom: 30px;
}

.why-choose-us-section ul li {
    position: relative;
    padding-left: 45px;
    font-weight: 600;
}

.why-choose-us-section ul li span {
    background: #fd5f17;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: -3px;
    text-align: center;
}

.why-choose-us-section ul li .fi:before {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
}

.why-choose-us-section ul>li+li {
    margin-top: 15px;
}

/* -------------------------------------------------------------------------- */
/*                        Product Applications Section                        */
/* -------------------------------------------------------------------------- */

.product-applications-section ul li > span {
    font-size: 2rem;
    font-weight: 600;
}

.product-applications-section ul li > i {
    font-size: 1.5rem;
    padding-right: 10px;
}

/* -------------------------------------------------------------------------- */
/*                       Business Share Material Section                      */
/* -------------------------------------------------------------------------- */

.business-share-material-section table {
    border-collapse: collapse;
    width: 100%;;
}

.business-share-material-section th, td {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 10px;
    color: #fff;
    font-weight: 600;
}

.business-share-material-section th {
    color: #1a1a1a;
}

.business-share-material-section tr:nth-child(2) {
    background-color: #557dcb;
}
.business-share-material-section tr:nth-child(3) {
    background-color: #f47b2b;
}
.business-share-material-section tr:nth-child(4) {
    background-color: #37afad;
}
.business-share-material-section tr:nth-child(5) {
    background-color: #ffc61e;
}

/* -------------------------------------------------------------------------- */
/*                            Machine Shop Section                            */
/* -------------------------------------------------------------------------- */

.machine-shop-section .img-holder img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

/* -------------------------------------------------------------------------- */
/*                         Outsource Processes Section                        */
/* -------------------------------------------------------------------------- */

.outsource-processes-section ul li > span {
    font-size: 1rem;
}

.outsource-processes-section ul li > i {
    font-size: 0.8rem;
    margin-right: 5px;
}

/* -------------------------------------------------------------------------- */
/*                         Product Development Section                        */
/* -------------------------------------------------------------------------- */

.product-development-section .img-holder img {
    width: 100%;
    height: auto;
}

/* -------------------------------------------------------------------------- */
/*                              Services Section                              */
/* -------------------------------------------------------------------------- */

.services-section .benefit .details {
    width: calc(100% - 10px);
    float: left;
    padding-right: 25px;
    margin-top: 10px;
}

@media (max-width: 767px) {
    .services-section .benefit .details {
        width: 100%;
        float: none;
    }
}

.services-section ul {
    margin-bottom: 30px;
}

.services-section ul li {
    position: relative;
    padding-left: 35px;
    font-weight: bold;
    font-size: 1.3rem;
}

.services-section ul li span {
    font-size: 1.2rem;
    background: #fd5f17;
    width: 28px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 2px;
    text-align: center;
}

.services-section ul li .fi:before {
    font-size: 12px;
    font-size: 0.75rem;
    color: #fff;
}

.services-section ul>li+li {
    margin-top: 15px;
}

.services-section ul.sub-list {
    margin-top: 15px;
}

.services-section ul.sub-list li {
    font-size: 1rem;
    font-weight: normal;
    padding-left: 25px;
}

.services-section ul.sub-list li span {
    font-size: 0.8rem;
    font-weight: 600;
    background: #3f4a77;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    top: 0px;
    text-align: center;
}

/* -------------------------------------------------------------------------- */
/*                               Quality Section                              */
/* -------------------------------------------------------------------------- */

.quality-section table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 30px;
}

.quality-section th, td {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 10px;
    font-weight: 600;
    color: #1a1a1a;
}

.quality-section td {
    font-weight: normal;
}

/* -------------------------------------------------------------------------- */
/*                    Quality Assurance Equipments Section                    */
/* -------------------------------------------------------------------------- */

.quality-assurance-equipments-section ul li {
    margin-top: 5px;
}

.quality-assurance-equipments-section ul li > span {
    font-size: 1.2rem;
    font-weight: bold;
}

.quality-assurance-equipments-section ul li > i {
    font-size: 1rem;
    padding-right: 7px;
    color: #fd5f17;
}

.quality-assurance-equipments-section .img-holder {
    box-shadow: 4px 5px 10px 0px #8c8c8c;
}