@import url("secondary.css");

/*********************************************************************************
common styles
***************/
body {
	color: #333 !important;
	font-family: 'Source Sans 3', sans-serif !important;
	font-size: 14px !important;
	background: #fff !important;
}

h1,
h2,
h3,
h4,
h5,
p,
ul,
li {
	margin: 0px !important;
	padding: 0px !important;
}

a {
	color: #333 !important;
	cursor: pointer;
	text-decoration: none !important;
}

a:active {
	box-shadow: none !important;
}

p {
	line-height: 22px;
	margin-bottom: 10px !important;
	font-size: 14px !important;
}

h1,
h2 {
	margin-bottom: 10px !important;
}

.no-padding {
	padding-left: 0px !important;
	padding-right: 0px !important;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

/*********************************************************************************
colored text and buttons
***************/
.text-orange {
	color: #f88530
}

.btn {
	padding: 10px 25px !important;
	border-radius: 0px !important;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.btn-submit {
	background: #494c5d;
	color: #fff;
}

.btn-cancel { 
	background: #ff5d05;
	color: #fff!important;
}

.btn:hover {
	background: #333 !important;
	color: #fff !important;

}

/*********************************************************************************
header styles
***************/
header { 
	position: relative;
	z-index: 99; 
}

header.header-fixed-bar {  
	position: fixed ;
	width: 100% !important;
	top: 0;
	
} 
 
 
/*search*/
.search-btn, .search-load {
    background: #f7bb08  url(../design_img/icon-search.png) no-repeat center;
    background-size: 50%;
    width: 40px;
    height: 40px;
    display: block;
    float: right;
    cursor: pointer;
}

.search-load {
	background: #f7bb08  url(../design_img/icon-load.jpg) no-repeat center;
	background-size: 60%;
}

/*search bar*/ 

.search-bar {
    max-width: 600px; 
    position: relative;
    z-index: 98;
    background: #fff;
    margin: 0px auto ; 
    border-radius: 5px;
    overflow: hidden;
}

.search-bar:after {
	content: '';
	display: table;
	clear: both;
}

.search-bar input[type=text] {
	background: transparent;
	color: #666;
	border: 0;
	width: calc(100% - 40px);
	height: 40px;
	padding: 2px 10px 1px;
	float: left;
}

.search-bar input[type=text]:focus {
	outline: none;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-moz-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar input[type=text]:-webkit-input-placeholder {
	color: #666 !important;
	opacity: 0.3;
}

.search-bar #search-result {
    position: absolute;
    width: calc(100% + 2px);
    top: calc(100% - 15px);
	left: -1px;
    z-index: -1;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #000;
    border-top: 0;
    padding: 25px 10px 15px;
    display: none; 
}

.search-bar #search-result ul {
	max-height: 150px;
	overflow: auto;
	margin-bottom: 0
}

.search-bar #search-result ul li a {
	padding: 3px 0;
	display: block
}

.search-bar #search-result ul li a:hover {
	text-decoration: underline !important;
}

.search-bar #search-result ul li a span {
	color: #f08e76;
}

/**/
.top-item-cat{
	background: #f7bb08;
    padding:8px 0;
    overflow:hidden;
    display: none
}
.top-item-cat ul{
	list-style:none;
    margin:0 -10px;
}
.top-item-cat ul li {
    width: 33.3333%;
    float: left;
    position:relative;
    padding: 0 10px!important;
    line-height: 16px
}
.top-item-cat ul li:not(:last-child):after{
	content:'';
    position:absolute;
    right: 0;
    top :2px;
    bottom:2px;
    width:1px;
    background:#fff;
}
 
.top-item-cat ul li a{
	display:block;
    text-align:center;
    text-transform:capitalize;
    color:#fff!important;
    font-weight:500 
}  

/**/

.search-bar-pg{
    background: url('../design_img/search-banner.jpg') no-repeat;
    background-size: cover;
    padding:60px 35px; 
}

.search-bar-pg h2{color:#fff; text-align:center; font-weight:300!important; line-height:35px; margin-bottom:15px!important}
.search-bar-pg h2 b{
    color:#f7bb08;  
}
.search-bar-pg .search-bar {
    width: 100%;
    max-width:700px;
    float: none;
    margin: 0;
    border:0;
    display:table;
    margin:auto;
    background:transparent;
}
.search-bar-pg .search-bar  input[type=text] {
      padding: 9px 10px 10px; 
      background:#fff;
      font-weight:600;
      font-size:15px;
      width: calc(100% - 40px); border-radius:5px 0  0 5px;
}

.search-bar-pg .search-bar .search-btn, 
.search-bar-pg .search-bar .search-load {
    width: 40px;
    height: 40px;
    background-color:#f7bb08;
     border-radius:0 5px  5px 0;
	 cursor:pointer
}




/*top bar*/
header .top-bar {
 background:#f7bb08;
 padding:6px 15px 6px; 
}
header .top-bar .wel-txt {
 margin-bottom:0!important;
 color:#fff
}
header .top-bar .wel-txt span{ color:#fff}
header .top-col {
	border-left: 1px solid #f7bb08; padding-left:0px
}

/*logo bar*/
header .logo-bar {  
	background:#fff;
	-moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); 
}

header .logo {display: block;text-align:center }
header .logo img {
	max-width: 43%; margin-top:2px; 
}
header .logo p{font-size:9px!important; font-weight:600; line-height:11px; letter-spacing:0.3px; text-transform:uppercase;margin:5px 0 0!important;} 

/*user nav*/
header .user-nav {
 float:right;     clear: right;
}
header .user-nav ul {
 list-style:none;
}
header .user-nav ul li {
 float:left;
 position:relative;
 margin-left:10px!important;
}
header .user-nav ul a {
	display: block;
	padding: 3px 12px 2px 10px; 
	text-transform: capitalize;
	background:#494c5d;
	color: #fff !important;  
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
	position: relative;
	z-index: 1;
}
header .user-nav ul > a > .fa {
 margin-right:8px;
 color:#fff;
 font-size:16px;
}
header .user-nav ul a img {
 margin-right:8px;
 max-width:13px;
 vertical-align:-1px;
 filter: brightness(0) invert(1);
}
header .user-nav ul a.login { 
}
header .user-nav ul a.join { 
}
header .user-nav ul a.logged-in { 	
 padding: 3px 20px 2px 10px; position:relative
}
header .user-nav ul a.logged-in:after {
	content: "\f107";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	right: 5px;
	top: 5px;
 }
header .user-nav ul a.logged-in span {
 overflow: hidden !important;
 text-overflow: ellipsis;
 white-space: nowrap !important;
 max-width: 100px;
 display: block; 
}

header .user-nav ul a:not(.logged-in):hover {
	background:#f79508;  
}
header .user-nav ul a:hover  img {
	filter: brightness(0) invert(1);
}
/**/ 
header .user-nav ul ul { 
 overflow:hidden;
 width:100%;
 position:absolute;
 right:0;
 top:calc(100% + 10px);
 z-index: 9999;
 list-style: none;
 background:#fff;
 opacity: 0;
 visibility:hidden;
 -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 -moz-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.2);
 -webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -ms-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 -o-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
 transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
header .user-nav ul ul li {
 float: none;
 white-space: nowrap;
 margin-left:0px!important;
}
header .user-nav ul ul li a {
 background:#fff;
 border: 0;
 border-radius:0px;
 border-bottom: 1px solid #f8f8f8;
 color: #666 !important;
 padding:5px 12px 5px 10px;
}
header .user-nav ul ul li:last-child a {
 border-bottom:0
}
header .user-nav ul ul li a:hover {
 background:#f2f2f2!important;  
}
header .user-nav ul li:hover ul {
 opacity: 1;
 visibility:visible;
 top:100%;
}
/* nav bar */
header .nav-bar {
    padding: 0px 15px;
    display: table;
    margin: auto;
}
header .nav-bar .scroll-left,
header .nav-bar .scroll-right {
	width: 30px;
	padding: 30px 0;
	position: absolute;
	bottom: 0;
	z-index: 1;
	display: none;
}

header .nav-bar .scroll-left {
	background: url(../design_img/icon-arrow-left.png) no-repeat center #eee;
	background-size: 10px;
	left: 0;
}

header .nav-bar .scroll-right {
	background: url(../design_img/icon-arrow-right.png) no-repeat center #eee;
	background-size: 10px;
	right: 15px;
}

header .nav-bar .nav-container {
	white-space: nowrap;
	overflow-x: auto;
	margin-right: 10px;
}

/*site nav*/
header .site-nav {
	display: table; 
}

/*********************************************************************************
section styles
***************/
section.slider {
	position: relative;
}

section.slider video {
	width: 100%;
}

/**/
section.contents {}

/*main heading*/
.main-head {
	font-size: 30px !important;
	line-height: 32px !important;
	margin-bottom:20px!important;
	font-weight: 600;
	color: #494c5d;  
}

.main-head span {
	font-size: 15px !important;
	line-height: 24px;
	color: #b7b7b7;
	font-weight: 400;
	text-transform: initial;
}

.main-head span.brdr {
	background: #fe0000;
	height: 2px;
	display: inline-block;
	width: 30px;
	margin: 5px 10px 5px 0 !important;
}

.main-head span.brdr img {
	width: 32px;
	height: 41px;
	margin: auto;
	margin-top: -27px
}

.sub-head {
	font-size: 25px !important;
	font-weight: 700;
	color: #d6261c;
	margin-bottom: 10px !important;

}
 
/* count bar*/
.count-bar { 
 padding: 10px 0px; 
 background:#f2f2f2;
 border-top: 1px solid #ddd;
}
 
.count-col {
	/*background:linear-gradient(160deg, #fbf9f9 30%, #e3f9fd 100%);*/ 
	padding:15px;
}
.count-col .icon {
 width:60px;
 height:60px;
 margin:  0 auto !important;
 text-align: center;
 line-height: 60px; 
}
.count-col .icon img {
 max-width:55px; 
}
.count-col .main-text {
 font-size: 28px !important;
text-align: center;
 font-weight: 700;
 color: #ef8212;
 line-height: 40px;  
}
.count-col .main-text::after {
 content: '+';
 font-size: 25px;
 margin-left: 2px;
 vertical-align: 0px;
}
.count-col .common-text {
text-align: center;  
font-size: 15px;
 font-weight:500;
 margin-bottom:0px!important; 
  line-height: 20px;    color: #555;
} 

/*product slide bar */
.product-slide-bar {
    padding: 30px 0px 30px !important;
    background: url('../design_img/back-02.jpg');
    background-attachment: fixed;
    border-top: 1px solid #ddd;
    /*-moz-box-shadow: 0px 0px 10px rgb(0 0 0 / 35%);
    -webkit-box-shadow:0px 0px 10px rgb(0 0 0 / 35%);
    box-shadow: 0px 0px 5px rgb(0 0 0 / 25%);*/
}
.product-slide-bar:nth-child(odd) {
 background:#fff;
} 

.product-slide-bar a.btn-more {
    color: #fff !important;
    background: #fe0000 !important;
    float: right; 
    padding: 4px 35px 4px 14px !important;
    border-radius: 25px !important;
    border: 2px solid #fe0000;
    overflow: hidden;
    position: relative;
}

.product-slide-bar a.btn-more span {
    width: 20px;
    height: 20px;
    background: transparent;
    border-radius: 100%;
    position: absolute;
    left: calc(100% - 28px);
    top: 4px;
}

.product-slide-bar a.btn-more span:before,
.product-slide-bar a.btn-more span:after {
	content: '';
	filter: brightness(0) invert(1);
	background: url(../design_img/right-arrow.png) no-repeat center center;
	background-size: 16px !important;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-slide-bar a.btn-more span:after {
	left: calc(100% - 55px);
	opacity: 0
}

.product-slide-bar a.btn-more:hover {
	background: #fff !important;
	color: #fe0000 !important;
}

.product-slide-bar a.btn-more:hover span {
	background: #fe0000 !important;
}

.product-slide-bar a.btn-more:hover span:before {
	left: calc(100%);
	opacity: 0
}

.product-slide-bar a.btn-more:hover span:after {
	left: calc(100% - 21px);
	opacity: 1;
} 
/**/
.product-slide-bar.top-category {
    padding: 50px 0 40px!important;
    /*background: url('../design_img/back-01.jpg') no-repeat center;
    background-size: 100%;
	background-attachment:fixed*/
}
 
 
.product-slide-bar.top-category .item-pic {
   text-align: center;
}
.product-slide-bar.top-category .item-pic img {
    max-width: 100%;
    max-height: 100%;
    position: inherit;
    top: inherit;
    left: inherit;
    margin-bottom: inherit;
    margin-right: inherit;
    -webkit-transform: inherit;
    transform: inherit;
}
.product-slide-bar.top-category .item-pic img[src="admin/design_img/logo.png"] {
 max-width:120px;
 margin:20px auto;
}
	
.product-slide-bar.top-category .item-name { 
    background: #494c5d;color: #fff !important;
    text-transform: uppercase;
	padding:8px 10px 8px !important
}
.product-slide-bar.top-category .item-name a {
    color: #fff !important;
    font-weight: 600; 
}
.product-slide-bar.top-category .item-container:hover .item-pic img {
	-webkit-transform:scale(1.1);
	transform: scale(1.1);
} 

/**/
.new-arrival  .item-pic-container {
    background: #fff!important; 
}
/**/
.brand-bar {
	padding-top: 40px !important;
	padding-bottom: 30px !important;
	background: #fff;
}
.brand-bar .main-head{
	text-align: center; 
	margin:0 auto 20px!important; 
}
 
.brand-bar .brand-logo {
	height: 90px;  
	/*border: 1px solid #999; */
}

.brand-bar .brand-logo img {
	max-height: 100%;
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	transform: translateY(-50%);
	max-width: 100%;
	margin: auto;
	display: table;
}
/* */
section.contents .content-bar {
	padding: 50px 0;
}

/* page banner*/
.banner-bar {
	background: #666 url(../design_img/page-banner.jpg) no-repeat center center;
	padding: 25px 0 25px;
	background-size: cover;
}

.banner-bar .banner-content {
	text-align: left;
}

.banner-bar .banner-content .banner-col {
	position: relative;
	padding-bottom: 2px;
} 

 

.banner-bar .banner-content h1 {
	color: #f7bb08;
	font-size: 35px !important;
	font-weight: 700;
	text-transform: capitalize;
	line-height: 38px; margin-bottom: 10px!important;

}

.banner-bar .banner-content p {
	color: #ff8d00;
	margin: 0px 0 0px !important;
}

/*location*/
.location {
	list-style: none; 
}


.location li {
	color: #666 !important;
	text-transform: capitalize;
	float: left;
	width: auto;
	margin: 0px 10px 0px 0 !important;
}

.location li:last-child {
	margin-right: 0px !important;
}

.location li a:after {
	content: '/';
	font-family: 'FontAwesome';
	font-size: 16px;
	margin-left: 10px;
	color: #ccc;
}

.location li:last-child a:after {
	content: '';
	margin-left: 0px;
}

.location li a {
	color: #ccc !important;
}

.location li a:hover {
	color: #f7bb08 !important;
}

.location li a.active {
	color: #f7bb08 !important;
}

/* core classes */

.under-cons {
	max-width: 80%;
	display: table;
	margin: 0 auto;
}

.col-bar {}

.col-bar:after {
	content: '';
	display: table;
	clear: both;
}

.col-bar .col-head {
	width: 100%;
	padding: 0 15px;
}

.col-bar .col .txt-title {
	display: none;
}

.col-bar .cont-col {}


.col-bar .img-col {
	position: relative;
}

.col-bar .img-col:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.2);
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col img {
	max-width: 100%;
}

.col-bar .img-col a {
	position: absolute;
	top: calc(50% - 15px);
	left: calc(50% - 15px);
	z-index: 1;
	opacity: 0;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.col-bar .img-col a .fa {
	background: #fff;
	border-radius: 50%;
	color: #fe0000;
	height: 30px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	transition: all 500ms ease;
}

.col-bar .img-col:hover:after,
.col-bar .img-col:hover a {
	opacity: 1;
}

.col-bar .file-col {}

.col-bar .file-col img {
	max-width: 100%;
}

.cont-bar {
	/*padding-top:50px;
	padding-bottom:50px;*/
}

.cont-bar::before {
	/*content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: red; */
}

/* core classes ends here*/

.abt-us .col-row { 
	margin: 0 -15px
}
.abt-us .col-row:after { 
	content:'';
	clear:both;
	display:table
}
.abt-us .col-row .col{
	float:left;
	padding:0 15px
}
.abt-us .col-row .col-img{
	width:40%;	
}
.abt-us .col-row .col-desc{
	width:60%;	
}
.abt-us .col-row .col-desc h2 { 
    font-weight: 700;margin-bottom:5px!important
}
.abt-us .col-row .col-desc p { 
    margin-bottom:5px!important
}
.abt-us .col-row .col-desc ul{ 
 list-style:none;
 margin:0 0 15px 25px !important; 
}
.abt-us .col-row .col-desc ul li {
 line-height:22px;
 text-indent:-25px;
}
.abt-us .col-row .col-desc ul li:before {
 content: "\f0a4"; 
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:10px;
 color:#f7bb08; 
}
 
 
/* Infrastructure Page */
.infrastructure-pg {
	margin: 0 -15px;
}

.warehouse-pg {
	margin-top: 50px;
}

.infrastructure-pg .col {
	width: 33.33%;
	float: left;
	padding: 10px 15px 10px;
}

.infrastructure-pg .col-desc {
	display: none;
}

.infrastructure-pg .main-head {
	font-size: 30px !important;
	line-height: 40px !important;
	color: #fff;
	background: linear-gradient(90deg, #c90a1c 0%, #fe0000 50%);
	padding: 5px 15px !important;
	margin-bottom: 0 !important;
}

/* Career Page */
.career-pg{
	 
}
.career-pg p{ text-align:center; margin-bottom:20px!important}
.career-pg p:last-child{margin-bottom:0px!important}
.career-pg a:not([href=contact-us]){
	display:inline-block;
	background:#f7bb08;
	color:#fff!important;
	padding:10px 15px;
	margin:0 5px;
	border-radius:2px; 
}
.career-pg a:hover:not([href=contact-us]){
	background:#494c5d;
}
.career-pg a[href=contact-us]{
	color:#f7bb08!important;
}

.career .career-right {
	float: right;
}

.career-msg p {
	text-align: center;
}

.career .form-group .form-control {
	border-radius: 0px !important;
	font-size: 13px;
	padding: 10px 10px;
	border: 1px solid #333 !important;
	background: #fff;
}

.career .btn-submit {
	min-width: 135px;
	color: #FFF !important;
	background: #1d68c4 !important;
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	font-weight: 600;
	padding: 10px 15px !important;
	margin-top: 20px;
	border-radius: 0px !important;
}

.career .btn-submit:hover {
	background: #333 !important;
}

/* Contact Us Page */
.contact-pg {position:relative}

.contact-pg .col-row {
	width:calc(100% - 300px); float:right 
	
} 
.contact-pg .col-row p {
	margin: 0 !important;
	line-height: 0;
}
.contact-pg .col-row iframe {
	width: 100%;
	height: 195px; border:0
}
.contact-pg .col-row:nth-child(2) {
	    padding: 15px; 
}

.contact-pg .col-row:nth-child(3) {
    width: 300px;
    position: absolute;
    top: 0;
    left: 0;
	background:#fff;padding:0 15px 0;
}

.contact-blk {
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #00000024;
    background: #494c5d;
    margin-bottom: 10px; 
}

.contact-blk .h-icon {
    width: 70px;
    height: 70px;
    padding: 15px; 
    border-radius: 100%;
    margin: 0 auto 15px;
    border: 2px dotted #fff;
}

.contact-blk .h-icon .h-icon-inner img {
	max-width: 100% !important;
}

.contact-blk .cont-text {
    text-align: center;
}

.contact-blk .cont-text p {
	line-height: 20px;
	color: #afafaf ;
}
.contact-blk .cont-text  b {
    color:#fff
}
.contact-blk .cont-text p a {
	color: #afafaf  !important;
} 

/* Contact Form */
.contact-pg .enq-form { 
	padding: 10px 0 0;
}

.contact-pg .enq-form h2 {
	font-weight: 600;
	color: #f7bb08;
	margin-bottom: 0px !important;
}

.contact-pg .enq-form p {
	line-height: 24px;
	margin-bottom: 20px !important;
}

.contact-pg .enq-form .btn-submit {
	margin: 10px 0;
}

/* privacy policy & terms */
.web-trms .col-desc p { 
    margin-bottom:5px!important
}
.web-trms .col-desc ul{ 
 list-style:none;
 margin:0 0 15px 25px !important; 
}
.web-trms .col-desc ul li {
 line-height:22px;
 text-indent:-25px;
}
 
 
/* shop filter */
.shop-filter {
	margin-bottom: 15px;
}

.shop-filter .form-group {
	margin-bottom: 0 !important;
} 

.shop-filter select.form-control {
	width: 150px;
	text-transform: capitalize
}
.shop-filter .btn-enq {
    float: right;
    background: #edffef;
    color: #3e9742!important;
    border-radius: 4px!important;
    border: 1px solid;
    font-weight: 500;
}
.shop-filter .btn-enq:hover { 
    background: #3e9742!important;   color: #fff!important;
}

.shop-filter:after {
	content: '';
	display: table;
	clear: both;
}

/* product category bar */
.category-bar {}

.category-bar p.frm-title {
    font-weight: 600;
    color: #494c5d;
    font-size: 18px!important;
    margin-bottom: 25px!important;
}
.category-bar p.frm-head {
    font-weight: 600;
    background: #fbf7ed;
    border: 1px solid #f1e5c0;
    border-radius: 2px;
    padding: 5px 10px!important;
    color: #93724b;
}

.category-bar h4 {
	background: #494c5d;
	color: #fff;
	padding: 12px 15px !Important;
	margin-bottom: 0 !Important;
	font-weight: 400;
}

.category-list {
	background: #fff;
	padding: 12px 15px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
	max-height: 400px;
	overflow-y: auto;
}

.category-list ul {
	list-style: none;
}

.category-list ul li {
	margin: 10px 0 !important;
}

.category-list ul li ul {
	display: none;
}

.category-list ul li ul.active {
	display: block;
	margin-top: 8px !important;
}

.category-list ul li a {
	display: block;
	color: #666 !important;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.category-list ul li a.active {
	color: #f7bb08!important;
	font-weight: 600;
}

/*.category-list>ul>li>a:after {
	content: url(../design_img/icon-plus.png);
	float: right;
}

.category-list>ul>li>a.active:after {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/

.category-list ul ul li a {
	color: #666 !important;
}

.filter-list {
	background: #fff;
	padding: 20px 15px 40px !important;
	border: 1px solid #ddd;
	border-top: 0;
	margin-bottom: 20px;
} 
.category-bar .srch-bar {
    margin-bottom: 15px;
}
.category-bar .srch-bar p {
    margin: 5px 0 0!important;
    font-size: 18px!Important;
    font-weight: 600;
}
.category-bar .srch-bar p span {
	color: #f7bb08;
}

/* product list ********************************************/
.pr_list .col-item:nth-child(3n+1) {
	clear: both
}

.pr_list .no-product {
	max-width: 350px;
	display: table;
	margin: auto;
}

/* product detail ********************************************/
.product-detail-bar {}
.product-detail-bar .owl-carousel{
	/*background: #f2f2f2;*/
}

.product-detail-bar img {
	max-width: 100%;    margin-bottom: 15px;
}

.product-detail-bar h4.pr_name {
	padding-bottom: 10px !important;
	margin-bottom: 0px !important;
	font-weight: 700;
	text-transform: capitalize;
    color: #688ac9;
}

/**/
.product-detail-bar .pr_rate {
	color: #999;
	padding-bottom: 10px !important;
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
}

.product-detail-bar small { 
	color: #999;
	font-size: 14px; 
}

.product-detail-bar .pr_rate_req {
	color: #f7bb08;
	font-size: 18px;
	font-weight: 600;
	line-height: 28px;
}

.product-detail-bar .pr_rate_before {
	text-decoration: line-through;
	color: #999;
	font-size: 15px;
	font-weight: 400;
	margin-right: 5px;
}

.product-detail-bar .pr_rate .discount {
	border: 1px solid #333;
	color: #333;
	padding: 0px 15px;
	margin-left: 20px;
	border-radius: 25px;
	font-size: 13px;
	font-weight: 400;
}

/**/
.product-detail-bar .btn-enq {
    margin: 15px 0px 0;
    padding: 10px 20px !important;
    background: #fff;
    color: #494c5d !important; 
    font-weight: 600;
    width: 200px;
    border: 2px solid;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 800;
}
.product-detail-bar .btn-enq:hover {
	background: #494c5d;
	color: #fff!important; 
}
/**/
.product-detail-bar .social.mob {
	display: none
}

.product-detail-bar .social {
	list-style: none;
	padding: 0px !important;
	float: left;
	margin-top: 18px !important;
}

.product-detail-bar .social li {
	float: left;
	margin-right: 5px !important
}

.product-detail-bar .social li:nth-child(1) {
	line-height: 33px !important;
	font-weight: 600
}

.product-detail-bar .social li a .fa {
	background: #f2f2f2;
	color: #fff !important;
	width: 33px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	border-radius: 100%;
	border: 0px;
	vertical-align: middle;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

.product-detail-bar .social li a .fa-facebook {
	background: #3b5a9a
}

.product-detail-bar .social li a .fa-whatsapp {
	background: #4fce5d
}

.product-detail-bar .social li a:hover .fa {
	background: #333;
	color: #fff !important;
}
/**/
.product-detail-bar .pr_brf_inf p{font-weight:600; margin-bottom:5px!important;color: #ef8212;}
.product-detail-bar .pr_brf_inf ul {
	list-style:circle;  
    list-style-position: inside;
}
.product-detail-bar .pr_brf_inf ul li {
 line-height:22px; 
} 

/**/
.product-detail-bar .pr_desc {
	word-break: break-word;
}

.product-detail-bar .pr_desc ul {
	list-style:circle;  
    list-style-position: inside;
}
.product-detail-bar .pr_desc ul li {
 line-height:22px; 
} 
 
/**/
.btn-whtsap, .btn-whtsap:hover {
    background: #4caf50!important;
    border-radius: 25px!important;
    position: fixed;
    bottom: 25px;
    left: 25px;
    z-index: 99;
    padding: 0 12px 0 0!important;
    color: #fff!important;
    font-weight: 600!important;
}
.btn-whtsap img {
    max-width: 32px;
    margin-left: -2px;
    margin-right: 5px;
}

/* enquiry box */
.modal-dialog.frm-model {
	width: 95%;
	max-width: 500px;
}

.modal-dialog.frm-model .modal-content {
	border-radius: 0px;
	overflow: hidden;
}

.modal-dialog.frm-model .modal-content .close {
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../design_img/icon-close.png) no-repeat;
	text-shadow: none;
	padding: 0px 5px 5px;
	width: 13px;
	height: 15px;
	background-size: 100%;
	opacity: 1;
}

.modal-dialog.frm-model .frm-content {
	padding: 20px 30px 30px;
}

.modal-dialog.frm-model .frm-content h4 {
	color: #494c5d;
	font-size:23px!important;
	font-weight: 400;
	margin-bottom:15px !important
}

.modal-dialog.frm-model .frm-content h4 b {
	color: #ff8d00;
	font-weight: 600;
}

.modal-dialog.frm-model .frm-content label {
	margin-bottom: 0;
}

.modal-dialog.frm-model .frm-content .form-control {
	border-color: #666;
	border-radius: 0 !important;
    width: 100%;
}

.modal-dialog.frm-model .frm-content select.form-control {}

.modal-dialog.frm-model .frm-content label.error {
	background: #c85e53;
	color: #fff;
	padding: 0 8px;
	border-radius: 2px;
	font-size: 11px
}

.modal-dialog.frm-model .frm-content label.error:before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c85e53;
	position: absolute;
	top: -12px;
	left: 20px;
}

.modal-dialog.frm-model .frm-content .btn-submit {
	display: block;
	width: 100%;
	color: #fff;
	font-weight: 700;
	font-size: 18px;
	padding: 10px 7px !important;
} 

/*log model*/
.modal-dialog.log-model{ 
	max-width: 700px;
}
.modal-dialog.log-model .log-left {
 width:50%;
 float:left;
}

.modal-dialog.log-model .log-left img {
 max-width:100%;
}

.modal-dialog.log-model .log-right {
 width:50%;
 float:right;
}  

.modal-dialog.log-model .log-right  .or-icon-bar {
 border-top: 1px solid #ddd;
 position: relative;
 top: 25px;
 margin-bottom: 40px;
}
.modal-dialog.log-model .log-right  .or-icon {
 position: absolute;
 top: -22px;
 left: 50%;
 margin-left: -20px;
 background: #fff;
 color: #999;
 padding: 10px;
 border-radius: 100%;
 font-size: 13px;
}

.modal-dialog.log-model .log-right .link-forgot {
 text-align: right;
 display: block;
 color: #f7bb08 !important; 
 margin-top: -8px;
 margin-bottom: 10px;
}
.modal-dialog.log-model .log-right .link-register {
 display: block;
 color: #666;
 border-radius: 25px;
 margin-top: 6px;
 text-align: center; 
}
.modal-dialog.log-model .log-right .link-register strong {
 color: #36dbf6;
 font-weight: normal;
}

/*forgot model*/
.modal-dialog.frgt-model{ 
	max-width: 400px;
}

/*new machine enquiry model*/
.modal-dialog.new-eng-model{ 
	max-width: 500px;
}
.modal-dialog.new-eng-model p.frm-title {
    font-weight: 500;  
    margin-bottom: 10px!important;
}
.modal-dialog.new-eng-model .form-group {
    margin-bottom: 15px!important;
}

/*after open popup*/
/*.modal.fade .modal-dialog.frm-model {
 position:absolute;
 top:50%;
 left:50%;
 margin-bottom:-50%;
 margin-right:-50%;
 -webkit-transform: translate(-50%, -60%);
 transform: translate(-50%, -60%);
}
.modal.show .modal-dialog.frm-model {
 -webkit-transform: translate(-50%, -53%);
 transform: translate(-50%, -53%);
}*/

/* password show hide*/

.toggle-password {
 position: absolute;
 right: 0;
 width: 10px;
 color: #fff !important;
 text-align: center;
 bottom: 0px;
 padding: 20px 15px;
 float: right;
 margin-right: 1px;
}
.toggle-password.open-eye {
 background: url(../design_img/icon-show-pwd.png) no-repeat center; 
    background-size: 20px;
}
.toggle-password.close-eye {
 background: url(../design_img/icon-hide-pwd.png) no-repeat center;

background-size: 20px;
}
.form-control.fo-pass {
 padding-right: 40px!important;
}

/*items*/
.item {
	margin-bottom: 20px;
}

.item-container {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative; 
}

.item-pic-container {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    position: relative;
    overflow: hidden;
}

.item-back {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.1;
	z-index: 1;
	visibility: hidden;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.item-pic {
	height: 204px;
	overflow: hidden;
	    background: #f2f2f2; 
}

.item-pic img {
	max-width: 100%;
	/*max-height: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	margin-bottom: -50%;
	margin-right: -50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
		webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

.item .discount {
	background: #f48736;
	border-bottom-left-radius: 10px;
	color: #fff;
	width: 62px;
	height: 25px;
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 1;
	text-align: center;
	line-height: 22px;
	display: none
}

.item-btn {   }

.item-btn a {
	background: #494c5d; 
	color: #fff !important;
	display: block;
	float: left;
	margin-right: 5px; 
	text-align: center;
	padding: 5px 15px;
	font-size:11px; 
	letter-spacing:1px;
	text-transform:uppercase;
	webkit-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	-moz-transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: all 600ms cubic-bezier(0.075, 0.82, 0.165, 1);
}

 
.item-btn a.view {}

.item-btn a:hover {
	background : #f7bb08	
}

.item-name {
	overflow: hidden !important;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap !important;
	width: 100%;
	text-transform: capitalize;
	padding: 0 0px;
	margin-bottom: 0px !important; 
	padding: 8px 0px 8px !important; 
}

.item-name a {
	color: #666 !important;
	font-weight: 500;
	text-align: center;
}

.item-price {
	text-transform: capitalize; 
	line-height: 15px; 
}

.item-price .price-before {
	color: #999999;
	text-decoration: line-through;
	margin-right: 10px;
}

.item-price .price-now {
	font-weight: 700;
	color: #f79708;
}

.item-container:hover .item-pic img {
	-webkit-transform: translate(-50%, -50%)  scale(1.2);
	transform: translate(-50%, -50%) scale(1.2);
}
 
/**/
.no-item {
	display: table;
	margin: 0 auto 30px !important;
	background: #fff;
	border-radius: 10px;
	padding: 20px !important;
	text-align: center;
	color: #999;
	-webkit-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

/*tables*/
section.contents .mytable {}

section.contents .mytable caption {
	color: #333333;
	text-align: center;
	margin-bottom: 5px;
	padding: 0px;
	font-weight: 600;
}

section.contents .mytable th {
	background: #00839f;
	color: #fff;
	font-weight: 600;
	vertical-align: middle !important;
	text-align: center;
	font-size: 14px;
	text-transform: capitalize;
	height: 40px;
}

section.contents .mytable td {
	vertical-align: middle !important
}

section.contents .mytable tr {
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-ms-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
}

section.contents .mytable tbody>tr>td {
	text-align: center;
	font-size: 14px;
}

/*#content .mytable tr:nth-child(odd){ background:#c6e093}*/
section.contents .mytable tr:nth-child(odd) {
	background: #e9faf9;
}

section.contents .mytable tr:hover {
	background: #eee
}

/* my-account *******************************************************/

.my-account {
 background:#fff; 
}
.my-account .my-account-left {
 background:#fff;
 height:auto;
}
.my-account .my-account-left .user-name {
 overflow: hidden !important;
 text-overflow: ellipsis;
 display: inline-block;
 white-space: nowrap !important;
 width: 100%;
 -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 border: 1px solid #eee;
 padding:12px!important;
}
.my-account .my-account-left .user-name strong {
 font-weight:500;
 color:#333
}
.my-account .my-account-left .user-name img {
 border-radius: 100%;
 width: 50px;
 height: 50px;
 border: 1px solid #eee;
 float: left;
 margin-right: 12px;
}
/**/
.my-account .my-account-left .user-nav-list {
 background:#fff;
 -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 border: 1px solid #eee;
}
.my-account .my-account-left .user-nav-list ul {
 list-style:none
}
.my-account .my-account-left .user-nav-list li {
}
.my-account .my-account-left .user-nav-list li a {
 display:block;
 padding:15px;
 border-bottom:1px solid #eee
}
.my-account .my-account-left .user-nav-list li a:hover {
 background:#f8f8f8;
 color:#f7680a!important
}
/**/
.my-account .my-account-right {
 -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
 border: 1px solid #eee;
 padding:25px 25px 15px!important;
}
/**/
.my-account .right-container {
}
.my-account .right-container h4 {
 font-size:22px;
 margin-bottom:15px!important;
 color:#333
}
.my-account .right-container p {
 color: #999;/*	border: 1px solid #e8e8e8;
	padding: 5px 12px 2px !important;
	background: #f7f7f7;*/
}
/**/
.my-profile-container {
}
.my-profile-container h4 {
 font-size: 20px !important;
}
.my-profile-container h4 a {
 font-size:12px;
 color:#f7680a !important;
 margin-left:10px;
}
.my-profile {
 margin-bottom:20px;
}
.my-profile.editable {
 display: none;
}
.my-profile p {
 font-size: 12px !important;
 margin-bottom: 20px !important;
 color: #333;
 line-height: 20px;
}
.my-profile p span {
 display: block;
 font-size: 14px;
 color: #666;
 border-bottom: 0px solid #ddd;
 padding-bottom: 4px;
}
.my-account p.lbl {
 margin-bottom: 3px !important;
 color: #333;
 font-size: 13px !important;
}
 
.my-profile .form-group .form-control {
 height: auto;
}
.my-profile .thumb_block {
 position:relative;
 margin-top:10px
}
.my-profile .thumb_block .thumb-close {
 color: #999 !important;
 background: #fff;
 border: 1px solid #999!important;
 top: 5px;
 right: 10px;
 position: absolute;
 cursor: pointer;
 font-size: 18px;
 /*z-index: 99;*/
    border-radius: 100%;
 width: 20px;
 height: 20px;
 text-align: center;
 line-height: 17px;
 border: 1px solid;
}
.my-profile .thumb_block img {
 width: 100px;
 height: 100px;
 display: block;
 border-radius:100%;
 border: 1px solid #eee;
}
.my-profile .thumb_block input[type=file] {
 visibility:hidden;
 position: absolute;
}
.my-profile .thumb_block .btn-thumb {
 background: #f87500;
 color: #fff;
 padding: 4px 8px 5px;
 text-align: center;
 font-size: 13px;
 cursor: pointer;
 border-radius: 100%;
 position: absolute;
 right: 8px;
 bottom: -5px;
}
.my-profile .thumb_block .btn-thumb:hover {
 background:#333
}
.my-profile p.add-text {
 font-size: 14px !important;
 color: #666;
 line-height: 22px;
}

/*********************************************************************************
advertisement section
***************/ 
.ad-bar{}
.ad-bar .thumb_block {
	position:relative;
	margin-top:10px;
	 display:table;
  
}
.ad-bar .thumb_block .thumb-close {
	color: #999 !important;
	background: #fff;
	border: 1px solid #999!important;
	top: -5px;
	right: -10px;
	position: absolute;
	cursor: pointer;
	font-size: 18px; 
	border-radius: 100%;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 17px;
	border: 1px solid;
}
.ad-bar .thumb_block img {
	width: 200px;
	height: 158px;
	display: block;
	border-radius:10px;
	border: 1px solid #eee;
}
.ad-bar .thumb_block input[type=file] {
	visibility:hidden;
	position: absolute;
}
.ad-bar .thumb_block .btn-thumb {
	background: #f87500;
	color: #fff;
	padding: 4px 8px 5px;
	text-align: center;
	font-size: 13px;
	cursor: pointer;
	border-radius: 100%;
	position: absolute;
	right: -10px;
	bottom: -15px;
}
.ad-bar .thumb_block .btn-thumb:hover {
	background:#333
}
/*********************************************************************************
order-list-bar start
***************/ 
.ad_list_bar {
 padding: 0px!important;
} 

.ad_list_bar .ad_table{
	
}
.ad_list_bar .ad_table th, .ad_list_bar .ad_table td{vertical-align:middle}
.ad_list_bar .ad_table th{
	background:#f7bb08;
	color:#fff;
	border:0px!important;
	font-weight:600
}
.ad_list_bar .ad_table img{
	width:60px; height:60px;border:1px solid #eee;
	border-radius:5px;
}
.ad_list_bar .ad_table .col-img{
	width:100px;	
}
.ad_list_bar .ad_table .col-status{
	
}
.ad_list_bar .ad_table .col-status.inf{
	color:#18ac65;font-weight:600
}

/*********************************************************************************
list styles start
***************/
ul.mylist {
 list-style:none;
 padding:0 0 0 10px;
 margin:0 0 15px 25px !important;
 font-size:14px
}
ul.mylist li {
 line-height:22px;
 text-indent:-25px;
}
ul.mylist li:before {
 content: "\f138   ";/*f105 f138  */
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:10px;
 color:#f88530;
}
ul.mylist li li:before {
 content: "- ";/*f105 f138  */
 font: normal normal normal 14px/1 FontAwesome;
 margin-right:16px;
 color:#f88530;
}
/* ********************************************************************************
default form styles start
************** */
.form-group {
	margin-bottom: 20px !important;
	position: relative;
}

.form-group label {
	font-weight: normal;
}

.form-group label.error {
	background: #c3511a;
	color: #fff;
	padding: 2px 8px;
	border-radius: 2px;
	font-size: 12px;
	position: absolute;
	font-weight: normal;
	left: 0px;
}

.form-group label.error::before {
	content: "\f0d8 ";
	font: normal normal normal 20px/1 FontAwesome;
	color: #c3511a;
	position: absolute;
	top: -14px;
	left: 20px;
}
.form-group label small{
	color:#32c343
}

.form-group .form-control {
	border-radius: 4px !important;
	height: auto;
	font-size: 13px;
	padding: 10px 10px;
	border-color: #ccc;
	box-shadow: inherit;
}

.form-group select.form-control {}

.form-group input[type=file] {
	border: 0 !important
}

.form-group textarea {
	resize: none;
}

.form-group .label-radio {
	margin-right: 15px;
}

.form-group input[type=radio] {
	margin-right: 5px;
}

.form-group input[type=checkbox] {
	margin-right: 5px;
}

.form-group .checkbox,
.form-group .radio {
	margin-top: 0px;
}

.form-group .checkbox a {
	color: #e16d18 !important
}

.form-group .form-control:focus {
	box-shadow: none;
	border-color: #f4b724
}

/*********************************************************************************
footer styles
***************/
footer {
	background: #494c5d; 
}
footer .logo {
    display: block;
    margin: 0px auto 10px; 
	position:relative;
	z-index:0;
}
footer .logo:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    z-index:-1;
	width: 100%;
    height: 1px;
    background: #ffffff20;
}
footer .logo img {
    max-width: 115px;
    display: table;
    margin: auto;
    background: #494c5d;
    padding: 15px;
}
 

footer p {
	color: #fff;
	line-height: 25px;    text-align: center;
}

footer p a {
	color: #ed9c01 !important
}

footer h2 {
	text-align: left;
	color: #fff;
	font-size: 18px;
	margin-bottom: 20px !important;
	text-transform: capitalize;
	position: relative;
}

footer .footer-bar {
	padding:0px 0 10px 0
}

/* footer site nav*/
footer .site-nav ul {
	list-style: none;margin-bottom: 10px!important;
}

footer .site-nav ul li {
	color: #afafaf !important;
	line-height: 25px
}

footer .site-nav ul li i {
	margin-right: 8px;
	color: #afafaf !important;
}

footer .site-nav ul a {

	color: #afafaf !important;
	text-align: left;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

/* footer nav*/
footer .nav-menu ul {
	list-style: none;
	margin: 0 0 30px 15px !important;
}

footer .nav-menu ul li {
	line-height: 28px;
	display: block;
	text-indent: -15px;
}

footer .nav-menu ul li.last {
	white-space: nowrap;
}

footer .nav-menu ul a {
	display: block;

	color: #afafaf !important;
	text-transform: capitalize;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .nav-menu ul a:hover {
	text-decoration: underline !important
}

/* Social nav */
footer .social-nav ul {
	list-style: none;
	padding: 0px !important;
	display: table;
	margin: 0px auto!important;
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px !important;
}

footer .social-nav li {
	float: left;
	line-height: 30px;
	margin-right: 10px !important;
}

footer .social-nav li a {
	border: 0 !important;
	padding: 0 !important;
}

footer .social-nav li a .fa {
	font-size: 13px !important;
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	transition: all 300ms linear;
}

footer .social-nav li a .fa.fa-facebook {
	background: #3b5999;
}

footer .social-nav li a .fa.fa-twitter {
	background: #55acee;
}

footer .social-nav li a .fa.fa-linkedin {
	background: #0077b7;
}

footer .social-nav li a .fa.fa-instagram {
	background: #e4405f;
}


footer .social-nav li a:hover .fa {
	color: #fff;
	border-color: #FFF;
	background: #3b5999;
}
footer iframe {
	width: 100%;
	height: 180px;
	border:0;
}

/*footer bar middle*/
.footer-bar-middle {
	padding: 40px 0 0px; 
}

/*footer bar bottom*/
footer .footer-bar-bottom { 
	color: #fff;

}

footer .footer-bar-bottom .copy {
	margin: 10px !important; 
	color: #fff;
}

footer .footer-bar-bottom .co-name {
	margin-right: 5px;
	color: #f8e939;
	font-weight: 600
}

footer .footer-bar-bottom .designer {
	margin-bottom: 0px !important;
	text-align: right;
}

footer .footer-bar-bottom .designer img {
	border-radius: 100%;
	padding: 2px;
	background: #fff;
}

/* top and down button*/
#goTop,
#goDown {
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 99;
	text-align: center;
	background: #fff;
	color: #666;
	border-radius: 50%;
	font-size: 25px;
	display: none!important;
}

#goDown {
	display: block;
}

#goDown .fa {
	padding-top: 6px;
	color: #5a6821;
}

#goTop .fa,
#goDown .fa {
	color: #5a6821;
}

#goTop:before,
#goDown:before {
	content: '';
	position: absolute;
	border: 2px solid #666;
	border-radius: 50%;
	top: -2px;
	right: -2px;
	bottom: -2px;
	left: -2px;
	-webkit-animation: hvr-ripple-out 1.2s ease-in-out infinite;
	animation: hvr-ripple-out 1.2s ease-in-out infinite;
}

#goTop:after,
#goDown:after {
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 1;
	/*background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);*/
}

@-webkit-keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}

@keyframes hvr-ripple-out {
	100% {
		top: -12px;
		right: -12px;
		bottom: -12px;
		left: -12px;
		opacity: 0;
	}
}