/* reset css start */
@import url("https://fonts.googleapis.com/css2?family=Exo+2:wght@400;500;600;700&family=Roboto:wght@400;500;600&display=swap");

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto", sans-serif;
  color: #565656;
  font-size: 1rem;
  padding: 0;
  margin: 0;
  font-weight: 400;
  position: relative;
  line-height: 1.7;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  overflow-x: hidden;
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: #f2f2f2;
}

body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  border: 2px solid #f2f2f2;
}

@-webkit-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-ms-keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spinRoll {
  from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

section {
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
}

select {
  cursor: pointer;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

button {
  cursor: pointer;
}

*:focus {
  outline: none;
}

button {
  border: none;
}

button:focus {
  outline: none;
}

span {
  display: inline-block;
}

a:hover {
  color: #16c79a;
}

hr {
  background-color: #e0e0e0;
  opacity: 0.65;
}

/* reset css end */
/* global css strat */
.text--primary {
  color: #7367f0 !important;
}

.text--secondary {
  color: #868e96 !important;
}

.text--success {
  color: #28c76f !important;
}

.text--danger {
  color: #ea5455 !important;
}

.text--warning {
  color: #ff9f43 !important;
}

.text--info {
  color: #1e9ff2 !important;
}

.text--dark {
  color: #10163a !important;
}

.text--muted {
  color: #a0a0a0 !important;
}

.text--base {
  color: #16c79a !important;
}

.text--dark {
  color: #373e4a !important;
}

/* background color css start */
.bg--primary {
  background-color: #7367f0 !important;
}

.bg--secondary {
  background-color: #868e96 !important;
}

.bg--success {
  background-color: #28c76f !important;
}

.bg--danger {
  background-color: #ea5455 !important;
}

.bg--warning {
  background-color: #ff9f43 !important;
}

.bg--info {
  background-color: #1e9ff2 !important;
}

.bg--dark {
  background-color: #10163a !important;
}

.bg--light {
  background-color: #bcc7da !important;
}

.bg--base {
  background-color: #16c79a !important;
}

/* background color css end */
.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-100 {
  padding-top: 100px;
}

@media (max-width: 767px) {
  .pt-100 {
    padding-top: 80px;
  }
}

.pb-100 {
  padding-bottom: 100px;
}

@media (max-width: 767px) {
  .pb-100 {
    padding-bottom: 80px;
  }
}

.bg_img {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section--bg {
  background-color: #fafafb;
}

.section--bg2 {
  background-color: #14233c;
}

.section-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.white--overlay {
  position: relative;
  z-index: 1;
}

.white--overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
  z-index: -1;
}

.dark--overlay {
  position: relative;
  z-index: 1;
}

.dark--overlay::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14233c;
  opacity: 0.4;
  z-index: -1;
}

.dark--overlay-two {
  position: relative;
  z-index: 1;
}

.dark--overlay-two::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14233c;
  opacity: 0.8;
  z-index: -1;
}

.bg--one {
  background-color: #071e3e;
}

.slick-arrow {
  cursor: pointer;
}

.z-index-2 {
  z-index: 2;
}

.main-wrapper {
  position: relative;
}

.section-header {
  margin-bottom: 2.8125rem;
}

@media (max-width: 767px) {
  .section-header {
    margin-bottom: 1.875rem;
  }
}

.section-title {
  font-size: 2.25rem;
  font-weight: 600;
}

@media (max-width: 767px) {
  .section-title {
    font-size: 2rem;
  }
}

@media (max-width: 575px) {
  .section-title {
    font-size: 1.75rem;
  }
}

.section-subtitle {
  font-family: "Exo 2", sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.section-subtitle.border-left {
  padding-left: 2.1875rem;
  position: relative;
  z-index: 1;
}

.section-subtitle.border-left::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 25px;
  height: 2px;
  background-color: #16c79a;
  margin-top: -1px;
}

a.text-white:hover {
  color: #16c79a !important;
}

.text--link {
  text-decoration: underline;
}

.text--link:hover {
  text-decoration: underline;
}

.has--link {
  position: relative;
}

.has--link .item--link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.custom--dropdown .dropdown-toggle.no-arrow::after {
  display: none;
}

.custom--dropdown .dropdown-toggle::after {
  content: "\f107";
  border: none;
  font-family: "Line Awesome Free";
  font-weight: 900;
  -webkit-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
}

.custom--dropdown .dropdown-menu {
  border-color: #e5e5e5;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}

.custom--dropdown .dropdown-menu li {
  border-bottom: 1px dashed #e5e5e5;
}

.custom--dropdown .dropdown-menu li:last-child {
  border-bottom: none;
}

.custom--dropdown .dropdown-menu li .dropdown-item {
  color: #565656;
  font-size: 0.875rem;
}

.custom--dropdown .dropdown-menu li .dropdown-item:hover {
  color: #16c79a;
  background-color: rgba(22, 199, 154, 0.05);
}

.custom--nav-tabs {
  border-bottom: none;
}

.custom--nav-tabs .nav-item .nav-link {
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  padding: 0.75rem 1.5625rem;
}

.custom--nav-tabs .nav-item .nav-link.active {
  background-color: #16c79a;
  color: #fff;
}

.custom--accordion .accordion-item + .accordion-item {
  margin-top: 1.25rem;
}

.custom--accordion .accordion-item {
  border: 1px solid rgba(22, 199, 154, 0.5);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.custom--accordion .accordion-item:first-child .accordion-button {
  border-top: none;
}

.custom--accordion .accordion-item:last-child .accordion-button {
  border-bottom: none;
}

.custom--accordion .accordion-button {
  padding: 1.25rem 1.5625rem;
  background-color: rgba(22, 199, 154, 0.05);
  font-size: 1.125rem;
  position: relative;
  text-align: left;
}

.custom--accordion .accordion-button::after {
  position: absolute;
  top: 1.25rem;
  right: 0.8125rem;
  font-size: 1.0625rem;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  background-image: none;
  color: #000;
}

.custom--accordion .accordion-button:not(.collapsed) {
  background-color: #16c79a;
  color: #fff;
}

.custom--accordion .accordion-button:not(.collapsed)::after {
  color: #fff;
}

.custom--accordion .accordion-button:focus {
  box-shadow: none;
  outline: none;
  border-color: transparent;
}

.custom--accordion .accordion-body {
  padding: 1.25rem 1.5625rem;
}

.custom--accordion-two .accordion-button {
  background-color: #f3f6f9;
}

.custom--accordion-two .accordion-button:focus {
  box-shadow: none;
  border-color: rgba(0, 0, 0, 0.125);
}

.custom--accordion-two .accordion-button:not(.collapsed) {
  background-color: #f3f6f9;
}

.cmn-list li + li {
  margin-top: 0.9375rem;
}

.cmn-list li {
  position: relative;
  padding-left: 2.1875rem;
}

.cmn-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
  content: "\f058";
  font-size: 1.75rem;
  color: #16c79a;
  margin-right: 0.5rem;
  line-height: 1;
}

.number-list {
  list-style: decimal;
  padding-left: 1.125rem;
}

.number-list li + li {
  margin-top: 0.625rem;
}

.disc-list li + li {
  margin-top: 0.625rem;
}

.disc-list li {
  position: relative;
  padding-left: 0.9375rem;
}

.disc-list li::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  margin-top: -0.1875rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background-color: #575757;
}

.square-list li + li {
  margin-top: 10px;
}

.square-list li {
  padding-left: 25px;
  position: relative;
}

.square-list li::before {
  position: absolute;
  content: "";
  top: 5px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #e6e6e6;
}

.square-list li::after {
  position: absolute;
  content: "";
  top: 9px;
  left: 4px;
  width: 14px;
  height: 14px;
  background-color: rgba(22, 199, 154, 0.45);
}

.caption-list li {
  display: flex;
  flex-wrap: wrap;
  padding: 0.625rem 0;
  font-size: 0.9375rem;
  border-bottom: 1px dashed #e0e0e0;
}

.caption-list li:first-child {
  padding-top: 0;
}

.caption-list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.caption-list li .caption {
  width: 40%;
  font-family: "Exo 2", sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  position: relative;
}

.caption-list li .value {
  width: 60%;
  padding-left: 0.9375rem;
}

.caption-list-two {
  padding: 0.625rem 0.9375rem;
  background-color: rgba(22, 199, 154, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.caption-list-two li {
  font-family: "Exo 2", sans-serif;
  font-weight: 500;
  color: #373e4a;
  font-size: 0.875rem;
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #c7c7c7;
}

.caption-list-two li:first-child {
  padding-top: 0;
}

.caption-list-two li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.caption-list-two li .caption {
  width: 20%;
  position: relative;
  font-weight: 700;
  padding-right: 10px;
}

.caption-list-two li .caption::after {
  position: absolute;
  content: ":";
  top: 0;
  right: 0;
}

.caption-list-two li .value {
  width: 80%;
  padding-left: 20px;
}

body,
.btn--base.btn--custom,
.custom--checkbox label::before,
.header .main-menu li.menu_has_children > a::before,
.header .main-menu li .sub-menu,
.header .main-menu li .sub-menu li a,
.short-job-card,
.bookmark-btn .bookmarked-active,
.bookmark-btn .non-bookmark,
.package-card,
.job-card,
.action-sidebar,
.map-area .map-address {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

body::-webkit-scrollbar-thumb,
.hero__form-btn,
.feature-card__icon,
.job-alert-form__btn,
blockquote,
.single-experience::before,
.single-experience::after,
.footer-widget__title::after,
.contact-form-area .title::after {
  background-color: #16c79a;
}

.preloader-holder,
.header__bottom,
.inner-hero::after,
.package-card__top .icon,
.job-summary__title,
.candidate-header,
.candidate-sidebar__title,
.footer-section,
.account-section,
.map-area .map-address,
.contact-item__icon {
  background-color: #14233c;
}

.custom--accordion-two .accordion-button:not(.collapsed),
.job-type-tabs .nav-item .nav-link.active,
.job-cat-list li a:hover,
.page-breadcum-menu li a,
.job-alert-box__icon i,
.blog-post__date i,
.d-widget__icon i,
.dashboard-sidebar__menu li.active a,
.dashboard-sidebar__menu li a:hover,
.footer-widget__list a:hover,
.social-link li a:hover i,
.contact-item a:hover {
  color: #16c79a;
}

.short-job-card__thumb img,
.candidate__thumb img,
.sidebar .small-post-list .small-post__thumb img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.hero__form,
.job-cat-list,
.short-job-card__top,
.package-card__top,
.candidate,
.candidate__info-list,
.account-section,
.contact-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hero__form-btn,
.short-job-card__thumb,
.feature-card__icon,
.job-card,
.job-alert-box,
.blog-post,
.dashboard-sidebar__thumb,
.contact-form-area,
.contact-item__icon {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.custom--card,
.hero__form,
.short-job-card,
.package-details-wrapper,
.package-card,
.package-card__top .icon,
.package-card__top .icon::before,
.candidate__thumb,
.d-widget,
.profile-thumb-wrapper,
.sidebar .widget,
.action-sidebar,
.dashboard-sidebar,
.contact-item {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.object-fit--cover {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
}

.pagination {
  margin: -0.3125rem -0.4375rem;
  flex-wrap: wrap;
}

.pagination .page-item {
  margin: 0.3125rem 0.4375rem;
}

.pagination .page-item.active .page-link {
  background-color: #16c79a;
  color: #fff;
}

.pagination .page-item .page-link {
  width: 2.8125rem;
  height: 2.8125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border: 1px solid rgba(22, 199, 154, 0.25);
  color: #565656;
}

.pagination .page-item .page-link:hover {
  background-color: #16c79a;
  border-color: #16c79a;
  color: #fff;
}

.pagination-md .page-item .page-link {
  width: 2.5rem;
  height: 2.5rem;
}

.pagination-sm .page-item .page-link {
  width: 2.1875rem;
  height: 2.1875rem;
  font-size: 0.875rem;
}

.shake {
  animation: shake 0.5s 1 linear;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-moz-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@-ms-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-ms-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-ms-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.preloader-holder {
  position: fixed;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
}

.preloader {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation: rotatePreloader 2s infinite ease-in;
}

.preloader div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.preloader div:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  width: 10%;
  height: 10%;
  background-color: #ffffff;
  transform: translateX(-50%);
  border-radius: 50%;
}

.preloader div:nth-child(1) {
  transform: rotateZ(0deg);
  animation: rotateCircle1 2s infinite linear;
  z-index: 9;
}

.preloader div:nth-child(2) {
  transform: rotateZ(36deg);
  animation: rotateCircle2 2s infinite linear;
  z-index: 8;
}

.preloader div:nth-child(3) {
  transform: rotateZ(72deg);
  animation: rotateCircle3 2s infinite linear;
  z-index: 7;
}

.preloader div:nth-child(4) {
  transform: rotateZ(108deg);
  animation: rotateCircle4 2s infinite linear;
  z-index: 6;
}

.preloader div:nth-child(5) {
  transform: rotateZ(144deg);
  animation: rotateCircle5 2s infinite linear;
  z-index: 5;
}

.preloader div:nth-child(6) {
  transform: rotateZ(180deg);
  animation: rotateCircle6 2s infinite linear;
  z-index: 4;
}

.preloader div:nth-child(7) {
  transform: rotateZ(216deg);
  animation: rotateCircle7 2s infinite linear;
  z-index: 3;
}

.preloader div:nth-child(8) {
  transform: rotateZ(252deg);
  animation: rotateCircle8 2s infinite linear;
  z-index: 2;
}

.preloader div:nth-child(9) {
  transform: rotateZ(288deg);
  animation: rotateCircle9 2s infinite linear;
  z-index: 1;
}

.preloader div:nth-child(10) {
  transform: rotateZ(324deg);
  animation: rotateCircle10 2s infinite linear;
  z-index: 0;
}

@keyframes rotatePreloader {
  0% {
    transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
  }

  100% {
    transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
  }
}

@keyframes rotateCircle1 {
  0% {
    opacity: 0;
  }

  0% {
    opacity: 1;
    transform: rotateZ(36deg);
  }

  7% {
    transform: rotateZ(0deg);
  }

  57% {
    transform: rotateZ(0deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle2 {
  5% {
    opacity: 0;
  }

  5.0001% {
    opacity: 1;
    transform: rotateZ(0deg);
  }

  12% {
    transform: rotateZ(-36deg);
  }

  62% {
    transform: rotateZ(-36deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle3 {
  10% {
    opacity: 0;
  }

  10.0002% {
    opacity: 1;
    transform: rotateZ(-36deg);
  }

  17% {
    transform: rotateZ(-72deg);
  }

  67% {
    transform: rotateZ(-72deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle4 {
  15% {
    opacity: 0;
  }

  15.0003% {
    opacity: 1;
    transform: rotateZ(-72deg);
  }

  22% {
    transform: rotateZ(-108deg);
  }

  72% {
    transform: rotateZ(-108deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle5 {
  20% {
    opacity: 0;
  }

  20.0004% {
    opacity: 1;
    transform: rotateZ(-108deg);
  }

  27% {
    transform: rotateZ(-144deg);
  }

  77% {
    transform: rotateZ(-144deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle6 {
  25% {
    opacity: 0;
  }

  25.0005% {
    opacity: 1;
    transform: rotateZ(-144deg);
  }

  32% {
    transform: rotateZ(-180deg);
  }

  82% {
    transform: rotateZ(-180deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle7 {
  30% {
    opacity: 0;
  }

  30.0006% {
    opacity: 1;
    transform: rotateZ(-180deg);
  }

  37% {
    transform: rotateZ(-216deg);
  }

  87% {
    transform: rotateZ(-216deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle8 {
  35% {
    opacity: 0;
  }

  35.0007% {
    opacity: 1;
    transform: rotateZ(-216deg);
  }

  42% {
    transform: rotateZ(-252deg);
  }

  92% {
    transform: rotateZ(-252deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle9 {
  40% {
    opacity: 0;
  }

  40.0008% {
    opacity: 1;
    transform: rotateZ(-252deg);
  }

  47% {
    transform: rotateZ(-288deg);
  }

  97% {
    transform: rotateZ(-288deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

@keyframes rotateCircle10 {
  45% {
    opacity: 0;
  }

  45.0009% {
    opacity: 1;
    transform: rotateZ(-288deg);
  }

  52% {
    transform: rotateZ(-324deg);
  }

  102% {
    transform: rotateZ(-324deg);
  }

  100% {
    transform: rotateZ(-324deg);
    opacity: 1;
  }
}

/* global css end */
h1 {
  font-size: 3.875rem;
}

h2 {
  font-size: 2rem;
}

@media (max-width: 991px) {
  h2 {
    font-size: 1.875rem;
  }
}

@media (max-width: 575px) {
  h2 {
    font-size: 1.75rem;
  }
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 1.375rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h4 {
    font-size: 1.25rem;
  }
}

h5 {
  font-size: 1.25rem;
  line-height: 1.5;
}

@media (max-width: 767px) {
  h5 {
    font-size: 1.125rem;
  }
}

h6 {
  font-size: 1.125rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Exo 2", sans-serif;
  color: #373e4a;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  word-break: break-word;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
  font-family: "Exo 2", sans-serif;
  color: #373e4a;
  font-weight: 600;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  line-height: 1.4;
  word-break: break-word;
}

p,
li,
span {
  margin: 0;
}

a {
  text-decoration: none;
  display: inline-block;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

a:hover {
  text-decoration: none;
}

.fs--18px {
  font-size: 1.125rem !important;
}

.fs--16px {
  font-size: 1rem !important;
}

.fs--14px {
  font-size: 0.875rem !important;
}

.fs--12px {
  font-size: 0.75rem !important;
}

.h--font {
  font-family: "Exo 2", sans-serif !important;
}

.p--font {
  font-family: "Roboto", sans-serif !important;
}

.fw-medium {
  font-weight: 500 !important;
}

/* button css start */
button:focus {
  outline: none;
}

[class*="btn--"]:not(.btn--link):not(.btn--light) {
  color: #fff;
}

.btn {
  padding: 0.75rem 1.875rem;
}

.btn--primary {
  background-color: #7367f0;
}

.btn--primary:hover {
  background-color: #5e50ee;
  color: #fff !important;
}

.btn--secondary {
  background-color: #868e96;
}

.btn--secondary:hover {
  background-color: #78818a;
}

.btn--success {
  background-color: #28c76f;
}

.btn--success:hover {
  background-color: #24b263;
}
.btn--success-outline {
  background: transparent;
  border-color: #28c76f;
  color: #28c76f !important;
}
.btn--success-outline:hover {
  background: #28c76f;
  border-color: #28c76f;
  color: #fff !important;
}
.btn--success-outline:focus {
  background: #28c76f;
  border-color: #28c76f;
  color: #fff !important;
}
.btn--success-outline:active {
  background: #28c76f;
  border-color: #28c76f;
  color: #fff !important;
}

.btn--danger {
  background-color: #ea5455;
}

.btn--danger:hover {
  background-color: #e73d3e;
}

.btn--danger-outline {
  background: transparent;
  border-color: #ea5455;
  color: #ea5455 !important;
}
.btn--danger-outline:hover {
  background: #ea5455;
  border-color: #ea5455;
  color: #fff !important;
}
.btn--danger-outline:focus {
  background: #ea5455;
  border-color: #ea5455;
  color: #fff !important;
}
.btn--danger-outline:active {
  background: #ea5455;
  border-color: #ea5455;
  color: #fff !important;
}

.btn--warning {
  background-color: #ff9f43;
}

.btn--warning:hover {
  background-color: #ff922a;
}

.btn--warning-outline {
  background: transparent;
  border-color: #ff9f43;
  color: #ff9f43 !important;
}
.btn--warning-outline:hover {
  background: #ff9f43;
  border-color: #ff9f43;
  color: #fff !important;
}
.btn--warning-outline:focus {
  background: #ff9f43;
  border-color: #ff9f43;
  color: #fff !important;
}
.btn--warning-outline:active {
  background: #ff9f43;
  border-color: #ff9f43;
  color: #fff !important;
}

.btn--info {
  background-color: #1e9ff2;
}

.btn--info:hover {
  background-color: #0d93e9;
}

.btn--light {
  background-color: #bcc7da;
}

.btn--light:hover {
  background-color: #acb9d1;
}

.btn--dark {
  background-color: #10163a;
  color: #fff;
}

.btn--dark:hover {
  background-color: #0a0e26;
  color: #fff;
}

.btn--link {
  color: #7367f0;
}

.btn--base {
  background-color: #16c79a;
  color: #fff;
}
.btn--base-outline {
  background: transparent;
  border-color: #16c79a;
  color: #16c79a !important;
}
.btn--base-outline:hover {
  background: #16c79a;
  border-color: #16c79a;
  color: #fff !important;
}
.btn--base-outline:focus {
  background: #16c79a;
  border-color: #16c79a;
  color: #fff !important;
}
.btn--base-outline:active {
  background: #16c79a;
  border-color: #16c79a;
  color: #fff !important;
}

.btn--base:hover {
  background-color: #13b088;
  color: #fff;
}

.btn--base.btn--custom {
  outline: 2px solid rgba(255, 255, 255, 0.7);
  outline-offset: -6px;
}

.btn--base.btn--custom:hover {
  outline-offset: 0;
  outline: 2px solid rgba(255, 255, 255, 0);
}

.text--btn {
  color: #16c79a;
}

.btn-outline--primary {
  color: #7367f0;
  border-color: #7367f0;
}

.btn-outline--primary:hover {
  background-color: #7367f0;
  color: #ffffff;
}

.btn-outline--secondary {
  color: #868e96;
  border-color: #868e96;
}

.btn-outline--secondary:hover {
  background-color: #868e96;
  color: #ffffff;
}

.btn-outline--success {
  color: #28c76f;
  border-color: #28c76f;
}

.btn-outline--success:hover {
  background-color: #28c76f;
  color: #ffffff;
}

.btn-outline--danger {
  color: #ea5455;
  border-color: #ea5455;
}

.btn-outline--danger:hover {
  background-color: #ea5455;
  color: #ffffff;
}

.btn-outline--warning {
  color: #ff9f43;
  border-color: #ff9f43;
}

.btn-outline--warning:hover {
  background-color: #ff9f43;
  color: #ffffff;
}

.btn-outline--info {
  color: #1e9ff2;
  border-color: #1e9ff2;
}

.btn-outline--info:hover {
  background-color: #1e9ff2;
  color: #ffffff;
}

.btn-outline--light {
  color: #bcc7da;
  border-color: #bcc7da;
}

.btn-outline--light:hover {
  background-color: #bcc7da;
  color: #ffffff;
}

.btn-outline--dark {
  color: #10163a;
  border-color: #10163a;
}

.btn-outline--dark:hover {
  background-color: #10163a;
  color: #ffffff;
}

.btn-outline--base {
  color: #16c79a;
  border: 1px solid #16c79a;
}

.btn-outline--base:hover {
  background-color: #16c79a;
  color: #fff;
}

.btn-shadow--primary {
  box-shadow: 0 0 6px 1px rgba(115, 103, 240, 0.35);
}

.btn-shadow--secondary {
  box-shadow: 0 0 6px 1px rgba(134, 142, 150, 0.35);
}

.btn-shadow--success {
  box-shadow: 0 0 6px 1px rgba(40, 199, 111, 0.35);
}

.btn-shadow--danger {
  box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.35);
}

.btn-shadow--warning {
  box-shadow: 0 0 6px 1px rgba(255, 159, 67, 0.35);
}

.btn-shadow--info {
  box-shadow: 0 0 6px 1px rgba(30, 159, 242, 0.35);
}

.btn-shadow--light {
  box-shadow: 0 0 6px 1px rgba(188, 199, 218, 0.35);
}

.btn-shadow--dark {
  box-shadow: 0 0 6px 1px rgba(16, 22, 58, 0.35);
}

.btn-shadow--base {
  box-shadow: 0 0 6px 1px rgba(22, 199, 154, 0.35);
}

.btn--capsule {
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.icon-btn {
  width: 1.5625rem;
  height: 1.5625rem;
  background-color: #16c79a;
  color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.icon-btn:hover {
  color: #fff;
}

.btn--group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}

.btn--group *[class*="btn"] {
  margin: 0.3125rem 0.625rem;
  align-items: center;
}

.btn--group *[class*="btn"].d-flex {
  padding: 0.5rem 2.1875rem;
}

.btn--group.style--two {
  margin-left: -0.3125rem;
  margin-right: -0.3125rem;
}

.btn--group.style--two *[class*="btn"] {
  margin: 0.1875rem 0.3125rem;
}

[class*="btn"].btn-md {
  padding: 0.625rem 1.25rem;
}

[class*="btn"].btn-sm {
  padding: 0.375rem 0.625rem;
}

/* button css end */
.badge--primary {
  background-color: rgba(115, 103, 240, 0.15);
  border: 1px solid #7367f0;
  color: #7367f0;
}

.badge--secondary {
  background-color: rgba(134, 142, 150, 0.15);
  border: 1px solid #868e96;
  color: #868e96;
}

.badge--success {
  background-color: rgba(40, 199, 111, 0.15);
  border: 1px solid #28c76f;
  color: #28c76f;
}

.badge--danger {
  background-color: rgba(234, 84, 85, 0.15);
  border: 1px solid #ea5455;
  color: #ea5455;
}

.badge--warning {
  background-color: rgba(255, 159, 67, 0.15);
  border: 1px solid #ff9f43;
  color: #ff9f43;
}

.badge--info {
  background-color: rgba(30, 159, 242, 0.15);
  border: 1px solid #1e9ff2;
  color: #1e9ff2;
}

.badge--light {
  background-color: rgba(188, 199, 218, 0.15);
  border: 1px solid #bcc7da;
  color: #bcc7da;
}

.badge--dark {
  background-color: rgb(0 0 0);
  border: 1px solid #1b1b1d;
  color: #fdfdff;
}

.badge--base {
  background-color: rgba(22, 199, 154, 0.15);
  border: 1px solid #16c79a;
  color: #16c79a;
}

/* table css start */
.custom--table {
  margin-bottom: 0;
}
.custom--table thead th {
  border-bottom: 1px solid #f0f1f5 !important;
  border-top: none;
  padding: 0.75rem 1.25rem;
  color: #fff;
  font-size: 12px;
  text-align: center;
  font-weight: 600;
  background-color: #10163a;
}

.custom--table thead th:first-child {
  text-align: left;
}

.custom--table thead th:last-child {
  text-align: right;
}

.custom--table tbody td {
  border-top: none;
  border-bottom: 1px solid #f0f1f5;
  padding: 10px 15px;
  color: #7e7e7e;
  text-align: center;
  font-size: 14px;
  vertical-align: middle;
}

.custom--table tbody td:first-child {
  text-align: left;
}

.custom--table tbody td:last-child {
  text-align: right;
}

.custom--table tbody tr {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom--table tbody tr:last-child td {
  border-bottom: none;
}

[data-label] {
  position: relative;
}

[data-label]::before {
  position: absolute;
  content: attr(data-label);
  font-weight: 700;
  color: #000000;
  top: 0;
  left: 0;
  padding: 0.8125rem 0.9375rem;
  display: none;
  font-size: 0.75rem;
}

@media (max-width: 991px) {
  .table-responsive--md thead {
    display: none;
  }

  .table-responsive--md tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
  }

  .table-responsive--md tbody tr td {
    padding-right: 15px;
  }

  .table-responsive--md tbody tr td:last-child {
    padding-right: 15px;
  }

  .table-responsive--md tr th,
  .table-responsive--md tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }

  .table-responsive--md tr th:first-child,
  .table-responsive--md tr td:first-child {
    border-top: none !important;
  }

  .table-responsive--md [data-label]::before {
    display: block;
  }
}

@media (max-width: 767px) {
  .table-responsive--sm thead {
    display: none;
  }

  .table-responsive--sm tbody tr:nth-child(odd) {
    background-color: f7f7f7;
  }

  .table-responsive--sm tbody tr td {
    padding-right: 15px;
  }

  .table-responsive--sm tbody tr td:last-child {
    padding-right: 15px;
  }

  .table-responsive--sm tr th,
  .table-responsive--sm tr td {
    display: block;
    padding-left: 45% !important;
    text-align: right !important;
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
  }

  .table-responsive--sm tr th:first-child,
  .table-responsive--sm tr td:first-child {
    border-top: none !important;
  }

  .table-responsive--sm [data-label]::before {
    display: block;
  }
}

@media (max-width: 1199px) {
  *[class*="table-responsive--"].data-label--none tr th,
  *[class*="table-responsive--"].data-label--none tr td {
    padding-left: 0.75rem;
  }
}

/* table css end */
/* form css start */
.form-group {
  margin-bottom: 0.9375rem;
}

.form--control {
  padding: 0.625rem 1.25rem;
  border: 1px solid #e5e5e5;
  width: 100%;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  color: #000;
  height: 3.125rem;
}

.form--control:focus {
  background-color: #fff;
  border-color: #16c79a !important;
  box-shadow: 0 0 5px rgba(22, 199, 154, 0.35);
  color: #000;
}

.form--control[readonly] {
  background-color: #eaeaea;
}

.form--control.style--two {
  border-width: 0 0 1px 0;
  padding: 0.625rem 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  font-family: "Exo 2", sans-serif;
  border-bottom-color: #999999;
}

.form--control.style--two:focus {
  box-shadow: none;
}

.form--control.form-control-md {
  height: 45px;
}

.form--control.form-control-sm {
  height: 35px;
}

.custom-icon-field {
  position: relative;
}

.custom-icon-field i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0.75rem;
}

.custom-icon-field i[class*="la-"] {
  font-size: 1.25rem;
}

.custom-icon-field .form--control {
  padding-left: 2.5rem;
}

.select {
  padding: 0.625rem 1.25rem;
  width: 100%;
  border: 1px solid lightgray;
  cursor: pointer;
  color: #565656;
  background-color: #fff;
  height: 3.125rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.select option {
  padding: 0.625rem 0;
  display: block;
  border-top: 1px solid #e5e5e5;
}

.select.style--trans {
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.select.style--trans option {
  color: #363636;
}

.select.select-sm {
  height: 2.1875rem;
  font-size: 0.875rem;
  padding: 0.3125rem;
}

textarea {
  min-height: 9.375rem !important;
  resize: none;
  width: 100%;
}

label {
  color: #636363;
  margin-bottom: 0.625rem;
  font-size: 0.875rem;
  font-weight: 500;
}

.input-group > .form--control,
.input-group > .select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}

.input-group select {
  background-color: transparent;
  border: none;
}

.custom--radio {
  position: relative;
  padding-left: 0;
}

.custom--radio input[type="radio"] {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  cursor: pointer;
}

.custom--radio input[type="radio"]:checked ~ label::before {
  border-width: 2px;
  border-color: #16c79a;
}

.custom--radio input[type="radio"]:checked ~ label::after {
  opacity: 1;
}

.custom--radio label {
  margin-bottom: 0;
  position: relative;
  padding-left: 20px;
  font-size: 0.875rem;
  font-weight: 400;
}

.custom--radio label::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #888888;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom--radio label::after {
  position: absolute;
  content: "";
  top: 8px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #16c79a;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.custom--checkbox {
  padding-left: 1.5625rem;
}

.custom--checkbox input {
  display: none;
}

.custom--checkbox input:checked ~ label::before {
  content: "\f14a";
  color: #16c79a;
}

.custom--checkbox label {
  position: relative;
  font-size: 0.9375rem;
  font-weight: 400;
  cursor: pointer;
  margin-bottom: 0;
}

.custom--checkbox label::before {
  position: absolute;
  content: "\f04d";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 3px;
  left: -1.5625rem;
  font-size: 1.25rem;
  line-height: 1;
}

.custom--checkbox.style--two label::before {
  top: 0;
}

.wrong-info .form--control {
  border-color: #ea5455 !important;
  box-shadow: 0 0 6px 1px rgba(234, 84, 85, 0.3) !important;
}

.select2-basic ~ .select2-container {
  display: block;
  width: 100% !important;
  max-width: 100% !important;
  height: 50px;
}

.select2-container .select2-dropdown {
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.select2-container .selection,
.select2-container .select2-selection--single,
.select2-container .select2-selection__rendered {
  display: block;
}

.select2-container .select2-selection--single {
  height: 50px;
  border-color: lightgray;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  padding-left: 1.25rem;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #16c79a;
}

.select2-dropdown ::-webkit-scrollbar {
  width: 0.5rem;
}

.select2-dropdown ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.select2-dropdown ::-webkit-scrollbar-thumb {
  background-color: #14233c;
}

/* form css end*/
/* card css start */
.custom--card {
  box-shadow: 0 0.75rem 1.5rem #12263f08;
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  overflow: hidden;
}

.custom--card .card-header {
  background-color: #ffffff;
  padding: 0.9375rem 1.5625rem;
  border-color: #f0f1f5;
}

.custom--card .card-body {
  padding: 0.9375rem;
}

@media (max-width: 575px) {
  .custom--card .card-body {
    padding: 0.9375rem;
  }
}

/* card css end */
/* modal css start */
.modal {
  z-index: 999999;
}

.custom--modal .modal-header {
  background-color: #14233c;
}

.custom--modal .modal-header .modal-title {
  color: #fff;
}

.custom--modal .modal-header .btn-close {
  background-color: #ea5455;
  opacity: 1;
}

.modal-open {
  overflow: hidden;
  overflow-y: auto;
  padding-right: 0 !important;
}

/* modal css end */
/* header start */
.header__bottom {
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

@media (max-width: 1199px) {
  .header__bottom {
    padding: 0.625rem 0;
  }
}

.header .site-logo img {
  max-width: 10.9375rem;
  max-height: 3.75rem;
}

@media (max-width: 1199px) {
  .header .site-logo img {
    max-width: 9.375rem;
  }
}

.header .main-menu {
  margin-left: 4.375rem;
}

@media (max-width: 1199px) {
  .header .main-menu {
    margin-left: 0;
    padding: 0.9375rem 0;
  }
}

.header .main-menu li {
  position: relative;
}

@media (max-width: 1199px) {
  .header .main-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
}

.header .main-menu li:last-child a {
  padding-right: 0;
}

.header .main-menu li.menu_has_children {
  position: relative;
}

.header .main-menu li.menu_has_children.open > .sub-menu {
  display: block;
}

.header .main-menu li.menu_has_children > a {
  padding-right: 1.5625rem;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children > a {
    display: block;
  }
}

.header .main-menu li.menu_has_children > a::before {
  position: absolute;
  content: "\f067";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 15px;
  right: 0;
  color: #fff;
}

@media (max-width: 1199px) {
  .header .main-menu li.menu_has_children > a::before {
    display: block;
    top: 0.5625rem;
    color: #fff;
  }
}

.header .main-menu li.menu_has_children:hover > a::before {
  content: "\f068";
  color: #16c79a;
}

.header .main-menu li a {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  padding: 0.9375rem 0.9375rem 0.9375rem 0;
  font-size: 0.9375rem;
  color: #fff;
}

@media (max-width: 1199px) {
  .header .main-menu li a {
    color: #fff;
    padding: 0.5rem 0;
    display: block;
  }
}

.header .main-menu li a:hover,
.header .main-menu li a:focus {
  color: #16c79a;
}

.header .main-menu li .sub-menu {
  position: absolute;
  width: 220px;
  top: 105%;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  padding: 0.625rem 0;
  -webkit-box-shadow: 0px 18px 54px -8px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 25px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu {
    opacity: 1;
    visibility: visible;
    display: none;
    position: static;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    width: 100%;
    background-color: #14233c;
    border: none;
  }
}

.header .main-menu li .sub-menu li {
  border-bottom: 1px dashed #e5e5e5;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu li {
    border-color: rgba(255, 255, 255, 0.15);
  }
}

.header .main-menu li .sub-menu li:last-child {
  border-bottom: none;
}

.header .main-menu li .sub-menu li a {
  padding: 0.5rem 1.5625rem;
  display: block;
  color: #565656;
  position: relative;
  font-size: 0.9375rem;
  text-transform: capitalize;
}

@media (max-width: 1199px) {
  .header .main-menu li .sub-menu li a {
    color: #fff;
  }
}

.header .main-menu li .sub-menu li a:hover {
  background-color: rgba(22, 199, 154, 0.05);
  color: #16c79a;
}

.header .main-menu li .sub-menu li + li {
  margin-left: 0;
}

.header .main-menu li:hover > .sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.header .main-menu li + li {
  margin-left: 1.25rem;
}

@media (max-width: 1199px) {
  .header .main-menu li + li {
    margin-left: 0;
  }
}

.header .main-menu .sub-menu li.menu_has_children > a::before {
  top: 9px;
  right: 8px;
}

.header .main-menu .sub-menu li.menu_has_children > .sub-menu {
  left: 100%;
  top: 0;
}

@media (max-width: 1199px) {
  .header .main-menu .sub-menu li.menu_has_children > .sub-menu {
    padding-left: 15px;
  }
}

.header .nav-right {
  padding-left: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 1199px) {
  .header .nav-right {
    padding-left: 0;
  }
}

.language-select {
  background-color: transparent;
  color: #fff;
  height: 46px;
  padding: 10px;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  padding: 5px 10px;
}

@media (max-width: 1199px) {
  .language-select {
    color: #fff;
  }
}

.language-select option {
  background-color: #14233c;
  color: #fff;
}

@media (max-width: 1199px) {
  .navbar-collapse {
    margin-top: 20px !important;
    background-color: #071e3e;
    padding: 0 1.875rem 1.25rem 1.875rem;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    max-height: 20rem;
    overflow: auto;
  }
}

.navbar-toggler {
  padding: 0;
  border: none;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}

.menu-toggle {
  margin: 10px 0;
  position: relative;
  display: block;
  width: 2.1875rem;
  height: 1.25rem;
  cursor: pointer;
  background: transparent;
  border-top: 2px solid;
  border-bottom: 2px solid;
  color: #fff;
  font-size: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}

.menu-toggle:before,
.menu-toggle:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: currentColor;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: -webkit-transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
  -o-transition: -webkit-transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -moz-transition: -webkit-transform 0.25s ease-in-out;
  -ms-transition: -webkit-transform 0.25s ease-in-out;
}

@media (max-width: 1199px) {
  .menu-toggle:before,
  .menu-toggle:after {
    background-color: #fff;
  }
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* header end */
/* hero section css start */
.hero {
  padding: 9.375rem 0;
  position: relative;
  z-index: 1;
}

@media (max-width: 1199px) {
  .hero {
    padding: 7.5rem 0;
  }
}

@media (max-width: 575px) {
  .hero {
    padding: 6.25rem 0;
  }
}

.hero::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #bdc3c7;
  background: -webkit-linear-gradient(
    to top,
    rgba(20, 35, 60, 0.98),
    rgba(20, 35, 60, 0.45)
  );
  background: linear-gradient(
    to top,
    rgba(20, 35, 60, 0.98),
    rgba(20, 35, 60, 0.45)
  );
  z-index: -1;
}

.hero__title {
  font-size: 3.5rem;
}

@media (max-width: 1199px) {
  .hero__title {
    font-size: 2.75rem;
  }
}

@media (max-width: 575px) {
  .hero__title {
    font-size: 2.25rem;
  }
}

.hero__form {
  align-items: flex-start;
  padding: 0.625rem 0.9375rem;
  background-color: #fff;
  justify-content: space-between;
}

@media (max-width: 480px) {
  .hero__form {
    justify-content: center;
  }
}

.hero__form .input-field {
  display: flex;
  align-items: center;
  width: calc((100% / 2) - 70px);
}

@media (max-width: 480px) {
  .hero__form .input-field {
    width: 100%;
  }
}

.hero__form .input-field span {
  font-weight: 500;
}

.hero__form .input-field .form--control {
  flex-grow: 1;
  padding-left: 0;
}

.hero__form .form--control {
  background-color: transparent;
  border: none;
}

.hero__form .form--control:focus {
  box-shadow: none;
}

.hero__form-btn {
  width: 80px;
  color: #fff;
  width: 100px;
  padding: 0.75rem;
}

@media (max-width: 480px) {
  .hero__form-btn {
    margin-top: 0.9375rem;
    width: 100%;
  }
}

/* hero section css end */
/* inner hero css start */
.inner-hero {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
  position: relative;
  z-index: 1;
}

.inner-hero::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.65;
  z-index: -1;
}

.page-breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 0.3125rem;
}

.page-breadcrumb li {
  color: rgba(255, 255, 255, 0.8);
  text-transform: capitalize;
}

.page-breadcrumb li::after {
  content: "-";
  color: #ffffff;
  margin: 0 0.3125rem;
}

.page-breadcrumb li:first-child::before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #16c79a;
  margin-right: 0.375rem;
}

.page-breadcrumb li:last-child::after {
  display: none;
}

.page-breadcrumb li a {
  color: #ffffff;
  text-transform: capitalize;
}

.page-breadcrumb li a:hover {
  color: #16c79a;
}

/* inner hero css end */
/* job type section section css start */
.job-type-btn-area {
  padding: 0.9375rem 0;
}

.job-type-wrapper {
  display: none;
}

.job-type-btn {
  position: relative;
}

.job-type-btn::before {
  position: absolute;
  content: "Click Me";
  top: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
}

.job-type-btn::after {
  position: absolute;
  content: "\f309";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 1;
  animation: upDown 2s infinite linear;
}

@-webkit-keyframes upDown {
  0% {
    top: -38px;
  }

  100% {
    top: -15px;
    opacity: 0;
  }
}

@-moz-keyframes upDown {
  0% {
    top: -38px;
  }

  100% {
    top: -15px;
    opacity: 0;
  }
}

@-ms-keyframes upDown {
  0% {
    top: -38px;
  }

  100% {
    top: -15px;
    opacity: 0;
  }
}

@keyframes upDown {
  0% {
    top: -38px;
  }

  100% {
    top: -15px;
    opacity: 0;
  }
}

.job-type-tabs {
  border-bottom: none;
  justify-content: center;
}

.job-type-tabs .nav-item {
  width: 25%;
}

@media (max-width: 991px) {
  .job-type-tabs .nav-item {
    width: auto;
  }
}

.job-type-tabs .nav-item .nav-link {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  -o-border-radius: 0 !important;
  background-color: transparent;
  color: #fff;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

.job-type-tabs .nav-item .nav-link i {
  font-size: 1.375rem;
  line-height: 1;
  margin-right: 10px;
}

.job-type-tabs .nav-item .nav-link.active {
  border-bottom-color: #16c79a;
}

.job-cat-list {
  margin: -0.625rem 0;
  padding: 30px;
  background-color: #14233c;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  border: 1px solid #16c79a;
  border-radius: 8px;
}

@media (max-width: 1399px) {
  .job-cat-list {
    padding: 20px;
  }
}

.job-cat-list li {
  width: 23%;
}

@media (max-width: 1199px) {
  .job-cat-list li {
    width: 31%;
  }
}

@media (max-width: 991px) {
  .job-cat-list li {
    width: 48%;
  }
}

@media (max-width: 480px) {
  .job-cat-list li {
    font-size: 0.875rem;
  }
}

.job-cat-list li a {
  display: block;
  color: #d2d2d2;
  font-size: 15px;
  margin: 0 10px;
  padding: 0.625rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.job-cat-list li:hover a {
  border-color: #16c79a;
}

@media (max-width: 767px) {
  .job-cat-list li {
    width: 50%;
  }

  .job-cat-list li a {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .job-cat-list li {
    width: 100%;
  }
}

/* job type section section css end */
/* hot job section css start */
.short-job-card {
  padding: 0.625rem;
  background-color: #fff;
  box-shadow: 0 3px 10px rgba(20, 35, 60, 0.05);
  height: 100%;
  border: 1px solid #e0e0e0;
  position: relative;
}

.short-job-card:hover {
  box-shadow: 0 5px 20px rgba(20, 35, 60, 0.08);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

@media (max-width: 767px) {
  .short-job-card__top {
    justify-content: center;
    text-align: center;
  }
}

.short-job-card__thumb {
  width: 70px;
  height: 70px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.08);
}

.short-job-card__thumb img {
  width: 100%;
  height: 100%;
}

.short-job-card__content {
  width: calc(100% - 70px);
  padding-left: 0.9375rem;
}

@media (max-width: 767px) {
  .short-job-card__content {
    padding: 0;
    width: 100%;
    margin-top: 1.25rem;
  }
}

.short-job-card__content .caption {
  font-size: 0.875rem;
}

@media (max-width: 480px) {
  .short-job-card__content .caption {
    font-size: 0.75rem;
  }
}

.short-job-card__title {
  font-size: 1rem;
  padding-right: 12px;
}

@media (max-width: 767px) {
  .short-job-card__title {
    padding-right: 0;
  }
}

.short-job-card__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 480px) {
  .short-job-card__title {
    font-size: 0.875rem;
  }
}

@media (max-width: 420px) {
  .short-job-card__bottom {
    flex-direction: column;
    text-align: center;
  }
}

.short-job-card__action {
  text-align: right;
  position: absolute;
  top: 10px;
  right: 10px;
}

.bookmark-btn {
  background-color: transparent;
  padding: 0;
  font-size: 1rem;
  color: #898989;
  line-height: 1;
  position: relative;
}

.bookmark-btn .bookmarked-active {
  position: absolute;
  top: 5px;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  color: #ea5455;
}

.bookmark-btn.active .non-bookmark {
  opacity: 0;
}

.bookmark-btn.active .bookmarked-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 0;
}

/* hot job section css end */
/* feature section css start */
.feature-card {
  height: 100%;
}

@media (max-width: 575px) {
  .feature-card {
    padding: 1.875rem;
    background-color: rgba(22, 199, 154, 0.25);
    border: 1px solid rgba(22, 199, 154, 0.45);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    text-align: center;
    width: 80%;
    margin: 0 auto;
  }
}

@media (max-width: 420px) {
  .feature-card {
    width: 100%;
    padding: 1.25rem;
  }
}

.feature-card__icon {
  position: relative;
  z-index: 1;
  width: 50px;
  height: 50px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.feature-card__icon i {
  font-size: 2rem;
}

.feature-card__content {
  margin-top: 1.25rem;
}

/* feature section css end */
/* cta section css start */
.cta-title {
  font-size: 2.625rem;
}

@media (max-width: 991px) {
  .cta-title {
    font-size: 2.25rem;
  }
}

@media (max-width: 575px) {
  .cta-title {
    font-size: 2rem;
  }
}

/* cta section css end */
/* package section css start */
.package-details-wrapper {
  padding: 2.5rem;
  height: 100%;
  background-color: #1a2e4f;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.package-card {
  display: flex;
  flex-direction: column;
  padding: 1.5625rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(20, 35, 60, 0.08);
  position: relative;
  overflow: hidden;
}

.package-card__footer {
  margin-top: auto;
}

.package-card__label {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(45deg);
  text-align-last: center;
}

@media (max-width: 575px) {
  .package-card {
    padding: 0.9375rem;
  }
}

.package-card:hover {
  box-shadow: 0 8px 25px rgba(20, 35, 60, 0.15);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.package-card__top {
  justify-content: center;
}

.package-card__top .icon {
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.package-card__top .icon::before {
  position: absolute;
  content: "";
  top: -30px;
  right: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
}

.package-card__top .icon::after {
  position: absolute;
  content: "";
  bottom: -30px;
  left: -30px;
  width: 60px;
  height: 60px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.package-card__top .icon i {
  color: #fff;
  font-size: 2.625rem;
  line-height: 1;
}

.package-card__top .content {
  padding-left: 1.25rem;
}

.package-card__price {
  font-size: 1.5rem;
  font-family: "Exo 2", sans-serif;
  font-weight: 600;
  color: #373e4a;
}

.package-card__price sub {
  font-size: 60%;
  font-weight: 400;
  color: #777;
  top: 0;
}

.package-card__content {
  margin-top: 1.5625rem;
  display: flex;
  justify-content: center;
}

.package-card__feature-list li + li {
  margin-top: 0.625rem;
}

.package-card__feature-list li {
  position: relative;
  padding-left: 1.4375rem;
}

.package-card__feature-list li::before {
  position: absolute;
  content: "\f00c";
  top: 0;
  left: 0;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.package-card.popular-package {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* package section css end */
/* brand section css start */
.brand-item img {
  max-height: 30px;
}

/* brand section css end */
/* search result section css start */
.page-breadcum-menu-area {
  padding: 0.9375rem 0;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.page-breadcum-menu li {
  padding: 0.1875rem 0.625rem;
  position: relative;
  font-size: 0.875rem;
}

.page-breadcum-menu li:last-child::after {
  display: none;
}

.page-breadcum-menu li::after {
  position: absolute;
  content: "/";
  top: 50%;
  right: -3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.search-job-area {
  padding: 0.9375rem 0;
}

.job-card {
  padding: 1.25rem 1.5625rem;
  border: 1px solid #e0e0e0;
  font-size: 0.875rem;
  background-color: #fff;
}

@media (max-width: 575px) {
  .job-card {
    padding: 1.25rem;
  }
}

.job-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  -webkit-transform: translateY(-3px);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
}

.job-card + .job-card {
  margin-top: 0.9375rem;
}

.job-card.featured {
  background-color: #fffde8;
  border-color: #f7e311;
  position: relative;
  padding-top: 2.1875rem;
}

.job-card.featured::after {
  position: absolute;
  content: "Featured";
  top: 0;
  left: -8px;
  font-size: 0.75rem;
  background-color: #ea5455;
  color: #fff;
  padding: 0.125rem 1.25rem;
}

.job-card.featured::before {
  position: absolute;
  content: "";
  top: 14px;
  left: -18px;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: transparent #c01819 transparent transparent;
}

.job-card strong {
  font-weight: 500;
}

.job-card__title {
  font-size: 1.25rem;
}

.job-card__top .left {
  width: calc(100% - 15px);
}

.job-card__bookmark {
  width: 15px;
}

.job-card__meta {
  margin: -0.1875rem -0.4375rem;
}

.job-card__meta li {
  padding: 0.1875rem 0.4375rem;
}

.job-card__description {
  width: 90%;
}

@media (max-width: 575px) {
  .job-card__description {
    width: 100%;
  }
}

/* search result section css end */
/* job details section css start */
.job-details {
  padding: 1.875rem;
  border: 1px solid #e0e0e0;
}

@media (max-width: 575px) {
  .job-details {
    padding: 1.25rem;
  }
}

.job-details__title {
  font-size: 1.5rem;
}

@media (max-width: 575px) {
  .job-details__title {
    font-size: 1.375rem;
  }
}

@media (max-width: 480px) {
  .job-details__title {
    font-size: 1.25rem;
  }
}

.job-details__meta {
  margin: -0.1875rem -0.75rem;
}

.job-details__meta li {
  padding: 0.1875rem 0.75rem;
  font-size: 0.875rem;
  position: relative;
}

.job-details__meta li:last-child::after {
  display: none;
}

.job-details__meta li::after {
  position: absolute;
  right: -2px;
  top: 3px;
  content: "|";
  color: #d4d4d4;
}

.job-details .bookmark-btn {
  font-size: 1.25rem;
}

.fw-500 {
  font-weight: 500 !important;
}

.job-alert-box {
  padding: 1.25rem;
  border: 1px solid #e0e0e0;
  background-color: #f6fffd;
}

.job-alert-box__icon {
  width: 50px;
}

.job-alert-box__icon i {
  font-size: 2.625rem;
}

.job-alert-box__content {
  width: calc(100% - 50px);
  padding-left: 5px;
}

.job-alert-form {
  position: relative;
}

.job-alert-form__btn {
  position: absolute;
  color: #fff;
  position: absolute;
  top: 4px;
  right: 5px;
  width: 35px;
  height: calc(100% - 8px);
}

.job-summary {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.05);
}

.job-summary__title {
  padding: 0.5rem 1.25rem;
  color: #fff;
  font-size: 1.25rem;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.job-summary__list {
  padding: 1.25rem;
}

.job-summary__list li {
  font-size: 0.875rem;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #e0e0e0;
}

.job-summary__list li:first-child {
  padding-top: 0;
}

.job-summary__list li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.job-details-sidebar {
  position: sticky;
  top: 30px;
}

/* job details section css end */
/* blog section css start */
.blog-post {
  padding: 0.625rem;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.blog-post__date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background-color: #fff;
  padding: 0.125rem 0.9375rem;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 0.875rem;
  display: inline-flex;
  align-items: center;
}

.blog-post__date i {
  font-size: 1.125rem;
  margin-right: 8px;
}

.blog-post__thumb {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.blog-post__title {
  font-size: 1.25rem;
}

.blog-post__title a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.blog-post__content {
  padding: 0.625rem;
  margin-top: 0.9375rem;
}

blockquote {
  padding: 1.875rem;
  color: #fff;
  margin: 1.25rem 0;
  font-size: 1.125rem;
  font-style: italic;
}

/* blog section css end */
/* candidate header section css start */
.candidate-header {
  padding: 4.375rem 0;
}

.candidate {
  align-items: center;
}

.candidate__thumb {
  width: 150px;
  height: 150px;
  overflow: hidden;
  border: 1px solid #16c79a;
}

.candidate__thumb img {
  width: inherit;
  height: inherit;
}

.candidate__content {
  width: calc(100% - 150px);
  padding-left: 1.5625rem;
}

@media (max-width: 480px) {
  .candidate__content {
    width: 100%;
    padding-left: 0;
    margin-top: 1.25rem;
  }
}

.candidate__info-list {
  align-items: center;
  margin: -0.3125rem -0.625rem;
}

.candidate__info-list li {
  color: #e6e6e6;
  padding: 0.3125rem 0.625rem;
  position: relative;
}

.candidate__info-list li i {
  font-size: 1.125rem;
}

/* candidate header section css end */
/* candidate details section css start */
.experience-area {
  position: relative;
}

.experience-area::after {
  position: absolute;
  content: "";
  top: 0.625rem;
  left: 0.5625rem;
  width: 3px;
  height: calc(100% - 15px);
  background-color: transprent;
  border-left: 1px dashed rgba(22, 199, 154, 0.35);
}

.single-experience {
  padding-left: 1.875rem;
  position: relative;
}

.single-experience + .single-experience {
  margin-top: 1.875rem;
}

.single-experience::before {
  position: absolute;
  content: "";
  top: 0.5625rem;
  left: 0.3125rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.single-experience::after {
  position: absolute;
  content: "";
  top: 0.25rem;
  left: 0;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  opacity: 0.25;
}

.social-link-list {
  margin: -0.1875rem -0.625rem;
}

.social-link-list li {
  padding: 0.1875rem 0.625rem;
}

/* candidate details section css end */
/* dashboard section css start */
.d-widget {
  padding: 1.25rem;
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 420px) {
  .d-widget {
    justify-content: center;
  }
}

.d-widget:hover {
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}

.d-widget::before {
  position: absolute;
  content: "";
  bottom: -9px;
  left: -26px;
  width: 60px;
  height: 30px;
  background-color: #16c79a;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.d-widget__content {
  width: calc(100% - 75px);
  padding-right: 1.25rem;
}

@media (max-width: 420px) {
  .d-widget__content {
    width: 100%;
    padding-right: 0;
    order: 2;
    text-align: center;
    margin-top: 25px;
  }
}

.d-widget__content .d-number {
  font-size: 2rem;
  font-weight: 600;
}

.d-widget__content .caption {
  margin-top: 5px;
}

.d-widget__icon {
  width: 75px;
  text-align: end;
}

@media (max-width: 420px) {
  .d-widget__icon {
    order: 1;
    text-align: center;
  }
}

.d-widget__icon i {
  font-size: 42px;
}

.d-widget__btn {
  background-color: #16c79a;
  color: #ffffff;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.d-widget__btn:hover {
  color: #ffffff;
}

.profile-thumb-wrapper {
  background-color: #fff;
  padding: 1.25rem;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.profile-thumb {
  display: flex;
  align-items: center;
}

@media (max-width: 520px) {
  .profile-thumb {
    flex-wrap: wrap;
  }
}

@media (max-width: 520px) {
  .avatar-edit {
    width: 100%;
    padding-left: 0 !important;
    margin-top: 0.9375rem;
  }
}

.avatar-preview {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: inline-flex;
}

.avatar-preview .profilePicPreview {
  width: 11.25rem;
  height: 11.25rem;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  display: block;
  background-size: cover;
  background-position: center;
}

.profilePicUpload {
  font-size: 0;
  opacity: 0;
  width: 0;
}

/* dashboard section css end */
/* sidebar css start */
.sidebar {
  padding-left: 30px;
  position: sticky;
  top: 30px;
}

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

.sidebar .widget + .widget {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .sidebar .widget + .widget {
    margin-top: 30px;
  }
}

.sidebar .widget {
  padding: 20px;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.sidebar .widget .widget__title {
  position: relative;
  padding-bottom: 8px;
  margin-bottom: 25px;
}

.sidebar .widget .widget__title::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 20px;
  height: 2px;
  background-color: #16c79a;
}

.sidebar .small-post-list .small-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 0;
  border-bottom: 1px solid #e5e5e5;
}

.sidebar .small-post-list .small-post:first-child {
  padding-top: 0;
}

.sidebar .small-post-list .small-post:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.sidebar .small-post-list .small-post__thumb {
  width: 58px;
  height: 58px;
}

.sidebar .small-post-list .small-post__thumb img {
  width: inherit;
  height: inherit;
}

.sidebar .small-post-list .small-post__content {
  width: calc(100% - 58px);
  padding-left: 20px;
}

.sidebar .small-post-list .small-post__title a {
  font-size: 1rem;
  font-weight: 600;
}

/* sidebar css end */
/* action-sidebar css start */
.action-sidebar {
  padding: 1.25rem 0.9375rem;
  background-color: #fff;
}

@media (max-width: 991px) {
  .action-sidebar {
    padding: 30px;
    width: 350px;
    position: fixed;
    top: 100px;
    left: -105%;
    z-index: 99999;
    max-width: 100%;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.15);
    max-height: calc(100vh - 75px);
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: darkgrey #e7e7e7;
  }

  .action-sidebar::-webkit-scrollbar {
    width: 5px;
  }

  .action-sidebar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .action-sidebar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    border-radius: 999px;
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    -ms-border-radius: 999px;
    -o-border-radius: 999px;
  }

  .action-sidebar.active {
    left: 0;
  }
}

.action-widget {
  padding: 20px 0;
  border-bottom: 1px solid #ededed;
}

.action-widget:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.action-widget__title {
  font-size: 1rem;
  color: #373e4a;
  position: relative;
  padding-right: 20px;
  cursor: pointer;
}

.action-widget__title::after {
  position: absolute;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  top: 0;
  right: 0;
  font-size: 0.875rem;
}

.action-widget__body {
  margin-top: 0.9375rem;
}

.action-widget__body.scroll--active {
  max-height: 200px;
  overflow: auto;
  scrollbar-width: thin;
  scrollbar-color: darkgrey #e7e7e7;
}

.action-widget__body.scroll--active::-webkit-scrollbar {
  width: 5px;
}

.action-widget__body.scroll--active::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.action-widget__body.scroll--active::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}

.search-form-inline {
  position: relative;
}

.search-form-inline input {
  padding-left: 10px;
  padding-right: 30px;
}

.search-form-inline__btn {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
}

.action-widget .form-check + .form-check {
  margin-top: 0.3125rem;
}

.action-sidebar-close {
  width: 30px;
  height: 30px;
  background-color: #16c79a;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
}

@media (max-width: 991px) {
  .action-sidebar-close {
    display: inline-block;
  }
}

.action-sidebar-open {
  padding: 0.5rem 1.5625rem;
  background-color: #16c79a;
  color: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  display: none;
}

@media (max-width: 991px) {
  .action-sidebar-open {
    display: inline-flex;
  }
}

.action-sidebar-open i {
  font-size: 1.375rem;
  margin-right: 5px;
}

/* action-sidebar css end */
/* candidate-sidebar css start */
.candidate-sidebar-area {
  position: sticky;
  top: 30px;
}

.candidate-sidebar {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.candidate-sidebar__title {
  color: #fff;
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
}

.candidate-sidebar__body {
  background-color: #fff;
  padding: 1.25rem;
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
}

/* candidate-sidebar css end */
/* dashboard-sidebar css start */
.dashboard-sidebar {
  position: sticky;
  top: 30px;
  padding: 1.25rem;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}

.dashboard-sidebar__thumb {
  overflow: hidden;
}

.dashboard-sidebar__menu li:last-child a {
  border-bottom: none;
  padding-bottom: 0;
}

.dashboard-sidebar__menu li a {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
  color: #565656;
  border-bottom: 1px dashed #e0e0e0;
}

.dashboard-sidebar__menu li a i {
  font-size: 1.375rem;
  margin-right: 0.5rem;
}

/* dashboard-sidebar css end */
/* footer section css start */
.footer-section__top {
  padding-top: 6.25rem;
  padding-bottom: 5rem;
}

.footer-section p,
.footer-section li,
.footer-section span,
.footer-section i,
.footer-section a {
  color: rgba(255, 255, 255, 0.9);
}

.footer-section__bottom {
  padding: 15px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-logo img {
  max-width: 150px;
  max-height: 50px;
}

.footer-widget__title {
  font-size: 1.25rem;
  padding-bottom: 0.3125rem;
  color: #fff;
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  margin-bottom: 1.5625rem;
}

.footer-widget__title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
}

.overview-item {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.overview-item:first-child {
  padding-top: 0;
}

.overview-item:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.overview-item__number {
  font-size: 2rem;
  line-height: 1.3;
}

.social-link li {
  padding: 0.1875rem 0.4375rem;
}

.social-link li a {
  font-size: 1.125rem;
}

/* footer section css end */

.cookie__wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #071a3a;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 10vh;
  font-size: 18px;
  z-index: 99999;
  color: #ddd;
}

@media (max-width: 575px) {
  .cookie__wrapper {
    padding: 20px;
  }
}

.cookie__wrapper .txt {
  max-width: 720px;
  margin-right: 20px;
}

/* account section css start */
.account-section {
  min-height: 100vh;
}

.account-section .account-area {
  width: 40%;
  padding: 2.5rem;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  justify-content: center;
}

@media (max-width: 1399px) {
  .account-section .account-area {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .account-section .account-area {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .account-section .account-area {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .account-section .account-area {
    padding: 1.875rem 1.25rem;
  }
}

.account-section .account-area__logo img {
  max-width: 220px;
  max-height: 70px;
}

.account-section .inline-menu li {
  padding: 3px 10px;
}

.account-section .inline-menu li a {
  color: #fff;
  font-size: 0.875rem;
}

.account-section .inline-menu li a:hover {
  color: #16c79a;
}

.account-section .account-thumb {
  width: 60%;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1399px) {
  .account-section .account-thumb {
    width: 50%;
  }
}

@media (max-width: 1199px) {
  .account-section .account-thumb {
    width: 40%;
  }
}

@media (max-width: 991px) {
  .account-section .account-thumb {
    order: -1;
    width: 100%;
    padding: 50px 30px;
  }
}

.account-section .account-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #14233c;
  opacity: 0.55;
  z-index: -1;
}

.account-section .account-thumb__content .title {
  font-size: 2.25rem;
}

.account-form label {
  color: #fff;
}

.account-form .custom-icon-field i {
  width: 35px;
  height: 35px;
  background-color: #ffffff15;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 1.125rem;
}

.account-form .custom-icon-field .form--control,
.account-form .custom-icon-field .select {
  padding-left: 50px;
}

.account-form .form--control {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff;
  height: 45px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.account-form .form--control::-webkit-input-placeholder {
  color: #cccccc;
}

.account-form .form--control::-moz-placeholder {
  color: #cccccc;
}

.account-form .form--control:-ms-input-placeholder {
  color: #cccccc;
}

.account-form .form--control:-moz-placeholder {
  color: #cccccc;
}

.account-form .form--control:focus ~ i {
  background-color: #16c79a;
}

.account-form .select {
  height: 45px;
  background-color: transparent;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
}

.account-form .select option {
  background-color: #14233c;
}

.account-section.login-section .account-area {
  padding: 50px 70px;
}

@media (max-width: 767px) {
  .account-section.login-section .account-area {
    padding: 2.5rem 1.875rem;
  }
}

@media (max-width: 480px) {
  .account-section.login-section .account-area {
    padding: 1.875rem 1.25rem;
  }
}

.account-section.login-section .account-form .form--control,
.account-section.login-section .account-form .select {
  height: 60px;
}

.account-section.login-section .account-form .custom-icon-field i {
  width: 47px;
  height: 47px;
  font-size: 24px;
}

.account-section.login-section .account-form .custom-icon-field .form--control {
  padding-left: 65px;
}

.account-tabs {
  border-bottom: none;
  justify-content: space-between;
}

.account-tabs .nav-item {
  width: 48%;
}

.account-tabs .nav-item .nav-link {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  margin-bottom: 0;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #cccccc;
  background-color: transparent;
  padding: 1.25rem;
  position: relative;
}

@media (max-width: 575px) {
  .account-tabs .nav-item .nav-link {
    padding: 0.625rem;
  }
}

.account-tabs .nav-item .nav-link::after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: 50%;
  border-width: 10px 10px 10px 10px;
  border-style: solid;
  border-color: #16c79a transparent transparent transparent;
  margin-left: -5px;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.account-tabs .nav-item .nav-link.active {
  color: #16c79a;
  border-color: #16c79a;
  background-color: rgba(22, 199, 154, 0.1);
}

.account-tabs .nav-item .nav-link.active::after {
  opacity: 1;
}

.account-tabs .nav-item .nav-link i {
  font-size: 1.5rem;
  margin-right: 0.5rem;
}

@media (max-width: 575px) {
  .account-tabs .nav-item .nav-link i {
    font-size: 1.375rem;
  }
}

@media (max-width: 420px) {
  .account-tabs .nav-item .nav-link i {
    font-size: 1.125rem;
    margin-right: 0.3125rem;
  }
}

.account-tabs .nav-item .nav-link span {
  font-size: 1.25rem;
}

@media (max-width: 575px) {
  .account-tabs .nav-item .nav-link span {
    font-size: 1.125rem;
  }
}

@media (max-width: 420px) {
  .account-tabs .nav-item .nav-link span {
    font-size: 0.875rem;
  }
}

/* account section css end */
/* contact section css start */
.contact-form-area {
  background-color: #fff;
  padding: 1.875rem;
  border: 1px solid #e0e0e0;
  box-shadow: 0 0 15px rgba(20, 35, 60, 0.05);
}

.contact-form-area .title {
  position: relative;
  padding-bottom: 0.3125rem;
  margin-bottom: 0.625rem;
}

.contact-form-area .title::after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 25px;
  height: 1px;
}

.map-area {
  background-color: #fff;
}

.map-area:hover .map-address {
  opacity: 0;
  visibility: hidden;
}

.map-area iframe {
  width: 100%;
  height: 675px;
}

@media (max-width: 991px) {
  .map-area iframe {
    height: 500px;
  }
}

@media (max-width: 767px) {
  .map-area iframe {
    height: 400px;
  }
}

.map-area .map-address {
  position: absolute;
  padding: 1.5625rem;
  color: #fff;
  font-size: 0.875rem;
  width: 350px;
  z-index: 1;
}

@media (max-width: 480px) {
  .map-area .map-address {
    width: 100%;
  }
}

.map-area .map-address::after {
  position: absolute;
  content: "";
  bottom: -18px;
  right: 0;
  border-width: 20px 20px 20px 20px;
  border-color: transparent #14233c transparent transparent;
  border-style: solid;
  z-index: -1;
}

.contact-item {
  align-items: center;
  padding: 0.9375rem;
  background-color: #fff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  border: 1px solid #e0e0e0;
}

.contact-item__icon {
  width: 75px;
  height: 75px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 480px) {
  .contact-item__icon {
    width: 55px;
    height: 55px;
  }
}

.contact-item__icon i {
  font-size: 2.875rem;
}

@media (max-width: 480px) {
  .contact-item__icon i {
    font-size: 2.25rem;
  }
}

.contact-item__content {
  width: calc(100% - 75px);
  padding-left: 1.25rem;
}

@media (max-width: 480px) {
  .contact-item__content {
    width: calc(100% - 55px);
  }
}

.contact-item a {
  color: #565656;
}

/* contact section css end */

.company-card {
  padding: 10px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.05);
}

.company-card .company-card__thumb {
  width: 90px;
  height: 90px;
  overflow: hidden;
  border-radius: 5px;
}

.company-card .company-card__content {
  width: calc(100% - 90px);
  padding-left: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.company-card .company-card__content .left {
  width: calc(100% - 40px);
}

.company-card .company-card__content .right {
  width: 40px;
  text-align: right;
}

.btn:focus,
.pagination .page-item .page-link:focus,
.btn-close:focus {
  box-shadow: none;
}

/*---------------------------------------
    Social List
-----------------------------------------*/

.social-list__icon {
  display: inline-block;
  text-decoration: none;
}

.social-list__icon i,
.social-list__icon span {
  display: grid;
  place-items: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.3s ease;
  background: hsl(var(--base));
  color: hsl(var(--white));
}

.social-list__icon i:hover,
.social-list__icon span:hover {
  box-shadow: 0 5px 15px 0 hsl(var(--dark) / 0.3);
}

.social-list__icon [class*="facebook"] {
  background: #1877f2;
  color: #fff;
}

.social-list__icon [class*="linkedin"] {
  background: #0077b5;
  color: #fff;
}

.social-list__icon [class*="instagram"] {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  color: #fff;
}

.social-list__icon [class*="twitter"] {
  background: #1da1f2;
  color: #fff;
}

.social-list__icon [class*="whatsapp"] {
  background: #25d366;
  color: #fff;
}

.social-list__icon [class*="pinterest"] {
  background: #e60023;
  color: #fff;
}

.social-list__icon [class*="youtube"] {
  background: #ff0000;
  color: #fff;
}

.social-list__icon [class*="tiktok"] {
  background: #010101;
  color: #fff;
}

.social-list__icon [class*="snapchat"] {
  background: #fffc00;
  color: #fff;
}

.social-list__icon [class*="weixin"] {
  background: #09b83e;
  color: #fff;
}

.social-list__icon [class*="telegram"] {
  background: #2aabee;
  color: #fff;
}

.social-list__icon [class*="quora"] {
  background: #b92b27;
  color: #fff;
}

.social-list__icon [class*="skype"] {
  background: #009edc;
  color: #fff;
}

.custom--wrapper a {
  color: #fff;
}

.custom--card .card-header {
  background-color: #10163a;
}
.custom--card .card-header .card-title {
  color: #fff;
}
.pagination {
  justify-content: center;
}

/* Update CSS */
.custom--dropdown.open > .custom--dropdown__selected::before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom--dropdown > .custom--dropdown__selected {
  background-color: transparent;
  position: relative;
  cursor: pointer;
  padding: 10px;
  font-size: 14px;
  padding-right: 30px;
}

.custom--dropdown > .custom--dropdown__selected::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  content: "\f107";
  display: inline-block;
  position: absolute;
  margin-left: auto;
  width: unset !important;
  right: 10px;
  color: #fff;
  font-size: 12px;
}

@media screen and (max-width: 1399px) {
  .custom--dropdown > .custom--dropdown__selected::before {
    right: 2px;
  }
}

@media screen and (max-width: 1399px) {
  .custom--dropdown > .custom--dropdown__selected {
    padding-right: 15px;
  }
}

.custom--dropdown > .dropdown-list {
  position: absolute;
  background-color: hsl(var(--black));
  width: 100%;
  border-radius: 3px;
  -webkit-box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  box-shadow: 0px 12px 24px rgba(21, 18, 51, 0.13);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top center;
  transform-origin: top center;
  top: 100%;
  margin-top: 5px;
  z-index: -1;
  visibility: hidden;
  max-height: 230px;
  width: 85px;
  overflow-y: auto !important;
}

@media screen and (max-width: 991px) {
  .custom--dropdown {
    margin-right: 10px;
  }
  .custom--dropdown > .dropdown-list {
    left: auto;
    width: 80px;
  }
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.15);
}

.custom--dropdown > .dropdown-list::-webkit-scrollbar-thumb {
  background-color: hsl(var(--black) / 0.3);
}

.custom--dropdown.open > .dropdown-list {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
  z-index: 999 !important;
  background-color: hsl(var(--black)) !important;
  -webkit-box-shadow: var(--box-shadow);
  box-shadow: var(--box-shadow);
}

.dropdown-list > .dropdown-list__item {
  padding: 10px 8px !important;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 14px;
}

.dropdown-list > .dropdown-list__item:hover {
  background-color: hsl(var(--base)) !important;
}

.dropdown-list > .dropdown-list__item:hover .text {
  color: #ffff !important;
}

.dropdown-list > .dropdown-list__item,
.custom--dropdown > .custom--dropdown__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover !important;
  object-fit: cover !important;
}

.dropdown-list > .dropdown-list__item .thumb img,
.custom--dropdown > .custom--dropdown__selected .thumb img {
  min-width: 24px !important;
  min-height: 24px !important;
  max-width: 24px !important;
  max-height: 24px !important;
  overflow: hidden;
  margin-right: 5px;
  border-radius: 50%;
}

.dropdown-list > .dropdown-list__item .text,
.custom--dropdown > .custom--dropdown__selected .text {
  width: calc(100% - 24px);
  padding-left: 4px;
  color: #fff !important;
}

.custom--dropdown__selected.dropdown-list__item .text {
  color: #fff !important;
}
.dropdown-list a {
  color: #fff;
}

@media (max-width: 1199px) {
  .dashboard-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9991;
    border-radius: 0;
    width: 300px;
    height: 100vh;
    overflow-y: auto;
    transform: translateX(-100%);
    transition: all 0.3s linear;
    padding-top: 50px;
  }
  .dashboard-sidebar.show-sidebar {
    transform: translateX(0);
  }
}
.dashboard-sidebar__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000;
    cursor: pointer;
}
.filter-button {
  background: #16c79a;
  color: #fff;
  padding: 5px 12px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99;
  display: none;
}
.sidebar-overlay.show {
  display: block;
}
