/*********************************************************
******************* Typography Start *********************/
@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-ExtraBoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Jost';
    src: url('../../fonts/Jost-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

/*********************************************************
******************* Typography End **********************/

/*********************************************************
********************** Resets Start *********************/

:root {
    --white-color: #fff;
    --black-color: #000;
    --heading-color: #001a69;
    --body-font-color: #000000;
    --light-purple: rgba(117, 79, 254, 0.1);
    --orange-deep: #FF3C16;
    --gray-color: #767588;
    --gray-color2: #929292;
    --disable-color: #B5B4BD;
    --color-yellow: #FFC014;
    --light-bg: #F9F8F6;
    --page-bg: #F8F6F0;
    --border-color: rgba(0, 0, 0, 0.07);
    --border-color2: rgba(0, 0, 0, 0.09);
    --theme-color: #0000ff;
    --gradient-banner-bg: linear-gradient(to right, #000080, #00FFFF);
    --gradient-overlay-bg: rgba(0, 0, 0, 0) !important;
    --footer-gradient-bg: linear-gradient(180deg, #000000, #000000);
    --body-font-family: 'Jost', sans-serif;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
}

ul {
    list-style: none;
}

article,
aside,
canvas,
figure,
figure img,
figcaption,
audio,
video {
    display: block;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: bold;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

a img {
    border: 0;
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 0;
    perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    backface-visibility: hidden;
}

a,
input,
select,
textarea {
    outline: none;
}

img {
    width: auto;
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
    border-style: none;
    -webkit-perspective: 0;
    perspective: 0;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    visibility: visible;
    backface-visibility: hidden;
}

/* Selection colours (easy to forget) */
img::selection {
    background: transparent;
}

img::-moz-selection {
    background: transparent;
}

a {
    text-decoration: none;
    display: inline-block;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input:invalid,
input:required {
    box-shadow: none;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

input:required {
    box-shadow: none;
}

input::-moz-focus-inner {
    box-shadow: 0 0 0px transparent;
}

input:-internal-autofill-selected {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

/*********************************************************
********************** Resets End ***********************/

/*********************************************************
******************** Default Layout Start ***************/

body {
    color: var(--body-font-color);
    font-size: 1rem;
    line-height: 1.3;
    letter-spacing: normal;
    font-weight: 400;
    font-family: var(--body-font-family);
    background: var(--page-bg);
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body,
html {
    height: 100%;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--heading-color);
}

body,
main,
section,
header,
footer {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

a,
span {
    display: block;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

button {
    cursor: pointer;
}

button:focus {
    outline: none;
}

.bg-style {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo {
    width: 130px;
    height: 130px;
}

.logo img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.mobi {
    display: none;
}

.desk {
    display: block;
}

.common-wrap {
    max-width: 1280px;
    margin: 0 auto;
    clear: both;
    padding: 0 20px;
}

.centerY {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--white-color);
}

.btn {
    color: var(--white-color);
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--body-font-family);
    background-color: var(--theme-color);
    padding: 10px 20px;
    border-radius: 5px;
    border: 2px solid var(--theme-color);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn:hover {
    background-color: var(--white-color);
    color: var(--theme-color);
}

.errorlist li {
    color: red;
    font-weight: 400;
}

.messages {
    position: absolute;
    top: 8px;
    right: 10px;
    left: auto;
}

.messages .error {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #FF4D4F;
    color: #F8D7DA;
}

.messages .success {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #28A745;
    color: #D4EDDA;
}

.messages .warning {
    padding: 15px 20px;
    border-radius: 5px;
    background-color: #FFC107;
    color: #FFF3CD;
}

.w-full {
    width: 100%;
}

.h-full {
    height: 100%;
}

/********************************************************
***************** Flex style Start *********************/

.flex {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    -o-flex-flow: row wrap;
    flex-flow: row wrap;
}

.flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    -o-flex-flow: column wrap;
    flex-flow: column wrap;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -o-flex-align: center;
    align-items: center;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -o-flex-align: start;
    align-items: flex-start;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -o-flex-align: end;
    align-items: flex-end;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -o-flex-pack: center;
    justify-content: center;
}

.justify-space-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -o-flex-pack: justify;
    justify-content: space-between;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -o-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -o-flex-pack: end;
    justify-content: flex-end;
}

.order-1 {
    -moz-order: 1;
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -moz-order: 2;
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2
}

/********************************************************
***************** Flex style End ***********************/

/********************************************************
***************** Grid style Start *********************/
.grid {
    display: -ms-grid;
    display: -moz-grid;
    display: -ms-grid;
    display: -o-grid;
    display: -webkit-box;
    display: -ms-grid;
    display: grid;
}

/********************************************************
***************** Grid style End ***********************/

/********************************************************
********************** Global Style *********************/
.header-section {
    padding: 20px 0;
    background: var(--gradient-banner-bg);
    position: relative;
    z-index: 9999;
    transition: all ease-out 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #35750f !important;
    padding: 10px 0;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.sticky .logo {
    width: 110px;
    height: 110px;
}

.section-top-bar {
    background: var(--gradient-banner-bg);
    padding: 50px 0;
}

.section-top-bar h2 {
    color: var(--white-color);
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 10px;
    text-align: center;
}

.section-top-bar-url {
    text-align: center;
    column-gap: 5px;
}

.section-top-bar-url a {
    color: var(--disable-color);
    transition: all ease 0.3s;
}

.section-top-bar-url a:hover {
    color: var(--light-bg);
}

.section-top-bar-url span {
    color: var(--disable-color);
}

.section-top-bar-url i {
    color: var(--disable-color);
    text-decoration: underline;
}

label {
    font-weight: 500;
}

input,
select,
textarea {
    padding: 12px 20px;
    border-radius: 5px;
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--body-font-family);
    background-color: var(--white-color);
    color: var(--gray-color);
    border: 1px solid var(--disable-color);
    transition: all ease 0.2s;
}

input:focus,
select:focus,
textarea:focus {
    border: 1px solid var(--theme-color);
}

table {
    border: 1px solid var(--gray-color);
    border-radius: 2px;
}

table thead {
    border-bottom: 1px solid var(--gray-color);
}

table thead tr th {
    padding: 10px 0;
    border-right: 1px solid var(--gray-color);
}

table thead tr th:last-child {
    border-right: 0px;
}

table tbody tr {
    border-bottom: 1px solid var(--gray-color);
}

table tbody tr:last-child {
    border-bottom: 0px;
}

table tbody tr td {
    text-align: center;
    padding: 8px 0;
    border-right: 1px solid var(--gray-color);
}

table tbody tr td:last-child {
    border-right: 0px;
}

input,
select,
textarea {
    width: 100%;
}

.input-wrapper {
    position: relative;
}
.toggle-password {
    position: absolute;
    top: 15px;
    right: 10px;
    cursor: pointer;
}

/********************************************************
********************** Global Style *********************/

/****************************************************
****************** Ipad Desing **********************/

@media only screen and (min-width: 768px) and (max-width: 1024px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="number"],
    input[type="submit"],
    input[type="password"],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .mobi {
        display: none;
    }

    .desk {
        display: block;
    }

    .logo {
        width: 120px;
        height: 120px;
    }

}

/****************************************************
*************** Large Mobile Desing *****************/

@media only screen and (min-width: 351px) and (max-width: 767px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="number"],
    input[type="submit"],
    input[type="password"],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .mobi {
        display: block;
    }

    .desk {
        display: none;
    }

    .logo {
        width: 110px;
        height: 110px;
    }

    .sticky .logo {
        width: 90px;
        height: 90px;
    }

    label {
        font-size: 14px;
    }

    table thead tr th {
        font-size: 14px;
        font-weight: 500;
    }

    input,
    select,
    textarea {
        padding: 10px 20px;
    }

    .section-top-bar {
        padding: 30px 0;
    }

    .section-top-bar h2 {
        font-size: 1.2rem
    }

    .section-top-bar-url {
        font-size: 14px;
    }
}

/****************************************************
*************** Small Mobile Desing *****************/

@media only screen and (max-width: 350px) {

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    input[type="search"],
    input[type="number"],
    input[type="submit"],
    input[type="password"],
    select,
    textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .mobi {
        display: block;
    }

    .desk {
        display: none;
    }

    .logo {
        width: 100px;
        height: 100px;
    }

    .btn {
        font-size: 14px;
    }

    .sticky .logo {
        width: 80px;
        height: 80px;
    }

    label {
        font-size: 14px;
    }

    table thead tr th {
        font-size: 14px;
        font-weight: 500;
    }

    input,
    select,
    textarea {
        padding: 10px 20px;
    }

    .section-top-bar {
        padding: 30px 0;
    }

    .section-top-bar h2 {
        font-size: 1.2rem
    }

    .section-top-bar-url {
        font-size: 14px;
    }
}