
@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-BoldItalic.woff2') format('woff2'),
        url('../fonts/SegoeUI-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Light.woff2') format('woff2'),
        url('../fonts/SegoeUI-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI Semilight';
    src: url('../fonts/SegoeUI-Semilight.woff2') format('woff2'),
        url('../fonts/SegoeUI-Semilight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Bold.woff2') format('woff2'),
        url('../fonts/SegoeUI-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

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

@font-face {
    font-family: 'Segoe UI';
    src: url('../fonts/SegoeUI-Italic.woff2') format('woff2'),
        url('../fonts/SegoeUI-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Helvetica Neue LT Std';
    src: url('../fonts/HelveticaNeueLTStd-BlkCn.woff2') format('woff2'),
        url('../fonts/HelveticaNeueLTStd-BlkCn.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}


h1{font-size: 42px;margin-bottom: 18px; font-family: 'Segoe UI';}


a{color:#147ab5; font-weight:bold; transition:all 0.5s ease-in-out;}
a:hover , a:focus{color:#000;}
body{    font-family: 'Segoe UI';}

.header .navbar img.img-fluid {
    width: 147px;
}
.navbar.bg-dark.navbar-dark {
    background: transparent !important;
}
header.header {
    background: rgba(92,164,122,0.9);   position: absolute;    top: 0; 
	z-index: 2;    width: 100%;
}

.navbar-nav .nav-link {    text-transform: capitalize;    background: rgba(0,0,0,0.5);
    border-radius: 10px;    padding:5px 15px !important; font-weight:normal;margin: 0 8px;
}
.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
}
.navbar-nav li.nav-item {
    margin: 0 10px;
}
.nav-link.active {
    background: rgba(0,0,0,1);
}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    background: rgba(0,0,0,1); color:#fff;
}
.nav-item.dropdown .dropdown-menu a {
    text-transform: capitalize;
}
.nav-item.dropdown .dropdown-menu a.dropdown-item:hover{background: #5CA47A; color:#fff;}

.product-home a .product-txt {    text-align: center;text-transform: capitalize;font-size: 17px;font-weight: 500; color:#000;}
.product-home .product-blk .product-img {text-align: center; }
.product-home .col-lg-4 {border-right: 1px solid #E6E7E8;border-bottom: 1px solid #E6E7E8;padding: 30px 0px;}
.product-home .col-lg-4:last-child {border-right: none;}

.bdr-ryt{border-right: 1px solid #E6E7E8 !important;} 
.bdr-btm-none{border-bottom:none !important;}
.product-home .col-lg-4:last-child {
	border-right: none;
}

.product-home {margin-bottom: 3em;}

.product-home .col-lg-4.no-btm-bdr {border-bottom: 0px;}
.btn-product {text-align: center;margin: 2em 0em;}
.btn-product a.btn.btn-product {text-transform: capitalize; background:#5CA47A; color:#fff; transition:all 0.5s ease-in-out;}
.btn-product a.btn.btn-product:hover, .btn-product a.btn.btn-product:focus{box-shadow:none; background:#000;}
.product-home .col-lg-4 a {text-decoration: none; }

.heading {font-weight: 600;text-align: center;font-size: 32px;color: #5CA47A;
display: inline-block;border-bottom: 2px solid #5CA47A;padding: 10px 18px; text-transform:capitalize;}
.product-img img.img-fluid.hvr-push {
    width: 250px;
}

@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  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);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

footer { background:#333; color:#fff;padding: 3em 0em 0em;}

footer ul li a {
    font-weight: normal;
    color: #fff;text-transform: capitalize;
}

footer .address-ico {
    display: inline-block;

}footer .address-txt {
    width: calc(100% - 70px);    display: inline-block;
    vertical-align: top;    margin-left: 10px;
}
.txt-number::before {
    content: "\f095";

font-family: fontawesome;

margin-right: 16px;

color: #5ca47a;

font-size: 20px;

position: relative;

left: 5px;
}
footer .txt-number a {
    color: #fff;
    font-weight: normal;text-decoration:none;
}
.mail::before {
    content: "\f0e0";
    font-family: fontawesome;
    margin-right: 10px;
}
footer .mail a {
    color: #fff;
    font-weight: normal;text-decoration:none;
}
footer li a:hover, footer li a:focus {
    color: #5ca47a;
    text-decoration: none;
}
footer ul li {
    margin-bottom: 6px;
}
footer .ft-info .mail {
    margin: 0.6em 0em;
}
footer h3 {
    border-bottom: 2px solid #5ca47a;    display: inline-block;
    padding: 12px 5px;    margin-bottom: 20px;
}
footer .ft-logo img.img-fluid {
    width: 140px;
}
.copyright {
    background: #000;padding: 14px 0px;margin: 2em 0em 0em;
}.copyright p {
    margin-bottom: 0px;
}.copyright .text-right a {
    color: #5ca47a; text-decoration:none;
}
footer .ft-logo {
    margin-top: 10px;
}

.carousel-indicators .active {
    background-color: #fff;
}
.carousel-indicators li {
    background-color:#000;
}
.carousel-control-next, .carousel-control-next,
.carousel-control-prev, .carousel-control-prev
.carousel-control-next:hover, .carousel-control-next:focus,
.carousel-control-prev:hover, .carousel-control-prev:focus
{
    color: #5ca47a; opacity:1;
}
header.inr-header.header {
    position: static;
}
.inr-bnr {
    margin-top: 2em;
}
.breadcumb {    background: #6cad87;    padding: 0.5em 1em; color:#fff;text-transform: capitalize;}
.breadcumb a , .breadcumb .fa.fa-home {
text-transform:capitalize; text-decoration:none;    color: #fff;
}
.breadcumb .fa.fa-angle-right {
    margin: 0em 14px;color: #fff;
}
.product-inr-blk .product-txt {
    text-align: center;
}
.product-inr-blk .product-txt .product-id {
    color: #5ca47a;
    font-weight: bold;
}
.product-txt .product-name ,
.product-txt .product-price{color:#727376;}

.bdr-right{border-right: 1px solid #E6E7E8 !important;}
.product-inr-blk {    margin-bottom: 4em;}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #5ca47a;
}.profile-pure-brass img.img-fluid {
width: 162px; position: relative;
top: -16px;  border: 1px solid #dbdbdb;
box-shadow: #ccc 1px 2px 7px;
}.profile-pure-brass {}
.profile-blk .heading {    margin-bottom: 1em;    
margin-top: 1em;}
.address .address-txt {
    display: inline-block;
    vertical-align: top;
}.address .address-ico {
    display: inline-block;
}.address .address-ico i {
    margin-right: 14px;
    font-size: 20px;
}.ft-info .mail::before {
    content: "\f0e0";    font-family: fontawesome;
    color: #5ca47a;    margin-right: 14px;
    font-size: 20px;
}
.address .address-ico i{color: #5ca47a;}
.contact-us-block .ft-info .mail::before {
    color: #5ca47a;    font-size: 16px;
}.contact-us-block .tel-phone .tel-ico {
    display: inline-block;
}.contact-us-block .tel-phone .txt-number {
    width: calc(100% - 70px);    display: inline-block;
    vertical-align: top;    margin-left: 13px;
}.cnt-blk .ft-info .mail::before {
    content: "\f0e0";    font-family: fontawesome;
    color: #5ca47a;    margin-right: 14px;
    font-size: 20px;text-decoration:none;
}.contact-us-block .ft-info .mail::before {
    color:#5ca47a;
    font-size: 16px;
}.cnt-blk .mail a {
    color: #000;    font-weight: normal;
text-decoration:none;
}
.cnt-blk .mail a:hover , .cnt-blk .mail a:focus{color:#5ca47a;}

.cnt-blk .map{margin-bottom:1em;}
.cnt-blk .txt-number::before {

    content: "\f095";
    font-family: fontawesome;
    margin-right: 10px;
    color: #5ca47a;
text-decoration:none;
}.cnt-blk .address-txt strong {

    color: #5ca47a;

}.cnt-blk .ft-info .txt-number a {

    color: #000;
    font-weight: normal;
text-decoration:none;
}
.cnt-blk .ft-info .txt-number a:hover , .cnt-blk .ft-info .txt-number a:focus {

     color: #5ca47a;

}
.cnt-blk .txt-number::before {

    font-size: 21px;
    margin-right: 17px;
    position: relative;
    left: 4px;

}.cnt-blk .mail {

    margin: 4px 0px;

}
.coming-soon h2 {    font-size: 50px;
    font-weight: bold;    color: #6cad87;
margin: 2.5em 0em 1.5em 0em;
}.cnt-blk .btn.btn-primary {
	background: #6cad87;
	border-color: #6cad87; box-shadow:none;
}
.cnt-blk .btn.btn-primary:hover , .cnt-blk .btn.btn-primary:focus {
	background: #6cad87;
	border-color: #6cad87; box-shadow:none;
}

@media screen and (max-width: 991px) {
.cnt-blk {
    margin-bottom: 2em;
}
.navbar-nav li.nav-item {
    margin: 6px 0px;
}
footer h3 {
    font-size: 22px;
}
header.header {
    position: static;
    background: rgba(92,164,122,1);
}
}

@media screen and (max-width: 767px) {
.profile-pure-brass {
    text-align: center;
}.profile-txt {
    margin-bottom: 4em;
}.profile-blk .heading {    margin-bottom: 0.5em;
    margin-top: 0em;}
footer h3 {    display: block;}
.copyright .text-right {    text-align: left !important;margin-top: 8px;}
.product-home .col-lg-4 {    border-right: none;}
.product-home .col-lg-4.no-btm-bdr{border-bottom: 1px solid #E6E7E8;}
.product-home .col-lg-4.no-btm-bdr:last-child {    border-bottom: 0px;}
.bdr-right {    border-right:none !important;}
}

@media screen and (max-width: 575px) {
.breadcumb .fa.fa-angle-right {
    margin: 0em 6px;
}
}