body{
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   padding: 0px;
   margin: 0px; 
   color: #000;
}
*{
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
 
a{
  text-decoration: none !important;
  color: #ac003d;
}
p{
    color: #333;
    font-size: 18px;
    text-align: left;
	line-height:32px;
}
.logo img {
    width: 450px;
}
/* start menu*/
.menu-bg{
  background: #ac003d;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
#cssmenu:after,
#cssmenu > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#cssmenu #menu-button {
  display: none;
}
#cssmenu {
  width: auto;
  font-family: 'Raleway', sans-serif !important;
  line-height: 1;
 
}
#cssmenu > ul > li {
  float: left;
  
}
#cssmenu.align-center > ul {
  font-size: 0;
  text-align: center;
}
#cssmenu.align-center > ul > li {
  display: inline-block;
  float: none;
}
#cssmenu.align-center ul ul {
  text-align: left;
}
#cssmenu.align-right > ul > li {
  float: right;
}
#cssmenu.align-right ul ul {
  text-align: right;
}
#cssmenu > ul > li > a {
  padding:12px 16px;
  font-size:16px;
  font-weight:600;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
   border-right:1px solid #eeeeee;
}
#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
          color: #ac003d;
        background: #fff;
}
#cssmenu > ul > li.has-sub > a {
  padding-right: 25px;
}
#cssmenu > ul > li.has-sub > a::after {
  position: absolute;
  top:15px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;

}
#cssmenu > ul > li.has-sub:hover > a::after {
  border-color: #fff;
}
#cssmenu ul ul {
  position: absolute;
  left: -9999px;
}
#cssmenu li:hover > ul {
  left: auto;
}
#cssmenu.align-right li:hover > ul {
  right: 0;
}
#cssmenu ul ul ul {
  margin-left: 100%;
  top: 0;
}
#cssmenu.align-right ul ul ul {
  margin-left: 0;
  margin-right: 100%;
}
#cssmenu ul ul li {
  height: auto;
  -webkit-transition: height .2s ease;
  -moz-transition: height .2s ease;
  -ms-transition: height .2s ease;
  -o-transition: height .2s ease;
  transition: height .2s ease;
}
#cssmenu ul li:hover > ul > li {
  height: auto;
}
#cssmenu ul ul li a {
    padding: 10px 0px 10px 20px;
    width: 240px;
  font-size:16px;
  background: #f5f5f5;
  text-decoration: none;
  color: #ac003d;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  z-index:99;
        font-weight: 600;
}
#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
  color: #fff;
  background: #ac003d;
}
#cssmenu ul ul li.has-sub > a::after {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 4px;
  height: 4px;
  border-bottom: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  content: "";
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: border-color 0.2s ease;
  -moz-transition: border-color 0.2s ease;
  -ms-transition: border-color 0.2s ease;
  -o-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
#cssmenu.align-right ul ul li.has-sub > a::after {
  right: auto;
  left: 10px;
  border-bottom: 0;
  border-right: 0;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
}
#cssmenu ul ul li.has-sub:hover > a::after {
  border-color: #ffffff;
}
@media all and (max-width: 768px), only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px), only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px), only screen and (min-resolution: 192dpi) and (max-width: 1024px), only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
  #cssmenu {
    width: 100%;
  }
  #cssmenu ul {
    width: 100%;
    display: none;
  }
  #cssmenu.align-center > ul,
  #cssmenu.align-right ul ul {
    text-align: left;
  }
  #cssmenu ul li,
  #cssmenu ul ul li,
  #cssmenu ul li:hover > ul > li {
    width: 100%;
    height: auto;       
  }
  #cssmenu ul li a,
  #cssmenu ul ul li a {
    width: 100%;
  }
  #cssmenu > ul > li,
  #cssmenu.align-center > ul > li,
  #cssmenu.align-right > ul > li {
    float: none;
    display: block;
  }
  #cssmenu ul ul li a {
    padding: 20px 20px 20px 30px;
    font-size: 16px;
    color: #fff;
    background: none;
  }
  #cssmenu ul ul li:hover > a,
  #cssmenu ul ul li a:hover {
    color: #fff;
  }
  #cssmenu ul ul ul li a {
    padding-left: 40px;
  }
  #cssmenu ul ul,
  #cssmenu ul ul ul {
    position: relative;
    left: 0;
    right: auto;
    width: 100%;
    margin: 0;
        border-bottom: 2px solid red;
  }
  #cssmenu > ul > li.has-sub > a::after,
  #cssmenu ul ul li.has-sub > a::after {
    display: none;
  }
  #menu-line {
    display: none;
  }
  #cssmenu #menu-button {
    display: block;
    padding: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
  }
  #cssmenu #menu-button::after {
    content: '';
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 2px;
    background: #fff;
  }
  #cssmenu #menu-button::before {
    content: '';
    position: absolute;
    top: 25px;
    right: 20px;
    display: block;
    width: 15px;
    height: 3px;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  #cssmenu .submenu-button {
    position: absolute;
    z-index: 10;
    right: 0;
    top: 0;
    display: block;
    border-left: 1px solid rgba(120, 120, 120, 0.15);
    height: 52px;
    width: 52px;
    cursor: pointer;
  }
  #cssmenu .submenu-button::after {
    content: '';
    position: absolute;
    top: 21px;
    left: 26px;
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button::before {
    content: '';
    position: absolute;
    left: 21px;
    top: 26px;
    display: block;
    width: 11px;
    height: 1px;
    background: #fff;
    z-index: 99;
  }
  #cssmenu .submenu-button.submenu-opened:after {
    display: none;
  }
}


@media only screen and (max-width: 1024px){
    
    #cssmenu > ul > li > a {
      padding: 12px 10px;
    font-size: 16px;
 text-transform:capitalize;
 color: #fff;
    }
}
@media only screen and (max-width: 678px){
.menu-bg{
    margin-top:10px;
    background-color:#373435;

}

}
/* and menu*/
.a-border {
    border: none !important;
}
.goog-border {
    background: #fff;
    border: 1px solid #333;
}
.fa-facebook {
  background: #3B5998;
  color: white;
}
.fa-twitter {
  background: #55ACEE;
  color: white;
}
.fa-google-plus {
  background: #d14836;
  color: white;
}
.fa-linkedin {
  background: #007fb1;
  color: white;
}
.fa-wordpress {
  background: #21759b;
  color: white;
}
.fa-whatsapp {
  background: #65bc54;
  color: white;
}

.fa-rss {
  background: #f57c00;
  color: white;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
  }
.soc-media ul a {
    width: 22px;
    height: 22px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid white;
}
.soc-media ul a:hover{
  opacity: 0.9;
  color: #000;
}
.soc-media {
    text-align: right;
    line-height: 33px;
}
.soc-media ul{
  margin: 0;
}
.header_top h1{
  font-size: 32px;
      padding-top: 16px;
}
.header_top {
    padding: 20px 0;
}
.a-border {
  border: none;
}
#header {
    
}
#google_translate_element a{
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
#banner-bg{
  padding: 10px 0;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
    background-image: none;
}
.carousel-control-prev-icon:after {
    color: #ac003d;
    content: "\f100";
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    top: 40%;
}
.carousel-control-next-icon:after {
    color: #ac003d;
    content: "\f101";
    font-family: FontAwesome;
    font-size: 40px;
    position: absolute;
    top: 40%;
}
.new-product{
  margin: 10px 0;
}
.new-product p{
  margin: 0;
}
#new-product-main h1 {
    color: #AC003D;
    font-size: 22px;
    font-weight: 600;
        padding: 20px 0;
}
.table-border td {
    border: 1px solid #ecf0f1;
    border-radius: 0px;
     color: #666666;
    font-size: 16px;
} 
#new-product-main h3{
      font-size: 18px;
    font-weight: 700;
}
.table-market{
  margin-bottom: 10px;
}
.products-furniture a{
  color: #AC003D;
}
.intermediate ul li {
    background: #fff;
    background-image: url(../images/favicon.png);
    background-repeat: no-repeat;
    background-position: 2px 5px;
    padding-left: 25px;
    list-style: none;
    padding-top: 2px;
    padding-bottom: 4px;
    border: none;
    text-align: left;
}
.products-furniture a {
    color: #AC003D;
    font-size: 16px;
}
.products-cnt a {
    color: #AC003D;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
}
#footer {
    background: #ac003d;
    color: #fff;
    text-align: center;
}
#footer a{
  color: #fff;
}
.footer-top {
    padding: 10px 0px;
}
.footer-top a {
    padding: 0 10px;
}
.footer-bottom {
    padding: 5px 0;
    font-size: 16px;
}
.footer-top a:hover {
    color: #000 !important;
}
.soc-media-mob{
  display: none;
}
.cnt-main {
    border-left: 4px solid #ac003d;
    padding-left: 15px;
}
.cnt-part-main{
  padding: 10px 0;
}
.input-group {
    margin: 15px 0px;
}
.form-main{
  margin: 10px 0;
}
.products-main-cnt {
    text-align: center;
    padding:15px;
    border: 2px solid #ac003d;
    height: 100%;
}
.products-main-cnt img {
    padding: 10px 0;
}
.inq-link {
    background: #4cb748;
    color: #ffffff;
    text-align: center;
    padding: 5px 15px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 10px;
}
.inq-link{
  background: #45a241;
}
.products-contant a:hover{
  color: #fff;
}
#banner-bg .carousel-inner {
    border: 2px solid #ac003d;
    border-radius: 5px;
}
#footer {
    margin-top: 10px;
}
.app-img img{
      border: 1px solid #ac003e;
      padding: 10px 0;
}
.table-dom p {
    padding: 5px;
    margin: 0;
    text-align: left;
}
.products-contant {
    margin-bottom: 30px;
}
.products-link a{
  display: block;
  color: #000;
  padding: 4px 0;
  font-size:18px;
  line-height:32px;
}

.products-link a:hover{
  color: #ac003d;
}

/*Request A Quote CSS END*/
.right-ok{
	background-image:url(../images/right-icon.png);
	background-repeat:no-repeat;
	background-position: 8px;
}

.wrong-icon{
	background-image:url(../images/wrong-icon.png);
	background-repeat:no-repeat;
	background-position: 8px;
}

.example{margin:15px;font-size:16px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}
.thnak4{margin-top: 50px;}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-group{
	margin:15px !important;
}
.form-group input{
	border-left:5px solid #ac003d;
}

.form-group textarea{
	border-left:5px solid #ac003d;
}

.form-group select{
	border-left:5px solid #ac003d;
}
.Submit-box{
	background-color:#ac003d;
	border:1px solid #ac003d;
	padding:10px 15px;
	color:#fff;
	border-radius:5px;
	width:130px;
}
.Submit-box:hover{
	background-color:#000000;
	border:1px solid #000000;
}
/*Request A Quote CSS END*/





@media screen and (max-width: 767px){
 
.soc-media-main{
  display: none;
}
.soc-media ul a {
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 27px;
    border: 1px solid #ac003f;
}
.header_top h1 {
    font-size: 19px;
}
.header_top {
    padding: 10px 0;
}
.menu-bg{
  background: #ac003d;
}
.carousel-control-prev-icon:after {
    font-size: 25px;
    top: 31%;
}
.carousel-control-next-icon:after {
    font-size: 25px;
    top: 31%;
    margin-left: -10px;
}
#new-product-main h1 {
    font-size:20px;
}
#new-product-main h3 {
    font-size: 20px;
    font-weight: 700;
}
.intermediate ul{
  margin: 0;
}
.btn-mo {
    padding: 15px 0;
    text-align: center;
}
.products-contant{
  width: 50%;
}


}
@media screen and (max-width: 575px){
.logo img {
    max-width: 250px;
    text-align: center;
    margin: auto;
}
.logo{
  text-align: center;
}
.header_top h1 {
    display: none;
}
.border-left{
  border: none !important;
}
.products-contant{
  width: 100%;
}
.products-main-cnt img {
    display: block;
    margin: auto;
}
.table-dom p {
    font-size: 16px;
    padding: 3px;
}

}
