@media only screen and (min-width:200px) and (max-width:767px){
    
    .container{
        
        width: 100%;
        flex-direction: ;
    }
    
    .dsktp{
        display: none;
    }
    
    .cell-mob{
        display: block;
    }
    

    

    
    
#main-box{ 
    width:100%;
    height: 50px;
    background:#37aff0;
    color: #fff;
    display: block;
    padding: 0px;
}
#main-box p{
    width: 40px;
    height: 30px;
    float: right;
    text-align: center;
    margin-right: 15px;
    background:#fff;
    border-radius: 2px;
    margin-top: 10px;
}
#main-box p i{
    font-size:18px;
    line-height:30px;
    color:#25497a;
}
    


#main-box a{
    float: left;
    color: #fff;
    margin-top:15px;
    font-size: 17px;
    margin-left: 15px;
    font-family: ;
    text-decoration: none;
    font-family: literata;
}    

.sidemenu{
    position: fixed;
    top: 50px;
    left: 0px;
    height: 100%;
    width: 70%;
    background:#fff;
    z-index: 1000;
    padding-top: 10px;
    overflow: hidden;
    display: none;
    height: 700px;
}

.sidemenu  .main_lgimg{
    width:100%;
    height: 20px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 150px;
    
}
.sidemenu  .main_lgimg a img{
    width: 130px;
    height: 100px;
    margin-left: 90px;
    display: ;
}
     
  
.sidemenu h4{
    text-align: center;
    text-transform: uppercase;
    font-weight: ;
    margin-bottom: 25px;
    
}    
.sidemenu h4 a{
    color: red;
    text-decoration: none;
    
}    
    
.sidemenu ul{
    list-style: none;
    margin-left: -40px;
    
}
.sidemenu ul li{
    width: 100%;
    height: 35px;
    padding-left: 10px;
    line-height: 35px;
    font-size: 15px;
     font-weight: 600;
    font-family: calibri;;
    border-bottom: 1px dashed #ccc;
}

.sidemenu ul li a{
    color:#000;
    display: block;
    text-decoration: none;
        
}
.sidemenu ul li:hover a{
    background:#37aff0;
    color: #fff;
    padding-left: 10px;
}
.sidemenu ul li a i{
    font-size: 12px;
}
    .sidemenu ul li a:hover i{
        color:#fff;
    }

.sidemenu .closebtn{
    position: absolute;
    top:10px;
    right: 10px;
    font-size: 22px;
}  
    
    .sidemenu .cont-addr{
        width: 100%;
        height: auto;
        margin-top: 50px;
        text-align: center;
    }    
    .sidemenu .cont-addr button{
        outline: none;
        border: none;
        background: #f7bc0a;
        height: 35px;
        width: 150px;
        border-radius: 5px;
        margin-bottom: 25px;
    }    
    
    .sidemenu .cont-addr p{
        width: 100%;
        height: auto;
        color: #000;
        font-size: 16px;
        line-height: 25px;
    }
    .sidemenu .cont-addr p i{
        color: green;
        font-size: 18px;
    }
    
    

.evnt-sldrs{
    width: 100%;
    height: 250px;
}
.evnt-sldrs .carousel .carousel-inner .item{
    width: 100%;
    height: 250px;
}
.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{
    width: 100%;
    padding: px;
    text-align: center;
    margin-top: 30px;
    color: #;
    text-transform: uppercase;
    font-family: literata;
    font-weight: 600;
    
}
.academics #wng-mtr{
    margin: auto;
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: px;
    font-family: roboto;
    text-align: center;
}
.academics .acdm-chld{
    width: 100%;
    height: 350px;
    float: left;
    position: relative;
    margin-right: 0px;
    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: 100%;
    height: 350px;
    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: 120px;
    height: 30px;
    background: #FFB50D;
    line-height: 30px;
    outline: none;
    border: none;
    margin: auto;
    color: #000;
    margin-left: 120px;
    font-family: calibri;
    font-size: 12px;
    border-radius: 3px;
    margin-top: 150px;
    
}
.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:50px;
    padding-bottom:100px;
    position: relative;
}
.alp-wlcm .img-sctn{
    width: 100%;
    height: auto;
    float: none;
    margin-right: 0px;
    margin-top: 0px;
}
.alp-wlcm .img-sctn img{
    width: 100%;
    height: 250px;
    border: 3px solid #fff;
    margin-bottom: 25px;
}

.alp-wlcm .wlcm-content h3{
    width: 100%;
    font-family: roboto;
    color: yellow;
    text-transform: uppercase;
    font-weight: ;
    font-size: 17px;
    margin-bottom: 10px;
    
    
}
.alp-wlcm .wlcm-content p{
    width: 100%;
    font-family: lato;
    text-align: justify;
    color: #fff;
    margin-bottom: 20px;
}
.alp-wlcm .wlcm-content #readmr{
    position: absolute;
    bottom: 50px;
    right: 0px;
    left: 0px;
    
    width: 70%;
    margin: auto;
    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{
    width: 100%;
    text-align: center;
    font-family: roboto;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #0ca5f2;
    font-family:literata;
    font-weight: ;
    margin-left: 0px;
    
}
.alp-glri .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin: auto;
    margin-bottom: 30px;
}
.alp-glri .galry-mnu{
    width: 100%;
    margin: auto;
    height: auto;
    padding-left: 0px;
}
.alp-glri .galry-mnu .glry-cont{
    width: 100%;
    height: 220px;
    float: none;
    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: none;
    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: 100%;
    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: auto;
    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: 10px;
    color: #0ca5f2;
}
.announce .anuns-mtr:hover{
    
}
.announce .anuns-mtr h4{
    font-size: 22px;
    font-family: literata;
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    float: none;
    color: #0ca5f2;
    margin-bottom: 30px;
    
}
.announce .anuns-mtr p{
    width: 60%;
    height: 30px;
    float: none;
    margin: auto;
    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:0px;
    margin-right:10px;
    line-height: 50px;
    text-align: center;
    background: #0ca5f2;
    color: #fff;
}
.announce .big-news .newsdtls {
    width: 80%;
    font-weight: ; 
    padding-top: px;
    float: left;
    font-family: roboto;
    margin-bottom: 50px;
}

.announce .big-news .newsdtls h4{
    width: 100%;
    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;
    width: 100%;
}
    

.reslts{
    width: 100%;
    height:500px;
    margin-top: 50px;
}
.reslts h3{
    width: 100%;
    
    text-align: center;
    height: px;
    text-transform: uppercase;
    font-weight: ;
    font-family: literata;
    color: #0ca5f2;
    margin-bottom: 10px;
    font-size: 18px;
}
.reslts .brdr-rol{
    width: 80px;
    margin: auto;
    border-bottom: 2px solid #000;
}

.reslts .rslt-imgs{
    width: 80%;
    height: 320px;
    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: 100%;
    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: 14px;
    margin-top: 10px;
}
  

.adm-opens{
    width: 100%;
    height: 280px;
    background: #0ca5f2;
    
}


.adm-opens .adm-mtr{
    width: 100%;
    margin-top: 50px;
    float: none;
    text-align: center;
    border-right:none;
    margin-right: 0px;
    text-align: center;
}
.adm-opens .adm-mtr h3{
    text-align: center;
    font-family: literata;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
}
.adm-opens .adm-mtr p{
    text-align: center;
    font-family: roboto;
    font-size: 20px;
    color: #fff;
    margin-top: 5px;
}

.adm-opens .let-enquir{
    width: 100%;
    text-align: center;
    margin-top: 50px;
    float: none;
}
.adm-opens .let-enquir button{
    height: 35px;
    width: 80%;
    outline: none;
    margin-top: 10px;
    border-radius: 5px;
    border:none;
    background: #FFB50D;
    color: #000;
    margin-left: 0px;
}
 


footer{
    width: 100%;
    height: auto;
    background: #000;
    
}


footer .abt-mtr h4{
    font-family: literata;
    color: ;
    margin-bottom: 10px;
}
footer .abt-mtr{
    width: 100%;
    height: auto;
    margin-right: 0px;
    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: 0px;
    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: crimson;
    border: 1px solid #000;
}
footer .abt-mtr ul li:hover a{
    color: whitesmoke;
    
}

footer .ftrloc-set{
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-top: 50px;
    float: left;
    color: gray;
    font-family: calibri;
}
footer .ftrloc-set h4{
    text-align:left ;
    margin-bottom: 20px;
}
footer .ftrloc-set i{
    width: 30px;
    height: 30px;
    padding: px;
    text-align: center;
    line-height: 30px;
    margin-left: 10px;
    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: crimson;
    color: whitesmoke;
    border: 1px solid #000;
}
footer .ftrloc-set .commun{
   margin-top: 10px;
}
footer .ftrloc-set .commun i:hover{
   background: crimson;
    color: whitesmoke;
}



footer .foot-lnks{
    width: 100%;
    height: auto;
    margin-right: 0px;
    margin-top: 50px;
    float: left;
    color: gray;
    font-family: literata;
}

footer .foot-lnks h4{
    text-align:left ;
    margin-bottom: 20px;
}
footer .foot-lnks ul{
    margin-left: 0px;
}
footer .foot-lnks ul li{
    margin-bottom: 10px;
}
footer .foot-lnks ul li a{
    text-decoration: none;
    color: gray;
}
footer .foot-lnks ul li:hover a{
    color: #ccc;
}
   

 

.botm-set{
    width: 100%;
    height: auto;
    margin-top: 50px;
    padding-bottom: 25px;
}

.botm-set p{
    
    font-family: calibri;
    color: grey;
    margin-bottom: 5px;
    text-align: center;
}
.botm-set:hover p{
    color: #ccc;
}
.botm-set .fst-copy{
    float: none;
    width: 100%;
    
}
.botm-set .sec-copy{
    float: none;
    width: 100%;
    text-align: center;
}
.botm-set .sec-copy a{
    color: gray;
    text-decoration: none;
}
.botm-set:hover p a{
    color: #ccc;
    text-align: center;
} 
   

.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;    
}
    
    
    
/*Academics*/    

    

.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: 100%;
    height: 300px;
    float: none;
    background: whitesmoke;
    margin-right: 0px;
    margin-top: 50px;
    border-radius: 3px;
}
.acdm-full .acdm-block .acdm-img img{
    width: 250;
    height: 250px;
    margin: auto;
    margin-left: 40px;
    margin-top: 25px;
    border-radius: 200px;
    border:5px solid #fff;
    
}
.acdm-full .acdm-block .acdm-mtr{
    width: 100%;
    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: 60px;
    border-bottom: 2px solid #000;
    margin-top: px;
    margin-bottom: 15px;
}



.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: 10px;
}
.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: 100%;
    height: 400px;
    float: none;
    margin-left: 0px;
    border: 1px solid #ccc;
    margin-bottom: 50px;
    position: relative;
    background: #0ca5f2;
    border-bottom: ;
}
.evnts-galri .galry-mnu .glry-chld img{
    width: 100%;
    height: 340px;
    border-bottom: 3px solid #FFB50D;
}
.evnts-galri .galry-mnu .glry-chld .glr-cont{
    width: 100%;
    height: 340px;
    float: none;
    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: auto;
    margin-left: 115px;
    margin-top: 100px;
    border-radius: 3px;
    background: none;
    border: none;
    background: whitesmoke;
    display: none;
}
.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;
}
   

.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;
    text-align: center;
}
.glry-potos .brdr-rol{
    width: 80px;
    border-bottom: 2px solid #000;
    margin: auto;
    margin-left: px;
    margin-bottom: 30px;
}

.glry-potos .glrys{
    width: 100%;
    height: 260px;
    float: none;
    margin-right: 40px;
    margin-bottom: 50px;
    border: 5px solid #ccc;
}
.glry-potos .glrys img{
    width: 100%;
    height: 100%;
}
    
    

.conts-section{
    width: 100%;
    height: auto;
    margin-bottom: 100px;
}

.conts-section .map-dtls{
    width: 100%;
    height: 300px;
    margin-top: 20px;
}
.conts-section .map-dtls iframe{
    width: 100%;
    height: 100%;
    
}
.conts-section .cont-head{
    width: 100%;
    height: auto;
    
}
.conts-section .enquire{
    width: 100%;
    height: auto;
    margin-top: 50px;
    margin-bottom: 100px;
    float: none;
}
.conts-section .enquire h3{
    font-family: literata;
    color: #0ca5f2;
    margin-bottom: 10px;
    padding-top: 10px;
    font-size: 18px;
    text-align: center;
    
}
.conts-section .enquire .brdr-role{
    width: 80px;
    border-bottom: 2px solid #000;
    margin: auto;
    margin-left: px;
    margin-bottom: 30px;
}
.conts-section .enquire .frm-grp{
    width: 100%;
    margin: auto;
    margin-right: 0px;
    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: 40px;
    border: 1px solid #ccc;
    background: none;
    outline: none;
    padding-left: 5px;
}
.conts-section .enquire .frm-grp button{
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    margin-top: 25px;
    background: #0ca5f2;
    color: #fff;
    border-radius: 3px;
    font-family: calibri;
}

.conts-section .enquire .frm-grp-big{
    width: 100%;
}
.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: 100%;
    float: none;
    border-left: none;
    padding: 10px;
    padding-left: 30px;
    font-family: roboto;
    background:whitesmoke;
    padding-top: 25px;
    
}
.conts-section .contact-address h3{
    color: #0ca5f2;
    font-family: literata;
    margin-bottom: 5px;
    
}
.conts-section .contact-address .brdr-role{
    width: 60px;
    border-bottom: 2px solid #000;
    margin-left: px;
    margin-bottom: 30px;
}
.conts-section .contact-address .cnt-addr{
    width: 100%;
    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: 85%;
     float: left;
     
}
.conts-section .contact-address .cnt-addr .cnt-dtls p{
    padding-top: 5px;
}
.conts-section .contact-address .cnt-commun{
    width: 100%;
    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: 85%;
     float: left;
}

.conts-section .contact-address .cnt-commun .cnt-dtls p{
    padding-top: 5px;
}

.conts-section .contact-address .cnt-web{
    width: 100%;
    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: 85%;
     float: left;
     
}
.conts-section .contact-address .cnt-web .cnt-dtls p{
    padding-top: 5px;
}



.tble-sclttl{
    width: 100%;
    height: auto;
    margin: auto;
    margin-top:90px;
     overflow: auto;
}
.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: 800px;
    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: 100%;
    height: auto;
    margin: auto;
    margin-top:90px;
    overflow: auto;
}
.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: 800px;
    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;
}


   
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



@media only screen and (min-width:1370px) and (max-width:1920px){
	
	.container{
		width: 85%;
		
	}
	
	
	
	
	
}









