<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i'); /*font-family: 'Open Sans', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i'); /*font-family: 'Roboto', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i'); /*font-family: 'Raleway', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:400,400i,700,700i'); /*font-family: 'Roboto Condensed', sans-serif;*/

body{/*font-family: 'Open Sans', sans-serif;*/ color:#171717; font-size:1.5em;}
h1,h2,h3,h4,h5{font-family: 'Roboto Condensed', sans-serif;}
/*SECTION TOP NAV*/
a{ transition-duration:.2s;}
.top-nav{
	background-color:#A9A9A9;
	border-top: 3px solid transparent;
	/*border-image: url(../images/top-border.png) 30 30 30 30 round round;*/
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14);
	padding:0px;
	z-index: 999999;
	position: relative;
	border-bottom: 0px;
	text-transform: uppercase;
	font-size: 12px;
	height:auto; 
}
.top-nav .time {
	float: left;
	color: #000;
	text-decoration: none;
	padding-top:8px;
}
.top-nav .time i {
	font-size: 14px;
}
.top-nav ul {
	margin: 0px;
	padding: 0px;
}
.top-nav li {
	list-style-type: none;
	text-align: right;
	/*padding:8px 6px;*/
	display: inline-block !important;
}
.top-nav li:nth-child(1) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(2) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(3) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(4) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(5) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(6) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(7) {
	padding-left: 2px;
	padding-right: 2px;
}
.top-nav li:nth-child(8) {
	padding-left: 2px;
	padding-right: 2px;
	border-right: solid 0px RGBA(179, 174, 174, 0.65);
}
.top-nav li:nth-child(9) {
	border-left: 1px solid rgba(179, 174, 174, 0.65);
    border-right: 1px solid rgba(179, 174, 174, 0.65);
    padding-left: 10px;
    padding-right: 10px; font-family: "arial unicode MS"; font-size:13px;
}
.top-nav li:nth-child(10) {
	border-right: solid 1px RGBA(179, 174, 174, 0.65);
	padding-left: 5px;
	padding-right: 5px;
}
.top-nav li:nth-child(11) {
	padding-left: 5px;
	padding-right: 0px;
}
.top-nav li a {
	color: #000;}
.top-nav li a:hover {
	text-decoration: none;
}
.top-nav .btn-xs {
	padding: 3px 4px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #fff;
	background-color: #fff;
	color: #333; font-weight:bold;
}
.top-nav .btn-black {
	padding: 3px 6px;
	font-size: 10px;
	line-height: 1.5;
	border-radius: 0px;
	border: solid 1px #fff;
	background-color:rgba(255,255,255,.1);
	color: #fff;
}
.top-nav .btn-blue {
	padding:4px 8px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px #000;
	background-color:#0996C9;
	color: #fff;
}
.top-nav .btn-yellow {
	padding:4px 6px;
	font-size: 12px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px rgb(216, 71, 14);
	background-color:#F57D57;
	color: #fff;
}
.search ul{ left:inherit !important; right:0px !important; top:34px; width:100% !important; border-radius:0px;}
.search ul li{ padding:15px 0px !important; border:0px !important; width:100% !important; text-align:left; }
.search .form-control{ border:0px; height:35px; background-color:rgba(0,0,0,.05); border-radius:0px; font-size:22px; color:#000;}

.top-nav .input-sm {
    height: 21px; margin:0px; padding:0px 10px; border-radius:0px;
}

.top-nav .search{ padding-top:0px; padding-bottom:0px;} 
.top-nav .searchbtn {
	padding:5px 10px;
	font-size: 13px;
	line-height: 1.1;
	border-radius: 0px;
	border: solid 0px rgb(216, 71, 14);
	background-color:#E6E6E6;
	color: #000;
}
.top-nav .navbar-right{ float: right !important;
    margin-bottom: 0;
    margin-right: -15px;
    margin-top: -1px;}

.top-nav .blue-theme{ background-color:#F98A36; color:#fff;}
.top-nav .black-theme{ background-color:#000; color:#fff;}
.top-nav .red-theme{ background-color:#CF1515; color:#fff;}

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	padding: 0;
	position:fixed;
	top:40%; z-index:10000; right:0px;
}
ul.social-network li {
	display:block;
	margin: 5px 1px;
}
/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color: #3B5998;
}
.social-network a.icoTwitter:hover {
	background-color: #33ccff;
}
.social-network a.icoGoogle:hover {
	background-color: #BD3518;
}
.social-network a.icoVimeo:hover {
	background-color: #0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color: #007bb7;
}
.social-network a.icoYoutube:hover {
	background-color: #c52828;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i, .social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color: #fff;
}
a.socialIcon:hover, .socialHoverClass {
	color: #44BCDD;
}
.social-circle li a {
	display: inline-block;
	position: relative;
	margin: 0 auto 0 auto;
	text-align: center;
	width: 40px;
	height: 40px;
	font-size: 20px; border:1px solid #fff;
}
.social-circle li i {
	margin: 0;
	line-height: 40px;
	text-align: center;
}
.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.icoFacebook {
	background-color: #2f4c88;
}
.icoTwitter {
	background-color: #22bcef;
}
.icoRss {
	background-color: #e05b03;
}
.icoGoogle {
	background-color: #bf0404;
}
.icoLinkedin {
	background-color: #036da1;
}
.icoYoutube {
	background-color:#C60203;
}

/*LOGO SECTION*/
header{
	z-index: 999;
	/*position: relative; background-image:url(../images/cm-photo.png); background-repeat:no-repeat; background-position:98% bottom; background-color:#fff;*/
}
.logo-section {
	position: relative;
	padding: 0px 0px;
	margin-bottom: 0px;	
}
.logo-section .logo {
	padding: 6px 0px;
}
.logo-section .custom-search-form {
	padding: 5px;
	margin-top: 10px;
}
/*MENU SECTION*/
.dropdown &gt; a:after {
	content: "\f0d7";
	font-family: "FontAwesome";
	margin-left: 6px;
}
.home &gt; a::after {
	content: "\f015";
	font-family: "FontAwesome";
	font-size: 15px;
}
.main-menu{ position:relative; width:100%; margin:0px auto; z-index:100;} 
.navbar{min-height:10px;}
.dropdown-menu .has-submenu:after {font-family: "FontAwesome"; content: "\f0da"; position:absolute; right:8px;}
.navbar{ border-radius:0px;}
.navbar-inverse { font-family: 'Roboto', sans-serif;
	background-color:#67c9e0;
	border-color:#FFF;  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 6px 0px rgba(0, 0, 0, 0.14) !important;
	margin:0 30px;
}
.navbar-inverse .navbar-nav &gt; li &gt; a {
	color: #fff;
	text-transform:uppercase;
	font-size:15px;		
	font-style:bold;
}
 
.navbar-inverse .navbar-nav &gt; .active &gt; a, .navbar-inverse .navbar-nav &gt; .active &gt; a:focus, .navbar-inverse .navbar-nav &gt; .active &gt; a:hover {
	color: #fff;
	background-color:rgba(3, 3, 3, 0.24);
}
.navbar-inverse .navbar-nav&gt;li&gt;a:focus, .navbar-inverse .navbar-nav&gt;li&gt;a:hover {
	color: #fff;
	background-color:rgba(3, 3, 3, 0.24);	
}

.navbar-inverse .navbar-nav &gt; .open &gt; a, .navbar-inverse .navbar-nav &gt; .open &gt; a:focus, .navbar-inverse .navbar-nav &gt; .open &gt; a:hover{
	color: #fff;
	background-color:rgba(3, 3, 3, 0.24);
}
.navbar-nav &gt; li {
    border-right: 1px solid rgba(0, 0, 0, 0.08);
}
.navbar-nav &gt; li:last-child{ border-right:0px;}
.navbar-nav &gt; li &gt; a {
	padding: 10px 6px;
}
.navbar .dropdown-menu{ width:200px !important; border-radius:0px; background-color:rgba(255,255,255,1); padding:0px; border-bottom:3px solid #67c9e0; } /**/
.navbar .dropdown-menu li{ border-bottom:1px solid rgba(0,0,0,.1);}
.navbar .dropdown-menu &gt; li &gt; a{ color:#000; font-size:0.9; padding:10px !important;}
.navbar .dropdown-menu &gt; li &gt; a:focus, .dropdown-menu &gt; li &gt; a:hover{
    background-color: #eee;
    color:#000;
    text-decoration: none;
}
.opentime{color: #5b5b5b;
    margin-left:20px;
    /*width: 29%; margin-top:22px;*/ width: 30%; margin-top:22px;}
.opentime img{ float:left; margin-right:10px;}
.opentime p{ margin-bottom:3px;} 
.opentime span{ color:#8f8e8e; font-size:14px;}
.cm{ background-color:#fff; padding:6px; position:absolute; margin-top:-182px; z-index:100; box-sizing:border-box; width:155px; text-align:center; box-shadow:0px 0px 3px rgba(0,0,0,.3);}
.cm img{ width:100%; margin-bottom:5px;} 
.cm h5, .cm span{font-family: 'Roboto', sans-serif; margin:0px; padding:0px;}
.cm h5{ color:#376a01;}
.cm span{ font-size:12px; color:#000;}
.banner {
    margin: 0 30px;
}
.section-gray{ background-color:#F0F0F0; padding-top:15px; padding-bottom:15px;}
.section-white{padding-top:15px; padding-bottom:15px;}
.other-acty{padding-top:15px; padding-bottom:15px; background-color:rgba(132, 135, 132, 0.18);}
.section-welcome{padding-top:25px; padding-bottom:25px;}
.main-heading{font-family:Georgia, "Times New Roman", Times, serif; text-align:center; margin:0px; padding:0px 0px 0px 0px; color:#000; margin-bottom:30px; font-style:italic;}
.main-heading span{position:relative;}
.main-heading span:after{ position:absolute; content:''; height:5px; background-color:#000; right:0px; left:0px; margin:0px auto; width:30%; bottom:-10px;}
.bigthumb{min-height:320px; background-color:#fff; box-shadow:0px 0px 5px rgba(0,0,0,.2);  position:relative;}
.bigthumb img{ min-height:107px; width:100%;}
.bigthumb h5{ color:#F30076; padding:11px 10px; margin:0px; text-transform:uppercase;  border-bottom:1px solid #E1E1E1; min-height:44px; font-size:20px;}
.bigthumb .content{ min-height:120px; padding:10px; }
.bigthumb .btn{ border-radius:0px; position:absolute; bottom:0px; text-transform:uppercase; padding:8px;}
.btn-success{ background-color:#7DB343;}
.btn-warning{background-color:#FFB200;}
.btn-danger{background-color:#EC407A;}
.btn-info{background-color:#00BCD5;}
.btn{ border-radius:0px;}
.news-section {
    background-color: #fff;
    height: 100%;
    position:relative;
    right: 0%;
    top: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 0px;
    z-index: 101;    margin-bottom: 24px;
}
.news-section .nav-tabs {
    border-bottom: 1px solid rgba(6, 6, 6, 0.15);
}
.news-section .nav-tabs &gt; li &gt; a{ border-radius:0px; font-family: 'Roboto Condensed', sans-serif; color:#fff; font-size: 15px;    padding: 2px 5px;}
.news-section .nav-tabs &gt; li.active &gt; a, .news-section .nav-tabs &gt; li.active &gt; a:focus, .news-section .nav-tabs &gt; li.active &gt; a:hover{ background-color:#fff; box-shadow:0px 0px 8px rgba(0,0,0,.2); color:#e27b2c;}
.news-section .nav &gt; li &gt; a:focus, .news-section .nav &gt; li &gt; a:hover{background-color:#f98a36 !important; color:#fff !important;}
.news ul{ margin:0px; padding:0px; list-style:none;}
.news ul li{ background-color:#fff; padding:8px 8px 8px 60px; margin:10px 0px; border-bottom:3px solid #0a6725; position:relative;}
.news ul li a:before{content:url(../images/news.png); font-family:'FontAwesome'; width:40px; height:40px; background-color:#43915A; color:#fff; border-radius:50%; border:1px solid #ccc; text-align:center; position:absolute; left:10px; font-size:24px;}
.news ul li a{color:#535353; display:block;}
.news-section .tab-content{ }
.news p{margin-bottom:0px; font-size:0.9em;}
.nsize,.ndate{ display:inline-block;}
.nsize{color:#cf2c2c; margin-right:2%;} 
.ndate{color:#000;}
.news-section .btn-warning {
    background-color: #f98a36;
    color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    position: relative;
    z-index: 999;
	margin-top: 13px;
}

.welcome{background-color:#fff; padding:0px; font-size:1.1em; text-align:justify;}
.welcome h3{ color:#000; font-family: 'Roboto Condensed', sans-serif; font-weight:bold; font-size:28px; position:relative;   margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; text-align:center;}
.welcome h3 span{ color:#e8322e;}
/*.welcome h3:before{ position:absolute; height:5px; width:15%; bottom:-3px; background-color:#187d59; content:''; left:0; right:0; margin:auto;}*/

.btn-orange{background-color:#46aa7d; color:#fff; position:relative; padding-left:38px;}
.btn-orange:hover{ background-color:#46aa7d; color:#fff;}
.btn-orange .fa{ padding:10px 9px 9px 9px; background-color:#187d59; left:0px; position:absolute; top:0px;}
.btn-orange:hover .fa{background-color:#27ABB7;}
.imageshadow{ border:4px solid #fff; box-shadow:0px 0px 5px rgba(0,0,0,0.1);}
.profile{background-color:#fff; box-shadow:0px 0px 6px rgba(0,0,0,.2); min-height:264px; text-align:center; position:relative; border:2px solid #27ABB7}
.profilebg{position:relative;  min-height:70px; margin-bottom:60px;}
.profilebg img{ border-radius:50%; width:50%; position:absolute; margin:0px auto; right:0px; left:0px; bottom:-50px; border:2px solid #ccc; box-shadow:0px 0px 5px rgba(0,0,0,0.1);}
.profile h4{ color:#EC4933; font-family: 'Roboto', sans-serif; font-weight:400; margin-bottom:5px; }
.profile p{ font-size:13px; min-height:58px;}
.probg1{ background-image:url(../images/profilebg-1.html); background-repeat:no-repeat; background-size:100% 100%;}
.probg2{ background-image:url(../images/profilebg-2.html); background-repeat:no-repeat; background-size:100% 100%;}
.profile .btn-warning{ padding:2px 6px; background-color:#ec4933; border-color:#dd3e29; font-size:13px;}
.quicklink-bg{ background-image:url(../images/weather.png); background-repeat:repeat; padding:25px 0px 0px 0px;}
.linkbox{ margin-bottom:30px;}
.linkbox a, .linkbox span{ display:block; text-decoration:none;}
.linkbox span{position:relative; width:60px; height:60px; margin:0px auto -31px auto; border:3px solid rgba(255,255,255,.7); border-radius:50%; box-sizing:border-box; padding:11px 9px; text-align:center; font-size:28px; color:#fff; z-index:1; box-shadow:0px 0px 8px rgba(0,0,0,.4); transition-duration:.2s;}
/*.linkbox a{position:relative; background-color:#fff; text-align:center; color:#000; border:2px solid #ccc; padding:80px 15px 15px 15px; z-index:0; box-shadow:0px 0px 8px rgba(0,0,0,.4); font-size:1.2em;}*/
.linkbox a {
    position: relative;
    background-color: rgba(255, 255, 255, 0.66);
    text-align: center;
    color: #000;
    border: 2px solid #ccc;
    padding: 57px 15px 0px 15px;
    z-index: 0;
    box-shadow: 0px 0px 8px rgba(0,0,0,.4);
    font-size: 1.0em;
    font-weight: bold;
    min-height: 126px;
    text-transform: uppercase;
}
/*.linkbox a:hover{ background-color:rgba(255,255,255,.93);}*/
.linkbox a:hover &gt; .linkbox span{margin:0px auto -40px auto;}
.red{ background-color:#fff;}
.green{background-color:#fff;}
.yellow{background-color:#fff;}
.DarkGolden{background-color:#fff;}
.cyan{background-color:#fff;}
.voilet{background-color:#fff;}
.SlateGray{background-color:#fff;}
.maroon {background-color:#fff;}

.red &gt; a{background-color:#ec4933;}
.green &gt; abackground-color:#6ab43e;}
.yellow &gt; a{background-color:#f98a36;}
.DarkGolden &gt; a{background-color:#927e0e;}
.cyan &gt; a{background-color:#10a1ae;}
.voilet &gt; a{background-color:#363ca0;}
.SlateGray &gt; a{background-color:#5b4d4d;}
.maroon &gt; a{background-color:#86190b;}


.red:before{color:#ec4933;}
.green:before{color:#6ab43e;}
.yellow:before{color:#f98a36;}
.DarkGolden:before{color:#927e0e;}
.cyan:before{color:#10a1ae;}
.voilet:before{color:#363ca0;}
.SlateGray:before{color:#5b4d4d;}
.maroon:before{color:#86190b;}

.other-acty .main-heading{color:#000;}
.other-acty .main-heading span:after{background-color:#EC4933;}
.other-acty .item{ margin:0px 10px;}
.other-acty .item a{ display:block; padding:10px; text-align:center; transition:.2s; border:2px solid #fff;}
.other-acty .item a{ color:#fff; font-size:15px;}
.other-acty .item a img{ height:80px; margin:0px auto 15px auto;}
.other-acty .owl-wrapper-outer{ min-height:173px;}
.other-acty .item a:hover{ text-decoration:none;}

/*.purple{ background-color:#6246F0;}
.purple:hover{background-color:#5235e3;}
.orange{background-color:#DA703C;}
.orange:hover{background-color:#d06633;}
.yellow{ background-color:#C8961B;}
.yellow:hover{background-color:#e1a510;}
.green{ background-color:#0E8F35;}
.green:hover{background-color:#2b8446;}*/
.owl-wrapper{min-height:70px;}
/*Important Link	*/
.brand-items{ margin-bottom:30px;}
.brand-items .owl-controls, .brand-items .owl-prev {
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%
}
.brands-items .owl-controls {
	bottom: auto;
	transform: translateY(-50%)
}
.brand-items .owl-next, .brand-items .owl-prev {
	display: inline-block;
	border: 0px solid #ccc;
	cursor: pointer
}
.brand-items .owl-prev {
	position: absolute;
	transform: translateY(-50%);
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-50%);
}
.brand-items .owl-next {
	position: absolute;
	right: -10px;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-150%);
	-ms-transform: translateY(-50%);
}
.brand-items .owl-next i.fa, .brand-items .owl-prev i.fa {
	color: #111F2D;
	padding:0px;
	font-size: 35px;
	-webkit-transition: .25s;
	transition: .25s;  
}
/*.brand-items .owl-next i.fa:hover, .brand-items .owl-prev i.fa:hover {
	color: #fff;
	background:#BDD251
}*/
.brands .owl-carousel .owl-item {
width:25 !important;
	float: left;
}
.brand-item{ padding:5px;  background-color:rgba(255,255,255,.5); margin:0px 5px; transition-duration:.2s;}
.brand-item:hover{border:1px solid #802E64; box-shadow:0px 0px 7px rgba(0,0,0,.5);}
.brand-item img{ width:100%;}
.brand-item:hover{ background-color:#fff;}	
.implink .owl-pagination{ display:none;}
.implink .owl-theme .owl-controls .owl-buttons div {
    background:rgba(0,0,0,.0) none repeat scroll 0 0;
    border-radius:0px;
    color: #000;
    display: inline-block;
    margin: 0px;
    opacity: 0.8;
    padding:0px;
    top: -12px;
}
	
footer{}	
/*.footlink{ background-color:rgba(24, 133, 66, 0.9); padding:20px 0px; font-size:13px; color:#fff;}*/
.footlink{ background-color:#67c9e0; padding:20px 0px; font-size:13px; color:#fff;}
.footlink ul{ margin:0px; padding:0px; list-style:none; }
.footlink ul li{ display:inline-block; border-right:1px solid #fff;}
.footlink ul li:last-child{border-right:0px solid #fff;}
.footlink ul li a{ display:block; padding:0px 6px; color:#fff; text-decoration:none; transition:.2s; margin:0px 3px;}
.footlink ul li a:hover{ background-color:rgba(255,255,255,.2);}
.foot-text{ color:#fff; font-size:0.9em;}
.foot-text p{ margin-bottom:5px;}
.foot-text a{ color:#FEB301; text-decoration:none;}
.foot-text a:hover{ color:#FEB301; text-decoration:underline;}
.text-right h4{ margin-top:0px; padding-top:0px; margin-bottom:5px;}
.footbottom{color:rgba(255,255,255,.9); background-color:#20B2AA; padding:15px;   font-size:0.8em;}
.pwdFxd{ position:fixed; top:0px; width:100%; z-index:100; margin:0px auto; right:0px; left:0px; background-color:#e6e6e6;}
.footbottom p{ padding-bottom:5px; margin-bottom:0px;}
.footbottom p a{ color:#FFCA00;}


/*inner page css*/
.innerbg{
	background-image: url(../images/poly-bg04.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
	}
.innerbanner{
	padding:0px;
    background-repeat: repeat, no-repeat;
	}
.innerbanner h2 {
    font-weight: 600;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 12px 0px;
    position: relative;
    color: #20B2AA; border-bottom:1px solid #ccc
}
/*.innerbanner h2:before{ position:absolute; height:2px; width:15%; bottom:0px; background-color:#0d9f5e; content:''; left:0; }	*/
.inner-service{ padding-bottom:50px;}
.inner {
    background-color:#fff !important;
    box-shadow: 0px 0px 8px rgba(0,0,0,.02);
    padding: 15px;
}
.innerbg{
	background-image: url(../images/poly-bg04.jpg);
    background-repeat: repeat;
    background-size: 100%;
    background-attachment: fixed;
	}

.breed-crum-div{}
.breadcrumb {background-color: #f5f5f5;
    border-radius:0px;
    list-style: outside none none;
    margin-bottom:15px;
    padding:8px;  border:0px solid  rgba(255,255,255,.3);
}
.breadcrumb li{ color:#363CA0;}
.breadcrumb li a{ color:#363CA0;}
.breadcrumb &gt; .active{ color:#363CA0;}
.breadcrumb &gt; li + li:before {
    content: url("");
}
.inner h3{color:#EC407A;}
.inner h4{color:#1CB5F5; border-bottom:1px solid #CCC; padding-bottom:10px;}
.inner h4{color:#000;}

.list {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list li {
	padding-left: 15px;
	margin-bottom: 4px;
}
.list li a {
	color: #333;
}
.list li:before {
	    color: #d9534f;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: -15px;
    margin-right: 6px;
	/*content: "\f101";
	font-family: 'FontAwesome';
	color: #EA1E63;
	font-size: 14px;
	margin-left: -15px;
	margin-right: 6px; border:1px solid #EA1E63; border-radius:50%; padding:2px 5px; width:20px; height:20px; box-sizing:   border-box;*/
}

.list ul {
	margin: 5px 10px 5px 10px;
	padding: 0px;
	list-style: none;
}


.list ul li:before {
	content: "\f101";
	font-family: 'FontAwesome';
	color:#18A0DB;
	font-size: 18px;
	margin-left: -15px;
	margin-right: 6px; border:0px solid #EA1E63; border-radius:50%; padding:0px; width:0px; height:0px; box-sizing:   border-box;
}
.inner{min-height:453px;}
.rightmenu{ padding-right:0px;}
.inner h3{ color:#000;  font-size:26px; position:relative;border-bottom:1px solid rgba(0,0,0,.1); margin:0px 0px 10px 0px; padding:0px 0px 10px 0px; } /* */
.inner h3 span{ color:#ff7a5a;}
/*.inner h3:before{ position:absolute; height:5px; width:15%; bottom:-3px; background-color:#FF7A5B; content:'';}*/
.rightmenu .panel-danger{border:0px; border-radius:0px;}
.rightmenu .panel-danger &gt; .panel-heading{font-family: 'Roboto Condensed', sans-serif; font-size:1.4em; border-radius:0px; background-color:#20B2AA; box-shadow:0px 0px 6px rgba(0,0,0,.3); color:#fff; }
.rightmenu .panel-danger &gt; .panel-body{border-radius:0px; min-height:250px; padding:0px;}
.rightmenu ul{ list-style:none; margin:0px; padding:0px;} 
.rightmenu ul li{ padding:8px; border-bottom:1px solid #eee;}
.rightmenu ul li a{ display:table; width:100%; color:#333; text-decoration:none;}
.rightmenu ul li i,.rightmenu ul li span{ display:table-cell; padding:6px; vertical-align:middle;}
.rightmenu ul li i{ width:15%; text-align:center; color:#fff; border-radius:2px;}
.rightmenu ul li span{ text-align:left;}
.rightmenu ul li a:hover{ background-color:#eee; color:#000000;}
 
 

/*--------------news-events css---------------------------------*/
.news-text .owl-pagination{ display:none;}
.news-text .thumbnail ul{ margin:0px; padding:0px 10px; list-style:none;}
 
.news-text .owl-next i.fa, .news-text .owl-prev i.fa {
    color: #111f2d;
    font-size:28px;
    padding: 0;
    transition: all 0.25s ease 0s;
}
.news-text .owl-buttons{ position:absolute; width:100%; text-align:right; top:-51px;}
.news-text .owl-controls .owl-buttons div {
    background: #fff none repeat scroll 0 0;
	border-radius:0px;
    color:#fff;
    display: inline-block;
    font-size: 12px;
    margin:2px;
    opacity:0.5;
    padding:0px 4px;
}
.news-text .arw,.news-text .dtype{display:none;}
.news-text .adtext {
	color: #000;
	display: inline-block;
}
.news-text .fa-file-pdf-o {
	display: none;
}
.news-text .dsize {
	display: block;
	font-size: 13px;
}
.news-text .dsize:before {
	color: #c00;
	content: "\f1c1";
	font-family: "FontAwesome";
	padding-right: 2px;
}
.news-text .ndate {
	color:#C9302C; font-size:0.9em;
}

 /*%%%%*******%%%%%%%*/
 .dataTables_paginate{
	 float:right;
 }
.dataTables_paginate .ellipsis{
		 display:none;
		 }
.dataTables_info, .dataTables_length{
	 float:left;
	}
.example tfoot{
	display:none;
}
.dataTables_filter input, .dataTables_length select {	 
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
 }
 .paginate_button{
	 color: #777;
    cursor:pointer;
    background-color: #fff;
    border-color: #ddd;
	    margin-left: 0;
		border-radius:4px;
	position: relative;
    float: left;
    padding: 6px 12px;
	border: 1px solid #ddd;
 }
a.paginate_button.current{
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.panel-heading h4{
	    border-bottom: 0;
		padding: 0;
        margin: 0;
}
.panel-heading h4 a{
	display:block;
	text-decoration:none;
}
.black input, .black select{
	    display: block;
    width: 90%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
input#search{
	    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	float:left;
}
input#btnGo {
    background: #f98a36;
    color: #fff;
    border: 0;
}
#btnGo:hover {
    box-shadow: inset 2px 2px 2px rgba(174, 141, 141, 0.62);
}
#sbtGo {
    background: #f98a36;
    color: #fff;
    border: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    margin-left: 10px;
}
#sbtGo:hover {
    box-shadow: inset 2px 2px 2px rgba(174, 141, 141, 0.62);
}

.list-new {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.list-new li {
	padding-left: 20px;
	margin-bottom: 4px;
}
.list-new li a {
	color: #333;
}
.list-new li:before {
	color: #d9534f;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: -15px;
    margin-right: 6px;
	/*content: "\f101";
	font-family: 'FontAwesome';
	color: #EA1E63;
	font-size: 14px;
	margin-left: -26px;
	margin-right: 6px; border:1px solid #EA1E63; border-radius:50%; padding:2px 5px; width:20px; height:20px; box-sizing:   border-box;*/
}

.list-new ul {
	margin: 5px 10px 5px 10px;
	padding: 0px;
	list-style: none;
}


.list-new ul li:before {
	color: #d9534f;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 12px;
    margin-left: -26px;
    margin-right: 6px;
	/*content: "\f101";
	font-family: 'FontAwesome';
	color:#18A0DB;
	font-size: 18px;
	margin-left: -26px;
	margin-right: 6px; border:0px solid #EA1E63; border-radius:50%; padding:0px; width:0px; height:0px; box-sizing:   border-box;*/
}
.searchhindi input, .searchhindi select{
	display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	float:left;
}
.searchhindi input[type="submit"]{
	 background: #f98a36;
    color: #fff;
    border: 0;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    background-image: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.address ul {
    margin: 0px;
    padding: 0px;
}
.address ul li {
    position: relative;
    margin-bottom: 5px;
    padding-bottom: 7px;
    padding-left: 47px;
    list-style: none;
    border-bottom: 1px dashed rgba(228, 122, 8, 0.14);
    display: inline-block;
    width: 100%;
    vertical-align: top;
    min-height: 50px;
    line-height: 25px;
}
.address ul li .icon {
    position: absolute;
    left: 0px;
    width: 33px;
    font-size: 21px;
    background: #46aa7d;
    color: #fff;
    padding: 5px;
    float: none;
    text-align: center;
    vertical-align: middle;
    top: 50%;
    margin-top: -18.5px;
}
span.details {
    text-align: left;
    display: inline-block;
}
.table-bordered .list-new{
	padding-left:10px
}

#mywelcome{
	    z-index: 99999 !important;
    top: 1px !important;
    text-align: center;
    background: rgba(0, 0, 0, 0.74);
    padding-top: 10%;
}

.popuptext{
	font-family: 'Roboto Condensed', sans-serif;
    font-size: 2.0em;
    text-transform: uppercase;
    color: #c16017;
}
.popbutton {
    background: #ec9951;
    border: 1px solid #ec9951;
    border-radius: 4px;
    padding: 7px 15px;
}
.popbutton:hover, .popbutton:active:focus {
	background-color: #da8237;
    border-color: #da8237;
}
.css-typing p {
    color: #ffa400;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 29px;
    white-space: nowrap;
    overflow: hidden;
    width: 460px;
    margin: 0 auto;
    animation: type 4s steps(60, end);
}

.types{
  animation: type2 7s steps(60, end) !important;
}

.css-typing p a{
  color: lime;
  text-decoration: none;
}

.css-typing span{
  animation: blink 1s infinite;
}

@keyframes type{ 
  from { width: 0; } 
} 

@keyframes type2{
  0%{width: 0;}
  50%{width: 0;}
  100%{ width: 100; } 
} 

@keyframes blink{
  to{opacity: .0;}
}

::selection{
  background: black;
}

.sitemap ul {
    background: transparent url(../images/site_map_ul.gif) repeat-y scroll 0 -5px !important;
    list-style-type: none !important;
    margin: 0 !important;
    padding: 0 5px 4px 6px !important;
    position: relative !important;
}
.sitemap ul li {
    background: transparent url(../images/site_map_list.gif) no-repeat scroll -5px -5px !important;
    line-height: 16px !important;
    padding: 0 0 0 10px !important;
    font: bold 10pt arial;
    margin: 10px 0;
    display: block;
    width: 100%;
}
.sitemap ul li.home a {
    color: #fff;
}

/**********news***************/
.news-section .panel {
    background-color: rgba(255, 255, 255, 0)!important;
    border: 0px solid transparent!important;
	    margin-bottom: -6px;
}
.demo1 {
    padding: 0;
    margin: 0;
	height: 278px !important;
}
.demo1 li{
	    background-color: #fff;
    padding: 3px 4px 4px 8px;
    margin: 10px 0px;
    border-bottom: 3px solid #0a6725;
    position: relative;
	display:table;
	width:100%
/*	height: 61px;*/
}

.demo1 li .arw {
    background: url(../images/news-icon.png) center left no-repeat;
    vertical-align: middle;
    width: 38px;
   /* height: 38px;*/
       padding: 20px 0;
    display: table-cell;
}
.demo1 li a{
	display:table-cell;
	padding-left: 7px;
	vertical-align: middle;
}
/*.demo1 li a:before {
    content: url(../images/news-icon.png);
    font-family: 'FontAwesome';
    width: 40px;
    height: 40px;
    background-color: #43915A;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #ccc;
    text-align: center;
    position: absolute;
    left: 10px;
    font-size: 24px;
}*/
.news-section .panel-body{
	padding:0;
	}
.news-section .panel-footer {
    padding: 0!important;
    background-color: rgba(245, 245, 245, 0)!important;
    border-top: 0px solid #ddd!important;
    border-bottom-right-radius: 0 !IMPORTANT;
    border-bottom-left-radius: 0px !important;
    box-shadow: none!important;
    position: absolute;
    top: 13px;
    right: 17px;
}
.news-section .pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    padding: 2px 4px !important;
}
.news-section .glyphicon-chevron-down:before {
    content: "\e114";
    font-size: 11px;
}
.news-section .glyphicon-chevron-up:before {
    content: "\e113";
	font-size: 11px;
}
span.arw {
	display:none;
}

.brand-item.mci {
    border: 1px solid #363ca0;
}
.brand-item.dci {
    border: 1px solid #ec4933;
}
.brand-item.nurse {
    border: 1px solid #6ab43e;
}

.brand-item.council-med {
    border: 1px solid #f98a36;
	
}
.brand-item.council-dent {
    border: 1px solid #927e0e;
}
.brand-item.nurse-council {
    border: 1px solid #10a1ae;
}

.green-shade{
    background: #fff;
}
.green-shade:before{
    color: #9ac92b;
}
.red-new{background-color:#ec4933 !IMPORTANT;
    color: #fff !IMPORTANT;}
.green-new{background-color:#6ab43e !IMPORTANT;
    color: #fff !IMPORTANT;}
.yellow-new{background-color:#f98a36 !IMPORTANT;
    color: #fff !IMPORTANT;}
.DarkGolden-new{background-color:#927e0e !IMPORTANT;
    color: #fff !IMPORTANT;}
.cyan-new{background-color:#10a1ae !IMPORTANT;
    color: #fff !IMPORTANT;}
.voilet-new{background-color:#363ca0 !IMPORTANT;
    color: #fff !IMPORTANT;}
.SlateGray-new{background-color:#5b4d4d !IMPORTANT;
    color: #fff !IMPORTANT;}
.maroon-new{background-color:#86190b !IMPORTANT;
    color: #fff !IMPORTANT;}
.green-shade-new{background-color:#9ac92b !IMPORTANT;
    color: #fff !IMPORTANT;}
.owl-wrapper-outer .red{background-color:#ec4933!important;}
.owl-wrapper-outer .green{background-color:#6ab43e!important;}
.owl-wrapper-outer .yellow{background-color:#f98a36!important;}
.owl-wrapper-outer .DarkGolden{background-color:#927e0e!important;}
.owl-wrapper-outer .cyan{background-color:#10a1ae!important;}
.owl-wrapper-outer .voilet{background-color:#363ca0!important;}
.owl-wrapper-outer .SlateGray{background-color:#5b4d4d!important;}
.owl-wrapper-outer .maroon{background-color:#86190b!important;}
.rightmenu .panel-body .red{border:1px solid #ec4933!important; }
.rightmenu .panel-body .green{border:1px solid #6ab43e!important;}
.rightmenu .panel-body .yellow{border:1px solid #f98a36!important;}
.rightmenu .panel-body .DarkGolden{border:1px solid #927e0e!important;}
.rightmenu .panel-body .cyan{border:1px solid #10a1ae!important;}
.rightmenu .panel-body .voilet{border:1px solid #363ca0!important;}
.rightmenu .panel-body .SlateGray{border:1px solid #5b4d4d!important;}
.rightmenu .panel-body .maroon{border:1px solid #86190b!important;}
.rightmenu .panel-body .green-shade{border:1px solid #9ac92b!important;}
.rightmenu .panel-body .attend {
    border: 1px solid #9c824a!important;
}
.rightmenu .panel-body .reg {
    border: 1px solid #366918!important;
}
.reg:before {
	color:#366918;
}
.attend:before {
	color:#9c824a
}

.col-sm-7.five-three {
    width: 60% !important;
}
.col-sm-5.five-two {
    width: 40% !important;
}
.yellow-new1:before {
    content: "\f25d";
	    font-family: FontAwesome;
    margin-top: -3px;
    display: block;
	color: #366918;
}
.yellow-new1{
	background-color: #fff;
}
.yellow-dark {
    background-color: #366918 !IMPORTANT;
    color: #fff !IMPORTANT;
}
.attendance{
	    background-color: #fff;
}
.attendance:before {
    content: "\f274";
	color:#9c824a;
	
}
.attendance-new{
	    background-color: #9c824a !IMPORTANT;
    color: #fff !IMPORTANT;
}
.brand-items .owl-wrapper-outer .owl-wrapper {
    width: 100% !important;
    text-align: center;
    display: block !important;
}
.brand-items .owl-wrapper-outer .owl-item {
    display: inline-block;
    float: none!important;
}
.filter-box {
    background: #ededed none repeat scroll 0 0;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    margin-bottom: 5px;
    width: 100%;
}
.filter-box select {
    border: 1px solid #abaaaa;
    padding: 5px;
    width: 100%;
}
.filter-box input[type="text"] {
    border: 1px solid #b3b3b3;
    padding: 5px;
    width: 100%;
}
.filter-box td {
    padding: 10px;
}
.filter-box input[type="submit"] {
    background: #177ebe none repeat scroll 0 0;
    border: 0 solid #ff0000;
    color: #ffffff;
    padding: 7px 10px;
    width: 100%;
}
.filter-box input[value="Reset"] {
    background: #e25051;
}
.pagination {
    background: #20467a none repeat scroll 0 0 !important;
    color: #ffffff;
    display: table-row !important;
}
.pagination span {
    padding: 0 8px;
}
.pagination a {
    border: 1px solid #ffffff;
    color: #ffffff !important;
    font-size: 10pt;
    padding: 0 10px;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
    background-color: #f98a36;
}
.pagination&gt;li&gt;a:focus, .pagination&gt;li&gt;a:hover, .pagination&gt;li&gt;span:focus, .pagination&gt;li&gt;span:hover {
    background-color: #ce6d24;
}

@media print{
a:link:after, a:visited:after {
	content: normal !important
}
a[href]:after {
	content: normal !important;
}
}
.grid-stack&gt;.grid-stack-item&gt;.grid-stack-item-content{
	overflow-y:hidden!important;
	color:rgba(255, 255, 255, .0)!important;
	text-shadow:none !important;	
}
.grid-stack .title-caption {
    background: rgba(0, 0, 0, 0.52) none repeat scroll 0 0;
    color:#fff;
    padding: 2px 10px;
}.implink-logo{
	padding:0;
	margin:0 auto;
	text-align:center;
	display:block;
	}
.implink-logo li{
	display:inline-block;
	text-align:center;
	list-style:none;
	padding: 0 3px;
	background: #fff;
}
.implink-logo li:hover img {
    box-shadow: 0px 0px 7px rgba(0,0,0,.5);
}
.implink-logo li img{
    padding: 0 5px;
}
.implink-logo li img:first-child{
	border: 1px solid #f98a36;
	}
.implink-logo li img:nth-child(2){
	border: 1px solid #10a1ae;
}
.implink-logo li img:nth-child(3){
	border: 1px solid #927e0e;
}
.implink-logo li img:nth-child(4){
	border: 1px solid #6ab43e;
}

	
.implink-logo li a{}
/*---------------------*/
.news-section .panel-heading {
    /*background: rgba(47, 145, 85, 0.97);*/
	 background: #67c9e0;
    padding: 9px 6px 0px 6px !important;
}
.news-section .panel-title {
    background-color: #fff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    color: #e27b2c;
    display: block;
    padding: 5px;
    font-size: 17px;
    margin: 0 auto 7px auto;
    width: 150px;
}
.news-section .panel-heading h3:before{
	    background: none !important;
}
.play-pause {
    position: absolute;
    top: 23px;
    z-index: 999;
    right: 24px;
}
#ticker1 {
    margin-left: 0px;
    padding: 0 12px;
    border: 1px dashed #ccc;
    overflow-x: hidden !important;
    height: 250px;
    margin-bottom: 10px;
}
.view-more-section a {
    background-color: #f98a36;
    color: #ffffff;
    box-shadow: 0px 0px 8px rgba(0,0,0,.2);
    position: relative;
    z-index: 999;
    margin-top: 8px;
    padding: 1px 5px 3px 5px;
    float: right;
}
.stopped {
    margin-top: 0px !important;
}
#ticker1 li {
    border-bottom: 1px dashed #ccc;
    display: block;
    clear: both;
    width: 100%;
	padding: 0px 0 0px 57px;
	background: url(../images/news-icon.png) 1px 5px no-repeat;
    vertical-align: middle;
}
.view-more-section {
    background: #67c9e0;
    font-size: 14px;
    padding: 0 6px 6px 6px;
    margin-top: -7px;
    overflow: overlay;
    float: right;
    margin-right: 41px;
}

.adtext {
    display: block;
}
.dsize {
    font-size: 14px;
}
.ndate {
    font-size: 14px;
}</pre></body></html>