@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Spinnaker&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Antic+Didone&display=swap');
@import "fontawesome-all.css";
@import "simple-line-icons.css";
@font-face {
font-family: "TrendSansFour";
src: url("../fonts/Latinotype-TrendSansFour.otf");
src: url("../fonts/Latinotype-TrendSansFour.woff") format("woff"),
url("../fonts/Latinotype-TrendSansFour.otf") format("opentype");
}
@font-face {
font-family: "Helvetica";
src: url("../fonts/Helvetica.ttf");
src: url("../fonts/Helvetica-Bold.ttf");
}
*:hover, *:hover * {
    transition: all 0.3s;
}
body {font-family: 'Spinnaker', sans-serif;}
p {font-size:16px;
    line-height:25px;
    font-weight: 400;
	color:#777777;
    word-spacing: 1px;
    letter-spacing: 0.2px;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {color:#071323;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp25 {margin-top:25px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;}
/*navbar*/
.navbar-default {display: none;}
.navbar-default {background-color:transparent;border-color:transparent;}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    text-transform: uppercase;
    font-size: 17px;
    padding: 18px;
    font-family:'Poppins', sans-serif;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ff6148;
    background-color: transparent;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ff6148;
    background-color:transparent;
}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
/*scroll top*/
.top-header {background-color: #000000;
    padding-top: 14px;
    padding-bottom: 4px;
}
.tphdr-heading {text-align: center;}
.tphdr-heading h3 {color:#fff;text-shadow:#ffffff 0px 0px 6px;font-size: 34px;display: inline-flex;margin-top: 0;}
.tphdr-heading img {width: 80px;
    background-color: #1f1e1e;
    border-radius: 50%;
    border: 2px solid #2c2929;
    margin-top: -7px;
    margin-left:10px;
}
.nav-list {text-align: right;}
.nav-list li a {color: #03f5ff;
    background-color: #fff;
    width:47px;
    height:47px;
    display: block;
    border-radius: 50%;
    line-height: 50px;
    box-shadow: #ffffff 3px 0px 6px;
    font-size: 23px;
    text-align: center;
}
.nav-list li a.email {color:#50862e;}
.nav-list li a:hover {transform: scale(1.04);}
.heading-strip {background-color:#fff; padding:20px 0;text-align: center;}
.heading-strip h1 {color:#3d6c4e;margin: 0;font-family: 'TrendSansFour';text-transform: uppercase;font-size: 29px;font-weight: 400;letter-spacing: 0.12em;}
.banner-section {background-image: url(../img/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 15px 0; 
}
.bg-image {width: 100%;margin-top: -16px;}
.logo img {margin: 0 auto;
    width: 52%;
}
.section2 {position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top:15px;
    border-top: 50px solid #000;
    margin-top: 20px;
    overflow: hidden;
}
.row-absult-pos {position: absolute; top:15px;
    width: 100%;
    left: 0;   
}
.section2-text h3 {color: #8d947e;
    font-size: 48px;
    letter-spacing: 0.15em;
    font-weight: 600;
    padding-left:0;
    text-align: center;
    font-family: 'Helvetica';
    line-height: 62px;
    text-transform: inherit;
}
.section2-text h3 span {display: block;}
.section2-image img {box-shadow:33.46px 37.16px 27px 39px rgba(0,0,0,0.5);border-radius: 50%;margin-left: -50px;}
.service-section {position: relative;padding:40px 0;}
.service-section:before {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color:#000;
    height:140px;
    content: '';
}
.serive-item {position: relative;margin-bottom:25px;}
.serive-item .service-image {position: relative;}
.serive-item .service-image img {box-shadow:0 1px 3px rgba(0,0,0,.5); border: 5px solid #fff;}
.service-image:before {position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color:#fff;
    content: '';
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.serive-item h3 {font-weight: 700;font-size: 34px;text-shadow:#ffffff 0px 0px 6px;color: #919191;text-align: center;}
.serive-item:hover .service-image:before {opacity: 0.6;}
.form-section {background-image: url(../img/form-bg.jpg);
    padding: 60px 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.form-section h4 {color: #fff;
    text-shadow: #ffffff 0px 0px 6px;
    font-size: 41px;
    margin-bottom: 40px;
    letter-spacing: 0.1em;
    line-height: 52px;
    text-align: center;
}
.form-wrap .form-control {background-color: #fff;
    box-shadow: none;
    height: 42px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family:'Poppins', sans-serif;
}
textarea.form-control {height: auto !important;}
.btn2 {padding: 10px 60px;
    font-weight: 600;
    font-size: 16px;
}
.btn2:hover, .btn2:focus, .btn2:active {background-color: #000;color:#fff;}
.footer-section {background-color:#1c191c;}
.contact-detail {padding-top:25px;}
.contact-detail h2 {text-shadow:#ffffff 0px 0px 6px;
    font-family: 'Montserrat', sans-serif;
    color:#c0e0c7;
    font-weight: 700;
    font-size: 70px;
}
.contact-detail img { margin: 0 auto;
    margin-bottom: 25px;}
.contact-detail ul li {text-shadow: #ffffff 0px 0px 4px;
    color: #c0e0c7;
    font-size: 16px;
    padding-left: 39px;
    position: relative;
    min-height: 30px;
    margin-bottom: 5px;
}
.social-link-wrap {background-color:#f1f0ec;padding: 15vh 0;text-align: center;}
.social-ft li i {
    font-size:26px;
    text-decoration: none;
    display: block;
    transition-duration: .3s;
    width:45px;
    height:45px;
    text-align: center;
    line-height:45px;
    background-color:#000;
    border-radius: 50%;
    color:#fff;
}
.social-ft li.hd {letter-spacing: 1px;color:#000;font-size:30px;margin-right: 20px;}
.innerpage {padding:40px 0;border-bottom: 55px solid #000000;}
.shop-section {background-color:#1f3624;padding: 70px 0;}
.shop-heading h1 {color:#8fc9d9;
    font-size: 50px;
    text-transform: uppercase;
    position: relative;
    font-family: 'Antic Didone', serif;
}
.shop-heading img {margin: 0 auto;
    width: 50px;
    margin-top: 20px;
}
.left-widgt {padding-left: 10px;}
.left-widgt h3 {
    padding-bottom:18px;
    font-weight:400;
    margin-bottom:22px;
    margin-top: 0;
    border-bottom: 1px solid rgba(196, 227, 236, 0.2);
    font-size:24px;
    text-transform:capitalize;
    color:#c4e3ec;
    letter-spacing: 0.5px;
    font-family:'Poppins', sans-serif;
}
.filter-button {
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: 300;
    text-transform: capitalize;
    transition: all 500ms ease 0s;
    font-family: 'Poppins', sans-serif;
    color: #c4e3ec;
    margin-bottom: 8px;
    letter-spacing: 0.5px;
}
.filter-button.active {font-weight: 700;}
.filter-button:hover {opacity: 0.5}
.product-grid {text-align: center;margin-bottom: 20px;}
.product-list li {padding-right:12px;padding-left:12px;}
.product-grid .product-image{
    overflow: hidden;
    position: relative;
}
.product-grid .product-image a.image{ display: block; }
.product-grid .product-image img{
    width: 100%;
    height: auto;
    transition: all 0.4s ease-out 0s;
}
.product-grid .product-image:hover img{ transform: scale(1.15); }
.product-grid .product-hot-label{
   color: #fff;
    background: rgb(18, 49, 50);
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 6px 10px;
    position: absolute;
    top: 0;
    left: 0;
    font-family: 'Poppins', sans-serif;
}
.product-grid .add-to-cart{
    color: #fff;
    background:#FE6148;;
    font-size: 18px;
    font-weight: 500;
    text-transform:capitalize;
    width: 100%;
    padding: 9px 0 7px;
    position: absolute;
    bottom: -50px;
    left: 0;
    transition: all .4s ease-out 0s;
    font-family: 'Poppins', sans-serif;
}
.product-grid .add-to-cart:hover{ background-color:#e3432a; }
.product-grid:hover .add-to-cart{ bottom: 0; }
.product-grid .product-content{
    padding: 15px 12px;
}
.product-grid .product-category{
    color: #ababab;
    font-size: 15px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    display: block;
}
.product-grid .product-category a{
    color: #ababab;
    transition: all 0.3s ease 0s;
}
.product-grid h3 {
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Antic Didone', serif;
    margin: 0 0 10px;
    color: #c4e3ec;
    position: relative;
    padding-bottom: 8px;
    font-style: italic;
    letter-spacing: 0.5px;
}
.product-grid h3:before {
    position: absolute;
    content: '';
    height: 1px;
    width: 21px;
    background-color: #FE6148;
    bottom: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.product-grid .price{
    color:#c4e3ec;
    font-size: 15px;
    font-weight:400;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}
/*form capctha*/
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label, .help-block, label.error, .error {
    color: #fff !important;
}
@media (max-width:1200px) {
    .section2-text h3 {padding: 0;font-size: 40px;}
}
@media (max-width:992px) {
    .row-absult-pos {position: relative;top: 0;}
    .section2-text h3 {line-height: 50px;}
    .section2-image img {width: 100%;margin: 0 auto;}
    .bg-image {display: none;}
    .section2-image {text-align: center;}
    .section2-text h3 span {display: contents;}
}
@media (min-width:769px) {
    .contact-detail ul li i {position: absolute;
    left: 0;
    top: 0;
    height: 30px;
    width: 30px;
    background-color: #000;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
    font-size: 13px;
    }
}
@media (max-width:769px) {
   .navbar-default {display: block;}
   .nav-list {text-align: center;}
    .footer-section {background-color: #f1f0ec;text-align: center;}
    .social-link-wrap {padding:10px 0 40px 0;}
    .social-ft li.hd {display: block;margin-bottom: 15px;margin-right: 0;}
    .contact-detail ul li i {margin-right:8px;}
    .navbar .navbar-collapse.collapsing{ height:auto !important;}
    .navbar-default {position:absolute;right: 20px;z-index: 999;}
    .navbar-toggle {background: #1f3624;}
    .container-fluid > .navbar-collapse {margin-left: 0;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #1f3624;}
    .navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
    .navbar-toggle .icon-bar + .icon-bar {margin-top:5px;}
    .navbar-toggle .icon-bar {width: 30px;height: 3px;border-radius: 3px;}
    .navbar-toggle {margin-right: 0; padding: 12px 10px;border: 0;border-radius: 0;}
  .navbar .lateral-left{
    left:-100%; 
    animation: slide-out-left 200ms forwards;
  }
  .navbar .lateral-left.open{ 
    animation: slide-in-left 200ms forwards;
  }
  .navbar .lateral-right{
    right:-100%;
    animation: slide-out-right 200ms forwards;
  }
  .navbar .lateral-right.open{ 
    animation: slide-in-right 200ms forwards;
  }
  .navbar .navbar-collapse{ 
    top: 0px;
    bottom: 0px;
    position: fixed;
    width: 100%;
    height: auto !important;
    background: #1f3624;
    padding: 30px;
    top: 0;
    z-index: -1;
  }
  .navbar .lateral-left.open,
  .navbar .lateral-right.open{
    display:block !important;
    overflow-y:auto;
  }
}
@media (max-width:580px) {
   .about-text p {width: 100% !important;}
}
@media (max-width:480px) {
    .section2-text h3 {font-size: 25px;line-height: 34px;letter-spacing: 0.1em;margin-bottom: 20px;}
}
@media (max-width:420px) {
    .heading-strip h1 {font-size: 24px; letter-spacing: 0;}
    .form-section h4 {font-size: 36px;}
}
@media (max-width:320px) {
    .tphdr-heading h3 {font-size: 24px;}
}

@keyframes slide-in-left{ 
  0%		{ left:-100%; }
  100%	{ left:0px; }
}
@keyframes slide-out-left{
  0%		{ left:0px; }
  100%	{ left:-100%; }
}
@keyframes slide-in-right{ 
  0%		{ right:-100%; }
  100%	{ right:0px; }
}
@keyframes slide-out-right{
  0%		{ right:0px; }
  100%	{ right:-100%; }
}
}