html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
nav ul,
nav li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* start editing from here */
a {
    text-decoration: none;
}

.txt-rt {
    text-align: right;
}

/* text align right */
.txt-lt {
    text-align: left;
}

/* text align left */
.txt-center {
    text-align: center;
}

/* text align center */
.float-rt {
    float: right;
}

/* float right */
.float-lt {
    float: left;
}

/* float left */
.clear {
    clear: both;
}
.clean {clear:both; height: 0px; padding-bottom: 1px;}
.clear {clear:both; height: 0px; padding-bottom: 10px;}
.clearl {clear:left; height:0px;}
.clearr {clear:right; height:0px;}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}

/* clear float */
.pos-relative {
    position: relative;
}

/* Position Relative */
.pos-absolute {
    position: absolute;
}

/* Position Absolute */
.vertical-base {
    vertical-align: baseline;
}

/* vertical align baseline */
.vertical-top {
    vertical-align: top;
}

/* vertical align top */
nav.vertical ul li {
    display: block;
}

/* vertical menu */
nav.horizontal ul li {
    display: inline-block;
}

/* horizontal menu */
img {
    max-width: 100%;
}

/*==== 1. Abstracts ====*/
@import url("../icons/fontawesome/css/all.min.css");
@import url("../icons/feather/css/iconfont.css");
@import url("../icons/flaticon/font/flaticon.css");
@import url("../icons/themify-icons/css/themify-icons.css");

:root {
    --primary: #0F6EA8;
    --primary-light: #6499b9;
    --bg-gradient: linear-gradient(0deg, #FE3D96 0%, #FFA4CF 100%);
    --primary-hover: #ff1d87;
    --primary-dark: #b60055;
    --secondary: #7F8084;
    --secondary-light: rgba(47, 47, 47, 0.50);
    --rgba-primary-1: rgba(255, 80, 162, 0.1);
    --rgba-primary-2: rgba(255, 80, 162, 0.2);
    --rgba-primary-3: rgba(255, 80, 162, 0.3);
    --rgba-primary-4: rgba(255, 80, 162, 0.4);
    --rgba-primary-5: rgba(255, 80, 162, 0.5);
    --rgba-primary-6: rgba(255, 80, 162, 0.6);
    --rgba-primary-7: rgba(255, 80, 162, 0.7);
    --rgba-primary-8: rgba(255, 80, 162, 0.8);
    --rgba-primary-9: rgba(255, 80, 162, 0.9);
    --font-family-title: Poppins, sans-serif;
    --font-family-base: Nunito Sans, sans-serif;
    --box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
    --box-shadow2: 0px 3px 12px rgba(0, 0, 0, 0.1);
    --gradient1: linear-gradient(94deg, #E93E84 14.36%, #F46D8F 42.6%, #FE854E 80.39%);
    --gradient2: linear-gradient(94deg, #E79E45 22.95%, #EBAF51 42.6%, #DCB554 80.39%);
    --gradient3: linear-gradient(94deg, #0A0B0E 14.36%, #1F242A 42.6%, #37444E 80.39%);
    --border-radius-md: 18px;
    --border-radius: 12px;
    --border-radius-sm: 8px;
    --border-color: #E6E6E6;
    --body-bg: #f5f5f5;
    --body-color: #697089;
    --dark: #2f2f2f;
    --bg-white: #FFF;
    --bg-light: #F0F0F0;
    --title: #232954;
    --card-bg: #fff;
    --theme-text-color: #fff;
    --light: #E6E6E6;
    --text-accent: #69708A;
    --text-light: #A19FA8;
    --btn-gradient: linear-gradient(0deg, #FE3D96 0%, #FFA4CF 100%);
    --btn-shadow: 0px 24px 30px 0px rgba(255, 63, 152, 0.20);
}

:root,
[data-bs-theme="light"] {
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #0E6DA7;
    --bs-secondary: #441D3E;
    --bs-success: #54D969;
    --bs-info: #4cb1ff;
    --bs-warning: #ffb02c;
    --bs-danger: #ff4a5c;
    --bs-light: #E6E6E6;
    --bs-dark: #2f2f2f;
    --bs-primary-rgb: 255, 80, 162;
    --bs-secondary-rgb: 68, 29, 62;
    --bs-success-rgb: 84, 217, 105;
    --bs-info-rgb: 76, 177, 255;
    --bs-warning-rgb: 255, 176, 44;
    --bs-danger-rgb: 255, 74, 92;
    --bs-light-rgb: 230, 230, 230;
    --bs-dark-rgb: 47, 47, 47;
    --bs-primary-text-emphasis: #662041;
    --bs-secondary-text-emphasis: #1b0c19;
    --bs-success-text-emphasis: #22572a;
    --bs-info-text-emphasis: #1e4766;
    --bs-warning-text-emphasis: #664612;
    --bs-danger-text-emphasis: #661e25;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #ffdcec;
    --bs-secondary-bg-subtle: #dad2d8;
    --bs-success-bg-subtle: #ddf7e1;
    --bs-info-bg-subtle: #dbefff;
    --bs-warning-bg-subtle: papayawhip;
    --bs-danger-bg-subtle: #ffdbde;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #ffb9da;
    --bs-secondary-border-subtle: #b4a5b2;
    --bs-success-border-subtle: #bbf0c3;
    --bs-info-border-subtle: #b7e0ff;
    --bs-warning-border-subtle: #ffdfab;
    --bs-danger-border-subtle: #ffb7be;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
    --bs-body-font-family: "Nunito Sans", sans-serif;
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 500;
    --bs-body-line-height: 1.6;
    --bs-body-color: #697089;
    --bs-body-color-rgb: 105, 112, 137;
    --bs-body-bg: #f5f5f5;
    --bs-body-bg-rgb: 245, 245, 245;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0, 0, 0;
    --bs-secondary-color: rgba(105, 112, 137, 0.75);
    --bs-secondary-color-rgb: 105, 112, 137;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233, 236, 239;
    --bs-tertiary-color: rgba(105, 112, 137, 0.5);
    --bs-tertiary-color-rgb: 105, 112, 137;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248, 249, 250;
    --bs-heading-color: #232954;
    --bs-link-color: #0E6DA7;
    --bs-link-color-rgb: 255, 80, 162;
    --bs-link-decoration: underline;
    --bs-link-hover-color: #cc4082;
    --bs-link-hover-color-rgb: 204, 64, 130;
    --bs-code-color: #ff0081;
    --bs-highlight-bg: #ffeecc;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
    --bs-border-radius: 0.375rem;
    --bs-border-radius-sm: 0.25rem;
    --bs-border-radius-lg: 0.5rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0px 2px 8px 0px rgba(99, 99, 99, 0.2);
    --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(255, 80, 162, 0.25);
    --bs-form-valid-color: #54D969;
    --bs-form-valid-border-color: #54D969;
    --bs-form-invalid-color: #ff4a5c;
    --bs-form-invalid-border-color: #ff4a5c;
}

[data-bs-theme="dark"] {
    color-scheme: dark;
    --bs-body-color: #adb5bd;
    --bs-body-color-rgb: 173, 181, 189;
    --bs-body-bg: #212529;
    --bs-body-bg-rgb: 33, 37, 41;
    --bs-emphasis-color: #fff;
    --bs-emphasis-color-rgb: 255, 255, 255;
    --bs-secondary-color: rgba(173, 181, 189, 0.75);
    --bs-secondary-color-rgb: 173, 181, 189;
    --bs-secondary-bg: #343a40;
    --bs-secondary-bg-rgb: 52, 58, 64;
    --bs-tertiary-color: rgba(173, 181, 189, 0.5);
    --bs-tertiary-color-rgb: 173, 181, 189;
    --bs-tertiary-bg: #2b3035;
    --bs-tertiary-bg-rgb: 43, 48, 53;
    --bs-primary-text-emphasis: #ff96c7;
    --bs-secondary-text-emphasis: #8f778b;
    --bs-success-text-emphasis: #98e8a5;
    --bs-info-text-emphasis: #94d0ff;
    --bs-warning-text-emphasis: #ffd080;
    --bs-danger-text-emphasis: #ff929d;
    --bs-light-text-emphasis: #f8f9fa;
    --bs-dark-text-emphasis: #dee2e6;
    --bs-primary-bg-subtle: #331020;
    --bs-secondary-bg-subtle: #0e060c;
    --bs-success-bg-subtle: #112b15;
    --bs-info-bg-subtle: #0f2333;
    --bs-warning-bg-subtle: #332309;
    --bs-danger-bg-subtle: #330f12;
    --bs-light-bg-subtle: #343a40;
    --bs-dark-bg-subtle: #1a1d20;
    --bs-primary-border-subtle: #993061;
    --bs-secondary-border-subtle: #291125;
    --bs-success-border-subtle: #32823f;
    --bs-info-border-subtle: #2e6a99;
    --bs-warning-border-subtle: #996a1a;
    --bs-danger-border-subtle: #992c37;
    --bs-light-border-subtle: #495057;
    --bs-dark-border-subtle: #343a40;
    --bs-heading-color: inherit;
    --bs-link-color: #ff96c7;
    --bs-link-hover-color: #ffabd2;
    --bs-link-color-rgb: 255, 150, 199;
    --bs-link-hover-color-rgb: 255, 171, 210;
    --bs-code-color: #ff66b3;
    --bs-border-color: #495057;
    --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
    --bs-form-valid-color: #b5dfbe;
    --bs-form-valid-border-color: #b5dfbe;
    --bs-form-invalid-color: #ff9ba8;
    --bs-form-invalid-border-color: #ff9ba8;
}

body {
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    background-size: cover;
    font-family: 'Signika', sans-serif;
}

h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
	margin:0;
	padding:0;
}
label{
	margin:0;
}
a{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
a:hover{
	transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}

/*--header start here--*/
h1 {
    font-size: 3em;
    color: #fff;
    text-align: center;
    margin: 1.5em 0em 1em 0em;
}
.login-main {
    width: 35%;
    background: #fff;
    margin: 0 auto;
    border-radius: 5px 5px;
}
.login-main h3 {
    font-size: 2.5em;
    color:#000;
    margin-bottom: 0.71em;
    text-align: center;
}
.login-main h4 {
    font-size: 1.1em;
    margin: 1.3em 0em;
}
.login-main h4 a{
   color:#ce3838;
}
.login ul li {
    display: inline-block;
    margin-right: 0.2em;
}
.login ul li a {
    background: url(../images/t-icn.png)no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
}
.login ul li a.fa {
    background-position:0px 0px;
}
.login ul li a.tw {
    background-position:-26px 0px;
}
.login ul li a.g {
    background-position: -52px 0px;
}
.login ul li a.fa:hover {
    transform: rotateY(360deg);
}
.login ul li a.tw:hover {
   transform: rotateY(360deg);
}
.login ul li a.g:hover {
    transform: rotateY(360deg);
}
.login ul {
    margin-top: 1.2em;
}
.login-main input[type="text"] {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}
.login-main input[type="password"] {
    font-size: 1em;
    color: #000;
    padding: 0.7em 0em;
    margin-bottom: 1em;
    width: 94%;
    display: inline-block;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
        font-family: 'Signika', sans-serif;
}
.login-main input[type="submit"] {
    font-size: 1em;
    color: #fff;
    background: #000000;
    border: none;
    width: 94%;
    display: block;
    padding: 0.7em 1em;
    text-align: center;
    margin: 1.5em auto;
    border-radius: 3px;
    transition: 0.5s all;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
    outline: none;
    cursor: pointer;
}
.login-main input[type="submit"]:hover{
    color: #000;
    background: #F1BC10;
    transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
}
::-webkit-input-placeholder{
   color:#000 !important;
}
.login {
    padding: 2em 2em;
    text-align: center;
}

/*--copy right start here--*/
.copy-rights p {
    font-size: 1em;
    color: #fff;
    text-align: center;
    line-height: 1.7em;
    padding: 0px 15px;
}
.copy-rights p a{
  color:#f3b208; 
}
.copy-rights p a:hover{
  color: #fff; 
}
.copy-rights {
    padding:4em 0em 3em 0em;
}
.clear{
	clear:both;
}
/*--media quries start here--*/
@media(max-width:1440px){

}
@media(max-width:1366px){
.login-main {
    width: 40%;
}
}
/*-- w3layouts --*/
@media(max-width:1280px){
.login-main {
    width: 45%;
}
}
@media(max-width:1024px){
.login-main {
    width: 55%;
}
}
@media(max-width:991px){

}
@media(max-width:768px){
.login-main {
    width: 70%;
}
}

@media(max-width:667px){

}
@media(max-width:640px){
.login-main {
    width: 80%;
}
}
@media(max-width:568px){

}
@media(max-width:480px){
h1 {
    font-size: 2.2em;
    margin: 0.8em 0em 0.8em 0em;
}
.login-main h3 {
    font-size: 2em;
    margin-bottom: 0.5em;
}
}
@media(max-width:414px){
.login-main {
    width: 90%;
}
}
@media(max-width:375px){
.login-main {
    width: 95%;
}
/*-- agileits --*/
.login-main h3 {
    margin-bottom: 0.3em;
}
.login-main input[type="text"] {
    margin-bottom: 0.5em;
}
.login-main input[type="submit"] {
    margin: 0.5em auto;
}
.login-main h4 {
    font-size: 1em;
    margin: 0.8em 0em;
}
.copy-rights {
    padding: 2em 0em 2em 0em;
}
h1 {
    font-size: 2em;
}
}
@media(max-width:320px){
h1 {
    font-size: 1.7em;
    margin: 0.6em 0em 0.6em 0em;
}
.login {
    padding: 1.5em 1.2em;
}
.login-main input[type="text"] {
    font-size: 0.9em;
    padding: 0.5em 0em;
    width: 100%;
}
.login-main {
    width: 90%;
}
.login-main input[type="password"] {
    font-size: 0.9em;
    padding: 0.5em 0em;
    width: 100%;
}
.login-main input[type="submit"] {
    font-size: 0.9em;
    width: 100%;
    padding: 0.5em 1em;
}
.login-main h3 {
    font-size: 1.7em;
}
/*-- w3layouts --*/
.login-main h4 {
    font-size: 0.9em;
}
.login ul {
    margin-top: 0.6em;
}
.copy-rights p {
    font-size: 0.9em;
}
}
span {
color:red
}
/*-- agileits --*/

/* PWA */
.btn-pwa {
    font-family: poppins;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #000;
    color: #FFF;
    border-radius: 5px;
    padding: 5px 25px;
}

.btn-pwa.cancel {
    font-family: poppins;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #313140;
    color: #E5B201;
    border-radius: 5px;
    padding: 5px 25px;
}

.btn-pwa:hover {
    color: #000;
    background-color: #E5B201;
}