

* {
	outline: none !important;
	-moz-outline: none !important;
}

html,
body {
	height: 100%;
	position: relative;
}


/* Main */


/*Bootstrap-overlay*/

a:hover,
a:focus {
	outline: medium none;
	text-decoration: none;
}

body {
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

@media ( min-width: 1360px) {
	.container {
		width: 1320px;
	}
}

.dash-bg {
	background: #1d5c91 url(../img/das-bg2.jpg) center center no-repeat;
	background-size: cover;
	-webkit-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}

.box {
	min-height: 185px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-bottom: 2px solid #dadada;
	padding: 25px 15px;
	text-align: center;
	margin-bottom: 29px;
	box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.3);
	-ms-box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.3);
	-o-box-shadow: 0 0 13px 0px rgba(0, 0, 0, 0.3);
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
}

.box:hover {
	transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
	border-bottom: 2px solid #eeb916;
}

.box p {
	font-size: 1.38rem;
	color: #1c1c1c;
	font-weight: 600;
}

.log-bt {
	width: 100%;
	text-align: left;
	padding: 4px 20px;
	border: transparent;
	background: #fff;
}

.log-bt:hover {
	color: red;
}

.box .im-thumb {
	display: block;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	margin: 0 auto 12px;
	text-align: center;
	line-height: 70px;
	transition: all ease-in-out 0.4s;
	-webkit-transition: all ease-in-out 0.4s;
	-ms-transition: all ease-in-out 0.4s;
	-o-transition: all ease-in-out 0.4s;
}

.box:hover .im-thumb {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transition: all ease-in-out 0.2s;
	-webkit-transition: all ease-in-out 0.2s;
	-ms-transition: all ease-in-out 0.2s;
	-o-transition: all ease-in-out 0.2s;
}

.box_lh {
	background: #e8fffc;
}

.box_lh .im-thumb {
	background: #2baf9e;
}

.box_cms {
	background: #ecf4ff;
}

.box_cms .im-thumb {
	background: #4a97ff;
}

.box_pd {
	background: #ffedf4;
}

.box_pd .im-thumb {
	background: #da3e7c;
}

.box_mtp {
	background: #e6edff;
}

.box_mtp .im-thumb {
	background: #2350d7;
}

.box_ser {
	background: #eff9fe;
}

.box_ser .im-thumb {
	background: #4ac6ff;
}

.box_set {
	background: #f4f6ff;
}

.box_set .im-thumb {
	background: #4463da;
}

.box_umm {
	background: #fff6ec;
}

.box_umm .im-thumb {
	background: #e89031;
}

.box_fts {
	background: #f1feea;
}

.box_fts .im-thumb {
	background: #479f18;
}

.box_lgb {
	background: #ddfbff;
}

.box_lgb .im-thumb {
	background: #0fbcd5;
}

.box_ce {
	background: #e6edff;
}

.box_ce .im-thumb {
	background: #2350d7;
}

.box_saera {
	background: #ffedf4;
}

.box_saera .im-thumb {
	background: #da3e7c;
}

.box_clist {
	background: #e1f7ff;
}

.box_clist .im-thumb {
	background: #0fa2db;
}

.box_epeh {
	background: #fbe5f0;
}

.box_epeh .im-thumb {
	background: #9e1c5d;
}

.box_yat {
	background: #eee9f9;
}

.box_yat .im-thumb {
	background: #532baf;
}

.box_cov {
	background: #ffebdc;
}

.box_cov .im-thumb {
	background: #fc1919;
}

.box_ce {
	background: #e6edff;
}

.box_ce .im-thumb {
	background: #2350d7;
}

.statics {
	text-align: center;
	width: 48px;
}

.testData {
	color: #0a406c;
	font-weight: 700;
	font-size: 18px;
	line-height: 20px;
	margin-top: 10px;
}

.quick-actions_homepage {
	width: 100%;
	text-align: center;
	position: relative;
	float: left;
	margin-top: 7%;
}

.header {
	display: table;
	width: 100%;
	background: #023763;
	height: 62px;
	padding: 2px 0;
	box-shadow: 0 0 14px -2px rgba(0, 0, 0, 0.5);
	border-top: 2px solid #dfaa08;
}

.dsh-logo span {
	color: #dedddd;
	font-style: italic;
	font-size: 1.6rem;
	margin-left: 20px;
	top: 4px;
	position: relative;
}

.dsh-logo img {
	width: 38px;
	margin-top: 4px;
}


/* Slick Slider */

.slick-prev:before,
.slick-next:before {
	color: black;
}

#blink {
	font-size: 25px;
	font-weight: bold;
	font-family: sans-serif;
	color: #d9a91b;
	/* transition:0.4s; */
}


/* Copyright */

footer {
	background: #023763;
	padding: 6px;
	margin-top: 20%; 
}

.copy_rg {
	position: relative;
	bottom: 0;
	text-align: center;
	width: 100%;
}

.copy_rg ul {
	padding: 0px;
	margin-bottom: 6px;
}

.copy_rg ul li {
	display: inline-block;
	border-right: 1px solid #fff;
}

.copy_rg ul li:last-child {
	border-right: none;
}

.copy_rg ul li a {
	color: #fff;
	margin: 0 6px;
	padding: 2px 7px;
}

.copy_rg p {
	color: #fff;
	margin-bottom: 4px;
	line-height: 13px;
	font-size: 12px;
}

#loader_ar { background:#080263; position:absolute; top:0 right:0; left:0; bottom:0; height:100%; width:100%; z-index:2;}


#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 100px;
  height: 100px;
  margin: -75px 0 0 -75px;
  border: 12px solid #f3f3f3;
  border-radius: 50%;
  border-top: 12px solid #3498db;
  width: 80px;
  height: 80px;
  -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 }
}

#myDiv {
  display: none;
  text-align: center;
}

/* New CSS for Security Policies */

.list-group{
	width: 500px !important;

}

.list-group-item{
	margin-top:10px;
	border-radius: 5px !important; 
	background:#fff;
	cursor: pointer;
	transition: all 0.3s ease-in-out;
  list-style:none;
  color:#0a406c;
  border-width:0px;
  align-items:center;
}
i{color:#ff0e0e;}
.bi{
  margin-top:-7px;
  font-size:25px;
}
.list-group-item:hover i{
  color:#ffffff;
}
.list-group-item:hover{
	transform: scaleX(1.1);
}



.check{
	opacity: 0;
	transition: all 0.6s ease-in-out;
}

.list-group-item:hover .check {
	opacity: 1;

}

.about span{
	font-size: 12px;
	margin-right: 10px;

}
.d-flex{align-items:center}
/* Shutter Out Vertical */

.hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
	border-radius: 5px; 
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-vertical:hover, .hvr-shutter-out-vertical:focus, .hvr-shutter-out-vertical:active {
  color: white;
}
.hvr-shutter-out-vertical:hover:before, .hvr-shutter-out-vertical:focus:before, .hvr-shutter-out-vertical:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}