﻿/*Media points*/
/**/
.cls-h-img{
    max-width: 100%;
    padding: 15px;
        width: 100%;
}

.hider-block {
    width: 600px;
    height: 600px;
    position: absolute;
    top: 240px;
    left: 35%;
    z-index: 1;
    background-color: #ddd;
    display: none;
}
.wm-zoom-hight{
  width: 600px !important;
  height: 500px !important;
  z-index: 1 !important;
  background-color: #fff !important;
}
/*loader*/
.no-js #loader {
  display: none;
}
.js #loader {
  display: block;
  position: absolute;
  left: 100px;
  top: 0;
}
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url('../img/ring.gif') center no-repeat #ffffff;
}
.height-adjuster{
  height: 141px;
  width: 100%;
}
/*fonts*/
@font-face {
  font-family: 'MyWebFont';
  src: url('../fonts/MyriadPro-Regular.woff') format('woff'), /* Pretty Modern Browsers */
   url('../fonts/MyriadPro-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
   url('../fonts/MyriadPro-Regular.otf');
}
@font-face {
  font-family: 'MyWebFontThin';
  src: url('../fonts/myriad-set-pro_thin.ttf');/* IE9 Compat Modes */
}
body {
  color: #777;
  font-family: 'MyWebFont';
}
/*mixins*/
.transition {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.pad-it {
  padding: 100px 0;
}
.no-margin {
  margin: 0;
}
.adjust-height {
  height: 363px;
}
.blue {
  color: #db231b;
}
.title {
  margin: 0;
  margin-bottom: 30px;
}
hr {
  margin-bottom: 10px;
}
a:hover {
  text-decoration: none;
}
/* .owl-item,
.inner-owl-block {
  cursor: default !important;
} */
.owl-item a{
  color: #c5c5c5 !important;
}
/**/
.img-thumbnail {
  padding: 10px;
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  color: #ffffff;
  background-color: #db231b;
  font-size: 40px;
  z-index: 999;
  display: none;
  box-shadow: 0 8px 8px -6px #404040;
  border-radius: 100%;
}
.scroll-to-top:hover,
.scroll-to-top:focus {
  box-shadow: 0 8px 8px -3px #404040;
  color: #ffffff;
}
.top-block {
  padding: 5px 0;
  background-color: #db231b;
}
.top-block .inner-top-block {
  color: #ffffff;
}
@media (max-width: 320px) {
  .top-block .inner-top-block {
    text-align: right;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .top-block .inner-top-block {
    text-align: right;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .top-block .inner-top-block {
    text-align: right;
  }
}
.top-block .inner-top-block ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-block .inner-top-block ul li {
  color: #ffffff;
  display: inline;
  margin-right: 16px;
}
.top-block .inner-top-block ul li i {
  margin-right: 5px;
}
.navbar-default {
  border-color: #ffffff;
}
.sticky {
  position: fixed;
  width: 100%;
  z-index: 1000;
  border-bottom: 2px solid #db231b;
  top: 0;
}
.sticky .navbar-brand img {
  width: 80% !important;
  margin-top: 10px !important;
}
.sticky .navbar-nav {
  margin-top: 17px !important;
}
.gif-img-block {
  width: 600px;
  height: 80px;
  border: 1px solid red;
}
@media (max-width: 320px) {
  .gif-img-block {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .gif-img-block {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .gif-img-block {
    display: none;
  }
}
@media (min-width: 641px) and (max-width: 768px) {
  .gif-img-block {
    display: none;
  }
  .c-padding{padding:5px 60px 20px 60px !important; width:100%;}
}
@media (min-width: 769px) and (max-width: 1024px) {
  .gif-img-block {
    width: 400px;
  }
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #ffffff;
}
.navbar-default .navbar-toggle {
  border-color: #db231b;
}
.navbar-toggle {
  margin-top: 30px;
  margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #db231b;
}
.navbar-header {
  width: 150px;
  margin-right: 20px;
}
@media (max-width: 320px) {
  .navbar-header {
    width: 100%;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .navbar-header {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .navbar-header {
    width: 100%;
  }
}
.navbar {
  min-height: auto;
  margin-bottom: 0;
  border-radius: 0;
  background-color: #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.navbar .navbar-brand {
  height: auto;
  min-height: 110px;
  width: 100%;
}
@media (max-width: 320px) {
  .navbar .navbar-brand {
    width: 40%;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .navbar .navbar-brand {
    width: 30%;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .navbar .navbar-brand {
    width: 30%;
  }
}
.navbar .navbar-brand img {
  margin-top: 10px;
  width: 100%;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
@media (max-width: 320px) {
  .navbar .navbar-brand img {
    margin-top: 0;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .navbar .navbar-brand img {
    margin-top: 0;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .navbar .navbar-brand img {
    margin-top: 0;
  }
}
.navbar .navbar-nav {
  margin-top: 32px;
}
@media (max-width: 320px) {
  .navbar .navbar-nav {
    margin-top: 0;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .navbar .navbar-nav {
    margin-top: 0;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .navbar .navbar-nav {
    margin-top: 0;
  }
}
.navbar .navbar-nav li a {
  margin: 0 3px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #db231b;
  background-color: transparent;
  border-radius: 0px;
  border-bottom: 5px solid #db231b;
}
@media (max-width: 320px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 0px;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 0px;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    border-bottom: 0px;
  }
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: transparent;
}
.navbar-nav > li > .dropdown-menu {
  top: 120%;
  margin: 2px -56px 0;
  animation-name: menuOpen;
  animation-duration: 0.2s;
  border: 1px solid #db231b;
  background-color: #ffffff;
}
@media (max-width: 320px) {
  .navbar-nav > li > .dropdown-menu {
    margin: 0;
    height: 150px;
    min-height: 150px;
    overflow-y: auto;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .navbar-nav > li > .dropdown-menu {
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .navbar-nav > li > .dropdown-menu {
    margin: 0;
  }
}
.navbar-nav > li > .dropdown-menu li a:hover {
  color: #db231b;
  background-color: #f3f3f3;
}
@keyframes menuOpen {
  from {
    top: 170%;
    opacity: 0;
  }
  to {
    top: 120%;
    opacity: 1;
  }
}
.dropdown-menu-xs {
  margin: 0;
}
/**/
.carousel-control {
  color: #db231b;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #db231b;
}
.carousel-control.left,
.carousel-control.right {
  background-image: none;
}
.carousel-indicators li {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
}
/**/
#profile {
  background-color: #f3f3f3;
  padding: 100px 0;
}
.box .inner-box {
  background-color: #ffffff;
  padding: 50px;
  box-shadow: 0px 6px 10px -6px #000000;
}
.box .inner-box .icon-block i {
  color: #db231b;
  font-size: 40px;
}
/**/
#products {
  padding: 100px 0;
}
#products h1 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
#products h1 span {
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: 5px solid #db231b;
}
#products .owl-carousel div.inner-owl-block {
  padding: 10px;
  border: 1px solid #969696;
  margin: 0px 5px;
}
#products .owl-carousel div.inner-owl-block:hover {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  border: 1px solid #db231b;
  cursor: pointer;
}
#products .owl-carousel div.inner-owl-block img {
  width: 80%;
  margin: 0 auto;
}
#products .owl-carousel div.inner-owl-block div.product-name-text {
  width: 100%;
  padding: 8px 0;
  margin-top: 15px;
  border-top: 1px solid #db231b;
}
#products .owl-carousel div.inner-owl-block div.product-name-text p {
  text-align: center;
  margin: 0;
}
/*parallax*/
#parallax {
  width: 100%;
  background-image: url('../img/3.jpg');
  background-size: cover;
  background-attachment: fixed;
}
#parallax .overlay {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: rgba(25, 25, 25, 0.5);
  padding: 50px 0;
  color: #ffffff;
}
/*ack*/
#ack {
  padding: 30px 0;
  background-color: #f3f3f3;
}
#ack h1 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
#ack h1 span {
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: 5px solid #db231b;
}
#ack .inner-ack {
  padding: 20px;
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0px 6px 10px -6px #000000;
}
/*footer*/
footer {
  padding-top: 80px;
  padding-bottom: 10px;
  background: #8c8c8c;
}
footer .container .row .inner-footer-block h2 {
  margin: 0;
  margin-bottom: 30px;
}
footer .container .row .inner-footer-block h2 span {
  color: #ffffff;
  font-size: 22px;
  border-bottom: 5px solid #db231b;
  padding-bottom: 7px;
}
footer .container .row .inner-footer-block p {
  color: #ffffff;
  margin: 0;
}
footer .container .row .inner-footer-block p a {
  color: #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
footer .container .row .inner-footer-block p a:hover {
  color: #db231b;
}
footer .container .row .inner-footer-block address {
  color: #ffffff;
}
footer .container .row .inner-footer-block address strong {
  font-size: 18px;
}
footer .container .row .inner-footer-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .container .row .inner-footer-block ul li a {
  color: #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
footer .container .row .inner-footer-block ul li a:hover {
  text-decoration: none;
  color: #db231b;
}
footer .container .row .inner-footer-block ul li a i {
  margin-right: 20px;
}
footer .container .row .copyright-block p {
  margin: 0;
  color: #ffffff;
}
footer .container .row .copyright-block p span {
  color: #db231b;
}
footer .container .row .company-block p {
  margin: 0;
  color: #ffffff;
}
footer .container .row .company-block p span {
  color: #db231b;
}
/**/
.c-padding{padding:5px 14% 20px 14%; width:100%;}
#menu-block {
  background-image: url('../img/bg.jpg');
  background-size: cover;
  width: 100%;
  height: auto;
  padding: 50px 0;
}
#menu-block .menu-box {
  width: 100%;
  height: 400px;
  text-align: center;
  cursor: pointer;
  position: relative;
  box-shadow: 2px 2px 10px #000;
  border: 3px solid #fff;
  border-radius: 3px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
#menu-block .menu-box .overlay {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: rgba(25, 25, 25, 0.5);
  display: none;
}
#menu-block .menu-box .overlay .menu-box-text {
  position: relative;
  color: #ffffff;
}
#menu-block .menu-box .menu-box-text-js {
  position: absolute;
  top: 40%;
  left: 50%;
  color: #ffffff;
}
#menu-block .menu-box .menu-box-text-js h3 {
  position: relative;
  left: -50%;
}
/* .menu-box:hover .menu-box-text{
	 animation-play-state: running;
} */
#menu-box-1 {
  background-image: url('../img/slider-2.jpg');
  background-size: cover;
}
#menu-box-2 {
  background-image: url('../img/slider-3.jpg');
  background-size: cover;
}
#menu-box-3 {
  background-image: url('../img/slider-1.jpg');
  background-size: cover;
}
#menu-box-4 {
  background-image: url('../img/banner2.jpg');
  background-size: cover;
}
.animateMoveDown {
  animation-name: moveDown;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@keyframes moveDown {
  0% {
    top: 0px;
  }
  100% {
    top: 140px;
  }
}
/*--------------------------------------About-----------------------------*/
#about {
  padding: 100px 0;
}
#about h1 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
#about h1 span {
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: 5px solid #db231b;
}
#mgnt {
  padding: 100px 0;
  background-color: #f3f3f3;
}
#mgnt h1 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
#mgnt h1 span {
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: 5px solid #db231b;
}
#mgnt .inner-mgnt {
  background-color: #ffffff;
  padding: 20px 0;
  text-align: center;
  box-shadow: 0px 6px 10px -6px #000000;
}
#mgnt .inner-mgnt .img-block {
  border: 1px solid #969696;
  width: 150px;
  margin: 0px auto;
  height: 150px;
  border-radius: 100%;
}
#mgnt .inner-mgnt .img-block span {
  font-size: 100px;
  margin-top: 15px;
  color: #eee;
}
#mgnt .inner-mgnt h3 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 20px;
  color: #db231b;
}
#mgnt .inner-mgnt p {
  margin: 0;
}
/*---------------------------------------Conact---------------------------*/
#contact {
  padding: 100px 0;
}
#contact h1 {
  margin: 0;
  margin-bottom: 30px;
  text-align: center;
}
#contact h1 span {
  font-size: 24px;
  padding-bottom: 3px;
  border-bottom: 5px solid #db231b;
}
#contact .form-block {
  border-right: 1px solid #f3f3f3;
}
#contact .form-block .btncustom {
  background-color: #db231b;
  border: 1px solid #db231b;
  border-radius: 0;
  color: #ffffff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
#contact .form-block .btncustom:hover {
  /*background-color: @white;
			border:1px solid @red;
			color:@red;*/

  box-shadow: 0px 6px 10px -6px #000000;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
#contact .inner-contact h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
#contact .inner-contact a {
  color: #db231b;
}
.form-control-custom {
  width: 70%;
}
.map-block {
  margin-top: 50px;
}
/*---------------------------------------product--------------------------*/
.main-container {
  padding-bottom: 80px;
}
.custom-hr {
  margin: 10px 0;
}
/*side Menu*/
@media (max-width: 320px) {
  .side-menu {
    display: none;
  }
}
@media (min-width: 321px) and (max-width: 480px) {
  .side-menu {
    display: none;
  }
}
@media (min-width: 481px) and (max-width: 640px) {
  .side-menu {
    display: none;
  }
  .c-padding{padding:5px 40px 20px 40px; width:100%;}
}
.side-menu h2 {
  font-size: 20px;
  background-color: #db231b;
  padding: 8px 0 8px 15px;
  color: #ffffff;
  margin: 0;
  margin-bottom: 15px;
  box-shadow: 0px 3px 5px #404040;
}
.panel-group {
  margin-bottom: 0;
}
.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}
.panel-group .panel {
  border-radius: 0px;
}
.panel-default > .panel-heading {
  color: #ffffff;
  background-color: #db231b;
  border-bottom: 1px solid #db231b;
}
.panel-heading {
  padding: 5px 15px;
  box-shadow: 0px 3px 5px #404040;
}
.panel-heading a {
  color: #ffffff;
}
.panel-heading a:focus,
.panel-heading a:hover {
  color: #ffffff;
  text-decoration: none;
}
.panel-title {
  font-size: 14px;
  text-transform:uppercase;
}
.panel-title:focus {
  text-decoration: none;
}
.panel-title i {
  color: #ffffff;
}
.panel-body {
  background-color: #f3f3f3;
  box-shadow: 0px 3px 10px #404040;
}
.panel-body ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.panel-body ul li a {
  color: #969696;
}
.panel-body ul li a:hover {
  color: #db231b;
  text-decoration: none;
}
.panel-body ul li a:focus {
  text-decoration: none;
}
/*ends*/
.right-container h2 {
  font-size: 20px;
}
.breadcrumb {
  background-color: #f3f3f3;
  padding: 8px 15px;
  margin: 20px 0 25px 0;
  list-style: none;
  border-radius: 0px;
}
.breadcrumb li {
  color: #ffffff;
}
.breadcrumb li a {
  color: #777;
  //cursor: default !important;
}
.breadcrumb li a:hover {
  text-decoration:underlne;
}
.breadcrumb li.active {
  color: #db231b;
}
.inner-product {
  border: 1px solid #ddd;
  padding: 10px;
  margin-bottom: 20px;
  box-shadow: 0 8px 8px -6px #404040;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.inner-product:hover {
  box-shadow: 0 8px 22px -6px #404040;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.inner-product .img-block-product {
  width: 60%;
  margin: 0px auto;
  position: relative;
}
.inner-product .img-block-product img {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.inner-product .detail-btn {
  background-color: #db231b;
  color: #ffffff;
  border: 1px solid #db231b;
  border-radius: 0;
  text-transform: capitalize;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
@media (max-width: 320px) {
  .inner-product .detail-btn {
    width: 100%;
  }
  .c-padding{padding:20px 5px 20px 5px !important; width:100%;}
}
@media (min-width: 321px) and (max-width: 480px) {
  .inner-product .detail-btn {
    width: 100%;
  }
  .c-padding{padding:5px 25px 20px 25px; width:100%;}
}
@media (min-width: 481px) and (max-width: 640px) {
  .inner-product .detail-btn {
    width: 100%;
  }
}
.inner-product .detail-btn:hover {
  /* background-color: @white;
			border:1px solid @red;
			color: @red; */

  box-shadow: 0px 10px 22px -6px #404040;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
}
.inner-product .detail-btn:focus {
  outline: none;
}
.img-block-product:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
/*Product detail*/
.product-descp {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 70%;
}
.product-descp li {
  padding: 2px 0 2px 5px;
  border-bottom: 1px solid #f3f3f3;
}
.product-descp li:nth-child(even) {
  background-color: #f3f3f3;
}
.product-descp li span.push-it {
  font-weight: 600;
  font-size: 16px;
  width: 300px;
  display: inline-block;
}
/*scroll bar*/
body::-webkit-scrollbar {
  width: 9px;
  background-color: #ffffff;
  margin: 10px 0px;
  border-radius: 7px;
}
body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.3);
}
body::-webkit-scrollbar-thumb {
  background-color: rgba(219, 35, 27, 0.71);
  outline: 1px solid slategrey;
  border-radius: 10px;
}
body::-webkit-scrollbar-thumb:hover {
  background-color: rgba(219, 35, 27, 0.9);
  outline: 2px solid slategrey;
  border-radius: 12px;
}
/******************/
.thumb-img{
  margin-top: 10px;
}
.thumb-img ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.thumb-img ul li{
    display: inline-block;
    margin-right:10px;
    border:1px solid #ddd;
    width:100px;
    height:100px; 
    padding: 15px;
    cursor: pointer;
}
.thumb-img ul li img{
    
}

.inner-top-block ul li a{
	color:#fff;
}
.inner-top-block ul li a:hover{
	color:#fff;
}
.right-container h4.red{
  color: #db231b;
}



@media(max-width: 640px){
  .top-block .inner-top-block span{
    font-size: 12px;
  }
  .top-block .inner-top-block ul li {
    color: #ffffff;
    display: inline;
    margin-right: 5px;
    font-size: 11px;
  }
  .top-block .inner-top-block ul li:last-child {
    margin-right: 0px;
  }
  .copyright-block p{
    text-align: left;
  }
  .company-block p{
    text-align: left;
  }
  .margin-btm{
    margin-bottom: 10px;
  }
  .adjust-height{
  height: auto;
  }
  .product-descp{
    width: 100%;
  }
  body{
    overflow-x:hidden;
  }
}

/* @media (max-width:320px){
  #menu-block .menu-box{
    height: 200px;
  }
} */