/*========================================
Author Name:   Codebasket
Template Type: Restaurant Management
Brand Color:   #FBB217, #FBB217, #FBB217
Icon:          Ico font
Text font:     Lobster Two, Roboto
Version:       v1.0.01
-----------------------------

Thanks for purchasing the template. I hope the template will come in handy. If you want to develop this template then you can contact me, I will develop you at a very reasonable price. In addition, I am available for any kind of support.

By the way,
Don't forgot your feedback or ratings.

/* ======all font use====== */

@import url("https://fonts.googleapis.com/css2?family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

@media (min-width: 1400px) {
  .container {
    max-width: 1170px;
  }
}

/* ====end CSS Variable=== */

body {
  font-family: "Roboto", sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 25px;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #292929;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
}

p {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 15px;
}
ul {
  padding: 0;
  list-style: none;
}

ul,
ol,
li {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
  color: #666;
}

/*========== BASE ==========*/

*,
::before,
::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

button:focus {
  outline: none;
}
img {
	max-width: 100%;
}

/* ==========custom button ==== */

.custom-btn {
  outline: none;
  background: #FBB217;
  color: #fff;
  padding: 10px 25px;
  transition: 0.3s;
  display: inline-block;
  border: none;
  border-radius: 3px;
}
.banner-2 .custom-btn {
  background: #e4bc5d;
}
.banner-2 .custom-btn:hover{
  color: #000;
  background:#fff;
}
.custom-btn-alt {
  outline: none;
  background: #fff;
  color: #FBB217;
  padding: 10px 25px;
  transition: 0.3s;
  display: inline-block;
}

.custom-btn-alt:hover {
  background: #FBB217;
  color: #fff;
}

.custom-btn:hover {
  background: #292929;
  color: #fff;
}
.cmy-5 {
  margin: 3rem 0rem;
}

.cmt-5 {
  margin-top: 3rem;
}

.cmb-5 {
  margin-bottom: 3rem;
}

.cmb-7 {
  margin-bottom: 80px;
}

.cpt-5 {
  padding-top: 3rem;
}

.cpb-5 {
  padding-bottom: 3rem;
}

.cmt-6 {
  margin-top: 100px;
}

.cmb-6 {
  margin-bottom: 100px;
}

.cpt-6 {
  padding-top: 105px;
}

.cpb-6 {
  padding-bottom: 105px;
}

.cpy-5 {
  padding: 3rem 0rem;
}

.cpy-6 {
  padding: 105px 0;
}

.cpy-8 {
  padding-top: 105px;
  padding-bottom: 80px;
}

.z-1 {
  z-index: 1;
}

/* page loader  */

#preloader {
  position: fixed;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  height: 100vh;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loader3 {
  width: 5rem;
  height: 5rem;
  display: inline-block;
  padding: 0px;
  text-align: left;
}

.loader3 span {
  position: absolute;
  display: inline-block;
  width: 5rem;
  height: 5rem;
  border-radius: 100%;
  background: #FBB217;
  -webkit-animation: loader3 1.5s linear infinite;
  animation: loader3 1.5s linear infinite;
}

.loader3 span:last-child {
  animation-delay: -0.9s;
  -webkit-animation-delay: -0.9s;
}

@keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes loader3 {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

.wrapper {
  overflow-x: hidden;
}

.custom-btn-light {
  outline: none;
  background: #FBB217;
  color: #fff;
  padding: 10px 35px;
  transition: 0.3s;
  display: inline-block;
  border: none;
}

.custom-btn-light:hover {
  background: #fff;
  color: #FBB217;
}

.header.header-1.navbar-fixed {
  position: fixed;
  background: #fff;
  z-index: 2;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 0px 7px 20px 0px #adadad4a;
}
.header-default.header {
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.header {
  width: 100%;
  position: absolute;
  z-index: 99;
}
.header-2 {
  padding: 30px 0;
}

.header-2 a:hover {
  color: #FBB217;
}
.header-2.theme-3 a:hover {
  color: #FBB217;
}
.logo {
  padding: 15px 0;
}
.logo img {
	max-width: 120px;
  height:60px;
}

img.contact-icon {
  padding-right: 10px;
}
.second-home-nav {
  background: #000;
  padding: 0 20px;
}
.header.navbar-fixed .second-home-nav {
  box-shadow: 0 0 8px 0 #6a6a6a;
}

/* toggle menu  */

.search-input:focus {
  box-shadow: none !important;
}
.search-form.active {
  display: block;
}

.banner.banner-1 {
  background-repeat: no-repeat;
  background-size: cover;
  height: 760px;
  display: flex;
  align-items: center;
  padding-top: 0;
  position: relative;
  padding-top: 100px;
}

.banner-1 .bannerSlider .swiper-wrapper .swiper-slide {
  padding: 50px 0;
}

@media screen and (max-width: 991px) {
  .banner.banner-1 {
    height: auto !important;
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

@media screen and (max-width: 767px) {
  .banner-1 .bannerSlider .swiper-wrapper .swiper-slide {
    padding: 0px 0;
  }
}

.slider-details {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-item-img img {
  width: 90%;
}

.banner-1 .text-inner .sm-title {
  font-size: 20px;
  font-family: "Lobster Two", cursive;
  color: #FBB217;
  line-height: 1;
}
.banner-title {
  font-size: 50px;
  margin: 23px 0;
  line-height:68px;
  color: #292929;
}
.banner-2 .banner-title {
  color: #fff;
}
.serv-list .list-des p {
  margin-bottom: 0;
}
.mb-15 {
  margin-bottom: 15px;
}
.review p {
  margin-bottom: 0;
}
/* =============banner slider======== */

.banner-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  bottom: 10px;
}
.banner.banner-1 .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 30px;
}
.banner.banner-1 .banner-pagination .swiper-pagination-bullet {
  width: 60px;
  border-radius: 0;
  height: 5px;
  background: #000;
  opacity: 0.2;
}
.banner.banner-1 .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background: #FBB217;
}
.banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #FBB217;
  opacity: 1;
}

.banner-1 .bannerSlider .swiper-wrapper {
  padding: 50px 0;
}

/* =========================================================
                    About section style 
========================================================= */
.about-content p.sec-sm-title{
  font-size: 36px;
  color:#292929;
}
.about-content a.btn{
  color: #fff;
  font-size: 14px;
  box-shadow: none;
  padding: 7px 15px;
  background-color: #e4bc5d;
}

/* =========================================================
                    Feature section style 
========================================================= */

.feature-card {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
  transition: 0.6s;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
}

.feature-card:hover {
  border-color: #fff;
  box-shadow: 0px 0px 20px 1px #e7e6e6;
  background: #fff;
}

.feature-box {
  display: inline-flex;
  width: 85px;
  height: 85px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: #fff9f4;
  margin-top: 20px;
  margin-bottom: 20px;
}

.feature-name {
  font-size: 20px;
  margin-bottom: 10px;
  transition: 0.3s;

}
.feature-name a { 
  color: #292929;
}

.discover-bt {
  color: #666666;
  font-weight: 500;
  margin-top: 10px;
  display: flex;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  justify-content: center;
  align-items: center;
}

.discover-bt:before,
.discover-bt::after {
  content: "";
  width: 5px;
  height: 5px;
  background: #666666;
  display: inline-flex;
  margin: 10px;
  transform: rotate(45deg);
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.feature-details {
  padding: 20px;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 0;
}

.feature-card:hover .feature-name a{
  color: #FBB217;
}

.feature-card:hover .discover-bt {
  color: #FBB217;
}

.feature-card:hover .discover-bt:before {
  content: "";
  background: #fce0c7;
}

.feature-card:hover .discover-bt::after {
  content: "";
  background: #fce0c7;
}

/* ==========================================
        Subscribe 
========================================== */
.hero-text {
  height: 100%;
  align-items: center;
  display: grid;
  align-items: center;
}

.subscribe {
  padding: 100px 0;
  background: #0000007d;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #FBB217;
  outline: 0;
  box-shadow: none;
}
.footer-2 .form-control:focus {
  border-color: #FBB217;
}
.subs-title {
  color: #fff;
  font-size: 30px;
  margin-bottom: 5px;
  line-height: 1.4;
}

.subs-des {
  color: #fff;
  font-size: 15px;
}

.input-group-text {
  border: none;
  border-radius: 0;
}

/* =============================
            ABOUT
============================= */

.about-title {
  font-size: 36px;
}

.service-name {
  font-size: 16px;
}

.ab-service-li {
  display: flex;
  align-items: center;
}

.service-name-des {
  margin-left: 20px;
}

.about-1 .service-icon {
  width: 55px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff9f4;
  flex: 0 0 55px;
  max-width: 55px;
}

.about-details {
  padding-left: 10px;
}
/* ==================================================
                    Product section 
================================================== */

.product-inner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.cat-menu-li {
  display: inline-grid;
  margin: 13px;
  cursor: pointer;
}
.product.product-2, .product-2 .all-product {
  background-color: transparent;
}
img.cat-icon {
  width: 70px;
}
.contact-area-2 .custom-btn {
  background-color: #FBB217;
}
.contact-area-2 .custom-btn:hover {
  background: #292929;
}
.cat-name {
  font-size: 20px;
  font-family: "Lobster Two", cursive;
  transition: 0.3s;
}
.product-2 .cat-name {
  font-size: 15px;
  color: #666;
}
.cat-menu-li:hover span {
  color: #FBB217;
}
.product-2  .cat-menu-li span {
  color: #FBB217;
}
.product-2  .cat-menu-li:hover span {
  color: #FBB217;
}
.cat-menu-li.mixitup-control-active span {
  color: #FBB217;
}
.product-2 .cat-menu-li.mixitup-control-active span {
  color: #FBB217;
}

.product-card {
  background: #fff;
  position: relative;
  box-shadow: 0px 6px 20px 1px #ddd;
}

.product-card:hover .product-img img {
  transform: scale(1.05);
}

.product-details {
  padding: 18px 10px;
}
.product-card .product-details a.btn{
  color:#fff;
  font-size:14px;  
  box-shadow: none;
  padding:7px 15px;
  background-color:#e4bc5d;
}
.all-product-1 .product-img img {
  width: 100%;
}
.all-product-1 .product-card {
  padding: 0;
  text-align: start;
}

.all-product-1 .product-details {
  padding: 25px;
}
.product-img img {
  width: 100%;
  height: 225px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  object-fit: cover;
}

.product-img {
  overflow: hidden;
  background-color: #f2f2f2;
}
.cart-price-wishlist {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sm-custom-btn:hover {
  color: #fff;
}

.product-sm-des {
  margin: 10px 0;
}

.delivery {
  color: #FBB217;
  background-position: right center;
}
.pb-70 {
  padding-bottom: 70px;
}
.sm-custom-btn {
  color: #fff;
  background: #292929;
  padding: 6px 10px;
  font-size: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-price {
  position: absolute;
  background: #FBB217;
  color: #fff;
  padding: 3px 15px;
  top: 10px;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.product-card:hover .product-price {
  opacity: 1;
  visibility: visible;
}

.wishlist-btn {
  opacity: 0;
  visibility: hidden;
}

.product-card:hover .wishlist-btn {
  opacity: 1;
  visibility: visible;
}

.sm-custom-btn.wishlist-btn {
  background: none;
  border: 1px solid #ddd;
  color: #FBB217;
}

.product-card:hover .cart-btn {
  background: #FBB217;
}

/* ==================app section ============= */

.app-inner {
  background-repeat: no-repeat;
  background-size: cover;
}

.app-feature {
  padding: 50px;
}

.app-title {
  font-size: 36px;
  line-height: 1.3;
}

.app-store {
  display: flex;
}

.store img {
  width: 151px;
  margin: 15px 10px 0 0;
}

.app-img {
  position: relative;
}

img.app-one {
  position: absolute;
  right: 0;
  animation-delay: 2s;
  width: 48%;
  animation: second-app 1.5s linear infinite alternate;
  -webkit-animation: second-app 1.5s linear infinite alternate;
}

@-webkit-keyframes second-app {
  0% {
    margin-top: -13px;
  }
  100% {
    margin-top: -20%;
  }
}

@keyframes second-app {
  0% {
    transform: translateY(-13px);
  }
  100% {
    transform: translateY(-30px);
  }
}

.app-section-1 img.app-tow {
  margin-top: 50px;
}

@-webkit-keyframes first-app {
  0% {
    margin-top: -20%;
  }
  100% {
    margin-top: -15%;
  }
}

@keyframes first-app {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(15px);
  }
}

/* ============availability===== */


.note-li:hover {
  color: #FBB217;
  border-color: #FBB217;
}

.note-footer-text {
  font-size: 20px;
  margin-bottom: 5px;
  color: #292929;
} 
.note-footer-text:hover { 
  color: #FBB217;
}

/* ====================================================
                Team 
==================================================== */

.team {
  padding-top: 105px;
}

.member-img img {
  width: 100%;
  transition: 0.6s;
}
.member-img a {
  display: block;
}

.team-card:hover .member-img img {
  transform: scale(1.05);
}
.team-card.team-details-card:hover .member-img img {
  transform: scale(1);
}

.member-img {
  overflow: hidden;
}
.team-card {
  text-align: center;
  box-shadow: 0px 9px 20px 1px #98767626;
}

.member-details {
  padding: 15px 10px;
}

.team-card::after {
  content: "";
  height: 2px;
  width: 65%;
  background: #000;
  display: block;
  margin: auto;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

.member-name {
  font-size: 20px;
  padding-bottom: 7px;
  color: #292929;
  font-weight: 600;
  transition: 0.3s;
  display: block;
}

.member-name:hover {
  color: #FBB217;
}

.team-card:hover::after {
  background: #FBB217;
}


/* ====================================================================
                    Customer Review 
==================================================================== */

.customer-name span {
  font-size: 13px;
  font-weight: 400;
}

.review-item {
  margin: 15px 0;
}
.review-pagination {
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  bottom: 10px;
}
.customer-1  .review-pagination .swiper-pagination-bullet-active {
  background: #FBB217;
}
.customer-1 .review-pagination {
  margin-bottom: 41px;
  margin-left: 48px;
  position: absolute;
  z-index: 99;
  text-align: center;
  display: flex;
  justify-content: start;
  align-items: center;
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* ============================================================================
                                Blog and news
============================================================================ */


.post-des {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.date-view {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.post-card {
  background: #fff;
  box-shadow: 0px 5px 20px 1px #00000029;
}

.view-more {
  color: #666666;
  transition: 0.3s;
  border-bottom: 2px solid #7a7a7a;
  font-weight: 600;
}

.view-more:hover {
  color: #FBB217;
  border-color: #FBB217;
}

.latest-blog-2 .view-more:hover {
  color: #FBB217;
  border-color: #FBB217;
}


/* ====================responsive======== */

@media screen and (max-width: 767px) {
  /* .app-section {
    margin: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0;
  } */
  .availability {
    margin-top:105px;
  }
}

@media screen and (max-width: 500px) {
  .store img {
    width: 96% !important;
  }
}

.delivery-text {
  color: #FBB217;
}
.cb-category-card img {
	width: 100%;
	object-fit: cover;
}
.banner-bg {
  position: relative;
  height: 750px;
  display: flex;
  align-items: center;
  background-position: center;
}
.banner-bg::before{
  position: absolute;
  content:'';
  left:0;
  right:0;
  top:0;
  bottom:0;
  background: rgba(0, 0, 0, 0.5);
}
.text-inner .sm-title {
  font-weight: 600;
  color: #fff;
}
.banner-3 .text-inner .sm-title {
  color: #FBB217;
}
.bannerone {
  background-image: url(../img/banner-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img-tow {
  background-image: url(../img/banner-bg-1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.banner-img-there {
  background-image: url(../img/banner-bg-3.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.about-img {
  height: 100%;
  display: flex;
  align-items: center;
}
.banner-2 .text-inner {
	padding-top: 60px;
}
/* ======================================================
                Social 
====================================================== */

ul.right-social-ul {
  display: flex;
  align-items: center;
  writing-mode: vertical-lr;
  position: absolute;
  right: 0;
  top: 25%;
  z-index: 99;
}

ul.right-social-ul li {
  padding: 12px;
}

/* ==========================
        Banner 
========================== */

.sm-title {
  font-size: 28px;
  font-family: "Lobster Two", cursive;
  color: #e4bc5d;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 10px;
}

.banner-title a {
  color: #e4bc5d;
  text-decoration: underline;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0)
      scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
  }
}

.banner-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  z-index: 1;
  margin-bottom: 20px;
}

.banner-pagination .swiper-pagination-bullet {
  width: 50px;
  border-radius: 0;
  height: 5px;
  background: #fff;
  opacity: 1;
}
.sec-sm-title {
  text-transform: capitalize;
  font-family: "Lobster Two", cursive;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

.title {
  font-size: 36px;
  line-height: 1.3;
}

.des {
  padding: 15px 0;
}

.content-title {
  font-size: 20px;
  margin-top: 10px;
}

ul.about-ul li {
  width: 50%;
}

ul.about-ul {
  display: flex;
}

.serv-list {
  display: flex;
  align-items: center;
}

.serv-list img {
  height: 60px;
  padding: 5px;
}

.list-des {
  padding: 5px 15px;
}

.list-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.about-role {
  margin: 6px 0;
}

/* ==========================Product section style ================= */

.status-product {
  display: inline-block;
  background: #FBB217;
  padding: 0px 10px;
  color: #fff;
  position: absolute;
  left: 10px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.product-card:hover .status-product {
  opacity: 1;
  visibility: visible;
}

.product-2 .status-product {
  background: #FBB217;
}

ul.cat-menu {
  display: initial;
  justify-content: center;
  align-items: center;
}

.cat-menu-li {
  padding: 1px 10px;
  cursor: pointer;
  transition: 0.3s;
  margin: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-grid;
  border-bottom: 2px solid;
  border-color: #fff;
  margin-top: 7px;
}

.product-card {
  text-align: center;
  position: relative;
  box-shadow: rgb(240 240 240) 0px 0px 41px 1px;
  padding: 10px;
  transition: 0.3s;
}
.product-name {
  color: #292929;
  font-weight: 600;
  font-size: 18px;
  transition: 0.3s;
  display: block;
  margin-bottom: 10px;
}
.product-name:hover {
  color: #FBB217;
}
.header-2 .product-name:hover {
  color: #FBB217;
}
.header-2.theme-3 .product-name:hover {
  color: #FBB217;
}
.product-2 .product-name:hover {
  color: #FBB217;
}
.latest-blog-2 .post-title:hover {
  color: #FBB217;
}
ul.pd-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.rating li span {
  color: #f6d807;
  padding: 3px;

}

ul.rating li span.unrated {
  color: #ddd;
}

.shop-btn {
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #292929;
  text-decoration: none;
  margin: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.mt-50 {
  margin-top: 50px;
}
.shop-btn:hover {
  background: #FBB217;
  color: #fff;
  border-color: #FBB217;
}
.product-2 .shop-btn:hover {
  background: #FBB217;
  border-color: #FBB217;
}



.customer-details {
  text-align: center;
}
.customer-img {
  width: 90px;
  height: 90px;
  margin: auto;
  border-radius: 50%;
  overflow: hidden;
  padding: 10px;
}
.customer-img img {
  width: 100%;
}
.message {
  font-size: 15px;
  line-height: 25px;
  margin-bottom:40px;
}

.review-pagination span.swiper-pagination-bullet-active-main {
  background-color: #FBB217;
  width: 8px;
  height: 8px;
}

span.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header.navbar-fixed {
  position: fixed;
  background: #fff;
  z-index: 100;
  padding: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  box-shadow: 0px 7px 20px 0px #adadad4a;
}

.slider-item-img {
  text-align: center;
}

.watch.justify-content-center {
  margin: 0;
}
.slider-details {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-1 .slider-item-img img {
    width: 100%;
    padding-top: 0px;
  }

.banner-btn-sec {
  display: flex;
  align-items: center;
}

.about-img {
  display: flex;
  align-items: center;
  height: 100%;
}

.banner-pagination {
  justify-content: center;
  align-items: center;
  display: flex;
}

.bannerSlider .swiper-wrapper {
  padding: 0;
}
.footer-content-wrapper p{
  font-size:14px;
  color: #fff;
}
.footer-content-wrapper table{
  border:0;
}
.footer-content-wrapper table tr th{
  font-size:11px;
  font-weight:100;
  padding:6px 0;
  border:00;
  border-bottom: 1px solid #323232;
  color: #fff;
  box-shadow: none;
}
.footer-content-wrapper table tr td{
  font-size:11px;
  font-weight:100;
  padding:6px 0;
  border:0;
  border-bottom: 1px solid #323232;
  color:#fff !important;
  box-shadow: none;
}

@media screen and (max-width: 991px) {
  .bannerSlider .swiper-wrapper {
    padding: 0 !important;
  }
}

.des {
 padding: 15px 0;
}

.about-content {
  padding-left: 25px;
}

/* ==========================================
        Subscribe 
========================================== */
.mb-120 {
  margin-bottom: 120px;
}
.subscribe-wrapper {
  background-image: url("../img/image/ad-ban-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-text {
  height: 100%;
  align-items: center;
  display: flex;
}

.subscribe {
  padding: 100px 0;
  background: #0000007d;
  position: relative;
}

.content-subs {
  z-index: 5;
}

.subscribe::before {
  content: "";
  clip-path: polygon(0% 0%, 100% 0%, 76% 100%, 0% 100%);
  background: #FBB217e3;
  height: 100%;
  display: block;
  width: 60%;
  position: absolute;
  top: 0;
}
.subscribe-wrapper-1 .subscribe::before {
  display: none;
}
.contact-area-2 .form-control:focus {
  border-color: #FBB217;
}
.subscribe-wrapper-1 .form-control {
  padding: 0.775rem 0.75rem;
  border-radius: 0;
}

.subs-des {
  color: #fff;
  font-size: 15px;
}

.input-group-text {
  border: none;
  border-radius: 0;
}

.hero-text {
  align-items: center;
  display: flex;
}

.hero-form {
  width: 100%;
}

/* ==========================Product section style ================= */

.product {
  background: #fff9f4;
}
.all-product {
  background: #fff9f4;
}

.project-title {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
  transition: 0.3s;
}

.project-title:hover {
  color: #FBB217;
}

ul.cat-menu {
  display: initial;
  justify-content: center;
  align-items: center;
}

.cat-menu-li {
  padding: 5px 20px;
  cursor: pointer;
  transition: 0.3s;
  margin: 3px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  display: inline-grid;
}

.product-card {
  text-align: center;
  position: relative;
}

ul.rating {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
}

ul.pd-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
}

ul.rating li span {
  color: #f6d807;
  padding: 3px;
}

ul.rating li span.unrated {
  color: #ddd;
}

.price {
  font-size:16px;
  color: #292929;
  margin-bottom:12px;
}

.shop-btn {
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #292929;
  text-decoration: none;
  margin: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}

/* =============================================
        customer 
=========================================== */
.customer {
  position: relative;
  z-index: 1;
  background-color: #f7f7f7;
}
.customer-details {
  text-align: center;
}

.customer-name {
  margin-bottom:10px;
}
.customer-1 .customer-img {
	width: 100%;
	border-radius: 0;
	min-height: 430px;
}
.mt-35 {
  margin-top: 35px;
}
.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(.66);
}
.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(.66);
}
.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	position: relative;
  width: 15px;
  height: 15px;
}
.customer-2 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
  background: #FBB217;
}
.customer-2 .review-pagination {
  left: 0 !important;
  right: 0 !important;
  margin: auto;
  bottom: 0;
  position: absolute;
  z-index: 99;
  transform: inherit !important;
}
.customer-2 .review-item {
  margin:0 !important;
}
.customer-2 .sm-title  {
  color: #FBB217;
}
.latest-blog-2 .sm-title {
  color: #FBB217;
}

/* ================================service =================== */

.pl-40 {
  padding-left: 40px;
}
.mt-40 {
  margin-top: 40px;
}
.service-icon img {
  transition: 0.3s;
  width: 60px;
  height: 60px;
}
.about-1 .service-icon img {
  width: auto;
  height: auto;
}
.service-card:hover .service-name {
  color: #fff;
}

.service-card:hover .service-sm-des {
  color: #fff;
}

.service-card:hover .show-btn {
  color: #fff;
}

/* ==================app section ============= */

.app-section {
  margin: 56px 0 82px;
}

img.app-tow {
  position: absolute;
  left: 0;
  animation-delay: 2s;
  width: 48%;
  animation: first-app 1.5s linear infinite alternate;
  -webkit-animation: first-app 1.5s linear infinite alternate;
}

@-webkit-keyframes first-app {
  0% {
    margin-top: -20%;
  }
  100% {
    margin-top: -15%;
  }
}

@keyframes first-app {
  0% {
    transform: translateY(-20%);
  }
  100% {
    transform: translateY(-15%);
  }
}

.describe-content {
  text-align: center;
  color: #fff;
}

/* ==========================Product section style ================= */

.product-img img.gallery-img {
  width: 100%;
}

.product-card.gallery-card {
  box-shadow: none;
  padding: 0;
}

.view-project {
  position: absolute;
  background: #ffffffdb;
  right: 7%;
  bottom: 9%;
  top: 9%;
  left: 7%;
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transform: scale(0.9);
}

.product-card:hover .view-project {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}

.product-card:hover .status-product {
  opacity: 1;
  visibility: visible;
}

.project-title {
  font-size: 20px;
  font-weight: 600;
  color: #292929;
  transition: 0.3s;
}

.project-title:hover {
  color: #FBB217;
}

tbody.table-body-text tr td {
  padding-top: 0;
}

.product-2 .cat-menu-li.mixitup-control-active {
  color: #FBB217;
  border-bottom: 2px solid #FBB217;
}
.all-product-1 li.cat-menu-li {
  border-bottom: 0;
}

.all-product-1 li.cat-menu-li.mixitup-control-active {
  border-bottom: 0;
  color: #FBB217;
}
.mb-40 {
  margin-bottom: 40px;
}
.product-card {
  text-align: center;
  position: relative;
  box-shadow: rgb(240 240 240) 0px 0px 41px 1px;
  /* padding: 10px; */
  transition: 0.3s;
}

.m-pd-card {
  padding: 10px;
}

.product-card:hover {
  margin-top: -10px;
}
.all-product-1 .product-card:hover {
  margin-top: 0;
}


ul.pd-btn-group {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
}
ul.rating li{
  margin:0 2px;
}
ul.rating li span {
  font-size:18px;
  color: #FBB217;
  padding: 3px;
}

ul.rating li span.unrated {
  color: #ddd;
}

.shop-btn {
  border: 1px solid #ddd;
  width: 35px;
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #292929;
  text-decoration: none;
  margin: 3px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.header.header-2 .logo {
	padding: 10px 0;
}
.header.header-2 {
  background: #fff0;
  box-shadow: none;
}

/* =================Footer style =========== */

.footer-section {
  background-size: cover;
  background-repeat: no-repeat;
}

.footer-section {
  padding-top: 75px;
  background-color:#000;
}

.footer-content-wrapper {
  color: #fff;
}

ul.address li {
  display: flex;
  align-items: center;
  margin: 15px 0;
}

ul.address li span {
  font-size: 30px;
}

.address-info {
  padding-left: 12px;
  line-height: 20px;
}

.footer-widget-title {
  color: #fff;
  font-size: 20px;
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

.footer-widget-title:after {
  content: "";
  height: 2px;
  width: 70%;
  background: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}
.footer-content-wrapper ul li a {
  color: #fff;
  transition: 0.3s;
  display: block;
}
.footer-content-wrapper ul li a:hover {
  color: #FBB217;
}
.footer-2 .footer-content-wrapper ul li a:hover {
  color: #FBB217;
}
.footer-2 .custom-btn {
  background: #FBB217;
}
.footer-2 .custom-btn:hover {
  background: #292929;
}
ul.insta-feed {
  display: grid;
  grid-template-columns: auto auto auto;
}

.foot-list {
  margin: 5px;
  position: relative;
}

.footer-link img {
  width: 100%;
}

.subscribe-des {
  margin-bottom: 20px;
}

ul.social-ul {
  display: flex;
  margin-bottom: 0;
}

.social-link {
  color: #fff;
  padding: 6px;
  transition: 0.3s;
}

.social-link:hover {
  color: #FBB217;
}

.last-footer {
  padding: 20px 0px;
  border-top: 1px solid #444;
  margin-top: 65px;
}

.copyright-text {
  color: #fff;
}

.insta {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #0009;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  font-size: 20px;
  opacity: 0;
  visibility: hidden;
}

.foot-list:hover .insta {
  opacity: 1;
  visibility: visible;
}
.footer-1 .address-info a {
  color: #fff;
  transition: 0.3s;
}

.footer-1 .address-info a:hover {
  color: #FBB217;
}
.ml-35 {
  margin-left: 35px;
}
.header-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

.header-right-search-phone a {
  color: #292929;
  transition: 0.3s;
  font-weight: 500;
}
.header-right-search-phone a:not(:first-child) {
  margin-left: 35px;
}

.header-right-search-phone a:hover {
  color: #FBB217;
}
.address-info a {
  color: #fff;
}
.footer-2 .address-info a:hover {
  color: #FBB217;
}
/* =================Footer style end=========== */


.product-2 .product-img {
	background-color: #ddd;
}
.customer-2.theme-3 .sm-title {
  color: #FBB217;
}
.customer-2.theme-3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
  background: #FBB217;
}
.latest-blog-3 .sm-title {
  color: #FBB217;
}
.latest-blog-3 .post-title:hover {
  color: #FBB217;
}
.latest-blog-3 .view-more:hover {
  color: #FBB217;
  border-color: #FBB217;
}
.header .container {
  position: relative;
  z-index: 1;
}
.search-form-wrapper {
  position: absolute;
  left: 0;
  width: 100%;
  transition: 0.5s;
}

/*  Header menu CSS  */

.header-menu li a {
  font-size: 15px;
  color: #fff;
  display: block;
  transition: 0.3s;
  padding: 20px 0;
  font-weight: 500;
}
.header-menu li {
  display: inline-block;
  position: relative;
  z-index: 1;
}
.header-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-menu .submenu {
  position: absolute;
  left: 0;
  top: 120%;
  width: 200px;
  z-index: 1;
  background-color: #fff;
  box-shadow: 1px 17px 20px 1px #5958581c;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border-top: 3px solid #FBB217;
}
.header-2 .header-menu .submenu {
  border-top: 3px solid #FBB217;
}
.header-2.theme-3 .header-menu .submenu {
  border-top: 3px solid #FBB217;
}
.header-2 .icon-item {
  color:#292929;
}
.header-2 .icon-item:hover {
  color:#FBB217;
}
.header-2.theme-3 .icon-item:hover {
  color:#FBB217;
}
.header-2.theme-3 .icon-item {
  color:#292929;
}
.header-menu ul > li:not(:last-child) {
  margin-right: 30px;
}
.header-menu  li:hover > a {
  color: #FBB217;
}
.header-2 .header-menu  li:hover > a {
  color: #FBB217; 
}
.header-2.theme-3 .header-menu  li:hover > a {
  color: #FBB217;
}
.header-menu ul li .submenu li {
  display: block;
  margin-right: 0;
  border-bottom: 1px solid #f2f2f2;

}
.header-menu .submenu li a {
  display: block;
  padding: 8px 15px;
}
.header-menu .submenu li:last-child {
  border-bottom: 0;
}
.header-menu .submenu li:hover > a {
  background-color: #f2f2f2;
}
.header-menu li:hover > .submenu {
  opacity: 1;
  visibility: visible;
  top: 100%;
}
.header-menu li.has-submenu > a {
  position: relative;
  z-index: 1;
}
.header-menu li.has-submenu > a:after {
  font-family: 'IcoFont';
  content: "\ea99";
  font-weight: 500;
  font-size: 15px;
  display: inline-block;
  margin-left: 3px;
  transition: 0.3s;
  float: right;
}
.header-menu li.has-submenu:hover > a::after {
  content: "\eaa1";
}
.search-form-wrapper .form-control.search-input {
	padding: 9px 20px;
}
.header-menu .submenu .submenu {
  left: 100%;
}
.header-menu li > .submenu li:hover > .submenu {
  top: 0;
}
.dr-navbar-sign {
	cursor: pointer;
	transition: all 0.6s ease-in-out;
}
.dr-navbar-sign span {
	width: 20px;
	height: 2px;
	background-color: #fff;
	border-radius: 50px;
	display: block;
	margin: 4px 0;
	transition: all 0.6s ease-in-out;
}
.dr-navbar-sign span.dr-line-2 {
	width: 15px;
}
.dr-navbar-sign span.dr-line-3 {
	width: 10px;
}
.dr-navbar-sign:hover span {
	background-color: #FBB217;
}
.header-2 .dr-navbar-sign:hover span {
	background-color: #FBB217;
}
.header-2.theme-3 .dr-navbar-sign:hover span {
	background-color: #FBB217;
}
.dr-navbar-sign:hover span.dr-line-2 {
	width: 20px;
}
.dr-navbar-sign:hover span.dr-line-3 {
	width: 20px;
}


/*   Sidebar CSS   */
.side-info:is(.info-open) {
	right: 0;
	overflow-y: scroll;
	scrollbar-width: thin;
}
.side-info {
	width: 100%;
	max-width: 400px;
	background-color: #fff;
	box-shadow: -2px 1px 20px 1px #00000024;
	height: 100%;
	position: fixed;
	z-index: 999;
	top: 0;
	right: -400px;
	transition: 0.4s;
	padding: 20px;
}
.dr-sidebar-logo img{
  width:90px;
}
.dr-sidebar-close-wrapper{
  position: absolute;
  right: 15px;
  top: 15px;
}
.mean-container .mean-nav {
	background: transparent;
}
.mean-container .mean-nav ul li a {
	border-color: #f8f8f8;
	font-size: 15px;
	color: #292929;
  text-transform: capitalize;
}
.mean-container .mean-nav ul li:hover > a {
	color: #FBB217;
  background-color: #f2f2f2;
}
.header-side-info-2 .mean-container .mean-nav ul li:hover > a {
  color: #FBB217;
}
.header-side-info-3 .mean-container .mean-nav ul li:hover > a {
  color: #FBB217;
}
.mean-container .mean-nav ul li a.mean-expand {
  color: #292929;
  background-color: #f2f2f2;
  height: 35px;
	line-height: 35px;
  font-weight: 300;
}
.mean-container .mean-nav ul li li li a {
	padding-top: 10px;
  padding-bottom: 10px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
  background-color: #ebebeb;
  color: #FBB217;
}
.header-side-info-2 .mean-container .mean-nav ul li a.mean-expand:hover {
  color: #FBB217;
}
.header-side-info-3 .mean-container .mean-nav ul li a.mean-expand:hover {
  color: #FBB217;
}
.dr-sidebar-contact-title {
	font-size: 20px;
  margin-bottom: 20px;
}
.sidebar-address {
	display: flex;
	margin-bottom: 5px;
}
.sidebar-address i {
	max-width: 40px;
	height: 40px;
	background-color: #f2f2f2;
	line-height: 40px;
	text-align: center;
	margin-right: 15px;
	flex: 0 0 40px;
}
.dr-sidebar-contact > a {
	display: block;
	margin-bottom: 12px;
  color: #666666;
  transition: 0.3s;
}
.dr-sidebar-contact > a:hover {
  color: #FBB217;
}
.header-side-info-2 .dr-sidebar-contact > a:hover {
  color: #FBB217;
}
.header-side-info-3 .dr-sidebar-contact > a:hover {
  color: #FBB217;
}
.dr-sidebar-contact > a i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #f2f2f2;
	display: inline-block;
	margin-right: 15px;
	transition: 0.3s;
  color: #292929;
}
.dr-sidebar-social a:not(:last-child) {
	margin-right: 7px;
}
.dr-sidebar-social a:hover {
	color: #FBB217;
	background-color: #ebebeb;
}
.header-menu.mean-container li.has-submenu > a::after {
  display: none;
}

.fix {
  overflow: hidden;
}
.dr-sidebar-close {
  border: 0;
  background-color: transparent;
  box-shadow: 0px 1px 12px 1px #ddd;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #292929;
  font-weight: 700;
}
.dr-sidebar-close i {
  font-weight: 500;
}
.dr-sidebar-close:hover {
  color: #FBB217;
}
.header-side-info-2 .dr-sidebar-close:hover {
  color: #FBB217;
}
.header-side-info-3 .dr-sidebar-close:hover {
  color: #FBB217;
}
.dr-sidebar-btn-wrap a {
  font-size: 16px;
  color: #292929;
  border: 1px solid #f2f2f2;
  height: 48px;
  width: 48px;
  display: inline-block;
  text-align: center;
  line-height: 46px;
  margin-right: 5px;
  position: relative;
  border-radius: 50%;
}
.dr-sidebar-btn-wrap a:hover {
  color: #FBB217;
}
.header-side-info-2 .dr-sidebar-btn-wrap a:hover {
  color: #FBB217;
}
.header-side-info-3 .dr-sidebar-btn-wrap a:hover {
  color: #FBB217;
}
.offcanvas-overlay:is(.overlay-open) {
	left: 0;
	opacity: 1;
	visibility: visible;
}
.offcanvas-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(4, 0, 23, 0.5);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	cursor: url(../img/icon/close.png), auto;
}
.header-menu li.menu-last .submenu {
  left: auto;
  right: 0;
}
.header-menu li.menu-last .submenu .submenu {
  left: auto;
  right: 100%;
}
.nav-list .icofont-shopping-cart {
  position: relative;
  z-index: 1;
}
.dr-sidebar-btn-wrap .cart-count {
	top: -5px;
	right: 0;
	min-width: 18px;
	height: 18px;
}
.contact-offer iframe {
	min-height: 350px;
}
.coupon-form .custom-btn {
	flex: 0 0 auto;
}
.mt-15 {
	margin-top: 15px;
}
.review-tab {
  background-color: #f3f2f2;
}
.review-tab li button {
  background-color: transparent;
  border: 0;
  padding: 10px 0;
  margin-left: 20px;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
  font-weight: 500;
}
.review-tab li button:hover {
  color: #FBB217;
  border-color: #FBB217;
}
.review-tab li button.active {
  border-color: #FBB217;
  color: #FBB217;
}
.btn-sec .custom-btn:not(:last-child) {
	margin-right: 10px;
}
.product-main-info .name {
	font-size: 32px;
}
.review-title {
  font-size: 36px;
}
.customer-review-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.comment-form-title {
  font-size: 20px;
  margin-bottom: 15px;
}
.service-sec-title {
  font-size: 24px;
}
.note-footer-text-cell {
	font-size: 20px;
	margin-bottom: 5px;
	color: #292929;
}
.service-heding {
	font-size: 28px;
}
.page-head {
	font-size: 40px;
  margin-bottom: 5px;
}
.pl-30 {
  padding-left: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.pb-60 {
  padding-bottom: 60px;
}
.team-about .table {
	margin-bottom: 0;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.blog-details-title {
	font-size: 32px;
}
.mt-30 {
  margin-top: 30px;
}
.mb-45 {
  margin-bottom: 45px;
}
.blog-inner-title {
	font-size: 28px;
}
.blog-details-content {
	border: 1px solid #f2f2f2;
	padding: 40px 40px;
}
.mt-20 {
  margin-top: 20px;
}
.mb-35 {
  margin-bottom: 35px;
}
.info-list li p {
	margin-bottom: 0;
}
.blog-inner-tags a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #666666;
  transition: 0.3s;
  margin-right: 3px;
  margin-bottom: 5px;
  display: inline-block;
}
.blog-inner-tags a:hover {
  border-color: #FBB217;
  background-color: #FBB217;
  color: #fff;
}
.blog-tag-label {
  color: #292929;
  font-weight: 500;
  display: inline-block;
  margin-right: 5px;
}
.mb-70 {
  margin-bottom: 70px;
}
.mb-30 {
  margin-bottom: 30px;
}
.pt-15 {
  padding-top: 15px;
}
.signle-comment-title {
	font-size: 24px;
}
.mb-50 {
  margin-bottom: 50px;
}
.pb-55 {
  padding-bottom: 55px;
}
.pt-105 {
  padding-top: 105px;
}
.pl-25 {
	padding-left: 25px;
}
.sidebar-title {
  font-size: 20px;
  position: relative;
}
.sidebar-title:after {
  width: 80px;
  height: 2px;
  background-color: #FBB217;
  content: "";
  display: block;
  margin-top: 10px;
}
.sidebar-title:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #ddd;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}
.sidebar-post-single {
  display: flex;
}
.sidebar-post-img {
  margin-right: 15px;
  overflow: hidden;
  flex: 0 0 70px;
  max-width: 70px;
  height: 70px;
}
.sidebar-post-img:hover img {
  transform: scale(1.05);
}
.sidebar-post-img img {
  transition: 0.3s;
  
}
.sidebar-post-single:not(:last-child) {
  margin-bottom: 20px;
}
.sidebar-post-title {
  font-size: 16px;
  margin-bottom: 5px;
}
.sidebar-post-title a {
  color: #292929;
}
.sidebar-post-title:hover a {
  color: #FBB217;
}
.sidebar-tags a {
  padding: 5px 10px;
  border: 1px solid #ddd;
  color: #666666;
  transition: 0.3s;
  margin-right: 3px;
  margin-bottom: 5px;
}
.sidebar-tags a:hover {
  border-color: #FBB217;
  background-color: #FBB217;
  color: #fff;
}
.contact-form textarea {
  height: 130px;
}
.comment-form textarea {
  height: 130px;
}
ul.service-list.mt-0 li:first-child {
  padding-top: 0;
}
ul.service-list.mt-0 {
  margin-top: 0;
  margin-bottom: 0;
}
.pb-75 {
  padding-bottom: 75px;
}
.pb-80 {
  padding-bottom: 80px;
}
.pt-100 {
  padding-top: 100px;
}
.postbox__content {
  padding: 40px 40px;
  border: 1px solid #f2f2f2;
  padding-top: 35px;
}
.postbox__title {
  font-size: 32px;
}
.postbox__title a {
  color: #292929;
  transition: 0.3s;
}
.postbox__title:hover a {
  color: #FBB217;
}
.tp-btn {
  font-size: 15px;
  background-color: #FBB217;
  display: inline-block;
  color: #fff;
  padding: 10px 30px;
  transition: 0.3s;
}
.tp-btn:hover {
  color: #fff;
  background-color: #292929;
}
.popup-video {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.p-relative {
  position: relative;
  z-index: 1;
}
.pulse-btn:hover {
  color: #fff;
  background-color: #292929;
}
.pulse-btn {
	display: inline-block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background-color: #FBB217;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	animation: pulse 2s infinite;
  transition: 0.3s;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
.footer-content-wrapper .address-info {
	margin-bottom: 0;
}
.mt-10 {
  margin-top: 10px;
}
.w-100 img {
  width: 100%;
}
.pb-85 {
  padding-bottom: 85px;
}
.hero4-search input:focus {
	outline: 0;
}
.cb-team-single-img img {
  transition: 0.5s;
}
.cb-team-single-img:hover img {
  transform: scale(1.05);
}
.cb-team-single-img {
  overflow: hidden;
}
.hero-area4 {
  background-size: 100% 100%;
}
.home4-blog .post-title {
	font-size: 22px;
	font-family: 'oswald';
}
.date-view .date.mb-0 {
  font-size: 14px;
}
.date-view .view-more {
	font-size: 14px;
	font-weight: 400;
}
span.sm-title.sm-title2 {
  font-size: 22px;
}
.banner-title.banner-title2 {
  font-size: 52px;
  margin:0;
  margin-bottom:30px;
}
.banner-des.banner-des2 {
  font-size: 18px;
  line-height: 30px;
}
.banner-bg.slider5-height {
	height: 955px;
  position: relative;
  z-index: 1;
}
.banner-bg.slider5-height:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background-color: rgba(0,0,0,0.5);
}
.cb-slider-list li {
	font-size: 18px;
	color: #fff;
	font-family: 'oswald';
}
.cb-slider-list li:not(:last-child) {
  margin-bottom: 5px;
}
.cb-slider-list li i {
  font-size: 16px;
  background-color: #FBB217;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
  padding: 2px;
}
.cb-slider-button {
  height: 45px;
  line-height: 45px;
  background-color: #FBB217;
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  color: #fff;
  margin-right: 20px;
}
.cb-slider-button:hover {
  background-color: #fff;
  color: #292929;
}
.cb-slide-price {
  font-size: 24px;
  font-family: 'oswald';
  font-weight: 500;
  color: #fff;
}
.cb-slide-sup-price {
  color: #FBB217;
  font-size: 16px;
  display: inline-block;
  transform: translateY(-18px);
  margin-left: 5px;
  font-family: 'lobster two';
}
.home5-slider .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #FBB217;
}
.dark-mode {
  background-color: #0b1517;
}

.dark-mode .title {
  color: #fff;
}
.dark-mode p {
  color: #fff;
}
.dark-mode .list-title {
  color: #fff;
}
.home5-about .title, .home5-about .list-title {
  font-family: 'oswald';
}
.mr-20 {
	margin-right: 20px;
}
.pr-50 {
	padding-right: 50px;
}
.tabs .tab-links .item-link {
  padding-right: 20px;
  position: relative;
  cursor: pointer;
  margin: 0 10px;
  color: #fff;
  font-family: 'oswald';
  font-size: 18px;
  margin-bottom: 5px;
}
.tabs .tab-links ul li {
  display: inline-block;
}
.tabs .tab-links .item-link:after {
  content: '';
  position: absolute;
  top: 7px;
  right: 0;
  width: 1px;
  height: 15px;
  background: rgba(255,255,255,0.1);
}
.tabs .tab-links .item-link.current {
  pointer-events: none;
  color: #FBB217;
}
.position-re {
  position: relative;
}
.tabs .tab-content {
  display: none;
}
.tabs .tab-content.current {
  display: block;
}
.menu-book .menu-list .item {
  line-height: 35px;
}
.menu-book .item-content {
	padding-left: 75px;
}
.menu-book .menu-list .img {
  display: block;
  float: left;
  position: relative;
  top: 0px;
  margin-right: 15px;
  border-radius: 50%;
  flex: 0 0 60px;
  max-width: 60px;
}
.menu-book .menu-list .img img {
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.menu-book .menu-list .flex .title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #fff;
  font-family: 'oswald';
  font-size: 18px;
  font-weight: 400;
}
.menu-book .menu-list .flex .dots {
  width: 100%;
  position: relative;
  margin: 0 20px;
}
.menu-book .menu-list .flex .dots:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-bottom: 1px dashed rgba(255,255,255,0.2);
}
.menu-book .menu-list .flex .price {
  margin-left: auto;
  font-family: 'oswald';
  font-size: 18px;
  color: #FBB217;
  font-weight: 400;
  margin-bottom: 0;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  outline: none;
  align-items: center;
}
.dark-mode .cb-section-subtitle {
  color: #fff;
}
.dark-mode .cb-section-title {
  color: #fff;
}
.pb-90 {
  padding-bottom: 90px;
}
.home5-info .title {
	font-family: 'oswald';
}

.cb-item-btn {
  height: 45px;
  line-height: 45px;
  background-color: #FBB217;
  display: inline-block;
  padding: 0 25px;
  border-radius: 3px;
  color: #fff;
}
.cb-item-btn:hover {
  color: #292929;
  background-color: #fff;
}
.border-tp {
  border-top: 1px dashed rgba(255,255,255,0.2);
}
.dark-mode .cb-team-single {
  background-color: #fff;
}
.dark-mode .customer-name {
  color: #fff;
}
.dark-mode.customer-2.theme-3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  background-color: #fff;
}
.dark-mode.customer-2.theme-3 .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{
  background-color: #FBB217;
}
.dark-mode .post-des {
  color: #666;
}
.dark-mode .date {
  color: #666;
}
.footer-logo img.footer-logo{
  width:100px;
}
.footer-content-wrapper ul.app-icons li{
  margin-bottom:15px;
}
.footer-content-wrapper ul.app-icons li a img{
  border:1px solid #666;
}
.about.about-2{
  background-color: #f7f7f7;
}
.gallery-section{
  padding-top:100px;
  padding-bottom:100px;
}
.gallery-section .main-heading{
  margin-bottom:40px;
}
.gallery-box {
  height:240px;
  margin-bottom: 30px;
}
.gallery-box img{
  width:100%;
  height:100%;
  object-fit: cover;
}