@charset "utf-8";
/* CSS Document */

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
    


body {
    font-family: "Roboto", sans-serif;
    color: #444444;
      background: url(../images/Banner_BG.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	
}

body.modal-open {
    position: fixed;
    overflow-y:scroll;
    
    width: 100%;
    padding-right: 0!important;
  }
  .modal-open .fixed-top {
    padding-right: inherit!important;
  }  
   
   
   
a {
    color: #004287;
  
	text-transform:none!important;
}
a:hover {
    color: #469fdf;
    text-decoration: none;
}
h1, h2, h3, h4, h6 {
    font-family: "Roboto", sans-serif;
    color: #004287;
    font-size: 28px;
}
ul.maintxtbox {
    list-style-type: none;
}
.h5, h5 {
    font-size: 20px;
	font-weight: 500;
   
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    transition: all 0.5s;
    background: #004287;
    z-index: 997;
    padding: 15px 0;
    border-bottom: 0px solid #e6f2fb;
}
#header.header-scrolled {
    border-color: #004287;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);
}
#header .logo {
    font-size: 28px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-family: "Roboto", sans-serif;
}
#header .logo a {
    color: #16507b;
}
#header .logo img {
    max-height: 56px;
height:100%;
}

.ref {
    color: #333333;
    font-weight: 600;
    font-size: 25px;
    margin: 0px 0px 16px;
    line-height: 1.2;
    list-style: none;
    border-left: 4px solid #ff0000;
    padding: 0px 10px;
    border-radius: 4px;
}
.refline {
    padding-inline-start: 7px;
}
.logo1{display:block;}
.logo2{display:none;}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 20px 0;
}
.section-bg {
    background-color: #f8fbfe;
}
.section-title {
    text-align: center;
    padding-bottom: 30px;
}
.section-title h2 {
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: #124265;
}
.section-title p {
    margin-bottom: 0;
    font-size: 14px;
    color: #919191;
}
/*--------------------------------------------------------------
# MAIN
--------------------------------------------------------------*/




.bgmain1 {
    padding: 95px 0px 50px 0px;
    
    /*padding:120px 120px;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: 0px;
}
.container, .container-sm, .container-md, .container-lg {
    max-width: 1024px!important;
}
.unemoji {
    width: 15%;
    margin: 0 auto;
    display: block;
}
.protxt {
    padding: 0px 200px;
}
.card-header {
    padding: 10px 10px 0px;
	background:#fff;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
      /*background: #004287;*/
    color: #fff;
	color: #004287;
    border: 1px solid #004287;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #ffffff;
    background-color: #004287;
  border:0px;
  font-size:19px;
}.nav-tabs .nav-link {
    border: 0px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.logout{
    margin: 2px 0px;
    background: 0px;
    border: 0px;
	color:#fff;
	}
.proline {
    margin: 0px 0px 11px;
}



.rg{font-size: 25px;
    text-align: left;
    margin: 0 auto;
    padding: 9px;
}



.formcontainer {
    margin: 0px 0px;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
}

.formcontain {
    padding: 50px 15px;
    margin: 41px 0px 0px;
	border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
	background: #fff;
}

     .startj {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    height: 50px;
    
    width: 100%;
    background: #e30011;
    border: none;
    outline: none;
    color: white;
    font-family: inherit;
    font-weight: 400;
    font-size: 24px;
    border-radius: 3px;
    box-shadow: 0 5px 0px #91000b;
    border-bottom: 2px solid #91000b;
        
    /* float: right; */
}
.startj:hover {
  background: #e30011;
    box-shadow: 0 4px 1px #91000b;
    border-bottom: 2px solid #e30011;
  transition: all 0.1s ease-in;
}
.startj:active {
  transform: translateY(4px);
  border-bottom-width: 2px;
  box-shadow: none;
}

.form-control {
    box-shadow: none;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    background-color: transparent;

    color: #333;
    height: 30px;
    padding: 0;
    
}

.form-control:focus, .form-control:active {
    border-color: #004287 !important;
box-shadow:0 0 0 0 #fff;
}
/* .form-control {
    
    border: none;
   
    border-bottom: 2px solid #ddd;
	padding:0px;
} */
.form-group {
    margin-bottom: 0.8rem;
}

.input-wrapper {
  position: relative;
  line-height: 14px;
  margin: 0px 0px;
  display: inline-block;
  width: 100%;
}
.lab {
  color: #bbb;
  font-size: 14px;
  
  position: absolute;
  z-index: 2;
  left: 20px;
  top: 15px;
  padding: 0 2px;
  pointer-events: none;
  background: #fff;
  -webkit-transition: -webkit-transform 100ms ease;
  -moz-transition: -moz-transform 100ms ease;
  -o-transition: -o-transform 100ms ease;
  -ms-transition: -ms-transform 100ms ease;
  transition: transform 100ms ease;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.txt  {
  font-size: 13px;
  color: #555;
  outline: none;
  border: 1px solid #bbb;
  padding: 10px 20px;
  border-radius: 8px;
  position: relative;
  width: 100%;
  height: 50px;
  /* border: none; */
  /* border-bottom: 1px solid; */
}
.txt:invalid + label {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.txt:focus {
  border-color: #2b96f1;
}
.txt:focus + label {
  color: #2b96f1;
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.btn-outline-dark:hover {
    color: #004287;
    background-color: #ffffff;
    border-color: #ff0000;
}
.btn-outline-dark {
    color: #004287;
    border-color: #d0d0d0;
}
.trade{
	display:inline-block;
	width:44px;
	
}
.br{border-left:1px solid #ddd;border-top:none;}
.dump{width:85%;margin:0 auto; display:block;}

.fetch {
    margin: 0px 0px 20px;
}
.details {
    border: 0px;
    width: 100%;
}
.invest-detail-input {
    border-bottom: 2px solid #c4c4c4;
    font-size: 17px;
}
.fetch1 {
    font-size: 17px;
    color: #333333!important;
    font-weight: 500;
}
.disabled-element {
    pointer-events: none;
}

.off{
	width:60%;
}
.vd{color: #333333;
font-size: 17px;}

.pb {
    padding-bottom: 40px;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.disclamer {
    background: #014994;
    color: #fff;
    font-size: 16px;
    padding: 0px;
    margin: 0px auto;
}
.disclamer p {
    color: #333;
    text-align: justify;
}
button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0rem rgb(0 123 255 / 25%);
}
.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #e30011;
    border-color: #e30011;
    box-shadow: 0 0 0 0rem rgb(227 0 17);
}

.fr{float:right;}
.mt{margin:0px 0px !important;}


/*POP style*/
.startjP {
    display: block;
    padding: 0px;
    margin: 0 auto;
    height: 39px;
    /* min-width: 90px; */
    width: 50%;
    background: #e30011;
    border: none;
    outline: none;
    color: white;
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
    border-radius: 3px;

}.startjPP {
    display: block;
    padding: 0px;
    margin: 0 auto;
    height: 39px;
    /* min-width: 90px; */
    width: 50%;
    background: #fff;
    border: 1px solid #e30011;
    outline: none;
    color: #e30011;
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
    border-radius: 3px;

}
.startjP:hover {
  background: #e30011;
    
  transition: all 0.1s ease-in;
}
.startjP:active {
  transform: translateY(4px);
  border-bottom-width: 2px;
  box-shadow: none;
}

.poph{
	font-size: 19px;
	text-align: center;
	margin-bottom: 0px;
}
.fon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 17px!important;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*sticky btn */




.commtxt{
	font-size: 14px;
    color: #004287;
    font-weight: 500;
}
.yn{
	width: 100%;
	display: inline;
}


/*.datepicker-dropdown{
	top:300px !important;
}*/

/*.datepicker-dropdown2{
    top:500px !important;
}*/
select#mobilenumber {
   border:0px;
   outline:0px;
}



.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
    .form-group .errorBlock{float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 9px;
    font-size: 14px;}
.form-group .errorBlock a{color: #004287;text-decoration:underline;}
   .testimonialBox {
  border-right: 1px solid #ddd;

}
.sj {
    padding: 10px 0px;
    font-size: 16px;
    /* padding: 15px; */
    border: none;
    outline: none;
    font-family: inherit;
    font-weight: 400;
    border-radius: 8px;
    margin: 0 auto;
    width: 100%;
    max-width: 250px;
	
}
.rglogout {
    font-size: 30px;
    margin: 0 auto;
    padding: 24px 0px 5px;
}
.logoutimg{
    
    width: 10%;
    margin: 0 auto;
    display:block;
    
}

.logouty {
    font-size: 22px;
    color: #aba9a9;
}
.logoutpd{
    padding: 100px;
}
.move{
        width: 60%;
        margin: 0 auto;
    }
.tabtxt {
    margin: 0 auto;
    display: block;
    text-align: center;
    font-size: 17px;
}
.tabimg {
    width: 45%;
    margin: 0 auto;
    text-align: center;
    display: block;
    padding: 10px;
}
.inputup {
  position: absolute;
  font-size: 50px;
  opacity: 0;
  right: 0;
  top: 0;
	cursor: pointer;
}
.up {
  position: relative;
  overflow: hidden;
}
.nav-link {
    display: block;
    padding: 0.5rem 0.4rem;
}
/*-------------------End--------------------*/

/*--------------------------------------------------------------
# tabs
--------------------------------------------------------------*/
.nav-tabs {
  display: none;
}

@media (min-width: 768px) {
  .nav-tabs {
    display: flex;
  }

  .card {
    border: none;
  }

  .card .card-header {
    display: none;
  }

  .card .collapse {
    display: block;
  }
  .unemoji {
    width: 20%;
    margin: 0 auto;
    display: block;
}
h1{
    font-family: "Roboto", sans-serif;
    color: #004287;
    font-size: 24px;
}
.protxt {
    padding: 0px 20px;
}
}

@media (max-width: 767px) {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
	margin-bottom:10px;
  }
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    color: #ffffff;
    font-size: 18px;
    background: #004287;
    box-shadow: 0px 2px 15px rgba(18, 66, 101, 0.08);

}
#footer .credits {
    padding-top: 5px;
    font-size: 13px;
    color: #ffffff;
}
.modal-backdrop.in {
	opacity: 0.9;
}

#footer .cc-line1 {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    margin-left: 10px;
}
#footer .cc-line2 {
    display: block;
    font-size: 30px;
    line-height: 39px;
	color: #fff;
    margin-left: 10px;
	font-weight:100;
}
#footer  .social {border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    width: 30px;
}
#footer  .links{
font-size: 16px;
   
    color: #fff;
    font-weight:100;
}
.mc {list-style-type:none;padding-inline-start:0px;}
.reupload {
    display: inline-block;
    width: 49%;
    overflow: hidden;
}
.csicon {width: 25%;
    margin: 0 auto;}



.tblcount-summary {
            width: 100%;
            margin-bottom: 0px;
        }

            .tblcount-summary a {
                padding: 3px 10px;
                border-radius: 5px;
                display: inline-block;
                background-color: #003b90;
                color: #fff;
            }
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
  font-size: 15px;
}

        .m_10 {
            margin: 0px 0px;
			height: 45px;
        }

.col-md-2{padding: 0px 5px;}
.md{padding: 5px 5px;}

.dbtn{
   
    width: 100%;
    display:block;
    height: 45px;}        

.file{ border: 1px solid #ddd;
    height: 45px;
    padding: 10px;
	width: 100%;
	font-size:14px;

}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
.btn-filled {
    background-color: #003b90;
    color: #fff;
}
.btn-filled:hover {
    color: #fff;
	text-decoration: none;}
/*--------------------------------------------------------------
# media
--------------------------------------------------------------*/

@media (max-width: 1024px) {

.dtasub {
    display: block;
    font-size: 15px;
}

.open {
    margin: 35px 8px 10px;
    line-height: 1.2;
    font-size: 48px;
}

.ct{width:95%;margin: 0 auto;display: block;text-align: center;font-size: 14px;}

.intro {
display:block;
    margin: 46px 8px 10px;
    line-height: 1.2;
    font-size: 46px;
    
}
    .introsignup {
   
    /*float: right;*/ 
    /* padding: 0px 36px; */
    display: flex;
	width:40%;
	margin:-259px 0px 0px 0px;
}
   .Selfiedeclear {
    width: 60%;
    padding: 20px 10px 5px 20px;
}
	.startjSP {
    
    height: 43px;
    width: 100%;
    font-size: 20px;
    max-width: 200px;
}
#footer .social {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
margin-bottom:5px;
width:30px;
}
}

@media (max-width: 992px) {
#header .logo {
    font-size: 28px;
}



.open {
   
    line-height: 1.2;
    font-size: 44px;
}
.ref {
    color: #333333;
    font-weight: 600;
    font-size: 22px;
}

.introsignup {
    margin: -220px 0px 10px 0px;
    z-index: 2;
    /* float: right; */
    /* padding: 0px 36px; */
    display: flex;
}
/* .office {
    position: absolute;
    margin: -155px 0px;
    
} */
	.declear{
	
	font-size: 14px;
}
#footer .cc-line1 {
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    margin-left: 0px; 
}
#footer .cc-line2 {
    display: block;
    font-size: 21px;
    line-height: 39px;
    color: #fff;
    margin-left: 10px;
    font-weight: 100;
}
 h5 {
    font-family: "Roboto", sans-serif;
    font-size: 17px;
}
	.sj {
    padding: 10px 0px;
    font-size: 15px;
}

@media (max-width:768px)
{
	.innergarphics {
    /* margin: -153px -147px 0px -17px; */
    margin: -243px 0px 0px 0px;
    z-index: 2;
    float: right;
    padding: 0px 0px;
    display: flex;
}
.form-control{
font-size: 15px;}

.bttext{
	width:50%;
	text-align:left;margin:0 auto;font-size:14px;display:inline-block;
}
.Dup {
    width: 55%;
    border-bottom: 1px solid #333;
}  
    .Selfiedeclear {
    width: 52%;
    padding: 20px 10px 5px 20px;
}
		.startjSP {
    
    height: 43px;
    width: 100%;
    font-size: 22px;
   
}
    .move {
    width: 100%;
    margin: 0 auto;
}
}
@media (max-width: 767px) {
	
	.bttext{width:100%;text-align:center;}
	
.intro {
    display: none;
}
    .move{
        width: 50%;
        margin: 0 auto;
    }
h1, h2, h3, h4, h5, h6 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    line-height: 1.3;
    margin-top: 10px;
}
ul.maintxtbox {
    list-style-type: none;
    padding-inline-start: 0px;
}

.form-control {
    display: block;
    width: 100%;
    
}
.protxt {
    padding: 0px 0px;
}

  
    
    #footer {
    
border-radius:0px;
}
  .dro{
	font-size: 14px;
}  
    .refileUpload {
    position: inherit;
    overflow: hidden;
    margin: 0 auto;
}
	.startjSP {
    display: inline-block;
    padding: 0px;
    margin: 0 auto;
    height: 39px;
    /* min-width: 90px; */
    width: 49%;
    background: #e30011;
    border: none;
    outline: none;
    color: white;
    font-family: inherit;
    font-weight: 400;
    font-size: 20px;
   border-radius: 3px;
    box-shadow: 0 5px 0px #91000b;
    border-bottom: 2px solid #91000b;

}
.startjP:hover {
  background: #e30011;
    
  transition: all 0.1s ease-in;
}
.startjP:active {
  transform: translateY(4px);
  border-bottom-width: 2px;
  box-shadow: none;
}
	
    .logoutimg{
    
    width: 30%;
    margin: 0 auto;
    display:block;
    
}
    .logoutpd {
    padding: 20px;
}
.rglogout {
    font-size: 27px;
    margin: 0 auto;
    padding: 7px 0px 0px;
}
    .logouty {
    font-size: 19px;
    color: #aba9a9;
    margin: 0px;
}
    .testimonialBox {
    border-right: 1px solid #ddd;
    top: 0;
    display: none;
}
.formcontain {
    padding: 50px 10px;
    margin: 41px 0px 0px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px #ddd;
    background: #fff;
}
}

@media (max-width:760px) {
.bgmain {
    padding: 40px 0px 0px;
   
}
	 .startj {
    display: block;
    margin: 0 auto;
    height: 40px;
    width: 80%;
    max-width: 220px;
}
	#header {padding: 10px 0;}
	
	.SNow1{
    display: none;
}
.probar {
    margin: 30px 6px 5px;
}
	.fileUpload {
    
    margin: 10px 10px 10px 120px;
}
	.Dup {
		width: 100%;}
		h5{
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    line-height: 1.3;
    margin-top: 0px;
}
h1 {
    font-family: "Roboto", sans-serif;
    font-size: 22px;
    line-height: 1.3;
    margin-top: 10px;
}
.unemoji {
    width: 35%;
    margin: 0 auto;
    display: block;
}
.br{border-left:none;border-top:1px solid #ddd;}
	 .m_10 {
            margin: 10px 0px;
			height: 45px;
        }
}

@media (max-width: 640px) {
    .tcrg {
   
    margin: 50px 0px 1px;
   
}

.bgmain1{
	 padding: 60px 0px 0px;
    margin-top: 10px;
}
.open {
   
    text-align: center;
    color: #004287;
    line-height: 1.2;
    font-size: 25px;
}
.SNow{
    display: block!important;
    width: 60%;
}

.rg{font-size: 20px;
    text-align: center;
    margin: 0 auto;
    padding: 9px;
}

.formcontainer {
    margin: 10px 0px 20px 0px;
}
.dtimg {
    display: block!important;
    
    margin: 0 auto;
}
    .logoutimg{
    
    width: 16%;
    margin: 0 auto;
    display:block;
    
}


}
@media (max-width: 575px) {

 
	
	.startjGP{width:50%;}
	

    .startjSP {
    
    font-size: 15px;
  

}

}

@media (max-width: 480px) {

.HE{width: 100%;
    margin: 0 auto;
    text-align: center;
    display: block;}
	
	.logout{margin: -32px 0px!important;}
	
}

@media (max-width: 360px) {

.open {
   
    text-align: center;
    font-weight: 700;
    display: block;
    color: #004287;
    font-size: 25px;
    line-height: 1.2;
}
.rg {
    font-size: 22px;
    text-align: center;
   
}
	.logout{margin: -32px 0px!important;}
	

}
