body {
	margin:0;
	padding:0;
	font-family: 'Roboto', sans-serif;
	font-size:15px;
	color:#595959;
}
#mainwrapper {
	width:100%;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
#headerwrapper {
	width:100%;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	/*background:url(../images/header-bg.png) no-repeat center top;*/
	background-size:cover;
}
.r-no-padding{
	padding-right: 0;
}
/* Style the search field */
form.example input[type=text] {
  padding: 6px 0 6px 12px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 80%;
  background: #f1f1f1;
  margin-top: 4px;
}

/* Style the submit button */
form.example button {
  float: left;
  width: 20%;
  padding: 10px 0;
  background: #ffc324;
  color: white;
  font-size: 17px;
  border: 1px solid grey;
  border-left: none; /* Prevent double borders */
  cursor: pointer;
  
  margin-top: 4px;
}

form.example button:hover {
  background: #ffc324;
}

/* Clear floats */
form.example::after {
  content: "";
  clear: both;
  display: table;
}

.top-part {
	width:100%;
	float:left;
	padding:15px 0;
}
.bg-light {
	background:#313131 url(../images/menu-patterns.jpg) repeat left top !important;
	padding:0 0 0 0;
	width:100%;
}
.navbar-brand {
	padding-top:0;
	padding-bottom:0;
	margin-right:0;
	width: 67%;
}
.navbar-brand img{
	max-width:500px;
	max-height: 110px;
}
.top-contect-details {
	/*width:auto;*/
	width:32%;
	float:right !important;
	padding: 16px 0;
}
.top-contect-details a {
	padding:0 0 0 0;
	font-size:16px;
	color:#333333;
	text-decoration:none;
	float:right;
}
.top-contect-details a:hover {
	color:#ba0029;
}
.top-part .row {
	display: inherit;
}
.phone {
	width:100%;
	float:left;
	padding:0 0 0 0;
	text-align:right;
	font-size:22px;
	color:#353535;
	font-weight:600;
}
.top-contect-details i {
	color:#ba0029;
}
.navbar-light .navbar-nav .nav-link {
	color:#ffffff;
	text-transform:uppercase;
	font-size:15px;
}
.navbar-light .navbar-nav .nav-link:hover {
	color:#ffc324;
}
.navbar-light .navbar-nav .active>.nav-link {
	color:#ffc324;
}
.navbar-light .navbar-nav li {
	position:relative;
}
.navbar-light .navbar-nav li:before {
	content: "/";
	position: absolute;
	top:12px;
	color: #fff;
	font-size: 16px;
	padding: 0 0;
	left: -3px;
}
.navbar-light .navbar-nav li:first-child:before {
	content: "";
}
.dropbtn:before{
	content: "/";
	position: absolute;
	top: 28%;
	left: 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
 padding-right: .9rem;
 padding-left: .9rem;
}
#headerwrapper .row {
	width:100%;
}
.nav-link {
 padding: .8rem 1rem .7rem;
}
.yellow-offer {
	font-family: 'Fira Sans', sans-serif;
	font-size: 24px;
	color: #000000;
	width: auto;
	float: right;
    font-weight: 400;
}
.yellow-offer span {
	font-family: 'Fira Sans', sans-serif;
	font-size:24px;
	color:#ba0029;
	font-weight:700;
	text-transform:uppercase;
}
.carousel-inner img {
	width: 100%;
	height: 100%;
}
.carousel-indicators li {
	cursor:pointer;
}
.carousel-indicators .active {
	background-color: #ffc324;
}
.carousel-indicators li {
	width: 40px;
	height: 4px;
	background-color:#fff;
}
.carousel-caption {
	position: absolute;
	top: 50%;
	left: 17%;
	z-index: 10;
	color: #fff;
	text-align: left;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	bottom:auto;
}
.carousel-indicators{
     bottom: 35px;
}
.carousel-caption .h2, h2 {
	font-size: 3rem;
	text-transform:uppercase;
	color:#ffffff;
	font-weight:500;
	line-height:1;
}
.carousel-caption p {
	font-size: 2.50rem;
	color:#ffffff;
	font-weight:300;
	line-height:44px;
}
.carousel.slide img{
    max-width: 100%;
}
.h1, h1 {
	font-size: 4.25rem;
	color:#ffffff;
	font-weight:700;
	line-height:1;
}
/*.readmore-btn {
	background:#313131 url(../images/menu-patterns.jpg) repeat left top !important;
	padding:12px 25px;
	border:0;
	margin-top:20px;
}*/
.readmore-btn {
    background: transparent;
    padding: 7px 17px;
    border: 0;
    margin-top: 20px;
    background: transparent;
    border: 2px solid #ffffff;
	position: absolute;
	top: 250px;
	left: 43.2%;
}

/*.readmore-btn:hover {
	background:#ffc324 !important;
	border:0;
	color:#ffffff;
}*/
.readmore-btn:hover{
    background: #A9A9A9 !important;
    border: 2px solid #A9A9A9;
    color: #ffffff; 
}
.readmore-btn .fa-angle-double-right {
	padding-left:10px;
}
#middelwrapper {
	width:100%;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
    background:url(../images/middle-bg.png) no-repeat center bottom;
	/* background-size:contain;*/
}
.services-box {
	display: inline-block;
	position: relative;
	background: none;
	color: #fff;
	font-size:15px;
	cursor: pointer;
	background:#ffffff;
	border:2px solid #e7e7e7;
	width:100%;
	text-align:center;
	font-weight:500;
	padding:20px 5px 0px 5px;
	box-shadow: 0px 0px 10px -8px rgba(0,0,0,0.22), 0 5px 20px 0 rgba(0,0,0,0.14) !important;
}
.services-box a {
	color: #353535;
}
.services-box a:hover {
	color: #ba0029;
	text-decoration:none;
}
.services-icon {
	width:100%;
	float:left;
	text-align:center;
	padding:0 0 10px 0;
}
.services-box a .s-box {
	display: block;
	padding:0;
}
.s-box p {
	line-height:1;
	min-height: 102px;
	max-height: 102px;
}
.services-box a::before, .services-box a::after {
	content:"";
	width:44%;
	height: 2px;
	position: absolute;
	transition: all 0.2s linear;
	background: #404040;
}
.services-box a .s-box::before, .services-box a .s-box::after {
	content:"";
	width:2px;
	height:44%;
	position: absolute;
	transition: all 0.2s linear;
	background: #404040;
}
.services-box a:hover::before, .services-box a:hover::after {
	width: 102.5%;
}
.services-box a:hover .s-box::before, .services-box a:hover .s-box::after {
	height: 101.5%;
}
/*----- button 4 -----*/
/*.btn-4::after {
	right:-2px;
	bottom: -2px;
	transition-duration: 0.4s;
}
.btn-4 span::after {
	right:-2px;
	bottom: -2px;
	transition-duration: 0.4s;
}
.btn-4::before {
	left: -2px;
	top: -2px;
	transition-duration: 0.4s;
}
.btn-4 span::before {
	left: -2px;
	top: 0;
	transition-duration: 0.4s;
}*/
.services-part .block img{
    max-width: 100%;
	object-fit: cover;
   -webkit-box-shadow: 5px 5px 10px 0px rgba(196, 196, 196, 0.45);
   -moz-box-shadow:    5px 5px 10px 0px rgba(196, 196, 196, 0.45);
   box-shadow:         5px 5px 10px 0px rgba(196, 196, 196, 0.45);


}
.services-part .block{
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;

} 

.services-part {
	width:100%;
	float:left;
	padding:40px 0;

}
.search-part {
	width:100%;
	float:left;
	padding:15px 0 15px 0;
	background:#313131 url(../images/search-patterns.jpg) repeat left top;
}
.card {
	background:none !important;
	border:0;
	border-radius:none;
	padding:0;
}
.search-part label {
	font-size: 14px;
	color: #ffffff;
	padding: 0 0 0 0;
	font-weight: 400;
	width: 40%;
	float: left;
	line-height: 35px;
}
.search-part .form-inline .form-control {
	width: 53%;
 padding: .344rem .70rem;
	font-size: 15px;
}
.search-part .form-inline .form-sat-2 .form-control {
	width: 53%;
}
.search-part .form-group {
	width: 100%;
}
.search-part select.form-control:not([size]):not([multiple]) {
	height: auto !important;
}
.search-part .form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #ffc324;
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(255,195,36,0.5);
}
.search-part .mr-sm-3, .mx-sm-3 {
	margin-right: 0.5rem!important;
}
.search-part .mr-sm-3, .mx-sm-3 {
	margin-left: 0.5rem!important;
}
.search-part .select-box {
	margin-right: 0.5rem!important;
	margin-left: 0.5rem!important;
	color: #9c9c9c;
}
.search-part .form-inline {
	position:relative;
	width:100%;
}
.search-part .serach-btn {
	background: #ffc324 !important;
	padding: 5px 20px;
	border: 0;
	color:#ffffff;
	text-align:center;
}
.search-part .serach-btn:hover {
	background: #ba0029 !important;
	color:#ffffff;
}
.search-part .btn-primary.focus, .btn-primary:focus {
	box-shadow: 0 0 0 0.1rem rgba(255,195,36,0.5) !important;
}
.advanced-search-link {
	width:auto;
	color:#ffffff;
	padding: 4px 0 4px 0;
	float:left;
	position: absolute;
	right:12px;
	top: 0;
	font-size:16px;
}
.advanced-search-link:hover {
	color:#A9A9A9 !important;
	text-decoration:none !important;
}
.advanced-search-link i {
	font-size:22px;
	position:relative;
	top:3px;
}
.form-sat-1 {
	width:100%;
	max-width: 262px;
	float:left;
}
.form-sat-2 {
	width:100%;
	max-width:270px;
	float:left;
}
.form-sat-3 {
	width:100%;
	max-width:284px;
	float:left;
}
.form-sat label {
	width:auto;
	float:left;
}
.collapse.show {
	width:100%;
}
 .search-part .form-control::-webkit-input-placeholder {
 color: #6c757d;
 opacity: 0.7;
}
 .search-part .form-control::-moz-placeholder {
 color: #6c757d;
 opacity: 0.7;
}
 .search-part .form-control:-ms-input-placeholder {
 color: #6c757d;
 opacity: 0.7;
}
 .search-part .form-control::-ms-input-placeholder {
 color: #6c757d;
 opacity: 0.7;
}
 .search-part .form-control::placeholder {
 color: #6c757d;
 opacity: 0.7;
}
.middel-content {
	width:100%;
	float:left;
	padding:30px 0 50px 0;
}
.category {
	width:100%;
	float:left;
	padding:0 0 0 0;
	border:1px solid #cfcfcf;
}
.category h6 {
	width:100%;
	float:left;
	padding:10px;
	font-size:18px;
	color:#ffffff;
	background:#ba0029;
	margin:0;
}
.category h6 .fa-chevron-circle-right {
	font-size:22px;
}
.category-list {
	width:100%;
	float:left;
	padding:5px 14px 5px 14px;
	margin:0 0 0 0;
	list-style-type:none;
}
.category-list li {
	width:100%;
	float:left;
	padding:0 10px 0 0px;
	margin:0 0 0 0;
	border-bottom:1px solid #e7e7e7;
}
.category-list li:last-child {
	border-bottom:0;
	padding:0;
}
.category-list li a {
	padding:0 0 0 0px;
	margin:0 0 0 0;
	font-size:15px;
	color:#595959;
	line-height: 32px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-list li a:hover {
	color:#bf1137;
	text-decoration:none;
	padding-left:10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.category-list li a i {
	color:#bf1137;
}
.login-box {
	width:100%;
	float:left;
	padding:0 0 0 0;
	border:1px solid #cfcfcf;
	background-color: #ffffff;	
}
.login-box h6 {
	width:100%;
	float:left;
	padding:10px;
	font-size:18px;
	color:#ffffff;
	background:#ba0029;
	margin:0;
}
.login-box .login-form {
	width:100%;
	float:left;
	padding:14px 14px 14px 14px;
}
.login-btn {
	background:#313131 !important;
	padding:6px 20px;
	border:0;
	font-size:15px;
	font-weight:500;
	color:#ffffff;
	margin-top:5px;
}
.login-btn:hover {
	background:#ffc324 !important;
	border:0;
	color:#ffffff;
}
.login-box .login-form .form-control:focus {
	color: #495057;
	border-color: #ffc324;
	outline: 0;
	box-shadow: 0 0 0 0.1rem rgba(255,195,36,0.5);
}
.login-box .form-group {
	margin-bottom: 10px;
}
.login-box .form-control {
	border-radius:0;
 padding: .3rem .75rem;
}
.forgot-link {
	font-size:15px;
	color:#595959;
	width:100%;
	float:left;
	line-height:20px;
}
.register-link{
	font-size: 15px;
    color: #595959;
    width: 100%;
    float: left;
    line-height: 20px;
    padding-top: 10px;
}
.forgot-link:hover, .register-link:hover {
	font-size:15px;
	color:#bf1137;
	text-decoration:none;
}
.welcome-part h4 {
	width:100%;
	float:left;
	padding:0px 0 10px 0;
	font-size:28px;
	color:#313131;
	margin:0;
	text-transform:uppercase;
	position:relative;
}
.welcome-part h4 span {
	color:#bf1137;
}
.welcome-part h4::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background:#bf1137;
	width:90px;
	height:2px;
}
.welcome-part p {
	width:100%;
	float:left;
	padding:15px 0 5px 0;
	font-size:15px;
	color:#595959;
	line-height:24px;
}
.welcome-part h5 {
	width:100%;
	float:left;
	padding:0px 0 10px 0;
	font-size:24px;
	color:#313131;
	margin:0;
	position:relative;
}
.welcome-part h5 span {
	color:#bf1137;
}
.welcome-part{
	margin-bottom: 30px;
	float: left;
}
.red {
	color:#bf1137;
	text-decoration:none;
}
.red-link {
	color:#bf1137;
	text-decoration:none;
}
.red-link:hover {
	color:#595959;
	text-decoration:none;
}
.welcome-part h5::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background:#bf1137;
	width:90px;
	height:2px;
}
.bottom-box-part {
	width:100%;
	float:left;
	padding:0px 0 0 0;
}
.gray-box {
	width:100%;
	float:left;
	padding:15px 15px 15px 15px;
	background:#333333;
	border:1px solid #d3d2d2;
	min-height:auto;

}
.margin-bottom{
	margin-bottom: 30px;
}
.gray-box .title {
	width:100%;
	float:left;
	padding:0 0 5px 0;
	font-size:17px;
	color:#ffffff;
	position:relative;
	margin:0 0 20px 0;
	line-height:1;
	text-align: left;
}
.gray-box .title i {
	font-size:20px;
}
.gray-box .title::before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background:#ffc324;
	width:92px;
	height:1px;
}
.box-1 .news-img {
	padding:0 0 0 0;
	border:1px solid #cfcfcf;
}
.box-1 .news-img {
	width:100%;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	border:1px solid #cfcfcf;
}
.gray-box img{
	max-width: 220px;
	max-height: 140px;
	margin: 0 !important;
	text-align: center;	
}
.box-1 .news-title {
	width:100%;
	float:left;
	padding:10px 0 5px 0;
	font-size:15px;
	color:#ffffff;
	line-height:20px;
	font-weight:500;
}
.box-1 p {
	width:100%;
	float:left;
	padding:10px 0 0px 0;
	font-size:14px;
	color:#ffffff;
	line-height:20px;
	font-weight:400;
	margin:0;
}
.readmore-link {
	font-style:italic;
	color:#ffc324;
}
.readmore-link:hover {
	color:#ffffff;
	text-decoration:none;
}
.box-2 .blog-img {
	padding:0 0 0 0;
	border:1px solid #cfcfcf;
}
.box-2 .blog-img {
	width:100%;
	float:left;
	padding:0 0 0 0;
	border:1px solid #cfcfcf;
	border-bottom:2px solid #ba0029;
}
.box-2 .blog-title {
	width:100%;
	float:left;
	padding:5px 0 5px 0;
	font-size:15px;
	color:#ffffff;
	font-weight:500;
	text-align:center;
}
#footerwrapper {
	width:100%;
	float:left;
	padding:30px 0 30px 0;
	margin:0px 0 0 0;
	background:#313131 url(../images/search-patterns.jpg) repeat left top;
}
.footer-menu {
	width:100%;
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	list-style-type:none;
}
.footer-menu li {
	padding:0 0 0 0;
	margin:0 0 0 0;
	display:inline-block;
	position:relative;
}
.footer-menu li a {
	padding:0 18px 0 0;
	margin:0 0 0 0;
	font-size:14px;
	color:#ffffff;
	font-weight:400;
}
.footer-menu li a:hover {
	color:#ffc324;
	text-decoration:none;
}
.footer-menu li:before {
	content: "/";
	position: absolute;
	top: 0px;
	color: #fff;
	font-size: 16px;
	padding: 0 0;
	left: -11px;
}
.footer-menu li:first-child:before {
	content: "";
}
.copyright {
	padding:8px 0px 0 0;
	font-size:15px;
	color:#ffffff;
	font-weight:400;
	float:left;
	text-align: left;
}
.copyright span {
	color:#ffffff;
	font-weight:500;
}
.social-icons {
	font-size: 18px;
	font-weight: 500;
	color: #fff;
	float:right;
	position: relative;
	left: 5%;
}
.social-title {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	padding-bottom:10px;
	float:left;
	width:100%;
}
.social-icons ul {
	list-style: none;
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.social-icons ul li {
	display: inline-block;
}
.social-icons ul li a {
	font-size: 15px;
	color: #fff;
	height: 27px;
	width: 27px;
	border-radius: 27px;
	border: 1px solid #fff;
	line-height: 24px;
	float: left;
	text-align: center;
	margin:0 2px 0 2px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons ul li a:hover {
	color: #ffc324;
	border-radius:0;
	border: 1px solid #ffc324;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons .bing{
	background: url("../images/bing.png") no-repeat center center;
	width: 28px;
	height: 28px;
}
.social-icons .bing:hover{
	background: url("../images/bing-hover.png") no-repeat center center;
}
.padding-left {
	padding-left:0;
}
.padding-right {
	padding-right:0;
}
.mr-top {
	margin-top:10px;
}
.collapsing{ 
	width:100%; 
}
.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    padding:  13px 0 7px 0;
}

.dropdown-toggle.nav-link{
	color: #fff;
}
.dropdown-menu.show{
    background: #313131 url(../images/menu-patterns.jpg) repeat left top !important;
}
.dropdown-menu.show a{
	color: #fff;
	text-decoration: none;
	padding: 5px 0px 0 5px; 
	text-transform: uppercase;
}
.dropdown-menu.show a:hover{
	color: #ffc324;
}
.dropdown-menu.show li:before{
	content: "";
}
.dropdown-menu.show li:hover{
	background: #000;
}
.dropdown-menu.show li:hover a{
	color: #ffc324;
}
.navbar-expand-lg .navbar-nav .dropdown-menu{
	width: 240px;
	padding: 0;
}
.dropdown-menu.show li{
	padding: 10px 15px;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color: #ffc324; 
}
.gray-box img{
	max-width: 100%;
}












@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700,900");
@import url(https://fonts.googleapis.com/css?family=Pacifico);
body {
  font-family: "Lato", Helvetica, Arial;
  font-size: 16px;
}

*, *:before, *:after {
  -webkit-border-sizing: border-box;
  -moz-border-sizing: border-box;
  border-sizing: border-box;
}


.container > ul {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.title {
  font-family: "Lato", Helvetica, Arial;
  font-weight: norma;
  font-size: 40px;
  text-align: center;
  line-height: 1.4;
  color: #C0392B;
}

.dropdown.aside {
  position: relative;
}
.dropdown.aside a {
  text-decoration: none;
}
.dropdown.aside [data-toggle="dropdown"] {
  display: block;
  color: #595959;
  background: none;
  /*-moz-box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  -webkit-box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  box-shadow: 0 1px 0 #d65548 inset, 0 -1px 0 #962d22 inset;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
  padding: 1px 0 1px 0;
  font-size: 15px;
  color: #595959;
  line-height: 32px;
}
.dropdown.aside [data-toggle="dropdown"]:hover {
  background: unset;
}
.dropdown.aside [data-toggle="dropdown"]:before {
  position: absolute;
  display: block;
  content: '\25BC';
  font-size: 0.7em;
  color: #595959;
  top: 1px;
  right: 6px;
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}
.dropdown.aside > .dropdown-menu.aside {
  max-height: 0;
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
  -moz-transition: max-height 0.6s ease-out;
  -o-transition: max-height 0.6s ease-out;
  -webkit-transition: max-height 0.6s ease-out;
  transition: max-height 0.6s ease-out;
  animation: hideAnimation 0.4s ease-out;
  -moz-animation: hideAnimation 0.4s ease-out;
  -webkit-animation: hideAnimation 0.4s ease-out;
}
.dropdown-menu.aside{
	width: 100%;
}
.dropdown.aside > .dropdown-menu.aside li {
  padding: 0;
}
.dropdown.aside > .dropdown-menu.aside li a {
  display: block;
  color: #6f6f6f;
  background: #EEE;
  /*-moz-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  -webkit-box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;*/
  /*box-shadow: 0 1px 0 white inset, 0 -1px 0 #d5d5d5 inset;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.3);*/
  padding: 0 8px;
  width: 100% !important;
}
.dropdown.aside > .dropdown-menu.aside li a:hover {
  background: #f6f6f6;
}
.dropdown.aside > input[type="checkbox"] {
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 9999;
}
.dropdown.aside > input[type="checkbox"]:checked ~ .dropdown-menu.aside {
  max-height: 9999px;
  display: block;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  animation: showAnimation 0.5s ease-in-out;
  -moz-animation: showAnimation 0.5s ease-in-out;
  -webkit-animation: showAnimation 0.5s ease-in-out;
  -moz-transition: max-height 2s ease-in-out;
  -o-transition: max-height 2s ease-in-out;
  -webkit-transition: max-height 2s ease-in-out;
  transition: max-height 2s ease-in-out;
  z-index: 9999;
}
.dropdown.aside > input[type="checkbox"]:checked + a[data-toggle="dropdown"]:before {
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -moz-transition: -moz-transform 0.6s;
  -o-transition: -o-transform 0.6s;
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
}

.category .aside{
	position: relative !important;
}

.dropdown.aside{
	list-style: none;
	width: 100%;
    float: left;
    padding: 0 0px 0 0px;
    margin: 0 0 0 0;
    border-bottom: 1px solid #e7e7e7;
}
.dropdown.aside ul{
	padding: 0;
}





@keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-webkit-keyframes showAnimation {
  0% {
    -moz-transform: scaleY(0.1);
    -ms-transform: scaleY(0.1);
    -webkit-transform: scaleY(0.1);
    transform: scaleY(0.1);
  }
  40% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.04);
    -ms-transform: scaleY(1.04);
    -webkit-transform: scaleY(1.04);
    transform: scaleY(1.04);
  }
  100% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-moz-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}
@-webkit-keyframes hideAnimation {
  0% {
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  60% {
    -moz-transform: scaleY(0.98);
    -ms-transform: scaleY(0.98);
    -webkit-transform: scaleY(0.98);
    transform: scaleY(0.98);
  }
  80% {
    -moz-transform: scaleY(1.02);
    -ms-transform: scaleY(1.02);
    -webkit-transform: scaleY(1.02);
    transform: scaleY(1.02);
  }
  100% {
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
}

.login-box.basket{
	margin-top: 5px;
}
.feature-product{
	width: 100%;
	float: left;
}
.feature-product .img-block img{
	max-width: 200px;
    max-height: 200px;
    align-items: center;
    vertical-align: middle;
 }
.feature-product .view-items {
    color: #fff;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    background: #ba0029;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    float: left;
    margin-top: 15px;

}
.feature-product .view-items:hover {
    color: #fff;
    background: #000;
}
.feature-product p{
	font-weight: 600;
	font-size: 14px;
	min-height: 80px;
}
.feature-product .block{
	margin-bottom: 30px;
}
.feature-product-header{
	background: #ba0029;
	padding: 7px 0 7px 10px;
    font-size: 20px;
	color: #fff;
	font-weight: 500;
	width: 100%;
	float: left;
	margin: 0 15px 15px 15px;
}
.user-name{
	margin: 15px 0 0 0 !important;
	padding: 0 0 0 15px;
	font-size: 16px;
	font-weight: 600;
	color: #ba0029;
	float: left;
	width: 100%;
}
.login-box .login-form{
	padding: 14px 14px 0 14px;
}
.forgot-link{
	margin-bottom: 10px;
}
.social-icons ul li a i{
	line-height: 24px;
}
.middel-content p{
	margin-bottom: 0;
	padding-top: 0;
}


.content-block{
	width: 100%;
	float: left;
}
.feature-product .view-items{
	float: none;
}
.feature-product .block{
	padding-left: 15px;
}
.no-padding.block .block{
	padding: 0px 15px 0 15px;
}
.view-items{
	margin-top: 5px;
	display: inline-block;
}
.feature-product .no-padding.block{
	border: none;
}
.border-box{
	text-align: center;
	float: left;
	width: 100%;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 0 5px 15px 5px;
	min-height: 250px;
}
.img-block{
	margin:0 auto;
	padding: 10px;
	width: 220px;
    height: 220px;
    display: table;
}
.img-block a{
	display: table-cell;
	vertical-align: middle;
}
.home-middle-wrapper{
	width: 100%;
	float: left;
}

.no-padding{
	padding: 0;
}
.eqnuirybaskettext{
	width: 80%;
    float: left;
    margin-top: -9px;
    margin-bottom: 12px;
    text-align: left;
}
.eqnuirybasketlink{
	width: 15%;
    float: left;
}
.login-box.basket .submit-btn{
    float: none !important;
}
.login-box.basket {
     padding-bottom: 18px;
     text-align: center;
}
.search-popup {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;  
}
.search-popup li{
	display: inline-block;
}
.search-popup li a{
	padding: 5px 15px; 
    background: #ba0029;
    color: #fff;
    text-decoration: none;
    min-width: 74px;
    display: inline-block;
    padding: 0 0 2px 0;
}
.search-blk .modal-body{
	text-align: center;
	padding-bottom: 30px;
}
.search-blk .serach-label{
	color: #6f6c6c;
	width: 100%;
	float: left;
	font-size: 16px;
}
.search-block{
	background: #f1f1f1; 
}
.modal-content.two{
	background: #f1f1f1; 
}
.search-block .modal-header{
    border-bottom: 1px solid #dcddde;
}
.search-block .modal-footer{
	border-top: 1px solid #dcddde;
}
.modal-header{
    border-bottom: 1px solid #dcddde;
}
.modal-footer{
    border-top: 1px solid #dcddde;	
}
#contacterr {
	list-style: none !important;
    border: 1px solid #ccc;
    padding: 10px;
    width: 99%;
    background: #f5dbdb;
    display: none;
}
#contacterr li{
    color: #ba0029;
	float: none;
	margin: 0;
}
.register-block.quote.contact a{
	/*color: #ba0029;*/
	color: #333333;
}
.search-block .close{
	width: unset;
}
.search-block input{
	width: 83%;
	float: none !important;
}
.search-block .submit-btn{
	width: 20% !important;
	margin: 10px 0;  
}
.modal-content.two h4{ 
    font-size: 1.5rem;
}
.rc-anchor-light.rc-anchor-normal{
	float: left;
}
.enquiry-list-row{
    width: 100%;
    float: left;
}
#specialreq{
	width: 100%;
}


/*23-05-2018 css*/
.quick-links{
	height: 150px;
	width: 100%;
	overflow: auto;
    margin: 20px 0 25px 0;
}
.quick-links ul{
	list-style: none;
}
.quick-links li a {
    padding: 0 12px 0 0;
    margin: 0 0 0 0;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}
.quick-links li a:hover{
	color: #A9A9A9;
}
.quick-links-title{
	font-size: 22px;
	text-align: center;
	margin: 0 auto;
}
.quick-links .block{
	border-right: 1px solid #fff;
}
.login-box.basket.right-box .login-form{
	width: 100%;
	float: left;
}



/*product page*/
.product-block .inner-block{
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 10px 40px 10px;
	margin-bottom: 30px;
	background: #fff;
}
.product-block h4{
	font-size: 15px;
    color: #595959;
    font-weight: 400;
    text-transform: uppercase;
    height: 52px;
}
.product-block h5{
	font-size: 13px;
    color: #595959;
    font-weight: 400;
    text-transform: lowercase;
    text-transform: capitalize;

}
.product_code{padding-top: 20px;}
.product-block .enquiry{
	font-size: 12px;
	font-weight: 400;
	color: #595959;
	text-decoration: none !important;
	float: left;
	width: 43%;
}
.product-block .enquiry:hover{
	color: #595959;
}
.product-block .virtual-samp{
	font-size: 12px;
	font-weight: 400;
	color: #595959;
	float: right;
	display: inline-block;
	width: 53%;
}
.product-block .virtual-samp:hover{
	text-decoration: underline;
    
}
.product-block .view-items{
	font-size: 13px;
	font-weight: 400;
	color: #fff;
	background: #ba0029;
	padding: 8px 19px 8px 17px;
    margin: -5px 0 0 0;
	text-decoration: none !important;
	float: right;
}
.product-block .view-items:hover {
    color: #fff;
    background: #c73454;
}
.product-block .virtual-samp.request:hover{
	color: #fff;
	background: #c73454;
}
.product-block .cart-detail{
	/*margin-bottom: 42px;*/
	margin-bottom: 50px;
}
.product-block .cart-detail .fa{
	font-size: 15px;
	color: #ba0029;
	margin-right: 4px;
}
.product-block .img-block{
	height: 238px;
    /*display: flex;*/
    align-items: center;
    display: table;
}
.product-block .img-block a{
	display: table-cell;
	vertical-align: middle;
}
.product-block .img-block img{
	text-align: center;
	margin: 0 auto;
	text-align: center;
	max-width: 200px;
	max-height: 200px;
}
.product-block nav{
	padding-left: 13px !important;
	width: 100%;
	float: left;
}
.product-block nav li a{
	color: #ba0029;
	background: #fff;
}
.product-block nav li a:hover{
	color: #fff;
	background: #ba0029; 
}
.virtual-samp.request {
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    background: #ba0029;
    padding: 7px 13px 9px 13px;
    text-decoration: none !important;
    margin-top: -5px;
}

.results-block ul{
	list-style: none;
	padding: 0;
}
.results-block ul li{
	display: inline-block;
    float: left;
    margin-right: 5px;
    margin-bottom: 20px;
}

.results-block ul li a{
	color: #fff;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #ba0029;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    float: left;
}
.results-block .search-result{
	border-bottom: 1px dotted #000 !important;
	width: 100%;
}
.product-block h3{
	font-size: 22px;
	margin-bottom: 15px;

}


/*product-detail page*/
.accordion {
    background-color: #ba0029;
    color: #fff;
    cursor: pointer;
    padding: 12px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
/*.active, .accordion:hover {
    background-color: #ba0029;
}*/

/* Style the accordion panel. Note: hidden by default */
.panel {
    overflow: auto;
}

/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
.accordion .fa{
	float: right;
	font-size: 20px;
}

table {
    font-family: arial, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

td, th {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
}

tr:nth-child(even) {
    background-color: #dddddd;
}



/*register page*/
.login-detail label{
	font-size: 16px;
	font-weight: 400;
	color: #595959;
	width: 30%;
}
.login-detail input{
	width: 69%;
	margin-bottom: 20px;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 0px;
}
.company-detail textarea{
	width: 59%;
	min-height: 129px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
}
.register-block span{
	color: #ba0029;
	font-family: 'Roboto', sans-serif;
}
.register-block h4{
	width: 100%;
	font-size: 25px;
	font-weight: 600;
	color: #ba0029;
	margin-bottom: 26px;
}
.company-detail input{
    width: 59% !important;
    margin-bottom: 20px;
    border-radius: 3px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 5px 0;
}
.company-detail label{
    width: 40% !important;
    font-size: 16px;
    float: left !important;
}
.g-recaptcha{
	width: 60%;
	float: left;
	margin-bottom: 10px;
} 
.submit-btn{
	font-size: 15px;
	font-weight: 600;
	color: #fff !important;
	background: #ba0029 !important;
	padding: 8px 20px !important;
	text-decoration: none !important;
	float: right;	
	text-transform: uppercase;
	cursor: pointer;
	width: unset !important;
}
.submit-btn:hover{
	color: #fff;
	background: #000;
}
.company-detail select{
	padding: 8px 0;
    width: 59%;
    border-radius: 3px;
    border: 1px solid #ccc;
    color: #595959;
    margin-bottom: 20px;
}
.company-detail .captcha {
    font-size: 16px;
    color: #595959;
    float: right !important;
    margin-bottom: 20px;
    width: 61%;
    margin-top: 8px;
    
}
.company-detail .captcha-text {
    color: #595959;
    float: none;
    width: 40%;
    display: inline-block;
    margin: 0px 5px;
    width: 14% !important;
    float: none;
    text-align: center;
}
.captcha-text.answer{
	width: 30% !important;
}


 /*our suppliers page*/
 .suppliers-sec .block img{
 	text-align: center;
    vertical-align: middle;
    display: inline-block;
 }
.suppliers-sec .block{
	height: 100%;
	margin-bottom: 40px;
	display: inline-table;
    vertical-align: middle;
    text-align: center;
}
.suppliers-sec .child{
	display: table-cell;
    vertical-align: middle;
}
.suppliers-sec .main-block{
	display: table;
}
.suppliers-sec h3 {
    width: 100%;
    float: left;
    padding: 0px 0 10px 0;
    font-size: 28px;
    color: #313131;
    margin: 0;
    text-transform: uppercase;
    position: relative;
}
.suppliers-sec h3 span {
	color:#bf1137;
}
.suppliers-sec h3:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background:#bf1137;
	width:90px;
	height:2px;
}
.clear{
	clear: both;
}



/*suppliers-profiles page*/
.suppliers-profiles h3 {
    width: 100%;
    float: left;
    padding: 0px 0 10px 0;
    font-size: 28px;
    color: #313131;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.suppliers-profiles h3 span {
	color:#bf1137;
}
.suppliers-profiles h3:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background:#bf1137;
	width:90px;
	height:2px;
}
.suppliers-profiles .inner-block{
	border: 1px solid #ccc;
	text-align: center;
	padding: 0 0 65px 0;
	margin-bottom: 30px;
}
.suppliers-profiles .img-block {
    height: 180px;
    display: flex;
    align-items: center;
    width: 100%;
}
.suppliers-profiles .img-block img {
    text-align: center;
    margin: 0 auto;
    max-width: 130px;
    max-height: 130px;
    text-align: center;
}
.suppliers-profiles .img-block a{
	text-align: center;
	margin: auto;
}
.suppliers-profiles .company-name{
	font-size: 14px;
    font-weight: 400;
    color: #595959;
    width: 100% !important;
    float: left !important;
    margin-bottom: 10px;
    height: 39px;
}
.suppliers-profiles h4{
	font-size: 17px;
	font-weight: 500;
	color: #595959;
	margin: 15px 0 15px 0;
}
.suppliers-profiles span{
	font-weight: 600;
}
.suppliers-profiles ul {
	list-style: none;
	width: 100%;
	float: left;
	padding: 0;
}
.suppliers-profiles li{
	width: 46%;
    float: left;
    margin-left: 4%;
}
.suppliers-profiles ul li a{
	font-size: 13px;
	font-weight: 400;
	color: #595959;
	float: left;
}
.suppliers-profiles ul li a:hover{
	color: #ba0029;
}
.suppliers-profiles ul li .fa{
	margin-right: 8px;
	float: left;
	color: #ba0029;
	font-size: 15px;
}
.suppliers-sec{
	width: 100%;
	float: left;
}
.suppliers-profiles{
	padding-right: 0;
}
.org_btn{
	color: #fff;
    font-size: 14px;
    color: #fff;
    background: #ba0029;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}
.tred-filde-input{
	padding: 14px 0;
}
.searchprofile{
	width: 94%;
	float: left;
	padding: 0 0 15px 0;
	margin: auto;
	text-align: center;
}
.suppliers-profiles .pagination li{
	width: auto;
	margin: 0;
}
.suppliers-profiles .pagination li:hover{
	background: #ba0029 !important;
	
}
.suppliers-profiles .pagination li a:hover{
	color: #ffffff;
}
.page-link:hover{
	background: #ba0029 !important;
}
.suppliers-profiles .pagination li a{
	color: #ba0029;
    font-size: 16px;
}
.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #ba0029;
    border-color: transparent;
}

/*contact page*/
.register-block.contact .submit-btn{
	margin-right: 5px;
}
.register-block.contact .submit-btn:hover{
	background: #000;
	color: #fff;
}
.register-block.contact .reset{
	padding: 8px 29px;
}
.contact-us h3 {
    
    padding: 0px 0 10px 0;
    font-size: 28px;
    color: #313131;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.contact-us h3 span {
	color:#bf1137;
}
.contact-us h3:before {
	content:"";
	position:absolute;
	left:0;
	bottom:0;
	background:#bf1137;
	width:90px;
	height:2px;
}

.register-block.contact .address-block{
	width: 100%;
	margin-bottom: 30px;
	text-align: center;
}
.register-block.contact .company-detail textarea{
	min-height: 83px;
    margin-bottom: 14px;
}
.register-block h3 {
    
    padding: 0px 0 10px 0;
    font-size: 28px;
    color: #313131;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.register-block h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bf1137;
    width: 90px;
    height: 2px;
}
.register-block.contact .inner-block{
	background: #f1f1f1;
	min-height: 194px;
    text-align: left;
    padding: 15px 0 0 30px;
	margin-bottom: 30px;
}

.company-detail .submit-btn{
	width: 29% !important;
}
.register-block .submit-btn{
	width: 30%;
}
.register-block .submit-btn:hover{
	background: #000 !important;
	color: #fff !important;
}
.address-block .email{
	color: #ba0029;
}
.address-block h5{
	color: #ba0029;
	font-weight: 600;
	font-style: italic;
}

.category-list.login-links li a:hover{
	padding-left: 0;
	color: #8f8b8b;
	text-decoration: underline;
}
.login-form.top{
	padding: 31px 9px;
	height: 120px;
    overflow: auto;
    margin-bottom: 22px;
}
.align-lable{
	vertical-align: top;
}
.inquerybasketblank{
	text-align: center;
	padding-top: 12% !important;
}




/*blog page*/
.blog-sec .inner-block{
	margin-bottom: 40px;
}
.blog-sec .inner-block p{
	margin-bottom: 15px;
}
.blog-sec .inner-block img{
	margin-bottom: 10px;
}
.blog-sec .block .info-read-more{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background: #333333;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
}
.blog-sec .block .info-read-more:hover{
    color: #fff;
    background: #000;
}
.blog-sec .inner-block h4{
	border-bottom: 2px solid #595959;
	
}
.blog-sec h3 {
    width: 100%;
    float: left;
    padding: 0px 0 10px 0;
    font-size: 28px;
    color: #313131;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.blog-sec h3:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bf1137;
    width: 90px;
    height: 2px;
}
.blog-sec img {
    max-width: 200px;
	max-height: 200px;
    float: left;
    vertical-align: middle;
    margin: 7px 30px 8px 0;
}
.blog-sec .block {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    /*padding: 0 15px 0 15px;*/
}


/*blog-details page*/
.blog-details h4 {
    width: 100%;
    float: left;
    padding: 0px 0 10px 0;
    font-size: 28px;
    color: #313131;
    margin: 0;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 50px;
}
.blog-details h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: #545454;
    width: 90px;
    height: 2px;
}
.blog-details h4 span {
    color: #bf1137;
}
.blog-details img {
    max-width: 100%;
    float: left;
    vertical-align: top;
    margin: 9px 22px 18px 0;
}
.blog-details .block {
    width: 100%;
    float: left;
}
.blog-details h5{
	padding-top: 9px;
	font-weight: 600;
}
.comments span{
    color: #ba0029 !important;
    padding-top: 12px;
    float: left;
}

/*product details page*/
.product-block.details img{
    /*border: 1px solid #ccc;*/
    vertical-align: top;
}
.product-block.details ul{
    list-style: none;
    margin-top: 30px;
    padding: 0;
} 
.product-block.details li{
    list-style: none;
    width: auto;
    display: inline-block;
    margin-right: 0;
} 
.product-block.details a{
	padding: 8px 9px 10px 7px;
    width: auto;
    background: #ba0029;
    color: #fff;
    text-decoration: none;
    font-size: 0.75em;
}
.product-block.details a:hover{
	background: #000;
}
.product-block.details .img-block{
	height: 220px;
}
.product-block.details img {
    max-width: 270px;
    max-height: 270px;
    float: none;
    vertical-align: top;
    margin: 9px 30px 30px 0;
    cursor: pointer;

}
.product-name h5{
    font-size: 20px;
    font-weight: 600;
    color: #595959;
    text-transform: uppercase;
}
.product-block.details .top-btn{
	list-style: none;
	margin-top: 5px;
}
.product-block.details .top-btn li{
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
.product-block.details .top-btn li a{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background: #ba0029;
}
.product-block.details .top-btn li a:hover{
	background: #000;
}



/*get-quote page*/
.register-block.quote .check-area input{
	margin-bottom: 10px;
}
.register-block.quote .check-area {
	margin-bottom: 10px;
}
.register-block.quote .label{
    width: 100% !important;
    float: left;
    display: inline-block;
    margin-top: 10px;
}
/*.register-block.quote textarea{
	width: 100%;
}*/
.register-block.quote .company-detail .input {
     width: unset !important; 
}
.register-block.quote .company-detail .captcha {
    font-size: 16px;
    color: #595959;
    float: right !important;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 8px;
}
.register-block.quote .company-detail .captcha-text {
    color: #595959;
    float: none;
    width: 40%;
    display: inline-block;
    margin: 0px 5px;
    width: 10% !important;
    float: none;
    text-align: center;
}
.register-block.quote .captcha-text.answer {
    width: 20% !important;
}
.register-block.quote h5{ 
	margin: 10px 0;
	display: inline-block; 
}
.register-block.quote .label-full{
	width: unset !important;
}
.register-block.quote p{
    margin-bottom: 10px; 
}





/*enquiry page*/

.register-block.quote.enquiry-list .inner-block {
    border: 1px solid #ccc;
    text-align: center;
    padding: 0 10px 0px 10px;
    margin-bottom: 30px;
	background:#fff;
}
.register-block.quote.enquiry-list .inner-block h4{
    font-size: 15px;
    margin-bottom: 15px;
}
.register-block.quote.enquiry-list .remove-item{
	font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 8px 12px;
    background: #ba0029;
    text-decoration: none;
}
.register-block.quote.enquiry-list .remove-item:hover{
	background: #000;
}
.register-block.quote.enquiry-list .block{
	text-align: center;
	margin-bottom: 30px;
}
.register-block.quote.enquiry-list .company-detail h3{
	font-size: 25px;
}
.register-block.quote.enquiry-list .back-search{
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    padding: 8px 12px;
    background: #ba0029;
    text-decoration: none;
    float: right;
}
.register-block.quote.enquiry-list .back-search:hover{
	background: #000;
}
.enquiry-list-row{
	float: left;
	margin: 0;
}
.enquiry-list-row .noproducts{
	padding-left: 15px;
}
.register-block.quote.enquiry-list h3{
	width: 55%;
    float: left;
}
.register-block.quote.enquiry-list .company-detail h3{
	width: 100%;
}

.custom-box{
	width:100%;
	float:left;
}

.custom-box h6 {
    width: 100%;
    float: left;
    padding: 10px;
    font-size: 18px;
    color: #ffffff;
    background: #ba0029;
    margin: 0;
    border: 1px solid #cfcfcf;
}
.custom-box-inner {
    padding: 15px 0;
    border: 1px solid #cfcfcf;
    height: 100%;
    text-align: center;
    float: left;
    width: 100%;
	background-color:#ffffff;
}	



/*view profile page*/
.ideas-left-img{
	text-align: center;
	border: 1px solid #ccc;
	margin: 0 0 30px 0;
}
.ideas-left-img img{
	max-width: 150px;
    max-height: 150px;
}
.left-part{
	
	/*padding: 15px 15px;*/

}
.news a{
	color: #ba0029;
}
.left-part h6{
	background: #ba0029;
	padding: 10px 15px; 
	color: #ffffff;
}
.news{
	padding: 5px 0 12px 15px;
}
.news-block-inner{
	margin-bottom: 30px;
	border: 1px solid #ccc;
}
.product-title{
    background: #ba0029;
	padding: 10px 15px; 
	color: #ffffff !important; 
}


/*product-listing page*/
.product-listing-block .img-block{
    width: 43%;
    float: left;
    text-align: center;
}
.product-listing-block .content-block{
	width: 57%;
	float: left;
}
.product-listing-block .view-item {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    background: #ba0029;
    padding: 5px 10px;
    text-decoration: none;
    cursor: pointer;
    float: left;
    display: block;
    margin: 8px 0;
}
.product-listing-block .view-item:hover{
	background: #000;
}
.product-listing-block ul{
	list-style: none;
	width: 100%;
	float: left;
	padding: 0;
}
.product-listing-block h4{
	height: unset;
}
.product-listing-block ul li a{
	font-size: 14px;
    font-weight: 400;
    color: #595959;
}
.inner-blk{
	padding: 20px 0 10px 0;
	border: 1px solid #ccc;
	width: 100%;
	float: left;
	margin-bottom: 30px; 
	background: #fff;
}
.product-listing-block .content-block .fa{
	color: #ba0029;
	padding: 0 3px 0 0;
}
.product-listing-block .img-block{
	height: auto;
}

.promotional_banners{text-align:center;float: left;padding: 20px 0;width: 100%;}
.formbg{background-color:#ffffff;padding:10px;float: left;}
.prodetailenqbtn{float:left;width:100%;}
.redTxt{color: #008000; border: 1px solid #ccc; padding: 10px; background: #dff0d8; margin-bottom: 15px; }


.product-block.details a.prodiscreadmore{
    font-size: 16px !important;
    background: none !important;
    float: right !important;
    cursor: pointer !important;
    display: contents !important;
    color: #595959 !important;
    padding: 0;
}
.product-block.details a.prodiscreadmore:hover{
	color: #595959;
}
.prodiscreadmore .fa-arrow-circle-down{
	color: #595959;
	font-size: 18px;
}
.collapse.show{
	display: contents;
}

.home-content-readmore{
font-size: 16px !important;
float: right !important;
color: #595959 !important;
/*font-weight: bold;*/ /*05-09-2019*/
}
.home-content-readmore:hover{text-decoration: underline;}
.home-read-more{
	color: #333333 !important;
}
.spacing p strong{
	margin-right: 10px;
}
/* Adde By Sagar*/
.cart-detail .virtual-samp{width: 45%;}
/* Adde By Sagar*/

/* Footer Alert Dialog Start */ 
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
  padding: 30px 20px 30px 25px; background: #f0f0f0; border:1px solid #fff;
}
.message.global.cookie .content {
  font-size: 24px;
}
.message.global.cookie .content {
  width: 100%;
  display:flex;
  font-size: 40px;
  font-weight: 400;
  color: #474747;
  text-align: center;
  justify-content: center;
  align-items: center;
}
.message.global.cookie p {
  margin: 0;
  width: auto;
  display: inline-block;
  line-height: 24px;
  font-size: 16px;
}
.message.global.cookie p a{color: #474747}
.message.global.cookie .actions {
  margin-top: 0px;
  width: auto;
  display: inline-block;
  margin-left: 10px;
}
.message.global.cookie .action.primary {
  padding: 12px 24px;
}
.action.primary {
  background-image: none;
  background: #666;
 /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b30000), color-stop(100%,#b30000)) !important;
background: -webkit-linear-gradient(top, #b30000 0%,#b30000 100%);
background: -o-linear-gradient(top, #b30000 0%,#b30000 100%);
background: -ms-linear-gradient(top, #b30000 0%,#b30000 100%);
background: linear-gradient(top, #b30000 0%,#b30000 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#b30000", endColorstr="#b30000",GradientType=0 );*/
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Fira Sans',sans-serif;
  font-weight: 500;
  padding: 0;
  font-size: inherit;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: normal !important;
  width: auto;
  font-size: 16px;
}
/* Footer Alert Dialog Start */ 
@media screen and (max-width: 1350px) {
  .message.global.cookie .content{flex-direction: column;}
  .message.global.cookie .actions{margin-top: 10px; margin-left: 0;}
}
/*class and css added by jeet for img boxes on 21-06-2021 start*/
.imagecss{
    width: 100%;
    border-width: .4px #666 solid;
    background-color: #fff;
    box-shadow: 0 0 3.84px 0.16px rgb(0 0 0 / 27%);
    border-radius: 0;
    height: 338px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.leftcontentboxbg{
    border: -0.6px solid #666;
    background-color: #fff;
    box-shadow: 0 0 3.84px 0.16px rgb(0 0 0 / 27%);
    max-height: 330px;
    overflow: hidden auto;
    text-align: center;
   
}
/*class and css added by jeet for img boxes on 21-06-2021 end*/

.teame-content.teame-main {
    display: flex;
}

.team-box-img img {
    /*width: -webkit-fill-available;*/
    border-radius: 5px;
    width: 100%;
}

.team-box-img .info {
    text-align: center;
}
.teame-content .team-box-img .info {
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #f1f1f1;
    /*padding-bottom: 1em;
    bottom: 4%;
    left: 3%;*/
    text-align: center;
    /*right: 3%;
    min-height: 4em;*/
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 30px;
}
.team-box-img a img:hover {
    opacity: 0;
    background-repeat: no-repeat;
}


/*28-12-2022*/
 .get_otp_row .submit-btn {
    float: initial;
    margin-left: 10px;
}

#otpErrorDiv {
	list-style: none !important;
    border: 1px solid #ccc;
    padding: 10px;
    width: 99%;
    background: #f5dbdb;
    display: none;
}

ul.brand_list {
	width: 100%;
	display: flex;
	list-style-type: none;
	margin: 0 0;
	padding: 10px;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
ul.brand_list li {
	display: inline-block;
}
ul.brand_list li img {
	width: 110px;
}
ul.brand_list.odd {
	background: #fff;
}
ul.brand_list.even {
	background: #f1f1f1;
}
ul.brand_list.odd.profilelist {
    justify-content: start;
    gap: 30px;
}