h@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-size:14px;
    background:#f7fbfe;
    font-family: 'Poppins', sans-serif;
}

a{
    color:#282828;
    text-decoration: none;
}
a:hover{
    color:#008868;
    text-decoration: none;
}

h2{
    font-size: 40px;
    font-weight: 700;
}
h3{
    font-size: 36px;
    font-weight: 700; 
	margin-bottom:15px;
}
h3 span{
    color:#00896b;
}

h5 {
    font-size: 24px;
    margin: 15px 0;
}
.img-responsive{
    max-width: 100%;
}

ul, li{
    margin: 0;
    padding: 0;
    list-style:none;
}


header.header {
    position: sticky;
    z-index:12345;
    top: 0;
    background: #fff;
}

.headercontainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
}


a.panfix {
    position: fixed;
    padding: 12px 15px;
    cursor: pointer;
    font-size: 14px;
    line-height: 14px;
     background:#008868;
    color: #fff !important;
    transition: all .8s ease;
    transform: rotate(-90deg);
    right: -60px;
    top: 215px;
    text-transform: uppercase;
    border-radius: 3px 3px 0 0;
    z-index: 9999;
   animation: mymove 5s infinite;
   
}

.navigation {
    font-weight: 500;
    text-transform: uppercase;
}

.navbar-expand-lg .navbar-nav .nav-link{
    color:#282828; 
    padding:10px 8px;
    text-transform: uppercase;
    font-weight: 500;
    font-size:14px;
}
 .navbar-nav .active>.nav-link,   .navbar-nav .nav-link:hover{
    color:#008868; 
}
.proservicecont .navbar-nav .active>.nav-link{
	color: #282828;
}

.aglocont .navbar-nav .active>.nav-link{
	color: #282828;
}


.proservicecont li.seractive a{
	 color:#008868 !important
}
.pricingcont .navbar-nav .active>.nav-link{
	color: #282828;
}

.pricingcont li.priactive a{
	 color:#008868 !important
}
.refercont .navbar-nav .active>.nav-link{
	color: #282828;
}

.refercont li.refeactive a{
	 color:#008868 !important
}


.partnercont .navbar-nav .active>.nav-link{
	color: #282828;
}

.partnercont li.partactive a{
	 color:#008868 !important
}


.abtcontainer .navbar-nav .active>.nav-link{
		color: #282828;
}

.faqscont .navbar-nav .active>.nav-link{
		color: #282828;
}


.innerpages .navbar-nav .active>.nav-link{
		color: #282828;
}

.dropdown-menu.show {
    font-size: 14px;
    background: #00896b;
    border-radius: inherit;
    padding: 0;
    margin: 0;
    border:none;
}

a.dropdown-item {
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #68b1a1;
}

.dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #201f50;
}


.phonenumber  {
    background: #201f50;
    font-size: 14px;
    color: #fff;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 500;
    margin-left: 10px;
    display:inline-block;
}
.phonenumber:hover{
    background: #008868;
    color: #fff;
  
}

ul.navbar-nav.ml-auto.topnav {
    align-items: center;
}
.slide {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.slide-left {
    max-width: 70%;
    flex: 0 0 70%;
}



section.slider {
    background: #008868;
    padding: 0;
}

.slide-right {
    max-width: 30%;
    flex: 0 0 30%;
}

 a.whatsnew{
    background:#008868;
    color: #fff !important;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 20px;
    font-weight: 500;
    margin-left: 10px;
    display:inline-block;
    animation: mymove 5s infinite;
  }
  a.whatsnew:hover{
    background: #008868;
    color: #fff;
  }
  @keyframes mymove {
    from {background-color: #008868;}
    to {background-color:  #f2b323;}
  }

section{
    padding: 70px 0;
}
  

.introtxt span {
    color: #f3b62e;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 13px;
    display: block;
}

.introtxt {
    border: 1px solid #fff;
    padding: 10px;
    border-bottom: none;
}

.demof{
    border: 1px solid #ccc;
    margin: 0 0 25px 0;
}
.demof ul{
    padding: 0;
    list-style: none;
}
.demof li{
    padding: 20px;
    border-bottom: 1px dashed #ccc;
}
.demof li.odd{
    background: #fafafa;
}
.demof li:after {
    content: '';
    display: block;
    clear: both;
}
.demof img{
    float: left;
    width: 100px;
    margin: 5px 15px 0 0;
}
.demof a{
    font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #f3b62e;
}
.demof p {
   margin: 15px 0 0;
    font-size: 14px;
}


.demo5 ul{
    padding: 0;
}
.demo5 ul li{
    padding: 10px 10px 10px 10px;
  
    list-style: none;
    margin: 0;
}
.btnToggle{
    background-color: red;
    color: white !important;
}
.et-run{
    background-color: green;
    color: white !important;
}

.newsbox {
    background: #303262;
    height: 100%;
    padding: 40px 40px 10px 40px;
    color: #fff;
}
.newsbox h3 {
   font-weight: 500;
   font-size: 30px;
    margin-bottom: 20px;
}

h5.text-center.Introductory {
    font-size: 20px;
	line-height:30px;
}
h5.text-center.Introductory span{
display:block;
	text-transform: uppercase;
}

.earn {
    background: #1d1e4c;
    color: #fff;
}
form.earnform {
    margin-top: 30px;
}
.earnform input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0;
    border-radius: inherit;
    line-height: inherit;
    margin-bottom: 30px;
    color:#fff;
}
.earnform input:focus{
    background: none;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #fff !important;
    color:#fff;
}
.earnform input::placeholder{
    color:#fff;
}
.btn.btn-primary {
    background: #008968;
    border: none;
}
.account {
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 90px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top:15px;
}
.btn.btn-primary:focus{
    border: none;
    box-shadow: none;
}
.account:hover{
    background: #f4b93d;
}
.calltoactionbox {
    background: #fff;
    margin: 73px 0 30px 0;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 1px 0px 20px #efefef;
    position: relative;
}
.calltoactionimg {
    position: relative;
    top: -63px;
    width: 100%;
    left: 0;
    height: 52px;
}

.calltoactionbox ul {
    text-align: left;
    margin: 10px 0;
	height:180px;
}

.calltoactionbox ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}

.calltoactionbox ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}
.calltoactionbox h4 {
    margin-bottom: 10px;
}

.calltoactionbox p {
    font-size: 16px;
    margin-bottom: 20px;
}
.calltoactionbox a {
    border: 2px solid #00896b;
    display: inline-block;
    padding: 4px 18px;
    border-radius: 90px;
    color: #00896b;
    font-size: 24px;
}
.calltoactionbox a:hover{
    border: 2px solid #00896b;
    background: #008868;
    color:#fff;   
}
section.fund-transfer {
    background: url(../images/texture-bg.jpg) no-repeat;
    background-size: cover;
    overflow:hidden;
}

.assslide {
    padding: 20px;
    background: #fff;
    box-shadow: 1px 0px 20px #585858;
    border-radius: 10px;
}
.assslide p {
    color: #212529 !important;
    margin-top: 23px;
}

.a-slideimg {
    max-width: 250px;
    margin: 0 auto;
}

.divider {
    padding: 0 10px;
    color: #fff;
    height: 20px;
    display: inline-block;
}
.openaccount h3 {
    font-size: 36px;
    color: #fff;
    margin: 20px 0 35px 0;
}
.openaccount ul {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
}

.openaccount ul li {
    font-size: 16px;
    margin: 0 0 15px 0;
    color: #fff;
}

.openaccount ul li i {
    font-size: 24px;
    margin-right: 9px;
}

.readmorebtn a {
    background: #201f50;
    color: #fff;
    margin-bottom: 25px;
    display: inline-block;
    padding: 14px 30px;
    margin-top: 13px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 90px;
}
.readmorebtn a:hover{
    background: #f4b93d;
}

.appimg {
    margin-top: 16px;
}

.appimg a {
    margin-right: 20px;
}
.fundtranfer-img img {

    border-radius: 10px;
}
.actcont {
    box-shadow: 1px 0px 20px #efefef;
    background: #fff;
    text-align: center;
    margin: 45px 0 10px 0;
    border-radius: 100%;
    width:250px;
   height:250px;
   align-items: center;
    justify-content: center;
    display: flex;
}
.accountimg {
    margin-bottom: 5px;
}
.accounttxt {
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
}

.fundtranfer-img {
    text-align: right;
}

section.refer {
    background: url(../images/refer-bg1.jpg) no-repeat;
    background-size:cover;
    color:#fff;
    position: relative;
    padding: 0;
    display: flex;
    align-items: center;
}
section.refer::before{
    content: "";
    background: rgba(29, 30, 76, 0.8 );
    position: absolute;
    width: 100%;
    height:100% ;
    top: 0;
}
section.refer .row{
    align-items: center;
}
.referbox h3 {
    margin-bottom: 15px;
}
.referbox p {
    font-size: 16px;
}
.refercategory {
    padding: 35px 0;
}
.refercont {
    background: #fff;
    color: #171717;
}
.refertxt {
    padding: 14px;
   
}
.refertxt h5 {
    font-size: 22px;
    margin: 0 0 10px 0;
	text-transform: uppercase;
}

.referfrom {
    padding: 40px 30px;
    background: #00896b;
}
.refertop h3 {
    font-weight: 500;
    font-size: 36px;
}

.referform-group {
    padding-bottom: 25px;
}
.referform-btn button {
    background: #1d1e4c;
    color: #fff;
    border: none;
    padding: 15px 25px;
    margin-bottom: 20px;
    border-radius: 90px;
}
.referform-btn button:hover{
    background: #f4b93d;
}
.referform-btn button:focus{
    border:none;
    box-shadow: none;
    outline: none;
}

.referform-group input:focus {
  border:1px solid #201f50;
}

.referform-group input::placeholder {
    font-size: 14px;
}

.invithead {
    font-size: 20px;
    margin-bottom: 10px;
}
.invittxt {
    margin-bottom: 10px;
}
.sharehead {
    font-size: 18px;
    margin-bottom: 15px;
}

.sharesocial a img{
    max-width: 100%;
}

.sharesocial a {
    width: 49%;
 
    display: inline-block;
}

.refer-img img {
    width: 100%;
}


.testimonialslider .owl-nav{
    display:none;
}
.testimonialslider .owl-dots {
    display: block;
    margin: 20px 0;
    text-align: center;

} 
.testimonialslider .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #fff;
    border:2px solid #1d1e4c;
    margin: 0 3px;
    border-radius: 90px;
}
.testimonialslider  .owl-dot.active{
    background:#1d1e4c;
    border:2px solid #1d1e4c;
}
.testimonialslider {
    margin-top: 50px;
    margin-bottom: 30px;
}
.customerection {
    position: relative;
    display: flex;
    align-items: center;
}
.customerdetails {
    background: #201f50;
    padding: 20px;
    width: 60%;
    color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 12;
    margin: 15px 0;
}

.customerimg img {
    width: auto !important;
}

.customerimg {
    position: absolute;
    height: 100%;
    right: 0;
    top: 0;
}

.customerimg::before {
    background: url(../images/testimonail-curvebg.png) left bottom no-repeat;
    content: "";
    position: absolute;
    z-index: 11;
    width: 100%;
    height: 114%;
   
}

.customername {
    font-size: 20px;
}
.customerdesignation {
    font-size: 16px;
    margin-bottom: 10px;
}

.customerbox {
    text-align: justify;
    margin-bottom: 10px;
}

.customerdetails:after {
    content: "";
    width: 15px;
    height: 10px;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
        border-left:15px solid #201f50;
    margin: 0 auto;
    position: absolute;
    right: -15px;
    top:50%;
    
}

section.blog {
    padding-top: 0;
}
.blogtxtgroup {
    padding: 20px 20px 0 20px;
}

.blogheading {
    font-size: 24px;
    margin-bottom: 7px;
}
.blotimes {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 14px;
}
.blotimes i{
    color:#1d1e4c;
    margin-right: 10px;
}

.blogtxt {
    color: #1d1c1c;
    padding: 20px;
}

.blogbtn a {
    background: #1d1e4c;
    color: #fff;
    border: none;
    padding: 15px 25px;
    margin-bottom: 20px;
    border-radius: 90px;
    display:inline-block;
    text-transform: uppercase;
}
.blogbtn a:hover{
    background: #f4b93d;
} 
.blogbox {
    margin: 40px 0;
}

.footer{
    background: url(../images/footer-bg.jpg) no-repeat;
    background-size:cover;
    padding:70px 0 0 0;
}

.footertxt p {
    color: #fff;
    margin-top: 18px;
    margin-bottom: 16px;
}
.footerform-group input {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    border-radius: inherit;
}

.footerform-group input {
    width: 100%;
    background: none;
    border: 1px solid #fff;
    border-radius: inherit;
    font-size: 14px;
    padding: 10px;
    height: auto;
    color: #fff;
}
.footerform-group input::placeholder{
    color: #fff;
}
.footerform{
    position: relative;
    margin-bottom: 20px;
}

.footerform button.newsletter {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    top: 12px;
    right: 6px;
   
}
.footerform button.newsletter:focus{
    border:none;
    outline: none;
    box-shadow: none;
}

.footerheading {
    font-size: 22px;
    color: #fff;
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.footerlink ul {
    list-style: none;
    padding: 0;
}

.footerlink ul li {
    margin-bottom: 13px;
}

.footerlink ul li a{
    color: #fff;
}
.footerlink ul li a:hover{
text-decoration:underline;    
}


.responsivelink{
    display:none;
}
.addheading {
    color: #fff;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 5px;
}

address.footeradd {
    color: #fff;
    margin-bottom: 25px;
}
.mailgroup a {
    color: #fff;
    display: block;
    margin-bottom: 10px;
}
.mailgroup a i{
    margin-right:5px;
}
.copywrite {
    background: #101435;
    margin-top: 17px;
    color: #fff;
    padding: 22px 0;
}

.copywritelink ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 0;
}
.copywritelink li {
    margin-left: 7px;
}
.copywritelink li a{
    color:#fff;
}
.rightlink a {
    background: #303262;
    color: #fff;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 90px;
    font-size: 16px;
    margin-left: 10px;
}
.rightlink {
    transform: rotate(-90deg);
    position: fixed;
    top: 50%;
    z-index: 123;
    left:-175px;
    
}

.typed_wrap h4 {
    font-size: 35px;
    height:100px;
}

.typed_wrap h4 span.typed {
    display: block;
    margin-top: 12px;
    color: #f3b62e;
}

.investbtnbox {
    display: flex;
    margin-top: 35px;
}


.investbtnbox a {
    display: inline-block;
    padding: 20px 29px;
    color: #fff;
    background: #303262;
    margin-right: 15px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px;
    border: 1px solid #303262;
}

.investbtnbox a:hover{
    border: 1px solid #303262;
    color: #303262;
    background: #fff;

}

.investbtnbor a {
    border: 1px solid #303262;
    color: #303262;
    background: #fff;
}
.investbtnbor a:hover{
    color: #fff;
    background: #303262;
    border: 1px solid #303262;

}

.goldloanbox {
    margin-top: 50px;
}

.goldloanbox h5 {
    font-size: 30px;
}
.goldloanbox h6 {
    font-size: 20px;
    margin-bottom: 12px;
}

.flat-brokerage h4 {
    font-size: 30px;
}

.flat-brokerage h6 {
    font-weight: 400;
    font-size: 18px;
    margin-top: 14px;
    line-height: 33px;
}

section.flat-brokerage {
    background: #303262;
    color: #fff;
}

.product-links{
    padding-top:20px;
}
.product-links a {
    color: #f3b62e;
    font-size: 18px;
}
span.prodivider {
    margin: 0 10px;
    color: #fff;
}

table.margin-table {
    width: 100%;
    margin-top: 40px;
}
.margin-table th {
    border: 1px solid #e0e1e3;
    padding: 15px 10px;
    background: #f5f5f5;
    text-align: center;
    font-size: 15px;
}

.margin-table th {
    border: 1px solid #e0e1e3;
    padding: 15px 10px;
    color:#000000;
}

.margin-table td {
    border: 1px solid #e0e1e3;
    padding: 15px 10px;
    background: #fff;
    color: #000;
    vertical-align: top;
}

.margin-table .margin {
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 700;
    margin-left: 10px;
}

.margin-table ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
    font-size: 15px;
}
.margin-table ul li{
    margin-bottom: 10px;
}

.monthlyfees h3 {
    font-size: 30px;
}

.main-subheading {
    font-weight: 400;
    font-size: 18px;
    margin-top: 14px;
    line-height: 33px;
}

.learnmore a {
    color: #f3b62e;
    font-size: 18px;
}



.abtcontent h3 {
    margin-bottom: 22px;
    border-bottom: 1px dashed #212529;
    padding-bottom: 10px;
}

.abtimg {
    margin-bottom: 70px;
}

.abtimg img.img-responsive {
    width: 100%;
    padding: 5px;
    background: #fff;
    border: 1px solid #e8e8e8;
}


section.meet-team {
    background: url(../images/teambanner.jpg) no-repeat;
    background-size: cover;
    color: #fff;
}


.testimonialbox {
    border: 1px solid #313131;
    padding: 30px;
    margin-top: 30px;
    position: relative;
}


.testigroup {
    display: flex;
    flex-wrap: wrap;
}

.testimonailimg {
    flex: 0 0 15%;
    max-width: 15%;
}


.testi-txt {
    flex: 0 0 85%;
    max-width: 85%;
}


.testimonialboxs {
    border: 1px solid #313131;
    padding: 20px;
    margin-top: 45px;
    position: relative;
}


.testigroups {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.testimonailimg-small {
    flex: 0 0 25%;
}

.testtxtgroup {
    flex: 0 0 75%;
}
.commentstxt {
    font-size: 14px;
    line-height: 22px;
}

.testi-txtsmall {
    margin-left: 15px;
}

.username {
    font-size: 22px;
    margin-bottom: 5px;
}
.userdesignation {
    font-size: 20px;
    margin-bottom: 15px;
}
.comments {
    font-size: 16px;
    margin-top: 15px;
}

.comments i {
    color: #f3b62e;
    font-size: 24px;
    margin-right: 10px;
}


.brokragebox {
    margin-top: 40px;
    background: #fff;
    color:#000;
	overflow: auto;
   
}
.brokragebox table{
margin:0;
}
.nav-tabs .nav-item {
    margin-bottom: 0px;
    width: 33.33%;
}

.nav-tabs .nav-link {
   padding: 15px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border:none;
}
.nav-link.active {
    border-bottom: 3px solid #303262 !important;
}
.nav-tabs .nav-link{
    font-size:16px;
}

table.brokerage-rates-table {
    width: 100%;
    vertical-align: top;

}

table.brokerage-rates-table td{

padding:10px;
}



table.brokerage-rates-table th{

padding:10px;
}

table.brokerage-rates-table td strong {
    text-align: center;
    display: block;
}

.brokerage-rates-table th {
    vertical-align: top;
    padding: 15px 0;
    border-bottom: 1px solid #e0e1e3;
}


.brokerage-rates-table td {
    vertical-align: top;
    padding: 15px 0;
    border-bottom: 1px solid #e0e1e3;
}
.brokerage-rates-table p{
    margin: 0;
}

.stamp-charges-button {
    padding: 20px;
    text-align: center;
    font-weight: 500;
}

a.blue.bold.animated-link {
    color: #f3b62e;
    font-size: 20px;
}

.panel-heading [data-toggle="collapse"]:after {
    font-family: 'fontawesome';
    content: "\f054"; /* "play" icon */
    float: right;
    color: #F58723;
    font-size: 18px;
    line-height: 22px;
    /* rotate "play" icon from > (right arrow) to down arrow */
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
    /* rotate "play" icon from > (right arrow) to ^ (up arrow) */
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: #454444;
}

.faqsprice h3 {
    font-size: 29px !important;
    margin-bottom: 20px;
    font-weight: 500;
}
.faqsprice .panel-title a.accordion-toggle {
    font-size: 18px;
}


.faqHeader {
    font-size: 24px;
    margin-bottom: 15px;
    text-transform: uppercase;
}


.faqstxt {
    padding: 10px 20px;
    font-size: 16px;
}

.faqstxt li {
    position: relative;
    padding-left: 23px;
    margin-bottom: 10px;
}
p.mandatorytxt {
    margin-top: 10px;
}
.mandatorytxt strong{
    font-weight: 500;
}

h4.panel-title {
    border: 1px solid #d6d6d6;
    padding: 15px;
    margin-bottom: 15px;
    font-size:16px;
	text-transform:uppercase;
}

.faqsprice .panel-body {
    padding: 20px;
}


.faqslink a {
    color: #008968;
    font-size: 18px;
    text-decoration: underline;
    display: inline-block;
}
.faqslink a:hover{
    text-decoration:none
}


.abtcontent h4 {
    margin-bottom: 22px;
    font-size: 30px;
}

section.innerheader {
    padding: 0;
}
section.innerheader img{
    width: 100%;
}

.partnerheader {
    background: url(../images/parner-banner.jpg) no-repeat;
    padding:70px 0;
    position: relative;
    background-size: 100%;
    background-repeat: no-repeat;
}

.formtop {
    background: #1d1e4c;
    padding: 10px;
    text-align: center;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.partner-form {
    text-align: center;
    background: #e0e0e0;
    padding-bottom: 15px;
    border-radius: 5px;
}

form.partnerform {
    padding: 15px;
}
.partnerform input {
    font-size: 14px;
}

.custom-file {
    margin-bottom: 11px;
}

.formtop h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #f3b62e;
}

.formtop h4 span {
    display: block;
    font-size: 16px;
    color:#fff;
    font-weight: 400;
}

button.otpsubmit {
    background: #008968;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    margin-top: 10px;
}

.otpsubmit:focus {
    border: 0 !important;
    outline: 0;
}

.form-control:focus {
    border: 0 !important;
    outline: 0;
    box-shadow: none;
}

section.stockparner {
    background: #1d1e4c;
    color: #fff;
}

.benifitbox.text-center {
    margin: 30px 0 0;
}

.benifit-icons img.img-fluid {
    width: 63px;
    margin-bottom: 24px;
}

.benifitheading {
    text-transform: uppercase;
    margin-bottom: 22px;
    font-size: 18px;
    height: 52px;
}

.row.referancebox {
    margin-top: 45px;
}

.referancebox li {
    font-size: 16px;
    margin-bottom: 33px;
	position:relative;
	padding-left:23px;
}

h3.advancedBOX {
    margin-bottom: 39px;
}

.applink a {
    font-size: 16px;
    padding: 16px 30px;
    border-radius: 90px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 15px;
    background: #008968;
    color:#fff;
    display:inline-block;
}

.applink a:hover{
    background: #0e0d0c;
}

.col-lg-12.apptxt {
    margin: 20px 0;
    font-size: 16px;
    
}

.abtcontentbox ul {
    display: flex;
    flex-wrap: wrap;
}

.abtcontentbox ul li {
    flex: 0 0 49%;
    max-width: 49%;
    font-size: 16px;
    margin-bottom: 9px;
    padding-left: 23px;
	position:relative;
}

i.fa.fa-dot-circle-o {
  
    position: absolute;
    left: 0;
    top: 4px;
}
ul.philosophy li {
 
    font-size: 16px;
    margin-bottom: 9px;
    padding-left: 23px;
	position:relative;
}


section.desktop-trading {
    background: #303262;
    color: #fff;
}

.row.trading {
    align-items: center;
}

.proapplink {
    display: flex;
    align-items: center;
}
.protxt {
    font-size: 28px;
    color: #fff;
    margin-right: 10px;
}



.prolinks a {
    background: #f3b62e;
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 14px;
}
.prolinks a:hover{
 background: #008868;
}

.mart20 {
    margin-top: 20px;
}



.blogcont {
    background: #fff;
}
.blogcont li {
    list-style: circle;
    margin-bottom: 13px;
}

.blogcontaioner h2{
    font-size:20px;
    font-weight:500;
}

.blogcontaioner .col-md-8 {
 background:#fff;
}
.blogdetailbox {
    margin: 25px 0;
    background: #fff;

}

.blogdate {
    padding: 15px 0;
}
.bloglink a {
    background: #008968;
    margin-top: 15px;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
}

.bloglink a:hover{
    background:#303262;
}

.categarybox {
    margin: 20px 0 40px 0;
}

.widget-header h6.widget-title {
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid #303262;
    padding-bottom: 15px;
}

.cat-item a {
    padding: 10px 0;
    border-bottom:1px solid #d6d6d6;
    display: block;
}

li.cat-item.lastlink a {
    border: none;
}

.subscribbtn button.otpsubmit {
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 1px;

}

.subscribinput input {
    margin-bottom: 10px;
    font-size: 14px;
    height: auto;
    padding: 10px 15px;
}

.subscribinput input:focus{
    border: 1px solid #303262 !important;
 
}

.categarybox p {
    margin:20px 0;
}

.recentpost {
     margin-top: 20px;
   
}

.recentpost a {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
}

.recentbtn a {
    background: #008968;
    color: #fff;
 
    display: block;
    text-align: center;
    padding: 8px;
   border-radius: 5px;
}

.blogdetailbox h1 {
    font-size: 32px;
}

.blogimg img{
    width: 100%;
}
.blogcont img{
    width: 100%;
}

.blogcont strong {
    display: block;
    margin-bottom: 10px;
}
.blogcont p{
    font-size: 16px;
    text-align: justify;
}
.blogcont img{
    margin-bottom: 10px;
}

.leavefrom {
    padding-top: 21px;
}
.formtitle {
    font-size: 20px;
    margin-bottom: 9px;
}
.formtxt {
    margin-bottom: 10px;
}

.leavefrom textarea#my-textarea:focus {
    border:1px solid #303262 !important
}
.abt-headin {
    font-size: 27px;
    margin-bottom: 15px;
	font-weight:700;
	text-align:center
}

.tradewiselyicons {
    text-align: center;
}

.tradewiselyicons img.img-responsive.center-block {
    display: block;
    margin: 17px auto;
}

a.serviceicon {
    color: #fff;
}

#container .r-slider-line {
    background: #aaa;
}

#container .r-slider-fill {
    background:#f3b62e ;
}

#container .r-slider-button {
    background: #f3b62e;
    border-radius: 100%;
}

#container .r-slider-pin {
    background: #aaa;
}

#container .r-slider-label {
    top: 30px;
    color: #aaa;
}

#container3, #container4, #container5, #container6 {
    width: 100%;
    height:2px;
    float: left;
    margin: 30px 0;
    border: solid 1px #ececec;
    background:#ececec;
}
#container .r-slider-number {
    position: absolute;
    text-align: center;
    top: -25px;
    left: -10px;
    color: #fff;
    background: #000;
    padding: 0 6px;
    border-radius: 4px;
}
    
#container2 {
width: 100%;
height: 30px;
position: relative;
margin-left: calc(0% - 0px);
float: left;
margin: 10px 0;
}
#container2 .r-slider-line {
    background: #aaa;
}

#container2 .r-slider-fill {
    background: #a6ce39;
}

#container2 .r-slider-button {
    background: #a6ce39;
    border-radius: 100%;
}

#container2 .r-slider-pin {
    background: #aaa;
}

#container2 .r-slider-label {
    top: 30px;
    color: #aaa;
}

#container2 .r-slider-number {
    position: absolute;
    text-align: center;
    top: -25px;
    left: -10px;
    color: #fff;
    background: #000;
    padding: 0 6px;
    border-radius: 4px;
}
.bdr-lft #container3 {
width: 100%;
height: 30px;
position: relative;
margin-left: calc(0% - 0px);
float: left;
margin: 10px 0;
}
.bdr-lft #container .r-slider-line,
.bdr-lft #container2 .r-slider-line{
background: #cfcfcf;
}
.bdr-lft #container3 .r-slider-line {
    background: #cfcfcf;
}

.bdr-lft #container3 .r-slider-fill {
    background: #a6ce39;
}

.bdr-lft #container3 .r-slider-button {
    background: #a6ce39;
    border-radius: 100%;
}

.bdr-lft #container3 .r-slider-pin {
    background: #aaa;
}

.bdr-lft #container3 .r-slider-label {
    top: 30px;
    color: #aaa;
}

.bdr-lft #container3 .r-slider-number {
    position: absolute;
    text-align: center;
    top: -25px;
    left: -10px;
    color: #fff;
    background: #000;
    padding: 0 6px;
    border-radius: 4px;
}
.bdr-lft #container4 {
width: 100%;
height: 30px;
position: relative;
margin-left: calc(0% - 0px);
float: left;
margin: 10px 0;
}
.bdr-lft #container4 .r-slider-line {
background: #cfcfcf;
}
.bdr-lft #container4 .r-slider-fill {
    background: #a6ce39;
}

.bdr-lft #container4 .r-slider-button {
    background: #a6ce39;
    border-radius: 100%;
}

.bdr-lft #container4 .r-slider-pin {
    background: #aaa;
}

.bdr-lft #container4 .r-slider-label {
    top: 30px;
    color: #aaa;
}

.bdr-lft #container4 .r-slider-number {
    position: absolute;
    text-align: center;
    top: -25px;
    left: -10px;
    color: #fff;
    background: #000;
    padding: 0 6px;
    border-radius: 4px;
}

.refferalbox {
width: 100%;
float: left;
padding: 0;
margin: 0;
position: relative;
height: 150px;
}

section#refercal {
    background: #1d1e4c;
    color: #fff;
}

.heading h3 span {
    font-size: 16px;
    display: block;
    color: #f3b62e;
    margin: 10px 0;
    font-weight: 300;
}

.refcalbox h4 {
    display: inline-block;
    width: 69%;
}

.refcalbox span {
    display: inline-block;
    width: 30%;
    text-align: right;
}

.refcalbox span input{
    border:4px solid  #f3b62e;
}

.r-slider-container{
    margin-top:20px
}

.refcalbox span input {
    border: 4px solid #f3b62e;
    padding: 6px 12px;
    width: 150px;
    font-size: 24px;
    text-align: center;
}
.refcalbox span input#f5{
    background: #f3b62e;
}

.refcalbox span input#f5 {
    background: #f3b62e;
   
    text-align: right;
}

.refcalbox span input#f6 {
    background: #f3b62e;
   text-align: right;
}
.referformcont input:focus {
    border: 1px solid #1d1e4c !important;
}

.row.tradeinvest {
    align-items: center;
    margin: 20px 0 0 0;
}

img.img-fluid.leftimg {
    margin-right: -30px;
}

img.img-fluid.rightimg {
    margin-left: -30px;
}

.associatehead {
    text-align: center;
    font-size: 36px;
    font-weight: 700;
    color: #f3b62e;
    margin-bottom: 30px;
}

.algotxtheadbox {
    margin: 15px 0;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}



.algopartner p {
    color: #fff;
}

.algopartner {
    margin-top: 15px;
}
.algopartner h3 {
    color: #f3b638;
}

.algocalltoaction {
    margin: 0 10px;
}

.algohead {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 13px;
	color: #f3b62e;
    font-weight: 700;
	text-transform: uppercase;
}




section#referalbox {
    background: #1d1e4c;
    color: #fff;
}
.flat-brokerage a {
    color: #fff;
}

.flat-brokerage a.collapsed:after{
color:#fff !important;
}

.margin-container {
    overflow: auto;
    white-space: nowrap;
}

.row.refercontbox {
    margin: 15px 0;
}

.refercontbox ul {
    margin: 10px 0;
}

.refercontbox ul li {
    margin-bottom: 15px;
	position:relative;
	padding-left:23px;
}

.sebiscoretxt {
    color: #fff;
	line-height:24px;
}

.sebiscoretxt a {
    color: #fff;
}

.algotrader h3 {
    font-size: 30px;
    margin-bottom: 23px;
}

section.margquescroll {
    padding: 17px 0 10px 0;
    background: #f3b62e;
}

.scrolltxt li {
    display: inline-block;
    margin-right: 20px;
}

section.algo-tradingfeature {
    background: #303262;
    color: #fff;
}

.algofeatureheading {
    margin-bottom: 15px;
    font-size: 22px;
	color:#f3b62e;
}

.multipletxtbox {
    background: #fff;
    margin: 20px 0;
}

.multipletxtheading {
    padding: 15px;
    font-weight: 700;
}
.multipletxt {
    padding: 0 0 15px 15px;
}
.multipletxt li {
    margin-bottom: 10px;
	padding-left:23px;
	position:relative;
}

section.algopartner {
    background: #303262;
    color: #fff;
}
.parnerlog ul {
    display: flex;
	justify-content:center;
}
.parnerlog ul li{
margin:0 10px;
}

.row.parnerlog {
    margin: 25px 0px;
}
.backdetailscont ul {
    display: flex;
    flex-wrap: wrap;
}

.backdetailscont ul li{
 flex:0 0 30%;
max-width:30%;
margin-bottom: 25px;
	padding-left:25px;
	position:relative;
}

.bankname {
    margin: 22px 0;
	background:#fff;
	overflow:auto;
}

.bankname table{
	margin:0;
}

.surveybox {
    display: flex;
    font-size: 18px;
    padding-top: 16px;
	flex-wrap: wrap;
}
.form-checklable {
   flex: 0 0 70%;
	max-width:70%;
	margin-right: 23px;
}

.form-check input {
    vertical-align: middle;
}
.form-checkbox input {
    vertical-align: middle;
    margin-right: 12px;
}
.form-checkbox label.form-check-label {
    vertical-align: middle;
}

div#serveyform {
    margin: 20px 0;
}
#serveyform .form-box {
    margin-bottom: 23px;
}

.serveydefination .form-box input {
    font-size: 14px;
    width: 100%;
    padding: 10px;
}

.serveydefination h6 {
    margin-bottom: 19px;
}
.serveydefination select {
    width: 100%;
    padding: 10px;
}
.serveydefination input:placeholder{
	color:#000;
}

div#serveydefine {
    margin: 35px 0;
}
.serveydefination h5 {
    background: #008968;
    padding: 10px 20px;
    color: #fff;
}

.serveydefination li {
    margin-bottom: 12px;
}

.sebitext {
    color: #fff;
    margin-top: 14px;
}
.sebitext a{
	   color: #fff;
}

.socialmedia ul {
    display: flex;
    margin: 20px 0;
}

.socialmedia a {
    font-size: 29px;
    display: inline-block;
    margin: 0 6px;
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 5px;
}

.socialmedia a:hover{
    background: #00896b;
	color:#fff;
}

section.innerbanner {
    padding: 0;
    position: relative;
}
section.innerbanner img{
    width:100%;
}

.innerbannertxt {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    color: #fff;
    height: 100%;
    align-items: center;
    display: flex;
}

.innerhead a{
	 color: #fff;
}
.paginationtxt li {
    display: inline-block;
}
.paginationtxt span {
    margin: 0 3px;
}
.innerhead h1 {
    font-size: 51px;
    font-weight: 700;
}

.prodtab ul {
    margin-bottom: 20px;
}
.prodtab li a {
    background: #008968;
    display: inline-block;
    margin: 10px;
    width: 134px;
    padding: 10px;
    color: #fff;
    text-align: center;
    border-radius: 5px;
}

.algomobile {
    display: none;
}

.sebitext.mob {
    display: none;
}
.calltoactionbox1.exchange {
    margin-top: 2px;
}

.calltoactionbox1 {
    background: #fff;
    margin: 73px 0 30px 0;
    text-align: center;
    padding: 30px;
    border-radius: 10px;
    width: 100%;
    box-shadow: 1px 0px 20px #efefef;
    position: relative;
    height:290px;
}

.calltoactionbox1 ul {
    text-align: left;
    margin: 10px 0;
  
}
.calltoactionbox1 ul li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 10px;
}
.caltoactionhead {
    font-size: 22px;
    text-align: left;
    margin-bottom: 20px;
}

.calltoactionbox1 ul li i {
    position: absolute;
    left: 0;
    top: 3px;
}

.knowldgeheading {
  
   margin-bottom:10px;
    font-size: 22px;
    font-weight: 500;
}
.algotxt {
    margin: 0 15px;
}

.knowldgelink a{
	display:inline-block;
	padding:10px 20px;
	 background: #201f50;
	 color: #fff;
	border-radius:80px;
}


.parnerhead {
    font-size: 20px;
    color: #f3b62e;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 10px 0px;
    margin-bottom: 25px;
    border-bottom: 1px solid #fff;
}



.services-carousel .owl-nav span {
    color: #201f50;
}
.services-carousel .owl-prev {
    color: #fff;
    font-size: 35px;
    position: absolute;
    left: -15px;
    margin: 0;
}

.services-carousel .owl-next {
    color: #fff;
    font-size: 35px;
    position: absolute;
    right: -15px;
    margin: 0;
}
.services-carousel .owl-nav {
    position: absolute;
    right: 22px;
    width: 83%;
    bottom: 53%;
    margin: 0 auto;
}

.algosubhead {
    position: relative;
    text-align: left;
    padding-left: 20px;
	margin-bottom:10px;
}

.partnerlogo li {
    margin-bottom: 25px;
}

.partnerlogo img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    width: 100%;
}

.partnerbox {
    border: 1px solid #fff;
    height: 578px;
   
}
.partnerlogo {
    padding: 0 10px;
}

.knowledgelogo {
    padding: 0 10px;
    text-align:center;
}

.knowledgelogo img {
    border-radius: 5px;
}

a.tradementorbtn {
    background:#2b2a28;
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    text-align: center;
    padding: 12px 10px;
    border-radius: 5px;
    font-weight: 500;
}
a.tradementorbtn:hover{
    background:#f3b62e;
}



.algotxtheadbox.algotops {
    margin-top: 0;
}
.newsboxs {
    position: relative;
}
.freetxt {
    position: absolute;
    top: 0;
    right: 0;
}

.freetxt {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    padding: 3px 17px;
    border-radius: 5px;
    margin: 10px;
	 animation: example 5s infinite;
}

.algotrader ul li a {
    background: #008968;
    padding: 15px 10px;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
}


.algotrader ul li .rightaglo-img a {
    background: none;
    padding: 0;
    color: #313131;
    display: flex;
    margin:0;
}

.relatedhead {
    background: #018a6c;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    -webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
font-size: 18px;
    
}


.trading-lft {
    flex: 0 0 30%;
    max-width:30%;
}
.trading-rgt {
    flex: 0 0 70%;
    max-width: 70%;
    text-align: left;
}
.trading-rgt h6{
  margin-left:10px;  
}

.tradingblog {
    display: flex;
    margin: 15px 10px;
  
}


.relatedtrade {
    border: 1px solid #cacaca;
    border-radius: 5px;
}


.relatedtrade li{
    border-bottom:1px solid #cacaca;
}
.relatedtrade li:lastchild{
    border:none;
}
.knowldgebox {
    border: 1px solid #008968;
    padding: 20px;
	margin-bottom:20px;
	display:none;
}



.knoltxt {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	margin-bottom:20px;
		padding-bottom:20px;
	    border-bottom: 1px solid #dee2e6;
}

.knowldgeimg {
    flex: 0 0 20%;
    max-width: 20%;
}

.algocont {
    flex: 0 0 60%;
    max-width: 60%;
}

.algocontvideo {
    flex: 0 0 20%;
    max-width: 20%;
}
.algocontvideo iframe{height:100px;}
.knowldgesmalltxt {
    margin-bottom: 10px;
}

.nav-tabs {
    border: none;
}

.algotrader li {
    flex: 0 0 100%;

}
.tradingvedio iframe {
    margin:0 0 15px 15px;
  float:right;
    
    border: none;
}
 


.relatedalgobox {
    margin: 30px 0;
    background: #fff;
        border: 1px solid #c7c7c7;
}

.algo-shortcont {
    padding: 20px;
}

.tradingvedio div {
    text-align: justify;
}

#nav-tabContent li {
    display: inline-block;
    margin-right: 15px;
}

.algo-shortcont a {
    background: #008968;
    display: inline-block;
    padding: 7px 15px;
    color: #fff;
}

.algo-shortcont a:hover {
    background: #303262;
}

.nav-tabs .nav-link {
    background: none !important;
    border: none !important;
    display: inline-block !important;
    width: auto;
    padding: 0;
    font-size: 16px;
    margin-right: 11px;
    font-weight: 500;
}
.nav-link.active {
    color: #00896b !important;
}

section#whyalgo {
    padding: 0 0 50px 0;
}
.whyalgo{
    margin-bottom:15px;
}
.whyalgo li {
    padding-left: 21px;
     position: relative;
     margin-bottom:10px;
}
.algotrader h4 {
    margin: 30px 0;
}

.knowledgetxt {
    margin: 25px 10px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
}

p.psychologytxt {
    color: #f3b62e;
    font-weight: 700;
    font-size: 14px;
}

.martintxt a {
    color: #f3b62e;
}

.foottickers { line-height: 30px; height: 30px; font-size: 16px; color: #444; overflow: hidden; position: relative; }
	.foottickers > span { position: absolute; color: #000; cursor: pointer; }
	.foottickers > i { width: 15px; height: 15px; position: absolute; margin-left: -8px; top: 28%; left: 249px; background-color: #fff; border-radius: 50%; }
	.foottickers > em { width: 0; height: 0; position: absolute; margin-left: -5px; border-left: 5px solid #000; border-top: 5px solid transparent; border-bottom: 5px solid transparent; top: 11px; left: 252px; }
	.footertickerdata { position: absolute; left: 265px; top: 0; bottom: 0; right: 0; font-size: 14px; color: #9A9A9A; overflow: hidden; }
	.foottickers > span.activeticker, .foottickers > span:hover { color: #00896b; }
	.foottickers > span#sp1 { left: 0; }
	.foottickers > span#sp2 { left: 155px; }
	.foottickers > span#sp3 { left: 205px; }
.js-marquee {
    color: #000;
}

.tradingvedio li {
    list-style: circle;
    margin-bottom: 10px;
}
.tradingvedio ul {
    padding-left: 17px;
    padding-bottom: 10px;
}

@keyframes example {
   from {background-color: red;}
    to {background-color:  yellow;}
}
.abtcontent{
    text-align:justify;
}

.modal-body.customepopup {
    padding: 0;
}
.modal{
    z-index: 105012;
}

.customepopup button.close {
    position: absolute;
    right: 6px;
    background: #000;
    opacity: 1;
    color: #fff;
    padding: 1px 7px 7px 8px;
    border-radius: 70px;
}
.customepopup button.close:focus{
    border:none;
    outline: none;
}

form#popupform {
    padding: 15px;
}
form#popupform input{
    margin-bottom:10px;
}

form#popupform .form-control:focus{
    border:1px solid #303262 !important;
}

/* form css ***************************/

.fromdetails {
    padding: 15px 0;
    text-align: center;
}

.fromdetails .formgroup{
    margin-bottom:15px;
}

.fromdetails .formgroup .form-control:focus{
    border:1px solid #ced4da !important;
}

.fromdetails .form-control:focus {
    border: 1px solid #ced4da !important;
}
