/* @font-face {
  font-family: arabfonts;
  src: url("../../assets/fonts/DINNextLTArabic-Regular-2.ttf");
} */

@font-face {
  font-family: almarai;
  src: url("../../assets/fonts/Almarai-Regular.ttf");
}
body {
  font-family: almarai !important;
  padding-top: 0px;
  width: 100%;
  height: auto;
  transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -webkit-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -moz-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  -o-transition: all 0.6s cubic-bezier(0.5, 0.2, 0.2, 1.1);
  position: relative;
}

ul {
  list-style: none;
  padding: 0;
}

a:hover {
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  /* display: none; */
  /* opacity: 0; */
  /* overflow: hidden; */
}

/* Track */ 

::-webkit-scrollbar-track {
  /* background-color: #7a7a7a; */
  background-color: #eee;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background-color:#3d3d3d; */
  background-color:#d6d6d6;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent); */
  border-radius: 5px;
  /* transition: var(--transition); */
}

/* Handle on hover */
/* ::-webkit-scrollbar-thumb:hover {
  background-color:#3d3d3d;
  /* background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); */
/* } */ 

.services .swiper-button-next {
  right: 9% !important;
  top: 34% !important;
  background-image: none !important;
  color: #fff;
  font-size: 30px;
}

.services .swiper-button-prev {
  right: 12% !important;
  top: 34% !important;
  background-image: none !important;
  color: #fff;
  font-size: 30px;
}

.News .swiper-button-next {
  left: 9% !important;
  top: 3% !important;
  background-image: none !important;
  color: #fff;
  font-size: 17px;
  right: inherit !important;
}

.News .swiper-button-prev {
  left: 13% !important;
  right: auto !important;
  top: 3% !important;
  background-image: none !important;
  color: #fff;
  font-size: 17px;
}

.modal2 {
  position: relative;
  overflow: inherit;
}

.pagination {
  list-style: none;
  margin: auto;
  padding-top: 1rem;
  display: table !important;
  z-index: 999;
}

.pagination li {
  display: inline;
  text-align: center;
}

.modal2 a {
  margin: 0 5px;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  float: right;
  color: #734db4;
  text-decoration: none;
}

.modal2 a.active {
  background-color: #734db4;
  color: #fff;
}

/* .modal-body small {
  color: #0d3d21 !important;
  font-weight: bold;
} */

thead {
  color: #fff;
  text-align: center;
  background-color: #734db4;
}

.table td, .table th {
  text-align: center;
}

.modal-title {
  color: #734db4 !important;
  font-size: 23px !important;
}

.swiper-button-next::after {
  content: 'next';
  padding: 0 5px;
  color: #fff;
  content: "\f061" !important;
  font-size: 24px !important;
  font-family: FontAwesome !important;
  opacity: 1;
}

.swiper-button-prev::after {
  padding: 0 5px;
  color: #fff;
  content: "\f060" !important;
  font-size: 24px !important;
  font-family: FontAwesome !important;
  opacity: 1;
  display: block;
}

.swiper-slide {
  margin-top: 17px;
}

/* header*/
header {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
  -webkit-transition: 500ms ease;
  transition: 500ms ease;
  background: transparent;
}

header .sub-menu-parent:hover {
  color: #5c11d7 !important;
}

header.scrolled {
  background: #2f446d;
  top: 0;
}

header.scrolled img {
  width: 137px;
}

header.scrolled .nav-item img {
  width: 92px;
  margin-top:10px;
}

header.scrolled .navbar {
  padding-bottom: 7px;
}

header.scrolled .navbar-brand img {
  width: 125px;
  margin-top: -18px;
}

header .navbar-brand img {
  width: 170px;
  margin-top: -12px;
}

header .nav-item img {
  width: 92px;
  vertical-align: bottom;
  margin-top: 32px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  margin-left: 11px;
  padding-left: 10px;
}

header .nav-link {
  color: #00839b;
  margin-left: 15px !important;
  margin-right: 12px !important;
}

header .nav-link:hover {
  color: #00839b;
}

header .nav-link {
  color: #fff;
}

header .nav-link i {
  font-size: 11px;
  margin-right: 8px;
}

header .dropdown-menu.show {
  min-width: 8rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 16px;
  color: #212529;
  text-align: right;
  list-style: none;
  background-color: #ffffff80;
  -webkit-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}

header .En {
  border: 1px solid #fff;
  border-radius: 50%;
  padding: 6px 10px;
  font-size: 15px;
  margin-top: 3px;
}

header .dropdown-menu {
  /* display: none;
  opacity: 0; */
  position: absolute;
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 127px;
  background: #ffffff38;
  top: 3px;
  right: -2px;
  font-size: 13px;
  min-width: 7rem;
  -webkit-transition: max-height 0.2s ease-in;
  transition: max-height 0.2s ease-in;
}

header .dropdown-menu li a {
  color: #fff;
}

header .dropdown-menu .Item {
  margin-top: 20px;
}

header .dropdown:hover .dropdown-menu {
   /* display: block;
  opacity: 1;  */
  -webkit-transition: 1s all;
  transition: 1s all;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}

.sub-menu-parent {
  position: relative;
  color: #fff;
}

.sub-menu {
  left: -10px;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: -12px;
  width: 100%;
  -webkit-transform: translateY(-2em);
  transform: translateY(-2em);
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
  -webkit-transition: 1s all;
  transition: 1s all;
  width: 136px;
  /* background: #ffffff38; */
  background: #fff;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
  border-radius: 8px;
  text-align: right;
  padding: 10px;
  /* top: 6px; */
  position: absolute;
  right: 9px;
  /* padding-top: 33px; */
}



.sub-menu a {
  /* color: #fff; */
  color: #1a3b70;
  text-decoration: none;
  margin-top: 15px;
  font-size: 15px;
}

.scrolled .sub-menu-parent:hover a {
  left: 0px;
  z-index: 99999999999;
  position: relative;
}

.scrolled .sub-menu {
  background-color: #fff;
}

.scrolled .sub-menu a {
  color: #493075;
}

.sub-menu-parent:focus .sub-menu,
.sub-menu-parent:focus-within .sub-menu,
.sub-menu-parent:hover .sub-menu {
  visibility: visible;
  /* shows sub-menu */
  opacity: 1;
  z-index: 1;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition-delay: 0s, 0s, 0.3s;
          transition-delay: 0s, 0s, 0.3s;
  /* this removes the transition delay so the menu will be visible while the other styles transition */
}

.sub-menu-parent:hover i {
  font-size: 11px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  color: #d9a122;
}

.sub-menu-parent:hover {
  color: #5c11d7;
}

.me-auto {
  margin-right: initial !important;
}

.scrolled .sub-menu-parent:hover a {
  left: 0px;
  z-index: 99999999999;
  position: relative;
  /* color: #5c11d7 !important; */
}

.bg-video-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  background: url(../images/Mask.svg) no-repeat center center/cover;
}

.bg-video-wrap video {
  width: 100%;
  min-height: 100vh;
  z-index: 1;
}

.bg-video-wrap h1 {
  position: absolute;
  color: #fff;
  z-index: 99;
  text-align: center;
  bottom: 13%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
}

.bg-video-wrap .links {
  position: absolute;
  color: #fff;
  z-index: 99;
  text-align: center;
  bottom: 6%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 40px;
}

.bg-video-wrap .links .more {

  background-image: linear-gradient(to right, #243e71, #243e71, #00aa52);
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 19px;
  padding: 8px 33px;
  border: 0px;
}

.bg-video-wrap .links .more:hover {
  background: #fff;
  color: #6B3DA6;
  font-size: 0;
}

.bg-video-wrap .links .more:hover:after {
  content: attr(data-btn-alt);
  word-wrap: break-word;
  font-size: 19px;
}

.bg-video-wrap .links .view {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  margin-right: 10px;
}

.bg-video-wrap .links .view:hover {
  color: #fff;
}

.bg-video-wrap .overlay {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212529b8), to(#21252973));
  background-image: linear-gradient(to bottom, #212529b8, #21252973);
  z-index: 2;
}

.Numbers {
  background: url(../images/number.jpg) repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  /* background: #3f88bb; */
  background: #1d4d8b;
}

.Numbers .Number_back {
 
  padding: 30px 0 30px;
}

.Numbers .Number_back .col-lg-2,
.Numbers .Number_back .col-lg-3,
.Numbers .Number_back .col-lg-4,
.Numbers .Number_back .col-lg-6 {
  -webkit-transition: 1s all;
  transition: 1s all;
}

.Numbers .Number_back .col-lg-2:hover,
.Numbers .Number_back .col-lg-3:hover,
.Numbers .Number_back .col-lg-4:hover ,
.Numbers .Number_back .col-lg-6:hover {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  cursor: pointer;
}

.Numbers .Number_back img {
  width: 50px;
  display: block;
  height: 55px;
}

.Numbers .Number_back p {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  text-align: right;
}

.Numbers .Number_back small {
  color: #fff;
  text-align: right;
  width: 100%;
  float: right;
  font-size: 19px;
  margin-top: -1rem;
}

.services {
  background: url(../images/card.jpg) repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  text-align: right;
  /* Style the counter cards */
}

.services .serve-img {
  padding: 30px 0 30px;
}

.services .serve-img h2 {
  color: #fff;
  text-align: right;
  font-size: 1.5rem;
}

.services .card {
  text-align: right;
  border-radius: 20px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: 2s;
  transition: 2s;
  /* background: none; */
  border: 0px;
  height: 100%;
}

.services .card .Icon {
  width: 50px !important;
  height: 50px;
}

.services .card .front h2 {
  color: #fff;
  font-size: 20px;
  text-align: right;
  margin-right: 20px;
  font-weight: bold;
  position: absolute;
  z-index: 999999;
  bottom: 50px;
  right: 0;
}

.services .card .front i, .services .card .back i {
  color: #FFD939;
  border-radius: 50%;
  border: 1px solid #5cc97b;
  padding: 11px 12px;
  color: #08d27d;
  position: absolute;
  left: 9%;
  bottom: 10%;
  -webkit-transform: rotateZ(-32deg);
          transform: rotateZ(-32deg);
}

.services .card .profile {
  border-radius: 10px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.services .card .content {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.services .card .content .back {
  position: absolute;
  width: 100%;
  height: 100%;
 
  background-image: linear-gradient(7deg, #059a56, #5cc97b);
  -webkit-transition: 2s;
  -webkit-transition: 1s;
  transition: 1s;
  z-index: 1;
  color: #fff;
  padding: 55px 25px;
  direction: rtl;
  border-radius: 10px;
}

.services .card .content .back .Icon {
  text-align: right;
}

.services .card .content .back h2 {
  font-size: 27px;
  margin-top: 14px;
  font-weight: bold;
  -webkit-transition: 1s all;
  transition: 1s all;
}

.services .card .content .back p {
  text-align: justify;
  font-size: 23px;
  margin-bottom: -2px;
  font-weight: lighter;
}

.services .card .content .back small {
  font-size: 13px;
  margin-top: -10px;
}

.services .card:hover .serv {
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.services .card .counter {
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transition: 1s all;
  transition: 1s all;
  color: #fff;
}

.services .card:hover .counter {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
  -webkit-transition: 1s all;
  transition: 1s all;
}

.services .card:hover .front h2 {
  display: none;
}

.services .card .serv {
  margin-top: 109px !important;
  font-size: 16px !important;
}

.services .from-left {
  top: 0;
  left: -100%;
}

.services .card:hover .content .from-left {
  left: 0%;
}

.services .from-bottom {
  top: 100%;
  left: 0;
}

.services .card:hover .content .from-bottom {
  top: 0%;
}

.services .from-right {
  top: 0%;
  right: -100%;
}

.services .card:hover .content .from-right {
  right: 0;
}

.services .card .content .back h3 {
  font-size: 15px;
  letter-spacing: 2px;
}

.services .card .content .back .tem-img {
  border-radius: 100%;
}

.services .card .content .back .des {
  font-size: 15px;
  padding: 20px 0px;
  color: #fff;
}

.card2 .back {
  background-image:linear-gradient(7deg, #00467f, #5c99c8) !important;
}

.card3 .back {
  background-image: linear-gradient(7deg, #1b2b4f, #17659f) !important;
}

.myswiper {
  width: 100%;
}

.owl-theme .owl-nav [class*=owl-] {
  background: transparent !important;
}

.owl-prev span, .owl-next span {
  opacity: 0;
}

.owl-prev::before {
  padding: 0 5px;
  color: #fff;
  content: "\f060";
  font-size: 24px;
  font-family: FontAwesome;
  opacity: 1;
  display: block;
}

.owl-prev::before:hover {
  color: #ffc107;
}

.owl-next::before {
  padding: 0 5px;
  color: #fff;
  content: "\f061";
  font-size: 24px;
  font-family: FontAwesome;
  opacity: 1;
  display: block;
}

.owl-next::before:hover {
  color: #ffc107;
}

.slides .owl-nav {
  position: absolute;
  right: -21%;
  top: 98px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #FFF;
  text-decoration: none;
}

.cr {
  margin-top: 20px;
}

.events {
  background-color: #fff;
  padding: 30px 0px 30px;
  text-align: right;
}

.events .all_news {
  color: #31C989;
  margin-top: -3rem;
  border-bottom: 1px solid;
  text-decoration: none;
  font-size: 23px;
  position: absolute;
  left: 10%;
}

.events h2 {
  color: #000;
  font-weight: bold;
  font-size: 30px;
}

.events p {
  color: #000;
  font-weight: lighter;
}

.event-list li {
  position: relative;
  overflow: hidden;
  height: 240px;
  padding-left: 3px;
  width: 100%;
  margin: 1rem;
}

.event-list li .cal-icon {
  height: 240px;
  background: #306b9f;
  color: #fff;
  padding: 20px;
  font-size: 25px;
  line-height: 38px;
  text-align: center;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  position: absolute;
  z-index: 0;
  border-radius: 2px;
  text-align: right;
  left: 0;
}

.event-list li .cal-icon::before {
  content: '';
  position: absolute;
  left: 99.3%;
  top: 15%;
  margin-top: -16px;
  border-left: 0;
  border-bottom: 32px solid transparent;
  border-top: 32px solid transparent;
  border-left: 32px solid #306b9f;
}

.event-list li .cal-icon i {
  float: left;
  /* width: 38px; */
  color: #FFD939;
  border-radius: 50%;
  border: 1px solid #0edb69;
  padding: 11px 12px;
  color: #0edb69;
  position: absolute;
  left: 4%;
  /* bottom: 10%; */
  -webkit-transform: rotateZ(-32deg);
  transform: rotateZ(-25deg);
  font-size: 16px;
}

.event-list li .cal-icon h5 {
  color: #ffffffe3;
  font-weight: lighter;
  font-size: 18px;
}

.event-list li .cal-icon h5 span {
  color: #F5BA00;
  font-weight: bold;
  font-size: 39px;
}

.event-list li .cal-icon h6 {
  font-size: 20px;
}

.event-list li .cal-icon p {
  font-size: 13px;
  color: #ffffffc2;
  line-height: 1.6;
  text-align: justify;
  min-height: 65px;
}

.event-list li .cal-icon small {
  font-size: 13px;
}

.event-list li .cal-icon .ticket {
  font-size: 13px;
  color: #F5BA00;
  display: none;
  margin-top: 5px;
}

.event-list li .cal-icon .ticket small {
  color: #fff;
}

.event-list li .info {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: right;
  text-align: justify;
}

.event-list li .info img {
  width: 100%;
}

.event-list li .info a {
  font-size: 13px;
  letter-spacing: 0;
  color: #666;
  line-height: 1.8;
}

.event-list li:hover .cal-icon {
  width: 100%;
}

.event-list li:hover .cal-icon .ticket {
  display: block;
}

.icon2 {
  background-color: #00467F !important;
}

.icon2::before {
  content: '';
  border-left: 32px solid #00467F !important;
}

.icon3 {
  background-color:#5c99c8 !important;
}

.icon3::before {
  content: '';
  border-left: 32px solid #5c99c8 !important;
}

.icon4 {
  background-color: #1D305A !important;
}

.icon4::before {
  content: '';
  border-left: 32px solid #1D305A !important;
}

.News {
  background: url(../images/card.jpg) repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  text-align: right;
  /* DEMO 5 ============================== */
}

.News .all_news {
  color: #31C989;
  margin-top: -5rem;
  border-bottom: 1px solid;
  text-decoration: none;
  font-size: 23px;
  position: absolute;
  left: 7%;
}

.News .serve-img {
  padding: 30px 0 30px;
}

.News .serve-img h2 {
  color: #fff;
  text-align: right;
  margin-bottom: 1rem;
}

.News .hover-5 {
  height: 400px;
  width: 280px;
  position: relative;
  border-radius: 10px;
  border-radius: 10px;
}

.News .hover-5 img {
  width: 100%;
  height: 100%;
  position: relative;
}

.News .hover-5 label {
  position: absolute;
  top: 20px;
  right: 11px;
  background: #00000063;
  padding: 3px 23px;
  border-radius: 23px;
}

.News .hover-5 .hover-overlay {
  background: linear-gradient(7deg, #4381b1, #5216b342);
  position: absolute;
  width: 100%;
  top: 0;
  height: 100%;
  border-radius: 10px;
  bottom: 0;
  right: 0;
  left: 0;
}

.News .swiper-slide-duplicate-prev .hover-overlay {
  background: linear-gradient(7deg, #01abd0, #1717171f);
}

.News .swiper-slide-next .hover-overlay {
  background: linear-gradient(7deg, #1b3266, #1717174a);
}

.News .Lay {
  background: linear-gradient(7deg, #36b460, #1717171f) !important;
  width: 100%;
  top: 0;
  height: 100%;
}

.News .hover-5-title {
  position: absolute;
  bottom: 0px;
  left: 11px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  padding: 10px;
  z-index: 99;
  margin-bottom: 10px;
  /* margin: 2rem; */
  overflow: hidden;
  /* height: 107px; */
  right: 10px;
  height: 228px;
  overflow: hidden;
  line-height: 1.7;
}

.News .hover-5-content p {
  font-size: 14px;
  font-size: 14px;
  overflow: hidden;
  height: 100px;
  -webkit-transition: 1s;
  transition: 1s;
}

.description{
  font-size: 14px;
  font-size: 14px;
  overflow: hidden;
  height: 100px;
  transition: 1s;
}
.News .hover-5:hover .description {
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden !important;
  height:100px;
  transition:1s;
}

.News .hover-5-content i {
  color: #FFD939;
  border-radius: 50%;
  border: 1px solid #FFD939;
  padding: 11px 12px;
  color: #FFD939;
  position: absolute;
  left: 9%;
  bottom: 3%;
  -webkit-transform: rotateZ(-32deg);
  transform: rotateZ(-32deg);
}

.News .hover-5-content span {
  left: 80px;
  position: absolute;
  bottom: 5%;
  text-align: left;
  z-index: 99;
}

.News .hover-5-content span a {
  color: #fff;
  text-decoration: none;
}

.News .hover-5-content span a:hover {
  color: #fff;
}

.News .hover-5:hover .hover-overlay {
  background-image: linear-gradient(7deg, #243e71, #059d56);
  border-radius: 10px;
  opacity: 1;
}

.News .swiper-slide-duplicate-prev .hover-5:hover .hover-overlay {
  background-image: linear-gradient(7deg, #01abd0, #ffc107);
}

.News .swiper-slide-next .hover-5:hover .hover-overlay {
  background-image: linear-gradient(7deg, #1d305a, #059d56);
}

.News .hover-5:hover .hover-5-title {
  bottom: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 100%;
  transition: 1s all;
}

.hover-5:hover .hover-5-title p {
  transition: 1s;
  overflow:hidden;
  height:197px

}

.News .hover-5:hover .hover-5-title span {
  opacity: 1;
}

.News .hover-5:hover::after {
  bottom: 0;
}

.Layes:hover .hover-6-title {
  bottom: 0;
  -webkit-transition: 1s all;
  transition: 1s all;
  height: 228px !important;
  overflow: hidden !important;
  transition: 1s all;
}

.Layes:hover .hover-6-title p {
  -webkit-transition: 1s;
  transition: 1s;
  overflow: hidden !important;
}

.slidde .owl-nav {
  position: absolute;
  left: 0;
  top: -64px;
}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 320px;
}

.container .box {
  position: relative;
  width: 100%;
  background: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.025);
          box-shadow: 10px 10px 15px rgba(0, 0, 0, 0.025);
}

.container .box .content .d-flex {
  padding: 7px 20px;
  width: 100%;
}

.container .box .content .d-flex small {
  color: #FFD939;
}

.container .box .content .d-flex p {
  color: #fff;
}

.container .box::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  background: var(--clr);
}

.container .box {
  background-color: #bfd7ff54;
  margin: 20px 0px;
}

.container .box:hover::before {
  width: 100%;
}

.container .box .content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.container .box .content .icon ion-icon {
  font-size: 2.5em;
  color: var(--clr);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.container .box:hover .content {
  color: #fff;
}

.container .box h3 {
  font-weight: 500;
  color: var(--clr);
  font-size: 17px;
}

.container .box .content .text p {
  font-size: 0.9em;
  color: #999;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.container .box:hover .content h3,
.container .box:hover .content .text p {
  color: #fff;
}

.modal-dialog {
  max-width: 611px;
}

.Layes {
  margin-top: 20px;
}

.inner_page {
  position: relative;
  width: 100%;
  height: 72vh;
  background: url(../images/businessman-analyze-data-stock-market-research.svg) no-repeat center center/cover;
}

.inner_page .over_lay {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 72vh;
  background-image: -webkit-gradient(90deg, #6335b0, #1f759b);
  background-image: -webkit-gradient(linear, left top, right top, from(#6335b0), to(#1f759b));
  background-image: linear-gradient(90deg, #6335b0, #1f759b);
  opacity: .7;
  z-index: 2;
}

.inner_page .content_serv {
  position: absolute;
  z-index: 99;
  text-align: center;
  bottom: 10%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.inner_page h2 {
  color: #fff;
  z-index: 99;
  text-align: center;
  font-weight: 900;
  font-size: 33px;
  margin-bottom:42px
}

.inner_page p {
  color: #fff;
  font-size: 17px;
  z-index: 99;
  text-align: center;
}

.number .counter {
  padding-top: 2rem;
}

.courses {
  padding: 30px 0 30px;
  background-color: #fff;
}

.courses h5 {
  color: #000;
  text-align: right;
  font-weight: bold;
  font-size: 28px;
}

.courses .event-list {
  cursor: pointer;
}

.courses .event-list li .info {
  right: 0px;
}

.courses .event-list li .cal-icon {
  left: 0px;
}

.courses .event-list li .cal-icon::before {
  display: none;
}

.courses .info img {
  position: relative;
  width: 100%;
}

.courses .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#212529b8), to(#21252973));
  background-image: linear-gradient(to bottom, #212529b8, #21252973);
}

.courses .Icon1 {
  background-color: #1A7941 !important;
}

.courses .Icon2 {
  background-color: #41E584 !important;
}

.courses .Icon3 {
  background-color: #134498 !important;
}

.courses .Icon4 {
  background-color: #BFD7FF !important;
}

.courses .Icon5 {
  background-color: #619dca !important;
}

.courses .Icon6 {
  background-color: #98c897 !important;
}

.courses .Icon7 {
  background-color: #689fcf !important;
}

.courses .Icon9 {
  background-color: #a1bfe0 !important;
}

.courses .Icon10 {
  background-color: #b9d8b6 !important;
}

.courses .cource small {
  color: #FFD939;
}

.lists li .cal-icon {
  width: 299px;
}

.Lists {
  color: #000;
}

.Lists i {
  color: #000 !important;
  border-color: #000 !important;
}

.Lists h6, .Lists p {
  color: #000 !important;
}

.Lists small {
  color: #3c1281 !important;
}

.owl-item:nth-child(odd) {
  margin-top: 25px;
}

.single-post .blog-thumb {
  margin-bottom: 15px;
}

.single-post .blog-thumb img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 6px 0 black;
          box-shadow: 0 0 6px 0 black;
}

.post-content h2 {
  display: block;
  font-size: 22px;
  letter-spacing: 0;
  color: #000;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: right;
}

.news-date {
  font-size: 17px;
  color: #000 !important;
  margin-bottom: 22px;
  text-align: right;
}

.single-post p {
  font-size: 16px;
  color: #666;
  margin-bottom: 22px;
  text-align: justify;
}

.auth-wrapper .lavalite-bg {
 
 
  padding: 2rem 3rem;
 
}
.bottom_text{
  color:#1A3B70;
  
  font-size:40px;
  padding:.5rem 3rem;
}


/*---------------------------------------------*/
input {
  outline: none;
  border: none;
}

.logo-centered {
  
  
  z-index: 9999;

  cursor: pointer;
}

.logo-centered .text {
  font-weight: 600;
  font-size: 20px;
  margin-top: 10px;
  color: #fff;
}

.custom-checkbox .custom-control-label {
  line-height: 24px;
  color: #F2C850;
  font-size: 15px;
}

.forget {
  color: #F2C850;
}

.custom-control-label::before {
  top: .12rem !important;
}

.container-login .text-right a {
  line-height: 24px;
  color: #F2C850;
  font-size: 15px;
}
.auth-wrapper{
  height: 100vh;
    position: relative;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url(../../assets/images/login-back.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding-bottom: 0rem;

}

.container-login {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  /*---------------------------------------------*/
  /*------------------------------------------------------------------
  [ Input ]*/
  /*---------------------------------------------*/
}

.container-login input:focus::-webkit-input-placeholder {
  color: gray;
}

.container-login input:focus:-moz-placeholder {
  color: gray;
}

.container-login input:focus::-moz-placeholder {
  color: gray;
}

.container-login input:focus:-ms-input-placeholder {
  color: gray;
}

.container-login input::-webkit-input-placeholder {
  color: gray;
}

.container-login input:-moz-placeholder {
  color: gray;
}

.container-login input::-moz-placeholder {
  color: gray;
}

.container-login input:-ms-input-placeholder {
  color: gray;
}

.container-login label {
  margin: 0;
  display: block;
  color:#fff;
  margin-bottom:8px;
}

.container-login button {
  outline: none !important;
  border: none;
  background: transparent;
}

.container-login button:hover {
  cursor: pointer;
}

.container-login .wrap-login {

  border-radius: 10px;
  overflow: hidden;


}

.container-login .login-form-title {
  
    font-size: 22px;
    color: #fff;
    line-height: 1.2;
    text-align: right;
    /* display: block; */
    font-weight: 600;
    margin-bottom: 10px;
    background: #1a3b70;
    padding: 11px 40px;
    margin-top: 10px;
    line-height: 1.2;
    font-size: 16px;
    margin: auto;
    display: table;
    border-radius: 8px;
    margin-bottom: 10px;
  
}

.container-login input[placeholder="::-webkit-input-placeholder"]::-webkit-input-placeholder {
  padding-right: 10px;
}

.container-login input[placeholder=":-moz-placeholder"]:-moz-placeholder {
  padding-right: 10px;
}

.container-login input[placeholder="::-moz-placeholder"]::-moz-placeholder {
  padding-right: 10px;
}

.container-login input[placeholder=":-ms-input-placeholder"]:-ms-input-placeholder {
  padding-right: 10px;
}

.container-login .title-login {
  color: #F5BA00;
  font-size: 14px;
  font-weight: bold;
}

.container-login .wrap-input {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.container-login .custom {
  cursor: pointer;
  margin-left: -10px;
}

.container-login .input
{
  border: 0px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: #F0EFFF;
  width: 100%;
  border-radius: 4px;

  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 8px 0px 0px 0px !important;
  border-bottom: 1.3px solid #5cc97b;
 
}
.container-login .input-group-text{
  color: #fff !important;
  background: #5CC97B !important;
  border: 0px;
}
.custom-file{
  font-size: 16px;
  color: #744db8;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: #F6F6F6;
  width: 100%;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 38px;
}


.container-login input[type="text"]:focus,
.container-login input[type="password"]:focus {
 
          box-shadow: 0 0 8px 0 #0d6efd26;
}

.container-login .focus-input {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
}

.container-login .focus-input::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  background: #fff;
}

.container-login .focus-input::after {
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #744db8;
  content: "\f007";
  display: block;
  width: 100%;
  position: absolute;
  top: 6px;
  left: -10px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.container-login .focus-l i {
  font-size: 20px;
  color: #744db8;
  display: block;
  width: 100%;
  position: absolute;
  top: 14px;
  left: -10px;
  padding-left: 5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.container-login .focus-l::after {
  font-family: "Font Awesome 5 Free";
  content: "\f023";
}

.container-login .input:focus {
  padding-left: 5px;
}

.container-login .input:focus + .focus-input::after {
  top: -22px;
  font-size: 18px;
}

.container-login .input:focus + .focus-input::before {
  width: 100%;
}

.container-login .has-val.input + .focus-input::after {
  top: -22px;
  font-size: 18px;
}

.container-login .has-val.input + .focus-input::before {
  width: 100%;
}

.container-login .has-val.input {
  padding-left: 5px;
}

.container-login .login-form-btn {
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  padding: 11px 40px;
  border-radius: 5px;
  margin-top: 15px;
  background: #744db8;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  margin-bottom: 1rem;
}

.container-login .Regist {
  color: #fff;
 
  text-align: center;
  margin-top: 1rem;
}

.container-login .login-form-btn:hover {
  color: #fff;
  background: #F5BA00;
  color: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.container-login .mobile-logo {
  display: none;
}

/*------------------------------------------------------------------
  [ Responsive ]*/
@media (max-width: 960px) {
  .logo-centered .img-b {
    width: 300px;
  }
  .wrap-login {
    padding: 6px;
  }
}

@media (max-width: 760px) {
  .container-login .mobile-logo {
    margin: auto;
    display: table;
    margin-bottom: 20px;
    width: 200px;
  }
  #familyBookPhoto {
    font-size: 12px !important;
  }
  .container-login .mobile-logo img {
    margin: auto;
    display: table;
    margin-bottom: 20px;
    width: 150px;
  }
  .title-login,
  .login-form-title {
    text-align: center;
  }
}

.input-file {
  visibility: hidden;
  position: absolute;
}

.check {
  margin: auto;
  display: table;
  width: 90px;
}

.check-form-title {
  text-align: center;
  margin-top: 15px;
  color: #276ba2;
  margin-bottom: 20px;
}

.title-check {
  color: grey;
  text-align: center;
  margin-top: 10px;
  font-size: 17px;
  margin-bottom: 20px;
}

.bottom-check {
  margin: auto;
  display: table;
  text-align: center;
  margin-top: 20px;
}

.bottom-check span,
.bottom-check h5 {
  color: #276ba2;
}

.bottom-check h5 {
  font-size: 24px;
}

.custom-file {
  font-size: 16px;
  line-height: 1.2;
  display: block;
  width: 100%;
  height: 45px;
  background: #F6F6F6;
  width: 100%;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 0 38px;
}

footer {
  background: url(../../assets/images/footer.jpg) repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  text-align: right;
  background: #2f446d;
}

footer .footer-img {
  position: relative;
  color: #fff;
  padding: 30px 0 0px;
}

footer .footer-img a img {
  width: 169px;
  margin-bottom: 10px;
  margin-top: -28px;
}

footer .footer-img ul {
  padding: 0px !important;
}

footer .footer-img ul li {
  list-style: none;
  margin-bottom: 10px;
}

footer .footer-img ul li a {
  color: #fff;
  text-decoration: none;
}

footer .footer-img ul li p {
  font-size: 14px;
  text-align: right;
}

footer .footer-img h3 {
  color: #3fb463;
  font-size: 17px;
}

footer .footer-img h4 {
  font-size: 17px;
}

footer .footer-img .num {
  font-size: 20px;
  font-weight: bold;
}

footer .inner-container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 10px;
}

footer .inner-container li {
  display: inline-block;
  margin-left: 5px;
}

footer .inner-container li a {
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 5px;
}

footer .inner-container p {
  font-size: 15px;
  vertical-align: middle;
}

footer .up2 i {
  color: #FFD939;
  border-radius: 50%;
  border: 1px solid #3eaf64;
  padding: 6px 8px;
  color: #3eaf64;
  position: absolute;
  left: 72%;
  top: 13.5%;
  margin-bottom: 10px;
  font-size: 16px;
}

footer .up2 {
  cursor: pointer;
  border-radius: 20px;
}

footer .up2:hover {
  background: #FFD939;
  -webkit-transition: 2s all;
  transition: 2s all;
}

footer .up2:hover i {
  color: #fff;
}

footer .slide {
  position: relative;
  overflow: hidden;
  display: block;
  width: 150px;
  border: 0px;
  border-radius: 20px;
  font-size: 1.2em;
  position: absolute;
  left: 20px;
  color: #fff;
  /* -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); */
  top: 6%;
}

footer .text {
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 130%;
  height: 55px;
  background-color: #3eaf64;
  -webkit-transform: translate(110%, 0) skew(30deg);
          transform: translate(110%, 0) skew(30deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .slide:hover .text {
  color: #fff;
}

footer .slide:hover::before {
  -webkit-transform: translate(-5%, 0) skew(-15deg);
          transform: translate(-5%, 0) skew(-15deg);
}

:root {
  --font-barlow: 'Barlow', sans-serif;
  --font-barlowCondensed: 'Barlow Condensed', sans-serif;
  --time-nav-hover: 0.25s;
  --color-fire:           #9F814E;
  --color-black:          #191919;
  --color-grey-5:         #FBFBFB;
  --color-grey-10:        #F6F7F7;
  --color-grey-cool-10:   #EEEEEF;
  --color-grey-15:        #E8E8E8;
  --color-grey-20:        #D5D6D8;
  --color-grey-60:        #ABADB1;
  --color-grey-70:        #888891;
  --color-grey-80:        #6B6A6A;
  --color-grey-85:        #59595F;
  --shadow-fire: 
		0 4px 12px 4px rgba(173, 143, 109, 0.2), 
		0 1px 3px 0 rgba(173, 143, 109, 0.2), 
	;
  --focus-style: dotted 2px var(--color-black);
  --focus-offset: 2px;
}

#inputContainer {
  height: 100vh;
  margin: 0 auto;
  max-width: 50em;
  padding: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inputGroup {
  display: block;
  margin: 0 0 1.5em;
}

.label {
  display: block;
  font-size: 1.5em;
  font-weight: 700;
  font-family: 'fedra-R';
  line-height: 1.25em;
  margin: 0 0 .6em;
  padding: 0;
  text-transform: uppercase;
}

.segmentedControl {
  --options: 2;
  --options-active: 1;
  --options-gap: .5em;
  background: var(--color-grey-10);
  border: solid 1px var(--color-grey-70);
  border-radius: 0.55em;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.segmentedControl .segmentedControl--group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: var(--options-gap);
  width: calc((100% - ((var(--options)*var(--options-gap))*2)) / var(--options));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row;
          flex-flow: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.segmentedControl .segmentedControl--group input {
  opacity: 0;
  position: absolute;
}

.segmentedControl .segmentedControl--group input + label {
  border-radius: .25em;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  font-size: 1.25em;
  font-weight: normal;
  font-family: 'fedra-R';
  line-height: 1;
  margin: 0;
  padding: 1em 0;
  position: relative;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}

.segmentedControl .segmentedControl--group input + label::before, .segmentedControl .segmentedControl--group input + label::after {
  border-radius: inherit;
  content: "";
  display: block;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.segmentedControl .segmentedControl--group input + label::before {
  background: var(--color-grey-20);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.segmentedControl .segmentedControl--group input + label::after {
  background: var(--color-fire);
  -webkit-box-shadow: var(--shadow-fire);
          box-shadow: var(--shadow-fire);
  -webkit-transition: opacity .15s ease;
  transition: opacity .15s ease;
}

.segmentedControl .segmentedControl--group input + label:hover::before {
  opacity: 1;
}

.segmentedControl .segmentedControl--group input:focus + label {
  outline: none;
}

.segmentedControl .segmentedControl--group input:focus-visible + label {
  outline: var(--focus-style);
  outline-offset: var(--focus-offset);
}

.segmentedControl .segmentedControl--group input:-moz-focusring + label {
  outline: var(--focus-style);
  outline-offset: var(--focus-offset);
}

.segmentedControl .segmentedControl--group input:checked + label {
  background: var(--color-grey-10);
  color: #fff;
  font-weight: 700;
}

.segmentedControl .segmentedControl--group input:checked + label::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

@media (prefers-reduced-motion: no-preference) {
  .segmentedControl .segmentedControl--group input + label {
    -webkit-transition: color .2s ease;
    transition: color .2s ease;
  }
  .segmentedControl .segmentedControl--group input + label::before {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
  }
  .segmentedControl .segmentedControl--group input + label::after {
    -webkit-transform: scale(0.85, 0.5);
            transform: scale(0.85, 0.5);
    -webkit-transition: opacity 0.15s ease, -webkit-transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29);
    transition: opacity 0.15s ease, -webkit-transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29);
    transition: opacity 0.15s ease, transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29);
    transition: opacity 0.15s ease, transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29), -webkit-transform 0.3s cubic-bezier(0, 0.99, 0.52, 1.29);
  }
  .segmentedControl.useSlidingAnimation::before {
    background: var(--color-fire);
    border-radius: .375em;
    -webkit-box-shadow: var(--shadow-fire);
            box-shadow: var(--shadow-fire);
    content: "";
    display: block;
    height: calc(100% - (var(--options-gap)*2));
    position: absolute;
    top: var(--options-gap);
    left: var(--options-gap);
    -webkit-transform: translateX(calc( 
 (100% + (var(--options-gap) * 2) ) * (var(--options-active) - 1)));
            transform: translateX(calc( 
 (100% + (var(--options-gap) * 2) ) * (var(--options-active) - 1)));
    -webkit-transition: -webkit-transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
    transition: -webkit-transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
    transition: transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
    transition: transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s, -webkit-transform cubic-bezier(0.8, 0.34, 0.28, 1.15) 0.35s;
    width: calc((100% - ((var(--options)*var(--options-gap))*2)) / var(--options));
  }
  .segmentedControl.useSlidingAnimation .segmentedControl--group input + label {
    background: none;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
  }
  .segmentedControl.useSlidingAnimation .segmentedControl--group input + label::after {
    content: none;
  }
  .segmentedControl.useSlidingAnimation .segmentedControl--group input:checked + label:hover::before {
    opacity: 0;
  }
}

/* utilities */
.visually-hidden:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.hidden {
  display: none !important;
}

.offscreen {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

.form-search input {
  width: 60% !important;
  font-size: 15px;
}

.form-search button {
  padding: 9px 20px;
  font-size: 15px;
  margin-right: 7px;
  background: #9F814E;
  color: white;
}

.custom-animated__angle {
  font-size: 30px !important;
  padding-bottom: 11px;
}

.custom-animated {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 740px) {
  .custom-animated {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.custom-animated__angle {
  color: white;
  font-size: 5rem;
  line-height: 2rem;
  -webkit-animation: blink 1s infinite;
          animation: blink 1s infinite;
}

@media (min-width: 740px) {
  .custom-animated__angle {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-left: -1.5rem;
    font-size: 10em;
  }
}

.custom-animated__angle--1 {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.custom-animated__angle--2 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.custom-animated__angle--3 {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.custom-animated__angle--4 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.custom-animated__angle--5 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.custom-animated__angle--6 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  100% {
    opacity: .4;
  }
}

.mt-30 {
  margin-top: 30px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-10 {
  margin-bottom: 10px;
}

.ml-10 {
  margin-left: 10px;
}

/* .container-fluid{
    padding-right: 190px;
    padding-left: 70px;
} */
.align-self-end {
  -ms-flex-item-align: self-end;
      -ms-grid-row-align: self-end;
      align-self: self-end;
}

.no-pl {
  padding-left: 0px !important;
}

.no-pr {
  padding-right: 0px !important;
}

.line-after:after {
  content: "";
  background-color: #9F814E;
  position: absolute;
  width: 1px;
  height: 200px;
  top: 10px;
  display: block;
  margin: auto;
  bottom: 0;
}

.wrapper .header-top {
  background-color: #F8F8F8;
  z-index: 1030;
  height: 70px;
  position: relative;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  padding-left: 240px;


}

.wrapper .header-top .top-menu .nav-link {
  width: 30px;
  height: 30px;
  padding: 0;
  text-align: center;
  line-height: 36px;
  color: #212121;
  border: none;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.wrapper .header-top .top-menu .nav-link:hover, .wrapper .header-top .top-menu .nav-link:focus {
  background-color: #dee2e6;
  color: #333;
}

.wrapper .header-top .top-menu .nav-link i {
  font-size: 16px;
}

.wrapper .header-top .top-menu .nav-link .badge {
  right: -1px;
  position: absolute;
  top: -4px;
  padding: 3px;
  width: 17px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

.wrapper .header-top .top-menu .avatar {
  color: #4c5667;
  font-weight: 600;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: inline-block;
  background: #ced4da no-repeat center/cover;
  position: relative;
  vertical-align: bottom;
  font-size: .875rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.wrapper .header-top .top-menu .mobile-nav-toggle {
  border: none;
  position: relative;
  margin-right: 5px;
  background-color: #fff;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span {
  height: 2px;
  width: 20px;
  background-color: #000;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  top: -13px;
  left: 5px;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span::before, .wrapper .header-top .top-menu .mobile-nav-toggle span::after {
  content: "";
  height: 2px;
  width: 20px;
  border-radius: 4px;
  background-color: #000;
  display: inline-block;
  position: absolute;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span::before {
  left: 0;
  top: -6px;
}

.wrapper .header-top .top-menu .mobile-nav-toggle span::after {
  left: 0;
  bottom: -6px;
}

@media only screen and (max-width: 1023px) {
  .wrapper .header-top {
    padding-left: 0;
  }
}

.wrapper .header-top[header-theme="light"] {
  background: #ffffff;
}

.wrapper .header-top[header-theme="blue"] {
  background: #007bff;
}

.wrapper .page-wrap {
  position: relative;
}

.wrapper .page-wrap .app-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  width: 240px;
  
  border-left: 4px solid #31c989;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1040;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  visibility: visible;
}

.wrapper .page-wrap .app-sidebar .sidebar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 0px 8px;
  
}
.header-brand{
  display: table;
  margin: auto;
}
.wrapper .page-wrap .app-sidebar .sidebar-header .nav-toggle {

}

.wrapper .page-wrap .app-sidebar .sidebar-header .btn-icon {
  border: none;
}

.wrapper .page-wrap .app-sidebar .sidebar-header .nav-close {
  display: none;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media only screen and (max-width: 1023px) {
  .wrapper .page-wrap .app-sidebar .sidebar-header .nav-close {
    display: inline-block;
  }
}

@media only screen and (max-width: 1023px) {
  .wrapper .page-wrap .app-sidebar .sidebar-header .nav-toggle {
    display: none;
  }
}

.wrapper .page-wrap .app-sidebar .sidebar-content {
  position: relative;
  height: calc(100vh - 60px);
  z-index: 4;
  padding: 8px;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item {
  position: relative;
  border-radius: 8px;
  margin-bottom: 5px;
  border-bottom: 1px solid #ffffff47;
  border-radius: 0px;
  padding: 10px;
}
.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item:last-child{
  border-bottom:0px;
}


.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a {
  display: block;
  padding: 2px 12px;
  position: relative;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a i {
  font-size: 17px;
  margin-right: 8px;
  margin-left: 0;
  display: inline-block;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span {
  font-size: 16px;
  margin-right: 6px;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a .badge {
  position: absolute;
  right: 30px;
  text-align: center;
  top: 16px;
  vertical-align: middle;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  margin-right: 5px;
  font-weight: 800;
  color: #fff;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-transform: uppercase;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a.disabled {
  opacity: 0.5;
  cursor: not-allowed !important;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  left: 195px;
  right: auto;
  font-size: 14px;
  top: 15px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content {
  background-color: #f3f3f3;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item {
  padding: 10px 5px;
  font-size: 13px;
  padding-left: 50px;
  margin: 0;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item::before {
  display: none;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item.active {
  color: #eb525d;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item::after {
  display: none;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item a {
  position: relative;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item a::before {
  content: "\e844";
  font-family: "iconkit";
  position: absolute;
  right: 20px;
  top: 10px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item .submenu-content .menu-item {
  padding-left: 70px;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item .submenu-content .menu-item::before {
  display: none;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item.open a::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item:not(.open) .submenu-content {
  display: none;
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.open a::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  padding: 8px 20px 8px;
  text-transform: capitalize;
  visibility: visible;
  width: 100%;
  color: #999;
  background: #333e52;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-header {
  background-color: #1A3B70;
 
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content {
  background-color: #1A3B70;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item {
  border-color: rgba(243, 243, 243, 0.15);
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item a {
  color: #fff;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item .submenu-content {
  background-color: #144792;
}
/* .head-page{
  color: #5074AE;
} */
.form_card2{
  padding:20px;
  border-radius:10px !important;
}
.form_card2 label{
  color: #0ba550 !important;
  font-size:14px;
}
.card_profile{
  padding:20px;
  border-radius:10px !important;
  box-shadow: 0 2px 1px rgb(0 0 0 / 13%), 0 1px 4px rgb(0 0 0 / 14%);
  border: 1px solid #6c757d6e !important;
}
.card_profile .IMG{
  margin:auto;
  display: table;
  border:1px solid #6c757d6e;
  border-radius:50%;
}
.card_profile h5{
  color: #5074AE;
}
.card_profile h6{
margin-top:40px;
color: #5074AE;
font-weight: 700;
font-size: 22px;
}

.card_profile h4{
  text-align: center;
  color: #5074AE;
  font-size: 18px;
}
.card_profile p{
  text-align: center;
  color: #5074AE;
}
.card_profile span{
  color:#01a953;
  font-size:13px;
}
.card_profile .Time{
  color:#F2C850;
  font-size:13px;
}



.form_card2 .container-login2{
  width: 100%;
  /* display: -webkit-box; */
  display: -ms-flexbox;
  /* display: flex; */
  -ms-flex-wrap: wrap;
  /* flex-wrap: wrap; */
  /* -webkit-box-pack: center; */
  -ms-flex-pack: center;
  /* justify-content: center; */
  /* -webkit-box-align: center; */
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;

}
/* .container-login2 .input, .container-login .custom-file {
  font-size: 16px;
  color: #1A3B70;
  line-height: 1.3;
  display: block;
  width: 100%;
  height: 45px;
  background: #F8F8F8;
  width: 100%;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #8080804a;
    padding: 10px !important;
} */
.container-login2 .login-form-btn{
  background: #1a3b70;
  border:0px
}
.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open, .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.active {
  background-color: #144792;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open, .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item:hover {
  background-color: #144792;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open, .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.active a {
  color: #fff;
}

.wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item.open, .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item:hover a {
  color: #fff;
}

.wrapper .page-wrap .app-sidebar.hide-sidebar {
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

@media only screen and (max-width: 1023px) {
  .wrapper .page-wrap .app-sidebar {
    -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}

.wrapper .page-wrap .main-content {
  padding: 30px 0;
  background-color: #fafafa;
  min-height: calc(100vh - 120px);
  margin-top: 70px;
  padding-right: 15px;
  padding-left: 255px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media only screen and (max-width: 1023px) {
  .wrapper .page-wrap .main-content {
    padding-left: 0;
    padding-right: 0;
  }
}

.wrapper .page-wrap .footer {
  background: #ffffff;
  height: 60px;
  border-top: 2px solid #ffd939;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}

@media only screen and (min-width: 1024px) {
  .wrapper .page-wrap .footer {
    padding-left: 240px;
    padding-right: 0;
  }
}

.wrapper.nav-collapsed .header-top {
  padding-left: 60px;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar {
  width: 60px;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar .sidebar-header {
  overflow: hidden;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar .sidebar-header .header-brand .text {
  display: none;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  display: none;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a span {
  display: none;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a::before {
  display: none;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar:hover {
  width: 60px;
}

.wrapper.nav-collapsed .page-wrap .main-content {
  padding-left: 0px;
}

.wrapper.nav-collapsed .page-wrap .footer {
  padding-left: 90px;
}

.wrapper .page-wrap .app-sidebar .sidebar-header .nav-toggle {
  position: absolute;
  /* bottom: 71px; */
  /* right: -20px; */
  /* background: #222; */
  /* border: 3px solid #fff;
    border-top:22px solid #0000 !important;
 */
  border-radius: 50%;
  width: 40px;
  height: 40px;
  z-index: 9999;
  line-height: 25px;
  top: 105px;
  right: -15px;
  border: none;
  background-color: transparent;
  color: #ffffff;
  font-size: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
 
  /* border-left: 33px solid transparent;
  border-right: 33px solid transparent;
  border-top: 22px solid #5CC97B;
  border-radius: 31%;
  transform: rotate(-90deg); */
}

.wrapper .page-wrap .app-sidebar .sidebar-header .nav-toggle i {
  -webkit-animation: blink 1.5s infinite;
          animation: blink 1.5s infinite;
  -webkit-transition: .6s;
  transition: .6s;
}

.wrapper.nav-collapsed .page-wrap .app-sidebar .sidebar-header .nav-toggle i {
  -webkit-animation: blink2 1.5s infinite;
          animation: blink2 1.5s infinite;
  -webkit-transition: .6s;
  transition: .6s;
}

@keyframes blink {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: .5s;
    transition: .5s;
  }
  100% {
    opacity: .6;
    -webkit-transform: translate(3px, 0);
            transform: translate(3px, 0);
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@-webkit-keyframes blink2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: .5s;
    transition: .5s;
  }
  100% {
    opacity: .6;
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
    -webkit-transition: .5s;
    transition: .5s;
  }
}

@keyframes blink2 {
  0% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    -webkit-transition: .5s;
    transition: .5s;
  }
  100% {
    opacity: .6;
    -webkit-transform: translate(-3px, 0);
            transform: translate(-3px, 0);
    -webkit-transition: .5s;
    transition: .5s;
  }
}

[dir=rtl] .wrapper .header-top {
  background-color: #F8F8F8;
  z-index: 1030;
  position: relative;
  padding: 15px 0;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  padding-right: 240px;
 
}

[dir=rtl] .wrapper .header-top .top-menu .nav-link .badge {
  right: -1px;
  position: absolute;
  top: -4px;
  padding: 3px;
  width: 17px;
  font-size: 11px;
  font-weight: 800;
  color: #fff;
  border-radius: 100px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
}

[dir=rtl] .wrapper .header-top .top-menu .mobile-nav-toggle {
  margin-right: 5px;
}

[dir=rtl] .wrapper .header-top .top-menu .mobile-nav-toggle span {
  right: 5px;
  left: auto;
}

[dir=rtl] .wrapper .header-top .top-menu .mobile-nav-toggle span::before {
  right: 0;
  left: auto;
}

[dir=rtl] .wrapper .header-top .top-menu .mobile-nav-toggle span::after {
  right: 0;
  left: auto;
}

@media only screen and (max-width: 1023px) {
  [dir=rtl] .wrapper .header-top {
    padding-right: 0;
  }
}

[dir=rtl] .wrapper .page-wrap .app-sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 240px;
  height: 100vh;
  background-color: #ffffff;
  z-index: 1040;
  -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
  -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  white-space: nowrap;
  visibility: visible;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a i {
  margin-left: 8px;
  margin-right: 0;
  display: inline-block;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item a .badge {
  position: absolute;
  left: 30px;
  text-align: center;
  top: 16px;
  vertical-align: middle;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  border-radius: 4px;
  font-size: 75%;
  padding: 4px 7px;
  margin-right: 5px;
  font-weight: 800;
  color: #fff;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  text-transform: uppercase;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  left: 0;
  position: absolute;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item {
  padding: 10px 5px;
  font-size: 13px;
  padding-right: 30px;
  margin: 0;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .menu-item img {
  width: 20px;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item a::before {
  content: "\e844";
  font-family: "iconkit";
  position: absolute;
  right: 20px;
  top: 10px;
  display: inline-block;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item .submenu-content .menu-item {
  padding-right: 70px;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.has-sub .submenu-content .nav-item.open a::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item:not(.open) .submenu-content {
  display: none;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-item.open a::before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-content .nav-container .navigation-main .nav-lavel {
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
  padding: 8px 20px 8px;
  text-transform: capitalize;
  visibility: visible;
  width: 100%;
  color: #999;
  background: #333e52;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar.colored .sidebar-content .nav-container .navigation-main .nav-item {
  border-color: rgba(243, 243, 243, 0.15);
}

[dir=rtl] .wrapper .page-wrap .app-sidebar.hide-sidebar {
  -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

@media only screen and (max-width: 1023px) {
  [dir=rtl] .wrapper .page-wrap .app-sidebar {
    -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), -webkit-transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
  }
}

[dir=rtl] .wrapper .page-wrap .main-content {
  padding: 30px 0;
  background-color: #F8F8F8;
  min-height: calc(100vh - 60px);
  margin-top: 70px;
  padding-inline-start: 285px;
  padding-inline-end: 25px;
  /* padding-left: 0px;
  padding-right: 240px; */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  direction: rtl;
}

@media only screen and (max-width: 1023px) {
  [dir=rtl] .wrapper .page-wrap .main-content {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  [dir=rtl] .wrapper .page-wrap .footer {
    padding-right: 240px;
    padding-left: 0;
  }
}

[dir=rtl] .wrapper.nav-collapsed .header-top {
  padding-right: 60px;
  padding-left: 0;
}

[dir=rtl] .wrapper.nav-collapsed .page-wrap .main-content {
  /* padding-right: 0px;
  padding-left: 0; */
  /* padding-inline: 2.5%; */
  padding-inline-start: 90px;
    padding-inline-end: 25px;
}

[dir=rtl] .wrapper.nav-collapsed .page-wrap .footer {
  padding-right: 90px;
  padding-left: 0;
}

[dir=rtl] .wrapper .page-wrap .app-sidebar .sidebar-header .nav-toggle {
  
  right: auto;
  left: -15px;
}
.toggle-icon2 i{
  position: absolute;
  left:0;
  top:20%;
  color:#fff
}
.table {
  margin-bottom: 0;
}

.whitespace thead {
  background-color: #1a3b70;
}
.BTN{
  border: 1px solid #80808099;
  border-radius: 7px;
}

.whitespace thead th {
  border: 1px solid #f8f8f86b;
}
.table-striped>tbody>tr:nth-of-type(odd) {
  --bs-table-accent-bg: #fff !important;
  color:#1a3b70 !important;
}
.table-bordered>:not(caption)>*>* {
  border-width: 0 0.5px !important;
}
.table-striped>tbody>tr:nth-of-type(even){
  color:#1a3b70 !important;
}
table {

  border-collapse: separate !important;
  border-spacing: 0 7px;
}
tr td{
  vertical-align: middle;
}
thead tr th:first-child{
 border-bottom-right-radius:10px ;
 border-top-right-radius:10px;
}
thead tr th:last-child{
  border-bottom-left-radius:10px ;
  border-top-left-radius:10px;
  border-left:0px !important
}
tbody tr td:first-child{
  border-bottom-right-radius:10px ;
  border-top-right-radius:10px;
  border-right:0px !important
}
.table-bordered>:not(caption)>* {
  border-width: 0px 0 !important;
}
.table>:not(caption)>*>* {
  padding: 0.5rem 0.5rem;
  /* background-color: #c4c4c457 !important; */
 
}

tbody tr td:last-child{
  border-bottom-left-radius:10px ;
  border-top-left-radius:10px;
}
.table thead th {
  color: #fff;
  font-size:14px;
}
.table tr td{
  font-size:15px;
}
.whitespace thead th {
  background-color: #397fb8 !important;
}


.fa-plus-circle {
  font-size: 22px;
  color: #ecb20b;
}

.drop a {
  color: #1a3b70;
  font-size: 20px;
  position: relative;
}

.span {
  position: absolute;
  background-color: #e33333;
  color: #fff;
  font-size: 11px;
  left: 6px;
  top: -3px;
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
}

.prof-btn .fa-chevron-down {
  font-size: 11px;
  margin:0px 5px;
}


.drop .dropdown-item {
  font-size: 13px;
}

/* .wrapper .header-top .top-menu .dropdown {
  margin-right: 5px;
  display: inline-block;
} */
.drop img{
  margin:0px 5px
}
.dropdown-toggle::after {
  display: none !important;
}
/*# sourceMappingURL=main.css.map */