@import url('https://fonts.googleapis.com/css?family=Dosis:400,600,700');
body{font-family: 'Dosis', sans-serif;}
header .navbar-brand .img-fluid {
    width: 150px;
}
.heading {
    display: inline-block;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    padding: 5px 0px;

    color: #A8693A;
    margin-bottom: 10px;
}
.header .bg-dark {
    background: transparent !important;padding: 0;
}.header .navbar-nav a.nav-link {
    color: #333;
    font-weight: normal;text-transform: capitalize; padding: 0 20px; margin:0px 6px;  border: 1px solid transparent;
}

.navbar-dark .navbar-nav .nav-link.active {
    color: #bf874f;
 
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color: #bf874f;}



.header {
    margin: 1em 0em;
}

.header-alt {
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    margin: 0 !important;
    background: #fff;
    transition: all 0.5s ease;
    opacity: 1;
    box-shadow: #000 0 -12px 18px 3px;
}
.header-alt .navbar-brand .img-fluid {
    width: 150px;
}
.header-alt .bg-dark {
    background: transparent !important;padding: 0;
}
.header-alt .navbar-nav a.nav-link {
    color: #333;
    font-weight: normal;text-transform: capitalize; padding: 0 20px; margin:0px 6px;  border: 1px solid transparent;
}






.heading h3 {
    margin: 0;
    font-weight: bold;
    font-size: 30px;
    text-shadow: #000 1px 1px 1px;
}.about-us , .product-block-home , .contact-main-block , .quality-block {
    margin: 3em 0em;
}
.about-us a {
    color: #a8693a;
}
#map {
                width: 100%;
                height: 300px;
            }
			
.product-block-home .btn.btn-default  , .contact-block .btn.btn-default {
    background: #A8693A;
    color: #fff;
    border-radius: 0px;
    font-weight: bold;
    box-shadow: none;margin-top: 2em;
}
   
footer  {
    background:#301717;
}

footer .footer{
    padding:30px 0px;
}

footer .contact-map {
    border: 12px solid #2e2e2e;
}   
footer .location , footer .number , footer .email {
    background: #2e2e2e;
    margin: 1em 0em;
    padding: 2px 22px;min-height: 102px;
}
footer .location p {
    margin-bottom: 0;
}

footer .location {
color: #fff;    padding-top: 10px;
}

footer .email , footer .number {
    padding-top: 22px;
}
footer .location .txt, footer .location .loc-ico  , footer .txt{
    display: inline-block;
}

footer  .loc-ico {
    vertical-align: top;
    position: relative;
    
    float: right;
    background: #A8693A;
    padding: 10px;
    font-size: 16px;
    width: 50px;
    height: 50px;
    text-align: center;
}
footer .location .loc-ico {
    top: 13px;
}
footer  .loc-ico i.fa {
    font-size: 25px;
    line-height: 32px; color:#fff;
}
footer .txt h5 {
    color: #fff;
    font-weight: bold;
}footer .txt a {
    color: #fff;
}


footer .copyright-blk{background:#000; padding:10px;}

footer .copyright-blk .copyright {
    color: #fff;
}footer .copyright-blk .designby.text-right {
    color: #fff;
}footer .designby a {
    color: #a8693a;
    font-weight: bold;
}

.product-block-home .product-blk {
    position: relative;margin-bottom: 3em;
}.product-block-home .product-blk .product-txt {
    position: absolute;
    bottom: 22px;
    background: #a8693a;
    padding:4px 28px;
    color: #fff;
    font-weight: bold;
    font-size: 20px; transition:all 0.5s ease-in-out;
}.product-block-home .product-blk .product-txt p {
    margin-bottom: 0px;
}

.product-block-home .product-blk:hover .product-txt{padding:4px 42px;}

.product-block-home .product-blk .product-img img {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}
.product-blk .product-img {
    overflow: hidden;
}
.product-block-home .product-blk:hover .product-img img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}

.product-innr-block .product-blk {
    margin-bottom: 2em;
}

.product-innr-block .product-blk .product-txt {
    bottom: 8px;
    padding: 4px 16px;
}

/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb a {
    color: #a8693a;
}

.btn-breadcrumb a:hover , .btn-breadcrumb a:focus{box-shadow:none;}

.btn-breadcrumb a:last-child {
    color: #000;
    cursor:default !important;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color:#a8693a;
}

.btn-breadcrumb a.btn.btn-default {
    text-transform: capitalize;
}

.product-innr-block h4 {

    border-bottom: 2px solid #a8693a;
    display: inline-block;
    padding:5px 12px;
    font-size: 26px;
    color: #a8693a;
font-weight: bold;
}


.product-innr-block {
    margin: 1em 0em;
}

.info-contact .ico.map-ico {
    display: inline-block;
}

.info-contact .txt.map-txt {
    display: inline-block;
    vertical-align: top;
}.info-contact .ico.map-ico {
    display: inline-block;
    width: 25px;
    text-align: center;
}
.info-contact .map-txt p {
    margin-bottom: 0;
}
.info-contact .map-info {
margin-bottom: 7px;
border-bottom: 1px solid #ddd;
padding: 9px 0px;
}.info-contact .map-txt a {
    color: #000;
}.info-contact .ico.map-ico i {
    font-size: 16px;
}

.info-contact .map-txt a:hover , .info-contact .map-txt a:focus{color:#a8693a; text-decoration:none;}
.abt-img img {
box-shadow: #000 0px 0px 12px -5px;}
.quality-block .abt-txt h4 , .abt-home h4{
    color: #a8693a;
    font-weight: bold;
}

.abt-home p , .abt-txt p{
    font-size: 17px;
}
.info-contact .contact-map {
    margin-bottom: 7px;
}
.ft-logo img.img-fluid {
    width: 180px;
}
.quick-link ul li {
    display: block;margin-bottom: 8px;
}

.quick-link ul li a {
    text-transform: capitalize;
    color: #fff;
    font-size: 16px; text-decoration:none;
}
.quick-link ul li a::before {
    content: "\f0da";
    font-family: fontawesome;
    margin-right: 10px;
}
.ft-logo {
    text-align:left;margin-bottom: 1em;
}

footer h4 {
    color: #fff;
margin-bottom: 22px; 
    text-transform: capitalize;
}
footer .ft-para p {
    color: #fff;
}
.address-txt address {

    color: #fff;
margin-bottom: 10px;
}
.address-ico {

    display: inline-block;margin-right: 10px;

}.address-ft .address-txt {

    display: inline-block;
    vertical-align: top;

}.address-ico i {

    color: #fff;

}.contact-us-blk a {

    color: #fff;
text-decoration:none;
}
.folow-us a {
    text-decoration: none;
    margin: 1px;
}
.contact-us-blk .address-ft .email-ft {
margin-bottom: 10px;

margin-top: 0px;}.contact-us-blk .email-ft a::before {

    content: "\f0e0";
    font-family: fontawesome;
    margin-right: 10px;

}.contact-us-blk .phno-ft a::before {

    content: "\f095";
    font-family: fontawesome;
    margin-right: 10px;

}

.made-brass img.img-fluid {
    width: 150px;
}
/*.about-us.abt-home {
    position: relative;
}.made-brass {
    position: absolute;
    bottom: 45px;
    right: 30px;
    z-index: -1;
    opacity: 0.2;
}*/

.made-from-brass .made-brass-txt, .made-from-brass .made-brass {
    display: inline-block;
}.made-from-brass .made-brass-txt {
    width: calc(100% - 180px);
    vertical-align: top;
    margin-right: 26px;
}
.media-gallery-model .modal-body img.img-fluid {
    max-width: 100% !important;
}
.media-gallery-model .modal-dialog {
    width: 600px !important;
    max-width: 600px !important;
}
h3.txt-model-header {
    margin-bottom: 0px;
}
.ft-logo-pine img.img-fluid {
    width: 150px;
}.ft-logo-pine {
    margin-top: 1em;
}

.img-fluid.distributors-icon {
    width: 28px;
    background: #02907c;
}
.folow-us p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 3px;
}
.folow-us {
    margin-top: 1em;
}.hblf-blk img.img-fluid {
    width: 235px;
}.amzone-link img.img-fluid {

    width: 170px;
    margin-top: 6px;

}.amzone-link span {
text-transform: capitalize;
font-size: 22px;
color: #fff;
font-weight: bold;}
.amzone-link {
    margin-top: 1em;
}.amzone-link a{text-decoration:none;}
@media screen and (max-width:991px) {.navbar-toggler {
    background: #a8693a;
}
.product-block-home .product-blk {
    margin-bottom: 2em;
}

.header .navbar-nav a.nav-link {
    padding: 5px 0px;
}
.header-alt .navbar-nav a.nav-link {
    padding: 5px 0px;
}
.about-us.abt-home .abt-img , .quality-block .abt-img{
    margin-bottom: 2em;
}
.media-gallery-model .modal-dialog {
    width: 400px !important;
    max-width: 400px !important;
}
}

@media screen and (max-width:767px) {
.designby.text-right {
    text-align: left !important;
    margin-top: 12px;
}

footer .location, footer .number, footer .email {
    margin: 1em 0em;
}
footer .contact-map {
    margin-bottom: 1em;
}.contact-us-block .contact-block {
    margin-bottom: 1em;
}
}

@media screen and (max-width:575px) {
.media-gallery-model .modal-dialog {
    margin: 26px auto;max-width: 100% !important;padding: 0 12px;
}
}

@media screen and (max-width:375px) {.made-from-brass .made-brass-txt {
    width: 100%;
}.made-from-brass .made-brass-txt, .made-from-brass .made-brass {
    display: block;
}.made-from-brass .made-brass {
    text-align: center;
}
}
@media screen and (max-width:370px) {
	
	.footer .location .txt {width: calc(100% - 60px);
}
	
}

/*whatsup code*/
.whtsapp-block {
   position: fixed;
    right: 2%;
    bottom: 5%;
    z-index: 550;
}

.whtsapp-lg img.img-fluid {
    width: 50px;
}
.circle {
    border-radius: 50%;
    background-color: #000;
    width: 80%;
    height: 80%;
    position: absolute;
    opacity: 0;
    animation: scaleIn 2s infinite cubic-bezier(.36, .11, .89, .32);
    right: 10%;
    bottom: 11%;
    z-index: -5;
}

@keyframes scaleIn {
  from {
    transform: scale(.5, .5);
    opacity: .5;
  }
  to {
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
/*end whatsup code*/