/*--------------------------------------------------------------
# NAV
--------------------------------------------------------------*/
#navBar{
    color: #07274a;
}
#navLinks ul li a{
    color: #07274a;
}

/*--------------------------------------------------------------
# HOME
--------------------------------------------------------------*/
#home {
    width: 100%;
    height: 79.5vh;
    background: url("img/ViewECG1.jpg") top center;
    background-size: cover;
}
#home .container {
    position: relative;
}
#home h1 , #solution h1{
    color: #07274a;
}
#home h2 {
    width: 42%;
    color: #07274a;
}
#home h3 {
    width: 42%;
    color: #07274a;
}
#home h4 {
    width: 42%;
    color: #07274a;
}
#home {
    background-attachment: fixed;
}
.btn-learn-more {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #07274a;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# HOME2
--------------------------------------------------------------*/
#home2 {
    width: 100%;
    height: 79.5vh;
    background:  #CFECEC;
    /*#77BFC7;*/
    background-size: cover;
    background-image: var(--bs-gradient);
}
#home2 .container {
    position: relative;
}
/*#home2 h1 , #solution h1{
    color: #FFFFFF;
}
#home2 h2 {
    width: 70%;
    color: #07274a;
}
*/#home2 {
    background-attachment: fixed;
}
.btn-learn-more {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #820b08;
    margin-bottom: 40px;
}

/*--------------------------------------------------------------
# HOME3
--------------------------------------------------------------*/
#home3 {
    width: 100%;
    height: 79.5vh;
    background:  #FFFFFF;
    background-size: cover;
}
#home3 .container {
    position: relative;
}
/*#home2 h1 , #solution h1{
    color: #FFFFFF;
}
#home2 h2 {
    width: 70%;
    color: #07274a;
}
*/
#home3 {
    background-attachment: fixed;
}
.btn-learn-more {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #820b08;
    margin-bottom: 40px;
}


/*--------------------------------------------------------------
# HOME 4
--------------------------------------------------------------*/
#home4 {
    width: 100%;
    height: 79.5vh;
    background: url("img/ViewECG4.jpg") top center;
    background-size: cover;
}
#home4 .container {
    position: relative;
}
#home4 {
    background-attachment: fixed;
}
#home4 h1{
    color: #000000;
}
#home4 h4{
    width: 80%;
    color: #000000;
}

/*--------------------------------------------------------------
# HOME 5
--------------------------------------------------------------*/
#home5 {
    width: 100%;
    height: 79.5vh;
    background: url("img/ViewECG3.jpg") top center;
    background-size: cover;
}
#home5 .container {
    position: relative;
}
#home5 h1, #solution h1{
    color: #07274a;
}
#home5 h2 {
    width: 80%;
    color: #07274a;
}
#home5 h3 {
    width: 80%;
    color: #07274a;
}
#home5 h4 {
    width: 80%;
    color: #07274a;
}
#home5 {
    background-attachment: fixed;
}
.btn-learn-more {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 12px 35px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #820b08;
    margin-bottom: 40px;

}



/*--------------------------------------------------------------
# OUR TEAM SECTION
--------------------------------------------------------------*/

#teamRow img{
    height: 300px;
    width: 250px;
}


#consortium h2{
    color: #07274a;
}
#consortium p{
    color: #07274a;
}

.consortium .member {
    position: relative;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border-radius: 5px;
    background: #fff;
    transition: 0.5s;
}

.consortium .member .pic {
    overflow: hidden;
    width: 200px;
    height: 200px;
    border-radius: 5%;
}

.consortium .member:hover {
    transform: translateY(-10px);
}

.consortium .member h3 {
    margin-left: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 30px;
    color:  #07274a;
}

.consortium .member p {
    margin: 10px 0 0 15px;
    font-size: 20px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    /*font-size: 14px;*/
    background: #07274a;
}

#footer .footer-top {
    padding: 60px 0 30px 0;
    background: #fff;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
    font-size: 28px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #07274a;
}

#footer .footer-top .footer-contact p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0;
    font-family: "Jost", sans-serif;
    color: #5e5e5e;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #07274a;
    position: relative;
    padding-bottom: 12px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #07274a;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #777777;
    transition: 0.3s;
    display: inline-block;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #07274a;
}

#footer .footer-bottom {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #fff;
}


