html {
  box-sizing: border-box;
}
@media (min-width: 1400px) {
  html {
    font-size: 18px;
  }
}

body {
  font-family: "Lato", sans-serif;
  overflow-x: hidden;
}

.container {
  max-width: 1350px;
}

main {
  min-height: 71vh;
}

*, *:before, *:after {
  box-sizing: inherit;
}

h2 {
  font-family: "Josefin Sans", sans-serif;
}

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

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.ddmg-sig {
  background-color: #000;
  padding: 15px 0;
}
.ddmg-sig small,
.ddmg-sig a {
  font-size: 12px;
  color: #c9c9c9;
}
.ddmg-sig img {
  margin: 0 auto;
}

.btn-main2, .btn-main {
  padding: 0.4rem;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  cursor: pointer;
}
.btn-main2:focus, .btn-main:focus {
  box-shadow: none;
}
@media screen and (min-width: 768px) {
  .btn-main2, .btn-main {
    font-size: 13px;
  }
}

.btn-main {
  border: 1px solid #011F68;
  background: #011F68;
  color: #fff;
  text-shadow: none;
  white-space: normal;
}
.btn-main:hover {
  background: #9C1E31;
  border: 1px solid #9C1E31;
  color: #fff;
  text-decoration: underline;
}

.btn-main2 {
  border: 1px solid #fff;
  background: #A7BACC;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.btn-main2:hover {
  background: #9C1E31;
  border: 1px solid #fff;
  color: #fff !important;
  text-decoration: underline;
}

.email-signup .input {
  border: 0;
  outline: 0;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: #555;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border-radius: 18px 18px 0px 0px;
}
.email-signup .btn {
  border: 0;
  outline: 0;
  padding: 10px;
  text-align: center;
  font-weight: 700;
  color: gray;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 14px;
  border-radius: 18px 18px 0px 0px;
  border-radius: 0px 0px 18px 18px;
  background-color: #011F68;
  color: white;
  cursor: pointer;
  transition: 0.5s;
}
.email-signup .btn:hover {
  background-color: #9C1E31;
  color: white;
}
.email-signup .form {
  padding: 4px;
  background-color: #A7BACC;
  display: flex;
  flex-direction: column;
  border-radius: 18px;
  box-shadow: 0px 0px 3px 1px #A7BACC;
}
.email-signup .form:hover {
  box-shadow: 0px 0px 3px 1px #a29d9d;
}

header {
  border-bottom: 2px solid #011F68;
}
header .logo img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  header .logo img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  header .logo img {
    width: 65%;
  }
}
header .phone-block {
  justify-content: center;
  display: flex;
  align-items: center;
}
header .phone-block .phone {
  font-size: 20px;
  color: #011F68;
}
header .header-btns .buttons {
  justify-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  header .header-btns {
    justify-content: center;
    align-items: center;
    display: flex;
  }
}
header .header-btns .btn-main {
  font-size: 13px;
  padding: 0.3rem 2rem;
}
@media (min-width: 768px) {
  header .header-btns .btn-main {
    font-size: 13px;
  }
}
@media (min-width: 1024px) {
  header .header-btns .btn-main {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  header .header-btns .btn-main {
    font-size: 19px;
  }
}

.split-photos .split-img {
  overflow: hidden;
  height: 170px;
}
@media (min-width: 768px) {
  .split-photos .split-img {
    height: 320px;
  }
}
@media (min-width: 1024px) {
  .split-photos .split-img {
    height: 380px;
  }
}
@media (min-width: 1194px) {
  .split-photos .split-img {
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .split-photos .split-img {
    height: 430px;
  }
}
@media (min-width: 1366px) {
  .split-photos .split-img {
    height: 430px;
  }
}
@media (min-width: 1500px) {
  .split-photos .split-img {
    height: 570px;
  }
}
.split-photos .split-img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.split-photos .split-img .title {
  position: absolute;
  font-size: 19px;
  text-transform: uppercase;
  background: #011e68a3;
  width: 100%;
  color: white;
  top: 141px;
  padding-left: 10px;
  display: flex;
}
@media (min-width: 768px) {
  .split-photos .split-img .title {
    font-size: 25px;
    top: 282px;
  }
}
@media (min-width: 1024px) {
  .split-photos .split-img .title {
    font-size: 33px;
    top: 331px;
  }
}
@media (min-width: 1200px) {
  .split-photos .split-img .title {
    font-size: 42px;
    top: 315px;
    display: flex;
  }
}
@media (min-width: 1194px) {
  .split-photos .split-img .title {
    font-size: 33px;
    top: 311px;
  }
}
@media (min-width: 1280px) {
  .split-photos .split-img .title {
    font-size: 32px;
    top: 382px;
  }
}
@media (min-width: 1366px) {
  .split-photos .split-img .title {
    font-size: 35px;
    top: 377px;
  }
}
@media (min-width: 1500px) {
  .split-photos .split-img .title {
    font-size: 50px;
    top: 495px;
  }
}
.split-photos .split-img .title .icon {
  position: relative;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.split-photos .split-img .title .icon svg {
  transform: translateX(-8px);
  transition: all 0.3s ease;
  width: 50%;
  height: 100%;
  margin-left: 25px;
}
@media (min-width: 768px) {
  .split-photos .split-img .title .icon svg {
    width: 70%;
  }
}
@media (min-width: 1024px) {
  .split-photos .split-img .title .icon svg {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .split-photos .split-img .title .icon svg {
    width: 90%;
  }
}
.split-photos .split-img .title:hover svg {
  color: #011F68;
  fill: white;
  transform: translateX(0);
}

.rental-section {
  background: #eee;
}
.rental-section a {
  z-index: 2;
}
.rental-section .focus-area {
  padding: 50px 0;
}
.rental-section .focus-area .col-xl-4 {
  overflow: hidden;
}
.rental-section .focus-area .col-xl-4 .border-box {
  border: 5px solid #011F68;
}
@media (min-width: 768px) {
  .rental-section .focus-area .col-xl-4 .border-box {
    height: 280px;
  }
}
.rental-section .focus-area .col-xl-4 .border-box .img-box {
  overflow: hidden;
  height: auto;
}
.rental-section .focus-area .col-xl-4 .border-box .img-box img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.rental-section .focus-area h2 {
  background-color: rgba(1, 31, 104, 0.7);
  position: absolute;
  text-align: center;
  color: #fff;
  font-size: 24px;
  bottom: 0;
  transform: translateY(140px);
  padding: 20px 0;
  width: 89%;
  height: 200px;
  transition: transform 0.2s ease-in;
}
@media (min-width: 414px) {
  .rental-section .focus-area h2 {
    right: 20px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .rental-section .focus-area h2 {
    right: 20px;
    width: 90%;
  }
}
@media (min-width: 768px) {
  .rental-section .focus-area h2 {
    font-size: 28px;
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .rental-section .focus-area h2 {
    font-size: 24px;
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .rental-section .focus-area h2 {
    font-size: 26px;
    width: 92%;
  }
}
.rental-section .focus-area a .view-all {
  color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  position: relative;
  width: 100%;
  display: block;
  text-align: center;
  bottom: 50px;
  transition: opacity 0.2s ease-in;
}
.rental-section .focus-area a:hover h2 {
  transform: translateY(10px);
}
.rental-section .focus-area a:hover .view-all {
  opacity: 1;
  visibility: visible;
  text-decoration: none;
}
.rental-section .focus-boxes .boxes {
  width: 100%;
}
@media (min-width: 768px) {
  .rental-section .focus-boxes .boxes {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .rental-section .focus-boxes .boxes {
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .rental-section .focus-boxes .boxes {
    width: 30%;
  }
}
@media (min-width: 1280px) {
  .rental-section .focus-boxes .boxes {
    width: 30%;
  }
}
@media (min-width: 1366px) {
  .rental-section .focus-boxes .boxes {
    width: 25%;
  }
}
@media (min-width: 1500px) {
  .rental-section .focus-boxes .boxes {
    width: 16%;
  }
}
.rental-section .focus-boxes a {
  color: #011F68;
}
.rental-section .focus-boxes a:hover {
  text-decoration: none;
}
.rental-section .focus-boxes .wedding-card {
  background-image: url("../../images/rental_focus_area1/wedding.jpg");
  background-size: cover;
}
.rental-section .focus-boxes .party-card {
  background-image: url("../../images/rental_focus_area1/party.jpg");
  background-size: cover;
}
.rental-section .focus-boxes .inflatable-card {
  background-image: url("../../images/rental_focus_area1/inflatables.jpg");
  background-size: cover;
}
.rental-section .focus-boxes .tent-card {
  background-image: url("../../images/rental_focus_area1/tent.jpg");
  background-size: cover;
}
.rental-section .focus-boxes .construct-card {
  background-image: url("../../images/rental_focus_area1/ConstructionMaintenance.jpg");
  background-size: cover;
}
.rental-section .focus-boxes .linen-card {
  background-image: url("../../images/rental_focus_area1/linens.jpg");
  background-size: cover;
}
.rental-section .focus-boxes .card {
  text-align: center;
  margin: 10px;
  background-color: #093075;
  padding: 20px;
  box-shadow: 0 5px 24px 6px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease-in;
  height: 200px;
}
@media (min-width: 320px) and (max-width: 420px) {
  .rental-section .focus-boxes .card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .rental-section .focus-boxes .card {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}
.rental-section .focus-boxes .card i {
  height: 100px;
  width: 100px;
  font-size: 54px;
  position: relative;
  margin: 0 auto;
  color: #666666;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  transition: background-color 0.2s ease-in-out;
}
.rental-section .focus-boxes .card i:before {
  top: 13px;
  position: relative;
}
@media (min-width: 768px) {
  .rental-section .focus-boxes .card i {
    top: 7px;
  }
}
@media (min-width: 375px) and (max-width: 420px) {
  .rental-section .focus-boxes .card i {
    margin: 0 auto;
    left: 0;
    right: 0;
  }
}
.rental-section .focus-boxes .card h2 {
  font-size: 23px;
  text-transform: uppercase;
  margin-top: 10px;
  color: #fff;
  transition: color 0.2s ease-in-out;
}
@media (min-width: 768px) {
  .rental-section .focus-boxes .card h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .rental-section .focus-boxes .card h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .rental-section .focus-boxes .card h2 {
    font-size: 18px;
    margin-top: 18px;
  }
}
.rental-section .focus-boxes .card:hover {
  transform: scale(1.2);
}

.services-section-two {
  position: relative;
  padding: 60px 0px 60px;
  background: #fff;
}
.services-section-two .side-icon {
  position: absolute;
  right: 0px;
  z-index: 1;
  bottom: -130px;
}
.services-section-two .service-block-two {
  margin: 0px 15px;
}
.services-section-two .pattern-layer {
  position: absolute;
  left: -50px;
  bottom: 0px;
  width: 1070px;
  height: 794px;
}

.inner-box {
  position: relative;
  padding: 0px 20px 20px;
  margin: 0 22px 46px;
}
@media (min-width: 768px) {
  .inner-box {
    margin: 0 12px 46px;
    width: 46%;
  }
}
@media (min-width: 1024px) {
  .inner-box {
    margin: 0 12px 46px;
    width: 30%;
  }
}
@media (min-width: 1200px) {
  .inner-box {
    margin: 0 22px 46px;
    width: 28%;
  }
}
@media (min-width: 1366px) {
  .inner-box {
    margin: 0 22px 46px;
    width: 25%;
  }
}
.inner-box:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 30px;
  right: 0px;
  bottom: 0px;
  border-radius: 10px;
  background-color: aliceblue;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.12);
}
.inner-box .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.inner-box .image img {
  position: relative;
  width: 100%;
  display: block;
}
.inner-box .overlay-box {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(34, 34, 34, 0.7);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.inner-box .overlay-box .overlay-inner {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: table;
  vertical-align: middle;
  padding: 10px 30px;
}
.inner-box .overlay-box .overlay-inner .content {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.inner-box .overlay-box .text {
  position: relative;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.7em;
  margin-bottom: 25px;
}
.inner-box .overlay-box .read-more {
  position: relative;
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  padding: 11px 24px;
  border: 1px solid #ffffff;
  border-radius: 15px 0px 0px 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.inner-box .overlay-box .read-more:hover {
  border-color: #9C1E31;
  background-color: #9C1E31;
}
.inner-box .lower-box {
  position: relative;
  margin-top: -25px;
  padding-top: 15px;
  padding-left: 10px;
}
.inner-box .lower-box .box-inner {
  position: relative;
  padding: 30px 10px 0px 80px;
}
.inner-box .lower-box svg {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9C1E31;
  stroke-width: 1%;
  stroke: #fff;
  fill: white;
  padding: 7px;
}
.inner-box .lower-box i {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 4px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9C1E31;
}
.inner-box .lower-box i:before {
  color: #ffffff;
  font-size: 42px;
}
.inner-box .lower-box h2 {
  position: relative;
  font-size: 18px;
  color: #222222;
  font-weight: 700;
  line-height: 1.3em;
  text-transform: uppercase;
}
.inner-box .lower-box h2 a {
  position: relative;
  color: #222222;
  font-size: 16px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.inner-box:hover h2 a {
  color: #9C1E31;
}
.inner-box:hover .overlay-box {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.inner-box:hover .read-more {
  border-color: #9C1E31;
  background-color: #9C1E31;
}

footer {
  background-color: black;
}
footer .container-fluid {
  padding: 40px 25px;
}
@media (min-width: 768px) {
  footer .container-fluid {
    padding: 40px 65px;
  }
}
footer .header-left {
  justify-content: center;
  align-items: center;
  display: flex;
}
footer .logo img {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  footer .logo img {
    width: 100%;
    margin: 0;
  }
}
@media (min-width: 1024px) {
  footer .logo img {
    width: 80%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer .logo img {
    width: 100%;
    margin: 0 auto;
  }
}
footer .add-phone .phone {
  color: white;
  font-size: 15px;
}
footer .add-phone .address {
  color: white;
  font-size: 15px;
}
footer .middle-buttons {
  justify-content: center;
  align-items: center;
  display: block;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  footer .middle-buttons {
    margin-bottom: 0px;
    display: flex;
  }
}
footer .middle-buttons .btn-main2 {
  background: #9C1E31;
  color: #fff;
}
footer .middle-buttons .btn-main2:hover {
  background: #A7BACC;
  color: #000 !important;
}
footer .sitemap {
  columns: 1;
  font-size: 15px;
  margin-bottom: 0;
  list-style: none;
  text-align: center;
}
@media (min-width: 768px) {
  footer .sitemap {
    columns: 2;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  footer .sitemap {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  footer .sitemap {
    columns: 2;
  }
}
@media (min-width: 1280px) {
  footer .sitemap {
    columns: 2;
  }
}
@media (min-width: 1366px) {
  footer .sitemap {
    columns: 2;
  }
}
@media (min-width: 1500px) {
  footer .sitemap {
    columns: 3;
  }
}
footer .sitemap a {
  color: white;
}
@media (min-width: 1024px) {
  footer .supply {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  footer .supply {
    columns: 2;
  }
}
footer .supply-box legend {
  width: 33%;
}
@media (min-width: 768px) {
  footer .supply-box legend {
    width: 30%;
  }
}
@media (min-width: 1024px) {
  footer .supply-box legend {
    width: 20%;
  }
}
@media (min-width: 1200px) {
  footer .supply-box legend {
    width: 18%;
  }
}
footer fieldset {
  display: block;
  margin-left: 2px;
  margin-right: 2px;
  padding-top: 0.35em;
  padding-bottom: 0.625em;
  padding-left: 0.75em;
  padding-right: 0.75em;
  border: 2px solid #9a9a9a;
  height: auto;
}
@media (min-width: 768px) {
  footer fieldset {
    height: 230px;
  }
}
@media (min-width: 1024px) {
  footer fieldset {
    height: 210px;
  }
}
@media (min-width: 1200px) {
  footer fieldset {
    height: 237px;
  }
}
@media (min-width: 1280px) {
  footer fieldset {
    height: 235px;
  }
}
@media (min-width: 1366px) {
  footer fieldset {
    height: 215px;
  }
}
@media (min-width: 1500px) {
  footer fieldset {
    height: 175px;
  }
}
footer fieldset legend {
  color: white;
  padding: 0px 14px;
  margin-bottom: 0;
  width: 33%;
  font-size: 19px;
  text-transform: uppercase;
  margin-left: 100px;
}
@media (min-width: 768px) {
  footer fieldset legend {
    width: 31%;
    padding: 0px 10px;
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  footer fieldset legend {
    width: 21%;
  }
}
@media (min-width: 1200px) {
  footer fieldset legend {
    width: 18%;
  }
}
footer fieldset .box-item {
  margin: 5px;
  color: white;
  font-size: 15px;
}
footer fieldset span {
  color: white;
  display: flex;
  align-items: center;
}

/*# sourceMappingURL=design.css.map */
