@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: 16px;
}
.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%;
	color: white;
	font-size: 15px;
	background: #979ca000;
	padding: 0;
	padding-top: 5px;
}
.header-top .portfolio-login {
    background-color: #57c4db !important;
    border-color: #57c4db !important;
    border-radius: 0;
    height: 42px;
    line-height: 20px;
    border-radius: 23px;
}
.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: #fff;
}
.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: #181818;
    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: #57c4db;
    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: #57c4db !important;
}
.header-top .fas 
{
	margin-right: 10px;
	display: inline-block;
	vertical-align: middle;
}
.header-nav 
{
	width: 100%;
	float: left;
	position: relative;
	background:rgb(255 255 255 / 20%);
}
.header-nav .nav-item .nav-link {
    position: relative;
     transition: all 0.3s ease-in-out;
         font-weight: 600 !important;
}
.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: #000;
	color: #181818;
	/*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(-100px);
    opacity: 1;
}
.bannerslider .owl-dots .owl-dot span {
    background: #181819;
}
.bannerslider .owl-dots .owl-dot.active span, .bannerslider .owl-dots .owl-dot:hover span {
    background: #57c4db;
}

.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: 50%;
  /*height: 100%;*/
  top: 54%;
  /*top: 47%;*/
  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);*/
  background-color: transparent;
  padding-top: 180px;
  padding-top: 40px;
}
.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: #181819;
	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: #4cc8d4;
}

.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: #353535;
	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: #4cc8d4;
}
.copyright-text p {
    text-align: center !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;
	background: none;
}
/* 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: #181819;
}
.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;
}
.appstore_area a {
    font-size: 13px;
}


}

@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: 70%;
  height: 450px;
  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: #0db4c4 !important;
}
.secondary{
	color: #979ca0 !important;
}
.gray-bg{
	background-color: #f5f5f5 !important;
}
.dark-bg{
	background-color: #181819 !important;
	background-color: #4cc8d4 !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;
}
#testimonialCar .client-info h4 {
    font-size: 16px !important;
}

.footer_main .footer_contact {
    margin-bottom: 30px;
}

.footer_main .footer_contact h3 {
    margin-bottom: 0;
}
.footer_main a:hover {
    color: #393939;
}
.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 , .testimonial_section .client-info{
    color: #fff;
    color: #181818;
}
.testimonial_section a {
    color: #fff;
}
.testimonial_section h3 {
    color: #fff;
    color: #181818;
}


.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;
}
.headers{
    position: relative;
    z-index: 99;
    width: 100%;
}
.headers.inner-header {
    position: static;
}
.owl-carousel .owl-item img
{
    /*width: auto;*/
}
.corve
{
    clip-path: circle(100% at 50% 1128px);
    background: #f5f5f5;
    height: 396px;
    width: 100%;
    margin-top: -150px;
    position: absolute;
    bottom: 0%;
    z-index: 999;
}
@media (min-width: 840px) and (max-width: 1000px) 
{
    .corve
    {
        clip-path: circle(100% at 50% 1371px);
    }
    .corve
    {
        height: 350px;
    }
}
@media (min-width: 1000px) and (max-width: 1200px) 
{
    .corve
    {
        clip-path: circle(100% at 50% 1371px);
    }
    .corve
    {
        height: 350px;
    }
}
@media (min-width: 1200px) and (max-width: 1400px) 
{
    .corve
    {
        clip-path: circle(100% at 50% 1371px);
    }
    .corve
    {
        height: 350px;
    }
}
@media (min-width: 1400px) and (max-width: 1920px) 
{
    .corve
    {
        clip-path: circle(100% at 50% 1387px);
    }
    .corve
    {
        height: 350px;
    }
}


.owl-text-overlay .owl-caption
{
    width: 100%;
}
/*.content-right*/
/*{*/
/*    float: right;*/
/*    right: 50%;*/
/*    left: 0;*/
/*    bottom: 44%;*/
/*}*/
/*.content-left*/
/*{*/
/*    float: left;*/
/*    left: 50%;*/
/*    right: 0;*/
/*}*/
.dropdown-menu.show
{
    padding: 10px;
    width: 350px;
}
.dropdown-menu.show li a
{
    margin-bottom: 4px;
    width: 100% !important;
    display: block;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.product_section .product_box img
{
    width: 60px;
}
.whyus_section .inner_box img
{
    width: 90px;
}
.color-green
{
    color: #4bc8d4;
}
.owl-text-overlay .owl-caption
{
    font-weight: 600;
}
.headers.stickyhead .header-top {
    position: fixed;
    background-color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 3px;
    padding-bottom: 3px;
    z-index: 999;
    box-shadow: 0 3px 10px 2px rgb(0 0 0 / 05%);
    -webkit-box-shadow: 0 3px 10px 2px rgb(0 0 0 / 05%);
}
.headers.stickyhead .header-top a:hover {
    color: #57c4db !important;
}
.headers.stickyhead .header-top .portfolio-login {
    height: 38px;
    line-height: 12px;
}
/*.bannerslider .owl-carousel .owl-item img {
    filter: blur(8px);
    -webkit-filter: blur(7px);
}*/
.testimonial_section .bannerslider .owl-dots {
    transform: translateY(0px);
    opacity: 1;
}
.testimonial_section .bannerslider .owl-dots .owl-dot.active span, .testimonial_section .bannerslider .owl-dots .owl-dot:hover span {
    background: #c1d8da;
}

.login_area {
    display: inline-block;
    position: relative;
}
.login_area .login_drop {
    display: none;
    transform: translateY(50px);
    transition: 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
.login_area .login_drop.active {
    display: block;
    transform: translateY(0px);
    transition: 0.3s ease-in-out;
    visibility: visible;
    opacity: 1;
    position: absolute;
    top: 42px;
    left: 0;
    z-index: 999;
    background-color: #fff;
    width: 100%;
    border-radius: 4px;
    box-shadow: 0 5px 10px 1px rgba(0,0,0,0.06);
}
.login_area .login_drop a {
    color: #151515;
    display: block;
    text-align: left;
    padding: 10px 15px;
}
.login_area .login_drop a:hover {
    background-color: #151515;
    color: #fff;
}


.modal-backdrop.show {
    z-index: 0;
}
#serviceModal{
	z-index: 99;
}
#serviceModal .modal-dialog {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
}
#serviceModal .modal-content {
    position: relative;
    /* background-color: #3070c4; */
    margin: auto;
    padding: 0;
    border: 1px solid #3070c4;
    width: 100%;
    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;
}
#serviceModal .modal-header {
    background-color: #57c4db;
}
.fixed_app {
    position: fixed;
    bottom: 5px;
    right: 0;
}
.fixed_app a {
    display: block;
    background-color: #4cc8d4;
    padding: 6px 10px;
    margin-bottom: 5px;
    border-radius: 30px 0 0 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.fixed_app a img {
    width: 32px;
}


.mf_modal .modal-content {
    border: none !IMPORTANT;
}
.mf_modal .modal-body {
    position: relative;
    padding: 0;
}
.mf_modal .modal-body h1 {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    color: #fff;
}
.appstore_area{
	display: inline-block;
}
.appstore_area span {
    color: #181818;
}
.appstore_area a {
    background-color: #4cc8d4 !IMPORTANT;
    padding: 6px 10px;
    margin-bottom: 5px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    border-color: #4cc8d4 !important;
    min-width: 105px;
    text-align: center;
}
.appstore_area a:hover {
    background-color: #121213 !IMPORTANT;
    color: #57c4db;
}
.appstore_area a img {
    width: 22px;
}

.blantershow-chat {
    position: relative;
    display: inline-block;
}

.whatsapp-text {
    position: absolute;
    left: -133px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #2bb826;
    color: white;
    padding: 3px 20px;
    border-radius: 25px;
    font-size: 14px;
    display: none;
}
.blantershow-chat:hover .whatsapp-text {
    display: block;
}

.whatsapp-boxchat {
    position: relative;
}

.whatsapp-boxchat .hide {
    display: none;
}

.whatsapp-boxchat .blantershow-chat {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    /* background-color: #3764a1; */
    /* box-shadow: 0 0 15px 0 #bbb; */
    /* border-radius: 50%; */
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    /* border: 2px solid #3764a1; */
    z-index: 99;
}

.whatsapp-boxchat .blantershow-chat svg {
    position: relative;
    right: -2px;
}

.whatsapp-boxchat .whatsapp-chat {
    box-sizing: border-box;
    outline: none;
    position: fixed;
    max-width: 320px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 1px 15px rgba(32, 33, 36, 0.28);
    bottom: 90px;
    right: 30px;
    overflow: hidden;
    z-index: 999999;
    animation: showchat 1s;
    transform: scale(1);
}

.whatsapp-boxchat .whatsapp-chat.hide {
    animation: showhide 1s;
}

.whatsapp-boxchat .header-chat {
    background: #095e54;
    color: #fff; /* var(--rv-white) */
    padding: 20px;
    position: relative;
}

.whatsapp-boxchat .header-chat .info-avatar {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff; /* var(--rv-white) */
    border-radius: 50%;
    box-shadow: 0 0 15px 0 #999;
    margin-right: 20px;
}

.whatsapp-boxchat .header-chat .close-chat {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff; /* var(--rv-white) */
    font-size: 28px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.whatsapp-boxchat .header-chat .head-home {
    display: flex;
    align-items: center;
}

.whatsapp-boxchat .header-chat .head-home span {
    display: block;
    line-height: 20px;
}

.whatsapp-boxchat .wapp-main-box {
    padding: 20px 20px 20px 10px;
    background-color: rgb(230, 221, 212);
    position: relative;
}

.whatsapp-boxchat .wapp-main-box::before {
    display: block;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    opacity: 0.08;
    background-image: url(https://elfsight.com/assets/chats/patterns/whatsapp.png);
}

.whatsapp-boxchat .wapp-box {
    position: relative;
    padding: 0 15px;
}

.whatsapp-boxchat .wapp-box .hading {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: #6bb543; /* var(--rv-primary) */
    margin-bottom: 10px;
}

.whatsapp-boxchat .wapp-box .form-group {
    margin-bottom: 15px;
}

.whatsapp-boxchat .wapp-box .form-control {
    height: 45px;
    background-color: #fff; /* var(--rv-white) */
    border-color: transparent;
    transition: 0.5s;
    border: 1px solid #e6e6e6;
    padding: 6px 20px;
    box-shadow: none;
    border-radius: 5px;
}

.whatsapp-boxchat .wapp-box .btn {
    width: 100%;
    text-align: center;
    background: #6bb543; /* var(--rv-primary) */
    color: #fff;
    border-radius: 5px;
    border: 2px solid #6bb543; /* var(--rv-primary) */
    padding: 10px 20px;
    transition: 0.5s;
    font-weight: 600;
}

.whatsapp-boxchat .wapp-box .btn:hover {
    background-color: #fff;
    color: #6bb543; /* var(--rv-primary) */
}

.whatsapp-boxchat .wapp-box .form-check.check-box {
    margin-bottom: 10px;
}

.whatsapp-boxchat .wapp-box .form-check input[type="checkbox"] {
    accent-color: #6bb543; /* var(--rv-primary) */
}

.whatsapp-boxchat .wapp-box .form-check label {
    color: #6bb543; /* var(--rv-primary) */
    line-height: 20px;
}

.whatsapp-boxchat .blanter-msg {
    display: none;
}

@keyframes showhide {
    from {
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes showchat {
    from {
        transform: scale(0);
        opacity: 0;
    }
}

select#cfservices {
    height: 100%;
    width: 100% !important;
}


.services-area{
    background: #f9f9f9;
}
.single-services {
    box-shadow: none;
    margin-bottom: 30px;
    padding: 20px 15px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.service-images {
    font-size: 40px;
    color: #90C404;
    display: block;
    margin-bottom: 30px;
    transition: 0.4s;
}
.single-services .service-content h4{
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
    color:#444;
}
.single-services .service-content p{
    color:#444;
}
.single-services .service-btn{
    color:#444;
}
.single-services .service-btn:hover{
    color:#90C404 !important;
}
.single-services:hover .service-content h4{
    color:#90C404
}
/*
.single-services:hover .service-images{
    transition: 0.4s;
    transform: scale(1.2);
}
*/
.single-services::after{
    border-bottom: 2px solid #90C404;
    width: 5%;
    height: 100%;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    transition: 0.4s;
    z-index: -1;
    margin: 0 auto;
    opacity: 0;
}
.single-services:hover::after{
     width: 30%;
    transition: 0.4s;
    opacity: 1;
}

.service-icon {
    font-size: 40px;
    margin-bottom: 15px;
    COLOR: #38c7d3;
}
 
.service-content A{
    color: #39b0c6;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
  section.services-area .row {
    DISPLAY: flex;
    JUSTIFY-CONTENT: center;
}

.equities-container {
    padding: 20px; /* Add padding for spacing */
    background-color: #f4f5f8; /* Use your preferred background color */
    color: #070707; /* Text color */
    font-family: var(--rv-font); /* Font from your CSS variables */
    border-radius: 10px; /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.equities-header {
    text-align: center; /* Center align header */
    margin-bottom: 20px; /* Space below header */
}

.equities-description {
    font-size: 18px; /* Font size for description */
    line-height: 1.5; /* Line height for readability */
}

.green-line {
    width: 50px; /* Width of the green line */
    height: 4px; /* Height of the green line */
    background-color: #38c7d3; /* Updated primary color */
    margin: 10px auto; /* Center the line */
}

.equities-content {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between the columns */
}

.equities-info {
    width: 50%; /* Set width for info section */
    padding-right: 20px; /* Space to the right */
}

.equities-item {
    display: flex; /* Flex display for items */
    align-items: center; /* Center items vertically */
    margin-bottom: 15px; /* Space between items */
    gap: 15px;
}

.equities-item img {
    margin-right: 10px; /* Space between image and text */
}

.equities-button {
    margin-top: 20px; /* Space above the button */
}

.btn-invest {
    background-color: #38c7d3; /* Updated button background color */
    color: #070707; /* Button text color */
    padding: 10px 20px; /* Button padding */
    text-decoration: none; /* Remove underline */
    border-radius: 5px; /* Rounded corners */
    transition: background-color 0.3s; /* Smooth transition for hover */
}

.btn-invest:hover {
    background-color: #30b0b8; /* Darker shade for hover effect */
}

.equities-image {
    width: 75%; /* Set width for image section */
}
			
.alert-wrap-gray {
    background-color: #f5f6fb;
    padding: 16px 20px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    border-left: 4px solid #37c7d3;
    margin-bottom: 20px;
}	

.alert-wrap-gray span
{
	
	font-size: 16px;

}



.why-choose-us {
    color: #000000; /* Text color */
    text-align: center; /* Center align text */
}

.title-section h2 {
    margin-bottom: 20px;
    font-size: 2em; /* Adjust as necessary */
    
}

.process-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.process-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px; /* Space between process items */
}

.process-item {
    position: relative;
    width: 150px;
    height: 150px;
    perspective: 1000px;
}

.dot-circle {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: transform 0.6s;
    backface-visibility: hidden; /* Hide back content when not flipped */
}

.dot-circle.front {
    background-color: #4ac3da;
    display: flex;
    flex-direction: column;
    gap: 10px;
    color: #fff;
}

.dot-circle.back {
    background-color: #4ac3da;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotateX(180deg);
    border: 1px ridge gray;
}

.dot-circle .process-icon {
    font-size: 2em; /* Icon size */
    color: #ffffff; /* Icon color */
}

.process-item:hover .dot-circle.front {
    transform: rotateX(180deg); /* Rotate front on hover */
}

.process-item:hover .dot-circle.back {
    transform: rotateX(0deg); /* Show back on hover */
}

.hover-text {
    text-align: center; /* Center align text */
    color: #ffffff; /* Text color */
    padding: 10px; /* Add padding for better visibility */
}
.dot-circle.back::before {
    content: "";
    border: 3px dotted grey;
    padding: 80px;
    position: absolute;
    border-radius: 50%;
}
.process-title {
    display: block;
    text-align: center;
    margin-top: 10px; /* Adjust to space between icon and title */
    font-size: 14px; /* Adjust size as needed */
    color: #000; /* Adjust color as needed */
}



/* Overlay for the modal */
.popup-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1000;
}

.form-box {
    position: relative;
    top: 15%;
    left: 15%;
    background: #d5d5d5;
    border: 5px solid #fff;
    padding: 10px;
    box-shadow: 0 0 10px #160c0c;
}
.pop-body {
    display: flex;
    flex-direction: row;
}

.part-one {
    height: 420px;
    background: #372d2d70;
    width: 50%;
}

.part-two {
    height: 420px;
    background: #37c7d3;
    width: 60%;
}

/* Modal container */
.popup-modal {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    z-index: 1001;
    height: 420px;
    width: 700px;
}

.popup-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    background: none;
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    top: -35px;
}


/* Dismiss link */
.popup-dismiss {
    text-align: center;
    margin-top: 1rem;
    position: relative;
}
.popup-dismiss a {
    color: #ffffff;
    text-decoration: none;
}

/* Show modal */
.popup-overlay.show, .popup-modal.show {
    display: block;
}


.form-box .btn.submit {
    /* padding: 10px 35px; */
    color: white;
    font-weight: bold;
    /* margin-top: 15px; */
    margin-bottom: 10px;
    border: 0px !important;
}

.form-box .btn.submit {
    /* padding: 10px 35px; */
    color: white;
    font-weight: bold;
    margin-top: 0;
    /* margin-bottom: 10px; */
    border: 0px !important;
}

.form-box .btn-primary {
    background-color: #181819 !important;
    border: 1px solid #181819 !important;
    min-width: 105px;
    padding: 10px;
}

/* Styling for the .part-two container */
.part-two {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 10px 10px 0 70px;
    background-color: #f4f5f8;
    border-radius: 8px;
    /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
    padding-top: 30px;
}
  
  /* Styling for each .contact-box2 inside .part-two */
  .part-two .contact-box2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    max-width: 300px; /* Max width for each box */
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  /* Add hover effect for .contact-box2 */
  .part-two .contact-box2:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
  }
  
  /* Styling for icons inside .contact-box2 */
  .part-two .contact-box2 i {
    font-size: 15px;
    color: #3764a1; /* Matching the secondary color */
    margin-bottom: 10px;
  }
  
  /* Styling for headings inside .contact-box2 */
  .part-two .contact-box2 h3 {
    font-size: 12px;
    color: #070707; /* Black color for text */
    margin-bottom: 8px;
    font-weight: 600;
  }
  
  /* Styling for paragraphs and links inside .contact-box2 */
  .part-two .contact-box2 p,
  .part-two .contact-box2 a {
    font-size: 12px;
    color: #3764a1; /* Secondary color for text links */
    text-decoration: none;
    font-weight: 400;
    transition: color 0.3s ease;
  }
  
  /* Hover effect for links */
  .part-two .contact-box2 a:hover {
    color: #6bb543; /* Primary color for hover effect */
  }
  
  /* Specific styling for the logo in .part-two */
  .part-two a img {
    max-width: 200px;
    height: auto;
    /* margin-bottom: 20px; */
    margin-left: 45px;
}

.inner-div {
    display: flex;
    gap: 10px;
}

/* Award Section Styles */
.award-section {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal columns */
    gap: 20px; /* Space between columns */
    padding: 20px;
  }
  
  /* Individual Award Body Styling */
  .award-section .award-body {
    padding: 15px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Soft shadow effect */
    text-align: center;
  }
  
  /* Award Image Styling */
  .award-section .award-body .award-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 10px;
  }
  
  /* Award Text Styling */
  .award-section .award-body .award-for {
    font-size: 14px;
    color: #777; /* Light gray color */
    margin-bottom: 5px;
  }
  
  .award-section .award-body .award-name {
    font-size: 16px;
    font-weight: bold;
    color: #333; /* Dark gray color */
    margin-bottom: 10px;
  }
  
  .award-section .award-body .award-sponser {
    font-size: 14px;
    color: #555; /* Medium gray color */
  }
.equity-img img{
   height: 400px;
    width: 326px;
    object-fit: cover;
	    margin-bottom: 30px;

}
.blogSlider_section  .blog-item {
    border: 1px solid #ddd;
}
.blogSlider_section  .blog-item .content-s {
    padding: 20px;
}
  
.blogSlider_section .blog-item .content-s h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogSlider_section  .blog-item .content-s .mor-data {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.blogSlider_section .blog-item .image img {
    height: 250px;
    object-fit: cover;
    width: 100%;
}
  
/* === Mobile Responsive (max-width: 768px) === */
@media (max-width: 768px) {
  .popup-modal {
    width: 95%;
    height: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    overflow-y: auto;
    max-height: 95vh;
  }

  .pop-body {
    flex-direction: column;
  }

  .part-one,
  .part-two {
    width: 100%;
    height: auto;
    padding: 20px;
    border-radius: 0;
  }

  .part-two {
    align-items: center;
    text-align: center;
    padding-top: 20px;
  }

  .part-two .contact-box2 {
    max-width: 100%;
    margin-bottom: 15px;
  }

  .part-two a img {
    max-width: 160px;
    margin: 0 auto 15px;
    display: block;
  }

  .inner-div {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }

  .popup-close {
    top: 10px;
    right: 10px;
    font-size: 1.5rem;
  }

  .popup-dismiss {
    font-size: 14px;
    padding: 0 10px;
  }
	.form-box {
    position: unset;
    top: 15%;
    left: 0;
    background: #d5d5d5;
    border: 5px solid #fff;
    padding: 10px;
    box-shadow: 0 0 10px #160c0c;
}
}
