/* Import Css */
@import url('bootstrap.min.css');
@import url('font-awesome.min.css');
@import url('meanmenu.css');
@import url('newsTicker.css');
@import url('ace-responsive-menu.css');
@import url('jquery.popVideo.css');

/* Scroller */
::-webkit-scrollbar {
    width: 10px;
}
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
::-webkit-scrollbar-thumb {
    background: #888; 
}
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* Fonts */
@font-face {
  font-family: 'NexaBold';
  src: url('../fonts/NexaBold.eot');
  src: url('../fonts/NexaBold.woff') format('woff'),
       url('../fonts/NexaBold.ttf') format('truetype'),
       url('../fonts/NexaBold.svg#NexaBold') format('svg'),
       url('../fonts/NexaBold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Regular';
  src: url('../fonts/Lato-Regular.eot');
  src: url('../fonts/Lato-Regular.woff') format('woff'),
       url('../fonts/Lato-Regular.ttf') format('truetype'),
       url('../fonts/Lato-Regular.svg#Lato-Regular') format('svg'),
       url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Lato-Bold';
  src: url('../fonts/Lato-Bold.eot');
  src: url('../fonts/Lato-Bold.woff') format('woff'),
       url('../fonts/Lato-Bold.ttf') format('truetype'),
       url('../fonts/Lato-Bold.svg#Lato-Bold') format('svg'),
       url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'David-Bold';
  src: url('../fonts/David-Bold.woff') format('woff'),
       url('../fonts/David-Bold.ttf') format('truetype'),
       url('../fonts/David-Bold.svg#David-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'davidbd';
  src: url('../fonts/davidbd.eot');
  src: url('../fonts/davidbd.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

/* BEGIN Regular */
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/Regular/OpenSans-Regular.eot?v=1.1.0");
	src: url("../fonts/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Regular/OpenSans-Regular.woff2?v=1.1.0") format("woff2"), url("../fonts/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../fonts/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../fonts/Regular/OpenSans-Regular.svg?v=1.1.0#Regular") format("svg");
	font-weight: normal;
	font-style: normal;
}
/* END Regular */
/* BEGIN Semibold */
@font-face {
	font-family: 'Open Sans';
	src: url("../fonts/Semibold/OpenSans-Semibold.eot?v=1.1.0");
	src: url("../fonts/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../fonts/Semibold/OpenSans-Semibold.woff2?v=1.1.0") format("woff2"), url("../fonts/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../fonts/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../fonts/Semibold/OpenSans-Semibold.svg?v=1.1.0#Semibold") format("svg");
	font-weight: 600;
	font-style: normal;
}
/* END Semibold */



/* Manin CSS   */
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	font-style: normal;
	font-size:100%;
	line-height:22px;
	color:#000
}
section{
	clear:both;
}
.header_top{
	width:100%;
	float:left;
	background:#373738;
	padding: 5px 0;
}
.top_access{
	margin:0;
	padding:0;
}
.top_access li{
	    display: inline-block;
    /* margin-left: 10px; */
    float: left;
    padding: 0 7px;
    border-left: 1px solid #ddd;
}
.top_access li:nth-child(1){
	margin-left: 0px;
	border:none
}
.top_access li a{
	display: inline-block;
    padding: 1px 2px 1px 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    text-align: center;
    color: #fff;
    vertical-align: middle;
}
.top_access li a:hover{
	border: 1px solid #ededed;
    background: #008eff;
}
.top_access li a.facebook:hover{
	background:#4867aa;
	border: 1px solid #4867aa;
}
.top_access li a.twitter:hover{
	background:#1da1f2;
	border: 1px solid #1da1f2;
}
.top_access li a.linkedin:hover{
	background:#0274b3;
	border: 1px solid #0274b3;
}

.top_access li a.width_auto{
	width: auto;
    border: transparent;
    text-decoration: none;
}
.top_access li a.width_auto:hover{
	background:transparent;
	color: #ddd;
}
.top_access li img{
	width:16px;
}

/* Dropdown Button */
.top_access .dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */
.top_access .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.top_access .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
	padding:0;
	left: -7px;
}
.top_access .dropdown-content.width_150{
	width: 170px;
    padding: 5px !important;
    right: 0% !important;
    left: -131px;
}
.top_access .width_150 .form-control{
	border-color:#008eff;
}
.input-group-addon {
    background: #454f53;
    color: #ffffff;
    border: 1px solid #454f53;
}
.dropdown-content li a{
	width:auto;
	border-radius:0;
	border:transparent;
	height: auto;
}
.dropdown-content li{
	margin:0
}
.dropdown-content li img{
	width:auto;
}
/* Links inside the dropdown */
.top_access .dropdown-content a {
    color: black;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.top_access .dropdown-content a:hover {background-color: #f1f1f1; border: transparent;}

/* Show the dropdown menu on hover */
.top_access .dropdown:hover .dropdown-content {
    display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}

.dropdown a.sf-with-ul{
	padding-right: 0px;
}
.dropdown a.sf-with-ul:after{
	display:none;
}

/*=header_bottom  */
.header_bottom{
	width:100%;
	float:left;
	padding: 15px 0;
}
.logo_text{
	padding-left: 10px;
    margin-left: 10px;
    border-left: 2px solid #a5a5a5;
}
.logo img{
	margin-top:10px;
}
.mt10{
	margin-top:10px;
}
.logo_text h1{
	font-size: 160%;
    margin: 0;
    /* padding-bottom: 5px; */
    /* font-family: 'David-Bold'; */
    color: #d70e2d;
    /* margin-top: 6px; */
    font-weight: 300;
}
.logo_text h2{
	font-size: 137%;
    margin: 0;
    padding-bottom: 5px;
    font-family: 'David-Bold';
    color: #d70e2d;
    margin-top: 3px;
}
.logo_text p{
	font-size: 140%;
    font-family: sans-serif;
    margin-bottom: 7px;
    color: #404040;
    margin-bottom: 0;
    margin-top: 6px;
    line-height: 16px;
}
span.hindi_19{
	    font-size: 100%;
}
.font_90{
	font-size: 55%;
}
.signup{
	padding:0;
	margin-top: 21px;
}
.signup li{
	display:inline-block;
	margin-left:10px;
}
.signup li a{
	float: left;
    background: #ff7525;
    padding: 4px 10px 4px 30px;
    border-radius: 20px;
    color: #fff;
    text-decoration: none;
}
.signup li a:hover{
	background: #008eff;
}
.signup li a.bgcol_orange{
	background:#008eff
}
.signup li a.bgcol_orange:hover{
	background:#ff7525
}
.signup li a i{
	margin-right:6px;
}
/* Icon Wobble Horizontal */
@-webkit-keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(6px);
    transform: translateX(6px);
  }
  33.3% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }
  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }
  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.hvr-icon-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  padding-right: 2.2em;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-icon-wobble-horizontal:before {
	content: "\f023";
    position: absolute;
    left: 10px;
    padding: 0 1px;
    font-family: FontAwesome;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    font-size: 110%;
    top: 5px;
}
.bgcol_orange:before{
	content: "\f007" !important;
}
.hvr-icon-wobble-horizontal:hover:before, .hvr-icon-wobble-horizontal:focus:before, .hvr-icon-wobble-horizontal:active:before {
  -webkit-animation-name: hvr-icon-wobble-horizontal;
  animation-name: hvr-icon-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/*** Menu Style CSS Start***/
.mean-container{width:100%;float:left;}
.navigation-bg{width:100%;float:left;
    background: #00207b;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	word-wrap: break-word;
}
.sf-menu li {
	position: relative;
}
.sf-menu li:focus .sf-menu ul {
	position: absolute;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left; 
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative; font-size:100%; font-weight:600;
}
/* .sf-menu a:focus{
	outline:0;
} */
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-menu ul {box-shadow: 2px 2px 6px rgba(0,0,0,.2); min-width: 12em; /* allow long menu items to determine submenu width */}
.sf-menu a {text-decoration: none;}
.sf-menu a {color: #fff;}
.sf-menu li { background-image:url(../images/menu-border.jpg);
	background-position:left; 
	background-repeat:no-repeat; 
	white-space: nowrap; /* no need for Supersubs plugin */ 
}
.sf-menu li:nth-child(1){
	background-image:none;
}
.sf-menu li a{
	padding:10px 10px;
}
.sf-menu ul li { background: #008eff; border-bottom:1px solid #fff; }
.sf-menu ul li a{ padding:9px 10px;
	}
.sf-menu ul ul li { background: #008eff; }
.sf-menu li a:hover{
	background:#efefef;
	color:#212121
}
/* .sf-menu li:hover,
.sf-menu li.sfHover {
	background: #025faf;
	color:#000;
} */
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	/* padding-right: 2.5em; */
	padding-right: 22px;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
@media (max-width:768px){
.mean-container .mean-nav ul li a.home_icon{
	background:none;
}
.sf-menu li {
    background-image: none;
    padding: 10px;
    width: 100%;
}

.sf-arrows .sf-with-ul:after{
	display:none;
}

.sf-menu ul ul {
    left: 0px;
    top: 0;
}
/*** Menu Style CSS End***/

}
/*
.sf-menu li:nth-child(7){
  background:#f00 !important;
  position:relative;
}

.sf-menu li:nth-child(7) > ul > li:after{
  right: 10px;
  top: 12px;
  transition: all 0.2s ease 0s;
  content:'<';
  position:absolute;
}
.sf-menu li:nth-child(7) > ul > li.has-sub::after {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: transparent #fff  transparent transparent;
  border-image: none;
  border-style: solid;
  border-width: 4px;
  right: 10px;
  top: 12px;
  transition: all 0.2s ease 0s;
  
}*/
/*==============
Arrow and dropdown right Css
===================*/
/* .sf-menu li:nth-child(7) ul{
	left:auto;
	right:0;
}
.sf-menu li:nth-child(7) ul li ul{
	left:auto;
	right:100%;
} 
.sf-menu li:nth-child(7) a.sf-with-ul:after {
    margin-top: -3px;
    margin-right: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;  
	border-top: 5px solid #ddd
}
.sf-menu li:nth-child(7) a.sf-with-ul:hover:after {
    margin-top: -3px;
    margin-right: -3px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;  
	border-top: 5px solid #fff
}
.sf-menu li:nth-child(7) ul li .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
	border-top: 5px solid transparent !important;
	border-bottom: 5px solid transparent !important;  
	border-right:5px solid #ddd !important; 
	border-left:0 solid white !important; 
}
.sf-menu li:nth-child(7) ul li .sf-with-ul:hover:after {
    margin-top: -5px;
    margin-right: -3px;
	border-top: 5px solid transparent !important;
	border-bottom: 5px solid transparent !important;  
	border-right:5px solid white !important; 
	border-left:0 solid white !important; 
}
*/


/*==============Banner=========*/
.bg_gray{
	background: #ededed;
    padding: 20px 0 0;
    width: 100%;
    float: left;
	
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-caption {
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.55);
	position: absolute;
    bottom: 0;
    z-index: 10;
    padding-top: 5px;
    padding-bottom: 40px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption h3{
	margin:5px;
}
#carouselButtons{
    position: absolute;
    bottom: 13px;
    z-index: 999;
    left: 15px;
}
.carousel-control{
	width: 40px;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 100%;
    background: #000;
    border-radius: 50%;
    text-align: center;
    padding-top: 4px;
}
/*===Key Person======*/
.key_person{
	width: 100%;
    float: left;
    padding: 8px 6px 6px;
    color: #fff;
	margin-top:20px;
}
/* Float Shadow */
.hvr-float-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-float-shadow:before {
  /* pointer-events: none; */
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.key_person:nth-child(1){
	margin-top:0
}
.key_person a{
	color: #fff;
	text-decoration:none;
}
.key_person a:hover{
	color:#fff;
}

.bg_blue{
	background: #1ea297 url(../images/bg_blue.png);
	background-size:cover;
}
.bg_lightblue{
    background: #008eff url(../images/blue_bg.png);
    background-size: cover;
}
.bg_blk{
	background:#3e4649 url(../images/bg_blk.png);
	background-size:cover;
}
.bg_orange{
	background:#ee8d27 url(../images/bg_orange.png);
	background-size:cover;
}
.bg_red{
	background:#d84239 url(../images/bg_red.png);
	background-size:cover;
}
.key_persons{
	position:relative;
	transition: all .5s ease-in-out;
}

.view_all_keyperson a{
    /* background: #454f53; */
    color: #212121;
    padding: 4px 10px;
}
.shadow{
	line-height:0;
	width:100%;
	float:left;
}
.view_all_keyperson{
    /* bottom: -12px; */
    display: block;
    /* right: 14px; */
    z-index: 999;
    width: 100%;
    text-align: right;
    float: left;
    padding-top: 0px;
    font-weight: 600;
}
.mr20{
	margin-right:20px;
}
.font_20{
	font-size: 120%;
    font-weight: 600;
    display: block;
    line-height: 25px;
    padding-top: 12px;
}
.font_16{
	font-size:100%;
	font-weight:600;
}



/*=======About Sec===========*/
.about_sec{
	padding: 30px 0;
    display: block;
    clear: both;
}
.about_sec h2{
	/* font-family: 'NexaBold'; */
	font-weight:600;
	color:#1e1e1e;
	font-size: 190%;
	margin-top: 0;
}
.whats_new{
	background:#f1f1f1;
	float: left;
    width: 100%;
}
.whats_new h3{
	background:#00207b;
	margin:0;
	padding:10px;
	color:#fff; font-size:130%;/* font-family: 'NexaBold'; */font-weight:600;
}
.playpause {
    text-align: right;
    float: right;
    font-size: 85%;
}
.playpause a {
    color: #fff;
    line-height: 25px;
    float: left;
    padding-right: 6px;
    cursor: pointer;
}
.playpause a {
    color: #fff;
    line-height: 25px;
    float: left;
    padding-right: 6px;
    cursor: pointer;
}
.more{
	margin-left: 15px;
}

.three_section{
	background: #00a9ff url(../images/latest_bg_blue.png);
	background-size:cover;
	padding: 30px 0;
}
.circular_box{
	width: 100%;
    float: left;
    padding: 30px 15px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 0px #3a3a3a;
	transition: all .3s ease-in-out;
}
.circular_box:hover{
	transform: scale(1.03); 
	box-shadow: 0 2px 0px #d54a43;
}
.circular_box h3{
	color:#008eff;
	text-transform:uppercase;
	font-size:130%;
	text-align:center;
	/* font-family: 'NexaBold'; */
	font-weight:600;
	margin-top:10px;
}
span.circle_icon{
	width: 80px;
    height: 80px;
    display: inline-block;
    border: 1px solid #454f53;
    border-radius: 50%;
    background: #454f53;
    text-align: center;
    vertical-align: middle;
    padding: 20px 0;
}
.circular_box:hover span.circle_icon{
	background: #008eff;
	border: 1px solid #008eff;
}
/* Float Shadow */
.circular_box:hover .circle_icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.circle_icon:before {
  /* pointer-events: none; */
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, transparent 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.circle_icon:hover, .circle_icon:focus, .circle_icon:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
  /* move the element up by 5px */
}
.circle_icon:hover:before, .circle_icon:focus:before, .circle_icon:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}
.view_all{
	float:right;
	padding-top: 5px;
}
.view_all a{
	color:#212121
}

.media_sec{
	padding:35px 0;
}
.multimedia{
	width:100%;
	float:left;
}
.multimedia h3{
	text-transform: uppercase;
    color: #008eff;
    font-size: 130%;
    text-align: center;
    /* font-family: 'NexaBold'; */
    border-bottom: 2px solid #008eff;
    padding-bottom: 15px;
    margin-bottom: 0;
	background:url(../images/up_arrow.png) no-repeat 50% 100%;
	margin-top:0;
	font-weight:600;
}
.nav-tabs {
    border-bottom: 0px solid #ddd;
    background: #efefef;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    font-size: 120%;
	font-weight: 600;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #008eff;
    border: 0px solid #ddd;
    border-bottom-color: transparent;
    border-radius: 0;
}
.nav > li > a{
	color:#313333;
}
.gallery_box{
	width:100%;
	float:left;
	border:1px solid rgba(0, 142, 255, 0.3803921568627451);
	position:relative;
	border-top: transparent;
	padding: 13px;
}
.gallery_box img{
	width:50%;
	float:left;
	padding:20px;
	max-height: 233px;
	height: 210px;
}
.gallery_box iframe{
	width:50%;
	float:left;
	padding:16px;
	min-height: 233px;
}
span.gall_view_all{
	position: absolute;
    top: -33px;
    right: 10px;
}
span.gall_view_all a{
	color: #212121;
    font-size: 110%;
}
/* Gallery Light Box */
.photo_cat{
    border: 5px solid #efefef;
    display: block;
    float: left;
	overflow: hidden;
}
.photo_cat .photo-gallery{
	border:0;
}
#imagelightbox {
	cursor:pointer;
	position:fixed;
	z-index:10000;
	-webkit-box-shadow:0 0 14px rgba( 0, 0, 0, .31 );
	box-shadow:0 0 14px rgba(0, 0, 0, 0.31)
}
#imagelightbox-loading, #imagelightbox-loading div {
	border-radius:50%
}
#imagelightbox-loading {
	width:2.5em;
	height:2.5em;
	background-color:#444;
	background-color:rgba( 0, 0, 0, .5 );
	position:fixed;
	z-index:10003;
	top:50%;
	left:50%;
	padding:0.625em;
	margin:-1.25em 0 0 -1.25em;
	-webkit-box-shadow:0 0 2.5em rgba( 0, 0, 0, .75 );
	box-shadow:0 0 2.5em rgba( 0, 0, 0, .75 )
}
#imagelightbox-loading div {
	width:1.25em;
	height:1.25em;
	background-color:#fff;
	-webkit-animation:imagelightbox-loading .5s ease infinite;
	animation:imagelightbox-loading .5s ease infinite
}
#imagelightbox-overlay {
	background-color:rgba(123, 123, 123, 0.9);
	position:fixed;
	z-index:9998;
	top:0;
	right:0;
	bottom:0;
	left:0
}
#imagelightbox-close {
	width:2.5em;
	height:2.5em;
	text-align:left;
	background-color:#666;
	border-radius:50%;
	position:fixed;
	z-index:10002;
	top:2.5em;
	right:2.5em;
	-webkit-transition:color .3s ease;
	transition:color .3s ease
}
#imagelightbox-close:hover, #imagelightbox-close:focus {
	background-color:#111
}
#imagelightbox-close:before, #imagelightbox-close:after {
	width:2px;
	background-color:#fff;
	content:'';
	position:absolute;
	top:20%;
	bottom:20%;
	left:50%;
	margin-left:-1px
}
#imagelightbox-close:before {
	-webkit-transform:rotate( 45deg );
	-ms-transform:rotate( 45deg );
	transform:rotate( 45deg )
}
#imagelightbox-close:after {
	-webkit-transform:rotate( -45deg );
	-ms-transform:rotate( -45deg );
	transform:rotate( -45deg )
}
#imagelightbox-caption {
	text-align:center;
	color:#fff;
	background-color:#666;
	position:fixed;
	z-index:10001;
	left:0;
	right:0;
	bottom:0;
	padding:0.625em
}
#imagelightbox-nav {
	background-color:#444;
	background-color:rgba( 0, 0, 0, .5 );
	border-radius:20px;
	position:fixed;
	z-index:10001;
	left:50%;
	bottom:3.75em;
	padding:0.313em;
	-webkit-transform:translateX( -50% );
	-ms-transform:translateX( -50% );
	transform:translateX( -50% )
}
#imagelightbox-nav button {
	width:1em;
	height:1em;
	background-color:transparent;
	border:1px solid #fff;
	border-radius:50%;
	display:inline-block;
	margin:0 0.313em
}
#imagelightbox-nav button.active {
	background-color:#fff
}
.imagelightbox-arrow {
	width:3.75em;
	height:7.5em;
	background-color:#444;
	background-color:rgba( 0, 0, 0, .5 );
	vertical-align:middle;
	display:none;
	position:fixed;
	z-index:10001;
	top:50%;
	margin-top:-3.75em;
	border:transparent
}
.imagelightbox-arrow:hover, .imagelightbox-arrow:focus {
	background-color:rgba( 0, 0, 0, .75 )
}
.imagelightbox-arrow:active {
	background-color:#111
}
.imagelightbox-arrow-left {
	left:2.5em
}
.imagelightbox-arrow-right {
	right:2.5em
}
.imagelightbox-arrow:before {
	width:0;
	height:0;
	border:1em solid transparent;
	content:'';
	display:inline-block;
	margin-bottom:-0.125em
}
.imagelightbox-arrow-left:before {
	border-left:none;
	border-right-color:#fff;
	margin-left:-0.313em
}
.imagelightbox-arrow-right:before {
	border-right:none;
	border-left-color:#fff;
	margin-right:-0.313em
}
#imagelightbox-loading, #imagelightbox-overlay, #imagelightbox-close, #imagelightbox-caption, #imagelightbox-nav, .imagelightbox-arrow {
	-webkit-animation:fade-in .25s linear;
	animation:fade-in .25s linear;
	border:transparent
}
@media only screen and (max-width: 41.250em) {
#imagelightbox-close {
	top:1.25em;
	right:1.25em
}
#imagelightbox-nav {
	bottom:1.25em
}
.imagelightbox-arrow {
	width:2.5em;
	height:3.75em;
	margin-top:-2.75em
}
.imagelightbox-arrow-left {
	left:1.25em
}
.imagelightbox-arrow-right {
	right:1.25em
}
}
@media only screen and (max-width: 20em) {
.imagelightbox-arrow-left {
	left:0
}
.imagelightbox-arrow-right {
	right:0
}
}


/* Important Links================= */
.important_links{
	    width: 100%;
    float: left;
    border: 1px solid rgba(0, 142, 255, 0.3803921568627451);
    padding: 12px;
    min-height: 145px;
    margin-top: 25px;
}
.important_links ul{
	padding:0;
}
.important_links ul li{
	display:block;
	    padding: 6px 10px;
}
.important_links ul li a{
	text-decoration:none;
}
.important_links ul li a:hover{
	color:#008eff;
}
.important_links ul li span.link_icon{
	border: 1px solid #008eff;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    padding-top: 12px;
}
.important_links ul li:hover span.link_icon{
	background: #f5f4f4;
    border-color: #ddd;
}
.important_links ul li span.link_text{
	font-size:118%;
	text-transform: uppercase;
	margin-left:15px;
	padding-bottom:5px;
	border-bottom:1px solid #ddd;
	/* font-family: 'NexaBold'; */
	font-weight:600;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/*==========Flex Slider===========8*/
.scroll_sec{
	background:#f8f8f8;
	padding:0px 0;
}

#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
    position: relative;
    overflow: hidden;
    float:left;
    width:100%;
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px;
    padding:0px;
    cursor:pointer;
    position:relative;
    line-height:0px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    padding:5px 10px;
    border-radius:15px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;      
    position: absolute;
    cursor: pointer;
    z-index: 4;
    top: 29%;
    color: rgba(0,0,0,0.5);
    font-size: 145%;    
}
.nbs-flexisel-nav-left {
    left: 10px;
}
.nbs-flexisel-nav-right {
    right: 5px;
}
.nbs-flexisel-item img {
    max-width: 100%;
    cursor: pointer;
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
}
.nbs-flexisel-nav-left:before {
    content: "\e079";
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}
.nbs-flexisel-nav-right:before {
    content: "\e080";
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}


/*=============Footer=============*/
.footer{
	background:#373738;
	padding:25px 0; 
}
.footer ul {
	margin:0;
	padding:0;
	text-align:center
}
.footer ul li{
	display:inline-block;
	border-left:1px solid #ddd;
	line-height:10px;
}
.footer ul li:nth-child(1){
	border:transparent
}
.footer ul li a{
	color:#fff;
	padding:4px 10px;
	display:inline-block;
	
}
.copyRight{
	font-size:85%;
	color:#fff;
	text-align:center;
	padding-top:5px;
	margin-bottom: 0;
}
.visitor{
	float:left;
	color:#fff;
	font-size:90%;
}
.update{
	float:right;
	color:#fff;
	font-size:90%;
}


/* ====== ABout Us Page======*/
.content_sec{
	clear:both;
	padding:0 0 30px;
}
.breadcrumb > li.pull-right:before {
    display:none
}
.breadcrumb > li a{
	color:#212121
	
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #e8e8e8;
    border-radius: 4px;
    margin-top: 20px;
}
.breadcrumb > .active {
    color: #333;
}
.left_menu{
	background: #f1f1f1;
}
.left_menu h3 {
    background: #454f53;
    margin: 0;
    padding: 8px;
    color: #fff;
    font-size: 130%;
    /* font-family: 'NexaBold'; */
    font-weight: 600;
}
.photo_heading {
    margin: 0;
    font-size: 113%;
    padding: 10px;
    background: #e8e8e8;
    line-height: 20px;
    margin-top: 6px;
    float: left;
    width: 100%;
    min-height: 46px;
    border-bottom: 2px solid #f99426;
}
.heading1 {
    margin: 0;
    font-size: 100%;
    float: left;
    padding-bottom: 10px;
	font-weight:600
}
.photo-gallery {
    width: 100%;
    float: left;
    border: 4px double #ddd;
    height: 170px;
}
.tabsss{
	padding: 10px;
    border: 1px solid #ddd;
    border-top: transparent;
}
table{
	border:1px solid #ddd;
	border-bottom:transparent;
	    vertical-align: top;
}
table thead tr th, table tbody tr th{
	background:#fff;
	border:1px solid #ddd;
	border-top:transparent;
	border-bottom:1px solid #ddd ;
	border-left:transparent;
	vertical-align: top !important;
	padding:5px;
	text-align: center;
	font-size: 14px;
	
}

.main_table table thead tr th, table tbody tr th{
	background:#fff;
	border:1px solid #ddd;
	border-top:transparent;
	border-bottom:1px solid #ddd ;
	border-left:transparent;
	vertical-align: top !important;
	padding:5px;
	text-align: center;
	font-size: 14px;
	width:13%;
	max-width:13%;
	min-width:13%
	
}

table tbody tr:nth-child(odd){
	background:#fbf9f7;
}
table tbody tr td{
	border:1px solid #ddd;
	border-top:transparent;
	border-left:transparent;
	padding:5px;
	text-align: center;
	font-size: 13px;
}
.mb30{
	margin-bottom:30px;
}
/* Video Section */

.video{
	width:100%;
}
h3.page_heading{
	margin-top:0
}
.circular_form{
	padding: 10px;
    border: 1px solid #ffc68c;
    width: 100%;
    float: left;
    margin-bottom: 20px;
    border-radius: 10px;
}
.circular_form .form-control, .circular_form .btn{
	border: 1px solid #ffc68c;
	box-shadow:none
}
.circular_form .btn-primary{
	background:#008eff;
	margin-right: 15px;
}
.table_view{
	/* background: #22b09e; */
    padding: 2px 6px;
    color: #fff;
    border-radius: 5px;
}
.table_view:hover, .table_view:focus{
	color:#fff;
}
.table_pagination{
	text-align:left
}
.table_pagination a{
	padding: 4px 10px;
    border: 1px solid #c7c7c7;
    color: #212121;
    display: inline-block;
    border-left: transparent;
	text-decoration:none
}
.table_pagination a:nth-child(1){
	border-left: 1px solid #ddd;
}
.table_pagination a.select{
	background: #ddd;
    color: #212121;
    font-weight: 600;
}
.pt27{
	padding-top: 27px;
}
.pt30
	{
    padding-top: 30px;
    line-height: 30px;
}
.page_srch{
	padding: 10px 15px;
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.records, .go_page, .table_pagination{
	width: 33.33333333%;
	float:left;
}
.records span, .go_page span{
	    padding: 5px;
    line-height: 30px;
    font-weight: 600;
}
.go_page input{
	width: 58px;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.go_page button{
	background: #008eff;
    color: #fff;
    border: none;
    box-shadow: none;
    font-weight: 600;
}
.well{
	background:transparent;
	border: 1px solid #ddd;
}


/* FAQ Section */
.panel-heading {
    padding: 6px 12px;
}
.panel-default > .panel-heading {
    color: #000;
   background-color: #cac5c5;
    border-color: #cac5c5;
}
.panel-heading a{
	color:#212121;
	text-decoration:none;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 100%;
    color: inherit;
    font-weight: 600;
}
.panel-title .glyphicon{
	font-size: 70%;
    background: #464646;
    width: 20px;
    height: 20px;
    text-align: center;
	top: 0px;
    margin-right: 5px;
    padding-top: 5px;
    border-radius: 50%;
    color: #fff;
}
.panel-default {
    border-color: #cac5c5;
}
.quest_ans{
	width:100%;
	float:left;
}
.quest_ans h3{
    font-size: 100%;
    font-weight: 600;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
}
.quest_ans h3 span{
    width: 40px;
    float: left;
}
.quest_ans ul li{
	display:block;
	position: relative;
    padding-left: 55px;
}
.quest_ans ul li:before{
	content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    background: #333;
    border-radius: 50%;
    top: 7px;
    left: 40px;
}
.quest_ans ul li.ansWer{
	font-weight:600;
	padding-left: 40px;
}
.quest_ans ul li.ansWer:before{
	display:none;
}
.content-div{
	min-height:49vh;
}
.content-div ul li{
    display: block;
    padding: 4px 0px 4px 20px;
	position:relative;
}
.content-div ul li:before{
	content: '';
    position: absolute;
    background: #333;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    left: 3px;
    top: 12px;
}
/* tracker_section */
.tracker_sec{
	width: 100%;
    float: left;
    border: 1px solid rgba(0, 142, 255, 0.3803921568627451);
    padding: 20px 15px;
    margin-top: 34px;
	    background: #008eff url(../images/blue_bg.png);
}
.tracker_sec h3{
    margin-top: 0;
    font-size: 130%;
    font-weight: 600;
	    color: #fff;
}
.tracker_sec img{
	padding-right: 10px;
}
.tracker_sec .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
}
.tracker_sec .input-group-addon {
    padding: 8px 12px;
	width:auto;
}

.tracker_sec .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 87%;
    margin-bottom: 0;
}
.content-div p{
	text-align:justify;
}
































@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:portrait) {
  /* For portrait layouts only */
.circular_box{
	margin-bottom:30px;
}
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
  /* For landscape layouts only */
}





@media screen and (max-width:767px){
p {
    text-align: justify;
}
.top_access li {
    display: inline-block;
    margin-left: 2px;
    float: left;
    font-size: 90%;
}
#carouselButtons{
	bottom: 5px;
}
.carousel-indicators{
	margin-bottom: 0;
}
.shadow{
	margin-bottom: 10px;
}
.logo img{
	width:100%;
}
.top_access li ul li{
	margin:0;
}
.mha_logs{
	width:100%;
}
.right_logos{
	margin-top: 0px;
    border-top: 0px solid #ddd;
    padding-top: 0px;
}
.right_logos .signup{
	margin-top: 18px;
}
.emblem_logo{
	width: 40px;
}
.logo_text h1 {
    font-size: 110%;
}
.logo_text p {
    font-size: 100%;
}
.shadow img{
	width:100%;
}
.circular_box{
	margin-bottom: 30px;
}
.about_sec h2{
	font-size: 140%;
}
.nav-tabs > li{
	display: block;
    width: 100%;
    text-align: center;
	border-bottom: 1px solid #dcdcdc;
}
.gallery_box img{
	min-height: 129px;
	padding: 10px;
	height:auto !important
}
.multimedia{
	margin-bottom:30px;
}
.left_menu {
    background: #f1f1f1;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.key_person .mr20 {
    margin-right: 10px;

}
.font_16 {
    font-size: 85%;
    font-weight: 600;
}
.signup li {
    display: inline-block;
    margin-right: 10px;
	margin-left: 0px;
}
.important_links ul li {
    display: block;
    padding: 10px 0;
}
.important_links ul li a {
    text-decoration: none;
    display: block;
}
.important_links ul li span.link_text {
    font-size: 100%;
}
.tracker_sec .input-group .form-control{
	width: 84% !important;
}
.carousel-caption{
	padding-bottom: 25px;
}
.logo_text h2 {
    font-size: 97%;
}
}
ul.site_map{
	padding-left:20px;
}
ul.site_map ul{
	padding-left:50px;
}
.ace-responsive-menu > li > a{
	background: url(images/sidemenubg.jpg) 0 0 repeat-y #008eff;
}
.ace-responsive-menu > li {
    border-bottom: 1px solid #ffffff38;
    float: none;
}
.sf-menu a.home_icon{
	width: 22px;
	background: url(../images/home-icon.png) center;
	text-align: center;
	background-repeat: no-repeat;
	text-indent: inherit;
	font-size: 0;
	float: left;
	padding: 10px 20px;
}
.sf-menu a.home_icon:hover{
background: #efefef url(../images/home-icon_hover.png) center no-repeat;
}
.img_box{
    width:100%;
}
.img_box img{
    width:100%;
}
.video_gall{
    width:100%;
    position:relative;
}
.video_gall img{
    width:100%;
}
.video_overlay {
    position: absolute;
    width: 100%;
    height: 170px;
    background: url(../Images/play.png) 50% no-repeat;
    cursor: pointer;
    top:0;
}
.video_overlay:hover {
    background: url(../Images/playh.png) 50% no-repeat;
    cursor: pointer;
}
.logout{
    width: 100%;
    float: left;
    background: #efefef;
    text-align: center;
    padding: 15px;
    margin-top: 30vh;
    border: 1px solid #ddd;
}
h3.left-title{
    margin-top:0
}
.logout > .panel-heading h3 {
	padding: 5px;
    font-size: 120%;
}
.logout .pb20{
    display: block;
}
.logout>.panel-heading {
	color: #fff;
    background-color: #22b09e;
    border-color: #22b09e;
    border-radius: 0;
    margin: -15px;
    margin-bottom: 5px;
}
/* tracker_section */
.tracker_sec {
    width: 100%;
    float: left;
    border: 1px solid rgba(0, 142, 255, 0.3803921568627451);
    padding: 20px 15px;
    margin-top: 34px;
    background: #008eff url(../images/blue_bg.png);
}
.tracker_sec h3 {
	margin-top: 0;
	font-size: 130%;
	font-weight: 600;
	color: #fff;
}
.tracker_sec img {
	padding-right: 10px;
}
.tracker_sec .input-group {
	position: relative;
	display: table;
	border-collapse: separate;
	width: 100%;
}
.tracker_sec .input-group-addon {
	padding: 8px 12px;
	width: auto;
}
.tracker_sec .input-group .form-control {
	position: relative;
	z-index: 2;
	float: left;
	width: 87%;
	margin-bottom: 0;
}
.content-div p {
    text-align: justify;
}
/* information_boxx */
.information_boxx {
    width: 100%;
    float: left;
    padding: 10px;
    background: #efefef;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid rgba(0, 142, 255, 0.3);
	min-height: 140px;
}
.information_boxx h3 {
	margin: -10px;
	background: #008eff;
	margin-bottom: 10px;
	padding: 8px;
	color: #fff;
	font-size: 130%;
}
.pt10{
	padding-top:10px;
}
.pt20{
	padding-top:20px;
}
.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.mb20{
	margin-bottom:20px;
}
.confirmation_div{
	background: #ffffff;
    padding: 30px;
    margin-top: 20vh;
    display: block;
    border: 1px solid #afafaf;
    border-radius: 8px;
    box-shadow: 0 0px 35px #afafaf;
    margin-bottom: 24vh;
}
.pb30{
	padding-bottom:30px;
}
span.validation{
    padding: 3px 10px;
    border: 1px solid #f0ad4e;
    color: #303030;
    position: absolute;
    right: 15px;
    width: auto;
    top: 64px;
    border-radius: 4px;
    z-index:+10;
    min-width:200px;
    background:#fff;
}
span.validation:before{
    position:absolute;
    content:'';
    top:-5px;
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;  
    border-bottom: 5px solid #f0ad4e;
}
.MultiFile-label{
	display: block;
    padding: 4px 0;
    border-bottom: 1px dashed #ddd;
}
.MultiFile-remove{
    color: #f00;
    font-size: 16px;
    border: 1px solid #ddd;
    padding: 0px;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    line-height: 21px;
    font-weight: bold;
}
/* Calendar */
.ajax__calendar_container {
    padding: 4px;
    cursor: default;
    width: 215px !important;
    font-size: 11px;
    text-align: center;
    font-family: tahoma,verdana,helvetica;
}
.ajax__calendar_days, .ajax__calendar_months, .ajax__calendar_years{
	width:auto !important;
	height:auto !important
}
.ajax__calendar_container td {
    padding: 0px !important;
    margin: 0px;
    font-size: 11px;
}
.ajax__calendar .ajax__calendar_container {
    border: 1px solid #ddd !important;
    background-color: #ffffff;
    color: #000000;
}
.ajax__calendar .ajax__calendar_day {
    border: 1px solid #ffffff;
    padding: 3px 6px !important;
	height: auto !important;
    width: auto !important;
}
.ajax__calendar_body {
    height: 170px !important;
    width: 200px !important;
    position: relative;
    overflow: hidden;
    margin: auto;
}
.ajax__calendar_footer {
    height: 22px !important;
}
.ajax__calendar_dayname {
    height: 20px !important;
    width: 20px !important;
    text-align: right;
    padding: 0 3px;
}
 #marqueecontainer {
    margin: 10px auto 10px auto;
    position: relative;
    width: 650px;
    height: 200px;
    background-color: white;
    overflow: scroll;
    /* border: 1px solid #CCC; */
    padding: 2px;
    padding-left: 4px;
    cursor: pointer;
    border-radius: 6px;
    box-shadow: 0px 5px 20px 2px rgba(0,0,1,0.1);
    border: 1px #FF9900 solid;
}
#marqueecontainer h4 {
    font-size: 18px;
    margin: 0px 0px 0px 30px;
    color: #C30;
}
.ministry-List {
    margin: 0px 0px 0px 50px;
    text-align: justify;
    color: #0000D9;
    list-style: decimal;
  
}
#content12 {
	position: relative;
	width: 100%;
	margin: 15px auto 30px auto;
	background: #FFFFFF;
	border-radius: 6px;
	box-shadow: 0px 5px 20px 2px rgba(0,0,0,0.1);
	border:1px #CCCCCC solid;
	overflow: scroll;
	height:430px;
/*border:1px #000 solid;*/
}
.para {
    text-align: justify;
    margin: 15px 10px 15px 3px;
    color: #000;
}
.line {
    text-align: justify;
    margin: 1px 5px 1px 5px;
    color: #2C2B2B;
}
.dl12{
    color:red;
    font-size:17px;
}
p.paging {
    border-radius: 6px;
    float: left;
    /* margin: 10px 0; */
    /* width: 100%; */
    /* clear: both; */
    /* display: block; */
    margin-top: 10px;
    /* margin-bottom: 20px; */
    overflow: hidden;
}
p.paging a {
    display: inline-block;
    float: left;
    padding: 5px 15px;
    background: #fee4c9;
    border-left: 1px solid #fff;
    border-radius: 0px;
    font-weight: 600;
    text-decoration:none;
}
.nav-tabs > li > a:hover{
	border-bottom:0
}


#side-menu{
background: #008eff;
}
#side-menu li{
   border-bottom:1px solid #8ea2b2;
}


.username_confirm{
	color:#212121;
	font-weight:bold;
}

#side-menu li a{
	color:#fff !important;
}
#side-menu li a:hover{
	
	background-color:#026fc7;
}

.topheadng {
    background: #f0f1f2;
    margin-bottom: 25px;
}

.topheadng h3 {
    margin: 0;
    padding: 6px 6px 6px 0px;
}

.font_30
{
text-align: justify;
font-size: 24px;
color: #fff;

}
.ptb30{
    padding: 30px 0;
}
/* Underline From Left */
.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #ff2700;
  height: 1px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}
/* Blink for Webkit and others
(Chrome, Safari, Firefox, IE, ...)
*/

@-webkit-keyframes blinker {
  from {opacity: 1.0;}
  to {opacity: 0.0;}
}
.blink{
	text-decoration: blink;
	-webkit-animation-name: blinker;
	-webkit-animation-duration: 0.6s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-timing-function:ease-in-out;
	-webkit-animation-direction: alternate;
	    color: #ff9800;
    /* background: #efefef; */
    /* padding: 4px; */
    font-weight: bold;
    border-bottom: 0;
    padding-left: 8px;
    font-size: 16px;
}
/*====================3 BOx=====================*/
.box{
	width:100%;
	text-align:center;
	min-height:110px;
	height:100px;
	float: left;
	padding: 15px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(171,166,171,1);
	-moz-box-shadow: 0px 0px 11px 0px rgba(171,166,171,1);
	box-shadow: 0px 0px 11px 0px rgba(171,166,171,1);
}
.boxbg1{
	background:#21bede;
}

.boxbg2{
	background:#82c739;
}
.boxbg2:hover{
	background:#8cd63e;
}
.boxbg3{
	background:#085cad;
}
.boxbg3:hover{
	background:#1268bb;
}
.boxbg4{
	background:#e49e35;
}
.boxbg4:hover{
	background:#f1ab42;
}
.box .boxBoldtext{
	/* width:100%;

	font-size:250%;
	color:#fff;
	float: left;
	font-weight: 600;
	padding-bottom: 10px;
	line-height: 34px; */
	width: 100%;
    font-size: 200%;
    color: #fff;
    float: left;
    font-weight: 600;
    padding-bottom: 5px;
    line-height: 34px;
	
}
.box p{
	color:#fff;
}

@media print 
{
  a[href]:after { content: none !important; }
  img[src]:after { content: none !important; }
}

itemtemplate {
    display: block;
    padding: 5px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    background: #21bede;
    margin: 3px 0;
    color: #FFF;
    font-size: 120%;
}

table tbody tr:nth-child(2n+1) {
    background: #fff;
}
