@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: #e8e4ed;
    min-height: 325px;
}


.body_wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.rhs_content_header img {
    width: 120px;
}

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%;
padding-top: 30px;
}
.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:-9px;
  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;
}

.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-image: url(images/menu_bg.png);*/
background: #007dd1;
    /*background-color: transparent;*/
    border: none;
	    margin-bottom: 20px;
}

.menu_wrap{
clear:both;	
}

.menu_wrap .nav > li {
	    border-right: 1px solid #a4a195;
}


.menu_wrap .nav > li a{
	color: #fff;
    font-size: 21px;
    font-family: Arial;
	padding: 15px 30px;	
}


li.last_menu {
    border-right: none !important;
}


.menu_wrap .nav > li > a:hover {
	background-color:#e8e4ed;
	color:#000;
}


ul.dropdown-menu li a {
        padding: 15px 10px !important;
    font-size: 16px !important;
}


ul.dropdown-menu li a:hover {
    color: #000;
}

.dropdown-menu {
	background-color:#544072;
	width:100%;
}


.weclome_content {
    background-color: #eeeeee;
    padding: 10px;
}

.investonline_div {
        background-color: #eeeeee;
    padding: 89px 0;
    text-align: center;
    margin-bottom: 20px;
}

.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;
}


.heading_div {
    text-align: center;
    /*background-image: url(images/heading_bg.png);*/
    background: #007dd1;
}

.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: #007dd1;
    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-color: #ADA0C0;
}

/*  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;
    
    -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: #007dd1;
    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: #E8E4ED;
    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: 80%;
}

.rhs_contact_details table {
    width: 100%;
}

.rhs_contact_details table tr {
    height: 55px;
}

.rhs_contact_details table td {
    font-size: 16px;
    font-family: cursive;
    font-weight: bold;
	color: #007dd1;
}

.calculator_div1{
	display:none;	
}

.three_cal {
    background-color: #007dd1;
    color: #fff;
    text-align: center;
    padding: 11px 0;
}

.rhs_contact_details img {
    width: 24px;
}

.sensex_nifty {
    margin: 0 auto;
    width: 97%;
    margin-bottom: 15px;
    height: 120px;
}

h1.demate_account {
    font-family: cursive;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    border: 1px dashed #000;
    padding: 5px 8px;
    color: #24a50d;
}


 .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:#24a50d;
    }
    to {
    
		color:red;
    }
}*/


@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;
}
}
#myCarousel1 .item img
{
    opacity: 1;
    display: block;
    border-radius: 140px;
    width: 100px;
    height: 100px;
    margin: 0px auto;
    overflow: auto;
}
#myCarousel1 .carousel-caption
{
    position: initial;
}
#myCarousel1 .carousel-indicators li
{
    border: 1px solid #000;
}
#myCarousel1 .carousel-inner
{
    overflow: visible;
}

#myCarousel1 .carousel-caption
{
    bottom: none;
    top: 0px;
    padding-bottom: 0px;
    padding-top: 10px;
}
.social-buttons.button-right
{
    top: 60% !important;
}
.news ul
{
    padding-left: 15px;
    background: #007dd1;
}
.news ul li
{
    /*padding: 5px;*/
}
#myCarousel1 .carousel-caption h3
{
    padding: 0px;
    font-size: 14px;
    color: #000;
}
#myCarousel1 .carousel-caption p
{
    color: #000;
}
.social
{
    text-align: center;
    padding-left: 0px;
    margin-top: 10px;
}
.social li
{
    display: inline-block;
}
.social li a
{
    color: #fff;
    border: 1px solid #fff;
    padding: 3px 9px;
    font-size: 20px;
}
.social-buttons.button-right
{
    /*display: none;*/
}
.nav > li > a
{
    padding: 10px 58px;
}
.nav-pills > li > a
{
    color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: none;
}
.demoInputBox
{
    padding: 9px !important;
    margin-bottom: 6px !important;
    height: 35px !important;
}
#google-btn
{
    display: none;
}
.tabcontent {
    /*width: 500px;*/
    float: left;
}
.block {
    width: 250px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}
.block img {
    float: left;
    margin-right: 5px;
}
.blacksmall {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 13px;
    text-decoration: none;
    color: #575757;
}
.blue {
    text-decoration: none;
    color: #eabd4e;
}