/* Style sheet for Adityan */
body {
	color:#444;
	font-family: 'Roboto', sans-serif;
}
.center{
	display: flex;
    justify-content: center;
    align-items: center;	
}
a:hover {
  text-decoration: none;
}
.black {
	color: #444;
}
.bl-4{
  color:#444;
}
.white {
	color: #fff;
}
.red {
	color:#d72b2b!important;
}
.bg-white {
	background-color: #ffff;
}
.no-plr {
	padding-left: 0;
	padding-right: 0;
}
.no-pr {
	padding-right: 0;
}
.no-pl {
	padding-left: 0;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-50 {
	margin-top: 50px;
}
.mb-50 {
	margin-bottom: 50px;
}
.p-default {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
}
.p-default span {
    font-size: 12px;
}
.fixed-nav-bar { 
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
  background:#fff;
}
.cookie {
    background-color: #d72b2b;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 16;
    padding:10px 0;
}
.cookie p {
  margin-bottom: 0;
  text-align: center;
}
.cookie a {
  margin-right: 15px;
  text-align: right;
  color: #fff;
}
.cookie .close a {
    color: #fff;
    position: absolute;
    top: -2px;
    right: 25px;
    font-size: 14px;
    font-weight: normal;
    opacity: 1;
}
.top-div {
    padding: 0px 0px 0;
    background-color: #fff;
    border-top: 5px solid #ff0000;
}
.top-div p {
    font-size: 14px;
    margin-top: 5px;
    color: #7e7e7e;
    margin-bottom: 5px;
}
.first-one {
    height: 35px;
}
.top-div-list {
    padding-left: 25px;
}
.top-div-list li {
  margin-top: 8px;
}
.top-div-list li a {
  color: #747171;
  font-size: 14px;
}
.top-div-list li a:hover {
  text-decoration: none;
}
.top-mail a {
	color: #fff;
}
.fa-top {
	font-size: 16px;
	color: #000;
	padding: 5px;
	border: 1px solid #000;
	width: 28px;
	height: 28px;
}
.fa-top:hover {
	padding: 5px;
    background: #d72b2b;
    color: #fff;
    transition: all .3s linear;
    border:1px solid transparent;
}
.fa-top-mail {
	color: #f07101;
	margin-right: 5px;
}
.fa-ach {
	font-size: 50px;
}
.btn-group {
	margin-left: 25px;
}
.btn-top-dd,.btn-top-dd:hover,.btn-top-dd:focus,.btn-top-dd:active {
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    float: right;
    width: 100%;
    /*margin-top: 15px;*/
}
.btn .caret {
    margin-left: 5px;
}
.btn-group.open .dropdown-toggle {
	box-shadow: none;
}
.btn-dd-con {
    width: 250px;
}
.btn-dd-con:before{
	content: '';
    position: relative;
    left: 10%;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    display: inherit;
    top: -11px;
}
.top-logo {
    position: relative;
    padding-top: 5px;
    padding-right: 10px;
}
.logo-seg {
	padding:20px 0 10px;
  background-color: #fff;
}
.logo-seg h4 {
	font-size: 14px;
	margin-top: 3px;
	margin-bottom: 5px;
	color:#8c8c8c;
}
.logo-seg h3 {
	font-size: 20px;
	margin-top: 0px;
	font-weight: bold;
	margin-bottom: 5px;
	color:#808080;
}
.logo-line {
  border-left: 3px solid #808080;
  padding: 5px 20px;
}
.input-group {
  z-index: 1;
}
.search-fc {
  background-color: rgba(252, 252, 252, 0.9);
  border: 1px solid rgba(233, 226, 226, 0.9);
  border-radius: 0;
  margin-right: 2px;
  margin-top: 1px;
}
.search-fc:focus,.search-fc:active:focus {
	border-color: #ebe4e4;
  outline:none;
  box-shadow: none;
}
.search-fc:hover i {
  color:#777;
}
/*.input-group-btn>.btn:focus,.input-group-btn>.btn:active {
  border: 1px solid #ebe4e4;
}*/
.panel-body h4 {
  color: #333;
  margin-bottom: 3px;
}
.navbar-default .navbar-nav .active a {
	background-color: transparent;
}
.navbar-default {
	background-color: #ffffff;
	
}
.navbar-nav li {
	margin-right: 0px;
	margin-left: 0px;
	/*display: inline-block;*/
}
.navbar-nav li:last-child::after {
	display: none;
}
.navbar-nav li a {
	font-size: 14px;
	font-weight: 600;
	color:#000;
	position: relative;
	/*font-family: 'Raleway', sans-serif;*/
}
.navbar-default .navbar-nav>li>a {
    color: #fff;
    line-height: 46px;
}
.navbar-default .navbar-nav>.active>a,.navbar-nav li a:hover  {
	color:#000;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #b8b5b5;
    background-color: transparent;
}
.navbar-header a {
	    padding-top: 10px;
}
.navbar-fixed-top {
	border-width: 0 0 0px;
}
.navbar {
	margin-bottom: 0px;
	z-index: 1;
  width: 100%;
  border: 0px;
	height: 46px;
	background-color: #ff0000;
	border-radius: 0;
  min-height: 46px;
  box-shadow: 0px 2px 5px 0px #b7b7b7;
}
.navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent;
}
.navbar-nav>li>.dropdown-menu {
    border:none;
    box-shadow: none;
    background-color: #eee;
}
.navbar-collapse {
	padding-left: 0;
	padding-right: 0;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: transparent;
}
.nav>li {
  position:  static;
}
.nav-right {
  margin-bottom: 0;
}
.red-lh {
  line-height: 20px;
  height: 35px;
}
.sub-menu { 
  background: #f4f4f4; 
  min-width: 220px;	
  visibility: hidden; /* hides sub-menu */
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  /*width: 100%;*/
  transform: scaleY(0);
  transform-origin: center top 0;
  /*z-index: -1; tab problem*/
  z-index: 4;
  transition: all .3s ease-in-out 0s;
  padding: 10px 0px;
}
.sm-container {
  /*width: 1000px;*/
  width: 85%;
  right: 0px;
  left: 0px;
  margin:0 auto;
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.sub-menu li {
  margin-left: 0px;
  padding:0;
  line-height: 25px;
  list-style-type: none;

}
.sub-menu li a {
  padding: 12px 15px;
  display: block;
    text-align: left !important;
  font-size: 12px;
}
.sub-menu li a:hover {
  text-decoration: none;
  color:  #ff0000;
}
.sub-menu-parent:focus .sub-menu,
/*.sub-menu-parent:focus-within .sub-menu,*/
.sub-menu-parent:hover .sub-menu {
  border-top: 2px solid #d72b2b;	
  visibility: visible; /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  transform: scaleY(1);
  transition-timing-function: ease-in-out;
  display:block;
}

.dropdown-right {
   /*float: right;*/
   /*display: block;*/
   background: #fff;
   min-width: 245px;	
   visibility: hidden; /* hides sub-menu */
   opacity: 0;
   position: absolute;
   top: -2px;
   left: 100%;
   width: 100%;
   padding: 10px 15px;
   transform: scaleY(0);
   transform-origin: center top 0;
   z-index: -1;
   transition: all .3s ease-in-out 0s;
   box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-right li {
  list-style-type: none;
}
.dropdown-right a:after {
  content:'';
  display: none;
}
.has-a-child{
	position: relative;
	margin-left: 0;
}
.has-a-child a{
   padding:10px 30px;
}
.has-a-child a:after {
	content: '\e802';
	font-family: "fontello";
	position: absolute;
  right: 26px;
}
.has-a-child:hover .dropdown-right {
	border-top: 2px solid #d72b2b;	
	visibility: visible; /* shows sub-menu */
	opacity: 1;
	z-index: 1;
	transform: scaleY(1);
}
.dd-right-inner {
  padding: 0 0;
  border-right: 2px solid #e9e9e9;
  margin-bottom: 15px;
}
.dd-right-inner li a {
  padding:10px 10px;
}
.dd-right-last {
  border-right: 2px solid transparent;
}
.btn-nav,.btn-nav:hover,.btn-nav:focus, .btn-nav:active:focus {
  background-color: #111;
  color: #fff;
  padding: 12px 38px 8px;
  font-size: 14px;
  font-weight: 600;
  /*margin-left: 60px;*/
  border-radius: 0;
  outline: none;
  float: right;
  width:18%;
  /*border-bottom: 4px solid #d72b2b;*/
}
.btn-nav:after {
  position: relative;
  top: 12px;
  left: 30%;
  content: '';
  width: 60px;
  height: 4px;
  background: #d72b2b;
  display: block;
  transform: scale(1);
  transition: all 0.9s ease-in-out;
}
.btn-nav:hover:after {  
    width: 125px;
    transform: scaleY(1);
    left: 0;
}
.btn-ot,.btn-ot:hover,.btn-ot:focus {
	background-color: #d72b2b;
    color: #fff;
    padding: 13px 40px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 0;
    outline: none;
}
.btn-side, .btn-side:hover, .btn-side:focus {
    background-color: #d72b2b;
    color: #fff;
    padding: 2px 13px 4px 16px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 0;
    outline: none;
}
.btn-side-t, .btn-side-t:hover, .btn-side-t:focus {
    background-color: #d72b2b;
    color: #fff;
    padding: 15px 16px 5px 14px;
    margin-top: 20px;
    font-size: 16px;
    border-radius: 0;
    outline: none;
}
.fa-down {
  color:#fff;
  font-size: 14px;
  margin-right: 10px;
}
#myModal {
  z-index: 100;
}
#myModal .modal-content {
  /*height: auto;*/
}
.modal-form .form-control {
	border-radius: 0px;
	background-color: #fff;
	height: 50px;
	color: #000;
	box-shadow: none;
  border: none;
  border-bottom: 2px solid #d72b2b;
}
.modal-content {
   border-radius: 0;
}
.logo-seg input::-webkit-input-placeholder {
    color:#fff!important;
}
.logo-seg input:-moz-placeholder {
    color:#fff!important;
}
#myCarousel {
  height: auto;
  box-shadow: 3px 4px 9px -3px #808080;
}
.js-video-button {
    /*position: absolute;
    bottom: 34%;
    left: 44%;*/
    /*background:url(../img/metco.twitter.png);*/
    background-repeat: no-repeat;
    background-position: center;
    /*height: 50px;
    width: 70px;*/
    background-color: transparent;
}
.js-video-button:focus,.js-video-button:active,.js-video-button:active:focus {
  outline:none;
}
.carousel .item {
	width: 100%;
}
.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
  height: auto;
  background: #000;
}

.carousel-indicators .active {
  background-color: #d72b2b;
}
.carousel-indicators li {
  border:1px solid #d72b2b;
}
.owl-dots {
  display: none;
}
.owl-carousel .owl-item {
  padding-left: 25px;
}


/* New carousel css*/
.carousel-indicators {
  left: 34%;
  width: 200px;
}
.carousel-indicators li {
  width: 15px;
  height: 15px;
  margin:10px 2px;
}
.carousel-indicators .active {
  width: 15px;
  height: 15px;
  margin:10px 2px;
}
.carousel-caption{padding-bottom:80px;}

.carousel-caption h2{font-size: 38px;}
.carousel-caption p{padding:10px}



/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

#side-cart-bar-btn {
    position: fixed;
    top: 247px;
    z-index: 100;
    margin-left: 47%;
    transform: rotate(270deg);
}
#side-cart-bar-btn-two {
    position: fixed;
    top: 405px;
    z-index: 100;
    margin-left: 36%;
    transform: rotate(270deg);
}
.side-expand {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    border-right: 3px solid #d72b2b;
    height: 100%;
    width: 50%;
    z-index: 100;
    margin-left: -50%;
    transition: all 0.9s ease-in-out;
    overflow:scroll;
}
.second .side-expand {
    margin-left: 0;
}
.second .third {
    margin-left: -50%;
}
.side-expand-two {
    position: fixed;
    top: 0px;
    left: 0;
    background-color: #fff;
    border-right: 3px solid #d72b2b;
    height: 100%;
    width: 40%;
    z-index: 100;
    margin-left: -40%;
    transition: all 0.9s ease-in-out;
    overflow:scroll;
}
.four .side-expand-two {
    margin-left: 0;
}
.four .third-two {
    margin-left: -50%;
}
.form-logo-border {
  border-bottom: 2px solid #ada9a9;
  padding-bottom: 20px;
}
.feedback label {
    font-size: 14px;
    /*font-weight: bold;*/
    color: #444;
    margin: 5px 0;
}
/*.feedback .form-group {
  margin-bottom: 5px;
}*/
.legal p {
  font-size: 14px;
  color: #444;
  text-align: justify;
  line-height: 22px;
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

.quick-links {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
}
.quick-heading {
   background-color: #d72b2b!important;
   border-radius: 0;
}
.quick-close {
  display: none;
}
.quick-open {
  display: block;
}
.panel-body {
    padding: 10px 15px;
}
.panel-default {
    border-color: #d72b2b;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-heading {
  padding:0 15px;
}
.panel-heading a:hover,.panel-heading a {
  text-decoration: none;
  color: #fff;
}
.panel-title {
  padding:15px;
}
.panel-title i {
    font-size: 20px;
    position: absolute;
    right: 30px;
}
.hme-about,.hme-testi,.cont-first-div,.hme-manufa,
.single-p-info
{
  padding:50px 0;
}
.gallery-div {
  padding: 0;
}
.second-product
{
  padding:30px 0;
}
.hme-product {
  padding:0px 0 50px 0;
}
.hme-product a {
  color: #808080;
}
.hme-product p {
  text-align: justify;
  line-height: 22px;
}
.product-box {
  padding:50px 0;
}
.about-list li {
  font-size: 16px;
  margin-bottom: 15px;
}
.about-list span {
    border-radius: 50%;
    border: 2px solid #777;
    padding: 2px;
    margin-right: 10px;
}
.about-list-left {
  padding: 65px 0 0;
}
.about-list-left li {
  margin-bottom: 10px;
  border-bottom: 1px solid #e5e0e0;
  padding-bottom: 10px;
  list-style-type: none;
}
.about-list-left li a, .about-list-left li a:hover  {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}
.about-list-left li.active a {
  color: #d72b2b;
}
.about-list-left li::before,.carrer-list-left li::before {
  content: '\e802';
  font-family: "fontello";
  font-size: 16px;
  margin-right: 10px;
  color: #d72b2b;
}
.border-princi {
    border-bottom: 4px solid #e2e2e2;
    margin-bottom: 10px;
}
.hme-about p {
    color: #444;
    text-align: justify;
    line-height: 22px;
}
.hme-about a {
  font-style: bold;
  color:#000;
  padding-left: 0;
  padding-right: 0;
}
.hme-about a:hover {
  text-decoration: none;
}
.hme-about h5 {
  font-weight: 300;
    color: #808080;
}
.extra-pl {
    padding-left: 65px;
}
.hme-heading {
  color: #000;
  margin: 0px 0 0px;
  font-size: 29px;
  font-weight: 500;
}
.hme-heading span {
  color: #d72b2b;
  margin-right: 8px;
}

.underline {
    border-bottom: 2px solid #e78383;
    padding-bottom: 8px;
    margin-bottom: 10px;
    width: 70px;
    transition: all 0.9s ease-in-out;
}
.hme-about:hover .underline, .hme-product:hover .underline, .hme-testi:hover .underline, .about-first-div:hover .underline, .about-contact:hover .underline, .gallery-div:hover .underline{
    width: 130px;
    transform: scaleY(1);
    border-bottom: 2px solid #d72b2b;
}
.icon-box {
    border: 2px solid #d72b2b;
    display: flex;
    justify-content: center;
    width: 60px;
    height: 50px;
    align-items: center;
}
.fa-box {
  font-size: 20px;
    color: #d72b2b;
}
.hme-product {
  /*background-color: #e7e5e5;*/
  /*background-image: url('../img/bg-hme-prdt.png');*/

}
.hme-prdt-bottom{
  background-color: #fff;
  padding:20px 20px 30px;
  height: 250px;
}
.hpb-padding {
  padding-right: 12px;
  padding-left: 5px;
}
.shadow {
  box-shadow: 2px 3px 2px -2px #808080;
}
.hme-prdt-img {
  margin-top: 30px;
  overflow: hidden;
}
.hme-prdt-img img {
  transition: all 0.2s ease-in-out 0s;
  width: 100%;
}
.hme-prdt-img img:hover {
  transform: scale(1.1);
}
.arrow-right {
  width: 0;
  height: 0;
  border-top: 76px solid transparent;
  border-bottom: 76px solid transparent;
  border-left: 76px solid #d72b2b;
  position: absolute;
  right: 1px;
  bottom: -49px;
  transform: rotate(45deg);
}
.btn-get-info,.btn-get-info:hover,.btn-get-info:focus,.btn-get-info:active:focus {
  background-color: transparent;
  position: relative;
  right: 24px;
  outline: none;
}
.hme-modal .modal {
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  padding-top: 30px;
}
.hme-modal p {
    margin-top: 25px;
}
.hme-modal .close {
  color: #fff;
  position: static;
}
.prdt-list {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
  left: 79%;
  top: 10px;
  z-index: 100;
}
.fa-prdt {
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: -15px;
  right: 32px;
  transform: rotate(-45deg);
}
.hme-manufa {
  background-color: #f5f5f5; 
}
.fa-testi {
  font-size: 26px;
  color: #d72b2b;
}
.testi {
  background-color: #fafafa;
  padding:30px 30px 0;
  margin: 30px 0 70px;
}
.testi p {
  font-style: italic;
  font-size: 16px;
}
.test-img-circle {
  border-radius:50%;
  box-shadow: 1px 5px 3px #d5d4d4;
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: relative;
  top: 38px;
}
.product-show {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.product-show p {
    text-align: justify;
    line-height: 22px;
}
.ps-no-border {
  border-bottom: none;
}
.product-show h4{
  margin-top: 0px;
  line-height: 28px;
}

.second-product .tabs-left {position: fixed; width: 25%; }

.second-product .nav-tabs li {
  float: none;
}

.second-product .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  border:0;
  background: #d72b2b;
  color: #fff;
  text-align: center;
}

.tab-container {
  /*margin-top: 30px;*/
  border:1px solid #ddd;
  border-left: none;
  padding-bottom: 30px;
  z-index: 0;
}
.tab-plr {
  padding-left: 0;
  padding-right: 0;
}
footer {
	background-color: #f9f9f9;
	padding: 30px 0 0 0;
}
.footer-.logo-seg {
  padding: 20px 0 0px;
}
.footer-logo-seg h4 {
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 0;
  color:#808080;
}
.footer-logo-seg h3 {
  font-size: 21px;
  margin-top: 0px;
  font-weight: bold;
  margin-bottom: 5px;
  color:#808080;
}
.find {
  font-style:italic;
  /*border-bottom: 1px solid #808080;*/
  padding-bottom: 5px;
  text-align:  right;
}
.foot-logo-line {
    border-left: 3px solid #808080;
    padding: 10px 20px 2px;
}
.foot-social {
  margin-top: 5px;
  float: right;
}
.foot-social li{
   padding:0;
}
footer p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 0;
    text-align: justify;
}
footer h6 {
	font-size: 12px;
	font-weight: 600;
}
.globally {
  margin-top: 30px!important;
  font-style: italic;
}
.footer-full-line {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 5px;
    margin-bottom: 10px;
    width: 100%;
}
label {
	font-size: 10px;
	font-weight: 300;
}
.sign-btn {
	background-color: #d7a86f;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 10px 41px;
    position: relative;
    top: 26px;
    color: #fff;
}

.footer-line {
	border-bottom: 1px solid #646464;
    margin-bottom: 30px;
    margin: 25px 70px 0px 113px;
}
.footer-list li a {
	font-size: 16px;
	line-height: 32px;
	color: #555;
	font-weight: 400;
	padding: 5px 5px;
	position: relative;
	left: 0px;
	transition: all .50s ease-in-out;
}
.footer-list li a:hover {
	color: #333;
	text-decoration: none;
	/*left: 15px;*/

}
.footer-social-icon {
	color: #969696;
    font-family: FontAwesome;
    font-size: 12px;
    font-style: inherit;
    font-weight: bold;
    margin-right: 5px;
}
.foot-add {
  margin-bottom: 0;
  margin-left: -4px;
}
.foot-add li {
   padding-left: 3px;
   color: #808080;
}
.foot-add li:after{
  content:'|';
  color: #d72b2b;
  padding-left: 5px;
}
.foot-add li:last-child:after {
  color: transparent;
}
.copy-right {
	width: 100%;
	background-color:#d72b2b;
}
.copy-text {
	font-size:12px; 
	color:#fff;
	text-align: left;
	margin-top: 5px;
}
.copy-text a,.copy-text a:hover {
   color: #fff;
   text-decoration: none;
}	
.copy{
	text-align: center;
}

.modal-content {
	margin-top: 150px;
	box-shadow: none;
  border:none;
}

.form-pr {
    padding-right: 0px;
}
.btn-con-sub,.btn-con-sub:hover,.btn-con-sub:focus {
	background-color: #d72b2b;
    color: #fff;
    padding: 12px 55px;
    border-radius: 0px;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
.btn-modal-submit,.btn-modal-submit:hover,.btn-modal-submit:focus {
	background-color: #d72b2b;
    color: #fff;
    padding: 12px 35px;
    border-radius: 20px;
    outline: none;
    margin: 25px 0;
}
.cont-first-div .form-control:focus, .sales-login .form-control:focus{
    border-color: #d72b2b;
    box-shadow: none;
}
.cont-first-div .form-group {
    margin-bottom: 30px;
}   
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
    color:#777;
}
input:-moz-placeholder {
    color:#777;
}
.about-first-div {
  padding:50px 0;
  padding-left: 30px;
}
.cont-line {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 18px 0 13px;
    margin-top: 20px;
}
.ic-abt {
    font-size: 18px;
    color: #d72b2b;
}
.cont-list {
  float:right;
}
.cont-list li{
    font-size: 18px;
    margin-top: 10px;
}
.about-contact {
    /*background-color: #fcfcfc;*/
}
.get-quote {
  background-color: #d72b2b;
  padding: 43px 0 23px;
}
.get-quote h4 {
  margin-top: 0;
}
.get-quote i {
  border-radius: 50%;
  border:2px solid #fff;
  font-size: 18px;
  padding: 8px ;
  float: right;
}
.btn-get,.btn-get:hover,.btn-get:focus {
  background-color: #333;
    color: #fff;
    padding: 13px 40px;
    font-size: 16px;
    border-radius: 0;
    outline: none;
}
.sales-login {
  background-image: url(../img/metco_sales_partner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-right: 0;
  padding-left: 0;
}
.sales-bt-box {
  margin-top: 400px;
}
.form-container {
  background-color: rgba(255, 255, 255, .95);
  padding: 100px 0;
  height: 100%;
}
.content-box {
  padding: 0px 100px 25px;
  display: flex;
}
.log-head {
  padding-top: 30px;
  font-size: 24px;
  margin-bottom: 0;
  text-align: center;
}
.log-head span {
  border-bottom: 2px solid #d72b2b;
}
.hm-form {
  width: 100%;
}
.hm-form label{
  font-size: 14px;
  margin-bottom: 13px;
  margin-top: 8px;
  color: #737373;
}
.hm-form .form-control {
  border: none;
    border-bottom: 1px solid #808080;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 45px;
    padding-left: 0;
}
.hm-form select.form-control {
    color: #999999;
}
.btn-hme-sub,.btn-hme-sub:hover,.btn-hme-sub:focus,.btn-hme-sub:active,.btn-hme-sub:active:focus {
  background: #d72b2b;
    width: 100%;
    height: 36px;
    color: #fff!important;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 500;
}
.log-check input[type=checkbox] {
  position: absolute;
    margin-left: -16px;
    height: 20px;
    width: 20px;
    border: 1px solid #000;
    bottom: -1px;
}
.other-details {
  padding-bottom: 10px;
}
.forge li {
  padding-left: 0;
}
.forge li a,.forge li a:hover {
  color: #d72b2b;
  text-decoration: none;
}
.prd-des-list {
  padding-left: 15px;
}
.prd-des-list li {
  font-size: 16px;
}
.prdt-des-call {
  background-color: #d72b2b;
}
.prdt-des-call .container {
    width: 100%;
    margin-right: 0;
    padding-right: 0;
}
.gal-img-div {
  position: relative;
  overflow: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
/* border: 2px solid #ddd;*/
  padding: 20px;
  cursor: pointer;
}
.gal-img-overlay {
    position: absolute;
    bottom: 0%;
    left: 30%;
    font-size: 16px;
    font-weight: bold;
    color: red;
    background: #fff;
    padding: 10px 10px 5px;
    opacity: 0;
}
/*.gal-img-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  background-color: rgba(215, 43, 43, 1);
  top:0;
  left: 0;
  opacity: 0;
  transform: translateX(-100%);
  transition: all 0.4s ease-in-out;
}*/
.gal-img-div:hover .gal-img-overlay {
  opacity: 1;
}
.gal-img-div a {
  font-size: 22px;
  text-align: center;
  color: #fff;
}
.gal-pl {
  padding-left: 0;
}
.table {
  border: 1px solid #ddd;
}
.tyk-table {
  border: 1px solid #ddd;
}
.tyk-table td{
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.vish .table {
  border: 1px solid transparent;
}
.vish .table>tbody>tr>td {
  border-top: 1px solid transparent;
}
.vish-stand p {
  margin-bottom: 5px;
}
.list-right {
  padding-left: 0px;
}
.list-right li {
  list-style-type: none;
  margin-bottom: 10px;
}
.list-right li:before {
  content: '\f00c';
  font-family:fontAwesome;
  color: #d72b2b;
  margin-right:  15px;
}

/*Gallery Slideshow CSS*/
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 60%;
  max-width: 1200px;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
  opacity: 1;
}

.close:hover,
.close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.xs-search-box {
  border: 1px solid #d72b2b;
}
.xs-search{
  background-color: rgba(0, 0, 0, .92);
}
.xs-search .modal-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1200px;
}
.xs-search .close {
  top: -52px;
  right: 0px;
  font-size: 40px;
  font-weight: 300;
}
.xs-search .form-control {
  height: 45px;
  padding:0;
  color: #fff;
}
.xs-search .form-control:focus {
  border:1px solid transparent;
}
.search-div {
  border-bottom: 1px solid #bdbcbc; 
  width:34%;
}
/* Hide the slides by default */
.mySlides {
  display: none;
  text-align: center;
}
.mySlides img {
  margin:0 auto;
}

/* Next & previous buttons */
.gallery-div .prev,
.gallery-div .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}
.caption-car {
  position: absolute;
  z-index: 10;
  left: 6%;
  padding-bottom: 30px;
  bottom: 15px;
  width: 85%;
  margin: 0 auto;
}
img.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}
.owl-item img:hover {
    transform: scale(1.1);
    transition: all 0.2s ease-in-out;
}
.caption-car {
  transition-delay: 2s;
}
.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.des-line {
  border-right:1px solid #fff;
  padding: 35px 0 35px 100px;
}
.des-line-btm {
  border-bottom: 1px solid #fff;
  padding: 20px 15px;
}
.tab-content {
  padding: 20px 15px;
}
.tab-content-product {
  padding: 20px 25px;
}
.tab-content h3 {
    margin-top: 5px;
}
.single-p-info .nav-tabs>li.active>a, .single-p-info .nav-tabs>li.active>a:focus, .single-p-info .nav-tabs>li.active>a:hover {
  color: #fff;
  background-color: #d72b2b;
  border-radius: 0;
  border: 1px solid #d72b2b;
}
.single-p-info .nav-tabs>li>a:hover {
    border-color: #d72b2b #d72b2b #d72b2b;
}
.single-p-info .nav>li>a:focus, .single-p-info .nav>li>a:hover {
    text-decoration: none;
    background-color: #d72b2b;
    color:#fff;
    border-radius: 0;
}
.single-p-info .nav-tabs>li>a {
  border-radius: 0;
  color: #000;
  font-weight: bold;
}
.tab-border {
  border:1px solid #ddd;
  padding:0;
}
.table-center .table td {
    text-align: center;
}
.prdt-plr {
  padding-left: 0px;
  padding-right: 0;
}
.carrer-ov h5{
  font-weight: normal;
}
.carrer-frm-top {
  margin-top: 60px;
  margin-bottom: 60px;
} 
.carrer-list-left {
    margin-top: 10px;
    padding-left: 0;
}
.carrer-list-left li {
  margin-bottom: 0px;
  color:#000;
  text-align: left;
  padding: 3px 3px;
  list-style-type: none;
}
input[type=file] {
    display: block;
    color: red;
}
.second-product .nav>li {
  position: relative;
  display: block;
  padding: 0px 0px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
  text-align: center;
  width: 100%;
}
.second-product .nav>li>a{
  color: #444;
  margin-right: 0;
  border-radius: 0;
  padding: 6px 0px;
  border:0;
 } 
.second-product .nav-tabs>li.active>a:after{
 content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #d72b2b;
    z-index: 1;
  }
.slow {
  -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 1s ease;
    display: none;

}
.scr-wind {
  width: 100%;
  height: 550px;
  transform: translateZ(0);
  margin-top: 30px;
}
.viewport {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}
.viewport .nav.nav-tabs {
    width: 100%;
}
.centered {
  position: fixed;
  left: 50%;
  bottom: 15px;
  transform: translateX(-50%);
}

/*Mobile Menu*/

body {
    position: relative;
    overflow-x: hidden;
}
body,
html { height: 100%;}
.nav .open > a, 
.nav .open > a:hover, 
.nav .open > a:focus {background-color: transparent;}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(255, 255, 255, .85);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 239px;
}

#page-content-wrapper {
    width: 100%;
    padding-top: 70px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
}

/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 239px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    position: relative; 
    line-height: 20px;
    display: inline-block;
    width: 100%;
}
.sidebar-nav li a {
    display: block;
    color: #444;
    text-decoration: none;
    padding: 10px 15px 10px 30px;    
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus{
    color: #d72b2b;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}
.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #808080;
    box-shadow: none;
}
.sidebar-nav .dropdown-menu a {
    color: #fff;
}
/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/

.hamburger {
  position: fixed;
  top: 70px;  
  /*z-index: 999;*/
  z-index: 100;
  display: block;
  width: 32px;
  height: 32px;
  margin-left: 15px;
  background: transparent;
  border: none;
}
.hamburger:hover,
.hamburger:focus,
.hamburger:active {
  outline: none;
}
.hamburger.is-closed:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  position: absolute;
  left: 0;
  height: 4px;
  width: 100%;
}
.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom {
  background-color: #d72b2b;
}
.hamburger.is-closed .hamb-top { 
  top: 5px; 
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed .hamb-middle {
  top: 50%;
  margin-top: -2px;
}
.hamburger.is-closed .hamb-bottom {
  bottom: 5px;  
  -webkit-transition: all .35s ease-in-out;
}

.hamburger.is-closed:hover .hamb-top {
  top: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-closed:hover .hamb-bottom {
  bottom: 0;
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  background-color: #1a1a1a;
}
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-bottom {
  top: 50%;
  margin-top: -2px;  
}
.hamburger.is-open .hamb-top { 
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open .hamb-middle { display: none; }
.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.hamburger.is-open:before {
  content: '';
  display: block;
  width: 100px;
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate3d(0,0,0);
  -webkit-transition: all .35s ease-in-out;
}
.hamburger.is-open:hover:before {
  opacity: 1;
  display: block;
  -webkit-transform: translate3d(-100px,0,0);
  -webkit-transition: all .35s ease-in-out;
}

/*-------------------------------*/
/*            Overlay            */
/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250,250,250,.8);
    z-index: 1;
}

@media (min-width: 1920px){

#side-cart-bar-btn-two {
  margin-left: 698px;
}
#side-cart-bar-btn {
  margin-left: 904px;
}

}
@media (min-width: 1601px) and (max-width: 1699px) {

#side-cart-bar-btn {
  margin-left: 770px;
}
.btn-side, .btn-side:hover, .btn-side:focus {
  padding: 24px 13px 6px 16px;
}
.btn-side-t, .btn-side-t:hover, .btn-side-t:focus {
  padding: 19px 16px 6px 14px;
}
}
@media (min-width: 1440px) and (max-width: 1599px) {

#side-cart-bar-btn {
  margin-left: 666px;
}
#side-cart-bar-btn-two {
  margin-left: 508px;
}
.btn-side, .btn-side:hover, .btn-side:focus {
  padding: 6px 13px 7px 16px;
}
}

@media (min-width: 1260px) and (max-width: 1380px) {
#side-cart-bar-btn {
  margin-left: 46%;
}
#side-cart-bar-btn-two {
  margin-left: 35%;
}
}


@media(min-width: 1380px) {
.carousel-inner>.item>img {
    width: 100%;
    height: 100%;
}
}

@media(min-width: 1024px) and (max-width: 1200px) {
  .footer-logo-seg h3 {
    font-size: 18px;
}
}


@media (max-width: 1025px) {
.logo-seg h3,.logo-seg h4 {
  right: -1px;
}
.navbar-nav li a {
  font-size: 12px;
}
.btn-nav, .btn-nav:hover, .btn-nav:focus, .btn-nav:active:focus {
  padding: 11px 18px;
}
#side-cart-bar-btn {
  margin-left: 45%;
}
#side-cart-bar-btn-two {
  margin-left: 34%;
}
.btn-side, .btn-side:hover, .btn-side:focus {
  padding: 2px 13px 6px 16px;
}
.btn-side-t, .btn-side-t:hover, .btn-side-t:focus {
  padding: 7px 16px 6px 14px;
}
.hme-prdt-bottom {
  height: 250px;
}
.arrow-right {
    border-top: 65px solid transparent;
    border-bottom: 65px solid transparent;
    border-left: 65px solid #d72b2b;
    right: 5px;
    bottom: -42px;
}
#myCarousel {
    height: auto;
}
.des-line {
    padding: 50px 0 100px 15px;
}
.about-list-left {
    padding: 65px 15px 0;
}
.btn-ot, .btn-ot:hover, .btn-ot:focus {
    padding:13px 23px;
}  
.viewport .nav.nav-tabs {
    width: 100%;
}
}
@media (min-width:992px) {
  #page-content-wrapper{
    display: none;
  }
  .navbar-nav li.active {
    background-color: #d12e2f;
  }
}

@media (max-width: 991px) {
 #big-menu {
  display: none;
 }
 #myNavbar {
    display: none;
}
 #myCarousel {
    height: auto;
}
 #page-content-wrapper {
  padding-top: 0;
 }
    .navbar-header {
        float: none;

    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: none;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
.navbar-nav>li {
        float: none;
        display: block;
    }
.navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.navbar-collapse.collapse.in {  /* NEW */
        display: block!important; 
    }
.navbar-nav {
	background-color: #fff;
	}

.navbar-right {
    float: right!important;
    margin-right: 15px;
}

.navbar-nav li {
	display: block;
}
.navbar-nav li a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #393939!important;
}
.navbar-toggle {
	margin-top: 15px;
    margin-right: 35px;
    margin-bottom: 24px;
}
.navbar .container {
	width: 100%;
	padding-right: 0;
	padding-left: 0;
}
.btn-dd-con {
    width: 180px;
}
.hme-prdt-bottom {
    height: 175px;
}
.input-group {
    margin-top: 0px;
} 
.logo-line {
    padding: 1px 20px;
    margin-left: 0px;
}   
.logo-seg {
  border-bottom: 5px solid #d72b2b;
}

}
@media(max-width: 960px){
	

.btn-get, .btn-get:hover, .btn-get:focus {
  padding:13px 24px;
}
.btn-top-dd, .btn-top-dd:hover, .btn-top-dd:focus, .btn-top-dd:active {
  margin-right: 0;
}
.btn-group {
    margin-left: 0px;
}
.logo-seg h3 {
  font-size: 16px;
  margin-top: 0;
}
.logo-seg h4 {
    font-size: 12px;
}    
.cont-list {
    float: left;
}
.second-product .tabs-left {
    width: 33%;
}
.about-first-div {
  padding-left: 15px;
}
}
@media (min-width: 787px) and (max-width: 810px) {
#side-cart-bar-btn {
  margin-left: 44%;
}
#side-cart-bar-btn-two {
  margin-left: 33%;
}
}
@media screen and (min-width: 768px){
.carousel-caption {
    right: 0%;
    left: 2%;
    padding-bottom: 30px;
    top: 85px;
}
.carousel-indicators {
    bottom: 6px;
}
}

@media (min-width: 768px) {
	

.navbar-right {
    float: right!important;
    margin-right: 15px;
}
.navbar-nav li {
   padding: 0px 0px 0px 12px;
}
.navbar-nav {
   margin: 0px 0px 0px 0px;
}
.navbar-nav li a {
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
}
}

@media(max-width: 800px) {
	  .no-plr {
    padding-left: 15px;
    padding-right: 15px;
}
.footer-logo-seg h3 {
    font-size: 18px;
}	
.hide-ex {
  display: none;
}
}
@media (max-width: 767px) {
  .extra-pl {
    padding-left: 0px;
}
#side-cart-bar-btn,#side-cart-bar-btn-two {
  display: none;
}
.slideItWrapper ,.slideItWrapper-new {
  display: none;
}
.top-div {
		height: 65px;
	}
.top-div-list,.first-one {
    display: none;
  }  
  .hamburger {
      top: 35px;
  }
.navbar {
	height: 0px;
}	
.navbar-nav {
	background-color: #fff;
}
.navbar-right {
    float: right!important;
    margin-right: 15px;
}
.navbar-header a {
     padding-top: 10px; 
}
.navbar-nav li {
	display: block;
}
.navbar-nav li:first-child {
	margin-left: 26px;
}
.top-logo{
  padding-top: 0;
}
.carousel-caption h2 {
    font-size: 20px;
    line-height: 30px;
}
#side-cart-bar-btn {
    margin-left: 42%;
}
#side-cart-bar-btn-two {
  margin-left: 30%;
}
.btn-side-t, .btn-side-t:hover, .btn-side-t:focus {
  padding: 8px 16px 6px 14px;
}
.prdt-plr {
    padding-left: 15px;
} 
.btn-get, .btn-get:hover, .btn-get:focus {
      margin-bottom: 30px;
}
.hme-about,.hme-testi,.cont-first-div,.hme-manufa,.about-first-div,
.single-p-info, .sales-login
{
  padding:30px 0;
}
.hme-product {
  padding:50px 0;
}
.des-line-btm {
  border-bottom:1px solid transparent;
}
.quote-pad {
  padding-left: 15px;
}
.hme-prdt-bottom {
    height: 225px;
}
.btn-large {
    padding: 8px 20px;
    font-size: 12px;
}
.sales-login,#myCarousel {
    margin-top: 30px;
}
  .search-fc {
    border: 1px solid transparent;
    background-color: transparent;
  }
  i.icon-search {
    color: #d72b2b;
    font-size: 22px;
  }
  .hme-product h2 {
    font-size: 21px;
    margin-top: 0;
}
.btn-ot, .btn-ot:hover, .btn-ot:focus {
    padding: 13px 15px;
    width: 100%;
}
.second-product .tabs-left {
    position: initial;
    width: 100%;
}
.tab-container {
  margin-top: 20px;
  padding-bottom: 5px;
  border-left: 1px solid #ddd;
}
.viewport {
  overflow: initial;
}
.product-show {
    margin-top: 30px;
}
.product-show h4 {
    margin-top: 15px;
}
.gallery-div h2 {
  font-size: 24px;
}
.scr-wind {
  height: auto;
}
}

@media (max-width: 640px) {

.navbar-header a {
    padding-top: 0px;
}
.fixed-nav-bar {
      display: none;
}
	
}
@media (max-width: 565px){
	.no-pl {
    padding-left: 15px;
  }
  .btn-group,.logo-seg h3,.logo-seg h4 {
    display: none;
  }
	.carousel .item {
	  height: auto;
  }
  .carousel-inner>.item>a>img, .carousel-inner>.item>img {
      height: 250px;
  }
  .caption-car {
    bottom: 50px;
  }
  .footer-line {
    	margin: 25px 0px 0px 0px;
    	border: none;
  }
  footer p {
    text-align: left;
  }
  .hme-heading {
    margin: 15px 0 0px;
    font-size: 21px;
  }
  .des-line-btm {
    padding: 0 1px;
  }
    .des-line {
    padding: 12px 0 40px 0px;
    }
    .des-line h3 {
        font-size: 18px;
        line-height: 1.4;
    }
    .single-p-info h2 {
    font-size: 20px;
    }

    .quote-pad {
     padding-left: 0;
    }
    .side-expand{
      width: 83%;
      margin-left: -83%;
    }
    .side-expand-two {
      width: 83%;
      margin-left: -85%;
    }

    .footer-logo-seg h3 {
      font-size: 16px;
    }
    .globally {
    margin-top: 10px!important;
  }
  .hpb-padding {
    padding-right: 35px;
    padding-left: 35px;
}
.arrow-right {
    border-top: 45px solid transparent;
    border-bottom: 45px solid transparent;
    border-left: 45px solid #d72b2b;
    right: 29px;
    bottom: -29px;
}
.fa-prdt {
    font-size: 20px;
    right: 18px;
}
.hme-prdt-bottom {
    height: 265px;
}
.content-box {
    padding: 0px 10px 20px;
}
.tab-content h3 {
    font-size: 18px;
}
.gal-img-div {
  padding:0;
}
.second-product {
    padding: 50px 0;
}
.search-div {
  width: 100%;
}

}
@media (max-width: 460px) {

    #side-cart-bar-btn {
    margin-left: 70%;
    }
    #side-cart-bar-btn-two {
    margin-left: 70%;
    }
    .btn-side-t, .btn-side-t:hover, .btn-side-t:focus {
    padding: 11px 16px 4px 14px;
    }
    .btn-side, .btn-side:hover, .btn-side:focus {
        padding: 11px 13px 4px 16px;
    }
}

@media (max-width: 375px) {

    #side-cart-bar-btn {
    margin-left: 69%;
    }
    #side-cart-bar-btn-two {
    margin-left: 69%;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img {
      height: 200px;
  }
}

@media(max-width: 320px) {
	
    #side-cart-bar-btn {
    margin-left: 67%;
    }
    #side-cart-bar-btn-two {
    margin-left: 66%;
    }
    .btn-side-t, .btn-side-t:hover, .btn-side-t:focus {
    padding: 13px 16px 4px 14px;
    }
    #myCarousel {
    margin-top: 26px;
}
}


#slideOut {
	position:absolute;
	width:310px;
	height:80px;
	top:45%;
	left:-290px;
}
#slideClick{
	float:right;
    height:80px;
    width:20px;
    background:#EE8D40;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomright: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	display: block!important;
}
#slideContent {
	background:#AAA;
	width: 280px;
	height: 210px;
	padding: 30px 0 0 10px;
    float:left;
	color: #EFEFEF;
	font-size: 17px;
	font-weight: bold;
	font-family: arial, sans-serif;
	text-transform: uppercase;
	text-align: center;
}

