/* Default */

:root{
  --bpi-red: #B01F24;
  --cream: #fffcdc;
  --light-blue: #eff3f6;
  --white: #fff;
  --black: #414042;
}

html{
  scroll-behavior: smooth;
}

/* Button Circle */
.btn-circle-lg{
  background: var(--bpi-red);
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-radius: 50%;
  
}

.swiper-circle-right{
  position: absolute;
  top: 25%;
  right: -2%;
  transform: translate(0, -25%);
  z-index: 4000;
}

.swiper-circle-left{
  position: absolute;
  top: 25%;
  left: -2%;
  transform: translate(0, -25%);
  z-index: 4000;
}

.btn-circle-lg > i{
  color: var(--white) !important;
}

.max-w-8xl{
  max-width: 70rem !important;
}

.main{
  /* max-width:80rem;
  margin-left:auto;
  margin-right: auto; */ 
}

.menu{
  display: flex;
  gap:1.5rem;
  height: 100%;
  align-items: center;
  margin: 0 20px;
}

.menu-item > a{
  text-transform: uppercase;
  color: var(--bpi-red);
  font-size: 14px;
}

.menu-item{
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-item--active > a{
  font-weight: bold;
  
}

.menu-item__single-url{
  font-weight: bold !important;
}

.submenu-group__heading:hover{
  color:#B01F24;
}

.m-menu-item__link{
  font-weight: bold !important;
}

/* Main nav */

.main-nav__logo{
  height:3.25rem;
}

@media only screen and (max-width:1024px){
  .main-nav__logo{
    height:2.5rem;
  }
}

@media only screen and (max-width:576){
  .main-nav__logo{
    height:2.0rem;
  }
}

.submenu{
  display: none;
}

.menu-item:hover{
  border-bottom: 2px solid var(--bpi-red);
}

.menu-item:hover >a{
  font-weight: bold;
  
}

.nav-group{
  position: relative;
  display: flex;
  align-items: center;
}

.submenus{
  position: absolute;
  top: 45px;
  z-index: 4000;
  background: #fff;
  min-width: 200px;
  max-width: 60vw;
  padding: 1rem 1.5rem;
  opacity: 0;
  pointer-events: none;
}

.submenus-group{
  display: flex;
  gap: 0.75rem 2rem;
  max-width: fit-content;
  flex-direction: column;
}

.submenu-items__list{
  display: flex;
  flex-direction: column;
  gap:0.75rem;
  margin-top:0.5rem;
}

.submenu-items__list > a{
  font-size: 14px;
}

submenu-items__list > a:hover{
  color:#B01F24;
}

.submenu--hidden{
  opacity:0; 
  top:40px;
  transition: all 0.3s ease-in-out;
}

.menu-item__single{
  position: relative;
  height: 85%;
  display: flex;
  align-items: center;
}

.menu-item__single:hover > .submenus{
  opacity: 1;
  pointer-events: all;
  transition: 0.3s all ease-in-out ;
}

.nav-group__inner{
  height: 100%;
  display: flex;
  align-items: center;
}

/* Login Nav */
.login-submenu{
  display: none;
 background: #E7E7E7;
 width: 150px;
 bottom: -50px;
 right: 0;
}

.login-nav-btn:hover > .login-submenu{
  display: flex;
}

/* Top Nav Menu */

.top-nav__submenu-icon{
  font-size:14px !important;
}

.top-nav__submenu-item{
  position: relative;
  display: flex;
  justify-content: space-between;
}

.top-nav__submenu-children{
  position: absolute;
  top: 0;
  right: -100px;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap:1rem;
  z-index: 4000;
  min-width: 60px;
}

.top-nav__submenu-item-link:hover{
  color:#B01F24;
}

.top-nav__submenu-child-link:hover{
  color:#B01F24;
}


.top-nav__submenu-item:hover > .top-nav__submenu-children{
  opacity: 1;
  background-color: #fff;
  padding: 0.5rem 1rem;
  pointer-events: all;
  max-height: 300px;
}

.top-nav__submenu-icon{
  margin-top: auto;
  margin-bottom:auto;
}

@media only screen and (max-width:768px){
 .nav-group{
  display:none;
 }
}

/* Mobile Menu */

.m-menu-item{
  padding:0.5rem 1rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.m-menu-item__top{
  display: flex;
  position: relative;
}

.m-menu-item-link{
  text-transform: uppercase;
  width: 100%;
  font-weight: bold;
}

.m-menu-item:not(:first-child){
  border-top:1px solid var(--black);
}

.m-menu-icon{
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.m-menu-item__link{
  width: 100%;
  height: 100%;
  padding: 0.5rem 0rem;
}

.m-submenu-group{
  padding-left: 0.5rem;
  max-height: 0 ;
  overflow: hidden; 
  transition: all 0.4s ease-in-out;
  pointer-events: none;
}

/* Show animation */
.m-submenu-group--show{
  max-height: 80vh;
  pointer-events: all;
}

.m-submenu-children{
  max-height: 0 ;
  overflow: hidden;
  pointer-events: none; 
  transition: all 0.4s ease-in-out;
}

/* Show animation */
.m-submenu-children--show{
  max-height: 80vh;
  pointer-events: all;
}

.m-submenu-item{
  padding:0.25rem 0;

}

.m-submenu-children{
  padding-left:0.5rem;
}

.m-submenu-child{
  padding:0.25rem 0;
}


.m-submenu-link{
  width: 100%;
  display: block;
}

.m-submenu-link{
  font-weight: bold !important;
}

.submenu-group__single{
  max-width: 230px;
  margin-bottom:4px;
}

.entry-content p{
  color: #414042 !important;
}

.submenu-group__heading{
  font-size: 14px;
  display: block;
  width: max-content;
  font-weight: bold;
  color:var(--black);
  margin-bottom:0.75rem;
}

.btn-company {
  color: #fff;
  transition: 0.3s all ease-in-out;
  border-radius:0.5rem;
  padding: 0.475rem 1.5rem;
  margin-top:0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btn-default{
  background: var(--bpi-red);
  border: 1px solid var(--bpi-red);
}

.btn-default:hover{
  background: transparent !important;
  color: var(--bpi-red) !important;
}

.btn-dark{
  background: var(--black);
  border: 1px solid var(--black);
}

.btn-dark:hover{
  background: transparent !important;
  color: var(--black) !important;
}


@media only screen and (max-width:1024px){
  h1{
    font-size:1.675rem !important;
  }
  h2{
    font-size:1.5rem !important;
  }
  h3{
    font-size:1.375rem !important;
  }
  h4{
    font-size:1.25rem !important;
  }
  h5{
    font-size:1.125rem !important;
  }
  h6{
    font-size:1rem !important;
  }
  p{
    font-size:1rem !important;
  }

  .custom-banner__heading{
    text-align:center !important;
    margin: 0 auto;
    font-size: 1.75rem !important;
  }
  
  
}


/* Hero banner */
@media only screen and (max-width:1024px){
  .hero-banner__head{
    width:100% !important;
    text-align: center;
  }

  .hero-banner__description{
    text-align: center;
    margin: 0 auto;
    font-size: 1.25rem !important;
    padding-top:0.875rem;
    padding-bottom:0.875rem;
 }

 .hero-banner__button{
  justify-content: center;
 }

 .carousel__cta{
  justify-content: center;
 }
}


/* banner */

.banner-heading__row{
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.banner-heading__head{
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

@media only screen and (max-width:1024px){
 .banner-heading__head{
  text-align: center;
 }
}


/* Text with Image */

.twi{
  display: flex;
  width:72vw;
}

.twi__cta{
  padding:10px 0;
}

.twi__img{
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: contain;
}


@media only screen and (max-width:800px){

  .twi{
    flex-direction: column-reverse !important;
    width:90vw;
  }

  .twi__text > h2{
    text-align: left;
  }
  .twi__text > p{
    text-align: left;
  }
  .twi__text > .twi__cta{
    text-align: left;
  }

}


.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}

/* Horizontal Grid Items */

.hic__grid-item__img{
  width: 80%;
  margin:0 auto;
}

@media only screen and (max-width:1024px){
  .hic__grid{
    grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }

  .hic__grid-item{
    flex-direction:column;
    align-items: center;
  }

  

  .hic__grid-item__img{
    width: 40%;
    margin:0 auto;
  }
}

@media only screen and (max-width:800px){
  .hic__grid{
    grid-template-columns: repeat(1,minmax(0,1fr)) !important;
  }

  .hic__grid-item__text{
    text-align: center;
  }
}

@media only screen and (max-width:576px){
  .hic__grid{
    grid-auto-rows: auto !important;
  }

  .hic__text > h2{
    text-align: center;
    font-size:21px;
  }

  .hic__text > p{
    text-align: center;
  }
  
  
  .hic__grid-item__img-container{
    width:100% !important;
  }


  .hic__grid-item__text{
    height: max-content !important;
  }

  .hic__grid-item__text > h2{
    text-align: center !important;
    font-size:21px;
  }

  .hic__grid-item__text > p{
    text-align: center !important;
  }

  .hic__grid-item__description div{
    text-align: center;
  }
}

/* Arrowed Banner */

.ab__icons__grid{
  gap:2.25rem;
}

.arrow-container{
  position:relative;
  width: 30%;
  height:100%;
}

.custom-arrow{
  position:absolute;
  top:0;
  right:0;
  display:block;
  background:#3b3c47;
  height: 100%;
  width:4rem;
  pointer-events:none;
}

.custom-arrow::before{
  --size:0.5rem;
  
  content:'';
  position:absolute;
  width:0;
  height:0;
  
  left:50%;
  transform: translate(-50%, -50%);

  border-bottom: var(--size) solid yellow;
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  transform: rotate(90deg);
  top:35%;
}

.clip-arrow{
  clip-path: polygon(65% 50%, 0 0, 0 100%);
  background-color: #b30000;
  width: 100%;
  position: absolute;
  height: 100%;
  left: -1px;
  top: 0;
} 





@media only screen and (max-width:800px){
  .clip-arrow{
    display: none;
  }
  
  .clip-arrow__mobile{
    clip-path: polygon(50% 40%, 100% 0, 0 0);
    background-color: #b30000;
    width: 100vw;
    position: absolute;
    height: 150px;
    left: 0;
    top: -2px;
  }

 .ab{
  flex-direction:column;

 }

 .ab-heading{
  font-size:21px;
  text-align: center !important;
 }

 .ab__icons{
  flex-direction: column;
 }

 .ab__icons__item > h5{
  font-size:18px;
  padding-top:16px;
  text-align: center;
 }

 .ab__icons__item > img{
  width:30vw;
 }

 .ab__icons__grid{
  margin-top:12vh;
 }

 .ab__icons__item{
  flex-direction: column;
  justify-content: center ;
  align-items: center;
 }
}

/* Heading with Paragraph */
.hwp__image{
  aspect-ratio: 16/9;
  object-fit: cover;
  width:60vw;
  margin:0 auto;
}


@media only screen and (max-width:800px){
 .hwp > h2{
  text-align:center !important;
  font-size: 24px !important;
 }
 .hwp > p{
  text-align:center !important;
 }
}

/* Icons Grid */

.ic__image-container{
  width:100px;
  height:100px;

} 
.ic__image-heading{
  margin-top:1.5rem;
}

.ic__content >ul{
  list-style: disc;
  padding-left: 1.25rem;
}

@media only screen and (max-width:1024px){
  .ic__image-container{
    width:33.33%;
    height:auto;
  
  }

  .ic__image{
    width:70% !important;
  }
}

/* Grid Content 1 */

.grid1-container{
  height: 60vh;
}
.grid1-container-right > *{
  flex-basis: 33.33%;
}

@media only screen and (max-width:1366px){
 .grid1-container{
  height: fit-content;
 }
}

@media only screen and (max-width:1024px){
  .grid1-container{
    height: max-content;
    flex-direction: column !important;
    
  }

  .grid1-container-left{
    margin:0 auto;
    width:100% !important;
    height: max-content;
  }

  .grid1-container-right{
    gap:0.5rem;
   
  }

  .grid2-container-right-item {
    margin-left:0;
    margin-right:0;
  }

  .grid1-container-left-text{
    transform: translate(0,0);
    position:initial;
    padding: 2.5rem 1rem;
    width: 80% !important;
    margin:0 auto;
  }
}
/* Grid Content 2 */

.gc2__featured{
  flex:70%;
  padding-right:70px;
}

.gc2__featured-top{
  height: max-content;
}

.gc2__grid-layout{
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}

.gc2__featured-image{
  aspect-ratio: 16/9;
}

.gc2__secondary{
  flex:30%;
  display: flex;
  flex-direction: column;
}

.gc2__grid{
  /* grid-auto-rows: 1fr; */
}

.gc2__grid-item{
  display: flex;
  flex-direction: column;
}

.gc2__grid-item__bot{
  margin-top:auto;
  padding-top:18px;
}

.gc2__featured-text{
  padding: 20px 48px 20px 20px;
}

.gc2__grid-item__img{
  max-height: 200px;
}




@media only screen and (max-width:800px){

  .gc2__grid-item__img{
    max-height: 170px;
  }

  .gc2__featured-top{
    flex-direction: column;
  }

  .gc2__featured__image-container{
    padding:1rem;
  }

  .gc2__featured{
    padding-right:0;
  }

  .gc2__featured-text{
    position:relative;
    padding: 24px 24px 24px 24px;
  }

 /*  .gc2__secondary,  .gc2__grid-item{
    margin:20px 24px 0 24px;
   
  } */

  .gc2__secondary__text, .gc2__grid-item__text{
    padding: 0 18px;
  }

  

  .gc2__grid-item__bot, .gc2__secondary__bot{
    padding: 0 18px;
    margin-top:16px;
  }

  .gc2__grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap:2rem !important;
    margin:20px 0 0 0;
  }

  .gc2__grid-item{
    width:70vw;
    margin:0 auto;
  }

  .gc2__grid-item__top-img{
    aspect-ratio: auto !important;
  }

  .gc2__featured-top{
    width:70vw;
    margin:0 auto;
  }

  .gc2__featured-image{
    height:200px;
  }

  .gc2__secondary__top > img{
    height: 200px;
    width: 100%;
    object-fit: cover;
  }

}


/* Grid Content 3 */
.gc3__grid-item{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.gc3-icon__link{
  width: 30%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gc3-right-item__img{
  object-fit: contain;
}

.gc3-icon__desc{
  width:70%;
}

@media only screen and (max-width:1024px){
  .gc3__container{
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
  }

  .gc3__container > * {
    flex: 33.33%;
  }

  .gc3-right{
    margin-top:1rem;
  }
  .gc3-right-item{
    align-items: center;
    justify-content: center;
  }

  .gc3__grid-item, .gc3-right{
    max-width: 420px;
    margin: 0 auto;
  }

  .gc3-right{
    gap:3rem;
  }
  
}

@media only screen and (max-width:576px){
  .gc3-right-item{
    flex-direction: column;
  }

  .gc3-right-item__img{
    margin-top:1rem;
    margin-bottom:1rem;
    width:max-content;
  }

  .gc3__container{
    flex-direction: column;
  }

  .gc3-right{
    gap:2rem;
  }
}

/* Steps */

.steps-banner{
  padding: 80x 0;
  margin: 0 auto;
  width: max-content;
  min-height:60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.steps-banner > h4{
  text-align: center;
  font-size: 0.9rem !important;
  padding-left: 1rem;
}

.steps-item{
  position: relative;
  display: flex;
  align-items: center;
  justify-items: center;
  color:#fff;
  font-weight: bold;
}

/* .steps-banner::after{
  content:'';
  position:absolute;
  left: -1.25rem;
  top: 0.5rem;
  border: 1rem solid transparent;
  border-left-color: #fff;
} */

.steps-list{
  gap:1.25rem;
  grid-auto-rows: 1fr;
}

.right-triangle {
  content:'';
	clip-path: polygon(0 0, 50% 50%, 0 100%);
  /* background-color: #C41900; */
  height: 100%;
  width: 45px;
  top: 0;
  right: -44px;
  position: absolute;
}

.left-triangle {
  content:'';
	clip-path: polygon(0 0, 50% 50%, 0 100%);
  background-color: #fff;
  height: 100%;
  width: 45px;
  top: 0;
  left: -1px;
  position: absolute;
}

.steps-icon{
  flex:20%;
}

.steps-icon__img{
  width:85%;
  margin:0 auto;
}


.steps-content__text{
  flex:80%;
}

.steps-content__paragraph{
  margin-top:12px;
}

.steps-image{
  width:90%;
  margin: 0 auto;
}

@media only screen and (max-width:1200px){
  .steps-content{
    flex-direction: column;
    justify-content: center;
  }

  .steps-icon__img{
    width:20%;
  }

  .steps-image{
    width:50%;
  }

  .steps-banner > h4{
    font-size: 1rem !important;
  }
}

@media only screen and (max-width:1024px){
  .steps-list{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap:1.25rem;
  }

}
@media only screen and (max-width:800px){
  .steps-list{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap:1.25rem;
  }

  .steps-item{
    width:90% !important;
    margin:0 auto !important;
  }
}

/* Hero Banner with content */

.hbwc{
  display: flex;
  
}


.hbwc__cta{
  padding:12% 0;
}

@media only screen and (max-width:1024px){
 .hbwc__image{
  width:50% !important;
 }


}

@media only screen and (max-width:800px){

  .hbwc{
    flex-direction: column-reverse !important;
    width:90vw;
  }

  .hbwc__text > h2{
    text-align: left;
  }
  .hbwc__text > p{
    text-align: left;
  }
  .hbwc__text > .hbwc__cta{
    text-align: left;
  }

  .hbwc__paragraph{
    text-align: center !important;
   }

}

@media only screen and (max-width:576px){
  .hbwc__text > .hbwc__cta{
    text-align: center !important;
  }
}

/* Hero Banner with content version 2*/

.hbwc2{
  display: flex;
  width:85vw;
  padding-top:20px;
  padding-bottom:20px;
  
}

.hbwc2__cta{
  padding:16px 0;
}

.hbwc2__image{
  width:65% !important;
 }

@media only screen and (max-width:1024px){
 .hbwc2__image{
  width:50% !important;
 }
}

@media only screen and (max-width:800px){

  .hbwc2{
    flex-direction: column-reverse !important;
    width:90vw;
    margin:0 auto;
  }

  .hbwc2__text > h2{
    text-align: left;
  }
  .hbwc2__text > p{
    text-align: left;
  }
  /* .hbwc2__text {
    text-align: left;
  } */

  .hbwc2__cta{
    display:flex;
    justify-content: center;
    padding:30px 0;
  }

  .hbwc2__image{
    width:40% !important;
   }

}

/* Hero Banner with Grid */

.hbwg{
  display: flex;
  width:70vw;
  
}

.hbwg__grid{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-auto-rows: 1fr;
  align-items: center;
  gap:2rem;
}

.hbwg__grid-item{
  height:100%;
}

@media only screen and (max-width:1024px){
  .hbwg__grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap:3rem;
  }

  .hbwg__grid-item{
    margin-top:1.5rem;
  }
}

@media only screen and (max-width:800px){
  

  .hbwg{
    flex-direction: column-reverse !important;
    width:90vw;
  }

  .hbwg__text > h2{
    text-align: left;
  }
  .hbwg__text > p{
    text-align: left;
  }
  .hbwg__text{
    text-align: left;
  }

}

/* Two Column List */

.tcl__container{
  width:70vw;
}

.tcl{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-auto-rows: 1fr
}

.tcl__left{
  border-right: 2px solid #b30000;
}

.tcl__left, .tcl__right{
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}


.tcl__left-item, .tcl__right-item{
  display: flex;
  gap:0.25rem;
}

.tcl__left-item{
  justify-content: flex-end;
}

.tcl__right-item{
  justify-content: flex-start;
}


.tcl__right{
  border-left: 2px solid #b30000;
}

.tcl-left-triangle {
  content:'';
	clip-path: polygon(0 0, 50% 50%, 0 100%);
  background-color: #b30000;
  height: 20px;
  width: 45px;
  transform: rotate(180deg);
  margin-right:12px;
  margin-top:6px;
}

.tcl-right-triangle {
  content:'';
	clip-path: polygon(0 0, 50% 50%, 0 100%);
  background-color: #b30000;
  height: 20px;
  width: 45px;
  margin-left:12px;
  margin-top:6px;
}

.tcl__img{
  width:40%;
  margin:1.5rem auto;
  padding-top:2rem;
  display: flex;
  justify-content: center;
}

.tcl__img-src{
  width:100%;
  margin:0 auto;
}
@media only screen and (max-width:800px){

  .tcl{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    grid-auto-rows: auto;
    gap:2rem;
  }

  .tcl__container{
    width:90vw;
  }
  .tcl{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  
}

/* Job Listings */

.jil__grid-item__inner{
  border-left: 0.5rem solid #C41900;
  padding : 0.125rem 1rem;
}

.jil__container{
  
}

.jil__grid-text__p{
  line-height:2.75rem !important;
}

.jil__wsiwyg  a{
  color:#b30000 !important;

}


@media only screen and (max-width:1024px){
 .jil__container{
  width:90vw;
 }

 .jil__grid-item__inner{
  display: flex;
  flex-direction: column;
 }

 .jil__cta{
  margin-left:0;
 }

 .jil__grid-text{
  width:auto !important;
 }

 .jil__grid{
  gap:1.5rem;
 }
}




/* Faqs Grid */

.faq__input-group{
  border-bottom: 1px solid #fff;
  display: flex;
  width: 60%;
  justify-content: space-between;
}

.faq__results{
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.faq__result-item-inner{
  font-size:0.875rem;
  line-height: 0.875rem;
  color: #414042;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  display: inline-block;
}

.faq__result-item:hover{
  background: #ECECEC;
  color: #414042;
}

.faq__result-item{
  padding: 0.5rem 0;
}

.faq__search:focus{
  outline: none;
}

.faq__search{
  color:#fff;
  padding: 8px 6px;
}


.fg__grid{
  grid-auto-rows: 1fr;
  width:100%;
}

.fg__grid-item{
  background:#EFF4F7;
  padding:1.5rem 1.25rem; 
  width:100%;
  min-height: 350px;
  transition: 0.4s ease-in-out;
}

.fg__grid-item__inner{
  cursor: pointer;
}

.fg__grid-item__text > h3{
  border-bottom:1px solid #000;
}

.fg__grid-item__text > p{
  border-top:1px solid #000;
}

/* The Icon Color of the faqs */

.fg__grid-item__img{
  background: #b30000;
}

.fg__grid-item:hover{
  background:#b30000;
}

.fg__grid-item:hover h3{
  color:#fff;
  border-bottom:1px solid #fff;
}

.fg__grid-item:hover p{
  color:#fff;
  border-top:1px solid #fff;
}

.fg__grid-item:hover .fg__grid-item__img{
  background: #fff;
}

@media only screen and (max-width:820px){
  .faq__search-group{
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
  }
}

@media only screen and (max-width:1024px){
  .fg__grid{
    grid-template-columns: repeat(2, minmax(0, 2fr));

    gap:0.875rem;
  }

  
  .fg__grid-item{
    min-width: auto;
    min-height: 280px;
    padding:0.675rem 0.5rem; 
  }
  
  .fg__grid-item h3{
    font-size:1rem;
    margin: 0 1rem;
    padding:1rem 0;
    line-height: 1.375rem;
  }

  .fg__grid-item p{
    font-size:0.875rem;
    margin: 0 1rem;
    padding:1rem 0;
  }
}

@media only screen and (max-width:576px){
/*   .fg__grid{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  } */

  .fg__grid-item{
    min-height: 300px;
  }
  .fg__grid-item__img{
    width:40%;
  }
}

/* Navigations Row */

.nr__container{
  min-height:100px;
}

/* Marketing Buttons */

.market-btn {
  padding: 0.3125rem 1rem;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  -webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
  border: 1px solid #e7e7e7;
  background-color: #000;
  background-size: 1.5rem 1.5rem;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 0.25rem;
}
.market-btn .market-button-title {
  display: block;
  color: #fff;
  font-size: 0.9rem;
  font-weight: bold;
}
.market-btn .market-button-subtitle {
  display: block;
  margin-bottom: -0.25rem;
  color: #fff;
  font-size: 0.75rem;
}


.market-icon{
  font-size:1.75rem;
}


.market-btn-light {
  border-color: rgba(255, 255, 255, 0.14);
  background-color: rgba(0, 0, 0, 0);
}
.market-btn-light .market-button-title {
  color: #fff;
}
.market-btn-light .market-button-subtitle {
  color: rgba(255, 255, 255, 0.6);
}
.market-btn-light:hover {
  background-color: rgba(255, 255, 255, 0.06);
}


/* App Banner */

.apb__banner{
  height: 105vh;
}

.apb__left{
  display: flex;
  flex:50%;
}

.apb__right{
  flex:50%;
}

.apb__main-img{
  object-fit: contain;
}

@media only screen and (max-width:1024px){
 .apb__banner{
  flex-direction:column;
  height: fit-content;
 }
}

@media only screen and (max-width:576px){
  .apb__buttons{
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/* Hero Banner with List Items */

.hbwi__group{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  display: grid;
  gap:2rem;
  width: max-content;
}

.hbwi__container{
  height: 80vh;
}

.hbwi__group-img{
  width:30px;
}

.hbwi__item{
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
}

@media only screen and (max-width:1024px){
 .hbwi__group{
  justify-content:center !important;
 }

 .hbwi__group-container{
  justify-content:center !important;
 }
}

/* List Item with Image */

.liwi__item{
  padding:6px 0;
}


/* Footer Menu */

.footer-menu__div{
  margin-top: 0.5rem;
}

/* Footer */



.footer-contact__col {
  width: 32%;
}

.footer-contact__col-small {
  width:fit-content;
}

.btn-circle {
  background: #b30000 !important;
  color: #fff;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  margin: 0 5px;
}

.btn-circle > i{
  position:absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.footer-menu-items{
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}

.footer-contact__flex{
  flex-direction: row;
}

@media only screen and (max-width:576px){
  .footer-contact__flex{
    flex-direction: column !important;
    padding-left:1.25rem;
    padding-right:1.25rem;
    gap:1rem;
  }

  .footer-menu{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    gap:1rem;
    padding-left:1.5rem;
    padding-right:1.5rem;
  }

  .footer-contact__col {
    width: 100%;
  }
}

@media only screen and (max-width:876px){
 
  
  .footer-contact__col {
    width: 31%;
  }

 .footer-content{
  flex-direction: column !important;
  margin-bottom:2rem;
 }

 .footer-menu-items{
  justify-content: flex-start;
 }

 .footer-item{
  padding-top:0.5rem;
  padding-bottom:2rem;
 }

 .footer-desc{
  width:100%;
  padding-bottom:0;
  
 }
}

@media only screen and (max-width:576px){
  .footer-contact__col {
    width: 100%;
  }
}

/* Events Grid */

.eg__img{
  min-height:240px;
  object-fit: cover;
}

@media only screen and (max-width:800px){
  .eg__img{
    min-height:160px;
    object-fit: cover;
  }

}


/* Event Items */

.em__item-left{
  flex: 35%;
}

.em__il-img{
  object-fit: cover;
  width: 100%;
}

.em__item-right{
  flex:65%;
  padding:0.5rem 1.125rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.em__ir__details{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 4px;
}

.em__cta{
  border: 1px solid #b30000;
  background: #fff;
  text-align: center;
  transition: 0.2s ease-in-out all;
  color:#b30000;
  font-size:0.852rem;
  font-weight: bold;
}

.em__cta:hover{
  background:#b30000;
  color:#fff;
}

.em__para{
  color:#000 !important;
}

@media only screen and (max-width:800px){
  .em__item{
    flex-direction: column;
  }
}

@media only screen and (max-width:576px){
 .em__ir__details{
  grid-template-columns: repeat(1, minmax(0, 1fr));
 }

 .em__il-img{
  object-fit: cover;
  width: 100%;
  aspect-ratio: 16/9;
}
}

/* Faq Category */

.faq-cat__container{
  max-width: 600px;
}


/* Accordion styles */
.tabs {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 4px -2px rgba(0, 0, 0, 0.5);
}

.tab {
  width: 100%;
  color: #DB1F14;
  overflow: hidden;
  cursor: pointer;
}

.tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #9B0022;
  font-weight: bold;
  cursor: pointer;
  font-size:0.875rem;
  /* Icon */
}
.tab-label:hover {
  cursor: pointer;
}
.tab-label::after {
  content: "❯";
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  transition: all 0.35s;
}
.tab-content {
  max-height: 0;
  padding: 0 0.75em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
  font-size:0.875rem;
}
.tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 0.75rem;
  font-size:1rem;
  background: #2c3e50;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a252f;
}

.tab-checkbox{
  display: none;
}

.tab-checkbox:checked + .tab-label {
  background: #670016;
}
.tab-checkbox:checked + .tab-label::after {
  transform: rotate(90deg);
}
.tab-checkbox:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em;
}

/* Single Faqs */

.single-faq__container{
  max-width: 980px !important;
}


/* Cta */

@media only screen and (max-width:800px){
  .cta__button{
    justify-content:center !important;
  }

  .cta__heading{
    text-align: center !important;
  }
}

/* Single Faqs */

.single-faq__content ol{
  padding-top:0.375rem !important;
  padding-left: 0.875rem !important;
  margin-left: 0.875rem !important;
  padding-bottom: 0.375rem !important;
  list-style-type: decimal;
}

.single-faq__content ul{
  padding-top:0.375rem !important;
  padding-left: 0.875rem !important;
  margin-left: 0.875rem !important;
  padding-bottom: 0.375rem !important;
  list-style-type: disc;
}

.single-faq__content ul li > ul{
  list-style-type: circle;
}

.single-faq__content ol > li{
  padding-bottom: 0.375rem !important;
  padding-top: 0.75rem !important
}

.single-faq__content ul > li{
  padding-bottom: 0.375rem !important;
  padding-top: 0.75rem !important
}

.single-faq__content a{
  color:#b30000 !important;
}

.single-faq__content p{
  padding-bottom:16px;
}

/* Faq Items */

.tab:hover  .faq_item-arrow{
  left:-8px;
}

.faq_item-arrow {
  transition: all 0.2s ease-in-out;
}

/* Three Column Content */

/* .tcc__item{
  max-width: 300px;
} */
/* TCC */

.tcc__grid{
  margin-top:1rem;
}

.tcc__grid > *{
  flex-basis: 100%;
}

@media only screen and (max-width:800px){
 .tcc__grid{
  grid-template-columns: repeat(1, minmax(0, 1fr));
  grid-auto-rows: auto;
  gap: 2rem !important;
  margin: 1.5rem auto;
 }
}

/* Job Positions */

.jp__subdetails-inner{
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap:1rem;
  display: grid;
}

@media only screen and (max-width:800px){
  .jp__subdetails-inner{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1.25rem;
  }
}

.jp__content > h1,
.jp__content > h2,
.jp__content > h3,
.jp__content > h4,
.jp__content > h5,
.jp__content > h6{
  font-size: 1.5rem;
  font-weight: bold;
  margin: 2rem 0.25rem 1rem 0.25rem;
}

.jp__content > p{
  margin: 1.25rem 0.25rem;
  font-size: 1.25rem;
}

.jp__content > ul{
  margin-left: 2rem;
  margin-top:1.25rem;
}

.jp__content > ul li{
  margin-top: 1rem;
  list-style-type: disc;
  font-size: 1.25rem;
  text-align: justify;
}

.jp__fa{
  font-size: 1.375rem;
  padding-right: 0.5rem;
}

.jp__subdetails-item >p{
  font-size:15px;
}

/* 3 column jobs */

.sjp__item-details{
  padding-bottom:2.25rem;
}

.sjp__item-details__single > i{
    width:34px;
}

.sjp__item{
  width:100%;
  border:1px solid#000;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
}

.sjp__item > h4{
  margin-top: 1rem !important;
}

@media only screen and (max-width:1024px){
  .sjp__items-container{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
  
  .sjp__item-details{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
/* Carousel */
.container-carousel{
  height: 90vh;
}



.swiper-pagination-bullet-active{
  background-color: var(--bpi-red) !important;
}

@media only screen and (max-width:576px){
  .sjp__item-details{
    grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
  }
}

.posts-swiper-content{
  width: 700px;
}

.post-carousel-button-next{
  right: 2%;
}

.carousel-button-next{
  right: 2%;
}

.carousel-button-prev, 
.post-carousel-button-prev, 
.swiper-rtl {
  left: 2%;
  right: auto;
}


.post-carousel-button-next, 
.post-carousel-button-prev, 
.carousel-button-next, 
.carousel-button-prev {
  position: absolute;
  height: 60px;
  width: 60px;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFCDC;
  border-radius: 0.25rem;
}

.post-carousel-button-prev:hover,
.post-carousel-button-prev:hover,
.carousel-button-prev:hover,
.carousel-button-next:hover{
  background-color: #D4D4D5;
}

.post-carousel-button-prev:active > i,
.post-carousel-button-prev:active > i,
.carousel-button-prev:active > i,
.carousel-button-next:active > i{
  color: #fff;
}

.post-carousel-button-prev:active,
.post-carousel-button-prev:active,
.carousel-button-prev:active,
.carousel-button-next:active{
  background-color: #414042;
}

.post-swiper-wrapper{
  height: 56vh !important;
}

@media only screen and (max-width:1024px){
  .posts-swiper-content{
    width: 500px;
  }
}


@media only screen and (max-width:768px){
  .post-swiper-pagination{
    position: relative;
  }

  .post-carousel-button-next{
    right: 1%;
  }

  .carousel-button-next{
    right: 1%;
  }

  .carousel-button-prev, .swiper-rtl {
    left: 1%;
    right: auto;
  }

  .post-carousel-button-prev, 
  .post-carousel-button-next, 
  .carousel-button-next, 
  .carousel-button-prev {
    height: 32px;
    width: 32px;

  }

  .container-carousel{
    height: 60vh;
  }

  .posts-swiper-content{
    width: 70vw;
  }

  .post-carousel-button-next{
    right:1%;
    top:unset !important;
    bottom:0;
    background-color:transparent !important;
  }

  .post-carousel-button-prev{
    left:1%;
    top:unset !important;
    bottom:0;
    background-color:transparent !important;
  }
}

@media only screen and (max-width:576px){
  .post-swiper-wrapper{
    height: 90vh !important;
  }
}

@media only screen and (max-width:1024px){
  .carousel__elements{
    width:100%;
    margin: 0 auto;
  }

}


.dot{
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: var(--black);
  display: inline-block;
}

/* File Items */
.file-link{
  border-radius: 1rem;
}
.file-link > .file-link__heading {
  color: var(--black);
}

.file-link > .file-link__details {
  color: var(--black);
}

.file-link:hover{
  background:var(--cream);
  transition: background 0.3s ease-in-out;
}
