.pr-10 {
    padding-right: 10px;
}
a, .text-default {
    color: #333333;
}
a {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
	text-decoration: none;
}
a:hover {
    color: #A8CF45;
	text-decoration: underline;
}
.tr_white{
    color: #fff !important;
    position: relative;
    z-index: 10;
}
.tr_top_header {
    font-size: 12px;
}
.tr_top_header {
    background-color: #8b4513;
    border-bottom: 1px solid #8b4513;
    -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.03) inset;
}
.social-links {
    list-style: none;
    font-size: 0;
    padding: 0;
    margin: 0px 0 0px 0;
}
.tr_top_header .social-links li {
    padding: 3px 5px 2px;
    border-right: 1px solid #ffffff;
    margin: 0;
	display: inline-block;
}
.tr_top_header .social-links li:hover {
	background-color: #ffffff;
}
.tr_top_header .social-links li:hover a {
	color: #8b4513;	 
}
.tr_top_header .social-links li a {
    border: none;
    width: 25px;
    height: 30px;
    display: inline-block;
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    text-align: center;
	font-size: 16px;
}
.tr_top_header .social-links li a i {
    line-height: 30px;
}
.tr_top_header a{
	color: #ffffff;
}
.tr_top_header a:hover{
	text-decoration: underline;
}
.topright {
    margin-bottom: 0;
    padding-top: 5px;
    text-align: right;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    --line-height: 1.50;
    color: #ffffff;
}
.medicalHeader{
}
.header {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #fff;
}
/*** Menus css start ***/
        nav {
  margin: 0;
  padding: 0;
  background-color: #254441;
}

#logo {
  display: block;
  padding: 0 30px;
  float: left;
  font-size: 20px;
  line-height: 60px;
}

nav:after {
  content: "";
  display: table;
  clear: both;
}

nav ul {
  float: left;
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

nav ul li {
  margin: 0px;
  display: inline-block;
  float: left;
  background-color: #254441;
}

nav a {
  display: block;
  padding: 0 15px;
  color: #FFF;
  font-size: 20px;
  line-height: 60px;
  text-decoration: none;
}

nav ul li ul li:hover { background: #000000; }

nav a:hover { background-color: #000000; }

nav ul ul {
  display: none;
  position: absolute;
  top: 60px;
}

nav ul li:hover > ul { display: inherit; }

nav ul ul li {
  width: 250px;
  float: none;
  display: list-item;
  position: relative;
}

nav ul ul ul li {
  position: relative;
  top: -60px;
  right: 250px;
}

li > a:after { content: ' +'; }

li > a:only-child:after { content: ''; }

.toggle, [id^=drop] {
    display: none;
}

/* Media Queries
--------------------------------------------- */

@media all and (max-width : 768px) {

#logo {
  display: block;
  padding: 0;
  width: 100%;
  text-align: center;
  float: none;
}

nav { margin: 0; }

.toggle + a, .menu { display: none; }
 

.toggle {
  display: block;
  background-color: #254441;
  padding: 0 20px;
  color: #FFF;
  font-size: 22px;
  font-weight:bold;
  line-height: 60px;
  text-decoration: none;
  border: none;
}

.toggle:hover { background-color: #000000; }

[id^=drop]:checked + ul { display: block; }

nav ul li {
  display: block;
  width: 100%;
}

nav ul ul .toggle,
 nav ul ul a { padding: 0 40px; }

nav ul ul ul a { padding: 0 80px; }

nav a:hover,
 nav ul ul ul a { background-color: #000000; }

nav ul li ul li .toggle,
 nav ul ul a { background-color: #212121; }

nav ul ul {
  float: none;
  position: static;
  color: #ffffff;
}

nav ul ul li:hover > ul,
nav ul li:hover > ul { display: none; }

nav ul ul li {
  display: block;
  width: 100%;
}

nav ul ul ul li { position: static;

}
}

@media all and (max-width : 330px) {

nav ul li {
  display: block;
  width: 94%;
}

}
/*** Menus css end ***/
.navbar {
    border: 0;
    z-index: 9999;
    letter-spacing: 4px;

}
.logo {
    display: block;
    height: auto;
    width: 52px;
    padding-top: 5px;
    margin-right: 15px;
}

.navbar-brand>img {
  height: 100%;
  width: auto;
}
.navbar .nav > li > a {
  line-height: 50px;
}

.navbar-header h1 {
    letter-spacing: 1px;
    color: black !important;
    font-family: 'Lobster Two', cursive;
}
li.nav-item {
    padding: 0px 10px;
}
.navbar li a, .navbar {
    color: #8b4513 !important;
    font-size: 15px;
    transition: all 0.6s 0s;
    letter-spacing: normal;
    text-transform: capitalize;
    font-weight: 700;
    background: #ffffff;
}

.navbar-toggle {
    background-color: transparent !important;
    border: 0;
}
.navbar-nav li a:hover, .navbar-nav li.active a {
    color: #8b4513 !important;
    text-decoration: underline 2px;
}
.tr_slider_section img{
    position: relative;
}
.tr_slider_section .carousel-caption{
  bottom: 195px;
}
.slider_overlay{
    position: absolute;
    background-color: rgba(105,105, 105, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
#demo h1{
  color: #8b4513;
}
#demo h2 {
  color: #8b4513;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid white; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .15em; /* Adjust as needed */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 60% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: transparent; }
}
.about_us_wrapper{
    /*background-image:url(../images/G.I_Concertina.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;*/
    color: black;
    padding: 80px;
}
/*.about_us_overlay{
    background-color: rgba(105,105, 105, 0.8);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
.about_us_wrapper h2,.product_heading h2{
    font-size: 40px;
    text-transform: uppercase;
    line-height: 52px;
    position: relative;
    display: inline-block;
}
.about_us_wrapper h2:after,.product_heading h2:after{
    content: "";
    height: 2px;
    width: 65%;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: 0;
}
.about_us_wrapper h2:before,.product_heading h2:before{
    content: "";
    height: 2px;
    width: 70%;
    background-color: black;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.about_us_wrapper p{
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px;
    text-align: justify;
}
.about_us_img{
    padding-top: 66px;
}
.product_wrapper_start{
    background-image: url(../images/slider3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: white;
}
.product_wrapper_overlay{
    padding: 80px 0;
    background-color: rgba(105,105, 105, 0.5);
}
.product_heading h2{
    display: inline-block;
}
.product_heading h2:after{
        background-color: white;
        width: 65%;
}
.product_heading h2:before{
        background-color: white;
        width: 70%;
}
.product_heading p{
    margin-top: 35px;
}
.product_block{
    border: 2px solid #8b4513;
    padding: 90px 25px 25px;
    text-align: center;
    position: relative;
    margin-top: 90px;
    color: white;
}
.product_block h3{
    text-transform: capitalize;
}
.product_block img{
    height: 150px;
    width: 150px;
    border: 10px solid #8b4513;
    position: absolute;
    top: -75px;
    left: 50%;
    transform: translate(-50%,0);
}
.product_block p{
    line-height: 22px;
}
.product_block a{
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    padding: 8px 12px;
    color: white;
}
.product_block a:hover{
    background-color: #8b4513;
    color: #ffffff;
    text-decoration: none;
}
.product_heading1{
    background-image: url(../images/slider_4.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}.km_partners .owl-carousel{
    margin: 50px 0px;
}



.footer-area {
  color: #3a3a3a;
  background: #ddd;
}
.footer-area .footer-top {
  padding: 100px 0 100px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top {
    padding: 80px 0 60px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top {
    padding: 60px 0 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top {
    padding: 50px 0 50px 0;
  }
}
.footer-logo a{
    font-size: 30px;
    color: #3a3a3a;
    font-weight: 500;
}
.footer-area .footer-top .single-wedge .footer-logo {
  margin: 0 0 20px;
}
.footer-area .footer-top .single-wedge .footer-herading {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
  position: relative;
  color: #323232;
}
.footer-area .footer-top .single-wedge .about-text {
  font-size: 16px;
  line-height: 32px;
  color: #3a3a3a;
  font-weight: 400;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-wedge .about-text {
    font-size: 14px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top .single-wedge .about-text {
    max-width: 454px;
  }
}
.footer-area .footer-top .single-wedge .footer-links li {
  display: block;
  margin: 0;
  line-height: 1;
  border: 0;
  font-weight: 400;
  margin-bottom: 5px;
}
.footer-area .footer-top .single-wedge .footer-links .single-link {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  display: inline-block;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 0;
  display: inline-block;
  position: relative;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-wedge .footer-links .single-link {
    font-size: 14px;
    line-height: 24px;
  }
}
.footer-area .footer-top .single-wedge .footer-links .single-link:hover {
  padding-left: 8px;
  color: #8b4513;
}
.footer-area .footer-top .single-wedge .footer-links p {
  margin: 0 0 0px;
  font-weight: 400;
  color: #000000;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .single-wedge .footer-links p {
    font-size: 14px;
    line-height: 28px;
  }
}
.footer-area .footer-top .single-wedge .footer-links p a {
  color: #000000;
}
.footer-area .footer-top .single-wedge .footer-links p a:hover {
  color: #8b4513;
}
.footer-area .footer-top .pl-lg-60px {
  padding-left: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .pl-lg-60px {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .pl-lg-60px {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top .pl-lg-60px {
    padding-left: 15px;
  }
}
.footer-area .footer-top .pl-lg-40px {
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .footer-area .footer-top .pl-lg-40px {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-area .footer-top .pl-lg-40px {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-area .footer-top .pl-lg-40px {
    padding-left: 15px;
  }
}
.link-follow {
  margin-top: 20px;
}
.link-follow li {
  list-style: none;
  display: inline-block;
}
.link-follow a {
  color: #fff;
  margin-left: 7px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 36px;
  background-color: #5d5d5d;
  border-radius: 5px;
}
.link-follow a:hover {
  color: #fff;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
  background-color: #8b4513;
}

.footer-bottom {
  background: #8b4513 none repeat scroll 0 0;
  padding: 25px 0 20px 0;
}
.footer-bottom .copy-text {
color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 0px;
}
.me_comp_text{
    padding: 80px 0px;
}
.me_comp{
padding: 100px 0px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .footer-bottom .copy-text {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .footer-bottom .copy-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 479px) {
  .footer-bottom .copy-text {
    font-size: 13px;
  }
}
.footer-bottom .copy-text .company-name {
  color: #4d4d4d;
  font-weight: 300;
}
.footer-bottom .copy-text .company-name:hover {
  color: #8b4513;
}
.footer-bottom .copy-text i {
  color: #8b4513;
  margin: 0 3px;
  font-size: 16px;
}
.btn-primary{
    background: #8b4513;
    border-color: #8b4513;
}
.btn-primary:hover {
    color: var(--bs-btn-hover-color);
    background-color: #8b4513;
    border-color: #8b4513;
}
.hex_bolt_slider img,.hex_nuts_slider img{
    height: 250px;
    /*width: 350px!important;*/
    border: 5px solid #8b4513;
}
.product_list{
    text-align: center;
    padding: 50px 0;
}
.product_list h3{
    font-size: 30px;
    color: #8b4513;
    margin-bottom: 30px;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
}
.product_list h3:after{
    content: "";
    height: 2px;
    width: 100px;
    background-color: #8b4513;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.product_list h3:before{
    content: "";
    height: 2px;
    width: 105px;
    background-color: #8b4513;
    position: absolute;
    left: 0;
    bottom: 0px;
}
.product_item{
    overflow: hidden;
    border: 2px solid #8b4513;
    height: 370px;
    margin: 20px 0;
    background-color: transparent;
    border-radius: 35px 0 35px 0;
}
.product_item img{
    height: 250px;
    width: 100% !important;
    margin: 25px 0;
    transition-property: transform 4s linear 0.5s;
}
.product_item h4{
    font-size: 22px;
}
.product_item a{
    font-size: 20px;
    font-weight: 500;
}
.product_item:hover h4,.product_item:hover a{
    color: #8b4513;
    text-decoration: underline;
}
.product_item:hover img{
    transform: scale(1.1,1.1);
}
/*.product_item:hover{
    background-color: #8b4513;
    opacity: 0.3;
}*/
/** conatct us page**/
@media only screen and (max-width: 767px) {
  .gmap_canvas iframe {
    height: 350px;
  }
}

.contact-area {
  background-color: #f5f5f5;
}
.contact-wrapper {
  padding: 110px 120px 0px 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper {
    padding: 70px 80px 0px 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper {
    padding: 50px 60px 60px 60px;
  }
}
@media only screen and (max-width: 575px) {
  .contact-wrapper {
    padding: 50px 30px 60px 30px;
  }
}
@media only screen and (max-width: 479px) {
  .contact-wrapper {
    padding: 50px 20px 60px 20px;
  }
}
.contact-wrapper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 80px 0px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contact-wrapper .contact-info .single-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 270px;
  height: 264px;
  -webkit-box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background-color: #fff;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-wrapper .contact-info .single-contact {
    width: 240px;
    height: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .contact-wrapper .contact-info .single-contact {
    width: auto;
    height: auto;
    margin-bottom: 50px;
    padding: 40px 0;
  }
}
.contact-wrapper .contact-info .single-contact .info-box {
  text-align: center;
  line-height: 1;
}
.contact-wrapper .contact-info .single-contact .info-box .title {
  font-size: 24px;
  color: #2e2e2e;
  font-weight: 500;
  margin: 21px 0 18px 0;
}
@media only screen and (max-width: 479px) {
  .contact-wrapper .contact-info .single-contact .info-box .title {
    font-size: 20px;
  }
}
.contact-wrapper .contact-info .single-contact .info-box p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  line-height: 26px;
}
.contact-wrapper .contact-info .single-contact i{
    font-size: 50px;
    color: #8b4513;
}
.contact-wrapper .contact-info .single-contact .info-box a {
  color: #000000;
}
.contact-wrapper .contact-info .single-contact .info-box a:hover {
  color: #266bf9;
}

.contact-form .contact-title {
  margin: 0 0 52px;
  text-align: center;
}
.contact-form .contact-title .title {
  font-size: 48px;
  color: #000;
  font-weight: 500;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .contact-form .contact-title .title {
    font-size: 36px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form .contact-title .title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form .contact-title .title {
    font-size: 28px;
  }
}
.contact-form .contact-title p {
  color: #747474;
  line-height: 27px;
}
.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
  background: #fff;
  border: 1px solid #d7d7d7;
  margin-bottom: 30px;
  color: #3a3a3a;
  font-size: 14px;
  border-radius: 15px;
  font-weight: 300;
      width: 100%;
    height: 60px;
    padding: 10px;
}
.contact-form .contact-form-style input::-webkit-input-placeholder, .contact-form .contact-form-style textarea::-webkit-input-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input::-moz-placeholder, .contact-form .contact-form-style textarea::-moz-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input:-ms-input-placeholder, .contact-form .contact-form-style textarea:-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input::-ms-input-placeholder, .contact-form .contact-form-style textarea::-ms-input-placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input::placeholder,
.contact-form .contact-form-style textarea::placeholder {
  font-style: italic;
  color: #999999;
}
.contact-form .contact-form-style input:focus,
.contact-form .contact-form-style textarea:focus {
  border-color: #266bf9;
  color: #000;
}
.contact-form .contact-form-style textarea {
  margin-bottom: 50px;
  height: 250px;
}
.contact-form p {
  color: #3a3a3a;
}
.contact-form button {
  font-size: 18px;
  font-weight: 600;
  width: 230px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  background-color: #266bf9;
  color: #fff;
  border: 0;
  outline: 0;
  text-transform: capitalize;
  margin: auto;
}
.contact-form button:hover {
  background-color: #000;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .contact-form button {
    font-size: 16px;
    width: 190px;
    height: 54px;
  }
}





.product_wrapper_start,.about_us_wrapper{
  position: relative;
}
.image_animation1 img{
  left: 0;
}
.image_animation img,.image_animation1 img{
  height: 200px;
  width: 200px;
  position: absolute;
  top: -100px;
  right: 0;
  animation-name: updown;
  animation-delay: 0.2s;
  animation-duration: 7s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes updown{
  0%{
    transform: translateY(0px);
  }
  50%{
    transform: translateY(50px);
  }
  100%{
    transform: translateY(0px);
  }
}
.about_us_img23 img{
  width: 100%;
  height: 470px;
}
.about_us_text_shadow{
  box-shadow: 2px 2px 5px #e0e0e0,-1px -1px 4px #e0e0e0;
  padding: 20px;
}
.about_us_text h2{
  font-size: 22px;
}