@charset "utf-8";
/* CSS Document */
body {
	background:#fff;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	font-size:16px;
	}
.container{ position:relative;}	
p {
    font-size: 16px;
    line-height: 26px;
    color: #585555;
	margin-bottom: 20px;
}
/*=============================
Top Section==================*/	
.top-bar{
	background:#055e87;
	padding:3px 0;
	}
ul.social-link{
	margin:4px 0 0 0;
	padding:0;
	text-align:left;	
	}
ul.social-link li{
	display: inline-block;
    padding-right: 25px;
	list-style:none;
	}
ul.social-link li span{
    display: inline-block;
    text-align: center;
	}	
ul.social-link li span i{
    font-size: 13px;
    color: #fff;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-style: normal;
    margin: 0;
	}
			
ul.top-address{
	margin:4px 0 0 0;
	padding:0;
	}	
ul.top-address li{
	display:inline-block;
    font-size:14px;
	/*padding-left:39px;*/
	padding-left:10px;
	list-style:none;
	}
ul.top-address li i{
	font-size: 15px;
    color: #fcfeff;
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    font-style: normal;
	}	
ul.top-address li a{ color:#fcfeff; text-decoration:none;}				
	
/*========================
Main Section============*/
.main-bar{
	background:#fff;
	text-align:center;
	padding:6px 0;
	padding-bottom: 10px;
	}	
.header{
    font-size: 33px;
    line-height: 35px;
    color: #098ac6;
    font-family: 'SF UI Display';
    font-weight: bold;
    text-transform: uppercase;
    margin: 24px 0 0 0;
	letter-spacing:0.4px;
	}		
.header span{
	font-size:28px;
	/*color:#1b1b1b;*/
	color:#098ac6;
	font-family: 'Nirmala UI';
	font-style: normal;
	}
.header small{
	font-size:20px;
	color:#000000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform:none;
	}				
.logo{ 
	max-width:100%;
	float:left;
	}		
/*==============================
Navigation Section============*/
.navbar-default{
	background:#098ac6;
	border-left:0;
	}	
.navbar{
    min-height: 0;
    border-radius: 0;
    margin: 0;
    text-align: center;
    border: none;
	}	
.navbar-brand{
	height:auto;
	padding:15px;
	}
.navBlock{
	float:none;
	padding:0;
	margin:0 auto;
	}	
.navbar-nav{ float:none;}	
.navbar-nav li{
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	text-transform:uppercase;
	list-style:none;
	}	
.navbar-nav>li>a{color:#fff !important; padding:15px 21px;}
.navbar-nav>li>a:hover{ background:#0e587a !important;}
.navbar-nav>li>a.active{background:#0e587a !important;}
.navbar-toggle{ margin-top:8px;}
	
/*2nd ul*/
.navbar-nav ul{
	position:absolute;
	top:100%;
	left:0px;
	width:250px;
	z-index:1000;
	background-color:#098ac6;	
	padding: 0px;
	/*border-radius:5px;*/
	
	opacity: 0;
	visibility: hidden;
	display: block;
	transform: translateY(50px);
	-webkit-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;		
	}
.navbar-nav ul li:hover{ background:#055e87;}	
.navbar-nav li:hover ul{
	opacity: 1;
	visibility: visible;
	transform: translateY(0px);
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
}
.navbar-nav ul li{
	width:100%;
	text-align:left;
	border-right: none;
	line-height: 38px;
	list-style: none;
	margin: 0px;
	border-bottom: 1px solid #ddd;
	}
.navbar-nav ul li a{
	font-weight:500;
	font-size:15px;
	padding:10px 15px;
	color: #fff;
	}
.navbar-nav ul li a:hover{
	color: #f5ecec !important;
	text-decoration: none;	
	}		
.navbar-nav ul ul{
	position:absolute;
	top:0;
	left:100%;	
	}	
.navbar-nav li.has-sub ul{
	 visibility:hidden;
	}	
	
.navbar-nav li.has-sub:hover ul{
	opacity: 1;
	visibility: visible;	
	
	transform: translateY(-1px);
	-webkit-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;		
   }	
.caret{
	color:#fff;
    margin-left: 4px;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
	}	
.right-caret{
    border-bottom: 4px solid transparent;
    border-top: 4px solid transparent;
    border-left: 4px solid #fff;
    display: inline-block;
    height: 0;
    opacity: 1;
    vertical-align: middle;
    width: 0;
	margin-left: 20px;
	}		

/*==========================
Bannar Section============*/
.slides-all img { max-width:100%; object-fit: cover;}	

/*************************/
.bannar-sec{
	
	width: 100%;
	background: #065377;
	background: url(../images/uhmch22.jpg) no-repeat center top;
}

/*==========================


Welcome Section============*/
.welcome-sec{
	width:100%;
	padding:40px 0 50px;
	
	}
.wel-heading{
	font-size:26px;
	line-height:28px;
	color:#1b1b1b;
	font-weight:bold;
	position:relative;
	margin:0;
	padding-bottom:15px;
	}
.wel-heading:before{
	content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background: #098ac6;
    width: 150px;
    height: 4px;
	}
.wel-heading:after{
	content: "";
    position: absolute;
    bottom: 4px;
    left: 0;
	right:0;
    background: #098ac6;
    height: 1px;
	}
.comon-para{
	width:100%;
	font-size:16px;
	line-height:26px;
	color:#585555;
	margin:25px 0 0 0;
	}
.princBox{
	display:inline-block;
	width:100%; 
	margin:50px 0;
	}	
.princ-msg{
	width:100%;
	}
.princ-head{
    width: 100%;
    background: #098ac6;
    padding: 15px 0 15px 25px;
	}
.princ-head p{
	font-size:28px;
	line-height:30px;
	color:#fff;
	font-weight:bold;
	margin:0 0 0 0;
	}						
a.read-mr{
	float:left;
	background:#098ac6;
	width:134px;
	height:32px;
	border-radius:25px;
	text-align:center;
	text-transform:uppercase;
	font-size:14px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	margin-top:20px;
	}
a.read-mr:hover{
	color:#fff;
	text-decoration:none;
	}
.princIdent{
	display:inline-block;
	width: 100%;
	text-align:center;
    background: #098ac6;
    padding: 2px;
	position:relative;
	}
.princIdent img{
	width:100%;
	}
.princIdent p{
	font-size:19px;
	color:#fff;
	font-weight:bold;
	margin:10px 0 0;	
	}
.noticeBox{
	display:inline-block;
	width:100%;
	min-height:359px;
	background:#fff;
	border:1px solid #c33331;
	padding-bottom:5px;
	}
.noticeHead{
	width:100%;
	background:#c33331;
	padding:5px 0 5px 15px;	
	}
.noticeHead p{
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin:0 0 0 0;	
	}
.noticeBox ul{
    width: 100%;
    padding: 6px 13px 0;
    height: 255px; /* Changed from min-height to fixed height */
    overflow: hidden;
	}	
.noticeBox ul li{
    background: url(../images/bult-img.png) no-repeat left 6px;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    list-style: none;
    padding: 0 0 0 28px;
    margin: 10px 0 0 0;
	list-style:none;
	}
.noticeBox ul li a{color:#1b1b1b;}	
.noticeBox ul li a:hover{color:#1b1b1b; text-decoration:none;}
a.more-btn{
	float:right;
	font-size:16px;
	line-height:32px;
	color:#1b1b1b;
	text-decoration:underline;
	margin:0 20px 0 0;	
	}
a.more-btn:hover{
	color:#1b1b1b;
	}	
a.more-btn i{
    display: inline-block;
    vertical-align: middle;
    font-weight: 300;
    margin: 0 3px;	
	}
.glancBox{
	background:#ceebf9;
	border:1px solid #4b8506;
	}
.glanc-head{background:#098ac6;}
.doctBox{
    display: inline-block;
    width: 100%;
    margin: 0;
    padding: 10px 10px 0;	
	}	
.doct-imgs{
	width:100%;
	}	
.missnBox{ border:1px solid #4b8506;}
.missnHead{ background:#4b8506;}
.missn-para{
	 padding: 14px 13px 0;
	 margin:0 0 10px;
	}														
				
/*==========================
Strip Slider============*/	
.strip-slider {
    /*background: #f1f1f1;*/
	background: #57792e;
    padding: 30px 0 20px;
	}
ul.strp-slider{
	display:inline-block;
	width:100%;
	padding:0;
	margin:0;	
	}
ul.strp-slider li{
	display:inline-block;
	text-align:center;
	list-style:none;
	}
ul.strp-slider li div{
	width:100px;
	/*height:99px;*/
	height:85px;
	display:inline-block;
	}
ul.strp-slider li a{ text-decoration:none; outline:none;}	
.slide-img1{ background:url(../images/slider-icn1.png) no-repeat center top;}
.slide-img2{ background:url(../images/slider-icn2.png) no-repeat center top;}
.slide-img3{ background:url(../images/slider-icn3.png) no-repeat center top;}
.slide-img4{ background:url(../images/slider-icn4.png) no-repeat center top;}
.slide-img5{ background:url(../images/slider-icn5.png) no-repeat center top;}
.slide-img6{ background:url(../images/slider-icn6.png) no-repeat center top;}
.slide-img7{ background:url(../images/slider-icn7.png) no-repeat center top;}
.slide-img8{ background:url(../images/slider-icn8.png) no-repeat center top;}
.slide-img9{ background:url(../images/slider-icn9.png) no-repeat center top;}
.slide-img10{ background:url(../images/slider-icn10.png) no-repeat center top;}
.slide-img11{ background:url(../images/slider-icn11.png) no-repeat center top;}
.slide-img12{ background:url(../images/slider-icn12.png) no-repeat center top;}

ul.strp-slider li:hover .slide-img1{ background:url(../images/slider-icn1-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img2{ background:url(../images/slider-icn2-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img3{ background:url(../images/slider-icn3-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img4{ background:url(../images/slider-icn4-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img5{ background:url(../images/slider-icn5-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img6{ background:url(../images/slider-icn6-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img7{ background:url(../images/slider-icn7-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img8{ background:url(../images/slider-icn8-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img9{ background:url(../images/slider-icn9-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img10{ background:url(../images/slider-icn10-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img11{ background:url(../images/slider-icn11-hvr.png) no-repeat center top;}
ul.strp-slider li:hover .slide-img12{ background:url(../images/slider-icn12-hvr.png) no-repeat center top;}
					
ul.strp-slider li p{
	width:100%;
	font-size:22px;
	line-height:24px;
	/*color:#232323;*/
	color:#fff;
	font-weight:bold;
	margin:10px 0 0 0;
	}
ul.strp-slider li:hover p{
	color:#098ac6;
	/*color:#ffc700;*/
	}						

/*==========================
Our Gallery============*/
.galery-sec{ padding:40px 0 60px;}
.galryBox{
	display:inline-block;
	width:100%;
	background:#ebebeb;
	margin:30px 0;
	}
.gal-imgs{
	width:100%;
	padding:1px;
	}
.infrmBox{
	width: 100%;
    background: #61a60e;
    padding: 5px 20px;
	position:relative;
	}
.infrmBox img{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	}
.infrmBox p{
	display:inline-block;
	vertical-align:middle;
	font-size:21px;
	line-height:23px;
	color:#fff;
	font-weight:900;
	text-transform:uppercase;
	margin:0 0 0 0;
	}
.infrm-bdr{ position:relative;}	
.infrm-bdr:before, .infrm-bdr:after{
	content: "";
    position: absolute;
    top: 33px;
    right: 317px;
    border-bottom: 1px dashed #61a60e;
    width: 44px;
	}
.infrm-bdr:after{
	right:auto;
	left:317px;
	}							
													
/*==========================
Footer Section============*/
footer{ 
	background:#055e87;
	padding:40px 0;
	position:relative;
	}
ul.ftr-list{
	width:100%;
	margin:0;
	padding:0;
	}	
ul.ftr-list li{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	margin-top:5px;
	color:#fff;
	text-transform:uppercase;
	list-style:none;
	}
ul.ftr-list li.col-nm{
	font-weight:bold;
	}
ul.ftr-list li:nth-child(1){ margin:0;}	
ul.ftr-list li:nth-child(2){ margin:30px 0 25px;}
				
.ftr-facil{
	display:inline-block; 
	width:100%;
	margin-top:40px;
	position:relative;
	}
.ftr-facil:before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    width: 1px;
    height: 373px;
	}
.bord-h:before{ background:none;}				
.ftr-facil h1{
	display:inline-block;
	font-size:16px;
	color:#fff;
	margin-top:0;
	font-weight:700;
	text-transform:uppercase;
	}
ul.facil-points{
	width:100%;
	margin:6px 0 0 0;
	padding:0;
	list-style:none;
	position:relative;
	}	
ul.facil-points li{
    width: 100%;
    background: url(../images/ftr-bult.png) no-repeat left 7px;
    font-size: 15px;
	font-weight:300;
    padding: 2px 0 2px 20px;
	margin-top:2px;
	list-style:none;
	}
ul.facil-points li a, ul.facil-points li a:hover{color:#fff;}				
.footer-btm{
	display:inline-block;
	width:100%;
	background:#232323;
	padding:20px 0;
	}	
.footer-btm p{
	width:100%;
	float:left;
	font-size:16px;
	color:#fff;
	margin:0;
	font-weight:300;
	}
.footer-btm span{ float:right;}		
.footer-btm p span img{ margin:0 8px;}					
/*==========================
Scrolling Icon============*/
#toTop{
    background-color: #005aa8;
    border-radius: 4px 4px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 40px;
    position: fixed;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 48px;
    opacity: .9;
    z-index: 100000;
    transition: all .2s ease-in-out 0s;
    font-size: 28px;
	}

.show-tab, .show-mob{ display:none;}
.show-desk{ display:block;}

@media (max-width:1185px) {
.logo{ width:100px;}
.header{ font-size:26px; line-height:33px; margin-top:15px;}	
.header span{ font-size:24px;}	
.header small{ font-size:20px;}

.navbar-nav>li>a{ padding:24px 14px;}

.noticeBox{ min-height:304px;}

ul.strp-slider li p{ font-size:20px; line-height:22px;}

.infrmBox{ padding:5px 15px;}
.infrm-bdr:before{ right:251px;}
.infrm-bdr:after{ left:251px;}
}

@media (max-width:1023px) {
.show-desk{display:none;}
.show-mob{display:none;}
.show-tab{display:block;}

.header{ margin:0;}
.navbar-nav li{ font-size:13px;}
.navbar-nav>li>a{ padding:15px 6px;}
.navbar-nav ul li a{ font-size:13px;}

.wel-heading{ font-size:24px; line-height:26px;}
.princBox{ margin:35px 0 0;}
.princ-head p{ font-size:26px; line-height:28px;}
.noticeBox{ min-height:inherit; margin-top:35px;}

.galery-sec{ padding:40px 0;}
.infrmBox{ padding:5px 0px 5px 8px;}
.infrmBox img{ width:20px; margin-right:5px;}
.infrmBox p{ font-size:15px; line-height:19px;}
.icns-tab{ width: 40px !important;}

.slick-prev, .slick-next{ background-size:70% !important;}
.infrm-bdr:before{ right:180px;}
.infrm-bdr:after{ left:180px;}

.ftr-log{ width:100px;}
ul.ftr-list li:nth-child(2){ margin:22px 0 15px;}
.ftr-facil:before{ right: -18px; height: 445px;}
ul.ftr-list li{ font-size:14px;}
.footer-btm{ padding:15px 0; text-align:center;}
.footer-btm p{ line-height:25px;}
.footer-btm p span{ float:none; display:block;}
}

@media (max-width:767px) {
.show-desk{display:none;}
.show-tab{display:none;}
.show-mob{display:block;}

ul.top-address{ text-align:right;}
ul.social-link li{ padding-right:7px;}
ul.top-address li{ font-size:12px; padding:3px;}

.main-bar{ padding:10px 0;}
.logo{ float:none; width:85px;}
.header{ font-size:22px; line-height:27px; margin-top:15px;}	
.header span{ font-size:18px;}	
.header small{ font-size:16px;}

.navbar{ padding:0px 0;}
.navBlock{ float:left;}
.navbar-nav{ margin:10px 0;}
.navbar-nav li{ font-size:14px; border: none; text-align: left;}
.navbar-default .navbar-toggle{ background:#098ac6;}
.navbar-default .navbar-toggle .icon-bar{background-color:#fff;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background-color:#4389ca;}
.slides-all,#jssor_1{ height:120px !important;}
.jssora093{ height:30px !important; width:30px !important;}


.welcome-sec{ padding:20px 0 30px;}
.wel-heading{ font-size: 20px; line-height: 24px;}
.comon-para{ margin-top:20px;}
.princBox{ margin-top:20px;}
.princ-head{ padding:10px;}
.princ-head p{ font-size: 20px; line-height: 22px;}
a.read-mr{ margin-top:22px;}
.princIdent{ margin-top:27px;}
.noticeBox{ margin-top:20px;}
.glancBox, .missnBox{ margin-top:25px;}
.noticeHead p{ font-size:18px;}
.missn-para{ margin:0 0 10px;}

.strip-slider{ padding:20px 0 16px;}
ul.strp-slider li p{ font-size: 16px; line-height: 20px;}

.galery-sec{ padding:20px 0 30px;}
.galryBox{ margin:20px 0 0;}
.infrmBox{ margin-top:20px;}
.infm-pad p{ padding: 20.11px 0;}
.infrm-bdr:before, .infrm-bdr:after{ display:none;}
.infrmBox p{ font-size:15px; line-height:20px;}
.infrmBox img{ width: 25px; margin-right: 10px;}

footer{ padding:20px 0;}
ul.ftr-list{ text-align:center;}
.ftr-log{ width:85px;}
ul.ftr-list li:nth-child(2){ margin: 18px 0 8px;}
.ftr-facil:before{ display:none;}
.ftr-facil h1{ font-size:14px;}
.footer-btm p{ font-size:13px; line-height:22px;}


#toTop{ bottom:332px;}
}
@media (max-width: 640px){
	.phys-lft img {
		width: 100% !important;
	}
}

@media (max-width: 500px){
	input#code_captcha {
		width: 100% !important;
	}
}
/*=======Animation=======*/
@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,30px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

/*---------------------------------------------------*/
.inner-Page{
    margin: 15px 0px 30px 0px;
	padding-bottom: 40px;
}
.common-head {
    font-size: 22px;
    color: #005aa8;
    font-weight: 600;
    margin: 30px 0 15px 0;
}
.common-innerhead {
    font-size: 26px;
    color: #0e587a;
    font-weight: 600;
	text-align: center;
     margin-top: 0px;
}	
.phys-rgt{ 
	float:left;
	width:100%;
	margin-top:30px;
 }
.phys-rgt img{
	max-width:100%;
	width:100%;
}
.commonphys-rgt{ 
	float:left;
	width:100%;
	margin-top:15px;
	margin-bottom:15px;
 }	
.commonphys-rgt img{
	max-width:100%;
	width:100%;
}
.separetor-middle {
    width: 50%;
    height: 1px;
    float: none;
    background: #ececec;
    margin: 10px auto 30px;
}
.separetor-middle-inner {
    width: 50%;
    height: 100%;
    background: #ee5a15;
    margin: 0px auto;
    position: relative;
}
.separetor-middle-bullet {
    width: 6px;
    height: 6px;
    background: #ee5a15;
    position: absolute;
    left: 48%;
    top: -2px;
    border-radius: 100%;
}
ul.comlist li{
	margin-bottom:10px;
}
/*.phys-lft{
	float: right;
}*/
.sub-header{
	float:left;
    text-align: center;
	font-weight: normal;
}
.bread-txt{
	font-size: 12px;
	color:#098ac6;
}
.sub-header h3{
    font-size: 13px;
    color:#ee5a15;
    margin-bottom: 0;
    font-weight: 500;
    line-height: 28px;
	text-align: left;
	margin-top: 0px;
}
.subhead .sub-header h3{
    font-size: 24px;
}
.subhead .sub-header{
    margin-left:0px;
}
.bred_img{
	margin:20px 0px;
}
.abtimg{
	float: left;
	margin: 0 30px;
	border: 2px solid #ccc;
	border-radius: 4px;
	margin-left:0px;
}
.princial-message-div h2 {
    margin-bottom: 5px;
    font-size: 24px;
    color: #27477a;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 28px;
}
.princial-message-div h4 {
    margin-bottom: 30px;
    color: #232323;
    font-style: italic;
    font-size: 16px;
}
p.comon-para strong{
	color: #333;
}
.navbar-nav ul li.active {
	background: #055e87;
}
.frmElemts label {
    float: left;
    width: 30%;
    padding: 10px 0 0 0;
    height: 50px;
    text-align: left;
}
.inputbg-contact {
    background: #FFF;
    height: 41px;
    border-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    width: 65%;
    border: 1px solid #b4b4b4;
    font-size: 15px;
    color: #797777;
    padding: 2px 6px;
    float: left;
}
textarea.messageBox {
    clear: left;
    clear: right;
    text-align: left;
    width: 65%;
    height: 130px;
    font-size: 15px;
    padding: 5px 3px 0 8px;
    outline: none;
    border-radius: 5px 5px 5px 5px;
    border-color: #C2BFBF;
    margin-left: 20px;
    resize: none;
    margin: 0 auto 5px auto;
    display: block;
    border: 1px solid #b4b4b4;
    color: #797777;
    float: left;
}
.submit-bt-contact {
    border: 1px solid #055e87;
    width: 20%;
    padding: 10px 15px;
    color: #055e87;
    font-weight: bold;
    font-size: 18px;
    cursor: pointer;
    margin: 35px 0 10px 0;
}
.contact-add {
    border: 1px solid #ccc;
    padding: 10px 20px;
}
.contact.inner-Page{
	margin-top:0px;
}
.comlist {
    list-style: none;
}
ul.comlist li {
    margin-bottom: 10px;
	font-size:16px;
}
.comlist li::before {
    content: '\f101';
    position: relative;
    top: 0px;
    left: -17px;
    color: #005aa8;
    font-family: 'FontAwesome';
}
img.advertis-img{
	max-width:100%;
	margin-top:20px;
}
.table-responsive .table-striped th {
    vertical-align: middle;
    text-align: center;
    height: 35px;
}
.table-responsive table thead tr th {
    border: 1px solid #d2d2d2;
    line-height: 2;
    padding-left: 7px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
/*h4{
	color: #098ac6;
}*/
h4{
	color: #000;
}
.table-responsive{
	margin-top:15px;
}
.pagination_link {
    float: right;
}
#page_links {
    background-color: #fa8d01;
    border: 1px solid #000000;
    font-size: 18px;
    padding: 0 10px;
}
ul#nt-example1 {
    padding-left: 0px;
}
#nt-example1 li {
    border-bottom: 1px solid #eee;
    line-height: 25px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 14px;
    list-style: none;
}
#nt-example1 span {
    font-weight: 600;
    color: #1c7bcc;
}
#nt-example1 li h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    color: #0e587a;
}
.verticaltab .tabs-left>li.active>a, .tabs-left>li.active>a:hover, .tabs-left>li.active>a:focus {
    font-weight: bold;
    color: #fff;
    background: #0e587a;
}
.verticaltab .tabs-left {
    background: #fff;
}
.deptdetails{
	text-align: center;
	margin-bottom: 15px;
}
.deptdetails h4{
	font-size:15px;
}
.deptdetails img{
	border: 1px solid #ccc;
    padding: 10px;
}

.gallery-items a:hover .b-wrapper {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
}
.b-wrapper {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0%;
    left: 0;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    padding: 0 15px;
}
.b-wrapper h5 {
    font-size: 1.3em;
    color: #fff;
    text-align: center;
    padding: 30% 0;
    font-weight: 200;
}
.header small.resolution {
    font-size: 16px;
}
.inner-ul{
	list-style: none !important;
}
.inner-ul li{
	line-height: 40px;
}
.mainul li{
	line-height: 30px;
}
.imgcls{
	margin-bottom:30px;
}
.read-more {
   float: right;
}
.read-more a.read-mr{
	margin-bottom: 30px;
	margin-top:0px;
}
.front-table thead {
    background: #337ab7;
    color: #fff;
}

.activity{
	padding-top:15px;
	padding-bottom:15px;	
}

.zoom {
  transition: transform .2s; /* Animation */
  margin: 0 auto;
}

.zoom:hover {
	transform: scale(2.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
	 z-index:1000;
}

.staff{
	margin-bottom:20px;
	background-color:#FFF;
	border-radius:5px;
	box-shadow: 0 8px 14px 0 rgba(0,0,0,0.02),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	padding:10px;
	border:1px solid #ddd;
}

.staff img{
   position:relative;
}
.staff h4{
	font-size:16px;
	text-transform:capitalize;
}
.activity_block span{
	display:block;
	font-size:14px;
	color:#777;
}

.single-side-left {
    width: 100%;
    margin: 0 50px 0 0;
    float: left;
}
.single-sidebar-widget {
    margin-bottom: 50px;
}
.single-sidebar-widget:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .special-links ul {
    margin: 0;
	padding:0;
	list-style:none; 
}
.single-sidebar-widget .special-links li:last-child {
    margin-bottom: 0;
}
.single-sidebar-widget .special-links li a {
    background: #f5f2f2;
    border-left: 5px solid #f5f2f2;
    color: #242424;
    text-transform: uppercase;
    display: block;
    margin-bottom: 4px;
    position: relative;
    padding: 8px 15px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
	text-decoration:none;
}
.single-sidebar-widget .special-links li:hover a,
.single-sidebar-widget .special-links li.active a {
	background: #0e587a;
	color: #fff;
	border-left: 5px solid #48a7d2;
}
.single-sidebar-widget .special-links li:hover a:after,
.single-sidebar-widget .special-links li.active a:after {
    color: #fff;
}
.single-sidebar-widget .special-links li a:after {
    content: '\f101';
    font-family: 'FontAwesome';
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 42px;
    color: #6A6969;
    font-weight: normal;
}

.services_tab h3{
	font-weight:700;
	margin-top:0;
	margin-bottom:5px;
}
.services_tab span.date{
	display:block;
	font-size:14px;
	color:#f78738;
	margin-bottom:10px;
}
.services_tab p{
	margin-bottom:10px;
}
.services_tab .photo{
	width:100%;
	padding:4px;
	border:1px solid #dddddd;
	width:24%;
	margin:5px 2px;
	height:150px;
}
.doc-slider{
	margin:0;
	padding:0;
}
.doc-slider li{
	margin:0 15px;
}

.doc-slider .slick-prev{
    left:-40px;
}
.doc-slider .slick-next{
    right:-40px;
}			
