/*
Theme Name: Firehouse
Text Domain: firehouse
Version: 1.1.0
Requires at least: 5.5
Requires PHP: 7.3
Tags: blog, one-column, custom-background, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, block-patterns, block-styles, wide-blocks, accessibility-ready
Author: CoderKube Technologies
Author URI:https://coderkube.com/
Theme URI: https://coderkube.com/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


body {
    margin: 0;
    padding: 0;
    font-family: "Proxima Nova";
    font-weight: 400;
    color: #16263E;
  }
  
  img {
    width: 100%;
    display: block;
  }
  
  .btn {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #E0592B;
    border: 0;
    padding: 15px 27px;
    font-size: 16px;
    line-height: 1.25;
    transition: all 0.5s ease-in-out;
    font-family: "Chapman";
    color: #ffffff;
    border-radius: 40px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 9;
  }
  .btn:before,.btn:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 0 solid;
    transform: rotate(360deg);
    z-index: -1;
    transition: 0.5s ease-in-out;
  }
  .btn:before{
    bottom: 0;
    left: 0;
    border-color: transparent transparent transparent #16263E;
  }
  .btn:after{
    top: 0;
    right: 0;
    border-color: transparent #16263E transparent transparent;
  }
  .btn:hover:before, .btn:hover:after{
    border-width: 65px 262.5px;
  }
  .cm-top-button.btn:hover:before, 
  .cm-top-button.btn:hover:after {
    border-width: 61px 262.5px;
}
  .btn:hover {
    color: #ffffff;
}
  @keyframes criss-cross-left {
    0% {
      left: -20px;
    }
    50% {
      left: 50%;
      width: 20px;
      height: 20px;
    }
    100% {
      left: 50%;
      width: 100%;
      height: 100%;
    }
  }
  
  @keyframes criss-cross-right {
    0% {
      right: -20px;
    }
    50% {
      right: 50%;
      width:20px;
      height: 20px;
    }
    100% {
      right: 50%;
      width: 100%;
      height: 100%;
    }
  }

  a:focus, btn:focus, button:focus {
    outline: 0;
    box-shadow: unset;
  }
  
  h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: var(--xlarge-size);
  }
  
  h2 {
    font-family: "Chapman";
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 35px;
    color: #ffffff;
  }
  
  h2.large__title {
    font-size: 45px;
  }
  
  h3 {
    font-family: "FreightDispProBlack";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 30px;
    padding-bottom: 20px;
  }
  
  h4 {
    font-family: "Chapman";
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0.5rem;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 20px;
  }
  
  h5 {
    font-family: var(--secondry-font);
    font-weight: var(--weight-bold);
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  h6 {
    font-family: var(--secondry-font);
    font-weight: var(--weight-bold);
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  .h1 {
    font-family: var(--secondry-font);
    font-weight: var(--weight-bold);
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: var(--xlarge-size);
  }
  
  h2 {
    font-family: "Chapman";
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 35px;
    text-transform: uppercase;
  }
  
  h3 {
    font-family: "Chapman";
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 30px;
    text-transform: uppercase;
    color: #ffffff;
    text-transform: uppercase;
  }
  
  .h4 {
    font-family: var(--secondry-font);
    font-weight: var(--weight-bold);
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  .h5 {
    font-family: var(--secondry-font);
    font-weight: var(--weight-bold);
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  .h6 {
    font-family: var(--secondry-font);
    font-weight: var(--weight-bold);
    margin-top: 0;
    margin-bottom: 0.5rem;
  }
  
  a {
    color: var(--primary-color);
    text-decoration: none;
    display: inline-block;
  }
  a:hover {
    color: var(--hightlight-color);
  }
  
  p {
    margin-top: 0;
    margin-bottom: 1rem;
    font-size: 16px;
    line-height: 1.25;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-weight: 400;
  }
  
  ul {
    list-style: none;
    padding-left: 0;
    margin: 0 !important;
  }
  
  li {
    list-style: none;
  }
  
  .max--auto {
    margin-left: auto;
    margin-right: auto;
  }
  
  .container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  
  .flex {
    display: flex;
  }
  
  .flex--wrap {
    flex-wrap: wrap;
  }
  
  .flex-spacebetween {
    justify-content: space-between;
  }
  
  .align-center {
    align-items: center;
  }
  
  .fh__bgimg-style {
    position: relative;
    padding: 100px 0;
    background-size: cover;
    background-position: center;
  }
  
  a.fh__link {
    font-size: 18px;
    color: #E0592B;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "Chapman";
  }
  a.fh__link:hover{
    color: #16263E;
  }
  .fh__bg-overlay {
    position: relative;
  }
  .fh__bg-overlay:before {
    content: "";
    position: absolute;
    background-color: rgba(0, 0, 0, 0.19);
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
  }
  .swiper-pagination-bullet {
    width: 13px !important;
    height: 13px !important;
    display: inline-block;
    border-radius: 50%;
    background: #ffffff94 !important;
    opacity: 1 !important;
  }
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #E0592B !important;
  }
  .cm-top-button {
    position: fixed;
    right: -153px;
    bottom: 180px;
    background-color: #E0592B;
    padding: 10px 20px;
    border-radius: 20px 0px 0px 20px;
    transition: all 0.5s ease-in-out;
}
.cm-top-button.fh__top-btnactive{
  right:0px;
}
.cm-top-button a {
    display: flex;
    align-items: center;
    text-transform: uppercase;
    color: #ffffff;
    font-size: 12px;
}
.cm-top-button a picture {padding-right: 10px;}
/* top logo css */
.fh__logo-wrap {
  position: absolute;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  width: 20%;
}
.owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 99;
  bottom: 15px;
  text-align: center;
}

.owl-dots button {
  background-color: #ffffff91 !important;
  width: 13px;
  height: 13px;
  border-radius: 100%;
  margin: 0 3px;
}
.owl-dots button.active{
  background-color: #E0592B !important;
}
/* start my css 02-09-2021 */
.hero__section {
  overflow: hidden;
}
.fh__slide-image img {
  height: 100vh;
  object-fit: cover;
}
.hero__section .swiper-slide,
.hero__section .swiper-wrapper,
.hero__section .swiper-container{
height: 100vh !important;
}
.swiper-pagination-main.swiper-pagination-clickable.swiper-pagination-bullets {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
  bottom: 10px;
}
.swiper-button-prev-main,
.swiper-button-next-main {
  position: absolute;
  z-index: 9;
  top: 50%;
  right: 30px;
  cursor: pointer;
}
.swiper-button-prev-main{
  right: auto;
  left: 30px;
}
.swiper-button-prev-main:before,
.swiper-button-next-main:before {
  content: '';
  background-image: url(/wp-content/uploads/2021/08/slide-left.png);
  background-size: 25px;
  width: 25px;
  height: 42px;
  display: block;
  z-index: 999;
  position: absolute;
  right: 30px;
  top: 50%;
  background-repeat: no-repeat;
  cursor: pointer;
}
.swiper-button-prev-main:before {
  background-image: url(/wp-content/uploads/2021/08/slide-Right.png);
  left: 30px;
  right: auto;
}
.fh__hero-image {
  height: 100vh;
}

/* end my css 02-09-2021 */
  @media (min-width: 544px) {
    .container {
      max-width: 576px;
    }
  }
  @media (min-width: 768px) {
    .container {
      max-width: 720px;
    }
  
    .col-sm-1 {
      flex: 0 0 8.333333%;
      max-width: 8.333333%;
    }
  
    .col-sm-4 {
      flex: 0 0 33.333333%;
      max-width: 33.333333%;
    }
  
    .col-sm-3 {
      flex: 0 0 25%;
      max-width: 25%;
    }
  
    .col-sm-6 {
      flex: 0 0 50%;
      max-width: 50%;
    }
  
    .col-sm-7 {
      flex: 0 0 58.333333%;
      max-width: 58.333333%;
    }
  
    .col-sm-5 {
      flex: 0 0 41.666667%;
      max-width: 41.666667%;
    }
  
    .col-sm-8 {
      flex: 0 0 66.666667%;
      max-width: 66.666667%;
    }
  
    .col-sm-2 {
      flex: 0 0 16.666667%;
      max-width: 16.666667%;
    }
  
    .col-sm-10 {
      flex: 0 0 83.333333%;
      max-width: 83.333333%;
    }
  
    .col-sm-9 {
      flex: 0 0 75%;
      max-width: 75%;
    }
  
    .col-sm-11 {
      flex: 0 0 91.666667%;
      max-width: 91.666667%;
    }
  }
  @media (min-width: 992px) {
    .container {
      max-width: 940px;
    }
  
    span.menu-close {
      display: none;
    }
  }
  @media (min-width: 1200px) {
    .container {
      max-width: 1170px;
    }
  }
  @media (min-width: 1360px) {
    .container {
      max-width: 1600px;
    }
  }
  @media (min-width: 1366px) {
    .container {
      max-width: 1600px;
    }
  }
  @media (max-width: 1366px){
    .fh__logo-wrap img {
      max-width: 70%;
      margin: 0 auto;
    }
}
@media (max-width: 1250px){
 .fh__video-wrap .fh__logo-wrap {
    top: -10%;
}
}
@media (max-width: 1024px){
  .fh__video-wrap .fh__logo-wrap {
    top: -21%;
}
}
@media (max-width:991px){
  .fh__logo-wrap img {
    max-width: 100%;
    margin: 0 auto;
}
.swiper-button-prev-main:before,
.swiper-button-next-main:before {
  right: 0px;
}
.swiper-button-prev-main:before {
  left: 0px;
  right: auto;
}
}
@media (max-width: 768px){
  .fh__video-wrap .fh__logo-wrap {
    height: auto;
    bottom: auto;
    top: 33%;
}

}
@media (max-width: 767px){
  .swiper-button-prev-main:before,
  .swiper-button-next-main:before {
     content: none;
  }
  .fh__video-wrap .fh__logo-wrap {
    top: 24%;
    height: auto;
}
  .fh__hero-video {
    height: auto;
}
  .fh__logo-wrap img {
    width: 50%;
}
  .home header#header {
    position: static;
    background-color: #16263E;
}
}

/* .hero__section.fh__hero-image,
.hero__section.fh__hero-video {
   height: 100vh;
} */