@import url("https://fonts.googleapis.com/css2?family=Raleway&display=swap%27");
body {
    margin: 0;
    padding: 0;
    font-family: "Raleway", sans-serif;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none !important;
}

h3 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 1em;
    margin-bottom: 1em;
}

textarea {
    resize: none;
}


/* common css  */

img {
    max-width: 100%;
}

.heading-text {
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.5;
}

.sub-heading {
    font-weight: bold;
    font-size: 18px;
    margin-top: 0em;
    margin-bottom: 1.1em;
    line-height: 1.5;
}

.sub-heading span {
    font-weight: 400 !important;
}

.all-bold-text {
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 20px;
    line-height: 1.5;
}

.pink-sec {
    background-color: #ae1936;
    padding: 50px 0;
}

.color-red {
    color: #ae1936;
}

.white-sec {
    padding: 50px 0;
    background-color: #fff;
}

.grey-sec {
    padding: 50px 0;
    background-color: #eeeeee;
}

.text-list {
    padding: 15px 40px;
}

.text-list ul li {
    font-size: 16px;
    color: #333333;
}

.list-img {
    display: flex;
}

.list-img a img {
    height: auto;
    max-height: 190px;
    width: auto;
    margin: auto;
    display: block;
    margin-right: 5px;
}

.line {
    position: relative;
}

.line:after {
    content: "\25E4";
    position: absolute;
    height: 40px;
    width: 40px;
    bottom: -21px;
    left: 0;
    right: 0;
    border: 1px solid #ae1936;
    color: #ae1936;
    margin: auto;
    text-align: center;
    transform: rotate(45deg);
    background-color: #f6f6f6;
    font-size: 17px;
    padding: 9px 12px 8px 14px;
}


/* header css start here  */

.top-header {
    background-color: #eeeeee;
    text-align: right;
    padding: 8px 20px;
}

.top-header a {
    font-size: 15px;
    color: #747474;
    font-weight: bold;
}

.top-header img {
    width: 250px;
    height: auto;
    vertical-align: middle;
}

.bottom-header {
    background-color: rgba(25, 14, 13, 1);
    padding: 23px 35px;
}

header nav.navbar {
    padding: 0;
}

header .navbar-brand img {
    transition: all 0.5s;
}

header nav.navbar ul.navbar-nav {
    margin-left: auto;
}

header nav.navbar .navbar-nav .nav-item {
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
}

header nav.navbar .navbar-nav .nav-link {
    padding: 0 !important;
    line-height: 95px;
    color: #fff;
    border-top: 4px solid transparent;
    transition: all 0.5s;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bolder;
}

header nav.navbar .navbar-nav .active .nav-link {
    border-top-color: #ae1936;
}

header nav.navbar .navbar-nav .nav-link:hover {
    border-top-color: #ae1936;
    color: #ae1936;
}

header nav.navbar .navbar-nav .nav-item i {
    display: none;
}

header .last-menu {
    position: relative !important;
}

header .has_sub_menu .submenu,
header .has_sub_menu1 .submenu1 {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    background-color: #f2efef;
    width: 200px;
    border-top: 3px solid #ae1936;
    font-family: "Raleway";
    font-weight: 400;
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.06);
    z-index: 1;
    transition: opacity 0.2s ease-in;
}

header .has_sub_menu1 .submenu1 {
    left: 100%;
    top: 0;
}

header .has_sub_menu:hover .submenu,
header .has_sub_menu1:hover .submenu1 {
    display: block;
}

header .has_sub_menu .submenu>span,
header .has_sub_menu .submenu a,
header .has_sub_menu1 .submenu1 a {
    display: block;
    padding: 7px 10px;
    width: 200px !important;
    color: #000;
    border-bottom: 1px solid #dcdadb;
    font-weight: 600 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    list-style: none;
    cursor: pointer;
    position: relative;
}
header .has_sub_menu .submenu > span > a {
    padding: 0;
    border: none;
}

header .has_sub_menu .submenu>span:hover,
header .has_sub_menu .submenu>span.active,
header .has_sub_menu .submenu a.active,
header .has_sub_menu .submenu a:hover,
header .has_sub_menu1 .submenu1 a.active,
header .has_sub_menu1 .submenu1 a:hover {
    color: #ae1936;
    background-color: #f8f8f8;
}

.navbar-toggler {
    padding: 0;
    height: 30px;
    width: 30px;
    border: none;
    position: relative;
    outline: none !important;
}

.navbar-toggler .navbar-toggler-inner,
.navbar-toggler .navbar-toggler-inner:after,
.navbar-toggler .navbar-toggler-inner:before {
    width: 20px;
    height: 3px;
    transition-timing-function: ease;
    transition-duration: 0.3s;
    transition-property: transform;
    border-radius: 4px;
    background-color: #000;
    position: absolute;
}

.navbar-toggler .navbar-toggler-inner {
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-duration: 75ms;
    top: 0;
    bottom: 0;
    margin: auto;
}

.navbar-toggler .navbar-toggler-inner:after,
.navbar-toggler .navbar-toggler-inner:before {
    display: block;
    content: "";
}

.navbar-toggler .navbar-toggler-inner:before {
    transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.navbar-toggler .navbar-toggler-inner:before {
    top: -7px;
}

.navbar-toggler .navbar-toggler-inner:after {
    transition: bottom 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.navbar-toggler .navbar-toggler-inner:after {
    bottom: -7px;
}

.navbar-toggler.open_menu .navbar-toggler-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
}

.navbar-toggler.open_menu .navbar-toggler-inner {
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: rotate(45deg);
}

.navbar-toggler.open_menu .navbar-toggler-inner:before {
    top: 0;
    transition: top 75ms ease, opacity 75ms ease 0.12s;
    opacity: 0;
}

.navbar-toggler.open_menu .navbar-toggler-inner:after {
    bottom: 0;
    transition: bottom 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
    transform: rotate(-90deg);
}


/* header css end here  */


/* footer start here  */

.bottom-footer {
    background-color: #282a2b;
    border-color: #4b4c4d;
    border-top-width: 1px;
    padding-top: 18px;
    padding-bottom: 16px;
    font-size: 12px;
    font-weight: bold;
}

.top-footer {
    background-color: #363839;
    border-color: #e9eaee;
    border-top-width: 12px;
    padding-top: 43px;
    padding-bottom: 40px;
}

.top-footer h1 {
    font-size: 34px;
    font-weight: bold;
    margin: 0.67em 0;
}

.top-footer h3,
.top-footer h3 a {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    color: #dddddd;
    margin: 1em 0;
}

.top-footer h3 a:hover {
    color: #fff;
}

.footer-center {
    display: table;
    width: auto;
    margin: auto;
}

.footer-center .box {
    padding: 0 12px 20px;
    float: left;
    width: auto;
}

.footer-center i {
    background-color: #222222;
    color: #ffffff;
    font-size: 25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 50px;
    margin: 0px;
    vertical-align: middle;
    float: left;
}

.footer-center .box span {
    margin: 10px 0 0 10px;
    float: left;
    color: #ffffff;
    font-size: 14px;
}

.footer-center p.margin-set {
    display: inline-block;
    color: #ffffff;
    vertical-align: middle;
    margin: 5px 0 5px 7px;
    float: left;
    text-align: left;
    font-size: 14px;
}


/* footer end here  */


/* home page css strat here  */


/* contact section start here  */

.contact-sec {
    background-color: #eee;
    padding: 30px 0;
}

.fusion-text p {
    margin: 0 0 30px;
    font-size: 14px;
    color: #333333;
    font-weight: 700;
}


/* contact section end here  */


/* announcement-image section start here  */

.announcem-image-container {
    margin: 50px auto;
}

.announcem-image-container img {
    width: auto;
    height: auto;
    max-width: 100%;
}


/* announcement-image section end here  */

.old-technology li {
    font-size: 20px;
    padding: 5px 0;
}

.qualify-img {
    margin: auto;
    display: block;
    margin-bottom: 20px;
}


/* banner slider start here  */

.banner_single_slide h2,
.banner_single_slide h3 {
    overflow: hidden;
    white-space: nowrap;
    margin: 0 auto;
    text-align: center;
    visibility: hidden;
    font-size: 30px;
    font-weight: 700;
}

.banner_single_slide h2 {
    color: #fff;
}

.banner_single_slide h3 {
    color: rgb(183, 62, 70);
}

.banner_single_slide.slick-current.slick-active h2 {
    -webkit-animation: typing 6s linear infinite;
    animation: typing 6s linear infinite;
    animation-delay: 0.5s;
}

.banner_single_slide.slick-current.slick-active h3 {
    -webkit-animation: typing 6s linear infinite;
    animation: typing 6s linear infinite;
    animation-delay: 1.5s;
}

@-webkit-keyframes typing {
    from {
        width: 0;
        visibility: visible;
    }
    to {
        width: 100%;
    }
}

@keyframes typing {
    from {
        width: 0;
        visibility: visible;
    }
    to {
        width: 100%;
    }
}

.banner_single_slide {
    background-image: url(../images/points-back-asda.jpg);
    height: 600px;
    position: relative;
    background-position: top right;
}

.banner_single_slide.slick-current.slick-active {
    -webkit-animation: zoomBg 8s linear infinite;
    animation: zoomBg 8s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

@-webkit-keyframes zoomBg {
    from {
        background-size: auto 100%;
    }
    to {
        background-size: auto 115%;
    }
}

@keyframes zoomBg {
    from {
        background-size: auto 100%;
    }
    to {
        background-size: auto 115%;
    }
}

.banner_slider button.slick-arrow {
    background-color: rgba(0, 0, 0, 0.75);
    border: none !important;
    outline: none !important;
    color: #fff;
    font-size: 30px;
    line-height: 30px;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 11;
    cursor: pointer;
}

.banner_slider button.slick-prev.slick-arrow {
    left: 15px;
}

.banner_slider button.slick-next.slick-arrow {
    right: 15px;
}

.product_image img {
    max-width: 70%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: auto;
    height: auto;
    visibility: hidden;
}

.banner_single_slide.slick-current.slick-active .product_image img {
    -webkit-animation: moving 5s linear infinite;
    animation: moving 5s linear infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    visibility: visible;
}

@-webkit-keyframes moving {
    0% {
        left: 0px;
        right: 0px;
    }
    100% {
        left: 20%;
        right: 0px;
    }
}

@keyframes moving {
    0% {
        left: 0px;
        right: 0px;
    }
    100% {
        left: 20%;
        right: 0px;
    }
}

ul.slick-dots {
    margin: 0;
    padding: 0;
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 20px;
}

ul.slick-dots li {
    display: inline-block;
    margin: 0px 2px;
}

ul.slick-dots li button {
    width: 12px;
    height: 12px;
    background: rgb(153, 153, 153);
    background: -moz-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: -webkit-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: -o-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: -ms-linear-gradient(top, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    background: linear-gradient(to bottom, rgb(153, 153, 153) 0%, rgb(225, 225, 225) 100%);
    filter: progid: dximagetransform.microsoft.gradient( startcolorstr="rgb(153, 153, 153)", endcolorstr="rgb(225, 225, 225)", gradienttype=0);
    border: 3px solid rgb(229, 229, 229);
    border-radius: 50%;
    cursor: pointer;
    box-sizing: content-box;
    font-size: 0px;
    padding: 0px;
    outline: none !important;
    box-shadow: none !important;
}

ul.slick-dots li.slick-active button {
    background: rgb(102, 102, 102);
}

a.view_product {
    background-color: rgba(202, 33, 62, 0.75);
    color: #fff;
    padding: 8px 30px;
    font-size: 20px;
    display: table;
    margin: 40px auto auto;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: 700;
    transition: all 0.5s;
}

a.view_product:hover {
    background-color: #fff;
    color: #000;
}

.fa-ellipsis-h:before {
    content: "\f141";
}

.slider-right-part {
    width: 50%;
    float: left;
    position: relative;
    height: 500px;
}

.slider-left-part {
    width: 50%;
    float: left;
    position: relative;
    height: 600px;
}

.left-text {
    position: absolute;
    top: 35%;
    width: 100%;
}

.slick-prev:before,
.slick-next:before {
    content: none;
}


/* banner slider end here  */


/* home page css end here  */


/* bread crumb css start here  */

.bread-crumb {
    background: #f6f6f6;
    height: 87px;
    display: flex;
    align-items: center;
    border-top: 1px solid #d2d3d4;
    border-bottom: 1px solid #d2d3d4;
}

.bread-crumb-text {
    width: 100%;
    text-transform: uppercase;
}

.bread-crumb-text h5 {
    float: left;
    font-size: 18px;
    font-weight: bold;
    color: #333333 !important;
}

.bread-crumb-text ul {
    float: right;
}

.bread-crumb-text ul li {
    display: inline-block;
    list-style: none;
    color: #333333;
    font-size: 15px;
    font-weight: 600;
}

.bread-crumb-text ul li a {
    color: #333333;
}

.bread-crumb-text ul li span {
    padding: 0 5px;
}


/* bread crumb css end here  */


/* material page start here  */

.material-list ul li {
    list-style: none;
    padding: 5.5px 0;
}

.material-list ul li span {
    background-color: #f05858;
    font-size: 17.6px;
    line-height: 34px;
    height: 34px;
    width: 34px;
    margin-right: 14px;
    border-radius: 50%;
    background-clip: padding-box;
    color: #fff;
    text-align: center;
    display: table;
    float: left;
}

.material-list ul li p {
    font-size: 20px;
    line-height: 34px;
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 600;
    margin-left: 48px;
}

.material-img img {
    max-width: 100%;
    padding: 5px;
}


/* material page end here  */


/* news page start here  */

.news-sec {
    padding: 70px 0;
}

.news-img img {
    vertical-align: top;
    max-width: 1200px;
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.contact-block p {
    color: #747474;
}

.contact-block p a {
    color: #000000 !important;
}

.contact-block p span {
    text-decoration: underline;
}

.contact-block p a:hover {
    color: #ae1936 !important;
}

.news-text {
    margin-top: 5px;
}


/* news page end here  */


/* contact-us page start here  */

.address-sec {
    padding: 50px 0;
}

.table-1 {
    display: block;
    overflow-x: auto;
}

.table-1 table {
    border: 1px solid#e0dede;
    background-color: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.5);
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

.table-1 table,
.table-1 table th,
.table-1 tr td {
    border-color: #e0dede;
}

.table-1 table th p {
    text-align: center;
}

.table-1 table th p i {
    font-size: 35px;
    color: #ae1936;
}

.table-1 table th {
    border: 1px solid #e0dede;
    background: #f6f6f6;
    padding: 20px;
    text-align: left;
}

.table-1 tr td {
    border: 1px solid #e0dede;
    padding: 10px 20px;
    font-size: 14px;
    color: #333333;
}

.table-1 tr td p {
    margin: 20px 0;
}

.form-control {
    height: 30px;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    border: 1px solid #d2d2d2;
    border-radius: 0px;
    color: #aaa9a9;
}

.form-control:focus {
    outline: none;
    box-shadow: none;
    border: 1px solid #d2d2d2;
}

.form-group {
    margin-bottom: 20px;
}

::placeholder {
    color: #aaa9a9;
    opacity: 1;
    /* Firefox */
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #aaa9a9;
}

::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #aaa9a9;
}

.submit-btn {
    padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
    background: #ae1936;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    outline: none;
    margin: 25px 0;
}

.contact-form-sec {
    padding: 20px 0 80px;
}

.side-navigation ul {
    border: 1px solid #d2d2d2;
    border-bottom-width: 0;
}

.side-navigation ul li {
    border-bottom: 1px solid #d2d2d2;
    padding: 8px 20px;
    list-style: none;
}

.side-navigation ul li a {
    color: #838383;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
}

.side-navigation ul li a:hover,
.side-navigation ul li.active a {
    color: #ae1936;
}

.side-navigation ul li.active {
    border-right: 3px solid #ae1936;
}


/* contact-us page end here  */


/* letter manufactured page start here  */

.manufacture-img {
    z-index: 1;
    overflow: hidden;
    position: relative;
    max-width: 540px;
    height: auto;
    width: 100%;
    border-style: none;
    vertical-align: top;
    display: flex;
}

.manufacture-img a img {
    vertical-align: top;
    box-shadow: none !important;
    max-width: 1200px;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    height: 100%;
}

.single-manufactured {
    border-bottom: 2px solid #ae1936;
}

.lt-img {
    padding: 40px 20px;
    background-color: #ae1936;
}

.lt-img img {
    width: 100%;
    height: 500px;
}


/* letter manufactured page end here  */


/* channel letter banders start here  */

.machine-main-sec {
    padding: 60px 0 20px;
}

.machine-main-img {
    padding: 50px 0;
}

.trim-machine-list {
    padding: 40px;
}

.trim-machine-list ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

.trim-machine-list ul li img {
    vertical-align: top;
    display: inline-block;
    max-width: 60px;
}

.trim-machine-img img {
    vertical-align: top;
    box-shadow: none !important;
    max-width: 1200px;
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.about-machine p {
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
}

.about-machine h6 {
    font-size: 14px;
    margin: 30px 0 20px;
    color: #333333;
    font-weight: 700;
}

.about-machine ul li {
    font-size: 14px;
    color: #333333;
}

.about-machine ul {
    margin: 10px 0 0 40px;
}

.machine-feature-text p {
    color: #333333;
}

.machine-feature-text ul {
    margin: 10px 0 0 35px;
}

.machine-feature-text ul li {
    color: #333333;
    font-size: 14px;
    font-weight: 700;
}

.machine-feature-img img {
    width: 100%;
}

.line-img {
    text-align: center;
    margin: 50px 0;
    border-bottom: 2px solid #ae1936;
}

section.machine-feature {
    padding: 50px 0;
}

.machine-feature-video {
    height: 316px;
    position: relative;
}

.machine-feature-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}


/* channel letter benders end here  */


/* trim machine page start  */

.bending-list {
    margin-left: 35px;
}

.big-machine-img {
    padding: 50px 0;
}

.big-machine-img img {
    width: 100%;
    padding: 10px;
}

.trim-single-img img {
    margin: 20px 0;
    vertical-align: top;
    max-width: 1200px;
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.red-border {
    border-bottom: 2px solid #ae1936;
}


/* trim machine page end  */


/* laser cutter page start here  */

h3.laser-cutter-heading-text {
    font-weight: 400;
}

.laser-cutter-img-box {
    padding-bottom: 15px;
}

.laser-cutter-img-box img {
    height: auto;
    width: auto;
    margin: auto;
    max-width: 100%;
    min-width: 100%;
}

.factory-technique-text h5 {
    font-weight: 400;
    line-height: 28px;
}

.factory-technique-text ul {
    margin-left: 30px;
}

.cutting-parameters img {
    max-width: 100%;
    width: 100%;
}

.conversation-text table {
    margin-top: 20px;
    text-align: center;
    width: 100%;
    color: #333333;
    font-size: 14px;
}

.conversation-text table tr,
.conversation-text table th,
.conversation-text table td,
.conversation-text table {
    border: 1px solid #e0dede;
}

.video-sec {
    padding: 30px 15px;
    background-color: #ae1936;
}

.video-sec1 {
    padding: 30px 15px;
}

.video-box {
    position: relative;
    width: 100%;
    padding-top: calc(100% / 16 * 9);
    overflow: hidden;
}

.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}


/* laser cutter page start here  */


/* router page start here  */

.about-router p {
    font-size: 14px;
    margin: 0 0 20px;
}

ul.all-list-struct {
    margin-left: 35px;
    font-size: 14px;
    line-height: 1.5;
    color: #333333;
}

.router-text-list h3 {
    color: #333333;
}

.router-text-list p {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    margin: 0 0 20px;
}

.all-list-img img {
    max-width: 100%;
    height: auto;
}

.router-text-list img {
    height: auto;
    max-height: 60px;
    min-height: 60px;
    width: auto;
    margin-bottom: 20px;
}


/* router page end here  */


/* encapsulation system start here  */

.channels-letter-text ul {
    margin-left: 35px;
}

.channels-letter-text ul li {
    color: #333333;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.channels-letter-img {
    max-width: 540px;
    height: auto;
    width: 100%;
    margin: auto;
}

.channels-letter-img img {
    max-width: 1200px;
    height: auto;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.specification-text {
    margin-top: 18px;
}

.welder-img img {
    width: 100%;
}


/* encapsulation system end here  */


/* fiber laser page start here  */

.fiber-laser-welder-sec {
    padding: 40px 0;
}

.fiber-laser-welder-sec h5,
.fiber-laser-welder-sec li {
    font-weight: 900;
}

.fiber-laser-img {
    margin: 15px 0;
}

.image-1 {
    width: 300px;
    margin: 20px auto;
    margin-top: 90px;
}

.image-1 img {
    min-width: 100%;
    max-width: 100%;
    object-fit: cover;
}

.information {
    padding: 10px 0 40px;
}

.information h3 {
    color: #ae1936;
}

.info-box a {
    color: navy;
}

.info-box a:hover {
    color: blue;
}


/* fiber laser page end here  */


/* laser safety page start here  */

ul.sub-list {
    margin-left: 35px;
}

ul.sub-list li {
    font-size: 14px;
    color: #fff;
    line-height: 1.6;
}

ul.sub-list li a {
    color: #fff;
    font-weight: 500;
}

ul.sub-list li a:hover {
    text-decoration: underline !important;
}

ul.sub-list ul {
    margin-left: 30px;
}

.all-img-sec h5 {
    font-size: 15px;
    margin-top: 40px;
    color: #333;
    font-weight: 700;
}

.all-img-sec img {
    max-width: 100%;
    width: auto;
    height: auto;
}

.all-img-sec p {
    font-size: 14px;
    margin: 0 0 20px;
    line-height: 1.5;
}

.laser-control p {
    font-size: 14px;
    line-height: 1.5;
    color: #333;
    margin: 0 0 20px;
}

.all-bold-text a:hover {
    color: #ae1936;
}

.all-bold-text a {
    color: #ae1936;
    text-decoration: underline !important;
}


/* laser safety page end  */


/* loader css start  */

#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
    background-color: #fff;
    -ms-flex-align: center;
    display: flex;
}

#loader-wrapper .loader {
    display: table;
    margin: auto;
    z-index: 9999;
    width: 150px;
    text-align: center;
}

.dot {
    margin-left: 10px;
    margin-right: 10px;
    width: 18px;
    height: 18px;
    background-color: #ae1936;
    border-radius: 50%;
    -webkit-animation: loader 1400ms ease-out infinite;
    animation: loader 1400ms ease-out infinite;
    display: inline-block;
}

.dot:nth-child(1) {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.dot:nth-child(2) {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.dot:nth-child(3) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@-webkit-keyframes loader {
    0%,
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

@keyframes loader {
    0%,
    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    50% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}


/* loader css end  */

.announcem_text p {
    line-height: 1.9;
    margin-bottom: 15px;
}

.announcem_text ul li,
.warranty_block h4 {
    line-height: 1.6;
}

.announcem_text h1 {
    font-size: 28px;
    font-weight: 600;
}

.announcem_text h2 {
    font-size: 24px;
    font-weight: 600;
}

.announcem_text img {
    width: 200px;
    height: 200px;
    object-fit: contain;
}

.announcem_text img.full_width {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.ascent-4AS {
    position: relative;
    overflow: hidden;
    padding-top: calc(100% / 16 * 9);
}
.ascent-4AS iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
}

.red_heading {
    color: #991b30 !important;
}
a.red_heading {
    background-color: #991b30;
    padding: 5px 15px;
    border-radius: 5px;
    border: 2px solid #991b30;
    color: #fff !important;
    transition: all 0.5s;
}
a.red_heading:hover {
    background-color: #ffffff;
    color: #991b30 !important;
}
.sub_title{
    margin: 0px 0px 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: normal;
}
.normal_hading{
    margin: 0px 0px 10px;
    font-size: 28px;
    font-weight: bold;
    line-height: normal;
}

.cnc_bending_forth_gen{
    padding: 20px 0px;
}
.cnc_bending_forth_gen li,
.cnc_bending_forth_gen p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 25px;
}
.cnc_bending_forth_gen li{
    margin-bottom: 0px;
}
.cnc_bending_forth_gen p img{
    vertical-align: top;
    display: inline-block;
    max-width: 60px;
}
.two_image_box img {
    max-width: 80%;
    float: right;
    margin: 15px 0px;
}
.two_image_box.inline_image img {
    max-width: 50%;
    float: left;
}
.three_image_box img {
    float: left;
    max-width: 33.33%;
}

.download_brochure {
    border: 2px solid #991b30;
    background-color: #991b30;
    border-radius: 30px;
    padding: 10px 30px;
    display: table;
    margin: auto;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s;
}
.download_brochure:hover {
    background-color: transparent;
    color: #991b30;
}

.ate_images img {
    width: 100%;
    max-width: 350px;
    margin: auto;
    display: block;
}

@media(max-width: 991px){
    .two_image_box img {
        max-width: 100%;
    }
}
@media(max-width: 768px){
    .two_image_box img, .three_image_box img, .two_image_box.inline_image img {
        float: none;
        max-width: 100%;
        width: 300px;
        margin: 10px auto;
        display: block;
    }
}


/*channel_letters_benders page css start*/

.channel_letters_benders_section h2 {
    font-size: 24px;
}

.channel_letters_benders_section p {
    display: block;
    font-size: 16px;
}

.channel_letters_benders_section p b {
    font-weight: 900;
}


/*channel_letters_benders page css over*/