



/* 1. IMPORT SECTION */

	@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,400,500,600,700&subset=latin,latin-ext");


 

/* 2. BASIC STYLES */

	html, body {
		height: 100%;
	}

	body {
		font-family: "Raleway", Helvetica, Arial, sans-serif;
		font-size: 14px;
		font-weight: 200;
		line-height: 1.7857;
		letter-spacing: 0.075em;
		color: #000; 
		background-color:#f7f8f9;
	}

	a { 
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}
	
	

	a:hover, a:active, a:focus {
		color:#999696;
	}

	a, a:hover, a:active, a:focus, button:focus {
		outline: 0;
		border: 0;
		text-decoration: none;
	}

	#st-preloader {
		background: #FFF;
		bottom: 0;
		left: 0;
		position: fixed;
		right: 0;
		top: 0;
		z-index: 9999;
	}

	p {
		line-height: 1.3;
	}

	h1, h2, h3, h4, h5, h6{
		font-family: 'Raleway', sans-serif;
		font-weight: 700;
		text-transform: uppercase;
	}
	
/*PRODUCT-NAV-BREADCRUMB*/	
	
	#breadcrumbs {
		font-family: 'Raleway', sans-serif;
		font-weight: 100;
		text-transform: uppercase;
		color:#AFAFAF;
		text-transform: uppercase;
		font-size: 12px;
		line-height: 12px;
		margin-top:100px;
	}
	
	#breadcrumbs ul {
		margin-left:15px;
		padding-left:0px;
	}
	
	
	
#breadcrumbs ul li {
		padding-bottom:10px;
		text-decoration:none;
		display:inline-block;
	}
	
/*END PRODUCT-NAV-BREADCRUMBS*/	


	
 input, .kw input, .styled-select select, .styled-select-state select {
	 width: 200px;
	 padding: 2%;
	 margin-left:5px;
	 border-radius:0;
	 /*-webkit-appearance: none;*/
	 background:white;
	 font-size: 14px;
	 height: 34px;
	 line-height: 1;
   	 border: 1;
	 box-shadow:none;
	 font-weight: 500;
 }
 
 
 .sbtn input {
	 width: 100px;
 }

	
	
	label{
	font-weight: 300;
	}
	
	
	#pre-status,
	.preload-placeholder {
		background-image: url(https://s3-ap-southeast-2.amazonaws.com/myrewards-media/webroot/atwork2017/root/images/Preloader.gif);
		background-position: center;
		background-repeat: no-repeat;
		height: 120px;
		left: 0;
		right: 0;
		position: absolute;
		top: 30%;
		width: 100%;
	}

	.preload-placeholder {
		background: none;
		left: 0;
		margin: 0;
		text-align: center;
		top: 65%;
	}

	.st-border{
		width: 100px;
		height: 1px;
		display: block;
		background-color: #fff;
	}

	.overlay{
		background-color: #fff;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 1;
	}


/* 3. BUTTONS */

	.btn-send{
		background-color:#fff;
		border-radius: 0;
		border: 1px #000 solid;
		color: #000;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
		text-transform:uppercase;
		font-size:14px;
	}

	.btn-send:hover{
		background-color: #333;
		color: #fff;
		
	}

	.btn-readmore{
		background-color: #383838;
		border-radius: 0;
		border: 0;
		color: #fff;
		padding: 10px 20px;
		margin-top: 20px;
		text-transform: uppercase;
		-webkit-transition: all 0.2s ease-in-out;
		-moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		-o-transition: all 0.2s ease-in-out;
		transition: all 0.2s ease-in-out;
	}

	.btn-readmore:hover{
		background-color: #000;
		color: #fff;	
	}
	
	.btn-search {
    background-color: #383838;
    border-radius: 0px;
    border: 0px none;
    color: #FFF;
    padding: 8px 14px;
    transition: all 0.2s ease-in-out 0s;
	height: 34px;
}




/* 4. HEADER */

	#header{ min-height: 80px; }

	#header .navbar {
		min-height: 80px;
		margin-bottom: 0;
		border-radius: 0;
	}

	.st-navbar{
		background-color: #fff;
		border-bottom: 1px solid #f0f0f0;
	}

	.st-navbar ul{
		/*margin-top: 15px;*/
	}

	.st-navbar ul li a{
		text-transform: uppercase;
		font-weight: 600;
		padding: 0;
		margin: 14px;
	}

	.st-navbar ul li a:hover,
	.st-navbar ul li a:focus {
		background-color: transparent;
		color: #999696;
	}

	.st-navbar .navbar-header{
		margin-top: 25px;
		width: 100%;
		float: left;
	}

	.st-navbar .navbar-toggle .icon-bar {
		background-color: #000;
	}

	.st-navbar .navbar-toggle{
		margin-top: 7px;
		margin-right: 25px;
		padding: 0;
		border-radius: 0;
	}



/* 5. SLIDER */

	#slider{
		margin-top: 60px;
	}

	#home-carousel  .item {
		background-position: center top;
		background-repeat: no-repeat;
		background-size:cover;
		width:100%;
		height: 350px;
	}

	#home-carousel .item:before{
		 
		content: "";
		height: 100%;
		top: 0;
		left: 0;
		opacity: 0.5;
		position: absolute;
		width: 100%;
	}

	.carousel-caption {
		left: 15px;
		right: 15px;
		top: 50%;
		font-size: 15px;
		text-align: left;
		color: #fff;
		text-shadow: none;
		margin-top: -130px;	
	}

	.carousel-caption h1 {
		font-size:46px;
		margin-bottom:0;
		line-height:27px;
		letter-spacing:2px;
		font-weight:100;
	}

	.carousel-caption h2 {
		font-size:81px;
		font-weight:600;
		margin-top:0px;
		text-transform:lowercase;
		letter-spacing:2px;
		margin-bottom:20px;
	}

	
	/* Carousel animation */

	#home-carousel .item h1, 
	#home-carousel .item h2, 
	#home-carousel .item p {
		opacity:0;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	#home-carousel .item h1 {
		-webkit-transition: all 0.5s ease-in-out 0.15s;
		-moz-transition: all 0.5s ease-in-out 0.15s;
		-ms-transition: all 0.5s ease-in-out 0.15s;
		-o-transition: all 0.5s ease-in-out 0.15s;
		transition: all 0.5s ease-in-out 0.15s;
	}

	#home-carousel .item.active h1, 
	#home-carousel .item.active h2, 
	#home-carousel .item.active p {
		opacity:1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	#home-carousel .item h2 {
		-webkit-transition: all 0.5s ease-in-out 0.30s;
		-moz-transition: all 0.5s ease-in-out 0.30s;
		-ms-transition: all 0.5s ease-in-out 0.30s;
		-o-transition: all 0.5s ease-in-out 0.30s;
		transition: all 0.5s ease-in-out 0.30s;
	}

	#home-carousel .item p {
		-webkit-transition: all 0.5s ease-in-out 0.45s;
		-moz-transition: all 0.5s ease-in-out 0.45s;
		-ms-transition: all 0.5s ease-in-out 0.45s;
		-o-transition: all 0.5s ease-in-out 0.45s;
		transition: all 0.5s ease-in-out 0.45s;
	}





/* 6. SERVICES */

#products{
		background-color: #fff;
		padding-top: 10px;
		padding-bottom: 20px;

	}


	#services{
		
		background-color: #fff;
		padding-top: 30px;
		padding-bottom: 30px;
		border-bottom: 4px solid #333;
	}

	.section-title{
		margin-bottom: 5px;
	}

	.section-title h1{
		border-top: 1px solid #dedede;
		padding-top: 20px;
		color:#2d2d2d;
		text-align:center;
		
	}

	.st-service{
		margin-top: 30px;
		margin-right: 30px;
	}

	.st-service h2{
		font-size: 16px;
		margin-top: 0;
		margin-bottom: 15px;
	}

	.st-service h2 i{
		margin-right: 10px;
	}

	.st-service p{}



/* 7. MAIN MENU */

ul.img-list li {
 display: inline-block;
 position: relative;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
}

span.text-content span {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-weight: 900;
}

span.text-content {
  background: rgba(0,0,0,0.5);
  color: white;
  cursor: pointer;
  display: table;
  left: 0;
  position: absolute;
  top: 0;
  opacity: 0;
  text-transform: uppercase;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}

ul.img-list li {
	height: 32%;
	width: 32%;
}

span.text-content,span.text-content {
	height: 100%;
	width: 100%;
	
}

ul.img-list {
  list-style-type: none;
  margin: 0;
  padding-left: 3%;
}


ul.img-list li:hover span.text-content {
  opacity: 1;
}

	
	#our-works{
		padding-top: 30px;
		padding-bottom: 30px;
		background-color:#fff;
	}
	
	#our-works h1{
		color:#2d2d2d;
		text-align:center;
		border-top: none;
	}

	.categories {
		width:100%;
		margin:2%;
		padding:0%;
		
	}
	
	.categoryboxes {
		display:inline-block;
		width:30.333%;
		padding:0;
		margin:0;
		
	}
	
	.col-md-12 ul {
	list-style: none;
	padding: 0;
	margin-bottom: 35px;
	margin-top: 28px;
	overflow: hidden;
	text-align:center;
	}
	
	.col-md-12 ul li {
	display: inline-block;
	text-transform: uppercase; 
	margin-right: 10px; 
	font-weight: 600;
	}
	



/* DAILY DEALS */

#about-us .container .row {
	background-color:#666666;
}

#about-us .row {
 	 display: flex; /* equal height of the children */
 	 padding-top: 30px;
	padding-bottom: 30px;
	
		
}

#about-us .section-title h1{
		color: #fff;
		pading-top:50px;
		margin-top:50px;
		border-top:0px;
		text-align:left;
	}
	
	#about-us a {
		color:#fff;
		font-size:14px;
		text-transform: uppercase;
		font-weight: 600;
	}
	
	#about-us a:hover {
		color:#E4E1E1;
	}
	

	#about-us .about-us{
		
		padding-right: 15%;
		padding-top: 1%;
	}

	

	#about-us .about-us .btn-send{
		margin-top: 5px;
		margin-bottom: 5px;
	}

	#about-us .our-office{
		padding-right: 0px;
	}

	.office-carousel-left, 
	.office-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.office-carousel-left {
		left:-32px;
	}

	.office-carousel-right {
		right:-32px;
	}

	#office-carousel:hover .office-carousel-left {
		left:0;
	}

	#office-carousel:hover .office-carousel-right {
		right:0;
	}

	#office-carousel .item img{
		width: 100%;
		height: 350px;
	}



/* DAILY DEALS */

	#our-team{
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}

	.team-member{
		margin-top: 30px;
	}

	.member-image{
		position: relative;
	}

	.member-info{
		background-color: #f5f5f5;
		padding: 15px;
	}

	.member-info h4{
		margin-top: 0;
		margin-bottom: 6px;
	}

	.member-info span{
		text-transform: uppercase;
	}

	.team-member .member-social{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: rgba(0, 0, 0, 0.6);
		left: 0;
		top: 0;
		text-align: center;
		opacity: 0;
		-webkit-transition: all 0.3s ease-out 0s;
		-moz-transition: all 0.3s ease-out 0s;
		-ms-transition: all 0.3s ease-out 0s;
		-o-transition: all 0.3s ease-out 0s;
		transition: all 0.3s ease-out 0s;
		-moz-transform: scale(0.5);
		-webkit-transform: scale(0.5);
		-o-transform: scale(0.5);
		-ms-transform: scale(0.5);
		transform: scale(0.5);
	}

	.team-member:hover .member-social{
		opacity: 1;
		-moz-transform: scale(1);
		-webkit-transform: scale(1);
		-o-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	.team-member .member-social a{
		position: relative;
		font-size: 16px;
		color: #fff;
		top: 47%;
	}

	.team-member:hover .member-social a{
		margin: 6px;
	}



/* BOTTOM ADS */

	#bottom-ad {
		background-color: #fff;
		padding-top: 50px;
		padding-bottom: 50px;
		position: relative;
	}
	
	  

	

	#bottom-ad p{
		font-style: normal;
	}

	#bottom-ad h5{
		margin-top: 0;
		margin-bottom: 5px;
	}

	

/* 13. CONTACT */

	#contact{
		padding-top: 130px;
		padding-bottom: 120px;
	}
	
	.contact-info .contact-content{
		margin-bottom: 30px;
	}

	.contact-info p{
		margin-bottom: 20px;
	}

	.contact-info p i{
		font-size: 16px;
		margin-right: 10px;
	}

	.contact-form{}

	.contact-form input[type="text"],
	.contact-form input[type="email"], .contact-form input[type="password"]{
		
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-form textarea{
		border: 1px solid #E8E8E8;
		padding: 8px 14px;
		width: 100%;
		margin-bottom: 20px;
	}



/* 14. PRODUCT PAGE */

	.product {
		margin:10px 30px 0 0;
		display:inline-block;
		vertical-align: middle
	}


	.image-frame {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 1%;
	margin-bottom: 10px;
     
	margin-left:auto;
	margin-right:auto;
}


	#page-header{
		background-color: #fff;
		padding-bottom: 0px;
		position: relative;
		margin-bottom: 30px;
		margin-top:30px;
	}

	.single-blog{
		margin-top:0px;
		margin-bottom: 35px;
	}

	.post-title{
		margin-top: 20px;
		margin-bottom: 5px;
	}

	.post-meta{
		margin-bottom: 15px;
	}

	.post-meta span{
		margin-right: 0px;
		font-size: 12px;
		font-weight: 600;
		opacity: 0.6;
	}

	.post-meta span:hover{
		opacity: 1;
	}

	.post-carousel-left, 
	.post-carousel-right {	
		background-color: #f0f0f0;
		color:#000;
		font-size: 32px;
		height: 40px;
		line-height: 40px;
		margin-top: -20px;
		position: absolute;
		text-align: center;
		top: 50%;
		width: 32px;
		z-index: 999;
		-webkit-transition: 300ms;
		-moz-transition: 300ms;
		-o-transition: 300ms;
		-ms-transition: 300ms;
		transition: 300ms;
	}

	.post-carousel-left {
		left:-32px;
	}

	.post-carousel-right {
		right:-32px;
	}

	#post-carousel:hover .post-carousel-left {
		left:0;
	}

	#post-carousel:hover .post-carousel-right {
		right:0;
	}

	.post-link{
		background-color: #f5f5f5;
		text-align: center;
		padding: 40px 0;
		font-size: 16px;
		font-weight: 600;
	}

	.post-quote{
		background-color: #f5f5f5;
		padding: 30px;
		font-size: 16px;
		font-weight: 500;
		font-style: italic;
	}

	#blog .pagination{
		margin-bottom: 40px;
	}

	#blog .pagination li a{
		width: 35px;
		height: 35px;
		line-height: 31px;
		text-align: center;
		font-size: 16px;
		color: #a3a3a3;
		border: 1px solid #d1d1d1;
		padding: 0;
		margin-right: 5px;
		border-radius: 0;
	}

	#blog .pagination li.active a,
	#blog .pagination li a:hover{
		background-color: transparent;
		border-color: #000;
		color: #000;
	}

	.sidebar-widget{
		margin-top: 35px;
		margin-bottom: 50px;
	}

	.sidebar-widget .sidebar-title{
		margin-top: 0;
		margin-bottom: 20px;
	}

	.sidebar-widget ul{
		list-style: square;
		margin: 0;
		padding-left: 18px;
	}

	.sidebar-widget ul li{
		margin-bottom: 10px;
		font-weight: 500;
	}

	.blog-search{
		position: relative;
	}

	.blog-search input {
		border: 1px solid #d6d6d6;
		color: #8d8d8d;
		height: 44px;
		outline: medium none;
		padding: 0 50px 0 17px;
		width: 100%;
	}

	.blog-search span {
		color: #252525;
		font-size: 12px;
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
	}

	.blog-search .search-submit {
		background: none;
		border: none;
	}

	.blog-search:after {
		background-color: #d6d6d6;
		content: "";
		display: block;
		height: 27px;
		position: absolute;
		right: 40px;
		top: 50%;
		transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		width: 1px;
	}

	.sidebar-widget .tagcloud a{
		padding: 4px 10px;
		border: 1px solid #ccc;
		margin: 3px 1px;
		display: inline-block;
	}

	.sidebar-widget .tagcloud a:hover{
		border-color: #000;
		color: #000;
	}

	ul.content-flickr {
		margin: 0;
		overflow: hidden;
		padding: 0;
	}

	ul.content-flickr li {
		display: block;
		float: left;
		padding: 5px 10px 5px 0;
		width: 33.33%;
	}

	.content-flickr li a {
		display: block;
		position: relative;
		width: 100%;
	}
	
	.smallimages {
		margin-top:20px;
		margin-bottom:20px;
	}
	
	.post-thumb {
		display:inline-block;
		vertical-align:top;
	}



/* 15. FOOTER */

	#footer{
		
		padding-top: 40px;
		padding-bottom: 40px;
		;
	}

	#footer a{
		color: #949494 ;
	}
	#footer a:hover{
		color:#333 ;
	}

	.footer-social-icons{
		text-align: right;
	}

	.footer-social-icons a{
		margin: 0 5px;
		font-size: 16px;
	}

	.footer-social-icons span{
		margin-right: 10px;
	}

	
/* 16. SCROLL TO TOP */

	.scroll-up {
		position: fixed;
		display: none;
		z-index: 999;
		bottom: 4.8em;
		right: 1.8em;
	}

	.scroll-up ul{
		margin: 0;
		padding: 0;
	}

	.scroll-up li{
		list-style: none;
		margin: 0;
		padding: 0;
	}

	.scroll-up a {
		background-color: #fff;
		display: block;
		width: 40px;
		height: 40px;
		text-align: center;
		color: #000;
		font-size: 20px;
		line-height: 38px;
		box-shadow: 0px 0px 6px #ccc;
	}

	.scroll-up a:hover,
	.scroll-up a:active {
		background-color: #f5f5f5;
		color: #000;
	}

/* custom CSS */
#searchic {
    padding-top: 24px;
    /*font-size: 20px;*/
    position: relative;
    left: 12px;
}
#searchic b {
	font-family: "Raleway", Helvetica, Arial, sans-serif;
	font-weight: 600;
	/*font-size: 17px;*/
}
#searchic.fa-search:before {
	position: absolute;
	right: -21px;
	font-size: 16px;
    margin: -1px;
}
#services {
    display: none;
}

#gallery-rew {
    width: 100%;
    height: 320px;
    overflow: hidden;
}
@keyframes carousel {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(-1844px, 0, 0); }
}
#carousel-rew {
    width: 3688px;
    height: 320px;
    transform: translate3d(0,0,0);
    animation: carousel 9s linear infinite;
}
#carousel-rew:hover {
    animation-play-state: paused;
}
#carousel-rew li {
    display: block;
    float: left;
    margin: 0 16px;
    width: 286px;
}
#carousel-rew li a img {
    width: 286px;
    height: 200px;
}
div#rajesh {
    border: 1px solid black;
    border-bottom: 0;
    max-width: 920px;
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
div#babu {
    border: 1px solid black;
    border-top: 0;
    max-width: 920px;
    margin: 0 auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
span#dis-holder {
    background-color: black;
    color: #fff;
    display: inline-block;
    position: relative;
    padding: 4px 8px;
    font-weight: 600;
}
/*span#dis-holder:after {
    content: '';
    display: block;
    position: absolute;
    left: 79px;
    top: 4px;
    border-top: 24px solid black;
    border-right: 24px solid transparent;
    width: 24px;
    transform: rotate(135deg);
}*/

.st-service {
	margin-top: 8px;
	margin-right: 0;
}

.st-service input, .st-service select {
	width: 100%;
}

.st-service .sbtn input {
	width: 140px !important;
}
h1, h2, h3, h4, h5, h6 {
	text-transform: initial !important;
}
.product.row .image-frame img {
    max-width: 145px;
}
ul.pagination li {
    height: 72px !important;
    vertical-align: top;
}
ul.pagination li span {
    line-height: 30px;
    width: 40px;
}
ul.pagination li span.current {
    background: #cdcdcd;
    font-size: 20px;
}
ul.pagination li a {
    margin-right: 0;
}
#services .section-title h1{
 padding-top: 0 !important;
 border-top:0 !important;
 margin-top: 10px !important;
}
a.pg-btn-buy {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 0;
    border-radius: 4px;
}

button.btn-buy-pg {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
    padding: 8px 0;
    border-radius: 4px;
    border: 0;
}

span.oos {
    background: #000;
    color: #fff;
    display: inline-block;
    width: 250px;
    text-align: center;
    font-size: 18px;
    padding: 8px 0;
    border-radius: 4px;
}
.btn-filter {
    background: #06b2b6;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 0 12px;
    height: 35px;
    line-height: 35px;
}
.btn-filter span {
    margin-top: -20px !important;
}
map area {
    outline: none;
}
@media screen and (max-width: 767px) {
	ul.pagination li span {
		width: 25px;
		padding: 0 !important;
	}
	#blog .pagination {
		float: left !important;
		line-height: 25px !important;
	}
	#blog .pagination li a {
		width: 25px;
		height: 25px;
		line-height: 25px !important;
	}
	ul.pagination li:not(:first-child) {
		margin-left: 0 !important;
	}
	ul.pagination li span.current {
		margin-right: 0px !important;
	}
	.st-service input, .st-service select {
        	padding: 0 12px;
	}
	.st-service {
		margin-top: 12px !important;
	}
	#services {
		padding-bottom: 24px !important;
	}
	ul.pagination li {
		margin-right: 0;
	}
	#searchic {
	    padding-top: 24px;
	    font-size: 15px;
	    position: relative;
	    left: 6px;
	    margin-bottom: 30px;
	}
}

@media screen and (max-width: 650px) {
        #services {
                padding-bottom: 24px !important;
        }
}

@media screen and (max-width: 450px) {
        #services {
                padding-bottom: 24px !important;
        }
}

.vic-pdiv-img {
    font-weight: 400;
    font-family: verdana, geneva, sans-serif;
}
.vic-pdiv-img span {
	font-family: verdana, geneva, sans-serif !important;
}
.main-list {
    float: right;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
}
.main-list .category {
    width: calc(100% + 6px);
    margin-left: -3px;
    display: inline-block;
    padding: 0 3px;
}
element {
    position: absolute;
    left: 0%;
}
.main-list .category .list-products {
    float: left;
    margin: 0 3px;
    width: calc(20% - 6px);
    padding: 15px 0px;
}
.main-list .category .list-products a {
    display: block;
    position: relative;
}
.main-list .category .list-products a .image {
    border: 1px solid #ccc;
    text-align: center;
    position: relative;
}
.main-list .category .list-products a .image img {
    max-width: 100%;
	height: 170px;
	width: auto;
}
.main-list .category .list-products .details {
    box-shadow: 0px 0px 6px 0px #ccc;
    padding: 5px 15px 10px 15px;
    min-height: 120px;
    position: relative;
}
.main-list .category .list-products .details h5 {
    font-size: 14px;
    color: #333;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 0px;
}
.benefits-page .details h5 {
    padding-right: 25px !important;
    font-weight: 500;
}
.main-list .category .list-products .details p {
    color: #333;
    display: inline-block;
    width: 100%;
    font-weight: 400;
    margin: 0;
    font-size: 13px;
}
.main-list .heading {
	font-weight: 500;
}
.benefits-page .details p span.price {
    float: left !important;
}
.main-content{
	font-family: 'Roboto', sans-serif;
}
.main-list .category .list-products a.current .arrow::after {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 87, 144, 0);
        border-top-color: rgba(0, 87, 144, 0);
    border-top-color: #005790;
    border-width: 10px;
    margin-left: -10px;
}
.main-list .category .list-products a.current::before {
    border: 6px solid #005790;
    content: "";
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
}
.main-list .category .list-products .details .shortlist {
    position: absolute;
    top: 10px;
    right: 15px;
}
.main-list .category .list-products .details .shortlist img {
    width: 20px;
    height: 18px;
    cursor: pointer;
}
.modal-show-benefits p {
	font-weight: 400;
}
.modal-show-benefits .price {
	display: block;
}
.modal-show-benefits {
	font-family: 'Roboto', sans-serif;
	overflow: auto !important;
}
.modal-show-benefits .modal-content {
	border-radius: 0;
}
.modal-show-benefits .modal-body {
	display: inline-block;
	width: 100%;
	position: relative;
}
.modal-show-benefits .modal-body .close {
	position: absolute;
	top: 0;
	line-height: 40px;
	height: 40px;
	width: 40px;
	text-align: center;
	opacity: 1;
	background: #333;
	color: #fff;
	right: -40px;
}
.product-desc .buy-now {
    background: #005790;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    padding: 6px 20px;
    margin: 10px 0 20px 0;
    border-radius: 4px;
}
.main-list .category .list-products:nth-child(6), .main-list .category .list-products:nth-child(11), .main-list .category .list-products:nth-child(19) {
	clear: both;
}
.sold-out-new {
    font-weight: 400;
    font-size: 14px;
    border: 1px solid red;
    display: block;
    padding: 10px 15px;
    margin-top: 15px;
    background: #fff;
}
.sold-out-new img {
    margin-right: 22px;
    position: relative;
    vertical-align: top;
}
.sold-out-new span {
    display: inline-block;
    width: 90%;
}
.select-address {
	float: left;
	width: 100%;
}
.maximum-limit {
	display: inline-block;
    width: 100%;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 400;
    color: red;
}
.maximum-limit a {
	color: blue;
	text-decoration: underline;
}
@media only screen and (max-width: 767px) {
    .sold-out-new span {
        width: 70%;
    }   
}
@media only screen and (max-width: 767px) {
	.modal-show-benefits .modal-body .close {
		right: 0;
	}
	.main-list .category .list-products {
		width: calc(50% - 6px);
	}
}
.dropdown-custom {
	margin-bottom: 25px;
}
.dropdown-custom .top-head-dropdown a {
	display: block;
	background: #4182b4;
	border-radius: 20px;
	color: #fff;
	line-height: 40px;
	padding: 0 15px;
	position: relative;
	font-weight: 400;
	z-index: 100;
}
.dropdown-custom .top-head-dropdown a .fa {
	float: right;
	position: relative;
	top: 13px;
}
.dropdown-custom .top-head-dropdown a .fa-caret-down {
	display: none;
}
.dropdown-custom .top-head-dropdown a.active .fa-caret-down {
	display: inline-block;
}
.dropdown-custom .top-head-dropdown a.active .fa-caret-up {
	display: none;
}
.dropdown-custom .dropdown-custom-details {
	display: none;
}
.dropdown-custom .dropdown-custom-details ul {
	list-style: none;
	box-shadow: 0px 2px 3px 0px #999;
	padding: 30px 0 10px 0;
	background: #f8f8f8;
	position: relative;
	top: -20px;
	max-height: 500px;
	overflow: auto !important;
	margin: 0;
	border-radius: 0 0 5px 5px;
}
.dropdown-custom .dropdown-custom-details ul li {
	display: block;
	width: 100%;
}
.dropdown-custom .dropdown-custom-details ul li a {
	display: block;
	padding: 6px 15px;
	color: #333;
	font-weight: 400;
	text-align: left;
	text-transform: inherit;
}
.dropdown-custom-main {
	margin-top: 53px;
}
.dropdown-custom .dropdown-custom-details ul li a:hover {
	background: #4182b4;
	color: #fff;
}
.dropdown-custom .dropdown-custom-details ul li.active a {
	background: #4182b4;
	color: #fff;
}
.breadcrumb.breadcrumd-custom li.active {
	padding: 10px 0 10px 50px;
}
.breadcrumb.breadcrumd-custom li.active:before {
	display: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
	header .navbar.navbar-inverse.header-top .container {
		width: 90% !important;
	}
}
@media only screen and (max-width: 767px) {
	header .navbar.navbar-inverse.header-top .container {
		width: 90% !important;
	}
	.breadcrumb.breadcrumd-custom li {
		width: auto !important;
	}
	.breadcrumb.breadcrumd-custom li a {
		width: auto !important;
	}
}