@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font: 15px/25px "BlenderPro-Medium", sans-serif;
    color: #393939;
    overflow-x: hidden;
    background: #f0f0f0;
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
    display: inline-block;
    font-family: "Montserrat", serif;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

select {
    background: #fff url("../images/arrow.png") no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #000;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

ul {
    margin: 0 0 0px;
    padding: 0;
    list-style-type: none;
}

img {
    max-width: 100%;
}

.theme1-btn {
    background-color: #008080;
    height: 50px;
    padding: 0 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: none;
    transition: ease-in;
    transition-duration: 0.5s;
}

.theme1-btn:hover {
    background-color: #026060;
    transition: ease-out;
    transition-duration: 0.5s;
}

.theme1-btn span.theme1-txt {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
}


/* btn Starts */


/* btn Ends */


/***** Font Files *****/

@font-face {
    font-family: "Fonts Awesome";
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "BlenderPro-Medium";
    src: url(../fonts/BlenderPro-Medium.ttf);
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "BlenderPro-Medium";
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: "BlenderPro-Medium";
    font-size: 28.31px;
    color: #010101;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: "BlenderPro-Medium";
    font-size: 35px;
    color: #000000;
    margin: 0 0 0px;
}

h4 {
    font-family: "BlenderPro-Medium";
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: "BlenderPro-Medium";
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: "BlenderPro-Medium";
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

p {
    color: #999898;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
    font-family: "BlenderPro-Medium";
}


/* Sidebar SEction Start */

section.side_bar {
    position: relative;
    z-index: 1;
    gap: 10vh;
    height: 100vh;
}

.side-bar-logo {
    text-align: center;
    padding: 20px 20px;
}
div#page-content {
    padding-left: 17%;
    padding-right: 40px;
}
.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}
.side-bar-list-logout {
}
.side-bar-profile  span {
    color: #7fc152;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
}


.side-bar-profile:before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
    width: 140px;
    height: 50px;
    background: #fff;
    margin: 0 auto;
}

ul.slidebar_menu li:nth-child(6) a {
    border: unset;
}
.side-bar-profile {
    border-width: 1px;
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding: 20px;
    text-align: center;
    position: relative;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    margin-bottom: 10px;
    object-fit: cover;
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

.side-bar-profile h5 {
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
}

.side-bar-profile p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
}

a {}

li.Logout {
    position: absolute;
    bottom: 30px;
    width: 90%;
    left: 8px;
}

li.Logout a {
    color: #fff !important;
    justify-content: center;
    border-radius: 29px;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 18px !important;
    font-weight:  400 !important;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #898989;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    width: 100%;
    /* height: 70px; */
    font-weight: 700;
    transition: 0.3s ease-in-out;
    font-family: "BlenderPro-Medium";
    border-bottom: 1px solid #0000002b;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    color: #000;
}

ul.slidebar_menu a img {
    transition: .2s all;
    width: 35px;
    height: 35px;
    object-fit: none;
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    object-fit: none;
}

.side-bar-logout-box a {
    background: #03101e;
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    border-bottom: 1px solid #fff;
    width: 100%;
    height: 80px;
    letter-spacing: 1px;
}

.side-bar-logout-box a i {
    font-size: 18px;
    font-weight: 600;
}

.dashbord-right-box {
    background: transparent;
    width: 100%;
    height: 100%;
}

.subchild {
    display: none;
    margin-left: 20px;
    position: relative;
}

.slidebar_menu li:hover>.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild {
    display: block;
    position: absolute;
    right: -170px;
    z-index: 999;
    background: #174d56;
    width: 170px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    overflow: hidden;
    top: 60px;
}

.slidebar_menu li a.active+.subchild a {
    justify-content: center;
}

.slidebar_menu {
    border-width: 1px;
    border-color: rgb(228, 228, 228);
    border-style: solid;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    padding-top: 0px;
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

.side-bar-list {
    padding: 0;
    /* height: 70vh; */
    display: block;
    align-content: center;
    margin: 10px;
    margin-top: 0;
    border-radius: 20px;
    /* border: 1px solid #00000021; */
}

li.list-item a {
    border-bottom: 0;
}


/* Sidebar SEction End */

ul.slidebar_menu li:last-child a {
    border: 0;
}

.slidebar_menu::before {}


/*  Header Nav Bar Start */

.search-nav {
    position: relative;
    margin-bottom: 0;
    z-index: 99;
    /* border-bottom: 1px solid #e9e9eb; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px 0;
}

.search-nav .row {
    width: 100%;
}

.header-search button {
    width: 60px;
    height: 50px !important;
    background: unset;
    border: 0;
    font-size: 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    border-radius: 7px;
    color: #00000052;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 50px;
    height: 50px;
    font-family: 'Montserrat';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox {
    font-size: 18px;
    color: #279c4e;
    position: relative;
    /* width: 50px; */
    /* height: 50px; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    font-weight: 600;
    z-index: 99;
}

a.mailbox span {
    width: 5px;
    height: 5px;
    background: #279c4e;
    padding: 1px;
    position: absolute;
    top: 10px;
    right: 13px;
    border-radius: 10px;
    z-index: 1;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 15px;
    align-items: baseline;
}

.user-profile-img {
    border-radius: 65px;
}

.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    position: relative;
    margin-bottom: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

.search-nav .row {
    align-items: center;
}

.notification-box {
    position: relative;
}

.side-bar-logo img,
.side-bar-logo a {
    width: auto;
    object-fit: cover;
}


/* Mail Box */

ul.mail-messages {
    position: absolute;
    right: 0;
    width: 230px;
    background: #279c4e;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    top: 30px;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: #03101e;
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.mail-messages li .mail-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.mail-messages li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.mail-messages li:last-child {
    border: 0;
}


/* Mail Box */


/* Notification Box */

ul.notification-messages-list {
    position: absolute;
    right: 0;
    width: 230px;
    background: #279c4e;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    top: 30px;
}

ul.notification-messages-list li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
}

ul.notification-messages-list li .notification-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.notification-messages-list li:hover {
    background: #61656a;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
}

ul.notification-messages-list li .notification-info span {
    font-size: 8px;
    color: #fff;
    position: absolute;
    right: 0;
    bottom: -13px;
}

ul.notification-messages-list li {
    padding: 10px 10px;
    border-bottom: 1px solid #fff;
    transition: .2s all;
}

ul.notification-messages-list li:last-child {
    border: 0;
}

.notification-dropdown-btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
}

.notification-dropdown-btns a {
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    background: #a1cf53;
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #a1cf53;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: #000;
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    position: absolute;
    right: 10px;
    width: 150px;
    background: #000000;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    display: grid;
}

.user-profile-dropdown a {
    padding: 10px;
    border-bottom: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-transform: uppercase;
    transition: .2s all;
    text-align: center;
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #279c4e;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #279c4e;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    line-height: 1.2;
}

.user-profile-info h4>i {
    position: absolute;
    right: -20px;
    top: 0;
}

.header-search {
    position: relative;
    margin-left: auto;
}


/* Profile Box */


/* Home PAge Start */

div#sidebar a.close-btn {
    display: none;
}

div#sidebar a.toggle-btn {
    display: none;
}

.dashboar_page-content {padding-bottom: 30px;}

.welcome-box h3 {
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
    color: #fff;
    display: inline-block;
    margin-bottom: 20px;
}

.welcome-box p {
    line-height: 27px;
    margin-top: 6px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
    opacity: 0.6;
}

.wecolme-box-main {
    position: relative;
}

.welcome-box {
    position: absolute;
    top: 0;
    left: 4%;
    width: 60%;
    top: 25%;
    margin: auto;
    display: block;
    align-content: center;
    margin-bottom: 0 !important;
}

img.wecolme-img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 40px;
}

.welcome-box h3 span {
    display: block;
}


.chart-container {
    position: relative;
}

.card p span {
    display: block;
    font-size: 22px;
    margin: 0px 0;
    font-weight: 600;
    color: #1c2b3e;
}

.month-display {
    font-size: 1.5em;
    margin-bottom: 10px;
    color: #000;
    text-align: center;
    margin: 30px 0 -25px 0;
}


/* Home PAge End */


/* Notification Page */

.notify-page.theme-box {
    height: 80vh;
}

.notification-page {
    padding: 20px;
    background: #fff;
    border-radius: 20px;
}

.all-mail-area {
    padding: 0 20px 20px 20px;
}


/* Notification Page */

.wecolme-box-main .slick-dots {
    bottom: 30px;
    left: 0;
    right: auto;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    background: #ffffff;
    width: fit-content;
    padding: 5px;
    border-radius: 20px;
}

.wecolme-box-main .slick-slide {
    margin: 0;
    opacity: 1;
}

.wecolme-box-main .slick-dots li button:before {
    display: none;
}

.wecolme-box-main .slick-dots li {
    opacity: 1;
    padding: 0;
    width: 15px;
    height: 10px;
    background: #bee9e3;
    margin: 0;
    border-radius: 10px;
    transition: .5s all;
}

.wecolme-box-main .slick-dots li button {
    display: none;
}

.wecolme-box-main li.slick-active {
    width: 25px;
    background: #279c4e;
}

ul.category-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

ul.category-list li {
    width: 24%;
    background: #fff;
    padding: 20px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    border-radius: 10px;
}

.catg-imag {
    width: 45px;
    height: 45px;
    background: #e8f4e8;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: 1px solid #62b563;
}

.catg-text h5 span {
    display: block;
}

.catg-imag img {
    width: 30px;
    height: 30px;
    object-fit: scale-down;
}

.catg-text {
    width: 70%;
}

.catg-text h5 {
    font-size: 13px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-family: 'BlenderPro-Medium';
    margin-bottom: 0;
    font-weight: 600;
}

.catg-text p {
    font-size: 17px;
    color: #959595;
    font-family: 'BlenderPro-Medium';
    text-transform: uppercase;
    margin: 0;
    font-weight: 500;
}

a.theme-btn {
    background: #279c4e;
    color: #fff;
    border-radius: 50px;
    padding: 15px 25px;
    text-transform: uppercase;
}

.recomend-imag a {
    display: block;
}

.profile-card {
    background: #fff;
    border-radius: 35px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.profile-header {
    height: 110px;
    position: relative;
    background-image: url(../images/cover-photo.jpg);
    background-size: cover;
    border-radius: 35px;
}

.profile-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 10px solid #fff;
    position: absolute;
    bottom: -45px;
    left: 0;
    object-fit: cover;
    background: #eee;
    margin: 0 auto;
    right: 0;
}

.profile-body {
    padding: 60px 10px 24px;
}

.profile-top {text-align: center;}

.profile-name {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.5px;
    margin: 0;
    color: #000;
    text-transform: uppercase;
}

.profile-sub {
    font-size: 18px;
    color: #000;
    text-transform: uppercase;
    font-weight: 500;
}

.edit-btn {
    background: #f3f4f4;
    border: none;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 15px;
    cursor: pointer;
    color: #000;
    border: 1px solid #e7e7e7;
}

.divider {
    height: 1px;
    background: #eee;
    margin: 20px 0;
}

h4 {
    font-size: 13px;
    margin: 0 0 8px;
    letter-spacing: 0.6px;
}

.about-text {
    font-size: 12px;
    color: #8a8a8a;
    line-height: 1.6;
    font-weight: 600;
}

.contact-box {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}

.icon {
    font-size: 17px;
    background: linear-gradient(10deg, rgb(161,207,83) 0%, rgb(39,156,78) 100%);
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.contact-box small {
    display: block;
    font-size: 11px;
    color: #9aa5a3;
    margin-bottom: 2px;
}

.contact-box span {
    font-size: 13px;
    color: #333;
}

.profile-body h4 {
    font-size: 20px;
    font-weight: 500;
}
.contact-info-main {column-count: 2;margin-top: 30px;}

.contact-box-small {
    width: 85%;
    background: #fff;
    border: 1px solid #e7e7e7;
    padding: 10px 15px 10px 15px;
    box-shadow: 0 0 10px #0000001a;
    position: relative;
    border-radius: 8px;
}

.contact-box-small h5 {
    font-weight: 500;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0;
}

.contact-box-small a,
.contact-box-small p {
    color: #999898;
    font-weight: 600;
    font-size: 10px;
}

.contact-box-small:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 5px;
    height: 50%;
    background-image: -webkit-linear-gradient(10deg, rgb(161, 207, 83) 0%, rgb(39, 156, 78) 100%);
}

p#fileName span {
    display: block;
}

ul#myTab {
    justify-content: end;
    border: unset;
    background: #eaeaea;
    border-radius: 50px;
    padding: 0;
    display: inline-flex;
}

ul#myTab button {
    font-family: "BlenderPro-Medium";
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    padding: 10px 21px;
    border-radius: 50px;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
    background: #279c4e;
    border: unset;
    border-radius: 0;
    color: #fff !important;
}

select#fileType {
    border: 2px solid #f0f0f0;
    padding: 15px 10px;
    border-radius: 8px;
    margin: 10px 0;
}

.recomend-box a.theme-btn {
    padding: 10px 20px;
    margin-top: 18px;
}



/*Login Start*/

.log-p {
    padding: 50px 100px;
    position: relative;
}

.log-form {
    background-color: #fff;
    border-radius: 11px;
    position: relative;
    padding: 40px 30px 30px 30px;
}

.inner-banner-sec {
    background-image: url(../images/inneer-banner.jpg);
    width: 100%;
    height: 630px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner-banner-text h2 {
    font-size: 90px;
    text-transform: uppercase;
    color: #000;
    font-family: "pertibd";
    margin-bottom: 0;
}

.inner-banner-text {
    margin-left: 15px;
}

ul.dropdown-menu2.chg li {
    padding: 15px 70px !important;
}

.log-form.chg1:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    /* background: #dedede; */
    right: -70px;
    top: 60px;
}

.log-form-heading ul li h2 {
    font-size: 27px;
    color: #000;
    margin-bottom: -10px;
    text-transform: uppercase;
    font-weight: 600;
}

.log-form-heading {
    position: relative;
    z-index: 9999;
}

.log-form-input input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form input::placeholder {
    font-size: 15px;
    color: #626264;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.log-form {
    position: relative;
}

.log-form:after {
    content: "";
    position: absolute;
    /* background: #f5f6fa; */
    width: 100%;
    height: 135px;
    top: 0;
    left: 0;
    z-index: 1;
}

.log-form-heading ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.log-form-heading ul li p {
    font-size: 12px;
    color: #aaabac;
    margin-bottom: 0;
    font-family: 'Montserrat';
}

.log-form input {
    width: 100%;
    border: 1px solid #e6e6e6;
    padding: 22px 30px;
    margin-top: 25px;
    background: unset;
    border-radius: 5px;
}

.btn-submits {
    font-family: 'cutmark';
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 18px !important;
    border-radius: 50px;
}

.btn-submits:hover {
    color: #fff;
}

.log-form-footer {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-top: 20px;
}

.log-form-footer input {
    width: 20px;
}

.log-form-footer a {
    color: #b7b6b6;
    font-size: 14px;
    font-weight: 600;
}

.log-form p {
    color: #000000;
    font-size: 11px;
    padding-top: 20px;
    margin-bottom: 30px;
    font-family: 'Montserrat';
}

.log-form p a {
    text-decoration: underline;
    color: #279c4e;
    font-weight: 600;
}

.login-with h2 {
    font-size: 21px;
    color: #8d8d8d;
    text-align: center;
    margin-bottom: 35px;
    font-family: 'Montserrat';
}

.login-with {
    margin-top: 35px;
}

.login-with ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
    gap: 30px;
}

.login-with ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    background: #1976d2;
    border-radius: 5px;
    padding: 20px 25px;
    color: #fff;
    width: 100%;
    justify-content: center;
}

.login-with ul li h3 {
    font-size: 19px;
    margin-bottom: 0;
    color: #fff;
}

li.back-colour {
    background: #121212 !important;
}

li.back-colour1 {
    background: #d84938 !important;
}

.login-with ul li i {
    font-size: 25px;
}

.log-form-input button.btn-1:before {
    width: 110px;
}

.log-form-input button.btn-1 {
    font-family: 'cutmark';
    color: #fff;
    font-size: 16px;
    padding: 15px 30px;
    width: 100%;
    display: block;
    text-align: center;
    margin-top: 20px;
    border-radius: 5px;
    margin: 0 auto;
    border: 0;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-size: 18px !important;
    border-radius: 50px;
}

.btn-contact-log {
    text-align: center;
    margin-top: 20px;
}

.news-slide .slick-list.draggable {
    padding-right: 150px;
}

.account-head h3 {
    font-size: 34.35px;
    color: #000;
    text-transform: uppercase;
    font-weight: 100;
}

.view-pass {
    position: relative;
    z-index: 1;
}

.view-pass i {
    position: absolute;
    right: 12px;
    bottom: 22px;
    cursor: pointer;
}

.logn-check input[type="checkbox"] {
    display: none;
}

.logn-check label {
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    display: inline-block;
}

section.log-p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: #0000001f;
    margin: 0 auto;
}

.logn-check label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #008080;
    border-radius: 4px;
    background-color: white;
}

.logn-check input[type="checkbox"]:checked + label::before {
    background-color: #008080;
    border-color: #008080;
    content: "\f00c";
    font-family: "Font Awesome 5 Free";   
    font-weight: 900;                     

    color: #fff;
    font-size: 12px;

    display: grid;
    place-content: center;
}


.login-header {
    text-align: center;
    border-bottom: 1px solid #0000001f;
    padding: 10px 0;
}

.log-form-heading p {
    padding: 0;
    margin: 0;
}

.log-form-heading h2 {
    font-size: 30px;
    text-transform: uppercase;
}

.timeline-item-card small {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 20px;
}

.timeline-item input[type="radio"]:checked+.timeline-item-card h6 {
    color: #fff;
}

html .timeline-item-card small i {
    background: #fff;
    color: #008080 !important;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.progress-container p {
    color: #737c88;
}

a.toggle-btn {
    display: none;
    color: #000;
}

a.close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    display: none;
}

.login-with ul li a {
    color: #fff;
}

html {
    overflow-x: hidden;
}

/*Login End*/


.welcome-box h3 span {
    font-size: 20px;
}

.welcome-box h3:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 100%;
    height: 1px;
    background: #ffffff45;
}

.welcome-box h3:after {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 0;
    height: 1px;
    width: 20px;
    background: #fff;

}
.card-box{
    background:#fff;
    border-radius: 20px;
    padding: 50px 20px;
    box-shadow:0 20px 45px rgba(0,0,0,.06);
    margin-top: 10px;
}

/* Header */
.legend span{
    margin-right:18px;
    font-size:13px;
    color:#555;
}
.legend i{
    width: 25px;
    height: 8px;
    display:inline-block;
    margin-right:6px;
    border-radius: 50px;
}

/* Buttons */
.btn-light,
.btn-outline-secondary{
    font-size:13px;
}

/* Chart spacing */
canvas{
    margin-top:15px;
}
.card-box h6 {
    font-size: 26px;
    margin-bottom: 10px;
    font-weight: 600;
}
.time-clock-card{
    margin:auto;
    background:#fff;
    border-radius:24px;
    padding: 20px 25px;
    text-align:center;
    box-shadow:0 20px 45px rgba(0,0,0,0.06);
    margin-top: 20px;
}

.time-clock-card .title{
    font-weight:600;
    letter-spacing:1px;
    margin-bottom:4px;
}

.time-clock-card .date{
    font-size:13px;
    color:#8a8a8a;
    margin-bottom:22px;
}

/* TIME */
.time-boxes{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:10px;
    margin-bottom:18px;
}

.time-boxes span{
    font-size:20px;
    font-weight:600;
    color:#999;
}

.time-box{
    background:#f2f2f2;
    border-radius:8px;
    padding:12px 14px;
    min-width:48px;
    font-size:18px;
    font-weight:600;
    color:#333;
}

.time-box.ampm{
    padding:12px 16px;
}

.signed-text{
    font-size:13px;
    color:#8a8a8a;
    margin-bottom:18px;
}

.status-badge{
    display:inline-block;
    background-image: -webkit-linear-gradient(17deg, #f5faec 0%, #e8f4ec 100%);
    color: #45a94f;
    padding:8px 16px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
}
.route-box {
    background:#fff;
    border-radius:30px;
    padding:25px;
    margin-top: 20px;
}

.route-title {
    text-align:center;
    font-weight:700;
    letter-spacing:2px;
    margin-bottom:20px;
}

.search-box input {
    background:#eee;
    border:none;
    border-radius:30px;
    padding:14px 20px;
}

.map-box {
    margin-top:20px;
    border-radius:25px;
    overflow:hidden;
}

.map-box img {
    width:100%;
    height: 120px;
    object-fit:cover;
}
.search-box {
    position: relative;
}

.search-box button {
    position: absolute;
    top: 16px;
    right: 20px;
    background: unset;
    border: unset;
    padding: 0;
    color: #0000004f;
}



/* attendance page :start */


.attendance-card {
    background: #ffffff;
    border-radius: 16px;
    padding: 26px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.03);
}

.subtext {
    font-size: 13px;
    color: #8a8f98;
}

.month-dropdown {
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 6px 14px;
    font-size: 13px;
    background: white;
    appearance: auto;
    padding: 10px 40px 10px 10px;
}

.export-btn {
    border: none;
    color: white;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 20px;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
    font-weight: 400;
}

.stat-box {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 14px;
    border-width: 1px;
    border-color: rgb(231, 231, 231);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 255, 255);
}

.stat-icon {
    align-items: center;
    font-size: 18px;
    width: 45px;
    height: 45px;
    background: #e8f4e8;
    display: grid;
    place-content: center;
    border-radius: 50%;
    border: 1px solid #62b563;
}

.stat-value {
    font-size: 18px;
    font-weight: 700;
}

.stat-label {
    font-size: 15px;
    color: #8a8f98;
    text-transform: uppercase;
}

.attendance-table {
    border-collapse: separate;
    border-spacing: 0 10px;
}

.attendance-table thead {
    background: #f1f3f5;
}

.attendance-table th {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    padding: 14px;
}

.attendance-table tbody tr {
    background: #ffffff;
}

.attendance-table td {
    padding: 14px;
    font-size: 14px;
}

/* Pills */
.pill {
    padding: 10px 18px;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 700;
}

.present {
    background: #dcfce7;
    color: #30af5f;
}

.absent {
    background: #fee2e2;
    color: #e13f3f;
}

.late {
    background: #fef9c3;
    color: #ca8a04;
}
/* attendance page :end */

/* ================= SIDEBAR ================= */
.route-sidebar{
    background:#fff;
    border-radius:14px;
    padding: 30px 15px;
}

.route-list{
    position:relative;
    padding-left: 32px;
    margin-top:20px;
}

.route-list::before{
    content:"";
    position:absolute;
    left: 2px;
    top: 30px;
    bottom:0;
    width:2px;
    background:#e0e0e0;
}

.route-item{
    position:relative;
    margin-bottom:20px;
}

.route-dot{
    position:absolute;
    left:-38px;
    top:26px;
    font-size:14px;
    color:#cfd8dc;
    background:#fff;
    z-index:2;
}

.route-item.active .route-dot{
    color:#4CAF50;
}

.route-card{
    background:#fff;
    border-radius:12px;
    padding: 20px 15px;
    border:1px solid #eee;
}

.route-item.active .route-card{
    color:#fff;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
}

.route-time{
    font-size:13px;
    opacity:.85;
    color: #000;
    margin-top: 20px;
}


.search-input{
    border-radius:30px;
    padding:10px 18px;
}

.btn-green{
    color:#fff;
    border-radius:30px;
    padding:10px 22px;
    border:none;
    width: 33%;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
}

/* Stat cards */
.stat-card{
    background: #fff;
    border-radius: 8px;
    padding:18px;
    display:flex;
    align-items:center;
    gap:15px;
}

.stat-icon{
    width:46px;
    height:46px;
    border-radius:50%;
    background:#e8f5e9;
    color:#4CAF50;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:18px;
}

/* Route image */
.route-img{
    width:100%;
    height:240px;
    object-fit:cover;
    border-radius:14px;
}

/* Labels */
.route-dtl .label{
    font-size: 18px;
    text-transform:uppercase;
    color: #36a24e;
}

.route-item.active .route-card * {
    color: #fff;
}
.route-dtl {
    background: #fff;
    border-radius: 14px;
    padding: 30px 15px;
}
.route-dtl h4 {
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 20px;
}
.route-dtl-listing p {
    font-size: 16px;
    text-transform: uppercase;
    color: #313131;
}
.route-dtl-list-box {
    margin-bottom: 20px;
}
.notes-wrapper{
    background:#fff;
    border-radius:16px;
    padding:25px;
}

/* HEADER */
.notes-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:20px;
}

.notes-header h4{
    margin:0;
    font-weight:600;
}

.notes-header p{
    font-size:13px;
    color:#777;
    margin:0;
}

.btn-note{
    color:#fff;
    border-radius:20px;
    padding:6px 16px;
    font-size:13px;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
}

/* NOTE CARD */
.note-card{
    background:#fff;
    border-radius: 10px;
    padding:15px;
    height:100%;
    border: 1px solid #00000017;
    box-shadow: 0 0 10px #0000001a;
}

.note-img{
    border-radius:10px;
    overflow:hidden;
    height:120px;
    margin-bottom:12px;
    width: 50%;
}

.note-img img{
    width:100%;
    height:100%;
    object-fit:cover;
}

/* TITLE */
.note-title{
    font-weight:600;
    font-size:14px;
    margin-bottom: 10px;
}

/* TEXT */
.note-text{
    font-size:12px;
    color:#777;
    margin-bottom: 13px;
}

/* TAGS */
.note-tags span{
    background: #f2f2f2;
    border-radius:20px;
    padding: 4px 25px;
    margin-right:6px;
    display:inline-block;
    border: 1px solid rgb(225, 225, 225);
    background-color: rgb(242, 242, 242);
    color: #272725;
    font-size: 12px;
    text-transform: uppercase;
}

/* EDIT ICON */
.note-action{
    width: 30px;
    height: 30px;
    border-radius:50%;
    background:#f2f2f2;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:14px;
    border: 1px solid rgb(225, 225, 225);
    color: #797979;
    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 20px;
}
.note-fold {
    display: flex;
    gap: 20px;
}

.note-head {
    width: 70%;
    position: relative;
}
.note-head p {
    width: 90%;
}
/* CARD HEADER */
/* Profile Start */

.profile-form-box.white-box {
    margin-bottom: 20px;
    padding: 20px;
}

.prf-heading h2 {
    font-size: 25px;
    color: #1f1f1f;
    text-transform: uppercase;
    font-weight: 700;
}

.profile-form-box.white-box ul#myTab {
    border: 1px solid;
    margin: 20px 0;
    padding: 0;
    border-radius: 5px;
    border: 0;
    gap: 10px;
}

.profile-form-box.white-box .nav-link {
    text-transform: uppercase;
    border: unset !important;
    border-radius: unset;
    background: #eeeeee;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

.profile-form-box.white-box form label {
    font-size: 14px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.profile-form-box.white-box form input,
.profile-form-box.white-box form select {
    width: 100%;
    border-width: 1px;
    border-color: rgb(4 4 4 / 24%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 50px;
    padding: 0 20px;
    margin-bottom: 30px;
    color: #8c8c8c;
    font-size: 12px;
    -webkit-appearance: auto;
    text-transform: uppercase;
}

.prf-input input[type="password"]::placeholder {
    font-size: 20px;
    line-height: 1;
    padding: 0;
    margin: 0;
}


.profile-form-box.white-box form input::placeholder {
    text-transform: uppercase;
}

.profile-form-box.white-box .nav-link.active {
    color: #fff;
    position: relative;
    background: #fd7925;
    border-radius: 4px;
}

.profile-form-box.white-box form textarea {
    width: 100%;
    border-width: 1px;
    border-color: rgb(0 0 0 / 24%);
    border-style: solid;
    border-radius: 5px;
    background: unset;
    padding: 10px 20px;
    margin-bottom: 30px;
    color: #fff;
    height: 100px;
    resize: none;
}

.profile-form-box.white-box form button {
    font-size: 14px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    padding: 15px 40px;
    border-radius: 50px;
    border: 0;
    background-image: -webkit-linear-gradient(10deg, #a1cf53 0%, rgb(39, 156, 78) 100%);
}

.pofile-chg-box h5 {
    font-size: 25px;
    color: rgb(20 20 20);
    text-transform: uppercase;
}

.pofile-chg-box ul li img {
    width: 110px;
    height: 110px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: #e5e5e5;
    border-style: solid;
    border-radius: 50px;
    background-color: rgb(29 29 29 / 0%);
    color: #000;
    height: 43px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0 30px;
}

.pofile-chg-box {
    padding: 0;
    border-left: 1px solid #0000002e;
}

.prf-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    border-bottom: 1px solid #cacaca;
}


.follower-box {
    border: 1px solid;
    border-radius: 20px;
    padding: 30px 20px;
    background: #1d1d1d;
    margin-bottom: 20px;
}

ul.followers {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
}

.follower-box h4 {
    font-size: 32px;
    font-family: "BlenderPro";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    margin-bottom: 0;
}

ul.followers p {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.502);
    text-transform: uppercase;
}

.followers-btn {
    display: flex;
    justify-content: center;
}

.followers-btn a {
    background: #ff00c0;
    border: unset;
    color: #fff;
    padding: 12px 25px;
    border-width: 1px;
    border-color: rgb(54, 54, 54);
    border-style: solid;
    border-radius: 10px;
    background-color: rgb(255, 0, 192);
}

.Setting-main-box {
    border-width: 1px;
    border-color: rgb(202, 202, 202);
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(255, 255, 255);
    height: 100%;
}

.profile-form-box.white-box form input::placeholder {
    color: #8b8b8b;
}

.prf-input h2 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    margin-bottom: 10px;
}


.profile-heading {
    position: relative;
    z-index: 1;
    padding: 20px 20px;
    border-bottom: 1px solid #e7e7e7;
    margin: 0 10px 20px;
}

.profile-heading h5 {
    margin: 0;
}

.contact_map iframe {
    width: 100%;
    height: 220px;
    border-radius: 5px;
}

.profile-setting-content .white-box {
    height: 750px;
}
.dashboar_page-content.profile-page {
    background: #fff;
    border-radius: 15px;
}

/* Profile End */
.dashboard_page-box {
    padding-bottom: 30px;
}
.password-field {
    position: relative;
}


.toggle {
    position: absolute;
    right: 10px;
    top: 48px;
    cursor: pointer;
    color: #666;
}

.toggle:hover {
    color: #000;
}




.tc-card{
    background:#fff;
    border-radius:14px;
    padding:28px;
    box-shadow:0 10px 30px rgba(0,0,0,.05);
}

/* Green Header */
.tc-status{
    border-radius:16px;
    padding:28px 30px;
    color:#fff;
    background-image: url(../images/time-clock-banner.png);
    background-size: cover;
}

.tc-small{
    font-size:12px;
    letter-spacing:1px;
    opacity:.8;
}

.tc-big{
    font-size:26px;
    font-weight:700;
}

.tc-btn{
    border:2px solid #fff;
    color:#fff;
    border-radius:30px;
    padding:10px 22px;
    font-weight:600;
    background:transparent;
}

.tc-btn:hover{
    background:#fff;
    color:#21a553;
}

/* Stat Cards */
.tc-stat{
    background:#fff;
    border-radius: 8px;
    padding:22px;
    /* box-shadow:0 6px 18px rgba(0,0,0,.06); */
    text-align:center;
    border: 1px solid #00000021;
}

.tc-stat-title{
    font-size:11px;
    color:#8a8f98;
    letter-spacing:1px;
}

.tc-stat-value{
    font-size:26px;
    font-weight:700;
    margin-top:6px;
}

/* Table */
.tc-table th{
    font-size:12px;
    color:#8a8f98;
    border:0;
    background: #f2f2f2;
}

.tc-table td{
    padding:16px 10px;
    border-color:#f0f2f6;
    font-weight:500;
}

.tc-title{
    font-weight:700;
    letter-spacing:.5px;
}