

*{
    font-family: 'Poppins', sans-serif;
    transition: all .22s linear;
    overflow-x: hidden;
    transition: .2s linear;
    scroll-behavior: smooth;
}
h5{
    text-decoration: 2px solid underline;
    width: fit-content;
    font-size: 20px;
    margin: 0;
    padding: 0;
}
.welcome_txt{
    font-size: 30px;
    margin: 20px 0;
}
.welcome_txt .diff{
    font-size: 34px;
    margin: 20px 0;
    font-weight: 600;
}
.words{
    margin: 10px 0;
}
.words a{
    color: unset;
    text-decoration: none;
}
.theLink{
    text-decoration: 2px solid #000 underline !important;
}
.bolder{
    font-size: 20px;
}
.slogan blockquote{
    display: flex;
}
.slogan blockquote a{
    display: flex;
    color: #000;
    width: fit-content;
    background-color: #0b5157;
    border: 2px solid #0b5157;
    padding: 10px 20px;
}
.slogan blockquote a:hover{
    background-color: transparent;
    color: #000;
}
.placement .words_deg{
    display: flex;
    background-color: #000;
    width: 100%;
    color: #167b7b;
    font-size: 30px;
    padding: 10px 20px;
    transition: .5s linear;
}
.placement .words_deg:hover{
    color: #0ff;
}
.placement .words_deg a{
    color: #0ff;
    flex-wrap: nowrap;
}
.statement{
    display: flex;
    flex-direction: column;
    width: 85%;
    background-color: #000;
    color: aliceblue;
    padding: 10px 20px;
    margin-bottom: 40px;
    border: 2px solid #0e3535;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px 10px;
}
.statement .words{
    font-size: 20px;
}
.statement .words a{
    text-decoration: 2px solid underline #fff !important;
}
.statement .bmcTop{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px 0;
    overflow: hidden;
    align-items: center;
    justify-content: space-around;
}
.statement.bmcTop .bmcBtn{
    width: 100%;
}
.statement .bmcTop .bmcBtn img{
    display: flex;
    width: 30%;
}
.statement .bmcTop .supportTO{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    width: 100%;
    font-size: 20px;
}
.statement .placespage{
    display: inline-block;
    gap: 30px;
    padding: 10px 0;
    transition: .3s linear;
}
.statement .placespage a{
    color: #0ff;
    font-size: 16px;
    display: inline;
    padding: 5px;
    transition: 2.5s linear;
}
.statement .placespage a:hover{
    text-transform: uppercase;
    transition: 9.5s linear;
}
.container{
    width: 100%;
    display: flex;
    gap: 10px;
    align-items: start;
    justify-content: center;
}
.container .section_area{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
aside{
    display: flex;
    flex-direction: column;
    width: 20%;
    height: 3000px;
    margin-top: 40px;
    border: 2px solid #000;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-image: url(/Media/Images/scaled_emojis_bg.png);
    background-repeat: repeat-y;
    background-size: auto;
    background-position: center;
}
section h3{
    font-size: 30px;
    font-weight: bold;
    text-transform: capitalize;
    background-color: #000;
    color: #0ff;
    padding: 5px 10px;
    margin: 40px 0 0;
}
section h3:hover{
    background-color: #333;
    /* border-bottom: 2px solid #000; */
    text-decoration: 2px solid underline #0ff;
    letter-spacing: 1px;
}
.info_space{
    display: flex;
    flex-direction: column;
    padding-top: 30px;
}
.info_space .placement{
    padding-left: 40px;
    margin: 0;
    width: 90%;
}
.info_space .placement .words{
    font-size: 18px;
    margin-bottom: 10px;
}
.info_space .placement .words .main_link{
    color: #0ff;
    background-color: #000;
    padding: 5px 10px;
}
.info_space ul{
    display: flex;
    flex-direction: column;
    padding-left: 30px;
    margin-bottom: 10px;
}
.info_space ul li::before{
    content: '>';
    font-weight: bold;
    margin-right: 5px;
}
section .to_contact a{
    text-decoration: 2px solid underline #000 !important;
}
section .to_contact a:hover{
    text-decoration: none;
    background-color: #0e3535;
}
.to_contact .inbold{
    font-weight: bold;
}
.project{
    display: flex;
    width: 80%;
    padding: 100px 0 60px;
    flex-direction: column;
}
.project h2{
    font-size: 30px;
    background-color: #ddd;
    padding: 10px;
    color: #000;
}
.project .words{
    font-size: 18px;
    margin-left: 20px;
}
.project .bolder{
    font-weight: bold;
}
.project .remittance_links{
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}
.project .remittance_links .linksArea{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
    /* background-color: rgba(112, 108, 108,.5); */
}
.project .remittance_links .rem_money{
    width: 30%;
    display: flex;
    overflow: hidden;
    margin: 10px;
    transition: .2s ease;
    border-radius: 0;
}
.project .rem_link2{
    margin-top: 50px;
}
.project .rem_link2 a{
    color: #000;
    font-size: 20px;
}
.project .rem_link2 a span{
    color: #000;
    font-size: 22px;
    font-weight: bold;
    text-decoration: 2px solid underline #000;
}
.project .remittance_links .rem_money:hover{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    width: 30.2%;
    padding-bottom: 10px;
}
.project .remittance_links .rem_money img{
    width: 100%;
}
.bulletin{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 80px;
    color: #0ff;
    padding: 20px;
    align-items: center;
    justify-content: baseline;
    background-color: #000;
}
.bulletin .words:nth-child(1) {
    display: flex;
    font-size: 55px;
    user-select: none;
}
.bulletin .bulletin_sides{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap:0;
    align-items: center;
    justify-content: space-around;
    padding: 10px;
    border: 4px solid #0e3535;
}
.bulletin .bulletin_sides .smlogo{
    background-color: transparent;
    display: flex;
    flex-direction: column;
    max-width: 300px !important;
}
.bulletin .bulletin_sides .ssmedia{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.bulletin .bulletin_sides .ssmedia .fa-brands{
    display: flex;
    font-size: 40px;
    color: #0ff;
    transition: .2s linear;
    padding: 5px;
    border-radius: 50%;
    border: none;
}
.bulletin .bulletin_sides .ssmedia .fa-brands:hover{
    color: #000;
    background-color: #0ff;
}

.bulletin .working_on_txt{
    display: flex;
    font-size: 28px;
    text-align: center;
}



/* ================   Media Quires for Only This Page  ==================== */
@media(max-width: 1400px){
    aside{
        height: 3500px;
    }
    .bulletin .smlogo{
        width: 250px;
    }
    .bulletin .words:nth-child(1) {
        font-size: 45px;
    }
    .bulletin .working_on_txt{
        font-size: 20px;
    }
}
@media(max-width: 1200px){
    main{
        padding: 120px 40px;
    }
    .container{
        width: 100%;
    }
    .statement{
        width: 100%;
    }
    aside{
        height: 3300px;
    }
    .container .section_area{
        width: 100%;
    }
    .info_space .placement{
        width: 100%;
        padding-left: 20px;
    }
    .bulletin .smlogo{
        width: 200px;
    }
}
@media(max-width: 1000px){
    aside{
        height: 3400px;
    }
    .words{
        font-size: 16px;
    }
    .placement .words_deg{
        font-size: 25px;
        padding: 10px 20px;
    }
    .info_space .placement .words{
        font-size: 16px;
    }
}
@media(max-width: 900px){
    .statement .placespage{
        gap: 15px;
    }
    aside{
        height: 3400px;
    }
    .statement .words{
        font-size: 16px;
    }
    section h3{
        font-size: 25px;
    }
    .info_space .placement{
        padding-left: 10px;
    }
    .placement .words_deg{
        font-size: 20px;
        padding: 10px;
    }
    .project{
        width: 100%;
    }
    .project .words{
        font-size: 20px;
    }
    .project .remittance_links .rem_money{
        width: 32%;
        margin: 10px 3px;
    }
    .project .remittance_links .rem_money:hover{
        width: calc( +2);
    }
    .bulletin .smlogo{
        width: 200px;
    }
    .bulletin .words:nth-child(1) {
        font-size: 35px;
    }
    .bulletin .bulletin_sides .ssmedia .fa-brands{
        font-size: 25px;
    }
    .bulletin .working_on_txt{
        font-size: 16px;
    }
}
@media (max-width: 780px){
    aside{
        height: 3800px;
    }
    .project .remittance_links .rem_money{
        width: 39%;
    }
}
@media (max-width: 700px){
    aside{
        height: 3800px;
    }
}
@media (max-width: 680px){
    main{
        padding: 120px 25px;
    }
    aside{
        height: 4000px;
    }
    .project .remittance_links{
        justify-content: space-between;
        gap: 5px;
        padding: 5px;
    }
    .project .remittance_links .rem_money{
        width: 49%;
        margin: 10px 0;
    }
    .project .remittance_links .rem_money:hover{
        width: 50%;
    }
}
@media (max-width: 630px){
    main{
        padding: 120px 20px;
    }
    .statement{
        padding: 10px;
    }
    .statement .bmcTop a img{
        width: 50%;
    }
    aside{
        display: none;
    }
    .placement .words_deg{
        font-size: 16px;
        padding: 5px;
    }
    .bulletin .words:nth-child(1) {
        font-size: 25px;
    }
    .bulletin .smlogo{
        width: 150px;
    }
    .project h2{
        font-size: 24px;
        padding: 10px;
    }
    .project .remittance_links .rem_money{
        width: 80%;
    }
    .project .rem_link2{
        margin-top: 30px;
    }
    .project .rem_link2 a{
        font-size: 20px;
    }
    .project .rem_link2 a span{
        font-size: 20px;
    }
}
@media (max-width: 480px){
    header{
        padding: 8px 15px;
        position: fixed;
        top: 0;
    }
    main{
        padding: 120px 15px;
    }
    .welcome_txt{
        font-size: 26px;
    }
    .welcome_txt .diff{
        font-size: 24px;
    }
    .statement .bmcTop a img{
        width: 80%;
    }
    .placement .words_deg{
        display: flex;
        flex-direction: column;
    }
    .bulletin{
        padding: 0;
        justify-content: center;
    }
    .bulletin .words:nth-child(1) {
        font-size: 20px;
    }
    .bulletin .bulletin_sides{
        display: flex;
        flex-direction: column;
        margin: 10px auto;
    }
    .bulletin .bulletin_sides .ssmedia{
        margin-top: 10px;
    }
    h5{
        text-decoration: 2px solid underline;
        font-size: 16px;
    }
    .project .words{
        font-size: 16px;
        margin-left: 0;
    }
    .info_space ul{
        padding-left: 10px;
    }
}
@media (max-width: 380px){
    .statement .placespage{
        margin-top: 20px;
        display: flex;
        flex-direction: column;
    }
    .statement .words{
        font-size: 14px;
    }
    section h3{
        font-size: 20px;
    }
    .project h2{
        font-size: 20px;
        padding: 5px;
    }
}
