@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: 'Poppins' !important;
	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;
}
.white{
	color: #fff !important;
}

.header-top 
{
	width: 100%;
	float: left;
	color: white;
	font-size: 15px;
	background: #979ca0;
	padding: 0;
}
.header-top .portfolio-login {
    background-color: #63676a !important;
    border-color: #63676a !important;
    border-radius: 0;
    height: 42px;
    line-height: 20px;
}
.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 .top_left a {
    margin-right: 15px;
    color: #181819;
    font-weight: 500;
    vertical-align: middle;
    margin-top: 4px;
}
.header-top .top_left a i {
    font-size: 24px;
    vertical-align: middle;
}
.header-top .social {
    display: inline-block;
    padding: 5px 20px 5px 0;
    vertical-align: middle;
}
.header-top .social i {
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: #fff;
    border-radius: 17px;
    font-size: 22px;
}
.header-top .social a:hover i{
	background-color: #181819;
	color: #fff;
}
.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: #181819;
}
.header-nav .nav-item .nav-link {
    position: relative;
     transition: all 0.3s ease-in-out;
}
.header-nav .nav-item .nav-link:hover {
    background-color: #979ca0;
    transition: all 0.3s ease-in-out;
}
.header-nav .nav-item .nav-link::before {
	content: "";
    position: absolute;
    right: 15px;
    top: 7px;
    width: 22px;
    height: 22px;
    border: 3px solid #979ca0;
    border-width: 2px 2px 0 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.header-nav .nav-item .nav-link::after {
	content: "";
    position: absolute;
    left: 15px;
    bottom: 7px;
    width: 22px;
    height: 22px;
    border: 3px solid #979ca0;
    border-width: 0 0 2px 2px;
    transition: all 0.3s ease-in-out;
    opacity: 0;
}
.header-nav .nav-item .nav-link:hover::before  {
    right: -6px;
    top: -6px;
    opacity:1;
}
.header-nav .nav-item .nav-link:hover::after  {
    left: -6px;
    bottom: -6px;
    opacity: 1;
}

.header-nav .logo img {
    width: 300px;
}
.header-nav .navbar 
{
	padding: 0px 0px;
}
.header-nav .navbar-nav li a 
{
	color: #fff;
	/*font-weight: bold;*/
	font-weight: 500;
	font-size: 18px;
}
.header-nav .navbar-toggler 
{
	background: #979ca0;
	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 {
    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: 'Poppins';
  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;
}
.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: #979ca0;
	margin-bottom: 10px;
	font-weight: 500;
	position: relative;
	display: inline-block;
}
.sec-heading h1 .black{
	font-weight: bold;
}

.sec-heading h1::after {
    content: "";
    position: absolute;
    background-color: #181819;
    width: 40px;
    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: #181819;
}
.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;
}
/* 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: #181819;
}
.footer_main .footer-top{
	padding: 60px 0;
	background: #181819;
}

.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: #979ca0;
	padding-top: 20px;
	text-align: center;
}
.copyright-text .useful_links {
    text-align: left;
}
.copyright-text .useful_links .menu-link li{
	display: inline-block;
	width: auto;
	padding: 10px;
	float: none !important;
}
.copyright-text .useful_links .menu-link li a:hover{
	color: #181819;
}
.copyright-text p {
    text-align: left !important;
}
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: 60px 40px 45px 40px;
	background: white;
	width: 100%;
	text-align: center;
	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: #181819;
}
/* 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: #181819;
}
/* 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: 5px 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 */


.second-section h3
{
	background: #181819;
	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: #181819;
}
.tab-content
{
	border: 2px solid #181819;
}
.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;
}
#frmContact .btnAction 
{
	background: #181819;
	color: #fff;
	padding: 7px 23px;
	margin: 8px 0px;
	margin: 0px auto;
}
.news ul li {
    width: 33%;
    text-align: center;
}
.second-section .cal-name
{
	background: #181819;
	color: #fff;
	text-align: center;
	padding: 4px 0px;
	font-size: 20px;
	font-weight: 500;
}
.fadeOutslider1 img
{
	width: auto !important;
}
#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: #181819;
}
.menu-btn.nav-item .nav-link:hover
{
	background: #181819;
	color: #fff;
}
.content-text ul
{
	padding-left: 15px;
}
.portfolio-login-div
{
   /* position: absolute;
    z-index: 1;
    top: 50px;
    width: 390px;
    right: 150px;
    background: #cfcecd9e;*/
}
.portfolio-login-div h3
{
	background: #181819;
	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: #181819;
    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: 16%;
    display: inline-block;
    vertical-align: middle;
}

.logins li a {
    background: #181819;
    display: block;
    width: 100%;
    color: #fff;
    padding: 8px 5px;
    border-radius: 3px;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px !important;
    min-height: 85px;
    vertical-align: middle;
}
.logins a:hover {
    background-color: #979ca0;
}
.logins li a i {
    display: block;
    font-size: 16px;
    margin-bottom: 5px;
}
.box-services
{
    display: block;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin: auto;
    border: 10px solid #181819;
    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 #181819;
	box-shadow: 2px 2px 6px 0px #181819;
	background: #fff;
}

.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: #181819;
	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: #fff;
}
.dropdown-menu a:hover
{
	background: #181819;
	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: #181819;
	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%;
}


 @media (max-width: 1199px) {
.login {
	font-size: 16px;
	margin-left: 9px;
}
.news .nav-pills .nav-link {
	padding: 8.5px 3.6px;
}

.logins li a {
    padding: 9px 17px !important;
}


}
 @media (max-width: 991px) 
 {
	.contact-box 
	{
		margin-bottom: 20px;
		min-height: auto;
	}
	.header-top, .header-top .text-right 
	{
		text-align: center !important;
	}
	.header-nav .navbar-nav li a 
	{
		font-size: 14px;
		padding-left: 7px !important;
	}

	.news .nav-pills .nav-link 
	{
		padding: 8.5px 10px !important;
	}
	.copyright-text .col-lg-6, .copyright-text .text-right 
	{
		text-align: center !important;
	}
	.contact-box 
	{
		margin-bottom: 20px;
		min-height: auto;
	}

	.logins li a {
    padding: 9px 5px !important;
    font-size: 12px;
}

	.col-2.box-service
	{
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.col-2.box-service.offset-1
	{
		margin-left: 0%;
	}

}

@media (max-width: 767px) 
{
 	.ih-item .fundz
 	{
 		width: 100%;
 	}
	header, .social 
	{
		text-align: center;
	}
	.header-nav .navbar-nav 
	{
		padding: 0px 0px 10px 0px;
		background: #979ca0;
	}
	.header-nav .navbar-nav li a 
	{
		text-align: center;
		color: white;
		padding: 6px 0px !important;
	}
	.navbar-nav li a:hover 
	{
		color: white !important;
	}
	.bannerslider 
	{
		margin-top: 0px;
	}
	.sec-heading h1 
	{
		font-size: 30px;
	}
	footer .container {
		width: 100%;
		max-width: 100%;
	}
	.portfolio-login-div
	{
		position: relative !important;
		top: 0px !important;
		right: 0 !important;
		margin: 0px auto;
	}

	ul.logins {
    float: none;
}


}

@media (max-width: 575px) 
{
	.cont-form .w-50 
	{
		width: 100% !important;
	}
}

@media (max-width: 480px) 
{
	.col-2.box-service
	{
		flex: 0 0 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}
	.col-2.box-service.offset-1
	{
		margin-left: 0%;
	}
}

@media (max-width: 464px) 
{

.logins li {
    line-height: 50px;
}

}

.d-inline-block a {
    color: white;
    display: inline-block;
    background: #ffff;
    padding: 3px 3px 4px 3px !important;
    border-radius: 17px;
    width: 30px;
    height: 30px;
    text-align: center;
}


/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  /*background-color: #3070c4; */
  /*background-color: #3070c4;*/
}

/* Modal Content */
.modal-content {
  position: relative;
  /*background-color: #3070c4;*/
  margin: auto;
  padding: 0;
  border: 1px solid #3070c4;
  width: 50%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* 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 !important;
}
.black{
	color: #181819 !important;
}
.secondary{
	color: #979ca0 !important;
}
.gray-bg{
	background-color: #f5f5f5 !important;
}
.dark-bg{
	background-color: #181819 !important;
}
.light-bg{
	background-color: #979ca0 !important;
}

.btn-primary {
    background-color: #181819 !important;
    border: 1px solid #181819 !important;
    min-width: 150px;
    padding: 10px;
}
.btn-primary:hover {
    background-color: #121213 !important;
    border: 1px solid #121213 !important;
    min-width: 150px;
    padding: 10px;
}

.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: #979ca0;
    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{
	padding: 0;
	background: url(../images/sip-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.overlay-black{
	padding: 60px 0;
	background-color: rgba(0,0,0,0.85);

}

.sip-calculator-section .sec-heading h1 {
    color: #fff !important;
}



#testimonialCar .image {
    display: block;
    width: 80px;
    height: 80px;
    margin: 0 auto;
}
#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: #979ca0;
}
.footer_main .footer_contact i {
    color: #979ca0;
    font-size: 30px;
    margin-right: 8px;
    vertical-align: middle;
}
.footer_main .footer_contact .fa-phone {
    transform: rotate(10deg)
}
.TabbedPanelsTabGroup {
    background-color: #181819 !important;
}
.TabbedPanelsTabSelected {
    background: #979ca0 !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: 200px;
    transform: translateX(165px);
    background-color: #f5f5f5;
    padding: 5px 15px;
    margin-bottom: 5px;
    transition: all 0.3s ease-in-out;
    font-size: 18px;
    border-radius: 6px 0 0 6px;
    color: #979ca0;
}
.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: #181819;
    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: #979ca0 !important;
}

.partner-section marquee img {
    width: 160px;
    margin: 20px;
}

.contact-section .contact_info p {
    color: #181819;
    font-size: 16px;
}
.contact-section .contact_info a {
    color: #181819;
}
.contact-section .contact_info a:hover {
    color: #979ca0;
}
.contact-section .contact_info p i {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #181819;
    border-radius: 3px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    font-size: 24px;
    margin-right: 10px;
}

.testimonial_section {
    text-align: center;
}
.testimonial_section p {
    color: #fff;
}
.testimonial_section a {
    color: #fff;
}
.testimonial_section h3 {
    color: #fff;
}


.form-custom .form-control {
    padding: 12px;
    border: none;
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 6%);
}
.form-custom #captcha {
    width: calc(100% - 155px);
    display: inline-block;
}
.form-custom .btnRefresh {
    padding: 10px;
    background-color: #979ca0;
    color: #fff;
    margin: 0 5px;
}
.form-custom #captcha_code {
    height: 40px !important;
    border-radius: 3px;
}


.investment-solution-section{
	padding: 0;
    background: url(../images/sip-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    overflow: hidden;
}
.investment-solution-section .solution_box {
    display: block;
    width: 100%;
    color: #fff;
    margin: 15px 0 40px 0;
}
.investment-solution-section .solution_box .icon img {
    width: 70px;
}
.investment-solution-section .solution_box h2 {
    font-size: 20px;
    margin: 12px 0;
}


.product_section {
    padding-top: 70px;
}
.product_section .product_row{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.product_section .product_box {
    background-color: #f1f1f1;
    padding: 20px 20px 5px 20px;
    display: grid;
    grid-template-columns: 20% 80%;
    border: 01px solid #ddd;
}
.product_section .product_box:hover {
    background-color: #fff;
}
.product_section .product_box .icon i {
    font-size: 65px;
    color: #181819;
}
.product_section .product_box .info {
    color: #181819;
    letter-spacing: 0;
}
.product_section .product_box .info h5 {
    font-weight: 600;
}
.product_section .product_box .info p{
	font-size: 16px;
}


.invest-corner-inner .fundz {
    padding: 5px 15px;
    min-height: 200px;
}
.invest-corner-inner .fundz .icon_title {
    display: grid;
    grid-template-columns: 22% 78%;
    text-align:left;
}
.invest-corner-inner .fundz .icon_title h6 {
    padding-top: 20px;
}
/*.invest-corner-inner .fundz .icon{*/
/*    text-align:left;*/
/*}*/
.invest-corner-inner .fundz .text {
    text-align: left;
}
.invest-corner-inner .fundz i {
    font-size: 65px;
}


.side_bar .menu_bar ul {
    list-style-type: none;
    padding: 0;
}
.side_bar .menu_bar li a {
    display: block;
    width: 100%;
    position: relative;
    background-color: #f2f2f2;
    color: #111;
    padding: 15px;
    border-bottom: 1px solid #ddd;
}
.side_bar .menu_bar li a:hover {
    background-color: #181819;
    color: #fff;
    border-bottom: 1px solid #181819;
}
.side_bar .menu_bar li a i {
    position: absolute;
    right: 15px;
    font-size: 20px;
}

.side_bar .contact_bar {
    background-color: #f2f2f2;
    padding: 20px;
}
.side_bar .contact_bar .col-md-6 {
    max-width: 100%;
    flex: 100%;
}

.service_page_section .inner_section {
    padding: 8px 0;
}
.service_page_section .inner_section h4 {
    font-size: 20px;
}
.service_page_section .inner_section h5 {
    font-size: 18px;
}

.whyus_section .inner_box i {
    font-size: 65px;
}
.contact-box i {
    font-size: 60px;
}

.product_section .product_box .info ul {
    padding: 0 0 0 15px;
}
.product_section .product_box .info ul li {
    font-size: 16px;
}




.service_page_section nav > .nav.nav-tabs{

  border: none;
    color:#fff;
    background:#181819;
    border-radius:0;

}
.service_page_section nav > div a.nav-item.nav-link,
.service_page_sectionnav > div a.nav-item.nav-link.active
{
    border: none;
    padding: 12px 15px;
    color:#fff;
    background:#181819;
    border-radius:0;
    font-size: 18px;
}

.service_page_section nav > div a.nav-item.nav-link.active:after
 {
  content: "";
  position: relative;
  bottom: -54px;
  left: -10%;
  border: 15px solid transparent;
  border-top-color: #979ca0;
}
.service_page_section .tab-content{
  background: #fdfdfd;
    line-height: 25px;
    border: none;
    border-top:5px solid #979ca0;
    padding:20px 0 !important;
}

.service_page_section nav > div a.nav-item.nav-link:hover,
.service_page_section nav > div a.nav-item.nav-link:focus
{
  border: none;
    background: #979ca0;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}

.service_page_section .box {
    border-radius: 4px;
    padding: 15px;
    border: 1px solid #ddd;
}
.arrow_down
{
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.header-nav .navbar-nav li.dropdown a.dropdown-item
{
    color: #000;
}