@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;*/
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@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: "Open Sans",sans-serif;
    font-size: 15px;
	
}
a, a:hover {
    text-decoration: none;
}
.pd-60{
padding:60px 0;	
}
.pd-20{
	padding:20px 0;	
}
ul{
	padding: 0;
	margin: 0;
}
.wrapper{ 
 float:left;
 width:100%;
}

.pd-0 {
	padding: 0;
}
.mrgn-0 {
	margin: 0;
}
#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: 100%;
	z-index:1000;
}
#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: #0865ae;
    color: #fff;
}
@media(min-width:1470px){
.container{
	width:1440px;
}
}
/**header**/
.topbar ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: inline-flex;
}
.topbar li {
    list-style: none;
    width: 100%;
    float: left;
    height: 5px;
}
.topbar li:first-child {
	background: #54b9fd;
}
.topbar li:nth-child(2) {
	background: #fd4682;
}
.topbar li:nth-child(3) {
	background: #fde642;
}
.topbar li:last-child {
	background: #1a181d;
}
.bottombar ul {
    padding: 0;
    margin: 0;
    float: left;
    width: 100%;
    display: inline-flex;
}
.bottombar li {
    list-style: none;
    width: 100%;
    float: left;
    height: 5px;
}
.bottombar li:last-child{
    background:#54b9fd;
}
.bottombar li:nth-child(3) {
    background: #fd4682;
}
.bottombar li:nth-child(2) {
    background: #fde642;
}
.bottombar li:first-child  {
    background: #1A1C1E;
}
.logo {
  //margin: -10px 0 0;
}
.head-right {
	text-align: right;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}
.srch-prt {
	display: inline-block;
	/* vertical-align: top; */
	margin-top: 23px;
}
.srch-form form {
	position: relative;
	width: 400px;
}
.srch-form a {
	margin: 0px;
	display: inline-block;
}
.srch-form input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	/* border-radius: 28px; */
	height: 44px;
	padding: 0 48px 0 20px;
	width: 350px;
	border-radius: 40px;
}
.srch-form button {
	background: none;
	border: medium none;
	/* border-radius: 0 28px 28px 0; */
	/* color: #fff; */
	font-size: 19px;
	height: 40px;
	padding: 0 21px;
	position: absolute;
	right: 0;
	top: 0;
	color: #fd4682;
}
.srch-form button:hover {
	/* background: #262626 none repeat scroll 0 0; */
	transition: all 0.4s ease 0s;
	color: #000;
}
.top-links a {
    color: #094462;
    font-weight: 700;
    line-height: 38px;
    margin-right: 30px;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}
.top-links a:hover {
    color: #0865ae;
}
.top-links {
    text-align: right;
}
.top-links a:last-child {
    margin-right: 0;
}

.header-banner {
   width: 100%;

}
.logo {
	background-repeat: no-repeat;
	//position: absolute;
	//margin: 25px 0;
	width: 130px;
}
.logo img {
	max-width: 100%;
}
.fixed-header {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	background: #fff;
	box-shadow: 0 3px 3px rgba(0,0,0,0.15);
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	visibility: visible;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-ms-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1.2s;
	-webkit-animation-play-state: running;
	-moz-animation-play-state: running;
	-ms-animation-play-state: running;
	-o-animation-play-state: running;
	animation-play-state: running;
	z-index: 9999;
}

nav {
  width:100%;
  //height:60px;
  postion:fixed;
  z-index:10;
}

.help {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	padding: 5px 15px;
	text-align: right;
	margin: 4px 0 0 0px;
	border: 1px dashed #ccc;
}
.help p {
	margin: 0;
}
.help .fa.fa-headphones {
	color: #fd4682;
	font-size: 23px;
}
.help p span {
	display: block;
	font-size: 22px;
}
.help h5 {
	margin-top: 0;
	margin-bottom: 5px;
}
.help h3 {
    color: #262626;
    font-size: 17px;
    font-weight: 600;
	margin-top: 16px;
    margin: 0;
    text-transform: uppercase;
}
.help h3 span {
	color: #9cc212;
	font-family: "Open Sans",sans-serif;
	font-size: 18px;
}
.help a {
	color: #fd4682;
	font-weight: 700;
	line-height: 38px;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}

.pdng0{
	padding-left:0px;
}
.help a:hover {
	color: #9105ea;
}
.cart {
	/* border-radius: 4px; */
	font-size: 15px;
	font-weight: 602;
	/* padding: 6px; */
	/* text-transform: uppercase; */
	display: inline-block;
	vertical-align: top;
	text-align: center;
	/* line-height: 9px; */
	background: #ddd;
	padding: 8px 30px;
}
.cart i {
	font-size: 35px;
}

.cart img{
	width:15%;
}

   .cart a {
	color: #0865ae;
	font-family: "Open Sans",sans-serif;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.4s ease 0s;
}

.cart a:hover {
    color: #094462;
}
.head-mid {
	display: block;
	text-align: right;
	padding: 21px 0;
}
.head-btm {
	display: inline-block;
	vertical-align: middle;
}
.slider-bg {
	float: left;
	width: 100%;
	height: 650px;
	overflow: hidden;
}
.slider-bg .carousel-inner {
  width: 100%;
}
.slider-bg .carousel-inner .item::before {
  background: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}
.slider-bg .carousel-inner .item img {
	height: 650px;
	width: 100%;
}
.carousel-control {
  background-color: rgba(0, 0, 0, 0);
  bottom: 55%;
  color: #fff;
  font-size: 20px;
  left: 0;
  opacity: 1.0;
  position: absolute;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  width: 15%;
  top:inherit;
}

.carousel-control.left {
  background:none;
}

.carousel-control.right{ background:none;}

.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: -20%;
  margin-left: -10px;
  transition: all 0.5s ease;
}

.carousel-control .fa-angle-right, .carousel-control .icon-next {
  margin-right: -10px;
  right: -20%;
  transition: all 0.5s ease;
}

.carousel:hover .carousel-control .fa-angle-left, .carousel:hover .carousel-control .icon-prev{ left:13%}

.carousel:hover .carousel-control .fa-angle-right, .carousel:hover .carousel-control .icon-next{right: 13% }

.slider-text-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  display: none;
}

.slider-text {
  bottom: inherit;
  right: inherit;
  text-align: left;
  text-shadow: none;
  width: 80%;
}
.slider-text h6 {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 60px 0 30px;
}


.slider-text h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 500;
  line-height: 45px;
  margin: 0 0 20px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}





.slider-text h1 span{ color:#fd4682;}

.slider-text:hover h3:after { width: 30%; height:4px;}



.slider-text p {
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 20px 0;
  width: 70%;
}

.btnss {
  margin: 35px 0 0 0;
}

.slider-text a.lrn {
  background: #fd4682 none repeat scroll 0 0;
  color: #fff;
  font-family: "Open Sans",sans-serif;
  font-size: 15px;
  margin: 0 20px 0 0;
  padding: 10px 26px;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  display: inline-block;
  border-radius: 35px;
}







.slider-text a.lrn:hover{ background:#111; color:#fff;}

.slider-text a.contct {
  background: #ffffff none repeat scroll 0 0;
  color: #333;
  font-size: 15px;
  padding: 10px 26px;
  text-decoration: none;
  transition: all 0.5s ease 0s;
  font-family: 'Open Sans', sans-serif;
  position:relative;
  display: inline-block;
  border-radius: 35px;
}



.slider-text a.contct:hover{ background:#111; color: #fff;}

.slider-text a.contct:hover:before, .carousel-caption a.contct:hover:after { border-color:#01AEF0; }

.slider-text a.lrn:hover:before, .carousel-caption a.lrn:hover:after { border-color:#fff; }

.carousel-control i {
  border: 2px solid #111;
  color: #111;
  font-size: 40px;
  height: 48px;
  line-height: 42px;
  //opacity: 0.5;
  text-align: center;
  text-shadow: none;
  transition: all 0.3s ease 0s;
  width: 48px;
}

.carousel-control i:hover {background: #fd4682 none repeat scroll 0 0; border-color: #fd4682; color: #fff;}

.carousel-indicators .active {
  background-color: #fd4682;
  height: 16px;
  margin: 0 4px 0 0;
  width: 16px;
}

.carousel-indicators li {
  border-radius: 0;
  margin:0 4px 0 0;
  width: 16px;
  height: 16px;
  background-color: #111;
}




.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:#0865ae;}

.hm-prolist {
	border: 2px solid #ddd;
	margin-bottom: 35px;
	float: left;
	overflow: hidden;
	width: 100%;
	height: 331px;
	position: relative;
	background: #f0f0f0;
}
.hm-prt .col-md-9 .hm-prolist {
	height: 262px;
}


.hm-prolist img {
	
	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: #262626 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 #0865ae; */
	border-radius: 0;
	overflow: hidden;
}
.top-nav-box .ltst-product a img {
	/* border: 2px solid #0865ae; */
	/* 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: #000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  width: 120px;
}




.title h2 span {
    color: #fd4682; 
}

.news-letter {
  background: #fd4682; none repeat scroll 0 0;
  color: #fff;
  float: left;
  height: 118px;
  position: relative;
  width: 100%;
}




.news-letter::before {
	background: #262626;
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 28%;
	bottom: 0;
}

.news-hdng h4 {
  font-size: 25px;
  font-weight: 700;
  margin: 30px 0 0;
  text-transform: uppercase;
}

.news-hdng h4 small {
  color: #262626;
  font-size: 20px;
  font-weight: 700;
}

.newsletter-form {
  margin: 15px 0 0 0;
}
.newsletter-form form {
  position: relative;
}

.newsletter-form .form-group {
	position: relative;
}
.newsletter-form .form-control {
	border-radius: 3px;
	height: 45px;
	width: 100%;
	border-radius: 40px 40px 40px 0;
	border-color: #ddd;
	padding: 0 60px 0 30px;
}
.newsletter-form button:hover{ 
	background:#262626; 
	color:#fff;
}
/**Footer section**/
.footer {
	background: url('../images/ftr-back.jpg');
	//color: #fff;
	float: left;
	padding: 70px 0 0 0;
	width: 100%;
}
.copy {
	margin: 25px 0 0 auto;
	padding: 15px 0;
}
.fotr h4 {
	font-size: 20px;
	font-weight: 700;
	padding: 7px 0 30px;
	position: relative;
	font-family: "Open Sans",sans-serif;
	margin: 0;
	color: #fff;
}
.fotr h4::before {
	background: url("../images/title-border.png");
	bottom: 0;
	content: "";
	height: 8px;
	left: 0;
	position: absolute;
	width: 44px;
	top: -10px;
}
.fotr .logo {
	background-repeat: no-repeat;
	//position: absolute;
	//margin: 25px 0;
	width: 130px;
	height: 130px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	line-height: 120px;
	overflow: hidden;
	border: 2px solid #fafafa;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	border: 3px solid #aeaeae;
}
.add {
	margin-top: 20px;
}
.cprght-left {
	text-align: center;
}
.fotr ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.fotr ul li a {
	color: #919497;
	padding-left: 18px;
	position: relative;
	text-decoration: none;
	transition: all 0.3s ease 0s;
	display: inline-block;
}

.fotr {
	border-right: 1px solid;
	border-style: solid;
	border-top: none;
	border-left: none;
	border-bottom: none;
	border-color: rgba(255,255,255,0.1);
}
.fotr.nwsltr-fotr {
	border-right: 0;
}

.add p {
	color: #fff;
}
.newsletter-form p {
	color: #919497;
}
.nwslttr-blk {
	margin-bottom: 100px;
}
.fotr ul li a:hover {
	color: #fd4682;
}

.fotr ul li a:after{ font-family:'FontAwesome'; content:"\f105"; position:absolute; left:0; top:0;}

.fotr ul {
	margin-top: -15px;
}
.fotr ul li {
	border-bottom: none;
	margin-top: 15px;
}

.fotr ul li:last-child{ border:none;}



.ftr-scl-lnks {
	margin: -15px 0 0 -15px;
}
.ftr-scl-lnks a {
	display: inline-block;
	border: 1px solid;
	padding: 5px 15px;
	border-radius: 50px;
	margin-top: 15px;
	margin-left: 15px;
}
.ftr-scl-lnks a.fb {
	color: #3b59bb;
	border-color: #3b59bb;
}
.ftr-scl-lnks a.twtr {
	color: #009ad3;
	border-color: #009ad3;
}
.ftr-scl-lnks a.pntrst {
	color: #db0000;
	border-color: #db0000;
}
.ftr-scl-lnks a.lnk {
	color: #418de4;
	border-color: #418de4;
}
.ftr-scl-lnks a.ggl {
	color: #db0000;
	border-color: #db0000;
}


.social-links h4 {
  margin: 40px 0 30px;
}
.social-links {
	position: relative;
	padding: 42px 0;
}
.social-links a i {
  background: #fff;
  border-radius: 100%;
  color: #262626;
  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: #0865ae;
  transform: translateY(-0px);
}
.copy {
	margin: 70px 0 0 0;
	padding: 15px 0;
}
.copy p {
	margin: 0;
	color: #919497;
}
.cprght-right {
	text-align: right;
}
.copy p a,
.copy p span {
	color: #fff;
}
.cprght-left p span {
	color: #dc1477;
}
/*inner-pages*/
.breadcrmb i {
	padding-left: 4px;
    color:#fff;
}
.breadcrmb span {
	color: #fff;
}
.breadcrumb-b {
	position: relative;
	/* z-index: 1; */
	box-shadow: 0 4px 3px rgba(0,0,0,0.1);
	background: url("../images/im/backk.jpg");
	padding: 60px;
	text-align: center;
}
.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);
	background: url("../images/im/backk.jpg");
	padding: 60px;
}
.breadcrumb-b::after {
  border-bottom: 1px dashed #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;
}


.page-banner-bg {
	background: url("../images/breadcrum.jpg");
	position: relative;
	z-index: 1;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
}
.page-banner-bg::before {
	background: #17232f;
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0.8;
	z-index: -1;
}

.pgbnr-text {
	text-align: center;
	position: relative;
	padding: 90px 0 110px 0;
}
.pgbnr-text h3 {
	color: #fff;
	margin: 0;
	text-transform: uppercase;
	font-size: 37px;
}
.pgbnr-text h3 {
	color: #fff;
	margin: 0 0 20px 0;
	text-transform: uppercase;
	font-size: 37px;
}
.breadcrmb {
	background: #54b9fd;
	padding: 12px 40px;
	color: #fff;
	z-index: 99;
	display: inline-block;
	border-radius: 0 40px 40px 40px;
}
.breadcrmb a {
	color: #fff;
	padding-left: 0;
}
.pro-breadcrmb i {
	color: #fff;
	padding-left: 4px;
}
.about-img img {
  border: 4px solid #f5f5f5;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
  display: block;
  width: 100%;
}

.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: #262626;
  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: #0865ae;
    font-size: 18px;
    height: 40px;
    line-height: 37px;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 7;
}

.map iframe {
  border: 3px solid #0865ae;
  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: #0865ae;
  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: #262626 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:#0865ae;box-shadow: 0 3px 0 0 #02547b;}

.cat-list {
    border: 1px solid #ddd;
}

.cat-list h4 {
	background: #fd4682 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 #0865ae;	 transition: all 0.4s ease 0s;
}

.cat-list ul li:last-child{ border:none;}


.cat-list ul li a {
	color: #262626;
	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: #fd4682;
	top: 12px;
}
.cat-list ul li a:hover:after{ color:#000; }

.cat-list ul li:hover a {
	color: #fd4682;
	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: #0865ae;
  font-size: 20px;
  font-weight: 600;
}


.price-old {
  color: #888;
  text-decoration: line-through;
}

.quantity button {
	background: #fd4682 none repeat scroll 0 0;
	border: medium none;
	border-radius: 0px;
	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: #000 none repeat scroll 0 0;
	box-shadow: 0 3px 0 0 #fd4682;
}

.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:#0865ae;}

.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:#0865ae;}

.pro-description {
    margin: 21px 0 0;
}
.pro-description .table thead tr th {
    background: #262626 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:#0865ae;
	
}

.content a {
  float:right;
  margin-top:20px;
  background: #262626 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: #0865ae 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: 2px solid #ddd;
	margin-top: 30px;
	border-radius: 20px 0 20px 0;
	/* shadow: 5px; */

}
.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; */
	box-shadow: 3px 3px 6px 2px rgba(0,0,0,0.3);
}


.contents p{
	text-align:justify;
	
}

.contents h1{
	font-size:24px;
	padding-top:0px;
	margin-top:0px;
	color:#094462;
}

.contents h1 span{
	color:#0865ae;
	
}

/*.contents a {
  float:right;
  margin-top:20px;
  background: #262626 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: #0865ae 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: #fd4682;
	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: 11px 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: #0c0c0c;
	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: #fd4682;
	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: #262626 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: #0865ae none repeat scroll 0 0;
  border-color: #00669c;
  color: #fff !important;
}
.btn-add {
  background: #262626 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: #0865ae;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
}


.search-pgntn .pagination > li > a:hover{
  background:#0865ae;
  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:#0865ae;
  color:#fff;
}


/********---------SEARCH---PAGINATION------END----***/


.content h4{
  color: #994300;
}


.submit-btn{
  display:inline-block;
  margin-top:0px;
  background: #262626 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: #0865ae 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: #fd4682;
	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:#0865ae;
    text-decoration:none;
    font-size:15px;
}

.supply-sidebar {
	padding: 20px;
	background: #f7f7f7;
}
.suplies-page {
	margin-top: 30px;
}
.supply-sidebar a {
	color: #0865ae;
	font-size: 16px;
	text-decoration: none;
}
.supply-grid {
	border: 1px solid #ddd;
	padding: 5px;

}
.supply-sidebar h4 {
	font-size: 16px;
}
.supply-grid ul li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}
.cat-name {
	background:#0865ae;
	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: #0865ae;
	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: 50%;
}
.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;
}
/**new**/
.social {
	margin: 4px 0 0 0;
}
.social a {
	display: inline-block;
	width: 30px;
	height: 30px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	margin-left: 7px;
	text-align: center;
	line-height: 28px;
	font-size: 13px;
}
.social a:first-child {
		margin: 0;
}

.informa li {
	display: inline-block;
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #ddd;
	vertical-align: middle;
}
.call-us h5 span {
	font-weight: 700;
	display: block;
}

.call-us {
	color: #fff;
	position: relative;
	padding-left: 30px;
}
.informa li:first-child .call-us {
	padding-left: 35px;
}
.call-us i{
	position:absolute;
}
.informa {
	text-align: right;
}
.header-main {
	position: relative;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	padding: 15px 0;
}
.informa li:first-child {
	margin-left: 0;
	padding-left: 0;
	border-left: 0;
}
.call-us i {
	position: absolute;
	left: 0;
	top: 7px;
	font-size: 24px;
}
.call-us h5 {
	text-align: left;
	margin: 0;
    line-height: 19px;
}

.cart i {
	color: #fd4682;
}
.heading {
	position: relative;
	padding-left: 0;
	text-align: center;
	z-index: 1;
	margin-bottom: 50px;
}
.heading.whts {
	color: #FFF;
}
.heading h3 span {
	//color: #fd4682;
}
.heading h3 {
	font-weight: 500;
	margin: 0;
	font-size: 40px;
	text-transform: uppercase;
	position: relative;
	padding-bottom: 17px;
	font-family: 'Rubik', sans-serif;
}
.heading h3::before {
	background: url("../images/title-border.png");
	content: "";
	height: 8px;
	left: 50%;
	position: absolute;
	width: 44px;
	bottom: 0;
	margin-left: -15px;
}
.heading h1 {
	color: #000;
	position: absolute;
	font-weight: 700;
	top: 7px;
	left: 0;
	z-index: -1;
	margin: 0px;
	font-size: 70px;
	opacity: 0.05;
	right: 0;
	letter-spacing: 5px;
	font-family: 'Pacifico', cursive;
	text-transform: capitalize;
}
.heading p {
	color: #fd4682;
	margin: 0;
	font-size: 18px;
	font-weight: 300;
	font-family: 'Pacifico', cursive;
	letter-spacing: 1px;
	margin-bottom: 6px;
	text-transform: capitalize;
}
.txt p {
	margin-top: 0;
	line-height: 24px;
	margin-bottom: 15px;
}
.estab {
	padding-left: 26px;
	margin-left: 10px;
	margin-top: 27px;
	border-left: 2px solid #fd4682;
}
.estab p {
	margin-top: 0px;
}
.estab h4 {
	font-weight: 700;
	margin: 0 0 20px 0;
	position: relative;
}
.estab h4::before {
	background: #fd4682;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	content: "";
	top: 0px;
	left: -34px;
}
.abt-frnt {
	position: relative;
	padding-right: 30px;
	//margin-top: 100px;
}
.feature-cat{
	background:#f4f4f4;
}
.heading-feature h3 {
	font-weight: 700;
	margin: 0;
	font-size: 30px;
	line-height: 35px;
}
.heading-feature h3 span {
	display: block;
	color:#fd4682;
}
.heading-feature p {
	margin-top: 20px;
	color: #778899;
}

.heading-feature {
	background: #fff;
	border: 1px solid #dddddd;
	border-style: dashed;
	padding:25px;

}

.abt-us {
	//padding-bottom: 0;
	overflow: hidden;
	background: url("../images/about-bg1.png");
	background-position: right bottom;
	background-repeat: no-repeat;
	//background-color: #f3f4f6;
}


.abt-frnt img {
	max-width: 100%;
}
.buttn {
	margin-top: 20px;
}
.buttn a {
	display: inline-block;
	border: 2px solid #fd4682;
	border-radius: 40px;
	color: #fd4682;
	padding: 0 30px;
	line-height: 40px;
	font-weight: 600;
}


.feature-block {
	background: rgb(243, 244, 246);
	//background: url("../images/background-light.jpg");
}
.feature-row {
	border: 1px dashed #ccc;
	overflow: hidden;
	border-bottom: 0;
}
.fea-item {
	text-align: center;
	padding: 70px 0;
	border-width: 0 1px 1px 0;
	border-style: dashed;
	border-color: #cccccc;
	background: #fff;
}
.feature-row .col-md-4.col-sm-4:nth-child(3n) .fea-item {
	border-right: 0;
}

.fea-item a {
	color: #fd4682;
}

.gallery-block {
	padding-bottom: 0;
}
.gallery-block {
	//background: rgb(243, 244, 246);
}
.gal-item {
	transition: all 0.4s ease-in-out 0s;
	overflow: hidden;
}
.gal-media {
	position: relative;
	overflow: hidden;
	transition: all 0.4s ease-in-out 0s;
}
.gal-media img {
	width: 100%;
	transition: all 0.8s ease-in-out 0s;
}
.gal-item:hover .gal-media img {
	transform: scale(1.3);
	transition: all 0.8s ease-in-out 0s;
}
.gal-hover {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	z-index: 2;
	padding: 55px 0;
	background: rgba(0,0,0,0.4);
	opacity: 0;
	transition: all 0.4s ease-in-out 0s;
}
.gal-hover::after {
	border-left: 2px solid #fa3b98;
	border-right: 2px solid #9205e8;
	background-image: linear-gradient(to right,#fd4682 0,#54b9fd 100%),linear-gradient(to right,#fde642 0,#fd4682 100%)
	background-image: -webkit-linear-gradient(to right,#fd4682 0,#54b9fd 100%),linear-gradient(to right,#fde642 0,#fd4682 100%);
	background-image: -moz-linear-gradient(to right,#fd4682 0,#54b9fd 100%),linear-gradient(to right,#fde642 0,#fd4682 100%);
	background-image: -ms-(to right,#fd4682 0,#54b9fd 100%),linear-gradient(to right,#fde642 0,#fd4682 100%);
	background-position: 0 0,0 100%;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fa3b98',endColorstr='#9205e8',GradientType=1);
	background-repeat: no-repeat;
	background-size: 100% 2px;
	-webkit-transition: all 300ms linear 0s;
	-moz-transition: all 300ms linear 0s;
	-o-transition: all 300ms linear 0s;
	-ms-transition: all 300ms linear 0s;
	transition: all 300ms linear 0s;
	bottom: 15px;
	content: "";
	display: block;
	left: 15px;
	position: absolute;
	right: 15px;
	top: 15px;
	z-index: 0;
	opacity: 1;
	pointer-events: none;
}
.gal-item:hover .gal-hover {
	opacity: 1;
}
.gal-hover h3 {
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5px;
	transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
}
.gal-item:hover .gal-hover h3 {
	transform: translateY(0);
}
.gal-hover p {
	color: #fff;
	margin: 0;
	transform: translateY(50px);
	transition: all 0.4s ease-in-out 0s;
}
.gal-item:hover .gal-hover p {
	transform: translateX(0);
}
.fig-overlay {
	margin-top: 20px;
	transform: translateY(-50px);
	transition: all 0.4s ease-in-out 0s;
}
.gal-item:hover .gal-hover .fig-overlay {
	transform: translateY(0);
}
.fig-overlay a {
	display: inline-block;
	background: rgba(255,255,255,.35);
	width: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
	margin: 0 5px;
}

.latest-prduct {
	//background: url("../images/product-bg.jpg");
	background-position: center center;
	background-attachment: fixed;
	position: relative;
	background: rgb(243, 244, 246);
}
.latest-prduct::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	//background: #000;
	opacity: 0.4;
}
.prdct-view-btn {
	text-align: center;
	margin-top: 50px;
}
.prdct-view-btn a {
	display: inline-block;
	background: #54b9fd;
	color: #fff;
	text-transform: uppercase;
	padding: 0 30px;
	line-height: 45px;
	border-radius: 0 40px 40px 40px;
	font-weight: 600;
}
.heading.heading-white h3, .heading.heading-white p {
	color:#fff;
}
.heading.heading-white h1 {
	color:#fff;
}
.new-letter{
	background:#fd4682;
	position:relative;
}
.new-letter::before {
	position: absolute;
	background: #000;
	content: "";
	right: 0;
	top: 0;
	width: 10%;
	bottom: 0;
}
.subs h3{
 text-transform: uppercase;
 font-weight:700; 
 margin:0;
}
.subs h3 span {
	 font-weight:500; 
	display: block;
	color:#fff;
	line-height: 33px;
}
.newslettrs-form .form-control {
	/* border: 4px solid #8c9498; */
	border-radius: 3px;
	height: 45px;
	width: 400px;
	border-radius:0;
	border:none;
}
.newslettrs-form button{
	background: #262626;
    color: #fff;
	transition: all 0.3s ease 0s;
	height:45px;
	border-radius:0;
	border:none;

}
.social-down a {
	background: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	margin-left: 5px;
    color:#262626;
}

.last{
	
	background: #262626;
}
.last a {
	color: #a2b1a5;
}
.last i{
	color:#fd4682;
}
.infr{
	border-top:1px solid #444444;
}
.infr {
	border-top: 1px solid #444444;
	border-style: dashed;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin-bottom:20px;
}
.call {
    text-align:center;
}
.call h5 {
	color: #fd4682;
	text-align: center;
	margin: 0;
	line-height: 22px;
	font-size: 16px;
}
.call h5 span{
	color:#fff;
	display:block;
}
.we-social{
	text-align:center;
	color:#fff;
}
.we-social a {
	background: #fff;
	display: inline-block;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 33px;
	border-radius: 50%;
	margin-left: 5px;
	color: #262626;
}
.find{
	margin-top:15px;
}
.find a {
	color: #fd4682;
}
.fotr .find i{
	color:#fd4682;
}
.fotr .logo img {
	max-width: 90%;
}
.newslettrs-form {
	padding: 27px 0;
}
.subs {
	padding: 20px 0;
}
.social-down {
	background: #000;
	padding: 33px 0;
	position: relative;
}
.social-down::before {
	width: 20px;
	content: "";
	bottom: 0;
	width: 20px;
	background: #fff;
	transform: skewY(30deg);
	position: absolute;
	left: -36px;
}
.ltst-prduct-carousel {
	margin-top: 25px;
	position:relative;
}
.ltst-prduct-carousel .top-nav-box .util-pagination {
	position: absolute;
	/* top: 0; */
	/* right: 75px; */
	left: 50%;
	transform: translateX(-50%);
	bottom: -30px;
	top: inherit;
}
.ltst-prduct-carousel .top-nav-box .util-page span {
	width: 8px;
	height: 8px;
	margin: 4px;
}
.ltst-prduct-carousel .util-theme-default .util-page span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: #bbb;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 5px;
}
.ltst-prduct-carousel .util-theme-default .util-page.active-page span {
	background-color: #fd4682;
	height: 20px;
}
.test{
	margin-top:25px;
}
.test .util-theme-default .util-page.active-page span {
	background-color: #fd4682;
	height: 20px;
}
.test .util-theme-default .util-page span {
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	background-color: #bbb;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 5px;
}
.util-theme-default .util-pagination {
	text-align: center;
	margin-top: 10px;
	height: 30px;
}
.ltst-prduct-carousel .top-nav-box {
	padding-top: 0px;
	background: transparent;
}
.ltst-product img {
	width: 100%;
	transition:all 0.4s ease 0s;
}
.prdct-cat {
	background: #fff;
	padding: 15px 20px;
	margin: 0 15px;
	margin-top: -20px;
	position: relative;
	box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
	margin-bottom: 30px;
	transition: all 0.4s ease 0s;
}
.prdct-cat h3 {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
}
.ltst-product p {
	margin-top: 6px;
}
.prdct-cat h3 a {
	color: #333;
	transition: all 0.4s ease 0s;
	font-weight: 600;
}
.ltst-product:hover .prdct-cat h3 a {
	color: #fd4682;
	padding: 0;
}
.view-btn {
	text-align: center;
	margin-top: 60px;
}
.prdct-cat p a{
	color:#fd4682;
	font-size:13px;
}
.prdct-cat p {
	color: #767676;
	font-size: 14px;
	line-height: 24px;
}
.prdct-cat a {
	color: #fd4682;
	transition: all 0.4s ease 0s;
}
.ltst-product:hover .prdct-cat a {
	padding-left: 20px;
}
.ltst-product:hover img {
	transform:scale(1.1);
}

.clnt-testimonials {
	//background: url("../images/testimonial-bg.png");
	background-attachment: fixed;
	background-position: center center;
}
.testi-item {
	margin: 0 15px;
}
.testimonial-user{
	width:50%;
}
.testimonial-content{
	width:50%;
}
.testi-item .testimonial-user{
	float:left;
}
.testi-item .testimonial-content {
	float: left;
	transition: all 0.4s ease-in-out;
}
.testi-item .testimonial-user {
	border: 1px solid #ddd;
	padding: 20px;
	margin-top: 65px;
}
.testi-item .testimonial-content img {
	width: 56px;
	height: 56px;
}
.testi-item .testimonial-content p{
	margin-top:10px;
}
.testi-item .testimonial-user-meta {
	font-size: 13px;
	line-height: 24px;
	color: #888;
}
.testi-item .testimonial-user-name {
	font-size: 18px;
	line-height: 26px;
	color: #333;
}
.testi-item .testimonial-user-meta {
	font-size: 13px;
	line-height: 24px;
	color: #fd4682;
}
.testi-item .testimonial-user-thumb {
	height: 70px;
	width: 70px;
	border-radius: 50%;
	overflow: hidden;
	border: 2px solid #fff;
	float: none;
	margin-right: 15px;
}
.testi-item .testimonial-content:hover {

	border: 1px solid #fd4682;
	
}
.prductt-details .item p{
	color:#778899;
}
.prductt-details .item h4 {
	font-weight: 600;
	margin: 0;
}
.products .top-nav-box {
	padding: 0px 0px 40px 0px;
	background: transparent;
	
}

.prdct-img img {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: auto !important;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.prdct-img {
	border: 1px solid #dddddd;
	border-style: dashed;
	position: relative;
	height: 168px;
}
.prdct-img::before{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
	content:"";
	background:rgba(0,0,0,0.5);
	z-index:2;
	opacity:0;
}
	
	

.heading-icon {
	position: relative;
	padding: 20px 15px;
}
.prductt-details .item:hover .heading-icon span {
	top: 39px;
}
.prductt-details .item:hover .prdct-img::before{
	opacity:1;
}
.heading-icon {
	position: relative;
	padding: 20px 15px;
}
.heading-icon span {
	background: #fd4682;
	color: #fff;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	font-size: 28px;
	position: absolute;
	right: 15px;
	top: 12px;
	transition: all 0.4s ease-in-out 0s;
	z-index: 3;
}


 .prductt-details .item{
	 border:1px solid #dddddd;
	 border-style:dashed;
	 background:#fff;
 }
 .prductt-details p
 {
	padding:10px 
 }

 .top-nav-box .util-navigation {
	position: absolute;
	top: inherit;
	right: 10px;
	bottom:0px
}
.social-links a{
	color:#000;
}
.wight-box .heading-icon a {
	color: #000;
	font-size: 16px;
}
.contents a {
	color: #fd4682;
}

#quickOrderForm .btn {
	
	 border-radius: 0px;
}
#parentHorizontalTab .resp-tab-active {
	border: 1px solid #fd4682 !important;
	border-bottom: none;
	margin-bottom: -1px !important;
	padding: 12px 20px 14px 20px !important;
	border-top: 4px solid #fd4682 !important;
	border-bottom: 0px #fff solid !important;
}
#parentHorizontalTab .resp-tab-content {
	border: 1px solid #d1cbcb;
	border-top-color: #d1cbcb;
	overflow: hidden;
}
#quickOrderForm .form-control {
	border-radius: 0px;
	height:44px;
}
.cart p {
	color: #000;
}
.tab-detils{
}
.tab-detils{
}


.tab-detils ul.tabs.multi-tabs li.selected a, ul.tabs.multi-tabs li.selected a:hover {
	background: #fd4682;
}
.tab-detils ul.tabs.multi-tabs li.selected a::after, ul.tabs.multi-tabs li.selected a:hover::after {
	background: #fd4682;
	
}
.tab-detils ul.tabs.multi-tabs li a:hover {
	background: #fd4682;
	color: #fff;
}
.tab-detils ul.tabs.multi-tabs li a:hover {
	background: #fd4682;
	color: #fff;
}
.tab-detils ul.tabs.multi-tabs li a:hover::after {
	background: #fd4682;
	
}
.tab-detils ul.tabs.multi-tabs li.selected a, ul.tabs.multi-tabs li.selected a {
		background: #fd4682 !important;
	
}
.tab-detils ul.tabs.multi-tabs li.selected a, ul.tabs.multi-tabs li.selected a::after {
		background: #fd4682 !important;
	
}
.pagination > li > a, .pagination > li > span {
	
	color: #000;
	
}
.pagination .current {
    color: #fff !important;
    background-color: #fd4682 !important;
}



/*****Our Gallery*****/
.gal-row {
	margin-top: -30px;
}
.gal-row .gal-item {
	margin-top: 30px;
	border: 6px solid #fff;
	box-shadow: 0 0 3px 4px rgba(0,0,0,0.1);
	border-radius: 4px;
}


/*****Contact Us*****/
.contact-bg {
	position: relative;
	//background: #f3f4f6;
}
.contt-map {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 49%;
}
.contt-map iframe {
	width: 100%;
	height: 643px;
}
.contt-add-sldr {
	//background: rgba(225,48,167,.9);
	background: #fd4682;
	width: 340px;
	height: 340px;
	text-align: center;
	color: #fff;
	border-radius: 50%;
	border: 5px solid #fff;
	padding: 90px 40px;
	position: absolute;
	right: -80px;
	top: 110px;
	box-shadow: 0 0 4px rgba(0,0,0,0.2);
}
.contt-add-item h3 {
	font-size: 26px;
	margin: 0 0 10px 0;
	font-weight: 600;
}
.contt-add-item p {
	color: #fff;
	margin: 3px 0 0 0;
}
.contt-add-item p span {
	font-weight: 700;
}
.contt-add-item p a {
	color: #fff;
}

.contt-add-item h3 a {
	color: #fff;
	margin-top: 10px;
	display: inline-block;
}
.contt-add-sldr .util-theme-default .util-page.active-page span {
	background-color: #fff;
}
.contt-form {
	margin: auto;
	padding: 50px 0;
	padding-left: 120px;
}
.contt-form h3 {
	margin: 0 0 50px 0;
	font-size: 37px;
	font-weight: 600;
	color: #1a181d;
	text-align: center;
}
.contt-form label {
	font-weight: 600;
}
.contt-form .form-control {
	width: 100%;
	border-bottom: 1px solid #c7c7c7;
	height: 45px;
	border-radius: 0;
	border-left: none;
	border-right: none;
	border-top: none;
	box-shadow: none;
}
.contt-form .form-control:hover:focus:focus-visible {
	border-color: #fd4682;
}
.contt-form .form-group {
	margin-bottom: 35px;
}
.contt-form textarea.form-control {
	height: 100px;
}
.form-btn .btn {
	background: #54b9fd;
	width: 100%;
	padding: 0;
	color: #fff;
	line-height: 50px;
	text-transform: uppercase;
	border-radius: 40px;
	border: 0;
	overflow: hidden;
	font-weight: 600;
	font-size: 16px;
	position: relative;
	z-index:1;
	transition: all 0.3s ease-in-out;
}
.form-btn .btn::before {
	color: #222;
}
.form-btn .btn::before {
	background: #fde642;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	width: 0px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.form-btn .btn:hover::before {
	left: 0px;
	right: auto;
	width: 100%;
	color: #222;
}
.form-btn .btn:hover {
	color: #222;
}
.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr, .radio .cr {
	position: relative;
	display: inline-block;
	border: 1px solid #ddd;
	border-radius: .25em;
	width: 30px;
	height: 30px;
	float: left;
	margin-right: 10px;
	border-radius: 0px;
	text-align: center;
	margin-left: 0px;
}
.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon, .radio .cr .cr-icon {
	position: absolute;
	font-size: .8em;
	line-height: 0;
	top: 47%;
	left: 4px;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
	padding-left: 4px;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.checkbox label, .radio label {
	min-height: 25px;
	padding-left: 0px;
	width: 100%;
	line-height: 25px;
}

.labeltxt {
	/* width: 100%; */
	padding-top: 5px;
	overflow: hidden;
	/* float: left; */
}

.checkbox, .radio {
    position: relative;
    display: block;
    margin-top: 15px;
    margin-bottom: 25px;
}




/*****Product Detail Page******/
.pro-detail-box {
	background: #fff;
	box-shadow: 0 0 4px 4px rgba(0,0,0,0.1);
	padding: 30px;
}
.pro-dtl-media img {
	width: 100%;
}


.bzoom { direction: ltr; }

.bzoom,
.bzoom_thumb,
.bzoom_thumb_image,
.bzoom_big_image,
.bzoom_zoom_preview,
.bzoom_icon,
.bzoom_hint { display: none }

.bzoom .bzoom_thumb {
	background: #fff url(./img/loading.gif) center no-repeat;
	border: 2px solid #ddd;
}

.bzoom,
.bzoom ul,
.bzoom li,
.bzoom img,
.bzoom_hint,
.bzoom_icon,
.bzoom_description {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none
}

.bzoom,
.bzoom_magnifier div,
.bzoom_magnifier div img,
.bzoom_small_thumbs ul,
ul .bzoom_small_thumbs li,
.bzoom_zoom_area div,
.bzoom_zoom_img { position: relative }

.bzoom img,
.bzoom li {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none
}

.bzoom,
.bzoom_small_thumbs li { float: left }

.bzoom_right { float: right }

.bzoom li { position: absolute }

.bzoom img {
  vertical-align: bottom;
  width: 50px;
  height: 70px
}

.bzoom .bzoom_zoom_area,
.bzoom_zoom_area {
  background: #fff url(./img/loading.gif) center no-repeat;
  border: 1px solid #ddd;
  padding: 6px;
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  display: none;
  z-index: 20;
}

.bzoom_zoom_area div { overflow: hidden; }

.bzoom_zoom_area .bzoom_zoom_img { position: absolute; }

.bzoom_wrap .bzoom_magnifier {
  background: #fff;
  outline: #bbb solid 1px;
  display: none;
  cursor: move;
}

.bzoom_magnifier div { overflow: hidden; }

.bzoom_wrap .bzoom_small_thumbs { overflow: hidden; }

.bzoom_wrap .bzoom_small_thumbs li {
  border: 1px solid #FFF;
  margin: 0px 10px 0px 0px;
  position: relative;
}

.bzoom_wrap ul li.bzoom_smallthumb_active {
  -webkit-box-shadow: 0 0 10px #ddd;
  -moz-box-shadow: 0 0 10px #ddd;
  box-shadow: 0 0 10px #ddd;
  border: 1px solid #fd4682
}



.pro-dtl-des h2 {
	font-size: 34px;
	margin-top: 0;
	color: #333;
}
.prodct-cat {
	font-size: 18px;
	margin-bottom: 10px;
	color: #333;
}
.prodct-cat span {
	color: #fd4682;
}
.pro-shades {
	font-size: 24px;
	color: #333;
	margin-bottom: 10px;
}
.pro-shades span {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #ddd;
	margin-left: 15px;
}
.pro-dtl-des p {
	line-height: 26px;
	color: #767676;
}
.pro-dtl-des p b {
	color: #333;
}
.pro-dtl-des h4 {
	font-size: 22px;
	color: #333;
	margin-top: 0;
	margin-bottom: 15px;
}
.pro-feau ul {
	padding: 0;
	list-style: none;
}
.pro-feau ul li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 15px;
}
.pro-feau ul li::before {
	background: linear-gradient(to right,#9105ea 20%,#f73c95 100%);
	width: 13px;
	height: 13px;
	position: absolute;
	content: "";
	border-radius: 0 4px 4px 4px;
	left: 0;
	top: 4px;
}


.pro-tab-box {
	margin-top: 50px;
}
.pro-tab-list .nav-tabs {
	border-bottom: 0;
	text-align: center;
}
.pro-tab-list .nav-tabs > li {
	margin-bottom: 0;
	float: none;
	display: inline-block;
}
.pro-tab-list .nav-tabs > li > a {
	background: #ddd;
	color: #333;
	border-radius: 0 40px 40px 40px;
	border: 0;
	padding: 0 35px;
	line-height: 42px;
	text-transform: uppercase;
	margin-right: 15px;
	margin-top: 15px;
}
.pro-tab-list .nav-tabs > li.active > a,
.pro-tab-list .nav-tabs > li.active > a:focus,
.pro-tab-list .nav-tabs > li.active > a:hover {
	background: linear-gradient(to right,#9105ea 20%,#f73c95 100%);
	color: #fff;
	border: 0;
}
.pro-tab-list .nav > li > a:focus,
.pro-tab-list .nav > li > a:hover {
	background: linear-gradient(to right,#9105ea 20%,#f73c95 100%);
	color: #fff;
}

/*************************
      Back to top
*************************/
.main-top {
	width: 50px;
	position: fixed;
	bottom: -180px;
	right: 20px;
	z-index: 9999;
	opacity: 1;
	cursor: pointer;
}
.main-top.show {
	bottom: 20px !important;
	-webkit-transition: 1.0s;
	-moz-transition: 1.0s;
	transition: 1.0s;
}
.main-top.main-run {
	bottom: 100% !important;
	-webkit-transition: 1.0s;
	-moz-transition: 1.0s;
	transition: 1.0s;
}
.main-top.main-down {
	-webkit-transition: 1.0s;
	-ms-transition: 1.0s;
	-o-transition: 1.0s;
	-moz-transition: 1.0s;
	transition: 1.0s;
}
.main-top span {
	background: #54b9fd;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: inline-block;
	padding: 18px 10px;
	box-shadow: 0 0 10px 4px rgba(0,0,0,.15);
	position: relative;
	transition: all 0.8s ease 0s;
	text-align: center;
}
.main-top span::before {
	position: absolute;
	content: "";
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: 2px solid #fff;
	top: 4px;
	left: 4px;
}
.main-top span:hover {
	transform: rotate(180deg);
}
.main-top span img {
	width: 40px;
}
.main-top span i {
	color: #fff;
	font-size: 40px;
	line-height: 13px;
}

/******Cursor******/
.cursor {
  -webkit-border-radius: 50%; 
   -moz-border-radius: 50%; 
   border-radius: 50%; 
  display: block;
  position: fixed;
  margin-top: -10px;
  margin-left: -10px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  mix-blend-mode: multiply;
  transform: scale(1);
  transition: transform .35s ease-out;
  z-index: 1011;
  border:1px solid #fd4682;
}
@supports not (mix-blend-mode: multiply) {
  .cursor {
    opacity: .7;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
.cursor-close {
  background-color: #fd4682;
  transform: matrix(3, 0, 0, 3, 0, 0) !important;
  mix-blend-mode: difference;
}
.cursor-close::before, .cursor-close::after {
  content: '';
  background: #fff;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  animation: cursorClose .6s .1s ease-in-out both;
}
.cursor-close::before {
  height: 100%;
  width: 1px;
}
.cursor-close::after {
  height: 1px;
  width: 100%;
}
.open .cursor {
  mix-blend-mode: lighten;
}
.touch .cursor {
  display: none;
}
.cursor--active {
  animation: cursor-active 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}
.cursor--active.cursor--zoom {
  animation: cursor-active2 0.6s cubic-bezier(0.72, 0.16, 0.345, 0.875) both;
}

@keyframes cursor-active {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 3rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursor-active2 {
  0% {
    box-shadow: 0 0 0 0 #f7541b;
  }
  100% {
    box-shadow: 0 0 0 1rem rgba(247, 84, 27, 0);
  }
}
@keyframes cursorClose {
  0% {
    transform: scale(0) rotate(90deg);
  }
  100% {
    transform: scale(0.45) rotate(45deg);
  }
}

/***Portfolio Gallery***/
/**Portfolio Gallery**/
.port-gallery {
	background: #fafafa;
}
.gall-img-icn {
	overflow: hidden;
	position: relative;
	margin-bottom: 30px;
	border-radius: 8px;
}
.gall-img-icn:hover img {
	transform: scale(1.1);
	transition: all 500ms ease;
}
.ovrly-innr-dis h4 {
	font-size: 25px;
	color: #fff;
}
.gall-img-icn img {
	width: 100%;
}
.gal-port-btn {
	text-align: center;
	margin-bottom: 30px;
}
.gall-ovrlay-dis {
	position: absolute;
	/* bottom: 20px; */
	margin: 20px 30px 10px 30px;
	left: 0;
	right: 0;
	bottom: -120px;
	visibility: hidden;
	opacity: 0;
	background: #54b9fd;
	padding: 15px 20px;
	border-radius: 6px;
	padding-right: 60px;
	transition: all 500ms ease;
}
.gall-img-icn:hover .gall-ovrlay-dis {
	opacity: 1;
	visibility: visible;
	bottom: 10px;
}
.gall-ovrlay-dis h4 {
	font-size: 22px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 0;
	text-decoration: none;
}
.ovrly-innr-dis span {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
}
.angle {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 28px !important;
	width: 30px;
	height: 30px;
	background: #4aaef1;
	text-align: center;
	line-height: 26px;
	border-radius: 4px;
	color: #fff;
}
/**Tabs**/
/*Panel tabs*/
.port-gallery .panel-tabs {
	position: relative;
	clear: both;
	/* border-bottom: 1px solid transparent; */
	display: inline-block;
}
.port-gallery .panel-tabs > li {
    float: left;
}
.port-gallery .panel-tabs > li > a {
	line-height: 40px;
	/* border: 0; */
	/* border-radius: 0; */
	color: #212121;
	text-transform: uppercase;
	/* border: 1px solid #212121; */
	font-size: 15px;
	background: #fff;
	padding: 0 30px 0 45px;
	margin-right: 8px;
	border-radius: 20px;
	position: relative;
}
.port-gallery .panel-tabs > li > a::before {
	position: absolute;
	left: 17px;
	top: 50%;
	content: "";
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #e9ebef;
	content: "";
	transform: translate(-50%, -50%);
}
.port-gallery .panel-tabs > li > a:hover {
	text-decoration: none;
	background-color: transparent;
}
.port-gallery .panel-tabs > li.active > a, .panel-tabs > li.active > a:hover, .panel-tabs > li.active > a:focus {
	color: #fff;
	cursor: default;
	background-color: #fd4682;
	border: 0;
}
.port-gallery .panel-tabs > li.active > a::before{
	background:#fff;
}
 .panel-primary {
	border: 0;
}

.port-gallery .panel-body {
	padding: 0px;
}

/.port-gallery .panel-primary > .panel-heading {
	color: #fff;
	background-color: transparent;
	border-color: 0;
	margin-bottom: 15px;
	border: 0;
}
/**footer newsletters**/
.nws-lttr-serch .form-control {
	height: 62px;
	padding: 6px 32px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #969ea5;
	background-color: #2c3c4a;
	background-image: none;
	border: 1px solid #2c3c4a;
	border-radius: 40px;
	position: ;
}
.nws-lttr-serch {
	width: 550px;
	position: relative;
	margin: 0 auto;
}

/***Common Button***/
.cmmn-btn:hover::before {
	left: 0px;
	right: auto;
	width: 100%;
	color: #fff;
}
.cmmn-btn::before {
	background: #fde642;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	width: 0px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
.cmmn-btn:hover {
	color: #222;
	//border-color:#fde642;
}
.cmmn-btn {
	padding: 15px 30px;
	background: #43baff;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	transition: all 0.3s ease-in-out;
	display: inline-block;
	//border: 1px solid #43baff;
	position: relative;
	z-index: 1;
	border-radius: 40px;
	overflow: hidden;
}
.nwstrbtn {
	position: absolute;
	top: 0;
	right: 0;
	padding: 19px 38px;
	background: #54b9fd;
	color: #fff;
	border-radius: 40px;
	font-size: 16px;
	text-transform: uppercase;
	overflow: hidden;
	border: none;
	z-index: 1;
	font-weight: 600;
}
.nwstrbtn:hover {
	color: #222;
}
.nwstrbtn:hover::before {
	left: 0px;
	right: auto;
	width: 100%;
	color: #fff;
}
.add p a{
	color:#fff;	
}
.nwstrbtn::before {
	background: #fde642;
	content: "";
	position: absolute;
	left: auto;
	right: 0;
	width: 0px;
	height: 100%;
	top: 0px;
	bottom: 0px;
	transition: all 0.3s ease-in-out;
	z-index: -1;
}
/***Bounce Anmation***/
.bounce-1 {
	animation-name: bounce-1;
	animation-timing-function: linear;
}
@keyframes bounce-1 {
	0%   { transform: translateY(0); }
	50%  { transform: translateY(-30px); }
	100% { transform: translateY(0); }
}

/***Printing Types**/
#printingslider {
	display: block;
}
.printing-item {
	background: #f5f5f5;
	transition: all 0.4s ease 0s;
	overflow: hidden;
	box-shadow: 0 16px 16px -8px rgba(0, 0, 0, 0.3);
	//margin-top: 30px;
}
.printing-media::before {
	position: absolute;
	content: "";
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, #000000 100%); 
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	/*background: linear-gradient(to top,rgb(233, 71, 165) 0%,rgba(255,255,255,0) 100%);*/
}
.printing-media {
	position: relative;
}
.printing-cntnt {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	padding: 20px;
	transform: translateY(65px);
	transition: all 0.4s ease 0s;
}
.printing-cntnt h4 {
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 15px 0;
}
.printing-cntnt p {
	color: #fff;
	font-size: 15px;
	margin: 0;
	line-height: 24px;
}
.srvc-more {
	position: absolute;
	right: 20px;
	top: 20px;
}
.srvc-more a {
	color: #fff;
	background: #54b9fd;
	width: 50px;
	line-height: 50px;
	display: inline-block;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
	transition: all 0.4s ease 0s;
	transform: scale(0);
}
.printing-item:hover .printing-cntnt {
	transform: translateY(0px);
}
.printing-item:hover .srvc-more a {
	transform: scale(1);
}
.srvc-more a:hover {
	background: #fde642;
	color: #222;
}
.printing-media img {
	width: 100%;
}

/**Work Process***/
.work-card-img img {
	border: 10px solid #fff;
	box-shadow: 0 0 9px 0 rgba(24,35,51,.09);
	border-radius: 50%;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	height: 205px;
	width: 205px;
	position: relative;
}
.work-card-img {
	border: 3px solid #f0f0f0;
	border-radius: 50%;
	margin-bottom: 35px;
	position: relative;
	display: inline-block;
	transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-webkit-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	text-align:center;
}
.work-card:hover .work-card-img {
	border-color: #54b9fd;
}
.work-card:hover .step-count {
	background: #fde642;
	color:#222;
}
.work-card-img::before {
	display: block;
	content: '';
	position: absolute;
	right: -72px;
	top: 45%;
	height: 26px;
	width: 55px;
	background-image: url(../images/process-arrow.png);
	background-repeat: no-repeat;
}
.hdn-arrow .work-card-img::before {
	display:none;
}
.step-count {
	font-size: 16px;
	font-weight: 500;
	background-color: #54b9fd;
	color: #fff;
	width: 40px;
	height: 40px;
	line-height: 41px;
	border-radius: 50%;
	border: none;
	display: block;
	text-align: center;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -15px;
	z-index: 10;
	transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
}
.work-dis h4 {
	color: #222;
	font-size: 24px;
	font-weight: 600;
	margin: 0 0 10px 0;
}
.work-dis p {
	color: #222;
	font-size: 14px;
	margin: 0;
	line-height: 24px;
}
.work-dis {
	text-align: center;
}
.work-card {
	text-align: center;
}
.wrk-process {
	background: rgb(243, 244, 246);
}
/**Work Process***/

/***Home Process Section***/
.hme-process {
	position: relative;
	background: rgb(243, 244, 246);
	overflow: hidden;
}
.hme-process-blk {
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	position: relative;
	padding: 15px;
	box-shadow: 0px 3px 16px 4px rgba(0,0,0,0.1);
}
.process-num {
	position: absolute;
	right: 59px;
	top: 20px;
	width: 40px;
	height: 40px;
	background: #54b9fd;
	border-radius: 50%;
	color: #fff;
	font-size: 17px;
	line-height: 36px;
	font-weight: 500;
	transition: all .8s ease-in;
	border: 2px solid #fff;
}
.hme-process-blk:hover .process-num{
	background:#212121;
}
.hme-process-blk:hover .hme-pro-inr.fst {
	border-color: #54b9fd;
}
.process-num.scnd{
	background: #fd4682;
}
.hme-process-blk:hover .hme-pro-inr.scnd {
	border-color: #fd4682;
}
.process-num.thrd{
	background: #fde642;
}
.hme-process-blk:hover .hme-pro-inr.thrd{
		border-color:#fde642;
}
.process-num.frth {
	background: #1a181d;
}
.hme-process-blk:hover .hme-pro-inr.frth {
	border-color: #1a181d;
}
.hme-pro-inr h5 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}
.hme-pro-inr {
	width: 230px;
	height: 230px;
	border: 5px solid #e8ecef;
	border-radius: 50%;
	padding: 55px 10px;
	transition: all .8s ease-in;
}
.hme-pro-inr p {
	margin-bottom: 0;
	margin-top: 14px !important;
	line-height: 30px;
	font-size: 16px;
	width: 90%;
	margin: 0 auto;
}
.hme-pro-outr{
	position:relative;
}
.hme-pro-outr::before {
	position: absolute;
	background: url('../images/proccess-box.png');
	width: 1493px;
	height: 263px;
	content: '';
	left: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	top: 20px;
	transform: translateX(-50%);
}
.hme-process-blk{
	transition: all .8s ease-in;
}
.hme-process-blk:hover {
	transform: translateY(-15px);
}
.hme-process-blk:hover .hme-pro-inr {
	border-color: #fca92b;
}
.mt20 {
	margin-top: 40px;
}
.mt-20 {
	margin-top: -20px;
}
.hme-process.inr-page-procss {
	background: #fff;
}
/***Home Process Section***/

/***Tchnology***/
.area-exp-sec {
	margin-top: 30px;
}
.feature-info {
	text-align: center;
	background: #fff;
	padding: 36px 0px;
	border: 1px solid #eeeeee;
	transition: all 0.3s ease-in-out;
}
.mb-4 {
	margin-bottom: 30px;
}
.feature-info .feature-info-content {
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.feature-info-title {
	font-size: 18px;
}
.feature-info:hover {
	box-shadow: 0 7px 10px rgba(14, 19, 43,0.05);
	transform: translateY(-5px);
}

.design-card img {
	width: 100%;
}
.design-card {
	box-shadow: 10px 0px 30px 0px rgba(21, 21, 21, 0.1);
	border-radius: 8px;
	overflow: hidden;
	margin-top: 50px;
}
.design-sec-blk {
	margin-top: -50px;
}
.area-expr {
	background: rgb(243, 244, 246);
}
/***Tchnology***/
.desin-left-img img {
	width: 100%;
}
.abt-us.web-top {
	background: none;
}

.capt-outr {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 9;
}
.crousel-caption h5 {
	color: #fde642;
	text-transform: capitalize;
	font-size: 32px;
	letter-spacing: 1px;
	font-family: 'Pacifico', cursive;
}
.crousel-caption h1 {
	font-size: 58px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.crousel-caption p {
	color: #ccc;
	font-size: 18px;
}
.crousel-caption {
	text-align: center;
	padding: 170px 0;
}
.capt-btn {
	margin-top: 45px;
}
