
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * 01.Base
 * 02.Typography
 * 03.Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * 04.Buttons  
 * 05.Animations 
 * 06.Form(Input, Comment)
 * 07.Pagination 
 * 08.Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * 09.Header
 * 10.Hero
 * 11.About
 * 12.Services
 * 13.Our Menu 
 * 14.Counters
 * 15.Our Team
 * 16.Gallery  
 * 17.Testimonial 
 * 18.Pricing
 * 19.Blog
 * 20.Footer
 * 21.Breadcrumb
 * 22.Sidebar
   ------------------------ /
   Pages                               
   ------------------------ /

 * 23.Contact Us
 * 24.404 Page 
 * 25.Reservation
------------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* 01.Base                               
/* ---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Fugaz+One&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap");
body, html {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #3d3b4a;
  margin: 0;
  padding: 0;
}

::-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", serif;
  font-weight: 800;
  color: #1b192a;
  margin: 0;
  line-height: 1.5;
}

h1, .h1 {
  font-size: 3.2rem;
}

h2, .h2 {
  font-size: 36px;
}

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: hidden;
  position: relative;
}

.section {
  padding: 100px 0;
  overflow: hidden;
}

.section .section-center-heading,
.section .section-left-heading {
  margin-bottom: 60px;
}

.section .section-center-heading {
  text-align: center;
}

.section .section-center-heading h6 {
  color: #dc2e2b;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  display: inline-block;
  font-family: "Fugaz One", cursive;
}

.section .section-center-heading h6:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #dc2e2b;
  vertical-align: middle;
  display: inline-block;
}

.section .section-center-heading h6:after {
  content: "";
  width: 20px;
  height: 2px;
  margin-left: 10px;
  background: #dc2e2b;
  vertical-align: middle;
  display: inline-block;
}

.section .section-left-heading {
  text-align: left;
}

.section .section-left-heading h6 {
  color: #dc2e2b;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
  font-family: "Fugaz One", cursive;
  font-style: italic;
}

.section .section-left-heading h6:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  background: #dc2e2b;
  vertical-align: middle;
  display: inline-block;
}

.section .section-left-heading h2 {
  font-style: italic;
}

.section .section-btn-right {
  text-align: right;
}

.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);
}

.bb-line-border {
  border-bottom: 1px solid rgba(27, 25, 42, 0.05);
}

.bg-grey {
  background: #f5f5f5;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.widgets-pb-20 {
  padding-bottom: 20px !important;
}

.pb-minus-70 {
  padding-bottom: 70px;
}

.bg-dark {
  background: #000;
}

.bg-primary-light {
  background: rgba(255, 91, 41, 0.05);
}

.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: #dc2e2b;
}

.team-carousel .item:hover, .blog-carousel .item:hover, .testimonial-carousel .item:hover {
  cursor: w-resize;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .section .section-btn-right {
    margin-top: 30px;
    text-align: left;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .section .section-heading .section-title {
    font-size: 2.7rem;
  }
}

/* ---------------------------------------------------------------- */
/* 04.Buttons                                                     
/* ---------------------------------------------------------------- */
.primary-btn {
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  padding: 22px 36px;
  text-align: center;
  position: relative;
  font-size: 16px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #dc2e2b;
}

.primary-btn:hover {
  color: #dc2e2b !important;
}

.primary-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.primary-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #fff;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.secondary-btn {
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  padding: 22px 36px;
  text-align: center;
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #dc2e2b;
}

.secondary-btn:hover {
  color: #fff !important;
}

.secondary-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.secondary-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #1b192a;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.primary-outline-btn {
  z-index: 1;
  overflow: hidden;
  padding: 22px 50px;
  text-align: center;
  position: relative;
  border-radius: 0;
  font-size: 14px;
  display: inline-block;
  color: #fff !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #dc2e2b;
}

.primary-outline-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #1b192a;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -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;
}

.primary-outline-btn:hover {
  color: #dc2e2b !important;
}

.primary-outline-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.video-btn {
  z-index: 1;
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  overflow: hidden;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #dc2e2b !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #fff;
}

.video-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #dc2e2b;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -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;
}

.video-btn:hover {
  color: #fff !important;
}

.video-btn:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.scroll-top-btn {
  bottom: 0;
  opacity: 0;
  right: 15px;
  width: 65px;
  height: 65px;
  z-index: 444;
  line-height: 65px;
  font-size: 16px;
  text-align: center;
  position: fixed;
  visibility: hidden;
  color: #fff !important;
  background: #dc2e2b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.scroll-top-btn.active {
  opacity: 1;
  bottom: 15px;
  visibility: visible;
}

.scroll-top-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #1b192a;
  -webkit-transform-origin: top;
          transform-origin: top;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -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;
}

.scroll-top-btn:hover {
  color: #fff !important;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.scroll-top-btn:hover:after {
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/* ---------------------------------------------------------------- */
/* 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, 91, 41, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 0);
  }
}

@keyframes pulsePrimary {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 41, 0.4);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 20px rgba(255, 91, 41, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 91, 41, 0);
            box-shadow: 0 0 0 0 rgba(255, 91, 41, 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: 99999;
  background: rgba(27, 25, 42, 0.9);
}

.custom-modal .modal-content {
  background: transparent;
  border: none;
  margin-top: 200px;
}

.custom-modal .modal-content .modal-header {
  border: none;
  padding: 0;
  margin-bottom: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-modal .modal-content .modal-header button {
  opacity: 1;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

.custom-modal .modal-content .modal-header button span {
  font-weight: 400;
  font-size: 50px;
  color: #fff;
}

.custom-modal .modal-content .modal-header h6 {
  color: #fff;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
}

.custom-modal .modal-content .modal-body {
  padding: 0;
}

.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 {
  outline: none;
  width: 100%;
  border: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  color: #fff;
  background: transparent;
  padding: 17px 77px 17px 20px;
  -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: #dc2e2b;
}

.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: #dc2e2b;
  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 .modal-search-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: #dc2e2b;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.custom-modal .modal-content .modal-search-btn:hover {
  background: #fff;
  color: #dc2e2b;
}

#contactFormSuccessModal, #contactFormDangerModal {
  background: initial;
}

#contactFormSuccessModal .modal-content, #contactFormDangerModal .modal-content {
  background: #fff;
}

#contactFormSuccessModal .modal-header, #contactFormDangerModal .modal-header {
  text-align: center;
  padding: 20px;
  border: 0;
  border-radius: 0 !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#contactFormSuccessModal .modal-header h5, #contactFormDangerModal .modal-header h5 {
  font-weight: 500;
  font-size: 18px;
}

#contactFormSuccessModal .modal-header button, #contactFormDangerModal .modal-header button {
  margin-top: -5px;
  font-size: 18px;
}

#contactFormSuccessModal .modal-header button span, #contactFormDangerModal .modal-header button span {
  font-size: 30px !important;
}

#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 {
  padding: 30px !important;
  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 {
  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;
}

.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: #dc2e2b;
  color: #fff;
  font-weight: 500;
  border-radius: 5px 0 0 5px;
}

body[style], header[style] {
  padding-right: 0 !important;
}

.modal-open .modal {
  padding-right: 0 !important;
}

.comments-wrap {
  position: relative;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.comments-wrap .comments-item-wrap:last-child .comments-item {
  border-bottom: none;
}

.comments-wrap .comments-item-wrap .comments-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.comments-wrap .comments-item-wrap .comments-item .comment-header {
  margin-bottom: 15px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header h6 {
  margin-bottom: 5px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header span {
  font-size: 15px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-header span i {
  margin-right: 10px;
  color: #dc2e2b;
}

.comments-wrap .comments-item-wrap .comments-item p {
  margin-bottom: 20px;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a {
  margin-right: 15px;
  color: #dc2e2b;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a:hover {
  color: #1b192a;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a:last-child {
  margin-right: 0;
}

.comments-wrap .comments-item-wrap .comments-item .comment-buttons a.comments-like-btn i {
  margin-right: 10px;
}

.comments-wrap .comments-item-wrap .comments-item img {
  margin-right: 30px;
}

.comments-wrap .comments-item-wrap .comments-item.sub-comment {
  padding-left: 120px;
}

.comments-wrap .comments-item-wrap:last-child {
  margin-bottom: 0;
}

.leave-comment-wrapper {
  padding: 30px;
  position: relative;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.leave-comment-wrapper .comment-form-group {
  position: relative;
}

.leave-comment-wrapper .comment-form-group .comment-form-control {
  width: 100%;
  display: block;
  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: #dc2e2b;
}

.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: #dc2e2b;
  font-size: 16px;
}

.leave-comment-wrapper .comment-form-group button {
  border: none;
}

.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: #dc2e2b;
}

.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: #dc2e2b;
  font-size: 16px;
}

.comment-block-mt {
  margin-top: 30px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .custom-modal .modal-content .modal-header button span {
    font-size: 36px;
  }
  .custom-modal .modal-content .modal-header h6 {
    font-size: 26px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (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;
  }
  .custom-modal .modal-content .modal-header {
    margin-bottom: 20px;
  }
  .custom-modal .modal-content .modal-header button span {
    font-size: 30px;
  }
  .custom-modal .modal-content .modal-header h6 {
    font-size: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 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: 600;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination-wrap .pagination-link:hover, .pagination-wrap .pagination-link.active {
  background: #dc2e2b;
  border-color: #dc2e2b;
  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: #1b192a;
  -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 #dc2e2b;
  border-color: #dc2e2b transparent #dc2e2b transparent;
  -webkit-animation: preloaderRotate 1.2s infinite;
          animation: preloaderRotate 1.2s infinite;
}

/* ---------------------------------------------------------------- */
/* 09.Header                                                   
/* ---------------------------------------------------------------- */
.header {
  padding: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  -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);
}

.header .navbar-brand {
  padding: 0;
  color: #fff;
  text-transform: capitalize;
}

.header .navbar-btn-resp {
  margin-left: 30px;
}

.header .nav-item .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 36px 20px !important;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  line-height: 28px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .nav-item .nav-link.active {
  opacity: 1;
  background: #dc2e2b;
}

.header .nav-item:hover > a {
  color: #fff;
  background: #dc2e2b;
  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: rgba(27, 25, 42, 0.85);
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  color: #fff;
  font-size: 14px;
  display: block;
  font-weight: 400;
  padding: 12px 20px;
  position: relative;
  text-transform: capitalize;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 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: #dc2e2b;
  border-bottom-color: #dc2e2b;
}

.header .nav-item.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: 0;
}

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 30px !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: 15px;
  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: 36px;
  -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: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-toggle:hover {
  color: #dc2e2b !important;
  background: transparent !important;
}

.header .search-btn-mobile {
  display: none;
}

/* Header Shrink */
.header-shrink {
  padding: 0;
  background: rgba(27, 25, 42, 0.85);
  border-bottom: none;
  -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 .nav-item:hover .nav-link {
  color: #fff;
}

.header-shrink .nav-item .nav-link {
  opacity: 1;
}

.header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
  color: #fff;
}

.header-shrink .nav-item .nav-link:after {
  background: #dc2e2b;
}

.header-shrink .nav-item .nav-link:not(.active):after {
  background: #dc2e2b;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (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: #1b192a;
  }
  .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: #fff;
    padding: 10px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #dc2e2b;
    color: #fff !important;
    border-color: #dc2e2b;
  }
  .header .main-menu .navbar-nav .nav-link:hover {
    background: #dc2e2b;
    color: #fff !important;
    border-color: #dc2e2b;
  }
  .header .main-menu .nav-item .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: rgba(255, 255, 255, 0.05);
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #dc2e2b;
  }
  .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 .search-btn-resp {
    display: none;
  }
  .navbar-btn-resp {
    display: none !important;
  }
  /* Header Shrink */
  .header-shrink .nav-item:hover .nav-link {
    color: #dc2e2b;
  }
  .header-shrink .nav-item .nav-link {
    color: #000;
  }
  .header-shrink .nav-item .nav-link.active, .header-shrink .nav-item .nav-link:hover {
    color: #dc2e2b;
  }
}

/* ---------------------------------------------------------------- */
/* 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 850px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: 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: #1b192a;
}

.hero-banner .hero-inner h1 {
  color: #fff;
  margin-bottom: 20px;
}

.hero-banner .hero-inner h1 span {
  font-weight: 900;
  margin-right: 10px;
  color: #dc2e2b;
  font-family: "Fugaz One", cursive;
  text-decoration: underline;
}

.hero-banner .hero-inner h6 {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  font-style: italic;
  padding: 10px;
  margin-bottom: 15px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
}

.hero-banner .hero-inner h2 {
  color: #fff;
  opacity: 0.75;
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  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 {
    min-height: 100vh;
  }
  .hero-banner .hero-inner h1 {
    font-size: 1.8rem;
  }
  .hero-banner .hero-inner h2 {
    font-size: 16px;
  }
}

/* ---------------------------------------------------------------- */
/* Home Particles                 
/* ---------------------------------------------------------------- */
#heroparticles {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

/* ---------------------------------------------------------------- */
/* Homer Slider                
/* ---------------------------------------------------------------- */
#hero-slider-two {
  z-index: 32;
  min-height: auto;
}

#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: 80px;
  height: 110px;
  color: #fff;
  border-radius: 0;
  text-align: center;
  line-height: 110px;
  position: absolute;
  display: inline-block;
  background: rgba(255, 255, 255, 0.05);
  -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 {
  background: #f53900;
  color: #fff;
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left,
#hero-slider-two .hero-slider.owl-carousel .arrow-right {
  display: block;
  position: relative;
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left:after, #hero-slider-two .hero-slider.owl-carousel .arrow-left:before,
#hero-slider-two .hero-slider.owl-carousel .arrow-right:after,
#hero-slider-two .hero-slider.owl-carousel .arrow-right:before {
  top: 50%;
  left: 50%;
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #fff;
  display: inline-block;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left {
  -webkit-transform: perspective(1000px) rotate(180deg);
          transform: perspective(1000px) rotate(180deg);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-left:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-right:after {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
          transform: rotate(45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel .arrow-right:before {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
          transform: rotate(-45deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next {
  right: 15px;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover .arrow-right:after {
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
          transform: rotate(30deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover .arrow-right:before {
  -webkit-transform: rotate(-30deg) translate(-50%, -50%);
          transform: rotate(-30deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev {
  left: 15px;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover .arrow-left:after {
  -webkit-transform: rotate(30deg) translate(-50%, -50%);
          transform: rotate(30deg) translate(-50%, -50%);
}

#hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover .arrow-left:before {
  -webkit-transform: rotate(-30deg) translate(-50%, -50%);
          transform: rotate(-30deg) translate(-50%, -50%);
}

#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: 850px;
  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.00;
  z-index: -32;
  position: absolute;
  background: #1b192a;
}

#hero-slider-two .owl-item h6, #hero-slider-two .owl-item h1, #hero-slider-two .owl-item h2, #hero-slider-two .owl-item a {
  opacity: 0;
  visibility: hidden;
}

#hero-slider-two .owl-item.active .hero-inner h6, #hero-slider-two .owl-item.active .hero-inner h1, #hero-slider-two .owl-item.active .hero-inner h2, #hero-slider-two .owl-item.active .hero-inner a {
  -webkit-animation: fadeInUp 1s ease forwards;
          animation: fadeInUp 1s ease forwards;
  visibility: visible;
}

#hero-slider-two .owl-item.active .hero-inner h6 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

#hero-slider-two .owl-item.active .hero-inner h1 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

#hero-slider-two .owl-item.active .hero-inner h2 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

#hero-slider-two .owl-item.active .hero-inner a {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Small devices (landscape phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  #hero-slider-two .hero-slider.owl-carousel .owl-nav {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .hero-banner {
    min-height: 100vh;
  }
  .hero-banner .hero-slider .item {
    min-height: 100vh !important;
  }
}

/* ---------------------------------------------------------------- */
/* Home Video                
/* ---------------------------------------------------------------- */
#hero_video {
  overflow: hidden;
  position: relative;
}

#hero_video #video-background {
  -o-object-fit: cover;
     object-fit: cover;
  background-size: cover;
  -o-object-position: center;
     object-position: center;
  background-repeat: no-repeat;
  background-position: center center;
}

#hero_video .hero-overlay {
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0.5;
  height: 100%;
  position: absolute;
  background: #1b192a;
}

/* ---------------------------------------------------------------- */
/* Home Svg Pattern 1                             
/* ---------------------------------------------------------------- */
#svg-pattern-1 {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: auto;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* ---------------------------------------------------------------- */
/* 11.About                            
/* ---------------------------------------------------------------- */
.about-inner h6 {
  color: #dc2e2b;
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  font-family: "Fugaz One", cursive;
  font-style: italic;
}

.about-inner h6:before {
  content: "";
  width: 20px;
  height: 2px;
  margin-right: 10px;
  vertical-align: middle;
  background: #dc2e2b;
  display: inline-block;
}

.about-inner p {
  margin-bottom: 25px;
}

.about-inner h2 {
  font-style: italic;
  margin-bottom: 15px;
}

.about-inner h2 strong {
  color: #dc2e2b;
  margin-right: 5px;
  text-decoration: underline;
}

.about-box-wrap {
  margin-bottom: 30px;
}

.about-box-wrap .about-box {
  padding: 30px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.about-box-wrap .about-box a {
  color: #6e6c7a;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.about-box-wrap .about-box a:hover {
  color: #dc2e2b;
  text-decoration: underline;
}

.about-box-wrap .about-box i {
  color: #dc2e2b;
  margin-right: 10px;
}

.about-box-wrap .about-box .text h6 {
  font-style: italic;
  margin-bottom: 10px;
  font-weight: 700;
}

.about-list {
  margin-bottom: 40px;
}

.about-list ul li {
  margin-bottom: 15px;
}

.about-list ul li:last-child {
  margin-bottom: 0;
}

.about-list ul li i {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #fff;
  margin-right: 15px;
  line-height: 32px;
  font-size: 14px;
  text-align: center;
  background: #dc2e2b;
  display: inline-block;
}

.about-list ul li span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.about-page-section .about-inner p {
  margin-bottom: 30px;
}

.about-page-section .about-box-wrap {
  margin-bottom: 0;
}

.about-page-section .about-box-wrap .about-box {
  margin-bottom: 0;
}

.location {
    padding-top:-10px;
    
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .about-img-wrap {
    margin-top: 30px;
  }
  .about-page-section .about-box-wrap .about-box {
    margin-bottom: 30px;
  }
  .about-page-section .about-img-wrap {
    margin-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .about-box-wrap {
    margin-bottom: 0;
  }
  .about-box-wrap .about-box {
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 1600px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  #about .about-top-icon,
  #about .about-bottom-icon {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 12.Services                           
/* ---------------------------------------------------------------- */
.services-item {
  z-index: 1;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 30px 30px 23px 30px;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.services-item .services-overlay-img {
  top: 50px;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
}

.services-item .icon {
  display: inline-block;
  margin-bottom: 20px;
}

.services-item .icon span {
  display: inline-block;
}

.services-item .icon span:before {
  width: 80px;
  height: 80px;
  font-size: 40px;
  margin-left: 0;
  text-align: center;
  line-height: 80px;
  color: #fff;
  display: inline-block;
  background: #dc2e2b;
}

.services-item .body h6 {
  margin-bottom: 15px;
}

.services-item .body p {
  margin-bottom: 30px;
}

.services-item .body ul {
  margin-bottom: 30px;
}

.services-item .body ul li {
  margin-bottom: 10px;
  font-weight: 700;
  color: #000;
}

.services-item .body ul li i {
  color: #dc2e2b;
  margin-right: 10px;
}

.services-item .body ul li:last-child {
  margin-bottom: 0;
}

.services-item .secondary-btn:hover {
  color: #dc2e2b !important;
}

.services-item .secondary-btn:after {
  background: #fff;
}

.services-item:hover {
  background: #1b192a;
  -webkit-box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 23px 49px -1px rgba(0, 0, 0, 0.25);
}

.services-item:hover .services-overlay-img {
  opacity: 0.15;
  top: 0;
}

.services-item:hover .body h6, .services-item:hover .body p, .services-item:hover .body ul li {
  color: #fff;
}

.services-item:hover .body li {
  font-weight: 500;
  color: #fff;
}

.services-item:hover .body p {
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .services-item {
    padding: 30px;
  }
  .detail-text h2 {
    font-size: 2rem;
  }
}

/* ---------------------------------------------------------------- */
/* Services Detail                          
/* ---------------------------------------------------------------- */
.service-detail-inner p {
  margin-bottom: 30px;
}

.service-detail-inner img {
  margin-bottom: 30px;
}

.service-detail-inner .detail-text h2 {
  margin-bottom: 17px;
}

.detail-list {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.detail-list li {
  margin-bottom: 15px;
  font-weight: 600;
  color: #000;
}

.detail-list li i {
  margin-right: 15px;
  color: #dc2e2b;
}

.detail-list li:last-child {
  margin-bottom: 0;
}

.faq-accordion, .faq-form-wrap {
  margin-bottom: 30px;
}

.faq-accordion h4, .faq-form-wrap h4 {
  margin-bottom: 30px;
}

.faq-form-wrap .faq-form {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.faq-form-wrap .faq-form .faq-form-group {
  margin-bottom: 20px;
  position: relative;
}

.faq-form-wrap .faq-form .faq-form-group:last-child {
  margin-bottom: 0;
}

.faq-form-wrap .faq-form .faq-form-group .faq-form-control {
  width: 100%;
  display: block;
  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);
}

.faq-form-wrap .faq-form .faq-form-group .faq-form-control:focus {
  border-color: #dc2e2b;
}

.faq-form-wrap .faq-form .faq-form-group span {
  line-height: 60px;
  color: #dc2e2b;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 20px;
}

.faq-form-wrap .faq-form button {
  border: none;
  margin-top: 21px;
}

.accordion-item {
  margin-bottom: 20px;
  background: #fff;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.accordion-item:last-child {
  margin-bottom: 0;
}

.accordion-item .accordion-header a {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  padding: 25px 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #dc2e2b;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.accordion-item .accordion-header a[aria-expanded=true] {
  color: #fff;
  background: #dc2e2b;
}

.accordion-item .accordion-header a[aria-expanded=true] i {
  color: #fff;
}

.accordion-item .accordion-header a[aria-expanded=true] i:before {
  content: '\f068';
}

.accordion-item .accordion-header a i {
  text-align: center;
  color: #dc2e2b;
}

.accordion-item .accordion-body {
  padding: 30px;
}

/* ---------------------------------------------------------------- */
/* 13.Our Menu                      
/* ---------------------------------------------------------------- */
.tab-link-wrap .tab-link-item {
  cursor: pointer;
  text-align: center;
  margin-bottom: 30px;
}

.tab-link-wrap .tab-link-item .tab-link-inner {
  z-index: 1;
  padding: 30px;
  text-align: left;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.tab-link-wrap .tab-link-item span {
  display: block;
  margin-bottom: 30px;
}

.tab-link-wrap .tab-link-item span::before {
  font-size: 80px;
  color: #dc2e2b;
  margin-left: 0;
  line-height: 80px;
}

.tab-link-wrap .tab-link-item h2 {
  font-size: 18px;
}

.tab-link-wrap .tab-link-item.active .tab-link-inner, .tab-link-wrap .tab-link-item:hover .tab-link-inner {
  background: #dc2e2b;
  -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);
}

.tab-link-wrap .tab-link-item.active span::before, .tab-link-wrap .tab-link-item:hover span::before {
  color: #fff;
}

.tab-link-wrap .tab-link-item.active h2, .tab-link-wrap .tab-link-item:hover h2 {
  color: #fff;
}

.tab-content-item {
  display: none;
}

.tab-content-item.active {
  display: block;
  -webkit-animation: fadeInDown 0.5s ease;
          animation: fadeInDown 0.5s ease;
}

.tab-content-inner ul {
  padding: 30px;
    color: #dc2e2b;
  position: relative;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.tab-content-inner ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
     border-bottom: 1px dashed #dc2e2b;
}

.tab-content-inner ul li:last-child {
  margin-bottom: 0;
}

.tab-content-inner ul li img {
  margin-right: 30px;
}

.tab-content-inner ul li .body .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display:inline-flex;
  margin-bottom: 5px;
  padding-bottom: 5px;
  -webkit-box-align: right;
      -ms-flex-align: right;
          align-items: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
     justify-content: space-between;
    
}

.tab-content-inner ul li .body .text span  {
  font-size: 18px;
  font-weight: 800;
  font-family: "Poppins", serif;
  color: #dc2e2b;  
  position: absolute;
  right:0; 
  padding-right: 25px;    
   
}

     



.menu-list-item {
  margin-bottom: 60px;
}

.menu-list-item:last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .pt-resp-0 ul {
    padding-top: 0 !important;
    border-top: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .tab-link-wrap .tab-link-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .tab-link-wrap .tab-link-item span {
    display: block;
  }
  .tab-content-inner ul li {
    display: block;
  }
  .tab-content-inner ul li img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 14.Counters                      
/* ---------------------------------------------------------------- */
#counter {
  background: #dc2e2b;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.counter-item-inner {
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.counter-item-inner h2 {
  margin-bottom: 10px;
  font-size: 2.6rem;
}

.counter-item-inner span {
  font-weight: 700;
  color: #dc2e2b;
  font-size: 1.2rem;
}

/* ---------------------------------------------------------------- */
/* 15.Our Team                     
/* ---------------------------------------------------------------- */
.team-card {
  z-index: 1;
  text-align: center;
  margin-bottom: 30px;
}

.team-card .team-img {
  overflow: hidden;
  position: relative;
}

.team-card .team-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.team-card .team-img .team-social {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  text-align: center;
  position: absolute;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.team-card .team-img .team-social li {
  opacity: 0;
  display: inline-block;
  margin-right: 5px;
  -webkit-transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, -webkit-transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease;
  transition: opacity 0.35s ease, transform 0.35s ease, -webkit-transform 0.35s ease;
}

.team-card .team-img .team-social li:last-child {
  margin-right: 0;
}

.team-card .team-img .team-social li:nth-child(1) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team-card .team-img .team-social li:nth-child(2) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team-card .team-img .team-social li:nth-child(3) {
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}

.team-card .team-img .team-social li i {
  width: 40px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #dc2e2b;
}

.team-card .team-img .team-social li i:hover {
  background: #1b192a;
  color: #fff;
}

.team-card .team-img:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1b192a;
}

.team-card .team-img:hover .team-social {
  opacity: 1;
  visibility: visible;
}

.team-card .team-img:hover .team-social li {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.team-card .team-img:hover .team-social li:nth-child(1) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.team-card .team-img:hover .team-social li:nth-child(2) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.team-card .team-img:hover .team-social li:nth-child(3) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.team-card .team-img:hover:after {
  visibility: visible;
  opacity: 0.75;
}

.team-card .team-body {
  padding: 30px;
  position: relative;
  border-bottom: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.team-card .team-body h6 {
  margin-bottom: 7px;
}

.team-card .team-body span {
  color: #dc2e2b;
}

.team-card:hover .team-image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/* ---------------------------------------------------------------- */
/* 16.Gallery                      
/* ---------------------------------------------------------------- */
.gallery-item {
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
}

.gallery-item .gallery-item-img {
  position: relative;
  overflow: hidden;
}

.gallery-item .gallery-item-img:after {
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  background: rgba(27, 25, 42, 0.75);
}

.gallery-item .gallery-buttons {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  visibility: hidden;
  position: absolute;
  -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.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.gallery-item .gallery-buttons a {
  width: 100%;
  height: 100%;
  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;
}

.gallery-item .gallery-buttons span {
  position: relative;
}

.gallery-item .gallery-buttons span:nth-child(1):after, .gallery-item .gallery-buttons span:nth-child(1):before, .gallery-item .gallery-buttons span:nth-child(2):after, .gallery-item .gallery-buttons span:nth-child(2):before {
  content: "";
  position: absolute;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.gallery-item .gallery-buttons span:nth-child(1):after, .gallery-item .gallery-buttons span:nth-child(1):before {
  top: 0;
  width: 30px;
  height: 2px;
}

.gallery-item .gallery-buttons span:nth-child(1):after {
  left: -100px;
}

.gallery-item .gallery-buttons span:nth-child(1):before {
  left: 100px;
}

.gallery-item .gallery-buttons span:nth-child(2):after, .gallery-item .gallery-buttons span:nth-child(2):before {
  left: 0;
  width: 2px;
  height: 30px;
}

.gallery-item .gallery-buttons span:nth-child(2):after {
  top: -100px;
}

.gallery-item .gallery-buttons span:nth-child(2):before {
  top: 100px;
}

.gallery-item:hover .gallery-item-img:after {
  opacity: 1;
  visibility: visible;
}

.gallery-item:hover .gallery-buttons {
  opacity: 1;
  visibility: visible;
}

.gallery-item:hover .gallery-buttons span:nth-child(1):after {
  left: -30px;
}

.gallery-item:hover .gallery-buttons span:nth-child(1):before {
  left: 0px;
}

.gallery-item:hover .gallery-buttons span:nth-child(2):after {
  top: -30px;
}

.gallery-item:hover .gallery-buttons span:nth-child(2):before {
  top: 0px;
}

/* ---------------------------------------------------------------- */
/* 17.Testimonial                      
/* ---------------------------------------------------------------- */
.testimonial-card {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-card:hover {
  -webkit-box-shadow: 0 10px 20px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 20px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-card .testimonial-rating {
  margin-bottom: 26px;
}

.testimonial-card .testimonial-rating i {
  color: #dc2e2b;
  margin-right: 3px;
}

.testimonial-card .testimonial-rating i:last-child {
  margin-right: 0;
}

.testimonial-card .testimonial-body blockquote {
  margin-bottom: 30px;
}

.testimonial-card .testimonial-body blockquote q {
  font-size: 22px;
  font-style: italic;
  color: #000;
}

.testimonial-card .testimonial-body blockquote q:after, .testimonial-card .testimonial-body blockquote q:before {
  color: #000;
  font-weight: 700;
}

.testimonial-card .testimonial-body blockquote q:after {
  margin-left: 5px;
}

.testimonial-card .testimonial-body blockquote q:before {
  margin-right: 5px;
}

.testimonial-card .testimonial-body h6 {
  margin-bottom: 10px;
}

.testimonial-card .testimonial-body span {
  color: #dc2e2b;
}

.testimonial-card .testimonial-img {
  margin-top: 20px;
  display: inline-block;
}

.testimonial-card .testimonial-img img {
  border-radius: 50%;
}

.testimonial-card .testimonial-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.testimonial-card .testimonial-author .text h6 {
  margin-bottom: 7px;
}

.testimonial-card .testimonial-author img {
  margin-right: 15px;
  border-radius: 50%;
}

.testimonial-card .testimonial-author span {
  color: #dc2e2b;
}

.testimonial-inner {
  padding-left: 30px;
}

.testimonial-slider.owl-carousel .owl-nav {
  text-align: left !important;
  margin-top: 20px;
}

.testimonial-slider.owl-carousel button.owl-next, .testimonial-slider.owl-carousel button.owl-prev {
  padding: 15px 20px !important;
  border-radius: 0;
  position: relative;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: inline-block;
  margin: 0 10px 0 0;
  background: #1b192a;
  color: #fff;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.testimonial-slider.owl-carousel button.owl-next:hover, .testimonial-slider.owl-carousel button.owl-prev:hover {
  background: #dc2e2b;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .testimonial-resp-img {
    display: none;
  }
  .testimonial-inner {
    padding-left: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 1600px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  #testimonial .testimonial-top-icon,
  #testimonial .testimonial-bottom-icon {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* 18.Pricing                    
/* ---------------------------------------------------------------- */
.price-toggle-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.price-toggle-wrap a {
  z-index: 1;
  overflow: hidden;
  font-weight: 500;
  padding: 22px 36px;
  text-align: center;
  position: relative;
  font-size: 14px;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1b192a;
}

.price-toggle-wrap a:hover, .price-toggle-wrap a.active {
  color: #fff !important;
}

.price-toggle-wrap a:hover:after, .price-toggle-wrap a.active:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.price-toggle-wrap a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #dc2e2b;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.pricing-tab-toggle-content {
  display: none;
}

.pricing-tab-toggle-content.active {
  display: block;
}

.price-table {
  padding: 30px;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.price-table .icon {
  display: inline-block;
  margin-bottom: 30px;
}

.price-table .icon span {
  display: inline-block;
}

.price-table .icon span:before {
  width: 80px;
  height: 80px;
  font-size: 40px;
  margin-left: 0;
  text-align: center;
  line-height: 80px;
  color: #fff;
  display: inline-block;
  background: #dc2e2b;
}

.price-table .price-value span {
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  color: #dc2e2b;
  margin-bottom: 10px;
}

.price-table .price-value h3 {
  margin-bottom: 10px;
  font-size: 3.2rem;
  font-weight: 700;
  font-family: "Poppins", serif;
}

.price-table .price-text p {
  margin-bottom: 30px;
}

.price-table .price-footer a {
  display: block;
}

/* ---------------------------------------------------------------- */
/* 19.Blog                      
/* ---------------------------------------------------------------- */
#latest-blog {
  position: relative;
}

#latest-blog .blog-top-icon {
  top: 0;
  left: 0;
}

#latest-blog .blog-bottom-icon {
  bottom: 0;
  right: 0;
}

#latest-blog .blog-top-icon,
#latest-blog .blog-bottom-icon {
  position: absolute;
}

#latest-blog .blog-top-icon img,
#latest-blog .blog-bottom-icon img {
  height: 350px;
  width: 350px;
}

.blog-item {
  z-index: 1;
  padding: 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.blog-item:after {
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 2px;
  content: "";
  position: absolute;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  background: #dc2e2b;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}

.blog-item .blog-overlay-img {
  top: 25px;
  left: 0;
  opacity: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
  position: absolute;
  visibility: hidden;
  background-size: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-position: center center;
  background-repeat: no-repeat;
}

.blog-item .blog-date {
  margin-bottom: 20px;
}

.blog-item .blog-date span {
  font-size: 60px;
  display: block;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  color: #dc2e2b;
}

.blog-item .blog-date strong {
  font-style: italic;
  font-weight: 500;
  font-family: "Poppins", serif;
  color: #000;
}

.blog-item .blog-body h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.blog-item .blog-body h2 a {
  color: #000;
}

.blog-item .blog-body h2 a:hover {
  text-decoration: underline;
}

.blog-item .blog-body p {
  opacity: 0.75;
  margin-bottom: 20px;
}

.blog-item .blog-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-item .blog-meta .author-meta {
  color: #dc2e2b;
  font-weight: 500;
  display: inline-block;
  font-family: "Fugaz One", cursive;
  margin-bottom: 10px;
}

.blog-item .blog-meta .author-meta:before {
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 10px;
  background: #dc2e2b;
  vertical-align: middle;
  display: inline-block;
}

.blog-item .blog-meta .author-meta:after {
  content: "";
  width: 10px;
  height: 2px;
  margin-left: 10px;
  background: #dc2e2b;
  vertical-align: middle;
  display: inline-block;
}

.blog-item .blog-meta .author-meta:hover {
  text-decoration: underline;
}

.blog-item .blog-footer a {
  color: #000;
  font-weight: 600;
  font-style: italic;
  font-family: "Poppins", serif;
}

.blog-item .blog-footer a:hover {
  text-decoration: underline;
}

.blog-item .blog-footer a:hover i {
  margin-left: 10px;
}

.blog-item .blog-footer a i {
  margin-left: 6px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-item:hover {
  background: #1b192a;
  -webkit-box-shadow: 0 15px 20px -1px rgba(0, 0, 0, 0.25);
          box-shadow: 0 15px 20px -1px rgba(0, 0, 0, 0.25);
}

.blog-item:hover .blog-overlay-img {
  top: 0;
  opacity: 0.1;
  visibility: visible;
}

.blog-item:hover:after {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.blog-item:hover .blog-date strong {
  color: #fff;
}

.blog-item:hover .blog-date strong {
  opacity: 0.85;
}

.blog-item:hover .blog-body a, .blog-item:hover .blog-body p {
  color: #fff;
}

.blog-item:hover .blog-body p {
  opacity: 0.75;
}

.blog-item:hover .blog-footer a {
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 1600px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 1600px) {
  #latest-blog .blog-top-icon,
  #latest-blog .blog-bottom-icon {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Blog Single                             
/* ---------------------------------------------------------------- */
.blog-post-img {
  margin-bottom: 30px;
  position: relative;
}

.blog-post-img img {
  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;
  background: #dc2e2b;
  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: #ff4005;
  -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 #dc2e2b;
}

.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: #dc2e2b;
  text-decoration: underline;
}

.blog-text .blog-meta-links .author-meta a span {
  color: #dc2e2b;
  display: inline-block;
  margin-right: 15px;
}

.blog-text p {
  margin-bottom: 30px;
}

.blog-text blockquote {
  padding: 30px;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.blog-text blockquote q {
  font-style: italic;
  line-height: 2;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.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-buttons .blog-buttons-item .blog-buttons-img {
  float: left;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-buttons-title {
  margin-bottom: 14px;
  line-height: 1.5;
  font-size: 1.1rem;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-buttons-title:hover {
  color: #dc2e2b;
  text-decoration: underline;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link {
  color: #dc2e2b;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link:hover {
  color: #dc2e2b;
  text-decoration: underline;
}

.blog-buttons .blog-buttons-item .blog-buttons-body .blog-btn-link i {
  color: #dc2e2b;
}

.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 #dc2e2b;
}

.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;
}

.author-details-box {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #000;
  background: #fff;
  border-left: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.author-details-box img {
  margin-right: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
  height: 120px;
}

.author-details-box blockquote {
  margin-bottom: 0;
}

.author-details-box blockquote q {
  font-style: italic;
  line-height: 2;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.author-details-box blockquote q:before {
  margin-right: 5px;
}

.author-details-box blockquote q:after {
  margin-left: 5px;
}

.author-details-box .author-details-inner h6 {
  font-style: italic;
  margin-bottom: 10px;
}

.author-details-box .author-details-inner .author-link {
  color: #dc2e2b;
  font-weight: 500;
  display: inline-block;
  font-family: "Fugaz One", cursive;
  margin-bottom: 10px;
}

.author-details-box .author-details-inner .author-link:before {
  content: "";
  width: 10px;
  height: 2px;
  margin-right: 10px;
  background: #dc2e2b;
  vertical-align: middle;
  display: inline-block;
}

.author-details-box .author-details-inner .author-link:after {
  content: "";
  width: 10px;
  height: 2px;
  margin-left: 10px;
  background: #dc2e2b;
  vertical-align: middle;
  display: inline-block;
}

.author-details-box .author-details-inner .author-link:hover {
  text-decoration: underline;
}

.author-details-box .author-details-inner .author-social {
  margin-top: 20px;
}

.author-details-box .author-details-inner .author-social li {
  margin-right: 7px;
  display: inline-block;
}

.author-details-box .author-details-inner .author-social li:last-child {
  margin-right: 0;
}

.author-details-box .author-details-inner .author-social li a {
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  display: inline-block;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #dc2e2b;
}

.author-details-box .author-details-inner .author-social li a:hover {
  color: #fff;
  background: #1b192a;
}

.blog-inner-img {
  margin-bottom: 30px;
}

/* ---------------------------------------------------------------- */
/* 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;
  }
  .author-details-box {
    display: block;
  }
  .author-details-box img {
    margin-right: 0;
    margin-bottom: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .blog-buttons-item {
    margin-bottom: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* 20.Footer                             
/* ---------------------------------------------------------------- */
.footer .footer-top {
  background: #1b192a;
  padding: 80px 0 50px 0;
}

.footer .footer-top .footer-widget {
  margin-bottom: 30px;
}

.footer .footer-top .footer-widget .footer-logo {
  display: block;
  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: #dc2e2b;
}

.footer .footer-top .footer-widget .contact-info-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .contact-info-list li > span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.footer .footer-top .footer-widget .contact-info-list li p {
  opacity: 0.75;
  color: #fff;
}

.footer .footer-top .footer-widget .footer-social-links {
  margin-top: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .footer-top .footer-widget .footer-social-links a {
  z-index: 1;
  width: 40px;
  height: 40px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 7px;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: rgba(255, 255, 255, 0.03);
}

.footer .footer-top .footer-widget .footer-social-links a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -4;
  height: 100%;
  background: #dc2e2b;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -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;
}

.footer .footer-top .footer-widget .footer-social-links a:last-child {
  margin-right: 0;
}

.footer .footer-top .footer-widget .footer-social-links a:hover {
  color: #fff !important;
}

.footer .footer-top .footer-widget .footer-social-links a:hover:after {
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.footer .footer-top .footer-widget .opening-hours-list li {
  margin-bottom: 25px;
}

.footer .footer-top .footer-widget .opening-hours-list li:last-child {
  margin-bottom: 0;
}

.footer .footer-top .footer-widget .opening-hours-list li span {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.footer .footer-top .footer-widget .opening-hours-list li p {
  opacity: 0.75;
  color: #fff;
}

.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.75;
  line-height: 1.8;
}

.footer .footer-top .footer-widget .footer-links li a:hover {
  opacity: 1;
  color: #dc2e2b;
  text-decoration: underline;
}

.footer .footer-top .footer-widget .footer-links li:before {
  content: "";
  width: 10px;
  height: 2px;
  opacity: 0.75;
  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 {
  opacity: 1;
  width: 20px;
  background: #dc2e2b;
}

.footer .copyright {
  background: #1d1b2d;
  padding: 30px 0;
}

.footer .copyright .copyright-text {
  color: #fff;
  opacity: 0.75;
}

.footer .ins-gallery.owl-carousel .owl-item img {
  width: 100%;
}

.footer .ins-gallery .ins-gallery-item {
  position: relative;
}

.footer .ins-gallery .ins-gallery-item:after {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #1b192a;
}

.footer .ins-gallery .ins-gallery-item a {
  top: 50%;
  left: 50%;
  z-index: 1;
  opacity: 0.75;
  color: #fff;
  text-align: center;
  position: absolute;
  visibility: hidden;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
  background: #dc2e2b;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.footer .ins-gallery .ins-gallery-item a:hover {
  background: #1b192a;
  color: #fff;
}

.footer .ins-gallery .ins-gallery-item:hover a, .footer .ins-gallery .ins-gallery-item:hover:after {
  visibility: visible;
}

.footer .ins-gallery .ins-gallery-item:hover:after {
  opacity: 0.75;
}

.footer .ins-gallery .ins-gallery-item:hover a {
  opacity: 1;
}

/* ---------------------------------------------------------------- */
/* 21.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: #1b192a;
}

.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: #dc2e2b;
  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: #dc2e2b;
}

/* ---------------------------------------------------------------- */
/* 22.Sidebar                       
/* ---------------------------------------------------------------- */
.blog-sidebar .blog-widgets {
  padding: 30px;
  position: relative;
  margin-bottom: 30px;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -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: #dc2e2b;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.blog-sidebar .blog-widgets .blog-search-btn:hover {
  background: #1b192a;
}

.blog-sidebar .blog-widgets .blog-search-bar {
  width: 100%;
}

.blog-sidebar .blog-widgets .blog-search-bar .search-form-control {
  width: 100%;
  display: block;
  padding: 18px 75px 18px 18px;
  border: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.blog-sidebar .blog-widgets .blog-search-bar i {
  position: absolute;
  width: 60px;
  top: 22px;
  left: 20px;
  color: #dc2e2b;
}

.blog-sidebar .blog-widgets:last-child {
  margin-bottom: 0;
}

.blog-sidebar .blog-widgets .inner-header-title {
  font-size: 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;
  overflow: hidden;
}

.blog-sidebar .recent-post-item .recent-post-img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.blog-sidebar .recent-post-item .recent-post-img img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title {
  margin-bottom: 15px;
  line-height: 1.5;
  font-size: 1.1rem;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-title:hover {
  color: #dc2e2b;
  text-decoration: underline;
}

.blog-sidebar .recent-post-item .recent-post-body .recent-post-date i {
  margin-right: 10px;
  color: #dc2e2b;
}

.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: "\f061";
  color: #dc2e2b;
  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: #dc2e2b;
}

.blog-sidebar .blog-archive-list li a:hover, .blog-sidebar .blog-category-list li a:hover {
  padding-left: 10px;
  text-decoration: underline;
}

.blog-sidebar .blog-category-list li a .category-count {
  float: right;
}

.blog-sidebar .blog-tags li {
  float: left;
}

.blog-sidebar .blog-tags li:last-child a {
  margin-right: 0;
}

.blog-sidebar .blog-tags li a {
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-block;
  color: #000;
  padding: 10px 15px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.blog-sidebar .blog-tags li a:hover, .blog-sidebar .blog-tags li a.active {
  background: #dc2e2b;
  border-color: #dc2e2b;
  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;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  background: #dc2e2b;
}

.blog-sidebar .blog-share li a:hover {
  color: #fff;
  background: #1b192a;
}

.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: #dc2e2b;
}

/* ---------------------------------------------------------------- */
/* 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;
  }
}

/* ---------------------------------------------------------------- */
/* 23.Contact Us                       
/* ---------------------------------------------------------------- */
.contact-form-wrap .contact-form {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.contact-form-wrap .form-group {
  margin-bottom: 0;
  position: relative;
}

.contact-form-wrap .form-group .captcha-input {
  padding-left: 90px !important;
}

.contact-form-wrap .form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  text-align: center;
  line-height: 60px;
  background: #dc2e2b;
  color: #fff;
  font-weight: 500;
}

.contact-form-wrap .form-group textarea.contact-form-control {
  margin-bottom: 30px;
}

.contact-form-wrap .form-group {
  margin-bottom: 20px;
  position: relative;
}

.contact-form-wrap .form-group .contact-form-control {
  width: 100%;
  display: block;
  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);
}

.contact-form-wrap .form-group .contact-form-control:focus {
  border-color: #dc2e2b;
}

.contact-form-wrap .form-group i {
  line-height: 60px;
  color: #dc2e2b;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 20px;
}

.contact-form-wrap .form-group label {
  font-weight: 600;
  display: none;
  color: #ee4545;
}

.contact-form-wrap .form-group label.error {
  display: block;
}

.contact-form-wrap .form-group #contactSubject {
  height: auto;
  border-radius: 0;
}

.contact-form-wrap .form-group #contactSubject:focus, .contact-form-wrap .form-group #contactSubject:active {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.contact-form-wrap .contact-alerts .empty-form span, .contact-form-wrap .contact-alerts .email-invalid span,
.contact-form-wrap .contact-alerts .phone-invalid span, .contact-form-wrap .contact-alerts .empty-select span,
.contact-form-wrap .contact-alerts .security-alert span {
  display: block;
  padding: 20px;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700;
  border-left: 4px solid #f27474;
  color: #ee4545;
  background: rgba(242, 116, 116, 0.1);
}

.contact-form-wrap #error_message {
  margin-top: 30px;
  display: block;
  padding: 20px;
  word-break: break-word;
  color: #ee4545;
  background: rgba(242, 116, 116, 0.1);
}

.contact-form-wrap button {
  border: none;
}

.google-maps {
  line-height: 0;
}

.google-maps iframe {
  border: 0;
  height: 633px;
  width: 100% !important;
}

.contact-info-item {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.contact-info-item i {
  width: 65px;
  height: 65px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  line-height: 65px;
  margin-bottom: 15px;
  color: #fff;
  background: #dc2e2b;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.contact-info-item .text h6 {
  margin-bottom: 10px;
}

.contact-info-item .text span {
  display: block;
}

.contact-info-item .text span a {
  color: inherit;
}

.contact-info-item .text span a:hover {
  color: #dc2e2b;
  text-decoration: underline;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .contact-form-wrap {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 24.404 Page                        
/* ---------------------------------------------------------------- */
.error-page {
  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;
  min-height: 100vh;
}

.error-page .error-text {
  padding: 20px;
  font-size: 150px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  background: #1b192a;
}

.error-page .error-text span {
  color: #dc2e2b;
}

.error-page .page-404-body {
  text-align: center;
  line-height: 0;
}

.error-page .page-404-body .error-title {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 24px;
}

.error-page .page-404-body .secondary-btn {
  line-height: 1.55;
}

.error-page .page-404-body .error-subline {
  margin-bottom: 30px;
}

.error-page .page-404-body .page-error-form-group {
  position: relative;
  margin-bottom: 30px;
}

.error-page .page-404-body .page-error-form-group .page-error-form-control {
  border: none;
  height: 60px;
  width: 100%;
  display: block;
  padding: 17px 70px 17px 60px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.error-page .page-404-body .page-error-form-group .page-error-form-control:focus {
  border-color: #dc2e2b;
}

.error-page .page-404-body .page-error-form-group span {
  line-height: 60px;
  color: #dc2e2b;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  top: 0;
  left: 20px;
}

.error-page .page-404-body .page-error-search-btn {
  top: 0;
  right: 0;
  border: none;
  outline: none;
  position: absolute;
  padding: 15px 20px;
  background-color: transparent;
  width: 60px;
  height: 60px;
  color: #fff;
  background: #dc2e2b;
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}

.error-page .page-404-body .page-error-search-btn:hover {
  background: #1b192a;
  color: #fff;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (portrait phones, less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 767.98px) {
  .error-page .error-text {
    font-size: 130px !important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (portrait phones, less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .error-page .error-text {
    font-size: 60px !important;
  }
}

/* ---------------------------------------------------------------- */
/* 25.Reservation                        
/* ---------------------------------------------------------------- */
.reservation-form-wrap .reservation-form {
  padding: 30px;
  background: #fff;
  border-top: 2px solid #dc2e2b;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
}

.reservation-form-wrap .form-group {
  margin-bottom: 0;
  position: relative;
}

.reservation-form-wrap .form-group .captcha-input {
  padding-left: 90px !important;
}

.reservation-form-wrap .form-group #contactFormCaptchaSpan {
  position: absolute;
  top: 0;
  height: 60px;
  display: block;
  width: 70px;
  text-align: center;
  line-height: 60px;
  background: #dc2e2b;
  color: #fff;
  font-weight: 500;
}

.reservation-form-wrap .form-group {
  margin-bottom: 20px;
  position: relative;
}

.reservation-form-wrap .form-group .reservation-form-control {
  width: 100%;
  display: block;
  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);
}

.reservation-form-wrap .form-group .reservation-form-control:focus {
  border-color: #dc2e2b;
}

.reservation-form-wrap .form-group i {
  line-height: 60px;
  color: #dc2e2b;
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 20px;
}

.reservation-form-wrap .form-group #contactSubject {
  height: auto;
  border-radius: 0;
}

.reservation-form-wrap .form-group #contactSubject:focus, .reservation-form-wrap .form-group #contactSubject:active {
  border-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.reservation-form-wrap button {
  border: none;
}

.opening-hours-wrap {
  z-index: 4;
  padding: 30px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.opening-hours-wrap:before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -4;
  opacity: 0.75;
  position: absolute;
  background: #1b192a;
}

.opening-hours-wrap .inner-header-title {
  color: #fff;
}

.opening-hours-wrap .inner-header-title:after {
  background: rgba(255, 255, 255, 0.1);
}

.opening-hours-wrap p {
  color: #fff;
  opacity: 0.75;
  margin-bottom: 30px;
}

.opening-hours-wrap ul {
  margin-bottom: 30px;
}

.opening-hours-wrap ul li {
  margin-bottom: 10px;
}

.opening-hours-wrap ul li:last-child {
  margin-bottom: 0;
}

.opening-hours-wrap ul li strong {
  color: #fff;
  font-weight: 700;
  font-family: "Poppins", serif;
  margin-right: 7px;
}

.opening-hours-wrap ul li span {
  color: #fff;
  opacity: 0.75;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .reservation-form-wrap {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* 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: #1b192a;
}

.hero-section .intro-hero-subtitle {
  color: #fff;
  opacity: 0.75;
  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: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0 5px 8px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 8px -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: 1px;
}

.demo-item .demo-img {
  overflow: hidden;
  position: relative;
  border-radius: 1px 1px 0 0;
}

.demo-item .demo-item-link {
  padding: 30px;
  display: block;
  font-weight: 600;
  font-size: 1.125rem;
  background: #fff;
  border-radius: 0 0 1px 1px;
  color: #000 !important;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.demo-item:hover {
  -webkit-box-shadow: 0 15px 30px -1px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 30px -1px rgba(0, 0, 0, 0.1);
}

.demo-item:hover .demo-item-link {
  color: #fff !important;
  background: #dc2e2b;
}

/* ------------------------------------------------------------- */
/* 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 */