:root {
    --primary: #F8DE7E;
    --secondary: #262B64;
    --light: #ffffff !important;
    --dark: #040F28;
    --info:#6c757d;
}
body {
    font-family: 'Adamina', Georgia, "Times New Roman", serif !important;
}

h1, h2, h3, h4, h5, h6, p, div, a, span{
    font-family: 'Adamina', Georgia, "Times New Roman", serif !important;

}

.solid{
    border-top: solid 2px var(--primary) ;
    max-width: 160px;
    margin-top: 0px;
    margin-bottom: 48px;
}


.imarat-header{
    height: 100%;
    width: 100%;
    z-index: -1;
    background-image:linear-gradient(rgba(255,255,255,0.175), rgba(255,255,255,0.175)), url("/static/img/imarat/cover.jpg"); 
    background-repeat: no-repeat;
}

.imarat-title h1 {
    padding-top: 20px;
    color: #ffffff !important;
    font-size: 38px;
    font-weight: 700;
    line-height: 60px;

}


.imarat-title .card {
    border: solid 2px #eee;
    background-color: #eee;
    display: inline-block;
   
    opacity: 0.9;
    background-repeat:no-repeat ;
    z-index: 1;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.imarat-title .card h6 {
    color: #262B64;
    font-size: 16px;
    font-weight: 500px;
    line-height: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
    font-style: italic !important;
    margin-bottom: 0px;
}

@media screen and (max-width:577px){
    .imarat-title h1 {
        color: #ffffff !important;
        font-size: 24px;
        font-weight: 700;
        line-height: 28px;
    
    }
    .imarat-title .card h6 {
        color: #262B64;
        font-size: 14px;
        font-weight: 500px;
        line-height: 1.1em;
        padding-left: 10px;
        padding-right: 10px;
        font-style: italic !important;
        margin-bottom: 0px;
    }
}









.intro-title{
    font-weight: 700px;
    font-size: 40px;
    color: #4d4e4f;
    line-height: 1.5em;
}
.image-title{
    margin-top: 10px;
    font-weight: 700px;
    font-size: 28px;
    color: #040F28;
    line-height: 1.2em;
}
.image-des{
    margin-top: 10px;
    font-weight: normal;
    font-size: 16px;
    color: #4d4e4f;
    line-height: normal;
}
.read-btn-vision, .read-btn-mission, .read-btn-strategy{
    text-align: center;
    color: #040F28;
    height: 35px;
    width: 200px;
    font-size: 16px;
    border-radius: 16px;
    box-shadow: 0px 2px 3px 0px #eee;


}

.fa-angle-right{
    margin-left: 10px;
    font-size: 16px;
    color: #040F28;
}
.read-btn-vision:hover{
    width: 205px;
    height: 40px;
    padding-top: 7px;
    box-shadow: 0px 3px 8px 0px #eee;
}
.back-to-top {
    position: fixed;
    display: none;
    left: 96%;
    bottom: 7%;
    margin-left: -5px;
    border-radius: 0;
    z-index: 99;
}

.footer {
    background-blend-mode: multiply;
    left: 0%;
    bottom: 0%;
    width: 100%;
    background-color: #ffffff !important;

}
.footer-logo-card{
    background: none;
   

}

.fa-facebook-f, .fa-linkedin-in{
    font-size: 18px;
}

footer .first-bar{
    background-color: #1a1f55;
    opacity: 0.9;
    color: #fff;
}
.copyright{
    background-color: #1a1f55;
    color: #fff;
}

