@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@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 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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;
}

img {
  max-width: 100%;
}

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;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
}


/***** 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';
  src: url(../fonts/blenderpro-medium.ttf);
  font-weight: 400;
  font-style: normal
}


@font-face {
  font-family: 'blenderpro-heavy';
  src: url(../fonts/blenderpro-heavy.ttf);
  font-weight: 400;
  font-style: normal
}
/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: unset;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  text-transform: uppercase;
  background-image: -webkit-linear-gradient( 107deg, rgb(95,3,14) 0%, rgb(209,14,55) 100%);
  font-family: 'blenderpro';
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  border-color: #28b16d;
}

.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: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: 'Poppins', Sans-Serif;
  font-size: 18px;
  line-height: 23px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
  
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
  content: '';
  position: absolute;
  top: 35%;
  right: 0;
  width: 1px;
  height: 13px;
  background-color: #393939;
}

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #28b16d;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li:hover a {}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}
.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}
.droopdwon {
    float: left;
}
.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}
/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
/*banner css start */




.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}
.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}
.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}
.carousel-control.right {
  right: 0px;
}
.carousel-control.left {
  left: 0px;
}
.carousel-indicators {}
.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px!important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}
.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}
.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}
.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}
/*banner css end*/

.blog_sec {
  padding: 5% 0;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}




.dashboard_page-box {
    position: relative;
    z-index: 9;
}

section.side_bar {
    position: fixed;
    z-index: 1;
    background: #15294c;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: start;
    gap: 2vh;
    /* margin: 10px 0 10px 10px; */
    border-radius: 0px;
    height: 100vh;
    width: 16.5%;
}

.side-bar-logo {
    text-align: center;
    padding: 40px 0px;
    border-radius: 20px;
}

.dashboard_page-box .col-xl-2.col-lg-3.col-md-4 {
    padding: 0;
}

.dashboard_page-box .col-xl-10.col-lg-9.col-md-8 {
    padding: 0;
}

.side-bar-profile {
    text-align: center;
    padding: 20px 0;
}

.side-bar-profile h6 {
    font-size: 10px;
    color: #ffffff;
    text-transform: capitalize;
}

.side-bar-profile img {
    width: 100px;
    height: 100px;
    border: 3px solid #fff;
    border-radius: 4px;
    margin-bottom: 10px;
    object-fit: cover;
}

.side-bar-profile h5 {
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
}

ul.slidebar_menu a {
    font-size: 14px;
    text-transform: uppercase;
    color: #ffffff5c;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    padding: 20px 0 20px 20px;
    width: 100%;
    font-weight: 500;
    transition: 0.3s ease-in-out;
    font-family: var(--tertiary-font);
    position: relative;
    z-index: 1;
    gap: 15px;
    border-bottom: 1px solid #ffffff4f;
    font-family: 'blenderpro';
}

ul.slidebar_menu li:last-child a {
    border: 0;
}

ul.slidebar_menu a:hover,
ul.slidebar_menu a.active {
    color: #fff;
}

ul.slidebar_menu a::before {
    position: absolute;
    content: '';
    width: 0;
    height: 114px;
    right: 0px;
    top: 0px;
    bottom: 0;
    margin: auto;
    background-image: url(../images/bg-shap.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    z-index: -1;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition: .2s all;
}

ul.slidebar_menu a:hover::after,
ul.slidebar_menu a.active::after {
    width: 50px;
}

ul.slidebar_menu a:hover::before,
ul.slidebar_menu a.active::before {
    width: 100%;
}

img.lougout-img {
    width: 20px;
    filter: invert(1);
}

ul.slidebar_menu a img {
    width: 30px;
    height: 30px;
    border-radius: 7px;
    object-fit: scale-down;
    opacity: 1;
    transition: 0.3s ease-in-out;
    filter: brightness(0) saturate(100%) invert(73%) sepia(2%) saturate(0%) hue-rotate(105deg) brightness(92%) contrast(90%);
}

ul.slidebar_menu a:hover img,
ul.slidebar_menu a.active img {
    /* opacity: 1; */
    /* transition: 0.3s ease-in-out; */
    /* width: 30px; */
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(7deg) brightness(108%) contrast(101%);
}

.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: #fafafa;
    width: 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;
}

.header-search a {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #7c7c7c;
}

img.search-voice {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 5%;
    margin: auto;
}

ul.header-profile-list i {
    font-size: 18px;
    color: #7f7f7f;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transition: 0.3s ease-in-out;
}

.slidebar_menu {
    /* margin-left: 25px; */
}

ul.slidebar_menu a span {
    display: block;
    font-size: 11px;
    color: #7c7c7c;
}

li.list-item a {
    border-bottom: 0;
}

.slidebar_menu i.fa-solid.fa-angle-down.rotate {
    transform: rotate(180deg);
}

.slidebar_menu i {
    transition: .3s all;
}


/* Sidebar Section End */


/*  Header Nav Bar Start */

.search-nav {
    background: #f8f8f8;
    position: relative;
    z-index: 1;
    padding: 15px 22px 15px 22px;
    margin-bottom: 0;
}

.header-search button {
    width: 60px;
    height: 100%;
    background: #ebebeb00;
    border: 0;
    font-size: 15px;
    position: absolute;
    left: 0;
    top: 0;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.header-search input {
    width: 100%;
    padding: 10px 20px;
    font-size: 13px;
    font-weight: 500;
    outline: none;
    border: 1px solid #dddddd;
    border-radius: 70px;
    height: 50px;
    padding-left: 50px;
    font-family: 'blenderpro';
    background: transparent;
}

ul.header-profile-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
    margin-bottom: 0;
    margin-right: 20px;
}

a.mailbox i {
    font-size: 18px;
    color: #7f7f7f;
    position: relative;
    z-index: 1;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

a.notift-icon span,
a.mailbox span {
    width: 10px;
    height: 10px;
    background: #870021;
    padding: 1px;
    position: absolute;
    top: 11px;
    right: 9px;
    border-radius: 10px;
    z-index: 1;
    border: 2px solid #fff;
}

.mail-box {
    position: relative;
}

.user-profile-box {
    display: flex;
    justify-content: center;
    gap: 5px;
    cursor: pointer;
    border-left: 1px solid #e7e7e7;
    margin-left: -10px;
    padding-left: 10px;
    align-items: center;
}

.user-profile-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

.user-profile-info h4 {
    font-size: 14px;
    color: #000;
    text-transform: capitalize;
    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: #182a4b;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
    z-index: 999;
    z-index: 9999999999;
}

ul.mail-messages li a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    position: relative;
    font-family: 'Montserrat';
}

ul.mail-messages li .mail-img img {
    width: 40px;
    height: 40px;
    border-radius: 50px;
    object-fit: cover;
}

ul.mail-messages li:hover {
    background: var(--secondary-color);
}

ul.mail-messages li .mail-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'blenderpro';
    margin-bottom: unset;
}

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: #182a4b;
    padding: 0px 0;
    border-radius: 5px;
    overflow: hidden;
}

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: #81001f;
}

ul.notification-messages-list li .notification-info h6 {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    font-family: 'blenderpro';
    text-transform: uppercase;
    margin-bottom: 0px;
}

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: var(--secondary-color);
    padding: 5px 8px;
    border-radius: 5px;
    width: 48%;
    justify-content: center !important;
    border: 1px solid #ffffff;
}

ul.notification-messages-list li:hover .notification-dropdown-btns a {
    background: var(--secondary-color);
}


/* Notification Box */


/* Profile Box */

.user-profile-dropdown {
    z-index: 999;
    position: absolute;
    right: 70px;
    width: 200px;
    background: #182a4b;
    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;
    font-family: 'blenderpro';
}

.user-profile-dropdown a:last-child {
    border: 0;
}

.user-profile-dropdown a:hover {
    background: #840020;
}

.user-profile-info h4>span {
    display: block;
    font-size: 10px;
    color: #777777;
    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;
    width: 100%;
}


/* Profile Box */

ul.slidebar_menu a i {
    position: absolute;
    right: 15px;
}

ul.sub-menu {
    padding-left: 40px;
    padding-bottom: 10px;
    padding: 10px 0px 10px 40px;
}

ul.sub-menu li a {
    padding: 0;
    border: 0;
}

.logout-button {
    margin-top: 59px;
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    /* display: none; */
}

.logout-button a::before {
    background-color: #fff;
}

.logout-button a {
    /* color: #fff; */
    /* border: 1px solid; */
    gap: 10px;
}




/*Notification Start*/

.notification-txt ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #d5d5d5;
    padding: 20px;
    margin: 0 0 10px;
    border-radius: 5px;
}

.notification-txt ul li h6 {
    font-size: 16px;
    font-family: 'Montserrat';
    margin: 0;
    color: #666666;
}

.notification-txt ul li h6 span {
    color: #256c42;
}

.notification-txt ul li h6 i {
    font-size: 16px;
    color: #256c42;
    margin-right: 10px;
}

.notification-txt ul li h5 {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #256c42;
    margin: 0;
}

.notification-txt ul li i:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #f0fff6;
    color: #256c42;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #8b8b8b;
}

.user-profile-info h6 {
    font-size: 15px;
    font-family: 'blenderpro';
    line-height: 20px;
    margin-bottom: unset;
    text-transform: uppercase;
    color: #000;
    text-transform: uppercase;
}

.user-profile-info h6 span {
    font-size: 12px;
}
/*Notification Start*/
.logout-button a.theme-btn {
    padding: 15px 61px;
}
ul.header-profile-list i:hover {
    background: #f4e6e8;
    color: #a30a26;
}
.user-profile-img:after {
    content: '';
    position: absolute;
    top: -1.5px;
    left: -2.5px;
    background: #f2f2f2;
    width: 57px;
    height: 53px;
    border-radius: 50px;
    z-index: -1;
}
.user-profile-img {
    position: relative;
    border: 3px solid #8a0022;
    border-radius: 50px;
    border-right-color: transparent;
    border-bottom-color: transparent;
}

.job-listing-main h2 {
    font-family: 'blenderpro-heavy';
    font-size: 28px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 22px;
    line-height: 30px;
}

/*Dashboard main Page Css Start*/
.dashboar_page-content.home-page {
    background: #f8f8f8;
    padding: 15px 22px;
}
.welcome-box {
    background-image: url(../images/banner-index.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 34px 39px;
    border-radius: 15px;
    margin-bottom: 25px;
}
.welcome-text h2 {
    font-family: 'blenderpro-heavy';
    color: #fff;
    font-size: 28px;
    margin-bottom: -11px;
}

.welcome-text p {
    font-size: 12px;
    color: #ffffff91;
    font-family: "Montserrat", sans-serif;
}

/* Acitvities */

.activity-tet img {
    background: #efe4e5;
    padding: 17px 18px;
    border-radius: 40px;
    width: 52px;
    height: 50px;
}

.activity-tet p {
    font-family: 'blenderpro' !important;
    font-size: 16px !important;
    color: #000;
    font-weight: 600;
    margin-bottom: unset;
    line-height: 23px;
}

.activity-tet p span {
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
}

.activity-tet {
    display: flex;
    align-items: center;
    gap: 11px;
}


p.btm-act-text {
    font-family: 'blenderpro';
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #00000069;
    margin-top: 14px;
    margin-bottom: 0px;
    padding-top: 4px;
}

p.btm-act-text span {
    color: #27ae62;
}

.activity-main-box {
    background: #fff;
    border: 1px solid #00000040;
    border-radius: 10px;
    padding: 10px 10px;
}
span.fr-colour {
    color: #e67e22 !important;
}
.activities-list .col-md-3.col-lg-3.col-12 {
    padding: 0px 4px;
}

.activities-list {
    margin: 0px 10px;
}
/* Acitvities */


/*job Lisitng Start*/

.job-listing-head th {
  text-align: left;
  font-size: 13px;
  color: #999;
  font-weight: 600;
  padding: 10px 15px;
}

.job-listing-head {
  background: transparent;
}

.job-listing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.job-listing-row {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}

.job-listing-row td {
  padding: 18px 15px;
  font-size: 15px;
  color: #000;
  font-family: 'blenderpro';
  /* text-align: center; */
  text-transform: uppercase;
}

.job-listing-title {
  font-weight: unset;
  color: #333;
}

.job-listing-status {
  padding: 5px 14px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 300;
  font-family: 'blenderpro';
  text-transform: uppercase;
}

.job-listing-status.active {
  background: #e6f6ec;
  color: #28a745;
}

.job-listing-status.closed {
  background: #fdeaea;
  color: #dc3545;
}

.job-listing-actions i {
  /* padding: 8px; */
  background: #f1f1f1;
  border-radius: 6px;
  cursor: pointer;
  color: #666;
  transition: 0.3s;
}

.job-listing-actions i:hover {
  background: #e0e0e0;
  color: #000;
}
table.job-listing-table thead {
    border-radius: 0px;
    background-color: #f3f3f3;
}

table.job-listing-table thead th {
    color: #000;
    font-family: 'blenderpro';
    text-transform: uppercase;
    font-weight: unset;
    font-size: 15px;
}
.job-listing-row td:first-child {
    text-align: left;
}

.job-listing-actions button {
    text-align: center;
    border: unset;
    padding: 7px 10px;
    border-radius: 7px;
}
.job-listing-row td {
  background: #fff;
  padding: 18px 15px;
  border-top: 1px solid #0000004a;
  border-bottom: 1px solid #0000004a;
}

.job-listing-row td:first-child {
  border-left: 1px solid #0000004a;
  border-radius: 10px 0 0 10px;
}

.job-listing-row td:last-child {
  border-right: 1px solid #0000004a;
  border-radius: 0 10px 10px 0;
}

/*Job Lisitng End*/


/*industry Demand Start*/

.demand-progress-bar {
  width: 148px;
  height: 148px;
  position: relative;
}

.circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.circle::before {
  content: "";
  position: absolute;
  width: 110px;
  height: 110px;
  background: #fff;
  border-radius: 50%;
}

.circle span {
  position: relative;
  font-size: 28px;
  font-weight: bold;
  font-family: 'blenderpro-heavy';
  color: #000;
}

.bars {
  width: 110px;
}

.bar-item {
  margin-bottom: 17px;
}

.bar-item p {
  font-size: 12px;
  color: #888;
  margin: 0;
  font-size: 12px;
  font-family: 'blenderpro';
  margin-bottom: -7px;
}

.bar-item h3 {
  margin: 0px 0 0px;
  font-family: 'blenderpro';
  font-size: 25px;
  color: #161616;
}

.progress {
  height: 8px;
  background: #e0e0e0;
  border-radius: 50px;
  overflow: hidden;
}

.progress-fill {
  height: 100%;
  width: 0%;
  border-radius: 50px; 
  transition: width 1s ease;
}

.red { background: #b30021; }
.navy { background: #0f1c3f; }
.gray { background: #999; }

.progress-main-percent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.demand-main-box h2 {
    font-size: 25px;
    font-family: 'blenderpro-heavy';
    color: #0f0f0f;
    margin-bottom: 0px;
}

.demand-main-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    padding: 1px 18px 10px;
    border-radius: 10px;
    border: 1px solid #0000002e;
}
/*industry Demand End*/


/*job Application Start*/

.job-application {
    max-width: 100%;
    margin: 8px auto;
    font-family: Arial, sans-serif;
    margin-bottom: unset;
}

.job-card {
    display: flex;
    align-items: center;
    background: #f5f5f5;
    border-radius: 10px;
    padding: 12px 10px;
    margin-bottom: 12px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    border: 1px solid #0000002e;
}

.profile img {
    width: 82px;
    height: 55px;
    border-radius: 7px;
    object-fit: cover;
}

.info {
    margin-left: 9px;
    width: 100px;
}

.info .label {
    font-size: 10px;
    color: #999;
    display: block;
    margin-bottom: -4px;
    font-family: 'blenderpro';
}

.info h4 {
    font-size: 14px;
    margin: 0;
    color: #313131;
    font-weight: 600;
    font-family: 'blenderpro';
}

.divider {
    height: 40px;
    width: 1px;
    background: #ddd;
    margin: 0 20px;
}
.job-application-main-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
}

.job-application-main-box h2 {
    font-size: 25px;
    font-family: 'blenderpro-heavy';
    color: #0f0f0f;
    line-height: 35px;
    margin-bottom: 15px;
}

.job-application-main-box {
    padding: 10px 14px;
    border-radius: 12px;
    border: 1px solid #00000030;
    margin-top: 30px;
}
/*job Application End*/


/*Jobs Page Start*/

.job-listing-main.job-pg-main {
    background: #fff;
    padding: 20px 15px;
    border-radius: 15px;
}

.job-listing-main.job-pg-main h2 {
    margin-top: unset;
}

.job-listing-row td input[type="checkbox"] {
    margin-right: 7px;
}
.job-listing-head th:first-child {
  border-radius: 10px 0 0 10px;
}

.job-listing-head th:last-child {
  border-radius: 0 10px 10px 0;
}
span.job-listing-status.draft {
    color: #b782ca;
    background: #f3e5f5;
}
.custom-pagination {
    display: flex;
    align-items: center;
    gap: 3px;
    justify-content: center;
    margin-top: 20px;
}

.custom-pagination .page {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #eee;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-weight: 600;
    transition: 0.3s;
}

.custom-pagination .page.active {
    background: -webkit-linear-gradient( 107deg, rgb(95,3,14) 0%, rgb(209,14,55) 100%);
    color: #fff;
}

.custom-pagination .page:hover {
    background: #ddd;
    color: #000;
}

.custom-pagination s.dots {
    font-size: 18px;
    color: #777;
    padding: 0 5px;
}
/*Jobs Page End*/



/*Candidates Page Start*/

a.filter {
    padding: 9px 15px;
    font-family: 'blenderpro';
    text-transform: uppercase;
    color: #737171;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
    border-radius: 30px;
    background: #f2f2f2;
}

.candidates-heading ul {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: unset;
}

.candidates-heading a.theme-btn {
    padding: unset;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: 10px;
    padding: 10px 16px;
}

.candidates-heading h2 {
    font-family: 'blenderpro-heavy';
    font-size: 28px;
    color: #000;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 30px;
}

.candidates-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background: #fff; */
    /* border-radius: 10px; */
    margin-bottom: 20px;
}
.candidate-profile {
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: 1px solid #e7e5e5;
    margin-bottom: 30px;
}

/* Top Section */
.profile-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.profile-left {
    display: flex;
    align-items: center;
    gap: 10px;
}

.profile-left img {
    width: 94px;
    height: 78px;
    border-radius: 8px;
    object-fit: cover;
}

.profile-left h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
    font-family: 'blenderpro-heavy';
    color: #000;
}

.profile-left p {
    margin: 0;
    font-size: 12px;
    color: #777;
    font-family: "Montserrat", sans-serif;
    line-height: 23px;
}

/* Action Icon */
.profile-action {
    width: 35px;
    height: 35px;
    background: #e9e9e9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: -40px;
}

/* Bottom Section */
.profile-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f6f6f6;
    border-radius: 10px;
    padding: 10px 17px;
}

.info-box {
    flex: 1;
}

.info-box h5 {
    font-size: 15px;
    margin: 0 0 5px;
    font-weight: 700;
    color: #000;
    font-family: 'blenderpro';
}

.info-box p {
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: 'blenderpro';
    font-size: 13px;
}

.info-box span {
    display: block;
    font-size: 11px;
    color: #777;
}

/* Divider with dot */
.divider {
    width: 1px;
    height: 50px;
    background: #ccc;
    position: relative;
    margin: 0 10px;
}

.divider::after {
    content: "";
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-right {
    text-align: right;
}
.divider::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #999;
    border-radius: 50%;
    position: absolute;
    bottom: -6%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.candidates-main-box {
    background: #fff;
    border-radius: 10px;
    padding: 15px 16px;
    height: 86vh;
}
/*Candidates Page End*/


/*Clients Page Starts*/

td.job-listing-title img {
    background: #f3f3f3;
    padding: 14px 20px;
    border-radius: 10px;
}

.Client-page .job-listing-head th:last-child {
    text-align: center;
}

.Client-page td.job-listing-actions {
    text-align: center;
}

.Client-page td.job-listing-title {
    padding-right: unset;
}
.Client-page th:first-child {
    width: 150px;
}
.job-listing-main.job-pg-main.Client-page {
    height: 86vh;
}

.Client-page .candidates-heading {
    margin-bottom: 10px;
}

/*Clients Page End*/


/*Applications Page Start*/

.candidate-img img {
    padding: unset !important;
    width: 100px;
    height: 75px;
    object-fit: cover;
}
.job-listing-row td a {
    text-transform: lowercase;
    color: #000;
}
span.job-listing-status.review {
    color: #956404;
    background: #fff3cd;
}


/*Applications Page End*/


/*Submitted Page Start*/

.candidates-heading ul li input {
    border: unset;
    border-radius: 20px;
    padding: 10px 30px;
    background: #f2f2f2;
    font-family: 'blenderpro';
}


/*Submitted Page End*/


/*Profile Page Start*/
.setting-main-all {
    margin-bottom: 0px;
    padding: 30px;
    background: #ffffff;
    height: 86vh;
    border-radius: 10px;
    padding-bottom: 29px;
}

.prf-heading h2 {
    font-size: 28.31px;
    font-family: 'blenderpro';
    text-transform: uppercase;
    margin-bottom: 7px;
    font-weight: bold;
    color: #000;
    margin-bottom: unset;
    padding-bottom: unset;
    line-height: 30px;
}

.setting-main-all ul#myTab {
    border: 1px solid;
    margin: 20px 0;
    padding: 0;
    border-radius: 5px;
    border: 0;
    gap: 10px;
}

.setting-main-all .nav-link {
    text-transform: uppercase;
    border: unset !important;
    border-radius: unset;
    background: #eeeeee;
    border-radius: 5px;
    color: #000;
    font-size: 12px;
}

.setting-main-all form label {
    font-size: 14px;
    color: #171717;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-family: 'blenderpro';
}

.setting-main-all form input,
.setting-main-all form select {
    width: 100%;
    border-width: 1px;
    border-style: solid;
    border-radius: 5px;
    background: unset;
    height: 49px;
    font-size: 12px;
    padding: 0 20px;
    margin-bottom: 16px;
    color: #000000a3;
    border: 2px solid #e7e7e7;
    appearance: auto;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
}

.prf-input input[type="password"]::placeholder {
    font-size: 12px;
    line-height: 1;
    padding: 0;
    margin: 0;
    font-family: "Montserrat", sans-serif;
}

.setting-main-all form input::placeholder {
    text-transform: uppercase;
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 500;

}

.setting-main-all .nav-link.active {
    color: #fff;
    position: relative;
    background: #917569;
    border-radius: 4px;
}

.setting-main-all 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: #000000;
    height: 100px;
    resize: none;
}

.setting-main-all form button {
    font-size: 15px;
    color: #ffffff;
    background-image: -webkit-linear-gradient( 107deg, rgb(95,3,14) 0%, rgb(209,14,55) 100%);
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px 40px;
    border-radius: 25px;
    border: 0;
    letter-spacing: 1px;
    font-family: 'blenderpro';
}

.pofile-chg-box h5 {
    font-size: 25px;
    color: rgb(20 20 20);
    text-transform: uppercase;
}

.pofile-chg-box ul li img {
    width: 121px;
    height: 121px;
    object-fit: cover;
    border-radius: 6px;
    box-shadow: 0 0 3px 1px #fff;
}

.pofile-chg-box ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 38px;
    margin-top: 30px;
}

.pofile-chg-box button {
    border-width: 1px;
    border-color: #ebebeb;
    border-style: solid;
    border-radius: 5px;
    background-color: rgb(29 29 29 / 0%);
    height: 50px;
    text-transform: uppercase;
    padding: 0 39px;
    font-size: 14.79px;
    color: #434343;
    font-weight: 500;
    font-family: 'blenderpro';
    border-radius: 30px;
}

.pofile-chg-box {
    padding: 0 25px;
    border-left: 1px solid #00000024;
}

.prf-top-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 10px;
}

.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;
}

.Setting-main-box {
    border-radius: 15px;
    height: 100%;
}

.setting-main-all form input::placeholder {
    color: #8b8b8b;
}

.prf-input h2 {
    font-size: 20px;
    color: #1b1b1b;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
    font-family: 'blenderpro';
    line-height: 26px;
}

.profile-pic img {
    width: 77px;
    height: 77px;
    border-radius: 50%;
    margin-top: 12px;
}


.profile-pic p {
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'BlenderPro-Medium';
    color: #fff;
    margin-bottom: 0px;
}
/* Profile Page End */


/*Reposrts Page Start*/

.reports-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-bottom: 40px;
}

.reports-cards .card {
  background: #fff;
  padding: 11px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.05);
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}

.reports-cards .card h3 {
    font-family: 'blenderpro';
    font-size: 14px;
    font-weight: unset;
    margin-bottom: unset;
}

.reports-cards .card h2 {
    font-family: 'blenderpro';
    font-size: 35px;
    font-weight: unset;
    color: #000;
    line-height: 39px;
    margin-bottom: unset;
    position: relative;
}

.report-icon {
    text-align: end;
}

.reports-cards .card p {
    font-family: 'blenderpro';
    font-size: 12px;
    margin-bottom: 0px;
}

.reports-cards .card p span {
    color: #006232;
    background: #e5f9ee;
}
.reports-cards .card img {
    width: 44px;
    text-align: end;
}
.reports-page-main {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}
.reports-cards .card h2 span {
    font-size: 25px;
    position: absolute;
    top: -6px;
}

.chart-header select#yearSelect {
    appearance: auto;
    padding: 10px 13px;
    border-radius: 4px;
    font-family: 'blenderpro';
    font-size: 15px;
    text-transform: uppercase;
}

.chart-header a.filter {
    border-radius: 4px;
    background: unset;
    color: #000;
    border: 1px solid #0000007d;
    padding: 6px 15px;
}

/*Reports Page End*/
canvas {
    max-width: 100%;
    max-height: 340px;
}

.chart-select-filter {
    display: flex;
    align-items: center;
    gap: 13px;
    justify-content: end;
}
.chart-container {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    border-radius: 10px;
    padding: 15px 17px;
    margin-left: -50px;
    border: 1px solid #0000004a;
}
.chart-header h3 {
    font-family: 'blenderpro';
    text-transform: uppercase;
    font-size: 20px;
    font-weight: unset;
    color: #313131;{
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    border-radius: 10px;
    padding: 10px 10px;};
    margin-bottom: unset;
}

.chart-header {
    display: flex;
    justify-content: space-between;
}
.left-mter-main h2 {
    font-size: 20px;
    font-family: 'blenderpro-heavy';
    color: #313131;
    text-align: center;
    margin-bottom: 0px;
}

.text-left-meter h2 {
    line-height: 30px;
    margin-bottom: unset;
    font-family: 'blenderpro';
    color: #000;
    text-align: left;
}

.text-left-meter p {
    font-family: 'Poppins';
    font-size: 12px;
    width: 94%;
}

.left-mter-main {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 17px 49px 0px rgba(133, 133, 133, 0.16);
    padding: 10px 21px;
    border: 1px solid #00000038;
    border-radius: 10px;
    margin-right: 50px;
}
svg {
            width: 100%;
            max-width: 310px;
            margin-bottom: 1rem;
        }

        .live-counter {
    font-size: 40px;
    font-weight: 800;
    color: #1f3a7c;
    text-align: center;
    font-family: 'blenderpro';
    color: #000;
}
.meter-card {
    text-align: center;
    position: relative;
}
.metro-coun-text p {
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    padding-top: 11px;
}

.metro-coun-text {
    position: relative;
    margin-top: -65px;
}
img.meter-img {
    position: absolute;
    left: 60px;
    top: 57px;
    width: 64%;
    margin: 0 auto;
    height: 54%;
}
.metro-coun-text span {
    color: #006232;
    background: #e5f9ee;
    position: absolute;
    top: 0px;
    right: 125px;
    font-size: 10px;
    padding: 0px 4px;
    border-radius: 1px;
}
/*Dashboard Main Page Css End*/
