/*Manufacture 1*/

.manufacturer-step-item .container {
    width: 100%;
}

.manufacturer-step-item .container .row .msi-row-inner {
    width: 100%;
    max-width: 1170px;
    margin: auto;
    padding: 70px 0;
}

.manufacturer-step-item .container .row:last-child .msi-row-inner {
    padding-bottom: 0;
}

.manufacturer-step-item .container .row .msi-row-inner:after,
.manufacturer-step-item .container .row .msi-row-inner:before {
    clear: both;
    content: '';
    display: block;
}

.manufacturer-step-item .container .row:nth-child(odd) {
    background-color: #f9f9f9;
}

.manufacturer-step-item .container .row:nth-child(even) .col-md-7 {
    float: right;
}

.manufacture-banner-text h1,
.manufacture-banner-text h2 {
    color: #fff;
    font-size: 3em;
}

.manufacture-banner-text p {
    color: #fff;
    margin: 20px 0;
    width: 85%;
}

.manufacture-banner-text .play-video {
    display: inline-block;
    margin-left: 30px;
}

.ms-text span {
    position: relative;
    padding-left: 50px;
    margin-bottom: 10px;
}

.ms-text span:before {
    content: '\20';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 40px;
    height: 1px;
    background: #999;
}

.ms-text h2 {
    font-size: 2.3em;
    margin-bottom: 40px;
    letter-spacing: 0;
}

.ms-text p {
    margin: 26px 0;
}

.ms-text li {
    position: relative;
    display: inline-block;
    margin: 0 20px 10px 0;
    padding-left: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.ms-text li:before {
    content: '\20';
    display: block;
    position: absolute;
    left: 0;
    top: 8px;
    height: 8px;
    width: 8px;
    border-radius: 8px;
    background: #ff5500;
}

.ms-image {
    position: relative;
    margin: 50px 0 0 50px;
    height: fit-content;
}

.ms-image:before {
    content: '\20';
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: -50px;
    top: -50px;
    height: 100%;
    width: 100%;
    border: 10px solid #ff5500;
}

.ms-image img {
    position: relative;
    display: block;
    max-width: 100%;
    margin: 0 auto;
    z-index: 1;
}
/*Manufacture 1 End*/
/*Manufacture 2*/
.manufacture-2-banner {
    background-size: contain;
    background-position: bottom;
    height: 800px;
    background-repeat: no-repeat;
}
.manufacture-2-banner-text {
    text-align: center;
}

.manufacture-2-banner-text h1,
.manufacture-2-banner-text h2 {
    color: #777;
    font-size: 3em;
}

.manufacture-2-banner-text p {
    width: 55%;
    margin: 25px auto;
    color: #777;
}

.manufacture-2-banner-text a img {
    margin-right: 2px;
}

.manufacture-2-banner-text .play-video {
    margin-top: 30px;
}

.manufacture-2-banner-text .play-video img {
    padding: 0;
}

.manufacture-2-banner-text .play-video a {
    background-color: red;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    padding: 12px 10px 12px 14px;
}

.m2-gallary-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.manufacturer-2-step-item .col-md-4:nth-child(3n+1) {
    clear: both;
}

.m2-img-wrap img {
    width: 100%;
}

.m2-des-main-title {
    position: absolute;
    bottom: 0;
    padding: 10px;
    width: 100%;
    text-align: center;
    background-color: rgba(39, 42, 52, 0.6);
    box-sizing: border-box;
    transition: all .8s ease;
    opacity: 1;
    height: 45px;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.m2-des-detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding: 25px 40px 20px 20px;
    box-sizing: border-box;
    transform: scale(0);
    transition: all .8s ease;
}

.m2-des-detail:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.8;
    background-color: rgba(246, 51, 66, 0.8);
}

.m2-gallary-item:hover .m2-des-detail {
    transform: scale(1) !important;
}

.m2-gallary-item:hover .m2-des-main-title {
    bottom: -50px;
}

.m2-des-detail .m2-des-title {
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
    display: inline-block;
}

.m2-des-detail .m2-des-title,
.m2-des-detail p {
    color: #fff;
    position: relative;
}

.manufacturer-2-step-item .col-md-4:nth-last-child(-n+3) .m2-gallary-item {
    margin-bottom: 0;
}

.m2-des-detail.wo-desc {
    text-align: center;
    align-items: center;
    display: flex;
}

.m2-des-detail.wo-desc .m2-des-title {
    display: block;
    margin: auto;
}
/*Manufacture 2 End*/
/*Manufacture 3*/

.manufacture-3-desc h1 {
    margin-bottom: 20px;
    letter-spacing: 0;
}

.manufacture-3-desc h1,
.manufacture-3-desc h2 {
    margin-bottom: 20px;
}

.manufacture-3-desc a.btn {
    margin-top: 20px;
}

.manufacture-3-desc .play-video {
    display: inline-block;
    margin-bottom: 0;
    margin-top: 20px;
    vertical-align: middle;
}

.manufacture-3-desc .play-video a {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    text-align: center;
    padding: 12px 10px 12px 14px;
}


.m3-service-sec .container-fluid {
    padding: 0;
}

.m3-service-sec .col-md-6 {
    padding: 0;
}

.sb-desc img {
    display: inline-block;
    height: 150px;
    width: 150px;
    margin-top: 100px;
    margin-bottom: 25px;
}

.sb-left,
.sb-right {
    height: 541px;
    cursor: pointer;
    text-align: center;
    position: relative;
    display: table;
    width: 100%;
}

.m3-service-sec .sb-desc i {
    font-size: 8em;
    color: white;
    margin-bottom: 10px;
}

.sb-desc h2 {
    font-size: 5rem;
    color: #fff;
    margin-bottom: 0.75rem;
}

.sb-desc p {
    color: #fff;
}

.sb-desc h3 {
    color: #fff;
    letter-spacing: 1px;
}

.sb-desc {
    position: relative;
}

.sb-left img,
.col-right-hover:hover .sb-right img {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m3-service-sec {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m3-service-sec:hover .sb-right:before {
    opacity: 0;
}

.left-col,
.right-col {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.left-col:hover .col-right-hover:before {
    background-color: black;
    opacity: 0.4;
}

.right-col:hover .col-left-hover:before {
    background-color: black;
    opacity: 0.4;
}

.col-right-hover:before,
.col-left-hover:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
}

.m3-service-sec .sb-desc {
    z-index: 2;
    display: table-cell;
    vertical-align: middle;
}

.col-right-hover:before {
    background-color: #000;
    opacity: 0.4;
}

.col-right-hover:hover:before {
    opacity: 0;
}

.right-col:hover .col-left-hover img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.m3-service-sec .row {
    margin: 0;
}
/*Manufacture 3 End*/

/*Manufacture 4*/
.mp-title-style {
    padding-left: 45px;
    position: relative;
}
.mp-title-style:before {
    content: '';
    left: 0;
    border-left: 6px double;
    position: absolute;
    right: auto;
    top: 0;
    bottom: 0;
}
.mp-title-style h6 {
    color: #4d5557;
    font-style: italic;
    text-transform: capitalize;
    font-family: 'open_sanssemibold';
    font-size: 1.4em;
    margin-bottom: 10px;
}
.mp-title-style h2 {
    font-size: 2.5em;
    color: #000000;
    text-transform: capitalize !important;
}
.work-process-item:after,
.work-process-item:before{
    content: '';
    clear: both;
    display: block;
}
.wpi-image img {
    width: 375px;
    border-radius: 100%;
    border: 10px solid transparent;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpi-image span.process-num {
    font-size: 100px;
    color: #dddddd;
    text-align: left;
    font-family: 'open_sansbold';
    position: absolute;
    right: -90px;
    bottom: 40px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpi-image span.process-num:before {
    content: counter(process-steps-counter);
}
.work-process-item:hover span.process-num {
    right: -120px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpi-desc {
    background: #fff;
    padding: 25px 23px 20px;
    top: 0;
    position: relative;
    transform: translateY(60%);
    -webkit-transform: translateY(60%);
    -moz-transform: translateY(60%);
    box-shadow: 0px 0px 22px 0px rgba(0, 0, 0, 0.06);
    width: 85%;
    margin: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.wpi-desc h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    font-family: 'open_sansbold';
    color: #000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}


.work-process-item:hover .wpi-desc h3,
.work-process-item:hover .wpi-desc p {
    color: #fff;
}
.work-process-item:hover .wpi-desc,
.work-process-item:hover .wpi-image img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.work-process-item {
    margin-bottom: 120px;
    position: relative;
    clear: both;
}
.work-process-item:nth-child(even) .col-md-4 {
    float: right;
}
.work-process-item:nth-child(even) .wpi-image span.process-num{
    right: auto;
    left: -60px;
}
.work-process-item:nth-child(even):hover span.process-num {
    left: -120px;
}
.work-process-item:before {
    width: 1px;
    height: 100%;
    top: 70%;
    bottom: auto;
    margin: auto;
    left: 0;
    right: 0;
    position: absolute;
    background-color: #dddddd;
}
.work-process-item:last-child:before {
    height: 75%;
}


.page-template-manufacturer-1 .play-video .play{
    font-size: 1em;
}
.page-template-manufacturer-1 .position-icon.ns-video-icon .play {
    position: relative;
    width: 65px;
    height: 65px;
    padding: 20px;
}
.page-template-manufacturer-1 .manufacture-banner-text .play-video{
    margin-bottom: 0;
    vertical-align: middle;
}