:root { 
  --font-primary:  'Marcellus', serif;
  --font-secondary: "Poppins", sans-serif;
}

:root {
  --color-default: #fff;
  --color-primary: #DC8219;
  --color-secondary: #3A3A3A;
}
:root {
  --background-default:#F7F3F0;
  --hover-primary:#a13502;
}
:root {
  scroll-behavior: smooth;
}
@font-face {
  font-family: "Reey-Regular";
  src: url("../fonts/Reey-Regular.otf") format("truetype");
}
@font-face {
  font-family: "Cookie-Regular";
  src: url("../fonts/Cookie-Regular.otf") format("truetype");
}

/*----------------------Body-----------------------------*/
*, *:before, *:after{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing:border-box;
  box-sizing: border-box;
}
:focus {
  outline: none;
}

/*-------------------- General-----------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,ul,li {
  margin: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}

.clr-pad {
  padding: 0px 0px; !important;
}
.clr-pad1 {
  padding: 1px 1px; !important;
}
.sections-bg {
  background-color: #f6f6f6;
}
.Nbullet {
  color: #000;
  font-weight: bold;
}
.container-fluid{
  padding: 0;
}
/*---------------common css------------------*/
.txt-center {
  text-align: center;
}
.cl10 {
  color: #81b03f;
}
.how-pos1-parent {
  position: relative;
  z-index: 1;
}
.how-pos1 {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -58%);
  -moz-transform: translate(-50%, -58%);
  -ms-transform: translate(-50%, -58%);
  -o-transform: translate(-50%, -58%);
  transform: translate(-50%, -58%);
}
.default-section{
  overflow: hidden;
  position: relative;
  padding: 80px 0px 40px 0px;
}
.main-head {
  font-family: var(--font-primary); 
  color:var(--color-primary);
  font-size: 50px;
  font-weight: 400;
  line-height: 1.3;
  animation: ani 1s;
  margin: 0px 0px 20px 0px;
  list-style-type: none;
}
.main-subhead{
  font-family: var(--font-primary); 
  color: #8d8d8d;
  font-size: 17px;
  font-weight: 400;
  animation: ani 1s;
  text-align: center;
  margin: -24px 0px 0px 0px;
  list-style-type: none;
}
.gn-head-li {
  font-family: 'Montserrat', sans-serif;
  color: #9d9d9d;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.main-line{
  position: relative;
  display: flex;
  margin: 0px 0px 10px 0px;
  align-items: center;
  justify-content: center;
}
.gn-head {
  font-family: var(--font-primary);
  color: var(--color-primary);
  font-size: 40px;
  margin: 0px 0px 10px 0px;
  font-weight: bold;
}
.gn-subhead {
  font-family: var(--font-primary); 
  font-size: 24px;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
}
.gn-pgh {
  font-family: var(--font-primary); 
  font-size: 16px;
  color: #898888;
  justify-content: center;
  margin: 0px auto 20px auto;
  max-width: 600px;
  font-weight: 300;
}

.txt-wt {
  color: #fff;
}
ul li{
  list-style-type: none;
}
a{
  text-decoration: none;
}
p{
  font-family: var(--font-primary);
  color: var(--color-secondary);
  font-size: 16px;
  text-align: justify
}
.para{
  font-size: 17px;
  font-family: var(--font-primary);
  color: var(--color-secondary);
}
.mb-2{
  margin:0px 0px 20px 0px;
}
.mb-3{
  margin:0px 0px 30px 0px;
}
.mb-4{
  margin:0px 0px 40px 0px;
}
.mt-3{
  margin:30px 0px 0px 0px;
}
.mb-7{
  margin:0px 0px 70px 0px
}
/*--------------home page section------------*/


/*** 

====================================================================
	Banner Section
====================================================================

***/

.banner-section{
	position:relative;
	overflow:hidden;
}

.banner-section .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:100%;
	height:164px;
	z-index:2;
	background-repeat:repeat-x;
}

.banner-section .slide{
	position:relative;
	overflow:hidden;
	padding-top:150px;
	padding-bottom:0px;
	background-color:#dc82126e;
}

.banner-section .slide.style-two{
	background-color:#dc82126e;
}

.banner-section .icon-layer-one{
	position: absolute;
    right: 0px;
    top: 0px;
    width: 312px;
    height: 274px;
	opacity:0;
	transform: translateX(300px);
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-one{
	opacity:1;
	transform: translateX(0px);
}

.banner-section .icon-layer-two{
	position: absolute;
    left: 2px;
    bottom: 100px;
    width: 300px;
    height: 285px;
	opacity:0;
	transform: translateX(-300px);
    background-position: center bottom;
    background-repeat: no-repeat;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-two{
	opacity:1;
	transform: translateX(0px);
	transition-delay: 500ms;
}

.banner-section .icon-layer-three{
	position: absolute;
    right: 0px;
    top: -50px;
    width: 177px;
    height: 213px;
	opacity:0;
	transform: translateX(-300px);
    background-position: center bottom;
    background-repeat: no-repeat;
	background-size:cover;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.banner-section .active .icon-layer-three{
	opacity:1;
	transform: translateX(0px);
	transition-delay: 500ms;
}

.banner-section .content-column{
	position:relative;
}

.banner-section .content-column .inner-column{
	position:relative;
	padding-top:50px;
}

.banner-section .content-column h1{
	position:relative;
	color:#ffffff;
	font-weight:400;
	line-height:1.1em;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	font-family: 'LillyBelle';
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column h1 .first-letter{
	display:block;
}

.banner-section .content-column h1 .second-letter{
	display:block;
}

.banner-section .active .content-column h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.banner-section .content-column .text{
	color:#ffffff;
	font-size:14px;
	margin-top:20px;
	margin-bottom:30px;
	font-weight:400;
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.banner-section .content-column .btns-box{
	margin-top:35px;
	opacity: 0;
	margin-bottom:90px;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .active .content-column .btns-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.banner-section .content-column .theme-btn{
	margin-right:15px;
}

.banner-section .content-column .icons-box{
	position:relative;
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
}

.banner-section .content-column .icons-box img{
	position:relative;
	width:auto;
}

.banner-section .active .content-column .icons-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.banner-section .image-column{
	position:relative;
}

.banner-section .image-column .inner-column{
	position:relative;
}

.banner-section .image-column .image{
	position:relative;
}

.banner-section .image-column .image img{
	/* max-width:inherit;
	width:auto; */
}

.banner-section .owl-dots{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 140px;
	text-align:center;
	counter-reset:slides-num;
}

.banner-section .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	vertical-align: top;
	margin-left:28px;
	counter-increment: slides-num;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 18px;
	font-weight: 600;
	color: #f6f0c8;
	opacity:0.30;
	padding-bottom:5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: 'LillyBelle';
}

.banner-section .owl-dots .owl-dot:after{
	position:absolute;
	content:'/';
	right:-17px;
	top:-1px;
	color:#d6d1ad;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.banner-section .owl-dots .owl-dot:last-child::after{
	display:none;
}

.banner-section .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}

.banner-section .owl-dots .owl-dot:hover span,
.banner-section .owl-dots .owl-dot.active span{
	color: #ffffff;
	opacity:1;
}

.banner-section .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:99999;
	width:100%;
	opacity:0;
	margin-top:-10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.banner-section:hover .owl-nav{
	opacity:1;
}
.banner-section .owl-nav .owl-prev i{
  color: #fff;
  width:50px;
  height:50px;
  border-radius:50px;
  text-align: center;
  line-height: 3;
  border:2px solid rgba(255,255,255,0.60);
}
.banner-section .owl-nav .owl-prev i:hover{
  color: #000;
}
.banner-section .owl-nav .owl-prev{
	position:absolute;
	left:20px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	font-size:24px;
	text-align:center;
	border-radius:50px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}
.banner-section .owl-nav .owl-next i{
  color: #fff;
  width:50px;
  height:50px;
  border-radius:50px;
  text-align: center;
  line-height: 3;
  border:2px solid rgba(255,255,255,0.60);
}
.banner-section .owl-nav .owl-next i:hover{
  color: var(--color-secondary);
}
.banner-section .owl-nav .owl-next{
	position:absolute;
	right:20px;
	color:#ffffff;
	font-size:24px;
	width:60px;
	height:60px;
	color:#ffffff;
	line-height:56px;
	border-radius:50px;
	text-align:center;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border:2px solid rgba(255,255,255,0.60);
}

.banner-section .owl-nav .owl-prev:hover,
.banner-section .owl-nav .owl-next:hover{
	color:#222222;
	border-color:#ffffff;
	background-color:#ffffff;
}


/*header section*/
/*.responsive-bar{
    display: none;
}
.sidehead{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0; 
    height: 100px;
    padding: 10px 100px;
    box-sizing: border-box;
    transition: .5s;
}
.sidehead.black{
    background: rgba(1,1,1,0.8);
    height: 80px;
    padding: 10px 50px;
}
.sidehead ul{
    width: 80%;
    margin: 0 auto;
    padding: 0;
}
.sidehead ul li{
    list-style: none;
    display: inline-block;
    color: #fff;
}
.sidehead ul li a:hover{
    background: #f00;
    color: #fff;
}
.sidehead ul  li  a{
    color: #262626;
    text-decoration: none;
    text-transform: uppercase; /*for capitalisation of letters */
/*    line-height: 80px;
    padding: 5px 20px;
    transition: .5s;   
}
.sidehead.black ul li a{
    color: #ffff;
    line-height: 60px;
}
*/
.head-main {
    overflow: hidden;
    font-family: cursive;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    position: absolute;
    z-index: 9;
    width: 100%;
    
}
#navheader {
    background-color: transparent;
    overflow: hidden;
    z-index: 999;

}
.navbar {
    padding: 15px 0;
}
.navbar-brand {
    
}
.head-main .navbar-toggler{
  color: #000;
  background-color: var(--color-primary);;
}
.head-main .navbar a {
    text-decoration: none;
}
.head-main h2.logo {
    font-size: 28px;
    font-weight: 400;
    color: #fff;
}
.head-main h2.logo strong {
    font-size: 35px;
    color: #f2a531;
    font-weight: 600;
}
.head-main h2.center-logo {
    margin: 0 25px;
}
#navbarSupportedContent {
    justify-content: center;
}
.head-main ul.navbar-nav {}
.head-main ul.navbar-nav li.nav-item {
    margin-right: 25px;
}
.head-main ul.navbar-nav li.nav-item:last-child {
    margin-right: 0;
}
.head-main ul.navbar-nav li.nav-item a.nav-link {
  font-family: var(--font-primary);
    color: #ffffff;
}
.head-main .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show>.nav-link {
    color: #3A3A3A;
}
.head-main ul.navbar-nav li.nav-item a.nav-link:hover {
    color: var(--hover-primary);
}

/*---------------------------------
        slider section
---------------------------------*/
.slider-container {
  overflow: hidden;
  position: relative;
  height: 100vh;
}
 .owl-carousel.owl-loaded {
  display: block;
}
 .owl-carousel.owl-loaded {
  display: block;
}
.slider-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
}
.slide-1{background-image:url(../images/slider/1.png);}
.slide-2{background-image:url(../images/slider/1.png);}
.slide-3{background-image:url(../images/slider/1.png);}
.slide-4{background-image:url(../images/slider/1.png);}
.slide-5{background-image:url(../images/slider/1.png);}
.slide-6{background-image:url(../images/slider/1.png);}
.slide-1{background-image:url(../images/slider/1.png);}

/* SLIDER */

.slider-container2 {
  position:relative;
  margin-bottom:108px;
}
.slider-item-box-bkg {
  height:100vh;
}
.slider-img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100%;
  position: relative;
  width:100%;
}
.slider-img:before {
  content:'';
  background:rgba(255,255,1,0);
  position:absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
}
.slider-caption { 
  position: absolute;
  left: 0;
  top: 50%;
  right:0;
  color:#0000;
  padding: 0 54px;
  z-index:2;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
    transform: translateY(-50%);
} 
.slider-text{
  padding: 20px 0px 0px 50px;
}
.intro-txt {
  font-family: var(--font-subhead);
  color: #000;
  font-size: 16px;
  font-weight: 400;
  animation: ani 1s;
  margin: 0px 0px 0px 0px;
  list-style-type: none;
  letter-spacing: 0.03em;
} 
.slider-caption h1 {
  font-family: 'Marcellus', serif;
  font-size: 60px;
  color: var(--color-primary);;
  margin: 0px 0px 0px 0px;
  animation: ani 5s;
  font-weight: 300;
}
.slider-caption p {
  font-size: 18px;
  color: var(--color-primary);;
  font-weight: 300;
  text-decoration: none;
  font-family: var(--primary-font);
  margin: 0px 0px 20px 0px;
}
.slider-caption a.btn-bee {
  margin-top:48px;
}
/* END SLIDER */
.slider-banner {
  position: relative;
  display: block;
  z-index: 1;
}
.carousel-caption {
  top: 40%;
  text-align: left;
  font-family: var(--font-primary);
  color: #fff;
  left: 10%;
  position: absolute;
  z-index: 99;
}
.carousel-caption h3 {
  position: absolute;
  font-family: 'Kanit', sans-serif;
  font-size: 80px;
  color: #0000;
  animation: ani 5s;
  font-weight: 600;
}
.newp p {
  font-size: 18px;
  color: #f3f3f3;
  content: '';
  position: absolute;
  top: 47%;
  left: 14%;
  font-weight: 600;
  z-index: 1;text-decoration: none;
  max-width: 400px;
  font-family: var(--primary-font);
  margin: 0px 0px 20px 0px;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 48px;
}
.owl-theme .owl-dots {
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  bottom: 0px;
  z-index: 20;
  width: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.owl-theme .owl-dots .owl-dot {
  zoom: 1;
  display: inline-block;
}
.btn-bee {
  font-family: var(--font-primary);
  border: 1px solid var(--color-primary);;
  background-color:  var(--color-primary);;
  padding: 0.30rem 1.88rem;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  width: 160px;
  font-size: 16px;
}
.btn-bee:hover{
  color: #fff;
  background-color: var(--hover-primary);
}
.slider-heading h1{
  content: '';
  position: absolute;
  top: 36%;
  left: 14%;
  font-family: 'Kanit', sans-serif;
  font-size: 80px;
  color: #fff;
  animation: ani 5s;
  font-weight: 600;
  z-index: 1;
}
.slider-head{
  font-family: 'Kanit', sans-serif;
  font-size: 70px;
  color: #fff;
  animation: ani 5s;
  font-weight: 600;
}
.slider-heading p {
  font-size: 18px;
  color: #f3f3f3;
  content: '';
  position: absolute;
  top: 47%;
  left: 14%;
  font-weight: 600;
  z-index: 1;
  max-width: 400px;
  font-family: var(--primary-font);
  margin: 0px 0px 20px 0px;
}
.btn-slider {
  font-family: var(--secondary-font);
  background-color: #000;
  border: none;
  padding: 0.530rem 1.88rem;
  border-radius: 0;
  color: #f0ede8;
  font-size: 14px;
}
.sliderowl img {
   animation: zoom-in-zoom-out 5s ease infinite;
   position: relative;
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wavesshape img {
  content: '';
  position: absolute;
  top: 19%;
  z-index: 1;
  left: 54%;
  width: 465px;
  animation: imgRotate 50s linear infinite;
}
@keyframes imgRotate {
  100% {
    transform: rotate(360deg);
}
}
/*------------------------
 shipping
-------------------------*/
.shipping-bg{
 background: linear-gradient(175deg, #f7f3f09c 19%, #f7f3f0a8 101%), url("assets/images/bg/bg2.jpg");
 background-position: center;
 background: no-repeat;
 background-color: #000746;
}
.shipping__section2--inner {
  -webkit-box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  box-shadow: 0 -4px 27px rgba(62, 70, 120, 0.16);
  padding: 30px 20px;
  background: var(--white-color);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.shipping__items2 {
  margin-right: 30px;
}
.shipping__items2:last-child {
  margin-right: 0;
}
.shipping__items2--content {
  padding-left: 15px;
}
.shipping__items2--content__title {
  font-size: 18px;
  line-height: 2.2rem;
  font-weight: 700;
  font-family: 'Marcellus', serif;
  margin-bottom: 5px;
  color: #a13502;
}
.shipping__items2--content__desc {
  font-size: 18px;
  color:#a13502 ;
}
.shipping__style3--items:last-child {
  margin-right: 0;
  padding-right: 0;
}

.shipping__style3--items:last-child::before {
  display: none;
}

.shipping__style3--items::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--border-color);
  right: 0;
  top: 0;
}
.shipping__style3--content__desc {
  line-height: 2rem;
  font-size: 1.5rem;
  color: #a13502;
}
.shipping__style3--icon {
  color: var(--secondary-color);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shipping__items2--icon img {
  display: block;
}
.shipping__style3--items {
  position: relative;
  margin-right: 10rem;
  padding-right: 10rem;
}
.shipping__style3--content {
  padding-left: 1.5rem;
}
.shipping__style3--content__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
.shipping__style3--content__title {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 500;
  margin-bottom: 0.7rem;
}
/*---------------------------------------
              PAGES-SECTION 
-----------------------------------------*/
.page-sct
{
  background-image: linear-gradient(178deg, #f7f3f09c 19%, #f7f3f0a8 101%), url("../images/home/abt-bg.png");
}
.about-us .main-head {
  font-size: 45px !important;
  color: var(--color-primary);
}
.about-us .main-head:hover{
  color: var(--hover-primary);
}
.abt-main-pic{
  justify-content: center;
  align-items: center;
  display: flex;
}
.color-span-2 {
  color: #77706d;
}
.color-span-1:hover {
  color: var(--color-primary);
}
.about-us p{
   font-family: var(--font-primary)!important;
}
.about-us .heading {
  padding-right: 10%;
}
.about-us .content {
  line-height: 30px;
}
.about-us .bottom .author {
  border-radius: 0 35px 35px 0;
  margin-right: 27px;
}
.img-about-us-left {
  margin-left: -15px;
}
.img-about-us-left.style-2 {
  margin-left: 0px;
}
.img-bg-about-us {
  position: absolute;
  top: 30%;
  left: -25.7%;
}
.img-bg-about-us.style-2 {
  top: -6%;
  left: -13%;
}
.bg-about-us {
  position: absolute;
  z-index: 1;
  bottom: -45%;
  left: 2.1%;
}
.bg-about-us.style-2 {
  position: absolute;
  z-index: 1;
  bottom: 0%;
  left: -13%;
}
/* style-2 */
.about-us.style-2 {    
  margin: 58px 0 76px 0;
}
/* style-3 */
.about-us.style-3.margin-top-56 {    
  margin: 56px 0 -2px 0;
}
.about-us.style-3 {    
  margin: -9px 0 -2px 0;
}
.color-span-1 {
  color: #a13502;
}
/*---------*/
.abt-section{
  background-color: var(--background-default);
}
abt-img2{
  display: flex;
  justify-content: center;
  align-items: center;
}
.one-sec-tl{
  padding: 20px 20px ;
}
.rela-tive{
   width: 300px; 
   height: 500px;
   position: relative;
   border: 10px solid rgb(126, 42, 42);
  }
.ho-ney-im img{
    position: absolute;
    top: 64px;
    left: 119px;
    width: 396px;
  }
.mini-about{
  padding: 90px 0px;
  position: relative;
}
.mini-about-sec-img{
  position: relative;
}
.mini-about-sec-img h1{
  position: absolute;
  top: 250px;
  bottom: 0;
  right: -70%;
  font-size: 50px;
}
.mini-about-text h2{
  margin: 0px 0px 70px 0px;
}
.pg-overlay{
  justify-content: center !important;
  align-items: center;
}
.ab-img{
  position: absolute ;
  bottom: 0;
  left: 0;
  top: -12px;
  overflow: hidden;
}
.main-head-relative{
  position: relative;
  font-family: var(--font-primary); 
  color:var(--color-primary);
  font-size: 64px;
  font-weight: 500;
  line-height: 1.3;
  animation: ani 1s;
  margin: -3px 0px 5px -125px;
  top: -5px;
  list-style-type: none;
  overflow: hidden;
}
.Best-Feature{
  text-align: center;
}
.feature-1{
    display: flex;
    justify-content: center;
    align-items: center;
}
.sub{
  font-size: 17px;
  color: var(--color-secondary);
}
.first-tittle{
  text-align: center;
  font-family: var(--font-primary);
}
.first-tittle h4{
  font-family: var(--font-primary);
  text-transform: uppercase;
  text-align: center;
}
.feature{
    display: flex;
    justify-content: center;
    align-items: center;  
}
.feature img {
    transition: .3s;
}
.feature img:hover{

    transform: scale(1.1)
}
.arrows {
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    font-weight: 300;
    cursor: pointer;
    transform: translateX(1%);
    transition: .5s; 
}
.arrows:hover{
    transform: translateX(2%);
}
/*---------------------------
        testmonial
----------------------------*/
.testmonial-sec{
  background-color:; 
}
.testimonial-div{
  background-color: var(--background-default);
  position: relative;
  overflow: hidden;
}

.shape{
    position: absolute;
    top: -70px ;
    left: -40px ;
    height: 200px;
    width: 200px;
    background-color: var(--hover-primary);
    border-radius: 50%;
    
}

.testimonial-img{
    float: left;
    padding:50px 80px 50px 80px  ;
}
.testimonial-ctnt{
    padding: 80px 50px 80px 50px ;
}
.testimonial-ctnt p{
   font-family: var(--font-primary);
    font-size: 16px;
    font-weight: 400;
    max-width: 920px;
    margin: 0px 0px 30px 0px ; 

}
.testimonial-ctnt h4{
  font-family: var(--font-primary);
  font-size: 18px;
  font-weight: 600;
  margin: 0px 0px 15px 0px;
  color: var(--color-primary);  
}
.testimonial-ctnt h5{
   font-family: var(--font-primary);
    font-size: 15px;
    font-weight: 400;
    color: saddlebrown; 
}
.btn-quote{
    border-radius: 50px;
    width: 75px;
    height: 75px;
    border: none;
    background-color: #fff;
}
.testimonial-img i{
    font-size: 40px;
    color:var(--color-primary);
}
.testimonial-img {
    position: relative;
}
.testimonial-img button{
    position: absolute;
    top: 50%;
   transform: translateY(-50%);
   right: 10%;
}

/*--------------------
      PRODUCT Section
-------------------------*/

.product-section{
  overflow: hidden;
}
.product-pg{
  background-image: url(../images/bg/h1-img13.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.my-products{
  display: flex;
  justify-content: center;
}
.product-name h2:hover{
  color: var(--color-primary);
}
.product-name{
  font-family: var(--font-primary);
  color: var(--color-secondary);
  text-align: center;
}
.product-name h2{
  font-size: 17px;
  margin: 0px 0px 5px 0px;
}
.product-name h1{
  font-size: 16px;
  padding: 0px 0px 15px 0px;
  color: var(--color-primary);
}

.product-name .add h3{
  font-size: 12px;
  text-align: center;
  color: #272323 !important;
}
.product-name .btn :hover{
   color: var(--hover-primary) !important;
   background-color: var(--color-default);
}
.product-name h3 i{
  color: var(--color-secondary);
  margin:0px 10px 0px 0px;
  font-size: 13px;
}
.product-name h3 i:hover{
   color: var(--hover-primary);
}
.product {
    width: 100%;
    height: 58%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}
a .product img {
  width: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
a .product:hover img{
  top: -14px;
}
a .product .icons .icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: var(--color-primary);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    transform: rotate(180deg);
    cursor: pointer
}
a .product .icons .icon:hover {
    background-color: var(--color-primary);
    color: #fff
}
a .product .icons .icon:nth-last-of-type(3) {
    transition-delay: 0.2s
}
a .product .icons .icon:nth-last-of-type(2) {
    transition-delay: 0.15s
}
a .product .icons .icon:nth-last-of-type(1) {
    transition-delay: 0.1s
}
.my-products:hover a .product .icons .icon {
    transform: translateY(-60px)
}
.product-code {
    width: 100%;
    height: 58%;
    position: relative;
    overflow: hidden;
    cursor: pointer
}
.product-name .pr-add{
  font-size: 13px;
  text-align: center;
  color: #272323 !important;
}
.product-name .pr-add:hover{
  color: var(--hover-primary);
}
.btn-pr{
  border: 1px solid var(--color-secondary);
}
.product-name .btn-pr i:hover{
  color: var(--hover-primary);
}
.product-code a .btn {
  display: inline-block;
}
.product-code img {
  width: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.product-code:hover img{
  top: -14px;
}
a .product-code .icons .icon {
    width: 40px;
    height: 40px;
    color: var(--hover-primary);
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s ease;
    transform: rotate(180deg);
    cursor: pointer
}
a .product-code .icons .icon:hover {
    background-color: var(--color-primary);
    color: #fff
}
a .product-code .icons .icon:nth-last-of-type(3) {
    transition-delay: 0.2s
}
a .product-code .icons .icon:nth-last-of-type(2) {
    transition-delay: 0.15s
}
a .product-code .icons .icon:nth-last-of-type(1) {
    transition-delay: 0.1s
}
.my-products:hover a .product-code .icons .icon {
    transform: translateY(-60px)
}
.product-sec{
  background-color: var(--background-default);
}
.pr-hd p{
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 200;
  color: #878787;
  margin: 0px 0px 10px 0px;
}
.pr-select{
  font-family: var(--font-primary);
  font-size: 16px;
  font-weight: 200;
  border: none;
  background-color: var(--background-default);
  color: #878787;
}


.product-section{ 
  background-color: var(--background-default);
  position: relative;
}
.pr-hd::after{
  display: block;
    content: "";
    position: absolute;
    top: 30;
    right: 0;
    width: calc(100% + 100px);
    height: 2px;
    background-image: -webkit-gradient(linear,left top,right top,from(#cecbc8),color-stop(75%,#cecbc8),color-stop(75%,transparent),to(transparent));
    background-image: -o-linear-gradient(left,#cecbc8,#cecbc8 75%,transparent 75%,transparent 100%);
    background-image: linear-gradient(90deg,#cecbc8,#cecbc8 75%,transparent 75%,transparent 100%);
    background-size: 10px 10px,100% 3px;
    z-index: 50;
}

/*---top categories------*/
.top-categories{
  
}
.bg-top{
  background-color: var(--background-default);
}
.article-box {
    position: relative;
    color: #fff;
}
.article-box .image img{
    width:100%;
    height:100%;
    transition: transform 1s ease;
}
.article-box .image{
    width:100%;
    height:100%;
    overflow: hidden;
    box-shadow: 0 5px 20px -5px rgb(0 0 0 / 10%);
}
.article-box:hover .image {
    box-shadow: 0 10px 30px rgb(0 0 0 / 20%);
}
.article-box:hover .image img {
    transform: scale(1.1);
    transition: transform .5s ease;
}
.article-box .name{
    position: absolute;
    bottom: 50px;
    right: 0px;
    background: rgba(255, 255, 255, 0.9);
    transition: all .075s ease-out;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    text-transform: uppercase;
    font-size:13px;
    padding:8px 16px;
    font-weight:bold;}
.article-box .description .text-more{
    font-size:11px; 
    color:#333;
    text-align:right;
    padding-top:10px;
}
.top-section {
    width:100%;
    height:100%;
    transition: all .4s ease-in;
}
.top-section:hover{
    border: 1px solid var(--color-primary);
    transition: transform .5s ease;
    padding: 0px 0px 20px 0px;
}

/*------------------------------------
        product-details-Section
-------------------------------------*/
.product-details-sec{
  background-color: var(--background-default);
  font-family: var(--font-primary);
}


.slick-slider .slick-prev,
.slick-slider .slick-next {
  z-index: 100;
  font-size: 2.5em;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #b7b7b7;
  position: absolute;
  top: 50%;
  text-align: center;
  color: #000;
  opacity: 0.3;
  transition: opacity 0.25s;
  cursor: pointer;
}
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
  opacity: 0.65;
}
.slick-slider .slick-prev {
  left: 0;
}
.slick-slider .slick-next {
  right: 0;
}

#detail .product-images {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #eee;
}
#detail .product-images li,
#detail .product-images figure,
#detail .product-images a,
#detail .product-images img {
  display: block;
  outline: none;
  border: none;
}
#detail .product-images .main-img-slider figure {
  margin: 0 auto;
  padding: 0 2em;
}
.main-img-slider figure a {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
#detail .product-images .main-img-slider figure a img {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.margin-right-70{
  margin-right: 70px;
}
#detail .product-images .thumb-nav {
  margin: 0 auto;
  padding: 20px 10px;
  max-width: 600px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev,
#detail .product-images .thumb-nav.slick-slider .slick-next {
  font-size: 1.2em;
  height: 20px;
  width: 26px;
  margin-top: -10px;
}
#detail .product-images .thumb-nav.slick-slider .slick-prev {
  margin-left: -30px;
}
#detail .product-images .thumb-nav.slick-slider .slick-next {
  margin-right: -30px;
}
#detail .product-images .thumb-nav li {
  display: block;
  margin: 0 auto;
  cursor: pointer;
}
#detail .product-images .thumb-nav li img {
  display: block;
  width: 100%;
  max-width: 75px;
  margin: 0 auto;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.25s;
  -ms-transition: border-color 0.25s;
  -moz-transition: border-color 0.25s;
  transition: border-color 0.25s;
}
#detail .product-images .thumb-nav li:hover,
#detail .product-images .thumb-nav li:focus {
  border-color: #999;
}
#detail .product-images .thumb-nav li.slick-current img {
  border-color: #d12f81;
}

.shop-view-wrap {
  padding: 0px 0px 0px 20px;
}
.shop-view-wrap .title {
  margin-bottom: 6px;
}
.shop-view-wrap .title span {
  margin-left: 5px;
}
.shop-view-wrap .price-sale {
  color: #a13502;
  font-size: 23px;
  font-weight: 500;
  margin-right: 5px;
}
.shop-view-wrap .price {
  color: #77706d;
  font-size: 15px;
  font-weight: 500;
  position: relative;
  text-decoration: line-through 2px #c8c1b6;
}
.rating-view {
  margin: 17px 0 13px 0;
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
.ratings {
  list-style-type: none;
  margin: 0 33px 0 5px;
  padding: 0;
  direction: rtl;
  text-align: left;
  cursor: pointer;
}
.ratings i{ margin: 5px 5px }
.ratings .star {
  position: relative;
  display: inline-block;
  transition: color 0.2s ease;
  color: #feb94e;
}

.ratings .star:before {
  color: #d7d7d7;
  font-size: 13px;
  margin-left: -5px;
}

.ratings .star:hover:before,
.ratings .star.selected:before,
.ratings .star:hover ~ .star:before,
.ratings .star.selected ~ .star:before{
  transition: color 0.8s ease;
  color: #feb94e;
}
.rating-view .views {
  margin-top: 3px;
}
.interested-available span {
  color: #151515;
  font-size: 16px;
  font-weight: 700;
}
.interested-available span span {
  color: #77706d;
}

.select-weight {
  position: relative;
  display: inline-block;
  margin-right: 1px;
  margin-bottom: 3px;
}
.select-weight::after {
  color: #77706d;
  font-size: 13px;
  font-weight: 400;
  position: absolute;
  right: 15%;
  top: 50%;
  transform: translateY(-76%);
}

.select-weight input {
  -moz-appearance: none;
  -webkit-appearance:none;
  appearance: none;
  height: 50px;
  width:  153px;
  padding: 0 20px 0 22px;
  color: var(--hover-primary);
  font-weight: 400;
  letter-spacing: -0.5px;
  text-overflow: ellipsis;
  background-color: #fff;
  position: relative;
  cursor: pointer;
  border-color: var(--color-primary);
}
.select-weight input::-ms-expand {
    display: none;
}
.select-weight input:focus {
  border:1px solid var(--color-primary) ;
} 

.mini-img-product {
  display: inline-block;
  position: relative;
  margin: 55px 0 50px 0;
  width: 100%;
}
.mini-img-product::before {
  content: "";
  width: 94%;
  position: absolute;
  top: -72%;
  border: 1px dashed #a13502;
}
.mini-img-product img {
  margin-right: 11px;
}
.btn-cart i {
  margin: 17px 14px;
  color: #a13502;
  font-size: 17px;
}
.style-1 span{
  background-color: var(--hover-primary);
  color: #fff;
  width: 230px;
  padding: 10px 10px ;
}
.style-1 i{
  color: #fff;
}
.shop-view-wrap i.fa-retweet {
  font-size: 12px;
}
.shop-view-wrap > i:hover {
  color: #FDDB05;
}
/* tabs 
--------------------------- */
.tabs{
  padding: 40px 0px 40px 0px;
  position: relative;
  overflow: hidden;
}
.themesflat-tabs {
  background-color: #fff;
  padding: 50px 50px 40px 50px;
}
.tab-title {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0 0 22px 0;
}
.tab-title .item-tab-title {
  cursor: pointer;
  background-color: #f6ebe5;
  padding: 9px 28px;
  margin-right: 8px;
  font-family:var(--font-primary);;
  font-size: 14px;
  font-weight: 500;
  color: #a13502;
}
.tab-title .item-tab-title:hover {
  color: #fff;
  background-color: #a13502;
}
.tab-title .item-tab-title.comment {
  letter-spacing: -0.5px;
  padding: 9px 30px 9px 28px
}
.tab-title .item-tab-title.review {
  padding: 9px 39px 9px 35px;
}
.tab-title .item-tab-title.active{
  background-color: #a13502;
  color: #fff;
}
.tab-content p {
  line-height: 30px;
  margin: 0;
}
.tab-content .item-features-title {
  color: #151515;
  font-family:var(--font-primary);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.6px; 
}
.tab-content .item-features {
  margin-bottom: 30px; 
}
.tab-content .item-features li:first-child {
  margin-top: 12px;
  text-decoration: none;
}
.tab-content .item-features li {
  margin-top: 4px;
  font-size: 15px;
}
.tab-content .item-features li::before {
  font-size: 10px;
  margin-right: 10px;
  color: #f2f2f2;
  line-height: 30px;
}
.tab-content .item-features li i{
  margin: 0px 20px 0px 0px;
}
.main-about-head .main-head{
  margin: 0;
}
/*------------videobanner--------------*/
.fancy-video{
  overflow: hidden;
  position: relative;
  padding: 0px 0px 0px 0px;
  background-image: url(../images/bg/01.jpg);
}
.fancy-video .bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  /*background: url(https://designsupply-web.com/samplecontent/vender/codepen/20181014.png) no-repeat center center/cover;*/
}
.fancy-video img {
  min-width: 100%;
  z-index: 1;
}
.fancy-video .overlayy {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background-color: rgb(0 0 0 0.13);
  background-size: 3px 3px;
  z-index: 2;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid #f28613e3;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.play-btn {
  text-align: center;
  color: #fff;
  position: absolute;
  top: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
  max-width: 400px;
  width: 100%;
  height: 50px;
  width: 80px;
  height: 80px;
  background: radial-gradient( rgb(82 82 82 / 5%) 60%, rgb(187 177 178 / 61%) 62%);
  border-radius: 50%;
  margin: 100px auto;
  box-shadow: 0px 0px 25px 3px rgb(16 5 11 / 44%);
}
.play-btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-40%) translateY(-50%);
  transform: translateX(-40%) translateY(-50%);
  transform-origin: center center;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #e7d7d778;
  z-index: 100;
  -webkit-transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* pulse wave */
.play-btn:before {
  content: "";
  position: absolute;
  width: 160%;
  height: 160%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate1 2s;
  animation: pulsate1 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, .75);
  top: -30%;
  left: -30%;
  background: rgba(198, 16, 0, 0);
}

@-webkit-keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

@keyframes pulsate1 {
  0% {
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 1;
    box-shadow: inset 0px 0px 25px 3px rgba(255, 255, 255, 0.75), 0px 0px 25px 10px rgba(255, 255, 255, 0.75);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    opacity: 0;
    box-shadow: none;

  }
}

.video-img{
  overflow: hidden;
  position: relative;
}
.video-img .container-fluid{
  padding: 0 !important;
  margin: 0 !important;
}

.txt{
  font-family: var(--font-primary);
  font-size: 24px;
  font-weight: 500px;
}
.about-image1{
  text-align: center;
}
.abt-pic img{
   padding: 30px 30px 30px 30px;
}
.pg-box{
  border:1px solid var(--color-secondary);
  text-align: center;
  margin: 0px 50px 0px 0px;
}
button:focus,
input:focus{
  outline: none;
  box-shadow: none;
}
a,
a:hover{
  text-decoration: none;
}

/*--------------------------*/
.qty-container{
  justify-content: center;
}
.qty-container i{
  display: block;
}

.qty-container .input-qty{
  text-align: center;
  padding: 6px 10px;
  border: 1px solid #d4d4d4;
  height:38px;
  width: 39px;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
  border: 1px solid #d4d4d4;
  padding: 15px 13px;
  font-size: 10px;
  height: 38px;
  width: 38px;
  transition: 0.3s;
}
.qty-container .qty-btn-plus{
  margin-left: -1px;
}
.qty-container .qty-btn-minus{
  margin-right: -1px;
}
.btn-danger {
  background-color: var(--color-primary) !important ;
  line-height: 21px;
}

/*---------------------------*/
.btn-cornered,
.input-cornered{
  border-radius: 4px;
}
.btn-rounded{
  border-radius: 50%;
}
.input-rounded{
  border-radius: 50px;
}

/*---------------------------------
     BLOG - Section
---------------------------------*/
.media.media-news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    padding-bottom: 210px;
}

.media.media-news .media-body {
    padding: 20px;
    box-shadow: 0 22px 24px 0 rgba(0, 0, 0, 0.06);
    background: var(--background-default);
    position: absolute;
    width: 85%;
    right: 0;
    bottom: 0;
    border-radius: 0px 20px 20px 20px;
}

.media-body .media-date {
    font-family: var(--font-primary);
    color: #848484;
    margin-bottom: 10px;
}
.media-img{
  border-radius: 20px 0px 0px 20px;
}
.media-body h5 {
    font-size: 22px;
}
.media-body h5.small {
    font-size: 16px;
}
.media-body p {
    color: #848484;
}
.media-body .common-btn {
    margin-top: 10px;
}

.media.media-news:hover .media-body {
    box-shadow: 0 22px 28px 0 rgba(255, 121, 0, 0.21);
    border: none;
}
.btn-blog{
  color: var(--color-primary);
}
.btn-blog:hover {
  color: var(--hover-primary);
}
/*----------------------------------------
             BLOG_DETAILS
-----------------------------------------*/
.blog-details{
  background-color: var(--background-default);
}
.blog-details img.main-image{
  margin-bottom: 30px;
}
.blog-details .date{
  font-family: var(--font-primary);
  color: #848484;
  font-size: 16px;
  display: inline-block;
  letter-spacing: 3px;
}
#section-newsdetails1 .date span{
  color: #878787;
}
#section-newsdetails1 .date strong{
  color: var(--hover-primary);
}
#section-newsdetails1 blockquote{
  background-image: url('../images/blog/news-bg.png');
  background-repeat: no-repeat;
  font-family: 'SourceSansPro-Light';
  font-size: 24px;
  color: var(--color-primary);
  padding: 8px 70px;
  margin-bottom: 18px;
}
#section-newsdetails1 p{
  margin-bottom: 20px;
}

/*----[Searchbar]---- */
.sidebar.rightbar{
  border-right: 2px dashed #bbbbbd; 
  margin: 0px 0px 50px 0px;
}
.sidebar.leftbar{
  border-left: 2px dashed #bbbbbd;
}
.sidebar .searchbar{
  margin-bottom: 30px;
  position: relative;
}
.sidebar .searchbar form{
  position: relative;
}
.sidebar .searchbar form input[type="text"] {
  font-family: 'SourceSansPro-Regular';
  width: 100%;
  font-size: 16px;
  color: #878787;
  background-color: transparent;
  padding: 13px 30px 16px;
  border: 2px solid var(--hover-primary) !important;
  border-radius: 2px;
}
.sidebar .searchbar form input:focus,#section-search form input:active {
  -webkit-box-shadow: none;
  box-shadow: none;
  border:none;
  outline: 0;
}

.sidebar .searchbar form input[type="submit"] {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    z-index: 999;
    cursor: pointer;
    height: 100%;
}
.sidebar .searchbar form i {
    position: absolute;
    right: 30px;
    top: 15px;
    color: var(--hover-primary);
    z-index: 99;
}
.sidebar .searchbar form i:before {
    font-size: 25px;
    color: #878787;;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.sidebar .searchbar ::-webkit-input-placeholder { 
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
    color: #878787;
}
.sidebar .searchbar ::-moz-placeholder {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #878787;
}
.sidebar .searchbar :-ms-input-placeholder {
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #878787;
}
.sidebar .searchbar :-moz-placeholder { 
  font-family: 'SourceSansPro-Regular';
  font-size: 16px;
  color: #878787;
}
/*----[category]---- */

.sidebar .category{
  margin-bottom: 30px;
  position: relative;
}
.subcategory{
  
}
.subcategory li{
  list-style: none;
  line-height: 42px;
}
.subcategory li a{
  text-decoration: none;
  font-family: var(--font-primary);
  font-size: 17px;
  font-weight: 400;
  color: #878787;
}
.subcategory li a:hover{
  color: var(--hover-primary);
}

/*---- [Popular News] ----*/
.sidebar{
  padding: 0px 0px 0px 20px;
}
.sidebar .popular-news{
  margin-bottom: 30px;
  position: relative;
}
.sidebar .popular-news .list{
  min-height: 90px;
}
.sidebar .popular-news .list img{
  float: left;
}
.popular-news .list p{
  font-size: 16px;
  color: #878787;
  line-height: 22px;
  position: relative;
  display: table;
  padding: 0px 22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sidebar .popular-news .list:hover p{
  color: var(--hover-primary);
  -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.popular-news .list span{
  font-family: var(--font-primary);
  font-size: 16px;
  color: #878787;
  line-height: 22px;
  position: relative;
  display: table;
  padding: 0px 22px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.popular-news .list span:hover{
  color: var(--hover-primary);
}
.category li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color:#878787;
}
/*--------*/

#section-newsdetails1 .contents .comments .blog .img-frame1 img{
    margin-right: 30px !important;
}
#section-newsdetails1 .contents .comments .blog .img-frame2 img{
    margin-left: 15px !important;
}
/*-------------footersection---------------*/
.footer-section{
  font-family: var(--font-primary);
  background-color: var(--background-default);
}
.contact-info ul{
padding: 0px !important;
}
.contact-info ul li{
margin: 0px 0px 10px 0px;
}
.contact-info ul li i {
    font-size: 16px;
    color: var(--color-primary);
    border-radius: 1px;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 34px;
    margin:0px 5px 5px 5px;
    list-style-type: none;

}
.contact-info ul li i:hover{
    background-color: var(--color-primary);
    color: #fff !important;
}
.contact-info .fr-para{
   margin:0px 5px 0px 47px;
}
.footer-text{
    margin: 0px 5px 5px 5px;
}
.footer-text p{
    margin: 0px 0px 10px 0px;
}

.footer-sec{
  background-color: var(--background-default);
  padding: 15px 0px;
  text-align: center;
}
.copyright a{
  color: var(--color-primary);
}
.social-network a {
  color: var(--color-default);
  line-height: 35px;
  display: inline-block;
  margin: 0px 10px 10px 0px;
  text-align: center;
  width: 36px;
  height: 36px;
  background-color: var(--color-primary);
  border-radius: 50px;
  text-align: center;
  float: left;
}
.social-network a:hover{
  color: var(--color-primary);
  border: 1px solid  var(--color-primary);
  background-color: var(--color-default);
}
/*-------------------------
         Portfolio-Page
-------------------------*/
.gallery{
  padding: 90px 0px 40px 0px;
  position: relative;
}
.portfoliopic{
  overflow: hidden;
  position: relative;
  margin: 10px 0px 10px 0px;
  background: rgba(0, 0, 0, 1);
}
.portfoliopic img{
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.3;
}
.portfoliopic .pic-all{
  padding: 2em;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.portfoliopic .pic-all::before,
.portfoliopic .pic-all::after {
  pointer-events: none;
}
.portfoliopic .pic-all,
.portfoliopic .pic-all  a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.portfoliopic .pic-all  a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.portfoliopic  h2 {
  word-spacing: -0.15em;
  font-weight: 300;
  color: #fff;
}

.portfoliopic  h2 span {
  font-weight: 800;
}

.portfoliopic  h2,
.portfoliopic  p {
  margin: 0;
}

.portfoliopic  p {
  letter-spacing: 1px;
  font-size: 68.5%;
}
.portfoliopic img {
  max-width: none;
  width: -webkit-calc(100% + 50px);
  width: calc(100% + 50px);
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px,0, 0);
  transform: translate3d(-40px,0,0);
}
.portfoliopic .pic-all  {
  text-align: left;
}
.portfoliopic .pic-details {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 2em;
  width: 100%;
  height: 50%;
}
.portfoliopic h2,
.portfoliopic p {
  -webkit-transform: translate3d(0,40px,0);
  transform: translate3d(0,40px,0);
}
.portfoliopic h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.portfoliopic p {
  color: var(--color-default);
  background-color: var(--hover-primary);
  border-radius: 20px;
  padding: 5px 7px 5px 7px;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.portfoliopic:hover img,
.portfoliopic:hover p {
  opacity: 1;
}
.portfoliopic:hover img,
.portfoliopic:hover h2,
.portfoliopic:hover p {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.portfoliopic:hover p {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

/*-------------------------
       BANNER-Page
-------------------------*/
.page-section{
  position: relative;
  background-color: #000;
  color: #fff;
}
.page-bg{
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.page-bg:after{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}
.page-title{
  position: relative;
  margin: 0px 0px 20px 0px;
  display: flex;
  align-items: center;
  min-height: 500px;
  z-index: 4;
}
.page-dets h2{
  font-family: var(--font-primary);
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-weight: 800;
  font-size: 45px;
  color: var(--grayWhite);
}
.page-dets p{
  font-family: var(--font-default);
  font-weight: bold;
  margin: 0px 0px 10px 0px;
  font-weight: normal;
  font-size: 14px;
}
.about-banner{
   background-image:url('../images/banner/about-bg.jpg');
}
.shop-banner{
    background-image: url('../images/banner/shop-bg.jpg');
}
.shop2-banner{
    background-image:url('../images/banner/shop2-bg.jpg');
}
.gallery-banner{
  background-image: url('../images/banner/gallery-bg.jpg');
}
.blog-banner{
  background-image: url('../images/banner/blog-bg.jpg');
}
.blog-details-banner{
  background-image: url('../images/banner/blog2-bg.jpg');
}
.contact-banner{
  background-image:url('../images/banner/contact-bg.jpg')  ;
}

/*-------------------------
       CONTACT-SECTION
-------------------------*/
.contact-section {
  overflow: hidden;
}
.information {
  background-color: #fff;
  padding: 35px 30px 0px 30px;
}
.information .infor {
  font-family:var(--font-primary);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  padding-bottom: 46px;
  margin-bottom: 59px;
  border-bottom: 2px dashed #a1350230;
}
.information .infor .title {
  font-family:var(--font-primary);
  font-size: 18px;
  color: #a13502;
  font-weight: 700;
  width: 32%;
  position: relative;
}
.information .infor .title::after {
  content: ":";
  position: absolute;
  color: #5c5c5c;
  right: 21%;
}
.information .infor .content {
  color: #989391;
  width: 68%;
  line-height: 20px;
}
.information .infor.infor-social {
  border: 0;
  margin: 0;
}
.information .infor .content.social-icon {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 0;
}
.information .infor.infor-address {
  padding-bottom: 38px;
}
.information .infor.infor-address .content {
  padding-right: 40px;
}
.information .infor .content.social-icon a {
  padding-right: 34px;
  color: #77706d;
}
.information .infor .content.social-icon .active,
.information .infor .content.social-icon a:hover {
  color: #a13502;
}
.contact-info-secton{
  background-color: var(--background-default);
}
.txt-box{
  font-size: 18px;
  background-color: #f3efef3d;
  border: none;
  border-bottom: 1px solid #bab3b380;
  outline: none;
  border-radius: 0;
  box-shadow: none;
  font-family: var(--font-primary);
  color: var(--color-secondary);
  margin: 0px 0px 35px 0px;
}
.booking-form{
  background-color: var(--background-default);
  border-radius: 1px;
  position: relative;
  z-index: 99;
  padding: 0px 20px 30px 20px;
}
.txt-box ,
.txt-area-box {
  font-size: 15px;
  line-height: 16px; 
  outline: none;
  border-radius: 0;
  height: 45px;  
  padding: 10px 20px;
  font-family: var(--font-primary);
  background: #fde6e217 !important;
  margin: 25px 0px 35px 0px;
}
.call span b{
  color: #3a3a3ab5;
  font-family: var(--font-primary);
}

/*-------------------------------*/
.img-footer {
  position: absolute;
  bottom: 13%;
  left: 20.5%;
}

.img-footer-2 {
  position: absolute;
  bottom: -14%;
  right: -4%;
}
.img-footer-1 img{
  overflow: hidden;
  position: absolute;
  bottom: 9.5%;
  right: 7.5%;
  z-index: 1;
  animation: slideLeftRight 2s infinite linear;
}
.img-bg-2 img {
  overflow: hidden;
  position: absolute;
  bottom: 15%;
  right: 42%;
  z-index: 991;
  animation: slideLeftRight 2s infinite linear;
}
@keyframes slideLeftRight {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
}
50% {
    -webkit-transform: translate(20px);
    transform: translate(20px);
}
100% {
    -webkit-transform: translate(0);
    transform: translate(0);
}
}



/*----scroll top------------*/
#scroll-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  font-size: 32px;
  background: var(--color-primary);
  border-radius: 100%;
  cursor: pointer;
  z-index: 3;
}
#scroll-top span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -8px;
  margin-top: -12px;
  height: 0;
  width: 0;
  border: 8px solid transparent;
  border-bottom-color: #ffffff;
}
#scroll-top:hover {
  transition: 0.3s;
  box-shadow: 0 0 20px 4px #fff;
}
  
.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
  background-color: rgba(255,  255,  255,0.8);
 
}
.navbar-fixed ul a{
  color: #000 !important;
}