body{
 margin:0;
 padding:0;
}
img{
 max-width:100%; 
}
a:hover{
 text-decoration:none;
}

.grayBox {
    background-color: black;
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1055;
}
.box_content {
    background-color: #ffffff;
    border: 2px solid #ae6948;
    height: 240px;
    padding: 15px;
    position: fixed;
    right: 33%;
    top: 118px;
    z-index: 1056;
}
.modal-content, .sign_up {
  background: #efefef;
  padding:15px;
}
.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
	text-align:center;	
}
.modal-header h2{
 text-align:center;
  margin:auto;	
}
.invest_online .modal-content, .invest_online .modal-footer{
border:0px;
}
.modal-title {
    text-align: center;
    color: #fff;
    font-family: OpenSans-Semibold;
    font-size: 18px;
	margin:auto;
}
.modal-body .input {
    text-align: center;
}
.input-fld input {
    width: 100%;
    margin: 10px 0;
    padding: 5px;
}
.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5;
	display:block;
	text-align:center;
	
}

.aboutus img {
    float: left;
    max-width: 100%;
    margin: 0 17px 5px 0;
}

.mission h4 {
    text-align: center;
    color: #50733b;
    font-weight: bold;
    margin: 22px 0;
}

.aboutus {
    text-align: justify;
}

.modal-header .close{
 position:absolute;
 right:13px;	
}
.middle-area {
    margin: 20px 0;
}
.banner{
 position:relative;	
}
#banner .owl-carousel .item.s1 {
    background: url("../images/slider1.png") no-repeat scroll center center /cover;
}
#banner .owl-carousel .item.s2 {
    background: url("../images/slider2.png") no-repeat scroll center center /cover;
}
#banner .owl-carousel .item.s3 {
    background: url("../images/slider3.png") no-repeat scroll center center /cover;
}
/*#banner .owl-carousel .item.s4 {*/
/*    background: url("../images/slider5.png") no-repeat scroll center center /cover;*/
/*}*/

#banner .owl-carousel .item {
    height: 445px;
    width: 100%;
}
#banner .owl-prev {
    position: absolute;
    top: 45%;
    left: 0;
}
#banner .owl-next {
    position: absolute;
    top: 45%;
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 4px;
	background: #50733b;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 47%;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
 background:#50733b;	
}
.owl-theme .owl-nav [class*="owl-"]:hover{
 background:#50733b;	
}
.carousel-control-next, .carousel-control-prev{
 top:25% !important;	
}
.carousel-inner>.carousel-item {
    -webkit-transition: 0.3s !important;
    -o-transition: 0.3s !important;
    transition: 0.3s !important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
background: #FF0000;	
}
.header_top{
 background:#50733b;
 padding:10px 0;	
}
.contact_dtls {
 display: inline-block;
 margin: 0 8px;
}
.contact_dtls span{
 color:#ffffff;	
}
.contact_dtls .head_text{
 font-size:14px;
 font-family:OpenSans-Regular;	
}
.social-icons{
 text-align:right;	
}
.social-icons ul{
 list-style:none;
 margin-bottom:0;	
}
.social-icons ul li{
 display:inline-block;
 margin: 0 8px;	
}
.social-icons ul li a{
 color:#ffffff;
 font-size:14px;	
}
.header-bottom{
 padding:10px 0;	
 box-shadow: 1px 1px 10px #999;
}
.top-right {
    margin: 6px 0;
    text-align: right;
}
.menu-area, .portfolio_login{
 display:inline-block;	
}
.portfolio_login{
 margin-left: 35px;	
}
.portfolio_login a{
 background:#000000;
 padding:10px 13px;
 font-size:15px;
 color:#ffffff;
 font-family:OpenSans-Bold;
 border-radius: 20px;	
}
.services, .parnters, .testimoinal{
 padding:30px 0;
 position:relative;	
}
.testimoinal {
    background: #eaeaea;
	padding-bottom:40px;
	
}
.investor{
 padding:25px 0;		
}
.heading{
 font-size:30px;
 color:#50733b;
 font-family:OpenSans-Bold;
 text-align:center;	
 padding-bottom:10px;
 margin:20px 0;
 position:relative;
}
.heading::after {
    border-bottom: 3px solid #000000;
    position: absolute;
    content: "";
    width: 44px;
    bottom: 0;
    text-align: center;
    margin: auto;
    left: 48%;
}
.serv_text{
 background:#50733b;
 padding:10px;
 transition:all 0.5s ease-in-out;	
}
.service_dtls:hover .serv_text{
 transition:all 0.5s ease-in-out;
 background:#000000;	
}
.service_dtls span{
 color:#000000;	
}
.service_dtls:hover span{
 color:#ffffff;	
}
.serv_text h2 {
    font-size: 18px;
    font-family: OpenSans-Bold;
    /*text-align: center;*/
    color: #ffffff;
}
.serv_text p{
 font-size:13px;
 color:#ffffff;
 font-family: OpenSans-Regular;
 text-align: justify;	
}
.service_dtls{
 transition:all 0.5s ease-in-out;
 margin-top:20px;	
}
.service_dtls:hover{
 box-shadow:0px 2px 10px #999;
 transition:all 0.5s ease-in-out;	
}
.service_img{
 overflow:hidden;	
}
.service_img img{
 width: 100%;
-webkit-transition: all .5s linear;
transition: all .5s linear;
display: block;	
}
.service_img:hover img{
  	
 -ms-transform: scale3d(1.1,1.1,1);
-webkit-transform:scale3d(1.1,1.1,1);
transform: scale3d(1.1,1.1,1);	
}
.hexagon {
 margin-top: 30px;
 padding:10px;
 transition:all 0.4s ease-in-out;
}
.hexagon:hover {
 box-shadow:1px 1px 10px #a8a8a8;
 transition:all 0.4s ease-in-out;
}
.hexagon:hover:hover .hexa_head{
 color:#50733b;
 transition:all 0.4s ease-in-out;	
}
.corner_img {
 margin-top: 55px;
}
.hexa_img{
 width:70px;
 display:inline-block;
 vertical-align:top;	
}
.hexa_caption{
 display:inline-block;
 width:calc(100% - 90px);
 vertical-align:middle;
 margin-left:15px;	
}
.hexa_head{
 font-size:16px;
 color:#000;
 font-family:OpenSans-Bold;	
}
.hexa_caption p{
 color:#636363;
 font-size:13px;
 font-family:OpenSans-Regular;
 text-align:justify;	
}
.market_update{
 background:url(../images/market_background.png)no-repeat scroll center center/cover;
 padding:40px 0 60px;
 background-attachment: fixed;
	
}
.market_update .heading{
 color:#ffffff;	
}
.view_now{
 margin:auto;
 margin-top:15px;	
}
.view_now a{
 font-size:17px;
 color:#ffffff;
 font-family:OpenSans-Bold;
 padding:10px 30px;
 border-radius:20px;
 background:#000000;
	
}
.sliderr{
 list-style:none;	
}
.parnters ul li{
 display:inline-block;
 margin:0 5px;	
}
.bx-wrapper {
    border: 1px solid;
    padding: 7px;
	width: 100% !important;
}
.bx-window{
 width: 100% !important;	
}
.callback{
 position:relative;
 padding:60px 0 40px;
 background: #dae1e9;	
}
.callback::before{
 position: absolute;
background: url(../images/callback_img.png)no-repeat scroll center center/cover;
width: 50%;
left: 0;
top: 0;
height: 100%;
content: "";	
}
.req_call {
    font-size: 30px;
    color: #fff;
    font-family: OpenSans-Bold;
    margin: 15px 0;
}
.callback p, .c_text{
    font-size: 15px;
    color: #fff;
    font-family: OpenSans-Regular;
}
.callback_dtls{
 margin-top:15px;	
}
.callback_dtls span{
 color:#ffffff;
 font-size:15px;	
}
.c_text{
 margin-left:10px;	
}
.callback_form {
    text-align: center;
}
.login_btn {
    background: #50733b;
    color: #fff;
    font-size: 17px;
    padding: 8px 25px;
    border: none;
    font-family: OpenSans-Bold;
	border-radius:20px;
}
.footer_top{
 background:#50733b;
 padding:20px 0;	
}
.footer_top .callback_dtls span .fa {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}
.c_text {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}
.footer-btm{
 background:#50733b;
 padding:14px 0;	
}
.discl_head{
 font-size:23px;
 color:#ffffff;
 font-family:OpenSans-Bold;
 margin-bottom:10px;	
}
.discl p, .add{
 font-size:14px;
 color:#ffffff;
 text-align:justify;
 font-family: opensans-regular;	
}
.ft_left, .ft_right {
    font-size: 14px;
    color: #ffffff;
    font-family: opensans-regular;
}
.ft_right{
 text-align:right;	
}
.quick_link ul{
 list-style:none;
 padding:0;	
}
.quick_link ul li a{
 color:#fff;
 font-family:OpenSans-Regular;
 font-size:14px;
 margin-bottom:5px;
 transition:all 0.5s ease-in-out;	
}
.quick_link ul li a:hover{
 transition:all 0.5s ease-in-out;	
 color:#000000;
 padding-left:6px;	
}
.quick_link ul li{
 margin-top:7px;	
}
.slide_text{
 font-size:17px;
 color:#000;
 font-family:OpenSans-Regular;
 line-height:27px;	
}
.slide_img{
 text-align:center !important;
}
.title {
    font-size: 22px;
    background: #b7b7b7;
    color: #50733b;
    font-weight: 600;
    padding: 6px 15px;
	margin: 15px 0;
}
.add_01{
 margin:15px 0;	
}
.add_head {
      font-size: 22px;
    font-family: OpenSans-Bold;
	color:#50733b
}
.add_dtls{
 font-size:15px;
 color:#000;
 font-weight:600;
}
.map_form {
    padding: 20px;
    box-shadow: 1px 2px 12px #999;
	margin-top:20px;
}
.map_form h2{
 font-size:22px;
 color:#000;
 font-weight:600;
 text-align:center;	
}
.client_img{
 display:inline-block;
 vertical-align:middle;	
}
.mb-0 {
    display: inline-block;
    vertical-align: middle;
}
.name_post{
 text-align:center;	
}
.name_post p{
text-align:left;
margin-left: 15px;
}
.bx-wrapper{
border:1px solid #ced4da;
}
.testimoinal .owl-dots {
    position: absolute;
    bottom: -40px;
}
.news_area {
    background: #e3e3e3;
    padding: 15px;
}
.news_area .nav-pills li, .tab .nav-pills li a{
 width:100%;
 color:#ffffff;
 border:1px solid #ffffff;	
}
.news_area .nav-pills > li > .active {
    background-color: #bc0318 !important;
}
.news_area .nav-link{
 color:#ffffff;	
}

.news_area .nav-pills {
    background: #1a2165;
    margin-bottom: 30px;
	
}
.live-indice{
 position:relative;	
}
.f1-live {
    background: #ffffff;
    position: absolute;
    height: 20px;
    width: 100%;
    top: 18%;
}
.invest_online_section {
    margin: 40px 0;
}
.middle-area .nav.nav-pills{
 background:#50733b;
 border: 1px solid #625f5f;	
}
.middle-area .nav.nav-pills li{
 width:100%;	
 border:1px solid #ffffff;
}
.middle-area .nav.nav-pills li a.active{
 background:#000000;	
}
.middle-area .nav.nav-pills li a{
 color:#ffffff;
 	
}
.uselink {

    list-style: none;
    padding: 0;
    background: #50733b;
    text-align: center;

}
.uselink li:hover {

    background: #d41d1d;

}
.uselink li {

    padding: 10px 0;
    border-bottom: 1px solid #fff;

}
.uselink li a{
 color:#ffffff;
 font-size:17px;
 font-wieght:600;	
}
.buy_mf p {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    margin-top: 10px;
}
.buy_mf {
    text-align: center;
	margin: 25px 0;
}
.contact-address .row{
margin-bottom:10px;
}
.con-box{
    background: #efefef;
    padding: 15px;
}
.contact-address{
margin-bottom:20px;
}
@media (min-width: 992px){
	.contact-address{
    display: flex;
	}
}

.righta {
  width: 100%;
  float: right;
  border: 1px solid #301e1b;
  margin-top: 31px;
}
.righta h3 {
  margin-top: 0px;
  color: #fff;
  background: #301e1b;
  padding: 11px 0px;
  text-align: center;
  font-size: 18px;
}

.nav-link a
{
    color: #000;
}
.mf_img img {
  border: 1px solid #0000003b;
}
.nav-link {
  color: #000;
  font-weight: 600;
  font-size: 17px;
}
.inside-text {
  padding: 153px;
width: 52%;
text-align: center;
}
.bg-color
{
    background: #50733b;
}
.bg-color .heading
{
    color: #fff;
}
.useful-links li {
  display: inline-block;
  margin-bottom: 44px;
}
.useful-links li a {
  padding: 18px 32px;
  background: #000;
  color: #fff;
  border: 1;
  border-radius: 2px;
}
.header-bottom.fixed
{
    position: fixed;
    top: 0;
    z-index: 99999999;
    background: #fff;
    width: 100%;
}