@charset "utf-8";
/* CSS Document */
#fade 
{
	display: none;
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: .80;
	filter: alpha(opacity=80);
}
#light 
{
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 600px;
	max-height: 360px;
	margin-left: -300px;
	margin-top: -180px;
	border: 2px solid #FFF;
	background: #FFF;
	z-index: 1002;
	overflow: visible;
}
#boxclose 
{
	float: right;
	cursor: pointer;
	color: #fff;
	border: 1px solid #AEAEAE;
	border-radius: 3px;
	background: #222222;
	font-size: 31px;
	font-weight: bold;
	display: inline-block;
	line-height: 0px;
	padding: 11px 3px;
	position: absolute;
	right: 2px;
	top: 2px;
	z-index: 1002;
	opacity: 0.9;
}
.boxclose:before 
{
	content: "×";
}
#fade:hover ~ #boxclose 
{
	display: none;
}
.test:hover ~ .test2 
{
	display: none;
}
header 
{
	background-color: #155d9d2e;
	min-height: 325px;
}
.body_wrap 
{
	max-width: 1280px;
	margin: 0 auto;
}
.rhs_content_header
{
	margin-bottom:10px;
}
.mt-30
{
	margin-top:20px !important;
}
#download1
{
	margin-bottom:10px;
}
.rhs_content_header img 
{
	width: 175px;
}
img.special_offer 
{
	/*margin: 15px 0 0 0;*/
}
.rhs_content_header ul 
{
	list-style: none;
}
.rhs_content 
{
}
.logo 
{
	display: inline-block;
}
.logo img {
	max-width: 100%;
	margin: 10px 0px;
}
.full-width {
	display: inline;
}
.blinktext {
	-moz-animation-duration: .7s;
	-moz-animation-name: blink;
	-moz-animation-iteration-count: infinite;
	-moz-animation-direction: alternate;
	-webkit-animation-duration: .7s;
	-webkit-animation-name: blink;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-duration: .7s;
	animation-name: blink;
	animation-iteration-count: infinite;
	animation-direction: alternate;
	display: inline-block;
	float: right;
	margin-right: 0px;
	z-index: 999 !important;
}
 @-moz-keyframes blink {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}

 @-webkit-keyframes blink {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
 @keyframes blink {
 from {
 opacity: 1;
}
to {
	opacity: 0;
}
}
.content_pra {
	padding: 15px 0;
}
.social{
list-style:none;
}
.social li{
display:inline-block;
margin-left:5px;
}
.refre-friend{
font-size:20px;
color:#161515;
}
a:hover{
text-decoration:none;
}
.rhs_content_header {
	float: right;
	text-align: right;
	margin-top: 10px;
}
.rhs_content_header h3 {
	color: #ee6720;
	font-family: Arial;
	font-weight: bold;
	margin: 19px 0;
}
.slider_part {
	margin-top: -230px;
	margin-bottom: 12px;
	clear: both;
}
.menu_wrap .navbar-inverse {
	background: #01437d;
	border: none;
	margin-bottom: 20px;
}
.menu_wrap {
	clear: both;
}
.menu_wrap .nav > li {
	border-right: 1px solid #f3f3f35e;
}
.menu_wrap .nav > li a {
	color: #fff;
	font-size: 16px;
	font-family: Arial;
	padding: 15px 42px;
	font-weight: 600;
}
li.last_menu {
	border-right: none !important;
}
.menu_wrap .nav > li > a:hover {
	background-color: #1e4a79;
	color: #fff;
}
ul.dropdown-menu li a {
	padding: 15px 10px !important;
	font-size: 16px !important;
}
.dropdown-menu{
    padding: 0px 0px !important;
}
ul.dropdown-menu li a:hover {
	color: #000;
}
.dropdown-menu {
	background-color: #1e4a79;
	background-color: #10c7b2;
	width: 100%;
}
.dropdown-menu li a
{
    background-color: #10c7b2;
}
.weclome_content {
	background-color: #eeeeee;
	padding: 30px;
}
.investonline_div {

    padding: 63px 0px;
	text-align: center;
	background:#eeeeee;
}
.form_div {
	background-color: #eeeeee;
	padding: 10px;
}
.lhs_content .col-lg-12, .rhs_content .col-lg-12, .lhs_content .col-sm-3 {
	padding: 0;
}
.news {
	margin-top: 6px;
}
.lhs_content .col-lg-12, .rhs_content .col-lg-12 {
	margin: 0 0 15px 0;
}
h1.welcome_tab {
	margin: 5px 0;
	font-size: 26px;
	font-family: Open Sans;
	font-weight: bold;
}
.welcome_para p {
	text-align: justify;
	color: #000;
	font-family: Arial;
	margin: 13px 0;
}
.rotate {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow: hidden;
}
.rotate:hover {
	/*-webkit-transform: rotate(360deg);*/
	/*-moz-transform: rotate(360deg);*/
	/*-o-transform: rotate(360deg);*/
}
.circle_div {
	text-align: center;
	margin:20px 0px;
}
.frame_ticket{
margin-bottom: 10px;
}
 .mb-20{
 margin-bottom:25px;
 }
 .pt-10{
 padding-top:10px;
     clear: both;
 }
.heading_div {
	text-align: center;
	background: #1e4a79;
}
.heading_div h2 {
	color: #fff;
	font-size: 22px;
	padding: 7px 0;
	margin: 0;
}
.mfp_div {
	border: 1px solid #bfb5cd;
	text-align: center;
}
footer {
	background-color: #1e4a79;
	clear: both;
	color: #fff;
	padding: 20px 0;
}
.nav-footer {
	text-align: center;
	margin-bottom: 10px;
}
.nav-footer a {
	color: #fff;
	padding: 0 10px;
}
p.footer_lhs {
	text-align: right;
	margin-bottom: 0;
}
p.footer_rhs {
	margin-bottom: 0;
}
.modal-dialog {
	width: 320px;
}
.modal-content {
    background: #1e4a79;
    color: #fff;
}
.login_btn{
background:#3b9454 !important;
}
/*  Form Start*/

#frmContact {
	border: 1px solid #ccc;
	border-top: 0;
}
input#captcha {
	color: #000;
	background-color: transparent;
	float: left;
	width: 102px;
	padding: 6px 0;
	border: 1px solid #a1a1a1;
	text-align: center;
}
#frmContact div label {
	float: left;
	color: #000;
	margin-top: 2px;
}
.form_control {
	margin-bottom: 5px;
}
img#captcha_code {
	float: left;
	margin-right: 4px;
	height: 34px;
}
.demoInputBox {
	width: 100%;
	float: right;
	padding: 5px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #000;
	background-color: transparent;
	background-image: none;
	border: 1px solid #a1a1a1;
	margin-bottom:5px !important;
	-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;
}

.error {
	background-color: #FF6600;
	border: #AA4502 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
}
.success, #mail-status p {
	background-color: #12CC1A;
	border: #0FA015 1px solid;
	padding: 5px 10px;
	color: #FFFFFF;
	border-radius: 4px;
}
.info {
	font-size: .8em;
	color: #FF6600;
	letter-spacing: 2px;
	padding-left: 5px;
}
.btnAction {
	background-color: #1e4a79;
	margin-left: 1px;
	padding: 7px 29px;
	color: #FFF;
	border: #F0F0F0 1px solid;
	border-radius: 4px;
}
textarea#message {
	height: 32px;
}
.btnRefresh {
	background-color: black;
	border: 0;
	padding: 7px 10px;
	color: #FFF;
	float: left;
	margin-right: 5px;
}
/* Form Closed */


.popup2 {
	background-color: #c5e9f9;
	padding: 10px 5px;
	border: 1px solid #fff;
	border-radius: 4px;
}
.popup2 input#captcha {
	width: 78px;
	padding: 9px 0;
	font-size: 11px;
}
.popup2 .btnRefresh {
	padding: 7px 0;
	background-color: #000;
	text-align: center;
	width: 55px;
	margin-top: 0;
}
.popup2 .btnAction {
	padding: 7px 14px;
}
.popup2 ul {
	font-weight: bold;
	text-align: justify;
	color: #873E97;
	width: 95%;
	margin: 0 auto;
	font-size: 15px;
	padding-left: 15px;
}
.popup2 ul li {
	font-weight: bold;
	text-align: justify;
	color: #873E97;
	font-size: 15px;
	list-style-type: circle;
	line-height: 18px;
	margin-bottom: 5px;
}
.popup2 h3 {
	width: 95%;
	margin: 15px auto;
	font-size: 20px;
	background-color: #fff;
	padding: 6px;
	font-weight: bold;
	text-align: center;
}
.popup2buttonclose {
	position: relative;
	top: -24px;
	left: 32px;
	opacity: 1;
}
ul.link.border li a {
	font-size: 18px;
	font-weight: bold;
}
.rhs_contact_details {
	float: right;
	width: 70%;
}
.rhs_contact_details table {
	width: 100%;
}
.rhs_contact_details table tr {
	height: 55px;
}
.rhs_contact_details table td {
	font-size: 18px;
	font-family: cursive;
	font-weight: bold;
	color: #4D3A7A;
}
.calculator_div1 {
	display: none;
}
.three_cal {
	background-color: #1e4a79;
	color: #fff;
	text-align: center;
	padding: 11px 0;
}
.rhs_contact_details img {
	width: 35px;
}
.sensex_nifty {
	margin: 0 auto;
	width: 97%;
	margin-bottom: 15px;
	height: 70px;
}
h1.demate_account {
	font-family: cursive;
	font-weight: bold;
	font-size: 18px;
	text-align: center;
	border: 1px dashed #1e4a79;
	padding: 5px 8px;
	color: #1e4a79;
}
.extra_link {
	border: 1px solid #000;
	padding: 5px;
	background-color: yellow;
	font-weight: bold;
}

/*.blink {
    animation-duration: 0.3s;
    animation-name: blink;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
}

@keyframes blink {
    from {

		color:green;
    }
    to {
    
		color:red;
    }
}*/


@-moz-document url-prefix() {
  .TabbedPanelsContentGroup{
     height: 240px !important;
  }
}

@media (max-width: 1200px) {
.blinktext {
	margin-right: auto;
}
}
@media (max-width: 910px) {
.logo {
	width: 100%;
	float: left;
}
.blinktext {
	float: none;
}
.full-width {
	width: 100%;
	float: left;
	text-align: center;
}
}
.top-menu li
{
	display: inline-block;
}
.email
{
	font-weight: 600;
	margin-left: 15px;
}
.mobile
{
	font-weight: 600;
	margin-left: 15px;
}
.mobile img , .email img
{
	width: 31px;
	margin-right: 7px;
}

.snip1490 {
  /*font-family: 'Roboto', Arial, sans-serif;*/
  text-align: left;
 /* text-transform: uppercase;
  font-weight: 300;*/
  background-color: #01437d;
  display: inline-block;
  padding: 0;
  /*letter-spacing: 2px;*/
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1) 0%, transparent 100%);
}

.snip1490 *,
.snip1490 *:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.snip1490 li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  position: relative;
  float: left;
}

.snip1490 > li {
  border-left: 1px solid #ffffff;
  border-right: 1px solid #b3b3b3;
}

.snip1490 > li:first-of-type {
  border-left: none;
}

.snip1490 > li:last-of-type {
  border-right: none;
}

.snip1490 a {
  color: #000000;
  display: block;
  padding: 1.1em 2em 1.3em;
  position: relative;
  text-decoration: none;
}

.snip1490 a:hover {
  color: #ffffff;
}

.snip1490 > li:before,
.snip1490 > li:after {
  position: absolute;
  content: '';
}

.snip1490 > li:before {
  background-color: #1e4a79;
  left: 0;
  right: 0;
  bottom: 100%;
  top: 0;
  opacity: 0;
}

.snip1490 > li:after {
  position: absolute;
  bottom: 0;
  left: -1px;
  right: -1px;
  height: 5px;
  background-color: #000;
  box-shadow: 0px -1px 2px rgba(0, 0, 0, 0.5);
}

.snip1490 ul {
  display: none;
  position: absolute;
  top: 100%;
  margin: 0;
  padding: 5px 0;
  white-space: nowrap;
  font-size: 0.8em;
  background-color: #10c7b2;
  color: #ffffff;
  font-weight: 400;
}

.snip1490 ul li {
  display: list-item;
  float: none;
  position: relative;
}

.snip1490 ul li a {
  padding: 0.8em 1.2em;
  color: #ffffff;
  text-transform: none;
  opacity: 1;
}

.snip1490 ul li a:hover {
  opacity: 1;
}

.snip1490 li:hover > ul {
  display: inherit;
}

/*.snip1490 li > a:after {
  content: ' \f3d0';
  font-family: "Ionicons";
}*/

.snip1490 li > a:only-child:after {
  content: '';
}

.snip1490 ul ul {
  background-color: #1e4a79;
  top: 0px;
  left: 100%;
  list-style: none;
  font-size: 1em;
}

.snip1490 ul li > a:after {
  content: ' \f3d1';
}

.snip1490 > li:hover > a,
.snip1490 > li.current > a {
  color: #fff;
}

.snip1490 > li:hover:before,
.snip1490 > li.current:before {
  bottom: 0;
  opacity: 1;
}
.dropdown-menu li a
{
	background: #10c7b2;
}
.navbar.navbar-inverse.fixed
{
	/*z-index: 9999;*/
    /*position: fixed;*/
    /*left: 0;*/
    /*top: 0;*/
    /*width: 100%;*/
}
.special_offer_ul
{
	display: none;
}
.special_offer_ul.result_hover
{
	display: block;
	position: absolute;
	z-index: 999;
	width: 317px;
	background: #1e4a79;
	right: 15px;
	padding: 5px 0px;
}
.special_offer_ul.result_hover li
{
	width: 100%;
}
.special_offer_ul.result_hover li a
{
	padding: 10px;
	color: #fff;
	display: block;
	width: 100%;
	text-align: left;
}
.myModal1 a
{
	outline: none;
	background: #1e4a79;
	color: #fff;
	padding: 11px 53px;
	font-size: 24px;
	font-weight: 600;
	border-radius: 6px;
} 
.special_offer_ul li a i:before
{
	font-size: 8px;
	top: -2px;
	position: relative;
}
.modal
{
    overflow: auto;
}
.modal-backdrop.fade.in
{
    display: none;
}
.Useful-links li
{
    display: inline-block;
}
.Useful-links li a {
    display: block;
    background: #1e4a79;
    color: #fff;
    padding: 9px 30px;
}
.circle_div span
{
    display: block;
    font-size: 20px;
    padding-bottom: 30px;
    color: #fff;
}
.circle_div a
{
    background: #1e4a79;
    display: block;
    border-radius: 2px;
}
.circle_div .col-sm-3.col-xs-6
{
    padding-right: 15px;
    padding-left: 15px;
}
.circle_div img
{
    width: 90px;
    padding: 30px 0px;
}

.circle_div a {
  /*background-color: #000;*/
  color: #fff;
  display: inline-block;
  margin: 8px;
  /*max-width: 320px;*/
  /*min-width: 240px;*/
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}

.circle_div a * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.circle_div a:before,
.circle_div a:after {
  background-color: rgba(0, 0, 0, 0.5);
  border-top: 32px solid rgba(0, 0, 0, 0.5);
  border-bottom: 32px solid rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  transition: all 0.3s ease;
  z-index: 1;
  opacity: 0;
  transform: scaleY(2);
}

.circle_div a img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden;
}

.circle_div a span {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1.1em;
  opacity: 0;
  z-index: 2;
  transition-delay: 0.1s;
  font-size: 16px;
  font-family: sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.circle_div a:hover:before,
.circle_div a:hover:after {
  transform: scale(1);
  opacity: 1;
}

.circle_div ag:hover > img {
  opacity: 0.7;
}

.circle_div a:hover span {
  opacity: 1;
  padding: 11px;
}
