body{
    width: 100%;
    height: auto;
}

ul{
    list-style: none;
}
h2,h3,h4,h5,p{
    margin: 0px;
}
.clear-fix{
    clear: both;
}

.cell-mob{
    display: none;
    
}

.top-stup{
    width: 100%;
    height: 120px;
    
}
.top-stup .lg-stand{
    width: 250px;
    height: auto;
    float: left;
    line-height: 120px;
}

.top-stup .lg-stand a{
    text-decoration: none;
}
.top-stup .lg-stand img{
    height: 100px;
    width: 180px;
    
}
.top-stup .lg-stand h3{
    margin-top: 35px;
    width: 100%;
    font-family: literata;
    text-transform: uppercase;
    background:whitesmoke;
    color: #37aff0;
    text-align: center;
    padding: 10px;
    border-radius: 3px;
    font-size: 20px;
    line-height:25px;
    font-weight: 600;
}
.top-stup .contct{
    float: right;
    margin-top: 50px;
    width: 500px;
}
.top-stup .contct .admsn{
    width: 200px;
    float: left;
    margin-left: 20px;
    
}
.top-stup .contct .admsn p{
    width: 150px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    background: #FFB50D;
    border-radius: 3px;
    margin-left: 40px;
    margin-top: 5px;
    color: #000;
    font-weight: ;
    font-family: roboto;
}
.top-stup .contct .admsn p:hover a{
    background: #37aff0;
    color: #fff;
    border-radius: 3px;
}
.top-stup .contct .admsn p a{
    color: #000;
    text-decoration: none;
    display: block;
}
.top-stup .contct .conts{
    width: 280px;
    float: left;
    text-align: ;
    border-left: 1px solid #000;
    padding-left: 10px;
    height: 50px;
    padding-top: 5px;
}
.top-stup .contct .conts p{
    font-family: roboto;
    font-weight: ;
    font-size: 15px;
}
.top-stup .contct .conts p span{
    color: gray;
}
.top-stup .contct .conts p i{
    color: gray;
}

.nav-set{
    width: 100%;
    height: 50px;
    background: #0ca5f2;
    position: relative;
}
.nav-set ul{
    text-align: center;
    position: relative;
}

.nav-set ul li{
    float: left;
    line-height: 50px;
    width: 150px;
    font-family: roboto;
    text-align: center;
    font-weight: ;
    font-size: 15px;
    position: relative;
}

.nav-set ul li a{
    color: #fff;
    text-decoration: none;
    display: block;
}
.nav-set ul li:hover{
    background: #FFB50D;
    color: #000;
}
.nav-set ul ul{
    position: absolute;
    background: #0ca5f2;
    width: 250px;;
    height: auto;
    text-align: left;
    padding-bottom: 20px;
    margin-top: 0px;
    display: ;
    border-radius: 0px;
}
.nav-set ul li ul{
    
    
}
.nav-set ul li ul li{
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: left;
    background: #0ca5f2;
    float: none;
    font-size: 14px;
}
.nav-set ul li ul li:hover a{
    background:none;
    color: #000;
    display: block;
    line-height: 30px;
    
}



.evnt-sldrs{
    width: 100%;
    height: 400px;
}
.evnt-sldrs .carousel .carousel-inner .item{
    width: 100%;
    height: 400px;
}
.evnt-sldrs .carousel .carousel-inner .item img{
    width: 100%;
    height: 100%;
}

.academics{
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 100px;
    background: #fff;
    float: left;
}
.academics h3{
    text-align: center;
    margin-top: 30px;
    color: #;
    text-transform: uppercase;
    font-family: literata;
    font-weight: 600;
    
}
.academics #wng-mtr{
    margin: auto;
    width: 800px;
    margin-top: 10px;
    margin-bottom: px;
    font-family: roboto;
    text-align: center;
}
.academics .acdm-chld{
    width: 260px;
    height: 300px;
    float: left;
    position: relative;
    margin-right: 25px;
    margin-top: 50px;
}
.academics .acdm-chld a img{
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
}
.academics .acdm-chld p{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    background:rgba(0,0,0,0.7);
    position: absolute;
    bottom: 0px;
    border-top: 2px solid #FFB50D;
    font-family: roboto;
    font-size: 13px;
}

.academics .acdm-chld .acdm-hover{
    width: 260px;
    height: 300px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background:rgba(0,0,0,0.5);
    z-index: 999;
    transition: 1.5s;
    opacity: 0;
}
.academics .acdm-chld .acdm-hover button{
    width: 100px;
    height: 25px;
    background: #FFB50D;
    line-height: 25px;
    outline: none;
    border: none;
    margin: auto;
    color: #000;
    margin-left: 80px;
    font-family: calibri;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 130px;
    
}
.academics .acdm-chld:hover .acdm-hover {
    transition: 1.0s;
    opacity: 1;
}



.alp-wlcm{
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    margin-top: px;
    background: #0ca5f2;
    padding-top:100px;
    padding-bottom:100px;
    position: relative;
}
.alp-wlcm .img-sctn{
    width: 550px;
    height: auto;
    float: left;
    margin-right: 25px;
    margin-top: 0px;
}
.alp-wlcm .img-sctn img{
    width: 100%;
    height: 320px;
    border: 3px solid #fff;
}

.alp-wlcm .wlcm-content h3{
    font-family: roboto;
    color: yellow;
    text-transform: uppercase;
    font-weight: ;
    font-size: 20px;
    margin-bottom: 10px;
    
}
.alp-wlcm .wlcm-content p{
    font-family: lato;
    text-align: justify;
    color: #fff;
    margin-bottom: 20px;
}
.alp-wlcm .wlcm-content #readmr{
    position: absolute;
    bottom: 50px;
    right: 100px;
    width: 120px;
    background: #FFB50D;
    border-radius: 3px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    font-family: roboto;
    font-size: 13px;
}
.alp-wlcm .wlcm-content #readmr a{
    text-decoration: none;
    display: block;
    color: #000;
    
}
.alp-wlcm .wlcm-content #readmr a:hover{
    color: #fff;
}

.alp-glri{
    width: 100%;
    height: auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.alp-glri h3{
    text-align: left;
    font-family: roboto;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #0ca5f2;
    font-family:literata;
    font-weight: ;
    margin-left: 10px;
    
}
.alp-glri .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: 10px;
    margin-bottom: 30px;
}
.alp-glri .galry-mnu{
    width: 100%;
    margin: auto;
    height: auto;
     padding-left: 10px;
}
.alp-glri .galry-mnu .glry-cont{
    width: 375px;
    height: 220px;
    float: left;
    position: relative;
}
.alp-glri .galry-mnu .glry-cont img{
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
}
.alp-glri .galry-mnu .glry-cont h4{
    width: 100%;
    height: 50px;
    background: rgba(0,0,0,0.5);
    text-align: center;
    color: #0ca5f2;
    line-height: 50px;
    border-left: 10px;
    font-family: literata;
    bottom: 0px;
    position: absolute;
    font-size: 14px;
    border-top: 2px solid #0ca5f2;
    display: none;
    
}
.alp-glri .galry-mnu .glry-cont .cont-menu{
    width: 375px;
    height: 220px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: ;
    z-index: 999;
    transition: 1.5s;
}

.alp-glri .galry-mnu .glry-cont .cont-menu h4{
    display:;
    
}
.alp-glri .galry-mnu .glry-cont .cont-menu button{
    margin: auto;
    margin-top: 80px;
    width: 100px;
    outline: none;
    background: #0ca5f2;
    height: 25px;
    border-radius: 3px;
    border: none;
    font-family: calibri;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    opacity: 0;
   
}
.alp-glri .galry-mnu .glry-cont .cont-menu:hover{
    background: rgba(0,0,0,0.6);
}
.alp-glri .galry-mnu .glry-cont .cont-menu:hover h4{
    
}
.alp-glri .galry-mnu .glry-cont .cont-menu:hover button{
    display: block;
    margin: auto;
    margin-top: 100px;
    width: 100px;
    outline: none;
    background: #0ca5f2;
    height: 25px;
    border-radius: 3px;
    border: none;
    font-family: calibri;
    font-weight: bold;
    color: #fff;
    transition: 2s;
    opacity: 10;
    
}
.alp-glri .galry-mnu .glry-cont .cont-menu:hover button i{
    font-size: 12px;
   
}

.announce{
    width: 100%;
    height: 550px;
    background: whitesmoke;
    margin-top: 80px;
}
.announce .anuns-mtr{
    width: 100%;
    height: auto;
    margin-top: 70px;
    margin-bottom: 20px;
    
}

.announce .anuns-mtr i{
    width: 50px;
    text-align: center;
    font-size: 30px;
    float: left;
    margin-right: 30px;
    color: #0ca5f2;
}
.announce .anuns-mtr:hover{
    
}
.announce .anuns-mtr h4{
    font-size: 22px;
    font-family: literata;
    text-transform: uppercase;
    font-weight: 600;
    width: 600px;
    float: left;
    color: #0ca5f2;
    
}
.announce .anuns-mtr p{
    width: 150px;
    height: 30px;
    float: right;
    text-align: center;
    border: 1px solid #ccc;
    line-height: 30px;
    font-family: roboto;
    border-radius: 3px;
    
}

.announce .anuns-mtr p a{
    display: block;
    text-decoration: none;
}



.announce .anuns-mtr p:hover{
    background: #0ca5f2;
    color: #fff;
    
}
.announce .anuns-mtr p a:hover{
    
    color: #fff;
    
}
.announce .big-news{
    width: 100%;
    height: auto;
    margin-top: 40px;
    margin-right: px;
}
.announce .big-news .newsnum{
    width: 50px;
    height: 50px;
    border: 1px solid #ccc;
    float: left;
    margin-left:15px;
    margin-right:15px;
    line-height: 50px;
    text-align: center;
    background: #0ca5f2;
    color: #fff;
}
.announce .big-news .newsdtls {
    width: 470px;
    font-weight: ; 
    padding-top: px;
    float: left;
    font-family: roboto;
    
}

.announce .big-news .newsdtls h4{
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 13px;
    font-family: literata;
}
.announce .big-news .newsdtls p{
    text-align:justify;
    color: #000;
    font-size: 13px;
}

.reslts{
    width: 100%;
    height:500px;
    margin-top: 100px;
}
.reslts h3{
    text-align: left;
    height: px;
    text-transform: uppercase;
    font-weight: ;
    font-family: literata;
    color: #0ca5f2;
    margin-bottom: 5px;
}
.reslts .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
}

.reslts .rslt-imgs{
    width: 200px;
    height: 240px;
    display: inline-block;
    margin-right: 50px;
    margin-top: 50px;
    position: relative;
}
.reslts .rslt-imgs marquee{
    width: ;
    height: auto;
}
.reslts .rslt-imgs img{
    width: 100%;
    height: 100%;
    border:1px solid #ccc;
    
}
.reslts .rslt-imgs .rslt-shw{
    width: 90px;
    height: 25px;
    position: absolute;
    z-index: 999;
    margin-top:px;
    background: rgba(255,181,13,0.7);
    text-align: center;
    color: #000;
    border-radius: 0px 0px 50px 0px;
}
.reslts .rslt-imgs .rslt-shw h4{
     line-height: 25px;
     font-family:calibri;
     font-size: 14px;
}
.reslts .rslt-imgs .rslt-chld{
    width: 200px;
    position: absolute;
    bottom: 0px;
    z-index: 999;
    
}
.reslts .rslt-imgs .rslt-chld h4{
    background: rgba(0,0,0,0.5);
    height: 40px;
    color: #fff;
    font-family: roboto;
    text-align: center;
    line-height: 40px;
    font-size: 13px;
    margin-top: 10px;
}

.adm-opens{
    width: 100%;
    height: 150px;
    background: #0ca5f2;
    
}


.adm-opens .adm-mtr{
    width: 550px;
    margin-top: 50px;
    float: left;
    text-align: center;
    border-right: 2px solid #000;
    margin-right: 20px;
}
.adm-opens .adm-mtr h3{
    font-family: literata;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}
.adm-opens .adm-mtr p{
    font-family: roboto;
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.adm-opens .let-enquir{
    width: 400px;
    text-align: center;
    margin-top: 50px;
    float: left;
}
.adm-opens .let-enquir button{
    height: 35px;
    width: 220px;
    outline: none;
    margin-top: 10px;
    border-radius: 5px;
    border:none;
    background: #FFB50D;
    color: #000;
    margin-left: 50px;
}


footer{
    width: 100%;
    height: auto;
    background: #000;
    
}


footer .abt-mtr h4{
    font-family: literata;
    color: ;
    margin-bottom: 10px;
}
footer .abt-mtr{
    width: 350px;
    height: auto;
    margin-right: 20px;
    margin-top: 50px;
    float: left;
    color: gray;
    font-family: calibri;
}
footer .abt-mtr ul{
    margin-top: 25px;
    margin-left: -40px;
}
footer .abt-mtr ul li{
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-right: 30px;
    border: 1px solid grey;
    text-align: center;
    border-radius: 50px;
    
}
footer .abt-mtr ul li a{
    color: gray;
    display: block;
}
footer .abt-mtr ul li:hover{
    background: #0ca5f2;
    border: 1px solid #000;
}
footer .abt-mtr ul li:hover a{
    color: whitesmoke;
    
}

footer .ftrloc-set{
    width: 350px;
    height: auto;
    margin-right: 20px;
    margin-top: 50px;
    float: left;
    color: gray;
    font-family: calibri;
}
footer .ftrloc-set h4{
    text-align: center;
    margin-bottom: 20px;
}
footer .ftrloc-set i{
    width: 30px;
    height: 30px;
    padding: px;
    text-align: center;
    line-height: 30px;
    margin-left: 50px;
    float: left;
    margin-right: 20px;
    border-radius: 100px;
    border: 1px solid grey;
    padding: 0px 10px;
    font-size: 12px;
}
footer .ftrloc-set p{
    text-align: ;
    float: left;
}
footer .ftrloc-set i:hover{
     background: #0ca5f2;
    color: whitesmoke;
    border: 1px solid #000;
}
footer .ftrloc-set .commun{
   margin-top: 10px;
}
footer .ftrloc-set .commun i:hover{
   background: #0ca5f2;
    color: whitesmoke;
}



footer .foot-lnks{
    width: 350px;
    height: auto;
    margin-right: 20px;
    margin-top: 50px;
    float: left;
    color: gray;
    font-family: literata;
}

footer .foot-lnks h4{
    text-align: center;
        margin-bottom: 20px;
        margin-right: 50px;
}
footer .foot-lnks ul{
    margin-left: 0px;
}
footer .foot-lnks ul li{
    margin-bottom: 10px;
	width: 150px;
	float: left;
	font-family: calibri;
	font-size: 14px;
}
footer .foot-lnks ul li a{
    text-decoration: none;
    color: gray;
}
footer .foot-lnks ul li a i{
	font-size: 12px;
}
footer .foot-lnks ul li:hover a{
    color: #ccc;
}


.botm-set{
    width: 100%;
    height: auto;
    margin-top: 50px;
    
}

.botm-set p{
    
    font-family: calibri;
    color: grey;
    margin-bottom: 30px;
    
}
.botm-set:hover p{
    color: #ccc;
}
.botm-set .fst-copy{
    float: left;
    width: 500px;
}
.botm-set .sec-copy{
    float: right;
    width: 500px;
    text-align: right;
}
.botm-set .sec-copy a{
    color: gray;
    text-decoration: none;
}
.botm-set:hover p a{
    color: #ccc;
} 

.fix-btn{
    width: px;
    height: auto;
    position: fixed;
    bottom: 20px;
    right: 80px;
    z-index: 999;
}

.fix-btn .slide-up{
    position: absolute;
    width: 50px;
    height: 50px;
    margin: auto;
    background: #0ca5f2;
    border-radius: 50px;
    text-align: center;
    bottom: 100px;
    display: none;
    right: px;
}
.fix-btn .slide-up i{
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}

.fix-btn .whats-call{
    width: 50px;
    height: 50px;
    margin: auto;
    background: green;
    border-radius: 50px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    margin-left: 3px;
}

.fix-btn .whats-call i{
    font-size: 25px;
    color: #fff;
    line-height: 50px;
}


.pgbnr{
    width: 100%;
    height: 220px;
    position: relative;
}
.pgbnr img{
    width: 100%;
    height: 100%;
}
.pgbnr a{
    text-decoration: none;
    color: #fff;
}

.pgbnr .bnr-img{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
}
.pgbnr .bnr-img h4{
    text-align: center;
    line-height: 220px;
    color: #fff;
    font-family: roboto;    
}


/*Contact design*/


.conts-section{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.conts-section .map-dtls{
    width: 100%;
    height: 300px;
    
}
.conts-section .map-dtls iframe{
    width: 100%;
    height: 100%;
}
.conts-section .cont-head{
    width: 100%;
    height: auto;
    
}
.conts-section .enquire{
    width: 600px;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    float: left;
}
.conts-section .enquire h3{
    font-family: literata;
    color: #0ca5f2;
    margin-bottom: 5px;
    padding-top: 10px;
}
.conts-section .enquire .brdr-role{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin-bottom: 30px;
}
.conts-section .enquire .frm-grp{
    width: 260px;
    margin-right: 40px;
    height: auto;
    margin-bottom: 40px;
    float: left;
    font-family: roboto;
    
}
.conts-section .enquire .frm-grp p{
    font-weight: 600;
    font-size: 12px;
}
.conts-section .enquire .frm-grp input{
    width: 100%;
    height: 35px;
    border: 1px solid #ccc;
    background: none;
    outline: none;
    padding-left: 5px;
}
.conts-section .enquire .frm-grp button{
    width: 150px;
    height: 35px;
    border: none;
    outline: none;
    margin-top: 25px;
    background: #0ca5f2;
    color: #fff;
    border-radius: 3px;
    font-family: calibri;
}

.conts-section .enquire .frm-grp-big{
    width: 560px;
}
.conts-section .enquire .frm-grp-big p{
    font-weight: 600;
    font-size: 12px;
}
.conts-section .enquire .frm-grp-big textarea{
    width: 100%;
    height: 100px;
    border: 1px solid #ccc;
    background: none;
    outline: none;
    padding-left: 5px;
}

.conts-section .contact-address{
    margin-top: 50px;
     width: 500px;
    float: left;
    border-left: 1px solid #ccc;
    padding: 10px;
    padding-left: 30px;
    font-family: roboto;
}
.conts-section .contact-address h3{
    color: #0ca5f2;
    font-family: literata;
    margin-bottom: 5px;
    
}
.conts-section .contact-address .brdr-role{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin-bottom: 30px;
}
.conts-section .contact-address .cnt-addr{
    width: 500px;
    height: 150px;
    margin-bottom: 20px;
    background: ;
    padding: 10px;
    font-family: roboto;
    font-size: 14px;
    
}
.conts-section .contact-address .cnt-addr i{
    width: 40px;
    float: left;
    font-size: 20px;
    color: #0ca5f2;
    margin-top:10px;
}
.conts-section .contact-address .cnt-addr .cnt-dtls{
     width: 400px;
     float: left;
     
}
.conts-section .contact-address .cnt-addr .cnt-dtls p{
    padding-top: 5px;
}
.conts-section .contact-address .cnt-commun{
    width: 500px;
    height: 100px;
    margin-bottom: 20px;
    background: ;
    padding: 10px;
    font-family: roboto;
    font-size: 14px;
}
.conts-section .contact-address .cnt-commun span{
    width: 40px;
    float: left;
    font-size: 20px;
    color:#0ca5f2;
}

.conts-section .contact-address .cnt-commun .cnt-dtls{
    width: 400px;
     float: left;
}

.conts-section .contact-address .cnt-commun .cnt-dtls p{
    padding-top: 5px;
}

.conts-section .contact-address .cnt-web{
    width: 500px;
    height: 150px;
    margin-bottom: 20px;
    background: ;
    padding: 10px;
    font-family: roboto;
    font-size: 14px;
    
}
.conts-section .contact-address .cnt-web i{
    width: 40px;
    float: left;
    font-size: 20px;
    color: #0ca5f2;
    margin-top:10px;
}
.conts-section .contact-address .cnt-web .cnt-dtls{
     width: 400px;
     float: left;
     
}
.conts-section .contact-address .cnt-web .cnt-dtls p{
    padding-top: 5px;
}





/*Discloser*/




.tble-sclttl{
    width: 800px;
    height: auto;
    margin: auto;
    margin-top:90px;
    
}
.tble-sclttl h4{
    font-family: literata;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    background: whitesmoke;
    height: 40px;
    line-height: 40px;
    color: #000;
    
}
.tble-sclttl p{
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}
.tble-sclttl table{
    font-family: calibri;
    width: 100%;
    border: 1px solid #ccc;
    text-align: center;
}
.tble-sclttl table .table-head{
    font-weight: 600;
    background:#0ca5f2 ;
    color: #fff;
    
}
.tble-sclttl table .table-head:hover{
    background:#0ca5f2;
}
.tble-sclttl table .table-head td{
    border: none;
}
.tble-sclttl table tr td{
    font-size: 14px;
    height: 35px;
    border: 1px solid #e1e1e1;
    font-weight: 600;
}
.tble-sclttl table tr:hover{
    background: #e1e1e1;
}


.tble-disclose{
    width: 800px;
    height: auto;
    margin: auto;
    margin-top:90px;
    
}
.tble-disclose h4{
    font-family: literata;
    text-align: center;
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    background: #0b4f52;
    height: 40px;
    line-height: 40px;
    color: #fff;
    
}
.tble-disclose p{
    color: ;
    text-decoration: underline;
    font-weight: bold;
}
.tble-disclose table{
    width: 100%;
    font-family: calibri;
    border: 1px solid #ccc;
    text-align: center;
    
}
.tble-disclose table .table-head{
    font-weight: 600;
    background: #0ca5f2;
    color: #fff;
    text-align: center;
}
.tble-disclose table .table-head td{
    border: none;
    
}
.tble-disclose table tr td{
    border: 1px solid #ccc;
    font-size: 15px;
    height: 35px;
    font-size: 14px;
    font-weight: 600;
}

.tble-disclose .note-mind{
    color: #000;
    font-family: calibri;
    font-weight: 600;
    text-decoration: none;
    margin-top: 5px;
    width: 800px;
    padding: 0px 10px;
    text-align: justify;
    text-transform: lowercase;
}


/*Events Gallery Page*/




.evnts-galri{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
.evnts-galri h3{
    text-align: center;
    font-family: roboto;
    color: #0ca5f2;
    margin-bottom: 5px;
}
.evnts-galri .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin: auto;
    margin-bottom: 30px;
}

.evnts-galri .galry-mnu{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.evnts-galri .galry-mnu .glry-chld{
    width: 260px;
    height: 300px;
    float: left;
    margin-left: 25px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    position: relative;
    background: #0ca5f2;
    border-bottom: ;
}
.evnts-galri .galry-mnu .glry-chld img{
    width: 100%;
    height: 240px;
    border-bottom: 3px solid #FFB50D;
}
.evnts-galri .galry-mnu .glry-chld .glr-cont{
    width: 260px;
    height: 237px;
    float: left;
    border: 1px solid #ccc;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    
}
.evnts-galri .galry-mnu .glry-chld .glr-cont button{
    width: 35px;
    height: 35px;
    margin-left: 115px;
    margin-top: 100px;
    border-radius: 3px;
    background: none;
    border: none;
    background: whitesmoke;
}
.evnts-galri .galry-mnu .glry-chld .glr-cont:hover{
    opacity: 1;
    transition: 1.0s;
}
.evnts-galri .galry-mnu .glry-chld .glr-cont button:hover{
    background: #0ca5f2;
    color: #fff;
}
.evnts-galri .galry-mnu .glry-chld h4{
    text-align: center;
    margin-top: 20px;
    color: #fff;
    font-family: roboto;
    font-size: 14px;
    bottom: 0px;
}



/*Gallery Sub cateory*/

.glry-potos{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.glry-potos h3{
    text-align: ;
    font-family: literata;
    color: #0ca5f2;
    margin-bottom: 10px;
}
.glry-potos .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin-bottom: 30px;
}

.glry-potos .glrys{
    width: 340px;
    height: 260px;
    float: left;
    margin-right: 40px;
    margin-bottom: 50px;
    border: 5px solid #e1e1e1;
}
.glry-potos .glrys img{
    width: 100%;
    height: 100%;
}



/*About us */


.scl-about{
    width: 100%;
    height: auto;
    margin-top: 100px;
    
}
.scl-about .abtscl{
    width: 700px;
    height: auto;
    float: left;
    margin-right: 40px;
    margin-bottom: 80px;
    
}
.scl-about .abtscl h3{
    color: #0ca5f2;
    font-family: literata;
    margin-bottom: 5px;
}
.scl-about .abtscl .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin-bottom: 30px;
}

.scl-about .abtscl p{
    font-family: roboto;
    font-size: 13px;
    text-align: ;
    margin-bottom: 25px;
}

.abtscl-img{
    width: 400px;
    float: left;
    margin-top: 0px;
    
}
.abtscl-img img{
    width: 100%;
    height: 280px;
    border: 1px solid #000;
    
}

.vsn-goal{
    width: 100%;
    height: auto;
    padding-top: 80px;
    margin: 0px 0px;
    border-top: 1px solid #e1e1e1;
}


.vsn-goal .vsn-content{
    width: 510px;
    margin-right: 40px;
    float: left;
    border: 2px solid grey;
    padding: 10px;
    margin-bottom: 100px;
}
.vsn-goal .vsn-content img{
    width: 120px;
    height: 120px;
    margin: auto;
    margin-top: -70px;
    margin-left: 185px;
}

.vsn-goal .vsn-content h3{
    font-family: literata;
    color: #0ca5f2;
    margin-top: 50px;
    margin-bottom: 10px;
    font-size: 18px;
}

.vsn-goal .vsn-content p{
    text-align: justify;
    margin-bottom: 20px;
    font-family: roboto;
    font-size: 13px;
}



/*Directors-Page*/

.md-mtr{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.md-mtr .md-pic{
    width: 350px;
    height: auto;
    float: left;
    margin-right: 50px;
}

.md-mtr .md-pic img{
    width: 100%;
    height: auto;
}

.md-mtr .md-msg{
    width: 700px;
    margin-top: 70px;
    height: auto;
    float: left;
}
.md-mtr .md-msg h3{
    color: #0ca5f2;
    font-family: literata;
    margin-bottom: 10px;
}
.md-mtr .md-msg .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin-bottom: 20px;
}
.md-mtr .md-msg p{
    margin-bottom: 30px;
    font-family: roboto;
    text-align: ;
}
.md-mtr .info-mds{
    width: 100%;
    height: auto;
    
}
.md-mtr .info-mds h4{
    font-weight: 600;
    font-family: literata;
    font-size: 14px;
    margin-bottom: 5px;
}
.md-mtr .info-mds p{
    font-family: roboto;
}

.prnc-mtr{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}
.prnc-mtr .prnc-msg{
    width: 700px;
    height: auto;
    float: left;
    margin-right: 50px;
}
.prnc-mtr .prnc-msg h3{
    color: #0ca5f2;
    font-family: literata;
    margin-bottom: 10px;
}
.prnc-mtr .prnc-msg .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin-bottom: 20px;
}
.prnc-mtr .prnc-msg p{
     margin-bottom: 30px;
    font-family: roboto;
    text-align: ;
    text-indent: px;
    font-size: 13px;
}


.prnc-mtr .prnc-pic{
    width: 390px;
    height: auto;
    float: right;
    margin-top: 30px;
}

.prnc-mtr .prnc-pic img{
    width: 100%;
    height: auto;
}
.prnc-mtr .prnc-pic .info-mds{
    text-align: center;
    margin-top: 20px;
}
.prnc-mtr .prnc-pic .info-mds h4{
    font-family: literata;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}


.alp-team{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 150px;
}
.alp-team h3{
    color: #0ca5f2;
    font-family: literata;
    margin-bottom: 10px;
    text-align: center;
    
}
.alp-team .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    
}
.alp-team .alp-stfs{
    width: 280px;
    height: 340px;
    margin-right: 100px;
    float: left;  
    margin-bottom: 100px;
    position: relative;
    background: #0ca5f2;
    text-align: center;
    
}

.alp-team .alp-stfs img{
    width: 100%;
    height: 280px;
    
}
.alp-team .alp-stfs .stf-contnt{
    width: 280px;
    height: 280px;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-align: center;
    padding-top: 10px;
    background: rgb(0,0,0,0.2);
    border-bottom: 3px solid #FFB50D;
}
.alp-team .alp-stfs h4{
    color: #fff;
    font-family: roboto;
    font-size: 14px;
    margin-top: 10px;
}
.alp-team .alp-stfs p{
    color: #fff;
    font-family: roboto;
    font-size: 13px;
    margin-top: 5px;
    
}

/*Acadmic Page*/

.acdm-full{
    width:100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.acdm-full h3{
     text-align: center;
    font-family: roboto;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #000;
    font-family:literata;
    font-weight: ;
    margin-left: 10px;
    
}
.acdm-full .brdr-rol-sngl{
     width: 80px;
    margin: auto;
    border-bottom: 2px solid #0ca5f2;
    margin-bottom: 30px;
}

.acdm-full .acdm-block{
    width: 100%;
    height: auto;
    
}

.acdm-full .acdm-block .acdm-img{
    width: 400px;
    height: 300px;
    float: left;
    background: whitesmoke;
    margin-right: 50px;
    margin-top: 50px;
    border-radius: 3px;
}
.acdm-full .acdm-block .acdm-img img{
    width: 250px;
    height: 250px;
    margin: auto;
    margin-left: 70px;
    margin-top: 25px;
    border-radius: 200px;
    border:5px solid #fff;
    
}
.acdm-full .acdm-block .acdm-mtr{
    width: 700px;
    height: auto;
    margin-top: 0px;
    float: left;
    margin-top: 50px;
}
.acdm-full .acdm-block .acdm-mtr h4{
    font-family: literata;
    margin-bottom: 10px;
    font-weight: 600;
    color: #0ca5f2;
    font-size: 15px;
}
.acdm-full .acdm-block .acdm-mtr p{
    font-family: roboto;
    text-align: justify;
    margin-bottom: 20px;
    font-size: 13px;
}
.acdm-full .acdm-block .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin-top: px;
    margin-bottom: 15px;
}


.newas-head{
    width: 100%;
    height: auto;
    margin-top: 50px;
}
.newas-head h3{
    text-align: center;
    font-family: roboto;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #0ca5f2;
    font-family:literata;
    font-weight: ;
    margin-left: 10px;
}
.newas-head .brdr-rol{
    width: 80px;
    margin: auto;
    border-bottom: 2px solid #000;
    margin-bottom: 80px;
}

.newas-head .news-block{
    width: 850px;
    height: auto;
    margin-bottom: 50px;
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
}

.newas-head .news-block img{
    width: 150px;
    height: 170px;
    margin-bottom: 15px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.newas-head .news-block h4{
    color: #0ca5f2;
    font-family: roboto;
    font-size: 16px;
    margin-bottom: 10px;
}
.newas-head .news-block p{
    font-family: roboto;
    font-size: 14px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}

.newas-head .news-block .link-block{
    margin-bottom: 20px;
    
}
.newas-head .news-block .link-block a{
    text-decoration: none;
    
}
.newas-head .news-block button{
    outline: none;
    border: none;
    background: red;
    width: 150px;
    height: 30px;
    border-radius: 3px;
    color: #fff;
    font-family: roboto;
    font-size: 13px;
    line-height: 30px;
}


