@font-face {
    font-family: 'Segoe Media Center';
    src: url('../fonts/SegoeMediaCenter-Regular.woff2') format('woff2'),
        url('../fonts/SegoeMediaCenter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

h1{font-size: 42px;margin-bottom: 18px;  font-weight:bold;}

a{color:#fff; font-weight:bold; transition:all 0.5s ease-in-out;}
a:hover , a:focus{color:#626262;}
body{    font-family: 'Segoe Media Center';}

.header{ background-color:#000;padding: 1em 0em;}

.navbar-brand img{width:275px;}
nav.navbar {
    background: transparent !important;
}
nav.navbar ul.navbar-nav {
margin-left: 13.5em;margin-top: 6px;
}.header ul li.nav-item {
    padding: 0 12px;
}
.header ul li.nav-item a {
    text-transform: capitalize;
}
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;  
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #D7B56D;
  height: 4px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;bottom: -4px;
}
.header ul li a.active{border-bottom:4px solid #D7B56D;}
.about-home {
    padding: 3em 0em;
}
.heading-home h1 {
    text-align: center;
/*    margin-bottom: 1em;*/
    text-shadow: #000 1px 1px 3px;
text-transform: capitalize;
}.about-content p {
    font-size: 18px;
}
.product .btn.btn-default {
    background: #d2ae6d;
    color: #fff;
    text-transform: capitalize;
    border-radius: 0px;
    margin: 2em 0em; transition:all 0.5s ease-in-out;box-shadow: none;
}
.product .btn.btn-default:hover , .product .btn.btn-default:focus{background: #000;}
.product-blk {
    position: relative;
}.product-blk .product-txt {
position: absolute;
bottom: 0;
width: 100%;
padding: 30px;
background: linear-gradient(rgba(255, 255, 255, 0) , rgba(0, 0, 0, 1));
opacity: 0; color:#fff; font-weight:bold; transition:all 0.5s ease-in-out;font-size: 22px;}
.product-blk:hover .product-txt{opacity:1;}
footer .ft-info .address {
    color: #747474;
    font-size: 15px;
}.address .address-ico {
    display: inline-block;
}.address .address-ico i {
    margin-right: 14px;
    font-size: 20px;
}.address .address-txt {
    display: inline-block;
    vertical-align: top;
}.ft-info .mail {
    margin: 6px 0px;
}.ft-info .mail::before {
    content: "\f0e0";
    font-family: fontawesome;
    color: #747474;
    margin-right: 14px;
    font-size: 20px;
}footer .ft-info .mail a {
    color: #747474;font-weight: normal; text-decoration:none;
}footer .tel-ico i {
    color: #747474;
    margin-right: 14px;
    font-size: 20px;
}footer .txt-number {
    width: calc(100% - 45px);
    display: inline-block;
    vertical-align: top;
}footer {
    background: #f1f1f1;
}footer .tel-ico {
    display: inline-block;
}.ft-logo img.img-fluid {
/*    width: 220px;*/
width: 300px;

}footer h3 {
    color: #fff;
    text-transform: capitalize;
    font-weight: bold;margin-bottom: 1em;
}.quick-link ul li a {
    color: #747474;
    text-transform: capitalize;
    font-weight: normal;
text-decoration: none;}footer div.txt-number p {
    margin-bottom: 0; transition:all 0.5s ease-in-out;
}
.quick-link ul li a:hover , .quick-link ul li a:focus , .ft-info a:hover , .ft-info a:focus , footer .ft-info .mail a:hover , footer .ft-info .mail a:focus{color:#747474;}
footer div.txt-number p a {
    color: #747474;
    font-weight: normal; text-decoration:none;
}footer .ft-info .address p {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;text-decoration: none;
}footer {
    padding:3em 0em 0px 0px;
}

.list-2{-webkit-column-count: 2;
    -moz-column-count: 2; 
    column-count: 2;}
	
	.quick-link li {
    margin-bottom: 10px;
}.copyright {
    background: #fff;
    padding: 10px;margin-top: 3em;
}.copyright p {
    margin-bottom: 0px;
}footer .ft-info {
    background: url('../images/map.png');
       
    background-repeat: no-repeat;
  background-size: 90%;
background-position: center;
}
.copyright a {
    color: #000;
    font-weight: normal; text-decoration:none; transition:all 0.5s ease-in-out;
}
.copyright a:hover , .copyright a:focus{color:#d2ae6d;}
/*.product-bnnr {
    margin: 2em 0em;
}*/
#breadcrumb {
  list-style: none;
  display: inline-block;padding-left: 0;float: right;
}
#breadcrumb .icon {
  font-size: 14px;
}
#breadcrumb li {
  float: left;
}
#breadcrumb li a {
  color: #FFF;
  display: block;
  background:#d2ae6d;
  text-decoration: none;
  position: relative;
  height: 40px;
  line-height: 40px;
  padding: 0 10px 0 5px;
  text-align: center;
  margin-right: 23px; text-transform:capitalize;
}
#breadcrumb li:nth-child(even) a {
  background-color: #000;
}
#breadcrumb li:nth-child(even) a:before {
  border-color: #000;
  border-left-color: transparent;
}
#breadcrumb li:nth-child(even) a:after {
  border-left-color: #000;
}
#breadcrumb li:first-child a {
  padding-left: 15px;
  -moz-border-radius: 4px 0 0 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px 0 0 4px;
}
#breadcrumb li:first-child a:before {
  border: none;
}
#breadcrumb li:last-child a {
  padding-right: 15px;
  -moz-border-radius: 0 4px 4px 0;
  -webkit-border-radius: 0;
  border-radius: 0 4px 4px 0;
  margin-right:1px;
}
#breadcrumb li:last-child a:after {
  border: none;
}
#breadcrumb li a:before, #breadcrumb li a:after {
  content: "";
  position: absolute;
  top: 0;
  border:0 solid #d2ae6d;
  border-width: 20px 10px;
  width: 0;
  height: 0;
}
#breadcrumb li a:before {
  left: -20px;
  border-left-color: transparent;
}
#breadcrumb li a:after {
  left: 100%;
  border-color: transparent;
  border-left-color: #d2ae6d;
}
#breadcrumb li a:active {
  background-color: #000;
}
#breadcrumb li a:active:before {
  border-color: #000;
  border-left-color: transparent;
}
#breadcrumb li a:active:after {
  border-left-color: #000;
}
#breadcrumb li.last a { cursor:auto;}
.inner-pages .heading-home h1 {
    text-align: left;
    border-bottom: 1px solid #d6d6d6;
    display: inline-block;
    padding-bottom: 15px;
	margin-top:15px;
}

.inner-pages .heading-home h3 {color: #11a5b3;font-weight: 400;font-size: 19px;}

.product .product-blk {
    margin-bottom: 3em;
}
/*#breadcrumb li:last-child a:hover , #breadcrumb li:last-child a:focus{background:#000;}*/
.header ul li.nav-item a.dropdown-item:hover , .header ul li.nav-item a.dropdown-item:focus{background-color: #d2ae6d; color:#fff;}
.header ul li.nav-item a.dropdown-item.active{background-color: #d2ae6d; color:#fff; }

.brass-pull-handles .col-md-6.col-sm-12.col-xs-12 {
    margin-bottom: 2em;
}

.product-blk2 .product-txt {
    width: 100%;
    background: #f3f3f3;padding: 0px 7px;border: 1px solid #ddd;
}
.product-txt .dimple-key, .product-txt .p-name {
    display: inline-block;
    width: 49%;text-align: center;padding: 4px;font-size: 14px;
}
.product-txt .dimple-key {
    border-right: 1px solid #ddd;
}
.inner-pages {
    margin-bottom: 4em;
	margin-top: 4em;
}
.product-blk2 .product-txt .d-block {
    text-align: center;
    border-top: 1px solid #dbdbdb;
    padding: 4px;
}
.product.product-blk2 .product-txt {
    background: #f3f3f3;
}
.product .product-blk-main {
    margin-bottom: 2em;
}
.product-blk2 .product-txt.d-block {
    text-align: center;
}
.icon-list li::before {
    content: "\f054";
    font-family: fontawesome;
    font-size: 13px;
    margin-right: 11px;
}
.icon-list li {
    margin-bottom: 6px;
}
.map-info .ico.map-ico {
    display: inline-block;
}
.map-info .txt.map-txt {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.map-info {
    margin-bottom: 14px;
}
.map-info .map-txt p {
    margin-bottom: 0px;
}
.map-txt a {
    color: #212529;
    font-weight: normal; text-decoration:none;
}
.map-txt a:hover, .map-txt a:focus {
    color: #d2ae6d;
}
.abt-img {
    margin-bottom: 2em;
}
.contact-img {
    margin-bottom: 1em;
}
.feature-block h4 {
    font-weight: bold;
    color: #d2ae6d;
}
.feature-block ul li::before {
    content: "\f192";
    font-family: fontawesome;
    margin-left: -16px;
    font-size: 13px;
    padding-left: 5px;
    position: relative;
    left: -10px;
}.feature-block h4 {
    font-weight: bold;
    color: #d2ae6d;
    text-shadow: #d2ae6d 1px 1px 1px;
}
.feature-block ul li {
    padding-left: 26px;
}

.feature-block img.img-fluid {
    width: 80px;
}
/*.feature-block .img-blk {
    text-align: center;
}*/
.feature-block .symbol {
    margin-bottom: 1em;
}
.product-tbl-line {
    padding: 2em 0em 1em;
}
.tbl-product {
    margin-top: 3em;
}

.feature-icon-img {
    background: #000;margin-top: 1em;
}
.map-info .map-txt p.heading {
    font-weight: bold;
    font-size: 16px;
}
.product-bnnr.bnr-show {
    margin: 2em 0em;
}
.advertisement-blk .media-gallry-blk {
    margin-bottom: 2em;
}
.media-gallery-model .modal-dialog {
    width: 600px !important;
}
.media-gallery-model .modal-dialog .modal-body {
    text-align: center;
}

.media-gallery-model .modal-dialog .modal-body img.img-fluid {
    width: 100% !important;
    height: auto;
    max-width: 100% !important;

    max-height: none !important;
}

.product-tbl .table.table-bordered {
    background: #f3f3f3;
    border: 1px solid #ddd;
   
}
.brass-pull-handles .pull-handle-heading h3 {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 22px;
}
.brass-pull-handles .tbl-product {
    margin-top: 0em;
}
.brass-pull-handles .brass-pull-handles-img {
    margin-bottom: 0px;
}
.brass-pull-handles img.img-fluid {
    border: 1px solid #ddd;
}

.btn.btn-pdf {
    background: #000;
    color: #fff;
    font-weight: bold; transition:all 0.5s ease-in-out; box-shadow:none;
}

.btn.btn-pdf:hover , .btn.btn-pdf:focus{background: #d2ae6d;box-shadow:none;}

.catelogue-pdf.text-center.d-inline-block {
    margin-bottom: 1em;
}

.catelogue-pdf.text-center.d-inline-block {    float: right;}

.btn.btn-pdf::before {
   content: "\f1c1";
    font-family: fontawesome;
    margin-right: 10px;
    font-size: 14px;
}
/*.btn.btn-pdf::after { content: "\f019";
    content: "\f1c1";
    font-family: fontawesome;
    margin-left: 10px;
    font-size: 14px;
}*/


@media screen and (max-width: 1199px) {
	nav.navbar ul.navbar-nav {
    margin-left: 6.5em;
}
.address .address-txt {
    width: calc(100% - 50px);
}
}

@media screen and (max-width: 991px){nav.navbar ul.navbar-nav {
    margin-left: 0px;
}
.navbar-toggler {
    display: block;
    width: auto;
    text-align: center;
    margin: 0 auto;
}
.header ul li.nav-item a {
    display: block;
}
.ft-logo {
    margin-bottom: 28px;
}
#breadcrumb {
    list-style: none;
    display: inline-block;
    padding-left: 0;
    float: left;
}
.copyright {
    margin-top: 2em;
}
.navbar-toggler {
    background: #d2ae6d;
}
.product-blk .product-txt{
    opacity: 1;
}
}

@media screen and (max-width: 767px){
.product-blk-img img.img-fluid {
    width: 100%;
}
.product .btn.btn-default {
    margin: 0em 0em 2em;
}
.copyright p {
    text-align: left !important;
}
.heading-home h1 {
    font-size: 24px; text-shadow:none;
}
.feature-block .symbol .col-md-2.col-sm-12.col-xs-12 {
    width: 33%;
    display: inline-block;
    max-width: 33%;
    text-align: center;
    margin: 2em 0em 1em;
}
}

@media screen and (max-width: 575px){ 
.list-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
}
.navbar-brand img {
    max-width: 100%;
}
.media-gallery-model .modal-dialog {
    width: 97% !important;
}
}
@media screen and (max-width: 440px){
.info-contact .txt.map-txt {
    width: calc(100% - 60px);
}
}
@media screen and (max-width: 375px){
#breadcrumb {
    overflow: hidden;
}
}


.tble-prduct tr td{border:1px solid #C5C6C6; padding:5px;}
.tble-prduct .head-table {background:#000; color:#fff; font-weight:bold;}



/* ==========================================================================
   =Menu 
   ========================================================================== */

/* =Menu Basics
   ========================================================================== */
   
	.sf-menu,
	.sf-menu ul {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.sf-menu > li { float: left; }

	.sf-menu > li > a {
		position: relative;
		display: block;
	}
	
	/**
 	 * 1. z-index is 1025 because the sticky menu is 1020
 	 */
	
	.sf-menu .sf-mega,
	.sf-menu li.dropdown ul {
		position: absolute;
		z-index: 1025;		/* 1 */
		top: 100%;
		left: 0;
		display: none;
	}
	
	.sf-menu li.dropdown { position: relative; }
	
	.sf-menu li.dropdown ul ul {
		top: -1px;
		left: 100%;
		margin-top: -15px;
	}
	
	.sf-menu li:hover > .sf-mega,
	.sf-menu li.sfHover > .sf-mega,
	.sf-menu li.dropdown:hover > ul,
	.sf-menu li.dropdown.sfHover > ul { display: block; }

/* =Menu Skin
   ========================================================================== */
	
	.sf-menu { float: right; } 
	
	.sf-menu a {
		display: block;
		padding: 10px 0;
/*		font: 14px 'Dosis', Arial, sans-serif;*/
		color: #212121; 
		text-decoration: none;
	}
	
	.sf-menu li.dropdown a { padding:5px 15px; }
	
	.sf-menu li:last-child > a { border-bottom: none; }
	
	.sf-menu > li > a,
	.sf-menu > li.dropdown > a {
		padding: 23px;
		border: none;
		color: rgba(255,255,255,.5)!important;
	
	}
	
	.header-style-2 .sf-menu > li > a,
	.header-style-2 .sf-menu > li.dropdown > a { color: #fff; }
	
	.sf-menu > li a i { margin-right: 5px; }
	
	.sf-menu > li.current > a,
	.sf-menu > li > a:hover { color: #fff; }
	
	.sf-menu li ul li a:hover { font-weight: 700; }

/* =DropDown
   ========================================================================== */
	
	/**
 	 * 1. allow long menu items to determine submenu width
 	 */
	
	.sf-menu li.dropdown ul {
		min-width: 220px; 	/* 1 */
		padding: 15px 0;
		border: 1px solid rgba(0, 0, 0, 0.1);	
		background-color: #fff;			
	}

	.sf-menu > li.dropdown ul { border-top: 1px solid #212121; }	
		
/* =Mega Menu Section
   ========================================================================== */
	
	.sf-mega {
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 30px 15px;
		border: 1px solid rgba(0, 0, 0, 0.1);
		border-top: 1px solid #212121;
		background-color: #fff;
	}

	.sf-mega-section {
		float: left;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 0 20px;
	}
	
	.sf-mega-section:last-child { border-right: none; }

	/**
 	 * 1. set mega menu section size, as a percentage of the mega menu width
 	 */
	
	.sf-mega.sf-mega-1-col .sf-mega-section{ width: 100%; } /* 1 */
	
	.sf-mega.sf-mega-2-col .sf-mega-section{ width: 50%; }
	
	.sf-mega.sf-mega-3-col .sf-mega-section{ width: 33.3333333333%; }
	
	.sf-mega.sf-mega-4-col .sf-mega-section{ width: 25%; }
	
/* =Menu Arrows
   ========================================================================== */
	
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 10px;
		display: none;
		width: 0;
		height: 0;
		border: 4px solid transparent;
		border-top-color: #919191;
		margin-top: -2px;
		content: "";
	}
	
	.header-style-2 .sf-arrows .sf-with-ul:after { border-top-color: #fff; }
		
	.sf-arrows > li > .sf-with-ul:focus:after,
	.sf-arrows > li:hover > .sf-with-ul:after,
	.sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: rgba(0, 0, 0, 0.7); }
	
	.header-style-2 .sf-arrows > li > .sf-with-ul:focus:after,
	.header-style-2 .sf-arrows > li:hover > .sf-with-ul:after,
	.header-style-2 .sf-arrows > .sfHover > .sf-with-ul:after { border-top-color: rgba(255, 255, 255, 0.7); }
		
	.sf-arrows ul .sf-with-ul:after {
		display: block;
		border-color: transparent;
		border-left-color: #919191;
		margin-top: -4px;
		margin-right: 10px;
	}
	
	.sf-with-ul {background:url(../images/arrow-right.png) no-repeat 95% 15px;}
	
	
	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: rgba(0, 0, 0, 0.7); }
	
	#mobile-menu li ul li ul li a {color:#383838;} 
	#mobile-menu li ul li ul li ul li a {color:#626262;} 
	
	@media (min-width: 768px) and (max-width: 991px) {

		#menu { display: none; }
		.sf-with-ul {background:none}

	}
	
	@media (max-width: 767px) {

		#menu { display: none; }
	
	}
	
/* ==========================================================================
   =Mobile Menu 
   ========================================================================== */
			
	#mobile-menu {
		position: relative;
		z-index: 1;
		border-bottom: 1px solid #ccc;
		margin-bottom: 0;
		background-color: #fff;
	}
	
	#mobile-menu li {	
		display: block;
		margin: 0;
	}
		
	#mobile-menu > li > ul, 
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}
	
	#mobile-menu .sf-mega {
		display: none;
		padding: 0;
		border: none;
		margin: 0;
	}
	
	#mobile-menu .sf-mega-section {
		float: none;
		width: 100%;
		padding: 0;
		border: none;
	}
	
	#mobile-menu .sf-mega-section ul { 
		margin-left: 0;
		margin-bottom: 0;
	}

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		border-top: 1px solid #ccc;
		color: #212121;
		font-size: 14px;
		text-align: left;
		text-decoration: none;
	}
	
	#mobile-menu li a i { margin-right: 5px; }
	
	#mobile-menu ul a { padding-left: 45px; }
	
	#mobile-menu ul li ul a  { padding-left: 65px; }
	
	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		width: 70px;
		height: 100%;
		border-left: 1px solid #ccc;
		color: #212121;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #f6f6f6; }
	
	#mobile-menu li a:hover {}
	
	#mobile-menu { display: none; }

/* ==========================================================================
   =Mobile menu trigger
   ========================================================================== */
				
	#mobile-menu-trigger { 
		float: right;
		display: none;
		font-size: 32px;
	}
	
	.header-style-2 #mobile-menu-trigger { color: #fff; }

	@media (min-width: 768px) and (max-width: 991px) {

		#mobile-menu-trigger { 
			display: block;
			margin-top: 48px;
			margin-right: 0;
		}	

	}

	@media (max-width: 767px) {

		#mobile-menu-trigger { 
			position: absolute;
			top: 38px;
			right: 5px;
			display: block;
			padding: 10px;
			margin-top: 0;
		}
		
		.header-style-2 #mobile-menu-trigger { top: 17px; }

	}

	@media only screen and (min-width: 480px) and (max-width: 767px) {

		#mobile-menu-trigger {}
	
	}		
		/* ==========================================================================
   =Mobile menu trigger END
   ========================================================================== */
     
   .txt-cntr { margin:0 auto}
   .lst-list li {font-weight:200; font-size:13px!important;}
   .snd-list li {font-weight:200; font-size:14px;}
   
   .pd-btm {margin-bottom:13px;}
   
   .pd-btm img {width:80%;}
   .pd-btm p { font-size:18px;}
   
   .brdr {border:1px solid #C5C6C6;}
   
   .y-bg {background:#d2ae6e; padding:10px 20px;  border-radius:10px;}
   .y-bg li { list-style-type:circle; margin-left:10px;}
   
   
   .listtype {margin:0; padding:0;}
   .listtype ul {margin:0; padding:0;}
   .listtype ul li {margin:0; padding-left:35px; background:url(../images/guru/bullet.png) no-repeat left 5px; list-style:none; margin-bottom:20px; text-align:justify;}
   .pd {margin:30px 0;}
   .btm-p { margin-top:15px;}
   
   .cmp-insight .abt-img {text-align:center; margin-bottom:0}
   .cmp-insight h3 {font-size:20px; text-align:center; color:#08a2b0; margin-top:60px;}
   .cmp-insight h5 {font-size:14px; text-align:center}
   
   .table-bordered tr td {padding:10px;}
   .table-head {font-weight:bold; background:#EDEDED}
   
   	.pro-head {text-align:left!important;}
	.pro-head h3 {font-size:22px; color:#000; text-align:left!important}
    .pro-head span {font-size:15px; color:#A8A8A8; display: block;text-align: left;}
	
	
	.vis {color: #11a5b3;font-weight: 400;font-size: 19px;}
	.pro-gnr {text-align:center; padding-bottom:20px; color:#000; font-size:15px;}
	.img-brdr {border:5px solid #e2e2e2; width:100%;  box-shadow: 5px 10px #888888;}
	.formFooter-heightMask {display:none!important;}
	.formFooter {display:none!important;}