body{
    font-family: 'Courgette', cursive;
}

#app{
    font-family: 'Courgette', cursive !important;
    font-size: 32px !important;
}

a{
    text-decoration: none !important;
}

.logo-main{
    margin-top: 20px;
}
.logo-main img{
    height: 150px !important;
    margin: 0 auto;
}

.animate-text{
    font-size: 20px;
    margin-top: 10px;
    padding: 5px;
}

.sub-unit-logo{
    margin-top: 15px !important;
}

.sub-unit-logo-list a{
    transition: 0.5s !important;
}
.sub-unit-logo-list a:hover{
    transition: 0.5s !important;
    margin-top: -10px !important;
    background-color: #fff;
}

.annount-box{
    height: auto;
    margin: 15px 55px 30px 0px !important;
    border: 1px solid #fff;
    background-color: #fff;
    padding-top: 25px;
}
.annount-box-det{
    height: auto;
    margin: 15px 55px 30px 0px !important;
    border: 1px solid #fff;
    background-color: #f8f8f8;
    padding-top: 25px;
    padding-bottom: 25px;
}

.main-set{
    background-image: url(../img/bg.jpg);
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background-size: cover;
    padding-bottom: 20px;
    background-attachment: scroll;
    overflow-y: auto;
}

.item-annout{
    border: 1px solid #000;
    margin-bottom: 20px;
}

.title-annout{
    display: flex;
    position: relative;
    top: -15px;
    left: -10px;
    width: 250px;
    background-color: #FFF;
    font-size: 12px;
    font-weight: bold;
}

.cat-annout{
    color: #fff;
    padding: 3px;
    width: 115px;
    text-align: center;
}

.date-annout{
    background-color: #FFF;
    padding: 3px;
    padding-right: 10px;
}

.content-annout{
    top: -10px;
    padding-left: 15px;
    position: relative;
}
.content-annout  a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
}

.cat-annout-op1{
    background-color: #ffd5e5;
    color: #000;
}
.cat-annout-op2{
    background-color: #ffffdd;
    color: #000;
    
}
.cat-annout-op3{
    background-color: #a0ffe6;
    color: #000;
}
.cat-annout-op4{
    background-color: #8ac6d1;
    color: #000;
}

.home-btn{
    margin-bottom: 25px;;
    margin-top: 5px;;
}

.shape-section {
    background: #222;
    border-bottom: 2px solid #555;
    border-top: 2px solid #555;
    margin-top: 30px;
    padding: 40px 0;
  }

.diamond-shape {
    background: #fff;
    height: 80px;
    text-align: center;
    transform:rotate(45deg);
    width:80px;
    margin-right: 30px;
  }

  .diamond-shape img {
    color: #333;
    display: table-cell;
    height: 50px;
    transform: rotate(-45deg);
    vertical-align: middle;
    width:50px;
    position: relative;
    top: 5px;
    left: -1px;
}

/* Media Screen Here */
@media (max-width: 320px){
    .annount-box,
    .annount-box-det{
        margin: 0px 0px 30px 0px !important;
    }
    .sub-unit-logo-list a{
        margin: 10px;
    }
    .content-annout a {
        font-size: 12px;
    }
}

/* Media Screen Here */
@media (max-width: 360px){
    .annount-box,
    .annount-box-det{
        margin: 0px 0px 30px 0px !important;
    }
    .sub-unit-logo-list a{
        margin: 2px;
    }
    .content-annout a {
        font-size: 12px;
    }
}


/* Media Screen Here */
@media (max-width: 720px){
    .annount-box,
    .annount-box-det{
        margin: 0px 0px 30px 0px !important;
    }
    .sub-unit-logo-list a{
        margin: 5px;
    }
    .content-annout a {
        font-size: 12px;
    }
}