  
/* candidate Page css*/
.candidate .tblbox {
  width: 100%!important;
  padding: 10px 0px;
  position: relative;
  outline: 1px dashed #fff;
  outline-offset: -5px;
  height: 300px;
  margin: auto; 
  cursor: pointer; 
  border-bottom:2px #000 dotted;
  margin-bottom:10px;
}


.candidate .tblbox img {
  padding: 15px;
  font-size: 60px;
  width: 280px;
  height:280px; 
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  margin: 15px;
}

.candidate .tblbox h1 { font-size: 25px;
background-color: #101055;
color: #fff;
width: 230px;
margin: auto;
border-radius: 25px;   }
.candidate .tblbox .name { font-size:20px; padding: 10px;  color:#101055; font-weight: bold; }
.candidate .tblbox .work { font-size:15px; padding: 10px; font-weight: bold; }
.candidate .detail { text-align: justify;
padding: 15px; }


.candidate .bannerbox{ width:100%; margin-bottom:20px; }
.candidate .bannerbox img{ width:100%;   }


/* gallery  */
#gallery .item{ }
#gallery .item img{ margin:5px; border-top: 2px #08428e solid; }
/* gallery  */
     
/* News list Page css*/
.newslist .acadmicbox {
  width: 100%;
  padding: 10px 0px;
  position: relative;
  outline: 1px dashed #fff;
  outline-offset: -5px;
  height: 163px;
  margin: 10px; 
  cursor: pointer;
}

.newslist .acadmicbox img {
  padding: 0;
  font-size: 60px;
  width: 94%;
  height: 125px;
}

.newslist .acadmicbox h3 {
  font-size: 12px;
  font-weight: 400;
  padding: 6px;
  line-height: 1;
  
  white-space: nowrap; 
  width: 100%; 
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center; 
  
}


.newslist .meeting h3 {
  font-size: 21px;
  font-weight: 400;
  padding: 50px 0px;
  line-height: 1;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center; 
}







/* News detail Page css*/ 
.newsdetail .card-header {
    margin-top: 56px;
    font-size: 20px;
    margin-bottom: 5px;
}

.newsdetail  .pageTitle {
    font-size: 20px;
    padding: 5px;
    border-bottom: 1px #000 solid;
    margin-bottom: 5px;
    text-align: left;
    font-weight: bold;
	margin-top: 43px;
}


.newsdetail .detail{ margin:10px 5px; font-size:15px; }

.newsdetail #sharetable{ margin:15px 0px;}



/*  Meeting Detail.....   */
#meetingdetail #commentsform{
  display: inline-block;
  padding: 20px;
  background-color: #ccc;
  background: linear-gradient(to bottom,#08428e 0,#062766 52%,#070d3f 100%);
  width: 100%;
  color: #fff;
}

#meetingdetail .commentsformbox{ width: 100%; }


#meetingdetail .commentsformbox .inputT{
		width: 100%;
padding: 5px;
margin: 5px;
color: #000;
	}
	

#meetingdetail .commentsformbox .btn{
		width: 100%;
padding: 5px;
margin: 5px;
color: #fff;
background-color: #000;
	}
	
	
/* Cms Detail.....   */
#cmsdetail .frame1 img{ width:100%;}
	
	
	
	
	
	
	
	
/* Register menu detail Page css*/
.rmenu table{ width:100%;}
.rmenu .nav-link{    
font-size: 25px; 
    margin: 20px;
    display: inline-block; 
}





/* Gallery list Page css*/
.gallerylist .gimg{ width:100%; max-height: 170px;}
.gallerylist .imgbox{  width:100%; height: 175px;    } 
.gallerylist .gbox {
  background-color: #ccc;
  padding: 5px;
  height: 200px;
  margin: 10px 5px;
}
.gallerylist .gallerysb-caption{ text-align: center;
font-weight: bold;
color: #fff;
background-color: #000;
  }

.gallerylist  .card-header{ margin-top:56px;}




/* Video Page css*/ 
.gallerylist .videobox{ background-color:#ccc; padding:15px; margin: 10px;}
.gallerylist .videobox .title{ font-size: 15px;
padding: 5px;
color: #000;
border-bottom: 3px #000 solid; }




/*   footer css       */

.callIcon{ border-radius:100px; }
.shareIcon{ border-radius:100px; }











	   .footerBlock{padding: 0;}
        .disclaimerContent{display:none; padding:10px; border:1px solid #fff; float:left; position:relative; margin-bottom:30px;}
      .disclaimerContent h2 {
    font-size: 20px;
    color: #ff0;
    margin-bottom: 5px;
    line-height: inherit;
    text-decoration: underline;
}
   .disclaimerClose {
    color: #ff0;
    float: right;
    position: absolute;
    right: 10px;
    top: 4px;
    font-size: 20px;
    font-weight: bold;
}
@media only screen and (max-width: 992px) {
        .icon-content-box{
            display: none
        }
        ministerouter {
    display: block;
    width: 100% !important;
}
.bannerWidth {
    width:100% !important;
}
}
     
        /* Center the loader */
        #divLoaderImage {
            position: fixed;
            left: 50%;
            top: 50%;
            z-index: 1;
            width: 150px;
            height: 150px;
            margin: -75px 0 0 -75px;
            border: 16px solid #f3f3f3;
            border-radius: 50%;
            border-top: 16px solid #3498db;
            width: 120px;
            height: 120px;
            -webkit-animation: spin 2s linear infinite;
            animation: spin 2s linear infinite;
        }
        @-webkit-keyframes spin {
            0% {
                -webkit-transform: rotate(0deg);
            }
            100% {
                -webkit-transform: rotate(360deg);
            }
        }
        @keyframes spin {
            0% {
                transform: rotate(0deg);
            }
            100% {
                transform: rotate(360deg);
            }
        }
        /* Add animation to "page content" */
        .animate-bottom {
            position: relative;
            -webkit-animation-name: animatebottom;
            -webkit-animation-duration: 1s;
            animation-name: animatebottom;
            animation-duration: 1s
        }
        @-webkit-keyframes animatebottom {
            from {
                bottom: -100px;
                opacity: 0
            }
            to {
                bottom: 0px;
                opacity: 1
            }
        }
        @keyframes animatebottom {
            from {
                bottom: -100px;
                opacity: 0
            }
            to {
                bottom: 0;
                opacity: 1
            }
        }
        /*        #costumModal32 .modal-dialog, #costumModal33 .modal-dialog, #costumModal34 .modal-dialog, #costumModal35 .modal-dialog {
            position: fixed;
            left: 0px;
            right: 0px;
            bottom: 0px;
        }*/
        #lightbox .modal-open {
            outline: none;
        }
        .cmOuter .msgBtn {
            font-family: 'Futura Bk BT';
            text-align: center;
            font-size: 20px;
            background: #1b42a6e6;
            color: #eefe07;
            padding: 5px 10px;
            display: inline-block;
            border-radius: 10px 10px 0 0;
            font-weight: 600;
            border: 1px solid #eefe07;
            z-index: 9;
            border-bottom: 0;
            /*position: absolute;
            top: -34px;
            left: 0;
            right: 0;*/
            width: 210px;
            margin: auto;
        }
        #costumModal36.modal .modal-body, #costumModal37.modal .modal-body {
            line-height: 24px;
        }
        #costumModal36.modal .modal-dialog, #costumModal37.modal .modal-dialog {
            max-width: 857px;
        }
        .modal-content {
            padding: 0;
        }
        .modal-header .close {
            margin-top: -12px;
            font-size: 40px;
            color: black !important;
        }
        /*        #carouselFade {
            margin-top: 15px;
            border: 1px solid #26438f;
            padding: 15px;
        }
            #carouselFade img {
                border: 3px solid #26438f;
                border-radius: 20px;
                margin: 0 auto;
                max-width: 186px;
                width: 100%;
                display: table
            }
            #carouselFade .carousel-control.left, #carouselFade .carousel-control.right {
                font-size: 40px;
                top: 30%;
                width: auto;
                color: #3f51b5;
                opacity: 1;
                text-shadow: none;
                background: none;
            }*/
        .disclaim {
            background: #d3ddf1;
            padding-bottom: 20px;
        }
        .sectionGraphicBottom {
            float: left;
            width: 100%;
            padding: 30px 0;
        }
        .footersection, .disclaim, #clientslider, #carouselFade, .welcomecareout {
            height: auto;
            float: left;
            width: 100%;
        }
        .carousel-indicators {
            display: none;
        }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 /** Mobile css     */
 
 @media only screen and (max-width: 600px) {
  .homeicon {
    font-size: 14px;
  }
}
 
 
 