td.table-column {
    padding: 0px 5px 0px 5px;
}
@media (max-width: 325px){
  h4.ba-blog-post-title {
    font-size: 15px !important;
    line-height: 20px !important;
}
  #item-15694144410 .ba-slideset-nav a {
        /* font-size: 10px; */
        /* width: 5px; */
        /* height: 5px; */
        background-color: var(--primary);
        color: var(--title-inverse);
        padding: 7px;
        box-shadow: 0 10px 20px 0 var(--shadow);
        border : 0px solid var(--border);
        border-radius : 50px;
    }
  .ba-slideshow-caption {
    padding: 15% !important;
}
  #item-15003687280 .ba-blog-post-button-wrapper a {
        margin-bottom : 25px;
        margin-top : 0px;
        font-family : 'Poppins';
        font-size : 12px;
        font-style : normal;
        font-weight : 700;
        letter-spacing : 1px;
        line-height : 26px;
        text-decoration : none;
        text-transform : uppercase;
        border : 0px solid var(--border);
        border-radius : 50px;
        box-shadow: 0 10px 20px 0 var(--shadow);
        background-color: var(--color-2);
        color: var(--title-inverse);
        padding-bottom : 15px;
        padding-left : 20px;
        padding-right : 20px;
        padding-top : 15px;
    }
  
}
@media (max-width: 360px){
  
  #item-15694144410 .ba-slideset-nav a {
        /* font-size: 10px; */
        /* width: 5px; */
        /* height: 5px; */
        background-color: var(--primary);
        color: var(--title-inverse);
        padding: 10px;
        box-shadow: 0 10px 20px 0 var(--shadow);
        border : 0px solid var(--border);
        border-radius : 50px;
    }
  .ba-slideshow-caption {
    padding: 15% !important;
}
  #item-15003687280 .ba-blog-post-button-wrapper a {
        margin-bottom : 25px;
        margin-top : 0px;
        font-family : 'Poppins';
        font-size : 12px;
        font-style : normal;
        font-weight : 700;
        letter-spacing : 1px;
        line-height : 26px;
        text-decoration : none;
        text-transform : uppercase;
        border : 0px solid var(--border);
        border-radius : 50px;
        box-shadow: 0 10px 20px 0 var(--shadow);
        background-color: var(--color-2);
        color: var(--title-inverse);
        padding-bottom : 15px;
        padding-left : 20px;
        padding-right : 20px;
        padding-top : 15px;
    }
}
.iframe-div {
    text-align: center;
}
.custom-bg-text {
    font-size: 260px;
    left: 10%;
    line-height: 0;
    position: absolute;
    top: 75px;
    white-space: nowrap;
    z-index: -1;
}
@media (min-width: 769px) {
  .custom-block:hover {
  	z-index: 5;
  	}
  
    .custom-block  .ba-grid-column{
        -webkit-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }

    .custom-block:hover  .ba-grid-column:hover{
        box-shadow: 0 8px 50px rgba(0, 0, 0, 0.2) !important;
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        z-index: 1;
    }
  
    .custom-right-column {
        margin-left: -70px;
    }

  /* Carousel */
  .custom-carousel .slideshow-button {
      padding: 0;
  }

  .custom-carousel  .slideset-btn-prev  {
      left: auto;
      right: calc(45% - 20px);
      right: -webkit-calc(45% - 20px);
  }

  .custom-carousel  .slideset-btn-next {
      right: calc(45% - 90px);
      right: -webkit-calc(45% - 90px);
  }

  .custom-carousel  .ba-slideset-nav {
      bottom: 60px;
      top: auto;
  }
  
  .custom-carousel {
      width: 150% !important;
      margin-right: -50%;
  }

  .custom-carousel .item.active {
      box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  }

  .custom-carousel .slideshow-content {
      padding: 50px 0 100px; 
  }  
}


  .custom-carousel .slideshow-button a {
      box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
      line-height: initial;
      opacity: 0 !important;  
      position: absolute;
      top: 250px;
      transform:scale(.3);
      -webkit-transform:scale(.3);
      -webkit-transition:all .3s ;
      transition:all .3s ;
  }

  .custom-carousel .item.active:hover .slideshow-button a {
      opacity: 1 !important;  
      transform:scale(1);
      -webkit-transform:scale(1);
  }

  .custom-carousel .slideshow-button a:before {
      content: '\f10d';
      display:block;
      font: normal normal normal 24px/1 'Material-Design-Iconic-Font';
      height:24px;
      text-align:center;
      width:24px;
  }

.subscribe .btn-primary{
background:#d0d3d2;
  color: #000;
}
.subscribe .btn-primary:hover{
	background:#000c6b;
  color:#fff;
}
html {
  scroll-behavior: smooth;
}
@media (max-width: 425px){
  .facebook-iframe {
    display:none;
}
  @media all and (max-width:425px){
    #item-15676025032990 table td{
        display:table-row;
    }
}
