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: #115c5c;
    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/s1.jpg") no-repeat scroll center center /cover;
}
#banner .owl-carousel .item.s2 {
    background: url("../images/s2.png") no-repeat scroll center center /cover;
}
#banner .owl-carousel .item.s3 {
    background: url("../images/s3.jpg") no-repeat scroll center center /cover;
}
#banner .owl-carousel .item.s4 {
    background: url("../images/s4.jpg") no-repeat scroll center center /cover;
}
#banner .owl-carousel .item.s5 {
    background: url("../images/s5.jpg") no-repeat scroll center center /cover;
}
#banner .owl-carousel .item.s6 {
    background: url("../images/s6.jpg") 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: 600px;
    width: 100%;
}
.inside-text h2 {
  color: #000;
  font-weight: 800;
  background: #ffffff80;
  padding: 60px 24px;
  border-radius: 2px;
}

#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: #115c5c;
}
.owl-dots {
    position: absolute;
    bottom: 0;
    left: 47%;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
 background:#115c5c;	
}
.owl-theme .owl-nav [class*="owl-"]:hover{
 background:#115c5c;	
}
.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:#115c5c;
 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:#115c5c;
 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:#115c5c;
 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:#115c5c;
 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: #115c5c;
    color: #fff;
    font-size: 17px;
    padding: 8px 25px;
    border: none;
    font-family: OpenSans-Bold;
	border-radius:20px;
}
.footer_top{
 background:#115c5c;
 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:#115c5c;
 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: #115c5c;
    font-weight: 600;
    padding: 6px 15px;
	margin: 15px 0;
}
.add_01{
 margin:15px 0;	
}
.add_head {
      font-size: 22px;
    font-family: OpenSans-Bold;
	color:#115c5c
}
.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:#115c5c;
 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: #115c5c;
    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;
top: 12%;
position: absolute;
}
.bg-color
{
    background: #115c5c;
}
.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;
}
.contact-address-box {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.single-contact-address-box {
  position: relative;
  display: block;
  background: #131313;
  padding: 85px 30px 77px;
}
.single-contact-address-box .icon-holder {
  position: relative;
  display: block;
  padding-bottom: 24px;
}
.single-contact-address-box h3 {
  color: #ffffff;
  margin: 0px 0 9px;
}
.single-contact-address-box h2 {
  color: #115c5c;
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 19px;
}
.single-contact-address-box a {
  color: #ffffff;
}
.Social-media {
  display: flex;
  justify-content: center;
}
.Social-media a {
  display: flex;
  background: #fff;
  height: 45px;
  width: 45px;
  margin: 0 15px;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 6px 6px 10px -1px rgba(0,124,196,0.15), -6px -6px 10px -1px rgba(255,255,255,0.7);
  border: 1px solid rgba(0, 124, 196, 0);
  transition: transform 0.5s;
}
.single-contact-address-box.main-branch .inner {
  position: relative;
  display: block;
}
.single-contact-address-box.main-branch .inner ul {
  position: relative;
  display: block;
  overflow: hidden;
  padding-left: 0;
}
.single-contact-address-box.main-branch .inner ul li {
  position: relative;
  display: block;
  padding-left: 110px;
  border-bottom: 1px solid #737373;
  padding-bottom: 23px;
  margin-bottom: 24px;
}
.single-contact-address-box.main-branch .inner ul li .title {
  position: absolute;
  top: 2px;
  left: 0;
  display: inline-block;
  background: none;
padding: 0;
margin: 0;
}
.single-contact-address-box.main-branch .inner ul li .title h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  border-bottom: 2px solid #a5821e;
}
.Social-media a:hover {
  box-shadow: inset 4px 4px 6px -2px rgba(0,0,0,0.2), inset -4px -4px 6px -1px rgba(255,255,255,0.7), -0.5px -0.5px 0px -1px rgba(255,255,255,1), 0.5px 0.5px 0px rgba(0,0,0,0.15), 0px 12px 10px -10px rgba(0,0,0,0.05);
  border: 1px solid rgba(0, 124, 196, 0.1);
  transform: translateY(2px);
}
.single-contact-address-box.main-branch .inner ul li .text p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin: 0;
}

.single-contact-address-box.main-branch {
  background: #115c5c;
  padding: 53px 30px 51px;
  margin-top: -20px;
  margin-bottom: -20px;
}
.callback_dtls ul li
{
  display: inline-block;
}
.callback_dtls ul li img {
  width: 292px;
  /*height: 81px;*/
}
.callback_dtls ul {
  padding-left: 0px;
  margin-left: 0px;
}


.tab-pane.fade.in.active
    {
        opacity: 1;
    }
.nav.nav-pills li a {
  background: #115c5c;
  color: #fff;
  padding: 13px 27px;
  display: block;
  margin-bottom: 6px;
  border-radius: 3px;
  margin-right: 11px;
  font-size: 18px;
}
.nav.nav-pills li a.active
{
     background: #acd037; 
}
.tab-content
{
    border: 1px solid #c7c7c7;
    padding: 12px;
}


.demat {
  background-color: #004A7F;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Arial;
  font-size: 20px;
  padding: 5px 10px;
  text-align: center;
  text-decoration: none;
  -webkit-animation: glowing 1500ms infinite;
  -moz-animation: glowing 1500ms infinite;
  -o-animation: glowing 1500ms infinite;
  animation: glowing 1500ms infinite;
}
@-webkit-keyframes glowing {
  0% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000; }
}

@-moz-keyframes glowing {
  0% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000; }
}

@-o-keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

@keyframes glowing {
  0% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
  50% { background-color: #FF0000; box-shadow: 0 0 40px #FF0000; }
  100% { background-color: #B20000; box-shadow: 0 0 3px #B20000; }
}

#navbarSupportedContent ul li a
{
    color: #000;
}

@media (max-width: 992px)
{
	.inside-text
	{
	    width: 100%;
        top: -49%;
        position: absolute;
        left: -92px;
	}
	.inside-text h2
	{
	    padding: 27px 24px;
        font-size: 19px; 
	}
}
/* TICKER */

.ticker_section {
    padding: 40px 0;
    }
    .ticker_section .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    align-content: center;
    align-content: center;
    }
    .tickers .ticker_item {
    position: relative;
    box-shadow: 0 1px 4px 1px rgb(37 46 40 / 11%);
    background-color: #fff;
    border-radius: 8px;
    width: 100%;
    padding: 8px 14px;
    margin: 0 5px;
    }
    .tickers .ticker_item .name {
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    letter-spacing: 1px;
    }
    .tickers .ticker_item .price {
    display: block;
    font-size: 15px;
    padding-top: 5px;
    line-height: 18px;
    }
    .tickers .ticker_item .difference_percent {
    position: relative;
    color: #39b559;
    display: block;
    line-height: 18px;
    font-size: 12px;
    }
    .tickers .ticker_item .difference_percent::after {
    content: "\F144";
    position: absolute;
    font-family: "bootstrap-icons";
    font-size: 18px;
    bottom: 1px;
    right: -16px;
    }
    .tickers .ticker_item .difference_percent.negative {
    color: #d33f3f;
    }
    .tickers .ticker_item .difference_percent.negative::after {
    content: "\F11E";
    }
    /*DARK BOX*/
    /*        .tickers .ticker_item {
    background-color: #24252ad9;
    }
    .tickers .ticker_item .name {
    color: #fff;
    }
    .tickers .ticker_item .price {
    color: #fff;
    }
    .tickers .ticker_item .difference_percent {
    color: #3cbd5d;
    }
    .tickers .ticker_item .difference_percent.negative {
    color: #f95959;
    }*/
    
    
    /* TICKER */
    