/* 9203842 - 08/16/2022 - Jon B */
#fsHeader .campaign-btn a {
    /* padding: 13px 22px 34px 47px; */
    position: relative;
}

#fsHeader .campaign-btn a span {
    top: 0;
    right: 0;
    left: auto;
    max-width: none;
    width: 100%;
    height: 100%;
    padding: 13px 22px 34px 47px;
}

/* Ticket 9621784 - James B - Adjustment to above for new yellow campaign button text in header. */

#fsHeader .campaign-btn a {
    padding: 13px 25px 15px;
}
.header-top {
    background: #0956ff6b;
    position: absolute;
    width: 100%;
    z-index: 9;
    margin-top: -62px;
}
.header-stop {
  background: #000e67;
  position: absolute;
  width: 100%;
  z-index: 9;
 
}
.header-top .scroll-text {
    padding: 12px 0;
    font-size: 1.3rem;
    line-height: 1.7rem;
    font-weight: 600;
    color: #faffaf;
}
.header-stop .scroll-text {
    padding: 18px 0;
    font-size: 1.3rem;
    line-height: 0;
    font-weight: 600;
    color: #faffaf;
}
.fstitle {
    margin-bottom: 0;
    text-align: center;
    position: relative;
    text-transform: uppercase;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    letter-spacing: 2.5px;
    font-size: 1.125rem;
    line-height: 1.223;
    color: #0032a0;
    margin-bottom: 50px;
}
.about-area p {
    font-size: 1.11rem;
    line-height: 1.7;
}
.card img {
    padding-bottom: 15px;
}
.card h4 {
    font-size: 15px;
}
.card-pd {
    padding: 15px;
}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.pb-80 {
    padding-bottom: 80px;
}
.pt-80 {
    padding-top: 80px;
}
.sec-wrap {
    padding: 50px 0;
    margin: 40px 0;
}
.infra-sec {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}
.infra-heading {
    width: 39.2%;
    margin: 1px 0;
}
.infra-heading h1 {
    font-size: 2.2rem;
    line-height: 3.8rem;
}
.infra-heading h1 {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    padding: 3.5% 2%;
    background: rgb(0 50 160 / 80%);
    color: #fff6ad;
    text-transform: uppercase;
}
.infra-heading img {
    display: block;
    width: 100%;
}
.infra-box {
    width: 60.4%;
    margin: 1px 0 0 1px;
}
.infra-box ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
}
.infra-box li div span {
    display: block;
    width: 100%;
}
.infra-box li div em {
    font-style: normal;
    text-transform: uppercase;
    display: block;
    width: 100%;
}
.infra-box li {
    padding: 0;
    margin: 0;
    background-image: none;
    margin: 0 1px 1px;
    position: relative;
    overflow: hidden;
}
.infra-box li div {
    width: 100%;
    height: 100%;
    padding: 35% 2%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgb(0 50 160 / 80%);
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
}

.infra-box li div span strong {
    display: block;
    width: 100%;
    font-size: 3rem;
    line-height: 5rem;
}
.infra-heading {
    position: relative;
}
.infra-box ul li {
    width: 32.9%;
}
.infra-box li img {
    display: block;
    width: 100%;
    height: 100%;
}
#fsEl_4000 {
    margin-top: -217px;
}
#fsEl_3999 {
    margin-top: -271px;
}
#fsEl_3998 {
   margin-top: -190px;  
}
#fsEl_3997 {
  margin-top: -170px;    
}
@media only screen and (max-width: 600px) {
    .infra-heading h1 {
        font-size: 1.4rem;
        line-height: 2.8rem;
    }
    .infra-heading {
        width: 100%;
    }
    .infra-box {
        width: 100%;
    }
    .infra-box ul {
        display: block;
        padding-left: 0;
    }
    .infra-box ul li {
        width: 100%;
    }
    #fsEl_3999, #fsEl_4000, #fsEl_3998,#fsEl_3997  {
    margin-top: 0;
   }
}
/* End Section */