
body, html {
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #2c2c2c;
  margin: 0;
  padding: 0;
  
}



a:hover,a:focus{
    text-decoration: none;
    outline: none;
}
#accordion .panel{
    border: none;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 15px;
    position: relative;
}
#accordion .panel:before{
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    border: 1px dashed #6e8898;
    position: absolute;
    top: 25px;
    left: 18px;
}
#accordion .panel:last-child:before{ display: none; }
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a{
    display: block;
    padding: 10px 30px 10px 60px;
    margin: 0;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #1d3557;
    border-radius: 0;
    position: relative;
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 40px;
    height: 100%;
    line-height: 40px;
    background: #8a8ac3;
    border: 1px solid #8a8ac3;
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    content: "\f105";
    background: #fff;
    border: 1px solid #6e8898;
    color: #000;
}
#accordion .panel-body{
    padding: 10px 30px 10px 30px;
    margin-left: 40px;
    background: #fff;
    border-top: none;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 28px;
    letter-spacing: 1px;
}

::-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;
}

/* ---------------------------------------------------------------- */
/* 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 {
  padding: 50px 0;
  overflow: hidden;
}

.section .section-heading {
  text-align: center;
  margin-bottom: 60px;
}

.section .section-heading span {
  color: #fff;
  margin-bottom: 10px;
  display: inline-block;
  font-weight: 600;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 14px;
  background: #ff4500;
}

.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: 4px;
  bottom: 0;
  left: 50%;
  position: absolute;
  background: #ff4500;
  -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-bottom: 70px;
}

.bg-dark {
  background: #000;
}

.bg-primary-light {
  background: rgba(255, 69, 0, 0.1);
}

.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: #ff4500;
}

.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) {
  .section .section-heading .section-title {
    font-size: 2.7rem;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.primary-btn {
  padding: 12px 36px;
  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: #ff4500;
  border: none;
  overflow: hidden;
  z-index: 1;
}

.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: #ff4500;
  overflow: hidden;
  z-index: 1;
}

.primary-outline-btn:hover {
  color: #ff4500 !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: #ff4500;
  -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: #ff4500;
  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: #ff4500;
}

.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: #ff4500;
  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: #ff4500;
  -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: #ff4500;
  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: #ff4500;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header a i {
  margin-right: 10px;
  color: #ff4500;
}

.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: #ff4500;
}

.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: #ff4500;
  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: #ff4500;
}

.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: #ff4500;
  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;
}

.pagination-wrap .pagination-link {
  width: 54px;
  height: 54px;
  color: #000;
  line-height: 52px;
  margin: 0 5px 0 0;
  font-weight: 500;
  border-radius: 50%;
  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: #ff4500;
  border-color: #ff4500;
  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;
}

#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 #ff4500;
  border-color: #ff4500 transparent #ff4500 transparent;
  -webkit-animation: preloaderRotate 1.2s infinite;
          animation: preloaderRotate 1.2s infinite;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 10px 0;
  -webkit-transition: padding 400ms cubic-bezier(0.65, 0, 0.35, 1);
  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 {
  display: none;
}

.header .navbar-brand img.logo-transparent {
  display: block;
}

.header .navbar-btn-resp {
  margin-left: 15px;
}

.header .navbar-btn-resp a:hover {
  color: #ff4500 !important;
}

.header .navbar-btn-resp a:after {
  background: #fff;
}

.header .nav-item .nav-link {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 30px 10px !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;
  bottom: 0;
  width: 100%;
  height: 7px;
  background: #fff;
}

.header .nav-item .nav-link.active {
  opacity: 1;
}

.header .nav-item .nav-link:not(.active):after {
  left: 0;
  bottom: 0;
  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: #fff;
  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: #ff4500;
  border-bottom-color: #ff4500;
}

.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: #fff;
  -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;
  -webkit-box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
          box-shadow: 0px 13px 35px -12px rgba(43, 50, 54, 0.2);
  -webkit-animation: stickyMenu 0.7s ease-in-out;
          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: #ff4500;
}

.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: #ff4500;
}

.header-shrink .nav-item .nav-link:after {
  background: #ff4500;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #ff4500;
}

.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) {
  .header .container {
    max-width: 100%;
    padding: 0;
  }
  .header .navbar-brand {
    padding: 10px 0 10px 15px;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .main-menu .navbar-nav {
    max-height: 343px;
    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: #ff4500;
    color: #fff !important;
    border-color: #ff4500;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #ff4500;
    color: #fff !important;
    border-color: #ff4500;
  }
  .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: #ff4500;
  }
  .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: #ff4500;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #ff4500;
  }
  .header-shrink .nav-item .nav-link:after {
    background: #ff4500;
  }
  .header-shrink .nav-item .nav-link:not(.active):after {
    background: #ff4500;
  }
  .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.75;
  position: absolute;
  background: #252628;
}

.hero-banner .hero-inner h1 {
  color: #fff;
  margin-bottom: 30px;
}

.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: #ff4500;
  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: 600;
  border-radius: 100px;
  padding: 8px 18px;
  font-size: 14px;
  background: #ff4500;
}

.about-inner h4 {
  margin-bottom: 15px;
}

.about-inner p {
  margin-bottom: 12px;
}

/* ---------------------------------------------------------------- */
/* 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;
  }
}

/* ---------------------------------------------------------------- */
/* 12.Services                           
/* ---------------------------------------------------------------- */
.services-item {
  padding: 40px 28px 36px 28px;
  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 #ff4500;
  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: #ff4500;
  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 #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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 #ff4500;
  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: #ff4500;
  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: #ff4500;
  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 #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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: #ff4500;
  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 #ff4500;
  display: inline-block;
  border-radius: 50%;
  width: 125px;
  height: 125px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 114px;
          flex: 0 0 114px;
}

.menu-gallery-item-inner .item-price span {
  font-size: 19px;
  color: #fff;
  margin-left: 0;
  height: 80px;
  width: 80px;
  text-align: center;
  line-height: 80px;
  background: #ff4500;
  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-top: 23px;

}

.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: #ff4500;
}

.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 #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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: #ff4500;
    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: #252628;
}

.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: #fff;
}

.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: #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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: 45px 18px 30px 18px;
  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: #ff4500;
  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: #ff4500;
  color: #fff;
}

.team-card .team-body p {
  margin-bottom: 15px;
}

.team-card .team-body h6 {
  margin-bottom: 7px;
}

.team-card .team-body span {
  color: #ff4500;
}

.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 #ff4500;
}

.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 #ff4500;
  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: #ff4500;
  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: #ff4500;
}

.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 #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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: 20px 20px 19px 20px;
}

.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: #ff4500;
}

.blog-item .blog-body .blog-meta span:first-child {
  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: #ff4500;
  -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: #ff4500;
  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 #ff4500;
}

/* ---------------------------------------------------------------- */
/* 22.Footer                             
/* ---------------------------------------------------------------- */
.footer {
  background: #252628;
}

.footer .footer-top {
  padding: 80px 0 50px 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: #ff4500;
}

.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: #ff4500 !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: #ff4500;
  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: #ff4500;
}

.footer .copyright {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* 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: #ff4500;
  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: #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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: #ff4500;
  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: #ff4500;
}

.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: #ff4500;
}

.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: #ff4500;
}

.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: #ff4500;
  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: #ff4500;
}

.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: #ff4500;
  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: #ff4500;
}

.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: #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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: #ff4500;
  -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: #ff4500;
}

#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: #ff4500;
  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 #ff4500;
}

.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: #ff4500;
}

.blog-text .blog-meta-links .author-meta a span {
  color: #ff4500;
  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 #ff4500;
  -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: #ff4500;
}

.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: #ff4500;
}

.blog-text .blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link i {
  color: #ff4500;
}

.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 #ff4500;
}

.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 #ff4500;
  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: #ff4500;
  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 #ff4500;
}

/* ---------------------------------------------------------------- */
/* 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 #ff4500;
  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: #ff4500;
  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: 3rem;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.hero-section .intro-hero-title span {
  text-transform: capitalize;
  display: block;
  font-size: 2rem;
}

/* 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: #ff4500;
}

.demo-features-item {
  padding: 30px;
  border-radius: 50px;
  text-align: center;
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 23px 49px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 23px 49px 0 rgba(0, 0, 0, 0.1);
}

.demo-features-item .features-icon {
  margin-bottom: 20px;
}

.demo-features-item .features-text h5 {
  font-size: 1.125rem;
}


/* ------------------------------------------------------------- */
/* 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: 1.2rem;
  }
}
/*# sourceMappingURL=style.css.map */





    .awesome {
      
      font-family: futura;
      font-style: italic;      
      color:#313131;
      font-size:38px;
      font-weight: bold;
      position: absolute;
      -webkit-animation:colorchange 5s infinite alternate;

      
      
    }

    @-webkit-keyframes colorchange {
      100% {
        
        color: blue;
      }
      
          
      60% {
        
        color: pink;
      }
	  
	  
	   80% {
        
        color: pink;
      }
    }