@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800&family=Libre+Franklin:ital,wght@0,400;0,600;0,700;0,800;1,400&family=Noto+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Roboto+Condensed:ital,wght@0,400;0,700;1,400&family=Roboto:ital,wght@0,400;0,700;1,700&display=swap');
h5 {
  color: #373838;
  font-size:12px;
  font-weight: 800;
  font-family: 'Libre Franklin', sans-serif;
}
.table > :not(caption) > * > * {
  padding: .5rem .0rem;
 
}


.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y: 0;
}
.container {
  --bs-gutter-x:0rem;
  --bs-gutter-y: 0;
}
h6 {
  color:#151618;
  font-size: 14px;
  font-weight:400;
  font-family: 'Libre Franklin', sans-serif;
}
.pic img{
  height:30px;
  padding-right:10px;
}
.piced img{
  height:80px;
  margin-left:0px;
  padding-left:0px
}
.txrt{
  text-align:center;
}
span{
  color: #5B5E65;
  font-size:16px;
  font-weight:800;
  font-family: 'Inter', sans-serif;

}
.membered-infoess p{
  margin-top:0px;
  color:#000000;
}
 p.sm{
  font-size:12px !important;
}
 p.sm-1{
  font-size:16px !important;
  color:#151618;

}
.header {
  height:80px;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
  background: rgba(34, 31, 31, 0.6);
  padding-left: 20px;
}

.dropdown-menu {
  border-radius: 4px;
  padding: 10px 0;
  animation-name: dropdown-animate;
  animation-duration: 0.2s;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
}

.dropdown-menu .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
  transition: 0.3s;
}

.dropdown-menu .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;
  line-height: 0;
}
@keyframes dropdown-animate {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

  0% {
    opacity: 0;
  }
}

.card-header,
.card-footer {
  border-color: #ebeef4;
  background-color: #fff;
  color: #798eb3;
  padding: 15px;
}

.logo span {
  font-size: 26px;
  font-weight: 700;
  color: #012970;
  font-family: "Nunito", sans-serif;
}

.header .toggle-sidebar-btn {
  font-size: 32px;
  padding-left: 10px;
  cursor: pointer;
  color: #fff;
}

.header-nav .nav-icon {
  font-size: 22px;
  color:#fff;
  margin-right: 25px;
  position: relative;
}

.header-nav .nav-profile img {
  max-height: 36px;
}

.header-nav .nav-profile span {
  font-size: 14px;
  font-weight: 600;
}

.header-nav .badge-number {
  position: absolute;
  inset: -2px -5px auto auto;
  font-weight: normal;
  font-size: 12px;
  padding: 3px 6px;
}

.header-nav .notifications {
  inset: 8px -15px auto auto !important;
}

.header-nav .notifications .notification-item {
  display: flex;
 
  padding:15px 10px;
  transition: 0.3s;
}

.header-nav .notifications .notification-item i {
  margin: 0 20px 0 10px;
  font-size: 24px;
}

.header-nav .notifications .notification-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}

.header-nav .notifications .notification-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}

.header-nav .notifications .notification-item:hover {
  background-color: #f6f9ff;
}

.header-nav .messages {
  inset: 8px -15px auto auto !important;
}

.header-nav .messages .message-item {
  padding: 15px 10px;
  transition: 0.3s;
}

.header-nav .messages .message-item a {
  display: flex;
}

.header-nav .messages .message-item img {
  margin: 0 20px 0 10px;
  max-height: 40px;
}

.header-nav .messages .message-item h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #444444;
}

.header-nav .messages .message-item p {
  font-size: 13px;
  margin-bottom: 3px;
  color: #919191;
}


.header-nav .profile {
  min-width: 240px;
  padding-bottom: 0;
  top: 8px !important;
}

.header-nav .profile .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}

.header-nav .profile .dropdown-header span {
  font-size: 14px;
}

.header-nav .profile .dropdown-item {
  font-size: 14px;
  padding: 10px 15px;
}

.header-nav .profile .dropdown-item i {
  margin-right: 10px;
  font-size: 18px;

}

.sidebar {
  position: fixed;
  top: 60px;
  left:-300px;
  bottom: 0;
  width:300px;
  z-index: 996;
  transition: all 0.3s;
  padding: 20px;
 box-shadow: 0px 0px 20px rgba(1, 41, 112, 0.1);
  background-color: #fff;
}

@media (max-width: 1199px) {
  .sidebar {
    left: -300px;
  }
}
@media (min-width: 1200px) {

  #main,
  #footer {
    margin-left: 300px;
  }
}

@media (max-width: 1199px) {
  .toggle-sidebar .sidebar {
    left: 0;
  }
}

@media (min-width: 1200px) {
.toggle-sidebar #main,
  .toggle-sidebar #footer {
    margin-left: 0;
  }

  .toggle-sidebar .sidebar {
    left:0px;
  }
}

.sidebar-nav {
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-link {
  display: flex;
  align-items: center;
  font-size: 15px;
  font-weight: 600;
  color: #4154f1;
  transition: 0.3;
  background: #f6f9ff;
  padding: 10px 15px;
  border-radius: 4px;
}

.sidebar-nav .nav-link i {
  font-size: 16px;
  margin-right: 10px;
  color: #4154f1;
}

.sidebar-nav .nav-content {
  padding: 5px 0 0 0;
  margin: 0;
  list-style: none;
}
.sidebar-nav .nav-content a {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  color: #012970;
   padding: 10px 0 10px 40px;

}

.sidebar-nav .nav-content a i {
  font-size: 6px;
  margin-right: 8px;
  line-height: 0;
  border-radius: 50%;
}

h1,h2,h3,h4,h5{
  font-family: 'Roboto', sans-serif;
}

h3 {
  color: #151618;
  font-size: 18px;
  font-weight: 700;
  }
  h2 {
  color: #151618;
  font-size: 18px;
  font-weight: 700;
  font-family: 'inter', sans-serif;
  }
a{
  color:#2461EE;
  font-family: 'Libre Franklin', sans-serif;
font-size:14px;
font-weight:700;
}

ul.list-title li{
  margin-bottom:10px;
}
.pt {
  padding-top: 300px;
}
.imb img{
  height:40px;
  margin-left:60px;
}
ul li{
  list-style:none;
}
h4 {
  color: #373838;
  font-size:16px;
  font-weight: 800;
  font-family: 'Inter', sans-serif;
}

.hero {
  background-image: url("../images/pexels-photo-2566121.jpg");
  height: 500px !important;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}
.icon-boxed , .icon-box{
  background: #fff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  min-height:370px;
}
.card-body {
  padding:24px 24px;
}
.icon h5 {
  color: #fff;
  font-weight: 700;
  font-size: 18px !important;
  
}
.card-bod{
  padding:5px 24px 0px 24px;
}
hr {
  margin:0px 0px 10px 0px;
}

.mlt a{
  margin-left:10px !important; 
}
.icon-boxed ul {
  padding-left: 0px;
}
p.text{
  font-size: 12px !important;
  color: #151618 !important;
  
}
.mlt {
  margin-left: 70px;
  
}
.icon-boxed ul li{
  display:inline-block;
}
.carded img {
  height:315px;
}
.image-fluid {
  width: 100% !important;
}
.btned:first-child {
  border: none;
  background-color: transparent;
  padding: 6px 8px;
  color: #000;
  font-size: 16px;
  margin-bottom: 10px;
}
.border-left p {
  color: #231F20;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: 'Noto Sans' !important;
}
.yel {

  font-family: 'Noto Sans' !important;
  color: #1944A7 !important;
  border: 1px solid #1944A7;
  padding: 5px;
  text-decoration: none;
 
}
.btned ul li{
  display:block !important;
}
.icon-box a {
 font-weight: 700 !important;
  font-size: 14px;
  color: #2461EE;
  margin-left:25px;
  text-decoration: underline;
  font-family: 'Libre Franklin', sans-serif;
  
}
.icon .bi {
  color: #fff;
  font-size: 26px;
  
} 
.membered-info p {
  font-size:12px;
  font-weight: 400;
  font-family: 'Libre Franklin', sans-serif;
  color: #5B5E65;
}

p {
  font-size:14px;
  font-weight: 400;
  font-family: 'Libre Franklin', sans-serif;
  color: #5B5E65;
}
.border-left p {
  color: #231F20;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0px;
  font-family: 'Noto Sans' !important;
}
.border-left p.text-1 {
  color:#5B5E65 !important;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif !important;
}
.border-left {
  border-left: 6px solid #51ABFF !important;
  padding-left: 30px;
}
.btn-buledes a {
  padding: 12px 12px 12px 12px !important;
  background-color: #2461EE !important;
  color: #fff !important;
  width: 50%;
  border-radius: 6px;
  text-decoration: none;
}

.float-end {
  float:right !important;

}

#html{
  position:absolute;
  margin-top:6px;

}
label p{
  position:relative;
  margin-left:25px;
    margin-top: 3px;
    margin-bottom: 5px;

}
.icon-boxes {
  height:430px;
  background: #fff;
box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
}

@media screen and (max-width:991px) {
 .membered-info p {
  font-size:10px;
 
}
p {
  font-size:12px;
  
}
  .piced img{
  height:60px;
  
}
 
  h4 {
 font-size:13px; 
  
}
.carded img {
  height:380px;
}
.gy-5 {
  --bs-gutter-y:0rem;
}
a {
  font-size: 12px;}

  
.hero .icon-boxed ul li {
  margin-bottom: 10px;
  display:inline-block;
  margin-left:30px;
}
.mts {
  margin-left:0px;
}
.imb img{
 margin-left:0px;
}
 .sm {
  margin-top:20px;

}
.mlt {
  margin-left: 35px;
}
  .icon-boxes {
  height:450px;
  
}
}
@media screen and (max-width: 768px) {
.row {
  --bs-gutter-x:0rem;
  --bs-gutter-y: 0;
}

  .icon-boxes {
  height:450px;
  background: #fff;
box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.08);
}
.piced img{
  height:60px;
  
}
.txrt{
  text-align:left;
}
  .mtu{
    margin-top:20px;
  }
	.mlt {
  margin-left:35px;
}
.icon-box a {
 margin-left:20px;
}
.logo img {
  max-height:40px;
  margin-right: 6px;
}
.mt{
  margin-top:20px;
}
.header {
  padding-left:0px;
}
.text-left {
  margin-left:10px;

  margin-bottom: 0px;
}
.icon-boxed ul {
  padding-left: 0px;
}
.hero .icon-boxed ul li {
  margin-bottom: 10px;
}
.mts {
  margin-left:30px;
}
.imb img{
 margin-left:0px;
}
.icon-boxed ul {
  padding-left: 0px;
}
.hero .icon-boxed ul li {
  margin-bottom: 10px;
}
.mts {
  margin-left:30px;
}
.hero .icon-boxed ul.list li {
  margin-bottom: 10px;
  display:inline-block;
padding-left:0px;
margin-left:0px;
}
.hero .icon-boxed ul.list {
  margin-left:20px;
}
}

