@import "https://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Raleway:400,500,600,700";


/*font-family: 'Open Sans', sans-serif;
font-family: 'Raleway', sans-serif;*/

@font-face {
    font-family: 'HelveticaNeueRegular';
    src: url('../fonts/HelveticaNeueRegular.eot');
    src: url('../fonts/HelveticaNeueRegular.eot') format('embedded-opentype'),
         url('../fonts/HelveticaNeueRegular.woff2') format('woff2'),
         url('../fonts/HelveticaNeueRegular.woff') format('woff'),
         url('../fonts/HelveticaNeueRegular.ttf') format('truetype'),
         url('../fonts/HelveticaNeueRegular.svg#HelveticaNeueRegular') format('svg');
}

@font-face {
    font-family: 'HelveticaLT47LightCondensed';
    src: url('../fonts/HelveticaLT47LightCondensed.eot');
    src: url('../fonts/HelveticaLT47LightCondensed.eot') format('embedded-opentype'),
         url('../fonts/HelveticaLT47LightCondensed.woff2') format('woff2'),
         url('../fonts/HelveticaLT47LightCondensed.woff') format('woff'),
         url('../fonts/HelveticaLT47LightCondensed.ttf') format('truetype'),
         url('../fonts/HelveticaLT47LightCondensed.svg#HelveticaLT47LightCondensed') format('svg');
}




body {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    transition: all .2s ease;
	padding-top:118px;
}
a, a:hover {
    text-decoration: none;
}


#searchList {
	padding: 0;
	text-align: left;
	list-style: none;
	max-height: 270px;
	overflow: auto;
	//border: 1px solid #ddd;
	//background: #f4f4f4;
	position: absolute;
	left: 0;
	right: 0;
	top: 41px;
	z-index: 1000;
}
.containernewwidth {
    width: 1029px;
}

#searchList li a {
    display: block;
    padding: 8px 15px;
    background: #f4f4f4;
    border-bottom: 1px solid #ddd;
    color: #222;
    transition: all 0.4s ease 0s;
}
#searchList li a::last-child {
    border-bottom: 0;
}
#searchList li a:hover {
    background: #a30033;
    color: #fff;
}


/* Karan Coading Starts From Here */
.extra-bar {
	background-image: url("../images/uploads/logo/pattern-banner.png");
	margin-top: 5%;
	background-attachment: fixed;
	position: relative;
}
/*.extra-bar::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #232f3e;
	opacity: 0.8;
}*/
.extra-heading {
	text-align: center;
	position:relative;
}
.extra-heading h2{
	font-family: "Open Sans",sans-serif;
	letter-spacing:1px;
	color:#d9d9d9;
}
.extra-heading::before {
	position: absolute;
	content: "";
	top: 39px;
	left: 38%;
	right: 0;
	bottom: 0;
	background: #d9d9d9;
	height: 2px;
	width: 185px;
}
.extra-heading::after {
	position: absolute;
	content: "";
	top: 46px;
	left: 47%;
	right: 0;
	bottom: 0;
	background: #a30033;
	height: 2px;
	width: 185px;
}
.extra-heading span{
	color:#a30033;
	font-family: "Open Sans",sans-serif;
	letter-spacing:1px;
}
.extra-paragraph {
	margin-top: 30px;
}
.extra-paragraph p {
	font-size: 17px;
	line-height: 34px;
	text-align: justify;
	color:#d9d9d9;
	margin-bottom:75px;
}


/* Karan Coading Starts End Here */

/* Coding Of Google Translate Starts From Here*/


/* Coding Of Google Translate Starts End Here*/


.topbar {
background: #a30033; /* Old browsers */
background: -moz-linear-gradient(top, #232f3e 0%, #29343b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #232f3e 0%,#29343b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #a30033 0%,#a30033 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f3e', endColorstr='#29343b',GradientType=0 ); /* IE6-9 */
    padding: 0px 0;
}
.top-left p {
    margin: 0;
    color: #fff;
}

header {
    //padding: 37px 0 0;
    position: relative;
}

.logo {
  //margin: -10px 0 0;
}
header::after {
background: #232f3e; /* Old browsers */
background: -moz-linear-gradient(top, #232f3e 0%, #29343b 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #232f3e 0%,#29343b 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #232f3e 0%,#29343b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#232f3e', endColorstr='#29343b',GradientType=0 ); /* IE6-9 */
    content: "";
    height: 36px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}
.head-mid {
	padding: 0;
}
.head-right {
	vertical-align: top;
	/* text-align: right; */
	margin: 0;
	width: 100%;
	float: left;
}
.srch-prt {
	display: inline-block;
	vertical-align: top;
	float: left;
	width: 38%;
	float: left;
	padding-left: 0px;
	margin-top: 30px;
}
.srch-form form {
	position: relative;
	width: 100%;
}
.srch-form a {
	margin: 0px;
	display: inline-block;
}
.srch-form input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #c7c7c7;
	/* border-radius: 28px; */
	height: 34px;
	padding: 0 40px 0 10px;
	width: 100%;
	border-radius: 4px;
}
.srch-form button {
    color: #000;
    border: none;
    font-size: 19px;
    height: 33px;
    padding: 0 17px;
    position: absolute;
    right: 22px;
    top: 0;
    background: transparent;
}
.srch-form button i {
    font-size: 25px;
    color: #252549;
}
.srch-form button:hover {
    background:transparent;
    color: #a30033;
    transition: all 0.4s ease 0s;
}
.top-links a {
    line-height: 22px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    color: #252549;
    font-size: 17px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.top-links i {
    font-size: 25px;
    position: absolute;
    top: -2px;
    left: 82px;
    color: #252549;
}
.search_sec {
    padding: 26px 0;
    border-right: 1px solid #0c0c0c;
}
.contact {
    padding: 30px 0;
    border-right: 1px solid #0c0c0c;
}
}
span#cart_count {
    display: none;
}
.cart i {
    font-size: 25px;
    color: #252549;
    position: absolute;
}
.top-links a:hover {
    color: #a30033;
}
.top-links {
    text-align: right;
}
.top-links a:last-child {
    margin-right: 0;
}

header {
	//height: 200px;
	z-index: 99;
}

.header-banner {
   width: 100%;

}

header .logo {
    background-position: center top;
    background-repeat: no-repeat;
    border-right: 1px solid #0c0c0c;
    padding: 10px 0;
}
body.sidebar-open {
    padding-left: 301px;
    overflow-x: hidden;
}
header .logo img {
    mix-blend-mode: darken;
    width: 130px;
}

.fixed-header {
  /* position: fixed; */
  top:0;
  left:0;
  width: 100%; 
}

nav {
  width:100%;
  //height:60px;
  postion:fixed;
  z-index:10;
}





.help {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.help h5 {
	margin-top: 0;
	margin-bottom: 0px;
}
.help h3 {
    color: #232f3e;
    font-size: 17px;
    font-weight: 600;
	margin-top: 16px;
    margin: 0;
    text-transform: uppercase;
}
.help h3 span {
    color: #252549;
    font-size: 17px;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.help a {
    color: #094462;
    font-weight: 700;
    line-height:22px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.pdng0{
	padding-left:0px;
}
.help a:hover {
    color: #a30033;
}
.cart {
	border-radius: 4px;
	font-size: 15px;
	font-weight: 600;
	line-height: 42px;
	padding: 0 6px;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.srch-form a {
	margin-top: 5px;
}

.cart img{
	width:13%;
}

   .cart a {
	color:#a30033;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}

.cart a:hover {
    color: #094462;
}
.head-btm {
    background: #a30033 none repeat scroll 0 0;
	height: 48px;
}
.slider-bg {
    float: left;
    width: 100%;
}
.carousel-control {
    background-color: rgba(0, 0, 0, 0);
    bottom: 55%;
    color: #fff;
    font-size: 20px;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    top: inherit;
    width: 15%;
}
.carousel-control.left {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.carousel-control.right {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.carousel-control .fa-angle-left, .carousel-control .fa-angle-right, .carousel-control .icon-next, .carousel-control .icon-prev {
    display: inline-block;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    z-index: 5;
}
.carousel-control .fa-angle-left, .carousel-control .icon-prev {
    left: 15%;
    margin-left: -10px;
}
.carousel-control .fa-angle-right, .carousel-control .icon-next {
    margin-right: -10px;
    right: 15%;
}
.carousel-caption {
    //background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;

    left:83%;
    padding: 100px 0 0 70px;
    right: 0;
    text-align: left;
    text-shadow: none;
    width: auto;
}
.carousel-caption h3 {
    color: #fff;
    font-size: 53px;
    margin: 0 0 7px;
    position: relative;
    text-transform: uppercase;
	 font-family: 'HelveticaLT47LightCondensed';
	 display:none;
}
.carousel-caption:hover h3::after {
    height: 4px;
    width: 30%;
}
.carousel-caption p {
  color: #fff;
  font-family: "HelveticaNeueRegular";
  font-size: 29px;
  font-weight: lighter;
  line-height: 44px;
  margin-bottom: 35px;
  text-shadow: 0 2px 3px #000;
  width: auto;
  display:none;
}
.carousel-caption a {
    background: #a30033 none repeat scroll 0 0;
    border-radius: 3px;
    box-shadow: 0 2px 0 0 #161c1f;
    color: #fff;
    font-size: 15px;
    padding: 12px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
}
.carousel-caption a:hover {
    background: #253d58 none repeat scroll 0 0;
}
.carousel-control i {
	background: transparent;
	border: none;
	color: #232f3e;
	font-size: 35px;
	height: 50px;
	line-height: 44px;
	text-align: center;
	text-shadow: none;
	width: 50px;
	opacity: 0.5;
}

.carousel-control i:hover {
	background: transparent;
	color: #232f3e;
}

.wrapper{ float:left; width:100%; padding:0px 0 0 0}
.about_us h2 {
    font-size: 30px;
    color: #252549;
    font-weight: 600;
    padding-bottom: 8px;
}
.about_us h2 {
    color: #333;
}
.offer {
  margin-bottom: 30px;
  margin-top:0px;
}


.offer img {
	max-width: 100%;
	width: 100%;
}
.offer2 img {
	max-width: 100%;
	width: 100%;
}

.ftur-pro {
  border: 2px solid #d9d9d9;
  padding: 27px 27px 0;
}

.ftur-pro h4 {
  background: #fff none repeat scroll 0 0;
  font-family: "Open Sans",sans-serif;
  font-size: 27px;
  font-weight: 700;
  margin: -44px 0 34px;
  padding: 0 0 0 13px;
  text-transform: uppercase;
  width: 57%;
}

.ftur-pro h4 span{ color:#a30033;}

.hm-prolist {
	border: 2px solid #ddd;
	margin-bottom: 35px;
	/* position: relative; */
	/* z-index: 2; */
	/* height: 200px; */
	/* overflow: hidden; */
	/* float: left; */
	float: left;
	overflow: hidden;
	width: 100%;
	height: 331px;
	position: relative;
	background: #f0f0f0;
}
.hm-prt .col-md-9 .hm-prolist {
	height: 262px;
}



/*.hm-prolist::after {
  background: rgba(0, 124, 184, 0.0) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 65%;
   transition: all 0.8s ease 0s;
  z-index: 1;
   
}

.hm-prolist:hover:after{top:0;  background: rgba(0, 124, 184, 0.7) none repeat scroll 0 0;}*/

.hm-prolist img {
	/* width: 100%; */
	/* min-height: 310px; */
	/* max-height: 310px; */
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.pro-cat {
  background: rgba(0,0,0,.7);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  transition: all 0.8s ease 0s;
  z-index: 4;
}

.hm-prolist:hover .pro-cat {
  background:;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: ;
  z-index: 4;
}


.pro-cat h3 {
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
	padding: 11px 0;
	text-align: center;
	text-transform: uppercase;
	transition: all 0.8s ease 0s;
	line-height: 34px;
	letter-spacing: 1px;
}

.pro-cat h3 a{ color:#fff; text-decoration:none;}

.hm-prolist:hover .pro-cat h3 {
 
}

.subcat-list .hm-prolist:hover .pro-cat h3 {
    padding: 115px 0 0 0;
}

.pro-subcat {
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 45%;
  opacity:0;
    transition: all 0.8s ease 0s;
  z-index: 4;
}

.hm-prolist:hover .pro-subcat {
  top: 51%;
  opacity:1;
}


.pro-subcat a {
  border-right: 1px solid #fff;
  color: #fff;
  padding: 0 16px;
  text-decoration: none;
}

.ltst-productcrl .top-nav-box .util-navigation {
  position: absolute;
  right: 10px;
  top: 49%;
  width: 100%;
}

.ltst-productcrl .top-nav-box .util-navigation .util-prev {
  left: -30px;
  position: absolute;
  top: 0;
}

.ltst-productcrl .top-nav-box .util-navigation .util-next {
  position: absolute;
  right: -45px;
  top: 0;
}

.ltst-productcrl .top-nav-box .util-navigation .util-prev, .ltst-productcrl .top-nav-box .util-navigation .util-next {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: medium none;
  color: #666;
  margin-right: 0;
  padding: 0;
}

.ltst-productcrl .util-navigation i {
  background: #232f3e none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  height: 35px;
  line-height: 35px;
  padding: 0;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 35px;
}



.ltst-product {
	 float: left;
    overflow: hidden;
    width: 100%;
    height: 262px;
    position: relative;
    /* background: #f0f0f0; */
     border: 1px solid #ddd; 
    /* border: 2px solid #a30033; */
}

.top-nav-box .ltst-product a img {
	/* border: 2px solid #a30033; */
	/* width: 100%; */
	/* height: 210px; */
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
}

.title {
  text-align: center;
}

.title h2 {
  display: inline-block;
  font-family: "Open Sans",sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 21px 13px;
  position: relative;
  text-transform: uppercase;
}

.title h2::after {
  background: #094462 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}

.title h2::before {
  background: #fff none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 16px;
  z-index: 2;
}


.title h2 span {color: #a30033; }

.news-letter {
  background: #a30033 none repeat scroll 0 0;
  color: #fff;
  float: left;
  height: 118px;
  margin: 40px 0 0;
  position: relative;
  width: 100%;
}


.news-letter::after {
  background: ;
  content: "";
  height: 73px;
  left: -15px;
  position: absolute;
  top: 24px;
  transform: skewX(19deg);
  width: 34px;
}

.news-letter::before {
  background: ;
  content: "";
  height: 73px;
  position: absolute;
  right: 0;
  top: 24px;
  width: 60%;
}

.news-hdng h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 30px 0 0;
  text-transform: uppercase;
}

.news-hdng h4 small {
  color: #cbd1d5;
  font-size: 20px;
  font-weight: 700;
}

.newsletter-form {
  margin: 38px 0 0 4px;
}
.newsletter-form form {
  position: relative;
}


.newsletter-form .form-control {
  /*border: 4px solid #8c9498;*/
  border-radius: 3px;
  height: 45px;
  width: 400px;
}


.newsletter-form button {
  background: #232f3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  height: 45px;
  padding: 0 17px;
  right: 0;
   transition: all 0.3s ease 0s;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
}

.newsletter-form button:hover{ background:#232f3e; color:#fff;}


.footer {
    background: #efefef none repeat scroll 0 0;
    color: #252549;
    float: left;
    padding: 51px 0;
    position: relative;
    width: 100%;
    /*background-image: url(../images/bg_footer.jpg);*/
}
.footer::before{
	position:absolute;
	content:"";
	top:0;
	left:0;
	right:0;
	bottom:0;
/*	background-color:#232f3e;*/
	opacity:0.9;	
}

.fotr h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    padding: 0 0 7px;
    position: relative;
    font-family: 'Poppins';
}
.fotr h4::after {
    background: #60615c none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 75px;
}
.fotr ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.fotr ul li a {
    color: #333;
    line-height: 32px;
    padding-left: 18px;
    position: relative;
    text-decoration: none;
    transition: all 0.3s ease 0s;
    font-size: 14px;
}

.fotr ul li a:hover { color:#a30033;}

.fotr ul li a:after {
    font-family: 'FontAwesome';
    content: "\f105";
    position: absolute;
    left: 4px;
    top: -6px;
    font-weight: 800;
    font-size: 17px;
}

.fotr ul li {
    border-bottom: none;
}
.fotr.fotr3 ul li {
    margin-bottom: 15px;
    font-size: 14px;
}
.fotr.fotr3 ul li b {
    margin-right: 8px;
}
.fotr ul li:last-child{ border:none;}

.social-links h4 {
  margin: 40px 0 30px;
}
i.fa.fa-linkedin {
    display: none;
}
.footer-logo img.img-responsive {
    padding: 0px 0;
}
.social-links {
	margin-top: 41px;
}

.social-links a i {
  background: #fff;
  border-radius: 100%;
  color: #a30033;
  font-size: 17px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  width: 34px;
  transition: all 0.4s ease 0s;
  margin:0 13px 0 0;
}

.social-links a i:hover {
  background: #fff none repeat scroll 0 0;
  color: #a30033;
  transform: translateY(-0px);
}


.copy {
    background: #ffffff none repeat scroll 0 0;
    color: #252549;
    float: left;
    text-align: center;
    width: 100%;
    padding: 12px 0;
    font-size: 13px;
}
.copy p {
	margin: 6px 0 0 0;
	text-align: ;
}
/*inner-pages*/

.breadcrumb-b {
	background:;
	/* height: 130px; */
	position: relative;
	z-index: 1;
}
.pro-breadcrumb-b {
	/* background: rgba(0, 0, 0, 0) url("../images/about-usbg.jpg") no-repeat scroll left top / cover; */
	/*border-bottom: 1px dashed #ddd;*/
	background: #fff;
	//box-shadow: 0 4px 3px rgba(0,0,0,0.1);
}
.breadcrumb-b::after {
	//border-bottom: 1px solid #ddd;
	background: #fff;
	/* box-shadow: 0 4px 3px rgba(0,0,0,0.1); */
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
.pro-breadcrumb-b::after {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.breadcrmb {
	font-family: "Open Sans",sans-serif;
	font-weight: 600;
	padding: 25px 0;
	text-align: ;
	color: ;
}
.pro-breadcrmb {
	padding: 14px 0;
	text-align: left;
	color: #222;
}
.breadcrmb a {
  color: #a30033;
}


.about-img img {
  /*border: 4px solid #f5f5f5;*/
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}
.border-start-0 {
    border-top: 10px solid #991717;
}
.border-bottom-0 {
    border-right: 10px solid #991717;
}
.b-title h1 {
  color: #fff;
  font-family: "Raleway",sans-serif;
  font-size: 32px;
  font-weight: 600;
  margin: 37px 0;
  text-transform:uppercase;
}


.pg-title h1 {
  color: #232f3e;
  font-family: "Raleway",sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 0 0 30px;
  position: relative;
  text-transform: uppercase;
}


.pg-title h1::after {
  background: #eee none repeat scroll 0 0;
  bottom: -10px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 65px;
}

.about-pg p {
  color: #777;
  font-weight: 600;
  letter-spacing: 0.25px;
  line-height: 24px;
  word-spacing: 0.25px;
}

.c-icon {
    float: left;
    width: 10%;
}
.c-box {
  border-bottom: 1px dashed #ddd;
  float: left;
  margin-bottom: 35px;
  padding-bottom: 14px;
  width: 100%;
    font-family: "Open Sans",sans-serif;
}
.c-icon i {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #ccc;
    color: #a30033;
    font-size: 18px;
    height: 40px;
    line-height: 37px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 7;
}

.map iframe {
  border: 3px solid #a30033;
  height: 400px;
  padding: 4px;
  width: 100%;
}

.contct .form-control {
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #555;
  display: block;
  font-size: 14px;
  height: 42px;
  line-height: 1.42857;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}

.contct .form-control:focus {
  border-color: #a30033;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
  outline: 0 none;
}

.submit-btn {
  text-align: right;
}

.submit-btn button {
  background: #232f3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #273035;
  color: #fff;
  padding: 8px 25px;
  text-transform: uppercase;
   transition: all 0.4s ease 0s;
}

.submit-btn button:hover{ background:#a30033;box-shadow: 0 3px 0 0 #02547b;}


/* Index Side Panel Cat_two Starst From Here */
.cat-two-list {
	border: 1px solid #ddd;
}

.cat-two-list h4 {
    color: #000;
    margin: 0;
    padding: 13px 0 13px 18px;
}

/*.cat-two-list ul{ margin:0; padding:0; list-style:none;*/
/*    max-height: 428px;*/
/*    overflow: auto;*/
    
/*}*/
	
/*.cat-two-list ul li {*/
/*    border-bottom: 1px dashed #ddd;*/
/*	 transition: all 0.4s ease 0s;*/
/*}*/

/*.cat-two-list ul li:hover{*/
/*    //border-bottom: 1px dashed #a30033;	 transition: all 0.4s ease 0s;*/
/*}*/

/*.cat-two-list ul li:last-child{ border:none;}*/


/*.cat-two-list ul li a {*/
/*	color: #000;*/
/*	font-weight: 600;*/
/*	line-height: 24px;*/
/*	font-size: 14px;*/
/*	padding: 12px 10px 12px 42px;*/
/*	position: relative;*/
/*	transition: all 0.4s ease 0s;*/
/*	display: block;*/
/*}*/

/*.cat-two-list ul li a::after {*/
/* content:"\f105";*/
/*  font-family: "FontAwesome";*/
/*  left: 22px;*/
/*  position: absolute;*/
/*  color:#232f3e;*/
/*  top: 8px;*/
/*}*/

/*.cat-two-list ul li a:hover:after{ color:#a30033; }*/

/*.cat-two-list ul li:hover a{ color:#a30033; padding-left:39px; }*/

/* Index Side Panel Cat_two Starst End Here */



.cat-list {
    border: 1px solid #ddd;
}

.cat-list h4 {
    background: #232f3e none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 13px 0 13px 18px;
}

.cat-list ul{ margin:0; padding:0; list-style:none;}
	
.cat-list ul li {
    border-bottom: 1px dashed #ddd;
	 transition: all 0.4s ease 0s;
}

.cat-list ul li:hover{
    //border-bottom: 1px dashed #a30033;	 transition: all 0.4s ease 0s;
}

.cat-list ul li:last-child{ border:none;}


.cat-list ul li a {
	color: #232f3e;
	font-weight: 600;
	line-height: 24px;
	font-size: 14px;
	padding: 12px 10px 12px 42px;
	position: relative;
	transition: all 0.4s ease 0s;
	display: block;
}

.cat-list ul li a::after {
 content:"\f105";
  font-family: "FontAwesome";
  left: 22px;
  position: absolute;
  color:#232f3e;
  top: 8px;
}

.cat-list ul li a:hover:after{ color:#a30033; }

.cat-list ul li:hover a{ color:#a30033; padding-left:39px; }

.sub-cat-img img {
  margin-bottom: 40px;
  width: 100%;
  height: 220px;
}

/*product-detail*/

.pro-short{
	margin-bottom:10px;
}

.pro-short h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0;
}

.cat-code {
  color: #777;
  font-size: 13px;
  font-weight: 600;
  margin: 11px 0;
  font-family: "Open Sans",sans-serif;
}


.rating-rew i {
  color: gold;
  font-size: 18px;
}

.rating-rew a{ color:#777; font-weight:600; font-size:14px}

.price-quanty {
    float: left;
    margin: 30px 0;
    width: 100%;
	font-family: "Open Sans",sans-serif;
}
.price {
    float: left;
    width: 30%;
}

.price-new {
  color: #a30033;
  font-size: 20px;
  font-weight: 600;
}


.price-old {
  color: #888;
  text-decoration: line-through;
}

.quantity button {
  background: #232f3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #273035;
  color: #fff;
  padding: 6px 25px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}

.quantity button:hover {
  background: #a30033 none repeat scroll 0 0;
  box-shadow: 0 3px 0 0 #02547b;
}


.quantity input {
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 37px;
    margin: 0px 25px 0 0;
    text-align: center;
    width: 67px;
}
.prdct-crt-btns {
	margin-top: 20px;
}

.share-btns {
	margin-top: 20px;
}


.reviews{ font-family: 'Open Sans', sans-serif;}

.reviews h2 {
  font-size: 21px;
  margin: 21px 0;
}


.rewview-prt {
    border-bottom: 1px dashed #ddd;
    float: left;
    margin: 0 0 40px;
    padding-bottom: 26px;
    width: 100%;
}
.usr-img {
    float: left;
    width: 8%;
}
.usr-img img {
    border: 2px solid #ddd;
    border-radius: 100%;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
    height: 70px;
    width: 70px;
}
.usr-dtl {
    float: left;
    width: 75%;
}
.usr-dtl h4 {
    margin: 0 0 9px;
	color:#777;
	font-size:13px;
}

.usr-dtl h4 span:first-child{ color:#a30033;}

.ussr-rating {
    margin: 0 0 7px;
}
.ussr-rating i {
    color: gold;
    font-size: 17px;
}

.review-form .form-horizontal .control-label{ text-align:left;}

.review-form .form-horizontal .form-control {
	height: 44px;
	border: 1px solid #ccc;
	border-radius: 0;
	
}


.review-form .btn {
	background: #333;
	color: #fff;
	border: none;
	border-radius: 3px;
	text-transform: uppercase;
	padding: 7px 23px;
	box-shadow: 0 2px 0 0 #111;
	transition: all 0.4s ease 0s;
	margin: 20px 0 0 0;
}

.review-form .radio-inline input[type="radio"] {
    position: inherit;
    margin-top: 4px\9;
    margin-left: -20px;
    width: 40px;
}

.review-form .radio-inline{ padding-left:0;}

.review-form .radio-inline span {
    margin: 0 18px 0 0;
}




.review-form .btn:hover{ background:#a30033;}

.pro-description {
    margin: 21px 0 0;
}
.pro-description .table thead tr th {
    background: #232f3e none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-weight: 600;
}
.pro-description .table tbody tr:nth-child(2n) {
    background: #ececec none repeat scroll 0 0;
}
.pro-description .table tbody tr td {
    border: medium none;
}
selectorSavingError {
    background: #fff none repeat scroll 0 0;
}
.pro-description .table tbody tr:nth-child(2n+1) {
    background: #f5f5f5 none repeat scroll 0 0;
}

.content {
	//border: 1px solid #ddd;
	overflow: hidden;
	padding: 15px 0px;
	margin-bottom: 18px;
	transition: all ease 0.5s;
	float: left;
	width: 100%;
}

.content:hover{
-webkit-box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.33);
-moz-box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.33);
box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.33);
}


.content p{
	text-align:justify;
	
}

.content h1{
	font-size:24px;
	padding-top:0px;
	margin-top:0px;
	color:#094462;
}

.content h1 span{
	color:#a30033;
	
}

.content a {
  float:right;
  margin-top:20px;
  background: #232f3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #111923;
  color: #fff;
  padding: 6px 25px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
.sort{
    
    float:right;
}

.content a:hover {
  background: #a30033 none repeat scroll 0 0;
  box-shadow: 0 3px 0 0 #02547b;
}
.contents {
	border: 1px solid #ddd;
	overflow: hidden;
	padding: 15px 0px;
	margin-bottom: 18px;
	transition: all ease 0.5s;
	float: left;
	width: 100%;
	border-bottom: 1px solid #ddd;
	margin-top:30px;
}

.contents:hover{
-webkit-box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.33);
-moz-box-shadow: 1px 1px 11px -2px rgba(0,0,0,0.33);
box-shadow: none;
}


.contents p{
	text-align:justify;
	
}

.contents h1{
	font-size:24px;
	padding-top:0px;
	margin-top:0px;
	color:#094462;
}

.contents h1 span{
	color:#a30033;
	
}

/*.contents a {
  float:right;
  margin-top:20px;
  background: #232f3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #111923;
  color: #fff;
  padding: 6px 25px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
}
*/
/*.contents a:hover {
  background: #a30033 none repeat scroll 0 0;
  box-shadow: 0 3px 0 0 #02547b;
}*/


.pro-list-img {
	width: 100%;
	height: 150px;
	border-radius: 4px;
	border: 1px solid #ddd;
	background: #fff;
	position: relative;
	overflow: hidden;
}
.pro-list-img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	max-width: 100%;
	width: auto;
	height: auto;
	max-height: 100%;
	bottom: 0;
	margin: auto;
}

/*-----faq-csss---------*/


.panel-group .panel-heading + .panel-collapse > .panel-body {
  border: 1px solid #ddd;
}
.panel-group,
.panel-group .panel,
.panel-group .panel-heading,
.panel-group .panel-heading a,
.panel-group .panel-title,
.panel-group .panel-title a,
.panel-group .panel-body,
.panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-radius: 2px;
  border: 0;
}
.panel-group .panel-heading {
  padding: 0;
}
.panel-group .panel-heading a {
  display: block;
 background: #a30033;
  color: #ffffff;
  padding: 15px;
  text-decoration: none;
  position: relative;
}
.panel-group .panel-heading a.collapsed {
  background: #eeeeee;
  color: inherit;
}
.panel-group .panel-heading a:after {
  content: '-';
  position: absolute;
  right: 20px;
  top:5px;
  font-size:30px;
}
.panel-group .panel-heading a.collapsed:after {
  content: '+';
}
.panel-group .panel-collapse {
  margin-top: 5px !important;
}
.panel-group .panel-body {
  background: #ffffff;
  padding: 15px;
}
.panel-group .panel {
  background-color: transparent;
}
.panel-group .panel-body p:last-child,
.panel-group .panel-body ul:last-child,
.panel-group .panel-body ol:last-child {
  margin-bottom: 0;
}

.howorder{
	background:#fff;
	border-radius:3px;
	border:1px solid #ddd;
	padding:20px;
	margin-bottom:15px;
	float:left;
	height:100%;

}

.howorder p{
	padding-top:10px;
}

.howorder .fa{
	margin-top:44px;
	color:#cecece;
	font-size:70px;
}




/*######################## LOGIN/SIGNUP PAGE START ##################################*/
.at-login-form .btn-fb
{
  display: inline-block;
  padding: 18px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0px;
  background-color: #4568B2;
  width: 100%;
  margin-top: 10px;
  color:#fff;
}

.at-login-form .btn-gp
{
  display: inline-block;
  padding: 18px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 0px;
  background-color: #d34836;
  width: 100%;
  margin-top: 10px;
  color:#fff;
}

.at-login-form .btn-lgin
{
  display: inline-block;
  padding: 18px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #eee;
  border-radius: 0px;
  background-color: #a30033;
  width: 100%;
  margin-top: 10px;
  color:#fff;
}
.at-login-form .signup-or-separator {
  background: none;
  height: 34px;
  position: relative;
  text-align: center;
}
.at-login-form .signup-or-separator--text {
  background-color: #fff;
  display: inline-block;
  padding: 8px;
}

.at-login-form .h6 {
  font-size: 14px;
  font-weight: bold;
  color: #757575;
  line-height: 1.1;
  text-rendering: optimizelegibility;
}

.at-login-form .signup-or-separator hr {
    margin: -25px auto 10px;
    width: 100%;  
 }
 
 .at-login-form .form-control-form {
    display: block;
    width: 100%;
    height: 45px;
   padding: 8px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-top: 3px;
}  

 
 .at-login-form .frgt-pswd
{
  margin: 5px 0 10px;
color: red;
cursor:pointer;
}

 .at-login-form .btn-gst
{
  display: inline-block;
padding: 6px 12px;
margin-bottom: 0;
font-size: 14px;
font-weight: 400;
line-height: 1.42857143;
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
background-image: none;
border: 1px solid #000;
border-radius: 0px;
background-color: transparent;
}

 .at-login-form .ta-l
{
  text-align:left;
  margin-top: 5px;
}

 .at-login-form .modal-dialog {
    width: 500px;
    margin: 30px auto;
}

.at-login-form .modal-content {
    padding: 0px 0px;
}

.at-login-form .modal-header {
	padding: 16px 20px;
	border-bottom: 0px solid #e5e5e5;
	background: #a30033;
	color: #fff;
}

.at-login-form .modal-header h5 {
	font-size: 20px;
	padding: 0px;
	margin: 0;
}

.at-login-form .close {
	font-size: 26px;
	color: #fff;
	text-shadow: none;
	opacity: 1;
	font-weight: normal;
}


.blue-bg-nav
{
    background-color:#1DB9EC;
}
/*######################## LOGIN/SIGNUP PAGE  END ##################################*/




/*########------CART-----PAGE----------#########*/
.prdct-tbl .table-bordered {
  border: 1px solid #ddd;
}
.prdct-tbl .table-bordered th {
  background: #232f3e none repeat scroll 0 0;
  border-color: #ddd;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
}
.prdct-tbl .table > tbody > tr > td,
.prdct-tbl .table > tbody > tr > th,
.prdct-tbl .table > tfoot > tr > td,
.prdct-tbl .table > tfoot > tr > th,
.prdct-tbl .table > thead > tr > td,
.prdct-tbl .table > thead > tr > th {
  padding: 10px;
  vertical-align: middle;
}
.prdct-tbl .table-bordered td {
  border-color: #ddd;
}
.enquiry-form .detail-button {
  font-size: 16px;
  width: 150px;
}
.qnty > input {
  border: 1px solid #dddddd;
  height: 26px;
  width: 45px;
}
.prdct-tbl .detail-button, .prdct-tbl .cart-btn {
  font-size: 16px;
  width: 150px;
}
.cart-btns {
  float: right;
}
.btn-common {
  background: #ddd none repeat scroll 0 0;
  border: 1px solid #ddd;
  color: #2c3e50;
  padding: 9px 20px;
  margin: 0 5px;
}
.btn-update {
  background: #a30033 none repeat scroll 0 0;
  border-color: #00669c;
  color: #fff !important;
}
.btn-add {
  background: #232f3e none repeat scroll 0 0;
  border-color: #27343b;
  color: #fff !important;
}
.btn-nxt {
  background: #99000e none repeat scroll 0 0;
  border-color: #6e000c;
  color: #fff !important;
}
.btn-common i {
  margin: 0 0 0 5px;
}
.cart-btns .btn-common {
  display: inline-block;
  opacity: 0.9;
  transition: all 0.4s ease 0s;
}
.cart-btns .btn-common:last-child {
  margin-right: 0;
}
.cart-btns .btn-common:hover {
  opacity: 1;
}



/*########------CART-----PAGE-------END---#########*/




/********---------SEARCH---PAGINATION-------***/

.search-pgntn .pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
padding: 8px 11px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #a30033;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}


.search-pgntn .pagination > li > a:hover{
  background:#a30033;
  color:#fff;
}


.search-pgntn .pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{
  background:#a30033;
  color:#fff;
}


/********---------SEARCH---PAGINATION------END----***/


.content h4{
  color: #994300;
}


.submit-btn{
  display:inline-block;
  margin-top:0px;
  background: #232f3e none repeat scroll 0 0;
  border: medium none;
  border-radius: 3px;
  box-shadow: 0 3px 0 0 #273035;
  color: #fff;
  padding: 6px 25px;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  margin-bottom:5px;
}
.contct h4 {
	margin-bottom: 20px;
}

.submit-btn:hover{
  background: #a30033 none repeat scroll 0 0;
  box-shadow: 0 3px 0 0 #02547b;
}

.customerInfoForm{
}

.customerInfoForm input{
  border-radius:0px;
  height:45px;

}


.customerInfoForm select{
  border-radius:0px;
  height:45px;

}


.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	margin-left: 0;
	border-top-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
	z-index: 2;
	color: #fff;
	background-color: #a30033;
	border-color: #ddd;
}




.mini-menu ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
.mini-menu ul li a span {
	color: black;
}
.mini-menu ul li a{
    color:#a30033;
    text-decoration:none;
    font-size:15px;
}

.supply-sidebar {
	padding: 20px;
	background: #f7f7f7;
}
.suplies-page {
	margin-top: 30px;
}
.supply-sidebar a {
	color: #a30033;
	font-size: 16px;
	text-decoration: none;
}
.supply-grid {
	border: 1px solid #ddd;
	padding: 10px;
}
.supply-sidebar h4 {
	font-size: 16px;
}

.supply-grid ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	padding: 7px 0;
	display: inline-block;
	border-bottom: 1px solid #ccc;
}
.cat-name {
	background:#a30033;
	padding: 8px 15px;
}
.cat-name a {
	color: #fff;
	text-decoration: none;
}
.supply-grid ul li {
	list-style: none;
}
.supply-content {
	padding-right: 20px;
}
.supply-cat h3 {
	color: #a30033;
	font-size: 24px;
	font-weight: 600;
}
.page-content {
	margin-top: 10px;
}
.xzoom-thumbs {
	margin-bottom: 10px;
	text-align: center;
 background: none; 
	padding: 10px;
	 border: none;
	border-radius: 4px;
}
.item-qty {
	margin-top: 25px;
	margin-bottom: 15px;
}
.xactive {
	-webkit-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
	-moz-box-shadow: 0px 0px 3px 0px rgba(74,169,210,1);
	box-shadow: none;
	border:none;
}
.firstul {
    float: left;
    width: 72%;
}
.contact-form h5 {
	font-size: 17px;
	margin-bottom: 20px;
}
.fa-clock::before {
    content: "\f017";
}
.customer-service h5 {
	font-size: 17px;
	font-weight: 600;
}
.customer-service h6 {
	font-size: 16px;
	font-weight: 600;
}
.form-group #contact_msg {
	height: 80px;
}

.offer img {
	border: 1px solid #ddd;
	margin-top: 30px;
}
.offer2 img {
	border: 1px solid #ddd;
}
.supply-content ul{
    padding-left:0px;
}

.sub-cat-img {
	display: none;
}

.catmaindiscripton {
	margin-bottom: 15px;
}




.cmpnyprfle {
	background: #fff;
	padding: 0;
	/* min-height: 460px; */
	margin-bottom: 65px;
}


.cmpnyprfle h2 {
	color: #fff;
	margin: 0px;
	font-size: 18px;
	background: #a30033;
	padding: 18px 16px;
	/* margin-bottom: 20px; */
	border-right: 4px solid #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.cmpnyprfle p {
	padding: 9px 17px;
	text-align: justify;
}
.btnmain {
	display: inline-grid;
	text-align: center;
	margin: 0 auto;
}

.btnmain a {
	background: #a30033;
	color: #fff;
	padding: 10px 21px;
	margin: 0 auto;
	text-align: center;
	transition: all ease 0.6s;
	border-right: 5px solid transparent;
}

.btnmain a:hover {
	background: #000;
	color: #fff;
	padding: 10px 34px;
	border-right: 5px solid #a30033;
}

.crtfcateimg img {
	max-width: 248px;
	padding: 10px;
	margin: 0 auto;
	text-align: center;
}

.crtfcateimg {
	text-align: center;
}

.mainhdngblk h2 {
	margin-top: 0px;
}


.mainhdngblk {
	display: inline-block;
	text-align: center;
	color: #fff;
}

.mainhdngblk p {
	width: 70%;
	display: inline-block;
	padding-top: 5px;
	line-height: 26px;
}

.srvlist {
	margin: 25px 0px;
	background: #fff;
	margin-bottom: 65px;
	border-radius: 90px 5px;
	padding: 0px;
}


.iconlist {
	background: #a30033;
	text-align: center;
	color: #fff;
	/* padding: 10px; */
	width: 160px;
	height: 160px;
	font-size: 53px;
	margin: 0 auto;
	border-radius: 50%;
	line-height: 134px;
	margin-top: 50px;
	position: relative;
	top: -50px;
	border: 8px solid #fff;
	left: 10px;
	transition: all ease 0.5s;
}
.iconlist:hover {
	font-size: 69px;
	color: #fff;
	background: #444;
}

.srvmainctnnt {
	text-align: center;
	position: relative;
	top: -30px;
}

.srvmainctnnt h2 {
	margin: 4px 4px 10px 0px;
	color: #a30033;
	border-bottom: 2px dashed #efefef;
	padding-bottom: 6px;
}



.certificateblkmain img {
	max-width: 100%;
	height: 470px;
	/* border: 1px solid #ddd; */
	padding: 6px;
	/* box-shadow: 0 8px 12px 4px rgba(0,0,0,.1); */
}


.certificateblkmain {
	margin-bottom: 30px;
	border: 1px solid #efefef;
	padding: 10px;
	box-shadow: 0 8px 12px 4px rgba(0,0,0,.1);
}



.srch-form span {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.srch-form input {
  border-radius: 15px;
  color: #000;
  cursor: pointer;
  font-size: 15px;
  height: 30px;
  float: right;
  outline: none;
  transition: all 0.3s ease;
  width: 30px;
}

.srch-form input:focus {
  border: 3px solid #a40033;
  border-radius:15px;
  border-width: 2px;
  cursor: text;
  height: 40px;
  line-height: 1.6;
  padding: 0 20px;
  width: 400px;
}
.srch-form label {
  background-color: #fff;
  bottom: -6px;
  display: block;
  right: 0;
  position: absolute;
  height: 12px;
  transform: rotate(-45deg);
  transition: all 0.3s ease;
  width: 3px;
}
.srch-form input:focus + label {
  height: 1px;
  bottom: 6px;
  right: 6px;
}
  .category-toggle aside {
  background: #f2f2f2;
  width: 250px;
  height: 100vh;
  position: fixed;
  transition: 0.3s;
  left: -250px;
  top: 119px;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}
.category-toggle aside.close {
  left: 0;
  transition: 0.3s;
  opacity: 0.8;
  transition-timing-function: cubic-bezier(0.9, 0, 1, 1);
}
.category-toggle nav a {
  display: block;
  color: #ddd;
  text-decoration: none;
  padding: 10px;
}
.category-toggle nav a:hover {
  background: #313640;
}
.category-toggle aside button {
    border: none;
    background: none;
    position: fixed;
    left: 20px;
    top: 17px;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
    transition: all 0.5s;
    height: 33px;
    padding: 0;
    line-height: 0;
}
.category-toggle aside.close button {
    transform: rotate(90deg);
}
header { position: fixed; background: #eff3f3; top: 0; left: 0; width: 100%; z-index: 9000; border-bottom: 1px solid #a8a8a8 !important; }

span#cart_count {
    display: none;
}
.kbteaser--item .kbteaser--title {
    width: 100%;
    background: #a30033;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    line-height: 17px;
    text-transform: uppercase;
    padding: 15px 0;
}
.kbteaser--item .kbteaser--inner {
    position: relative;
    overflow: hidden;
    background: #eff3f3;
}
.kbteaser--item span {
    display: block;
}
.kbteaser--item .kbteaser--inner .kbteaser--content {
    padding: 10px 15px;
    position: absolute;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: left;
    overflow: hidden;
    color: #fff;
    background: rgb(163 0 51 / 52%);
    transition: all 0.5s;
    font-size: 13px;
}
.kbteaser--item .kbteaser--inner .kbteaser--content ul li {
    font-size: 13px;
}
.kbteaser--item {
    position: relative;
}
.kbteaser--item:hover .kbteaser--content {
    top: 0;
}
.extra-bar.srvicesblk.wrapper {
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
    margin-bottom: 0;
    margin-top: 100px;
}
/* div#myCarousel .carousel-inner { */
    /* top:115px; */
/* } */
.extra-bar.srvicesblk.wrapper.worldwide {
    margin-top: 0px;
}
.extra-bar.srvicesblk.wrapper.worldwide .mainhdngblk {
    display: none;
}
.wrapper.about_us {
    padding: 80px 0 0 0;
    margin-bottom: 100px;
}

.header-top-menu ul {
    margin: 0;
    float: right;
}
.header-top-menu ul li {
    padding:0 25px;
    height: 70px;
    display: inline-flex;
    align-self: center;
    align-items: center;
    float: left;
    border-left: 1px solid #000;
}
.header-top-menu ul li .logo{border:none; margin: 0 150px 0 0;}
.header-top-menu ul li .cart i { position: relative; top: 6px; }
.top-links a {position:relative; padding-left:30px;}
.top-links a i { position: absolute;  left: 0; top: -1px;}
.srch-form-group form { position: relative; width: 70px; transition: all 0.7s; background: transparent; }
.srch-form-group form input { width: 100%; height: 70px; border: none; padding: 0 20px; font-size: 14px; outline: inherit; opacity: 0; background-color: transparent; }
.srch-form-group form button { position: absolute; right: 17px; top: 22px; background: transparent; padding: 0; border: none; font-size: 24px; }
.header-top-menu ul li.search-form-li { padding: 0; }
.header-top-menu ul li:first-child { border: none; }


.srch-form-group form.form-open { width: 350px; background: #fff; }
.srch-form-group form.form-open input { opacity: 1; }
.header-top-menu ul li .goog-te-gadget{font-size:0;}
.header-top-menu ul li a.goog-logo-link {  display: none;}
.header-top-menu ul li select.goog-te-combo {
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.header-top-menu ul li .trans-section .bootstrap-select.btn-group .dropdown-menu.inner li {
    width: 100%;
    height: auto;
    padding: 8px 0;
    border: none;
}
.header-top-menu ul li .trans-section .bootstrap-select.btn-group .dropdown-menu.inner li a { width: 100%; }
.carousel-inner img {
    width: 100%;
}















