/* -------------------------------------------------------------------
 * Template Name         : Shelby Manor at Arcadia Farm Template
 * Created Date          : 19 November 2022
 * Version               : 1.0
 * File Name             : style.css
------------------------------------------------------------------- */
/* -------------------------------------------------------------------
   Base                               
   ------------------------ /
 * Base
 * Typography
 * Helper Class
   ------------------------ /
   Components                               
   ------------------------ /
 * Buttons  
 * Animations 
 * Form(Input)
 * Preloader
   ------------------------ /
   Layout                               
   ------------------------ /
 * Header
 * About
 * Menus
 * Home Info  
 * Partners  
 * Blog  
 * Instagram  
 * Footer  
 * Breadcrumb  
 * Wedding
 * Contact Us
 * Gallery
 * Manor
 * Testimonial
 * Farm About
------------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* Base                               
/* ---------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Pinyon+Script&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body, html {
  font-size: 16px;
  font-family: "Playfair Display", serif;
  color: #6e6c7a;
  margin: 0;
  padding: 0;
}

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

::selection {
  background: #000000;
  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;
}

/* ---------------------------------------------------------------- */
/* Typography                               
/* ---------------------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: "Playfair Display", serif;
  font-weight: 700;
  margin: 0;
  color: #222;
  line-height: 1.45;
  text-transform: capitalize;
}

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

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

@media only screen and (max-width: 768px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

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

@media only screen and (max-width: 768px) {
  h3, .h3 {
    font-size: 1.8rem;
  }
}

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

@media only screen and (max-width: 768px) {
  h4, .h4 {
    font-size: 1.5rem !important;
  }
}

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

@media only screen and (max-width: 768px) {
  h5, .h5 {
    font-size: 1.3rem;
  }
}

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

p {
  line-height: 30px;
  margin: 0;
}

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

.section {
  padding: 100px 0;
  overflow: hidden;
}

.border-none {
  border: none;
}

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

.owl-carousel.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
  line-height: 0;
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #666b7e;
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid #666b7e;
  margin: 0 5px;
  width: 15px;
  height: 15px;
  border-radius: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ---------------------------------------------------------------- */
/* Buttons                                                     
/* ---------------------------------------------------------------- */
.primary-button {
  z-index: 4;
  padding: 23px 60px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #666b7e;
  color: #fbe6ce !important;
}

.primary-button i {
  margin-left: 15px;
}

.primary-button:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fbe6ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.primary-button:hover {
  color: #000000 !important;
}

.primary-button:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.primary-button.price-button {
  background: #fbe6ce;
  color: #000000 !important;
}

.primary-button.price-button:hover {
  color: #fbe6ce !important;
}

.primary-button.price-button:after {
  background: #666b7e;
}

.wedding-button {
  z-index: 4;
  padding: 23px 60px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  border: none;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #666b7e;
  color: #fbe6ce !important;
}

.wedding-button i {
  margin-left: 15px;
}

.wedding-button:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fae6ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wedding-button:hover {
  color: #000000 !important;
}

.wedding-button:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.outline-button {
  z-index: 4;
  padding: 23px 60px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.3);
  color: #fff !important;
}

.outline-button i {
  margin-left: 15px;
}

.outline-button:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fae6ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.outline-button:hover {
  color: #000000 !important;
  border-color: transparent;
}

.outline-button:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.default-button {
  z-index: 4;
  padding: 20px 28px;
  overflow: hidden;
  text-align: center;
  position: relative;
  border-radius: 50px;
  display: inline-block;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #fff;
  color: #fae6ce !important;
}

.default-button:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fae6ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.default-button:hover {
  color: #fff !important;
}

.default-button:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.scroll-top-btn {
  bottom: 100%;
  opacity: 0;
  right: 10px;
  width: 48px;
  height: 48px;
  z-index: 5555;
  line-height: 48px;
  font-size: 16px;
  text-align: center;
  position: fixed;
  overflow: hidden;
  visibility: hidden;
  background: #666b7e;
  color: #fbe6ce !important;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.scroll-top-btn.wedding-color-btn {
  background: #666b7e;
  color: #fbe6ce !important;
}

.scroll-top-btn.wedding-color-btn:hover {
  color: #000000 !important;
}

.scroll-top-btn.wedding-color-btn:hover:after {
  background: #fbe6ce;
}

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

.scroll-top-btn:hover {
  color: #000000 !important;
}

.scroll-top-btn:hover:after {
  width: 100%;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.scroll-top-btn:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  background: #fbe6ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

/* ---------------------------------------------------------------- */
/* Animations                                                     
/* ---------------------------------------------------------------- */
@-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 preLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes preLoader {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes iconPulse {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-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;
  }
}

@-webkit-keyframes animateSlider {
  0% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes animateSlider {
  0% {
    -webkit-transform: scale(1.04);
            transform: scale(1.04);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

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

.primary-text-color {
  color: #ef9e41;
}

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

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

#preloader-wrap .lds-ring div {
  width: 64px;
  height: 64px;
  margin: 8px;
  display: block;
  border-radius: 50%;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 8px solid #fbe6ce;
  -webkit-animation: preLoader 1.2s infinite cubic-bezier(0.5, 0, 0.5, 1);
          animation: preLoader 1.2s infinite cubic-bezier(0.5, 0, 0.5, 1);
  border-color: #fbe6ce transparent transparent transparent;
}

#preloader-wrap .lds-ring div:nth-child(1) {
  -webkit-animation-delay: -0.45s;
          animation-delay: -0.45s;
}

#preloader-wrap .lds-ring div:nth-child(2) {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}

#preloader-wrap .lds-ring div:nth-child(3) {
  -webkit-animation-delay: -0.15s;
          animation-delay: -0.15s;
}

/* ---------------------------------------------------------------- */
/* Header                                                   
/* ---------------------------------------------------------------- */
.header {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 100;
  background: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(27, 25, 42, 0.1);
          box-shadow: 0 5px 15px rgba(27, 25, 42, 0.1);
}

.header .navbar-brand {
  padding: 0;
  margin-right: 0;
  display: inline-block;
}

.header .navbar-brand img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}

.header .logo-text h4 {
  font-size: 45px;
  font-family: 'Pinyon Script', cursive;
}

.header.hero-header {
  position: relative;
}

.header.wedding-nav-color .nav-item .nav-link.active, .header.wedding-nav-color .nav-item .nav-link:hover {
  background: #666b7e;
  color: #fbe6ce;
}

.header.wedding-nav-color .nav-item.dropdown:hover .nav-link {
  color: #fbe6ce;
  background: #666b7e;
}

.header.wedding-nav-color .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  background: #666b7e;
  color: #fbe6ce;
  border-bottom-color: #666b7e;
}

.header.wedding-nav-color .navbar-toggler[aria-expanded="true"] .togler-icon-inner span {
  background: #666b7e !important;
}

.header .nav-item .nav-link {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
  padding: 35px 20px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  display: block;
  position: relative;
  line-height: 30px;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.header .nav-item .nav-link.active, .header .nav-item .nav-link:hover {
  opacity: 1;
  background: #666b7e;
  color: #fbe6ce;
}

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

.header .nav-item.dropdown:hover .nav-link {
  background: #666b7e;
}

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

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

.header .nav-item.dropdown .dropdown-menu .dropdown-item:hover {
  color: #fbe6ce;
  background: #666b7e;
  padding: 12px 20px 12px 25px;
  border-bottom-color: #666b7e;
}

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

.header .nav-item.dropdown .dropdown-toggle {
  padding-right: 40px !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[aria-expanded="true"]:before {
  content: "\f077";
}

.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 .navbar-toggler {
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 20px 0 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header .navbar-toggler .togler-icon-inner span {
  height: 3px;
  margin: 5px auto;
  width: 30px;
  display: block;
  background: #000000;
  -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 {
  background: #666b7e;
}

.header .navbar-toggler[aria-expanded="true"] .togler-icon-inner span:nth-child(1) {
  -webkit-transform: rotate(-405deg) translate(-5px, 6px);
          transform: rotate(-405deg) 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(-315deg) translate(-5px, -6px);
          transform: rotate(-315deg) translate(-5px, -6px);
}

.header.header-shrink {
  -webkit-animation: stickyMenu 1500ms 1 forwards;
          animation: stickyMenu 1500ms 1 forwards;
  position: fixed !important;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .header .logo-text {
    padding: 35px;
    padding-left: 10px;
    padding-right: 15px;
  }
  .header #nav-menu-wrap .container {
    max-width: 100%;
    padding: 0;
  }
  .header .navbar-brand {
    text-align: center;
    padding: 10px 0 10px 15px;
  }
  .header .main-menu {
    background: #fff;
  }
  .header .main-menu .navbar-nav {
    max-height: 250px;
    overflow: hidden;
    overflow-y: auto;
  }
  .header .main-menu .navbar-nav::-webkit-scrollbar {
    width: 10px;
  }
  .header .main-menu .navbar-nav::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.6);
  }
  .header .main-menu .navbar-nav::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.6);
  }
  .header .main-menu .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #666b7e;
  }
  .header .main-menu .navbar-nav .nav-link {
    padding: 8px 15px !important;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    opacity: 1;
    text-align: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header .main-menu .navbar-nav .nav-link:after {
    display: none;
  }
  .header .main-menu .navbar-nav .nav-link.active {
    background: #666b7e;
    color: #fbe6ce !important;
    border-color: #666b7e;
  }
  .header .main-menu .navbar-nav .nav-link:not(.active):hover {
    background: #666b7e;
    color: #fbe6ce !important;
    border-color: #666b7e;
  }
  .header .main-menu .nav-item .dropdown-menu {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
    background: rgba(250, 230, 206, 0.05);
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item {
    padding: 10px 15px !important;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .header .main-menu .nav-item .dropdown-menu .dropdown-item:hover {
    background: #fae6ce;
  }
  .header.wedding-nav-color .navbar-nav::-webkit-scrollbar-thumb:hover {
    background: #666b7e;
  }
  .header.wedding-nav-color .navbar-nav .nav-link.active {
    background: #666b7e;
    color: #fbe6ce !important;
    border-color: #666b7e;
  }
  .header.wedding-nav-color .navbar-nav .nav-link:not(.active):hover {
    background: #666b7e;
    color: #fbe6ce !important;
    border-color: #666b7e;
  }
  .header.wedding-nav-color .navbar-nav .nav-item .dropdown-menu {
    background: #fbfbfb;
  }
  .header.wedding-nav-color .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover {
    color: #fbe6ce;
    background: #666b7e;
  }
  .header .dropdown-toggle:before {
    top: 25px !important;
    right: 15px !important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than min-width: 992px)
/* ---------------------------------------------------------------- */
@media screen and (min-width: 991.98px) {
  .dropdown-menu {
    border: 0;
    top: 90%;
    left: 0;
    color: #000000;
    z-index: 15;
    opacity: 0;
    visibility: hidden;
    display: initial;
    min-width: 230px;
    border-radius: 0;
    position: absolute;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .dropdown-menu.show {
    opacity: 1;
    top: 100%;
    visibility: visible;
  }
}

/* ---------------------------------------------------------------- */
/* Hero                            
/* ---------------------------------------------------------------- */
.hero-section {
  z-index: 1;
}

.hero-section .hero-section-video-wrapper {
  position: relative;
  padding: 180px 0;
}

.hero-section .hero-section-video-wrapper::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.4;
  position: absolute;
  background: #000000;
}

.hero-section #myVideo {
  right: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  min-width: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-section .hero-inner {
  max-width: 768px;
  margin: 0 auto;
  position: relative;
}

.hero-section .no-padding {
  padding: 0;
}

#hero-slider-two {
  z-index: 32;
}

#hero-slider-two .owl-item.active {
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-animation-name: animateSlider;
          animation-name: animateSlider;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

#hero-slider-two .hero-slider .hero-title {
  color: #fff;
}

#hero-slider-two .hero-slider .hero-inner {
  position: absolute;
  right: 30px;
  bottom: 150px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.15);
}

#hero-slider-two .hero-slider .hero-inner .hero-title {
  font-size: 50px;
  font-weight: 400;
}

#hero-slider-two .hero-slider.owl-carousel {
  cursor: 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: auto;
  height: auto;
  z-index: 44;
  font-size: 50px;
  font-weight: 500;
  border-radius: 0;
  text-align: center;
  line-height: auto;
  overflow: hidden;
  position: absolute;
  display: inline-block;
  background: transparent;
  color: #fbe6ce !important;
  -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 {
  right: 15px;
}

#hero-slider-two .hero-slider.owl-carousel button.owl-next:hover {
  color: #fff !important;
  background: transparent;
}

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

#hero-slider-two .hero-slider.owl-carousel button.owl-prev:hover {
  color: #fff !important;
  background: transparent;
}

#hero-slider-two .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100%;
  width: 100%;
  z-index: 32;
  min-height: 700px;
  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.3;
  z-index: -32;
  position: absolute;
  pointer-events: none;
  background: #000000;
}

.slide-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 555;
}

#hero-slider-two {
  position: relative;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  .hero-inner {
    max-width: auto;
  }
  .hero-inner .hero-title {
    font-size: 60px !important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 992px) {
  #hero-slider-two .item {
    min-height: calc(100vh - 100px);
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  #hero-slider-two .hero-slider.owl-carousel {
    cursor: 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 {
    line-height: 44px;
  }
  #hero-slider-two .hero-slider.owl-carousel button.owl-next {
    right: 0;
  }
  #hero-slider-two .hero-slider.owl-carousel button.owl-prev {
    left: 0;
  }
  #hero-slider-two .hero-inner {
    max-width: auto;
    bottom: 150px !important;
  }
  #hero-slider-two .hero-inner .hero-title {
    font-size: 50px !important;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  #hero-slider-two .hero-inner .hero-title {
    font-size: 30px !important;
  }
  #hero-slider-two .item {
    min-height: 450px;
  }
  #hero-slider-two .hero-slider .hero-title {
    color: #fff;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .hero-section .hero-inner .hero-title {
    font-size: 2.5rem;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 576px) {
  .hero-section .hero-inner {
    -webkit-transform: none;
            transform: none;
    padding-left: 15px;
    padding-right: 15px;
  }
  .hero-section .hero-inner .hero-title {
    margin-bottom: 30px;
    font-size: 2.3rem;
  }
}

/* ---------------------------------------------------------------- */
/* About                                                     
/* ---------------------------------------------------------------- */
.about-section {
  position: relative;
}

.about-section .about-overlay-bg {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
}

.about-section .about-inner h3 {
  text-transform: none;
  font-size: 32px;
  margin-bottom: 15px;
}

.about-section .about-inner h3 span {
  text-decoration: underline;
  color: #fae6ce;
}

.about-section .about-inner p {
  margin-bottom: 20px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .about-img {
    margin-top: 20px;
  }
  .about-overlay-bg {
    display: none;
  }
  .about-section .about-inner h3 {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------- */
/* Menus                              
/* ---------------------------------------------------------------- */
.menus-section {
  padding: 80px 0 50px 0;
  background: #fff;
}

.menu-item {
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
}

.menu-item:hover {
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
}

.menu-item .top {
  padding-bottom: 150px;
}

.menu-item .top h4 {
  font-size: 30px !important;
}

.menu-item .top p {
  font-size: 16px;
}

.menu-item .img {
  position: relative;
}

.menu-item .img:before {
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.5;
  background: #000000;
  pointer-events: none;
  position: absolute;
}

.menu-item .top {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.menu-item .top h4 {
  color: #fff;
  margin-bottom: 10px;
}

.menu-item .top p {
  color: #fff;
}

.menu-item .bottom {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
}

.menu-item .bottom a {
  z-index: 4;
  padding: 23px 60px;
  overflow: hidden;
  text-align: center;
  position: relative;
  font-weight: 600;
  display: inline-block;
  border: 2px solid #fff;
  text-transform: capitalize;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: transparent;
  color: #fff !important;
}

.menu-item .bottom a i {
  margin-left: 15px;
}

.menu-item .bottom a:after {
  top: 0;
  left: 0;
  content: "";
  z-index: -4;
  width: 100%;
  height: 100%;
  visibility: hidden;
  position: absolute;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: #fbe6ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-item .bottom a:hover {
  border: 2px solid #fbe6ce;
  color: #000000 !important;
}

.menu-item .bottom a:hover:after {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  visibility: visible;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
          transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

/* ---------------------------------------------------------------- */
/* Home Info                               
/* ---------------------------------------------------------------- */
.home-info-section {
  background: #666b7e;
}

.home-info-inner {
  padding-top: 80px;
  margin-bottom: 50px;
}

.home-info-inner h4 {
  color: #fbe6ce;
  font-size: 36px;
  margin-bottom: 20px;
}

.home-info-inner p {
  color: #fff;
}

.home-info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 30px;
}

.home-info-box .icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
}

.home-info-box .text {
  padding-left: 20px;
}

.home-info-box .text a, .home-info-box .text h6 {
  color: #fff;
}

.home-info-box .text h6 {
  margin-bottom: 8px;
}

@media only screen and (max-width: 992px) {
  .home-info-img {
    margin-top: 20px;
    margin-bottom: 0px;
  }
  .home-info-box {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 576px) {
  .home-info-box {
    display: block;
  }
  .home-info-box .icon {
    max-width: 60px;
    margin-bottom: 15px;
  }
  .home-info-box .text {
    padding-left: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Partners                               
/* ---------------------------------------------------------------- */
.partners-section {
  background: #000000;
}

.partner-item {
  border: 1px dashed rgba(0, 0, 0, 0.1);
  padding: 30px;
  text-align: center;
}

@media only screen and (max-width: 992px) {
  .partner-col:nth-child(2) .partner-item, .partner-col:first-child .partner-item {
    border-bottom: 0;
  }
  .wedding-partners .partner-col:nth-child(2) .partner-item {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
  }
}

.wedding-partners {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}

/* ---------------------------------------------------------------- */
/* Blog                               
/* ---------------------------------------------------------------- */
.blog-item {
  margin-bottom: 30px;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 5px 15px rgba(27, 25, 42, 0.1);
          box-shadow: 0 5px 15px rgba(27, 25, 42, 0.1);
}

.blog-item .img {
  overflow: hidden;
  position: relative;
}

.blog-item .img:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: #000;
  position: absolute;
  opacity: 0.5;
}

.blog-item .img img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

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

.blog-item .img .blog-cat {
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 1;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  color: #fff;
}

.blog-item .img .blog-cat:hover {
  text-decoration: underline;
  color: #fbe6ce;
}

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

.blog-item .body h6 {
  margin-bottom: 10px;
}

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

.blog-item .body h6 a:hover {
  color: #f1b771;
}

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

.blog-item .metas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog-item .metas a, .blog-item .metas span {
  font-weight: 600;
  color: #000000;
}

.blog-item .metas a:hover {
  color: #f3b670;
  text-decoration: underline;
}

.blog-item:hover {
  -webkit-box-shadow: 0 5px 10px rgba(27, 25, 42, 0.15);
          box-shadow: 0 5px 10px rgba(27, 25, 42, 0.15);
}

#latestNewsCarousel.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -130px;
  right: 0;
  z-index: 5;
  display: inline-block;
}

#latestNewsCarousel.owl-theme .owl-nav button {
  margin: 10px;
  background: transparent;
  display: inline-block;
  text-transform: capitalize;
}

#latestNewsCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#latestNewsCarousel.owl-theme .owl-nav button:hover {
  background: transparent;
}

#latestNewsCarousel.owl-theme .owl-nav button.owl-prev {
  margin-right: 0;
}

#latestNewsCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000000;
  display: inline-block;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#latestNewsCarousel.owl-theme .owl-nav button:hover span {
  border-color: #666b7e;
  color: #fbe6ce;
  background: #666b7e;
}

#latestNewsCarousel.owl-theme .owl-nav button.owl-next {
  margin-right: 0 !important;
}

.latest-news-section-inner h4 {
  margin-bottom: 60px;
}

.news-single-big-img {
  z-index: 50;
  position: relative;
  margin-top: -80px;
}

.news-single-detail-inner {
  text-align: center;
  margin-bottom: 50px;
}

.news-single-detail-inner h2 {
  font-size: 36px;
  margin-bottom: 15px;
}

.news-single-detail-inner span {
  display: block;
  font-weight: 600;
  font-size: 18px;
  margin-top: 50px;
  margin-bottom: 10px;
  color: #fae6ce;
}

.news-single-detail-inner p {
  margin-bottom: 20px;
}

.news-single-detail-img {
  margin-top: 15px;
}

.news-single-bottom-text {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 60px;
}

.news-single-bottom-text h4 {
  margin-bottom: 15px;
}

.news-single-bottom-text p {
  margin-bottom: 20px;
}

@media only screen and (max-width: 992px) {
  .news-single-detail-inner h2 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .news-single-detail-inner span {
    margin-top: 40px;
  }
  .news-single-big-img {
    margin-top: -60px;
  }
}

@media only screen and (max-width: 768px) {
  #latestNewsCarousel.owl-theme .owl-nav {
    display: none;
  }
  .latest-news-section-inner h4 {
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */
/* Instagram                            
/* ---------------------------------------------------------------- */
.instagram-section {
  background: #666b7e;
}

.instagram-card {
  padding: 15px;
  background: #fff;
}

.instagram-card .i-img {
  overflow: hidden;
  position: relative;
}

.instagram-card .i-img:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background: #000000;
  display: inline-block;
  position: absolute;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}

.instagram-card .i-img:hover:before {
  opacity: 0.6;
  visibility: visible;
}

.instagram-card .i-img:hover a {
  opacity: 1;
  visibility: visible;
}

.instagram-card .i-img a {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  font-size: 18px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  position: absolute;
  display: inline-block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #666b7e;
  color: #fbe6ce;
}

.instagram-card .i-img a:hover {
  background: #fbe6ce;
  color: #000000;
}

.instagram-section-inner h4 {
  color: #fbe6ce;
  margin-bottom: 60px;
}

#instagramCarousel.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -130px;
  right: 0;
  z-index: 5;
  display: inline-block;
}

#instagramCarousel.owl-theme .owl-nav button {
  margin: 10px;
  display: inline-block;
  background: transparent;
  text-transform: capitalize;
}

#instagramCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#instagramCarousel.owl-theme .owl-nav button:hover {
  background: transparent;
}

#instagramCarousel.owl-theme .owl-nav button.owl-prev {
  margin-right: 0;
}

#instagramCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#instagramCarousel.owl-theme .owl-nav button:hover span {
  color: #000000;
  background: #fbe6ce;
}

#instagramCarousel.owl-theme .owl-nav button.owl-next {
  margin-right: 0 !important;
}

#instagramCarousel.owl-theme .owl-nav button {
  margin: 10px;
  display: inline-block;
  text-transform: capitalize;
}

#instagramCarousel.owl-carousel.owl-theme .owl-dots .owl-dot span {
  border-color: #fff;
}

#instagramCarousel .owl-dots .owl-dot.active span {
  background: #fff;
}

@media only screen and (max-width: 768px) {
  #instagramCarousel.owl-theme .owl-nav {
    display: none;
  }
  .instagram-section-inner h4 {
    text-align: center;
  }
}

/* ---------------------------------------------------------------- */
/* Footer                         
/* ---------------------------------------------------------------- */
#footer {
  background: #000000;
}

#footer #footer-top {
  padding: 80px 0 50px 0;
  position: relative;
}

#footer #footer-top .footer-logo {
  margin-bottom: 10px;
  text-align: center;
}

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

#footer #footer-top .footer-widget h5 {
  color: #fff;
  position: relative;
  margin-bottom: 30px;
  font-size: 1.5rem;
}

#footer #footer-top .footer-widget p {
  color: #fff;
}

#footer #footer-top .footer-widget ul.footer-links {
  margin-top: 0;
  line-height: 0;
}

#footer #footer-top .footer-widget ul.footer-links li {
  position: relative;
  padding-top: 10px;
  padding-left: 20px;
  padding-bottom: 10px;
}

#footer #footer-top .footer-widget ul.footer-links li:first-child {
  padding-top: 0;
}

#footer #footer-top .footer-widget ul.footer-links li:first-child:before {
  top: 0;
}

#footer #footer-top .footer-widget ul.footer-links li:first-child a {
  padding-top: 0;
}

#footer #footer-top .footer-widget ul.footer-links li:last-child {
  padding-bottom: 0;
}

#footer #footer-top .footer-widget ul.footer-links li:after {
  content: "";
  width: 2px;
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  display: inline-block;
}

#footer #footer-top .footer-widget ul.footer-links li a {
  color: #fff;
  opacity: 0.75;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  padding-left: 5px;
  line-height: 1;
  display: block;
}

#footer #footer-top .footer-widget ul.footer-links li a:hover {
  color: #fae6ce !important;
  text-decoration: underline;
}

#footer #footer-top .footer-widget ul.footer-contact-info {
  margin-top: 13px;
  text-align: center;
}

#footer #footer-top .footer-widget ul.footer-contact-info li {
  margin-bottom: 12px;
}

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

#footer #footer-top .footer-widget ul.footer-contact-info li i {
  font-size: 14px;
  color: #fae6ce;
  margin-right: 10px;
  display: inline-block;
}

#footer #footer-top .footer-widget ul.footer-contact-info span {
  line-height: 30px;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

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

#footer #copyright p {
  color: #fff;
}

#footer .footer-social-link {
  text-align: center;
  margin-bottom: 20px;
}

#footer .footer-social-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#footer .footer-social-link ul li {
  margin-right: 10px;
}

#footer .footer-social-link ul li:last-child {
  margin-right: 0;
}

#footer .footer-social-link ul li a i {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

#footer .footer-social-link ul li a i:hover {
  background: #666b7e;
  color: #fbe6ce !important;
}

#brand-text-wrap {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  padding-top: 15px;
  text-align: center;
}

#brand-text-wrap p {
  font-weight: 500;
  color: #000000;
}

#brand-text-wrap a {
  font-weight: 600;
  color: #000000;
}

#brand-text-wrap a:hover {
  color: #ea8613;
  text-decoration: underline;
}

#brand-text-wrap .suma-margin {
  padding-left: 5px;
  padding-right: 5px;
}

#brand-text-wrap .epic-margin {
  padding-left: 5px;
}

.brands-footer {
  position: relative;
}

@media all and (max-width: 576px) {
  #brand-text-wrap p {
    text-align: left;
  }
  #brand-text-wrap span {
    display: block;
    margin-bottom: 5px;
  }
  #brand-text-wrap .brands-footer {
    text-align: left;
  }
  #brand-text-wrap .brands-footer a {
    text-align: left;
  }
  #brand-text-wrap .brands-footer img {
    display: block;
  }
}

@media all and (max-width: 992px) {
  #footer #footer-top .footer-widget ul.footer-contact-info,
  #footer #footer-top .footer-logo,
  #footer .footer-social-link {
    text-align: left;
  }
  #footer .footer-social-link ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  #copyright p {
    text-align: left !important;
  }
}

/* ---------------------------------------------------------------- */
/* Breadcrumb                          
/* ---------------------------------------------------------------- */
.breadcrumb-section {
  z-index: 42;
  overflow: hidden;
  padding: 230px 0 130px 0;
  position: relative;
  text-align: center;
  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.5;
  z-index: -42;
  position: absolute;
  background: #000000;
}

.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.wedding-breadcrumb-color li.active:before {
  color: #8da4c6;
}

.breadcrumb-section .breadcrumb-inner .breadcrumb-links.wedding-breadcrumb-color li a:hover {
  color: #8da4c6;
}

.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: #fae6ce;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}

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

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

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 992px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 991.98px) {
  .breadcrumb-section {
    padding: 184px 0 100px 0;
  }
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query (less than 576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 575.98px) {
  .breadcrumb-section .breadcrumb-inner h1 {
    font-size: 1.6rem;
  }
}

/* ---------------------------------------------------------------- */
/* Wedding                               
/* ---------------------------------------------------------------- */
.wedding-info-section .wedding-info-text-inner h4 {
  margin-bottom: 15px;
}

.wedding-info-section .wedding-info-text-inner b {
  font-weight: 900;
  color: #000000;
}

.wedding-big-content {
  background: #f7f7f7;
}

.wedding-details-section {
  background: #666b7e;
}

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

.center-text-inner h3 {
  margin-bottom: 50px;
}

.center-text-box {
  margin-top: 30px;
  text-align: center;
}

.center-text-box p {
  margin-bottom: 20px;
}

.center-text-box p:last-child {
  margin-bottom: 0;
}

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

.section-text h4 {
  color: #fff;
}

.contact-form-wrap h4 {
  text-transform: none;
  margin-bottom: 15px;
}

.custom-form-wrap.primary-form-color .form-group {
  margin-top: 30px;
  position: relative;
}

.custom-form-wrap.primary-form-color .form-group .form-label {
  background: #666b7e;
}

.custom-form-wrap.primary-form-color .form-control {
  border: 2px solid #666b7e;
}

.custom-form-wrap.primary-form-color .form-control:focus {
  border-color: #000000;
}

.custom-form-wrap .form-group {
  margin-top: 30px;
  position: relative;
}

.custom-form-wrap .form-group .form-label {
  position: absolute;
  top: -20px;
  left: 20px;
  font-weight: 500;
  font-size: 13px;
  display: inline-block;
  padding: 7px 20px;
  color: #fbe6ce;
  background: rgba(0, 0, 0, 0.05);
}

.custom-form-wrap .form-control {
  height: auto;
  padding: 15px 15px 15px 15px;
  border: 2px solid #8da4c6;
}

.custom-form-wrap .form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-form-wrap .form-control:focus + .form-label {
  background: #000000;
  color: #fff;
}

.custom-form-wrap .contact-alerts .empty-form span,
.custom-form-wrap .contact-alerts .email-invalid span,
.custom-form-wrap .contact-alerts .phone-invalid span,
.custom-form-wrap .contact-alerts .security-alert span,
.contact-alerts .form-danger {
  display: block;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 16px;
  color: #c7182a;
  background: rgba(242, 116, 116, 0.2);
}

.custom-form-wrap .contact-alerts .form-success span {
  display: block;
  padding: 20px;
  margin-bottom: 15px;
  border-radius: 5px;
  font-size: 16px;
  color: black;
  background: rgba(148, 180, 159, 0.2);
}

.bg-green {
  background: #578567;
}

.wedding-detail-text p {
  opacity: 0.85;
  margin-bottom: 30px;
}

.wedding-detail-text h5 {
  color: #fbe6ce;
  margin-bottom: 20px;
}

.wedding-detail-text h6 {
  font-size: 1.467rem;
}

.wedding-detail-text h6, .wedding-detail-text p {
  color: #fff;
}

.details-small-title h4 {
  font-size: 28px;
  color: #fff;
  margin-bottom: 20px;
}

.text-social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.text-social-link li {
  margin-right: 20px;
}

.text-social-link li a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
  text-align: center;
  background: rgba(255, 255, 255, 0.08);
  display: inline-block;
  color: #fff;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

.text-social-link li a:hover {
  background: #fbe6ce;
  color: #000000 !important;
}

.wedding-contact-section .custom-form-wrap .form-control {
  border-color: #666b7e;
}

.wedding-contact-section .custom-form-wrap .form-group .form-label {
  background: #666b7e;
}

.wedding-contact-section .custom-form-wrap .form-group .form-control {
  border-color: #666b7e;
}

.wedding-contact-section .custom-form-wrap .form-group .form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wedding-contact-section .custom-form-wrap .form-group .form-control:focus + .form-label {
  background: #000000;
  color: #fff;
}

.wedding-barn-section {
  position: relative;
  padding-bottom: 80px;
  padding-top: 80px;
  background: #f5f5f5;
}

.wedding-barn-section .barn-img-left {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  padding-right: 80px;
  height: 100%;
}

.wedding-barn-section .barn-img-left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  -o-object-position: center;
     object-position: center;
}

.primary-cl-text {
  color: #fbe6ce !important;
}

.bg-grey-primary {
  background: #f5f5f5;
}

.wedding-grounds-section {
  background: #f5f5f5;
}

.wedding-amenities-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #f5f5f5;
}

.event-pavilion-text h4 {
  margin-bottom: 20px;
}

.amenities-text-list li {
  margin-bottom: 10px;
  font-weight: 500;
  color: #000000;
}

.amenities-text-list li:last-of-type {
  margin-bottom: 0;
}

.amenities-text-list li:before {
  content: "";
  width: 10px;
  height: 1px;
  display: inline-block;
  background: #000000;
  vertical-align: middle;
  margin-right: 10px;
}

.amenities-text-list ul {
  margin-top: 10px;
  padding-left: 20px;
}

.amenities-text-list ul li:before {
  width: 5px;
  height: 5px;
}

.wedding-pricing-section {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}

.wedding-pricing-section .pricing-img {
  position: relative;
}

.wedding-pricing-section .pricing-img p {
  padding: 20px;
  background: #f5f5f5;
}

.price-list ul {
  border: 1px dashed rgba(0, 0, 0, 0.2);
}

.price-list ul li {
  padding: 20px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.price-list ul li:last-child {
  border-bottom: 0;
}

.price-list ul li span {
  display: block;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  color: #6e6c7a;
}

.price-list ul li span:first-child {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #000000;
}

.wedding-dropdown .dropdown-item.active, .wedding-dropdown .dropdown-item:active {
  background: #666b7e;
  color: #fbe6ce !important;
}

.menu-list-wrapper {
  background: #fff;
}

.menu-list-wrapper .amenities-inner {
  padding: 30px;
}

.menu-list-wrapper .amenities-border {
  border-left: 1px solid rgba(0, 0, 0, 0.05);
}

.horse-boarding-section {
  background: #f5f5f5;
}

@media only screen and (max-width: 992px) {
  .section-text {
    margin-bottom: 30px;
  }
  .section-text h4 {
    font-size: 1.3rem !important;
  }
  .event-pavilion-text {
    margin-top: 30px;
  }
  .menu-list-wrapper .amenities-border {
    border: none;
  }
  .menu-list-wrapper .amenities-border-top {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
  }
  .wedding-grounds-section .grounds-img {
    margin-bottom: 15px;
  }
  .wedding-barn-section {
    padding-top: 15px;
  }
  .wedding-barn-section .barn-img-left {
    padding-right: 0;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
  }
  .wedding-detail-text {
    margin-bottom: 40px;
  }
  .wedding-info-text-inner {
    margin-bottom: 30px;
  }
  .wedding-contact-img {
    margin-bottom: 30px;
  }
  .wedding-pricing-section .pricing-img {
    margin-top: 30px;
  }
  .barns-price-list:first-child .price-list ul {
    border-bottom: 0;
  }
}

/* ---------------------------------------------------------------- */
/* Contact Us                                
/* ---------------------------------------------------------------- */
.contact-info-wrap {
  position: relative;
  background: #666b7e;
}

.contact-us-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.contact-info-text {
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-info-text h5 {
  color: #fbe6ce;
}

.google-map-wrapper {
  position: relative;
}

.google-map-wrapper iframe {
  width: 100%;
  min-height: 430px;
  margin-bottom: 30px;
}

.contact-info-box .contact-info-box-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.contact-info-box .contact-info-box-item:last-child {
  border-bottom: 0;
}

.contact-info-box .contact-info-box-item img {
  max-height: 76px;
  max-width: 76px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 76px;
          flex: 0 0 76px;
}

.contact-info-box .contact-info-box-item .text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}

.contact-info-box .contact-info-box-item .text h6 {
  color: #fbe6ce;
}

.contact-info-box .contact-info-box-item .text a, .contact-info-box .contact-info-box-item .text span {
  color: #fff;
}

.contact-info-box .contact-info-box-item .text h6 {
  margin-bottom: 7px;
}

@media only screen and (max-width: 992px) {
  .contact-info-wrap {
    margin-bottom: 20px;
  }
  .contact-info-box .contact-info-box-item {
    display: block;
  }
  .contact-info-box .contact-info-box-item:last-child {
    border-bottom: 0;
  }
  .contact-info-box .contact-info-box-item img {
    margin-bottom: 10px;
  }
  .contact-info-box .contact-info-box-item .text {
    padding-left: 0;
  }
}

.contact-form-iframe {
  display: block;
}

.contact-form-iframe iframe {
  width: 100%;
}

@media all and (max-width: 992px) {
  .contact-form-iframe {
    margin-top: 20px;
  }
}

/* ---------------------------------------------------------------- */
/* Gallery                        
/* ---------------------------------------------------------------- */
.portfolio-filter-light {
  margin-bottom: 50px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.portfolio-filter-light a {
  font-size: 13px;
  padding: 14px 20px;
  background: transparent;
  color: #000000;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.portfolio-filter-light a.current {
  border-color: #666b7e;
  background: #666b7e;
  color: #fbe6ce !important;
}

.portfolio-filter-light a:hover {
  border-color: #666b7e;
  background: #666b7e;
  color: #fbe6ce !important;
}

.portfolio-item {
  margin-bottom: 30px;
}

.portfolio-item .portfolio-item-inner {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.portfolio-item .portfolio-item-inner:hover {
  -webkit-box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.4);
}

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

.embed-responsive-margin {
  padding-top: 70px;
}

/* ---------------------------------------------------------------- */
/* Responsive Media Query
 * Extra small devices (portrait phones, less than 450px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width: 768px) {
  .portfolio-filter-light {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 0;
  }
  .portfolio-filter-light a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    display: block;
  }
}

/* ---------------------------------------------------------------- */
/* Manor                               
/* ---------------------------------------------------------------- */
.manor-detail-text h4 {
  font-size: 1.9rem;
  margin-bottom: 15px;
}

.manor-detail-text p {
  margin-bottom: 10px;
}

.manor-detail-text p:last-of-type {
  margin-bottom: 0;
}

.section-border-top {
  background: #fbfbfb;
}

.manor-detail-text {
  margin-bottom: 30px;
}

@media only screen and (max-width: 992px) {
  .manor-mb-resp {
    margin-top: 30px;
  }
}

/* ---------------------------------------------------------------- */
/* Testimonial                               
/* ---------------------------------------------------------------- */
.testimonial-item {
  margin-bottom: 30px;
  padding: 30px;
  text-align: center;
  position: relative;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid rgba(102, 107, 126, 0.1);
}

.testimonial-item .ratings i {
  color: #ef9e41;
}

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

.testimonial-item .body span {
  font-weight: 700;
  color: #ea8613;
}

.our-testimonial {
  background: #fbfbfb;
}

#testimonialCarousel.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -130px;
  right: 0;
  z-index: 5;
  display: inline-block;
}

#testimonialCarousel.owl-theme .owl-nav button {
  margin: 10px;
  display: inline-block;
  background: #666b7e;
  text-transform: capitalize;
}

#testimonialCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fbe6ce;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#testimonialCarousel.owl-theme .owl-nav button:hover {
  background: #fbe6ce;
}

#testimonialCarousel.owl-theme .owl-nav button.owl-prev {
  margin-right: 0;
}

#testimonialCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fbe6ce;
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#testimonialCarousel.owl-theme .owl-nav button:hover span {
  color: #000000;
  background: #fbe6ce;
}

#testimonialCarousel.owl-theme .owl-nav button.owl-next {
  margin-right: 0 !important;
}

#testimonialCarousel.owl-theme .owl-nav button {
  margin: 10px;
  display: inline-block;
  border-radius: 0;
  text-transform: capitalize;
}

#testimonialCarousel.owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  top: -130px;
  right: 0;
  z-index: 5;
  display: inline-block;
}

#testimonialCarousel.owl-theme .owl-nav button {
  margin: 10px;
  background: transparent;
  display: inline-block;
  text-transform: capitalize;
}

#testimonialCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#testimonialCarousel.owl-theme .owl-nav button:hover {
  background: transparent;
}

#testimonialCarousel.owl-theme .owl-nav button.owl-prev {
  margin-right: 0;
}

#testimonialCarousel.owl-theme .owl-nav button span {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #000000;
  display: inline-block;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#testimonialCarousel.owl-theme .owl-nav button:hover span {
  border-color: #666b7e;
  color: #fbe6ce;
  background: #666b7e;
}

#testimonialCarousel.owl-theme .owl-nav button.owl-next {
  margin-right: 0 !important;
}

@media only screen and (max-width: 768px) {
  #testimonialCarousel.owl-theme .owl-nav {
    display: none;
  }
}

/* ---------------------------------------------------------------- */
/* Farm About                            
/* ---------------------------------------------------------------- */
.farm-about-section {
  background: #fbfbfb;
}

.farm-about-section .farm-about-inner h3 {
  margin-bottom: 20px;
}

.farm-about-section .farm-about-inner p {
  margin-bottom: 15px;
}

.farm-about-section .farm-about-inner p:last-of-type {
  margin-bottom: 0;
}

.farm-about-section .farm-about-inner .primary-button {
  margin-top: 40px;
}

@media only screen and (max-width: 992px) {
  .farm-about-section {
    background: #fbfbfb;
  }
  .farm-about-section .farm-about-inner {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */