@charset "utf-8";
* {
	margin:0px;
	padding:0px;
	font-family:Arial, Helvetica, sans-serif;}
/*iframe
{
	overflow:scroll;
}*/
.container{
	width:1024px;
	margin:0 auto;
	
}
/*-----------navigation---------*/
.rt{
	width:100%;
	
}
.navig{
	width:100%;
	float:left;
}

form#port_login input {
    color: #000000;
}

.animenu__toggle {
  display: none;
  cursor: pointer;
  background-color: #EE7327;;
  border: 0;
  padding: 10px;
  height: 40px;
  width: 40px;
}
.animenu__toggle:hover {
  background-color: #EF7228;
}

.animenu__toggle__bar {
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transition: 0.15s cubic-bezier(0.75, -0.55, 0.25, 1.55);
}
.animenu__toggle__bar + .animenu__toggle__bar {
  margin-top: 4px;
}

.animenu__toggle--active .animenu__toggle__bar {
  margin: 0;
  position: absolute;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(1) {
  transform: rotate(45deg);
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(2) {
  opacity: 0;
}
.animenu__toggle--active .animenu__toggle__bar:nth-child(3) {
  transform: rotate(-45deg);
}

.animenu {
  display: block;
}
.animenu ul {
  padding: 0;
  list-style: none;
  font: 0px 'Open Sans', Arial, Helvetica;
  margin-top:20px;
}
.animenu li, .animenu a {
  display: inline-block;
  font-size: 13px;
  font-weight:500;
}
.animenu a {
  color: #fff;
  text-decoration: none;
}
.animenu ul.animenu__nav__child li a
{
	color: #fff;
}
.animenu__nav {
  float:right;
}
.animenu__nav > li {
  position: relative;
 
  float:left;
}
.animenu__nav > li:nth-child(5){ border-right:none;}
.animenu__nav > li > a {
  padding: 0px 15px;
 
}
.animenu__nav > li > a:first-child:nth-last-child(2):before {
  content: "";
  position: absolute;
  border: 4px solid transparent;
  border-bottom: 0;
  border-top-color: currentColor;
  top: 50%;
  margin-top: -2px;
  right: 5px;
}
.animenu__nav > li:hover > ul {
  opacity: 1;
  visibility: visible;
  margin: 0;
}
.animenu__nav > li:hover > a {
  color:#000000;
}

.animenu__nav__child {
  min-width: 100%;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  margin: 20px 0 0 0;
  background-color:  #000000;
  transition: margin .15s, opacity .15s;
}
.animenu__nav__child > li {
  width: 100%;
  border-bottom: 1px solid #fff;
}
.animenu__nav__child > li:first-child > a:after {
  content: '';
  position: absolute;
  height: 0;
  width: 0;
  left: 1em;
  top: -6px;
  border: 6px solid transparent;
  border-top: 0;
  border-bottom-color: inherit;
}
.animenu__nav__child > li:last-child {
  border: 0;
}
.animenu__nav__child a {
  padding: 10px;
  width: 82%;
 /* border-color: #EF7228;*/
}
.animenu__nav__child a:hover {
  /*background-color:#B11706;*/
  border-color:#B11706;
  color: #fff;
}
.serivce-list{
 list-style:none;	
}
.serivce-list li{
 display:inline-block;
 width:31%;
 margin:8px;	
}
.service-all{
 text-align:center;
 padding:10px;	
 border: 1px solid #999;
 position:relative;
}
.service-text{
 font-size:16px;
 color:#B11706;
 font-weight:600;
 margin:15px 0;	
}
.box-content{
	 /*visibility: hidden;*/
    width: 250px;
    background-color: #555;
    color: #fff;
    text-align: justify;
    border-radius: 6px;
    position: absolute;
    z-index:999;
    bottom:30%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
	padding:10px;
	font-size:14px;
}
.service-all .box-content::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}
.service-all:hover .box-content {
    visibility: visible;
    opacity: 1;
}
.title{
 font-size:25px;
 color:#B6200F;
 text-align:center;
 margin-top:15px;
 font-weight:600;	
}
.tel-content{
 font-size:14px;
 color:#000;
 text-align:justify;
 line-height:27px;	
}
.objective{
 font-size:20px;
 color:#B01704;
 margin:10px 0;	
}
@media screen and (max-width: 767px) {
	.animenu__nav__child{
	background-color:transparent;
	}
  .animenu__toggle {
    display: inline-block;
  }

  .animenu__nav,
  .animenu__nav__child {
    display: none;
  }

  .animenu__nav {
    margin: 10px 0;
  }
  .animenu__nav > li {
    width: 100%;
    border-right: 0;
    border-bottom: 1px solid #515151;
  }
  .animenu__nav > li:last-child {
    border: 0;
  }
  .animenu__nav > li:first-child > a:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    left: 1em;
    top: -6px;
    border: 6px solid transparent;
    border-top: 0;
    border-bottom-color: inherit;
  }
  .animenu__nav > li > a {
    width: 100%;
    padding: 10px;
    border-color: #111;
    position: relative;
    color: #000;
  }
  .animenu__nav a:hover {
   /* background-color: #0186ba;*/
    border-color: #0186ba;
    color: #fff;
  }

  .animenu__nav__child {
    position: static;
    /*background-color: #373737;*/
    margin: 0;
    transition: none;
    visibility: visible;
    opacity: 1;
  }
  .animenu__nav__child > li:first-child > a:after {
    content: none;
  }
  .animenu__nav__child a {
    padding-left: 20px;
    width: 100%;
  }
}
.animenu__nav--open {
  display: block !important;
}
.animenu__nav--open .animenu__nav__child {
  display: block;
}
/*---------------navigation--------------*/

.tik{
  width:100%;
  float:left;
}


#bg_pop1{
	display:none;
	width:100%;
	height:100%;
	position:fixed;
	opacity:.5;
	background-color:#000;
	top:0px;
	z-index:1000;	
	
	}
	
#align_pop1{display:none;
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	z-index:1002;
	overflow:auto;	
	}
	
#frame_content{
	box-shadow:1px 1px 10px #000;}
#pop1
{
	display:none;
}
/*==============panel=================*/	
#panel,#flip
{
padding:5px;
text-align:center;
width:270px;

}

#panel
{
padding:5px;
display:none;
}
.subscribe{
	width:285px;

	
	background:#3081C3;
	border:1px solid #115792;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	font-weight:bold;
	cursor:pointer;

}
#stop
{
	background:url(../images/close.png) top left no-repeat;
	width:30px;
	height:30px;
}
/*==============panel end=================*/#face{
	display:none;
	position:fixed;
	bottom:0px;
	right:0px;
	z-index:100;
	background-color:#FFF;}

#facebook_like{
	position:fixed;
	cursor:pointer;
	cursor:hand;
	right:0px;
	bottom:0px;}

#pop_op{
	display:none;}
	
body{
	background:url(../images/slice.png) top repeat-x #FFF;}

#bg_pop{
	background-color:#000;
	opacity:.7;
	width:100%;
	height:100%;
	position:fixed;
	z-index:1000;}
	
#align_pop{
	width:100%;
	height:100%;
	position:fixed;
	z-index:1001;
	top:0px;}
	
#pop_up{
	width:267px;
	height:261px;
	padding:8px;
	margin:auto;
	margin-top:100px;
	box-shadow:0px 0px 7px #333;
	background-color:#FFF;
	border:#344d9f solid 1px;
	}

#live_watch{
	width:340px;
	height:281px;
	position:fixed;
	left:0px;
	margin-left:-290px;
	background-color:#FFF;
	box-shadow:0px 0px 4px #333;
	top:150px;
	}
	
.header{
    width: 100%;
    float: left;
    background: #41a644;
    border-bottom: 1px solid #41a644;
	}
	
#fund-performance{
	/*width:96%;*/
	padding:5px 7px;
	height:320px;
	}
	
#text_content{
	/*width:96%;*/
	margin-top:13px;
	padding-left:13px;
	
	font-size:12px;
	}

.content_heading
{
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	font-size:20px;
	color:#ffffff;
	width: 100%;
    display: block;
    padding: 5px;
    background-color: #41a644;
}
p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	text-align:justify;
	line-height:18px;
}
#logo{
margin-top: 0px;	
}
#port_login{
width: 96%;
margin: auto;
}
.border{
list-style:none;
float:left;
}

.border li{
padding: 9px 14px;
background: #41a644;
border-bottom: 1px solid white;
color: white;
text-align: left;
}

.border li:hover{
cursor:pointer;
}
.border  .selected{
background:#000000 !important;

}
#left_menu a{
	color:#FFF;
	font-size:15px;
	display:block;
	padding:10px;
	text-decoration:none;
	padding-left:55px;
	background:url(../images/right-arr.png) no-repeat center left;
	font-family:Arial, Helvetica, sans-serif;
	}
	
#footer a{
	color:#FFF;
	text-decoration:none;}
	
#footer a:hover{
	color:#FFF;
	text-decoration:underline;}	
	
#left_menu a:hover{
	color:#FFF;
	font-size:15px;
	display:block;
	padding:10px;
	text-decoration:none;
	padding-left:55px;
	background:url(../images/right-arr.png) no-repeat center left #41a644;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
#tabs{
	/*width:99%;*/
	padding-bottom:13px;

	min-height:127px;
	border-bottom:#999 dotted 2px;}
.cont
{
	background:url(../images/contactus.jpg) top left no-repeat;
	width:100%;
	height:100%;
}

input.login_btn {
    background-color: #41a644;
    padding: 5px 15px;
    border: 0;
}

#head_con{
	width:100%;
	margin:auto;
	height:120px;}
	
#logo{
	border-radius: 5px;
	/*background: #fff;*/
	height: 120px;
	}

.div1{
	text-align:center;
	width:100%;
	height:35px;
	margin-top:10px;
	font-size:13px;
	color:#FFF;}
		
.div2{
	width:1024px;
	height:20px;
	margin:auto;
	margin-top:15px;
}

.left{
	width:49%;
	height:18px;
	text-align:left;
	float:left;
	font-size:13px;
	color:#FFF;}
	
.right{
	width:49%;
	height:18px;
	float:right;
	text-align:right;
	font-size:13px;
	color:#FFF;}

#sensex{
	width:1024px;
	margin:auto;
	margin-bottom:13px;
	border-right:#000 dotted 2px;
	height:91px;
	}

#other_con{
	/*width:64%;*/
	height:auto;
	float:right;
	}
	
#contact_info{
	float:right;
	margin-top:10px;
	width:100%;
	height:50px;
	color:#000;
	font-size:13px;
	text-align:center;}
	
#contact_info1{
	
	height:auto;
	/*width:84%;*/
	border-radius:8px 8px 8px 8px;
	text-align:center;
	float:right;
	margin-top:15px;
	
	}
#contact_info1 ul{
	margin:0px;
	padding:0px;
}
#contact_info1 ul li{
	list-style:none;
	float:left;
}
#contact_info1 ul li a{
	text-decoration:none;
	color:#fff;
	display:inline-block;
	padding:0px 15px;
	margin-left:7px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	
}
#contact_info1 i
{font-size:20px;}

	
#contact_infob{
	margin-left:15px;
	margin-bottom:5px;
}
.fa.fon{
	font-size:24px;}

#login{
	width:40%;
	height:60px;
	float:left;
	/*background-color:#00C*/}
	
#facebook{
	width:53%;
	height:51px;
	padding:15px 0px  0px 7px;
	text-align:right;
	float:right;
	/*background-color:#069;*/
	}
	
#tabs a{
	padding:0px 5px;}

#banner_wrapper{
	/*width:1024px;*/
	height:330px;
	padding:4px;
	background-color:#ccc;
	margin:auto;
	margin-top:0px;
	overflow:hidden;}	
	
#shade{
	width:100%;
	height:20px;
	background:url(../images/shade.jpg) no-repeat center top;}
.nse_bse
{
	width:100%;
	height:56px;
	margin:-2px auto;
}
#left_menu{
	width:100%;
	height: 300px;
    float: left;
    background: url(../images/menu_bg.png) no-repeat top center;
    background-color: #335433;}
	
#right_banner{
	width:100%;
	height:271px;
	background:#e4e4e4;
	float:right;}
	
#menu_wrap{
	width:1004px;
	padding:0px 10px;
	margin:auto;
	height:42px;
	background:none;
	border-radius:0px;
	border:none;
	}
	
#menu_wrap table td{
	border-right:#ffffff solid 1px;
	border-left:#ddd solid 1px;}

#menu_wrap a{
	display:block;
	color:#333;
	font-size:13px;
	text-align:center;
	text-decoration:none;
	padding:10px;
	font-weight:bold;
	}
	
#menu_wrap a:hover{
	display:block;
	color:#fff;
	font-size:13px;
	text-align:center;
	background-color: #B01704;;
	text-decoration:none;
	padding:13px 10px;}
	
#cont_wrap{
	width:100%;
	min-height:300px;
	height:auto;
	margin:auto;
	border-left:#999 dotted 2px;
	margin-top:15px;
	border-right:#999 dotted 2px;
	}
	
.schduled{
	
	background-color:#f4f4f4;
	height:234px;}
.financial_risk
{
	margin-top:10px;
	padding:10px;
	width:270px;
	background-color:#f4f4f4;
	height:200px;
	text-align:center;
	margin-right:10px;
}
.financial_risk img
{
	border:1px solid #dedede;
}
h2{
    display: block;
    position: relative;
    text-align: center;
    font-size: 22px !important;
    color: #ffffff !important;
    letter-spacing: 1px;
    width: 100%;
    padding: 5px 15px;
    background-color: #41a644;
}

.form_bg{
	background-color:#FFF;
	width:85%;
	margin:auto;
	height:auto;
	}
	
#footer{
	width: 100%;
    height: auto;
    background: #41a644;
    margin-top: 10px;
    border-top: 1px solid #41a644;
    overflow: hidden;
}
	
marquee{
	overflow:hidden;
	font-size:12px;
	text-align:justify;}
	
#menu_wrap2 {
    width: 1004px;
    padding: 0px 10px;
    margin: auto;
    height: 100px;
    background:none;
   
}
.left0{
   width:70%;
   float:left;
}
.right0{
  width:30%;
  float:right;
}
.m{
 width:50%;
 float:left;
}
.tiker{ max-width:100%;}
.im{
  height:170px;
  /*width:240px;*/
  float:left;
  border:2px solid #DCDCDC;
  margin:5px 5px 5px 5px;
}

.main_container{
width:1024px;
margin:auto;
}

@media only screen and (max-width:320px){
.nse_bse{ width:50%; text-align:left;}
 .container{ width:93%;}
 .m{ width:100%;}
 .tiker {max-width:100%;}
 .left0{ width:100% !important;
 }
 .mg{
  width:50% !important;
}
.im{
    width: 97% !important;
    float: left;
}
.im img{
width:100%;
margin:auto;
text-align:center;
}

#footer{
height:auto !important;
overflow:hidden;
}

}
	
	
@media only screen and (max-width:768px){
#logo {width:100% !important; max-width:100% !important; text-align:center; }
#other_con{ width:100% !important;}
.animenu__toggle{ float:right;}
.nse_bse{ width:80%; text-align:left;}
.tiker {max-width:100%;}
 .container{ width:96%;}
 #contact_info1 ul li a{ margin-left:0px;}
 .m{
 width:100%;
 float:left;}
 .mg{
  width:15%;}
.rt{
width:100% !important; 
}
.tp{
   margin-top:10px;
  }
   
#vtab .border{
width:98%;
margin:auto;
}
   
}


@media only screen and (max-width:1024px){
#banner_wrapper,{ width:98%; margin: auto;}
	#head_con{
		 width:98%;
		 margin:auto;
		 }
	#logo{
		width:30%;
	}
	#logo a img{ max-width:100%;}
	#other_con{
		width:70%;
	}
	.navig
	{ width:100%;
	}
	
	#left_menu{
	width:30%;    background-size: 100% 100%;
	}
	#right_banner{
	width:70%;
	}
	.container{ width:98% !important;
	}
	.nse_bse{ width:90%; text-align:left;}
	.tiker {max-width:100%;}
	
	.left0, .right0{
	width:100%;
	}
	.schduled {
    width: 100%;
	margin:10px 0px !important;
	text-align:center !important;
	}
	.rt {
    width: 80%;
    margin: auto;
}
  .schduled H2{
	background-color:#B01705;
	background-image:none;
	width:100%;
	padding:10px 0px !important;
	text-align: center;
	height:auto;
}
.form_bg, .div2{
	width:100%;
	
}
.im {
    width: 45%;
    float: left;
}
 .frm{
   width:100%;
}


.right {
    width: 98%;
	text-align:center;
	margin:auto;
}
.left {
    width: 98%;
	text-align:center;
	margin:auto;
	height:auto !important;
}
#footer{
height:auto !important;
overflow:hidden;
}
.div1{
height:auto !important;
}
.main_container{
width:98%;
margin:auto;
} 
.nivoSlider img{
width:100%;
}
#banner_wrapper{
width:100%;
height:auto;
float: none;
}
#right_banner{
width:98%;
margin:auto;
float: none;
height:auto !important;
margin-top:10px;
}
#left_menu{
width:98%;
margin:auto;
float: none;
}
.slide_r{
height:auto;
}

}
.left0 
{
	margin-top: 20px;
}
.left0 img
{
	width: 100%;
	height: 120px;
}
.add img
{
	width: 100%;
	height: 170px;
}
#cont_wrap p img
{
	width: auto;
}
#contact_form input , #contact_form textarea
{
	padding: 5px;
	display: block;
	width: 100%;
}
#contact_form button
{
	background: #e40a09;
	padding: 8px 17px;
	border: 0px;
	color: #fff;
	border-radius: 5px;
}
.add marquee img
{
	width: 200px;
	height: 150px;
	border: 1px solid #dbdbdb;
	padding: 6px;
	margin-top: 29px;
}