@charset "UTF-8";
:root {
	--primary: #133373; 
	--secondary: #4eb4be;
	--white: #fff;
	--black: #000;
	--font18: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300)));
	--font16: calc(14px + (16 - 14) * ((100vw - 300px) / (1920 - 300)));
	--body-font: "Playfair Display", serif;;
	
}



h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}
h1 {
    font-size: calc(40px  + (65 - 40) * ((100vw - 300px) / (1920 - 300))); 
    letter-spacing: -1.95px; 
    font-weight: 700; 
    line-height: 1.1;
    margin-bottom: 18px;
} 
h2 { 
    font-size: calc(30px + (48 - 30) * ((100vw - 300px) / (1920 - 300))); 
    letter-spacing: -1.44px; 
    font-weight: 700; 
    line-height: 1.1;
}
h3 { font-size: calc(20px + (24 - 20) * ((100vw - 300px) / (1920 - 300)));}
h4 { font-size: calc(18px + (20 - 18) * ((100vw - 300px) / (1920 - 300)));}
h5 { font-size: calc(16px + (22 - 16) * ((100vw - 300px) / (1920 - 300)));}
h6 { font-size: calc(13px + (16 - 13) * ((100vw - 300px) / (1920 - 300)));}
p { font-size: calc(16px + (18 - 16) * ((100vw - 300px) / (1920 - 300))); }

body {
    color: var(--black);
    font-size: var(--font18);
    font-family: var(--body-font);
    overflow-x: hidden;
    font-feature-settings: "pnum" on,"lnum" on;
}

a:focus,
a:active,
button:focus,
button:active {
    outline: 0;
}

a,
a:hover,
a:focus,
a:visited {
    text-decoration: none;
}

button::-moz-focus-inner {
    outline: 0;
}

ul,
ol {
    padding: 0;
    margin: 0;
}


::selection {
    color: var(--white);
    background: var(--primary);
}

::-moz-selection {
    color: var(--white);
    background: var(--primary);
}


.clearfix {
    clear: both;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    justify-content: flex-end;
}
}
/*------------------------------------ header----------------------------------------*/
.navbar-nav li { display: inline-block;}
.navbar-nav li a {
    color: var(--white);
    font-size: var(--font16);
    line-height: 1;
    font-weight: 700;
    padding: 10px 15px;
    display: block;
}
.navbar-nav li a:hover {
    color: var(--secondary);
}
.navbar-nav li.active a {
    
}
.navbar-brand img { width: 100%;}
.bg-body-tertiary {
    --bs-bg-opacity: 1;
    background-color: #034ea1 !important;
}
.navbar-brand { width: 230px;}
.navbar-toggler-icon {
    background-image:url(../images/hamburger-menu.svg);
}
.navbar-toggler { border: 0;     padding: 0;}
.navbar-toggler:focus {box-shadow: 0 0 0 0px;
}
/*-----------------------------------------------------------------*/
.intro-img img { width: 100%;}
.introwrap {
    padding: 50px 0;
}
.introwrap .row { --bs-gutter-x: 50px;}
.sechead h2 {
    margin-bottom: 20px;
    display: block;
}
.intro-content p {
    color: var(--black);
    line-height: 1.4;
    font-weight: 500;
}
.intro-content p a {
    color: var(--black);
    font-weight: 400;
}
.intro-content p a:hover {
    color: var(--primary);
}
.intro-content h5 {
    font-weight: 700;
    margin-bottom: 15px;
}
.banner {
    position: relative;
    background-image:url(../images/gold-coins-background.webp);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 500px;
    background-size: cover;
}
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /*background-color: rgb(76 132 195 / 21%);*/
   background: linear-gradient(90deg, #03274f, rgb(254 254 254 / 4%));
}
.banner-title {
    position: absolute;
    z-index: 2;
    bottom: 50px;
    color: var(--white);
}
.kyc-block {
    padding: 50px 0px;
    align-items: center;
}
.kycimg img { width: 100%;}
.kycvideo video { width: 100%;
height: 100%;
object-fit: cover;}

.thead {
    background: var(--primary); color: #fff; text-transform: normal; text-align: center;
}
table tr, table td {
    border: 1px solid #ccc;
    
}
table th, table td {
    padding: 10px;
    text-align: left;
    vertical-align: top;
    font-weight: 400;
    line-height: 1;
}
.policy-codes-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 30px;
}

.policy-codes-box {
    background: #dfebfa;
    width: 100%;
    padding: 27px 40px 27px 24px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.policy-codes-box a {
    font-weight: 800;
    color: var(--primary);
    display: flex;
    align-items: center;
}
.policy-codes-box a span { font-size: 30px; margin-right: 10px; display: inline-block;}
.policy-codes-box:hover {
    background: var(--primary);
}
.policy-codes-box:hover a {
    color: var(--white);
}
.nav-tabs { margin-bottom: 20px;}
.nav-tabs li a.nav-link {
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #454545;
    padding: 0 15px;
    border-right: 1px solid #000 !important;
    border-radius: 0 !important;
    cursor: pointer;
}
.nav-tabs li:last-child a.nav-link { border-right: 0 !important;}
.nav-tabs li a:hover, .nav-tabs .nav-link.active {
    color: var(--primary);
}
.accordion-body {
    padding: 10px 0;
}
.circularslist li {
    display: block;
}
.circularslist li a {
    font-weight: 700;
    font-size: var(--font16);
    line-height: 18px;
    color: #454545;
    padding: 10px 15px;
    display: inline-block;
    position: relative;
}
 .circularslist li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 16px;
    background-color: var(--secondary);
    width: 6px;
    height: 6px;
}

/*----    team-member-table style starts here    ----*/
.team-member-table{
	border: 1px solid #D9D9D9;
	width: 100%;
}
.tm-name{
	width: 270px;
	padding: 14px 20px;
	line-height: 1.2;
	font-weight: 600;
	border-right: 1px solid #D9D9D9;
}
.tm-designation{
	width: calc(100% - 270px);
	line-height: 1.2;
	padding: 14px 20px;
}
.team-member-table>tbody>tr:nth-of-type(even)>*{
	background-color: #F5F5F5;
}
.team-member-table>tbody>tr td{	
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.team-member-table>tbody>tr:hover td{
	background-color: #e6eaf1;
}

/*----    team-member-table style ends here    ----*/


/*----    Downloads Tables style starts here    ----*/
.downloads-table{
	border: 1px solid #D9D9D9;
	width: 100%;
}
.downloads-table th{
	font-weight: 700;
	font-size: 15px;
	line-height: 1.2;
	padding: 12px 20px;
	border-right: 1px solid #D9D9D9;
	border-bottom: 1px solid #D9D9D9;
	background: #EFEFEF;
}
.dt-head{
	text-align: left;	
}
.link-head{border-right: 0;}
.date-col{
	width: 245px;
	padding: 15px 20px;
	line-height: 1.2;
	border-right: 1px solid #D9D9D9;
	text-align: left;
}
.descript-col{
	width: calc(100% - 310px);
	line-height: 1.2;
	font-weight: 600;
	padding: 15px 20px;
	border-right: 1px solid #D9D9D9;
}
.filelink-col{
	width: 65px;
}
.filelink-col a{
	padding: 15px 20px;
    display: block;
}
.filelink-col a img{
	width: 20px;
    margin: auto;
}
.downloads-table>tbody>tr:nth-of-type(odd)>*{
	background-color: #F5F5F5;
}
.downloads-table>tbody>tr td{	
	-webkit-transition: all 400ms linear;
	-moz-transition: all 400ms linear;
	-o-transition: all 400ms linear;
	-ms-transition: all 400ms linear;
	transition: all 400ms linear;
}
.downloads-table>tbody>tr:hover td{
	background-color: #e6eaf1;
}
.tablehead{
    display: table-row!important;
}
.table-filter-dropdown{
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 20px 0 30px;
}
select.filter-handle{
    padding: 10px 12px;
    width: 150px;
    background: #fff;
    border: 0;
    font-size: 16px;
    border-bottom: 1px solid #1A1A1A;
}
/*----    Downloads Tables style ends here    ----*/
.nav-tabs .nav-link, .card, .nav-tabs {
    border: 0;
}
.accordion {
    --bs-accordion-border-width: 0px;
}

.year-block {
    display: none;
    margin-top: 20px;
  }

.accordion-heading {
    font-weight: 500;
    font-size: 18px;
    line-height: 1px;
    letter-spacing: .01em;
    border-bottom: 1px solid #ccc;
}

.accordion-item{
    
}
.accordion-item.disabled {
    border-bottom: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
  }
.accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: transparent;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.no-found-wrap {
    background: #dfebfa;
    text-align: center;
    padding: 58px 40px;
}
.not-found-content {
    max-width: 60%;
    margin: 0 auto;
}
.not-found-main-text {
    font-weight: 600;
}
.not-found-content img {
    width: 100px;
}
.accordion-item.disbaleacco {
    opacity: .2;
    cursor: default;
    background: 0 0 !important;
    pointer-events: none;
}
.accordion-body.fade-out {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
/*--------------------------- contact ---------------------------------*/
.map-section {
    padding: 50px 0 0;
}
/*------------------ footer css ------------------*/
footer {
    text-align: center;
    padding: 30px 0 0;
    width: 100%;
    bottom: 0;
    background-color: var(--primary);
}
.ftrnav {
    padding: 0 0 30px;
    text-align: right;
}
.ftrnav ul li {
    display: inline-block;
}
.ftrnav ul { 
   padding: 0 0 10px;
    margin-bottom: 10px;
    text-align: right;
    border-bottom: 1px solid rgb(78 180 190 / 55%);
}
.ftrnav ul li a {
    font-size: var(--font16);
    line-height: 1;
    font-weight: 300;
    color: var(--white);
    padding: 10px 15px 10px 20px;
    display: inline-block;
    text-align: left;
    transition: all 0.4s ease;
    position: relative;
}
.ftrnav ul li a:hover {
    color: var(--secondary);
}
.ftrnav ul li a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 15px;
    background-color: var(--secondary);
    width: 6px;
    height: 6px;
}
.ftrnav ul li:last-child a{ padding-right: 0;}
.ftr-row {
    align-items: flex-start;
}
.ftrcol { text-align: left;}
.frt-logo { text-align: left; margin: 0; display: block;}
.frt-logo img { width: 220px;}
.copyright { margin: 0 0 0 auto; text-align: left;}
footer p {
    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;
    color: var(--white);
    padding: 0;
    margin: 0;
}
.sm-text {
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}
.ftr-bottom {
    background-color: #031d51;
    padding: 10px 35px;
}

/*------------------ all images css ------------------*/
.logo img {
    width: 100%;
}
@media (min-width: 1921px) {
    .banner { height: 650px;}
}
@media (max-width: 1280px) {
    .container, .container-md, .container-sm {
    max-width: 90%;
}
}
@media (max-width: 991px) {
  .tab-content>.tab-pane {
    display: block;
    opacity: 1;
  }
    .intro-content { margin-bottom: 50px;}
    .ftrcol { margin-bottom: 30px;}
    .policy-codes-list { grid-template-columns: repeat(2, 1fr);}
    .ftrnav ul { text-align: center;}
    .ftrnav {text-align: center;}
    .frt-logo {text-align: center; margin: 0 auto;}
}
@media (max-width: 767px) {
    .kycimg {
        margin-bottom: 50px
    }
    .policy-codes-list { grid-template-columns: repeat(1, 1fr);}
    .tm-designation { width: calc(100% - 250px); padding: 14px 10px;}
    .tm-name { width: 240px; padding: 14px 10px}
    .navbar-brand {
    width: 150px;
}

.banner {  height: 320px; background-size: cover; background-position: right center;}
    .frt-logo img {
    width: 180px;
}
    .not-found-content {
    max-width: 100%; !important}
}


@media (max-width: 580px) {
    .ftrnav ul {
    text-align: left;
}
    .frt-logo {
    text-align: left;
    margin: 0;
}
    .ftrnav ul li {
    display: block;
}
    .ftrnav {
        padding: 0 15px 30px;}
}

/*----------------------------------------------public-disclosure-------------------------------------------------*/


.year-option-block {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    background-image: url('data:image/svg+xml,<svg fill="%23333" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5H7z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px top 50%;
}


.label-heading label{
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}

.label-heading option, .label-heading select {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
}

.m-20 {
    margin: 20px auto;
}
