/********** Template CSS **********/
/* 
  Website Name : Walkerengineering
  Description : Scorpio Technologies PHP theme
  Developer : D.Rajiv Gandhi
*/
:root {
    --primary: #FDA12B;
    --secondary: #8D9297;
    --light: #F8F9FA;
    --dark: #182333;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
    border-radius: 30% 70% 70% 30% / 30% 45% 55% 70%;
}

.blink {
  color: #ed1c24;
  animation: animate 
      1.5s linear infinite;
}

@keyframes animate {
            0% {
                opacity: 0;
            }
  
            50% {
                opacity: 0.7;
            }
  
            100% {
                opacity: 0;
            }
        }

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.navbar.sticky-top {top: -100px;transition: .5s;}

.navbar .navbar-nav .nav-link {
    margin-left: 30px;
    padding: 25px 0;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar-brand img {width: 20%;}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {color: #ed1c24;}

.border-primary {border-color: #ed1c24 !important;}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.rajiv {
  margin-right: 184px;
  margin-top: -45px !important;
}

.dropdown-item {padding: 10px 10px;}

.text-box {position: relative;margin-bottom: 20px;}

.text-box i {margin-right: 8px;float: left;line-height: 26px;}

.text-box p {margin-left: 20px;}

@media (max-width: 991.98px) {

.navbar .navbar-nav .nav-link  {margin-left: 0;padding: 10px 0;}

.cart-img {width: 100% !important;margin: 0 auto;}

.navbar .navbar-nav {margin-top: 25px;border-top: 1px solid #EEEEEE;}
.navbar-brand {width: 50%;}
.navbar-brand img {width: 70px;}

}

@media (min-width: 992px) {
.navbar .nav-item .dropdown-menu {
    display: block;
    border: none;
    margin-top: 0;
    top: 150%;
    right: 0;
    opacity: 0;
    padding: 0;
    visibility: hidden;
    border-top: 3px solid #ed1c24;
}

.navbar .nav-item:hover .dropdown-menu {
    top: 100%;
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

}

.btn-outline-primary {color: #ed1c24;border-color: #ed1c24;}

.btn-outline-primary:hover {
    color: #dc5ca5;
    background-color: #1ab9f4;
    border-color: #1ab9f4;
}
/*** Button ***/
.btn {font-weight: 500;transition: .5s;}

.btn-primary {background-color: #ed1c24;border-color: #ed1c24;}

.btn.btn-primary,
.btn.btn-outline-primary:hover {color: #FFFFFF;}

.btn-square {width: 38px;height: 38px;}

.btn-sm-square {width: 32px;height: 32px;}

.btn-lg-square {width: 48px;height: 48px;}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.text-box {position: relative;margin-bottom: 20px;}

.text-box i {margin-right: 8px;float: left;line-height: 26px;}

.text-box p {margin-left: 20px;}

.text-red {color: #ed1c24;}

/*** Header ***/
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: start;
    /*background: rgba(0, 0, 0, .65);*/
    z-index: 1;
}

.carousel-control-prev,
.carousel-control-next {width: 15%;}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 4rem;
    height: 4rem;
    background-color: var(--dark);
    border: 15px solid var(--dark);
    border-radius: 50px;
}

.carousel-caption .breadcrumb-item+.breadcrumb-item::before {
    content: "\f111";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--primary);
}

@media (max-width: 768px) {
#header-carousel .carousel-item {
    position: relative;
    min-height: 450px;
}

#header-carousel .carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    border-width: 12px;
}
}

.page-header {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/ban2.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {color: #999999;}

.bg-light {background-color: #F8F9FA !important;height: 35px;}

/*** Facts ***/
.facts-sec {
    background: #fafafa;
    padding-top: 60px;
    padding-bottom: 60px;
}
.carousel-indicators [data-bs-target] { background-color: #ed1c24;}

.carousel-indicators {bottom: -67px;}

.facts-heading h4 {text-align: center;color: #00aeef;}

.facts-heading h1 {
   text-align: center;
   color: #ed1c24;
   padding-bottom: 30px;
}
.cart-img {width: 30%;margin: 0 auto;}

.card-title {text-align: center;}

.cnc-item {width: 100%;height: 100%;}

/*** Service ***/
.service-text::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    background: #00aeef;
    opacity: 0;
    transition: .5s;
}

.service-item:hover .service-text::before {height: 100%;opacity: 1;}

.service-text * {position: relative;transition: .5s;z-index: 1;}

.service-item:hover .service-text * {color: #FFFFFF !important;}

.btn-primary:hover {
    color: #000;
    background-color: #00aeef;
    border-color: #00aeef;
}

/*** Appointment ***/
.appointment {
    background: linear-gradient(rgba(0, 0, 0, .65), rgba(0, 0, 0, .65)), url(../img/ban4.jpg) center center no-repeat;
    background-size: cover;
}

/*** Team ***/
.team-text {
    position: absolute;
    width: 75%;
    bottom: 30px;
    left: 0;
    transition: .5s;
}

.team-item:hover .team-text {width: 100%;}

.team-text * {transition: .5s;}

.team-item:hover .team-text * {letter-spacing: 2px;}

.our-product {margin: 0 auto;}

.title {
    width: 100%;
    background-color: #ed1c24;
    text-align: center;
    margin-bottom: 30px;
}
.title h2 {padding: 5px;color: #fff;}

.small {color: #00aeef;}

/*** Testimonial ***/
.testimonial-carousel .owl-item img {width: 100px; height: 100px;}

.testimonial-carousel .owl-nav {margin-top: 30px;display: flex;justify-content: start;}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin-right: 15px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--dark);
    border: 2px solid #ed1c24;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}
.bg-primary {background-color: #ed1c24 !important;}

.text-primary {color: #ed1c24 !important;}

.text-justify {text-align: justify;}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    background: #00aeef;
    border: 2px solid #00aeef;
}
.product_tbl {
    border-top: 1px solid #acb0b6;
    margin: 15px 0;
    width: 100%;
    border-left: 1px solid #acb0b6;
}
.product_tbl .bg {background: #e4ecf6;}

.product_tbl .btxt {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 15px;
}
.product_tbl td {
    font-size: 13px;
    padding: 10px;
    border-bottom: 1px solid #acb0b6;
    border-right: 1px solid #acb0b6;
    color: #333;
}
.product_tbl .bg_txt li {
    display: inline-block;
    vertical-align: top;
    margin: 2px;
    font-size: 13px;
    color: #fff;
    padding: 3px 0;
    width: 73px;
    text-align: center;
}
.tit {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
.tits {
    text-align: center;
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
.bg_txt {
    list-style-type: none;
    display: block;
    overflow: hidden;
    margin-top: 10px;
}
.product_tbl .li_txt {
    display: block;
    padding: 0;
    margin: 10px 0 0 15px;
}
.product_tbl .bg_txt .s {background: #25ade3;}

.product_tbl .bg_txt .y {background: #ffe711;color: #333;}

.product_tbl .bg_txt .r {background: #ed2024;}

.product_tbl .bg_txt .o {background: #f26722;}

.product_tbl .bg_txt .g {background: #818285;}

.product_tbl .bg_txt .gr {background: #96ca53;}

.product-cbn {margin-bottom: 80px;}

.cbn {
    float: none;
    height: auto;
    height: initial;
    line-height: 1;
    margin-left: -1px;
    margin-top: 0px;
    position: relative;
    width: 750px;
}
.cbn-1 {
    float: left;
    height: auto;
    height: initial;
    padding-left: 50px;
    position: relative;
  
}
.cbn-box {
    border:1px solid #E1E1E1;
    float: left;
    height: 120px;
    padding-left: 0px;
    position: relative;
    width: 218px;
}
.cbn-img {
    background-image: url(../img/milling/CBN_1.png);
    float: left;
    height: 100px;
    margin-top: 10px;
    position: relative;
    width: 100px;
}
.cbn-txt {
    color: #333333;
    float: none;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    height: initial;
    line-height: 1.30;
    margin-top: 38px;
    position: relative;
    width: auto;
    width: initial;
}
.cbn-l {
    border:1px solid #E1E1E1;
    float: left;
    height: 120px;
    margin-left: 20px;
    padding-left: 0px;
    position: relative;
    width: 218px;
}
.cbn-imgs {
    background-image: url(../img/milling/CBN_2.png);
    float: left;
    height: 100px;
    margin-top: 10px;
    position: relative;
    width: 100px;
}

.i-Xmill-1 {
    float: left;
    height: auto;
    height: initial;
    /*padding-left: 30px;*/
    position: relative;
  
}
.i-Xmill-box {
    border:1px solid #E1E1E1;
    float: left;
    height: 120px;
    padding-left: 0px;
    position: relative;
    width: 270px;
    margin-top: 15px;
}
.i-Xmill-img {
    float: left;
    height: 80px;
    margin-top: 10px;
    position: relative;
    width: 170px;
}
.i-Xmill-txt {
    color: #333333;
    float: none;
    font-size: 14px;
   /* font-weight: 700;*/
    height: auto;
    height: initial;
    line-height: 1.10;
    margin-top: 35px;
    position: relative;
    width: auto;
    width: initial;
}
.i-Xmill-l {
    border:1px solid #E1E1E1;
    float: left;
    height: 120px;
    margin-left: 20px;
    padding-left: 0px;
    position: relative;
    width: 285px;
}
.i-Xmill-imgs {
    float: left;
    height: 80px;
    margin-top: 24px;
    position: relative;
    width: 170px;
}

.product_info_2 tr td.info1 span {
    color: #000;
    height: 18px;
    line-height: 17px;
    font-size: 13px;
    text-align: center;
    margin: 3px 0;
    font-weight: bold;
}

.product_info_2 tr td.info1 span.bg_b {
    display: block;
    width: 80px;
    background: #4395d1;
    color: #fff;
}

.product_info_2 tr td.info1 span.bg_r {
    display: block;
    width: 80px;
    background: #db0212;
    color: #fff;
}

.product_info_2 tr td.info1 span.bg_y {
    display: block;
    width: 80px;
    background: #fdd000;
}

.product_info_2 tr td.info1 span.bg_or {
    display: block;
    width: 80px;
    background: #eb6000;
    color: #fff;
}

.product_info_2 tr td.info1 span.bg_rg {
    display: block;
    width: 80px;
    background: #9ac841;
    color: #fff;
}

table, th, td {border: 1px solid black;border-collapse: collapse;}

th, td {padding: 5px;text-align: left;}

.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed,
.gw-container.gw-main-container .gw-sidebar.gw-sidebar-fixed:before { left: auto }

.gw-sidebar {
  width: 100%;
  border-width: 0 1px 0 0;
  background-color: #333333;
  bottom:0;
  top:0 ;
  left: 0;
}

.gw-sidebar .nano-pane {background: rgba(255, 255, 255, 0);font-size: 15px;}

.gw-sidebar .gw-nav-list li a {padding-left:10px;text-transform: uppercase;}

.gw-nav-list {margin: 0;padding: 0;list-style: none;}

.gw-nav-list>li:first-child { border-top: 0; }

.gw-nav-list>li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  border-top: 1px solid #fcfcfc;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
  text-decoration: none;
}
 @-webkit-keyframes 
arrow-slide {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}
 @-webkit-keyframes 
arrow-slide1 {  0% {
}
 100% {
-webkit-transform:rotate(225deg);
z-index:3
}
}

.gw-nav-list>li.arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-down:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
  -webkit-animation: arrow-slide1 .5s 0s ease both;
}

.gw-nav-list>li.init-arrow-up:after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  right: 10px;
  top: 15px;
  border-top: 1px solid #bababa;
  border-left: 1px solid #bababa;
  -webkit-transform: rotate(45deg);
}

.gw-nav-list>li.active { background-color: #fff; }

.gw-nav-list>li>a {
  display: block;
  height: 38px;
  line-height: 36px;
  padding: 0 16px 0 7px;
  color:#fff;
  text-shadow: none!important;
  font-size: 13px;
  text-decoration: none;
}

.gw-open > a { outline: 0; }

.gw-nav-list>li.gw-open { border-bottom-color: #e5e5e5; }

.gw-nav-list>li.gw-open>a {background-color: #fafafa;color: #1963aa;}

.gw-nav-list .gw-open>a,
.gw-nav-list .gw-open>a:hover,
.gw-nav-list .gw-open>a:focus { background-color: #fafafa; }

.gw-nav .gw-open > a,
.gw-nav .gw-open > a:hover,
.gw-nav .gw-open > a:focus {background-color: #eee;border-color: #428bca;}

.gw-nav-list>li.active>a,
.gw-nav-list>li.active>a:hover,
.gw-nav-list>li.active>a:focus,
.gw-nav-list>li.active>a:active {
  background-color: #0066fe;
  color:#fff;
  font-weight: bold;
  font-size: 13px;
}

.gw-nav-list>li>a,
.gw-nav-list .gw-nav-header { margin: 0 }
.gw-nav-list>li.active>a>[class*="icon-"] {font-weight: normal;}

.gw-nav-list>li.active>a:hover:before { display: none; }

.gw-nav-list>li.active:before {
  display: inline-block;
  content: "";
  position: absolute;
  right: -2px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd4814;
  border-width: 0 2px 0 0;
}

.gw-nav-list li.gw-open>a:after { display: none; }

.gw-nav-list>li a>.gw-arrow {
  display: inline-block;
  width: 14px!important;
  height: 14px;
  line-height: 14px;
  text-shadow: none;
  font-size: 18px;
  position: absolute;
  right: 11px;
  top: 11px;
  padding: 0;
  color: #666;
}

.gw-nav-list>li a:hover>.gw-arrow,
.gw-nav-list>li.active>a>.gw-arrow,
.gw-nav-list>li.gw-open>a>.gw-arrow { color: #1963aa; }

.gw-nav-list>li>a>[class*="icon-"]:first-child {
  display: inline-block;
  vertical-align: middle;
  min-width: 30px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  margin-right: 2px
}

.gw-nav-list>li.active .gw-submenu {
 display: block -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.13);
}

.gw-nav-list>li .gw-submenu {
  font-size: 13px;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

.gw-nav-list>li .gw-submenu>li {margin-left: 0;position: relative;}

.gw-nav-list>li .gw-submenu>li>a {
  display: block;
  position: relative;
  color:#000; 
  padding: 7px 0 9px 14px;
  margin: 0;
  border-top: 1px dotted #e4e4e4;
  font-size: 12px;
  text-decoration: none;
  background-color:#f5f4f4;
}

.gw-nav-list>li .gw-submenu>li>a:focus { text-decoration: none }

.gw-nav-list>li .gw-submenu>li>a:hover {
  text-decoration: none;
  color: #dd4814;
  background-color: rgba(25,25,50,0.1);
}

.gw-nav-list>li .gw-submenu>li.active:after {
  display: inline-block;
  content: "";
  position: absolute;
  right: -1px;
  top: -1px;
  bottom: 0;
  z-index: 1;
  border: 2px solid #dd4814;
}

.gw-nav-list>li .gw-submenu>li.active>a { color: #dd4814;font-weight: bold;}

.gw-nav-list>li .gw-submenu>li a>[class*="icon-"]:first-child {
  display: none;
  font-size: 12px;
  font-weight: normal;
  width: 18px;
  height: auto;
  line-height: 12px;
  text-align: center;
  position: absolute;
  left: 10px;
  top: 11px;
  z-index: 1;
  background-color: #FFF
}

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child,
.gw-nav-list>li .gw-submenu>li:hover>a>[class*="icon-"]:first-child { display: inline-block; }

.gw-nav-list>li .gw-submenu>li.active>a>[class*="icon-"]:first-child { color: #c86139; }

.gw-nav-list>li>.gw-submenu>li:first-child>a { border-top: 0px; }

.gw-nav-list li .gw-submenu { overflow: hidden; }

.gw-nav-list li.active.gw-open>.gw-submenu>li.active.gw-open>a.dropdown-toggle:after { display: none; }

.gw-nav-list li.active>.gw-submenu>li.active>a:after { display: none; }

.gw-nav-list li.active.gw-open>.gw-submenu>li.active>a:after { display: block; }

.gw-nav-tabs li[class*=" icon-"],
.nav-tabs li[class^="icon-"] {
  width: 1.25em;
  display: inline-block;
  text-align: center;
}

.dropdown-action {
  width: 100%;
  background-color: #091540;
  color: white;
  padding: 15px 15px;
  border-radius: 0.25em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.dropdown-action:hover {background-color: #050C24;}

.dropdown-action .caret-down {
  height: 100%;
  display: flex;
  align-items: center;
}

.dropdown-action .caret-down svg {
  fill: white;
  width: 1.25em;
  height: 1.25em;
  transform: rotateZ(360deg);
  transition: transform 0.2s ease-in-out;
}

.dropdown-action.active-dropdown span svg {transform: rotateZ(180deg);}

.dropdown-content {
  padding: 0 10px;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
  overflow: hidden;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
}
.dropdown-content ul{margin-left: 40px;}
.dropdown-content * {
  animation: fadeOut 0.5s ease-in-out;
  opacity: 0;
  padding: .5em;
}

.dropdown-action.active-dropdown + .dropdown-content * {
  animation: fadeIn 0.5s ease-in-out;
  opacity: 1;
}

.dropdown-content img {
  width: 100%;
  height: auto;
  max-width: fit-content;
  margin-bottom: .5em;
}

/* CNC Tool Holding*/
.item_list {
    
    font: normal 12px Arial;
    padding: 8px 10px 8px 25px;
    background-image: url(../img/cnc-toolholding/bul_01.gif);
    background-repeat: no-repeat;
    background-position: 10px center;
    border-top: 2px dotted #e4e4e4;
}
.Hydro table, tr, td {
    border: none;
    border-collapse: collapse;
}

.Hydro tr:nth-child(even) {background-color: #e4e4e4;}

.tbl-head {border: 2px solid #e4e4e4;text-align: center;}

.Hydros {width: 100%;}

.Hydross {width: 100%;}

.Hydross td {text-align: center; border: 1px solid #c7c7c7;}

.formtxt_white {color: #fff;}

/*** Footer ***/
.footer {color: #999999;}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #999999;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #999999;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--light);
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {color: var(--light);}

.footer .copyright a:hover {color: #ed1c24;}