@charset "utf-8";
/* CSS Document */
@import url('font/css/fontawesome-all.min.css');
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');

:root {
    --rv-primary: #034991;
    --rv-primary-light: #1873cfbf;
    --rv-primary-light-two: #034991;
    --rv-secondary: #ffcd37;
    --rv-secondary-light: #7ed4fc5e;
    --rv-logo-bg: #3e6f8778;
    --rv-black: #000000;
    --rv-white: #ffffff;
    --rv-heading-color: #11111b;
    --rv-text-color: #3f3f3f;
    --rv-dark: #131e23;
    --rv-body-font: "Poppins";
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,p {
    color: #000000;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	background: url("../images/bodybg.png") repeat;
}
.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: #0e497b;
	padding: 10px 0;
}

.header-contact a {
    color: var(--rv-primary);
}

.header-contact a i {
    margin-right: 5px;
}

.calcontent h4 {
    color: var(--rv-secondary);
}

.calcontent h4 span {
    color: var(--rv-primary);
    font-weight: bold;
}

.calcontent h4 {
    color: var(--rv-secondary);
    font-weight: 700;
}

.social 
{
	text-align: right;
}
.social i 
{
width: 32px;
    height: 32px;
    text-align: center;
    line-height: 29px;
    border: 1px solid var(--rv-primary-light-two);
}
.social i:hover
{
	background: var(--rv-secondary);
}

.bannerslider .owl-carousel .owl-item img {
    margin: 0px auto;
    display: block;
    padding: 0 0px; 
}

.portfoliologin {
    background-color: var(--rv-primary-light-two);
    margin-left: 10px;
}

.portfoliologin a {
color: #fff;
}

.social i:hover:before
{
	color: var(--rv-primary-light-two);
}
.social i:before
{
	color: var(--rv-primary-light-two);
}
.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 .navbar 
{
	padding: 0px 0px;
}
.header-nav .navbar-nav li a 
{
	color: #fff;
	/*font-weight: bold;*/
	font-weight: 500;
	font-size: 18px;
	padding: 0px 15px;
}

.our-partners img {
    margin-bottom: 10px;
	width: 150px;
	height: 74px;
}

.header-nav .navbar-toggler 
{
	background: #016cb4;
	width: 100%;
	border-radius: 0px;
	color: white;
	font-weight: bold;
	padding: 10px 0px;
}
/* header end*/

/* banner start*/
.bannerslider 
{
	width: 100%;
	float: left;
	position: relative;
	padding-top: 30px;
}

.plantform-partners img {
    margin: 15px 47px;
    max-width: 100%;
}

.bannerslider .owl-dots 
{
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.owl-prev, .owl-next 
{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.content-hedding h1:after {
    border-top: 2px solid var(--rv-primary-light-two);
    content: '';
    position: relative;
    width: 100%;
    height: 4px;
    clear: both;
    border-bottom: 1px solid var(--rv-primary-light-two);
    display: block;
    margin-top: 3px;
}

.calcontent {
	position: relative;
	min-height: 500px;
}

.calcontent .formid {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 86%;
}



.formid a {
    background-color: var(--rv-secondary);
    border: 0;
}

.slider-width {

    /*width: 50%;*/

}

   .sip-cal {
    background-image: url(images/slider-calculator.png);
	background-size: cover;
	text-align: center;
	padding-top: 20%;
	padding-left: 25px;
	margin: 42px 0px;
	background-repeat: no-repeat;
    }

/*.slider-img::before {
    background-color: var(--rv-primary)69;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}*/

.slider-img {
    position: relative;
    /*background-color: var(--rv-secondary);*/
}

.fadeOutslider img {
    /*height: 492px;*/
}

.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: 60%;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
  padding-bottom: 20px;
  /*font-family: "Open Sans", sans-serif;*/
  font-family: "Open Sans";
  border-radius: 15px 50px 30px 5px;
}
.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: 10px;
}
.sec-heading h1 
{
	text-align: center;
	font-size: 1.4rem;
	color: #016cb4;
	color: #000;
	margin-bottom: 10px;
	font-weight: bold;
}
.fea-text 
{
	overflow: hidden;
}
.fea-text h3, .sec-box h3, .box h3 
{
	font-size: 20px;
	font-weight: bold;
}

.testimonial .col-md-8 p {
    background: #f5f5f5;
    padding: 8px 15px;
    text-align: justify;
    margin-bottom: 0px !important;
}

.testimonials p b small {
    display: block;
}

section#fundperformance {
    background-image: url(images/fundperformace-bg.png);
    position: relative;
}

.fundperfonmance {
    background-color: #ffffff !important;
    margin-bottom: 0 !important;
}

.whycose {
    background-color: #f5f5f5;
    padding: 15px 0;
    box-shadow: 2px 7px 5px 1px #888888;
}

.whycose h5 {
    color: #3d549a;
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 0;
}

.whycose img {
    height: 40px;
    margin: 10px 0;
}

section#fundperformance:before {
    position: absolute;
    background-color: var(--rv-secondary);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
}

.cal-result .cal-name {
    display: none;
}

.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: var(--rv-secondary);
}
.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 !important;
	width: 70%;
    margin: 0 auto;
}

section.transfer-your-dream {
    background-color: var(--rv-secondary);
    color: #ffffff;
    background-image: url(images/transfer-your-dream.png);
	position: relative;
}

.btn-col a {
    color: #001c3a;
    border-radius: 0;
    margin-right: 25px;
    padding: 2px 20px;
}
a.btn.get-sarted {
    color: #fff;
}
.btn.invest-now
{
	border: 2px solid;
	font-weight: 800;
}
.invest-now {
    border: 1px solid #ffffff;
}

.tool-blok h6 {
    color: #000000;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.tool-blok img {
    height: 35px;
}

.tool-blok {
background-color: #eff2ed;
    padding: 10px 0;
    margin: 9px;
    float: left;
    width: 30%;
}

.get-sarted {
    background-color: var(--rv-primary);
}

/* 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 
{
	position: relative;
	width: 100%;
	float: left;
	color: #ffffff;
	background: var(--rv-primary);
}

.footer-btm {
    display: block;
    padding: 10px 0;
    background-color: var(--rv-secondary);
    clear: both;
    color: var(--rv-primary);
}

footer iframe 
{
	width: 100%;
	height: 350px !important;
	margin-bottom: -6px;
}
footer a, footer a:hover 
{
	color: #ffffff;
}

.footer-btm a {
    color: var(--rv-primary);
	font-weight:800;
}

footer h3 {
    font-size: 22px;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid var(--rv-secondary);
    padding-bottom: 11px;
    color: #fff;
}
.social-icons h3
{
	border-bottom: 0px;
}
footer .menu-link 
{
	margin: 0px;
	padding-left: 17px;
}
footer .menu-link li 
{
	float: left;
	width: 100%;
	padding-top: 8px;
}
.copyright-text 
{
	width: 100%;
	/*float: left;*/
	text-align: center;
	background: #083052;
	padding-top: 20px;
}
footer .menu-link li
{
	list-style-type: none;
}
footer .menu-link 
{
	padding-left: 2px;
}
footer .social i
{
	border: 2px solid #ffffff;
    border-radius: 50%;
    background-color: #ffffff;
}
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: #0e497b;
	text-align: center;
}
.footer-links ul li
{
	display: inline-block;
	padding: 10px 10px;
}

section#get-free-account {
    background-color: #8fbe45;
}

section#get-free-account h1 {
    color: #ffffff;
    letter-spacing: 1px;
    font-size: 23px;
    font-weight: bold;
    margin-bottom: 0;
}

section#get-free-account a {
    background-color: #ffffff;
    padding: 5px;
    font-size: 14px;
    line-height: 0;
    border-radius: 8px;
}

.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: #212529;
	/*font-family: arial;*/
}
/* 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 {
	text-align: center;
	z-index: 999999;
}
#myModal .modal-header {
	color: white;
	background: #016cb4;
	background: #e63d24;
	padding: 10px 20px;
}
#myModal .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: var(--rv-primary-light-two);
	/*opacity: 0.4;*/
	display: none;
}
.menu-bar:hover
{
	opacity: 1;
}
.menu-bar.block
{
	display: block;
}
/* 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: #0e497b;
	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: var(--rv-primary-light-two);
}
.tab-content
{
	border: 2px solid #1755a6;
	background-color: #f5f5f5;
}

#market-updates {
    background-color: #8fbe45;
}

.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: #ffffff;
}
.market-update .box h3
{
	text-align: center;
	padding: 20px 0px;
	color: #3b3a3a;
}

section.bannerslider p {
    color: #000000;
}

.download
{
	background: url('images/download-bg.png');
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}
.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 , #frmContact_form .btnAction
{
	background: var(--rv-secondary);
	color: #fff;
}
.news ul li {
    width: 33%;
    text-align: center;
}
.second-section .cal-name
{
	background: #0e497b;
	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: #1755a6;
}
.menu-btn.nav-item .nav-link:hover
{
	background: #1755a6;
	color: #fff;
}
.content-text ul
{
	padding-left: 15px;
}
.portfolio-login-div
{
    position: absolute;
    top: 25px;
    z-index: 9;
    width: 25%;
    right: 122px;
}

form#login_form {
    background-color: #ffffffad;
    padding: 15px;
}

div#cntnt h3 {
    margin-bottom: 0;
}

.portfolio-login-div h3
{
	background: var(--rv-primary-light-two);
	color: #fff;
	padding: 10px;
	text-align: center;
	font-size: 18px;
}
.portfolio-login-div .btnAction
{
	background: #0e497b;
	color: #fff;
	display: block;
	border: 0px;
	padding: 7px 24px;
	margin: 0px auto;
	width: max-content;
	border-radius: 0px;
	margin-bottom: 10px;
}

.dis-login 
{
	background: #f74848;
	color: #fff;
	display: block;
	border: 0px;
	padding: 7px 24px;
	margin: 0px auto;
	width: max-content;
	border-radius: 15px;
	margin-bottom: 10px;
}


.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: var(--rv-primary-light-two);
    border-bottom: 1px solid #ddd;
    padding: 8px 10px;
    color: white !important;
    border-radius: 0px;
    display: block;
    text-decoration: none;
}

#kyc-process {
background-image: url(images/kyc-bg.png);
background-repeat: no-repeat;
background-size: cover;
position: relative;
}

section#kyc-process:before {
    position: absolute;
    background-color: var(--rv-secondary);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
        opacity: 0.5;
}

.kyc-content {
   background-color: var(--rv-primary);
    color: #ffffff;
    text-align: center;
    border-radius: 10px;
    padding: 15px 5px;
    width: 15%;
    min-height: 120px;
    position: relative;
}

.kyc-content p {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 86%;
    color: #fff;
}

.kyc-arrow i {
    color: #ffffff;
    text-align: center;
    font-size: 50px;
}

.kyc-arrow i {
    color: #ffffff;
    text-align: center;
    font-size: 35px;
    margin-top: 43px;
}

section#why-choose-us {
    background-color: #0e497b;
}

.why-choose-us-content {
    display: inline-block;
    text-align: center;
    margin: 15px 15px;
    color: #ffffff;
    font-weight: bold;
    letter-spacing: 1px;
    width: 17%;
}

.services-blok {
    background-color: #f5f5f5;
    margin: 15px;
    float: left;
    display: inline;
    width: 27%;
}

.services-blok h6 {
    background-color: var(--rv-secondary);
    color: var(--rv-primary);
    font-weight: bold;
}


section#services-contact h4 span {
    color: red;
    font-weight: bold;
}

.services-blok img {
    margin: 10px 0;
    min-height: 80px;
}

.why-choose-us-content p {
    margin-top: 15px;
    font-size: 12px;
    letter-spacing: 2px;
}

.kycdiv {
    float: left;
    margin: 15px 10px;
}

.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: 75%;
}
#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-top: 20px;
	float: right;
}
.logins li
{
	display: inline-block;
}
.logins li a
{
	background: #1755a6;
	color: #fff;
	padding: 9px 21px;
	border-radius: 3px;
}
.box-services
{
    display: block;
    border-radius: 50%;
    width: 190px;
    height: 190px;
    overflow: hidden;
    margin: auto;
    border: 10px solid #1755a6;
    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 #1755a6;
	box-shadow: 2px 2px 6px 0px #1755a6;
	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: #1755a6;
	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: #1755a6;
}
.dropdown-menu a:hover
{
	background: #1755a6;
	color: #fff;
}
.market-watch li
{
	width: 50%;
}
#mail-status p , #mail-status_form 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
{
	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: #1755a6;
	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 screen and (max-width: 1199px) {
.login {
	font-size: 16px;
	margin-left: 9px;
}
.news .nav-pills .nav-link {
	padding: 8.5px 3.6px;
}

.kycdiv {
    margin: 15px 9px !important;
}

}


 @media screen and (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;
	}
	.header-top .social, .header-top .login 
	{
		margin-top: 15px;
	}
	.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;
	}

		.col-2.box-service
	{
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 20px;
	}
	.col-2.box-service.offset-1
	{
		margin-left: 0%;
	}

    .kycdiv {
    float: none;
    text-align: center;
}

.kyc-arrow i {
    margin-top: 0;
    transform: rotate(90deg);
}

.kyc-content {
    width: 25%;
    min-height: 160px;
    margin: 0 auto !important;
}


}

@media screen and (max-width: 767px) {
 	.ih-item .fundz
 	{
 		width: 100%;
 	}
	header, .social 
	{
		text-align: center;
	}
	.header-nav .navbar-nav 
	{
		padding: 0px 0px 10px 0px;
		background: #016cb4;
	}
	.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;
	}
	.banner-img
	{
		padding-top: 0% !important;
		width: auto !important;
	}
	.banner-sip iframe
	{
		margin-top: 0px;
	}
	.banner-sip iframe
	{
		margin-top: 0px !important;
		padding-top: 0px !important;
	}
	.banner-sip iframe
	{
		height: 300px;
	}
}

@media screen and (max-width: 575px) {
	.cont-form .w-50 
	{
		width: 100% !important;
	}
}


@media screen and (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%;
	}
}
.uselink {
    list-style: none;
    margin: 0px !important;
    padding: 0px !important;
}
.uselink {
    list-style: none;
}
.uselink a {
    background: var(--rv-primary-light-two);
	text-align: center;
	font-size: 22px;
	color:
	white;
	padding: 10px 15px 10px 15px;
	border-bottom: 1px solid
    white;
    font-weight: 600;
    margin-bottom: 10px;
    float: left;
    width: calc(50% - 30px);
    margin: 0px 15px 10px 15px;
}
.banner-sip iframe
{
	/*background: url('images/slider-calculator.jpg');*/
	background-size: contain;
	margin: 0px auto;
	/*margin-left: 51%;*/
	margin-top: 60px;
	padding: 13px;
	padding-top: 100px;
	display: block;
	background-repeat: no-repeat;
}
#demo
{
	/*background: var(--rv-secondary);*/
}
#demo .carousel-inner img
{
	/*margin: 0px auto;
	display: block;
	padding: 20px 0px;
	width: 60%;*/
}
.calculat
{
	background-color: var(--rv-secondary);
	color: #fff;
	text-align: center;
	display: table;
	margin: 0px auto;
	padding: 12px 43px;
	font-family: 'Lobster', cursive;
}
.banner-img
{
	padding-top: 38%;
	width: 64%;
	margin: 0px auto;
	display: block;
}
.banner-left-form
{
	width: 80%;
	margin: 0px auto;
	padding: 70px 0px;
}
.banner-left-form h3 span
{
	color: var(--rv-primary-light-two);	
}
.banner-left-form h3
{
	font-size: 1.4rem;
	font-weight: 600;
	text-align: center;
}
.banner-left-form .form_con .form-control
{	
	width: 100%;
}
.banner-left-form .form_con .form-control#check
{
	width: auto;
	display: initial;
	margin-right: 12px;
}
.banner-left-form .form_con .btnAction 
{
	width: 100%;
}
.banner-left-form .form_contect
{
	width: 80%;
	display: block;
	margin: 0px auto;
}
#mail-status_form .success
{
	background: var(--rv-secondary);
	color: #fff !important;
	padding: 5px;
}
section.transfer-your-dream::before {
    position: absolute;
    background-color: 
    var(--rv-secondary);
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    opacity: 0.5;
    left: 0;
}
.portfolio-login-div h3 a
{
	color: #fff;
	display: block;
	padding: 10px;
}
.portfolio-login-div h3
{
	padding: 0px;
}
.logo a img {
    height: 75px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: var(--rv-primary);
}
.owl-theme .owl-dots .owl-dot span {
    background: var(--rv-secondary);
}