:root {
    --dark: #343a40;
    --goldYellow: #F9DF7E;
    --blue: #077CAB;
    --white: #FFFFFF;
    --dark: #012874
}

/*

background: var(--dark);

*/

.trustage-text {
    color: #012874;
}

.trustage-color {
    color: #043cab;
}

.trustage-text-color {
    color: #5087f3;
}

.trustage-text-10 {
    font-size: 10px;
}



.trustage-hr {
    background: #012874;
}

.truStage-Border {
    border-style: double;
    border-color: #012874;
}

.truStage-btn {
    background: #012874;
    color: #FFFFFF;
    font-weight: bold;
}


.bg-truStage {
    background-color: #012874;
}

.truStage-footer-text {
    text-decoration: none;
    font-size: small;
}

.floating-image img {
    width: 100%;
    margin: -40px 0 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0 0 0px 0 rgba(0, 0, 0, 0.12), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 0 0px 0 transparent, 0 16px 31px 0 rgba(0, 0, 0, 0.54);
}

.bi {
    vertical-align: -.125em;
    fill: currentColor
}
.bd-mode-toggle .bi {
    width: 1em;
    height: 1em
}
.bd-mode-toggle .dropdown-menu .active .bi {
    display: block !important
}


html,
body {
    margin:0;
    padding:0;
    height:100%;
}
#container {
    min-height:100%;
    position:relative;
}

#footer {
    position:absolute;
    bottom:0;
    width:100%;
    height:60px;   /* Height of the footer */
    background:#6cf;
}

.solution-background {
    width: 80%; /* Or a specific width */
    height: 80%; /* Or a specific height */
    border-width: 10px;

    background: url('../images/solutions.jpg') no-repeat right / 80% auto;
}

.content img {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.bg-panel {
    background: #eceff6;
    box-shadow: 0 4px 8px rgb(1, 40, 116);
    border: 5px;
}

.bg-shadow {
    box-shadow: 0 4px 8px rgb(1, 40, 116);
    border: 5px;
    height: 800px;
}


.leftImage {
    float: left;
}

.rightImage {
    float: right;
    gap: 15px;
}

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.accordion {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.active, .accordion:hover {
    background-color: #ccc;
}


.image_container {
    position: relative;
    height: 600px;
}

.imageWrapper {
    height: 600px;
    display: flex;
}

/* Bottom right text */
.text-block {
    position: absolute;
    top: 150px;
    left: 20px;
    background-color: transparent;
    color: white;
    width: 50%;
}



/*Grid Image Sarts*/
.grid-image-section1{
    margin-top:-15%;
    padding: 10%;
}
.grid-image-section1 h4{
    font-weight: bold;
    font-size: 30px;
}

.grid-image-section1 .row
{
    margin-top: 10%;
}
.grid-image-img
{
    text-align: center;

}
.grid-image-img img{
    width: 40%;
}
