.container {
  max-width: 1400px;
  padding: 0 3%;
  margin: 0 auto; }

.page-wrapper {
  max-width: 3000px;
  margin: 0 auto;
  overflow-x: hidden;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }

* {
  box-shadow: none;
  outline: none; }

.heading {
  margin-bottom: 20px; }
  .heading h2 {
    font-weight: bold;
    font-size: 30px;
    color: #cc333e; }
    @media only screen and (max-width: 500px) {
      .heading h2 {
        font-size: 22px; } }
  .heading h3 {
    font-size: 12px;
    color: #777;
    font-weight: bold; }
  .heading::after {
    content: '';
    width: 100px;
    height: 2px;
    background: #cc333e;
    display: block;
    margin: 15px auto 0 auto; }
  .heading.left::after {
    margin: 15px 0 0 0; }

.heading.heading-light h2 {
  color: #fff; }

.heading.heading-light::after {
  background-color: #fff; }

.color-brown {
  color: brown; }

.header.header-2 {
  min-height: auto; }

footer {
  background-color: #cc333e;
  padding: 30px 0;
  color: #fff; }
  footer a, footer a:hover {
    color: #fff; }

.navbar {
  background-color: rgba(255, 255, 255, 0.705);
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 0; }
  .navbar-brand {
    max-width: 200px; }
  .navbar .nav-link {
    font-weight: bold;
    color: #cc333e !important;
    font-size: 14px;
    padding: 24px 20px !important; }
    .navbar .nav-link.active {
      background-color: #b62933;
      color: #fff !important; }
  .navbar.nav-top {
    background-color: #cc333e;
    padding: 10px 0;
    font-size: 16px; }
  .navbar.main-nav.nav-sticky {
    top: 0;
    position: fixed;
    z-index: 999;
    animation: slide-down .7s;
    background-color: #fff;
    box-shadow: 1px -3px 3px 3px #f7f7f7;
    width: 100%; }

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: .9;
    transform: translateY(0); } }

.section-testimonial {
  background: url(../images/back-rec.svg); }
  .section-testimonial .review {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    background: #fff; }
    .section-testimonial .review .meta {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .section-testimonial .review .meta {
          flex-direction: column; } }
      .section-testimonial .review .meta .img {
        width: 100px;
        height: 100px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50%;
        border: 4px solid #ccc;
        overflow: hidden;
        margin-right: 20px; }
        @media only screen and (max-width: 767px) {
          .section-testimonial .review .meta .img {
            width: 70px;
            height: 70px;
            border: 2px solid #fff;
            margin-right: 0; } }
      .section-testimonial .review .meta .name {
        font-size: 20px;
        font-weight: 600; }
    .section-testimonial .review .comment {
      text-align: center; }
  .section-testimonial .owl-dots {
    display: flex;
    justify-content: center;
    margin-top: 12px; }
  .section-testimonial .owl-dot {
    width: 14px !important;
    height: 14px !important;
    border-radius: 50% !important;
    background: #cc333d88 !important;
    border-radius: 50% !important;
    margin: 3px !important; }
    .section-testimonial .owl-dot.active {
      background-color: #cc333d !important; }
  .section-testimonial .owl-stage {
    display: flex;
    align-items: center; }

.free-quote-fixed {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #d3272d;
  background-color: #fff;
  border: 2px solid #d3272d;
  position: fixed;
  top: -6px;
  right: 10px;
  z-index: 11111;
  text-align: center;
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
  transition: all 1s;
  text-decoration: none;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3); }
  .free-quote-fixed:hover {
    background-color: #6b1317;
    color: #fff;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .free-quote-fixed {
      width: 60px;
      height: 60px;
      font-size: 14px; } }

.btn-theme {
  background-color: #cc333e;
  color: #fff; }
  .btn-theme:hover {
    background-color: #da3b46;
    color: #fff; }

.btn-theme-light {
  background-color: #fff;
  color: #da3b46; }
  .btn-theme-light:hover {
    background-color: #e9e9e9;
    color: #da3b46; }

.gallery {
  column-count: 4;
  column-gap: 2px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .gallery {
      column-count: 3; } }
  @media only screen and (max-width: 400px) {
    .gallery {
      column-count: 2; } }
  .gallery .image {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: block;
    margin-bottom: 2px; }

.section-gallery .img {
  border: 3px solid #ddd;
  display: block;
  overflow: hidden; }
  .section-gallery .img img {
    transition: all 1s; }
  .section-gallery .img:hover img {
    transform: scale(1.2); }

.section-services {
  background-color: #cc333e; }
  .section-services .service {
    display: flex;
    flex-direction: column; }
    .section-services .service .icon {
      width: 120px;
      height: 120px;
      border-radius: 50%;
      display: flex;
      justify-self: center;
      align-items: center;
      padding: 16px;
      background-color: #fff;
      margin-bottom: 10px;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (max-width: 500px) {
        .section-services .service .icon {
          width: 100px;
          height: 100px; } }
      @media only screen and (max-width: 320px) {
        .section-services .service .icon {
          width: 90px;
          height: 90px; } }
    .section-services .service h2 {
      font-size: 18px;
      font-weight: bold;
      color: #fff;
      text-align: center; }

.section-img-content {
  background: #ddd; }
  .section-img-content .img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto; }

.section-video {
  background-color: #cc333d; }
  .section-video iframe {
    height: 300px !important; }
    @media only screen and (max-width: 576px) {
      .section-video iframe {
        height: 180px !important; } }
  .section-video .container {
    max-width: 1000px;
    width: 90%;
    background: #fff;
    padding-top: 60px;
    border-radius: 50px;
    margin-top: -300px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2); }

.section-testimonial {
  margin-bottom: 300px; }

.home-services {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.8)), url(../images/collage-bg.jpg);
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center; }
  .home-services img {
    max-width: 500px;
    margin: 0 auto; }
  .home-services ul li {
    color: #fff; }

.section-bride {
  background: linear-gradient(rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.85)), url(../images/bride-bg.jpg);
  min-height: 100vh;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center; }

/*================== contact_info_area css ================*/
.contact_info_area {
  background-color: #fafafa;
  padding: 100px 0; }

.contact_info_item {
  border-bottom: 1px solid #eeebf6;
  padding-bottom: 25px; }
  .contact_info_item p {
    color: #677294;
    margin-bottom: 8px; }
  .contact_info_item a {
    color: #677294;
    padding-left: 3px;
    display: inline-block; }
    .contact_info_item a:hover {
      color: #5e2ced; }
  .contact_info_item + .contact_info_item {
    border: 0px;
    margin-top: 33px; }

.mapbox {
  height: 400px;
  box-shadow: 0px 3px 4px 0px rgba(12, 0, 46, 0.05);
  border: 10px solid #fff; }

#mapBox {
  height: 100% !important; }

.text_box {
  margin-bottom: 30px; }
  .text_box input[type="text"], .text_box textarea, .text_box input[type="password"], .text_box input[type="email"] {
    font: 400 15px/60px;
    color: #222d39;
    height: 60px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0px 2px 4px 0px rgba(12, 0, 46, 0.04);
    width: 100%;
    border: 1px solid #fff;
    padding-left: 30px; }
    .text_box input[type="text"]:focus, .text_box textarea:focus, .text_box input[type="password"]:focus, .text_box input[type="email"]:focus {
      border-color: #f2effc;
      box-shadow: 0px 10px 14px 0px rgba(12, 0, 46, 0.06);
      outline: none; }
  .text_box textarea {
    height: 220px; }

.contact_form_box .btn_three {
  min-width: 180px;
  text-align: center;
  background: #5e2ced;
  border-color: #5e2ced;
  margin-top: 0px; }
  .contact_form_box .btn_three:hover {
    background: transparent;
    color: #5e2ced; }

.mapbox2 {
  height: 440px;
  border-top: 10px solid #fff; }

.section-contactus-hero {
  padding: 26vh 0 !important;
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../img/banner-contact-us.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.services-1 {
  margin-bottom: 200px; }
  .services-1 h2 {
    font-size: 28px; }
  .services-1 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .services-1 ul li {
      width: 48%;
      position: relative;
      list-style: none;
      margin-bottom: 10px; }
      .services-1 ul li::before {
        content: "\f004";
        font-family: "Font Awesome 5 Free";
        position: absolute;
        left: -25px;
        color: #cc333e; }

.services-2 {
  background-color: #cc333d; }
  .services-2 iframe {
    height: 50vh !important; }
  .services-2 .row {
    margin-top: -150px; }
  .services-2 .item {
    width: 90%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2);
    padding: 50px; }
    .services-2 .item h2 {
      font-size: 24px;
      text-align: center;
      font-weight: bold; }

.section-about-ruby {
  background-color: #eee; }

.rentals-gallery .image {
  position: relative;
  overflow: hidden; }

.rentals-gallery .title {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #5c0b0bda;
  color: #fff;
  width: 100%;
  padding: 10px; }
  .rentals-gallery .title p {
    font-size: 10px;
    margin-bottom: 0;
    text-align: left; }

.rentals-gallery .gallery {
  column-count: 4; }
  @media only screen and (max-width: 1300px) {
    .rentals-gallery .gallery {
      column-count: 3; } }
  @media only screen and (max-width: 600px) {
    .rentals-gallery .gallery {
      column-count: 2; } }
  @media only screen and (max-width: 400px) {
    .rentals-gallery .gallery {
      column-count: 1; } }

.rentals-container {
  position: relative; }

.select-rental-category {
  display: none;
  padding: 10px 20px;
  background-color: #eee;
  margin-bottom: 20px;
  cursor: pointer; }
  @media only screen and (max-width: 991px) {
    .select-rental-category {
      display: block; } }

.rentals-catalog {
  flex: 0 0 250px; }
  @media only screen and (max-width: 991px) {
    .rentals-catalog {
      position: absolute;
      left: 0;
      top: 44px;
      background-color: #333;
      width: 100%;
      z-index: 999;
      padding: 20px;
      display: none; } }
  .rentals-catalog ul {
    list-style: none; }
    @media only screen and (max-width: 991px) {
      .rentals-catalog ul {
        background-color: #333; } }
    .rentals-catalog ul li {
      position: relative;
      display: block;
      text-align: left;
      line-height: 1.1;
      border-bottom: 1px solid #EEE; }
      .rentals-catalog ul li::before {
        font-family: 'Font Awesome\ 5 Free';
        content: "\f105";
        font-weight: 900;
        padding-right: 5px;
        position: absolute;
        top: 13px;
        color: #666;
        left: -20px; }
        @media only screen and (max-width: 991px) {
          .rentals-catalog ul li::before {
            color: #fff;
            left: 0; } }
      .rentals-catalog ul li a {
        display: block;
        background: #FFF;
        color: #666;
        text-decoration: none;
        padding: 14px 5% 10px; }
        @media only screen and (max-width: 991px) {
          .rentals-catalog ul li a {
            color: #fff;
            background-color: #333; } }
      .rentals-catalog ul li.active::before {
        color: #cc333e; }
      .rentals-catalog ul li.active a {
        color: #cc333e; }

.section-photos .img {
  border: 3px solid #ddd;
  display: block;
  overflow: hidden;
  position: relative; }
  .section-photos .img img {
    transition: all 1s; }
  .section-photos .img:hover img {
    transform: scale(1.2); }
  .section-photos .img .title {
    background-color: rgba(0, 0, 0, 0.363);
    padding: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
    width: 100%;
    pointer-events: none; }
