*{
    margin: 0;
    padding: 0;
    font-family: 'Switzer', sans-serif;
    box-sizing: border-box;
}


:root{
    --primary:#1E2943;
    --secondary:#D3302E;
    --text-primary:#232323;
    --text-secondary:#666666;
}

.topnav .container{
  max-width: 1500px!important;
}

.form-label span{
  color: #ffffff;
}

.form-control{
  padding: 12px 16px!important;
  border: 1px solid #232323!important;
}

.error{
  color: var(--secondary);
}

.p-spacing{
  font-size: 13px;
  color: white;
}

.p-spacing a{
  color: white;
}

.unsub{
  padding: 150px 0;
}


  .disabled:disabled{
    background-image: linear-gradient(to right, #d1d1d1 0%, #d1d1d1  51%, #d1d1d1  100%);
    cursor: auto;
    color: #838383;
  }

  .disabled:disabled:hover{
    color: #b6b6b6;
  }

fieldset{
  font-size: 24px!important;
  font-weight: 600;
  text-align: center;
  color: white;
}

fieldset span{
  color: #ffe100;
}

form{
  background-color: rgb(76, 132, 139, 0.9);
  padding: 24px; 
  
}

label{
  color: white;
}

.container{
    max-width: 1200px!important;
}

/* default css starts here */

.heading {
    color: var(--primary);
    font-weight: bold;
    text-align: center;
    font-size: calc(1.6rem + 1.5vw);
}

.heading span {
    color: var(--secondary);
}

           
  .cta {
    background-image: linear-gradient(to right, #D3302E 0%, #264386  51%, #D3302E  100%);
    padding: 15px 45px;
    text-align: center;
    transition: 0.3s;
    background-size: 200% auto;
    color: white;            
    border-radius: 6px;
    display: block;
    width: 55%!important;
    margin: auto;
    font-size: 20px;
    font-weight: bold;
    border: unset;
  }

  .cta:hover {
    background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }

  .cta:active {
    transform: scale(104%);
    background-position: left center;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
  }
 
 


/* default css ends here */


/* header starts here */
.topnav{
  background: #FFFFFF;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  padding: 12px 0 12px 0;
}

@media (max-width:576px){
  .topnav{
    padding: 8px 0 16px 0;
    /* position: fixed; */
    width: 100%;
    z-index: 2;
  }

  .topnav img{
    height: 40px;
  }


}



/* header ends here */



/* hero starts here */
.hero{
  background-image: url('./assets/images/bg.jpeg');
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  padding: 24px 0;
}

    .orangebox {
        background: url('./assets/images/background-red.png') no-repeat;
        height: 137px;
        width: 653px;
        position: absolute;
      z-index: 0;
        bottom: 0px;
        left: 0px;
    }

    .breakdown{
      position: relative;
      z-index: 2;
    }

.subbg{
   background-image: url('./assets/images/bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  /* padding: 60px 0 0 0; */
}
.band-top{
  display: flex;
  align-items: center;
  justify-content: end;
}

.band{
    color:white;
    background-image: linear-gradient(to right, #31519c 0%, #FF2830  51%, #31519c  100%);
    padding: 6px 50px;
    width: max-content;
    
  }

  .triangle-left{
    top: 0;
    left: 0;
    height: 100%;
}

.triangle-right{
    top: 0;
    right: 0;
    height:100%
}



@media (max-width:576px) {
  .breakdown, .orangebox{
    display: none;
  }  
}

.mainheading{
  color: var(--primary);
  font-weight: 900;
  /* text-align: center; */
  /* font-size: calc(1.4em + 1.2vw); */
  /* max-width: 800px; */
  /* margin: auto; */
}

.subheading{
  color: var(--primary);
  /* text-align: center; */
  /* max-width: 920px; */
  /* margin: auto; */
  padding: 16px 0 32px 0;
}

.subheading2{
  padding-bottom:4px!important;
}

.features{
  background: #FFFFFF;
box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 3.6px 13px rgba(0, 0, 0, 0.07), 0px 8.4px 23px rgba(0, 0, 0, 0.06), 0px 23px 35px rgba(0, 0, 0, 0.05);
border-radius: 6px;
padding: 12px 0;
width: 100%;
}

.ftrshdng{
  color: var(--primary);
  font-weight: bold;
  margin-bottom: unset;
}

.ftrscst{
  color: #666666;
  margin-bottom: unset;
  max-width: 180px;
  line-height: 1.3;
  padding: 3px 0;
  margin: auto;
}

.ftrsprcng{
  font-weight: bold;
  color: var(--secondary);
}

.topcta{
  margin-top: 24px;
}

@media (max-width:576px){

  .ftrshdng, .ftrsprcng{
    font-size: 18px;
  }

  .ftrscst{
    font-size: 14px;
    padding-right:4px;
    padding-left: 4px;
  }

  .hero{
    padding-top: 80px;
  }

  .hero img{
    width: 60px;
  }

  .subheading{
    font-size: 20px;
    padding-bottom: 16px;
    max-width: 358px;
  }

  .mainheading{
    font-size: calc(2rem + 0.5vw);
  }


}


/* hero ends here */



/* obstacles section start here */

.fwh{
  max-width: 697.81px;
  margin: auto;
}


/* obstacles section ends here */

.obstacles{
  margin-top:75px;
  margin-bottom: 75px;
}

.obsc{
  color: var(--primary);
  font-weight: bold;
}

.obstacles .heading{
  margin-bottom: 24px;
}

@media (max-width:576px){
  .obstacles img{
    width: 100px;
  }

  .obsc{
    font-size: 18px;
  }

  .obstacles .heading{
    margin-bottom: 12px;
  }

  .obstacles{
    margin: 40px 0;
  }
}


/* ahs section starts here */

.ahsdesc{
  line-height: 32px;
  font-size: 20px;
  color: var(--primary);
}

.ahs .cta{
  margin-top: 36px;
}

.ahs{
  margin-bottom: 75px;
  background-color: #E8E9EE;
  padding: 75px 0;
}


.ahs .heading{
  margin-bottom: 24px;
}

@media (max-width:576px){

  .ahsdesc{
    font-size: 16px;
    line-height: 24px;
  }

  .ahs img{
    width: 125px;
  }

  .ahs .heading{
    margin-bottom: unset;
  }

  .ahs{
    padding: 40px 0;
    margin-bottom: 0;
  }

}

/* ahs section ends here */



/* storyboard section starts here */

.john{
  margin: 75px 0;
}

.strybrd{
  margin: 48px 0;
}


@media (max-width:576px){
  .strybrd{
    margin: 12px 0;
  }

  .john{
    margin: 40px 0;
  }
}

/* storyboard section ends here */

/* people */

.people{
  background-color: #E8E9EE;
  padding-bottom: 75px;
}

.people .heading{
  padding: 35px 0 0 0;
}

section#splide01 {
  margin: auto;
}



.splide__arrow--next {
  right: -3.0em!important;
}
.splide__arrow--prev {
  left: -3.0em!important;
}

.splide__pagination{
  bottom: -1.5em!important; 

}

.splide__pagination__page.is-active {
  background: var(--secondary)!important;
}

.contnt{
  padding: 32px;
  background: #FFFFFF;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.1), 0px 3.6px 13px rgba(0, 0, 0, 0.07);
  border-radius: 6px;
  max-width: max-content;
  margin: 16px;
}


.comment{
  color: var(--text-secondary);
  line-height: 24px;
  margin-top: 16px;
  max-width: 451px;
}

.usrname{
  font-weight: bold;
  color: var(--primary);
  margin-bottom: unset;
}

.cmtdate{
  color: var(--primary);
  font-size: 14px;
  margin-bottom: unset;
}

.splide.is-initialized, .splide.is-rendered {
  max-width: 1080px;
}

@media (max-width:1180px){
  .splide__arrow--next {
    right: -1.0em!important;
  }
  .splide__arrow--prev {
    left: -1.0em!important;
  }
}

@media (max-width:1024px){
  .splide__arrow--next {
    right: 9.0em!important;
  }
  .splide__arrow--prev {
    left: 9.0em!important;
  }
}

@media (max-width:892px){
.splide__arrows{
  display: none;
}
}



@media (max-width:992px){

.contnt{
  padding: 16px;
  margin: 12px;
}


.splide__list {
  flex-direction: row!important;
  align-items: center!important;
}

}


@media (min-width:576px){

  
  .contnt{
    margin-left: auto!important;
    margin-right: auto!important;
    margin-top: 12px!important;
    margin-bottom: 12px!important;
  }
  
  }


/* people   */


/* number */

.numbers{
  margin-top: 75px;
  margin-bottom: 75px;
}

.numbers .container{
  max-width: 930px!important;
}

.numb{
  color: var(--primary);
  font-weight: 900;
  font-size: calc(3rem + 1.2vw);
  line-height: normal;
}

.numbdesc{
  color: var(--primary);
  font-size: calc(1rem + .2vw);
}

.est{
  color: var(--primary);
  font-size: calc(1.3rem + .2vw);
  font-weight: 600;
}

.awards{
  margin-bottom: 50px;
}

@media (max-width:992px){
  .numbdesc{
    margin-bottom: 32px;
  }
}



@media (max-width:576px){

  .numbdesc{
  margin-bottom: 32px;
}

.numb{
  font-size: calc(2rem + 1.2vw);
}

.numbers {
  margin: 40px 0 0 0;
}

.people{
  background-color: #E8E9EE;
  padding-bottom: 40px;
}


}
/* number */


/* footer starts here */

.footer{
  background-color: var(--primary);
  padding-bottom: 24px;
}

.footer img{
  margin: 24px 0;
}

.footer a{
  color: white;
  font-size: 14px;
  text-decoration: none;
}

.footer span{
  color: white;
  font-size: 14px;
  margin: 0 4px;
}


.footer a:hover{
  text-decoration: underline;
}

@media (max-width:576px){

  .footer{
    background-color: var(--primary);
    padding-bottom: 100px;
  }

}

/* footer ends here */

/* fixed btn */

.cta2{
  background-image: linear-gradient(to right, #D3302E 0%, #264386  51%, #D3302E  100%);
  padding: 15px 45px;
  text-align: center;
  transition: 0.3s;
  background-size: 200% auto;
  color: white;            
  border-radius: 6px;
  display: block;
  width: 100%!important;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  border: unset;
}

.cta2:hover{
  background-position: right center; /* change the direction of the change here */
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.fixedbar{
  background-color: #E8E9EE;
  padding: 12px 0;
}