@font-face {
	font-family: 'Coves-Light';
	src: url('../fonts/Coves-Light.eot');
	src: url('../fonts/Coves-Light.woff2') format('woff2'), url('../fonts/Coves-Light.woff') format('woff'), url('../fonts/Coves-Light.ttf') format('truetype'), url('../fonts/Coves-Light.svg#Coves-Light') format('svg'), url('../fonts/Coves-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Light';
	src: url('../fonts/Lato-Light.eot');
	src: url('../fonts/Lato-Light.woff2') format('woff2'), url('../fonts/Lato-Light.woff') format('woff'), url('../fonts/Lato-Light.ttf') format('truetype'), url('../fonts/Lato-Light.svg#Lato-Light') format('svg'), url('../fonts/Lato-Light.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Lato-Semibold';
	src: url('Lato-Semibold.eot');
	src: url('Lato-Semibold.woff2') format('woff2'), url('Lato-Semibold.woff') format('woff'), url('Lato-Semibold.ttf') format('truetype'), url('Lato-Semibold.svg#Lato-Semibold') format('svg'), url('Lato-Semibold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Coves-Bold';
	src: url('../fonts/Coves-Bold.eot');
	src: url('../fonts/Coves-Bold.woff2') format('woff2'), url('../fonts/Coves-Bold.woff') format('woff'), url('../fonts/Coves-Bold.ttf') format('truetype'), url('../fonts/Coves-Bold.svg#Coves-Bold') format('svg'), url('../fonts/Coves-Bold.eot?#iefix') format('embedded-opentype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
  font-family: 'GillSansStd-Light';
  src: url('../fonts/GillSansStd-Light.eot');
  src: url('../fonts/GillSansStd-Light.woff2') format('woff2'),
       url('../fonts/GillSansStd-Light.woff') format('woff'),
       url('../fonts/GillSansStd-Light.ttf') format('truetype'),
       url('../fonts/GillSansStd-Light.svg#GillSansStd-Light') format('svg'),
       url('../fonts/GillSansStd-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}


* {
	outline: none;
}
img {
	max-width: 100%;
}
a:active, a:hover, a:focus {
	text-decoration: none;
}

body, html {
	height: 100%;
	width: 100%
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #a1a1a1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #a1a1a1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #a1a1a1;
}
:-moz-placeholder { /* Firefox 18- */
 color: #a1a1a1;
}
.intro, body, html {
	width: 100%
}
body {
	margin: 0;
	font-family: 'Coves-Light';
	font-size: 16px;
	position: relative;
	min-height: 100%;
	padding-bottom: 50px;
	position:relative
}
.navbar-nav { margin: 0 50px 0 0; }
footer.home_footer { position: fixed; bottom: 0px; left: 0px; width: 100%;}
.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { color: #fff; margin: 0px;}
.navbar-fixed-top.open-nav-header {
	top: 0;
	border-width: 0 0 1px;
	background: #3a4968;
	margin: 0px;
	padding: 20px 0 10px;
	line-height: 107px;
}
.navbar-toggle { padding: 0px 15px 0 0; margin: 0px; color: #fff; height: 50px; line-height: 32px; font-size: 18px; font-family: 'Coves-Bold';}
.navbar-header { width:  200px;     padding: 0 0 0 50px;}
.home-nav.abt {
	font-size: 20px;
	color: #fff;
	font-family: 'Coves-Bold';
	padding:  0 0 0 50px;
	background:  url('../images/logo2.png') no-repeat;
}
.home-nav {
	font-size: 20px;
	color: #fff;
	font-family: 'Coves-Bold';
	padding:  0 0 0 50px;
	background:  url('../images/home-logo.png') no-repeat;
}
.bordr-nav {
    display: inline-block;
}
.nav.home-navlist li.active a::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5.5px 0 5.5px 6px;
    border-color: transparent transparent transparent #ffffff;
    position: absolute;
    content: "";
    top: 14px;
    left: 0px;
}
.nav.home-navlist li.active a.about::before, .nav.home-navlist li.active a.contact::before {
border-color: transparent transparent transparent #3a4968;
}
.nav.home-navlist li.active a.reg::before { border-style: none; }
.nav.home-navlist li.active a { padding: 0 0 0 25px; }
.nav.home-navlist li a.bordr-nav { padding: 0 25px; margin:0px 0 0 25px;  }
.nav.home-navlist li a.bordr-nav:hover { background: #3a4968; border: 1px solid #23527c; }
.nav.home-navlist li a.bordr-nav.white:hover { color: #ffffff; }
.nav.home-navlist li a {
	font-size: 18px;
	    display: inline-block;
	font-family: 'Coves-Bold';
	margin: 0 25px;
	color : #fff;
	line-height: 40px;
	outline: none;
	transform: none;
	transition: none;
	padding: 0px;
}
.home-title {
	font-size: 36px;
	line-height: 36px;
	font-family: 'Coves-Bold';
	color : #fff;
	position: relative;
	margin: 0;
	padding: 75px 0;
}
.home-title.iner-page { 
	color :#3a4968;
 }
.home-title::before {
	position: absolute;
	content: "";
	background: url(../img/title_bor.png) 0 0 no-repeat;
	width: 96px;
	height: 12px;
	text-align: center;
}
.nav.home-navlist li:hover a {
	background: transparent;
	outline: none;
}
.intro-text { font-size: 18px; color :#fff; line-height:32px; /*font-family: 'Coves-Light'; */ font-family: 'GillSansStd-Light';}
.home-ban1 .brand-heading {
    padding: 0 5%;
	line-height: 72px;
	font-size: 42px;
	font-family: 'GillSansStd-Light';
}
.kindly_reg:hover { color: #FFFFFF;}
.kindly_reg {  color: #FFFFFF; position:relative;}
.kindly_reg::after { position: absolute; content: ""; width: 100%; left: 0px; bottom: -5px; border-bottom: 1px solid #ffffff;}
.home-title::before {
	position: absolute;
	content: "";
	background: url(../img/title_bor.png) 0 0 no-repeat;
	width: 96px;
	height: 12px;
	text-align: center;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
}
.home-title.iner-page::before
{
	display:  none;
}
.home-contact {
	font-size: 36px;
	line-height: 86px;
	font-family: 'Coves-Bold';
	color : #3a4968;
	position: relative;
	margin: 100px 0 0;
}
.home-submit:hover { color: #fff;}
.home_contactfrm  { width: 100%; clear:both; margin: 0px 0 50px;}
.home_contactfrm li { list-style-type: none;}
.home_contactfrm li input, .home_contactfrm textarea { position: relative; }
.home_contactfrm li .error {
    font-size: 16px;
    color: #ba1c1c;
    float: left;
    padding: 0px 0 5px 20px;
    position: absolute;
    left: 0px;
    top: -30px;

}
.tex-arebox { position: relative; clear: right; }
.home_contactfrm li  .home_inptxt.error, .home_contactfrm li .home_texttxt.error {
    position: relative;
    border: 1px solid #ba1c1c;
    top: initial;
    left: initial;
    bottom: initial;
    right: initial;
    color: #333;
    padding: 0 10px 0 20px;
    font-size: 18px;
}
.home_contactfrm  li:nth-child(1) { width : 47.5%; float:left; margin-right: 2.5%; padding: 0px; position: relative;  }
.home_contactfrm  li:nth-child(2) { width: 47.5%;
    float: right;
    margin-left: 2.5%;
    position: relative;
    padding: 0px;
}}
.home_contactfrm  li:nth-child(3) { width : 100%;  position: relative; }
.home_contactfrm  li:nth-child(4) { width: 245px; display: block; text-align:center; float: none; margin:  0 auto; }
.home_contactfrm  li:nth-child(4) input { border-radius: 30px;}
.home_contactfrm li input, .home_contactfrm li textarea { position: relative; line-height: 50px; border-radius: 5px; font-size: 18px; padding: 0 10px 0 20px ;width: 100%; resize: none; border: 1px solid #cacaca; margin-bottom: 35px;}
.home_contactfrm li input {  }
.home-contact::before {
	position: absolute;
	content: "";
	background: url(../img/title_bor1.png) 0 0 no-repeat;
	width: 96px;
	height: 12px;
	text-align: center;
	display: block;
	left: 0;
	right: 0;
	margin: auto;
	bottom: 0px;
}
.bordr-nav {
	border: 1px solid #fff;
	border-radius: 20px;
}
.abt-txt1, .abt-txt2 {
	font-size: 21px;
	/*font-family: 'Coves-Light';*/
	font-family: 'GillSansStd-Light';
	color : #000000;
	line-height: 32px;
	margin: 30px 0 0;
	    padding: 0 20px;
}
.abt-txt1.about-leather-content {
	font-family: 'GillSansStd-Light';
}
.ban_txt2 {
	padding: 0 6% 0px;
}
.abt-txt2 {
	opacity: 1;
}
.nav-bar-cust {
	padding: 30px 0;
	margin:  0px;
	z-index: 1;
}
.home-title.second {
	margin: 15px 0 25px;
}
.product-title {
	margin:  0px 0 79px;
	font-size:  28px; 
    line-height: 20px;
    font-family: 'Coves-Bold';
    color: #fff;
    position: relative;
    padding: 0px 0;
    color:  #3a4968;
}
.product-lists { 

	margin:  30px 0 0;
 }
.product-title.title2 {

	margin: 100px 0 79px;
}
.product-lists  li {
    margin: 0 auto;
    display: inline-block;
}
.product-lists .first a { background-color: #855439; }
.product-lists .second a { background-color: #dc964e; }
.product-lists .third a { background-color: #cca682; }
.product-lists .fourth a { background-color: #d52f37; }
.product-lists li a { color : #ffffff; padding: 0 17px; height: 30px; line-height: 30px; text-align: center; display:  inline-block; border-radius: 3px; /*16px; */ margin:  0 10px 0 0; cursor : default; }
ul.abt_prod_img {
	padding: 0;
	margin:  0px;
	list-style-type: none;
}
.abt_prod_img li {
	float: left;
	display: flex;
}
.abt_prod_img li {
	float: left;
	display: inline-block;
	padding: 0 50px 0 0;
}
.abt_prod_img li:nth-child(2n+1) {
	margin: 0px 0 0;
}
.abt_prod_img li:nth-child(2n) {
	margin: 30px 0 0;
}
.abt_prod_img li:last-child {
	padding: 0px;
}
.prod_lising_lethers { margin:  100px 0; }

.homeprod2 { position: relative; margin: 70px 0 200px;}
.homeprod-list1 { margin-bottom: 300px; clear: both;}
.homeprod-list1 h3, .homeprod-list2 h3 {
	font-size: 28px;
	line-height: 32px;
	font-family: 'Coves-Bold';
	color : #3a4968;
	margin: 0px 0 15px;
	position: relative;
}
.homeprod-list1 h3, .homeprod-list2 h3 {
	display: inline;
	
}

.navbar-brand {
	line-height:  45px;
}

.homeprod-list1 p,.homeprod-list2 p {
	font-size: 21px;
	font-family: 'Coves-Light';
	color : #000000;
	line-height: 32px;
}
.prod-pyramid {
	position: relative;
}
.prod-pyramid::before {
	background: url(../img/pyramid_arw.png) 0 0 repeat-x;
	position: absolute;
	content: "";
	left: 0px;
	width: 100%;
	height: 177px;
	margin: 200px 0 0;
}
.left-border-productlist {
	position: absolute;
	top: 0px;
	left: 0px;
}
.left-border-productlist ul {
	padding: 0px;
	list-style-type: none;
}
.left-border-productlist li {
	height: 36px;
	margin-bottom: 5px;
	display: block;
	clear:both;
}
.left-border-productlist li a {
    display: inline;
    padding: 0px 20px 0px 90px;
    
    color: #fff;
    border-radius: 0 25px 25px 0;
    float: left;
    text-align: right;
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 36px;
    font-family: 'Coves-Bold';
	
}
.left-border-productlist li a:hover {
    padding: 0px 20px 0px 190px;
    transition: all 1s;
}
.left-border-productlist li:nth-child(1) a{
	background-color: #855439;
}
.left-border-productlist li:nth-child(2) a{
	background-color: #dc964e;
}
.left-border-productlist li:nth-child(3) a{
	background-color: #cca682;
}
.left-border-productlist li:nth-child(4) a{
	background-color: #d52f37;
}


.right-border-productlist {
    position: absolute;
    top: 0px;
    right: 0px;
    content: "";
}
.right-border-productlist ul {
	padding: 0px;
	list-style-type: none;
}
.right-border-productlist li {
	margin-bottom: 5px;
	display:block;
}
.right-border-productlist li a {
    display: inline;
    padding: 0px 90px 0px 20px;
    
    color: #fff;
    border-radius: 25px 0 0 25px;
    text-align: left;
    font-size: 18px;
    line-height: 36px;
    font-family: 'Coves-Bold';
    float: right;
    margin-bottom: 5px;
}
.right-border-productlist li:nth-child(1) a{
	background-color: #dc964e;
}
.right-border-productlist li:nth-child(2) a{
	background-color: #d52f37;
}
.right-border-productlist li:nth-child(3) a{
	background-color: #cca682;
}
.right-border-productlist li:nth-child(4) a{
	background-color: #dc964e;
}
.right-border-productlist li:nth-child(5) a{
	background-color: #855439;
}
.right-border-productlist li:nth-child(6) a{
	background-color: #cca682;
}
.right-border-productlist li a:hover {
    padding: 0px 190px 0px 20px;
    transition: all 1s;
}

.navbar-custom {
	margin-bottom: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .3)
}
.navbar-custom .navbar-toggle {
	color: #fff;
	background-color: rgba(255, 255, 255, .2);
	font-size: 12px
}
.navbar-custom .nav li a:active, .navbar-custom .nav li a:focus, .navbar-custom .nav li a:hover {
	background-color: transparent;
	outline: 0
}
.navbar-custom .navbar-toggle:active, .navbar-custom .navbar-toggle:focus {
	outline: 0
}
.navbar-custom .navbar-brand {
	font-weight: 700
}
.navbar-custom .navbar-brand:focus {
	outline: 0
}
.navbar-custom a {
	color: #fff
}
.navbar-collapse { padding: 0px; }
.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out
}
.navbar-custom .nav li a:hover {
	color: rgba(255, 255, 255, .8)
}
.navbar-custom .nav li.active {
	outline: 0
}
.navbar-custom .nav li.active a {
	background-color: rgba(255, 255, 255, .3)
}
.navbar-custom .nav li.active a:hover {
	color: #fff
}
.nav > li > a:hover, .nav > li > a:focus {
	background: #57637c;
}
.intro {
	display: table;
	height: auto;
	padding: 100px 0;
	text-align: center;
	color: #fff;
	background: url(../img/home_banner1.png) bottom center no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover
}
.home-ban1 {
	padding: 32% 17% 0;
}
#about {
	display: table;
	height: auto;
	padding: 0px;
	color: #fff;
	
	width: 100%;
}
.intro .intro-body {
	display: table-cell;
	vertical-align: middle
}
.intro .intro-body .brand-heading {
	font-size: 42px;
	font-family: 'Coves-Light';
	color : #ffffff;
	padding: 0 7%;
	line-height: 72px;
}
.home-submit {
	font-size: 21px;
	margin: 50px 0 80px;
	line-height: 60px;
	color : #ffffff;
	background-color: #3a4968;
	text-align: center;
	 font-family: 'Coves-Bold';
	width: 245px;
	display: inline-block;
	border-radius: 35px;
	border: 0px;
}

.home_inpsubt {
	font-size: 21px;
	margin: 15px 0 80px;
	line-height: 60px;
	color : #ffffff;
	background-color: #3a4968;
	text-align: center;
	width: 245px;
	display: inline-block;
	border-radius: 35px;
	border: 0px !important;
	
}
.home-submit:hover, .home_inpsubt:hover { background-color: #57637c; }
 .log-in:hover { color:  #57637c; }
.intro .intro-body .intro-text {
	font-size: 18px;
	color: #fff;
	font-family: 'Coves-Light';
	line-height: 32px;
}
 
.navbar-custom {
 padding: 20px 0;
 border-bottom: none;
 letter-spacing: 1px;
 background: 0 0;
 -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
 -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
 transition: background .5s ease-in-out, padding .5s ease-in-out
}
.navbar-custom.top-nav-collapse {
 padding: 0;
 background: #000;
 border-bottom: 1px solid rgba(255, 255, 255, .3)
}
 .intro {
 height: 100%;
 padding: 0
}
.intro-thank {
    position: absolute;
    top: 0px;
    padding: 100px 0 50px;
    min-height: 100%;
    margin: 0px;
    width: 100%;
}

.intro-thank .content {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 120px;
}
.intro .intro-body .brand-heading {
}

.btn-circle {
	width: 70px;
	height: 70px;
	margin-top: 15px;
	padding: 7px 16px;
	border: 2px solid #fff;
	border-radius: 100%!important;
	font-size: 40px;
	color: #fff;
	background: 0 0;
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out
}
.btn-circle:focus, .btn-circle:hover {
	outline: 0;
	color: #fff;
	background: rgba(255, 255, 255, .1)
}
.btn-circle i.animated {
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 1s;
	-moz-transition-property: -moz-transform;
	-moz-transition-duration: 1s
}
.btn-circle:hover i.animated {
	-webkit-animation-name: pulse;
	-moz-animation-name: pulse;
	-webkit-animation-duration: 1.5s;
	-moz-animation-duration: 1.5s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear
}

footer { background-color:  #222222;  }
#map {
	width: 100%;
	height: 335px;
	margin: 0px;
}
.home_footer { 
	background-color: #000000;
}
.navbar .home-nav.iner-page { 
	color : #3a4968; 
}
.nav.home-navlist.iner-page li a 
	{ 
		color : #3a4968; 
	}
.iner-page .bordr-nav {
    border: 1px solid #3a4968;
    border-radius: 20px;
}
.copy-right {
    text-align: left;
    color: #a1a1a1;
    font-size: 16px;
	margin: 0px;
    line-height: 50px;
    font-family: 'Coves-Light';
    padding: 0 0 0 30px;
}
ul.footer-links {
    padding: 0px;
	 color: #a1a1a1;
	  line-height: 50px;
    list-style-type: none;
    float: right;
	  font-family: 'Coves-Light';
	  font-size: 16px;
	  margin: 0px;
}
.footer-links li { float: left; padding: 0 30px 0 0; }
.footer-links li:last-child{ padding: 0px; }
.footer-links li a { color :#a1a1a1;}
.footer-links li a:hover { color : #3a4968}
.footer-links li.kutung:hover a { color : #ffffff;}

.nav.home-navlist li a.login_bg {
    padding: 0 25px;
    margin: 0px 0 0 25px;
}
.login_bg{
    border: 1px solid #23527c;
    box-sizing: border-box;
    border-radius: 20px;
    background-color: #3a4968;
    width: 112px;
    text-align: center;
}
 .nav.home-navlist li:hover .login_bg { 
 	background-color: #57637c;
    border: 1px solid #57637c;
     }


.homeprod-list1 h3 {
	margin: 0 0 0 350px;
	}
.homeprod-list1 p {
margin : 0 0 0 350px;
 
}
.homeprod-list2 h3 {
	margin:  0 350px 0 0;
	}
.homeprod-list2 p {
margin :  0 350px 0 0;
 
}
ul.abt_prod_img { margin: 0px auto;}
.abt_prod_img li{ width: 20%; padding:0 2.5% 0 0 ;  }
.abt_prod_img li img { max-width: 100%;}
.abt_prod_img li:last-child { padding:0 2.5% 0 0; }
.navbar-fixed-top.open-nav-header {
	line-height : 32px;
	
	 
	}
	
}
.thank-title {
    font-size: 36px;
    line-height: 78px;
    font-family: 'Coves-Bold';
    color: #3a4968;
    position: relative;
    margin: 0;
    padding: 0px;

}

.thankform-txt  {  
	color: #3a4968; 
 font-size: 22px;
  font-family: 'Coves-Light';
  line-height: 20px;
  padding: 0px;
  margin: 0px;
}
.mt-0 { margin-top: 0px;  }
.mandaty-field { position: absolute; content: ""; right: 0px; top: 30px; color: #c9c9c9; top: 30px; }
.nav.home-navlist.iner-page li  .reg.login_bg.white { color: #fff; }
.nav.home-navlist.iner-page li:hover  .reg.login_bg.white { border : 1px solid #3a4968;}



@media screen and (max-width: 1440px) {
.home-ban1 {
	padding: 10% 17% 0;
}
.product-lists li a {
    margin: 0 10px 10px 0;
}
}
@media screen and (max-width: 1366px) {
.home-ban1 { padding: 0 17%;
}
.home-ban1 .brand-heading {
  padding: 15% 5% 0;
  line-height: 72px;
  font-size: 42px;
}
}
@media screen and (max-width: 767px) { 
.nav > li { border-bottom: 1px solid #eaeaea;  padding: 10px 0;}
.home-nave-li .nav > li { border-bottom: 1px solid #333;}
	/** **/
	
	
	.navbar-fixed-top, .navbar-fixed-bottom {position: absolute;}
	.intro {padding:100px 0;}
	.navbar-header {width: 100%;padding: 0 0 0 20px;}
	.nav-bar-cust {padding: 15px 0;}
	.home-ban1 .brand-heading {font-size: 30px;line-height: 40px;padding: 20px 20px 0;margin: 0;}
	.home-ban1 {padding: 0 4%;}
	footer.home_footer {position: static}
	.home-submit {margin: 50px 0;line-height: 45px;font-size: 18px;}
	.navbar-toggle {text-indent: -999999px;background: url("../images/menu-icons.png") no-repeat;background-position: 0 0px;width:23px;margin:15px 20px 8px 0;padding: 0;}
	.navbar-toggle.home-nave {background: url("../images/menu-icons-home.png") no-repeat;background-position: 0 0px;}
	.navbar-collapse {background: #ffffff}
	.nav.navbar-nav.home-navlist {margin:0;}
	.nav > li {padding: 10px 30px;}
	.intro-text {line-height: 30px;font-size: 20px;}
	.ban_txt2 {padding: 0 15px;}
	.home-title {padding: 25px 0;font-size: 30px;}
	.content-section p {text-align: justify;font-size: 20px;line-height: 30px;}
	.nav.home-navlist.iner-page li a {color: #797979;margin: 0 ;padding: 0;}
	.nav.home-navlist.iner-page li.active a,.nav.home-navlist.iner-page li a:hover {color:#000;}
	.nav.home-navlist li a.login_bg,.nav.home-navlist li a.bordr-nav  {margin: 0 0 0 ;}
	.nav.home-navlist li.active a.about::before, .nav.home-navlist li.active a.contact::before {border-color: transparent transparent transparent #fff;}
	.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {margin:0;}
	.product-lists ul {padding:0}
	.product-lists li a {margin: 0 10px 10px 0;}
	.product-title.title2 {margin: 50px 0 0;}
	.prod_lising_lethers {margin: 50px 0;}
	.copy-right {padding:0;text-align: center}
	.home_contactfrm li:nth-child(1), .home_contactfrm li:nth-child(2) {float: none;width: auto;margin-bottom:20px !important;overflow: hidden;}
	.home_contactfrm li {margin: 0 20px !important;}
	.home_contactfrm li input, .home_contactfrm li textarea { line-height: 40px;font-size: 16px;}
	.home_contactfrm li:nth-child(4) {width: auto;}
	ul.abt_prod_img {padding-left: 10px;}
	.abt_prod_img li,.abt_prod_img li:last-child {padding: 0 10px 0 0;}
	.home_contactfrm li:nth-child(4) input {margin:20px 0 10px;}
	.home_contactfrm li .error {position: static;}
	.home_contactfrm li input, .home_contactfrm li textarea {margin-bottom: 5px;}
	.home-nave-li .nav.home-navlist li.active a {padding: 0 ;color: #fff;}
	.nav.home-navlist li a.login_bg {padding: 0;}
	.login_bg {background: transparent;border:none;width:auto}
	.nav.home-navlist.iner-page li:hover .reg.login_bg.white {border:none}
	.nav.home-navlist li:hover .login_bg {background: transparent;}
	.iner-page .bordr-nav {border:none;}
	.nav.home-navlist li a.bordr-nav:hover, .nav.home-navlist li:hover .login_bg {background: transparent; border:none}
	.bordr-nav {border:none;}
	.nav > li > a:hover, .nav > li > a:focus {background: transparent}
	.nav.home-navlist li a.bordr-nav {padding: 0;}
	.nav.home-navlist li a {margin: 0; color: #b5b3b3;}
	.nav.home-navlist li a:hover {color:#fff;}
	.newsticker ul {padding: 0;}
	.nav.home-navlist li.active a::before {display: none;}
	.home-nave-li.navbar-collapse {background: #232323}
	.nav.home-navlist.iner-page li .reg.login_bg.white {color:#797979}
	.nav.home-navlist.iner-page li.active .bordr-nav.white.reg {color:#797979}
	.nav.home-navlist.iner-page li.active .bordr-nav.white.reg:hover {color:#333;}
.product-title {
	margin-bottom: 30px;
}

}
a.abtlink {
	color: #0382C9;
}
a.abtlink:hover {
	color: #0599ED;
}
.abt-txt1.inner-leather-content {
	margin-top: 0px;
}
@media screen and (width: 1024px) { 
	.home-ban1 .brand-heading {font-size: 35px;line-height: 48px;padding: 25% 0 0;}
}
@media screen and (width: 768px) {
   .ban_txt2 {
	padding: 0 5% 0px;
}
}

@media screen and (min-width: 768px) and (max-width:980px) { 
	.navbar-header {padding: 0 0 0 25px;}
	.navbar-nav {margin: 5px 25px 0 0;}
	.nav.home-navlist li a {margin: 0 15px; }
	.nav.home-navlist li:first-child a {margin-left:0;}
	.home-ban1 {padding: 0 5%;}
	.home-ban1 .brand-heading {padding: 35% 0 0;font-size: 34px;line-height: 48px;}
}

@media screen and (max-width: 767px) {
	.nav > li {padding: 0px;}
	.navbar-nav {margin: 5px 25px 0 0;}
	.home-nave-li .nav.home-navlist li.active a, .nav.home-navlist li a.login_bg, .nav.home-navlist li a.bordr-nav, .nav.home-navlist.iner-page li a {padding: 10px 15px;}
	.nav.home-navlist li a {/*margin: 0 15px; */ display: block; text-align: left; padding: 10px 15px;}
	.nav.home-navlist li:first-child a {margin-left:0;}
	.home-ban1 {padding: 0 5%;}
	.home-ban1 .brand-heading {padding: 35% 0 0;font-size: 34px;line-height: 48px;}
	.nav.home-navlist li a.reg.login_bg.white:hover, .nav.home-navlist li a.bordr-nav.white.reg:hover {color:#000;}
	.navbar-toggle {
		height: auto;
	}
	.leather-box .abt-txt1, .leather-inner-box .abt-txt1 {
		padding: 0px;
	}
}

.login_bg.know-more-btn {
	width: 112px;
	display: block;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
    font-family: 'Coves-Bold';
    color: #fff;
    outline: none;
    margin: 40px  auto 0;
    border: 1px solid #23527c;
    background: #3a4968;
    box-sizing: border-box;
}
.login_bg.know-more-btn:hover {
	background: #57637c;
	color: #fff;
	border: 1px solid #23527c;
	box-sizing: border-box;
}
.leather-box{
	margin-bottom: 88px;
}
.leather-content {
	margin-top: 70px;
}
.leather-inner-content {
	margin-bottom: 100px;
}
.login_bg.know-more-btn.view-online-catalog-link {
	display: inline-block;
	width: 190px;
	margin: 0px;
}
.inner-leather-details .abt-txt1 {
	padding: 0px;
}
.backto-link {
	font-size: 18px;
    line-height: 18px;
    font-family: 'Coves-Bold';
    color: #3a4968;
    position: relative;
    margin: 40px 0 0 0;
    display: inline-block;
    padding-left: 35px;
    background: url("../images/back-to-abt2.png") no-repeat 0px;
    
}
.backto-link:hover {
	background: url("../images/back-to-abt2-hover.png") no-repeat 0px;
}
