/* Services Banner section Start */
.services_banner {
    position   : relative;

}

.services_banner .services_head h3 {
    color      : #111;
    font-size  : 38px;
    font-weight: 700;
    line-height: 60px;
}

.services_banner .services_head h3 span {
    color      : #F6911D;
    font-weight: 700;
    line-height: 27px;

}

.services_head {
    margin-top: 36px;
}

.btn_s {
    position: unset;
}

.map_cnt {
    display    : flex;
    align-items: center;
    margin-top : 32px;
}

.right_banner img {
    position: absolute;
    width   : 57%;
    right   : 60px;
}

.map_cnt img {
    padding-right: 35px;
}

/* Services Banner section End */

/* Engineering Services 3D DESIGNING Section Start */
.Engineering_designing {
    margin-top: 5rem;
}

.Engineering_designing .rowed {
    display        : flex;
    align-items    : center;
    flex-wrap      : wrap;
    justify-content: space-around;
    margin-top     : 38px;
}

.Engineering_designing .designing_card h6 {
    color      : #121212;
    font-size  : 16px;
    font-weight: 600;
    line-height: 27px;
    margin     : 15px 0;
}

.Engineering_designing .designing_card p {
    color      : #111;
    font-size  : 14px;
    font-weight: 400;
    line-height: 27px;
}

.designing_card {
    padding: 16px;
    border : 1px solid #f6911d00;
    width  : 280px;


}

.designing_card:focus-visible {
    outline: none;

}

.designing_card:hover {
    border-radius: 12px;
    border       : 1px solid #FFCF99;
    background   : #FFF;
    transition   : all 0.2s ease-in-out;


}

.designing_card .Learn_More a {
    text-decoration: none;
    color          : #F6911D;

}

.designing_card .Learn_More {
    text-decoration: none;
    visibility     : hidden;
    margin         : 0;
    color          : transparent;
    transform      : translateY(20px);
    transition     : all 0.5s ease-in-out;


}

.designing_card:hover .Learn_More {
    visibility       : visible;
    transform        : translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform   : translateY(0);
    -ms-transform    : translateY(0);
    -o-transform     : translateY(0);
}


/* Engineering Services 3D DESIGNING Section End */


/* 3D Scanning Section Start */
.Lorem_Ipsum_3D_Scanning .rowed {
    align-items: center;
}

.scaning_3d .para {
    width: 60%;
}

.read_more a {
    border-radius  : 50px;
    background     : #000;
    display        : inline-flex;
    align-items    : center;
    justify-content: center;
    margin         : 0;
    color          : #fff;
    font-size      : 14px;
    padding        : 16px 30px;
    text-decoration: none;
    width          : 240px;
    margin-top     : 30px;
    transition     : all 0.3s ease-in-out;
}

.read_more a:hover {
    background-color: #f6911d;
    width           : 250px;
}

.read_more a .btn_right_greater_arrow {
    display: none;
}

.read_more a:hover .btn_right_greater_arrow {
    display   : block;
    padding   : 0 0 0 10px;
    transition: all 0.3s ease-in-out;
}

.scaning_3d_card {
    display      : flex;
    align-items  : center;
    margin       : 28px 0;
    border-radius: 14px;
    border       : 1px solid #f6911d00;

}

.scaning_3d_card:hover {
    border: 1px solid #f6911d;

}


.scaning_3d_card .scaning_3d_card_cnt {
    width : 50%;
    margin: auto;
}

.scaning_3d_card h6 {
    color      : #000;
    font-size  : 16px;
    font-weight: 600;
    line-height: 27px;
}

.scaning_3d_card:hover h6 {
    color: #F6911D;

}

.scaning_3d_card p {
    color      : #111;
    font-size  : 14px;
    font-weight: 400;
    line-height: 27px;
}

.scaning_3d_card .Learn_More a {
    text-decoration: none;
    color          : #F6911D;
}

.scaning_3d_card .Learn_More {
    visibility : hidden;
    font-size  : 16px;
    font-weight: 500;
}



.scaning_3d_card:hover .Learn_More {
    visibility: visible;
    animation : slide-left 0.5s ease forwards;

}

@keyframes slide-left {

    /* use % to specify the animation at different stages (in this case, 0% and 100%) */
    0% {
        transform        : translateX(-20px);
        -webkit-transform: translateX(-20px);
        -moz-transform   : translateX(-20px);
        -ms-transform    : translateX(-20px);
        -o-transform     : translateX(-20px);
    }

    100% {
        /*adjustthevaluetocontrolhowmuchthetextmoves*/
        transform        : translateX(0px);
        -webkit-transform: translateX(0px);
        -moz-transform   : translateX(0px);
        -ms-transform    : translateX(0px);
        -o-transform     : translateX(0px);
    }
}

.scaning_3d_card_img {
    width        : 218px;
    overflow     : hidden;
    position     : relative;
    border-radius: 12px;
}

.scaning_3d_card_img img {
    max-width         : 124%;
    display           : block;
    width             : 108%;
    transform         : translateX(-15px);
    -webkit-transform : translateX(-15px);
    -moz-transform    : translateX(-15px);
    -ms-transform     : translateX(-15px);
    -o-transform      : translateX(-15px);
    transition        : transform 0.3s;
    -webkit-transition: transform 0.3s;
    -moz-transition   : transform 0.3s;
    -ms-transition    : transform 0.3s;
    -o-transition     : transform 0.3s;
}

.scaning_3d_card:hover .scaning_3d_card_img img {
    transform: translateX(0px);
}

/* 3D Scanning Section End */

/* 3D printing Section Start */
.printing_head {
    display        : flex;
    justify-content: space-between;
    flex-wrap      : wrap;
}

.printing_head .para {
    width: 75%;
}

.button_printing_right {
    display        : flex;
    justify-content: space-between;
    margin-top     : 20px;
    flex-wrap      : wrap;
}

.button_printing_right button {
    margin       : 30px 5px 5px 5px;
    cursor       : pointer;
    border-radius: 28px;
    border       : 1px solid #C8C8C8;
    background   : #FFF;
    width        : 156px;
    height       : 56px;
    color        : #000;
    font-size    : 16px;
    font-weight  : 500;
}

.button_printing_right button.active {
    border-radius: 28px;
    border       : 1px solid #F6911D;
    background   : rgba(246, 145, 29, 0.10);
}

.printing_rht .content {
    display: none;
}

.printing_rht .content.active {
    /* display: block; */
    display    : inline-flex;
    align-items: center;
}

.content img {
    width : 60%;
    margin: 0 30px 0 0;
}

.printing_rht h6 {
    color      : #000;
    font-size  : 18px;
    font-weight: 600;
    line-height: 27px;
}

.printing_rht h6 {
    color     : #000;
    background: transparent;
    position  : relative;
    border    : none;
    width     : auto;
}

.printing_rht h6::before {
    content   : "";
    position  : absolute;
    width     : 0px;
    transition: 0.2s;
}


.printing_rht h6::after {
    content            : "";
    display            : block;
    position           : absolute;
    bottom             : -2px;
    left               : 0;
    width              : 0;
    height             : 1px;
    /* border-bottom   : 1px solid #F6911D; */
    background-color   : #F6911D;
    transition         : width 0.3s ease;
}

.printing_rht:hover h6::after {
    width: 60%;
}


.printing_rht p {
    color      : #111;
    font-size  : 16px;
    font-weight: 400;
    line-height: 27px;

}

.printing_rht .Learn_More a {
    text-decoration: none;
    color          : #F6911D;
}

.printing_rht .Learn_More {
    visibility        : hidden;
    color             : transparent;
    font-size         : 16px;
    font-weight       : 500;
    transition        : all .5s ease-in-out;
    transform         : translateY(20px);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition   : all .5s ease-in-out;
    -ms-transition    : all .5s ease-in-out;
    -o-transition     : all .5s ease-in-out;
    -webkit-transform : translateY(20px);
    -moz-transform    : translateY(20px);
    -ms-transform     : translateY(20px);
    -o-transform      : translateY(20px);
}

.printing_rht:hover .Learn_More {
    visibility: visible;
    transform : translateY(0px);


}

/* 3D Printing Section End */

/* MOLDING Section Start */
.lorem_ipsum_molding .rowed {
    align-items: center;
    margin-top : 3rem;
}

.Injection_molding_col {
    width: 40%;
}

.Compression_Molding_col {
    width: 50%;
}

.Injection_molding {

    background: #FFF;
    width     : 342px;
    margin    : 0 0 0 57px;
}

.Compression_Molding h6 {
    margin-top   : 6px;
    margin-bottom: 10px;
    color        : #000;
    font-size    : 16px;
    font-weight  : 600;
    line-height  : 27px;
}

.Injection_molding img {
    width: 100%;
}

.Injection_molding,
.Compression_Molding {
    padding      : 28px;
    border-radius: 12px;
    border       : 1px solid #FFCF99;
    color        : var(--Dark, #111);
    font-family  : Poppins;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 400;
    line-height  : 27px;
    padding      : 20px 20px 12px 24px;
}

.Injection_molding h6 {
    margin-top   : 24px;
    margin-bottom: 16px;
    color        : #000;
    font-family  : Poppins;
    font-size    : 16px;
    font-style   : normal;
    font-weight  : 600;
    line-height  : 27px;
}

.Compression_Molding:hover,
.Injection_molding:hover {
    background: #FFEEDB;
}

.Compression_Molding {
    display   : flex;
    width     : 595px;
    background: #FFF;
    margin    : -32px 0 0 -14px;
}

.Compression_Molding img {
    margin: 0 22px 0 0;
    width : 57%;
}

.lorem_ipsum_molding .Injection_molding .Learn_More a,
.lorem_ipsum_molding .Compression_Molding .Learn_More a {
    text-decoration: none;
    color          : #F6911D;
}

.lorem_ipsum_molding .Injection_molding .Learn_More,
.lorem_ipsum_molding .Compression_Molding .Learn_More {
    color      : #F6911D;
    font-size  : 18px;
    font-weight: 500;
    visibility : hidden;
    transform  : translateY(30px);
    transition : all 0.5s ease-in-out;
}

.lorem_ipsum_molding .Injection_molding:hover .Learn_More,
.lorem_ipsum_molding .Compression_Molding:hover .Learn_More {
    visibility: visible;
    transform : translateY(0px);
    transition: all 0.5s ease-in-out;
}

/* MOLDING Section End */

/* Pilot Batch Production Section Start */
.Pilot_Batch_Production_card {
    margin: 0 0 32px 0;
}

.Pilot_Batch_Production .rowed {
    justify-content: center;
    margin-top     : 3rem;
}

.Pilot_Batch_Production_card img {
    width: 100%;
}

.Pilot_Batch_Production_card h6 {
    color      : #111;
    font-size  : 18px;
    font-weight: 600;
    line-height: 27px;
    padding    : 18px 18px 0 18px;
}

.Pilot_Batch_Production_card p {
    font-size  : 14px;
    font-weight: 400;
    line-height: 24px;
    color      : #111;
    padding    : 0 60px 12px 18px;
}

.Pilot_Batch_Production_card:hover {
    background   : #FFEEDB;
    border-radius: 8px;
}


/*  Pilot Batch Production Section End */

/* Mass Production & Available Materials Start */
.Mass_Production_Available_Materials .rowed {
    display        : flex;
    align-items    : center;
    flex-wrap      : wrap;
    justify-content: space-around;
    margin-top     : 3rem;
}

.Mass_Production_card {
    width          : 260px;
    min-height     : 265px;
    border         : 1px solid #C8C8C8;
    border-radius  : 12px;
    background     : #FFF;
    display        : flex;
    text-align     : center;
    justify-content: center;
    align-items    : end;
    padding        : 14px 0;
    margin-bottom  : 28px;
}

.Mass_Production_card h5 {
    font-size  : 18px;
    font-weight: 600;
    line-height: 27px;
    color      : #000;

}

.Mass_Production_card p {
    font-size  : 14px;
    font-weight: 400;
    line-height: 27px;
    color      : #111;

}

.Mass_Production_card::before {
    position                 : absolute;
    left                     : -2px;
    width                    : 3px;
    height                   : 50px;
    background-color         : #226db400;
    border-radius            : 5px;
    transition               : all 0.5s linear;
    -webkit-transition       : all 0.5s linear;
    -moz-transition          : all 0.5s linear;
    -o-transition            : all 0.5s linear;
    content                  : "";
    animation-duration       : 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode      : forwards;
    background-color         : transparent;
}

.Mass_Production_card:hover::before,
.Mass_Production_card:hover::after {
    animation-name: move;
}

@keyframes move {
    100% {
        transform       : translateY(-90px);
        background-color: #007bff;
    }

    0% {
        transform: translateY(30px);

    }
}

/* Mass Production & Available Materials End */