@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700;900&display=swap');
@font-face {
    font-family: W56Art House;
    src: url('font/W56Art House.ttf');
  }

nav .navbar-nav li a{
    white-space: nowrap;
    line-height: 16px;
    margin-top: -0.5px;
    text-align: left;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    color: rgba(18,70,128,1) !important;
    text-transform: uppercase;
}


#part1, #part2{
    margin-top: 50px;
}

.part1Title,.part2Title{
    white-space: nowrap;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: bold;
    /* font-size: 35px; */
    color: rgba(18,70,128,1);
    text-transform: uppercase;
}

.divider_gw {
    display: block;
    width: 150px;
    height: 2px;
}

.part1Text, .part2Text {
    /* margin-top:  20px; */
    line-height: 30px;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: rgba(38,38,38,1);
    text-align: justify;
}

.part2Text{
    margin-top: 20px;
    color: rgba(18,70,128,1);
}

.principalName{
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 1.3rem;
    color: rgba(245,171,27,1);
}
.part1Link  a,.postLink a,.newsLink a{
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: bold;
    color: rgba(245,171,27,1);
}

.annountText .postLink a, .newsText .postLink a{
    font-weight: normal;

}
.part1Img ,.part2Img{
    margin-top: 10px;
    width: 100%;
    height: auto;
    overflow: visible;
    margin-bottom: 20px;
}

.part2Subtitle {
    margin-top: 20px;
    white-space: nowrap;
    text-align: left;
    font-family: 'Cairo', sans-serif;
    font-style: normal;
    font-weight: normal;
    color: rgba(18,70,128,1);
}

#title{
    float: right !important;
    display: inline !important;
}

#ads1box{
    margin-top: 20px;
    height: 90px;
    background-image: url('../img/adsBlueBg.png') ,linear-gradient(#035e9c, #0078bd) ;
    background-repeat: no-repeat;
    background-size:  auto 100%;
    background-position: left top;

}

.ads1Text{
    white-space: nowrap;
    /* margin-top: 5px; */
    text-align: center;
    font-family: W56Art House;
    font-style: normal;
    font-weight: normal;
    font-size: 1.5rem;
    float: right;
    color: rgba(255,255,255,1);
    /* margin-right: 15px; */
}

.ads1btn{
    margin-top: 25px;
}

.columnTitle {
    white-space: nowrap;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 1.5rem;
    color: rgba(18,70,128,1);
    text-transform: uppercase;
}

.annountBox,.newsBox{
    margin-top: 20px;
}

.annountPost,.newsPost{
    margin-top: 30px;
    cursor: pointer;    
}

.annountTitle{
    white-space: nowrap;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 1.3rem;
    color: rgba(245,171,27,1);
    text-transform: capitalize;
}


.annountDate, .newsDate{
    display: inline;
    white-space: nowrap;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: .8rem;
    color: rgba(38,38,38,1);
    margin-right: 5px;
}
.pipe{
    display: inline;
    margin-right: 5px;
    font-weight: bold;
    font-size: 15px;
    color: rgba(38,38,38,1);
}
.annountTime{
    display: inline;
    margin-right: 5px;
    font-weight: normal;
    font-size: 15px;
    color: rgba(38,38,38,1);
}

.annountText,.newsText{
    margin-top: 10px;
    display: block;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    color: rgba(38,38,38,1);
}

.newsTitle{
    text-align: left;
    font-family: Myanmar Text;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1rem;
    color: rgba(245,171,27,1);
    text-transform: capitalize;

}

.threeCol{
    margin-top: 30px;
}
.newsImg{
    margin-top: 10px;

}   

.newsImg img{
    width: 100%;
}

.downloadMain{
    background-color: #eeeeee;
    height: 500px;
    display: block;
}

.dlPDF{
    cursor: pointer;
}
.adminsion{
    margin: 20px 0;
    background-color: #1becba;
}
.parent{
    margin: 20px 0;
    background-color: #217fe8;
}
.student{
    margin: 20px 0;
    background-color: #f5ab1b;
}
.brochure{
    margin: 20px 0;
    background-color: #f21357;
}
.dlImg{
    display: inline;
}
.dlImg img{
    width: 20%;
    height: auto;
}
.dlText{
    display: inline;
    white-space: nowrap;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 1.2rem;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
    margin: 30px 20px 20px 20px;
}



.footerBox{
    margin-top: 20px;
    height: auto;
    background-image: url('../img/dragon_tranparent.png') ,linear-gradient(#d97927, #f5ab1b) ;
    background-repeat: no-repeat;
    background-size:  auto 100%;
    background-position: left top;
    padding-bottom: 30px;
}

.linkList{
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
}

.linkList li{
    margin-top: 10px;
}

.linkList li a{
    white-space: nowrap;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 1rem;
    color: rgba(255,255,255,1);
    cursor: pointer;
}

table td, table td * {
    vertical-align: top;
    margin-top: 15px;
}

.schoolName{
    margin-top: 30px;
    white-space: nowrap;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 1.3rem;
    color: rgba(255,255,255,1);
    text-transform: uppercase;
}

.schoolInfo{
    margin-left: 10px;
    line-height: 20px;
    text-align: left;
    font-family: Cairo;
    font-style: normal;
    font-weight: normal;
    font-size: 1rem;
    color: rgba(255,255,255,1);
}

.followUs{
    margin-top: 20px;
    font-family: Cairo;
    font-style: normal;
    font-weight: bold;
    font-size: 1.1rem;
    color: rgba(255,255,255,1);
}

.followUs a{
    cursor: pointer;
    text-decoration: none;
    color : #043afd;
}

@media (max-width: 575px) { 
    .columnTitle {
        font-size: 1.5rem;
    }

    .btnbox{
        display: none;
    }
  
    .part1Title, .part2Title {
        font-size: 1.5rem;
    }
    .part1Text, .part2Text,.part1Link a, .postLink a  {
        font-size: 1rem;
    }
    .ads1Text{
    
        margin-top: 10px;
        float: none;
        font-size: 3rem;
    }
    .ads1btn {
        display: none;
    }
    #part1, #part2 {
        margin-top: 20px !important;
    }

    .part2Subtitle {
        font-size: 1.5rem;
    }

    .part2Text {
        margin-top: 10px;
    }
    .annountText, .newsText,.newsLink a {
        font-size: .79rem;
    }
    .principalName {
        
        font-size: 1rem;
    }
    .footerColumTitle{
        margin-top: 20px;
    }
 }

@media (min-width: 576px) {
    .columnTitle {
        font-size: 1.5rem;
        }

    .ads1Text{
    
        margin-top: 10px;
        float: none;
        font-size: 3rem;
    }
    .part1Title, .part2Title {
        font-size: 1.5rem;
    }
    .part1Text, .part2Text {
        font-size: 1rem;
    }
    .ads1btn {
        display: none;
    }
    #part1, #part2 {
        margin-top: 20px !important;
    }
    .annountText, .newsText {
        font-size: .79rem;
    }
    .principalName {
        
        font-size: 1rem;
    }
    .footerColumTitle{
        margin-top: 20px;
    }
 }


@media (min-width: 768px) { 
    .columnTitle {
        font-size: 1.5rem;
        }

    .newsText{
        margin-top: 15px;
    }
    
    .ads1Text{
        float: right;
        
        font-size: 3rem;
    }
    .ads1btn {
        /* margin-top: 20px; */
        display: inline-block;
    }
    .part1Title, .part2Title {
        font-size: 1.5rem;
    }
    .part1Text, .part2Text {
        font-size: 1rem;
    }
    .annountText, .newsText {
        font-size: .79rem;
    }
    .principalName {
        
        font-size: 1rem;
    }
}

@media (max-width: 991px) { 
    .downloadMain{
        height: auto;
        display: block;
    }
 }

@media (min-width: 992px) { 
    .principalName {
        
        font-size: 1rem;
    }
    .columnTitle {
        font-size: 1.5rem;
        }

    .ads1Text{
        margin-top: 10px;
        float: right;
        font-size: 3rem;
    }    
    .part1Title, .part2Title {
        font-size: 1.5rem;
    }
    .part1Text, .part2Text {
        font-size: 1rem;
    }
    .annountText, .newsText {
        font-size: .79rem;
    }
 }

@media (min-width: 1200px) { 
    .columnTitle {
        font-size: 1.5rem;
    }

    .ads1Text{
        margin-top: 10px;
        float: right;
        font-size: 3rem;
    }    
    .part1Title, .part2Title {
        font-size: 1.5rem;
    }
    .part1Text, .part2Text,.part1Link a, .postLink a  {
        font-size: 1rem;
    }

    .part2Subtitle {
        font-size: 1.5rem;
    }

    .part2Text {
        margin-top: 10px;
    }

    .principalName {
        
        font-size: 1.2rem;
    }

    .annountPost, .newsPost {
        margin-top: 20px;
    }
    .annountText, .newsText {
        font-size: .79rem;
    }
    .footerColumTitle{
        margin-top: 20px;
    }
    
.annountDate, .newsDate,.pipe,.annountTime {
    
    font-size: .8rem;
}


a {
    text-decoration: none !important;
}

