@charset "utf-8";
/* CSS Document */

header {
   background-color: #f1f1f1;
    min-height: 325px;
}


.body_wrap {
    max-width: 1280px;
    margin: 0 auto;
}

.rhs_content_header img {
    width: 175px;
}

img.special_offer {
    margin: 15px 0 0 0;
}
.rhs_content_header ul {
    list-style: none;
    margin-bottom: 0;
}

.rhs_content {
	   
}
.logo{
display: inline-block;
margin-top: 15px;
margin-bottom:10px;
}
.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;
  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;
    text-align: justify;
}

.rhs_content_header {
    float: right;
    text-align: right;
    margin-top: 20px;
}

.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:#1754a3;
 border: none;
 margin-bottom: 20px;
}

.menu_wrap{
clear:both;	
}

.menu_wrap .nav > li {
	    border-right: 1px solid #537198;
}


.menu_wrap .nav > li a{
    color: #fff;
    font-size: 18px;
    font-family: Arial;
    padding: 15px 18px;
}


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: #f1f1f1;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.investonline_div {
        background-color: #f1f1f1;
    padding: 54px 0;
    text-align: center;
}

.form_div {
       background-color: #f1f1f1;
    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-bottom: 25px;
}

.frame_ticket {
    margin-bottom: 7px;
}

.heading_div {
    text-align: center;
    background: #1754a3;
}

.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: #1754a3;
    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: #5d7ca0;
}

/*  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: #61c40a;
    margin-left: 1px;
    padding: 7px 29px;
    color: #FFF;
    border: #F0F0F0 1px solid;
    border-radius: 4px;
	}

    .investonline_div a {
    background-color: #61c40a;
    color: #ffffff;
    padding: 15px 30px;
    font-size: 23px;
    font-weight: bold;
    border-radius: 15px;
    box-shadow: 2px 8px 20px #cccccc;
}
	
	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%;
    margin-top: 20px;
}

.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: #1754a3;
}

.calculator_div1{
	display:none;	
}

.portfolliologin {
    background-color: #1754a3;
    color: #ffffff;
    font-size: 26px;
    padding: 6px 18px;
    border-radius: 5px;
    display: block;
    text-align: center;
}

.portfolliologin:hover, .portfolliologin:focus {
    color: #ffffff;
    text-decoration: none;
}

.three_cal {
    background-color: #1754a3;
    color: #fff;
    text-align: center;
    padding: 11px 0;
    font-weight: bold;
}

.rhs_contact_details img {
    width: 35px;
}

.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:#61c40a;
}


 .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;
    }
}*/


@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;
}
}