 
@font-face {
  font-family: Avenir bold;
  src: url(assets/AvenirNextLTPro-Demi.otf);
}
@font-face {
  font-family: Avenir reg;
  src: url(assets/AvenirNextLTPro-Regular.otf);
}

* {
    box-sizing: border-box;
    padding: 0 ;
    margin: 0 ;
    font-family: Avenir reg !important;

}
#nav-list {
    list-style: none;
    background-color: #ffffff;
    height: 2.8rem;
    padding: .4rem ;
    margin-bottom: .6rem ;
    margin-top: .6rem ;
    margin-left: .8rem ;
}
#logo {
    width: 6rem;
}
#content {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center; /* Center vertically */
    align-items: center; /* Center horizontally */
    color: white; /* Set text color */
    text-align: center; /* Center text */
}
#bg-img {
    background: url('./assets/bg.png');
    position: absolute;
    width: 100vw;
    height: 100vh;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .4;
}
div#footerr {
    background: #132E5A;
}
/* Add black overlay */
#content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: black;
    opacity: .95;
}
/* Style the h1 */
#bg-heading {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1rem;
    z-index: 1; 


}
#bottom-content-heading{
    font-weight: bold;
    font-size: large;
}

#bg-button {
    padding: .5rem 1rem;
    background-color: #BD974A; 
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 1.2rem;
    z-index: 1; 
    cursor: pointer;
    transition: background-color 0.3s ease; 
}
button:hover {
    background-color: #004b9c;
    color: white;
}
.accordion-button:not(.collapsed) {
     background-color: #004b9c;
    color: white;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

#divider-content {
    display: flex; 
    flex-direction: row; 
 
    padding: 2rem;
	align-items: center;
    width: 100%;
}
.roww{
	   background-color: #004B9C;
}
 
#divider-content-quote {
    margin-left: 100px; 
    color: #ffffff;
    font-size: 1rem;
}


@media screen and (max-width: 480px) {
#divider-content-quote {
    margin-left: 1px; 
    color: #ffffff;
    font-size: 1rem;
}
}

.my-5 {
    margin-top: 2rem !important;
    margin-bottom: 1rem !important;
}

#bottom-content-heading{
    margin-top: 2rem;
    font-size: 1.2rem;

}
#bottom-content-cards{
    margin-top: 2rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 2rem;
} 
#bottom-content-cards-card-topcontent{
    display: flex;
    flex-direction: row;
}
#bottom-content-cards-card{
    background-color: #F4F4F4;
    padding: 1rem;
    height: 14rem;
    width: 24rem;
    border-radius: .6rem;
}
#bottom-content-cards-card-image{
    height: 4rem;
    background-color: #BD974A;
    padding: .28rem;
    border-radius: .6rem;
	    margin-top: 13px;
}
#bottom-content-cards-card-heading{
    margin-left: .8rem;
    margin-top: .6rem;
}
#bottom-content-info{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6rem;
}
#bottom-content-info-bgimage{
    height: 100%;
    width: 100%;
 
    border-radius: .6rem;
}
#bottom-content-info-list{
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: .6rem;
    padding: 2rem;
}

#bottom-content-info-item{
    display: flex;
    gap: .4rem;
    margin-top: .6rem;
    font-family: "Open Sans" !important;

}
#bottom-content-info1{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: 4rem;
    margin-left: 2rem;
}
#bottom-content-info1-bg{
    height: 24rem;
    width: 36rem;
    border-radius: .6rem;
}
 
#bottom-content-info1-item{
    display: flex;
    gap: .6rem;
    margin-top: .82rem;
    
}
#bottom-content-info1-item h5 {
    white-space: nowrap; /* Prevent line breaks */
}
#bottom-content-info-item h5 {
    white-space: nowrap; /* Prevent line breaks */
}

#footer {
    position: relative; 
    margin-top: 4rem;
	   background-image: url('./assets/HPS Aerial ED-6 1.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 50px;
	
	
}


@media screen and (max-width: 480px) {
#footer {
    position: relative; 
    margin-top: 4rem;
	   background-image: url('./assets/HPS Aerial ED-6 1.png');
	background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 10px;
	
	
}
}
#footer-img {
    width: 100vw;
    position: absolute;
    z-index: -1; 
}

#footer-heading {
    font-size: 2rem;
    color: #ffffff;
    margin-bottom: 1rem;
    z-index: 1; 
 
}

#footer-text {
    color: #ffffff; 
    z-index: 1; 
    margin-left: 4rem;
text-align:Center;

}
/* For screens smaller than 768px (typical mobile screens) */
@media only screen and (max-width: 768px) {
    #nav-list {
        padding: 0.2rem; /* Adjust padding */
        margin-bottom: 0.4rem; /* Adjust margin */
        margin-top: 0.4rem; /* Adjust margin */
        margin-left: 0.4rem; /* Adjust margin */
    }


    #logo {
        width: 4rem; /* Reduce logo size */
    }

    #bg-img {
        height: 100vh;
        background: url('./assets/bgSmall.png');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    }
   
 
    #bottom-content-heading{
        font-weight: bold;
        font-size: large;
    }

    #content::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: black;
        opacity: .95;
    }

    #bg-heading {
        font-size: 1.5rem; /* Reduce font size */
    }

    #bg-button {
        padding: 0.4rem 1rem; /* Adjust padding */
        font-size: 1rem; /* Reduce font size */
    }

    #divider-content {
        flex-direction: column; /* Change to a column layout */
        padding: 1rem; /* Adjust padding */
    }
    

 

    #bottom-content-heading {
        margin-top: 1rem; /* Adjust margin */
        font-size: 1rem; /* Adjust font size */
    }

    #bottom-content-info-bgimage{
     
       height: 100%;
    width: 100%;
    }
    #bottom-content-cards {
        flex-direction: column; /* Change to a column layout */
        gap: 1rem; /* Add gap between cards */
        padding: 1rem; /* Adjust padding */
    }

    #bottom-content-cards-card {
        width: 100%; /* Ensure cards take full width */
        height: auto; /* Adjust height to fit content */
    }

    #bottom-content-info {
        flex-direction: column; /* Change to a column layout */

        gap: 1rem; /* Add gap between sections */
    }

   #bottom-content-info-item-image{
    height: 1rem;
   }

    #bottom-content-info-list {
        margin-top: 1rem; 
        padding: 2rem;
    }

    #bottom-content-info1-list{
        margin-top: 1rem; 
        padding: 2rem;
    }

    #bottom-content-info1 {
        flex-direction: column; /* Change to a column layout */
        gap: 1rem; /* Add gap between sections */
        margin-top: 2rem; /* Adjust margin */
        margin-left: 0; /* Reset margin */
    }

    #bottom-content-info1-bg {
        width: 90vw; 
        height: 40vh; 
        margin-left: 2rem;
    }

    
    #footer-img {
        width: 100%; /* Ensure full width */
        height: 100%;
    }

    #footer-heading {
        font-size: 1.5rem; /* Reduce font size */
        margin-bottom: 0.5rem; /* Adjust margin */
    }

    #footer-text {
        margin: 0; /* Reset margins */
        font-size: 0.9rem; /* Reduce font size */
        margin-bottom: 2rem;
    }

    /* Add or adjust other styles as needed */
}

h2.card-title {
    margin: 7px 0px 10px -13px;
    float: left;
}


.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1* var(--bs-gutter-y));
    margin-right: calc(-.5* var(--bs-gutter-x));
    margin-left: calc(-.5* var(--bs-gutter-x));
    align-items: center;
}
.imgg img{
	width:100%;
	height:100%;
}

img.col-auto {
    float: left;
    margin: 11px 18px 0px 0px;
}

h5.col-auto {
    /* float: left; */
    margin: 11px 18px 0px 52px;
    align-items: center;
}

 
 
 
 @media (min-width: 1200px){
.h2, h2 {
    font-size: 1.5rem;
 }}
 
 
.text-centerr {
    padding: .5rem 1rem;
    background-color: #BD974A;
    color: white;
    z-index: 999;
}
a {
    color: white;
    text-decoration: none;
}

h2#footerr-heading {
    color: white;
}
 
@media (min-width: 100px) and (max-width: 768px) {
    .float-bottom {
        position: fixed;
        bottom: 0px;
        z-index: 99;
        width: 100%;
        padding: 5px 0px;
   
        text-align: center;
    }
#footer-textt {
    color: black;
    padding-bottom: 50px !important;
}
#footerr img{
margin: 15px;
        width: 50%;
        float: left;
}

.navbar-brand img{
	width: 50%; 
    align-items: center;
}
}
 #footer-textt {
    color: white;
    padding-bottom: 5px;
}
button.float-btm-text2 {
    background-color: #3651ab;
    width: 100%;
    padding: 13px;
    font-size: 25px;
    color: white;
    border: 2px solid #3651ab;
}


 
button#form-submit1 {
    background: #bd974a;
    text-align: center;
    width: 100%;
    color: white;
}

.modal-content {
    position: relative;
    display: flex;
    background: #1a3563;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: #1a3563;
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
}
.form-label {
    margin-bottom: .5rem;
    color: white;
}

 h2#footerrrr-heading {
    color: black;
    margin: 50px;
    float: left;
    width: 100%;
}

div#footerrr {
    float: left;
    text-align: center;
    width: 100%;
    margin-top: 150px;
}