@charset "utf-8";
/* CSS Document */
@import url('../font/css/fontawesome-all.min.css');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
body {
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: 'Open Sans';
	font-size: 14px;
}
.ptb-80 {
	padding: 50px 0px !important;
}
.pt-30 {
	padding-top: 30px;
}
.pb-30 {
	padding-bottom: 30px;
}
.mt-20 {
	margin-top: 20px;
}
.mb-20 {
	margin-bottom: 20px;
}
a:hover {
	text-decoration: none;
}
/* header start*/
.header-top 
{
	width: 100%;
	float: left;
	color: white;
	font-size: 15px;
	background: #02478a;
	padding: 0;
}
.header-top .top_menu {
    display: inline-block;
}
.header-top .top_menu .navbar.navbar-expand-md {
    padding: 0;
}
.header-top .portfolio-login {
    background-color: #e37624;
    border-color: #e37624;
    border-radius: 0;
}
.social 
{
	text-align: right;
}
.social i 
{
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 29px;
	background: #fff;
	border-radius: 17px;
}
.social i:hover
{
	background: #000;
}
.social i:hover:before
{
	color: #fff;
}
.social i:before
{
	color: #000;
}
.fa-phone 
{
	transform: rotateY(-180deg);
	-webkit-transform: rotateY(-180deg);
}
.login 
{
	border: 1px solid white;
	margin-left: 15px;
	font-size: 15px;
}
.login a 
{
	text-align: center;
	line-height: 29px;
	padding: 0px 10px;
}
.login i 
{
	margin-right: 5px;
}
.header-top a 
{
	color: white;
	display: inline-block;
}
.header-top a:hover 
{
	color: white !important;
}
.header-top .fas 
{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header-nav 
{
	width: 100%;
	float: left;
	position: relative;
	/*background: #fff;*/
}
.header-nav .logo img {
    width: 100%;
}
.header-nav .navbar 
{
	padding: 0px 0px;
}
.header-nav .navbar-nav li a 
{
	color: #fff;
	/*font-weight: bold;*/
	font-weight: 500;
	font-size: 18px;
	
}
#collapsibleNavbar2 .navbar-nav li a 
{
    min-height: 144px;
}
.header-nav .navbar-toggler 
{
	background: #e37624;
	width: 100%;
	border-radius: 0px;
	color: white;
	font-weight: bold;
	padding: 10px 0px;
}
/* header end*/

/* banner start*/
.bannerslider 
{
	width: 100%;
	float: left;
	position: relative;
}
/*.bannerslider::after {
    content: "";
    position: absolute;
    z-index: 9;
    background: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}*/
.bannerslider .owl-dots 
{
	transform: translateY(30px);
}

.bannerslider .owl-nav , .bannerslider  .owl-dots
{
    display: none;
}
.owl-prev, .owl-next 
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.owl-prev 
{
	left: 20px;
}
.owl-next 
{
	right: 20px;
}
.owl-theme .owl-nav [class*=owl-]:hover, .owl-theme .owl-nav [class*=owl-] 
{
	background: transparent;
}
.owl-theme .owl-nav 
{
	margin-top: 0px;
}
.bannerslider i {
	font-size: 43px;
}
.owl-text-overlay {
  position: absolute;
  text-align: center;
  width: 100%;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom: 20px;
  font-family: "Open Sans";
  background-color: rgba(0,0,0,0.5);
  padding-top: 180px;
}
.owl-text-overlay .owl-title {
    text-align: center;
    font-size: 36px;
    text-transform: uppercase;
    margin-top: 33px;
}
.owl-text-overlay .btn-primary {
    display: block;
    width: 160px;
    margin: 25px auto;
}
.invest-now a
{
	padding: 10px 21px;
	background: #009846;
	border-radius: 5px;
	color: #fff;
	font-size: 18px;
	margin-top: 12px;
	display: inline-block;
}
/* banner end*/

/* header start*/
.sec-heading 
{
	margin-bottom: 25px;
	position: relative;
}
.sec-heading h1 
{
	text-align: center;
	font-size: 30px;
	color: #016cb4;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
	position: relative;
	display: inline-block;
}

.sec-heading h1::after {
    content: "";
    position: absolute;
    background-color: #e37624;
    width: 100%;
    height: 4px;
    border-radius: 40px;
    bottom: -10px;
    left: 0;
}
.fea-text 
{
	overflow: hidden;
}
.fea-text h3, .sec-box h3, .box h3 
{
	font-size: 20px;
	font-weight: bold;
}
.btn-secondary
{
	background-color: #e63d24;
}
.header-top .fa-whatsapp
{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
/* header end*/

/* news start*/
.news .nav-pills .nav-link.active {
	background: #02478a;
}
.news .nav-pills .nav-link {
	border-radius: 0px;
	color: white !important;
	font-size: 14px;
	padding: 8.5px 8.6px;
}
/* news end*/

/* form start*/
.form_con .w-100 {
	width: 100%;
	float: left;
}
.form_con .form-control {
	font-size: 14px;
	margin-bottom: 14px;
	    padding: 17px;
}
/* form end*/

/* partners start*/
.partners 
{
	padding: 70px 0px;
	/*background: #f5f5f5;*/
}
.partners ul 
{
	margin-bottom: 10px !important;
}
.partners ul li 
{
	margin-right: 10px !important;
	float: left;
	list-style: none;
}
.partners ul li img 
{
	padding: 2px !important;
	border: 1px solid #dddddd !important;
}
/* partners end*/

/* footer start*/
.footer_main{
	position: relative;
	width: 100%;
	float: left;
	color: #000;
	background: #02478a;
}

.footer_main iframe {
	width: 100%;
	height: 350px !important;
	margin-bottom: -6px;
}
.footer_main a, .footer_main a:hover {
	color: #000;
}
.footer_main h3 {
	font-size: 22px;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
	padding-bottom: 11px;
}
.footer_main a {
	color: #fff;
}
.social-icons h3
{
	border-bottom: 0px;
}
.footer_main .menu-link 
{
	margin: 0px;
}
.footer_main .menu-link li {
	float: left;
	width: 100%;
	padding-top: 8px;
}
.footer_main .menu-link a {
	color: #fff;
}
.footer_main .menu-link a {
	color: #fff;
}
.copyright-text 
{
	width: 100%;
	background: #0c2448;
	padding-top: 20px;
}
footer .menu-link li
{
	list-style-type: none;
}
footer .menu-link 
{
	padding-left: 2px;
}
footer .social i
{
	border: 2px solid #444;
	border-radius: 0;
}
footer .menu-link li i
{
	font-size: 18px;
	margin-right: 9px;
}
footer .menu-link li i.fa-phone
{	
	transform: rotate(0deg);
}
.copyright-text , .copyright-text a
{
	color: #fff;
}
.footer-links
{
	background: #3070c4;
	text-align: center;
}
.footer-links ul li
{
	display: inline-block;
	padding: 10px 10px;
}
.footer-links ul li a
{
	color: #fff;
}
.footer-links ul
{
	margin-bottom: 0px;
	width: 100%;
}
/* footer end*/

/* contact start*/
.contact-box 
{
	box-shadow: 0px 2px 16px #d0caca;
	padding: 35px 35px 20px 35px;
	background: white;
	width: 100%;
	min-height: 320px;
}
.contact-box h3 
{
	font-weight: bold;
	margin-top: 15px;
	font-size: 22px;
}
.contact-box p, .contact-box a 
{
	font-size: 16px;
	color: #212529;
	/*font-family: arial;*/
}
.contact-box .box_title {
    font-weight: 600;
    font-size: 26px;
    color: #e37624;
}
.contact-box .info_bar {
    border-bottom: 1px solid #eee;
    padding: 20px 0;
    text-align: left;
}
.contact-box .info_bar:last-child {
    border: none;
    padding-bottom: 0;
}
.contact-box .info_bar .title_icon {
    margin-bottom: 15px;
}
.contact-box .info_bar .title_icon img {
    display: inline-block;
    width: 40px;
}
.contact-box .info_bar .title_icon h3 {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}




/* contact end*/

/* tablist start*/
.tablist li 
{
	width: 100%;
	float: left;
}
.tablist.nav-pills .nav-link.active 
{
	background: #e21d29;
	background: #009846;
}
.tablist.nav-pills .nav-link 
{
	background: #016cb4;
	background: #e63d24;
	color: white;
	margin-bottom: 7px;
	padding: 10px 15px;
}
/* tablist end*/

/*-- portfolio login */
#myModal , #myModal1 , #myModal2 , #myModal3 , #myModal4, #myModal5 , #myModal6 , #myModal7 , #myModal8 {
	text-align: center;
	z-index: 999999;
}
#myModal .modal-header , #myModal1 .modal-header , #myModal2 .modal-header , #myModal3 .modal-header , #myModal4 .modal-header , #myModal5 .modal-header , #myModal6 .modal-header , #myModal7 .modal-header , #myModal8 .modal-header {
	color: white;
	background: #016cb4;
	background: #016cb4;
	padding: 10px 20px;
}
#myModal .modal-title , #myModal1 .modal-title , #myModal2 .modal-title , #myModal3 .modal-title , #myModal4 .modal-title  , #myModal5 .modal-title , #myModal6 .modal-title , #myModal7 .modal-title , #myModal8 .modal-title {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: bold;
}
.input-in {
	display: inline-block;
	margin: 0 12px 10px;
}
.input-fld .form-control {
	margin-bottom: 20px;
}
.forgot-pass {
	color: #016cb4;
	font-size: 11px;
	float: left;
	text-align: center;
	width: 100%;
}
.box_content {
	background-color: #FFFFFF;
	border: 2px solid #dddddd;
	left: 35%;
	overflow: hidden;
	padding: 15px;
	position: fixed;
	top: 25%;
	width: 430px;
	z-index: 999999999;
	height: 240px;
}
.grayBox {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 99999999;
	-moz-opacity: 0.7;
	opacity: 0.7;
	filter: alpha(opacity=70);
}
.imgs {
	top: 0;
	right: 0px;
	position: absolute;
	font-size: 20px;
	color: white;
	font-weight: bold;
	width: 30px;
	height: 30px;
	/*background: red;*/
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
}
img#cross {
	position: relative;
	float: right;
	top: -29px;
	left: 24px;
}
/*-- /portfolio login */





/* menu start */
.navbar-nav .dropdown-menu
{
	margin-top: 0px;
}
.nav-item.dropdown:hover .dropdown-menu
{
	/*display: block;*/
}
.dropdown-menu a:hover
{
	background: #016cb4;
	background: #009846;
	color: #fff !important;
}
.menu-bar
{
	background: #02478a;
}
/* menu end */

/* home start */
.ih-item.circle 
{
    position: relative;
    width: 100%;
    /*height: 200px;*/
    display: table;
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    text-align: center;
    margin-bottom: 5px;
    color: #000;
    padding: 20px 0px;
}
.ih-item.circle p
{
	margin-bottom: 0px;
}
.ih-item img 
{
    margin-bottom: 15px;
}

.text1 li 
{
    padding-bottom: 8px;
    border-bottom: 1px solid #c1c2ca;
    font-size: 13px;
    color: #000;
    list-style: url(../images/right.png);
    text-align: justify;
    margin-top: 3px;
    line-height: normal;
}
/* home end */

section
{
	float: left;
	width: 100%;
}
.second-section h3
{
	background: #02478a;
	color: #fff;
	text-align: center;
	padding: 7px 0px;
	margin-bottom: 0px;
	font-size: 1.3rem;
	font-weight: 500;
}
/*.invest-corner
{
	background: #efeeee;
}*/
.ih-item.circle:hover
{
	background: #fff;
	box-shadow: 2px 1px 7px 3px #c8c8c8;
}
.invest-corner h6
{
	font-weight: 600;
}
.news ul
{
	background: #02478a;
}
.tab-content
{
	border: 2px solid #02478a;
}
.tab-content marquee
{
	padding: 5px;
}
.market-update
{
	background: url('../images/market-update.png');
	padding-bottom: 0px !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.market-update .box
{
	/*background: #fff;*/
}
.market-update .box h3
{
	text-align: center;
	padding: 20px 0px;
}
.download {
    background: url(../images/download-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
    padding: 30px 0;
    overflow: hidden;
}
.download .mobile {
    /*position: relative;*/
}
.download .mobile .items {
    /*position: absolute;*/
    text-align: center;
}
.download .items.item_1 {
    z-index: 999;
}
.download .items.item_2
{
	/*left: 190px;*/
	/*list-style-type: none;*/
}
.download .items
{
    list-style-type: none;
}
.download .mobile .items img {
    /*width: 310px;*/
    /*margin-top: -50px;*/
}
.mobile .items.item_2 img {
    /*width: 290px;*/
}
.download ul li
{
	display: inline-block;
}
.download .box
{
	color: #fff;
	padding: 46px 0px;
}
.download .box p
{
	margin: 40px 0px;
}
.download .box ul
{
	padding: 0;
}
footer p
{
	text-align: justify;
	    color: #fff;
}
#frmContact .btnAction 
{
	background: #212529;
	color: #fff;
	padding: 7px 23px;
	margin: 8px 0px;
	margin: 0px auto;
}
.news ul li {
    width: 33%;
    text-align: center;
}
.second-section .cal-name
{
	background: #02478a;
	color: #fff;
	text-align: center;
	padding: 4px 0px;
	font-size: 20px;
	font-weight: 500;
}
.fadeOutslider1 img
{
	width: auto !important;
}
.bannerslider .owl-carousel .owl-item img
{
    height: 550px;
}
#market-updates .bannerslider
{
	/*background: #fff;*/
	padding: 19px;
	float: none;
	min-height: 290px;
}
#market-updates .bannerslider h3
{
	font-size: 16px;
}
.fadeOutslider1 .owl-dots
{
	position: relative;
	border: 0px;
}
.menu-btn.nav-item .nav-link
{
	border: 1px solid;
	padding: 6px 6px;
	padding: 4px 3px;
	margin-left: 6px;
	background: #fff;
	color: #02478a;
}
.menu-btn.nav-item .nav-link:hover
{
	background: #02478a;
	color: #fff;
}
.content-text ul
{
	padding-left: 0px;
}
.portfolio-login-div
{
   /* position: absolute;
    z-index: 1;
    top: 50px;
    width: 390px;
    right: 150px;
    background: #cfcecd9e;*/
}
.portfolio-login-div h3
{
	background: #02478a;
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}
.portfolio-login-div .btnAction  , .dis-login , .dis-login:hover
{
	background: #1e1f1f;
	color: #fff;
	display: block;
	border: 0px;
	padding: 7px 24px;
	margin: 0px auto;
	width: max-content;
	border-radius: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.forgot-pass
{
	color: #1e1f1f;
	font-weight: 600;
}
#Open-an-Account
{
	position: fixed;
	top: 0%;
	right: 0px;
	z-index: 99;
	padding: 0px;
}
#Request-a-call-Back
{
	position: fixed;
	bottom: 0%;
	right: 0px;
	z-index: 99;
	padding: 0px;
}
#Open-an-Account img , #Request-a-call-Back img
{
	width: 80%;
	float: right;
}
.nav-pills > li 
{
    float: left;
    width: 100%;
    margin-left: 0px !important;
}
.nav-pills > li > a, .nav-pills > li > a:focus, .nav-pills > li > a:hover 
{
    background: #02478a;
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
    color: white !important;
    border-radius: 0px;
    display: block;
    text-decoration: none;
}
.tabing .tab-content
{
	border: 0;
}
.nav.nav-pills li .active.show
{
	background: #1e1f1f;
}
.tabing .tab-content h1
{
	font-size: 1.9rem;
}
.blink a
{
	animation: blink 1s linear infinite;
}
@keyframes blink
{
	0%
	{
		opacity: 0;
	}
	50%
	{
		opacity: .5;
	}
	100%
	{
		opacity: 1;
	}
}
.invest-corner .col-md-3.mb-20
{
	margin-bottom: 10px;
}
.ptb-40 
{
    padding: 30px 0px !important;
}
.invest-corner .sec-heading h1
{
	margin-top: 20px;
}
.download h1
{
	font-size: 1.8rem;
}
.download .mobile img
{
	max-width: 90%;
}
#market-updates
{
	color: #fff;
}
#market-updates .owl-carousel .owl-item .item
{
	text-align: center;
}
#market-updates .owl-carousel .owl-item .item img
{
	display: initial;
}
#LightBox.intro , #grayBG.intro
{
	display: none !important;
}
.logins
{
	padding-left: 0px;
	margin: 10px 0 !important;
	float: right;
}
.logins li {
    width: 31.5%;
    display: inline-block;
    vertical-align: middle;
    margin: 0.5%;
}

.logins li a {
    background: #02478a;
    display: block;
    width: 100%;
    color: #fff;
    padding: 23px 4px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 14px !important;
    min-height: 85px;
    vertical-align: middle;
}
.logins a:hover {
    background-color: #e37624;
}
.logins li a i {
    display: block;
    font-size: 44px;
    margin-bottom: 5px;
}
.box-services
{
    display: block;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin: auto;
    border: 10px solid #02478a;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}
.box-service span
{
	color: #1e1f1f;
	display: block;
	text-align: center;
	font-weight: 700;
	padding-top: 5px;
	font-size: 1.1rem;
}
.box-services:hover 
{
    border: 14px solid #1e1f1f;
    box-shadow: 0px 0px 10px #ccc;
    transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -webkit-transition: all 400ms ease-in-out;
}
.col-2.box-service
{
	flex: 0 0 20%;
	max-width: 20%;
	margin-bottom: 20px;
}
.advertisment img
{
	padding: 14px;
}
.advertisment
{
	border: 2px solid #02478a;
	box-shadow: 2px 2px 6px 0px #02478a;
	background: #fff;
}
.invest-corner-inner
{
	width: 86%;
	margin: 0px auto;
}
.trading label , .trading input
{
	display: block;
	width: 100%;
}
.trading input
{
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 10px;
}
.trading button
{
	border: 0px;
	padding: 9px 20px;
	background: #222;
	color: #fff;
	border-radius: 5px;
	margin-top: 20px;
}
#contact_results .success
{
	background: #02478a;
	color: #fff;
	padding: 9px 24px;
	font-weight: 800;
}


.menu-btn.nav-item.dropdown .nav-link
{
	border: 0px;
}
.header-nav .navbar-nav li.dropdown a
{
	color: #02478a;
}
.dropdown-menu a:hover
{
	background: #02478a;
	color: #fff;
}
.market-watch li
{
	width: 50%;
}
#mail-status p , #mail-status_en p
{
	color: #000 !important;
}
.partner-btn
{
	margin: 0px auto;
	/*padding: 0px;*/
}
.partner-btn li
{
	display: inline-block;
	margin-bottom: 21px;
}
.partner-btn li a
{
	background: #3070c4;
	color: #fff;
	padding: 8px 25px;
	font-size: 17px;
}
.Number_disable , .OtherS, .Marstatus
{
	display: none;
}
#R_Code1 , #R_Code2
{
	display: block;
	padding: 5px;
	display: none;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	width: 100%;
}
#R_Code1.display , #R_Code2.display
{
	display: block;
}
#R_Code2
{
	background-color: #e9ecef;
	opacity: 1;
}
#R_Code1.displayno , #R_Code2.displayno
{
	display: none;
}
.portfolio a h3
{
	background: #02478a;
	color: #fff;
	padding: 33% 31px;
	font-size: 20px;
	text-align: center;
}
.portfolio-login .login-field
{
	font-size: 15px;
}
.dropdown-menu .dropdown-submenu .dropdown-menu
{
	top: 0;
	left: 100%;
}



/* The Close Button */
.close , .close1 , .close2 , .close3 , .close4 , .close5 , .close6 , .close7 , .close8 {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}

.close:hover , .close:focus , .close1:hover , .close1:focus  , .close2:hover , .close2:focus , .close3:hover , .close3:focus , .close4:hover , .close4:focus , .close5:hover , .close5:focus , .close6:hover , .close6:focus , .close7:hover , .close7:focus , .close8:hover , .close8:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 10px 16px;
  background-color: #3070c4;
  color: white;
}
.modal-header h2
{
    font-family: inherit;
    margin-bottom: 0px;
    font-size: 22px;
}
.modal-body {padding: 15px 16px;}

.modal-footer {
  padding: 2px 16px;
  background-color: #3070c4;
  color: white;
}
.modal .btnAction 
{
    background: #016cb4;
color: #fff;
padding: 5px 12px;
font-size: 15px;
border-radius: 4px;
margin-top: 5px;
text-transform: uppercase;
}


.main_section{
	padding: 60px 0;
}
.gray{
	color: #f5f5f5;
}
.green{
	color: #e37624;
}
.gray-bg{
	background-color: #f5f5f5;
}
.green-bg{
	background-color: #e37624;
}
.btn-primary{
	background-color:#e37624 !important;
	border: 1px solid #e37624 !important;
}

.market-watch {
    text-align: center;
    margin-top: 20px;
}

.inner_box {
    text-align: center;
    padding: 10px;
}
.inner_box h6 {
    font-size: 20px;
    font-weight: 600;
    margin: 12px 0;
}

.aboutus_section .about-img{
	position: relative;
}
.aboutus_section .about-img::after {
    content: "";
    position: absolute;
    right: -15px;
    top: -15px;
    background-color: #e37624;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.aboutus_section .about-img img {
    width: 100%;
}
.blue_overlay-section {
    background: url(../images/download-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    padding: 75px 0;
    padding: 30px 0;
    overflow: hidden;
}

.sip-calculator-section .sec-heading h1 {
    color: #fff !important;
}



#testimonialCar .client-info .image {
    display: inline-block;
    width: 80px;
    height: 80px;
    vertical-align: middle;
}
#testimonialCar .client-info h3 {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: middle;
    padding-left: 10px;
    font-size: 18px !important;
}

.footer_main .footer_contact {
    margin-bottom: 30px;
}

.footer_main .footer_contact h3 {
    margin-bottom: 0;
}
.footer_main a:hover {
    color: #e37624;
}
.footer_main .footer_contact i {
    color: #e37624;
    font-size: 30px;
    margin-right: 8px;
    vertical-align: middle;
}
.footer_main .footer_contact .fa-phone {
    transform: rotate(10deg)
}
.TabbedPanelsTabGroup {
    background-color: #02478a !important;
}
.TabbedPanelsTabSelected {
    background: #e37624 !important;
}

.partner-academy_section .sec-heading h1 {
    text-align: left;
    text-transform: uppercase;
}
.invest-corner {
    padding: 50px 0 !important;
}
.blue_overlay-section.sip-calculator-section {
    padding: 60px 0;
}

.fixed_btn_section {
    position: fixed;
    right: 0;
    top: 300px;
    z-index: 999;
}
.fixed_btn_section .fixed_item{
	padding: 0;
    list-style-type: none;
}
.btn_item {
    display: inline-block;
    width: 200px;  
}
.fixed_btn_section .btn_item {
    display: inline-block;
    width: 240px;
    transform: translateX(205px);
    background-color: #e37624;
    padding: 5px 10px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
    color: #fff;
}
.fixed_btn_section .btn_item span{
    padding-left: 10px;
}
.fixed_btn_section .btn_item:hover {
    transform: translateX(0px);
    transition: all 0.3s ease-in-out;
}
.title-strip {
    background-color: #02478a;
    color: #fff;
    padding: 5px;
    font-size: 20px;
}

.market_update_section {
    padding: 30px 0 60px 0 !important;
}
.market_update_section .nav.nav-pills li .active {
    background: #e37624 !important;
}

.partner-academy_section .item_box img {
    width: 100%;
}

.mv_box {
    background-color: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    margin-bottom: 30px;
}
.mv_box h4 {
    font-weight: 600;
    margin-top: 10px;
}
.mv_box .icon i {
    font-size: 60px;
    color: #e37624;
}

.tab_section_main .nav-tabs .nav-item {
    background-color: #02478a;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 1px;
}
.tab_section_main .nav-tabs .nav-item.active {
    background-color: #e37624;
    color: #fff;
    border-radius: 0;
    border: 1px solid #e37624;
}
.tab_section_main .tab-content {
    border: none;
    padding: 20px 0 !important;
}

.tab_section_main .team_member {
    margin-bottom: 25px;
    border: 1px solid #eee;
}
.tab_section_main .team_member img {
    width: 100%;
}
.tab_section_main .team_member .team_detail {
    padding: 25px 0;
}
.tab_section_main .team_member .team_detail h4 {
    font-weight: 600;
    color: #e37624;
}


.form_field {
    padding: 20px;
    border: 1px solid #eee;
}
.captcha_group .captcha {
    height: 38px;
    border-radius: 3px;
}
.captcha_group #vercode1 {
    display: inline-block;
    width: calc(100% - 103px);
    vertical-align: middle;
}
.footer_contact p {
  margin-bottom: 0px;
  color: #fff;
  margin-top: 9px;
}
.navbar-expand-md .navbar-collapse
{
        justify-content: flex-end;
}

/* TICKER */


.ticker-area .tickers {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
    position: relative;
}
.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 10px;
margin: 0 5px;
}
/*.tickers .ticker_item:nth-child(3) {
    position: absolute;
    left: 0;
    width: 25%;
}
.tickers .ticker_item:nth-child(5) {
    position: absolute;
    left: 26%;
    width: 25%;
}
.tickers .ticker_item:nth-child(4), .tickers .ticker_item:nth-child(6), .tickers .ticker_item:nth-child(7), .tickers .ticker_item:nth-child(8) {
    display: none;
}*/
.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;
    font-weight: 500;
}
.tickers .ticker_item .difference_percent::after {
content: "\f262";
position: absolute;
font-family: Ionicons;
font-size: 18px;
bottom: 1px;
right: -5px;
}
.tickers .ticker_item .difference_percent.negative {
color: #d33f3f;
}
.tickers .ticker_item .difference_percent.negative::after {
content: "\f25f";
}
/*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 */


/* TICKER */


.flat-market-watch {
    padding: 70px 0;
}

.fund-performance {
    margin: 30px 0 0 0;
}
.news {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 2px 2px 2px 3px rgb(17 150 211 / 19%);
}
.news .rsshead {
    font-size: 18px;
    font-weight: 600;
    margin-top: 30px;
}
.news br {
    display: none;
}
.news .rssdate {
    color: #1196d3;
}

.news .nav.nav-pills {
    display: inline-block;
    width: 40%;
}
.news .nav.nav-pills li {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 1px;
}
.news .nav.nav-pills li a {
    height: 100%;
    border-radius: 0;
    line-height: 54px;
    font-size: 17px;
    background-color: #e6eff3;
        color: #000 !important;
}
.news .nav.nav-pills li a.active {
    background-color: #02478a;
}
.news .nav.nav-pills li:first-child a {
    border-radius: 8px 0 0 0;
}
.news .nav.nav-pills li:last-child a {
    border-radius: 0 0 0 8px;
    margin-bottom: -8px;
}
.news .tab-content {
    display: inline-block;
    width: 59%;
    vertical-align: top;
    padding: 0 20px;
    position: relative;
}
/* .news .tab-content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} */
.titleBar {
    background-color: #0893d2;
    padding: 15px;
    color: #fff;
    border-radius: 8px 8px 0 0;
}
.nse-bse {
    overflow: hidden;
    border-radius: 0 0 8px 8px;
}

/* CALCULATOR  */


.app-section .app_box {
    text-align: center;
    border: 1px solid #00000026;
    padding: 19px;
    margin-bottom: 25px;
    border-radius: 10px;
}
.app-section .app_box img {
    background: #124788;
    width: 50px;
    padding: 10px;
    border-radius: 6px;
}
.app_box p {
    color: #000;
    margin-top: 18px;
}
.tickers .ticker_item:nth-child(6) , .tickers .ticker_item:nth-child(7) , .tickers .ticker_item:nth-child(8) 
{
    display: none;
}
.rss img
{
    display: none;
}


.top_fund_performance ul {
    padding: 0;
    list-style-type: none;
}
.fund_performance {
    text-align: center;
    margin-bottom: 30px;
}
.fund_performance form {
    display: flex;
    justify-content: space-around;
}
.top_fund_performance ul li {
    display: inline-block;
    width: 19%;
    font-size: 20px;
    font-weight: 600;
}
.fund_performance .form-check {
    display: inline-block;
    width: 19%;
    vertical-align: middle;
}
.top_fund_performance ul li i {
    display: block;
    margin-bottom: 10px;
}
.top_fund_performance ul li img {
    width: 50px;
}

/* RADIO */

.fund_performance .radio {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 5px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 200px;
    width: 200px;
    padding: 10px;
    line-height: 20px;
    align-items: center;
    margin: 0 15px;
    transition: all 0.3s ease-in-out;
}
.fund_performance .radio:hover{
    transform:scale(1.05);
    transition: all 0.3s ease-in-out;
}
.fund_performance .radio i {
    display: block;
    height: 55px;
    margin-top: 50px;
}
.fund_performance .radio i::after {
    content: "\f13c";
    font-family: flaticon_mycollection;
    font-size: 75px;
    color: #02478a;
    font-style: normal;
}
.fund_performance .radio:nth-child(2) i::after {
    content: "\f13e";
}
.fund_performance .radio:nth-child(3) i::after {
    content: "\f146";
}
.fund_performance .radio:nth-child(4) i::after {
    content: "\f145";
}
.fund_performance .radio:nth-child(5) i::after {
    content: "\f146";
}
.fund_performance .radio input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.fund_performance .radio em {
    font-style: normal;
    vertical-align: middle;
    padding: 0;
    line-height: 14px;
    font-weight: 600;
    color: #02478a;
    margin-top: 15px;
    font-size:18px;
    display: block;
    text-transform: uppercase;
}
.fund_performance .radio .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 200px;
    width: 200px;
    border-radius: 100%;
    border: 3px solid #02478a4d;
}
.fund_performance .form-check-input:checked[type=radio] + span.checkmark{
    border: 3px solid #02478a;
}
.fund_performance .radio:hover input ~ .checkmark {
    border: 3px solid #02478a;
}

/* Layer 2 css */

.category_side_bar {
    display: inline-block;
    width: 240px;
    background-color: #ecf5f7;
    max-height: 63vh;
    overflow: auto;
}
#category_wise_fund p {
    margin: 0;
    padding: 4px 15px;
    border: 1px solid #c0e1e7;
    border-bottom: none;
    position: relative;
    cursor: pointer;
    color: #1e769f;
    /* display: inline-block; */
}
#category_wise_fund p:last-child {
    border-bottom: 1px solid #02478a4d;
}
#category_wise_fund p.active {
    background-color: #2b8caa;
    color: #fff;
}
#category_wise_fund p:hover {
    background-color: #2b8caa;
    color: #fff;
}
#category_wise_fund p::after {
    position: absolute;
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    right: 15px;
    top: 5px;
    opacity: 0.5;
    color: #1e769f;
}


#category_wise_fund .sub_category_items {
    position: relative;
}
#category_wise_fund .sub_category_items:hover {
    background: #02478a;
    color: #fff;
}
#category_wise_fund .sub_category_items .fund_sub_category {
    width: 100%;
    position: absolute;
    height: 25px;
    opacity: 0;
    cursor: pointer;
}
#category_wise_fund .sub_category_items .fund_sub_category[type="radio"]:checked+label {
    background: #02478a;
    color: #fff;
}

#category_wise_fund .sub_category_items label {
    display: block;
    width: 100%;
    padding: 2px 10px;
}



#myTable th {
    background-color: #02478a4d;
    padding: 10px 5px;
    font-size: 15px;
    line-height: 16px;
    color: #1e769f;
    text-align: center;
}
#myTable td {
    border: 1px solid #02478a4d !important;
    font-size: 14px;
    line-height: 16px;
    color: #1e769f;
    padding: 5px;
}
#myTable .highcharts-figure {
    display: block;
    padding: 0 !important;
    width: 100% !important;
    margin: 0;
    max-width: 100%;
    border:none !important;
}
.map_active .highcharts-figure{
    display: block !important;
}
.map_active .highcharts-figure #container {
    border: 1px solid #02478a4d !important;
    padding: 0;
}
/* .map_active .highcharts-figure #container {
    padding: 0;
} */


#myTable #showMap {
    position: relative;
}
#myTable #showMap span {
    opacity: 0;
    width: 30px;
    display: block;
    height: 55px;
    z-index: 99;
    position: relative;
    cursor: pointer;
}
#myTable #showMap::after {
    content: "+";
    position: absolute;
    font-size: 22px;
    top: 35%;
    left: 40%;
}

.loader img{
    width:60px;
}

/* LAYER 3 */
#loader {
    display: inline-block;
    width: calc(100% - 245px);
    vertical-align: top;
}
#main_fund_box {
    display: inline-block;
    width: calc(100% - 245px);
    vertical-align: top;
    max-height: 65vh;
    overflow-y: auto;
    padding: 5px;
}

#myTable .chart_div {
    display: none;
    width: 100% !important;
}
#myTable .map_active .chart_div {
    display: block;
}

/* Map Div CSS */

/* #myTable tr {
    display: block;
} */

.highcharts-figure,
.highcharts-data-table table {
    min-width: 360px;
    max-width: 800px;
    margin: 1em auto;
}

.highcharts-data-table table {
    font-family: Verdana, sans-serif;
    border-collapse: collapse;
    border: 1px solid #ebebeb;
    margin: 10px auto;
    text-align: center;
    width: 100%;
    max-width: 500px;
}

.highcharts-data-table caption {
    padding: 1em 0;
    font-size: 1.2em;
    color: #555;
}

.highcharts-data-table th {
    font-weight: 600;
    padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
    padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
    background: #f8f8f8;
}

.highcharts-data-table tr:hover {
    background: #f1f7ff;
}


/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #02478a; 
  border-radius:10px
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #02478a; 
}


td.details-control {

    cursor: pointer;
}
tr.details td.details-control {

}
text.highcharts-subtitle {
    display: none;
}
text.highcharts-credits {
    display: none;
}
.search_bar_sub #myInput {
    padding: 6px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin: 5px;
    width: 96%;
}
font {
    font-size: 16px;
}

#myTab {
    border: none;
}
#myTab .nav-item {
    display: inline-block;
    width: 25%;
    border: none;
}
#myTab .nav-item .nav-link {
    border: none !important;
    background: #d3e9f4;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
}
#myTab .nav-item .nav-link.active {
    background: #02478a;
    color: #fff;
}

 /* SIP Calculator */

    .sip_calculator .sip_box {
        box-shadow: 0 0 30px rgb(214 215 216 / 30%);
        padding: 20px 0 30px 0;
        background-color: #fff;
        border-radius: 6px;
    }
    .sip_calculator .ui-slider {
    background: #a3dfff;
    border: #a3dfff;
    border-radius: 20px;
    display: inline-block !important;
    width: 100%;
    height: 8px;
    }
    .sip_calculator .ui-slider .ui-slider-handle {
    background: #16a8f6;
    border: #16a8f6;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    margin-top: -2px;
    cursor: pointer;
    }
    /*.sip_calculator .form-group #sliderIntrest {
    display: inline-block !important;
    width: 75%;
    }*/
    .sip_calculator .form-group label {
        font-size: 18px;
        text-align: left;
        display: inline-block;
        margin: 0;
        width: calc(100% - 130px);
        position: relative;
        color: #1c1817;
    }
    .sip_calculator .form-group label::after {
    position: absolute;
    content: "₹";
    font-size: 18px;
    color: #16a8f6;
    z-index: 9;
    right: -22px;
    top: 0px;
    }
    .sip_calculator .form-group.intrest-group label::after {
    content: "%";
    }
    .sip_calculator .form-group.time-group label::after {
    content: "Y";
    }
    .sip_calculator .form-group {
    margin: 0px 30px 32px 30px;
    }
    .sip_calculator .form-control {
    display: inline-block !important;
    width: 125px !important;
    max-width: 100%;
    background-color: #c8ecff;
    border: #c8ecff;
    color: #16a7f5;
    font-weight: 600;
    font-size: 16px;
    border-radius: 30px;
    position: relative;
    padding-left: 25px;
    }
    .calculator_output h4 {
        text-align: left;
        position: relative;
        font-size: 17px;
        padding: 3px 25px;
        font-weight: 400;
        color: #777;
        margin: 8px 0;
    }
    .calculator_output h4 span {
    position: absolute;
    left: 80%;
    font-size: 22px;
    font-weight: 600;
    }
.calculator_output h4 span::after {
    position: absolute;
    content: "₹";
    font-size: 22px;
    color: #777777;
    z-index: 9;
    left: -14px;
    top: 0px;
}
.form-group .btn {
    background: #0255ba;
    border: 0;
    display: inline-block;
    text-align: center;
    border-radius: 7px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    color: #fff;
    width: 100%;
    height: 54px;
}