body {
  	font-family: "Open Sans", sans-serif;
  	color: #444444;
  	font-size: 12px !important;
  	font-weight: 300;
  	margin: 0;
	background: #f2f2f2;
}

.main-container .container-fluid {
    padding: 0;
}
.top-header {
    box-shadow: 0 0 15px 0 rgb(2 59 109 / 10%);
}

.top-header .heading-marquee marquee {
    margin: 0;
    padding: 0;
    float: left;
}

.top-header .heading{background-color:#1171e5;}
.top-header .logo {
    background-color:#fff;
}
.top-header .heading-marquee {
    background: #fff;
    border-bottom: 1px #e8e8e8 solid;
    overflow: hidden;
}
.top-header .heading h2 {
    text-align: center;
    font-family: "Open Sans", sans-serif;
    color: #fff;
    margin: 0;
    border-bottom: 1px #0565d9 solid;
    padding: 10px;
    font-size: 22px;
}

.top-header .heading-marquee h3{margin: 0;color: #2c4964;padding: 10px 0;font-size: 13px;}
.container-main {
    padding: 30px 0;
    background: #f2f2f2;
}
.container-main .card .card-header {
    background: #1e579c;
    color: #fff;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    text-align: center;
    font-weight: 500;
    padding: 8px;
    text-transform: uppercase;
}

.container-main .card .card-body a {
    font-size: 13px;
    padding-left: 5px;
    font-weight: normal;
}

.container-main .card .card-body .admin-card-form {
    padding: 10px;
}

.container-main .card .card-body .form-control {
    border: 1px #b0b0b0 solid;
    font-size: 12px;
    height: 40px;
    border-radius: 0;
}

.container-main .card {
    margin-bottom: 20px;
    /* height: 350px; */
}
.container-main .card .card-body .admin-card-form button.btn.btn-primary {
    width: 100%;
    border-radius: 0;
    font-size: 15px;
    background: #2c4964;
    border-color: #2c4964;
}

.container-main .card .card-body p strong {
    font-weight: 600;
    color: #2c4964;
}
.container-main .card .card-body p {
    margin-bottom: 10px;
    font-size: 13px;
}


.container-main .card .card-body .table-col .table thead tr th {
    font-weight: 700 !important;
}
.container-main .card .card-body .table-col .table thead tr th, .container-main .card .card-body .table-col .table tbody tr td {
    font-size: 13px;
    color: #2c4964;
    font-weight: normal;
}


footer .footer-col {
    padding: 8px;
    background: #1e579c;
    text-align: center;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    width: 100%;
}

/* #blink1 {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    transition: 0.5s;
}

#blink2 {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    transition: 0.5s;
}

#blink3 {
    font-size: 15px;
    font-weight: bold;
    color: #ff0000;
    transition: 0.5s;
}

#countDownTimer {
  	text-align: center;
  	font-size: 30px;
  	margin-top: 0px;
} */


.latest-news-box {
  background: #00a6f0 none repeat scroll 0 0;
  padding: 15px 25px;
}
.latest-news-container {
    width: 100%;
}
.latest-news-container h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 0;
}
.latest-news-container ul {
    list-style: none;
    padding-left:0;
}
.latest-news-container .list-decimal-white ul li {
    padding: 0 0 0 15px;
    margin: 0 0 13px 0;
    background: url(../../../images/decimal.png) no-repeat 0 6px;
    border-bottom: none;
    line-height: 130%;
    font-size: 100%;
    text-align:left;
}
.latest-news-container .list-decimal-white ul li a{
	color: #fff;
    display: block;
    font-size:14px;
}
.mgscmultisteptheme2{
	margin: 0 0 50px;
    overflow: hidden;
    position: relative;
    padding:0 5px;
}
.mgscmultisteptheme2 .form-layer-steps{
	.form-layer-step {
    float: left;
    padding: 0;
    position: relative;
    text-align: center;
    width: 20%;
}
}

/*.header-bg {
    background: #d0e4f7; *//* Fallback for old browsers (light blue) *//*
    background: -moz-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(30, 87, 156, 1) 50%, rgba(208, 228, 247, 1) 100%); *//* Firefox *//*
    background: -webkit-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(30, 87, 156, 1) 50%, rgba(208, 228, 247, 1) 100%); *//* Chrome, Safari *//*
    background: -o-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(30, 87, 156, 1) 50%, rgba(208, 228, 247, 1) 100%); *//* Opera *//*
    background: -ms-linear-gradient(top, rgba(208, 228, 247, 1) 0%, rgba(30, 87, 156, 1) 50%, rgba(208, 228, 247, 1) 100%); *//* IE *//*
    background: linear-gradient(to bottom, rgba(208, 228, 247, 1) 0%, rgba(30, 87, 156, 1) 50%, rgba(208, 228, 247, 1) 100%); *//* Standard *//*
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d0e4f7', endColorstr='#1e579c', GradientType=0); *//* IE6-9 *//*
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 7px 0px;
}*/

.header-bg {
    background-color: #243771;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 7px 0px;
}

.right{float:right;}
.header-txt{margin-top:10px;}

.helpdesk-bg{
	width:100%;
	border-top:1px solid #eee;
	border-bottom:1px solid #CCC;
  	-moz-box-shadow:0 2px 6px rgba(0,0,0,0.49);
  	-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.49);
  	box-shadow:0 2px 6px rgba(0,0,0,0.49);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9de96+1,8ab66b+50,c9de96+100 */
	background: #c9de96; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9de96 1%, #8ab66b 50%, #c9de96 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9de96 1%,#8ab66b 50%,#c9de96 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9de96 1%,#8ab66b 50%,#c9de96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#c9de96',GradientType=0 ); /* IE6-9 */
}
.camera_caption{
    display:inline-block;
    height: 50px;
    background: #6D9B5B;
    position: relative;
    padding:10px 10px;
    font-size:20px;
    color:#FFF;
}
.camera_caption:after {
    position: absolute;
    right: -25px;
    content: "";
    width: 0; 
    height: 0;
    top:0; 
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 25px solid #6D9B5B;
}
.helpdesk-txt{
	display:inline-block;
	/* color:#FFF; */
	padding-left:30px;
	padding-top:15px;
	font-size:14px;
}
.footer-bg{
	background: #1e579c;
}
.footer-txt{padding:15px 0; color:#FFF; font-size:13px;}
marquee{
	padding:10px 0;
	border-top:1px solid #eee;
	border-bottom:1px solid #CCC;
  	-moz-box-shadow:0 2px 6px rgba(0,0,0,0.49);
  	-webkit-box-shadow:0 2px 6px rgba(0,0,0,0.49);
  	box-shadow:0 2px 6px rgba(0,0,0,0.49);
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#c9de96+1,8ab66b+50,c9de96+100 */
	background: #c9de96; /* Old browsers */
	background: -moz-linear-gradient(top,  #c9de96 1%, #8ab66b 50%, #c9de96 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #c9de96 1%,#8ab66b 50%,#c9de96 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #c9de96 1%,#8ab66b 50%,#c9de96 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#c9de96',GradientType=0 ); /* IE6-9 */
}
marquee h3{margin-bottom:0;}
.box-min-height{min-height:400px;}
.list ul{margin: :0;}
@media (max-width: 992px){
	.helpdesk-txt{padding-top:5px;}
}




