 
body, html {
  font-size: 16px;
  font-family: 'BebasNeueBold'; 
  font-weight: 400;
  color: #000;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
}

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

a:link, a:hover, a:active, a:visited {
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

textarea, textarea:focus, input, input:focus, button, button:focus {
  outline: none;
  resize: inherit;
}

.owl-carousel .owl-item img {
  display: block;
  width: auto;
}

/* ---------------------------------------------------------------- */
/* 02.Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
 /* font-family: "Poppins", sans-serif; */
  font-weight: 700;
  color: #000;
  margin: 0;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 3.5rem;
}

h2, .h2 {
  font-size: 3.2rem;
}

h3, .h3 {
  font-size: 2.9rem;
}

h4, .h4 {
  font-size: 2.25rem;
}

h5, .h5 {
  font-size: 1.467rem;
}

h6, .h6 {
  font-size: 1.2rem;
}

p {
  line-height: 1.8;
  margin: 0;
}

@font-face {
    font-family: 'PingFang-SC-Regular'; 
    src: url('../fonts/PingFang Regular.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'BebasNeueBold'; 
    src: url('../fonts/BebasNeueBold.ttf')  format('truetype'); /* Safari, Android, iOS */
}
@font-face {
    font-family: 'BebasNeuelight'; 
    src: url('../fonts/bebasneue-light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 575px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  h3, .h3 {
    font-size: 2.1rem;
  }
  h4, .h4 {
    font-size: 1.8rem;
  }
}

/* ---------------------------------------------------------------- */
/* 03.Helper Class                              
/* ---------------------------------------------------------------- */
.page-wrapper {
  overflow-x: hidden;
  position: relative;
}

.section {
  
  overflow: hidden;
}

.section .section-heading {
  text-align: center;
  margin-bottom: 40px;
}

.section .section-heading span {
  color: #f9a83e;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 400; 
  padding: 8px 18px;
      font-size: 18px; 
      gap: 15px;
      display: flex;
      align-items: center;
	  justify-content: center;
	  position: relative;
	  background: white;
	  margin-bottom: 50px;
}

.section .section-heading span:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #eaeaea;
    display: block;
	    position: absolute;
}
.section .section-heading span::after{
	 content: '';
	  position: absolute;
	  background: #989898;
	   height: 2px;
	    width: 22%;
		z-index: 99;
	}
	.section .section-heading span>em{
		background: white;
		z-index: 999;
		font-style: normal;
		padding: 0 15px;
	}
.section .section-heading h4 {
  margin-bottom: 20px;
  padding-bottom: 20px;
  text-align: center;
  display: block;
  position: relative;
}

.section .section-heading h4:after {
  content: "";
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background: #fdbb65;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.shadow-in {
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.bg-grey {
  background: #f5f5f5;
}

.mb-30 {
  margin-bottom: 30px;
}

.pb-minus-70 {
  padding: 80px;
}

.bg-dark {
  background: #000;
}

.bg-primary-light {
  background: rgba(255, 69, 0, 0.1);
  background: url('../img/service-bg.png') no-repeat;
}

.team-carousel .owl-dots, .blog-carousel .owl-dots, .testimonial-carousel .owl-dots {
  line-height: 0 !important;
  margin-top: 30px !important;
}

.team-carousel .owl-dots .owl-dot, .blog-carousel .owl-dots .owl-dot, .testimonial-carousel .owl-dots .owl-dot {
  margin-right: 8px;
  vertical-align: middle;
}

.team-carousel .owl-dots .owl-dot:last-child, .blog-carousel .owl-dots .owl-dot:last-child, .testimonial-carousel .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.team-carousel .owl-dots .owl-dot span, .blog-carousel .owl-dots .owl-dot span, .testimonial-carousel .owl-dots .owl-dot span {
  margin: 0;
  width: 30px;
  height: 6px;
  display: block;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.1);
  -webkit-transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
  transition: background-color 400ms cubic-bezier(0.65, 0, 0.35, 1);
}

.team-carousel .owl-dots .owl-dot.active span, .blog-carousel .owl-dots .owl-dot.active span, .testimonial-carousel .owl-dots .owl-dot.active span {
  background: #fdbb65;
}

.team-carousel .item:hover, .blog-carousel .item:hover, .testimonial-carousel .item:hover {
  cursor: w-resize;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
	.centertext{width: 100% !important;padding: 6px 0!important;}
  .section .section-heading .section-title {
    font-size: 2.7rem;
  }
  .ilbox{
	  padding: 20px 0;
  }
    .ilbox>ul{width: 100%;padding: 10px;}
  .par_block span {
      display: block;
      width: 65%;
      color: white;
      text-align: left; 
      font-size: .9rem !important;
	  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.primary-btn {
  padding: 22px 46px;
  text-align: center;
  position: relative;
  display: inline-block;
  border-radius: 100px;
  color: #fff !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fdbb65;
  border: none;
  overflow: hidden;
  z-index: 1;
  
      border-radius:40px;
      border-top-left-radius: 0;
	      border-bottom-left-radius: 0;

}

.primary-btn:hover {
  color: #fff !important;
}

.primary-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.primary-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #252628;
}

.primary-outline-btn {
  padding: 22px 46px;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  position: relative;
  color: #fff !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fdbb65;
  overflow: hidden;
  z-index: 1;
  
      border-radius:40px;
     border-top-left-radius: 0; 
    border-bottom-left-radius: 0;

}

.primary-outline-btn:hover {
  color: #fdbb65 !important;
}

.primary-outline-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.primary-outline-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fff;
}

.scroll-top-btn {
  bottom: 0;
  opacity: 0;
  right: 10px;
  width: 60px;
  height: 60px;
  z-index: 1444;
  line-height: 60px;
  font-size: 16px;
  border-radius: 50%;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #fdbb65;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 10px;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* 05.Animations                                                     
/* ---------------------------------------------------------------- */
@-webkit-keyframes preloaderRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}
@keyframes preloaderRotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
            animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  50% {
    -webkit-transform: rotate(900deg);
            transform: rotate(900deg);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  100% {
    -webkit-transform: rotate(1800deg);
            transform: rotate(1800deg);
  }
}

@-webkit-keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@keyframes stickyMenu {
  0% {
    margin-top: -120px;
    opacity: 0;
  }
  50% {
    margin-top: -64px;
    opacity: 0;
  }
  100% {
    margin-top: 0;
    opacity: 1;
  }
}

@-webkit-keyframes pulseWhite {
  0% {
    -webkit-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% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulseWhite {
  0% {
    -webkit-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% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@-webkit-keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 69, 0, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
            box-shadow: 0 0 0 20px rgba(255, 69, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
            box-shadow: 0 0 0 0 rgba(255, 69, 0, 0);
  }
}

@-webkit-keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@keyframes shadowIn {
  0% {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  100% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
            box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.2);
  }
}

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

@keyframes dashCheck {
  0% {
    stroke-dashoffset: -100;
  }
  100% {
    stroke-dashoffset: 900;
  }
}

/* ---------------------------------------------------------------- */
/* 06.Form(Input, Comment)                             
/* ---------------------------------------------------------------- */
.custom-modal {
  z-index: 99999999;
}

.custom-modal .modal-content {
  background: transparent;
  border: none;
}

.custom-modal .modal-content .modal-header {
  padding: 20px 30px;
  background: #fdbb65;
  border-radius: 20px 20px 0 0;
}

.custom-modal .modal-content .modal-header .modal-title {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 600;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
}

.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  color: #fff;
}

.custom-modal .modal-content .modal-body {
  padding: 30px;
  background: #fff;
  border-radius: 0 0 20px 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control {
  height: 60px;
  outline: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  color: #000;
  background: #fff;
  padding: 0 20px 0 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.custom-modal .modal-content .modal-body .popup-form-group .popup-form-control:focus {
  outline: none;
  border-color: #fdbb65;
}

.custom-modal .modal-content .modal-body .popup-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fdbb65;
  font-size: 16px;
}

.custom-modal .modal-content .modal-body .popup-form-group textarea {
  height: auto !important;
  padding: 17px 20px 17px 60px !important;
}

.custom-modal .modal-content .search-form-btn {
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  color: #fff;
  border: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fdbb65;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  border-radius: 0 10px 10px 0;
}

.custom-modal .modal-content .search-form-btn:hover {
  background: #252628;
}

#contactFormSuccessModal .modal-header, #contactFormDangerModal .modal-header {
  text-align: center;
  padding: 20px;
  border: 0;
}

#contactFormSuccessModal .modal-header h5, #contactFormSuccessModal .modal-header button, #contactFormDangerModal .modal-header h5, #contactFormDangerModal .modal-header button {
  color: #fff;
}

#contactFormSuccessModal .modal-header.danger, #contactFormDangerModal .modal-header.danger {
  background: #f27474;
  color: #fff;
}

#contactFormSuccessModal .modal-header.success, #contactFormDangerModal .modal-header.success {
  background: #4caf50;
  color: #fff;
}

#contactFormSuccessModal .modal-body, #contactFormDangerModal .modal-body {
  border-radius: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner, #contactFormDangerModal .modal-body .form-popup-inner {
  text-align: center;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon, #contactFormDangerModal .modal-body .form-popup-inner .form-icon {
  margin-bottom: 30px;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg {
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.circle, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.circle {
  -webkit-animation: dash 0.9s ease-in-out;
          animation: dash 0.9s ease-in-out;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.line, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.line {
  stroke-dashoffset: 1000;
  -webkit-animation: dash 0.9s 0.35s ease-in-out forwards;
          animation: dash 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon svg .path.check, #contactFormDangerModal .modal-body .form-popup-inner .form-icon svg .path.check {
  stroke-dashoffset: -100;
  -webkit-animation: dashCheck 0.9s 0.35s ease-in-out forwards;
          animation: dashCheck 0.9s 0.35s ease-in-out forwards;
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.danger svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon.danger svg {
  fill: #f27474;
  stroke: #f27474;
  background: rgba(242, 116, 116, 0.1);
}

#contactFormSuccessModal .modal-body .form-popup-inner .form-icon.success svg, #contactFormDangerModal .modal-body .form-popup-inner .form-icon.success svg {
  fill: #4caf50;
  stroke: #4caf50;
  background: rgba(76, 175, 80, 0.1);
}

#contactFormSuccessModal .modal-footer, #contactFormDangerModal .modal-footer {
  border-radius: 0 0 20px 20px;
  background: #fff;
  padding: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#contactFormSuccessModal .modal-footer .popup-link, #contactFormDangerModal .modal-footer .popup-link {
  font-weight: 700;
  color: #000;
}

#contactFormSuccessModal .modal-footer .popup-link.success:hover, #contactFormDangerModal .modal-footer .popup-link.success:hover {
  color: #4caf50;
  text-decoration: underline;
}

#contactFormSuccessModal .modal-footer .popup-link.danger:hover, #contactFormDangerModal .modal-footer .popup-link.danger:hover {
  color: #f27474;
  text-decoration: underline;
}

.contact-alerts .empty-form span, .contact-alerts .email-invalid span,
.contact-alerts .phone-invalid span, .contact-alerts .empty-select span,
.contact-alerts .security-alert span {
  display: block;
  padding: 15px 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #f27474;
}

.custom-form-group .captcha-input {
  padding-left: 90px !important;
}

.custom-form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  line-height: 60px;
  background: #fdbb65;
  color: #fff;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}

#searchForm .modal-body .popup-form-group .popup-form-control {
  padding: 0 80px 0 60px;
}

body[style], header[style] {
  padding-right: 0 !important;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.comments-wrap .comments-item-wrap {
  margin-bottom: 20px;
}

.comments-wrap .comments-item-wrap .comments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header a {
  color: #000;
  text-transform: capitalize;
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header a:hover {
  color: #fdbb65;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header a i {
  margin-right: 10px;
  color: #fdbb65;
}

.comments-wrap .comments-item-wrap .comments-item img {
  border-radius: 10px;
  margin-right: 20px;
}

.comments-wrap .comments-item-wrap .comments-item.sub-comment {
  margin-top: 20px;
  padding-left: 120px;
}

.comments-wrap .comments-item-wrap:last-child {
  margin-bottom: 0;
}

.leave-comment-wrapper .comment-form-group {
  position: relative;
}

.leave-comment-wrapper .comment-form-group .comment-form-control {
  width: 100%;
  display: block;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 17px 20px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.leave-comment-wrapper .comment-form-group .comment-form-control:focus {
  border-color: #fdbb65;
}

.leave-comment-wrapper .comment-form-group > span {
  top: 0;
  left: 15px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fdbb65;
  font-size: 16px;
}

.custom-form-group {
  position: relative;
}

.custom-form-group .custom-select {
  height: auto;
}

.custom-form-group .custom-form-control {
  width: 100%;
  display: block;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 17px 20px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.custom-form-group .custom-form-control:focus {
  border-color: #fdbb65;
}

.custom-form-group > span {
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fdbb65;
  font-size: 16px;
}

.comment-block-mt {
  margin-top: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra Small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .comments-wrap .comments-item-wrap .comments-item {
    display: block;
  }
  .comments-wrap .comments-item-wrap .comments-item img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .comments-wrap .comments-item-wrap .comments-item.sub-comment {
    padding-left: 100px;
  }
}

/* ---------------------------------------------------------------- */
/* 07.Pagination                              
/* ---------------------------------------------------------------- */
.pagination-wrap {
  margin-top: 20px;
  text-align: center;
}

.pagination-wrap .pagination-link {
  width: 54px;
  height: 54px;
  color: #000;
  line-height: 52px;
  margin: 0 5px 0 0;
  font-weight: 500; 
  text-align: center;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 2px solid rgba(0, 0, 0, 0.1);
}

.pagination-wrap .pagination-link:hover, .pagination-wrap .pagination-link.active {
  background: #fdbb65;
  border-color: #fdbb65;
  color: #fff !important;
}

.pagination-wrap .pagination-link:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------- */
/* 08.Preloader                            
/* ---------------------------------------------------------------- */
#preloader-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5555;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  background: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
		  display: none !important;
}

#preloader-wrap .preloader-inner {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

#preloader-wrap .preloader-inner:after {
  content: " ";
  display: block;
  border-radius: 50%;
  width: 0;
  height: 0;
  margin: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 32px solid #fdbb65;
  border-color: #fdbb65 transparent #fdbb65 transparent;
  -webkit-animation: preloaderRotate 1.2s infinite;
          animation: preloaderRotate 1.2s infinite;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
  
/*  transition: padding 400ms cubic-bezier(0.65, 0, 0.35, 1); */
}

.header .navbar-brand {
  padding: 0;
  color: #fff;
  margin-right: 0;
  text-transform: capitalize;
}

 
.header .navbar-brand img.logo-transparent {
  display: block;
}

.header .navbar-btn-resp {
  margin-left: 15px;
}

.header .navbar-btn-resp a:hover {
  color: #fdbb65 !important;
}

.header .navbar-btn-resp a:after {
  background: #fff;
}

.header .nav-item .nav-link {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding: 30px 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  line-height: 28px;
}

.header .nav-item .nav-link:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 10px;
  width: 80%;
  height: 4px;
  background: #fdbb65;
}

.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom:10px;
  width: 100%;
  height: 7px;
  z-index: 7;
  content: '';
  position: absolute;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  background: #fff;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}

.header .nav-item .nav-link:not(.active):hover:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item:hover > a {
  color: #000;
  opacity: 1;
}

.header .nav-item.dropdown:hover .nav-link:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
}

.header .nav-item.dropdown .dropdown-menu {
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.1);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #000;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fff;
  background: #fdbb65;
  border-bottom-color: #fdbb65;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 25px !important;
}

.header .nav-item.dropdown .dropdown-toggle:after {
  display: inline-block;
  margin-left: 0;
  vertical-align: initial;
  content: "";
  border: none;
}

.header .nav-item.dropdown .dropdown-toggle:before {
  content: "\f078";
  top: 50%;
  right: 0;
  position: absolute;
  font-weight: 700;
  font-family: "Font Awesome 5 Free";
  font-size: 12px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.header .nav-item.dropdown .dropdown-toggle[aria-expanded="true"]:before {
  top: 28px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 10px 0 0;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px;
  width: 30px;
  display: block;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header .navbar-toggler .togler-icon-inner span:nth-child(2) {
  width: 20px !important;
  margin-left: auto;
}

.header .navbar-toggler .togler-icon-inner span:last-child {
  margin-bottom: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-5px, 6px);
          transform: rotate(-45deg) translate(-5px, 6px);
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(2) {
  opacity: 0;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-5px, -6px);
          transform: rotate(45deg) translate(-5px, -6px);
}

.header .search-btn-mobile, .header .reservation-btn-mobile {
  display: none;
}

/* Header Shrink */
.header-shrink {
  padding: 0;
  background: #fff; 
box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
 position: fixed;
     top: 0;
     right: 0;
     left: 0;
     z-index: 1030; 
       animation: stickyMenu 0.7s ease-in-out; 
}

.header-shrink .navbar-btn-resp {
  margin-left: 15px;
}

.header-shrink .navbar-btn-resp a:hover {
  color: #fff !important;
}

.header-shrink .navbar-btn-resp a:after {
  background: #252628 !important;
}

.header-shrink .nav-item:hover .nav-link {
  color: #fdbb65;
}

.header-shrink .nav-item .nav-link {
  color: #000;
  opacity: 1;
}

.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
  color: #fdbb65;
}

.header-shrink .nav-item .nav-link:after {
  background: #fdbb65;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #fdbb65;
}

.header-shrink .navbar-toggler .togler-icon-inner span {
  background-color: #000;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
	.par_block span{width: 100% !important;}
  .header .container {
    max-width: 100%;
    
  }
  .navbar{ margin-right: 0 !important; margin-left: 0 !important;}
  .header .navbar-brand {
    padding: 10px 0 10px 0;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .main-menu .navbar-nav {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
  }
  .header .main-menu .navbar-nav .nav-item:last-child .nav-link {
    border-bottom: 0;
  }
  .header .main-menu .navbar-nav .nav-link {
    color: #000;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid #eee;
  }
  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #fdbb65;
    color: #fff !important;
    border-color: #fdbb65;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #fdbb65;
    color: #fff !important;
    border-color: #fdbb65;
  }
  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(255, 69, 0, 0.1);
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #fdbb65;
  }
  .header .dropdown-toggle:before {
    top: 27px !important;
    right: 20px !important;
  }
  .header .dropdown-toggle[aria-expanded="true"]:before {
    top: 11px !important;
    -webkit-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .header .search-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 60px;
  }
  .header .reservation-btn-mobile {
    display: block;
    position: absolute;
    top: 32px;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 16px;
    right: 100px;
  }
  .header.header-shrink .search-btn-mobile, .header.header-shrink .reservation-btn-mobile {
    color: #000;
  }
  .header .search-btn-resp {
    display: none;
  }
  .navbar-btn-resp {
    display: none !important;
  }
  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #fdbb65;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #fdbb65;
  }
  .header-shrink .nav-item .nav-link:after {
    background: #fdbb65;
  }
  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #fdbb65;
  }
  .header-shrink .togler-icon-inner span {
    background-color: #000;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Large devices (desktop, less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .dropdown-menu {
    border: 0;
    top: 100%;
    left: 0;
    -webkit-transform-origin: top;
            transform-origin: top;
    -webkit-transform: rotateX(90deg);
            transform: rotateX(90deg);
    color: #000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
  }
  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
  }
}

/* ---------------------------------------------------------------- */
/* 10.Hero                                              
/* ---------------------------------------------------------------- */
.hero-banner {
  position: relative;
  overflow: hidden;
  text-align: center;
  min-height: 100vh;
  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;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.hero-banner:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  background: #252628;
}

.hero-banner .hero-inner h1 {
  color: #fff;
  margin-bottom: 40px;
  text-align: left;
      font-weight: 400;
}

.hero-banner .hero-inner p {
  color: #fff;
  opacity: 0.75;
  font-size: 1.125rem;
  margin-bottom: 40px;
}

.hero-img {
  position: relative;
  text-align: right;
}

.hero-img img {
  text-align: right;
  display: inline-block;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner .hero-inner h1 {
    font-size: 2rem;
  }
  .hero-banner .hero-inner p {
    font-size: 14px;
  }
}

/* ---------------------------------------------------------------- */
/* 11.About                            
/* ---------------------------------------------------------------- */
.about-img-wrap {
  position: relative;
  display: inline-block;
}

.about-img-wrap img {
  border-radius: 20px;
}

.about-img-wrap .about-video-btn {
  left: 50%;
  top: 50%;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.about-img-wrap .about-video-btn > i {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 50%;
  background: #fdbb65;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-img-wrap .about-video-btn > i:hover {
  color: #fff !important;
  background: #252628;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

.about-inner span {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: bold;
  border-radius: 100px;
  padding: 8px 18px;
  font-size:36px; 
  position: relative;
  color: #fdbb65;
  gap: 15px;
  display: flex;
      align-items: center;
	  font-weight: 300;
}

.about-inner span:before {
    content: '';
	position: absolute;
  /*  width: 50px; */
    height: 2px;
   /* background:#fdbb65; */
    display: block;
}
.about-inner h4 {
  margin-bottom: 15px;
}

.about-inner p {
  margin-bottom: 30px;
      color: rgba(0, 0, 0, 0.8);
      font-size: 1.2rem;
      line-height: 1.9;
      font-weight: lighter;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .about-img-wrap {
    margin-bottom: 30px;
  }
  .about-img-wrap img {
    display: inline-block;
    text-align: center;
  }
  .about-img-resp {
    text-align: center;
  }
  .about-inner {
    text-align: center;
  }
  .about-inner h4 {
    margin-bottom: 15px;
  }
  .about-inner p {
    margin-bottom: 30px;
	color: rgba(0, 0, 0, 0.8);
	font-size: 1.2rem;
	line-height: 1.9;
	font-weight: lighter;
	text-align: left;
  }
}

/* ---------------------------------------------------------------- */
/* 12.Services                           
/* ---------------------------------------------------------------- */
.services-item {
  padding: 40px 30px 36px 30px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.services-item .icon {
  padding: 20px;
  margin-bottom: 30px;
  border: 2px dashed #fdbb65;
  display: inline-block;
  border-radius: 50%;
}

.services-item .icon span:before {
  font-size: 50px;
  color: #fff;
  margin-left: 0;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #fdbb65;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
          box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
}

.services-item .body h6 {
  margin-bottom: 15px;
}

.services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fdbb65;
}

/* ---------------------------------------------------------------- */
/* 13.Counters                      
/* ---------------------------------------------------------------- */
#counter {
  z-index: 4;
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#counter:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: -6;
  position: absolute;
  background: #252628;
}

.counter-inner {
  text-align: center;
  margin-bottom: 60px;
}

.counter-inner h4 {
  color: #fff;
}

.counter-item {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  padding: 40px 30px 36px 30px;
  text-align: center;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.counter-item .icon {
  padding: 20px;
  margin-bottom: 20px;
  border: 2px dashed #fdbb65;
  display: inline-block;
  border-radius: 50%;
}

.counter-item .icon span:before {
  font-size: 50px;
  color: #fff;
  margin-left: 0;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #fdbb65;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
          box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
}

.counter-item .counter-body h3 {
  color: #fdbb65;
  margin-bottom: 10px;
}

.counter-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fdbb65;
}

/* ---------------------------------------------------------------- */
/* 14.Menu                      
/* ---------------------------------------------------------------- */
.menu-gallery-filter {
  text-align: center;
  margin-bottom: 50px;
}

.menu-gallery-filter a {
  color: #000;
  padding: 11px 22px;
  margin-right: 10px;
  font-weight: 600;
  border-radius: 100px;
  display: inline-block;
  background: transparent;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.menu-gallery-filter a:last-child {
  margin-right: 0;
}

.menu-gallery-filter a:hover, .menu-gallery-filter a.current {
  background: #fdbb65;
  color: #fff;
}

.menu-gallery-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.menu-gallery-item-inner .item-price {
  display: inline-block;
  padding: 20px;
  margin-right: 20px;
  border: 2px dashed #fdbb65;
  display: inline-block;
  border-radius: 50%;
  width: 114px;
  height: 114px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 114px;
          flex: 0 0 114px;
}

.menu-gallery-item-inner .item-price span {
  font-size: 20px;
  color: #fff;
  margin-left: 0;
  height: 70px;
  width: 70px;
  text-align: center;
  line-height: 70px;
  background: #fdbb65;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
          box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
}

.menu-gallery-item-inner .gallery-details h6 {
  margin-bottom: 10px;
}

.menu-gallery-item-inner .gallery-details h6 a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.menu-gallery-item-inner .gallery-details h6 a:hover {
  color: #fdbb65;
}

.menu-gallery-item-inner:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fdbb65;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query less than 700px
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1199.98px) {
  .menu-gallery-filter {
    text-align: center;
    margin-bottom: 40px;
  }
  .menu-gallery-filter a {
    margin-bottom: 10px;
  }
  .menu-gallery-filter a:last-child {
    margin-bottom: 0;
    margin-right: 0;
  }
  .menu-gallery-filter a:hover, .menu-gallery-filter a.current {
    background: #fdbb65;
    color: #fff;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query less than 576px
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992.98px) {
  .menu-gallery-item-inner {
    display: inline-block;
    text-align: center;
  }
  .menu-gallery-item-inner .item-price {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 15.Promo Banner                      
/* ---------------------------------------------------------------- */
#promo-banner {
  z-index: 7;
  overflow: hidden;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#promo-banner:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.75;
  z-index: -7;
  position: absolute;
  background: rgba(0, 0, 0, 0.1);
}

.promo-banner-inner {
  text-align: center;
}

.promo-banner-inner h4 {
  color: #fff;
  margin-bottom: 20px;
}

.promo-banner-inner p {
  color: #fff;
  opacity: 0.75;
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------- */
/* 16.Gallery                      
/* ---------------------------------------------------------------- */
.gallery-item {
  overflow: hidden;
  position: relative;
}

.gallery-item img {
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-item .gallery-item-inner {
  position: relative;
  border-radius: 20px;
  margin-bottom: 30px;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.gallery-item .gallery-item-inner:hover .gallery-item-details {
  bottom: 0;
}

.gallery-item .gallery-item-inner .gallery-item-details {
  position: absolute;
  bottom: -100%;
  left: 0;
  padding: 30px;
  width: 100%;
  text-align: center;
  border-radius: 0 0 20px 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: rgba(255, 255, 255, 0.8);
}

.gallery-item .gallery-item-inner .gallery-item-details span {
  color: #fff;
  display: inline-block;
  font-weight: 600;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 14px;
  margin-bottom: 10px;
  background: #fdbb65;
}

/* ---------------------------------------------------------------- */
/* 17.Team                      
/* ---------------------------------------------------------------- */
.team-card {
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.team-card .team-image {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}

.team-card .team-image img {
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card .team-body {
  padding: 50px 30px 30px 30px;
  position: relative;
}

.team-card .team-body .team-social {
  left: 50%;
  top: -47px;
  position: absolute;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #fff;
  padding: 20px;
}

.team-card .team-body .team-social > i {
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  background: #fdbb65;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card .team-body .team-social > i:hover {
  background: #252628;
}

.team-card .team-body .team-social:hover ul {
  bottom: 120%;
  opacity: 1;
  visibility: visible;
}

.team-card .team-body .team-social ul {
  bottom: 90%;
  opacity: 0;
  position: absolute;
  background: #fff;
  border-radius: 30px;
  text-align: center;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.team-card .team-body .team-social ul li:first-child a {
  border-radius: 30px 30px 0 0;
}

.team-card .team-body .team-social ul li:last-child a {
  border-radius: 0 0 30px 30px;
}

.team-card .team-body .team-social ul li a {
  display: block;
  color: #000;
  width: 54px;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card .team-body .team-social ul li a:hover {
  background: #fdbb65;
  color: #fff;
}

.team-card .team-body p {
  margin-bottom: 15px;
}

.team-card .team-body h6 {
  margin-bottom: 7px;
}

.team-card .team-body span {
  color: #fdbb65;
}

.team-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fdbb65;
}

.team-card:hover .team-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ---------------------------------------------------------------- */
/* 18.Testimonial                      
/* ---------------------------------------------------------------- */
.testimonial-card {
  padding: 40px 30px 29px 30px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-card .testimonial-quote {
  display: inline-block;
  margin-bottom: 30px;
  padding: 20px;
  border: 2px dashed #fdbb65;
  display: inline-block;
  border-radius: 50%;
}

.testimonial-card .testimonial-quote span:before {
  font-size: 18px;
  color: #fff;
  margin-left: 0;
  height: 56px;
  width: 56px;
  line-height: 56px;
  background: #fdbb65;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
          box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
}

.testimonial-card .testimonial-body p {
  margin-bottom: 20px;
}

.testimonial-card .testimonial-body h6 {
  margin-bottom: 7px;
}

.testimonial-card .testimonial-body span {
  color: #fdbb65;
}

.testimonial-card .testimonial-img {
  margin-top: 20px;
  display: inline-block;
}

.testimonial-card .testimonial-img img {
  border-radius: 50%;
}

.testimonial-card:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fdbb65;
}

/* ---------------------------------------------------------------- */
/* 19.Blog                      
/* ---------------------------------------------------------------- */
.blog-item {
  margin-bottom: 30px;
  border-radius: 20px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.blog-item .blog-img {
  overflow: hidden;
  border-radius: 20px;
}

.blog-item .blog-img img {
  border-radius: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item .blog-img:hover img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}

.blog-item .blog-body {
  padding: 30px 30px 19px 30px;
}

.blog-item .blog-body .blog-meta {
  margin-bottom: 15px;
  color: #000;
  font-weight: 500;
  font-size: 14px;
}

.blog-item .blog-body .blog-meta span i {
  margin-right: 10px;
  color: #fdbb65;
}

.blog-item .blog-body .blog-meta span:first-child {
  margin-right: 15px;
    font-size: 24px;
	    font-weight: normal;
		 color: #fdbb65;
}
.blog-item .blog-body .blog-meta span:first-child i{font-size: 14px;}
.blog-item .blog-body .blog-meta span:first-child em{text-decoration-line: line-through;font-style: normal;color: #666; font-size: 14px;margin-right: 15px;}
.blog-item .blog-body .blog-text h6 {
  margin-bottom: 10px;
}

.blog-item .blog-body .blog-text h6 a {
  color: #000;
}

.blog-item .blog-body .blog-text h6 a:hover {
  color: #fdbb65;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-item .blog-body .blog-text p {
  margin-bottom: 20px;
}

.blog-item .blog-body .blog-text .blog-more-btn {
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 12px 28px;
  text-align: center;
  position: relative;
  border-radius: 100px;
  background: #fdbb65;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  overflow: hidden;
  position: relative;
  z-index: 5;
}

.blog-item .blog-body .blog-text .blog-more-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -5;
  height: 100%;
  border-radius: 100px;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #252628;
}

.blog-item .blog-body .blog-text .blog-more-btn:hover {
  color: #fff !important;
}

.blog-item .blog-body .blog-text .blog-more-btn:hover:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.blog-item:hover {
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fdbb65;
}

/* ---------------------------------------------------------------- */
/* 22.Footer                             
/* ---------------------------------------------------------------- */
.footer { 
}

.footer .footer-top {
  padding: 40px 0 20px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-desc {
  color: #fff;
  opacity: 0.75;
  margin-bottom: 20px;
}

.footer .footer-top .footer-widget .footer-title {
  color: #fff;
  margin-bottom: 30px;
  position: relative;
  font-weight: 600;
}

.footer .footer-top .footer-widget .footer-title:after {
  content: "";
  display: block;
  background: #fff;
  margin-top: 10px;
  width: 50px;
  height: 2px;
}

.footer .footer-top .footer-widget .footer-title:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 20px;
  height: 2px;
  background: #fdbb65;
}

.footer .footer-top .footer-widget .footer-social-links a {
  width: 50px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
  margin-right: 10px;
  margin-top: 10px;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  color: #fdbb65 !important;
  background: #fff;
  -webkit-animation: pulseWhite 1s 1 ease-in-out;
          animation: pulseWhite 1s 1 ease-in-out;
}

.footer .footer-top .footer-widget .footer-contact-info-list li {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.footer .footer-top .footer-widget .footer-contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-contact-info-list li i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  margin-right: 15px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  color: #fff;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 14px;
}

.footer .footer-top .footer-widget .footer-contact-info-list li p {
  color: #fff;
  opacity: 0.75;
  vertical-align: middle;
}

.footer .footer-top .footer-widget .footer-links li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.footer .footer-top .footer-widget .footer-links li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .footer-links li span {
  color: #fff;
  opacity: 0.75;
}

.footer .footer-top .footer-widget .footer-links li a {
  color: #fff;
  opacity: 0.8;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  color: #fdbb65;
  opacity: 1;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  font-weight: 700;
  margin-right: 15px;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer .footer-top .footer-widget .footer-links li:hover:before {
  width: 20px;
  background: #fdbb65;
}

.footer .copyright {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #000;
  opacity: 0.75;
  text-align: center;
}

/* ---------------------------------------------------------------- */
/* 20.Breadcrumb                            
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 170px 0;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumb-section:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.75;
  z-index: -42;
  position: absolute;
  background: #252628;
}

.breadcrumb-section .breadcrumb-inner {
  position: relative;
  z-index: 18;
}

.breadcrumb-section .breadcrumb-inner h1 {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li {
  color: #fff;
  display: inline-block;
  vertical-align: middle;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li.active:before {
  content: "\f30b";
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  vertical-align: middle;
  color: #fdbb65;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a {
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links li a:hover {
  text-decoration: underline;
  color: #fdbb65;
}

/* ---------------------------------------------------------------- */
/* 21.Sidebar                       
/* ---------------------------------------------------------------- */
.blog-sidebar .blog-widgets {
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.blog-sidebar .blog-widgets .blog-search-btn {
  top: 0;
  right: 0;
  border: none;
  width: 60px;
  outline: none;
  height: 100%;
  position: absolute;
  background: #fdbb65;
  border-radius: 0 10px 10px 0;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-widgets .blog-search-btn:hover {
  background: #252628;
}

.blog-sidebar .blog-widgets .blog-search-bar {
  width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0 6px 15px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 6px 15px -1px rgba(0, 0, 0, 0.1);
  padding: 18px 75px 18px 60px;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-widgets .blog-search-bar i {
  position: absolute;
  width: 60px;
  top: 22px;
  left: 20px;
  color: #fdbb65;
}

.blog-sidebar .blog-widgets:last-child {
  margin-bottom: 0;
}

.blog-sidebar .blog-widgets.tag-widgets {
  padding-bottom: 20px;
}

.blog-sidebar .recent-post-item {
  margin-bottom: 20px;
}

.blog-sidebar .recent-post-item:last-child {
  margin-bottom: 0;
}

.blog-sidebar .recent-post-item .recent-post-img {
  float: left;
}

.blog-sidebar .recent-post-item .recent-post-img img {
  border-radius: 10px;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
  color: #fdbb65;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date {
  font-size: 14px;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  margin-right: 8px;
  color: #fdbb65;
}

.blog-sidebar .blog-archive-list li, .blog-sidebar .blog-category-list li {
  display: block;
  padding: 10px 10px 10px 0;
}

.blog-sidebar .blog-archive-list li:last-child, .blog-sidebar .blog-category-list li:last-child {
  padding-bottom: 0;
}

.blog-sidebar .blog-archive-list li a, .blog-sidebar .blog-category-list li a {
  color: #000;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  font-weight: 600;
}

.blog-sidebar .blog-archive-list li a:before, .blog-sidebar .blog-category-list li a:before {
  content: "\f054";
  color: #fdbb65;
  display: inline-block;
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-archive-list li a:hover, .blog-sidebar .blog-archive-list li a.active, .blog-sidebar .blog-category-list li a:hover, .blog-sidebar .blog-category-list li a.active {
  color: #fdbb65;
}

.blog-sidebar .blog-category-list li a .category-count {
  float: right;
}

.blog-sidebar .blog-tags li {
  float: left;
}

.blog-sidebar .blog-tags li a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  border-radius: 4px;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: rgba(255, 69, 0, 0.07);
}

.blog-sidebar .blog-tags li a:hover, .blog-sidebar .blog-tags li a.active {
  background: #fdbb65;
  color: #fff;
}

.blog-sidebar .blog-share li {
  margin-right: 10px;
  float: left;
}

.blog-sidebar .blog-share li:last-child {
  margin-right: 0;
}

.blog-sidebar .blog-share li a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fdbb65;
}

.blog-sidebar .blog-share li a:hover {
  color: #fff;
  background: #252628;
}

.blog-sidebar .tag-widgets {
  margin-bottom: 20px;
}

.inner-header-title {
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 20px;
  display: block;
}

.inner-header-title:after, .inner-header-title:before {
  content: "";
  bottom: 0;
  left: 0;
  height: 2px;
  position: absolute;
}

.inner-header-title:after {
  width: 60px;
  background: rgba(0, 0, 0, 0.05);
}

.inner-header-title:before {
  width: 30px;
  z-index: 36;
  background: #fdbb65;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Medium devices (tablets, less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-sidebar {
    margin-top: 30px;
  }
  .recent-post-item .recent-post-body .recent-post-title {
    line-height: 1.5;
    font-size: 1rem;
  }
}

/* ---------------------------------------------------------------- */
/* 22.Homer Slider                
/* ---------------------------------------------------------------- */
#hero-slider-two .hero-slider.owl-carousel .owl-nav {
  margin-top: 0;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next, #hero-slider-two .hero-slider.owl-carousel button.owl-prev {
  top: 50%;
  margin: 0;
  padding: 0;
  width: 60px;
  height: 60px;
  color: #fff;
  border-radius: 3px;
  text-align: center;
  line-height: 60px;
  position: absolute;
  display: inline-block;
  background: #fdbb65;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover, #hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover {
  color: #fff !important;
  background: #db3b00;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next {
  right: 30px;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev {
  left: 30px;
}

#hero-slider-two .hero-slider.owl-carousel .owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#hero-slider-two .hero-slider.owl-carousel .owl-dots .owl-dot span {
  width: 20px;
  height: 8px;
  margin: 0 5px;
  display: block;
  border-radius: 3px;
  background: #fff;
  -webkit-transition: all .25s ease;
  transition: all .25s ease;
}

#hero-slider-two .hero-slider.owl-carousel .owl-dots .owl-dot.active span {
  width: 30px;
  background: #fdbb65;
}

#hero-slider-two .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  z-index: 32;
  -o-object-fit: scale-down;
     object-fit: scale-down;
  -o-object-position: center;
     object-position: center;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero-slider-two .item:before {
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  opacity: 0.6;
  z-index: -32;
  position: absolute;
  background: #252628;
}

#hero-slider-two .owl-item .hero-inner {
  opacity: 0;
  visibility: hidden;
}

#hero-slider-two .owl-item.active .hero-inner {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  visibility: visible;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query(less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  #hero-slider-two .hero-slider.owl-carousel .owl-nav {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 23.Home Particles                 
/* ---------------------------------------------------------------- */
#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---------------------------------------------------------------- */
/* 24.Home Video                
/* ---------------------------------------------------------------- */
#hero_video {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 35;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero_video .hero-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  background: #000;
}

#hero_video .video-content {
  z-index: 27;
  position: relative;
}

/* ---------------------------------------------------------------- */
/* 25.Blog Single                             
/* ---------------------------------------------------------------- */
.blog-post-img {
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  z-index: 14;
}

.blog-post-img img {
  border-radius: 20px;
  display: inline-block;
}

.blog-text h4 {
  line-height: 1.3;
  font-size: 2.3rem;
  margin-bottom: 20px;
}

.blog-text .blog-meta-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-text .blog-meta-links .blog-share-links a {
  width: 30px;
  height: 30px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  margin-right: 10px;
  border-radius: 4px;
  background: #fdbb65;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-text .blog-meta-links .blog-share-links a:last-child {
  margin-right: 0;
}

.blog-text .blog-meta-links .blog-share-links a:hover {
  color: #fff !important;
  background: #db3b00;
  -webkit-animation: pulsePrimary 1s 1 ease-in-out;
          animation: pulsePrimary 1s 1 ease-in-out;
}

.blog-text .blog-meta-links .author-meta a {
  color: #000;
  font-weight: 500;
  margin-right: 15px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-text .blog-meta-links .author-meta a:after {
  content: "";
  margin-left: 15px;
  border-left: 1px solid #fdbb65;
}

.blog-text .blog-meta-links .author-meta a:last-child {
  margin-right: 0;
}

.blog-text .blog-meta-links .author-meta a:last-child:after {
  display: none;
}

.blog-text .blog-meta-links .author-meta a:hover {
  color: #fdbb65;
}

.blog-text .blog-meta-links .author-meta a span {
  color: #fdbb65;
  display: inline-block;
  margin-right: 15px;
}

.blog-text p {
  margin-bottom: 30px;
}

.blog-text blockquote {
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
  border-left: 5px solid #fdbb65;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.blog-text blockquote q {
  font-style: italic;
  line-height: 2;
}

.blog-text blockquote q:before {
  margin-right: 5px;
}

.blog-text blockquote q:after {
  margin-left: 5px;
}

.blog-text blockquote strong {
  font-style: italic;
  margin-top: 15px;
}

.blog-text .blog-meta h6 {
  margin-bottom: 15px;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-img {
  float: left;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-img img {
  border-radius: 10px;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-body .blog-buttons-title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.1rem;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-body .blog-buttons-title:hover {
  color: #fdbb65;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link {
  color: #000;
  font-weight: 500;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link:hover {
  color: #fdbb65;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link i {
  color: #fdbb65;
}

.blog-title {
  position: relative;
}

.blog-title:after {
  z-index: 1;
  content: "";
  width: 50px;
  display: block;
  position: relative;
  margin: 20px auto 20px 0;
  border-bottom: 2px solid #fdbb65;
}

.blog-title:before {
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  border-bottom: 2px solid rgba(0, 0, 0, 0.05);
}

.blog-title-subline {
  margin-bottom: 30px;
}

.post-author-meta {
  margin-top: 15px;
}

.post-author-meta strong {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .blog-text h4 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-text .blog-meta-links {
    display: block;
    margin-bottom: 20px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .blog-text .blog-meta-links .author-meta {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-buttons-item {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 26.Services Page           
/* ---------------------------------------------------------------- */
.price-table {
  padding: 40px 30px 29px 30px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: 4px solid transparent;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.price-table .price-top-inner h5 {
  margin-bottom: 20px;
}

.price-table .price-top-inner .price-icon {
  padding: 20px;
  margin-bottom: 30px;
  border: 2px dashed #fdbb65;
  display: inline-block;
  border-radius: 50%;
}

.price-table .price-top-inner .price-icon:before {
  font-size: 50px;
  color: #fff;
  margin-left: 0;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background: #fdbb65;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
          box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
}

.price-table .price-text {
  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;
}

.price-table .price-text span {
  font-size: 2.4rem;
  font-weight: 600;
  color: #000;
  line-height: initial;
}

.price-table .price-text sub {
  vertical-align: middle;
  font-size: 16px;
  margin-left: 7px;
}

.price-table .price-value-list {
  margin: 30px 0;
}

.price-table .price-value-list li {
  margin-bottom: 10px;
}

.price-table .price-value-list li:last-child {
  margin-bottom: 0;
}

.price-table:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
  border-bottom: 4px solid #fdbb65;
}

/* ---------------------------------------------------------------- */
/* 27.Contact Us        
/* ---------------------------------------------------------------- */
.contact-info-wrap .contact-info-text {
  margin-bottom: 30px;
}

.contact-info-wrap .contact-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.contact-info-wrap .contact-info-box:last-child {
  margin-bottom: 0;
}

.contact-info-wrap .contact-info-box .icon {
  margin-right: 20px;
  display: inline-block;
  padding: 20px;
  margin-right: 20px;
  border: 2px dashed #fdbb65;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 94px;
          flex: 0 0 94px;
  height: 94px;
  width: 94px;
}

.contact-info-wrap .contact-info-box .icon span {
  font-size: 16px;
  color: #fff;
  margin-left: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  line-height: 50px;
  background: #fdbb65;
  display: inline-block;
  border-radius: 50%;
  -webkit-box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
          box-shadow: 0 12px 25px -1px rgba(255, 69, 0, 0.2);
}

.contact-info-wrap .contact-info-box .body h6 {
  margin-bottom: 7px;
}

.contact-info-wrap .contact-info-box .body p {
  margin-bottom: 5px;
}

.contact-info-wrap .contact-info-box .body p:last-child {
  margin-bottom: 0;
}

.contact-form-wrap .empty-form span, .contact-form-wrap .email-invalid span,
.contact-form-wrap .phone-invalid span {
  display: block;
  padding: 10px 20px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  background: #f27474;
}

#error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  border-radius: 5px;
  word-break: break-word;
  background: rgba(242, 116, 116, 0.2);
  color: #721c24;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .contact-info-wrap {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query less than 576px
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .contact-info-wrap .contact-info-box {
    display: block;
  }
  .contact-info-wrap .contact-info-box:last-child {
    margin-bottom: 0;
  }
  .contact-info-wrap .contact-info-box .icon {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 28.Home Intro                              
/* ---------------------------------------------------------------- */
.hero-section {
  z-index: 35;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #252628;
}

.hero-section .intro-hero-subtitle {
  color: #fff;
  opacity: 0.9;
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 30px;
}

.hero-section .intro-hero-title {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 20px;
}

.hero-section .intro-hero-title span {
  font-size: 3.5rem;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 10px 20px;
  text-transform: uppercase;
  margin: 0 auto 15px auto;
  border: 2px solid #fff;
}

/* Demo Item */
.demo-item {
  margin-bottom: 30px;
  position: relative;
  border-radius: 20px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 25px -1px rgba(0, 0, 0, 0.1);
}

.demo-item .demo-title {
  padding: 30px 0;
  display: block;
  text-align: center;
  color: #000;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  text-transform: capitalize;
  border-radius: 20px;
}

.demo-item .demo-img {
  overflow: hidden;
  position: relative;
  border-radius: 20px 20px 0 0;
}

.demo-item .demo-item-link {
  padding: 30px;
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0 0 20px 20px;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.demo-item:hover {
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.1);
}

.demo-item:hover .demo-item-link {
  color: #fff !important;
  background: #fdbb65;
}

/* ------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media screen and (max-width: 576px) {
  .hero-section .intro-hero-title {
    font-size: 1.6rem;
  }
  .hero-section .intro-hero-title span {
    font-size: 2.5rem;
  }
}
/*# sourceMappingURL=style.css.map */
 .about-img img:first-child {
    width: 80%;
    box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
    border-radius: 170px;
    border-top-left-radius: 0;
    border: 4px solid #ffffff;
}
 .about-img img:last-child {
    position: relative;
    width: 60%;
    right: 0;
    float: right;
    top: -150px;
    margin-bottom: -150px;
    border: 4px solid #ffffff;
    box-shadow: 0rem 0.1875rem 0.625rem rgba(0, 0, 0, 0.2);
    border-radius: 170px;
    border-bottom-right-radius: 0;
}
 .clear{clear: both;}
 .gallery-item-details>p{
	 color: #fdbb65;
	     font-size: 1.2rem;
		 font-weight: bold;
 }
 .section .section-heading h4>a{
	 color: #000;
	 font-size: 23px;
 }
 .maps{
	  width: 100%;
	  height:450px;
 }
  .maps>img{  width: 100%;}
#promo-banner:before {
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0.75;
    z-index: -42;
    position: absolute;
    background: #252628;
}

.par_p p{
	color: rgba(255,255,255,.8);
	text-align: left;
}
.par_block span{
	 
	display: block;
	width: 65%;
	color: white;
	text-align: left;
	/* padding: .4rem 10px; */
	font-size:1.4rem;
	font-weight: 300;
	/* border: 1px solid rgba(255,255,255,.4);
	background: linear-gradient(to right,rgba(0,0,0,.6),transparent); */
	
}
.par_block span>em{
	font-style: normal;
	/* background: rgba(0,0,0,.4); */
	display: inline-block;
	width: 95px;
	/*  border-right: 1px solid #858585; */
	padding: 2px 10px;
}
.par_block span.b-bo>em{
	background: transparent;
	/* border-right: 0; */
}
.par_block span:nth-child(odd){
	border-top: 0;
	border-bottom: 0;
}
.par_block span:last-child{
	/* border-bottom: 1px solid #858585;*/
}
.b-bo{
	/* border-bottom: 1px solid #858585; */
	/* padding: 8px 0; */
}
.t-bo{
	border-top: 1px solid #858585;
	padding: 8px 0;
}
.hero-banner .hero-inner h1{
/* font-size: 1.4rem;
    font-weight: lighter; */
}
.dgrid{
	display: grid;
	align-items: center;
	justify-content: center;
	gap: 15px;
	grid-template-columns: repeat(3,minmax(0,1fr)); 
	margin-bottom: 30px;
}
.dgrid h5{
	color: #000;
	font-size: 17px;
}

.footer-icon i{
	font-size: 2.5rem;
	    color: #fdbb65;
}
.mt-6 {
    margin-top: 1.5rem!important;
}
 .bg-style2{
     background-color: #f9f6f0 fixed;
	 padding: 150px 130px;
	 position: relative;
 }
 .wrap-tslider{
	     padding:0 5% 5% 3%;
 }
 .wrap-tslider>p{
	    font-family: 'PingFang-SC-Regular'; 
	 color: rgba(0, 0, 0, 0.8);
	     font-size: 15px;
	     line-height: 2.5;
	     font-weight: lighter;
		 margin-top: 30px;
 }
  .wrap-tslider h6{
	   font-family: 'BebasNeuelight'; 
	     font-size: 24px;
  }
    .wrap-tslider h4{
		 font-size:35px;
		 margin-top: 40px;
	}
 .swiper-container2 {
     margin-left: auto;
     margin-right: auto;
     position: relative;
     overflow: hidden;
     z-index: 1;
	 width: 100%; 
 }
 .swiper-container2 img{
	border-radius: 0 !important;
 }
 .swiper-container2 .swiper-pagination-bullet{
	    position: relative;
	        display: inline-block;
	        margin: 0 5px;
	        width: 10px;
	        height: 10px;
	        border: 1px solid #CCCCCC;
	        border-radius: 10px;
	        transition: .5s;
 }
 
  .swiper-container2   .swiper-pagination-bullet-active{
	background: #F47E1E;
	    border-color:#F47E1E; 
 }
 .bgs1{
	    position: absolute;
	    left: 84.6%;
	    top: 6.5%;
	    z-index: 0;
 }
 .bgs2{
	   position: absolute;
	       bottom: 3.5%;
	       left: 2.2%;
	       z-index: 0;
 }

 .heading-bg-style{
	 position: absolute;
	     left: 0%;
	     font-size: 200px;
	     line-height: 155px;
	     font-weight: 400;
	     letter-spacing: -7px;
	     color: rgba(200, 169, 106,0.1);
	     z-index: 0;
	    font-family: "Poppins", sans-serif;
	     top: 3%;
	     text-transform: uppercase;
 }
 
 .wrap-tslider i{
	 font-family: Pe-icon-7-stroke;
	font-size: 5.5rem;
	     color: #f9f6f0;
 }
 
     .wrap-tslider i::before{
		content: "\e67d"
		 
	 }
 @media only screen and (max-width: 991px){
	 .time_sec{
		 margin-right: 0 !important;
	 }
	 .col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	    
	     padding-right: 10px;
	     padding-left: 10px;
	 }
	 .section .section-heading span::after{
		 width: 50% !important;
	 }
	 .toptels{margin-right: 5px;}
	 .header .navbar-toggler{margin-left: auto !important;}
	 .show + div{
		 display: none !important;
	 }
	 .pb-minus-70{padding: 0 !important;}
	 .f_tit{
		 width: 100% !important;
		  color: #000  !important;
		   text-align: left  !important;
		   padding: 0 5% 5% 3%;
		   background: url('../img/fitit.jpg') no-repeat;
		   background-size: cover;
		   border-top: 3px solid #fdbb65;
		   padding: 10px !important;
		   }
		   .wrap-tslider{
			    padding: 0 !important;
		   }
	 .wrap-tslider>p{ color: #000  !important;}
	  .bg-style2{
		  padding: 60px 0
	  }
	  .dgrid{
		  grid-template-columns: repeat(1,minmax(0,1fr))!important; 
	  }
	   .heading-bg-style{
		   font-size: 40px;
		   top: 5%;
		   letter-spacing:0;
	   }
 }
 .f_tit{
	 font-size: 15px;
	 color: #000;
	 text-align: center;
	 font-weight: lighter;
	 width: 100%;
	background: url('../img/fitit.jpg') no-repeat;
	background-size: cover;
	border-top: 9px solid #fdbb65;
	 margin:  0 auto; 
	 padding:60px 60px;
	 font-family: PingFang-SC-Regular;
	     line-height: 33px;
 } 
 .showDiv{
	 position: relative;
	 display: block !important;
	 transition: .5s;
 }
 .showDiv::after {
    content: "";
 /*   border: 1px solid rgba(9,12,15,0.1); */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.product-content {
    padding: 29px 20px 20px 29px;
	display: none;
}
.product-content .name-product {
    font-size: 27px;
    line-height: 35px;
      margin-bottom: 6px;
	  font-weight: 400;
}
.product-content .pricing { 
    font-size: 20px;
    line-height: 35px;
    color: #696969;
    margin-top: -2px;
}
.showDiv:hover {
    transform: scale(1.1);
	transition: .5s;
}
.discount {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(255,87, 24,0.67);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -32px;
    right: 30%;
	display: none;
}
 .discount span {
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    line-height: 1rem;
    text-align: center;
}
.secban {
    
    }
	.toptel,.toptels{ 
		    display: flex;
		    background: #ffffff;
		    color: #000;
			align-items: center;
		    position: relative;
		    font-size: 18px;
		    font-weight: 600;
		    border-radius: 0.3rem;
			
	}
	.toptels{ display: none;}
	.toptel i,.toptels i{margin-right:6px;}
	.iconp {
	height: 20px;
	}
	#fixedNavbar{
		justify-content: center !important;
	}
	.secban img{width: 100%;}
	.navbar{
		margin-right: -15px;
		    margin-left: -15px;
	}
	@media (min-width: 1200px)
	.container {
	    max-width: 1397px;
	}
	.info-list li{
		display: flex;
		align-items: center;
		font-family:PingFang-SC-Regular;
	}
	.info-list li i{margin-right: 10px;  font-size: 14px !important;display: grid;
		 place-items: center;}
	.ilbox{
		position: relative;
		width: 100%;
		height: 100%;
		display: grid;
		 place-items: center;
		 background: #fdf4e4;
	}
	.time_sec{
		 background: #fdf4e4;
		 padding: 10px 10px;
		 margin-right: 10px;
		 height: 100%;
	}
	.time_sec{
	 font-family: PingFang-SC-Regular;
	}
	.time_sec h4{
	 font-size: 24px;
	 margin-bottom: 8px;
	}
	.time_sec h3{
	 font-size: 16px;
	 font-weight: bold;
	 display: flex;
	 justify-content: space-between;
	 align-items: center;
	}
	 
	.time_sec h3 span{
		font-size: 24px;
		color: #fd0500;
		font-weight: normal;
	}
	.time_sec p{
	  font-size: 16px;
	}
	.time_sec p em{
	 font-style: normal;
	}
	.centertext{
		    padding: 0 30px;
		    margin: 0 auto;
	}
	.text-c{ 
		 font-family: PingFang-SC-Regular;
		 display: grid; 
		  grid-template-columns: auto 2fr; 
		   border: 1px solid #eaeaea;
		align-items: center;
		padding: 16px;
	}
	.footer-icon{
		 grid-row: 1/3;
		 width: 60px;
		 height: 60px;
		     display: grid;
			     margin-right: 15px;
		     place-items: center;
			 border: 1px solid #eaeaea;
	}
	.bgwhite{
		background: white;
	}
	@media (min-width: 1200px) {
	.container {
	    max-width: 1390px;
	}
		}
		.mt80{padding-top: 80px;}
		.mt40{padding-top: 20px;}
		.cpt{
			width: fit-content;
		}
		.cpt>p{
			line-height: 32px;
		}
		.imgboxs img{
			width: 100%;
		}