@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');
body {margin: 0;padding: 0;font-family: "Rubik", serif;}
a{ text-decoration: none;}
p {color: #4b4b4b;font-size: 15px;margin: 0 0 10px 0;font-family: "Rubik", serif;;line-height: 1.6}

header .logo { width: 140px;}
header .contact-details { margin: 0 0 0 30px;}
header .contact-details .icon { float: left; width: 50px}
header .contact-details .icon img { width: 35px;}
header .contact-details .text h5 { color: #0075ff; font-size: 16px; margin: 0 0 5px 0; font-weight: 500;}
header .contact-details .text p a, header .contact-details .text p {color: #0f0f0f;font-weight: 500;margin-bottom: 0px;}

.service-section { margin: -40px 0 6% 0;}
.service-section .ser-card {box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;padding:40px 30px;margin: 0 0 30px 0;background: #fff;position: relative;}
.service-section .ser-card::after { content: ''; position: absolute; width: 0; height: 3px; background: #0075ff; bottom: 0; left: 0; right: 0; margin: 0 auto; transition: all .3s ease-in-out;}
.service-section .ser-card:hover::after { width: 100%;}
.service-section .ser-card img { width: 70px; margin: 0 0 20px 0;}
.service-section .ser-card h5 { color: #121212; font-size: 19px; margin: 0;}

.footer { background: #222d35; padding: 5% 0 0 0;}
.footer h4 { color: #fff; font-size: 20px; margin: 0 0 38px 0; position: relative; font-weight: 600;}
.footer h4::after { content: ''; position: absolute; width: 30px; height: 2px; background: #0075ff; left: 0; top: 35px;}
.footer p, .footer p a { color: #e4e4e4;}
.footer p { display: flex; margin: 0 0 18px 0;}
.footer p i { color: #0075ff; margin: 4px 10px 0 0; font-size: 18px;}
.footer p a:hover { color: #0075ff;}
.footer .social-icon a { display: inline-block; width: 40px; height: 40px; background: rgba(255, 255, 255, .2); color: #fff; text-align: center; border-radius: 50%; line-height: 2.4;}
.footer .social-icon .fa{
    padding-top: 12px;
}
.footer .footer-bottom { margin: 4% 0 0 0; background: #1e2830;}
.footer .footer-bottom p { display: block;}
.footer .custom-btn {display: inline-block; width: 100%; border: 1px solid #fff; color: #fff; padding: 12px; text-align: center; text-transform: uppercase; font-size: 15px; font-weight: 500; letter-spacing: 1px; margin: 0 0 15px 0; transition: all .3s ease-in-out;}
.footer .custom-btn:hover { background: #fff; color: #1e2830;}

#Div_body .container-fluid { margin: 0; padding: 0;}
#HomepagecontentControl {padding: 0;}

/* sharholding  */
.table_one table td {border: 1px solid #c5c5c5;font-size: 13px}
#tblanualrept, #tblcr, #tblm,#tblmain, #ContentPlaceHolder1_tbl_typeID{font-size: 15px;}
td.innertable_header1 {font-weight: 600;}
#divfinancial #RadDockZone1.container {max-width: 98%;}
.knowledge_heading{color: #000;}

/* stock */
.st_data{display: inline-block; position: fixed; bottom: 2px; right: 2px; background-color: #f7f7f7;border-top-left-radius: 4px;animation: blink_box 3s infinite alternate;border: 1px dashed #222; min-width: 180px;    z-index: 9990;}
.st_data:hover{animation-play-state: paused; border: 1px dashed #222; }
@keyframes blink_box {
    0% {transform: scale(0.96);}
    100% {transform: scale(1);}
}
.st_heading{font-size: 14px; color: #000;}
.st_subheading{font-size: 12px; color: #000;}
.st_price .st_price_one strong{font-size: 16px;animation: blinker 0.6s ease-in-out infinite alternate;}
@keyframes blinker {
    from {opacity: 1.0;}
    to {opacity: 0.1;}
}
.st_price .st_price_one .fa{font-size: 12px;}
.st_price .st_price_two{font-size: 12px;}
.st_date{font-size: 12px;color: #000;}
.st_button{display: none;}
@media screen and (max-width: 576px) {
    .st_data{display: none;}
    .st_button{display: block;position: fixed;bottom: -10px; right: -10px; transform: rotate(-45deg); background-color: #000; border-radius: 50%; width: 40px; height: 40px; color: #fff; z-index: 9999;text-align: center;cursor: pointer;padding-top: 5px; animation: tada 1.25s infinite;}
}   
@keyframes tada {
from {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
}
10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -45deg);
    transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -45deg);
}
30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -50deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -50deg);
}
40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -45deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -45deg);
}
to {
    -webkit-transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
    transform: scale3d(1, 1, 1) rotate3d(0, 0, 1, -45deg);
}
}
.text-red{color: #e60000;}
.text-green{color: #179600;}


/* Start Annual Report > Archives */
.page_info_title_s2{font-size: 15px;color: #000;font-weight: 600;padding: 0 0 4px 0;display: inline-block;font-family: inherit;}
#DMY {--bs-table-hover-bg: none;}
#DMY #ContentPlaceHolder1_divStock {display: flex;align-items: center;justify-content: space-between;}
#DMY #ContentPlaceHolder1_divStock > .row > .col-lg-12{display: flex; align-items: center; justify-content: space-between;}
#DMY #ContentPlaceHolder1_divStock > .row > .col-lg-12  .col-lg-1{width: fit-content;margin-right: 20px;font-size: 15px;}
#DMY #ContentPlaceHolder1_divStock > .row > .col-lg-12  .col-lg-3{width: fit-content;}
#DMY #ContentPlaceHolder1_divStock > .row > .col-lg-12 > .row > .col-lg-1{margin-right: 0;}
#DMY #ContentPlaceHolder1_divStock > .row > .col-lg-12 > .row{display: flex; align-items: center;}
.nsecorpactions{margin-bottom: 0 !important;}
.whitebox.marketstartarea  *{font-size: 15px;}
.whitebox.marketstartarea label{font-size: 15px; margin-left: 4px;}
.btn.btn-default{border: 1px solid #7a7a7a;background-color: #7a7a7a;color: #fff;padding: 3px 16px;font-size: 15px;}
/*  */
#ContentPlaceHolder1_divStockData #divCompany{margin:4px 0 ;}
#ContentPlaceHolder1_divStockData .row:nth-child(3) > .col-lg-12[align="right"]{font-size: 14px;color: #383636;padding-top: 2px;padding-bottom: 2px;font-weight: 600;}
.largetable > .nsecorpactions {--bs-table-hover-bg: none;--bs-table-striped-color: none;--bs-table-striped-bg: none;}
/* End Annual Report > Archives */
/* Start Notices */
#dvshareh *{font-size: 14px;}
/* End Notices */
/* Start Prior Period Result */
#ContentPlaceHolder1_spScrip > a{font-weight: 600;color: #000;padding: 10px 0;display: inline-block;}
#dvtblpriorperiod * {font-size: 15px;}
#dvtblpriorperiod .table>:not(caption)>*>* {padding: 0;}
#dvtblpriorperiod br{display: none;}
#dvtblpriorperiod #ContentPlaceHolder1_tdData table tr td{padding: 0.5rem 0.5rem;border: 1px solid #eee;}
#dvtblpriorperiod .TTHeader{font-size: 15px; font-weight: 600;}
#dvtblpriorperiod table{--bs-table-hover-bg: none;--bs-table-striped-color: none;--bs-table-striped-bg: none; margin-bottom: 0;}
#dvtblpriorperiod #ContentPlaceHolder1_tdData table.bsenotices[width="100%"]{    margin-bottom: 0;--bs-table-striped-color: var(--bs-body-color);--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-hover-bg: rgba(0, 0, 0, 0.075);margin-bottom: 0;}
#dvtblpriorperiod #ContentPlaceHolder1_tdData table[width="100%"]{    margin-bottom: 0;--bs-table-striped-color: var(--bs-body-color);--bs-table-striped-bg: rgba(0, 0, 0, 0.05);--bs-table-hover-bg: rgba(0, 0, 0, 0.075);margin-bottom: 0;}
#dvtblpriorperiod  table[width="600"]{width: 100%;}
#dvtblpriorperiod #ContentPlaceHolder1_tdData table[width="1400"]{width: 100%;}
#dvtblpriorperiod #ContentPlaceHolder1_tdData table > tbody > tr > td[bgcolor="#d6d6d6"]{background-color: transparent !important;}
#dvtblpriorperiod #ContentPlaceHolder1_tdData table > tbody > tr > td[bgcolor="#d6d6d6"] > table > tbody>tr:nth-of-type(odd)>* {background-color: #f2f2f2;}
/* End Prior Period Result */
