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

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

main {
  min-height: 70vh;
}

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

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

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

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

@media screen and (min-width: 768px) {
  .mini-sections > div {
    flex: 0 0 50%;
  }
}
.half-container {
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
}
@media screen and (min-width: 576px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 768px) {
  .half-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 992px) {
  .half-container {
    max-width: 480px;
  }
}
@media screen and (min-width: 1200px) {
  .half-container {
    max-width: 570px;
  }
}
@media screen and (min-width: 1400px) {
  .half-container {
    max-width: 810px;
  }
}

.reveal {
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.8s, transform 0.8s;
}
.reveal_visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* Image banner */
.img-banner {
  background-size: cover;
  padding-top: 65px;
  padding-bottom: 65px;
}
@media screen and (min-width: 1024px) {
  .img-banner {
    padding: 55px 0 65px 0;
  }
}
@media screen and (min-width: 1200px) {
  .img-banner {
    padding: 171px 0 82px 0;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.img-banner h1 {
  color: #fff;
  font-size: 31px;
  text-align: left;
  margin-bottom: 0px;
  text-align: center;
  text-shadow: 0 0 5px #000;
}
@media (min-width: 1200px) {
  .img-banner h1 {
    font-size: 41px;
  }
}

.img-banner .container {
  z-index: 0 !important;
}

.bgOne {
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(images/interiorbanners/img_banner1.jpg);
  background-position: right;
}
@media screen and (min-width: 768px) {
  .bgOne {
    background-position: -335px;
  }
}
@media screen and (min-width: 1024px) {
  .bgOne {
    background-position: inherit;
  }
}

.bgTwo {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner2.jpg);
  background-position: bottom;
}
@media screen and (min-width: 768px) {
  .bgTwo {
    background-position: bottom;
  }
}

.bgThree {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner3.jpg);
  background-position: 1770px;
}
@media screen and (min-width: 768px) {
  .bgThree {
    background-position: bottom;
  }
}

.bgFour {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner4.jpg);
  background-position: center;
}
@media screen and (min-width: 768px) {
  .bgFour {
    background-position: bottom;
  }
}

.bgFive {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner5.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgFive {
    background-position: bottom;
  }
}

.bgSix {
  background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(images/interiorbanners/img_banner6.jpg);
  background-position: bottom;
}
@media (min-width: 768px) {
  .bgSix {
    background-position: bottom;
  }
}

.overlay-title {
  position: absolute;
  background: rgba(0, 0, 0, 0.58);
  padding: 30px 0 40px 0;
}
@media (min-width: 768px) {
  .overlay-title {
    padding: 30px 0 40px 0;
  }
}
@media (min-width: 1024px) {
  .overlay-title {
    padding: 40px 0 40px 0;
  }
}
@media (min-width: 1200px) {
  .overlay-title {
    padding: 97px 0 40px 0;
  }
}

.overlay-title h1 {
  text-align: center;
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .overlay-title h1 {
    font-size: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .overlay-title h1 {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .overlay-title h1 {
    font-size: 37px;
  }
}

main.faq-bg {
  background: url("../../images/faq-bg.jpg") no-repeat left;
  background-position: center;
  background-size: cover;
}

main.logo-bg {
  background: url("../../images/logo_watermark.png") no-repeat left;
  background-position: left bottom;
}
@media (min-width: 768px) {
  main.logo-bg {
    background-size: 65%;
  }
}
@media (min-width: 1200px) {
  main.logo-bg {
    background-size: 34%;
  }
}

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

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

.return-btn {
  border: 1px solid #BA2631;
  background: #BA2631;
  color: #fff;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.return-btn:hover {
  background: #9AD8FF;
  border: 1px solid #9AD8FF;
  color: #000;
  text-decoration: underline;
}

.link-pdf {
  border: 1px solid #9AD8FF;
  background: #9AD8FF;
  color: #000;
  text-shadow: none;
  white-space: normal;
}
.link-pdf:hover {
  background: #093075;
  border: 1px solid #093075;
  color: #fff;
  text-decoration: underline;
}

.submit-btn {
  border: 1px solid #BA2631;
  background: #BA2631;
  color: #fff !important;
  text-shadow: none;
  white-space: normal;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 15px;
}
.submit-btn:hover {
  background: #9AD8FF;
  border: 1px solid #9AD8FF;
  color: #000 !important;
  text-decoration: underline;
}

.free-estimate .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.free-estimate h1 {
  text-align: left;
  color: #444;
  letter-spacing: 0.05em;
  margin: 0 0 0.4em;
  font-size: 1em;
}
.free-estimate p {
  text-align: left;
  color: #444;
  letter-spacing: 0.05em;
  font-size: 0.8em;
  margin: 0 0 2em;
}
.free-estimate .btn {
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.free-estimate .btn:hover {
  text-decoration: none;
}
.free-estimate .effect01 {
  color: #FFF;
  border: 4px solid #000;
  box-shadow: 0px 0px 0px 1px #000 inset;
  background-color: #000;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.free-estimate .effect01:hover {
  border: 4px solid #666;
  background-color: #FFF;
  box-shadow: 0px 0px 0px 4px #EEE inset;
}
.free-estimate .effect01:hover span {
  letter-spacing: 0.13em;
  color: #333;
}
.free-estimate .effect01:hover:after {
  background: #FFF;
  border: 20px solid #000;
  opacity: 0;
  left: 120%;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
}
.free-estimate .effect01 span {
  transition: all 0.2s ease-out;
  z-index: 2;
}
.free-estimate .effect01:after {
  background: #FFF;
  border: 0px solid #000;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.8;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
  width: 50px;
  transition: all 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  z-index: 1;
}

.flat-about button {
  position: relative;
  display: inline-block;
  padding: 15px 10px;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  background: #9AD8FF;
  cursor: pointer;
  transition: ease-out 0.5s;
  border: 2px solid #9AD8FF;
  border-radius: 10px;
  box-shadow: inset 0 0 0 0 #093075;
}
.flat-about button:hover {
  color: white;
  box-shadow: inset 0 -100px 0 0 #093075;
  border: 2px solid #093075;
}
.flat-about button:active {
  transform: scale(0.9);
}

.testimonials-home button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  background: #9AD8FF;
  box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.testimonials-home button:after {
  content: " ";
  width: 0%;
  height: 100%;
  background: #093075;
  position: absolute;
  transition: all 0.4s ease-in-out;
  right: 0;
}
.testimonials-home button:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}
.testimonials-home button:hover span {
  color: #fff;
  animation: scaleUp 0.3s ease-in-out;
}
.testimonials-home button span {
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 8px 20px;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  z-index: 20;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
@keyframes scaleUp {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}

footer button {
  background: none;
  border: none;
}
footer .footer-btn {
  justify-content: center;
  display: flex;
}
footer .btn-flip {
  opacity: 1;
  outline: 0;
  color: #fff;
  line-height: 40px;
  position: relative;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  text-decoration: none;
  font-family: "Open Sans";
  text-transform: uppercase;
  font-size: 13px;
}
footer .btn-flip:hover:after {
  opacity: 1;
  transform: translateY(0) rotateX(0);
}
footer .btn-flip:hover:before {
  opacity: 0;
  transform: translateY(50%) rotateX(90deg);
}
footer .btn-flip:after {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  color: #fff;
  display: block;
  transition: 0.5s;
  position: absolute;
  background: #093075;
  content: attr(data-back);
  transform: translateY(-50%) rotateX(90deg);
}
footer .btn-flip:before {
  top: 0;
  left: 0;
  opacity: 1;
  color: #fff;
  border: 1px solid white;
  display: block;
  padding: 0 10px;
  line-height: 40px;
  transition: 0.5s;
  position: relative;
  background: #093075;
  content: attr(data-front);
  transform: translateY(0) rotateX(0);
}

.top-nav {
  background-color: #093075;
  font-weight: 600;
}
@media (min-width: 768px) {
  .top-nav {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .top-nav {
    padding: 0 70px;
  }
}
@media (min-width: 1200px) {
  .top-nav {
    padding: 0 250px;
  }
}
.top-nav .top-nav-list {
  padding-left: 0;
  text-align: right;
  margin-bottom: 0;
  align-items: center;
}
.top-nav .top-nav-list .social-links, .top-nav .top-nav-list .phone-number {
  display: inline-block;
  padding: 7px;
}
.top-nav .top-nav-list a {
  color: #fff;
}
.top-nav .top-nav-list .request-btn a {
  background: #fff;
  color: #093075;
  transition: all 0.2s ease-in;
  padding: 10px 19.4px;
  font-size: 14px;
}
.top-nav .top-nav-list .request-btn a:hover {
  background-color: #093075;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 575px) {
  .top-nav .top-nav-list .request-btn {
    display: none;
  }
}
@media (min-width: 576px) {
  .top-nav .top-nav-list .request-btn {
    display: inline;
    display: block ruby;
  }
}
.top-nav .top-nav-list .barton-btn a {
  background: #fff;
  color: #093075;
  transition: all 0.2s ease-in;
  padding: 10px 19.4px;
  font-size: 14px;
}
.top-nav .top-nav-list .barton-btn a:hover {
  background-color: #093075;
  color: #fff;
}
@media (min-width: 320px) and (max-width: 575px) {
  .top-nav .top-nav-list .barton-btn {
    display: none;
  }
}
@media (min-width: 576px) {
  .top-nav .top-nav-list .barton-btn {
    display: inline;
    display: block ruby;
  }
}
.top-nav .top-nav-list .social-links a:hover {
  text-decoration: none;
}
.top-nav .phone-number {
  margin-right: -10px;
}
@media (min-width: 320px) and (max-width: 420px) {
  .top-nav .phone-number {
    margin-right: 0;
  }
}
.top-nav .phone-number .fa-phone {
  transform: rotate(90deg);
}
.top-nav .social-links svg {
  font-size: 23px;
}
.top-nav .search-bar {
  position: relative;
  top: 13px;
}
@media (min-width: 768px) {
  .top-nav .search-bar {
    top: 12px;
  }
}
@media (min-width: 1024px) {
  .top-nav .search-bar {
    top: 13px;
  }
}
@media (min-width: 1200px) {
  .top-nav .search-bar {
    top: 13px;
  }
}
.top-nav .search-bar .magnify-glass {
  padding-right: 25px;
  background: url("../../images/magnifying-glass-solid.svg") no-repeat right;
  background-size: 20px;
  position: relative;
  top: -34px;
  float: right;
  left: -15px;
  border: none;
}

.navbar {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .navbar .container {
    flex-wrap: wrap;
  }
}
.navbar .navbar-brand {
  width: 40%;
}
@media (min-width: 768px) {
  .navbar .navbar-brand {
    width: 25%;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-brand {
    width: 55%;
    top: -60px;
    position: absolute;
  }
}
@media (min-width: 1080px) {
  .navbar .navbar-brand {
    width: 55%;
    top: -60px;
  }
}
@media (min-width: 1180px) {
  .navbar .navbar-brand {
    width: 55%;
    top: -60px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand {
    width: 28%;
  }
}
@media (min-width: 1500px) {
  .navbar .navbar-brand {
    width: 18%;
  }
}
.navbar .navbar-brand img {
  width: 100%;
}
@media (min-width: 768px) {
  .navbar .navbar-brand img {
    width: 90%;
    top: 0;
  }
}
@media (min-width: 1024px) {
  .navbar .navbar-brand img {
    width: 30%;
    top: -60px;
  }
}
@media (min-width: 1200px) {
  .navbar .navbar-brand img {
    width: 65%;
  }
}
.navbar .navbar-nav .nav-link {
  padding: 1rem 0.54rem;
  color: #093075;
}
.navbar .navbar-nav .nav-link.last-item {
  padding-right: 0;
}
@media (min-width: 576px) and (max-width: 991px) {
  .navbar .navbar-nav .nav-link {
    font-size: 0.9rem;
    padding: 10px 5px;
  }
}
.navbar .navbar-nav .nav-item {
  transition: background-color 0.2s ease;
}
.navbar .navbar-nav .nav-item:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
@media (min-width: 320px) and (max-width: 575px) {
  .navbar .navbar-nav .request-item {
    display: inline;
  }
}
@media (min-width: 576px) {
  .navbar .navbar-nav .request-item {
    display: none;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .navbar .navbar-toggler {
    margin-top: 5px;
  }
}

.header {
  position: relative;
  background-color: #fff;
  z-index: 5;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header {
    position: relative;
    background-color: #e1ecff;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    position: relative;
    background-color: #e1ecff;
  }
}
@media screen and (min-width: 1200px) {
  .header {
    background: #e1ecffd9;
    position: absolute;
  }
}
.header .header-padding {
  padding: 0 15px;
  background-color: #e1ecff;
}
@media (min-width: 1200px) {
  .header .header-padding {
    padding: 0px 0px;
    background-color: transparent;
  }
}
.header .header-number {
  margin-top: 26px;
}
@media (min-width: 768px) {
  .header .header-number {
    margin-top: 21px;
  }
}
@media (min-width: 1024px) {
  .header .header-number {
    margin-top: 29px;
    text-align: center;
  }
}
@media (min-width: 1080px) {
  .header .header-number {
    margin-top: 31px;
    text-align: center;
    margin-right: 15px;
  }
}
@media (min-width: 1180px) {
  .header .header-number {
    margin-top: 37px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .header .header-number {
    margin-top: 12px;
    margin-right: 15px;
  }
}
.header .header-number a {
  font-size: 16px;
  color: #000;
}
@media (min-width: 1024px) {
  .header .header-number a {
    font-size: 16px;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .header .header-number a {
    font-size: 16px;
  }
}

header .main-logo img {
  width: 60%;
  display: block;
  margin: 0 auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
@media screen and (min-width: 768px) {
  header .main-logo img {
    width: 45%;
  }
}
@media screen and (min-width: 1024px) {
  header .main-logo img {
    width: 76%;
  }
}
@media screen and (min-width: 1200px) {
  header .main-logo img {
    width: 76%;
    position: absolute;
    bottom: -60px;
  }
}

.header .navbar .container {
  padding: 0;
}
.header .navbar-nav a {
  color: #000;
  text-transform: uppercase;
  font-size: 15.6px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .header .navbar-nav a {
    color: #000;
  }
}
@media (min-width: 1024px) {
  .header .navbar-nav a {
    font-size: 12.9px;
    color: #000;
  }
}
@media (min-width: 1080px) {
  .header .navbar-nav a {
    font-size: 1rem;
    color: #000;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav a {
    font-size: 1rem;
    padding: 7 10px;
  }
}
.header .navbar-nav a:hover {
  color: #000;
}
@media (min-width: 1024px) {
  .header .navbar-nav .nav-link {
    padding: 8px 0.4rem;
  }
}
@media (min-width: 1080px) {
  .header .navbar-nav .nav-link {
    padding: 8px 0.5rem;
  }
}
@media (min-width: 1200px) {
  .header .navbar-nav .nav-link {
    padding: 10px 1rem;
  }
}
.header .navbar-nav .dropdown-menu {
  background: #e1ecff;
  border: 1px solid;
}
@media (min-width: 1200px) {
  .header .navbar-nav .dropdown-menu {
    border: none;
    background: rgba(225, 236, 255, 0.824);
  }
}
.header .navbar-nav .dropdown-menu:hover {
  background: rgba(225, 236, 255, 0.824);
}
.header .navbar-nav .dropdown-menu a {
  padding: 5px 10px;
}
.header .navbar-nav .dropdown-menu .dropdown-item {
  background: transparent;
}
.header .header-right {
  align-items: center;
  display: flex;
}
.header .header-right > div {
  align-items: center;
}
.header .header-right img {
  margin: 0 auto;
  width: 25%;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .header .header-right img {
    margin: 0 auto;
    width: 45%;
  }
}
@media (min-width: 1024px) {
  .header .header-right img {
    margin: 0 auto;
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .header .header-right img {
    margin: 0 auto;
    width: 90%;
  }
}
.header .header-end-right {
  justify-content: center;
  display: flex;
  align-items: center;
}
.header .header-end-right img {
  width: 30%;
  margin: 0 auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .header .header-end-right img {
    width: 60%;
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .header .header-end-right img {
    width: 34%;
    margin: 0 auto;
    margin-top: 6px;
  }
}
@media (min-width: 1080px) {
  .header .header-end-right img {
    width: 100%;
    margin: 0 auto;
    margin-top: 0px;
  }
}
@media (min-width: 1180px) {
  .header .header-end-right img {
    width: 20%;
    margin: 0 auto;
    margin-top: 6px;
  }
}
@media (min-width: 1200px) {
  .header .header-end-right img {
    width: 84%;
    margin: 0 auto;
    margin-top: 0;
  }
}
.header .quote-btn {
  justify-content: center;
  align-content: center;
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .header .quote-btn {
    margin-top: 0px;
  }
}
@media (min-width: 1080px) {
  .header .quote-btn {
    margin-top: 0px;
  }
}
@media (min-width: 1200px) {
  .header .quote-btn {
    margin-top: 0px;
    padding-right: 32px;
  }
}
@media (min-width: 1080px) {
  .header .quote-btn .btn-main {
    font-size: 11px;
  }
}
.header .search-bar {
  position: relative;
  top: 13px;
}
@media (min-width: 768px) {
  .header .search-bar {
    top: 12px;
  }
}
@media (min-width: 1024px) {
  .header .search-bar {
    top: 13px;
  }
}
@media (min-width: 1200px) {
  .header .search-bar {
    top: 13px;
  }
}
.header .search-bar .magnify-glass {
  padding-right: 25px;
  background: url("../../images/magnifying-glass-solid.svg") no-repeat right;
  background-size: 20px;
  position: relative;
  top: -34px;
  float: right;
  left: -15px;
  border: none;
}

.slideshow-home {
  text-align: center;
}
.slideshow-home .carousel-indicators {
  bottom: 5%;
  cursor: pointer;
}
@media (min-width: 768px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .carousel-indicators {
    bottom: 1%;
  }
}
@media (min-width: 1024px) {
  .slideshow-home a {
    top: 90px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home a {
    top: 0px;
  }
}
.slideshow-home .slider-text {
  position: relative;
  margin-top: 0px;
  z-index: 5;
  padding: 15px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text {
    padding-left: 75px;
    margin-top: -270px;
    text-align: left;
    width: 65%;
    position: absolute;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text {
    padding-left: 125px;
    margin-top: -250px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text {
    margin-top: -390px;
    padding-left: 305px;
  }
}
@media (min-width: 1366px) {
  .slideshow-home .slider-text {
    margin-top: -280px;
    padding-left: 185px;
  }
}
@media (min-width: 1800px) {
  .slideshow-home .slider-text {
    margin-top: -350px;
    padding-left: 185px;
  }
}
.slideshow-home .slider-text h1 {
  font-weight: 700;
  font-size: 46px;
  color: #000;
  margin-bottom: 25px;
  margin-left: 0;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text h1 {
    font-size: 35px;
    color: #fff;
  }
}
@media (min-width: 1024px) {
  .slideshow-home .slider-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .slider-text h1 {
    font-size: 46px;
  }
}
.slideshow-home .slider-text p {
  color: #000;
  font-weight: 40;
  margin-bottom: 40px;
  margin-left: 0;
}
@media (min-width: 768px) {
  .slideshow-home .slider-text p {
    color: #fff;
  }
}
.slideshow-home .overlay {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: none;
  z-index: 1;
  height: 148px;
}
@media (min-width: 768px) {
  .slideshow-home .overlay {
    height: 338px;
    background-color: rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 1024px) {
  .slideshow-home .overlay {
    height: 478px;
  }
}
@media (min-width: 1200px) {
  .slideshow-home .overlay {
    height: auto;
  }
}

.carousel-fade {
  overflow: hidden;
}
.carousel-fade .carousel-item {
  opacity: 0;
  transition-duration: 0.8s;
  transition-property: opacity;
}
.carousel-fade .carousel-item img {
  animation: zoom 25s;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  opacity: 0;
}
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
  transform: translateX(0);
  transform: translate3d(0, 0, 0);
}

.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: 20%;
  }
}
.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: #BA2631;
  background-color: #BA2631;
}
.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 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: #BA2631;
}
.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: #BA2631;
}
.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: #BA2631;
  background-color: #BA2631;
}

.mini-sections .parallax1 {
  background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url(../../images/estimate_form_bg.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (min-width: 1200px) {
  .mini-sections .parallax1 {
    background-attachment: fixed;
    background-position: center;
  }
}
.mini-sections .parallax1 .free-estimate-home {
  padding: 20px 25px;
  background: #ffffffd6;
}
.mini-sections .call-text {
  background: url(../../images/call_bg.png);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: right;
  background-color: #093075;
  display: flex;
}
@media (min-width: 768px) {
  .mini-sections .call-text {
    background-size: 50%;
  }
}
@media (min-width: 1024px) {
  .mini-sections .call-text {
    background-size: 80%;
  }
}
@media (min-width: 1200px) {
  .mini-sections .call-text {
    background-size: 50%;
  }
}
.mini-sections .section-padding {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 1200px) {
  .mini-sections .section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.mini-sections .section-padding .card {
  border: none;
}
.mini-sections .section-padding .col-lg-8 {
  border-left: 4px solid #9AD8FF;
}
.mini-sections .section-padding .col-lg-8 h2 span {
  font-size: 32px;
}
@media (min-width: 1024px) {
  .mini-sections .section-padding .col-lg-8 h2 span {
    font-size: 33px;
  }
}
@media (min-width: 1200px) {
  .mini-sections .section-padding .col-lg-8 h2 span {
    font-size: 39px;
  }
}
.mini-sections .section-padding .col-lg-8 .thin span {
  font-size: 23px;
  background: #fff;
  width: 56%;
  padding: 10px;
  margin-left: -30px;
}
@media (min-width: 768px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 26%;
  }
}
@media (min-width: 1024px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 60%;
  }
}
@media (min-width: 1200px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 50%;
  }
}
@media (min-width: 1800px) {
  .mini-sections .section-padding .col-lg-8 .thin span {
    width: 34%;
  }
}
.mini-sections .section-padding .col-lg-8 .thin span a {
  color: #BA2631;
}
.mini-sections .section-padding .col-lg-8 .ship {
  font-size: 23px;
}
.mini-sections .section-padding .special-heading {
  line-height: 1;
  width: 100%;
  word-wrap: break-word;
  color: #fff;
}
.mini-sections .section-padding .special-heading span {
  display: inline-block;
}
.mini-sections .section-padding .special-heading mark {
  display: inline-block;
}
.mini-sections .section-padding .special-heading.with-decoration span {
  padding-left: 20px;
  position: relative;
}
.mini-sections .section-padding .special-heading.with-decoration span:before {
  background: #f15201;
  border-radius: 2px;
  content: "";
  height: 10px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}

.flat-about {
  padding: 0px 0 115px;
}
@media (min-width: 768px) {
  .flat-about {
    padding: 85px 0 115px;
  }
}
.flat-about h2 {
  color: #093075;
}
.flat-about .about-post {
  position: relative;
  margin-top: 4.7%;
  margin-left: -4px;
}
.flat-about .about-post .circle {
  background-color: #fff;
  border: 19px solid #BA2631;
  height: 180px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  width: 180px;
  position: absolute;
  top: -23px;
  right: 34px;
  z-index: -1;
}
@media (min-width: 768px) {
  .flat-about .about-post .circle {
    height: 140px;
    width: 140px;
    right: 4px;
  }
}
@media (min-width: 1200px) {
  .flat-about .about-post .circle {
    height: 180px;
    width: 180px;
    right: 34px;
  }
}
.flat-about .about-desc-box {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  margin: 55px 0 73px 0;
}
.flat-about .about-content-title .section-desc {
  margin-top: 22px;
  padding-right: 20px;
  color: #093075;
}
.flat-about .about-count-box {
  position: absolute;
  padding: 10px 13px;
  background-color: #093075;
  border-radius: 7px;
  left: 50%;
  bottom: -82px;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .flat-about .about-count-box {
    padding: 7px 11px;
    bottom: -60px;
  }
}
@media (min-width: 1200px) {
  .flat-about .about-count-box {
    padding: 10px 13px;
    bottom: -82px;
  }
}
.flat-about .about-count-box .number-count {
  font-family: "Jost", sans-serif;
  font-size: 52px;
  font-weight: 500;
  line-height: 40px;
  margin-right: 8px;
  color: #fff;
}
@media (min-width: 768px) {
  .flat-about .about-count-box .number-count {
    font-size: 34px;
    line-height: 33px;
  }
}
@media (min-width: 1200px) {
  .flat-about .about-count-box .number-count {
    font-size: 52px;
    line-height: 40px;
  }
}
.flat-about .about-count-box .caption-number-count {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  overflow: wrap;
  max-width: 8ch;
  color: #fff;
}
@media (min-width: 768px) {
  .flat-about .about-count-box .caption-number-count {
    font-size: 15px;
    line-height: 14px;
  }
}
@media (min-width: 1200px) {
  .flat-about .about-count-box .caption-number-count {
    font-size: 18px;
    line-height: 18px;
  }
}
.flat-about .inner-about-count-box {
  padding: 13px 18px;
  border-radius: 7px;
  border: 1px solid rgba(238, 228, 228, 0.616);
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
}
@media (min-width: 768px) {
  .flat-about .inner-about-count-box {
    padding: 11px 12px;
  }
}
@media (min-width: 1200px) {
  .flat-about .inner-about-count-box {
    padding: 13px 18px;
  }
}
.flat-about .inner-box {
  padding: 3px 0 0 24px;
}
.flat-about .about-desc p {
  color: #093075;
  padding-top: 6px;
}
.flat-about .image-desc {
  width: 50%;
  text-align: right;
}
.flat-about .image {
  transition-duration: 1s;
  text-align: right;
  margin-right: 5px;
}
.flat-about .section-title {
  margin-top: 20px;
  padding-right: 10%;
}
.flat-about .button {
  transition-duration: 0.5s;
  margin-left: -13px;
}
.flat-about .main-post-about {
  z-index: 50;
  border-radius: 50%;
}
.flat-about .col-lg-8 {
  align-items: center;
  display: flex;
}

.news-test {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.9) 100%), url(../../images/parallax2.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .news-test {
    background-image: linear-gradient(150deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.9) 100%), url(../../images/parallax2.jpg);
  }
}
@media screen and (min-width: 1200px) {
  .news-test {
    background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.1) 0px, rgba(0, 0, 0, 0.9) 100%), url(../../images/parallax2.jpg);
    background-attachment: fixed;
    background-position: top;
  }
}
.news-test .carousel-indicators {
  bottom: -30px;
  cursor: pointer;
}
.news-test .carousel-indicators li {
  background-color: rgba(180, 180, 180, 0.5);
}
.news-test .carousel-indicators .active {
  background-color: #2B3C47;
}
.news-test .news-home small {
  color: #31414B;
}
.news-test .news-home h2 {
  color: #BA2631;
}
.news-test .card {
  background: rgba(255, 255, 255, 0.837);
  height: 230px;
}
.news-test .card h3 {
  font-size: 23px;
  color: #000;
}
.news-test .testimonials-home h1 {
  font-size: 2rem;
}
.news-test .testimonials-home .card {
  padding: 52px 15px;
  height: 300px;
}
@media (min-width: 768px) {
  .news-test .testimonials-home .card {
    height: 230px;
  }
}
@media (min-width: 1024px) {
  .news-test .testimonials-home .card {
    height: 230px;
  }
}
.news-test .text-box p {
  color: #000;
  text-align: left;
}
.news-test .text-box p span {
  font-size: 25px;
  margin-right: 10px;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #2B3C47;
  vertical-align: bottom;
  position: relative;
  text-shadow: none;
}
.news-test .text-box .name {
  font-style: italic;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 0;
  float: right;
}
.news-test .text-box .name span {
  font-size: 16px;
  font-style: italic;
  color: #2B3C47;
  line-height: 20px;
}

.footer-bg {
  background: #000;
}

footer {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0.8) 100%), url(../../images/parallax2.jpg);
  background-attachment: inherit;
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  footer {
    background-image: linear-gradient(150deg, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0.8) 100%), url(../../images/parallax2.jpg);
  }
}
@media screen and (min-width: 1200px) {
  footer {
    background-image: linear-gradient(30deg, rgba(0, 0, 0, 0.8) 0px, rgba(0, 0, 0, 0.8) 100%), url(../../images/parallax2.jpg);
    background-attachment: fixed;
    background-position: top;
  }
}
footer .logo img {
  width: 40%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .logo img {
    width: 45%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  footer .logo img {
    width: 40%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer .logo img {
    width: 80%;
    margin: 0 auto;
  }
}
footer .footer-main {
  padding: 35px 55px;
}
footer .sitemap {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  footer .sitemap {
    margin-top: 35px;
  }
}
@media (min-width: 1200px) {
  footer .sitemap {
    margin-top: 35px;
  }
}
footer .footer-nav {
  columns: 1;
  font-size: 0.8rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  footer .footer-nav {
    columns: 5;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1024px) {
  footer .footer-nav {
    columns: 2;
    text-align: left;
    margin-top: 0;
  }
}
@media screen and (min-width: 1200px) {
  footer .footer-nav {
    columns: 2;
    text-align: left;
    margin-top: 0;
  }
}
footer .address {
  font-size: 15px;
  padding: 0 45px;
}
@media (min-width: 768px) {
  footer .address {
    font-size: 15px;
    padding: 0 0px;
    display: flex;
    justify-content: center;
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  footer .address {
    font-size: 13px;
    padding: 0 15px;
    display: block;
    margin-top: 10px;
  }
}
@media (min-width: 1200px) {
  footer .address {
    font-size: 13px;
    padding: initial;
  }
}
@media (min-width: 1400px) {
  footer .address {
    font-size: 14px;
    padding: initial;
  }
}
footer .address svg {
  color: #b7b7b7;
  font-size: 25px;
}
footer .address .phone {
  font-size: 13px;
}
@media (min-width: 1400px) {
  footer .address .phone {
    font-size: 14px;
  }
}
footer li a {
  color: #fff;
}
footer li a:hover {
  color: #fff;
}
@media (min-width: 768px) {
  footer .footer-input {
    justify-content: center;
    align-content: center;
    display: flex;
  }
}
@media (min-width: 1200px) {
  footer .footer-input {
    justify-content: center;
    align-content: center;
    display: flex;
  }
}
footer .footer-input input {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
footer .footer-input input::placeholder {
  color: #fff;
}
footer .footer-input input:focus::placeholder {
  color: #bdbdbd;
}
footer .footer-input .form-control {
  font-size: 0.9rem;
  width: 100%;
}
@media (min-width: 768px) {
  footer .footer-input .form-control {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .footer-input .form-control {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  footer .footer-input .form-control {
    width: 100%;
  }
}
@media (min-width: 1024px) {
  footer .rental-logo {
    padding-left: 0;
  }
}
footer .rental-logo img {
  width: 27%;
  margin: 0 auto;
}
@media (min-width: 768px) {
  footer .rental-logo img {
    width: 75%;
    margin: 0 auto;
  }
}
@media (min-width: 1024px) {
  footer .rental-logo img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (min-width: 1200px) {
  footer .rental-logo img {
    width: 50%;
    margin-top: 35px;
  }
}
footer .wrapper {
  display: flex;
  justify-content: center;
  align-content: center;
  position: relative;
  transform: none;
  top: 0;
  left: 0;
  margin-top: 15px;
}
@media (min-width: 1200px) {
  footer .wrapper {
    top: 40px;
    left: 49%;
    position: relative;
    margin-top: 0;
    transform: translate(-50%, -50%);
  }
}
footer .wrapper a {
  font-size: 13px;
  width: 110px;
  height: 40px;
}
footer h2 {
  font-size: 19px;
}
@media (min-width: 768px) {
  footer h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1024px) {
  footer h2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media (min-width: 1200px) {
  footer h2 {
    font-size: 20px;
  }
}

.about-us-page img {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .about-us-page img {
    width: 35%;
    float: right;
    margin-left: 10px;
  }
}

.events-wrapper .event-post {
  margin-bottom: 40px;
}
.events-wrapper .event-post-full {
  margin-bottom: 40px;
}
.events-wrapper .event-post-full .thumb {
  width: 390px;
}
.events-wrapper .event-post-full .event-post-content {
  width: 457px;
}
.events-wrapper .events-listing {
  background: #fafafa;
}

.events-listing .event-post-full .event-post-txt {
  padding: 30px 30px 0;
  width: 100%;
}
.events-listing span.ecat {
  margin: 0 0 23px;
}
.events-listing .event-post-loc {
  line-height: 50px;
  height: 50px;
}

.event-list-box {
  background: #f5f9ff;
  border-radius: 3px;
  width: 100%;
  float: left;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.12);
  padding: 30px;
  margin: 0 0 30px;
}
.event-list-box ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.event-list-box ul li {
  float: none;
  margin-right: 0px;
  text-align: center;
}
@media (min-width: 768px) {
  .event-list-box ul li {
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .event-list-box ul li:last-child {
    float: right;
    margin: 0px;
  }
}
.event-list-box .edate {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: 500;
  text-transform: uppercase;
  padding-top: 25px;
  text-align: center;
}
.event-list-box .edate strong {
  display: block;
  color: #BA2631;
  font-weight: 900;
}
.event-list-box .event-title {
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .event-list-box .event-title {
    width: 65%;
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 1080px) {
  .event-list-box .event-title {
    width: 58%;
    text-align: left;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .event-list-box .event-title {
    width: 48%;
    text-align: left;
    margin-top: 0;
  }
}
.event-list-box .event-title h2 {
  font-size: 20px;
  font-weight: 600;
  margin: 0px 0 10px;
}
.event-list-box .event-title h2 a {
  color: #222;
}
.event-list-box .event-title p {
  margin: 0px;
  color: #545454;
  font-size: 16px;
  font-weight: 500;
}
.event-list-box .event-title p i {
  color: #BA2631;
  margin-right: 5px;
}
.event-list-box img {
  width: 130px;
  height: auto;
  border-radius: 3px;
  margin: 0 auto;
  margin: 15px auto;
}
@media (min-width: 768px) {
  .event-list-box img {
    margin: 0;
  }
}
.event-list-box:hover {
  box-shadow: 0 6px 12px rgba(247, 56, 89, 0.12);
}
.event-list-box:hover .event-title h6 a {
  color: #d94148;
}
.event-list-box:hover a.learn-more {
  background: #d94148;
  border-color: #d94148;
  color: #fff;
}

a.learn-more {
  background: #093075;
  display: inline-block;
  line-height: 28px;
  padding: 0 20px;
  border-radius: 15px;
  border: 0px solid #e1e1e1;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  height: 30px;
  margin: 30px 0 0;
}

@media (min-width: 768px) {
  .news-detail-page img {
    float: right;
    width: 40%;
    margin-left: 10px;
  }
}
.news-detail-page hr {
  width: 30%;
  margin-left: 0;
  border: 1px solid #093075;
}

.faqs-page .card-header {
  padding: 1.2rem 1.25rem;
  background: #093075;
  color: #fff;
  cursor: pointer;
  border-bottom: none;
}
.faqs-page .card-header .title {
  font-size: 22px;
}
.faqs-page .card-header .accicon {
  float: right;
  font-size: 20px;
  width: 1.2em;
  align-items: center;
  background: #fff;
  border-radius: 4px;
  display: flex;
  font-size: 20px;
  height: 45px;
  justify-content: center;
  position: absolute;
  right: 5px;
  top: 12px;
  width: 45px;
}
.faqs-page .card-header .accicon i {
  color: #093075;
}
.faqs-page .card-header:not(.collapsed) .rotate-icon {
  transform: rotate(180deg);
}
.faqs-page .card {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
.faqs-page .card-body {
  border-top: 1px solid #ddd;
  background: aliceblue;
}

.flat-gallery .content-inner .images {
  position: relative;
  overflow: hidden;
}
.flat-gallery .content-inner .images img {
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: transform 500ms ease;
}
@media (min-width: 768px) {
  .flat-gallery .content-inner .images img {
    height: 300px;
  }
}
.flat-gallery .content-inner .content {
  padding: 13px 18px;
  position: absolute;
  bottom: 30px;
  z-index: 3;
  background-color: #fff;
  width: 80%;
  border-top-right-radius: 200px;
  border-bottom-right-radius: 200px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.flat-gallery .content-inner .content h2 {
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}
.flat-gallery .content-inner .content h2 a {
  color: #093075;
}
.flat-gallery .content-inner .content .button-box a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #BA2631;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.flat-gallery .content-inner:hover .images img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
  -webkit-transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
  transition: all 2s cubic-bezier(0.3, 1, 0.35, 2) 0s;
}
.flat-gallery .content-inner:hover .button-box a {
  background: #9AD8FF;
  color: #093075;
  text-decoration: none;
}
.flat-gallery .content-inner:hover h3 a {
  color: #BA2631;
}

.service-section .service-box {
  padding: 3px 20px;
  text-align: center;
  display: inline-block;
  position: relative;
}
.service-section .image-container {
  height: auto;
}
@media (min-width: 768px) {
  .service-section .image-container {
    overflow: hidden;
    height: 200px;
  }
}
.service-section .image-container img {
  position: relative;
  z-index: 2;
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 768px) {
  .service-section .image-container img {
    width: 80%;
    min-width: 10%;
    min-height: 100%;
  }
}
.service-section .service-box-inner {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  background-color: aliceblue;
  display: inline-block;
  width: 100%;
  margin-top: -70px;
  padding: 90px 15px 7px;
}
.service-section .service-box-inner h2 {
  margin-bottom: 36px;
  font-size: 25px;
}
.service-section .service-box-inner a {
  margin: 0 auto;
  display: inline-block;
  background-color: #093075;
  color: #fff;
  padding: 7px 20px;
  text-decoration: none;
  letter-spacing: 1px;
}
.service-section .service-box-inner a:hover {
  background-color: #9AD8FF;
  color: #000;
  transition: all ease 0.5s;
}

.product-detail-page img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .product-detail-page img {
    float: right;
    width: 45%;
    margin-left: 10px;
  }
}

.testimonials-page {
  position: relative;
  display: block;
}
.testimonials-page .card-columns {
  column-count: 1;
}
@media (min-width: 768px) {
  .testimonials-page .card-columns {
    column-count: 2;
    column-gap: 30px;
  }
}
.testimonials-page .testimonial-two__single {
  margin-bottom: 30px;
}
.testimonials-page .testimonial-two {
  position: relative;
  display: block;
  background-color: #000;
  padding: 120px 0 203px;
  z-index: 1;
}
.testimonials-page .testimonial-two-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 52.5%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  mix-blend-mode: luminosity;
  opacity: 0.05;
  z-index: -1;
}

.testimonial-two__left {
  position: relative;
  display: block;
  z-index: 5;
  color: #8b9e9e;
  font-weight: 500;
  margin-right: 85px;
}
.testimonial-two__left .section-title {
  margin-bottom: 30px;
}
.testimonial-two__left .section-title__title {
  color: #fff;
}

.testimonial-two__right {
  position: relative;
  display: block;
}

.testimonial-two__single {
  position: relative;
  display: block;
  background-color: aliceblue;
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  padding: 50px 50px 37px;
  border: 1px solid #dde5e5;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}
.testimonial-two__single:hover {
  box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.15);
}
.testimonial-two__single:hover:before {
  transform: scale(1, 1);
  transform-origin: right center;
}
.testimonial-two__single:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  height: 4px;
  background-color: #BA2631;
  transition: transform 500ms ease;
  transform: scale(0, 1);
  transform-origin: left center;
}
.testimonial-two__single .testimonial-two__text-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 34px;
  padding-top: 0px;
  padding-bottom: 12px;
  font-style: italic;
}
.testimonial-two__single .testimonial-two__client-img {
  position: relative;
  display: inline-block;
  width: 80px;
}
.testimonial-two__single .testimonial-two__client-img img {
  width: 100%;
}
@media (min-width: 768px) {
  .testimonial-two__single .testimonial-two__client-img img {
    width: 61%;
  }
}
@media (min-width: 1024px) {
  .testimonial-two__single .testimonial-two__client-img img {
    width: 61%;
  }
}
@media (min-width: 1200px) {
  .testimonial-two__single .testimonial-two__client-img img {
    width: 61%;
  }
}

.testimonial-two__client-info {
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .testimonial-two__client-info {
    float: left;
    margin-right: 15px;
  }
}
.testimonial-two__client-info .testimonial-two__client-content {
  margin-left: 20px;
}
.testimonial-two__client-info .testimonial-two__client-content .testimonial-two__client-name {
  font-size: 20px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 5px;
}
.testimonial-two__client-info .testimonial-two__client-content .testimonial-two__client-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.testimonial-two__client-info2 {
  position: relative;
  display: block;
  align-items: center;
}
.testimonial-two__client-info2 .testimonial-two__client-content {
  margin-right: 20px;
}
.testimonial-two__client-info2 .testimonial-two__client-content .testimonial-two__client-name {
  font-size: 17px;
  font-weight: 800;
  line-height: 25px;
  margin-bottom: 5px;
}
.testimonial-two__client-info2 .testimonial-two__client-content .testimonial-two__client-sub-title {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.testimonial-two__quote {
  position: relative;
  display: inline-block;
}
.testimonial-two__quote i {
  position: relative;
  display: inline-block;
  font-size: 45px;
  color: #093075;
  height: 20px;
}
.testimonial-two__quote .icon-quotes::before {
  content: "\e91a";
}

.testimonial-two__rating {
  position: absolute;
  bottom: 50px;
  right: 0px;
  display: flex;
  align-items: center;
  background-color: #eee;
  padding: 12px 20px 13px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 768px) {
  .testimonial-two__rating {
    right: -20px;
  }
}
.testimonial-two__rating:after {
  position: absolute;
  bottom: -15px;
  right: 0;
  content: "";
  border: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
@media (min-width: 768px) {
  .testimonial-two__rating:after {
    border-top: 0px solid transparent;
    border-left: 20px solid #dce0e0;
    border-bottom: 15px solid transparent;
  }
}
.testimonial-two__rating i {
  font-size: 15px;
  color: gold;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.testimonial-two__rating i + i {
  margin-left: 3px;
}

.testimonial-two__single:hover .testimonial-two__rating {
  background-color: #305ca9;
}

.testimonial-two__single:hover .testimonial-two__rating:after {
  border-left: 20px solid #093075;
}

.testimonial-two__single:hover .testimonial-two__rating i {
  color: #fff;
}

.test-modal .modal-header {
  background: #093075;
  color: #fff;
}
.test-modal .modal-header span {
  color: #fff;
}
.test-modal .modal-body {
  background: aliceblue;
}
.test-modal .modal-footer {
  background: #061e47;
}
.test-modal .modal-footer button {
  background: aliceblue;
  color: #000;
  cursor: pointer;
}
.test-modal .modal-footer input {
  background: #9AD8FF;
  border: 1px solid #9AD8FF;
  color: #000;
  cursor: pointer;
}

.contact-us {
  position: relative;
  z-index: 3;
}
.contact-us .contact-container {
  display: block;
  height: auto;
  background: aliceblue;
  box-shadow: 0px 0 60px 0 rgba(0, 0, 0, 0.19);
}
@media (min-width: 1024px) {
  .contact-us .contact-container {
    height: auto;
    display: flex;
  }
}
@media (min-width: 1200px) {
  .contact-us .contact-container {
    height: auto;
    display: flex;
  }
}
.contact-us .right-col {
  background-image: url("../../images/contact_img.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 250px;
}
@media (min-width: 768px) {
  .contact-us .right-col {
    height: 400px;
  }
}
@media (min-width: 1024px) {
  .contact-us .right-col {
    height: auto;
  }
}
.contact-us .logo {
  width: 10rem;
  padding: 1.5rem;
}
.contact-us h2 {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #093075;
  text-transform: uppercase;
  font-size: 2rem;
  letter-spacing: 0.5rem;
  font-weight: 300;
}
.contact-us h3 {
  font-size: 1.3rem;
}
.contact-us label {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  color: #818386;
  text-transform: uppercase;
  font-size: 0.625rem;
  width: 40vw;
  display: block;
}
.contact-us button {
  font-family: "Jost", sans-serif;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  font-weight: 300;
  background: #093075;
  color: #fff;
  width: 10rem;
  height: 2.25rem;
  border: none;
  border-radius: 2px;
  outline: none;
  cursor: pointer;
}
.contact-us button:hover {
  opacity: 0.5;
}
.contact-us button:active {
  opacity: 0.8;
}
.contact-us .g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .contact-us .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
  }
}

.contact-info-area {
  position: relative;
  padding-top: 100px;
  padding-bottom: 120px;
  background: honeydew;
  z-index: 2;
}
.contact-info-area .contact-info-shape {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.contact-info-area .contact-info-shape .contact-img-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.contact-info-area .section-title {
  position: relative;
  z-index: 2;
}
.contact-info-area .section-title .section-subtitle {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #9AD8FF;
  display: block;
  margin-bottom: 10px;
  margin-top: -2px;
  line-height: 1;
}
.contact-info-area .section-title .section-main-title {
  font-size: 60px;
  line-height: 1.16;
  font-weight: 700;
  color: #093075;
  text-transform: uppercase;
  letter-spacing: -1.3px;
}
.contact-info-area .col-lg-4 {
  flex: 0 0 auto;
  width: 33.3333333333%;
}
.contact-info-area .contact-map {
  margin-right: 0px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .contact-info-area .contact-map {
    margin-right: -30px;
  }
}
.contact-info-area .contact-map iframe {
  width: 100%;
  height: 100%;
  min-height: 370px;
  display: block;
}
.contact-info-area .info-item-wrapper {
  background: #fff;
  padding: 43px 50px 50px;
  height: 450px;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .contact-info-area .info-item-wrapper {
    height: 370px;
  }
}
.contact-info-area .info-item-wrapper i::before {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: -1;
  font-size: 232px;
  color: #f5f5f5;
}

.request-quote-page {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/request-quote-bg.jpg) no-repeat;
  background-size: cover;
}
.request-quote-page .request-box {
  justify-content: center;
  display: flex;
  padding-top: 160px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .request-quote-page .request-box {
    padding-top: 290px;
  }
}
@media (min-width: 1024px) {
  .request-quote-page .request-box {
    padding-top: 180px;
  }
}
@media (min-width: 1200px) {
  .request-quote-page .request-box {
    padding-top: 250px;
  }
}
.request-quote-page .request-box p {
  color: #fff;
}
.request-quote-page .request-box .form-group input, .request-quote-page .request-box .form-group textarea, .request-quote-page .request-box .form-group select {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.request-quote-page .request-box .form-group input:focus, .request-quote-page .request-box .form-group textarea:focus, .request-quote-page .request-box .form-group select:focus {
  background: white;
  color: #000;
}
.request-quote-page .request-box .form-group input:focus::placeholder, .request-quote-page .request-box .form-group textarea:focus::placeholder, .request-quote-page .request-box .form-group select:focus::placeholder {
  color: #b0b0b0;
}
.request-quote-page .request-box .form-group input::placeholder, .request-quote-page .request-box .form-group textarea::placeholder, .request-quote-page .request-box .form-group select::placeholder {
  color: #fff;
}
.request-quote-page .request-box .form-group textarea {
  height: 130px;
}
.request-quote-page .card {
  background: #093075c9;
}
.request-quote-page .btn-main {
  font-size: 15px;
  border: 1px solid #093075;
}

.signup-page {
  background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../../images/signup_bg.jpg) no-repeat;
  background-size: cover;
}
.signup-page .signup-box {
  justify-content: center;
  display: flex;
  padding-top: 160px;
  padding-bottom: 65px;
}
@media (min-width: 768px) {
  .signup-page .signup-box {
    padding: 190px 0 165px;
  }
}
@media (min-width: 1024px) {
  .signup-page .signup-box {
    padding: 190px 0 85px;
  }
}
@media (min-width: 1200px) {
  .signup-page .signup-box {
    padding-top: 250px;
  }
}
.signup-page .signup-box p {
  color: #fff;
}
.signup-page .signup-box .form-group input, .signup-page .signup-box .form-group textarea, .signup-page .signup-box .form-group select {
  background: transparent;
  border: 1px solid #fff;
  color: #000;
}
.signup-page .signup-box .form-group input:focus, .signup-page .signup-box .form-group textarea:focus, .signup-page .signup-box .form-group select:focus {
  background: white;
  color: #696969;
}
.signup-page .signup-box .form-group input:focus::placeholder, .signup-page .signup-box .form-group textarea:focus::placeholder, .signup-page .signup-box .form-group select:focus::placeholder {
  color: #b0b0b0;
}
.signup-page .signup-box .form-group input::placeholder, .signup-page .signup-box .form-group textarea::placeholder, .signup-page .signup-box .form-group select::placeholder {
  color: #000;
}
.signup-page .signup-box .form-group textarea {
  height: 130px;
}
.signup-page .signup-box .g-recaptcha {
  transform: scale(0.77);
  transform-origin: 0 0;
}
@media (min-width: 768px) {
  .signup-page .signup-box .g-recaptcha {
    transform: scale(1);
    transform-origin: 0 0;
  }
}
.signup-page .card {
  background: #ffffffbf;
}
.signup-page .btn-main {
  font-size: 15px;
  border: 1px solid #093075;
}

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