*{
    margin: 0;
    padding: 0;
    font-family: var(--font);
}
:root{
    --font: 'Roboto', sans-serif;
    --toolbox-bg-color: #38224B;
    --seamedu-bg-color: #E85C16;
}
.t-bg-clr{
    background-color: var(--toolbox-bg-color);
}
.s-bg-clr{
    background-color: var(--seamedu-bg-color);
}
.top-left-design{
    position: absolute;
    top: 0;
    left: 0;
}
.s-logo{
    width: 80px;
    margin: 1rem 0 1rem 0;
}
.s-parent{
    border: 2px solid #a8f9ff;
    border-radius: 10px;
    margin-bottom: 2rem;
    position: relative;
}
h6, h5{
    font-weight: bold;
}
.hero-section{
    padding: 1rem;
}
.s-underline{
    background:#6496cc;
    width: 70%;
    max-width: 250px;
    height: 2px;
    margin-bottom: 5px;
}
.blue-heading{
    color: #6496cc;
}
.mission-logo, .vision-logo{
    width: 50px;
}
.mission, .vision{
    display: flex;
    align-items: center;
}
.mission{
    margin-bottom: 1rem;
}
.vision{
    margin-bottom: 1.2rem;
}
.mission-content, .vision-content{
    width: 80%;
}
/* .mission-content h6:hover{
    letter-spacing: 2px;
} */
.seamedu, .toolbox{
    background-color: #ebf8fe;
    text-align: center;
    padding-bottom: 1rem;
}
.division{
    margin-bottom: 1.5rem;
    z-index: 15;
    position: relative;
}
 .seamedu h6 a, .toolbox h6 a{
    width: 100%;
    padding: 0.6rem;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    transition: 0.2s;
}
.s-btn{
    padding: 0.6rem;
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    transition: 0.3s;
}
.s-btn:hover{
    color: #fff;
    border-radius: 0;
}
.seamedu h6 a{
    background-color: var(--seamedu-bg-color);
}
.toolbox h6 a{
    background-color: var(--toolbox-bg-color);
}
.seamedu h6 a:hover, .toolbox h6 a:hover{
    letter-spacing: 0.3px;
}
.seamedu p, .toolbox p{
    padding:2px 8px;
}
.division{
    border: 1px solid #a8f9ff;
}
.s-value{
    display: flex;
    padding: 1rem;
}
.s-value-logo{
    width: 50px;
}
.s-value-content{
    width: 80%;
}
.bottom-right-design{
    text-align: end;
    position: absolute;
    right: 0;
    bottom: 0;
}
.unity-img{
    position: absolute;
    bottom: 0;
    right: 0;
}
footer{
    position: relative;
}
.bottom-d-img{
    width: 70%;
}
.cpry{
    background-color: #6296CD;
    color: #fff;
    text-align: center;
}
.cpry p{
    padding: 0.6rem;
}

@media(min-width:801px){
    .s-container{
        width: 66%;
        margin: 0 auto 2rem auto;
    }
    .mission, .vision{
        align-items: start;
    }
    .division{
        display: flex;
    }
    .seamedu, .toolbox{
        width: 45%;
    }
    .s-middle{
        width: 10%;
    }
    .s-middle{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .s-diamond{
        width: 27px;
        height: 27px;
        background: #2058a8;
        transform: rotate(45deg);
    }
    .d-line{
        background: #2058a8;
        width: 40%;
        height: 1px;
    }
    .s-value-logo, .mission-logo, .vision-logo{
        margin: 0 1rem 0 2rem;
    }
    .s-value-content ul li{
        word-spacing: 2px;
        letter-spacing: 0.5px;
    }
    .bottom-d-img{
        width: 50%;
    }
   
}