* {margin: 0px;padding: 0px;outline: none;}

body {
    margin: 0 auto;
    padding: 0;
    background: #ffffff;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
img {max-width: 100%;}
button:focus {
    outline: 0px dotted;
    outline: 0px;
}
*:focus {outline: none;}
.c-bread .breadcrumb a {text-decoration: none;}

/* Start New Manufacturing Page css */
.gray_bg {
    padding: 60px 0;
    background: #f5f8f9;
}
.white_bg {
    padding: 60px 0;
    background: #ffffff;
}
.banner_blk {
    position: relative;
    margin-top: 60px;
}
.banner_blk img {
    width: 100%;
}
.banner_blk .banner_contant {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0px, -50%);
}
.heading_commons {
    font-size: 40px;
    font-weight: 800;
    font-family: Montserrat;
    padding-top: 15px;
    color: #000000;
    position: relative;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.heading_commons:after {
    content: "";
    position: absolute;
    width: 80px;
    height: 7px;
    top: 0px;
    left: 0;
    background: #00b2ff;
}
.hidden-video{
    display: none;
}
.banner_blk .banner_contant .heading_commons {
    color: #ffffff;
}
.banner_blk .banner_contant .heading_commons:after {
    background: #fff;
}
.banner_blk .banner_contant p {
    font-size: 22px;
    font-weight: bold;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0px;
    line-height: 30px;
    text-transform: uppercase;
}
.banner_blk .banner_carousel.owl-carousel .owl-item img{
    width:auto;
}
.banner_blk .banner_carousel.owl-carousel .owl-dots {
    position: absolute;
    width: auto;
    bottom: 15px;
    left: 9%;
}
.banner_blk .banner_carousel.owl-carousel button.owl-dot {
    background: transparent;
    border: 1px solid #ffffff;
    height: 12px;
    width: 12px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0 3px;
    opacity: 1;
    transition: opacity .6s ease;
    display: inline-block;
}
.banner_blk .banner_carousel.owl-carousel button.owl-dot.active {
    opacity: 1;
    background: #ffffff;
}
.text_common {
    color: #3a3a3a;
    font-weight: 500;
    font-family: 'Lato', sans-serif;
    margin: 0;
    font-size: 15px;
}
.stl_blk {
    background: #f7f7f7;
    margin-bottom: 50px;
    transition: all 0.5s;
    border-top: 2px solid #e0e0e0;
    border-bottom: 2px solid #e0e0e0;
}
.stl_blk:hover {
    box-shadow: 0px 2px 9px 0px #ccc;
    background: #f7f7f7;
    border-top: 2px solid #f7f7f7;
    border-bottom: 2px solid #f7f7f7;
}
.stl_blk .stl {
    padding: 20px 20px;
    display: flex;
    align-items: center;
}
.stl_blk .stl .stl_icon {
    padding-right: 20px;
}
.stl_blk .stl .stl_icon img {
    max-width: 60px;
}
.stl_blk .stl .stl_text {
    width: 80%;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 18px;
    color: #3a3a3a;
}
.stl_blk .stl .stl_btn {
   min-width: 115px;
    display: inline-block;
}
.stl_blk .stl .stl_btn a.know_more {
    padding: 5px 0px;
    font-size: 14px;
    font-weight: 700;
    font-family: Montserrat;
    color: #3a3a3a;
    text-decoration: none;
    text-align: left;
}
.know_more .c_arrow {
    margin-left: 4px;
    transition: all 0.5s;
    margin-top: -3px;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}
.overview_contants p, .overview_contant p {
    font-size: 15px;
    font-weight: 500;
    color: #3a3a3a;
    text-align: justify;
}
.fctp_services {
    display: flex;
    margin-top: 30px; 
}
.tools_mold_h1{
	font-size: 20px;
    font-weight: 600;
    font-family: 'Montserrat';
    margin-bottom: 15px;
}
.tools_mold_bullets ul li {
    list-style: none;
    padding-left: 30px;
    position: relative;
    font-size: 15px;
    margin-bottom: 8px;
}
.tools_mold_bullets ul li:before {
    position: absolute;
    content: "";
    left: 13px;
    top: 7px;
    width: 8px;
    height: 8px;
    background: #898989;
    border-radius: 10px;
    border: 2px solid #d5d5d5;
}
.tools_mold_bullets ul.bold_txt li {
    font-weight: 600;
}
.fctps_blog {
    width: 20%;
    padding: 20px 20px 20px 30px;
    position: relative;
    text-align: center;
}
.fctps_blog.fctps_bloglst {
    padding-right: 30px;
}
.fctps_blog:before {
    background: url(../images/fctp-services-bg.png) no-repeat;
    position: absolute;
    content: "";
    left: -50px;
    height: 100%;
    width: 90px;
    top: 0;
    bottom: 0;
    background-size: contain;
}
.fctps_bloglst:after {
    background: url(../images/fctp-services-bg2.png) no-repeat;
    position: absolute;
    content: "";
    right: -50px;
    height: 100%;
    width: 72px;
    top: 0;
    bottom: 0;
    background-size: cover;
}
.fctps_blog div img {
    position: relative;
    z-index: 1;
}
.fctps_blog h3 {
    position: relative;
    z-index: 1;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    min-height: 38px;
}
.fctps_blog p {
    position: relative;
    z-index: 1;
    font-size: 14px;
}

/* Manufacturing Capabilities */
.manufacturing_capabilities {
   position: relative;
    padding-bottom: 20px;
}
.manufacturing_capabilities a:hover{
    text-decoration: none;
}
.m_capabilities_box {
    overflow: hidden;
    margin-top: 25px;
}
.m_capabilities_box picture img {
    transition: all 0.5s;
}
.m_capabilities_box:hover picture img {
    transform: scale(1.1);
}
.m_capabilities_webimg {
    overflow: hidden;
}
.m_capabilities_box .c_arrow {
    margin-left: 0px;
    transition: 0.35s;
    position: relative;
    width: auto;
}
.m_capabilities_box:hover .c_arrow{
    margin-left: 5px;
}
.m_capabilities_service {
    margin-bottom: 40px;
}
.m_capabilities_service a:hover {
    text-decoration: none;
    cursor: pointer;
}
.m_capabilities_service .mw40 {
    max-width: 40%;
} 
.m_capabilities_service .mw20 {
    max-width: 20%;
}
.m_capabilities_contant h4 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    margin: 10px 0 20px;
    text-align: center;
}
.m_capabilities_contant h4 span{
    display: inline-block;
    margin: 10px 0;
    min-width: 29px;
}
.Caltes_heading{
    font-size: 34px;
    font-weight: 800;
    font-family: Montserrat;
    color: #000000;
    margin-bottom: 10px;
    text-align:center;
}
.certification_Blog {
    text-align: center;
    margin-top: 40px;
}
.certification_Blog span {
    display: block;
    font-size: 13px;
    color: #7c7c7c;
    font-family: Montserrat;
    margin-top: 10px;
}
.certification_Blog p {
    font-size: 14px;
    font-weight: 600;
    font-family: Montserrat;
    margin: 10px 0 0;
    color: #000000;
}
.certification_Blog p span {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    color: #000000;
    display: block;
}
.Heading_box {
    border-top: 1px solid #bbbbbb;
    border-left: 0;
    border-bottom: 0;
    overflow-y: hidden;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.heading_Contant {
    border-left: 1px solid #bbbbbb;
    border-bottom: 1px solid #bbbbbb;
    padding: 20px 10px;
    text-align: center;
    background: #ffffff;
    transition: all 0.3s;
    width: 25%;
    float: left;
    min-height: 140px;
}
.heading_Contant:nth-child(4), .heading_Contant:nth-child(8) {
    border-right: 1px solid #bbbbbb;
}
.heading_Contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    margin-bottom: 10px;
    transition: all 0.3s;
}
.heading_Contant:hover h4 {
    color: #00b2ff;
}
.heading_Contant:hover {
    box-shadow: 0px 4px 10px 0px rgba(55, 55, 55, 0.17);
    position: relative;
}
.heading_Contant p {
    font-family: 'Lato', sans-serif;
    color: #3a3a3a;
    font-weight: bold;
    font-size: 14px;
    margin: 0;
}
.ribbon_banner {
    text-align: center;
    position: relative;
    height: 50px;
}
.ribbon_banner picture {
    position: relative;
    z-index: 1;
}
.ribbon_banner:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border-top: 1px solid #0bf;
    top: 0;
    border-right: 1px solid #00b3ff;
    border-left: 1px solid #00b4ff;
    border-bottom: 1px solid #00b4ff;
    left: 0;
    right: 0;
    z-index: 0;
}
.ribbon_hdg {
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 800;
    font-family: Montserrat;
    z-index: 2;
}
.ribbon_contant {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 36px;
    background: #f7f7f7;
}
.ribbon_contant ul li {
    position: relative;
    padding-left: 15px;
    margin: 0 12px;
    display: inline-block;
    font-size: 15px;
    font-weight: bold;
    color: #000000;
}
.ribbon_contant ul li:after {
    position: absolute;
    content: "";
    background: #bcbcbc;
    width: 8px;
    height: 8px;
    border-radius: 20px;
    top: 8px;
    left: 0;
}
.odm_Devices_section {
    background: #000000;
    position: relative;
    padding: 30px 0;
}
.odm_Devices_section h2.heading_commons {
    margin-top: 40px;
}
.odm_Devices_section .heading_commons {
    color: #ffffff;
    display: inline-block;
}
.odm_Devices_section .text_common {
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 17px;
}
.odm_Devices_section p.text_common span {
    display: block;
}
.odm_devices_Box {
    margin: 40px 0;
    text-align: center;
}
.odm_devices_Box h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 15px 0 10px;
    color: #ffffff;
}
.odm_devices_Box p {
    font-size: 15px;
    color: #ffffff;
	margin: 0;
}
.btn_ev_chargers {
    float: right;
    min-width: 120px;
}
.btn_ev_chargers a.know_more {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

/* Start insights and blogs section css */
.solutions_box.ips_box {
    overflow-y: hidden;
    border-top: 1px solid #ccc;
    padding-bottom: 15px;
}
.solutions_box.ips_box .ipsbox_type {
    float: left;
    width: 33.33%;
    display: flex;
    align-items: center;
    padding: 25px 20px;
    background: #f7f7f7;
    transition: all 0.3s;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.solutions_box.ips_box .ipsbox_type:nth-child(1), .solutions_box.ips_box .ipsbox_type:nth-child(4){
    border-left: 1px solid #ccc;
}
.solutions_box.ips_box .ipsbox_type:hover {
    background: #fff;
    box-shadow: 0px 6px 16px -6px #6ea0ff;
    position: relative;
}
.solutions_box.ips_box .ipsbox_type h4 {
    font-size: 18px;
    font-weight: 800;
    font-family: Montserrat;
    color: #3a3a3a;
    min-height: 44px;
    margin-bottom: 0;
    margin-right: auto;
    align-items: center;
    display: flex;
}
.solutions_box.ips_box .ipsbox_type h4 span {
    display: block;
}
.solutions_box.ips_box .ipsbox_type p {
    margin: 0;
}
.insights_blog_services:after {
    content: "";
    display: table;
    clear: both;
}
.insights_blog_services {
    margin-top: 30px;
}
.insights_blog_services .insights_box {
    position: relative;
    float: left;
    width: 33.3%;
}
.insights_blog_services .insights_box picture img {
    width: 100%;
}
.insights_blog_services .insights_box:after {
    background: url(../images/gradientbg-img.png);
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-size: cover;
}
.insights_blog_services .insights_box .insights_contant {
    position: absolute;
    bottom: 20px;
    color: #fff;
    left: 20px;
    right: 20px;
    z-index: 1;
}
.insights_blog_services .insights_box .insights_contant h4 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 2px;
    min-height: 42px;
}
.insights_blog_services .insights_box .insights_contant span.card_date {
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
}
.insights_blog_services .insights_contant a.know_more {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    float: left;
}
.know_more .c_arrow {
    margin-left: 4px;
    transition: all 0.5s;
}
.know_more:hover img.c_arrow {
    margin-left: 8px;
}
.insights_blog_services .blog_tage {
    position: absolute;
    top: 6px;
    left: 0;
    z-index: 1;
    background: -moz-linear-gradient(left,  rgba(0,0,0,0.55) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(0,0,0,0.55) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}
.insights_blog_services .duble_blog .insights_box {
    height: 320px;
    overflow: hidden;
}
.insights_blog_services .blog_tage span {
    text-transform: capitalize;
    font-weight: bold;
    font-family: Montserrat;
    color: #8ccfee;
    padding: 3px 30px 3px 15px;
    font-size: 13px;
    display: block;
}
.offerings_blk {
    position: relative;
	background-size: cover;
}
.offerings_blk img.offering_img {
    min-height: 130px;
}
.offerings {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.offerings p {
    float: left;
    margin: 0;
    width: 80%;
    color: #ffffff;
    font-weight: 800;
    font-family: Montserrat;
    font-size: 24px;
}
.subscribe_btn {
    float: left;
    width: 20%;
    text-align: right;
}
.subscribe_btn a {
    color: #fff !important;
    border: 1px solid #ffffff;
    padding: 5px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
}
/* End New Manufacturing Page CSS */

.single-post-blk{
    align-items: center;
    background: #fff;
    box-shadow: 0 0 9px 2px #dfdfdf;
    padding: 15px 24px;
}
.right-post-blk img {
    border: 10px solid #ececec;
}
.single-post-blk h2 {
    font-size: 16px;
    font-weight: 800;
    font-family: Montserrat;
    min-height: 42px;
    border-bottom: 1px solid #c9c9c9;
    border-top: 1px solid #c9c9c9;
    margin-bottom: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-top: 30px;
}
.single-post-blk .know_more {
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    color: #000;
}
.single-post-blk .card_date {
    color: #888;
    font-size: 15px;
    font-weight: 800;
    font-family: Montserrat;
}
.right-post-blk {
    padding-left: 20px;
}
.insights_blog_services .right-post-blk .blog_tage{
    left: 45px;
}
.single-post-blk .row {
    align-items: center;
}
/* End New PCB Assembly Page CSS */

/* Virtual Tour Form CSS */
.virtualtour_section span {
    display: block;
    font-weight: 500;
    font-size: 21px;
    color: #292929;
}
section.virtualtour_section {
    background-image: url(../images/virtual-form-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: right center;
}
.virtualtour_form input, .virtualtour_form select {
    background-color: #fff;
    border: 1px solid #fff;
    color: #292929;
    padding: 10px;
    width: 100%;
    margin-bottom: 15px;
}
.virtualtour_form input:focus::placeholder {
    color: #b7b7b7;
}
.virtualtour_form input::placeholder {
    color: #292929;
}
.virtualtour_form button {
    background-color: #015fea;
    background-image: linear-gradient(90deg, #015fea, #00bff9);
    padding: 10px 25px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: rgb(30,87,153);
    background: -moz-linear-gradient(left, rgba(30,87,153,1) 0%, rgba(22,98,228,1) 0%, rgba(4,165,251,1) 100%);
    background: -webkit-linear-gradient(left, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    background: linear-gradient(to right, rgba(30,87,153,1) 0%,rgba(22,98,228,1) 0%,rgba(4,165,251,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#04a5fb',GradientType=1 );
    overflow: hidden;
    position: relative;
}
.virtualtour_form button:hover{
    color:#fff;
}
.virtualtour_form button:hover:after {
    left: 120%;
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.virtualtour_form button:after {
    background: #ffffff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: 0.4;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
    z-index: 1;
}
.virtualtour_section h2.heading_commons {
    padding-left: 25px;
    padding-top: 0;
    margin-bottom: 30px;
}
.virtualtour_section h2.heading_commons:after {
    height: 140px;
    width: 10px;
    top: 5px;
}
/* End Virtual Tour Form CSS */

.grid_template {
    display: grid;
    gap: 40px;
    grid-template-columns: repeat(7, 1fr);
    margin-top: 50px;
}
.videos_blog_list {
    text-align: center;
    position: relative;
}
.vblog_list_webbg {
    position: relative;
}
.webbg {
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
    max-width: 172px;
    max-height: 172px;
    transition: all .5s ease;
    border: 3px solid #f5f8f9;
    box-shadow: 0px 0px 8px 0px #f5f8f9;
}
.videos_blog_list:hover .webbg {
    border: 3px solid #00b2ff;
    box-shadow: 0px 0px 8px 0px #00b2ff;
}
.webbg img {
    width: 100%;
    transition: all .5s ease;
    transition-duration: 2s;
}
.videos_blog_list:hover .webbg img {
    transform: translateY(0%) scale(1.1);
}
.playIcon {
    position: absolute;
    bottom: -18px;
    left: 0;
    right: 0;
    width: 44px;
    height: 44px;
    margin: 0 auto;
    cursor: pointer;
}
.playIcon img {
    background-color: #00b2ff;
    border-radius: 50px;
    padding: 5px;
    box-shadow: 0px 2px 6px 0px #818181;
}
.videos_blog_list span {
    margin-top: 30px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    cursor: default;
}
.video-player .modal-dialog.modal-lg {
    width: 100%;
    max-width: 64%;
    margin: 1.75rem auto;
}
.video-player .modal-content .close {
    position: absolute;
    font-size: 30px;
    top: -20px;
    right: -20px;
    width: 42px;
    height: 42px;
    z-index: 1;
    border-radius: 50px;
    box-shadow: 0px 0px 4px #838383;
    padding-bottom: 2px;
}

/*======== Start Product Assembly Page css ========*/
.salient_Features_Section .heading_commons {
    margin-bottom: 30px;
}
.salient_Features_List.pcba_sfList h6 {
    font-size: 26px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    position: relative;
    margin: 20px 0;
}
ul.salient_Features_List {
    background: #3a3a3a;
    padding: 25px;
    margin-top: 0px;
    margin-right: 20px;
	margin-bottom: 0;
}
ul.salient_Features_List li {
    font-size: 20px;
    font-weight: 500;
    font-family: Montserrat;
    padding-top: 0;
    color: #ffffff;
    margin: 25px 0;
    padding-left: 25px;
    position: relative;
    list-style: none;
}
ul.salient_Features_List li:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 30px;
    background: #d1d1d1;
    border: 3px solid #656565;
    left: 0;
    top: 9px;
}
.salient_Features_carousel_webimg {
    padding-bottom: 0px;
}
.salient_Features_carousel_webimg .owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 1;
    transform: translate(0px, -50%);
}
.salient_Features_carousel_webimg .owl-carousel .owl-nav button.owl-prev, 
.salient_Features_carousel_webimg .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    width: 48px;
    height: 48px;
    border-radius: 100px;
    background: #ffffff;
    transition: all 0.3s;
    border: 2px solid #c6c6c6;
}
.salient_Features_carousel_webimg .owl-carousel button.owl-prev {
    transform: rotate(180deg);
    left: -24px;
}
.salient_Features_carousel_webimg .owl-carousel button.owl-next {
	right: -24px;
}
.salient_Features_carousel_webimg .owl-carousel button.owl-prev span, 
.salient_Features_carousel_webimg .owl-carousel button.owl-next span {
	position: absolute;
    content: "";
    top: 0;
    background-image: url(../images/r_arrow.png);
    background-repeat: no-repeat;
    background-size: 11px;
    width: 46px;
    height: 44px;
    border-radius: 100%;
    background-position: center;
    font-size: 0;
    display: block;
    transition: all 0.3s;
    filter: brightness(0) invert(0);
}
.salient_Features_carousel_webimg .owl-carousel button.owl-prev.disabled span,
.salient_Features_carousel_webimg .owl-carousel button.owl-next.disabled span {
    opacity: 0.5;
}
.salient_Features_carousel_webimg .owl-carousel .owl-dots {
    position: absolute;
    bottom: -45px;
    text-align: center;
    left: 0;
    right: 0;
}
.salient_Features_carousel_webimg .owl-carousel button.owl-dot {
    background: #d1d1d1;
    height: 14px;
    width: 14px;
    border-radius: 20px;
    cursor: pointer;
    margin: 0px 6px;
    opacity: 1;
    display: inline-block;
    transition: all 0.8s;
}
.salient_Features_carousel_webimg .owl-carousel button.owl-dot.active {
    background: #000000;
}
.pcba_oms_list {
    position: relative;
}
.pcba_oms_list__content {
    position: absolute;
    bottom: 50px;
    left: 20px;
    display: flex;
    align-items: center;
}
.pcba_oms_list__content h3 {
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    color: rgb(255, 255, 255);
    margin: 0 10px 0 0;
}
.oms_url_link {
    width: 32px;
    height: 32px;
    display: inline-block;
    background-color: #ffffff;
    padding: 8px;
    border-radius: 50px;
    align-content: center;
}
.product_assembly_oms_carousel_list {
    padding-bottom: 70px;
	margin-top: 40px;
}
.product_assembly_oms_carousel_list .owl-carousel .owl-nav {
    position: absolute;
    left: 0;
    z-index: 1;
    transform: translate(-15px, 0%);
}
.product_assembly_oms_carousel_list .owl-carousel .owl-nav button.owl-prev, 
.product_assembly_oms_carousel_list .owl-carousel .owl-nav button.owl-next {
    width: 42px;
    height: 42px;
    border-radius: 100px;
    background: #00b2ff;
	margin: 0 15px;
	transition: all 0.3s;
}
.product_assembly_oms_carousel_list .owl-carousel button.owl-prev {
    transform: rotate(180deg);
	right: -20px;
}
.product_assembly_oms_carousel_list .owl-carousel button.owl-next {
	right: -100px;
}
.product_assembly_oms_carousel_list .owl-carousel button.owl-prev.disabled,
.product_assembly_oms_carousel_list .owl-carousel button.owl-next.disabled {
   /*  background: rgb(77 8 217 / 33%); */
}
.product_assembly_oms_carousel_list .owl-carousel button.owl-prev span, 
.product_assembly_oms_carousel_list .owl-carousel button.owl-next span {
    background-image: url(../images/slide_right_arrow_icon_w.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    background-position: center;
    font-size: 0;
    display: block;
	transition: all 0.3s;
}

.product_assembly_oms_carousel_list .owl-carousel .owl-dots {
    position: absolute;
    bottom: -62px;
    text-align: center;
    left: 0;
    right: 0;
}
.product_assembly_oms_carousel_list .owl-carousel button.owl-dot {
    background: #dadaf6;
    height: 3px;
    width: 120px;
    border-radius: 20px;
    cursor: pointer;
    margin: 14px 0px;
    opacity: 1;
    display: inline-block;
    transition: all 0.8s;
}
.product_assembly_oms_carousel_list .owl-carousel button.owl-dot.active {
    background: #00b2ff;
}

/*======== End Product Assembly Page css ========*/

/*======== Start PCB Assembly Page css ========*/
ul.salient_Features_List.pcba_sfList li {
    font-size: 15px;
    margin: 14px 0;
}
ul.salient_Features_List.pcba_sfList li:after {
    top: 5px;
}
.black_bg {
    padding: 60px 0;
    background-color: #000000;
}
.pcba_Process_Step_blk .heading_commons:after {
    display:none;
}
.pcba_Process_Blog {
    position: relative;
}
.pcba_Process_Step {
    padding: 80px 0;
    width: 95%;
    margin: 0 auto;
    margin-top: 80px;
	position: relative;
}
.pcba_Process_Step img {
    width: 100%;
}
.pcba_Process_Step:before {
    position: absolute;
    content: "";
    top: 0;
    left: -60px;
    background-image: url(../images/pcba_process_before_bg.png);
    width: 80px;
    height: 80px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.pcba_Process_Step:after {
    position: absolute;
    content: "";
    top: 0;
    right: -60px;
    background-image: url(../images/pcba_process_after_bg.png);
    width: 80px;
    height: 80px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.pcba_Process_ST.contenTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
}
.pcba_Process_ST.contenBottom {
    position: absolute;
    bottom: 0;
    left: -6%;
    right: -6%;
}
.pcba_Process_ST ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.pcba_Process_ST.contenTop ul {
    width: 97%;
    margin: 0 auto;
}
.pcba_Process_ST ul li {
    text-align: center;
    flex: 0 0 auto;
    width: 20%;
    color: #fff;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
}
.pcba_Process_ST.contenBottom ul li {
    width: 16.66%;
}
.salient_Features_Assembly {
    background-image: url(../images/pcb_salient_features_webimg.png);
    background-position: 97% -30px;
    background-repeat: no-repeat;
    background-size: 54%;
}
.product_title {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    font-family: Montserrat;
    color: #000000;
    background-color: #fff;
    display: inline-table;
    margin: 0 auto;
    padding: 10px 20px;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}
/*======== End PCB Assembly Page css ========*/

.salient_Features_List li .subList li {
    font-size: 14px;
    margin: 4px 0;
}

.die_casting_Sparts_Blk p {
    font-size: 26px;
    font-weight: 300;
    margin: 10px 0px 0px;
}
.die_casting_Sparts_Blk h2:after {
    display:none;
}
.die_casting_parts {
    margin-top: 60px;
}
.die_casting_parts ul li {
    display: block;
    text-align: center;
    width: 14%;
    flex: 0 0 auto;
    padding: 10px 25px;
}
.die_casting_parts ul li img {
    transition: all 0.5s;
}
.die_casting_parts ul li:hover img {
    transform: scale(1.2);
}
.salient_Features_List li .subList li {
    padding-left: 15px;
}
.salient_Features_List li .subList li::after {
    border: 0;
    width: 7px;
    height: 7px;
}
/*========== Start manufacturing sheet-metal page ==========*/

.sheetMetal_Process_Blog {
    position: relative;
}
.sheetMetal_Process_ST ul {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 95%;
    transform: translate(-60px, 0px);
}
.sheetMetal_Process_ST ul li {
    text-align: center;
    flex: 0 0 auto;
    width: 26%;
    color: #fff;
    list-style: none;
    font-size: 18px;
    font-weight: 500;
}
.sheetMetal_Process_ST.contenTop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
}
.sheetMetal_Process_ST.contenTop ul {
    width: 100%;
    transform: translate(110px, 0px);
}
.sheetMetal_Process_ST.contenBottom {
    position: absolute;
    bottom: 0;
    left: -6%;
    right: -6%;
}

.sheetMetal_Process_ST.contenBottom ul li {
    width: 25%;
}
.sheetMetal_Process_Step:after {
	top:inherit;
    bottom: 0;
	right: -80px;
    background-image: url(../images/sheetmetal_process_after_bg.png);
}
.die_casting_parts.sheet_metal_parts ul li {
    width: 25%;
	padding: 10px 40px;
}
/*========== End manufacturing sheet-metal page ==========*/
.overview_contants h6 {
    font-weight: 600;
    color: #000;
    font-size: 18px;
}
.overview_contants ul li {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    list-style: none;
    margin: 5px 0;
}
.overview_contants ul li:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 30px;
    background: #000000;
    border: 3px solid #d9d9d9;
    left: 0;
    top: 7px;
}

section.tool_room_Section {
    background-color: #f0f3fd;
}
.tool_room_list_template {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    display: grid;
    gap: 12px;
    margin-top: 40px;
}
.tool_room_list {
	position:relative
}
.gradient_Fill {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 47%, rgba(0, 0, 0, 1) 93%);
}
.tool_room_list img {
    width: 100%;
}
.tool_room_list h4 {
    position: absolute;
    font-size: 18px;
    font-weight: 700;
    font-family: Montserrat;
    color: #ffffff;
    margin-bottom: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 2;
}
.proto_tool_mechanical_process_Blog .pcba_Process_Step:before {
    background-image: url(../images/ptamm_process_before_bg.png);
}
.proto_tool_mechanical_process_Blog .pcba_Process_Step:after {
    background-image: url(../images/ptamm_process_after_bg.png);
    bottom: 0;
    top: inherit;
}
.mtmi_Section .heading_commons  {
    padding:0;
}
.mtmi_Section .heading_commons:after  {
   opacity:0;
}
.mtmi_Section .salient_Features_carousel_webimg {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
	padding-bottom: 0;
}

/*======== Start Rapid Prototyping css ========*/
.rpc_Features_List li {
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
    padding-top: 0;
    color: #ffffff;
    margin: 15px 0;
    padding-left: 25px;
    position: relative;
    list-style: none;
}
.rpc_Features_List li:after {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-radius: 30px;
    background: #d1d1d1;
    border: 3px solid #656565;
    left: 0;
    top: 6px;
}
.technical_material_useblog {
    margin-top: 40px;
}
.technical_material_useblog table.table th {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    background: #4d08d9;
    color: #fff;
    height: 60px;
    vertical-align: middle;
}
.technical_material_useblog table.table th:first-child {
    min-width: 280px;
    max-width: 280px;
}
.technical_material_useblog table.table th:last-child {
    background: #4308bc;
}

.technical_material_useblog table.table th,
.technical_material_useblog table.table td{
    border: 0;
    padding: 25px 30px;
}
.technical_material_useblog table.table tr:nth-child(odd) {
    background: rgb(77,8,217);
	background: -moz-linear-gradient(left,  rgba(77,8,217,.1) 0%, rgba(0,192,250,.1) 80%);
	background: -webkit-linear-gradient(left,  rgba(77,8,217,.1) 0%,rgba(0,192,250,.1) 80%);
	background: linear-gradient(to right,  rgba(77,8,217,.1) 0%,rgba(0,192,250,.1) 80%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d08d9', endColorstr='#00c0fa',GradientType=1 );

}
.technical_material_useblog table.table td:nth-child(1) {
    background: rgb(77, 8, 217);
    background: -moz-linear-gradient(left, rgba(77,8,217,.05) 0%, rgba(77,8,217,.05) 80%);
    background: -webkit-linear-gradient(left, rgba(77, 8, 217, .05) 0%, rgba(77, 8, 217, .05) 80%);
    background: linear-gradient(to right, rgba(77, 8, 217, .05) 0%, rgba(77, 8, 217, .05) 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4d08d9', endColorstr='#4d08d9',GradientType=1 );
    font-weight: 700;
    vertical-align: middle;
}
.technical_material_useblog table.table td {
    font-size: 16px;
    font-weight: 500;
    font-family: Montserrat;
}
.whyvvdn_prototyping_List {
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
}
.whyvvdn_prototyping_List h4 {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    margin: 20px 0 10px;
}
.whyvvdn_prototyping_List p {
    font-size: 20px;
    font-weight: 600;
    font-family: Montserrat;
    line-height: 30px;
    width: 90%;
    margin: 0 auto;
}

/*======== End Rapid Prototyping css ========*/


/*======== Start product-certification-and-reliability-testing css ========*/
.tests_available_Blog .heading_commons:after {
    margin: 0 auto;
    left: 0;
    right: 0;
}
.tests_available_Blog .text_common {
    font-size: 22px;
    width: 60%;
    margin: 0 auto;
}
.grid_template_Cols {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
    display: grid;
    gap: 50px;
    padding-top: 40px;
}
.tests_available_list {
    position: relative;
    overflow: hidden;
}
.tests_available_list img {
    width: 100%;
}
.tests_available_list:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 50%);
    z-index: 0;
    transition: all 0.5s;
    height: 0;
}
.tests_available_list:hover:before {
    height: 100%;
}
.tests_available_list:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 20%;
    background: linear-gradient(to bottom, rgb(0 0 0 / 0%) 0%, rgba(0, 0, 0, 1) 90%);
    transition: all 0.4s;
    z-index: 0;
}
.tests_available_list:hover:after {
    height: 0%;
	display:none;
}
.tests_available_Textlist {
    position: absolute;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    transform: translateY(84%);
    transition: all 0.5s ease-in-out;
    color: #ffffff;
    bottom: 0;
    z-index: 1;
    min-height: 370px;
}
.tests_available_list:hover .tests_available_Textlist{
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.tests_available_Textlist h3 {
    font-size: 22px;
    font-weight: 800;
    font-family: Montserrat;
    color: #fff;
    margin-bottom: 38px;
	transition: all 0.5s ease-in-out;
}
.tests_available_list:hover .tests_available_Textlist  h3{
     margin-bottom: 20px;
}
.tests_available_Textlist ul li {
    list-style: none;
    font-weight: 600;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    color: #ffffff;
    margin: 10px 0;
}
.tests_available_Textlist ul li:after {
    position: absolute;
    content: "";
    top: 8px;
    left: 0;
    background: #c0bdbe;
    width: 11px;
    height: 11px;
    border-radius: 20px;
    border: 3px solid #5c5c5b;
}



.vvdn_ac_section .heading_commons:after {
    margin: 0 auto;
    text-align: center;
    right: 0;
}
.industry_Exp_Listblog {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    display: grid;
    gap: 40px;
    margin-top: 60px;
}
.industry_exp_List {
    text-align: center;
    transition: all 0.35s;
}
.industry_exp_List img.vvdn_service_img {
    border-radius: 50%;
    width: 100%;
    max-width: 140px;
    margin: 0 auto;
    transition: all 0.35s;
}
.industry_exp_List:hover img.vvdn_service_img {
    box-shadow: 0px 4px 14px 2px rgb(0 178 255 / 80%);
}
.industry_exp_List h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0 0;
	font-family: Montserrat;
}
/*======== End product-certification-and-reliability-testing css ========*/


/*======== Start Responsive css ========*/

@media (min-width: 991px){
	
	.proto_tool_mechanical_process_Blog .pcba_Process_ST.contenTop {
		right: -10%;
		width: 100%;
		margin: 0 auto;
	}
	.proto_tool_mechanical_process_Blog .pcba_Process_ST.contenTop ul {
        width: 100%;
    }
	.proto_tool_mechanical_process_Blog .pcba_Process_ST ul li {
        width: 20.5%;
    }
	.proto_tool_mechanical_process_Blog .pcba_Process_ST.contenBottom ul {
        width: 91%;
        margin-right: auto;
        justify-content: space-between;
    }
	.proto_tool_mechanical_process_Blog .pcba_Process_ST.contenBottom ul li {
        width: 19%;
    }
}
@media (min-width: 1200px){
	
}

@media (min-width: 1600px) {
    .custom_container, .container {
        max-width: 1500px;
        margin: 0 auto;
    }
	.overview_contants p, .overview_contant p {
		font-size: 16px;
	}
}

@media (max-width: 1599px) {
    .heading_commons {
        font-size: 34px;
    }
    section.banner_blk .banner_contant p {
        font-size: 18px;
        line-height: 24px;
    }
    .odm_devices_Box p {
        font-size: 14px;
    }
	.certification_Blog img {
		width: 48%;
	}
	.certification_Blog.ansi img {
		width: 55%;
	}
	.certification_Blog.aeo img {
		width: 86%;
	}
    .grid_template {
        gap: 20px;
    }
    .videos_blog_list span {
        font-size: 14px;
    }
	.dFlex p {
		font-size: 16px;
		margin-bottom: 20px;
	}
	.card_body_main h4 {
		font-size: 18px;
		margin-bottom: 20px;
	}
	.card_body_main ul li {
		font-size: 15px;
		margin-bottom: 10px;
	}
	.robots_experience span {
		font-size: 15px;
		min-height: 60px;
		width: 100%;
	}
	.whyvvdn_section {
		padding: 60px 0;
		background-position: 90% 0px;
	}
    .whyvvdn_section .whyvvdn_text p{
        font-size: 20px;
    }
	ul.salient_Features_List li {
        font-size: 16px;
        margin: 22px 0;
    }
	ul.salient_Features_List li:after {
		top: 5px;
	}
	ul.salient_Features_List.pcba_sfList li {
		font-size: 14px;
		margin: 10px 0;
	}
	ul.salient_Features_List.pcba_sfList li:after {
		top: 4px;
	}
	.die_casting_Sparts_Blk p {
        font-size: 20px;
    }
	.die_casting_parts ul li {
        padding: 0 10px;
    }
	.salient_Features_List li .subList li {
		font-size: 13px;
	}
	.sheetMetal_Process_ST.contenTop ul {
		transform: translate(80px, 0px);
	}
	.sheetMetal_Process_ST ul {
		transform: translate(-40px, 0px);
	}
	.tool_room_list h4 {
		font-size: 16px;
		width: 90%;
		margin: 0 auto;
	}
	.rpc_Features_List li {
		font-size: 15px;
	}
	.whyvvdn_prototyping_List img {
		width: 80px;
	}
	.whyvvdn_prototyping_List h4 {
		font-size: 18px;
	}
	.whyvvdn_prototyping_List p {
		font-size: 16px;
		line-height: 26px;
		width: 98%;
	}
	.tests_available_Blog .text_common {
		font-size: 20px;
		width: 70%;
	}
	.grid_template_Cols {
		grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
		gap: 40px;
	}
	.tests_available_Textlist {
		min-height: 320px;
	}
	.tests_available_Textlist h3 {
		font-size: 18px;
		width: 72%;
	}
	.tests_available_list:hover .tests_available_Textlist h3 {
		margin-bottom: 10px;
	}
	.tests_available_Textlist ul li {
		font-size: 16px;
		margin: 8px 0;
	}
	.industry_Exp_Listblog {
		grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
    .heading_Contant h4 {
        font-size: 14px;
    }
    .fctps_blog {
        padding: 20px 10px 20px 15px;
    }
    .fctps_blog p {
        font-size: 13px;
    }
    .fctps_blog h3 {
        font-size: 14px;
    }
	.heading_Contant p {
		font-size: 13px;
	}
	.pcba_Process_ST ul li {
        font-size: 15px;
    }
	.sheetMetal_Process_Blog {
        width: 90%;
        margin: 0 auto;
    }
	.tool_room_list_template {
		grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
	}
	ul.salient_Features_List {
		width: 75%;
		margin: 0 auto 30px;
	}
}

@media (max-width: 1199px) {
    .whyvvdn_text .contactBtn a {
        font-size: 16px;
    }
    .heading_commons {
        font-size: 24px;
    }
    .odm_Devices_section .heading_commons {
        font-size: 29px;
    }
    .odm_devices_Box {
        margin-top: 25px;
    }
    .Caltes_heading {
        font-size: 30px;
    }
    .grid_template {
        grid-template-columns: repeat(4, 1fr);
        gap: 30px;
    }
	.m_capabilities_service .mw40 {
		max-width: 50%;
	}
	.m_capabilities_service .mw20 {
		max-width: 25%;
	}
	.sheetMetal_Process_ST.contenTop ul {
        transform: translate(60px, 0px);
    }
	.sheetMetal_Process_ST ul {
		transform: translate(-35px, 0px);
	}
	.industry_Exp_Listblog {
		grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
	}
	.salient_Features_Section {
		padding-bottom: 90px;
	}
}

@media (max-width: 991px) {  
    .m_capabilities_box {
        margin-top: 10px;
    }
    .m_capabilities_service {
        margin-top: 25px;
    }
    .stl_blk .stl {
        padding: 20px 15px;
    }
    .stl_blk .stl .stl_text {
        width: 100%;
        font-size: 15px;
        display: block;
    }
    .heading_Contant {
        padding: 25px 15px;
        width: 50%;
        float: left;
        min-height: auto;
    }
    .heading_Contant:nth-child(2), .heading_Contant:nth-child(6) {
        border-right: 1px solid #bbbbbb;
    }
    .ribbon_contant ul li {
        margin: 0 4px;
        font-size: 14px;
    }
    .insights_blog_services .insights_box {
        width: 50%;
    }
    .offerings p {
        font-size: 18px;
    }
    .fctp_services_section {
        padding-bottom: 30px;
    }
    .fctps_blog {
        width: 100%;
        margin-top: 60px;
        padding: 30px 10px 30px 10px;
    }
    .fctp_services {
        display: block;
        margin-top: 40px;
        overflow: hidden;
    }
    .fctps_blog:before {
        background: url(../images/fctp-services-res-bg.png) no-repeat center;
        left: 0px;
        right: 0px;
        height: 70px;
        width: 50%;
        margin: 0 auto;
        top: -60px;
        bottom: inherit;
        background-size: cover;
    }
    .fctps_bloglst:after {
        display:none;
    }
    .fctps_blog p {
        width: 60%;
        margin: 0 auto;
    }
	.video-player .modal-dialog.modal-lg {
		max-width: 80%;
	}
	.video-player .modal-content .close {
		font-size: 24px;
		top: -15px;
		right: -15px;
		width: 32px;
		height: 32px;
	}
	.m_capabilities_service .mw40 {
		max-width: 100%;
		margin-bottom: 30px;
	}
	ul.salient_Features_List {
		margin-bottom: 30px;
		margin-right: 0;
	}
	.product_assembly_oms_carousel_list .owl-carousel .owl-dots {
		display: none;
	}
	.product_assembly_oms_carousel_list .owl-carousel .owl-nav {
		right: 0;
		text-align: center;
	}
	.pcba_Process_Blog {
		position: relative;
		width: 70%;
		margin: 0 auto;
	}
	.pcba_Process_Step {
		padding: 0;
		width: 120px;
		text-align: center;
	}
	.pcba_Process_Step img {
		width: auto;
	}
	.pcba_Process_Step:after {
		top: inherit;
		bottom: -30px;
	}
	.pcba_Process_Step:before {
		top: -20px;
		left: inherit;
		right: -60px;
	}
	.pcba_Process_ST ul {
		display: block;
	}
	.pcba_Process_ST ul li {
		text-align: left;
		width: 100%;
		font-size: 18px;
		margin: 108px 0;
		display: flex;
		align-items: center;
		min-height: 60px;
		justify-content: start;
	}
	.pcba_Process_ST ul li:nth-child(1), .sheetMetal_Process_ST ul li:nth-child(1) {
		margin-top: 0;
	}
	.pcba_Process_ST.contenTop, .sheetMetal_Process_ST.contenTop {
		position: absolute;
		top: 80px;
		left: inherit;
		right: 0;
		width: 50%;
		padding-left: 50px;
	}
	.pcba_Process_ST.contenTop ul {
		width: 100%;
		margin: 0 auto;
	}
	.pcba_Process_ST.contenBottom, .sheetMetal_Process_ST.contenBottom {
		position: absolute;
		bottom: 0;
		left: 0;
		right: inherit;
		top: -10px;
		width: 50%;
		padding-right: 50px;
	}
	.pcba_Process_ST.contenBottom ul li, .sheetMetal_Process_ST.contenBottom ul li {
		width: 100%;
		text-align: right;
		justify-content: end;
	}
	ul.salient_Features_List li,
	ul.salient_Features_List.pcba_sfList li	{
		font-size: 15px;
        margin: 12px 0;
        padding-right: 0;
    }
	.die_casting_parts {
		margin-top: 30px;
	}
	.die_casting_parts ul li {
        padding: 15px 20px;
        width: 25%;
    }
	.pcba_Process_ST.contenTop, 
	.sheetMetal_Process_ST.contenTop {
		position: absolute;
		top: 80px;
		left: inherit;
		right: 0;
		width: 50%;
		padding-left: 50px;
	}
	.pcba_Process_ST.contenTop ul, 
	.sheetMetal_Process_ST.contenTop il {
		width: 100%;
		margin: 0 auto;
	}
	.pcba_Process_ST.contenBottom, 
	.sheetMetal_Process_ST.contenBottom {
		position: absolute;
		bottom: 0;
		left: 0;
		right: inherit;
		top: -10px;
		width: 50%;
		padding-right: 50px;
	}
	.pcba_Process_ST.contenBottom ul li, 
	.sheetMetal_Process_ST.contenBottom ul li {
		width: 100%;
		text-align: right;
		justify-content: end;
	}
	.pcba_Process_Step {
        padding: 0;
        width: 120px;
        text-align: center;
    }
	.sheetMetal_Process_ST ul {
		display: block;
        transform: translate(0px, 0px);
    }
	.sheetMetal_Process_ST.contenTop ul {
        transform: translate(0px, -7px);
    }
	.pcba_Process_ST ul li, 
	.sheetMetal_Process_ST ul li{
		text-align: left;
        width: 100%;
        font-size: 18px;
        margin: 108px 0;
        display: flex;
        align-items: center;
        min-height: 60px;
        justify-content: start;
	}
	.sheetMetal_Process_Step:after {
        top: inherit;
        bottom: -30px;
        right: inherit;
        left: -60px;
    }
	.die_casting_parts.sheet_metal_parts ul li {
		padding: 10px 10px;
	}
	.proto_tool_mechanical_process_Blog .pcba_Process_Step:after {
		background-image: url(../images/ptamm_process_after_bg.png);
		bottom: -24px;
		top: inherit;
		left: -60px;
	}
	.tests_available_Blog .text_common {
        font-size: 16px;
        width: 90%;
    }
	.tests_available_Textlist {
		padding-left: 15px;
		padding-right: 15px;
		transform: translateY(0%);
	}
	.tests_available_list:after {
		opacity: 0;
	}
	.tests_available_list:before {
		height: 100%;
	}
	.tests_available_Textlist h3 {
        width: 80%;
        margin-bottom: 10px;
    }
	.tests_available_Textlist ul li {
        margin: 5px 0;
    }
	.industry_Exp_Listblog {
		gap: 40px 15px;
	}
	.industry_exp_List h5 {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
    .heading_commons, .Caltes_heading {
        font-size: 24px;
    }
    .stl_blk {
        box-shadow: 0px 3px 9px 0px #ccc;
        background: #f7f7f7;
        border-top: 2px solid #f7f7f7;
        border-bottom: 2px solid #f7f7f7;
    }
    .stl_blk .stl {
        display: inline-block;
    }
    .stl_blk .stl .stl_icon img {
        width: 50px;
    }
    .stl_blk .stl .stl_text {
        margin: 15px 0;
    }
    .stl_blk .stl .stl_btn {
        float: right;
    }
    .odm_Devices_section .heading_commons {
        font-size: 29px;
    }
    .m_capabilities_box img {
        width: 100%;
    }
    .m_capabilities_contant {
        text-align: left;
    }
    .m_capabilities_contant h4 span {
        display: inline;
    }
    .Heading_box {
        border-top: 0px solid #ccc;
    }
    .heading_Contant {
        width: 100%;
        border: 1px solid #ccc;
        margin-top: 10px;
    }
    .ribbon_banner {
        min-height: 200px;
    }
    .ribbon_contant {
        background: transparent;
        top: 20px;
    }
    .ribbon_contant ul {
        width: 160px;
        text-align: left;
        margin: 0 auto !important;
    }
    .ribbon_contant ul li {
        margin: 5px 0;
        font-size: 16px;
        display: block;
    }
    .odm_devices_Box {
        margin: 40px 0 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #ccc;
        text-align: center;
    }
    .odm_devices_Box p {
        font-size: 14px;
        width: 90%;
        margin: 0 auto;
        min-height: 64px;
    }
    .odm_Devices_section.white_bg:before {
        display: none;
    }
    .insights_blog_services .insights_box {
        width: 100%;
        margin-bottom: 20px;
    }
    .insights_blog_services .insights_box:nth-child(3) {
        margin-bottom: 0px;
    }
    .fctps_blog:before {
        width: 80%;
    }
    .fctps_blog p {
        width: 80%;
    }
    .virtualtour_section h2.heading_commons:after {
        height: 100px;
    }
	.certification_Service_Blog .row .col-md-4 {
		flex: 0 0 50%;
		max-width: 50%;
	}
    .grid_template {
        grid-template-columns: repeat(3, 1fr);
    }
	.m_capabilities_service .mw20 {
		max-width: 50%;
	}
	.robots_blog .col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.die_casting_parts.sheet_metal_parts ul li {
		width: 33%;
	}
	.mtmi_Section .salient_Features_carousel_webimg {
		width: 100%;
	}
}

@media (max-width: 575px) {
    .custom_container {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    section.banner_blk .banner_contant {
        top: 60px;
        transform: translate(0px, 0%);
    }
    .odm_Devices_section h2.heading_commons:before {
        right: 40px;
        bottom: 12px;
    }
    .offerings p img {
        width: 30px;
    }
    .offerings p {
        font-size: 14px;
        width: 100%;
    }
    .subscribe_btn {
        width: 100%;
        text-align: left;
        margin-top: 10px;
        margin-left: 42px;
    }
	.certification_Blog img {
		width: 60%;
	}
	.certification_Blog.ansi img {
		width: 70%;
	}
	.certification_Blog.aeo img {
		width: auto;
	}
	.certification_Blog p, .certification_Blog p span {
		font-size: 13px;
	}
    .odm_devices_Box p {
        font-size: 15px;
    }
    .grid_template {
        grid-template-columns: repeat(2, 1fr);
    }
	.video-player .modal-dialog.modal-lg {
        max-width: 90%;
    }
	.manufacturing_proto_contant {
        bottom: 10%;
    }
    .manufacturing_proto_contant h1 {
        font-size: 22px;
    }
    .manufacturing_proto_contant p {
        width: 100%;
        font-size: 16px;
    }
    .veteran {
        width: 100%;
        margin: 10px 0 0;
    }
    .bg_before:before {
        width: 260px;
        left: -30px;
    }
    .plr {
        padding: 0 17px !important;
    }
	.pcba_Process_Blog {
		width: 100%;
	}
	.pcba_Process_ST ul li{
        font-size: 16px;
    }
	.die_casting_parts ul li {
        width: 33.33%;
    }
	.die_casting_parts.sheet_metal_parts ul li {
		width: 50%;
	}
	.overview_contants ul li {
		font-size: 15px;
	}
	.tool_room_list h4 {
		width:100%;
	}
	.technical_material_useblog table.table th:first-child {
		min-width: auto;
		max-width: 280px;
	}
	.technical_material_useblog table.table th, .technical_material_useblog table.table td {
		border: 0;
		padding: 12px 15px;
	}
	.technical_material_useblog table.table td {
		font-size: 14px;
	}
	.whyvvdn_prototyping_List p {
        font-size: 15px;
        width: 100%;
    }
}

@media (max-width: 480px) {
	.m_capabilities_service .mw20 {
		max-width: 100%;
	}
	.robots_blog .col {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.pcba_Process_ST.contenTop, .sheetMetal_Process_ST.contenTop {
        padding-left: 40px;
    }
	.pcba_Process_ST.contenBottom, .sheetMetal_Process_ST.contenBottom {
        padding-right: 40px;
    }
	.pcba_Process_ST ul li, .sheetMetal_Process_ST ul li  {
		font-size: 14px;
	}
	.die_casting_parts ul li {
        width: 50%;
    }
	.tests_available_Textlist {
        min-height: 280px;
    }
	.tests_available_Textlist ul li {
        font-size: 15px;
        margin: 4px 0;
    }
}

@media (max-width: 375px) {
    .ribbon_hdg {
        font-size: 17px;
        top: 8px;
    }
    .odm_Devices_section h2.heading_commons:before {
        right: 0;
    }
    .Abouth2.bg_borders:after {
        width: 360px;
    }
    .bg_borders.capaties_after span {
        display: block;
    }
    .bg_borders.capaties_after:after {
        width: 270px;
        top: 50px;
        background: url(../images/bg_borders1.png) no-repeat;
        background-size: 100% auto;
    }
    .overlay_bg h1 {
        font-size: 20px;
    }
    .fctps_blog p {
        width: 100%;
    }
	.certification_Blog p, .certification_Blog p span {
		font-size: 12px;
	}
}

@media (max-width: 320px) {
    .ribbon_hdg {
        font-size: 15px;
    }
	.certification_Service_Blog .row .col-md-4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.certification_Blog img {
		width: 40%;
	}
	.certification_Blog.ansi img {
		width: 50%;
	}
	.certification_Blog.aeo img {
		width: 70%;
	}
	.die_casting_parts.sheet_metal_parts ul li {
		width: 100%;
	}
	.tool_room_list h4 {
		font-size: 15px;
	}
}