*,
:after,
:before,
p {
    margin: 0;
    padding: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
html {
    font-family: 'Montserrat', sans-serif;
}
.fw400,
body,
html {
    font-weight: 400;
}
#coinBgImage,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body,
html {
    -webkit-font-smoothing: antialiased;
    max-width: 100%;
    overflow-x: hidden;
}
*,
:after,
:before {
    box-sizing: border-box;
    outline: 0 !important;
}
.container,
.main-div-start {
    margin: 0 auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
}
p {
    font-size: 14px;
    line-height: 24px;
}

a:active,
a:focus,
a:hover {
    outline: 0;
    text-decoration: none;
  
}
.anti_bribery a:hover{
    color: #ffffff !important;
}
:active,
:focus {
    outline: 0;
}
::-moz-focus-inner {
    border: 0;
}
.ff-ns {
    font-family: "Noto Sans";
}
#footer-menu ul li a,
.fw400 {
    font-family: 'Montserrat', sans-serif;
}

.pr{
    position: relative;
}
.pa{
    position: absolute;
}
.align-center {
    text-align: center;
    text-align: -webkit-center;
    text-align: -moz-center;
}
.align-left {
    text-align: left;
    text-align: -webkit-left;
    text-align: -moz-left;
}
.align-right {
    text-align: right;
    text-align: -webkit-right;
    text-align: -moz-right;
}
.padding-zero {
    padding-left: 0;
    padding-right: 0;
}
.flex{
	display: flex;	
}
.flex-align-center {
	display: flex;	
    align-items: center;
}
.flex-align-end {
    display: flex;
    align-items: flex-end;
}

.flex-content-jutify-center {
	display: flex;	
    align-items: center;
    justify-content: center;
}
.flex-content-wrap{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.flex-content-end{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.flex-content-start{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.z-index-1 {
    z-index: 1;
}


.container {
    width: 100%;
}

.full-width-100{
    width: 100%;
}

.d-grid {
    display: grid;
}
.flex-container_header {
    display: flex;
    padding: 10px 15px;
}
.vac-block{
    display: inline-block;
    vertical-align: middle;
}
.pos-r {
    position: relative;
}
.vac-top {
    vertical-align: top;
}
.right-float {
    float: right;
}
.left-float {
    float: left;
}

.tdl {
    text-decoration: line-through;
}
.wrapping-text {
    margin-bottom: 0;
    width: 100%;
    white-space: nowrap; /* Prevent text from wrapping */
    overflow: hidden; /* Hide overflow */
    text-overflow: ellipsis; /* Add '...' when text overflows */
}


@keyframes animatefrombottom {
    from {
        bottom: -300px;
        opacity: 0;
    }
    to {
        bottom: 0;
        opacity: 1;
    }
}
.show .close_animate {
    position: relative;
    -webkit-animation: 0.4s closeanimate;
    animation: 0.4s closeanimate !important;
}
@keyframes closeanimate {
    0% {
        bottom: 0;
        opacity: 1;
    }
    100% {
        bottom: -300px;
        opacity: 0;
    }
}

.perwidth-60 {
    width: 60%;
}
.perwidth-40 {
    width: 40%;
}
.perwidth-90 {
    width: 90%;
}
.perwidth-10 {
    width: 10%;
}
.perwidth-65 {
    width: 65%;
}
.perwidth-55{
    width: 55%;
}
.perwidth-45{
    width: 45%;
}
.perwidth-35 {
    width: 35%;
}
.perwidth-25 {
    width: 25%;
}
.perwidth-75 {
    width: 75%;
}
.perwidth-16 {
    width: 16.66%;
}
.perwidth-20 {
    width: 20%;
}
.perwidth-80 {
    width: 80%;
}
.perwidth-70 {
    width: 70%;
}
.perwidth-266 {
    width: 26.66%;
}
.perwidth-265 {
    width: 25.66%;
}
.perwidth-21 {
    width: 21%;
}
.perwidth-85 {
    width: 85%;
}
.perwidth-33 {
    width: 33%;
}
.perwidth-30 {
    width: 30%;
}
.perwidth-50 {
    width: 50%;
}
.perwidth-5{
    width: 5%;
}
.td_line {
    text-decoration: underline;
}
.display-none{
    display: none;
}
.display-block{
    display: block;
}
.bord-10{
    border-radius: 10px;
}
.bord-50-per{
    border-radius: 50%;
}