@charset "UTF-8";
.text-bold {
  font-weight: bold !important;
}

.bootstrap-select .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.bootstrap-select .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #666;
}

@keyframes slide-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes flip-top {
  0% {
    transform: rotateX(0deg);
    z-index: 2;
  }
  0%, 99% {
    opacity: 0.99;
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flip-bottom {
  0%, 50% {
    z-index: -1;
    transform: rotateX(90deg);
    opacity: 0;
  }
  51% {
    opacity: 0.99;
  }
  100% {
    opacity: 0.99;
    transform: rotateX(0deg);
    z-index: 5;
  }
}
@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
/*****************************
	Typography
*****************************/
body {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: rgb(53, 57, 66);
  overflow-x: hidden;
}

input {
  outline: medium none !important;
  color: #0097eb;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Inter", sans-serif;
  font-weight: normal;
  color: #001935;
  margin-top: 0;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

label {
  font-weight: normal;
}

h1 {
  font-size: 42px;
  font-style: normal;
}

h2 {
  font-size: 28px;
  line-height: 38px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  font-weight: normal;
  line-height: 1.7;
}

*::-moz-selection {
  background: #0097eb;
  color: #ffffff;
  text-shadow: none;
}

::-moz-selection {
  background: #0097eb;
  color: #ffffff;
  text-shadow: none;
}

::selection {
  background: #0097eb;
  color: #ffffff;
  text-shadow: none;
}

.container-fluid {
  padding: 0 100px;
}

/* Loading */
#pre-loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#pre-loader img {
  text-align: center;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 99;
  margin: 0 auto;
}

/* divider */
hr {
  border-top-color: #eeeeee;
}

/* form-control */
.form-control {
  border: 1px solid #eeeeee;
  color: #626262;
  border-radius: 0px;
  box-shadow: none;
  font-size: 14px;
  border-radius: 3px;
}
.form-control:focus {
  box-shadow: none;
  border-color: #0097eb;
}

/* custom-file */
.custom-file .custom-file-label {
  height: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #001935;
  border-color: #eeeeee;
  padding: 15px 90px 15px 20px;
  border-radius: 3px;
}
.custom-file .custom-file-label:after {
  height: 48px;
  padding: 14px 25px;
}
.custom-file .custom-file-input {
  height: 50px;
  color: #001935;
  border-radius: 3px;
  border-color: #eeeeee;
}
.custom-file .custom-file-input:focus ~ .custom-file-label {
  border-color: #0097eb;
  box-shadow: none;
}

/* input-group-prepend */
.input-group-prepend .input-group-text,
.input-group-append .input-group-text {
  width: 50px;
  background: transparent;
  border-color: #eeeeee;
  box-shadow: none;
  justify-content: center;
}

/* checkbox */
.custom-control-input:checked ~ .custom-control-label:before {
  background: #0097eb;
  border-color: #0097eb;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label:before {
  background: transparent;
  border-color: transparent;
}
.custom-control-input:focus ~ .custom-control-label:before {
  box-shadow: none;
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label:before {
  border-color: #eeeeee;
}

.custom-checkbox .custom-control-label:before {
  border-radius: 3px;
  border: 2px solid #dfdfdf;
}

/* border */
.border {
  border-color: #eeeeee !important;
}

.border-top {
  border-top-color: #eeeeee !important;
}

.border-left {
  border-left-color: #eeeeee !important;
}

.border-right {
  border-right-color: #eeeeee !important;
}

.border-bottom {
  border-bottom-color: #eeeeee !important;
}

/* badge */
.badge {
  border-radius: 3px;
}
.badge + .badge {
  margin-left: 6px;
}

.badge-md {
  padding: 5px 8px;
  font-size: 13px;
  font-weight: normal;
}

.badge-primary {
  background: #0097eb;
}

/* back to to */
.back-to-top {
  background: #dc3545;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  display: inline-block;
  text-align: center;
  border-radius: 3px;
  position: fixed;
  overflow: hidden;
  cursor: pointer;
  right: 30px;
  bottom: 30px;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}
.back-to-top:hover {
  background-color: #001935;
  color: #ffffff;
}
.back-to-top:focus {
  color: #ffffff;
}

/* breadcrumb */
.breadcrumb {
  padding-left: 0;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  display: inline-flex;
}
.breadcrumb .breadcrumb-item {
  padding-right: 5px;
}
.breadcrumb .breadcrumb-item a {
  color: #fafafa;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #fff;
}
.breadcrumb .breadcrumb-item i {
  padding-right: 5px;
  font-size: 11px;
}
.breadcrumb .breadcrumb-item:before {
  display: none;
}
.breadcrumb .active span {
  color: #fff;
}

/* pagination */
.pagination {
  display: inline-flex;
  border-radius: 3px;
}

.pagination .page-item {
  margin: 0 3px;
  display: inline-flex;
}

.pagination .page-item .page-link {
  color: #3a4957;
  padding: 6px 12px;
  border-radius: 3px;
  border: none;
}

.page-item.active .page-link,
.pagination .page-item .page-link:hover {
  background: #0097eb;
  border-color: #0097eb;
  color: #ffffff;
}

.pagination .page-item .page-link:focus {
  background: #0097eb;
  border-color: #0097eb;
  color: #ffffff;
  box-shadow: none;
}

/* blockquote */
.blockquote {
  font-size: 16px;
  border-left: 4px solid #eeeeee;
  padding-left: 20px;
  font-style: italic;
  display: block;
}

/* table */
.table-bordered td {
  border-color: #eeeeee;
}
.table-bordered th {
  border-color: #eeeeee;
}

.table thead th {
  border-bottom-color: #eeeeee;
}

.table-striped tbody tr:nth-of-type(odd) {
  background: #f6f6f6;
}

/*****************************
  Helper Classes
*****************************/
/* color */
.text-primary {
  color: #0097eb !important;
}

.text-white {
  color: #ffffff;
}

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

.text-light {
  color: #969696 !important;
}

.text-info {
  color: #186fc9 !important;
}

.text-success {
  color: #53b427 !important;
}

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

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

.freelance {
  color: #53b427;
}

.temporary {
  color: #e74c3c;
}

.full-time {
  color: #186fc9;
}

.part-time {
  color: #ffc107;
}

/* background */
.bg-primary {
  background: #0097eb !important;
}

.bg-dark {
  background: #001935 !important;
}

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

.bg-white {
  background: #ffffff !important;
}

/* Page section margin padding */
.space-ptb {
  padding: 70px 0;
}

.space-pt {
  padding: 70px 0 0;
}

.space-pb {
  padding: 0 0 70px;
}

.h-100vh {
  height: 100vh !important;
}

/* img holder */
.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/* bg-holder-pattern */
.bg-holder-pattern {
  background-repeat: no-repeat;
  background-position: 100% 15%;
}

/* Background overlay */
.bg-overlay-black-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-10:before {
  background: rgba(0, 25, 53, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-20:before {
  background: rgba(0, 25, 53, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-30:before {
  background: rgba(0, 25, 53, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-40:before {
  background: rgba(0, 25, 53, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-50:before {
  background: rgba(0, 25, 53, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-60:before {
  background: rgba(0, 25, 53, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-70:before {
  background: rgba(0, 25, 53, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-80:before {
  background: rgba(0, 25, 53, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-black-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-black-90:before {
  background: rgba(0, 25, 53, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-10 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-10:before {
  background: rgba(255, 255, 255, 0.1);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-20:before {
  background: rgba(255, 255, 255, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-30 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-30:before {
  background: rgba(255, 255, 255, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-40 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-40:before {
  background: rgba(255, 255, 255, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-50:before {
  background: rgba(255, 255, 255, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-60 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-60:before {
  background: rgba(255, 255, 255, 0.6);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-70:before {
  background: rgba(255, 255, 255, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-80 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-80:before {
  background: rgba(255, 255, 255, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-white-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-white-90:before {
  background: rgba(255, 255, 255, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-20 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-20:before {
  background: rgba(0, 151, 235, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-50 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-50:before {
  background: rgba(0, 151, 235, 0.5);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-70 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-70:before {
  background: rgba(0, 151, 235, 0.7);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-theme-90 {
  position: relative;
  z-index: 1;
}
.bg-overlay-theme-90:before {
  background: rgba(0, 151, 235, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

.bg-overlay-gradient {
  position: relative;
}
.bg-overlay-gradient:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.6) 100%);
  top: auto;
  height: 75%;
  transition: all 0.35s;
}

/* avatar */
.avatar {
  width: 50px;
  height: 50px;
  display: inline-block;
}

.avatar.avatar-sm {
  width: 20px;
  height: 20px;
}

.avatar.avatar-md {
  width: 40px;
  height: 40px;
}

.avatar.avatar-lg {
  width: 60px;
  height: 60px;
}

.avatar.avatar-xl {
  width: 80px;
  height: 80px;
}

.avatar.avatar-xll {
  width: 100px;
  height: 100px;
}

.avatar.avatar-xlll {
  width: 120px;
  height: 120px;
}

.avatar.avatar-xllll {
  width: 180px;
  height: 180px;
}

/* font size */
.font-sm {
  font-size: 13px;
}

.font-md {
  font-size: 15px;
}

.font-lg {
  font-size: 17px;
}

.font-xl {
  font-size: 21px;
}

.font-xll {
  font-size: 30px;
  line-height: 30px;
}

.font-xlll {
  font-size: 40px;
  line-height: 40px;
}

/* border-radius */
.b-radius-none {
  border-radius: 0 !important;
}

.b-radius-left-none {
  border-radius: 0 3px 3px 0 !important;
}

.b-radius-right-none {
  border-radius: 3px 0 0 3px !important;
}

.border-radius {
  border-radius: 3px !important;
}

.border-radius-top {
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}

.border-radius-right {
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}

.border-radius-bottom {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.border-radius-left {
  border-top-left-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.text-color-body-color {
  color: rgb(53, 57, 66) !important;
}

.bg-color-body-color {
  background-color: rgb(53, 57, 66) !important;
}

.text-color-primary {
  color: #0097eb !important;
}

.bg-color-primary {
  background-color: #0097eb !important;
}

.text-color-gray-2 {
  color: #dfdfdf !important;
}

.bg-color-gray-2 {
  background-color: #dfdfdf !important;
}

.text-color-gray-3 {
  color: #969696 !important;
}

.bg-color-gray-3 {
  background-color: #969696 !important;
}

.text-color-gray-4 {
  color: #626262 !important;
}

.bg-color-gray-4 {
  background-color: #626262 !important;
}

.text-color-gray-5 {
  color: #3a4957 !important;
}

.bg-color-gray-5 {
  background-color: #3a4957 !important;
}

.text-color-gray-6 {
  color: #293745 !important;
}

.bg-color-gray-6 {
  background-color: #293745 !important;
}

.text-color-gray-7 {
  color: #1d2936 !important;
}

.bg-color-gray-7 {
  background-color: #1d2936 !important;
}

.text-color-gray-8 {
  color: #001935 !important;
}

.bg-color-gray-8 {
  background-color: #001935 !important;
}

.text-color-gray-9 {
  color: #001935 !important;
}

.bg-color-gray-9 {
  background-color: #001935 !important;
}

.text-color-green {
  color: #53b427 !important;
}

.bg-color-green {
  background-color: #53b427 !important;
}

.text-color-red {
  color: #e74c3c !important;
}

.bg-color-red {
  background-color: #e74c3c !important;
}

.text-color-blue {
  color: #186fc9 !important;
}

.bg-color-blue {
  background-color: #186fc9 !important;
}

.text-color-orange {
  color: #ffc107 !important;
}

.bg-color-orange {
  background-color: #ffc107 !important;
}

.round-img-wrap {
  background-color: #fff;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.text-wrap {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.long-shadow {
  box-shadow: 1px 1px 0 0.2px rgba(213, 213, 213, 0.9),2px 2px 0 0.4px rgba(213, 213, 213, 0.8),3px 3px 0 0.6px rgba(213, 213, 213, 0.7),4px 4px 0 0.8px rgba(213, 213, 213, 0.6),5px 5px 0 1px rgba(213, 213, 213, 0.5),6px 6px 0 1.2px rgba(213, 213, 213, 0.4),7px 7px 0 1.4px rgba(213, 213, 213, 0.3),8px 8px 0 1.6px rgba(213, 213, 213, 0.2),10px 10px 0 rgba(213, 213, 213, 0);
}
@keyframes AnimationName {
  0% {
    background-position: 39% 0%;
  }
  50% {
    background-position: 62% 100%;
  }
  100% {
    background-position: 39% 0%;
  }
}
.border-radius-up {
  border-radius: 8px 8px 0 0 !important;
}

.border-radius-bottom {
  border-radius: 0 0 8px 8px !important;
}

.image-link {
  display: inline-block;
  text-decoration: none;
}
.image-link:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.08) !important;
}

.line-separator-theme-1 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.line-separator-theme-1:before {
  content: "";
  background-color: #186fc9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.line-separator-theme-1:after {
  content: "";
  width: 120px;
  height: 1px;
  bottom: 2.5px;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #FFF 100%);
  background: -moz-linear-gradient(left, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e0e0e0), color-stop(35%, #e0e0e0), color-stop(65%, #e0e0e0), color-stop(100%, #FFF));
}

@font-face {
  font-family: "Inter";
  src: url(../../fonts/Inter/Inter-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url(../../fonts/Inter/Inter-SemiBold.ttf);
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url(../../fonts/Inter/Inter-Bold.ttf);
  font-weight: 600;
}
/*****************************
	Shortcodes
*****************************/
/*****************************
	Accordion
*****************************/
.accordion .accordion-item .accordion-title {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: 500;
}
.accordion .accordion-item .accordion-title .collapsed {
  color: #001935;
}
.accordion .accordion-item .accordion-content {
  padding-bottom: 25px;
}

/* Accordion Style */
.accordion-style .card {
  border: 2px solid #eeeeee;
  margin-bottom: 10px;
  border-radius: 3px;
}
.accordion-style .card:last-child {
  margin-bottom: 0px;
}
.accordion-style .card-header {
  background: transparent;
  border-bottom: none;
}
.accordion-style .card-header .accordion-title {
  display: flex;
  align-items: center;
}
.accordion-style .card-header .accordion-title i {
  font-size: 12px;
  margin-left: auto;
  padding-right: 0;
  align-self: flex-start;
  margin-top: 7px;
}
.accordion-style .accordion-content {
  border-top: 1px solid #eeeeee;
}
.accordion-style .accordion-title .btn {
  display: block;
  color: #0097eb;
  font-size: 16px;
  padding: 0px;
  text-decoration: none;
  width: 100%;
  text-align: left;
}
.accordion-style .accordion-title .btn + i {
  color: #0097eb;
}
.accordion-style .btn.collapsed {
  color: #001935;
}
.accordion-style .btn.collapsed + i {
  color: #001935;
}

.accordion-style .btn.collapsed:hover,
.accordion-style .btn {
  color: #0097eb;
}

.accordion-style .btn {
  box-shadow: none;
}

.accordion-style .btn-light:hover {
  box-shadow: 1px 1px 14px 0px rgba(0, 25, 53, 0.09);
}

.accordion-style .btn.btn-link:hover {
  color: #0097eb;
}

.accordion-style .accordion-content li {
  margin-bottom: 10px;
}

.accordion-style .accordion-content li:last-child {
  margin-bottom: 0px;
}

/*****************************
    Feature Box
*****************************/
.feature-info {
  padding: 25px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
}
.feature-info a {
  font-weight: 600;
}
.feature-info a i {
  padding-left: 10px;
}
.feature-info a:hover {
  text-decoration: underline;
}

.feature-info .feature-info-icon {
  font-size: 56px;
  line-height: 56px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  color: #0097eb;
}

.feature-info .feature-info-content h5 {
  transition: all 0.3s ease-in-out;
}
.feature-info .feature-info-content p {
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.feature-info.bg-primary a {
  color: #001935;
}

.feature-info.bg-dark a {
  color: #0097eb;
}

.feature-info-border {
  border: 1px solid #f6f6f6;
}
.feature-info-border .feature-info-icon {
  border: 1px solid #f6f6f6;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
}
.feature-info-border:hover .feature-info-icon {
  border: 1px solid #ffffff;
  background: #ffffff;
  color: #0097eb;
}

.feature-info-02,
.feature-info-04 {
  display: flex;
  align-items: center;
}

.feature-info-03 .feature-info-image {
  padding: 100px 0;
}

.bg-overlay-gradient-03 {
  position: relative;
}
.bg-overlay-gradient-03:before {
  z-index: 0;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%), linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, white 100%);
  top: auto;
  height: 100%;
  transition: all 0.35s;
}

.feature-step {
  padding: 0;
}
.feature-step:hover {
  background: none;
}

.feature-step .feature-info-icon {
  width: 150px;
  height: 150px;
  line-height: 150px;
  border-radius: 50%;
  font-size: 60px;
  display: inline-block;
  margin-bottom: 15px;
  background: #001935;
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.feature-step .feature-info-icon:before {
  content: inherit;
}
.feature-step:hover .feature-info-icon {
  color: #0097eb;
}

.feature-step .feature-info-content {
  padding: 10px 20px;
}
.feature-step:hover .feature-info-content h5 {
  color: #000000;
}
.feature-step:hover .feature-info-content p {
  color: rgb(53, 57, 66);
}

.step-number {
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 18px;
  color: #0097eb;
  position: relative;
}
.step-number span:after {
  content: "";
  border-top: 3px dotted rgba(238, 238, 238, 0.2);
  width: 92%;
  position: absolute;
  height: 20px;
  top: 12px;
  left: 59%;
}

.row > [class*=col-]:last-child .step-number span:after {
  content: none;
}

.feature-step-01 .feature-info-icon {
  background: none;
  border-radius: 0;
  position: relative;
  line-height: inherit;
}
.feature-step-01 .feature-info-icon img {
  border-radius: 50%;
}
.feature-step-01 .feature-info-icon:before {
  content: "";
  background: #001935;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
}
.feature-step-01 .feature-info-icon:after {
  font-family: Flaticon;
  font-size: 40px;
  font-weight: normal;
  position: absolute;
  left: 50%;
  top: 50%;
  padding-left: 1px;
  color: #ffffff;
  opacity: 0;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease-in-out;
}
.feature-step-01 .feature-info-icon.step-01:after {
  content: "\F134";
}
.feature-step-01 .feature-info-icon.step-02:after {
  content: "\F154";
}
.feature-step-01 .feature-info-icon.step-03:after {
  content: "\F12F";
}

.feature-step:hover .feature-info-icon:after {
  opacity: 1;
}

.feature-info-section {
  position: relative;
  z-index: 9;
}

.feature-info-content label {
  font-size: 13px;
}

.feature-content {
  padding: 70px 50px;
}

.info-box-1 a:hover {
  color: #e07900;
}

.feature-info-rounded {
  padding: 0;
}
.feature-info-rounded:hover {
  background: inherit;
}

.feature-info-rounded .feature-info-icon {
  border: none;
  border-radius: 100%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #1fafff;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}
.feature-info-rounded .feature-info-icon i {
  font-size: 36px;
  line-height: inherit;
}

.feature-info-rounded .feature-info-content .title {
  color: #1fafff;
}

.feature-info-rounded.text-left {
  display: flex;
}
.feature-info-rounded.text-left .feature-info-icon {
  flex: 0 0 80px;
  margin-bottom: 0;
}

.bg-light .feature-info {
  background: #ffffff;
}
.bg-light .feature-info:hover {
  background: #0097eb;
}

/*****************************
	Testimonial
*****************************/
.testimonial-item .testimonial-content {
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  position: relative;
}
.testimonial-item .testimonial-content p {
  font-style: normal !important;
  font-size: 16px;
  font-weight: 500;
  color: #626262;
  margin-top: 15px;
}
.testimonial-item .testimonial-name .quotes {
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  color: #dddddd;
}
.testimonial-item .avatar {
  width: 100px !important;
  height: 100px !important;
  display: inline-block;
}

/* testimonial 02 */
.testimonial-item-02 {
  overflow: hidden;
  margin: 0px 20px;
}
.testimonial-item-02 .testimonial-content p {
  font-style: normal !important;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-top: 15px;
  margin-left: 40px;
}
.testimonial-item-02 .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: -10px;
  transition: all 0.5s ease-in-out;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #0097eb transparent transparent transparent;
  opacity: 0;
}
.testimonial-item-02 .testimonial-author {
  margin-top: 30px;
  display: flex;
  align-items: center;
  display: block;
  text-align: center;
}
.testimonial-item-02 .quotes {
  font-size: 30px;
  line-height: 40px;
  position: absolute;
  top: 50px;
  left: 36px;
  color: #00669f;
}

.testimonial-center .owl-stage-outer {
  overflow: visible;
}
.testimonial-center .owl-item {
  opacity: 0.3;
}
.testimonial-center .owl-item.active {
  opacity: 1;
}
.testimonial-center .owl-item.active .testimonial-content {
  background: #0097eb;
}
.testimonial-center .owl-item.active .testimonial-content p {
  color: #ffffff;
}
.testimonial-center .owl-item.active .testimonial-item-02 .testimonial-content:before {
  opacity: 1;
}
.testimonial-center .testimonial-item-02 .testimonial-content {
  font-size: 20px;
  padding: 40px 40px 30px;
  position: relative;
  transition: all 0.5s ease-in-out;
}

/* testimonial-02-small */
.testimonial-item-02-small .testimonial-content {
  font-size: 14px;
  padding: 60px 40px 20px;
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid #eeeeee;
}
.testimonial-item-02-small .testimonial-content p {
  font-size: 14px;
  font-size: 14px;
  font-weight: 400;
  color: #626262;
  margin-top: 15px;
  font-style: italic !important;
}
.testimonial-item-02-small .testimonial-content:before {
  position: absolute;
  content: "";
  bottom: 112px;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.testimonial-item-02-small .testimonial-content:after {
  position: absolute;
  content: "";
  bottom: 110px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  z-index: 0;
  border-style: solid;
  border-width: 11px 11px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
}
.testimonial-item-02-small .quotes {
  font-size: 20px;
  top: 26px;
}
.testimonial-item-02-small i {
  font-size: 36px !important;
  line-height: 30px;
  position: absolute;
  top: 50px !important;
  left: 45%;
  color: #dfdfdf;
}
.testimonial-item-02-small .testimonial-name h6 {
  font-size: 14px;
}
.testimonial-item-02-small .testimonial-name span {
  font-size: 12px;
}

/*****************************
	Counter
*****************************/
.counter {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  line-height: 20px;
}

.counter .counter-icon i {
  font-size: 42px;
  color: #0097eb;
  line-height: 42px;
}

.counter .counter-content {
  vertical-align: top;
  color: #001935;
}
.counter .counter-content .timer {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 8px;
  font-weight: 600;
  line-height: 28px;
  font-family: "Inter", sans-serif;
  display: block;
  margin: 15px auto;
}
.counter .counter-content .label {
  max-width: 200px;
  display: block;
}

.bg-light .counter .counter-content .label {
  color: #626262;
}

/*****************************
	Countdown
*****************************/
.countdown {
  display: inline-block;
  text-align: left;
  margin-right: 40px;
}
.countdown span {
  font-size: 80px;
  line-height: 80px;
  font-weight: 600;
  color: #0097eb;
}
.countdown p {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #001935;
}

.countdown-small span {
  font-size: 24px;
  line-height: 24px;
}
.countdown-small p {
  font-size: 14px;
}

.coming-soon .facebook-bg {
  background-color: #445c8e;
}
.coming-soon .twitter-bg {
  background-color: #43afe9;
}
.coming-soon .google-bg {
  background-color: #dc0510;
}
.coming-soon .linkedin-bg {
  background-color: #13799f;
}
.coming-soon .social-bg-hover {
  position: relative;
  color: #ffffff;
}
.coming-soon .social-bg-hover span {
  position: relative;
  color: #ffffff;
}
.coming-soon .social-bg-hover:before {
  content: "";
  color: #ffffff;
  width: 100%;
  height: 100%;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
.coming-soon .social-bg-hover:hover {
  color: #ffffff;
}
.coming-soon .social-bg-hover:hover:before {
  background-color: rgba(0, 0, 0, 0.1);
}
.coming-soon .newsletter .form-control {
  padding-right: 150px;
}
.coming-soon .newsletter .btn {
  position: absolute;
  top: 0;
  right: 0;
  padding: 13px 30px;
}

/*****************************
	 Nav Tab
*****************************/
.nav-tabs {
  border: none;
}
.nav-tabs .nav-item {
  margin-bottom: 0;
}
.nav-tabs .nav-item .nav-link {
  background: transparent;
  border: none;
  color: #001935;
  padding: 10px 30px;
  border-radius: 3px;
  margin-right: 20px;
}
.nav-tabs .nav-item .nav-link.active {
  background: #0097eb;
  border: none;
  color: #ffffff;
}

.nav-tabs .nav-item:last-child .nav-link {
  margin-right: 0px;
}

/* nav-tabs-02 */
.nav-tabs.nav-tabs-02 .nav-item .nav-link {
  background: transparent;
  color: #969696;
  border-radius: 0px;
  padding: 12px 14px 18px;
  border-bottom: 3px solid transparent;
  margin: 0px 30px;
}
.nav-tabs.nav-tabs-02 .nav-item .nav-link.active {
  background: transparent;
  color: #0097eb;
  border-radius: 0px;
  border-bottom: 3px solid #0097eb;
}

.nav-tabs .nav-item .nav-link {
  color: #001935;
}

/* nav-tabs-03 */
.nav-tabs.nav-tabs-03 li {
  position: relative;
}
.nav-tabs.nav-tabs-03 li i {
  border: none;
}
.nav-tabs.nav-tabs-03 li:last-child:after {
  border: none;
}
.nav-tabs.nav-tabs-03 li:after {
  position: absolute;
  content: "";
  border: 1px dashed #eeeeee;
  left: 50%;
  top: 32%;
  width: 100%;
}

.nav-tabs.nav-tabs-03 .feature-info-icon {
  background: #ffffff;
  border-radius: 50%;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  margin: 0 auto;
  font-size: 30px;
  border: 1px solid #dfdfdf;
  position: relative;
  z-index: 99;
}
.nav-tabs.nav-tabs-03 .feature-info-icon.active {
  background: #0097eb;
  border-radius: 50%;
  text-align: center;
  height: 70px;
  width: 70px;
  line-height: 70px;
  color: #ffffff;
  font-size: 30px;
  margin: 0 auto;
  border: 1px solid #0097eb;
}

.nav-tabs.nav-tabs-03 .nav-item span {
  font-weight: 600;
  color: #969696;
}
.nav-tabs.nav-tabs-03 .nav-item.active span {
  color: #0097eb;
}

.nav-tabs.nav-tabs-03 .nav-item.active .feature-info-icon {
  background: #0097eb;
  color: #ffffff;
  border-color: #0097eb;
}

/* nav tabs border */
.nav-tabs.nav-tabs-border .nav-item {
  margin-bottom: 10px;
  flex: 2;
}

.nav-tabs.nav-tabs-outline {
  --bs-nav-tabs-link-active-bg: #fff;
}
.nav-tabs.nav-tabs-outline .nav-link.active,
.nav-tabs.nav-tabs-outline .nav-item.show .nav-link {
  background-color: #fff;
}

.nav-tabs.nav-tabs-border .nav-item .nav-link {
  background: transparent;
  padding: 20px 16px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  border-color: #000000;
  margin-right: 20px;
}
.nav-tabs.nav-tabs-border .nav-item .nav-link:last-child {
  margin-right: 0px;
}
.nav-tabs.nav-tabs-border .nav-item .nav-link p {
  font-size: 13px;
}
.nav-tabs.nav-tabs-border .nav-item .nav-link.active {
  border-color: #0097eb;
  color: #0097eb;
  transition: all 0.01s ease-in-out;
}
.nav-tabs.nav-tabs-border .nav-item .nav-link.active .tab-icon {
  color: #0097eb;
}
.nav-tabs.nav-tabs-border .nav-item .nav-link.active h6 {
  color: #0097eb;
}
.nav-tabs.nav-tabs-border .nav-item .nav-link.active p {
  color: #0097eb;
}

.nav-tabs.nav-tabs-border .tab-icon {
  font-size: 35px;
  line-height: 35px;
  font-weight: normal;
}

/*****************************
	Owl carousel 
*****************************/
.owl-nav-top-center .owl-nav .owl-next {
  right: 40%;
  font-size: 20px;
  padding: 10px;
  top: 25px;
  transform: inherit;
  position: absolute;
}
.owl-nav-top-center .owl-nav .owl-next:hover {
  color: #0097eb;
  transition: all 0.4s ease-in-out;
}

.owl-nav-top-center .owl-nav .owl-prev {
  left: 40%;
  font-size: 20px;
  padding: 10px;
  top: 25px;
  transform: inherit;
  position: absolute;
}
.owl-nav-top-center .owl-nav .owl-prev:hover {
  color: #0097eb;
  transition: all 0.4s ease-in-out;
}

.owl-nav-bottom-center .owl-nav .owl-next {
  left: 65%;
  font-size: 32px;
  bottom: 55px;
  transform: inherit;
  position: absolute;
}

.owl-nav-bottom-center .owl-nav .owl-prev {
  right: 65%;
  font-size: 32px;
  bottom: 55px;
  transform: inherit;
  position: absolute;
}

.owl-nav-top-right .owl-nav .owl-next {
  right: 0px;
  top: -43px;
  transform: inherit;
  position: absolute;
  padding: 15px;
}
.owl-nav-top-right .owl-nav .owl-next:hover {
  color: #0097eb;
  transition: all 0.4s ease-in-out;
}

.owl-nav-top-right .owl-nav .owl-prev {
  right: 40px;
  top: -43px;
  transform: inherit;
  position: absolute;
  padding: 15px;
}
.owl-nav-top-right .owl-nav .owl-prev:hover {
  color: #0097eb;
  transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.owl-carousel .owl-dot {
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #dfdfdf;
  margin: 0 4px;
}
.owl-carousel .owl-dot:hover {
  background: #0097eb;
}
.owl-carousel .owl-dot.active {
  background: #0097eb;
}

/*****************************
    Pricing
*****************************/
.pricing-plan-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1199.98px) {
  .pricing-plan-grid {
    grid-template-columns: 65% 35%;
  }
}
@media (max-width: 991.98px) {
  .pricing-plan-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pricing-plan {
  border: 1px solid #f6f6f6;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.pricing-plan.active {
  z-index: 2;
  top: 0;
  padding: 20px 0px 50px;
  border-radius: 3px;
  margin: 0 0px;
  box-shadow: 0px 0px 12px 2px rgba(0, 0, 0, 0.04) !important;
}

.pricing-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #f6f6f6;
  padding: 20px 0;
  min-height: 120px;
}
.pricing-price sup {
  top: -20px;
  font-size: 16px;
  left: -5px;
}
.pricing-price strong {
  color: #001935;
  font-size: 30px;
  transition: all 0.3s ease-in-out;
  line-height: 50px;
  font-weight: 500;
}
.pricing-price .currency {
  font-size: 15px;
}

.pricing-list li {
  list-style-type: none;
  margin-top: 12px;
  margin-bottom: 12px;
  font-size: 12px;
}
.pricing-list li::before {
  content: "\2022";
  color: #000;
  padding-right: 5px;
}

.pricing-plan {
  background: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.pricing-plan:hover .btn {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}
.pricing-plan .pricing-title-bg {
  background-color: #222d51;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.pricing-plan .pricing-title-bg .pricing-title {
  color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pricing-plan.active .btn {
  background: #0097eb;
  color: #ffffff;
  border-color: #0097eb;
}

.pricing-plan:hover .pricing-price strong {
  color: #0097eb;
}

.pricing-plan.active .pricing-price strong {
  color: #0097eb;
}

/* pricing-plan-02 */
.pricing-plan-02 .pricing-price {
  border-bottom: 0;
}
.pricing-plan-02 .pricing-price span {
  color: #001935;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  line-height: 50px;
  display: inline-block;
  margin-bottom: 20px;
}

.pricing-plan-02.free .pricing-price {
  background: #f6f6f6;
}

.pricing-plan-02.free .btn {
  background: #f6f6f6;
  color: #001935;
  border-color: #f6f6f6;
}

.pricing-plan-02.sponsor .pricing-price {
  background: #0097eb;
}
.pricing-plan-02.sponsor .pricing-price span {
  color: #ffffff;
}

.pricing-plan-02.sponsor .btn {
  background: #0097eb;
  color: #ffffff;
  border-color: #0097eb;
}

.pricing-plan-02.premium .pricing-price {
  background: #001935;
}
.pricing-plan-02.premium .pricing-price span {
  color: #ffffff;
}

.pricing-plan-02.premium .btn {
  background: #001935;
  color: #ffffff;
  border-color: #001935;
}

.pricing-plan-02.active {
  padding-top: 0;
}

.pricing-plan-02:hover .pricing-price {
  background: #0097eb;
}

.pricing-plan-02.active .pricing-price {
  padding-top: 45px;
  background: #0097eb;
}

.pricing-plan-02 .pricing-list {
  padding: 0px 20px;
}
.pricing-plan-02 .pricing-list li:nth-child(even) {
  background: inherit;
}
.pricing-plan-02 .pricing-list li:last-child {
  border-bottom: 0;
}

.pricing-plan-02.premium:hover .btn {
  background: #0097eb !important;
  color: #ffffff !important;
  border-color: #0097eb !important;
}

.pricing-plan-02.free:hover .btn {
  background: #0097eb !important;
  color: #ffffff !important;
  border-color: #0097eb !important;
}

.pricing-plan-02.active .btn {
  background: #0097eb !important;
  color: #ffffff !important;
  border-color: #0097eb !important;
}

/*****************************
	Progress Bar
*****************************/
.progress {
  position: relative;
  overflow: inherit;
  height: 3px;
  margin: 40px 0px 15px;
  width: 100%;
  display: inline-block;
}
.progress .progress-bar {
  height: 3px;
  background: #0097eb;
}
.progress .progress-bar-title {
  position: absolute;
  left: 0;
  top: -30px;
  color: #001935;
  font-size: 14px;
  font-weight: 600;
}
.progress .progress-bar-number {
  position: absolute;
  right: 0;
  color: rgb(53, 57, 66);
  top: -30px;
}

/*****************************
	Select2
*****************************/
.select2-container .select2-selection--single {
  height: auto;
  outline: none;
}
.select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 0px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0px;
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #001935;
  font-weight: bold;
  line-height: inherit;
  text-transform: capitalize;
}

.bigdrop {
  min-width: 196px !important;
}

.select2-results__options {
  padding: 8px 2px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results__option--highlighted {
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  padding-left: 10px;
  font-weight: 400;
}

/* Select Dropdown Arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1px;
  right: 0px;
  height: 21px;
  width: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border: none;
}
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\F078";
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  color: #0097eb;
}
.select2-container--default .select2-search--dropdown {
  padding: 0;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #eeeeee;
}
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f6f6f6;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(0, 151, 235, 0.1);
  color: #0097eb;
}

.select2-dropdown {
  border: none;
  border-radius: 0px;
}

.select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  height: 50px;
  padding: 15px 20px;
  border-radius: 3px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
  right: 20px;
}

.select2-results__option[aria-selected] {
  text-transform: capitalize;
}

.select2-container--default .select2-results > .select2-results__options {
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #626262;
  font-weight: 400;
}

.select2-container--open .select2-dropdown {
  background: #f9f9f9;
  padding: 7px;
  border: 1px solid #eeeeee;
}

.select2-search--dropdown .select2-search__field {
  border: 1px solid #eeeeee;
  padding: 4px 10px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.04);
}

.select2-container--default.select2-container--open .select2-selection--single {
  border-color: #0097eb;
}

.select-border .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
}
.select-border .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #969696;
}

/*****************************
	Datetimepicker 
*****************************/
.bootstrap-datetimepicker-widget table td.active {
  background-color: #0097eb;
}
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0097eb;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 30px;
  line-height: 30px;
  width: 40px;
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table th {
  font-size: 14px;
}
.bootstrap-datetimepicker-widget table td span.active {
  background: #0097eb;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  width: 19rem;
}

.text-bold {
  font-weight: bold !important;
}

.bootstrap-select .dropdown-menu::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}
.bootstrap-select .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #666;
}

.spacer-xs {
  display: block;
  height: calc(0.75rem + 2vw);
}

.spacer-p-xs {
  display: block;
  padding-top: calc(0.75rem + 1vw);
  padding-bottom: calc(0.75rem + 1vw);
}

.spacer-m-xs {
  display: block;
  margin-top: calc(0.75rem + 1vw);
  margin-bottom: calc(0.75rem + 1vw);
}

.spacer-sm {
  display: block;
  height: calc(1rem + 2vw);
}

.spacer-p-sm {
  display: block;
  padding-top: calc(1rem + 1vw);
  padding-bottom: calc(1rem + 1vw);
}

.spacer-m-sm {
  display: block;
  margin-top: calc(1rem + 1vw);
  margin-bottom: calc(1rem + 1vw);
}

.spacer-md {
  display: block;
  height: calc(1.5rem + 2vw);
}

.spacer-p-md {
  display: block;
  padding-top: calc(1.5rem + 1vw);
  padding-bottom: calc(1.5rem + 1vw);
}

.spacer-m-md {
  display: block;
  margin-top: calc(1.5rem + 1vw);
  margin-bottom: calc(1.5rem + 1vw);
}

.spacer-lg {
  display: block;
  height: calc(2rem + 2vw);
}

.spacer-p-lg {
  display: block;
  padding-top: calc(2rem + 1vw);
  padding-bottom: calc(2rem + 1vw);
}

.spacer-m-lg {
  display: block;
  margin-top: calc(2rem + 1vw);
  margin-bottom: calc(2rem + 1vw);
}

.btn-100 {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-100:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-100:focus, .btn-100.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-100.disabled, .btn-100:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-100:not(:disabled):not(.disabled):active, .btn-100:not(:disabled):not(.disabled).active, .show > .btn-100.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-100:not(:disabled):not(.disabled):active:focus, .btn-100:not(:disabled):not(.disabled).active:focus, .show > .btn-100.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-sm-facebook {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}
.btn-sm-facebook:hover {
  color: #fff;
  background-color: #0c65d8;
  border-color: #0b5fcc;
}
.btn-sm-facebook:focus, .btn-sm-facebook.focus {
  color: #fff;
  background-color: #0c65d8;
  border-color: #0b5fcc;
  box-shadow: 0 0 0 0.2rem rgba(59, 139, 244, 0.5);
}
.btn-sm-facebook.disabled, .btn-sm-facebook:disabled {
  color: #fff;
  background-color: #1877f2;
  border-color: #1877f2;
}
.btn-sm-facebook:not(:disabled):not(.disabled):active, .btn-sm-facebook:not(:disabled):not(.disabled).active, .show > .btn-sm-facebook.dropdown-toggle {
  color: #fff;
  background-color: #0b5fcc;
  border-color: #0b5abf;
}
.btn-sm-facebook:not(:disabled):not(.disabled):active:focus, .btn-sm-facebook:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-facebook.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(59, 139, 244, 0.5);
}

.btn-sm-facebookold {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-sm-facebookold:hover {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
}
.btn-sm-facebookold:focus, .btn-sm-facebookold.focus {
  color: #fff;
  background-color: #30497c;
  border-color: #2d4373;
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}
.btn-sm-facebookold.disabled, .btn-sm-facebookold:disabled {
  color: #fff;
  background-color: #3b5998;
  border-color: #3b5998;
}
.btn-sm-facebookold:not(:disabled):not(.disabled):active, .btn-sm-facebookold:not(:disabled):not(.disabled).active, .show > .btn-sm-facebookold.dropdown-toggle {
  color: #fff;
  background-color: #2d4373;
  border-color: #293e6a;
}
.btn-sm-facebookold:not(:disabled):not(.disabled):active:focus, .btn-sm-facebookold:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-facebookold.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(88, 114, 167, 0.5);
}

.btn-sm-twitter {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-sm-twitter:hover {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
}
.btn-sm-twitter:focus, .btn-sm-twitter.focus {
  color: #fff;
  background-color: #0d8ddc;
  border-color: #0c85d0;
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}
.btn-sm-twitter.disabled, .btn-sm-twitter:disabled {
  color: #fff;
  background-color: #1da1f2;
  border-color: #1da1f2;
}
.btn-sm-twitter:not(:disabled):not(.disabled):active, .btn-sm-twitter:not(:disabled):not(.disabled).active, .show > .btn-sm-twitter.dropdown-toggle {
  color: #fff;
  background-color: #0c85d0;
  border-color: #0b7ec4;
}
.btn-sm-twitter:not(:disabled):not(.disabled):active:focus, .btn-sm-twitter:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-twitter.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 175, 244, 0.5);
}

.btn-sm-youtube {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-sm-youtube:hover {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
}
.btn-sm-youtube:focus, .btn-sm-youtube.focus {
  color: #fff;
  background-color: #d90000;
  border-color: #cc0000;
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}
.btn-sm-youtube.disabled, .btn-sm-youtube:disabled {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-sm-youtube:not(:disabled):not(.disabled):active, .btn-sm-youtube:not(:disabled):not(.disabled).active, .show > .btn-sm-youtube.dropdown-toggle {
  color: #fff;
  background-color: #cc0000;
  border-color: #bf0000;
}
.btn-sm-youtube:not(:disabled):not(.disabled):active:focus, .btn-sm-youtube:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-youtube.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 38, 38, 0.5);
}

.btn-sm-instagram {
  color: #fff;
  background-color: #F77737;
  border-color: #F77737;
}
.btn-sm-instagram:hover {
  color: #fff;
  background-color: #f65e12;
  border-color: #f1570a;
}
.btn-sm-instagram:focus, .btn-sm-instagram.focus {
  color: #fff;
  background-color: #f65e12;
  border-color: #f1570a;
  box-shadow: 0 0 0 0.2rem rgba(248, 139, 85, 0.5);
}
.btn-sm-instagram.disabled, .btn-sm-instagram:disabled {
  color: #fff;
  background-color: #F77737;
  border-color: #F77737;
}
.btn-sm-instagram:not(:disabled):not(.disabled):active, .btn-sm-instagram:not(:disabled):not(.disabled).active, .show > .btn-sm-instagram.dropdown-toggle {
  color: #fff;
  background-color: #f1570a;
  border-color: #e55209;
}
.btn-sm-instagram:not(:disabled):not(.disabled):active:focus, .btn-sm-instagram:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-instagram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 139, 85, 0.5);
}

.btn-sm-googleblue {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}
.btn-sm-googleblue:hover {
  color: #fff;
  background-color: #1e6ef2;
  border-color: #1266f1;
}
.btn-sm-googleblue:focus, .btn-sm-googleblue.focus {
  color: #fff;
  background-color: #1e6ef2;
  border-color: #1266f1;
  box-shadow: 0 0 0 0.2rem rgba(94, 151, 246, 0.5);
}
.btn-sm-googleblue.disabled, .btn-sm-googleblue:disabled {
  color: #fff;
  background-color: #4285f4;
  border-color: #4285f4;
}
.btn-sm-googleblue:not(:disabled):not(.disabled):active, .btn-sm-googleblue:not(:disabled):not(.disabled).active, .show > .btn-sm-googleblue.dropdown-toggle {
  color: #fff;
  background-color: #1266f1;
  border-color: #0e60e9;
}
.btn-sm-googleblue:not(:disabled):not(.disabled):active:focus, .btn-sm-googleblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-googleblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(94, 151, 246, 0.5);
}

.btn-sm-googlered {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-sm-googlered:hover {
  color: #fff;
  background-color: #e12717;
  border-color: #d62516;
}
.btn-sm-googlered:focus, .btn-sm-googlered.focus {
  color: #fff;
  background-color: #e12717;
  border-color: #d62516;
  box-shadow: 0 0 0 0.2rem rgba(237, 95, 83, 0.5);
}
.btn-sm-googlered.disabled, .btn-sm-googlered:disabled {
  color: #fff;
  background-color: #ea4335;
  border-color: #ea4335;
}
.btn-sm-googlered:not(:disabled):not(.disabled):active, .btn-sm-googlered:not(:disabled):not(.disabled).active, .show > .btn-sm-googlered.dropdown-toggle {
  color: #fff;
  background-color: #d62516;
  border-color: #ca2315;
}
.btn-sm-googlered:not(:disabled):not(.disabled):active:focus, .btn-sm-googlered:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-googlered.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 95, 83, 0.5);
}

.btn-sm-googleyellow {
  color: #212529;
  background-color: #fbbc05;
  border-color: #fbbc05;
}
.btn-sm-googleyellow:hover {
  color: #212529;
  background-color: #d6a003;
  border-color: #ca9703;
}
.btn-sm-googleyellow:focus, .btn-sm-googleyellow.focus {
  color: #212529;
  background-color: #d6a003;
  border-color: #ca9703;
  box-shadow: 0 0 0 0.2rem rgba(218, 165, 10, 0.5);
}
.btn-sm-googleyellow.disabled, .btn-sm-googleyellow:disabled {
  color: #212529;
  background-color: #fbbc05;
  border-color: #fbbc05;
}
.btn-sm-googleyellow:not(:disabled):not(.disabled):active, .btn-sm-googleyellow:not(:disabled):not(.disabled).active, .show > .btn-sm-googleyellow.dropdown-toggle {
  color: #fff;
  background-color: #ca9703;
  border-color: #bd8e03;
}
.btn-sm-googleyellow:not(:disabled):not(.disabled):active:focus, .btn-sm-googleyellow:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-googleyellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 165, 10, 0.5);
}

.btn-sm-googlegreen {
  color: #fff;
  background-color: #34a853;
  border-color: #34a853;
}
.btn-sm-googlegreen:hover {
  color: #fff;
  background-color: #2b8b45;
  border-color: #288140;
}
.btn-sm-googlegreen:focus, .btn-sm-googlegreen.focus {
  color: #fff;
  background-color: #2b8b45;
  border-color: #288140;
  box-shadow: 0 0 0 0.2rem rgba(82, 181, 109, 0.5);
}
.btn-sm-googlegreen.disabled, .btn-sm-googlegreen:disabled {
  color: #fff;
  background-color: #34a853;
  border-color: #34a853;
}
.btn-sm-googlegreen:not(:disabled):not(.disabled):active, .btn-sm-googlegreen:not(:disabled):not(.disabled).active, .show > .btn-sm-googlegreen.dropdown-toggle {
  color: #fff;
  background-color: #288140;
  border-color: #25773b;
}
.btn-sm-googlegreen:not(:disabled):not(.disabled):active:focus, .btn-sm-googlegreen:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-googlegreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 181, 109, 0.5);
}

.btn-sm-pinterest {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.btn-sm-pinterest:hover {
  color: #fff;
  background-color: #980617;
  border-color: #8c0615;
}
.btn-sm-pinterest:focus, .btn-sm-pinterest.focus {
  color: #fff;
  background-color: #980617;
  border-color: #8c0615;
  box-shadow: 0 0 0 0.2rem rgba(199, 45, 62, 0.5);
}
.btn-sm-pinterest.disabled, .btn-sm-pinterest:disabled {
  color: #fff;
  background-color: #bd081c;
  border-color: #bd081c;
}
.btn-sm-pinterest:not(:disabled):not(.disabled):active, .btn-sm-pinterest:not(:disabled):not(.disabled).active, .show > .btn-sm-pinterest.dropdown-toggle {
  color: #fff;
  background-color: #8c0615;
  border-color: #800513;
}
.btn-sm-pinterest:not(:disabled):not(.disabled):active:focus, .btn-sm-pinterest:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-pinterest.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(199, 45, 62, 0.5);
}

.btn-sm-googleplus {
  color: #fff;
  background-color: #db4437;
  border-color: #db4437;
}
.btn-sm-googleplus:hover {
  color: #fff;
  background-color: #c83124;
  border-color: #bd2e22;
}
.btn-sm-googleplus:focus, .btn-sm-googleplus.focus {
  color: #fff;
  background-color: #c83124;
  border-color: #bd2e22;
  box-shadow: 0 0 0 0.2rem rgba(224, 96, 85, 0.5);
}
.btn-sm-googleplus.disabled, .btn-sm-googleplus:disabled {
  color: #fff;
  background-color: #db4437;
  border-color: #db4437;
}
.btn-sm-googleplus:not(:disabled):not(.disabled):active, .btn-sm-googleplus:not(:disabled):not(.disabled).active, .show > .btn-sm-googleplus.dropdown-toggle {
  color: #fff;
  background-color: #bd2e22;
  border-color: #b22c20;
}
.btn-sm-googleplus:not(:disabled):not(.disabled):active:focus, .btn-sm-googleplus:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-googleplus.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(224, 96, 85, 0.5);
}

.btn-sm-linkedin {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}
.btn-sm-linkedin:hover {
  color: #fff;
  background-color: #00618f;
  border-color: #005882;
}
.btn-sm-linkedin:focus, .btn-sm-linkedin.focus {
  color: #fff;
  background-color: #00618f;
  border-color: #005882;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
}
.btn-sm-linkedin.disabled, .btn-sm-linkedin:disabled {
  color: #fff;
  background-color: #007bb5;
  border-color: #007bb5;
}
.btn-sm-linkedin:not(:disabled):not(.disabled):active, .btn-sm-linkedin:not(:disabled):not(.disabled).active, .show > .btn-sm-linkedin.dropdown-toggle {
  color: #fff;
  background-color: #005882;
  border-color: #005075;
}
.btn-sm-linkedin:not(:disabled):not(.disabled):active:focus, .btn-sm-linkedin:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-linkedin.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 192, 0.5);
}

.btn-sm-vimeoblue {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.btn-sm-vimeoblue:hover {
  color: #fff;
  background-color: #139ecb;
  border-color: #1295bf;
}
.btn-sm-vimeoblue:focus, .btn-sm-vimeoblue.focus {
  color: #fff;
  background-color: #139ecb;
  border-color: #1295bf;
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 237, 0.5);
}
.btn-sm-vimeoblue.disabled, .btn-sm-vimeoblue:disabled {
  color: #fff;
  background-color: #1ab7ea;
  border-color: #1ab7ea;
}
.btn-sm-vimeoblue:not(:disabled):not(.disabled):active, .btn-sm-vimeoblue:not(:disabled):not(.disabled).active, .show > .btn-sm-vimeoblue.dropdown-toggle {
  color: #fff;
  background-color: #1295bf;
  border-color: #108cb4;
}
.btn-sm-vimeoblue:not(:disabled):not(.disabled):active:focus, .btn-sm-vimeoblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-vimeoblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(60, 194, 237, 0.5);
}

.btn-sm-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: #2c4762;
}
.btn-sm-tumblr:hover {
  color: #fff;
  background-color: #203448;
  border-color: #1c2e3f;
}
.btn-sm-tumblr:focus, .btn-sm-tumblr.focus {
  color: #fff;
  background-color: #203448;
  border-color: #1c2e3f;
  box-shadow: 0 0 0 0.2rem rgba(76, 99, 122, 0.5);
}
.btn-sm-tumblr.disabled, .btn-sm-tumblr:disabled {
  color: #fff;
  background-color: #2c4762;
  border-color: #2c4762;
}
.btn-sm-tumblr:not(:disabled):not(.disabled):active, .btn-sm-tumblr:not(:disabled):not(.disabled).active, .show > .btn-sm-tumblr.dropdown-toggle {
  color: #fff;
  background-color: #1c2e3f;
  border-color: #182736;
}
.btn-sm-tumblr:not(:disabled):not(.disabled):active:focus, .btn-sm-tumblr:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-tumblr.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(76, 99, 122, 0.5);
}

.btn-sm-snapchat {
  color: #212529;
  background-color: #fffc00;
  border-color: #fffc00;
}
.btn-sm-snapchat:hover {
  color: #212529;
  background-color: #d9d600;
  border-color: #ccca00;
}
.btn-sm-snapchat:focus, .btn-sm-snapchat.focus {
  color: #212529;
  background-color: #d9d600;
  border-color: #ccca00;
  box-shadow: 0 0 0 0.2rem rgba(222, 220, 6, 0.5);
}
.btn-sm-snapchat.disabled, .btn-sm-snapchat:disabled {
  color: #212529;
  background-color: #fffc00;
  border-color: #fffc00;
}
.btn-sm-snapchat:not(:disabled):not(.disabled):active, .btn-sm-snapchat:not(:disabled):not(.disabled).active, .show > .btn-sm-snapchat.dropdown-toggle {
  color: #212529;
  background-color: #ccca00;
  border-color: #bfbd00;
}
.btn-sm-snapchat:not(:disabled):not(.disabled):active:focus, .btn-sm-snapchat:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-snapchat.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 220, 6, 0.5);
}

.btn-sm-whatsappgreen {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
}
.btn-sm-whatsappgreen:hover {
  color: #fff;
  background-color: #1fb256;
  border-color: #1da851;
}
.btn-sm-whatsappgreen:focus, .btn-sm-whatsappgreen.focus {
  color: #fff;
  background-color: #1fb256;
  border-color: #1da851;
  box-shadow: 0 0 0 0.2rem rgba(70, 218, 125, 0.5);
}
.btn-sm-whatsappgreen.disabled, .btn-sm-whatsappgreen:disabled {
  color: #fff;
  background-color: #25d366;
  border-color: #25d366;
}
.btn-sm-whatsappgreen:not(:disabled):not(.disabled):active, .btn-sm-whatsappgreen:not(:disabled):not(.disabled).active, .show > .btn-sm-whatsappgreen.dropdown-toggle {
  color: #fff;
  background-color: #1da851;
  border-color: #1b9d4c;
}
.btn-sm-whatsappgreen:not(:disabled):not(.disabled):active:focus, .btn-sm-whatsappgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-whatsappgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(70, 218, 125, 0.5);
}

.btn-sm-whatsappteal1 {
  color: #fff;
  background-color: #075e54;
  border-color: #075e54;
}
.btn-sm-whatsappteal1:hover {
  color: #fff;
  background-color: #043a34;
  border-color: #032f2a;
}
.btn-sm-whatsappteal1:focus, .btn-sm-whatsappteal1.focus {
  color: #fff;
  background-color: #043a34;
  border-color: #032f2a;
  box-shadow: 0 0 0 0.2rem rgba(44, 118, 110, 0.5);
}
.btn-sm-whatsappteal1.disabled, .btn-sm-whatsappteal1:disabled {
  color: #fff;
  background-color: #075e54;
  border-color: #075e54;
}
.btn-sm-whatsappteal1:not(:disabled):not(.disabled):active, .btn-sm-whatsappteal1:not(:disabled):not(.disabled).active, .show > .btn-sm-whatsappteal1.dropdown-toggle {
  color: #fff;
  background-color: #032f2a;
  border-color: #03231f;
}
.btn-sm-whatsappteal1:not(:disabled):not(.disabled):active:focus, .btn-sm-whatsappteal1:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-whatsappteal1.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 118, 110, 0.5);
}

.btn-sm-whatsappteal2 {
  color: #fff;
  background-color: #128c7e;
  border-color: #128c7e;
}
.btn-sm-whatsappteal2:hover {
  color: #fff;
  background-color: #0e6a5f;
  border-color: #0c5f55;
}
.btn-sm-whatsappteal2:focus, .btn-sm-whatsappteal2.focus {
  color: #fff;
  background-color: #0e6a5f;
  border-color: #0c5f55;
  box-shadow: 0 0 0 0.2rem rgba(54, 157, 145, 0.5);
}
.btn-sm-whatsappteal2.disabled, .btn-sm-whatsappteal2:disabled {
  color: #fff;
  background-color: #128c7e;
  border-color: #128c7e;
}
.btn-sm-whatsappteal2:not(:disabled):not(.disabled):active, .btn-sm-whatsappteal2:not(:disabled):not(.disabled).active, .show > .btn-sm-whatsappteal2.dropdown-toggle {
  color: #fff;
  background-color: #0c5f55;
  border-color: #0b544b;
}
.btn-sm-whatsappteal2:not(:disabled):not(.disabled):active:focus, .btn-sm-whatsappteal2:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-whatsappteal2.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(54, 157, 145, 0.5);
}

.btn-sm-mastodon {
  color: #fff;
  background-color: #2b90d9;
  border-color: #2b90d9;
}
.btn-sm-mastodon:hover {
  color: #fff;
  background-color: #227bbc;
  border-color: #2074b1;
}
.btn-sm-mastodon:focus, .btn-sm-mastodon.focus {
  color: #fff;
  background-color: #227bbc;
  border-color: #2074b1;
  box-shadow: 0 0 0 0.2rem rgba(75, 161, 223, 0.5);
}
.btn-sm-mastodon.disabled, .btn-sm-mastodon:disabled {
  color: #fff;
  background-color: #2b90d9;
  border-color: #2b90d9;
}
.btn-sm-mastodon:not(:disabled):not(.disabled):active, .btn-sm-mastodon:not(:disabled):not(.disabled).active, .show > .btn-sm-mastodon.dropdown-toggle {
  color: #fff;
  background-color: #2074b1;
  border-color: #1e6da6;
}
.btn-sm-mastodon:not(:disabled):not(.disabled):active:focus, .btn-sm-mastodon:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-mastodon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 161, 223, 0.5);
}

.btn-sm-apple {
  color: #212529;
  background-color: #a6b1b7;
  border-color: #a6b1b7;
}
.btn-sm-apple:hover {
  color: #212529;
  background-color: #919ea6;
  border-color: #8a98a0;
}
.btn-sm-apple:focus, .btn-sm-apple.focus {
  color: #212529;
  background-color: #919ea6;
  border-color: #8a98a0;
  box-shadow: 0 0 0 0.2rem rgba(146, 156, 162, 0.5);
}
.btn-sm-apple.disabled, .btn-sm-apple:disabled {
  color: #212529;
  background-color: #a6b1b7;
  border-color: #a6b1b7;
}
.btn-sm-apple:not(:disabled):not(.disabled):active, .btn-sm-apple:not(:disabled):not(.disabled).active, .show > .btn-sm-apple.dropdown-toggle {
  color: #fff;
  background-color: #8a98a0;
  border-color: #83929a;
}
.btn-sm-apple:not(:disabled):not(.disabled):active:focus, .btn-sm-apple:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-apple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(146, 156, 162, 0.5);
}

.btn-sm-amazon {
  color: #212529;
  background-color: #ff9900;
  border-color: #ff9900;
}
.btn-sm-amazon:hover {
  color: #fff;
  background-color: #d98200;
  border-color: #cc7a00;
}
.btn-sm-amazon:focus, .btn-sm-amazon.focus {
  color: #fff;
  background-color: #d98200;
  border-color: #cc7a00;
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 6, 0.5);
}
.btn-sm-amazon.disabled, .btn-sm-amazon:disabled {
  color: #212529;
  background-color: #ff9900;
  border-color: #ff9900;
}
.btn-sm-amazon:not(:disabled):not(.disabled):active, .btn-sm-amazon:not(:disabled):not(.disabled).active, .show > .btn-sm-amazon.dropdown-toggle {
  color: #fff;
  background-color: #cc7a00;
  border-color: #bf7300;
}
.btn-sm-amazon:not(:disabled):not(.disabled):active:focus, .btn-sm-amazon:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-amazon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 136, 6, 0.5);
}

.btn-sm-microsoftred {
  color: #fff;
  background-color: #f35022;
  border-color: #f35022;
}
.btn-sm-microsoftred:hover {
  color: #fff;
  background-color: #e23b0c;
  border-color: #d6380c;
}
.btn-sm-microsoftred:focus, .btn-sm-microsoftred.focus {
  color: #fff;
  background-color: #e23b0c;
  border-color: #d6380c;
  box-shadow: 0 0 0 0.2rem rgba(245, 106, 67, 0.5);
}
.btn-sm-microsoftred.disabled, .btn-sm-microsoftred:disabled {
  color: #fff;
  background-color: #f35022;
  border-color: #f35022;
}
.btn-sm-microsoftred:not(:disabled):not(.disabled):active, .btn-sm-microsoftred:not(:disabled):not(.disabled).active, .show > .btn-sm-microsoftred.dropdown-toggle {
  color: #fff;
  background-color: #d6380c;
  border-color: #ca350b;
}
.btn-sm-microsoftred:not(:disabled):not(.disabled):active:focus, .btn-sm-microsoftred:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-microsoftred.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 106, 67, 0.5);
}

.btn-sm-microsoftgreen {
  color: #fff;
  background-color: #80bb03;
  border-color: #80bb03;
}
.btn-sm-microsoftgreen:hover {
  color: #fff;
  background-color: #669502;
  border-color: #5e8902;
}
.btn-sm-microsoftgreen:focus, .btn-sm-microsoftgreen.focus {
  color: #fff;
  background-color: #669502;
  border-color: #5e8902;
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 41, 0.5);
}
.btn-sm-microsoftgreen.disabled, .btn-sm-microsoftgreen:disabled {
  color: #fff;
  background-color: #80bb03;
  border-color: #80bb03;
}
.btn-sm-microsoftgreen:not(:disabled):not(.disabled):active, .btn-sm-microsoftgreen:not(:disabled):not(.disabled).active, .show > .btn-sm-microsoftgreen.dropdown-toggle {
  color: #fff;
  background-color: #5e8902;
  border-color: #557c02;
}
.btn-sm-microsoftgreen:not(:disabled):not(.disabled):active:focus, .btn-sm-microsoftgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-microsoftgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(147, 197, 41, 0.5);
}

.btn-sm-microsoftblue {
  color: #fff;
  background-color: #03a5f0;
  border-color: #03a5f0;
}
.btn-sm-microsoftblue:hover {
  color: #fff;
  background-color: #038bca;
  border-color: #0282be;
}
.btn-sm-microsoftblue:focus, .btn-sm-microsoftblue.focus {
  color: #fff;
  background-color: #038bca;
  border-color: #0282be;
  box-shadow: 0 0 0 0.2rem rgba(41, 179, 242, 0.5);
}
.btn-sm-microsoftblue.disabled, .btn-sm-microsoftblue:disabled {
  color: #fff;
  background-color: #03a5f0;
  border-color: #03a5f0;
}
.btn-sm-microsoftblue:not(:disabled):not(.disabled):active, .btn-sm-microsoftblue:not(:disabled):not(.disabled).active, .show > .btn-sm-microsoftblue.dropdown-toggle {
  color: #fff;
  background-color: #0282be;
  border-color: #027ab1;
}
.btn-sm-microsoftblue:not(:disabled):not(.disabled):active:focus, .btn-sm-microsoftblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-microsoftblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(41, 179, 242, 0.5);
}

.btn-sm-microsoftyellow {
  color: #212529;
  background-color: #ffb903;
  border-color: #ffb903;
}
.btn-sm-microsoftyellow:hover {
  color: #212529;
  background-color: #dc9f00;
  border-color: #cf9600;
}
.btn-sm-microsoftyellow:focus, .btn-sm-microsoftyellow.focus {
  color: #212529;
  background-color: #dc9f00;
  border-color: #cf9600;
  box-shadow: 0 0 0 0.2rem rgba(222, 163, 9, 0.5);
}
.btn-sm-microsoftyellow.disabled, .btn-sm-microsoftyellow:disabled {
  color: #212529;
  background-color: #ffb903;
  border-color: #ffb903;
}
.btn-sm-microsoftyellow:not(:disabled):not(.disabled):active, .btn-sm-microsoftyellow:not(:disabled):not(.disabled).active, .show > .btn-sm-microsoftyellow.dropdown-toggle {
  color: #fff;
  background-color: #cf9600;
  border-color: #c28c00;
}
.btn-sm-microsoftyellow:not(:disabled):not(.disabled):active:focus, .btn-sm-microsoftyellow:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-microsoftyellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 163, 9, 0.5);
}

.btn-sm-periscope {
  color: #fff;
  background-color: #40a4c4;
  border-color: #40a4c4;
}
.btn-sm-periscope:hover {
  color: #fff;
  background-color: #348da9;
  border-color: #3185a0;
}
.btn-sm-periscope:focus, .btn-sm-periscope.focus {
  color: #fff;
  background-color: #348da9;
  border-color: #3185a0;
  box-shadow: 0 0 0 0.2rem rgba(93, 178, 205, 0.5);
}
.btn-sm-periscope.disabled, .btn-sm-periscope:disabled {
  color: #fff;
  background-color: #40a4c4;
  border-color: #40a4c4;
}
.btn-sm-periscope:not(:disabled):not(.disabled):active, .btn-sm-periscope:not(:disabled):not(.disabled).active, .show > .btn-sm-periscope.dropdown-toggle {
  color: #fff;
  background-color: #3185a0;
  border-color: #2e7d96;
}
.btn-sm-periscope:not(:disabled):not(.disabled):active:focus, .btn-sm-periscope:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-periscope.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(93, 178, 205, 0.5);
}

.btn-sm-foursquarepink {
  color: #fff;
  background-color: #f94877;
  border-color: #f94877;
}
.btn-sm-foursquarepink:hover {
  color: #fff;
  background-color: #f8235b;
  border-color: #f71752;
}
.btn-sm-foursquarepink:focus, .btn-sm-foursquarepink.focus {
  color: #fff;
  background-color: #f8235b;
  border-color: #f71752;
  box-shadow: 0 0 0 0.2rem rgba(250, 99, 139, 0.5);
}
.btn-sm-foursquarepink.disabled, .btn-sm-foursquarepink:disabled {
  color: #fff;
  background-color: #f94877;
  border-color: #f94877;
}
.btn-sm-foursquarepink:not(:disabled):not(.disabled):active, .btn-sm-foursquarepink:not(:disabled):not(.disabled).active, .show > .btn-sm-foursquarepink.dropdown-toggle {
  color: #fff;
  background-color: #f71752;
  border-color: #f70a49;
}
.btn-sm-foursquarepink:not(:disabled):not(.disabled):active:focus, .btn-sm-foursquarepink:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-foursquarepink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(250, 99, 139, 0.5);
}

.btn-sm-foursquarenavy {
  color: #fff;
  background-color: #073282;
  border-color: #073282;
}
.btn-sm-foursquarenavy:hover {
  color: #fff;
  background-color: #05245e;
  border-color: #041f52;
}
.btn-sm-foursquarenavy:focus, .btn-sm-foursquarenavy.focus {
  color: #fff;
  background-color: #05245e;
  border-color: #041f52;
  box-shadow: 0 0 0 0.2rem rgba(44, 81, 149, 0.5);
}
.btn-sm-foursquarenavy.disabled, .btn-sm-foursquarenavy:disabled {
  color: #fff;
  background-color: #073282;
  border-color: #073282;
}
.btn-sm-foursquarenavy:not(:disabled):not(.disabled):active, .btn-sm-foursquarenavy:not(:disabled):not(.disabled).active, .show > .btn-sm-foursquarenavy.dropdown-toggle {
  color: #fff;
  background-color: #041f52;
  border-color: #041b46;
}
.btn-sm-foursquarenavy:not(:disabled):not(.disabled):active:focus, .btn-sm-foursquarenavy:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-foursquarenavy.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(44, 81, 149, 0.5);
}

.btn-sm-foursquareblue {
  color: #fff;
  background-color: #2d5be3;
  border-color: #2d5be3;
}
.btn-sm-foursquareblue:hover {
  color: #fff;
  background-color: #1c49ce;
  border-color: #1a45c3;
}
.btn-sm-foursquareblue:focus, .btn-sm-foursquareblue.focus {
  color: #fff;
  background-color: #1c49ce;
  border-color: #1a45c3;
  box-shadow: 0 0 0 0.2rem rgba(77, 116, 231, 0.5);
}
.btn-sm-foursquareblue.disabled, .btn-sm-foursquareblue:disabled {
  color: #fff;
  background-color: #2d5be3;
  border-color: #2d5be3;
}
.btn-sm-foursquareblue:not(:disabled):not(.disabled):active, .btn-sm-foursquareblue:not(:disabled):not(.disabled).active, .show > .btn-sm-foursquareblue.dropdown-toggle {
  color: #fff;
  background-color: #1a45c3;
  border-color: #1941b8;
}
.btn-sm-foursquareblue:not(:disabled):not(.disabled):active:focus, .btn-sm-foursquareblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-foursquareblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 116, 231, 0.5);
}

.btn-sm-yelp {
  color: #fff;
  background-color: #d32323;
  border-color: #d32323;
}
.btn-sm-yelp:hover {
  color: #fff;
  background-color: #b21e1e;
  border-color: #a71c1c;
}
.btn-sm-yelp:focus, .btn-sm-yelp.focus {
  color: #fff;
  background-color: #b21e1e;
  border-color: #a71c1c;
  box-shadow: 0 0 0 0.2rem rgba(218, 68, 68, 0.5);
}
.btn-sm-yelp.disabled, .btn-sm-yelp:disabled {
  color: #fff;
  background-color: #d32323;
  border-color: #d32323;
}
.btn-sm-yelp:not(:disabled):not(.disabled):active, .btn-sm-yelp:not(:disabled):not(.disabled).active, .show > .btn-sm-yelp.dropdown-toggle {
  color: #fff;
  background-color: #a71c1c;
  border-color: #9c1a1a;
}
.btn-sm-yelp:not(:disabled):not(.disabled):active:focus, .btn-sm-yelp:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-yelp.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(218, 68, 68, 0.5);
}

.btn-sm-swarm {
  color: #212529;
  background-color: #ffa633;
  border-color: #ffa633;
}
.btn-sm-swarm:hover {
  color: #212529;
  background-color: #ff950d;
  border-color: #ff9000;
}
.btn-sm-swarm:focus, .btn-sm-swarm.focus {
  color: #212529;
  background-color: #ff950d;
  border-color: #ff9000;
  box-shadow: 0 0 0 0.2rem rgba(222, 147, 50, 0.5);
}
.btn-sm-swarm.disabled, .btn-sm-swarm:disabled {
  color: #212529;
  background-color: #ffa633;
  border-color: #ffa633;
}
.btn-sm-swarm:not(:disabled):not(.disabled):active, .btn-sm-swarm:not(:disabled):not(.disabled).active, .show > .btn-sm-swarm.dropdown-toggle {
  color: #212529;
  background-color: #ff9000;
  border-color: #f28900;
}
.btn-sm-swarm:not(:disabled):not(.disabled):active:focus, .btn-sm-swarm:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-swarm.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 147, 50, 0.5);
}

.btn-sm-medium {
  color: #fff;
  background-color: #02b875;
  border-color: #02b875;
}
.btn-sm-medium:hover {
  color: #fff;
  background-color: #02925d;
  border-color: #018655;
}
.btn-sm-medium:focus, .btn-sm-medium.focus {
  color: #fff;
  background-color: #02925d;
  border-color: #018655;
  box-shadow: 0 0 0 0.2rem rgba(40, 195, 138, 0.5);
}
.btn-sm-medium.disabled, .btn-sm-medium:disabled {
  color: #fff;
  background-color: #02b875;
  border-color: #02b875;
}
.btn-sm-medium:not(:disabled):not(.disabled):active, .btn-sm-medium:not(:disabled):not(.disabled).active, .show > .btn-sm-medium.dropdown-toggle {
  color: #fff;
  background-color: #018655;
  border-color: #01794d;
}
.btn-sm-medium:not(:disabled):not(.disabled):active:focus, .btn-sm-medium:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-medium.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 195, 138, 0.5);
}

.btn-sm-skypeblue {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-sm-skypeblue:hover {
  color: #fff;
  background-color: #0093ca;
  border-color: #008abd;
}
.btn-sm-skypeblue:focus, .btn-sm-skypeblue.focus {
  color: #fff;
  background-color: #0093ca;
  border-color: #008abd;
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
}
.btn-sm-skypeblue.disabled, .btn-sm-skypeblue:disabled {
  color: #fff;
  background-color: #00aff0;
  border-color: #00aff0;
}
.btn-sm-skypeblue:not(:disabled):not(.disabled):active, .btn-sm-skypeblue:not(:disabled):not(.disabled).active, .show > .btn-sm-skypeblue.dropdown-toggle {
  color: #fff;
  background-color: #008abd;
  border-color: #0081b0;
}
.btn-sm-skypeblue:not(:disabled):not(.disabled):active:focus, .btn-sm-skypeblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-skypeblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 187, 242, 0.5);
}

.btn-sm-skypedkblue {
  color: #fff;
  background-color: #0078d7;
  border-color: #0078d7;
}
.btn-sm-skypedkblue:hover {
  color: #fff;
  background-color: #0063b1;
  border-color: #005ca4;
}
.btn-sm-skypedkblue:focus, .btn-sm-skypedkblue.focus {
  color: #fff;
  background-color: #0063b1;
  border-color: #005ca4;
  box-shadow: 0 0 0 0.2rem rgba(38, 140, 221, 0.5);
}
.btn-sm-skypedkblue.disabled, .btn-sm-skypedkblue:disabled {
  color: #fff;
  background-color: #0078d7;
  border-color: #0078d7;
}
.btn-sm-skypedkblue:not(:disabled):not(.disabled):active, .btn-sm-skypedkblue:not(:disabled):not(.disabled).active, .show > .btn-sm-skypedkblue.dropdown-toggle {
  color: #fff;
  background-color: #005ca4;
  border-color: #005497;
}
.btn-sm-skypedkblue:not(:disabled):not(.disabled):active:focus, .btn-sm-skypedkblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-skypedkblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 140, 221, 0.5);
}

.btn-sm-android {
  color: #212529;
  background-color: #a4c639;
  border-color: #a4c639;
}
.btn-sm-android:hover {
  color: #fff;
  background-color: #8ba830;
  border-color: #839e2e;
}
.btn-sm-android:focus, .btn-sm-android.focus {
  color: #fff;
  background-color: #8ba830;
  border-color: #839e2e;
  box-shadow: 0 0 0 0.2rem rgba(144, 174, 55, 0.5);
}
.btn-sm-android.disabled, .btn-sm-android:disabled {
  color: #212529;
  background-color: #a4c639;
  border-color: #a4c639;
}
.btn-sm-android:not(:disabled):not(.disabled):active, .btn-sm-android:not(:disabled):not(.disabled).active, .show > .btn-sm-android.dropdown-toggle {
  color: #fff;
  background-color: #839e2e;
  border-color: #7b952b;
}
.btn-sm-android:not(:disabled):not(.disabled):active:focus, .btn-sm-android:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-android.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(144, 174, 55, 0.5);
}

.btn-sm-twitch {
  color: #fff;
  background-color: #9146ff;
  border-color: #9146ff;
}
.btn-sm-twitch:hover {
  color: #fff;
  background-color: #7a20ff;
  border-color: #7313ff;
}
.btn-sm-twitch:focus, .btn-sm-twitch.focus {
  color: #fff;
  background-color: #7a20ff;
  border-color: #7313ff;
  box-shadow: 0 0 0 0.2rem rgba(162, 98, 255, 0.5);
}
.btn-sm-twitch.disabled, .btn-sm-twitch:disabled {
  color: #fff;
  background-color: #9146ff;
  border-color: #9146ff;
}
.btn-sm-twitch:not(:disabled):not(.disabled):active, .btn-sm-twitch:not(:disabled):not(.disabled).active, .show > .btn-sm-twitch.dropdown-toggle {
  color: #fff;
  background-color: #7313ff;
  border-color: #6b06ff;
}
.btn-sm-twitch:not(:disabled):not(.disabled):active:focus, .btn-sm-twitch:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-twitch.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(162, 98, 255, 0.5);
}

.btn-sm-stumbleupon {
  color: #fff;
  background-color: #e94826;
  border-color: #e94826;
}
.btn-sm-stumbleupon:hover {
  color: #fff;
  background-color: #d33715;
  border-color: #c83414;
}
.btn-sm-stumbleupon:focus, .btn-sm-stumbleupon.focus {
  color: #fff;
  background-color: #d33715;
  border-color: #c83414;
  box-shadow: 0 0 0 0.2rem rgba(236, 99, 71, 0.5);
}
.btn-sm-stumbleupon.disabled, .btn-sm-stumbleupon:disabled {
  color: #fff;
  background-color: #e94826;
  border-color: #e94826;
}
.btn-sm-stumbleupon:not(:disabled):not(.disabled):active, .btn-sm-stumbleupon:not(:disabled):not(.disabled).active, .show > .btn-sm-stumbleupon.dropdown-toggle {
  color: #fff;
  background-color: #c83414;
  border-color: #bc3113;
}
.btn-sm-stumbleupon:not(:disabled):not(.disabled):active:focus, .btn-sm-stumbleupon:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-stumbleupon.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(236, 99, 71, 0.5);
}

.btn-sm-flickrpink {
  color: #fff;
  background-color: #f40083;
  border-color: #f40083;
}
.btn-sm-flickrpink:hover {
  color: #fff;
  background-color: #ce006e;
  border-color: #c10068;
}
.btn-sm-flickrpink:focus, .btn-sm-flickrpink.focus {
  color: #fff;
  background-color: #ce006e;
  border-color: #c10068;
  box-shadow: 0 0 0 0.2rem rgba(246, 38, 150, 0.5);
}
.btn-sm-flickrpink.disabled, .btn-sm-flickrpink:disabled {
  color: #fff;
  background-color: #f40083;
  border-color: #f40083;
}
.btn-sm-flickrpink:not(:disabled):not(.disabled):active, .btn-sm-flickrpink:not(:disabled):not(.disabled).active, .show > .btn-sm-flickrpink.dropdown-toggle {
  color: #fff;
  background-color: #c10068;
  border-color: #b40061;
}
.btn-sm-flickrpink:not(:disabled):not(.disabled):active:focus, .btn-sm-flickrpink:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-flickrpink.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(246, 38, 150, 0.5);
}

.btn-sm-flickrblue {
  color: #fff;
  background-color: #006add;
  border-color: #006add;
}
.btn-sm-flickrblue:hover {
  color: #fff;
  background-color: #0058b7;
  border-color: #0052aa;
}
.btn-sm-flickrblue:focus, .btn-sm-flickrblue.focus {
  color: #fff;
  background-color: #0058b7;
  border-color: #0052aa;
  box-shadow: 0 0 0 0.2rem rgba(38, 128, 226, 0.5);
}
.btn-sm-flickrblue.disabled, .btn-sm-flickrblue:disabled {
  color: #fff;
  background-color: #006add;
  border-color: #006add;
}
.btn-sm-flickrblue:not(:disabled):not(.disabled):active, .btn-sm-flickrblue:not(:disabled):not(.disabled).active, .show > .btn-sm-flickrblue.dropdown-toggle {
  color: #fff;
  background-color: #0052aa;
  border-color: #004b9d;
}
.btn-sm-flickrblue:not(:disabled):not(.disabled):active:focus, .btn-sm-flickrblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-flickrblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 128, 226, 0.5);
}

.btn-sm-yahoo {
  color: #fff;
  background-color: #430297;
  border-color: #430297;
}
.btn-sm-yahoo:hover {
  color: #fff;
  background-color: #320271;
  border-color: #2d0165;
}
.btn-sm-yahoo:focus, .btn-sm-yahoo.focus {
  color: #fff;
  background-color: #320271;
  border-color: #2d0165;
  box-shadow: 0 0 0 0.2rem rgba(95, 40, 167, 0.5);
}
.btn-sm-yahoo.disabled, .btn-sm-yahoo:disabled {
  color: #fff;
  background-color: #430297;
  border-color: #430297;
}
.btn-sm-yahoo:not(:disabled):not(.disabled):active, .btn-sm-yahoo:not(:disabled):not(.disabled).active, .show > .btn-sm-yahoo.dropdown-toggle {
  color: #fff;
  background-color: #2d0165;
  border-color: #270158;
}
.btn-sm-yahoo:not(:disabled):not(.disabled):active:focus, .btn-sm-yahoo:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-yahoo.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 40, 167, 0.5);
}

.btn-sm-soundcloud {
  color: #fff;
  background-color: #ff5500;
  border-color: #ff5500;
}
.btn-sm-soundcloud:hover {
  color: #fff;
  background-color: #d94800;
  border-color: #cc4400;
}
.btn-sm-soundcloud:focus, .btn-sm-soundcloud.focus {
  color: #fff;
  background-color: #d94800;
  border-color: #cc4400;
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 38, 0.5);
}
.btn-sm-soundcloud.disabled, .btn-sm-soundcloud:disabled {
  color: #fff;
  background-color: #ff5500;
  border-color: #ff5500;
}
.btn-sm-soundcloud:not(:disabled):not(.disabled):active, .btn-sm-soundcloud:not(:disabled):not(.disabled).active, .show > .btn-sm-soundcloud.dropdown-toggle {
  color: #fff;
  background-color: #cc4400;
  border-color: #bf4000;
}
.btn-sm-soundcloud:not(:disabled):not(.disabled):active:focus, .btn-sm-soundcloud:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-soundcloud.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 111, 38, 0.5);
}

.btn-sm-spotifygreen {
  color: #fff;
  background-color: #1ed760;
  border-color: #1ed760;
}
.btn-sm-spotifygreen:hover {
  color: #fff;
  background-color: #19b551;
  border-color: #18aa4c;
}
.btn-sm-spotifygreen:focus, .btn-sm-spotifygreen.focus {
  color: #fff;
  background-color: #19b551;
  border-color: #18aa4c;
  box-shadow: 0 0 0 0.2rem rgba(64, 221, 120, 0.5);
}
.btn-sm-spotifygreen.disabled, .btn-sm-spotifygreen:disabled {
  color: #fff;
  background-color: #1ed760;
  border-color: #1ed760;
}
.btn-sm-spotifygreen:not(:disabled):not(.disabled):active, .btn-sm-spotifygreen:not(:disabled):not(.disabled).active, .show > .btn-sm-spotifygreen.dropdown-toggle {
  color: #fff;
  background-color: #18aa4c;
  border-color: #169f47;
}
.btn-sm-spotifygreen:not(:disabled):not(.disabled):active:focus, .btn-sm-spotifygreen:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-spotifygreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(64, 221, 120, 0.5);
}

.btn-sm-spotifydarkgreen {
  color: #fff;
  background-color: #1db954;
  border-color: #1db954;
}
.btn-sm-spotifydarkgreen:hover {
  color: #fff;
  background-color: #189845;
  border-color: #168d40;
}
.btn-sm-spotifydarkgreen:focus, .btn-sm-spotifydarkgreen.focus {
  color: #fff;
  background-color: #189845;
  border-color: #168d40;
  box-shadow: 0 0 0 0.2rem rgba(63, 196, 110, 0.5);
}
.btn-sm-spotifydarkgreen.disabled, .btn-sm-spotifydarkgreen:disabled {
  color: #fff;
  background-color: #1db954;
  border-color: #1db954;
}
.btn-sm-spotifydarkgreen:not(:disabled):not(.disabled):active, .btn-sm-spotifydarkgreen:not(:disabled):not(.disabled).active, .show > .btn-sm-spotifydarkgreen.dropdown-toggle {
  color: #fff;
  background-color: #168d40;
  border-color: #14823b;
}
.btn-sm-spotifydarkgreen:not(:disabled):not(.disabled):active:focus, .btn-sm-spotifydarkgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-spotifydarkgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(63, 196, 110, 0.5);
}

.btn-sm-dribbble {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-sm-dribbble:hover {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
}
.btn-sm-dribbble:focus, .btn-sm-dribbble.focus {
  color: #fff;
  background-color: #e62a72;
  border-color: #e51e6b;
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}
.btn-sm-dribbble.disabled, .btn-sm-dribbble:disabled {
  color: #fff;
  background-color: #ea4c89;
  border-color: #ea4c89;
}
.btn-sm-dribbble:not(:disabled):not(.disabled):active, .btn-sm-dribbble:not(:disabled):not(.disabled).active, .show > .btn-sm-dribbble.dropdown-toggle {
  color: #fff;
  background-color: #e51e6b;
  border-color: #dc1a65;
}
.btn-sm-dribbble:not(:disabled):not(.disabled):active:focus, .btn-sm-dribbble:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-dribbble.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(237, 103, 155, 0.5);
}

.btn-sm-slackpurple {
  color: #fff;
  background-color: #4a154b;
  border-color: #4a154b;
}
.btn-sm-slackpurple:hover {
  color: #fff;
  background-color: #2d0d2d;
  border-color: #230a23;
}
.btn-sm-slackpurple:focus, .btn-sm-slackpurple.focus {
  color: #fff;
  background-color: #2d0d2d;
  border-color: #230a23;
  box-shadow: 0 0 0 0.2rem rgba(101, 56, 102, 0.5);
}
.btn-sm-slackpurple.disabled, .btn-sm-slackpurple:disabled {
  color: #fff;
  background-color: #4a154b;
  border-color: #4a154b;
}
.btn-sm-slackpurple:not(:disabled):not(.disabled):active, .btn-sm-slackpurple:not(:disabled):not(.disabled).active, .show > .btn-sm-slackpurple.dropdown-toggle {
  color: #fff;
  background-color: #230a23;
  border-color: #190719;
}
.btn-sm-slackpurple:not(:disabled):not(.disabled):active:focus, .btn-sm-slackpurple:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-slackpurple.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 56, 102, 0.5);
}

.btn-sm-slackblue {
  color: #212529;
  background-color: #36c5f0;
  border-color: #36c5f0;
}
.btn-sm-slackblue:hover {
  color: #fff;
  background-color: #12bbed;
  border-color: #11b2e2;
}
.btn-sm-slackblue:focus, .btn-sm-slackblue.focus {
  color: #fff;
  background-color: #12bbed;
  border-color: #11b2e2;
  box-shadow: 0 0 0 0.2rem rgba(51, 173, 210, 0.5);
}
.btn-sm-slackblue.disabled, .btn-sm-slackblue:disabled {
  color: #212529;
  background-color: #36c5f0;
  border-color: #36c5f0;
}
.btn-sm-slackblue:not(:disabled):not(.disabled):active, .btn-sm-slackblue:not(:disabled):not(.disabled).active, .show > .btn-sm-slackblue.dropdown-toggle {
  color: #fff;
  background-color: #11b2e2;
  border-color: #10a8d6;
}
.btn-sm-slackblue:not(:disabled):not(.disabled):active:focus, .btn-sm-slackblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-slackblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(51, 173, 210, 0.5);
}

.btn-sm-slackgreen {
  color: #fff;
  background-color: #2eb67d;
  border-color: #2eb67d;
}
.btn-sm-slackgreen:hover {
  color: #fff;
  background-color: #269768;
  border-color: #248d61;
}
.btn-sm-slackgreen:focus, .btn-sm-slackgreen.focus {
  color: #fff;
  background-color: #269768;
  border-color: #248d61;
  box-shadow: 0 0 0 0.2rem rgba(77, 193, 145, 0.5);
}
.btn-sm-slackgreen.disabled, .btn-sm-slackgreen:disabled {
  color: #fff;
  background-color: #2eb67d;
  border-color: #2eb67d;
}
.btn-sm-slackgreen:not(:disabled):not(.disabled):active, .btn-sm-slackgreen:not(:disabled):not(.disabled).active, .show > .btn-sm-slackgreen.dropdown-toggle {
  color: #fff;
  background-color: #248d61;
  border-color: #21835a;
}
.btn-sm-slackgreen:not(:disabled):not(.disabled):active:focus, .btn-sm-slackgreen:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-slackgreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(77, 193, 145, 0.5);
}

.btn-sm-slackred {
  color: #fff;
  background-color: #e01e5a;
  border-color: #e01e5a;
}
.btn-sm-slackred:hover {
  color: #fff;
  background-color: #be194c;
  border-color: #b31848;
}
.btn-sm-slackred:focus, .btn-sm-slackred.focus {
  color: #fff;
  background-color: #be194c;
  border-color: #b31848;
  box-shadow: 0 0 0 0.2rem rgba(229, 64, 115, 0.5);
}
.btn-sm-slackred.disabled, .btn-sm-slackred:disabled {
  color: #fff;
  background-color: #e01e5a;
  border-color: #e01e5a;
}
.btn-sm-slackred:not(:disabled):not(.disabled):active, .btn-sm-slackred:not(:disabled):not(.disabled).active, .show > .btn-sm-slackred.dropdown-toggle {
  color: #fff;
  background-color: #b31848;
  border-color: #a81643;
}
.btn-sm-slackred:not(:disabled):not(.disabled):active:focus, .btn-sm-slackred:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-slackred.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(229, 64, 115, 0.5);
}

.btn-sm-slackyellow {
  color: #212529;
  background-color: #ecb22e;
  border-color: #ecb22e;
}
.btn-sm-slackyellow:hover {
  color: #212529;
  background-color: #dfa114;
  border-color: #d49913;
}
.btn-sm-slackyellow:focus, .btn-sm-slackyellow.focus {
  color: #212529;
  background-color: #dfa114;
  border-color: #d49913;
  box-shadow: 0 0 0 0.2rem rgba(206, 157, 45, 0.5);
}
.btn-sm-slackyellow.disabled, .btn-sm-slackyellow:disabled {
  color: #212529;
  background-color: #ecb22e;
  border-color: #ecb22e;
}
.btn-sm-slackyellow:not(:disabled):not(.disabled):active, .btn-sm-slackyellow:not(:disabled):not(.disabled).active, .show > .btn-sm-slackyellow.dropdown-toggle {
  color: #212529;
  background-color: #d49913;
  border-color: #c89112;
}
.btn-sm-slackyellow:not(:disabled):not(.disabled):active:focus, .btn-sm-slackyellow:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-slackyellow.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(206, 157, 45, 0.5);
}

.btn-sm-reddit {
  color: #fff;
  background-color: #ff5700;
  border-color: #ff5700;
}
.btn-sm-reddit:hover {
  color: #fff;
  background-color: #d94a00;
  border-color: #cc4600;
}
.btn-sm-reddit:focus, .btn-sm-reddit.focus {
  color: #fff;
  background-color: #d94a00;
  border-color: #cc4600;
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 38, 0.5);
}
.btn-sm-reddit.disabled, .btn-sm-reddit:disabled {
  color: #fff;
  background-color: #ff5700;
  border-color: #ff5700;
}
.btn-sm-reddit:not(:disabled):not(.disabled):active, .btn-sm-reddit:not(:disabled):not(.disabled).active, .show > .btn-sm-reddit.dropdown-toggle {
  color: #fff;
  background-color: #cc4600;
  border-color: #bf4100;
}
.btn-sm-reddit:not(:disabled):not(.disabled):active:focus, .btn-sm-reddit:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-reddit.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 112, 38, 0.5);
}

.btn-sm-deviantart {
  color: #fff;
  background-color: #05cc47;
  border-color: #05cc47;
}
.btn-sm-deviantart:hover {
  color: #fff;
  background-color: #04a73a;
  border-color: #049a36;
}
.btn-sm-deviantart:focus, .btn-sm-deviantart.focus {
  color: #fff;
  background-color: #04a73a;
  border-color: #049a36;
  box-shadow: 0 0 0 0.2rem rgba(43, 212, 99, 0.5);
}
.btn-sm-deviantart.disabled, .btn-sm-deviantart:disabled {
  color: #fff;
  background-color: #05cc47;
  border-color: #05cc47;
}
.btn-sm-deviantart:not(:disabled):not(.disabled):active, .btn-sm-deviantart:not(:disabled):not(.disabled).active, .show > .btn-sm-deviantart.dropdown-toggle {
  color: #fff;
  background-color: #049a36;
  border-color: #038e31;
}
.btn-sm-deviantart:not(:disabled):not(.disabled):active:focus, .btn-sm-deviantart:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-deviantart.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(43, 212, 99, 0.5);
}

.btn-sm-pocket {
  color: #fff;
  background-color: #ee4056;
  border-color: #ee4056;
}
.btn-sm-pocket:hover {
  color: #fff;
  background-color: #eb1d37;
  border-color: #e6152f;
}
.btn-sm-pocket:focus, .btn-sm-pocket.focus {
  color: #fff;
  background-color: #eb1d37;
  border-color: #e6152f;
  box-shadow: 0 0 0 0.2rem rgba(241, 93, 111, 0.5);
}
.btn-sm-pocket.disabled, .btn-sm-pocket:disabled {
  color: #fff;
  background-color: #ee4056;
  border-color: #ee4056;
}
.btn-sm-pocket:not(:disabled):not(.disabled):active, .btn-sm-pocket:not(:disabled):not(.disabled).active, .show > .btn-sm-pocket.dropdown-toggle {
  color: #fff;
  background-color: #e6152f;
  border-color: #db132d;
}
.btn-sm-pocket:not(:disabled):not(.disabled):active:focus, .btn-sm-pocket:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-pocket.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 93, 111, 0.5);
}

.btn-sm-quora {
  color: #fff;
  background-color: #aa2200;
  border-color: #aa2200;
}
.btn-sm-quora:hover {
  color: #fff;
  background-color: #841a00;
  border-color: #771800;
}
.btn-sm-quora:focus, .btn-sm-quora.focus {
  color: #fff;
  background-color: #841a00;
  border-color: #771800;
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 38, 0.5);
}
.btn-sm-quora.disabled, .btn-sm-quora:disabled {
  color: #fff;
  background-color: #aa2200;
  border-color: #aa2200;
}
.btn-sm-quora:not(:disabled):not(.disabled):active, .btn-sm-quora:not(:disabled):not(.disabled).active, .show > .btn-sm-quora.dropdown-toggle {
  color: #fff;
  background-color: #771800;
  border-color: #6a1500;
}
.btn-sm-quora:not(:disabled):not(.disabled):active:focus, .btn-sm-quora:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-quora.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(183, 67, 38, 0.5);
}

.btn-sm-quorablue {
  color: #fff;
  background-color: #2b6dad;
  border-color: #2b6dad;
}
.btn-sm-quorablue:hover {
  color: #fff;
  background-color: #235a8e;
  border-color: #215384;
}
.btn-sm-quorablue:focus, .btn-sm-quorablue.focus {
  color: #fff;
  background-color: #235a8e;
  border-color: #215384;
  box-shadow: 0 0 0 0.2rem rgba(75, 131, 185, 0.5);
}
.btn-sm-quorablue.disabled, .btn-sm-quorablue:disabled {
  color: #fff;
  background-color: #2b6dad;
  border-color: #2b6dad;
}
.btn-sm-quorablue:not(:disabled):not(.disabled):active, .btn-sm-quorablue:not(:disabled):not(.disabled).active, .show > .btn-sm-quorablue.dropdown-toggle {
  color: #fff;
  background-color: #215384;
  border-color: #1e4d7a;
}
.btn-sm-quorablue:not(:disabled):not(.disabled):active:focus, .btn-sm-quorablue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-quorablue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(75, 131, 185, 0.5);
}

.btn-sm-slideshareorange {
  color: #212529;
  background-color: #e68523;
  border-color: #e68523;
}
.btn-sm-slideshareorange:hover {
  color: #fff;
  background-color: #cc7217;
  border-color: #c06b16;
}
.btn-sm-slideshareorange:focus, .btn-sm-slideshareorange.focus {
  color: #fff;
  background-color: #cc7217;
  border-color: #c06b16;
  box-shadow: 0 0 0 0.2rem rgba(200, 119, 36, 0.5);
}
.btn-sm-slideshareorange.disabled, .btn-sm-slideshareorange:disabled {
  color: #212529;
  background-color: #e68523;
  border-color: #e68523;
}
.btn-sm-slideshareorange:not(:disabled):not(.disabled):active, .btn-sm-slideshareorange:not(:disabled):not(.disabled).active, .show > .btn-sm-slideshareorange.dropdown-toggle {
  color: #fff;
  background-color: #c06b16;
  border-color: #b56515;
}
.btn-sm-slideshareorange:not(:disabled):not(.disabled):active:focus, .btn-sm-slideshareorange:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-slideshareorange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(200, 119, 36, 0.5);
}

.btn-sm-slideshareblue {
  color: #fff;
  background-color: #00a0dc;
  border-color: #00a0dc;
}
.btn-sm-slideshareblue:hover {
  color: #fff;
  background-color: #0084b6;
  border-color: #007ba9;
}
.btn-sm-slideshareblue:focus, .btn-sm-slideshareblue.focus {
  color: #fff;
  background-color: #0084b6;
  border-color: #007ba9;
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 225, 0.5);
}
.btn-sm-slideshareblue.disabled, .btn-sm-slideshareblue:disabled {
  color: #fff;
  background-color: #00a0dc;
  border-color: #00a0dc;
}
.btn-sm-slideshareblue:not(:disabled):not(.disabled):active, .btn-sm-slideshareblue:not(:disabled):not(.disabled).active, .show > .btn-sm-slideshareblue.dropdown-toggle {
  color: #fff;
  background-color: #007ba9;
  border-color: #00729c;
}
.btn-sm-slideshareblue:not(:disabled):not(.disabled):active:focus, .btn-sm-slideshareblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-slideshareblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 174, 225, 0.5);
}

.btn-sm-fivehundredpx {
  color: #fff;
  background-color: #0099e5;
  border-color: #0099e5;
}
.btn-sm-fivehundredpx:hover {
  color: #fff;
  background-color: #007fbf;
  border-color: #0077b2;
}
.btn-sm-fivehundredpx:focus, .btn-sm-fivehundredpx.focus {
  color: #fff;
  background-color: #007fbf;
  border-color: #0077b2;
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 233, 0.5);
}
.btn-sm-fivehundredpx.disabled, .btn-sm-fivehundredpx:disabled {
  color: #fff;
  background-color: #0099e5;
  border-color: #0099e5;
}
.btn-sm-fivehundredpx:not(:disabled):not(.disabled):active, .btn-sm-fivehundredpx:not(:disabled):not(.disabled).active, .show > .btn-sm-fivehundredpx.dropdown-toggle {
  color: #fff;
  background-color: #0077b2;
  border-color: #006ea5;
}
.btn-sm-fivehundredpx:not(:disabled):not(.disabled):active:focus, .btn-sm-fivehundredpx:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-fivehundredpx.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 168, 233, 0.5);
}

.btn-sm-vk {
  color: #fff;
  background-color: #4a76a8;
  border-color: #4a76a8;
}
.btn-sm-vk:hover {
  color: #fff;
  background-color: #3e638d;
  border-color: #3a5d85;
}
.btn-sm-vk:focus, .btn-sm-vk.focus {
  color: #fff;
  background-color: #3e638d;
  border-color: #3a5d85;
  box-shadow: 0 0 0 0.2rem rgba(101, 139, 181, 0.5);
}
.btn-sm-vk.disabled, .btn-sm-vk:disabled {
  color: #fff;
  background-color: #4a76a8;
  border-color: #4a76a8;
}
.btn-sm-vk:not(:disabled):not(.disabled):active, .btn-sm-vk:not(:disabled):not(.disabled).active, .show > .btn-sm-vk.dropdown-toggle {
  color: #fff;
  background-color: #3a5d85;
  border-color: #37577c;
}
.btn-sm-vk:not(:disabled):not(.disabled):active:focus, .btn-sm-vk:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-vk.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(101, 139, 181, 0.5);
}

.btn-sm-listlyorange {
  color: #fff;
  background-color: #df6d46;
  border-color: #df6d46;
}
.btn-sm-listlyorange:hover {
  color: #fff;
  background-color: #d95326;
  border-color: #ce4f24;
}
.btn-sm-listlyorange:focus, .btn-sm-listlyorange.focus {
  color: #fff;
  background-color: #d95326;
  border-color: #ce4f24;
  box-shadow: 0 0 0 0.2rem rgba(228, 131, 98, 0.5);
}
.btn-sm-listlyorange.disabled, .btn-sm-listlyorange:disabled {
  color: #fff;
  background-color: #df6d46;
  border-color: #df6d46;
}
.btn-sm-listlyorange:not(:disabled):not(.disabled):active, .btn-sm-listlyorange:not(:disabled):not(.disabled).active, .show > .btn-sm-listlyorange.dropdown-toggle {
  color: #fff;
  background-color: #ce4f24;
  border-color: #c34b22;
}
.btn-sm-listlyorange:not(:disabled):not(.disabled):active:focus, .btn-sm-listlyorange:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-listlyorange.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(228, 131, 98, 0.5);
}

.btn-sm-listlyblue {
  color: #fff;
  background-color: #52b1b3;
  border-color: #52b1b3;
}
.btn-sm-listlyblue:hover {
  color: #fff;
  background-color: #44999b;
  border-color: #409092;
}
.btn-sm-listlyblue:focus, .btn-sm-listlyblue.focus {
  color: #fff;
  background-color: #44999b;
  border-color: #409092;
  box-shadow: 0 0 0 0.2rem rgba(108, 189, 190, 0.5);
}
.btn-sm-listlyblue.disabled, .btn-sm-listlyblue:disabled {
  color: #fff;
  background-color: #52b1b3;
  border-color: #52b1b3;
}
.btn-sm-listlyblue:not(:disabled):not(.disabled):active, .btn-sm-listlyblue:not(:disabled):not(.disabled).active, .show > .btn-sm-listlyblue.dropdown-toggle {
  color: #fff;
  background-color: #409092;
  border-color: #3c8789;
}
.btn-sm-listlyblue:not(:disabled):not(.disabled):active:focus, .btn-sm-listlyblue:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-listlyblue.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 189, 190, 0.5);
}

.btn-sm-vine {
  color: #fff;
  background-color: #00b489;
  border-color: #00b489;
}
.btn-sm-vine:hover {
  color: #fff;
  background-color: #008e6c;
  border-color: #008162;
}
.btn-sm-vine:focus, .btn-sm-vine.focus {
  color: #fff;
  background-color: #008e6c;
  border-color: #008162;
  box-shadow: 0 0 0 0.2rem rgba(38, 191, 155, 0.5);
}
.btn-sm-vine.disabled, .btn-sm-vine:disabled {
  color: #fff;
  background-color: #00b489;
  border-color: #00b489;
}
.btn-sm-vine:not(:disabled):not(.disabled):active, .btn-sm-vine:not(:disabled):not(.disabled).active, .show > .btn-sm-vine.dropdown-toggle {
  color: #fff;
  background-color: #008162;
  border-color: #007458;
}
.btn-sm-vine:not(:disabled):not(.disabled):active:focus, .btn-sm-vine:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-vine.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 191, 155, 0.5);
}

.btn-sm-steam {
  color: #fff;
  background-color: #171a21;
  border-color: #171a21;
}
.btn-sm-steam:hover {
  color: #fff;
  background-color: #07080a;
  border-color: #020203;
}
.btn-sm-steam:focus, .btn-sm-steam.focus {
  color: #fff;
  background-color: #07080a;
  border-color: #020203;
  box-shadow: 0 0 0 0.2rem rgba(58, 60, 66, 0.5);
}
.btn-sm-steam.disabled, .btn-sm-steam:disabled {
  color: #fff;
  background-color: #171a21;
  border-color: #171a21;
}
.btn-sm-steam:not(:disabled):not(.disabled):active, .btn-sm-steam:not(:disabled):not(.disabled).active, .show > .btn-sm-steam.dropdown-toggle {
  color: #fff;
  background-color: #020203;
  border-color: black;
}
.btn-sm-steam:not(:disabled):not(.disabled):active:focus, .btn-sm-steam:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-steam.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 60, 66, 0.5);
}

.btn-sm-discord {
  color: #fff;
  background-color: #7289da;
  border-color: #7289da;
}
.btn-sm-discord:hover {
  color: #fff;
  background-color: #5470d2;
  border-color: #4a67cf;
}
.btn-sm-discord:focus, .btn-sm-discord.focus {
  color: #fff;
  background-color: #5470d2;
  border-color: #4a67cf;
  box-shadow: 0 0 0 0.2rem rgba(135, 155, 224, 0.5);
}
.btn-sm-discord.disabled, .btn-sm-discord:disabled {
  color: #fff;
  background-color: #7289da;
  border-color: #7289da;
}
.btn-sm-discord:not(:disabled):not(.disabled):active, .btn-sm-discord:not(:disabled):not(.disabled).active, .show > .btn-sm-discord.dropdown-toggle {
  color: #fff;
  background-color: #4a67cf;
  border-color: #405fcd;
}
.btn-sm-discord:not(:disabled):not(.disabled):active:focus, .btn-sm-discord:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-discord.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(135, 155, 224, 0.5);
}

.btn-sm-telegram {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-sm-telegram:hover {
  color: #fff;
  background-color: #006fa6;
  border-color: #006699;
}
.btn-sm-telegram:focus, .btn-sm-telegram.focus {
  color: #fff;
  background-color: #006fa6;
  border-color: #006699;
  box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}
.btn-sm-telegram.disabled, .btn-sm-telegram:disabled {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-sm-telegram:not(:disabled):not(.disabled):active, .btn-sm-telegram:not(:disabled):not(.disabled).active, .show > .btn-sm-telegram.dropdown-toggle {
  color: #fff;
  background-color: #006699;
  border-color: #005e8c;
}
.btn-sm-telegram:not(:disabled):not(.disabled):active:focus, .btn-sm-telegram:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-telegram.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 154, 212, 0.5);
}

.btn-sm-clarity {
  color: #212529;
  background-color: #61bed9;
  border-color: #61bed9;
}
.btn-sm-clarity:hover {
  color: #fff;
  background-color: #42b1d2;
  border-color: #38adcf;
}
.btn-sm-clarity:focus, .btn-sm-clarity.focus {
  color: #fff;
  background-color: #42b1d2;
  border-color: #38adcf;
  box-shadow: 0 0 0 0.2rem rgba(87, 167, 191, 0.5);
}
.btn-sm-clarity.disabled, .btn-sm-clarity:disabled {
  color: #212529;
  background-color: #61bed9;
  border-color: #61bed9;
}
.btn-sm-clarity:not(:disabled):not(.disabled):active, .btn-sm-clarity:not(:disabled):not(.disabled).active, .show > .btn-sm-clarity.dropdown-toggle {
  color: #fff;
  background-color: #38adcf;
  border-color: #31a7ca;
}
.btn-sm-clarity:not(:disabled):not(.disabled):active:focus, .btn-sm-clarity:not(:disabled):not(.disabled).active:focus, .show > .btn-sm-clarity.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(87, 167, 191, 0.5);
}

.border-bottom-theme-1 {
  position: relative;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.border-bottom-theme-1:before {
  content: "";
  background-color: #186fc9;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  left: 0;
  bottom: 0;
  z-index: 1;
  position: absolute;
}
.border-bottom-theme-1:after {
  content: "";
  width: 120px;
  height: 1px;
  bottom: 2.5px;
  left: 0;
  position: absolute;
  background: linear-gradient(to right, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #FFF 100%);
  background: -moz-linear-gradient(left, #e0e0e0 0, #e0e0e0 35%, #e0e0e0 65%, #fff 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #e0e0e0), color-stop(35%, #e0e0e0), color-stop(65%, #e0e0e0), color-stop(100%, #FFF));
}

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

.bg-light-blue-2 {
  background-color: #e4f1f9 !important;
}

/*****************************
  Header
*****************************/
.header {
  background: #ffffff;
}
.header .container-fluid {
  padding: 0 30px;
  align-items: initial;
}

/* topbar */
.header .topbar {
  background: #001935;
  padding: 10px 0;
}

.header .topbar a {
  color: #ffffff;
}
.header .topbar a:hover {
  color: #0097eb;
}

.header .topbar .dropdown {
  margin-right: 20px;
}
.header .topbar .dropdown .dropdown-toggle {
  padding: 12px 0;
}
.header .topbar .dropdown .dropdown-toggle i {
  font-size: 10px;
}
.header .topbar .dropdown .dropdown-menu a {
  color: #001935;
}
.header .topbar .dropdown .dropdown-menu a:hover {
  color: #0097eb;
}

.header .topbar .social {
  margin-right: 20px;
  display: inline-block;
}
.header .topbar .social ul {
  margin: 0;
}
.header .topbar .social ul li {
  display: inline-block;
  padding: 0 4px;
}
.header .topbar .social ul li a {
  color: #ffffff;
}
.header .topbar .social ul li a:hover {
  color: #0097eb;
}

.header .topbar .login {
  display: inline-block;
}
.header .topbar .login a {
  color: #ffffff;
}
.header .topbar .login a:hover {
  color: #0097eb;
}

/* topbar dropdown-menu */
.topbar .dropdown .dropdown-menu {
  border-radius: 0;
  border: none;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 10px;
}
.topbar .dropdown .dropdown-menu a {
  font-size: 14px;
  padding: 10px 20px;
  font-weight: 500;
  border-radius: 3px;
}
.topbar .dropdown .dropdown-menu a:hover {
  background: rgba(0, 151, 235, 0.1);
  color: #0097eb;
}

/* navbar */
.navbar {
  padding-top: 0;
  padding-bottom: 0;
}
.navbar .btn-navbar {
  border-radius: 25px;
}
.navbar .collapsing {
  transition: none;
  display: none;
}

.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 13px;
  padding: 25px 10px;
  color: #001935;
  text-transform: capitalize;
  font-family: "Inter";
}
.navbar .navbar-nav .nav-link:hover {
  color: #0097eb;
  border-bottom: solid thin #0097eb;
}

.navbar-collapse {
  position: relative;
}

.navbar-light .navbar-brand {
  color: #ffffff;
}
.navbar-light .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-light .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}

.navbar-brand {
  padding: 15px 0;
  margin-right: 0;
}
@media (max-width: 991.98px) {
  .navbar-brand {
    padding: 20px 0px;
  }
}
@media (max-width: 767.98px) {
  .navbar-brand {
    padding: 15px 0px;
  }
}
.navbar-brand img {
  height: 50px;
}

.header .navbar-nav > li {
  display: flex;
}
.header .navbar-nav li > a {
  align-items: center;
  display: flex;
  padding: 3px 0px;
  color: #001935;
  text-transform: capitalize;
  font-size: 14px;
}
.header .navbar-nav li > a:hover {
  color: #0097eb;
}
.header .navbar-nav li > a i {
  margin-left: 5px;
  font-size: 10px;
}

.header .add-listing {
  align-self: center;
  text-align: right;
}

.megamenu {
  padding: 20px 20px;
  width: 100%;
}
.megamenu > div > li > ul {
  padding: 0;
  margin: 0;
}
.megamenu > div > li > ul > li {
  list-style: none;
}
.megamenu > div > li > ul > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #001935;
  white-space: normal;
}
.megamenu > div > li > ul > li > a:hover {
  text-decoration: none;
  color: #001935;
  background-color: #f6f6f6;
}
.megamenu > div > li > ul > li > a:focus {
  text-decoration: none;
  color: #001935;
  background-color: #f6f6f6;
}

.megamenu .card {
  outline: none;
}
.megamenu .card:hover {
  outline: 1px solid #000000;
}
.megamenu .card:focus {
  outline: 1px solid #000000;
}

.megamenu.disabled > a {
  color: #626262;
}
.megamenu.disabled > a:hover {
  color: #626262;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}
.megamenu.disabled > a:focus {
  color: #626262;
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  cursor: not-allowed;
}

.megamenu.dropdown-header {
  color: #0097eb;
  font-size: 18px;
}

.header li > .dropdown-item:focus {
  color: #0097eb;
  background: none;
}
.header li > .dropdown-item:hover {
  color: #0097eb;
  background: none;
}

.header .dropdown-item.active {
  background: none;
}
.header .dropdown-item:active {
  background: none;
}
.header .dropdown-item:focus {
  background: none;
}
.header .dropdown-item:hover {
  background: none;
}

.header .dropdown-toggle::after {
  content: none;
}

.header .navbar-collapse {
  align-items: inherit;
}

.header .megamenu .dropdown-item {
  padding: 0px;
}

.header .navbar .dropdown-menu {
  padding: 20px 15px;
  z-index: 1021;
}
.header .navbar .dropdown-menu a.dropdown-item {
  min-width: 210px;
}
.header .navbar .dropdown-menu li {
  padding-left: 15px;
  padding-right: 15px;
}
.header .navbar .dropdown-menu li a i {
  margin-left: auto;
}
.header .navbar .dropdown-menu.megamenu {
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}
.header .navbar .dropdown-menu.megamenu li {
  padding: 0;
}

.navbar .dropdown > .dropdown-menu li > a {
  font-size: 14px;
  padding: 7px 20px 7px 0;
  border-radius: 3px;
  position: relative;
}
.navbar .dropdown > .dropdown-menu li > a:hover {
  color: #0097eb;
  padding-left: 10px;
}

/* header-transparent */
.header-transparent {
  position: absolute;
  background: transparent;
  width: 100%;
  z-index: 1010;
}

.header-transparent.style-2 .navbar .navbar-nav .nav-link {
  color: #000000;
}
.header-transparent.style-2 .is-sticky {
  background: #ffffff;
}

.header-transparent .navbar .navbar-nav .nav-link {
  color: #ffffff;
}
.header-transparent .navbar .navbar-nav .nav-link:hover {
  color: #0097eb;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #0097eb;
}

.navbar .navbar-nav .dropdown-menu li.active > a {
  color: #0097eb;
  padding-left: 10px;
}

.header-transparent .add-listing {
  align-self: center;
  flex: inherit;
  text-align: right;
}

.header-transparent .login a {
  color: #ffffff;
}
.header-transparent .login a:hover {
  color: #0097eb;
}

/* add-listing */
.header .add-listing .btn-white i {
  color: #0097eb;
}
.header .add-listing .btn-white:hover {
  border-color: #0097eb;
}
.header .add-listing .btn-white:hover i {
  color: #ffffff;
}
.header .add-listing .btn-white:focus {
  border-color: #0097eb;
}
.header .add-listing .btn-white:focus i {
  color: #ffffff;
}

.header.style-2 .add-listing .login a {
  color: #000000;
}

/* add-listing */
.add-listing .login a {
  color: #ffffff;
}
.add-listing .login a:hover {
  color: #0097eb;
}
.add-listing .login a i {
  color: #0097eb;
}

.add-listing .btn-white:hover {
  border-color: #0097eb;
}
.add-listing .btn-white:hover i {
  color: #ffffff;
}
.add-listing .btn-white i {
  color: #0097eb;
}
.add-listing .btn-white:focus i {
  color: #ffffff;
}

.dropdown-menu > li {
  position: relative;
  transition: all 0.5s ease;
}
.dropdown-menu > li > a:before {
  transition: all 0.5s ease-in-out;
}
.dropdown-menu > li > a:hover:before {
  position: absolute;
  left: -2px;
  top: 50%;
  background: #0097eb;
  width: 4px;
  height: 4px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50px;
}
.dropdown-menu > li.active > a:before {
  position: absolute;
  left: -2px;
  top: 50%;
  background: #0097eb;
  width: 4px;
  height: 4px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50px;
}

.megamenu li ul li {
  position: relative;
  transition: all 0.5s ease;
}
.megamenu li ul li > a:before {
  transition: all 0.5s ease-in-out;
}
.megamenu li ul li > a:hover:before {
  position: absolute;
  left: -2px;
  top: 50%;
  background: #0097eb;
  width: 4px;
  height: 4px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50px;
}
.megamenu li ul li.active > a:before {
  position: absolute;
  left: -2px;
  top: 50%;
  background: #0097eb;
  width: 4px;
  height: 4px;
  content: "";
  transform: translateY(-50%);
  border-radius: 50px;
}

.megamenu.dropdown-menu > li {
  border: none;
}
.megamenu.dropdown-menu > li:hover:before {
  position: inherit;
}

.dropdown-menu.megamenu li .agency-logo ul {
  display: flex;
  flex-wrap: wrap;
}
.dropdown-menu.megamenu li .agency-logo ul li {
  display: inline-block;
  border-left: 0;
  flex: 1 1 auto;
}
.dropdown-menu.megamenu li .agency-logo ul li .job-list {
  border-bottom: 0;
  display: inline-block;
}
.dropdown-menu.megamenu li .agency-logo ul li:first-child {
  padding-left: 0;
}
.dropdown-menu.megamenu li .agency-logo ul li:before {
  position: inherit;
}

.agency-logo .job-list {
  padding: 0;
}

.agency-logo .job-list .job-list-logo {
  margin-right: 0;
}

/* sticky header */
@keyframes stickySlideDown {
  0% {
    opacity: 0.7;
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.header .is-sticky {
  position: fixed !important;
  width: 100%;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  top: 0;
  z-index: 1010;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: saturate(180%) blur(5px);
  backdrop-filter: saturate(180%) blur(5px);
}
.header .is-sticky .header-contact-info {
  display: none !important;
}
.header .is-sticky .navbar-brand img {
  height: 50px;
}
.header .is-sticky .navbar {
  position: relative;
  top: 0px;
  right: 0px;
  left: 0;
  border-top: none !important;
  width: 100%;
}

@media (min-width: 992px) {
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 5px;
    border: none;
    left: 100%;
    transform: translate3d(-50%, 10px, 0);
    transition: all 0.3s ease-in-out;
    transition-property: opacity, visibility, transform;
    transform-origin: top center;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    opacity: 0;
    display: block !important;
    pointer-events: hidden;
    pointer-events: none;
  }
  .dropdown-menu.megamenu {
    left: 50%;
    max-width: 700px;
  }
  .dropdown-menu.megamenu.dropdown-menu-lg {
    left: 100%;
    min-width: 610px;
  }
  .navbar-nav .mega-menu {
    position: static;
  }
  .header .navbar .dropdown:hover > .dropdown-menu {
    transform: translate3d(-50%, 0, 0);
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: 100%;
    right: auto;
    transform: translate3d(0px, 10px, 0);
  }
  .navbar-nav li:hover > ul.dropdown-menu {
    visibility: visible;
    opacity: 1;
    pointer-events: visible;
    pointer-events: unset;
  }
  .dropdown-submenu {
    position: relative;
  }
  .dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 99%;
    margin-top: -6px;
  }
  .dropdown-menu > li > a:hover:after {
    text-decoration: underline;
    transform: rotate(-90deg);
  }
}
@media (max-width: 1400px) {
  .navbar .navbar-nav .nav-link {
    padding: 10px 12px;
  }
}
@media (max-width: 1199px) {
  .header .container-fluid {
    padding: 0 30px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 7px;
    font-size: 14px;
  }
}
@media (max-width: 1199.98px) {
  .header .container-fluid {
    padding: 0 20px;
  }
  .navbar-toggler {
    border: none;
    position: absolute;
    height: 75px;
    right: 20px;
  }
  .header .navbar-collapse {
    position: absolute;
    top: 100%;
    z-index: 999;
    background: #ffffff;
    width: 100%;
    left: 0;
    margin-left: 0px;
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  }
  .navbar .navbar-nav {
    padding: 10px 0;
  }
  .navbar .navbar-nav .nav-link {
    color: #001935;
    padding: 10px 20px;
  }
  .navbar .navbar-nav .nav-link i {
    margin-left: auto;
  }
  .header .navbar-nav > li {
    display: block;
  }
  .header .navbar .dropdown-menu {
    margin: 0px;
    font-size: 14px;
    border-radius: 0px;
    border: none;
    box-shadow: none;
    background: #f6f6f6;
    padding: 14px 30px;
    font-size: 13px;
    max-height: 300px;
    overflow-x: scroll;
  }
  .header .navbar .dropdown-menu li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  /* sticky header */
  .header .is-sticky .navbar {
    top: 0;
    right: 0;
  }
}
/*****************************
	Banner
*****************************/
.header.header-transparent + .banner {
  padding: 340px 0 255px 0;
}

.banner {
  padding: 255px 0 255px 0;
  position: relative;
  z-index: 1;
}
.banner .banner-title {
  display: inline-block;
  line-height: 50px;
  font-size: 24px;
}
@media (max-width: 991.98px) {
  .banner .banner-title {
    font-size: 24px;
    line-height: 40px;
  }
}
.banner .banner-subtitle {
  display: inline-block;
}
.banner.banner-xs {
  padding: 200px 0 200px 0;
}
@media (max-width: 991.98px) {
  .banner.banner-xs {
    padding: 100px 0 100px 0;
  }
}
@media (max-width: 767.98px) {
  .banner.banner-xs {
    padding: 55px 0 55px 0;
  }
}
.banner .job-search-item span {
  font-size: 12px;
}
.banner .banner-form {
  margin-top: 50px;
  width: 340px;
  animation-duration: 500ms;
}
@media (max-width: 767.98px) {
  .banner .banner-form {
    margin-top: 25px;
    width: 100%;
  }
}
.banner .select2-selection__placeholder {
  color: #333 !important;
  font-weight: 300 !important;
}
.banner .select2-container--default .select2-selection--single {
  height: 55px;
  border-radius: 8px;
  box-shadow: 0 6px 15px 0 rgba(64, 79, 104, 0.05);
  border: solid 2px #ddd;
}
.banner .select2-container--default .select2-selection--single .select2-selection__rendered {
  text-transform: none;
}
.banner .select2-container--default .select2-selection--single .select2-selection__arrow:before {
  color: #333;
}

.job-search-item {
  text-align: left;
}
.job-search-item .form-group {
  position: relative;
}
.job-search-item label {
  font-weight: 300;
}
.job-search-item input {
  padding-left: 40px;
  height: 60px;
  box-shadow: none;
  border: none;
}
.job-search-item input.location-input {
  padding-right: 100px;
}
.job-search-item .left-icon i {
  left: 15px;
  top: 50%;
  right: auto;
  font-size: 16px;
  position: absolute;
  color: #0097eb;
  transform: translateY(-50%);
}
.job-search-item .left-icon .detect {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.job-search-item .left-icon .detect:after {
  position: absolute;
  content: "";
  background: #eeeeee;
  height: 40px;
  width: 1px;
  left: -10px;
  top: -10px;
}
.job-search-item .left-icon .detect span {
  padding-right: 25px;
  font-size: 14px;
  color: #969696;
}
.job-search-item .left-icon .detect i {
  position: inherit;
  left: inherit;
  right: 0px;
}
.job-search-item .btn {
  padding: 18px 20px;
  margin-top: 29px;
  position: relative;
}
.job-search-item .btn i {
  color: #ffffff;
}

.job-tag ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.job-tag li {
  margin-left: 10px;
  margin-bottom: 5px;
}
.job-tag li:first-child {
  margin-left: 0;
}
.job-tag li a {
  color: #ffffff;
}
.job-tag li:hover a {
  color: #0097eb;
}

.banner-shape {
  position: absolute;
  bottom: -15px;
  z-index: 99;
}

.banner-shape-2 {
  position: absolute;
  top: 0px;
  z-index: 9;
  right: 0px;
  left: 0px;
}

/*Banner Map */
.banner-map {
  padding: 0;
}
.banner-map .map-canvas {
  height: 500px;
}

/*Banner Slider */
#slider .carousel-item .slider-content {
  z-index: 0;
  opacity: 0;
  transition: opacity 500ms;
}
#slider .carousel-item.active .slider-content {
  z-index: 0;
  opacity: 1;
  transition: opacity 100ms;
}

#slider .slider-content {
  display: inline-block;
  left: 0;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 100%;
}
#slider .slider-content h1 {
  font-size: 60px;
  margin-bottom: 20px;
}
#slider .slider-content h2 {
  letter-spacing: 3px;
  font-weight: 500;
}
#slider .slider-content h6 {
  line-height: 26px;
}
#slider .slider-content a.btn-link:hover {
  color: #ffffff;
}

.carousel .carousel-item.active .animated-01 {
  animation: lightSpeedIn 1s ease-in 200ms both;
}
.carousel .carousel-item.active .animated-02 {
  animation: bounceInRight 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated-03 {
  animation: bounceInLeft 1s ease-in-out 500ms both;
}
.carousel .carousel-item.active .animated-04 {
  animation: flipInX 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated-05 {
  animation: bounceInLeft 1s ease-in-out 100ms both;
}
.carousel .carousel-item.active .animated-06 {
  animation: bounceIn 1s ease-in 500ms both;
}
.carousel .carousel-item.active .animated-07 {
  animation: fadeInDown 0.7s ease-in 300ms both;
}
.carousel .carousel-item.active .animated-08 {
  animation: fadeInUp 0.7s ease-in 300ms both;
}

/* Banner Bg Slider */
.banner-bg-slider {
  position: relative;
}

.banner-bg-slider-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.kenburnsy {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.kenburnsy img {
  display: none;
}
.kenburnsy .slide {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transform: translateZ(0);
  transform-origin: center;
}

.kenburnsy.fullscreen {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: auto !important;
  z-index: -1;
}

.banner-bg-slider-content .job-search-item .form-group {
  display: flex;
}

.banner-bg-slider-content .job-search-item input {
  padding-left: 20px;
  flex: 0 0 65%;
  margin-right: 30px;
}

/*banner-slider */
.search {
  position: relative;
}
.search a {
  position: absolute;
  right: 0;
  top: 0;
  margin: 6px;
  padding: 18px 20px 17px;
  background: #0097eb;
  color: #ffffff;
}
.search input {
  padding-left: 30px;
  padding-right: 130px;
  height: 70px;
}

.banner .nav-link {
  margin-right: 0px;
}

/*index bg video */
.job-search-form:before {
  border-radius: 3px;
}

/*control-prev */
.carousel-control-prev, .carousel-control-next {
  opacity: 1;
}

@media (max-width: 767.98px) {
  .display-mobile {
    width: 100% !important;
  }
}
/*****************************
	Layout
*****************************/
.header-inner {
  color: #fff;
  padding: 40px 0;
  background: linear-gradient(90deg, #45c5ff, #03a9f4, #16a3f2);
  background-size: 200% 200%;
  animation: AnimationName 10s ease-in infinite;
}

.header-inner.header-inner-big {
  padding: 100px 0;
}

/* Section Title */
.section-title {
  margin-bottom: 40px;
}
.section-title h2 {
  margin-bottom: 0px;
}
.section-title .title {
  padding-bottom: 15px;
  margin-bottom: 0;
  position: relative;
  text-transform: capitalize;
  letter-spacing: -0.5px;
}
.section-title .title:before {
  position: absolute;
  content: "";
  height: 3px;
  width: 40px;
  background: #0097eb;
  bottom: 0;
  left: 0;
}
.section-title p {
  margin-top: 30px;
  margin-bottom: 0px;
}

.section-title.center {
  text-align: center;
}
.section-title.center .title:before {
  left: 50%;
  margin-left: -20px;
}

.section-title-02 {
  margin-bottom: 40px;
}
.section-title-02 h2 {
  margin-bottom: 0px;
}
.section-title-02 .title {
  margin-bottom: 0px;
}
.section-title-02 p {
  margin-top: 20px;
  margin-bottom: 0px;
}

.list-style li {
  display: flex;
  margin-bottom: 15px;
  align-items: flex-start;
}
.list-style li i {
  margin-top: 3px;
}

.list-style-2 li {
  margin-bottom: 5px;
}

/* Category style */
.category-style {
  display: flex;
  flex-wrap: wrap;
}

.category-item {
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
  border-right: 1px solid #f6f6f6;
  padding: 30px 0;
  color: #969696;
}
.category-item:hover {
  text-decoration: none;
  box-shadow: 0px 10px 25px -6px rgba(0, 0, 0, 0.15) !important;
}
.category-item:nth-child(4n+0) {
  border-right: 0;
}
.category-item:nth-child(1n+5) {
  border-top: 1px solid #f6f6f6;
}
.category-item .category-name {
  font-size: 16px;
}
@media (max-width: 767.98px) {
  .category-item .category-name {
    font-size: 12px;
  }
  .category-item .category-name span {
    font-size: 12px;
  }
}

.category-icon {
  width: 50px;
  height: 50px;
  display: inline-block;
}
.category-icon i {
  font-size: 50px;
  line-height: 50px;
  color: #0097eb;
}

/* category-style-03 */
.category-style-03 .category-item {
  padding: 40px 20px;
}
.category-style-03 .category-item .category-icon {
  width: 100px;
  height: 100px;
  text-align: center;
  background: #ffffff;
  line-height: 100px;
  border-radius: 100%;
  border: 1px solid #eeeeee;
  transition: all 0.3s ease-in-out;
}
.category-style-03 .category-item .category-icon i {
  font-size: 40px;
  line-height: inherit;
  color: #0097eb;
  transition: all 0.3s ease-in-out;
}
.category-style-03 .category-item:hover {
  text-decoration: none;
}
.category-style-03 .category-item:hover .category-icon {
  box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1) !important;
  border: 1px solid #0097eb;
  background: #0097eb;
  text-decoration: none !important;
}
.category-style-03 .category-item:hover .category-icon i {
  color: #ffffff;
}

/* index-slider */
.owl-carousel .item .category-item {
  max-width: 100%;
  flex: 0 0 100%;
}

.slider-category {
  margin-top: -80px;
  box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
}

/* browse-jobs */
.browse-job {
  border-bottom: 1px solid #eeeeee;
  align-items: center;
}

/* category home 02 */
.category-style-02 ul li {
  margin-bottom: 15px;
}
.category-style-02 ul li:last-child {
  margin-bottom: 0px;
}
.category-style-02 ul li a {
  display: flex;
  align-items: center;
}

.category-style-02 ul li .category-title {
  font-size: 14px;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.category-style-02 ul li:hover .category-title {
  color: #0097eb;
}

.category-style-02 ul li .category-count {
  background: #f6f6f6;
  padding: 4px 0px;
  border-radius: 3px;
  color: #969696;
  margin-left: auto;
  transition: all 0.3s ease-in-out;
  width: 65px;
  text-align: center;
  flex: 0 65px;
}
.category-style-02 ul li:hover a .category-count {
  background: #0097eb;
  color: #ffffff;
}

/* job-found */
.job-found {
  display: flex;
  align-items: center;
}
.job-found span {
  background: #0097eb;
  padding: 5px 10px;
  border-radius: 3px;
  color: #ffffff;
  font-size: 14px;
}

/* popup-icon */
.popup-icon {
  position: relative;
  display: block;
}
.popup-icon i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  transition: all 0.3s ease-in-out;
  padding-left: 1px;
}
.popup-icon i:hover {
  color: #ffffff;
}

.forgot-pass p {
  margin-top: 7px;
  margin-bottom: 5px;
}

/* index slider */
.video-img .popup-icon {
  position: initial;
}

/* iframe */
iframe {
  width: 100%;
  border: 0;
}

/* newsletter */
.newsletter {
  position: relative;
}

/* job-grid-map */
.si-content-wrapper {
  padding: 0;
}

.custom-window.open .si-frame {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 10px;
  overflow: visible;
}

.map-canvas {
  width: 100%;
  height: 100%;
}

.custom-window {
  top: 30px;
  width: 280px;
  transition: top 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  visibility: hidden;
}
.custom-window .si-content {
  overflow: visible;
  background-color: #ffffff;
  position: relative;
}

.custom-window.active {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.job-grid-map {
  position: relative;
  max-height: inherit;
  padding: 100px 12px 12px 12px;
  overflow: auto;
  z-index: 2;
}

.si-pointer-bg-top {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.job-grid-map-img {
  position: absolute;
  top: 15px;
  right: 0;
  left: 10px;
  width: 76px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  z-index: 1;
}

.job-grid-map-title {
  margin-top: 12px;
}

.job-grid-map-price span {
  font-size: 13px;
}

.job-grid-map-content p {
  margin: 0;
}
.job-grid-map-content * + p {
  margin-top: 1em;
}

.custom-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  width: 24px;
  padding: 0 6px;
  height: 24px;
  transition: background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1);
  border: 0;
  background-color: #001935;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}
.custom-close:hover {
  background-color: #0097eb;
}
.custom-close:focus {
  background-color: #0097eb;
}
.custom-close:active {
  background-color: #0097eb;
}

/* our-clients */
.our-clients .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100px;
  flex-direction: column;
}
.our-clients .owl-carousel .item img {
  padding: 10px;
  display: inline-block;
  background: #ffffff;
  max-height: 70px;
  max-width: 100%;
  width: auto;
}
.our-clients .owl-carousel .owl-dots {
  margin-top: 0;
  margin-bottom: 0px;
}

/* Table */
.table-striped tbody tr:nth-of-type(odd) {
  background: #ffffff;
}

.table-striped tbody tr:nth-of-type(even) {
  background: #fafcfc;
}

/* mfp-close */
.mfp-image-holder .mfp-close {
  color: #ffffff;
  right: -15px;
  text-align: right;
  padding-right: 6px;
  background-color: #0097eb;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  line-height: 30px;
  top: 25px;
  position: absolute;
}

.layout-account {
  display: grid;
  grid-template-columns: 300px 1fr;
  grid-template-rows: calc(100vh - 80px);
  grid-template-areas: "sidebar content";
  background-color: #f5f7fc;
}

.sidebar-account {
  grid-area: sidebar;
  grid-template-rows: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
  padding: 40px;
  overflow: auto;
  width: 300px;
  border-right: 1px solid #ecedf2;
  transition: all 0.3s ease;
  z-index: 100;
}

.sidebar-account-backdrop {
  display: none;
  position: fixed;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.15);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.sidebar-account-open .sidebar-account-backdrop {
  display: block;
  z-index: 99;
}

.content {
  padding: 0 50px;
  overflow: auto;
}

@media (max-width: 1199.98px) {
  .layout-account {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "content";
  }
  .sidebar-account {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 998;
    box-shadow: 0 6px 15px rgba(64, 79, 104, 0.05);
    transition: transform 200ms ease-in;
    transform: translateX(-300px);
  }
  .sidebar-account.open {
    transform: translateX(0);
  }
  .content {
    padding: 0 15px;
  }
}
/* Navigation */
.sidebar-nav {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-nav .nav-item {
  border-radius: 5px;
  margin-bottom: 5px;
}
.sidebar-nav .nav-link {
  color: #001935;
  border-radius: 5px;
  padding: 0.85rem 1.25rem;
}
.sidebar-nav .nav-icon {
  margin-right: 12px;
  font-size: 15px;
  width: 20px;
}
.sidebar-nav .nav-link:hover {
  color: #006cd3;
  background-color: rgba(25, 103, 210, 0.1);
}

/*****************************
	Listing
*****************************/
/* Job List */
.job-list {
  padding: 24px 20px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 8px;
}
.job-list:hover {
  position: relative;
  z-index: 9;
  box-shadow: 0 8px 32px rgba(47, 60, 74, 0.01), 0 8px 16px rgba(47, 60, 74, 0.02);
}
.job-list:hover a.job-list-favourite {
  color: #0097eb;
}

.job-list .job-list-logo {
  margin-right: 20px;
  flex: 0 0 120px;
  border: 1px solid #f7f7f7;
  height: 100px;
  width: 120px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
}
.job-list .job-list-logo .job-list-logo-img {
  max-width: 100%;
  max-height: 100%;
}

.job-list-title {
  margin-bottom: 5px;
}
.job-list-title a {
  font-size: 14px;
  line-height: 20px;
}

.job-list-title-xs a {
  font-size: 12px;
  line-height: 16px;
}

.job-list .job-list-details {
  overflow: hidden;
}
.job-list .job-list-details h5 {
  font-size: 16px;
  line-height: 20px;
}
.job-list .job-list-details .title-xs {
  font-size: 14px;
  line-height: 20px;
}

.job-list-details ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.job-list-details ul li {
  margin: 5px 10px 5px 0px;
  font-size: 13px;
}
.job-list-details ul li.freelance a {
  color: #53b427;
}
.job-list-details ul li.temporary a {
  color: #e74c3c;
}
.job-list-details ul li.full-time a {
  color: #186fc9;
}
.job-list-details ul li.part-time a {
  color: #ffc107;
}

.job-list .job-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  flex: 0 0 90px;
}

.job-list-favourite-time {
  border-top: solid 1px #ececec;
}
.job-list-favourite-time .job-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #969696;
}
.job-list-favourite-time .job-list-favourite:hover {
  background: #ffffff;
  color: #e74c3c;
}

.job-list-favourite-time span {
  display: block;
  margin: 0 auto;
}

/* job-list hovering */
.job-list.hovering {
  box-shadow: 0px 0px 24px 4px rgba(0, 25, 53, 0.04);
  position: relative;
  z-index: 9;
}
.job-list.hovering .job-list-favourite-time .job-list-favourite {
  background: #ffffff;
  color: #e74c3c;
  box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}

/* job Grid */
.job-list.job-grid {
  padding-top: 25px;
  padding-bottom: 0px;
  border-radius: 8px;
  display: block;
  transition: all 0.3s ease-in-out;
  height: auto;
  border-width: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}

.job-hover-noshaddow {
  transition: "all 50ms ease-in";
}
@media (prefers-reduced-motion: reduce) {
  .job-hover-noshaddow {
    transition: none;
  }
}
.job-hover-noshaddow:hover {
  cursor: pointer !important;
  box-shadow: none;
}

.job-link-trigger:hover {
  cursor: pointer !important;
  transform: translateY(-5px);
}

.job-list.job-grid .job-list-logo {
  text-align: center;
  margin: 0 auto 20px;
  border: 0;
  width: 200px;
  height: 60px;
  flex: 0 0 120px;
}
.job-list.job-grid .job-list-logo .job-list-logo-img {
  max-width: 100%;
  max-height: 50px;
}

.job-list.job-grid .job-list-details {
  text-align: center;
  min-height: 100px;
}

.job-list.job-grid ul {
  justify-content: center;
}

.job-list.job-grid .job-list-details ul li {
  margin-bottom: 10px;
}

.job-list.job-grid .job-list-favourite-time {
  display: flex;
  margin-top: 10px;
  padding: 10px 0;
}
.job-list.job-grid .job-list-favourite-time a {
  margin-bottom: 0;
  margin-left: auto;
}
.job-list.job-grid .job-list-favourite-time span {
  display: inline-block;
  margin: 0;
  align-self: center;
}

.job-shortby .form-inline label {
  font-weight: 500;
  color: #001935;
}

.job-shortby .select2-container--default .select2-selection--single {
  border-width: 2px;
}

/* Employer */
.employers-list {
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  display: flex;
  border-bottom: 1px solid #eeeeee;
  align-items: center;
  transition: all 0.3s ease-in-out;
}

.employers-list .employers-list-logo {
  display: flex;
  align-items: center;
  margin-right: 25px;
  width: 120px;
  height: 80px;
  padding: 10px;
  text-align: center;
}
@media (max-width: 991.98px) {
  .employers-list .employers-list-logo {
    width: 100%;
    height: auto;
  }
}
.employers-list .employers-list-logo img {
  max-width: 100%;
  max-height: 100%;
}

.employers-list-details {
  align-self: center;
}
.employers-list-details ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.employers-list-details ul li {
  margin: 5px 10px 5px 0px;
  font-size: 13px;
}
.employers-list-details ul li:last-child {
  margin-right: 0;
}

.employers-list .employers-list-position {
  margin-left: auto;
  align-self: center;
}

.employers-list-position .btn-dark:hover {
  background: #0097eb;
  border-color: #0097eb;
}

/* Employer Grid */
.employers-grid {
  padding: 15px;
  display: block;
  border: 1px solid #eeeeee;
  background-color: #fff;
  border-radius: 0.375rem;
}
.employers-grid .btn-link {
  color: #28a745;
}

.employers-grid:hover {
  box-shadow: 0px 0px 34px 4px rgba(58, 73, 87, 0.04);
  position: relative;
  z-index: 99;
}

.bg-light .employers-grid {
  background: #ffffff;
}

.employers-grid .employers-list-position {
  display: flex;
  border-top: 0;
  padding-top: 15px;
  margin: 0;
  text-align: center;
}

.employers-grid .employers-list-logo {
  display: flex;
  align-items: center;
  width: 120px;
  height: 80px;
  flex: 0 0 80px;
  justify-content: center;
  margin: auto;
}
@media (max-width: 1199.98px) {
  .employers-grid .employers-list-logo {
    max-width: 90px;
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .employers-grid .employers-list-logo {
    max-width: 120px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.employers-grid .employers-list-logo .employers-list-logo-img {
  max-width: 100%;
  max-height: 40px;
}

.employers-grid .employers-list-details {
  text-align: center;
}
.employers-grid .employers-list-details ul {
  justify-content: center;
}
.employers-grid .employers-list-details ul li {
  margin-bottom: 10px;
}

/* user-dashboard-info-box */
.user-dashboard-info-box .candidates-list .thumb {
  width: 80px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}

.user-dashboard-info-box .title {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.user-dashboard-info-box .candidates-list td {
  vertical-align: middle;
}

.user-dashboard-info-box td li {
  margin: 0 4px;
}

.user-dashboard-info-box .table thead th {
  border-bottom: none;
}

.table.manage-candidates-top th {
  border: 0;
}

.user-dashboard-info-box .candidate-list-favourite-time .candidate-list-favourite {
  margin-bottom: 10px;
}

.table.manage-candidates-top {
  min-width: 650px;
}

.user-dashboard-info-box .candidate-list-details ul {
  color: #969696;
}

/* Candidate List */
.candidate-list-wrap {
  border-bottom: 1px solid #eeeeee;
}
.candidate-list-wrap:last-child {
  border-bottom: none;
}

.candidate-list {
  padding: 30px 20px;
  background: #ffffff;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.candidate-list:hover {
  box-shadow: 0 0 34px 4px rgba(0, 25, 53, 0.04);
  position: relative;
  z-index: 99;
  text-decoration: none;
}
.candidate-list:hover a.candidate-list-favourite {
  color: #e74c3c;
  box-shadow: -1px 4px 10px 1px rgba(24, 111, 201, 0.1);
}

.candidate-list .candidate-list-image {
  margin-right: 25px;
  flex: 0 0 80px;
  border-radius: 100%;
  border: none;
}
.candidate-list .candidate-list-image img {
  border-radius: 100%;
  margin: 0 auto;
  width: auto;
}

.candidate-list-title {
  margin-bottom: 5px;
}

.candidate-list-details ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.candidate-list-details ul li {
  margin: 5px 10px 5px 0px;
  font-size: 13px;
}

.candidate-list .candidate-list-favourite-time {
  margin-left: auto;
  text-align: center;
  font-size: 13px;
  flex: 0 0 90px;
}
.candidate-list .candidate-list-favourite-time span {
  display: block;
  margin: 0 auto;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite {
  display: inline-block;
  position: relative;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border: 1px solid #eeeeee;
  border-radius: 100%;
  text-align: center;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  font-size: 16px;
  color: #969696;
}
.candidate-list .candidate-list-favourite-time .candidate-list-favourite:hover {
  background: #ffffff;
  color: #e74c3c;
}

.candidate-banner .candidate-list:hover {
  position: inherit;
  box-shadow: inherit;
  z-index: inherit;
}

/* Candidate Grid */
.candidate-list.candidate-grid {
  padding-top: 40px;
  padding-bottom: 0px;
  border: 1px solid #eeeeee;
  border-radius: 3px;
  display: block;
}

.candidate-grid .candidate-list-image {
  margin-bottom: 30px;
  text-align: center;
  margin-right: 0px;
}

.candidate-grid .candidate-list-details {
  text-align: center;
}
.candidate-grid .candidate-list-details ul {
  justify-content: center;
}
.candidate-grid .candidate-list-details ul li {
  margin-bottom: 10px;
}

.candidate-grid .candidate-list-favourite-time {
  display: flex;
  border-top: 1px solid #eeeeee;
  margin-top: 10px;
  padding: 10px 0;
}
.candidate-grid .candidate-list-favourite-time a {
  margin-bottom: 0;
  margin-left: auto;
}
.candidate-grid .candidate-list-favourite-time span {
  display: inline-block;
  margin: 0;
  align-self: center;
}

.candidate-list.candidate-grid .candidate-list-favourite-time .candidate-list-favourite {
  margin-bottom: 0px;
}

/* Jobber Candidate */
.jobber-candidate-timeline {
  position: relative;
}
.jobber-candidate-timeline:before {
  content: "";
  position: absolute;
  left: 20px;
  width: 2px;
  top: 5px;
  bottom: 5px;
  height: calc(100% - 5px);
  background-color: #eeeeee;
}

.jobber-candidate-timeline .jobber-timeline-item {
  display: table;
  position: relative;
  margin-bottom: 20px;
  width: 100%;
}

.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
  border-radius: 50%;
  border: 12px solid white;
  z-index: 1;
  top: 5px;
  left: 9px;
  position: absolute;
}
.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
  content: "";
  position: absolute;
  left: 12px;
  width: 20px;
  top: -1px;
  bottom: 5px;
  height: 2px;
  background-color: #eeeeee;
}
.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
  font-size: 15px;
  top: -8px;
  left: -7px;
  position: absolute;
  color: #0097eb;
}

.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
  display: table-cell;
  vertical-align: top;
  padding: 5px 0 0 70px;
}
.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
  color: #0097eb;
  margin: 5px 0 0px;
}
.jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
  color: #001935;
  font-size: 13px;
  font-weight: 500;
}

.jobber-candidate-timeline span.jobber-timeline-time {
  color: rgb(53, 57, 66) !important;
}

.jobber-candidate-timeline .jobber-timeline-icon {
  border: 2px solid #eeeeee;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  line-height: 42px;
  text-align: center;
  background: #ffffff;
  position: relative;
  margin-bottom: 20px;
}
.jobber-candidate-timeline .jobber-timeline-icon i {
  font-size: 16px;
  color: #001935;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 16px;
}

/* secondary menu */
.secondary-menu {
  padding: 10px;
  padding-bottom: 0px;
  border: 2px solid #eeeeee;
  background: #ffffff;
  border-radius: 3px;
  margin-bottom: 48px;
  margin-top: -30px;
}

.secondary-menu ul {
  padding: 0px;
  display: flex;
  margin: 0;
}
.secondary-menu ul li {
  list-style: none;
  padding-right: 9px;
  padding-bottom: 10px;
}
.secondary-menu ul li a,
.secondary-menu ul li .menu-item {
  display: block;
  color: rgb(53, 57, 66);
  font-weight: 600;
  text-transform: capitalize;
  padding: 1px 15px;
  border-radius: 3px;
  text-decoration: none;
}
.secondary-menu ul li a:hover,
.secondary-menu ul li .menu-item:hover {
  color: #ffffff;
  background: #0097eb;
}
.secondary-menu ul li a.active {
  color: #ffffff;
  background: #0097eb;
}

/* Job Search Field */
.job-search-field .form-group-search {
  width: 100%;
}

.job-search-field.job-search-field-01 input {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
  border-radius: 0px;
}
.job-search-field.job-search-field-01 .select2-container--default .select2-selection--single {
  border: none;
  border-bottom: 1px solid #eeeeee;
  padding-left: 20px;
}

.job-search-field.job-search-field-02 input {
  border: 1px solid #eeeeee;
  padding-left: 20px;
}
.job-search-field.job-search-field-02 .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  padding-left: 20px;
}

.job-search-field.search-under-banner .job-search-item label {
  color: #ffffff;
}

.job-search-field.job-search-field-top-03 input {
  border: 1px solid #eeeeee;
  padding-left: 20px;
}
.job-search-field.job-search-field-top-03 .select2-container--default .select2-selection--single {
  border: 1px solid #eeeeee;
  padding-left: 20px;
}

.advanced-search {
  width: 100%;
}
.advanced-search .card {
  border: 0;
  padding: 0;
  background: none;
}

.job-search-field-top-03 .job-search-item {
  background: #f6f6f6;
  padding: 30px;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  padding: 13px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
}

.job-search-field .select2-container--default .select2-selection--single {
  height: 60px;
  padding: 20px 20px;
}

.job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 22px;
}

.hp-search-more {
  width: 100%;
}
.hp-search-more a {
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 14px !important;
}
.hp-search-more span {
  font-size: 14px !important;
}

.job-search-item .hp-search-more i {
  position: absolute;
  right: -25px;
  left: auto;
}

/* Job Filter */
@media (min-width: 576px) {
  .job-filter-tag {
    text-align: right;
  }
}
.job-filter-tag ul {
  margin-bottom: 0;
}
.job-filter-tag ul li {
  display: inline-block;
  margin-bottom: 10px;
}
.job-filter-tag ul li a {
  margin-left: 3px;
  background: rgba(0, 151, 235, 0.1);
  color: #0097eb;
  font-weight: 500;
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 3px;
  text-decoration: none;
}
.job-filter-tag ul li a i {
  padding-left: 4px;
  font-size: 12px;
}
.job-filter-tag ul li a:hover {
  background: #0097eb;
  color: #ffffff;
}
.job-filter-tag ul li .filter-clear {
  background: rgba(0, 25, 53, 0.1);
  color: #001935;
}
.job-filter-tag ul li .filter-clear:hover {
  background: #001935;
  color: #ffffff;
}

/* companies-info box */
.companies-info {
  padding-right: 25px;
}
.companies-info .companies-details {
  padding: 20px 10px;
}
.companies-info .companies-details .companies-logo {
  width: 80px;
  height: 80px;
  padding: 10px;
  background: #ffffff;
}

.employers-box .employers-grid {
  padding: 5px;
  border: none;
}
.employers-box .employers-grid:hover {
  box-shadow: inherit;
}

.employers-box .employers-list-info {
  text-align: center;
}

.companies-counter {
  flex: 0 0 150px;
  text-align: right;
}
.companies-counter .counter {
  display: inline-block;
}

.companies-details .employers-list-option ul li i {
  font-size: 12px;
  color: #0097eb;
}

.companies-counter .counter .counter-content .timer {
  font-size: 20px;
}

.companies-info-2 .companies-counter {
  text-align: left;
}

.companies-btn {
  flex: 0 0 150px;
}

.companies-info-2 .companies-details {
  padding: 0;
}

.jobs-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: ". . .";
}
@media (max-width: 1199.98px) {
  .jobs-grid {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . .";
  }
}
@media (max-width: 991.98px) {
  .jobs-grid {
    grid-template-columns: 2fr 2fr;
    grid-template-areas: ". .";
  }
}
@media (max-width: 767.98px) {
  .jobs-grid {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}

/*****************************
  Sidebar
*****************************/
.sidebar-job .widget {
  padding-bottom: 30px;
}
.sidebar-job .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.sidebar-job hr {
  margin-bottom: 30px;
  margin-top: 0;
}

.sidebar-job .search {
  position: relative;
}
.sidebar-job .search i {
  position: absolute;
  color: #0097eb;
  cursor: pointer;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-job .search .form-control {
  font-weight: 400;
  padding-right: 40px;
  height: 50px;
  padding-left: 15px;
}

.sidebar-job .locations {
  position: relative;
}
.sidebar-job .locations i {
  position: absolute;
  color: #0097eb;
  cursor: pointer;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebar-job .locations .form-control {
  font-weight: 400;
  padding-right: 40px;
  height: 50px;
  padding-left: 15px;
}

/* Widget */
.widget .widget-title {
  margin-bottom: 20px;
}
.widget .widget-title h6 {
  margin-bottom: 0;
}
.widget .widget-title a {
  color: #001935;
}

.widget .widget-collapse {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

/* similar-jobs-item */
.similar-jobs-item .job-list {
  border-bottom: 0;
  padding: 0;
  margin-bottom: 15px;
}
.similar-jobs-item .job-list:last-child {
  margin-bottom: 0;
}
.similar-jobs-item .job-list:hover {
  box-shadow: none;
}

/* checkbox */
.widget .widget-content {
  margin-top: 10px;
}
.widget .widget-content .custom-checkbox {
  margin-bottom: 8px;
}
.widget .widget-content .custom-checkbox:last-child {
  margin-bottom: 0px;
}
.widget .widget-content-max {
  max-height: 300px;
  overflow: scroll;
}
.widget .widget-content-max::-webkit-scrollbar-track {
  background-color: transparent;
}
.widget .widget-content-max::-webkit-scrollbar {
  width: 8px;
}
.widget .widget-content-max::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.15);
}

.widget .custom-checkbox.fulltime-job .custom-control-label:before {
  background-color: #186fc9;
  border: 2px solid #186fc9;
}

.widget .custom-checkbox.fulltime-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #186fc9;
  border-color: #186fc9;
}

.widget .custom-checkbox.parttime-job .custom-control-label:before {
  background-color: #ffc107;
  border: 2px solid #ffc107;
}

.widget .custom-checkbox.parttime-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #ffc107;
  border-color: #ffc107;
}

.widget .custom-checkbox.freelance-job .custom-control-label:before {
  background-color: #53b427;
  border: 2px solid #53b427;
}

.widget .custom-checkbox.freelance-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #53b427;
  border-color: #53b427;
}

.widget .custom-checkbox.temporary-job .custom-control-label:before {
  background-color: #e74c3c;
  border: 2px solid #e74c3c;
}

.widget .custom-checkbox.temporary-job .custom-control-input:checked ~ .custom-control-label:before {
  background: #e74c3c;
  border-color: #e74c3c;
}

.widget ul {
  margin: 0;
}
.widget ul li a:hover {
  color: #0097eb;
}

.widget .company-detail-meta ul {
  display: block;
  align-items: center;
}
.widget .company-detail-meta ul li {
  margin-right: 15px;
  display: inline-block;
}
.widget .company-detail-meta ul li a {
  color: #969696;
  font-weight: 600;
  font-size: 12px;
}

.widget .company-detail-meta .share-box li {
  margin-right: 0;
  display: inline-block;
  float: left;
}

.widget .company-detail-meta ul li.linkedin a {
  padding: 15px 20px;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  display: inline-block;
}
.widget .company-detail-meta ul li.linkedin a i {
  color: #06cdff;
}

.widget .company-address ul li {
  margin-bottom: 10px;
}
.widget .company-address ul li:last-child {
  margin-bottom: 0;
}
.widget .company-address ul li a {
  color: #969696;
}

.widget .widget-box {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 20px 15px;
}
.widget .widget-box .avatar {
  max-width: 40px;
  max-height: 40px;
  border-radius: 100%;
}

.widget .similar-jobs-item {
  border: 0;
  padding: 0;
}
.widget .similar-jobs-item .job-list {
  border: 1px solid #eeeeee;
  padding: 15px;
}
.widget .similar-jobs-item .job-list.jobber-list {
  padding: 15px 10px;
  border: 0;
  margin-bottom: 10px;
}

.widget .similar-jobs-item .job-list-details {
  align-self: center;
}

.widget .similar-jobs-item .job-list.jobber-list .job-list-company-name {
  color: #0097eb;
}

.widget .docs-content {
  display: flex;
  background: #eeeeee;
  padding: 30px;
  border-radius: 3px;
}
.widget .docs-content .docs-text {
  align-self: center;
  color: #969696;
}
.widget .docs-content span {
  font-weight: 600;
}
.widget .docs-content .docs-icon {
  margin-left: auto;
  flex: 0 0 38px;
}

.widget .jobber-company-view ul li {
  margin-bottom: 20px;
}
.widget .jobber-company-view ul li:last-child {
  margin-bottom: 0;
}
.widget .jobber-company-view ul li span {
  color: #001935;
  align-self: center;
  font-weight: 600;
}

.widget .widget-latest-news .image-container {
  height: 80px;
  width: 80px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  justify-content: center;
}
.widget .widget-latest-news .image-container img {
  border-radius: 8px;
}
.widget .widget-latest-news .card-title {
  font-size: 12px;
  line-height: 18px;
}
.widget .widget-latest-news .card-title:hover {
  text-decoration: underline;
}

.widget .widget-job .job-grid {
  background-color: #f2f4f4;
}

/*****************************
  Dashboard
*****************************/
.user-dashboard-sidebar .jobber-user-info {
  border: 2px solid #eeeeee;
  padding: 20px;
  text-align: center;
}

.jobber-user-info {
  display: flex;
  align-items: center;
}
.jobber-user-info .profile-avatar {
  position: relative;
  height: 100px;
  width: 100px;
  border-radius: 100%;
}
.jobber-user-info .profile-avatar img {
  border-radius: 100%;
}
.jobber-user-info .profile-avatar i {
  font-size: 16px;
  color: #0097eb;
  position: absolute;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  bottom: 20px;
  right: -5px;
}

.upload-file .custom-file {
  width: 160px;
  height: 35px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.upload-file .custom-file .custom-file-label {
  background: #0097eb;
  padding: 0;
  color: #ffffff;
  height: 35px;
  font-weight: 400;
  line-height: 35px;
  text-align: center;
}
.upload-file .custom-file .custom-file-label:after {
  display: none;
}

.custom-file .custom-file-input {
  height: 35px;
}

/* user dashboard nav */
.user-dashboard-nav {
  border: 2px solid #eeeeee;
  padding: 2px;
  margin-top: 30px;
}
.user-dashboard-nav ul li {
  margin-bottom: 2px;
  background: #0097eb;
}
.user-dashboard-nav ul li:last-child {
  margin-bottom: 0px;
}
.user-dashboard-nav ul li a {
  color: #001935;
  padding: 15px 20px;
  background: #f6f6f6;
  display: block;
}
.user-dashboard-nav ul li a:hover {
  color: #0097eb;
}
.user-dashboard-nav ul li.active a {
  color: #0097eb;
}

/* user dashboard info box */
.user-dashboard-info-box {
  border: 2px solid #eeeeee;
  padding: 30px;
  margin-bottom: 30px;
}

.cover-photo-contact .cover-photo {
  position: relative;
}
.cover-photo-contact .cover-photo i {
  top: -10px;
  right: -10px;
  font-size: 24px;
  color: #0097eb;
  position: absolute;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
}

.user-dashboard-info-box .search {
  position: relative;
}
.user-dashboard-info-box .search i {
  position: absolute;
  right: 0;
  top: 0;
  background: #0097eb;
  color: #ffffff;
  padding: 18px 20px;
  cursor: pointer;
  border-radius: 0 3px 3px 0px;
}
.user-dashboard-info-box .search input {
  padding-right: 65px;
  border-radius: 3px;
  height: 50px;
}

.user-dashboard-table th p {
  color: rgb(53, 57, 66);
}
.user-dashboard-table tr td {
  color: rgb(53, 57, 66);
  vertical-align: middle;
}
.user-dashboard-table td li {
  margin: 0 4px;
}
.user-dashboard-table td li a.text-info {
  color: #186fc9;
}
.user-dashboard-table td li a:hover {
  color: #0097eb;
}
.user-dashboard-table td li a.text-primary:hover {
  color: #001935 !important;
}

.user-dashboard-info-box .pricing-plan.active {
  box-shadow: none !important;
}

/* dashboard */
.user-dashboard-info-box .feature-info.bg-primary .feature-info-icon {
  border: none;
  background: #1fafff;
  color: #ffffff;
}
.user-dashboard-info-box .feature-info.bg-dark .feature-info-icon {
  background: #002349;
  border: none;
}
.user-dashboard-info-box .feature-info.bg-light .feature-info-icon {
  background: #ffffff;
  border: none;
}

/* candidates-user */
.candidates-user-info .candidates-skills {
  padding: 15px;
}
.candidates-user-info .candidates-skills .btn {
  padding: 12px 20px;
}

.candidates-profile-info .progress {
  height: 2px;
  bottom: 15px;
  margin: 0px;
}
.candidates-profile-info .progress .progress-bar {
  height: 2px;
}
.candidates-profile-info .progress ~ .profile-avatar {
  margin-top: 15px;
}

.user-dashboard-sidebar .progress .progress-bar-number {
  position: absolute;
  right: 10%;
  color: #969696;
  top: 10px;
}

.candidates-skills {
  display: flex;
  align-items: center;
}

/* candidates-feature-info */
.candidates-feature-info {
  display: flex;
  transition: all 0.3s ease-in-out;
  align-items: center;
}
.candidates-feature-info .candidates-info-icon {
  text-align: center;
  flex: 0 0 65px;
}
.candidates-feature-info .candidates-info-icon i {
  font-size: 24px;
}
.candidates-feature-info .candidates-info-content .candidates-info-title {
  margin-bottom: 0;
}
.candidates-feature-info .candidates-info-count {
  margin-left: auto;
  text-align: center;
  font-size: 24px;
  padding: 25px 0px;
  border-left: 1px solid white;
  flex: 0 0 85px;
}

/* dashboard my resume */
.user-dashboard-info-circle {
  border: 2px solid #eeeeee;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  margin-top: 10px;
}
.user-dashboard-info-circle i {
  color: #001935;
}

.user-dashboard-info-box .user-dashboard-minus i {
  background: #001935;
  padding: 4px 8px;
  border-radius: 3px;
  color: #ffffff;
}

.user-dashboard-info-box .dashboard-timeline-info {
  position: relative;
}

.user-dashboard-info-box .dashboard-timeline-edit {
  position: absolute;
  right: 0;
  top: 0;
}

/* My Resume */
.profile {
  margin-bottom: 25px;
}
.profile .jobber-user-info {
  display: inline-block;
  text-align: center;
  width: 100%;
}
.profile .jobber-user-info .profile-avatar {
  position: relative;
  height: 115px;
  width: 115px;
  border-radius: 100%;
  display: inline-block;
}
.profile .jobber-user-info .profile-avatar img {
  border-radius: 100%;
}
.profile .jobber-user-info .profile-avatar i {
  font-size: 16px;
  color: #0097eb;
  position: absolute;
  background: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  bottom: 20px;
  right: -5px;
}

.nav-user .nav-link {
  margin: 0;
}

.about-candidate {
  padding: 25px 0px;
}
.about-candidate .candidate-info {
  margin-bottom: 20px;
}

.resume-experience {
  padding-left: 20px;
}

.alert-job-posting {
  background-color: rgba(46, 62, 86, 0.1);
}

/*****************************
	Blog
*****************************/
.blog-post .blog-post-details {
  padding: 25px;
}
.blog-post .blog-post-details .blog-post-time {
  margin-bottom: 10px;
}
.blog-post .blog-post-details .blog-post-time a {
  color: #969696;
  font-size: 13px;
  font-weight: 500;
}
.blog-post .blog-post-details .blog-post-category {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* blog-post 02 */
.blog-post .blog-post-category a,
.blog-detail .blog-post .blog-post-category a {
  color: #0097eb;
  font-weight: 600;
}

.blog-post .blog-post-footer {
  display: flex;
  justify-content: center;
  padding: 25px 0px;
  border-top: 2px solid #eeeeee;
}
.blog-post .blog-post-footer a {
  font-size: 12px;
  color: rgb(53, 57, 66);
}
.blog-post .blog-post-footer a:hover {
  color: #0097eb;
}
.blog-post .blog-post-footer a:hover i {
  color: #0097eb;
}
.blog-post .blog-post-footer i {
  padding-right: 5px;
  color: #0097eb;
}

.blog-post .blog-post-footer .blog-post-author img {
  height: 20px;
  border-radius: 50%;
  margin: 0 5px;
  width: auto;
  display: inline-block;
}

.blog-post .blog-post-footer .blog-post-time,
.blog-post-author,
.blog-post-time,
.blog-detail .blog-post-comment,
.blog-post-share {
  margin: 0 8px;
}

.blog-post .blog-post-details .blog-post-description {
  margin: 15px 0px;
}

.blog-post .blog-post-details .btn-link i {
  padding-right: 0;
}

/* blog-post-quote */
.blog-post-quote .blog-post-details .blog-post-category a {
  color: #ffffff;
}
.blog-post-quote .blog-post-details .blog-post-link .btn-link {
  color: #ffffff;
}
.blog-post-quote .blog-post-details .blog-post-link .btn-link:hover {
  color: #001935;
}
.blog-post-quote .blog-post-details .blog-post-title h5 a {
  color: #ffffff;
}
.blog-post-quote .blog-post-details .blog-post-title h5 a:hover {
  color: #001935;
}

.blog-post-quote .blog-post-content .blog-post-footer {
  border-top: 2px solid rgba(0, 25, 53, 0.1);
}
.blog-post-quote .blog-post-content .blog-post-footer a {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.blog-post-quote .blog-post-content .blog-post-footer a:hover {
  color: #001935;
}
.blog-post-quote .blog-post-content .blog-post-footer a:hover i {
  color: #001935;
}
.blog-post-quote .blog-post-content .blog-post-footer a:hover span {
  color: #001935 !important;
  transition: all 0.3s ease-in-out;
}
.blog-post-quote .blog-post-content .blog-post-footer i {
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.blog-post-quote .blog-post-content .blog-post-footer span {
  color: #ffffff;
}

.blog-post-quote .blockquote {
  padding: 40px 40px 0px 40px;
  margin-bottom: 0;
  border-left: 0;
}
.blog-post-quote .blockquote i {
  font-size: 30px;
  margin-bottom: 20px;
  color: rgba(0, 25, 53, 0.5);
}

/* blog-post-you-tube // */
.blog-post.blog-post-you-tube iframe {
  width: 100%;
  height: 385px;
}

/* post-without-image */
.post-without-image {
  border: 2px solid #eeeeee;
}

/* sidebar */
.blog-sidebar .widget {
  margin-bottom: 50px;
}
.blog-sidebar .widget:last-child {
  margin-bottom: 0px;
}

.blog-sidebar .widget .widget-title {
  margin-bottom: 20px;
}

.blog-sidebar .widget .search {
  position: relative;
}
.blog-sidebar .widget .search i {
  position: absolute;
  right: 0;
  top: 0;
  background: #0097eb;
  color: #ffffff;
  padding: 18px 20px;
  cursor: pointer;
  border-radius: 0 3px 3px 0px;
}
.blog-sidebar .widget .search input {
  padding-right: 65px;
  border-radius: 3px;
  height: 50px;
}

.blog-sidebar .widget ul.list-style li {
  margin-bottom: 20px;
}
.blog-sidebar .widget ul.list-style li a {
  display: flex;
  color: #626262;
  width: 100%;
}
.blog-sidebar .widget ul.list-style li a:hover {
  color: #0097eb;
}

.widget .search input {
  padding-left: 15px;
}

/* recent-posts */
.blog-sidebar .widget .recent-posts a b {
  color: #001935;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
}
.blog-sidebar .widget .recent-posts a:hover b {
  color: #0097eb;
}

.blog-sidebar .widget .newsletter i {
  color: #0097eb;
  background: inherit;
}
.blog-sidebar .widget .newsletter .newsletter-bg-icon i {
  font-size: 160px;
  color: #ffffff;
  opacity: 0.1;
  position: absolute;
  right: -20px;
  bottom: -35px;
}
.blog-sidebar .widget .newsletter .form-check {
  cursor: pointer;
}
.blog-sidebar .widget .newsletter label {
  cursor: pointer;
}

.form-row .custom-control.custom-checkbox label {
  cursor: pointer;
}

/* Subscribe & Follow */
.blog-sidebar .widget .social ul li {
  padding: 10px;
  border: 1px solid #eeeeee;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
.blog-sidebar .widget .social ul li .follow {
  background: #f6f6f6;
  padding: 3px 18px;
  font-size: 12px;
}
.blog-sidebar .widget .social ul li a {
  font-size: 12px;
  font-weight: 600;
}
.blog-sidebar .widget .social ul li a i {
  width: 15px;
}

.blog-sidebar .widget .social ul .facebook a {
  color: #466ca9;
}
.blog-sidebar .widget .social ul .facebook .follow:hover {
  background: #466ca9;
  color: #ffffff;
}

.blog-sidebar .widget .social ul .twitter a {
  color: #20b5e6;
}
.blog-sidebar .widget .social ul .twitter .follow:hover {
  background: #20b5e6;
  color: #ffffff;
}

.blog-sidebar .widget .social ul .youtube a {
  color: #d92c20;
}
.blog-sidebar .widget .social ul .youtube .follow:hover {
  background: #d92c20;
  color: #ffffff;
}

.blog-sidebar .widget .social ul .instagram a {
  color: #181818;
}
.blog-sidebar .widget .social ul .instagram .follow:hover {
  background: #181818;
  color: #ffffff;
}

.blog-sidebar .widget .social ul .linkedin a {
  color: #13799f;
}
.blog-sidebar .widget .social ul .linkedin .follow:hover {
  background: #13799f;
  color: #ffffff;
}

/* popular-tag */
.blog-sidebar .widget .popular-tag ul li {
  display: inline-block;
  margin-bottom: 4px;
}
.blog-sidebar .widget .popular-tag ul li a {
  padding: 6px 20px;
  display: block;
  border: 1px solid #eeeeee;
  color: rgb(53, 57, 66);
}
.blog-sidebar .widget .popular-tag ul li a:hover {
  color: #0097eb;
  border-color: #0097eb;
}

/* blog-detail */
.navigation .nav-links {
  display: flex;
}
.navigation .nav-links .nav-title {
  padding: 12px 20px;
}
.navigation .nav-links .pagi-text {
  display: inline-block;
  padding: 12px 25px;
  color: rgb(53, 57, 66);
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-previous {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  transition: all 0.5s ease-in-out;
}
.navigation .nav-links .nav-previous a {
  display: flex;
  color: rgb(53, 57, 66);
}
.navigation .nav-links .nav-previous:hover {
  background: #f6f6f6;
}
.navigation .nav-links .nav-previous:hover .pagi-text {
  background: #0097eb;
  color: #ffffff;
}
.navigation .nav-links .nav-previous .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.navigation .nav-links .nav-previous .pagi-text {
  border-right: 1px solid #eeeeee;
  transition: all 0.5s ease-in-out;
}

.navigation .nav-links .nav-next {
  width: 50%;
  border: 1px solid #eeeeee;
  margin-right: 30px;
  margin-right: 0;
  text-align: right;
  transition: all 0.5s ease-in-out;
}
.navigation .nav-links .nav-next a {
  display: flex;
  color: rgb(53, 57, 66);
  justify-content: flex-end;
}
.navigation .nav-links .nav-next .pagi-text {
  display: flex;
  border-left: 1px solid #eeeeee;
}
.navigation .nav-links .nav-next:hover {
  background: #f6f6f6;
}
.navigation .nav-links .nav-next:hover .pagi-text {
  background: #0097eb;
  color: #ffffff;
}
.navigation .nav-links .nav-next .nav-title {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.blog-detail .blog-post .blog-post-category {
  display: inline-flex;
}

/* blockquote */
.blog-detail .blog-post .blog-post-content .blockquote {
  font-size: 16px;
  border-left: 10px solid #0097eb;
  padding-left: 30px;
  font-style: italic;
  display: block;
}

/* Popular-Tags */
.blog-detail .blog-post-tags li {
  padding: 6px 10px;
  border: 1px solid #eeeeee;
  transition: all 0.5s ease-in-out;
  border-radius: 3px;
}
.blog-detail .blog-post-tags li a {
  color: rgb(53, 57, 66);
}
.blog-detail .blog-post-tags li:hover {
  background: #0097eb;
  border: 1px solid #0097eb;
}
.blog-detail .blog-post-tags li:hover a {
  color: #ffffff;
}

/* share-box */
.share-box {
  position: relative;
  z-index: 99;
}
.share-box .share-box-social {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 50%;
  bottom: 100%;
  background: #0097eb;
  padding: 10px;
  transition: all 0.3s ease-in-out;
  border-radius: 3px;
  transform: translate(-50%, 0px);
  display: block;
  min-width: 150px;
}
.share-box .share-box-social li {
  display: inline-block;
  float: left;
}
.share-box .share-box-social li:last-child a {
  padding-right: 0;
}
.share-box .share-box-social li a {
  padding: 0 8px;
  color: #ffffff !important;
  font-size: 12px;
  display: block;
}
.share-box .share-box-social li a:hover {
  color: #001935 !important;
}
.share-box .share-box-social li a:hover i {
  color: #001935 !important;
  transition: all 0.3s ease-in-out;
}
.share-box .share-box-social li a i {
  color: #ffffff !important;
  transition: all 0.3s ease-in-out;
  padding-right: 5px;
}
.share-box .share-box-social li a i:last-child {
  padding-right: 0;
}
.share-box .share-box-social:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 6px 0 6px;
  border-color: #0097eb transparent transparent transparent;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -6px;
  z-index: 99;
  margin-left: -3px;
}
.share-box:hover .share-box-social {
  opacity: 1;
  visibility: visible;
  margin-bottom: 6px;
}

/* share-box-white-bg */
.share-box.share-dark-bg .share-box-social {
  background: #000000;
  box-shadow: 0px 34px 4px rgba(246, 246, 246, 0.04);
}
.share-box.share-dark-bg .share-box-social:before {
  border-color: #000000 transparent transparent transparent;
}
.share-box.share-dark-bg .share-box-social li a i {
  color: #ffffff !important;
}
.share-box.share-dark-bg .share-box-social li a:hover i {
  color: #0097eb !important;
  transition: all 0.3s ease-in-out;
}

.grid-blogs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: ". . .";
}
@media (max-width: 1199.98px) {
  .grid-blogs {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: ". . .";
  }
}
@media (max-width: 991.98px) {
  .grid-blogs {
    grid-template-columns: 2fr 2fr;
    grid-template-areas: ". .";
  }
}
@media (max-width: 767.98px) {
  .grid-blogs {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}

.image-wrap {
  max-height: 350px;
  display: flex;
  flex-direction: column;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
  border-radius: 8px;
  justify-content: center;
}
.image-wrap.image-wrap-xs {
  max-height: 160px;
}
.image-wrap.image-wrap-xl {
  max-height: 360px;
}

/*****************************
    Not found
*****************************/
.notfound-404 {
  height: 230px;
  position: relative;
  z-index: -1;
}
.notfound-404 h1 {
  font-size: 160px;
  margin: 0px;
  font-weight: 700;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: url("../images/bg/opps-404-bg-img.jpg") no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: cover;
  background-position: center;
}

/*****************************
	Footer
*****************************/
.footer {
  padding-top: 60px;
  color: #626262;
  box-shadow: 0px -1px 0.25rem rgba(0, 0, 0, 0.05);
  border-width: 0;
}
.footer ul {
  margin: 0;
}

.footer-shape {
  position: absolute;
  top: -100px;
}

.footer-top-logo img {
  height: 34px;
}

.footer .footer-link {
  margin-bottom: 15px;
}
.footer .footer-link:last-child {
  margin-bottom: 0px;
}
.footer .footer-link a {
  color: #626262;
  line-height: 18px;
}
.footer .footer-link a:hover {
  color: #0097eb;
}

.footer .footer-contact-info li {
  display: flex;
  padding-bottom: 15px;
}
.footer .footer-contact-info li i {
  line-height: 24px;
}
.footer .footer-contact-info li span {
  padding-left: 15px;
  align-self: top;
}
.footer .footer-contact-info.bg-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

.footer-bottom {
  padding: 25px 0px 25px;
  color: #fff;
  background-color: #001935;
}
.footer-bottom ul {
  display: flex;
  margin-bottom: 0;
}
.footer-bottom ul li {
  margin-right: 10px;
}
.footer-bottom ul li a {
  color: #fff;
  font-weight: 500;
}
.footer-bottom ul li a:hover {
  color: #0097eb;
}

.social ul li a {
  font-weight: 600;
}
.social ul li.facebook a {
  color: #094ecd;
}
.social ul li.twitter a {
  color: #25d1e0;
}
.social ul li.linkedin a {
  color: #0077b5;
}

.plan-col-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199.98px) {
  .plan-col-3 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 60%;
  }
}
@media (max-width: 991.98px) {
  .plan-col-3 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 80%;
  }
}
@media (max-width: 767.98px) {
  .plan-col-3 {
    grid-template-columns: repeat(1, 1fr);
    max-width: 100%;
  }
}

ul.plan-items {
  display: block;
  margin: 0;
  padding: 0;
}
ul.plan-items li.plan-item {
  list-style-type: none;
  position: relative;
  margin-bottom: 3px;
  font-size: 11px;
}
ul.plan-items li.plan-item::before {
  content: "\2714";
  color: #fff;
  background-color: #39dc56;
  border-radius: 25px;
  margin-right: 3px;
  text-align: center;
  padding: 1px 3px;
  font-size: 8px;
}

.plan-job-posting {
  background: linear-gradient(90deg, rgb(15, 27, 46), rgb(24, 45, 78), #16a3f2);
  background-size: 220% 120%;
  animation: AnimationName 5s ease-in infinite;
}
.plan-job-posting .plan-label {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 10;
  background: #fff;
  color: #03A9F4;
  padding: 3px 12px;
  border-radius: 1px;
  font-size: 12px;
}
.plan-job-posting .category-title {
  color: #fff;
}
.plan-job-posting .category-subtitle {
  color: #fff;
}
.plan-job-posting #plan-standard {
  transform: scaleY(0.95);
}
.plan-job-posting #plan-recruitment .card-header {
  background: #0190cf;
}
.plan-job-posting #plan-premium {
  transform: scaleY(1.025);
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
}
.plan-job-posting .card-header {
  background-color: #03a9f4;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 5px;
  position: relative;
  left: -3px;
  top: 2px;
}
.plan-job-posting .card-footer {
  border-top: none;
}
.plan-job-posting .cart-title {
  color: #fff;
}

.plan-recruitment-support {
  background: linear-gradient(34deg, #f2f4f4, #e0e0e0, #f2f4f4);
  background-size: 220% 120%;
}
.plan-recruitment-support .plan-label {
  position: absolute;
  top: -35px;
  right: 0;
  z-index: 10;
  background: #fff;
  color: #0598da;
  padding: 3px 12px;
  border-radius: 1px;
  font-size: 12px;
}
.plan-recruitment-support .card-header {
  background-color: #f2e590;
  padding-top: 35px;
  padding-bottom: 35px;
  border-radius: 5px;
  position: relative;
  left: -3px;
  top: 2px;
}
.plan-recruitment-support .card-footer {
  border-top: none;
}
.plan-recruitment-support .cart-title {
  color: #000;
}
.plan-recruitment-support .card:nth-child(3) {
  box-shadow: 2px 4px 15px rgba(0, 0, 0, 0.1);
}
.plan-recruitment-support .text-gold {
  color: #a99f5d;
}

/*****************************
	Login
*****************************/
.login-register fieldset {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  padding: 10px 20px;
}
.login-register legend {
  font-size: 13px;
  font-weight: 500;
  width: auto;
  padding: 0;
}
.login-register .nav-tabs .tab-icon {
  color: #000000;
}
.login-register .nav-tabs p {
  color: #000000;
}
.login-register .card-body {
  padding: 2rem;
}

/* Social Login */
.social-login ul {
  flex-wrap: wrap;
}
.social-login ul li {
  flex: 2;
  min-width: 49%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.social-login ul li a {
  padding: 15px 20px;
  display: block;
  color: #ffffff;
  border-radius: 3px;
}
.social-login ul li.facebook a {
  background: #466ca9;
}
.social-login ul li.twitter {
  margin-right: 0;
}
.social-login ul li.twitter a {
  background: #20b5e6;
}
.social-login ul li.google a {
  background: #d34836;
}
.social-login ul li.linkedin {
  margin-right: 0;
}
.social-login ul li.linkedin a {
  background: #13799f;
}

.nav-tabs-select-account .tab-icon {
  margin-left: 10px;
  margin-right: 10px;
}
.nav-tabs-select-account .tab-icon i {
  font-size: 36px;
  line-height: 24px;
  position: relative;
  top: 5px;
  color: #343a40;
}
.nav-tabs-select-account .nav-item {
  background-color: #fff;
}
.nav-tabs-select-account .nav-item .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 120px;
  border-width: 1px;
}
.nav-tabs-select-account .nav-item:hover {
  background: #fafafa;
  cursor: pointer;
}
.nav-tabs-select-account .nav-item:hover .nav-link {
  border-color: #0097eb;
}
.nav-tabs-select-account .nav-item:hover * {
  color: #0097eb;
}

.event-grid-item {
  display: block;
  width: 100%;
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
  transition: all 200ms ease-in-out;
}
.event-grid-item:hover {
  text-decoration: none;
  transition: all 200ms ease-in-out;
}
.event-grid-item:hover .card {
  box-shadow: 0 2px 2px #d8e2f3;
  transition: all 200ms ease-in-out;
}

.event-day {
  font-size: 30px;
  font-weight: bold;
  margin-right: 15px;
  margin-left: 15px;
  color: #0097eb;
  line-height: 50px;
}

.event-month {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  color: #001935;
}

.event-list-thumbnail {
  margin: 0;
  margin-right: 30px;
}

.event-time {
  display: block;
  color: #001935;
}

.event-body {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  background-position: center;
  background-size: cover;
  min-height: 240px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

.z-index-top {
  z-index: 99;
}

.event-bg-overflow {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.event-country-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  z-index: 5;
}

.flag-icon-xl {
  transform: scale(1.5);
  margin-right: 5px;
  position: relative;
  top: -4px;
}

.flag-icon-xxl {
  transform: scale(1.5);
  margin-right: 5px;
}

.event-location {
  color: #fff;
  font-size: 14px;
  background: rgba(3, 169, 244, 0.62);
  padding: 3px 5px;
  z-index: 5;
  color: #fff;
  border-radius: 5px;
}

.author {
  display: flex;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.author .author-avatar-wrap {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  border: solid;
  border-color: #fff;
  overflow: hidden;
  margin-right: 1rem;
}
.author .author-avatar-wrap .author-avatar {
  height: 100%;
}
.author .author-about {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.author .author-about .author-name {
  display: block;
  color: #343a40;
  font-size: 16px;
}
.author .author-about .author-role {
  display: block;
  font-weight: bold;
  color: #0097eb;
}

.border-radius-15 {
  border-radius: 15px;
}

.service {
  background-color: rgba(255, 255, 255, 0.9);
  min-height: 200px;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .service {
    flex-direction: column;
    text-align: center;
  }
}
.service.service-item-left {
  text-align: left;
}
@media (max-width: 767.98px) {
  .service.service-item-left {
    text-align: left;
  }
}
@media (max-width: 767.98px) {
  .service.service-item-right {
    text-align: left;
  }
}
.service .service-icon-wrap {
  display: block;
  width: 100%;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
}
@media (max-width: 767.98px) {
  .service .service-icon-wrap {
    width: 100px;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
}
.service .service-icon-wrap * {
  display: inline-block;
  height: 90px;
  font-size: 40px;
  line-height: 50px;
}
.service .service-title {
  font-size: 22px;
  line-height: 24px;
  display: block;
  color: #282f61;
  font-weight: bold;
}
.video-bg {
  background-color: #1b94b5;
  text-align: center;
  display: table;
}

.video-bg__video {
  display: inline-block;
  width: 100%;
  max-width: 960px;
  max-height: 330px;
  height: intrinsic;
  height: -moz-fit-content;
  height: fit-content;
}

.video-overlay-blue {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 115, 255, 0.3803921569);
}

@media (max-width: 991.98px) {
  .video-bg__video {
    width: 100%;
  }
}
.video-bg-jobs-hall-wrap {
  background-color: #1b94b5;
}

.video-bg-jobs-hall {
  text-align: center;
}

.video-bg-jobs-hall__video {
  display: inline-block;
  width: 100%;
  max-width: 960px;
}

@media (max-width: 991.98px) {
  .video-bg-jobs-hall__video {
    width: 100%;
  }
}
.brands .owl-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  flex-direction: column;
}
.brands .owl-carousel .item img {
  padding: 10px;
  display: inline-block;
  background: #ffffff;
  max-height: 60px;
  max-width: 100%;
  width: auto;
}
.brands .owl-carousel .owl-dots {
  margin-top: 0;
  margin-bottom: 0px;
}

.image-stand {
  width: 100%;
}

.video-bg {
  background-color: #f6f7f9;
  display: table;
}

@media (max-width: 991.98px) {
  .video-bg {
    max-height: 200px;
  }
}
.video-bg__video {
  border-radius: 4px;
  border: solid 1px #343a40;
}

@media (max-width: 767.98px) {
  .btn-virtual-fair {
    display: block;
    width: 100%;
    margin-bottom: 15px;
  }
}

.slide-text {
  margin-left: -15px;
  margin-right: -15px;
  white-space: nowrap;
  position: relative;
  left: 0;
  z-index: 500;
  overflow: hidden;
}

.slide-text span {
  display: inline-block;
  padding-left: 100%;
  animation: slide-left 10s linear infinite;
}

.employer-grid-outer:nth-child(1) .slide-text span {
  animation-delay: 500ms;
}

.employer-grid-outer:nth-child(2) .slide-text span {
  animation-delay: 1000ms;
}

.employer-grid-outer:nth-child(3) .slide-text span {
  animation-delay: 1500ms;
}

.employer-grid-outer:nth-child(4) .slide-text span {
  animation-delay: 2000ms;
}

.employer-grid-outer:nth-child(5) .slide-text span {
  animation-delay: 2500ms;
}

.employer-grid-outer:nth-child(6) .slide-text span {
  animation-delay: 3000ms;
}

.employer-grid-outer:nth-child(7) .slide-text span {
  animation-delay: 3500ms;
}

.employer-grid-outer:nth-child(8) .slide-text span {
  animation-delay: 4000ms;
}

.employer-grid-outer:nth-child(9) .slide-text span {
  animation-delay: 4500ms;
}

.employer-grid-outer:nth-child(10) .slide-text span {
  animation-delay: 5000ms;
}

.employer-grid-outer:nth-child(11) .slide-text span {
  animation-delay: 5500ms;
}

.employer-grid-outer:nth-child(12) .slide-text span {
  animation-delay: 6000ms;
}

.employer-grid-outer:nth-child(13) .slide-text span {
  animation-delay: 6500ms;
}

.employer-grid-outer:nth-child(14) .slide-text span {
  animation-delay: 7000ms;
}

.employer-grid-outer:nth-child(15) .slide-text span {
  animation-delay: 7500ms;
}

.employer-grid-outer:nth-child(16) .slide-text span {
  animation-delay: 8000ms;
}

.employer-grid-outer:nth-child(17) .slide-text span {
  animation-delay: 8500ms;
}

.employer-grid-outer:nth-child(18) .slide-text span {
  animation-delay: 9000ms;
}

.employer-grid-outer:nth-child(19) .slide-text span {
  animation-delay: 9500ms;
}

.employer-grid-outer:nth-child(20) .slide-text span {
  animation-delay: 10000ms;
}

.slide-element-root {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
  white-space: nowrap;
  position: relative;
  left: 0;
  z-index: 500;
  overflow: hidden;
}
.slide-element-root:before, .slide-element-root:after {
  content: "";
  position: absolute;
  width: 30px;
  top: 0;
  height: 100%;
  z-index: 1;
}
.slide-element-root:before {
  left: 0;
  background: linear-gradient(90deg, #ffffff, transparent);
}
.slide-element-root:after {
  right: 0;
  background: linear-gradient(270deg, #ffffff, transparent);
}
.slide-element-root .slide-element-slide {
  display: flex;
  flex-wrap: nowrap;
  padding-left: 0;
  animation: slide-left 15s linear infinite;
}
.slide-element-root:hover .slide-element-slide {
  animation-play-state: paused;
}
.slide-element-root .slide-element-image-root {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  width: 120px;
  height: 60px;
}
.slide-element-root .slide-element-image-root .slide-element-image {
  max-width: 80px;
  max-height: 25px;
}
.slide-element-root .slide-element-image-root:hover {
  border-top-color: #16a3f2;
  border-bottom-color: #16a3f2;
}

.countdown-title {
  display: block;
  margin: 0;
}

.countdown-row {
  display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 0 20px;
}

.countdown-column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: rgb(6, 0, 64);
  color: #fff;
  border-radius: 5px;
  text-align: center;
  line-height: 1;
}
.countdown-column .countdown-time {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}
.countdown-column .countdown-desc {
  font-size: 12px;
  color: #ccc;
}

.btn-enter-event {
  display: inline-block;
  padding: 0.75rem 1.25rem;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 0.15rem;
  transition: all 0.3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.btn-enter-event:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #16a3f2;
  border-radius: 6px;
  z-index: -2;
}
.btn-enter-event:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #0a75b2;
  transition: all 0.3s;
  border-radius: 6px;
  z-index: -1;
}
.btn-enter-event:hover {
  color: #fff;
  text-decoration: none;
}
.btn-enter-event:hover:before {
  width: 100%;
}

.companies-logo-grid {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
}
@media (max-width: 1199.98px) {
  .companies-logo-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (max-width: 991.98px) {
  .companies-logo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 991.98px) {
  .companies-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 575.98px) {
  .companies-logo-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.companies-logo-grid-item {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  background-color: #fff;
  padding: 10px;
  min-height: 90px;
}
@media (max-width: 1199.98px) {
  .companies-logo-grid-item {
    min-height: 100px;
  }
}
@media (max-width: 991.98px) {
  .companies-logo-grid-item {
    min-height: 100px;
  }
}
@media (max-width: 991.98px) {
  .companies-logo-grid-item {
    min-height: 100px;
  }
}
@media (max-width: 575.98px) {
  .companies-logo-grid-item {
    min-height: 120px;
  }
}
.companies-logo-grid-item:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.companies-logo-grid-item a {
  text-decoration: none;
}
.companies-logo-grid-item img {
  max-width: 100%;
  max-height: 50px;
  height: auto;
}

.vf-banner-ul li {
  list-style-image: url("../img/check.png");
  margin-left: 10px;
  font-size: 14px;
  line-height: 30px;
}
.vf-banner-ul li span {
  position: relative;
  top: -5px;
}

.vf-feature-step-bg {
  background: linear-gradient(-45deg, #01346b, #1a72d2, #1971d3, #064e9d);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}

.vf-feature-steps {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767.98px) {
  .vf-feature-steps {
    flex-direction: column;
    gap: 15px 0;
  }
}

.vf-feature-step {
  width: 100%;
}

.vf-icon-parent {
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 15px;
  color: #000;
  transition: all 0.3s ease-in-out;
  border: solid 2px rgba(255, 255, 255, 0.2);
}

.vf-icon {
  font-size: 40px;
}

.employer-column-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(10, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 767.98px) {
  .employer-column-container {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 10px;
  }
}

.employer-column {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 60px;
  padding: 10px 15px;
  border-radius: 6px;
}

.employer-logo-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 100px;
  width: 100px;
  height: 80%;
  padding-left: 10px;
  border-left: solid thin #eee;
}

.employer-logo {
  max-width: 80px;
  height: auto;
}

.vf-bg-animation-dark-light {
  background: linear-gradient(-45deg, #01346b, #0d4d93, #277ae0, #064e9d);
  background-size: 200% 400%;
  animation: gradient 15s ease infinite;
}

.grid-blogs-2n {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px 30px;
  grid-template-areas: ". .";
}
@media (max-width: 1199.98px) {
  .grid-blogs-2n {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". .";
  }
}
@media (max-width: 575.98px) {
  .grid-blogs-2n {
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }
}

.blog-post-content img {
  max-width: 100%;
}
@media (max-width: 767.98px) {
  .blog-post-content p {
    text-align: justify;
  }
}

.post-news img {
  max-width: 100%;
}

.card-post-new .card-title {
  font-size: 14px;
  line-height: 20px;
}
.card-post-new .card-title:hover {
  text-decoration: underline;
}
.card-post-new .card-text {
  color: #212529;
}
.card-post-new .image-wrap {
  transition: all 0.2s ease-in-out;
}
.card-post-new .image-wrap img {
  transition: all 0.2s ease-in-out;
}
.card-post-new .image-wrap:hover img {
  transform: scale(1.05);
}
.card-post-new .date {
  font-size: 14px;
}
.card-post-new .btn-read-more:hover {
  text-decoration: underline !important;
}

.book-a-stand .book-a-stand-grid {
  display: grid;
  grid-template-columns: 63% 37%;
  grid-template-rows: repeat(1, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
@media (max-width: 1199.98px) {
  .book-a-stand .book-a-stand-grid {
    grid-template-columns: 65% 35%;
  }
}
@media (max-width: 991.98px) {
  .book-a-stand .book-a-stand-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
.book-a-stand .form-wrap {
  border-radius: 3px;
  box-shadow: 0 8px 32px rgba(47, 60, 74, 0.01), 0 8px 16px rgba(47, 60, 74, 0.02);
}
.book-a-stand .list-services ul {
  display: block;
  margin: 0;
  padding: 0;
}
.book-a-stand .list-services ul li {
  line-height: 30px;
  list-style-type: none;
}
.book-a-stand .list-services ul li::before {
  content: "\2714";
  color: #53b427;
  padding-right: 5px;
  font-style: 30px;
}

.navbar {
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.03);
}

.loading-icon {
  display: none;
  position: fixed;
  background-size: 100px;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/icons/svg/spinner.svg");
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 2015;
  background-color: rgba(255, 255, 255, 0.5);
}
.loading-icon.active {
  display: block;
}

.has-errors .select2-selection,
.has-errors .tox-tinymce,
.has-errors .form-control {
  border-color: #dc3545;
}
.has-errors .validation-errors {
  color: #dc3545;
}

.breadcrumb .fa-chevron-right {
  position: relative;
  top: 4px;
  margin-right: 5px;
  color: #fff;
}

.btn-caption {
  margin-right: 10px;
  display: inline-block;
  float: left;
  border-radius: 4px;
  overflow: hidden;
  padding: 3px 14px;
  margin-bottom: 10px;
  float: left;
  display: inline-block;
}
@media (max-width: 767.98px) {
  .btn-caption {
    display: block;
    width: 100%;
    clear: both;
  }
}
.btn-caption:nth-last-child {
  margin-right: 0px;
}
.btn-caption.btn-sm {
  padding: 3px 14px;
}

.btn-custom-fb {
  display: inline-block;
  padding: 0;
  margin: 0;
  border-radius: 4px;
  background: #1877f2;
  float: left;
  margin-right: 10px;
}
@media (max-width: 767.98px) {
  .btn-custom-fb {
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
    clear: both;
  }
}

.post-meta {
  background: #0097eb;
  color: #fff;
  border-radius: 4px;
}
.post-meta .fa,
.post-meta .fab,
.post-meta .fas {
  color: #fff;
  font-size: 1rem;
}

.dropdown-filter .dropdown-menu {
  border-color: #fafafa;
  box-shadow: 0 5px 9px rgba(34, 77, 137, 0.08), 0 5px 9px rgba(119, 131, 143, 0.08);
}
@media (max-width: 991.98px) {
  .dropdown-filter .dropdown-menu {
    width: 100%;
  }
}
.dropdown-filter .dropdown-menu .dropdown-footer {
  margin: 0.5rem 1rem;
}
.dropdown-filter .dropdown-menu .dropdown-body {
  max-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-top: 10px;
}
.dropdown-filter .dropdown-menu .dropdown-body::-webkit-scrollbar {
  width: 10px;
}
.dropdown-filter .dropdown-menu .dropdown-body::-webkit-scrollbar-track {
  background-color: #fafafa;
}
.dropdown-filter .dropdown-menu .dropdown-body::-webkit-scrollbar-thumb {
  background-color: #b0b0b0;
}
.dropdown-filter .dropdown-menu .dropdown-item {
  min-width: 320px;
  max-width: 320px;
  padding: 0;
}
@media (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu .dropdown-item {
    max-width: 100%;
    min-width: 100%;
  }
}
.dropdown-filter .dropdown-menu .custom-control {
  padding-top: 3px;
  padding-bottom: 3px;
}
.dropdown-filter .dropdown-menu .custom-checkbox {
  margin-left: 25px;
  margin-right: 25px;
}
.dropdown-filter .dropdown-menu .custom-control-label {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .dropdown-filter .dropdown-menu .custom-control-label {
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.dropdown-filter .dropdown-menu .form-control {
  font-weight: 400;
  border: 0;
  border-bottom: solid thin #ddd;
  border-radius: 0;
}
.dropdown-filter .btn.btn-light {
  background-color: #fff;
}

.alert-loading {
  display: block;
  width: 100%;
  color: #192265;
  background-color: rgba(231, 237, 239, 0.94);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.alert-succeed {
  display: block;
  width: 100%;
  color: #1b8132;
  background-color: rgba(27, 129, 50, 0.13);
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.border-danger {
  border: solid thin #ec0505 !important;
}

.form-control.invalid-feedback,
.select2-selection.invalid-feedback,
.tox-tinymce.invalid-feedback {
  border-color: #dc3545;
}

/*****************************
	Responsive
*****************************/
@media (max-width: 1340px) {
  .banner-shape {
    bottom: -30px;
  }
  #slider .slider-content h1 {
    font-size: 60px;
  }
  .slider-category {
    margin-top: -60px;
  }
  .header .navbar .dropdown-menu a.dropdown-item {
    min-width: 150px;
  }
  .job-search-item input.location-input {
    padding-right: 105px;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 8px;
  }
}
@media (max-width: 1199px) {
  .header.header-transparent + .banner {
    padding: 240px 0 155px 0;
  }
  .footer .btn.btn-app {
    padding: 12px 20px;
  }
  /* nav-tabs */
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 10px;
    padding: 12px 14px 18px;
  }
  .nav-tabs .nav-item .nav-link {
    margin-right: 10px;
    padding: 10px 25px;
  }
  .header .navbar .dropdown-menu .dropdown-submenu .dropdown-menu {
    left: auto;
    right: 100%;
  }
  /* countdown */
  .countdown span {
    font-size: 60px;
    line-height: 60px;
  }
  .countdown-small.countdown span {
    font-size: 40px;
    line-height: 40px;
  }
  #slider .slider-content h1 {
    font-size: 48px;
  }
  /* index slider */
  .slider-category {
    margin-top: -40px;
  }
  /* job-search-item */
  .job-search-item .btn {
    padding: 18px 15px;
  }
  /* secondary-menu */
  .secondary-menu ul {
    flex-wrap: wrap;
  }
}
@media (max-width: 1199.98px) {
  h1 {
    font-size: 34px;
  }
  .space-ptb {
    padding: 60px 0;
  }
  .space-pt {
    padding-top: 60px;
  }
  .space-pb {
    padding-bottom: 60px;
  }
  .container-fluid {
    padding: 0 25px;
  }
  /* Header */
  .header-transparent .navbar .navbar-nav .nav-link {
    color: #001935;
  }
  .header-transparent {
    position: relative;
    background: #001935;
  }
  .header-transparent.style-2 {
    background: #ffffff;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
  }
  .navbar .navbar-nav .nav-link {
    padding: 10px 20px;
  }
  .header .is-sticky .add-listing {
    display: none;
  }
  /* Toggle Menu */
  #nav-icon4 {
    width: 28px;
    height: 28px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }
  #nav-icon4:focus {
    outline: none !important;
  }
  #nav-icon4 span {
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #000;
    border-radius: 9px;
    opacity: 1;
    right: 0;
    transform: rotate(0deg);
    transition: 0.25s ease-in-out;
  }
  #nav-icon4 span:nth-child(1) {
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(2) {
    transform-origin: left center;
  }
  #nav-icon4 span:nth-child(3) {
    transform-origin: left center;
  }
  #nav-icon4.open span:nth-child(1) {
    transform: rotate(45deg);
    top: 12px;
    left: 0;
  }
  #nav-icon4.open span:nth-child(2) {
    width: 0;
    opacity: 0;
  }
  #nav-icon4.open span:nth-child(3) {
    transform: rotate(-45deg);
    top: 32px;
    left: 0;
  }
  /* banner */
  .header.header-transparent + .banner {
    padding: 100px 0 100px 0;
  }
  .banner {
    padding: 100px 0;
  }
  .job-search-item .btn {
    margin-top: 0;
  }
  .banner-shape {
    display: none;
  }
  /* blog */
  .blog-post .blog-post-details {
    padding: 25px 20px 20px;
  }
  .blog-post .blog-post-footer {
    padding: 25px 10px;
  }
  .blog-detail .blog-post .blog-post-footer {
    padding: 15px 0px;
  }
  .blog-detail .blog-post .blog-post-footer .blog-post-time {
    margin: 0 0px;
  }
  .secondary-menu ul li a {
    padding: 1px 10px;
  }
  /* share-box */
  .share-box .share-box-social {
    width: 165px;
  }
  .share-box .share-box-social li a {
    padding: 0 7px;
  }
  .widget .company-detail-meta .share-box .share-box-social {
    width: 145px;
  }
  /* footer */
  .footer {
    padding-top: 50px;
  }
  .footer-shape {
    display: none;
  }
  .footer-bottom {
    padding: 24px 0px;
  }
  .footer-top-logo img {
    height: 30px;
  }
  /* owl-nav */
  .owl-nav-top-center .owl-nav .owl-prev {
    left: 35%;
  }
  .owl-nav-top-center .owl-nav .owl-next {
    right: 35%;
  }
  .owl-nav-bottom-center .owl-nav .owl-prev {
    right: 60%;
  }
  .owl-nav-bottom-center .owl-nav .owl-next {
    left: 60%;
  }
  #slider .slider-content h1 {
    font-size: 34px;
  }
  #slider .slider-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  #slider .slider-content a.btn-link {
    padding: 0;
  }
  /* sidebar */
  .sidebar {
    margin-bottom: 40px;
  }
  .widget .company-detail-meta {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  /* 404 */
  .notfound-404 {
    height: 160px;
  }
  .notfound-404 h1 {
    font-size: 110px;
  }
  /* mfp-close */
  .mfp-image-holder .mfp-close {
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    top: 10px;
    padding-right: 5px;
  }
  img.mfp-img {
    padding: 0;
  }
  /* secondary-menu */
  .sticky-top.secondary-menu-sticky-top {
    position: inherit;
    z-index: 9;
  }
  /* Popup */
  .social-login ul li a {
    padding: 15px;
  }
  .job-filter-tag {
    justify-content: flex-start;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
  h2 {
    font-size: 24px;
    line-height: 34px;
  }
  h3 {
    font-size: 22px;
  }
  h4 {
    font-size: 20px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 17px;
  }
  .space-ptb {
    padding: 50px 0;
  }
  .space-pt {
    padding-top: 50px;
  }
  .space-pb {
    padding-bottom: 50px;
  }
  .container {
    max-width: 100%;
  }
  .container-fluid {
    padding: 0 30px;
  }
  .section-title {
    margin-bottom: 30px;
  }
  .section-title p {
    margin-top: 20px;
  }
  .section-title-02 {
    margin-bottom: 30px;
  }
  .bg-holder-pattern {
    background-image: inherit !important;
  }
  .step-number {
    margin-bottom: 10px;
  }
  .step-number span:after {
    content: none;
  }
  .lead {
    font-size: 16px;
  }
  /* header-inner */
  .header-inner {
    padding: 50px 0;
  }
  .header-inner.header-inner-big {
    padding: 50px 0;
  }
  /* blog */
  .blog-post-quote .blockquote {
    padding: 20px 20px 0px 20px;
  }
  .progress {
    position: relative;
    overflow: inherit;
    height: 3px;
    margin: 40px 0px 20px;
  }
  .secondary-menu {
    padding: 10px 10px 0px 10px;
  }
  .secondary-menu ul li a {
    padding: 1px 8px;
  }
  .secondary-menu ul {
    flex-wrap: wrap;
  }
  .blog-sidebar .widget {
    margin-bottom: 30px;
  }
  .banner-bg-slider-content .job-search-item .form-group {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .banner-bg-slider-content .job-search-item input {
    padding-left: 20px;
    flex: 0 0 65%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  /* category */
  .category-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .category-item:nth-child(1n+3) {
    border-top: 1px solid #f6f6f6;
  }
  .category-item:nth-child(2n+0) {
    border-right: 0;
  }
  .social-login ul li {
    min-width: 100%;
  }
  .login-register .form-control {
    height: 40px;
  }
  .pagination {
    margin-bottom: 0;
  }
  .pagination .page-item {
    margin: 0;
  }
  /* job-list */
  .job-list {
    padding: 24px 20px;
  }
  /* employers-list */
  .employers-list {
    display: inline-block;
    text-align: center;
    width: 100%;
  }
  .employers-list .employers-list-logo {
    margin: 0 0 25px 0;
    display: inline-block;
  }
  .employers-list .employers-list-details {
    text-align: center;
    margin-bottom: 15px;
  }
  .employers-list .employers-list-title {
    margin-bottom: 10px;
  }
  .employers-list ul {
    justify-content: center;
  }
  .testimonial-content p {
    font-size: 16px;
  }
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 0px;
    padding: 12px 13px 10px;
  }
  .tab-pane .border-right {
    border: none !important;
  }
  .browse-job {
    display: block !important;
    text-align: center;
  }
  .style-01 ul {
    margin: 20px 0px;
  }
  .job-found {
    margin-bottom: 30px;
    justify-content: center;
  }
  #slider .slider-content h1 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #slider .slider-content h2 {
    font-size: 16px;
  }
  #slider .slider-content h6 {
    line-height: 18px;
    font-size: 14px;
  }
  /* feature-content */
  .feature-content {
    padding: 40px 20px;
  }
  .feature-info-03 {
    margin-bottom: 30px;
  }
  /* Banner */
  .search input {
    height: 60px;
  }
  .search a {
    padding: 14px 12px;
  }
  /* index slider */
  .slider-category {
    margin-top: 60px;
  }
  .companies-counter {
    flex: 0 0 120px;
  }
  .slider-banner .carousel-control-next,
  .slider-banner .carousel-control-prev {
    display: none;
  }
  /* nav-tabs */
  .blog-sidebar .widget .newsletter .newsletter-bg-icon i {
    right: 0;
  }
  .job-tag li {
    margin-left: 0;
    margin-right: 10px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 26px;
  }
  .space-ptb {
    padding: 40px 0;
  }
  .space-pt {
    padding-top: 40px;
  }
  .space-pb {
    padding-bottom: 40px;
  }
  .lead {
    font-size: 14px;
  }
  .banner {
    padding: 60px 0;
  }
  .job-search-item input.location-input {
    padding-right: 40px;
  }
  .job-search-item .left-icon .detect:after {
    left: -27px;
    top: -20px;
  }
  .header.header-transparent + .banner {
    padding: 80px 0px 80px 0px;
  }
  .agency-logo {
    display: none;
  }
  .container-fluid {
    padding: 0 15px;
  }
  .job-search-item .btn {
    padding: 14px 15px;
  }
  .job-search-item input {
    height: 50px;
  }
  .search input {
    height: 50px;
  }
  .search a {
    padding: 8px 12px;
  }
  .job-search-field .select2-container--default .select2-selection--single {
    height: 50px;
    padding: 15px 20px;
  }
  .job-search-field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 18px;
  }
  /* feature-info */
  .feature-info-02,
  .feature-info-04 {
    display: block;
  }
  .job-img-01 {
    padding-right: 0;
  }
  .job-img-02 {
    margin-top: 20px;
  }
  .popup-icon i {
    left: 50%;
  }
  .feature-info-rounded.text-left {
    display: block;
  }
  .feature-info-rounded.text-left .feature-info-icon {
    margin-bottom: 20px;
  }
  .job-found h6 {
    font-size: 14px;
  }
  /* blog */
  .blog-post-footer .blog-post-time,
  .blog-post-footer .blog-post-author,
  .blog-post-footer .blog-post-comment,
  .blog-post-footer .blog-post-share {
    display: inline-block;
  }
  .blog-post .blog-post-details .blog-post-description {
    margin: 15px 0px;
  }
  .blog-detail .blog-post .blog-post-content .blockquote {
    font-size: 14px;
    padding-left: 20px;
  }
  .blog-post .blog-post-footer .blog-post-time,
  .blog-post-author,
  .blog-post-time,
  .blog-detail .blog-post-comment,
  .blog-post-share {
    margin: 0 5px;
  }
  .navigation .nav-links {
    display: block;
  }
  .navigation .nav-links .nav-previous {
    width: 100%;
  }
  .navigation .nav-links .nav-next {
    width: 100%;
    margin-top: 5px;
  }
  .megamenu .agency-logo .job-list {
    margin-bottom: 10px;
  }
  .megamenu .agency-logo .job-list .job-list-logo {
    margin-bottom: 0;
  }
  .blog-detail .blog-post-tags {
    display: block !important;
  }
  .candidate-banner .candidate-list .candidate-list-details {
    border-bottom: none;
  }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
    padding: 5px 0 0 50px;
  }
  .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    display: none;
  }
  /* countdown */
  .countdown {
    margin: 0px 10px;
  }
  .countdown span {
    font-size: 24px;
    line-height: 24px;
  }
  .countdown p {
    font-size: 14px;
  }
  .countdown-small.countdown span {
    font-size: 20px;
    line-height: 20px;
  }
  /* companies-counter */
  .companies-counter {
    text-align: center;
    border: none !important;
  }
  .companies-info {
    padding-right: 0;
  }
  .companies-counter .counter {
    width: 48%;
    padding: 15px !important;
  }
  /* footer */
  .footer {
    padding-top: 40px;
  }
  .footer .btn-app {
    display: flex;
  }
  .btn-app {
    display: inline-flex;
  }
  /* nav-tabs */
  .nav-tabs .nav-item .nav-link {
    padding: 6px 8px !important;
    margin-right: 2px;
  }
  .job-shortby {
    margin-top: 20px;
  }
  .job-shortby .filter-btn {
    margin-top: 30px;
  }
  .nav-tabs.nav-tabs-border .nav-item {
    margin-right: 0 !important;
    width: 100%;
    flex: inherit;
  }
  .nav-tabs.nav-tabs-border .nav-item .nav-link {
    padding: 20px 15px !important;
  }
  .nav-tabs.nav-tabs-border .tab-icon {
    font-size: 24px;
    line-height: 24px;
  }
  .pagination {
    padding: 5px 8px;
  }
  .pagination .page-item .page-link {
    padding: 8px 10px;
  }
  .filter-btn .btn {
    padding: 12px 25px;
  }
  .social-login ul li a {
    padding: 10px;
  }
  .job-list {
    display: inline-block;
    text-align: center;
    width: 100%;
    border-bottom: 0;
    padding: 20px 15px;
  }
  .job-list .job-list-logo {
    margin: auto;
    margin-bottom: 30px;
    text-align: center;
    margin: 0 auto 20px;
    border: 0;
    width: 200px;
    height: 50px;
    flex: 0 0 120px;
  }
  .job-list .job-list-logo img {
    max-width: 100%;
    max-height: 50px;
  }
  .job-list .job-list-details {
    text-align: center;
  }
  .similar-jobs-item.widget-box {
    padding-top: 30px;
  }
  .similar-jobs-item .job-list .job-list-details {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .job-list.job-grid .job-list-details {
    border-bottom: 0;
  }
  .job-list .job-list-details .job-list-title {
    margin-bottom: 10px;
  }
  .job-list ul,
  .job-list.job-list-company ul {
    justify-content: center;
  }
  .job-list .job-list-favourite-time {
    display: flex;
    align-items: center;
  }
  .job-list .job-list-favourite-time span {
    display: inline-block;
    margin: 0;
    align-self: center;
  }
  .job-list .job-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto;
  }
  .job-list.job-list-company .job-list-favourite-time a {
    margin: 0 auto;
  }
  .employers-grid .employers-list-details {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  /* candidate-list */
  .candidate-list {
    padding: 20px 20px;
  }
  .candidate-list .candidate-list-image {
    margin: 0 0 25px 0;
    display: inline-block;
  }
  .candidate-list.candidate-grid .candidate-list-image {
    margin-bottom: 30px;
    margin-right: 0;
  }
  .candidate-list .round-img-wrap {
    display: none;
  }
  .candidate-list.candidate-grid .candidate-list-details {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .candidate-list .candidate-list-details .candidate-list-title {
    margin-bottom: 10px;
  }
  .candidate-list ul {
    justify-content: center;
  }
  .candidate-list .flag-icon-xxl {
    font-size: 18px !important;
  }
  .candidate-list .candidate-list-favourite-time a {
    margin-bottom: 0;
    margin-left: auto;
  }
  .candidate-list .candidate-list-favourite-time span {
    display: inline-block;
    margin: 0;
    align-self: center;
  }
  .candidate-list .candidate-list-favourite-time .candidate-list-favourite {
    margin-bottom: 0;
  }
  /* candidate-detail */
  .candidate-banner {
    padding: 60px 0;
  }
  .candidate-banner .candidate-list {
    padding: 0;
    border-bottom: inherit;
  }
  .candidate-banner .candidate-list:hover {
    box-shadow: none;
    border-bottom: inherit;
  }
  /*secondary-menu */
  .secondary-menu {
    margin-bottom: 48px;
  }
  .secondary-menu ul {
    padding: 0;
    display: flex;
    margin: 0;
  }
  .secondary-menu ul li {
    list-style: none;
    padding-right: 10px;
  }
  .secondary-menu ul li a {
    display: block;
    color: rgb(53, 57, 66);
    font-weight: 600;
    text-transform: capitalize;
    padding: 1px 15px;
    border-radius: 3px;
  }
  .secondary-menu ul li a:hover,
  .secondary-menu ul li a.active {
    color: #ffffff;
    background: #0097eb;
  }
  /*jobber timeline */
  .jobber-candidate-detail .jobber-candidate-timeline {
    position: relative;
  }
  .jobber-candidate-detail .jobber-candidate-timeline:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 2px;
    top: 5px;
    bottom: 5px;
    height: calc(100% - 5px);
    background-color: #eeeeee;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item {
    display: table;
    position: relative;
    margin-bottom: 20px;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle:before {
    content: "";
    position: absolute;
    left: 12px;
    width: 20px;
    top: -1px;
    bottom: 5px;
    height: 2px;
    background-color: #eeeeee;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle {
    border-radius: 50%;
    border: 12px solid white;
    z-index: 1;
    top: 5px;
    left: 9px;
    position: absolute;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-cricle > i {
    font-size: 15px;
    top: -8px;
    left: -7px;
    position: absolute;
    color: #0097eb;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info {
    display: table-cell;
    vertical-align: top;
    padding: 5px 0 0 70px;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info h6 {
    color: #0097eb;
    margin: 5px 0 0px;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-item .jobber-timeline-info span {
    color: #001935;
    font-size: 13px;
    font-weight: 500;
  }
  .jobber-candidate-detail .jobber-candidate-timeline span.jobber-timeline-time {
    color: rgb(53, 57, 66) !important;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon i {
    font-size: 16px;
    color: #001935;
  }
  .jobber-candidate-detail .jobber-candidate-timeline .jobber-timeline-icon {
    border: 2px solid #eeeeee;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    line-height: 42px;
    text-align: center;
    background: #ffffff;
    position: relative;
    margin-bottom: 20px;
  }
  /* sidebar */
  .sidebar .widget {
    padding-bottom: 20px;
  }
  .sidebar hr {
    margin-bottom: 20px;
  }
  .widget .company-detail-meta ul li {
    margin-right: 8px;
  }
  .widget .company-detail-meta ul li.linkedin a {
    padding: 10px 10px;
  }
  /* nav-tabs */
  .nav-tabs.nav-tabs-02 .nav-item .nav-link {
    margin: 0px 0px;
    padding: 12px 12px 18px !important;
  }
  .nav-tabs.nav-tabs-03 li {
    margin-bottom: 20px;
  }
  .nav-tabs.nav-tabs-03 li:after {
    border: none;
  }
  .owl-nav-top-center .owl-nav .owl-prev {
    left: 30%;
    top: 30px;
  }
  .owl-nav-top-center .owl-nav .owl-next {
    right: 30%;
    top: 30px;
  }
  .testimonial-content p {
    font-size: 14px;
  }
  .testimonial-item-02 .quotes {
    top: 35px;
    left: 30px;
  }
  .testimonial-center .testimonial-item-02 .testimonial-content {
    padding: 20px 30px 20px;
  }
  .owl-nav-top-center .owl-nav .owl-prev,
  .owl-nav-top-center .owl-nav .owl-next {
    display: none;
  }
  .owl-nav-bottom-center .owl-nav .owl-prev,
  .owl-nav-bottom-center .owl-nav .owl-next {
    display: none;
  }
  .blog-post .blog-post-footer {
    display: block;
  }
  .property-item-map-price span {
    display: block;
    margin-top: 2px;
  }
  /* dashboard */
  .dashboard-resume-title {
    flex-wrap: wrap;
    display: block !important;
  }
  #slider .slider-content a.btn-link {
    display: none;
  }
  .candidates-skills {
    display: inline-block;
  }
  .slider-category {
    margin-top: 30px;
  }
  /* 404 */
  .notfound-404 {
    height: 130px;
  }
  .notfound-404 h1 {
    font-size: 90px;
  }
}
@media (max-width: 479px) {
  .slider-banner .carousel-item {
    height: 170px;
  }
  .slider-banner .carousel-item img {
    height: 100%;
  }
}
@media (max-width: 370px) {
  .bootstrap-datetimepicker-widget {
    width: 250px !important;
  }
}
@media (min-width: 1200px) {
  .border-xl-top-0 {
    border-top: 0 !important;
  }
  .border-xl-right-0 {
    border-right: 0 !important;
  }
  .border-xl-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-xl-left-0 {
    border-left: 0 !important;
  }
  .border-xl-top {
    border-top: 1px solid #eeeeee !important;
  }
  .border-xl-right {
    border-right: 1px solid #eeeeee !important;
  }
  .border-xl-bottom {
    border-bottom: 1px solid #eeeeee !important;
  }
  .border-xl-left {
    border-left: 1px solid #eeeeee !important;
  }
}
@media (min-width: 992px) {
  .border-lg-top-0 {
    border-top: 0 !important;
  }
  .border-lg-right-0 {
    border-right: 0 !important;
  }
  .border-lg-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-lg-left-0 {
    border-left: 0 !important;
  }
  .border-lg-top {
    border-top: 1px solid #eeeeee !important;
  }
  .border-lg-right {
    border-right: 1px solid #eeeeee !important;
  }
  .border-lg-bottom {
    border-bottom: 1px solid #eeeeee !important;
  }
  .border-lg-left {
    border-left: 1px solid #eeeeee !important;
  }
}
@media (min-width: 768px) {
  .border-md-top-0 {
    border-top: 0 !important;
  }
  .border-md-right-0 {
    border-right: 0 !important;
  }
  .border-md-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-md-left-0 {
    border-left: 0 !important;
  }
  .border-md-top {
    border-top: 1px solid #eeeeee !important;
  }
  .border-md-right {
    border-right: 1px solid #eeeeee !important;
  }
  .border-md-bottom {
    border-bottom: 1px solid #eeeeee !important;
  }
  .border-md-left {
    border-left: 1px solid #eeeeee !important;
  }
}
@media (min-width: 576px) {
  .border-sm-top-0 {
    border-top: 0 !important;
  }
  .border-sm-right-0 {
    border-right: 0 !important;
  }
  .border-sm-bottom-0 {
    border-bottom: 0 !important;
  }
  .border-sm-left-0 {
    border-left: 0 !important;
  }
  .border-sm-top {
    border-top: 1px solid #eeeeee !important;
  }
  .border-sm-right {
    border-right: 1px solid #eeeeee !important;
  }
  .border-sm-bottom {
    border-bottom: 1px solid #eeeeee !important;
  }
  .border-sm-left {
    border-left: 1px solid #eeeeee !important;
  }
}
.alert-success,
.alert-info,
.alert-danger,
.alert-warning {
  color: #fff;
}

.invalid-feedback {
  display: block;
}

.modal.show {
  background-color: rgba(0, 0, 0, 0.3);
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
}

.select2-container--default .select2-selection--single {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 40px;
  padding: 8px 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  font-weight: 400;
}

.card {
  border-radius: 0.375rem;
  box-shadow: 0 8px 32px rgba(47, 60, 74, 0.01), 0 8px 16px rgba(47, 60, 74, 0.02);
  border-width: 0;
}

.owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding-right: 15px;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 1.5rem;
  border: 0;
  outline: 0;
}
.owl-nav .owl-prev span,
.owl-nav .owl-next span {
  display: inline-block;
  height: 1rem;
  width: 2rem;
  font-size: 2rem;
}
.owl-nav .owl-prev span:hover,
.owl-nav .owl-next span:hover {
  color: #0097eb;
}
.owl-carousel .owl-item .job-list-logo-img {
  width: auto !important;
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
  color: #666;
  background-color: #fff;
  border-color: #ced4da;
}

.bootstrap-select .dropdown-toggle.btn-light,
.bootstrap-select .dropdown-toggle {
  background: #fff;
  border: solid thin #dae0e5;
}

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

.btn-sm-social {
  padding: 0.175rem 0.5rem;
}

.loading {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 150ms ease-in-out;
  opacity: 0;
  animation: fadeIn linear 250ms;
  -webkit-animation: fadeIn linear 250ms;
  -moz-animation: fadeIn linear 250ms;
  -o-animation: fadeIn linear 250ms;
  -ms-animation: fadeIn linear 250ms;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #0072b0;
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1 ;
}

.animate__animated {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

.animate__animated.animate__infinite {
  animation-iteration-count: infinite;
}

.animate__animated.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}

.animate__animated.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}

.animate__animated.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}

.animate__animated.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}

.animate__animated.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}

.animate__animated.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}

.animate__animated.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}

.animate__animated.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}

.animate__animated.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}

.animate__animated.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}

.animate__animated.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}

.animate__animated.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out] {
    opacity: 0;
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__animated.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInRightText {
  0% {
    transform: translate3d(100px, 0, 0);
    opacity: 0;
    visibility: visible;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__slideInRightText {
  animation-name: slideInRight;
  animation: slideInRightText;
  animation-duration: 1200ms;
}

.animate__slideInRightText:nth-child(n+1) {
  animation-delay: 50ms;
}

.animate__slideInRightText:nth-child(n+2) {
  animation-delay: 100ms;
}

.animate__slideInRightText:nth-child(n+3) {
  animation-delay: 150ms;
}

.animate__slideInRightText:nth-child(n+4) {
  animation-delay: 200ms;
}

.animate__slideInRightText:nth-child(n+5) {
  animation-delay: 250ms;
}

.animate__slideInRightText:nth-child(n+6) {
  animation-delay: 300ms;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}