@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,700");

#contact-section a {
  color: #ca030a !important;
}
.sitename {
  color: #ca030a;
  font-weight: 800;
}

.btn {
  transition: all 0.3s ease;
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
}

.job-card {
  transition: all 0.3s ease;
}

.job-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.fade-in {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.6s ease;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%;
  top: 0;
  position: sticky;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  min-height: 65px;
  padding: 2% 0;
  margin-top: 0 !important;
}
.site-navbar .container-fluid {
  padding-left: 7rem;
  padding-right: 7rem;
}
@media (max-width: 1199.98px) {
  .site-navbar .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.site-navbar .site-logo {
  position: absolute;
  left: 0%;
}
@media (max-width: 768px) {
  .top-logo {
    margin-left: 10px;
  }
  .site-navbar .site-logo {
    position: relative;
    left: auto;
  }
  .has-arrow {
    display: none;
  }
  .sitename {
    display: none;
  }
  .hero h1 {
    font-size: 30px;
  }
}
.site-navbar .site-logo a {
  color: #fff;
  font-size: 1.5rem;
  letter-spacing: 0.2rem;
  text-transform: uppercase;
}
.site-navbar .site-logo a:hover {
  text-decoration: none;
}
.site-navbar .site-burger-menu,
.site-navbar .right-cta-menu {
  position: absolute;
  right: 5%;
}
@media (max-width: 767.98px) {
  .site-navbar .site-burger-menu,
  .site-navbar .right-cta-menu {
    position: relative;
    right: auto;
  }
}
.site-navbar .site-menu-toggle {
  color: #ca030a;
  line-height: 0;
  font-size: 2.5rem;
  position: relative;
}
@media (max-width: 767.98px) {
  .site-navbar .site-menu-toggle {
    margin-left: 5px;
  }
}
.site-navbar .site-navigation {
  position: absolute;
  left: 45%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5;
}
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}
.site-navbar .site-navigation .site-menu .active {
  color: #000;
  display: inline-block;
  padding: 5px 20px;
}
.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
.site-navbar .site-navigation .site-menu > li {
  display: inline-block;
}
.site-navbar .site-navigation .site-menu > li > a {
  padding: 20px 15px !important;
  color: rgba(0, 0, 0, 0.5);
  display: inline-block;
  text-decoration: none !important;
}
.site-navbar .site-navigation .site-menu > li > a:hover {
  color: #000;
}
.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}
.site-navbar .site-navigation .site-menu .has-children > a {
  position: relative;
  padding-right: 20px;
}
.site-navbar .site-navigation .site-menu .has-children > a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #ca030a;
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.2);
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown.arrow-top {
  position: absolute;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  bottom: 100%;
  left: 20%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown.arrow-top:before {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown li {
  line-height: 1.4;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown a.active {
  background: #ebeef0;
  color: #ca030a;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
  padding: 9px 20px;
  display: block;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li
  > a:hover {
  background: #ebeef0;
  color: #212529;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a:before {
  content: "\e315";
  right: 20px;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > a.active {
  background: #ebeef0;
  color: #ca030a;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > .dropdown,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children
  > ul {
  left: 100%;
  top: 0;
}
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:hover
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:active
  > a,
.site-navbar
  .site-navigation
  .site-menu
  .has-children
  .dropdown
  > li.has-children:focus
  > a {
  background: #ebeef0;
  color: #212529;
}
.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}
.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a {
  color: black;
  position: relative;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:after {
  height: 2px;
  background: #000;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active {
  color: #ca030a;
  position: relative;
}
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a:hover:after,
.site-navbar .site-navigation .site-menu.site-menu-dark > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  -o-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
}
.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}
.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #dee2e6;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
  float: left;
  margin-top: 10px;
  margin-left: 0px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
  display: inline-block;
  text-transform: uppercase;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
  max-width: 70px;
}
.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
  text-decoration: none;
}
.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}
.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}
.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}
.site-mobile-menu .site-nav-wrap a:hover {
  color: #ca030a;
  text-decoration: none;
}
.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}
.site-mobile-menu .site-nav-wrap li .active {
  color: #000;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.site-mobile-menu .site-nav-wrap > li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}
.site-mobile-menu .site-nav-wrap > li > a {
  padding-left: 20px;
  font-size: 20px;
}
.site-mobile-menu .site-nav-wrap > li > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.site-mobile-menu .site-nav-wrap > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > a {
  padding-left: 40px;
  font-size: 16px;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
  padding: 0;
  margin: 0;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
  display: block;
}
.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
  font-size: 16px;
  padding-left: 60px;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] {
  float: left;
  width: 100%;
  margin-top: 30px;
  padding-bottom: 5em;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li {
  width: auto;
}
.site-mobile-menu .site-nav-wrap[data-class="social"] > li:first-child a {
  padding-left: 15px !important;
}

.sticky-wrapper {
  position: absolute;
  z-index: 100;
  width: 100%;
}
.sticky-wrapper + .site-blocks-cover {
  margin-top: 96px;
}
.sticky-wrapper .site-menu-toggle {
  color: #000;
}
@media (max-width: 991.98px) {
  .sticky-wrapper .site-menu-toggle {
    color: #fff;
  }
}
.sticky-wrapper .site-navbar {
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-menu > li {
  display: inline-block;
}
.sticky-wrapper .site-navbar .site-menu > li > a {
  position: relative;
}
.sticky-wrapper .site-navbar .site-menu > li > a:after {
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover,
.sticky-wrapper .site-navbar .site-menu > li > a.active {
  color: #fff;
  position: relative;
}
.sticky-wrapper .site-navbar .site-menu > li > a:hover:after,
.sticky-wrapper .site-navbar .site-menu > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sticky-wrapper.is-sticky .site-menu-toggle {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar {
  -webkit-box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 4px 0 20px -5px rgba(0, 0, 0, 0.2);
  background: #fff;
}
.sticky-wrapper.is-sticky .site-navbar .site-logo a {
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li {
  display: inline-block;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a {
  position: relative;
  color: #000;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:after {
  height: 2px;
  background: #ca030a;
  content: "";
  position: absolute;
  bottom: 0;
  left: 20px;
  right: 20px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active {
  color: #ca030a;
  position: relative;
}
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a:hover:after,
.sticky-wrapper.is-sticky .site-navbar .site-menu > li > a.active:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.sticky-wrapper .shrink {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

body {
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.7;
  position: relative;
}
body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
body.offcanvas-menu {
  position: relative;
}
body.offcanvas-menu:after {
  opacity: 1;
  visibility: visible;
}

h1,
h2,
h3,
h4 {
  color: #ca030a;
  font-weight: 700;
}

.border-bottom-3:after {
  box-shadow: 20px 2px;
}

.site-section {
  padding-top: 4rem;
  padding-bottom: 0rem;
  position: relative;
  z-index: 2;

  background: #f4f6ff;
}
@media (max-width: 991.98px) {
  .site-section {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.text-black {
  color: #000 !important;
}

.custom-text {
  background: linear-gradient(90deg, #f2a000 10%, #ed6a6a 20%, #0162d3 60%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  margin: 10px 0 12px;
  line-height: 28px;
}
.home-section {
  position: relative;
}

.home-section > .container {
  z-index: 2;
  position: relative;
}
.home-section h1 {
  font-size: 3rem;
  color: #fff;
  font-weight: 200;
}
@media (max-width: 991.98px) {
  .home-section h1 {
    font-size: 2rem;
  }
}
.home-section p {
  font-size: 1rem;
  /* color: rgba(255, 255, 255, 0.6); */
}
.home-section .search-jobs-form .form-control,
.home-section .search-jobs-form .btn-lg {
  height: calc(2em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  border: 2px solid #eee;
}
.home-section .search-jobs-form .btn-search > span {
  font-size: 1rem;
  position: relative;
}
.home-section .search-jobs-form .dropdown-menu {
  position: relative;
  z-index: 4;
  -webkit-box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 50px -10px rgba(0, 0, 0, 0.4);
}
.home-section .search-jobs-form .filter-option:after {
  border: none;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}
.home-section .search-jobs-form .filter-option.dropup {
  border: 1px solid red !important;
}
.home-section .search-jobs-form .filter-option.dropup:after {
  display: none;
}
.home-section .search-jobs-form .dropup .dropdown-toggle:after,
.home-section .search-jobs-form .dropup .filter-option:after {
  border: none;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.home-section .search-jobs-form .dropup .filter-option:after {
  display: none !important;
}
.home-section .search-jobs-form .btn-white {
  background: #fff;
  color: #343a40;
  border: 2px solid #eee;
}
.home-section .search-jobs-form .btn-white:hover,
.home-section .search-jobs-form .btn-white:active,
.home-section .search-jobs-form .btn-white:focus {
  outline: none !important;
}
/* .home-section .search-jobs-form .form-control {
  background: #fff;
  border: transparent !important;
  color: #343a40;
} */

.form-radio {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
  -o-transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out;
  transition:
    border-color 0.15s ease-in-out,
    box-shadow 0.15s ease-in-out,
    -webkit-box-shadow 0.15s ease-in-out;
}
.home-section .search-jobs-form .form-control:active,
.home-section .search-jobs-form .form-control:focus {
  color: #343a40;
}
.home-section .search-jobs-form .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(52, 58, 64, 0.5);
}
.home-section .search-jobs-form .form-control::-moz-placeholder {
  color: rgba(52, 58, 64, 0.5);
}
.home-section .search-jobs-form .form-control:-ms-input-placeholder {
  color: rgba(52, 58, 64, 0.5);
}
.home-section .search-jobs-form .form-control:-moz-placeholder {
  color: rgba(52, 58, 64, 0.5);
}
.home-section .search-jobs-form .bs-searchbox .form-control {
  height: calc(1em + 1rem + 2px);
  padding: 0.5rem 0.5rem;
  margin-bottom: 0.3rem;
  color: #343a40;
  background: #fff;
  border: 1px solid #eee !important;
}
.home-section .search-jobs-form .dropdown-item.active {
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
}
.scroll-button {
  position: relative;
  display: block;
  z-index: 2;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}
.scroll-button > span {
  color: #000;
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.bg-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-image.fixed {
  background-attachment: fixed;
}
.bg-image.overlay-primary {
  position: relative;
}
.bg-image.overlay-primary:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ca030a;
  z-index: 1;
}
.bg-image.overlay-primary > .container {
  position: relative;
  z-index: 2;
}
.bg-image.overlay-blue {
  position: relative;
}
.bg-image.overlay-blue:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(137, 186, 22, 0.9);
  z-index: 1;
}
.bg-image.overlay-blue > .container {
  position: relative;
  z-index: 2;
}

.form-group .filter-option:after {
  border: none !important;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
}

.form-group .filter-option.dropup {
  border: 1px solid red !important;
}
.form-group .filter-option.dropup:after {
  display: none;
}

.form-group .dropup .dropdown-toggle:after {
  border: none;
  display: inline-block;
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "icomoon";
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.form-group .dropup .filter-option:after {
  display: none;
}

.form-group .dropdown-item.active {
  -webkit-box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.4);
}

.form-group label {
  color: #000;
  font-size: 17px;
  font-weight: 600;
}
.form-check label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.editor {
  height: 75px;
}

.logo-1 {
  max-width: 200px;
}
@media (max-width: 767.98px) {
  .logo-1 {
    max-width: 150px;
  }
}

.logo-2 {
  max-width: 150px;
}
@media (max-width: 767.98px) {
  .logo-2 {
    max-width: 100px;
  }
}

.logo-3 {
  max-width: 120px;
}
@media (max-width: 767.98px) {
  .logo-3 {
    max-width: 75px;
  }
}

.logo-4 {
  max-width: 100px;
}
@media (max-width: 767.98px) {
  .logo-4 {
    max-width: 75px;
  }
}

.logo-5 {
  max-width: 50px;
}
@media (max-width: 767.98px) {
  .logo-5 {
    max-width: 50px;
  }
}

.logo-6 {
  max-width: 150px;
}
@media (max-width: 767.98px) {
  .logo-6 {
    max-width: 150px;
  }
}

.logo-7 {
  max-width: 180px;
}
@media (max-width: 767.98px) {
  .logo-7 {
    max-width: 150px;
  }
}

.logo-8 {
  max-width: 90px;
}
@media (max-width: 767.98px) {
  .logo-8 {
    max-width: 90px;
  }
}

.testimony-full blockquote {
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7;
  border: 1px solid;
  padding: 20px;
  border-radius: 20px;
  box-shadow: 12px 10px;
  min-height: 170px;
}

.testimony-full blockquote p.head {
  font-size: 20px;
  color: #ca030a;
  border-bottom: 1px solid #ca030a;
  width: 65%;
  margin: 5% 20%;
}
@media (max-width: 767.98px) {
  .testimony-full blockquote {
    font-size: 1.4rem;
  }
}
.testimony-full blockquote cite {
  font-size: 1.2rem;
}

/* Job Listings */
.job-listings {
  padding: 0;
  margin: 0;
  border: 1px solid #eee;
  border-radius: 7px;
  overflow: hidden;
  position: relative;
  background: #fff;
}
.job-listings .badge {
  color: #fff;
  padding: 4px 10px;
}
@media (max-width: 991.98px) {
  .job-listings .custom-width {
    width: 100% !important;
  }
}
.job-listings .job-listing {
  position: relative;
  border-bottom: 1px solid #eee;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.job-listings .job-listing:last-child {
  border-bottom: none;
}
.job-listings .job-listing a {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.job-listings .job-listing a:hover {
  border-left: 7px solid #ca030a;
}
.job-listings .job-listing .job-listing-logo {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 150px;
  flex: 0 0 150px;
  border-right: 1px solid #eee;
}
@media (max-width: 575.98px) {
  .job-listings .job-listing .job-listing-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
}
.job-listings .job-listing-position h2 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
.job-listings .job-listing-position strong {
  color: #b3b3b3;
}

.btn-file {
  position: relative;
  overflow: hidden;
}

.btn-file input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

.custom-breadcrumbs a {
  color: #ca030a;
}
.custom-breadcrumbs a:hover {
  color: #fff;
}

.custom-breadcrumbs .slash {
  color: rgba(255, 255, 255, 0.4);
}

.spepcial_link {
  position: relative;
  text-decoration: none !important;
  color: #000;
}
.spepcial_link:before {
  position: absolute;
  z-index: -1;
  background: #fff568;
  content: "";
  width: 100%;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  left: 0;
  bottom: 0;
  top: 50%;
  width: 0;
}
.spepcial_link:hover {
  color: #000;
}
.spepcial_link:hover:before {
  width: 100%;
}

.img-overlap {
  position: relative;
}
.img-overlap .img-1,
.img-overlap .img-2 {
  position: absolute;
  padding: 4%;
  max-width: 300px;
}
@media (max-width: 991.98px) {
  .img-overlap .img-1,
  .img-overlap .img-2 {
    padding: 10%;
    max-width: 400px;
    position: relative;
  }
}
.img-overlap .img-1 {
  top: 0;
}
.img-overlap .img-2 {
  bottom: -20%;
  right: -10%;
}
@media (max-width: 991.98px) {
  .img-overlap .img-2 {
    bottom: 30%;
  }
}

.img-shadow {
  border-radius: 7px;
  -webkit-box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 30px -5px rgba(0, 0, 0, 0.4);
}

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

.section-title {
  font-size: 2rem;
  font-weight: 700;
}

.section-title-sub {
  font-size: 1rem;
  color: #ced4da;
}

.section-hero,
.section-hero > .container > .row {
  height: 90vh;
  min-height: 900px;
}

.section-hero.inner-page,
.section-hero.inner-page > .container > .row {
  height: auto;
  min-height: auto;
  padding-top: 6em;
  padding-bottom: 1em;
}

.section-hero.overlay,
.section-hero.overlay-2 {
  position: relative;
}
.section-hero.overlay:before,
.section-hero.overlay-2:before {
  z-index: 1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(0 0 0 / 55%);
}

.section-hero.overlay-2:before {
  background: rgba(125, 131, 132, 0.95);
}

.section-hero > .container {
  z-index: 2;
  position: relative;
}

.video-container {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}
.video-container video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.popular-keywords h3 {
  font-size: 1.2rem;
  display: inline-block;
  color: #fff;
  margin-right: 0.5rem;
}

.popular-keywords .keywords {
  display: inline-block;
}
.popular-keywords .keywords li {
  display: inline-block;
}
.popular-keywords .keywords li a {
  border-radius: 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #fff;
  color: #fff;
  padding: 0.2rem 0.7rem;
  font-size: 0.7rem;
  font-weight: 700;
  text-decoration: none;
  margin: 5px;
}
.popular-keywords .keywords li a:hover {
  background: #fff;
  color: #ca030a;
}

.btn:after,
.btn:before {
  display: none;
}

.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.btn.btn-primary {
  color: #fff;
}
.btn.btn-primary:hover {
  background: #ca030a;
  border-color: #ca030a;
}

.btn.btn-outline-white {
  background: transparent;
  border-width: 2px;
  border-color: #fff;
  color: #fff;
}
.btn.btn-outline-white:hover {
  background: #fff;
  color: #000;
}

/* .btn.btn-outline-primary {
  color: #ca030a;
} */
.btn.btn-outline-primary:hover {
  color: #fff;
  background: #ca030a;
}

.btn.btn-outer-line-primary {
  border: 1px solid #ca030a;
  background-color: #fff;
}

.btn.btn-outer-line-primary:hover {
  background-color: #ca030a;
  color: #fff;
}

.custom-pagination a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #dee2e6;
  text-align: center;
  margin: 0 5px;
  text-decoration: none;
}
.custom-pagination a.prev,
.custom-pagination a.next {
  width: auto;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 4px;
}
.custom-pagination a.active,
.custom-pagination a:hover {
  background: #ca030a;
  color: #fff;
  border-color: #ca030a;
}

.border-width-2 {
  border-width: 2px !important;
}

.btn-md {
  padding: 12px 20px;
}

.slanted:after,
.slanted-gray:after {
  content: "";
  background: #fff;
  height: 200px;
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  position: absolute;
  left: 0;
  bottom: -100px;
  right: 0;
  z-index: 1;
}

.slanted-gray:after {
  background: #f8f9fa !important;
}

.block__19738 {
  text-align: center;
}
.block__19738 [class^="icon-"],
.block__19738 [class^="flaticon-"] {
  font-size: 2.5rem;
}
.block__19738 .number {
  font-size: 3.2rem;
  font-weight: 900;
  color: #fff;
}
.block__19738 .caption {
  font-size: 1rem;
  display: block;
  color: rgba(255, 255, 255, 0.7);
}

.block__62849 .block__16443 {
  background: #fff;
  padding: 30px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  top: 0;
  position: relative;
  text-decoration: none;
}
.block__62849 .block__16443 .custom-icon {
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 1px solid #ca030a;
  background: #ca030a;
  margin-bottom: 1.5rem;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.block__62849 .block__16443 .custom-icon:before {
  display: none;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  width: 90px;
  height: 90px;
  border: 1px solid rgba(137, 186, 22, 0.2);
}
.block__62849 .block__16443 [class^="icon-"],
.block__62849 .block__16443 [class^="flaticon-"] {
  font-size: 1.6rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.3s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  -o-transition: 0.3s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  transition: 0.3s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
}
.block__62849 .block__16443 h3 {
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
}
.block__62849 .block__16443 p {
  color: #7f848c;
}
.block__62849 .block__16443:hover {
  top: -20px;
  -webkit-box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 30px -10px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991.98px) {
  .block__62849 .block__16443:hover {
    top: 0;
  }
}
.block__62849 .block__16443:hover .custom-icon {
  background: transparent;
}
.block__62849 .block__16443:hover .custom-icon [class^="icon-"],
.block__62849 .block__16443:hover .custom-icon [class^="flaticon-"] {
  color: #ca030a;
}

.block__87154 {
  position: relative;
  background: #f8f9fa;
  padding: 30px;
  margin-bottom: 2rem;
  border-radius: 7px;
}
.block__87154.bg-primary {
  -webkit-box-shadow: 0 5px 30px -5px #ca030a;
  box-shadow: 0 5px 30px -5px #ca030a;
}
.block__87154.bg-primary p {
  font-size: 1.5rem;
  font-weight: 300;
  font-style: italic;
}
.block__87154 *:last-child {
  margin-bottom: 0;
}
.block__87154 .quote {
  position: absolute;
  -webkit-transform: translateY(-150%);
  -ms-transform: translateY(-150%);
  transform: translateY(-150%);
}
.block__87154 blockquote {
  margin-bottom: 1.6rem;
}
.block__87154 blockquote p {
  font-size: 1.2rem;
}
.block__87154 .block__91147 figure {
  margin-bottom: 0;
}
.block__87154 .block__91147 img {
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0px;
  padding: 0;
}
.block__87154 .block__91147 h3 {
  margin: 0px;
  padding: 0;
  font-size: 1rem;
}
.block__87154 .position {
  font-size: 0.8rem;
  color: #adb5bd;
}
.block__87154 .position.position-2 {
  color: rgba(255, 255, 255, 0.6);
}

.block__96788 {
  position: relative;
  display: block;
}
.block__96788 .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.block__96788 .play-icon span {
  font-size: 0.8rem;
  color: #000;
  top: 50%;
  left: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.block__86547 {
  position: relative;
  background: #f8f9fa;
  overflow: hidden;
  border-radius: 4px;
  -webkit-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  -o-transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  transition: 0.2s all cubic-bezier(0.66, 0.2, 0.48, 0.9);
  top: 0;
}
.block__86547 figure {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 180px;
  flex: 0 0 180px;
  margin-bottom: 0;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1199.98px) {
  .block__86547 figure {
    height: 200px;
  }
}
.block__86547 > div {
  padding: 40px;
}
.block__86547 > div h3 {
  font-size: 1.4rem;
}
.block__86547 > div h3 a {
  color: #000;
}
.block__86547 > div h3 a:hover {
  text-decoration: none;
}
.block__86547 > div .block__27192 > a {
  font-size: 0.9rem;
  display: inline-block;
  margin: 10px 20px;
  margin-left: 0;
  color: #495057;
}
.block__86547 > div .block__27192 > a span {
  color: #adb5bd;
}
.block__86547 > div .block__27192 > a:hover {
  text-decoration: none;
}
.block__86547:hover {
  top: -10px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.2);
}

.block__45439 {
  padding: 7em 0;
}

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

.block__76208 .accordion-item .heading {
  font-size: 16px;
  font-weight: 400;
  padding: 10px 0;
}
.block__76208 .accordion-item .heading > a {
  padding-left: 35px;
  position: relative;
  color: #000;
}
.block__76208 .accordion-item .heading > a:before {
  content: "";
  width: 20px;
  height: 20px;
  line-height: 18px;
  border: 1px solid #ccc;
  text-align: center;
  font-size: 18px;
  top: 0.1em;
  left: 0;
  border-radius: 50%;
}
.block__76208 .accordion-item .heading > a[aria-expanded="true"]:before {
  font-family: "icomoon";
  position: absolute;
  content: "\e316";
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #ca030a;
  color: #fff;
  border: 1px solid #ca030a;
}
.block__76208 .accordion-item .heading > a[aria-expanded="false"]:before {
  content: "\e313";
  color: #ccc;
  font-family: "icomoon";
  position: absolute;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.block__76208 .accordion-item .body-text {
  font-size: 16px;
  padding: 5px 0;
  padding-left: 30px;
}

.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
}
.item a {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  background: #ca030a;
  color: #fff;
}
.item a img {
  position: relative;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item .item-wrap {
  display: block;
  position: relative;
}
.item .item-wrap:after {
  z-index: 2;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.item .item-wrap > span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.item .item-wrap:hover:after {
  opacity: 1;
  visibility: visible;
}
.item .item-wrap:hover span {
  margin-top: 0px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
.item:hover a img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.site-menu-toggle:hover {
  text-decoration: none;
}

.site-footer {
  padding: 5rem 0;
  position: relative;
  background: #18191c;
  border-top: 2px solid #fff;
}
@media (max-width: 991.98px) {
  .site-footer {
    padding: 2rem 0;
  }
}
.site-footer.slanted-footer:before {
  content: "";
  background: #001f42;
  height: 200px;
  -webkit-transform: skewY(-5deg);
  -ms-transform: skewY(-5deg);
  transform: skewY(-5deg);
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  z-index: -1;
}
.site-footer h3 {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  color: #fff;
}
.site-footer a {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer a:hover {
  color: #fff;
}
.site-footer ul li {
  margin-bottom: 0.5rem;
}
.site-footer ul li a {
  color: rgb(255 255 255 / 60%);
}
.site-footer ul li a:hover {
  color: #fff;
  text-decoration: none;
}
.site-footer .scroll-top {
  position: absolute;
  z-index: 5;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.site-footer .scroll-top > span {
  position: absolute;
  font-size: 2rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #000 !important;
}

.copyright {
  color: rgb(43 42 42 / 50%);
}
.copyright a {
  color: #fff;
}

.footer-social a,
.social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: relative;
  background: #fff;
  border-radius: 50%;
  text-decoration: none !important;
  margin-left: 8px;
}
.footer-social a > span,
.social a > span {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #ca030a;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.footer-social a:hover,
.social a:hover {
  background: #ca030a;
}
.footer-social a:hover span,
.social a:hover span {
  background: #ca030a;
  color: #fff;
}

.social a:hover {
  background: #343a40;
}
.social a:hover span {
  color: #fff;
}

.filters .btn {
  border-color: transparent;
  font-size: 0.8rem;
  margin: 5px;
  background: rgba(52, 58, 64, 0.05);
  color: #343a40;
  text-transform: uppercase;
}
.filters .btn:hover,
.filters .btn:focus,
.filters .btn:active {
  border-color: transparent !important;
  background: rgba(52, 58, 64, 0.3) !important;
  color: #000;
}
.filters .btn.active {
  background: #000 !important;
  color: #fff;
  border-color: #000 !important;
}

/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: top, left, opacity;
  -webkit-transition-property:
    opacity,
    -webkit-transform;
  transition-property:
    opacity,
    -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
}

/* responsive media queries */
/* Mouse scroll effect */
.mouse {
  position: absolute;
  bottom: 40px;
  z-index: 5;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.mouse .mouse-icon {
  display: block;
  width: 25px;
  height: 45px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.mouse .mouse-wheel {
  height: 4px;
  margin: 2px auto 0;
  display: block;
  width: 4px;
  background-color: white;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}
.mouse:hover .mouse-icon {
  border-color: #fff;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}

.jm-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 2em;
}

.ul-check {
  margin-bottom: 50px;
}
.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -0.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}
.ul-check.white li:before {
  color: #fff;
}
.ul-check.success li:before {
  color: #ca030a;
}
.ul-check.primary li:before {
  color: #ca030a;
}

.block__18514 .block__47528 li {
  margin-bottom: 10px;
}
.block__18514 .block__47528 li span {
  font-weight: 700;
  color: #000;
}
.block__18514 .block__47528 li a {
  display: block;
}

.sidebar-box {
  margin-bottom: 30px;
  padding: 25px;
  font-size: 15px;
  width: 100%;
  float: left;
  background: #fff;
}
.sidebar-box *:last-child {
  margin-bottom: 0;
}
.sidebar-box h3 {
  font-size: 18px;
  margin-bottom: 15px;
}

.categories li,
.sidelink li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dee2e6;
  list-style: none;
}
.categories li:last-child,
.sidelink li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.categories li a,
.sidelink li a {
  display: block;
}
.categories li a span,
.sidelink li a span {
  position: absolute;
  right: 0;
  top: 0;
  color: #ccc;
}
.categories li.active a,
.sidelink li.active a {
  color: #000;
  font-style: italic;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.form-control:active,
.form-control:focus {
  border-color: #ca030a !important;
}

.comment-form-wrap {
  clear: both;
}

.comment-list {
  padding: 0;
  margin: 0;
}
.comment-list .children {
  padding: 50px 0 0 40px;
  margin: 0;
  float: left;
  width: 100%;
}
.comment-list li {
  padding: 0;
  margin: 0 0 30px 0;
  float: left;
  width: 100%;
  clear: both;
  list-style: none;
}
.comment-list li .vcard {
  width: 80px;
  float: left;
}
.comment-list li .vcard img {
  width: 50px;
  border-radius: 50%;
}
.comment-list li .comment-body {
  float: right;
  width: calc(100% - 80px);
}
.comment-list li .comment-body h3 {
  font-size: 20px;
}
.comment-list li .comment-body .meta {
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.1em;
  color: #ccc;
}
.comment-list li .comment-body .reply {
  padding: 5px 10px;
  background: #e6e6e6;
  color: #000;
  text-transform: uppercase;
  font-size: 14px;
}
.comment-list li .comment-body .reply:hover {
  color: #000;
  background: #e3e3e3;
}

.search-form {
  background: #f7f7f7;
}
.search-form .form-group {
  position: relative;
}
.search-form .icon {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-meta {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
.post-meta a {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.single-carousel .owl-dots {
  text-align: center;
  position: absolute;
  bottom: 50px;
  width: 100%;
}
.single-carousel .owl-dots .owl-dot {
  display: inline-block;
  margin: 0;
  outline: none !important;
}
.single-carousel .owl-dots .owl-dot > span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  margin: 5px;
}
.single-carousel .owl-dots .owl-dot.active > span {
  background: #ca030a;
}

.single-carousel img {
  max-width: 400px;
  margin-left: auto;
}
@media (max-width: 991.98px) {
  .single-carousel img {
    margin-left: auto;
    margin-right: auto;
  }
}

/*PRELOADING------------ */
#overlayer {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 7100;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.loader {
  z-index: 7700;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*Updates for category */
.section-heading h2:before {
  width: 100px;
  bottom: -10px;
  left: 50%;
  top: 50%;
}
.section-heading h2:after {
  width: 80px;
  bottom: -20px;
  left: 50%;
  top: 60%;
}
.section-heading h2:before,
.section-heading h2:after {
  content: "";
  position: absolute;
  height: 2px;
  background: #ca030a;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.aos-init {
  transform: translate(0);
}
.feature-item {
  background: #e6e6e6;
  padding: 20px;
  text-align: center;
  border-radius: 4px;
  display: block;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.feature-item .icon {
  font-size: 40px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.feature-item h2 {
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 20px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.feature-item .icon {
  font-size: 40px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.feature-item .icon {
  font-size: 40px;
  margin-bottom: 0px;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.feature-item:hover {
  background: #ca030a;
  color: #fff;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}
.feature-item .counting {
  border-radius: 4px;
  display: inline-block;
  margin-bottom: 10px;
  padding: 2px 10px;
  background: #cccccc;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.feature-item:hover .counting {
  background: #71080c;
  color: #fff;
  text-decoration: none !important;
}
.feature-item:hover h2 {
  color: #fff;
}

.category-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 30px;
}

.category-pill {
  padding: 8px 16px;
  border-radius: 25px;
  background: #eef2ff;
  border: 1px solid #ca030a;
  cursor: pointer;
  font-size: 14px;
  transition: 0.3s;
  color: #ca030a;
}

.category-pill.active,
.category-pill:hover {
  background: #ca030a;
  color: #fff;
  text-decoration: none;
}

.job-card {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  background: #f8f9fa;
  /* color: #fff; */
  padding: 10px;
  height: 300px !important;
  border: 1px solid;

  /* box-shadow: 20px 20px; */
}

.job-card-title {
  border-bottom: 2px solid;
  padding: 3px;
  color: #ca030a;
}
.category-pill a {
}
.job-card:hover {
  transform: translateY(-5px);
}

.job-img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.job-body {
  padding: 15px;
}

.salary {
  /* color: #fff; */
  font-weight: bold;
}
.job-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.job-body {
  flex-grow: 1;
}

.apply-btn {
  margin-top: auto;
}

.top-logo {
  height: 100px;
  margin-left: 40px;
  /* background: #ffffff7a; */
  border-radius: 21%;
  padding: 10px;
}

.profile-header {
  background: #ca030a;
  color: #fff;
  padding: 30px;
  border-radius: 10px;
}
.profile-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  object-fit: cover;
}
.card {
  border-radius: 10px;
}
.pricing-section {
  padding: 60px 20px;
  text-align: center;
  background: #f9fafb;
}

.title {
  font-size: 32px;
  font-weight: bold;
}

.subtitle {
  color: #777;
  margin-bottom: 40px;
}

.pricing-cards {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
}

.pricing-cards .card {
  background: #fff;
  padding: 25px;
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  position: relative;
  transition:
    box-shadow 0.3s,
    transform 0.3s;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent;
}

.pricing-cards .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.13);
}

.pricing-cards .card.active {
  border-color: #ca030a;
  box-shadow: 0 8px 28px rgba(202, 3, 10, 0.15);
}

.pricing-cards .card .btn {
  margin-top: auto;
  width: 100%;
}

.pricing-cards .badge {
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  background: #4f46e5;
  color: #fff;
  padding: 5px 12px;
  font-size: 12px;
  border-radius: 20px;
}

.pricing-cards .price {
  font-size: 28px;
  margin: 15px 0;
}

.pricing-cards .price span {
  font-size: 14px;
  color: #777;
}

.pricing-cards ul {
  list-style: none;
  padding: 0;
}

.pricing-cards ul li {
  margin: 10px 0;
}

.pricing-cards .btn {
  margin-top: 15px;
  padding: 10px 20px;
  border: none;
  background: #e5e7eb;
  border-radius: 6px;
  cursor: pointer;
}

.pricing-cards .btn.btn-primary {
  background: #ca030a;
  color: #fff;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background: #ca030a !important;
  color: #fff;
}
.dropdown-item.active,
.dropdown-item:active {
  background: #ca030a !important;
  color: #fff;
}

.rounded-circle {
  border-radius: 50% !important;
}
.chat-container {
  display: flex;
  height: 600px;
  border: 1px solid #ddd;
}

.chat-sidebar {
  width: 30%;
  border-right: 1px solid #ddd;
  overflow-y: auto;
}

.chat-body {
  height: 400px;
  overflow-y: auto;
  padding: 10px;
}

.message {
  max-width: 60%;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.message.sent {
  background: #f1f1f1;
  color: #000;
  margin-left: auto;
}

.message.received {
  background: #ca030a;
  color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #ca030a;
  border-color: #ca030a;
}

.msg-page.row {
  margin: 0 !important;
}
.job-dashboard {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 40px;
  flex-wrap: wrap;
}

.job-dashboard .job-card {
  background: #fff;
  width: 260px;
  padding: 25px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.job-dashboard .job-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.job-dashboard .job-card .icon {
  font-size: 40px;
  margin-bottom: 10px;
}

.job-dashboard .job-card h3 {
  margin-bottom: 15px;
  font-weight: 600;
}

/* ===== GLOBAL ===== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background: #f9fafb;
  color: #333;
}

.container {
  width: 90%;
  max-width: 1350px;
  margin: auto;
}

/* ===== HERO SECTION ===== */
.hero {
  position: relative;
  height: 320px;
  background: url("<?php echo base_url(); ?>assets/images/hero_1.jpg    ")
    center/cover no-repeat;
  display: flex;
  align-items: center;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}

.hero .container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero h1 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
  max-width: 500px;
}

/* ===== LOGIN CARD ===== */
.login-card {
  width: 320px;
  background: #fff;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.login-card h4 {
  margin-bottom: 15px;
}

.login-card input {
  width: 100%;
  padding: 10px;
  margin-bottom: 12px;
  border-radius: 6px;
  border: 1px solid #ddd;
}

.login-card button {
  width: 100%;
  padding: 10px;
  background: #ca030a;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  color: #fff;
}

.login-card button:hover {
  background: #ca030a;
}

/* ===== STATS ===== */
.stats {
  display: flex;
  justify-content: center;
  /* center all cards */
  align-items: center;
  gap: 40px;
  /* space between boxes */
  flex-wrap: wrap;
  /* responsive */
  padding: 20px 0;
  top: -40px;
  position: relative;
}

.stats .card {
  background: #e10600;
  /* red color */
  color: #fff;
  padding: 18px 40px;
  border-radius: 12px;
  font-weight: 600;
  text-align: center;
  min-width: 200px;
}

/* ===== STEPS SECTION ===== */
.steps-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.steps-section h3 {
  font-size: 28px;
  margin-bottom: 20px;
}

.steps-section ul {
  list-style: none;
  margin-bottom: 20px;
}

.steps-section ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 25px;
}

.steps-section ul li::before {
  content: "✔";
  position: absolute;
  left: 0;
  color: #ca030a;
}

.steps-section button {
  padding: 10px 20px;
  background: #ca030a;
  border: none;
  border-radius: 6px;
  color: #fff;
}

.steps-section img {
  width: 250px;
}

/* ===== CATEGORIES ===== */
.categories {
  padding: 60px 0;
  text-align: center;
}

.locations span,
.chip a {
  display: inline-block;
  padding: 10px 15px;
  margin: 5px;
  border-radius: 20px;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
  cursor: pointer;
  border: 1px solid #fff;
  color: #fff;
}

.chip:hover,
.chip:hover a {
  background: #fff;
  color: #ca030a;
  border: 1px solid #ca030a;
  text-decoration: none;
}

/* ===== LOCATIONS ===== */
.locations,
.categorylist {
  padding: 2% 10%;
  text-align: center;
}

.locations button {
  margin: 6px;
  padding: 10px 18px;
  border: none;
  border-radius: 8px;
  background: #e5e7eb;
  cursor: pointer;
}

.locations button:hover {
  background: #ca030a;
  color: #fff;
}

/* ===== CONTACT SECTION ===== */
.contact {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 6px;
  border-radius: 10px;
  margin: 6px 0;
}

.contact h3 {
  font-size: 24px;
}

/* .contact form {
  width: 310px;
} */

.contact input {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.contact button {
  width: 100%;
  padding: 10px;
  background: #ca030a;
  border: none;
  border-radius: 6px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
  .hero .container {
    flex-direction: column;
    text-align: center;
  }

  .login-card {
    margin-top: 0px;
  }
  .hero h1 {
    font-size: 30px;
  }
  .pricing-cards {
    gap: 14px;
  }
  .pricing-cards .card {
    flex: 0 0 calc(50% - 7px);
    max-width: calc(50% - 7px);
    padding: 16px 12px;
  }
  .pricing-cards .card:hover,
  .pricing-cards .card:active {
    transform: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  }
  .pricing-cards .card h3 {
    font-size: 16px;
  }
  .pricing-cards .price {
    font-size: 20px;
    margin: 10px 0;
  }
  .pricing-cards .btn {
    margin-top: auto;
    padding: 9px 10px;
    font-size: 12px;
    width: 100%;
  }
  .locations,
  .categorylist {
    padding: 2% 4%;
  }
  .pricing-section {
    padding: 20px 0px;
  }
  .locations span,
  .chip a {
    font-size: 12px;
  }

  .stats {
    flex-direction: row;
    flex-wrap: nowrap;
    top: 0;
    padding: 10px 12px;
    gap: 8px;
  }

  .stats .card {
    flex: 1;
    min-width: 0;
    margin-bottom: 0;
    padding: 10px 6px;
    box-sizing: border-box;
    font-size: 11px;
    font-weight: 700;
    border-radius: 8px;
    text-align: center;
    line-height: 1.3;
  }

  .steps-section {
    flex-direction: column;
    text-align: center;
  }

  .contact {
    flex-direction: column;
  }

  .contact form {
    width: 100%;
    margin-top: 20px;
  }
}

@media (max-width: 480px) {
  .pricing-cards {
    gap: 12px;
  }
  .pricing-cards .card {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 20px 16px;
  }
  .pricing-cards .price {
    font-size: 24px;
  }
  .pricing-cards .btn {
    font-size: 14px;
    padding: 10px 16px;
  }
}

@media screen and (max-width: 991px) {
  .has-arrow {
    display: none;
  }
}
.tw-bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(228 228 228);
}

.rt-spacer-100 {
  height: 100px;
}

.rt-spacer-50 {
  height: 50px;
}

.text-center {
  text-align: center !important;
}

.hover\:text-primary-500:hover,
.sidetbar-widget .form-check-input:checked ~ .form-check-label,
.text-primary-500 {
  color: #ca030a !important;
}

.has-title-shape,
.position-parent {
  position: relative;
  z-index: 1;
}

.hover\:text-primary-500:hover,
.sidetbar-widget .form-check-input:checked ~ .form-check-label,
.text-primary-500 {
  color: #ca030a !important;
}

.has-title-shape img {
  position: absolute;
  left: -8px;
  bottom: 0;
  z-index: -1;
}

.text-h4 {
  font-size: 32px;
  line-height: 40px;
}

.has-arrow {
  position: absolute;
  right: -33%;
  z-index: 5;
  top: 0;
}
.rt-single-icon-box.working-progress .icon-72 {
  color: var(--primary-500);
  background-color: #ffffff00;
  /* border-radius: 50%; */
  z-index: 0;
}
.rt-single-icon-box.working-progress .icon-72 i {
  color: #fff;
  background: #ca030a;
  padding: 20px;
  border: #fff;
  border-radius: 50%;
}

.body-font-2 {
  font-weight: 600;
  font-family: sans-serif;
  padding: 20px 0;
}
.body-font-4 {
  font-size: 14px;
  font-family: sans-serif;
  color: #9199a3 !important;
  line-height: 20px;
}
.rt-single-icon-box .icon-thumb {
  flex-shrink: 0 !important;
}
.rt-single-icon-box.working-progress {
  background: 0 0;
  border-radius: 12px;
  padding: 24px;
  z-index: 0;
}
.rt-single-icon-box.icon-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.rt-single-icon-box.working-progress:hover,
ul.recent-activity li:hover .icon-thumb {
  background: #eee;
}

.rt-single-icon-box .iconbox-content,
.rt-single-icon-box .iconbox-extra.grow-1 {
  flex-grow: 1 !important;
}

.icon-72 {
  color: #fff;
  background: #ca030a;
  padding: 20px;
  border: #fff;
  border-radius: 50%;
}

.rt-single-icon-box.working-progress:hover .icon-72 i {
  color: #ca030a;
  background: #fff;
  border: 1px solid #ca030a;
}

.has-arrow.middle {
  top: 33%;
  transform: translateY(-33%);
}

.position-relative:hover .has-arrow {
  display: block;
}

body {
  font-family: Arial, sans-serif;
}

/* Overlay */
.popup {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
}

/* Container */
.popup-container {
  width: 900px;
  background: #fff;
  margin: 5% auto;
  border-radius: 14px;
  display: flex;
  padding: 40px;
  position: relative;
}

/* Close */
.close {
  position: absolute;
  right: 20px;
  top: 15px;
  font-size: 22px;
  cursor: pointer;
}

/* Left Section */
.popup-left {
  flex: 1;
  padding: 80px;
}

.popup-left h1 {
  font-size: 34px;
  margin-bottom: 10px;
}

.popup-left h3 {
  font-weight: normal;
  color: #555;
  margin-bottom: 25px;
}

.popup-left p {
  margin-bottom: 10px;
  color: #444;
}

/* Input */
.input-box {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 20px;
}

.input-box span {
  padding: 10px;
  background: #f5f5f5;
}

.input-box input {
  border: none;
  outline: none;
  padding: 10px;
  flex: 1;
}

/* Right Section */
.popup-right {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-right img {
  width: 100%;
  border-radius: 10px;
}

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

.points {
  margin-bottom: 32px;
}

.points ul {
  padding: 0;
}

.points ul li {
  font-size: 20px;
  line-height: 28px;
}

.step-bar {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px 0;
}

.step-bar > .step {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ccc;
  color: #fff;
  text-align: center;
  line-height: 18px;
  font-size: 14px;
  padding-top: 5px;
  font-weight: bold;
}

.step-bar > .step span {
  display: block;
  font-size: 12px;
  color: #000;
  margin-top: 5px;
}

.step-bar > .step.active {
  background: #ca030a;
}

.step-bar > .line {
  width: 600px;
  height: 4px;
  background: #ccc;
}

.step-bar > .line.active {
  background: #28a745;
}

/*----------------------Faq Section-------------------- */

.faq-section {
  padding: 35px 15px;
  background: #f9f9f9;
  min-height: 350px;
  background: #ca030a;
}

.faq-title {
  text-align: center;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 600;
  color: #f9f9f9;
}

.faq-item {
  /* border-bottom: 1px solid #ddd; */
  margin-bottom: 10px;
  background: #fff;
  width: 48%;
  float: left;
  margin-left: 2%;
}

.faq-question {
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 16px;
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}

.faq-question span {
  font-size: 20px;
  transition: 0.3s;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s ease;
  padding: 0 15px;
}

.faq-answer p {
  padding: 10px 0;
  color: #555;
}

.faq-item.active .faq-answer {
  max-height: 200px;
}

.faq-item.active .faq-question span {
  transform: rotate(45deg);
}

.job-details {
  box-sizing: border-box;
  max-width: 768px;
  margin: 0 auto;
  padding: 24px 16px 64px;
  position: relative;
  border: 1px solid;
}

/* .tab-pane {
  padding: 10px 20px;
  border: 1px solid;
} */

.nav-link.active {
  background: #ca030a !important;
  color: hsl(0, 0%, 100%) !important;
}
.inthes-job-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.inthes-job-card:hover {
  border-color: var(--red) !important;
  box-shadow: 0 8px 28px rgba(204, 17, 17, 0.12) !important;
  transform: translateY(-3px) !important;
}

.search-box {
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.filter-btn {
  border: none;
  background: #e9ecef;
  padding: 8px 16px;
  margin: 5px;
  border-radius: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.filter-btn.active,
.filter-btn:hover {
  background: #c40000;
  color: #fff;
}

.job-card {
  background: #fff;
  border-radius: 16px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.job-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

/* HERO BASE */
.hero-section {
  position: relative;
  background-size: cover;
  background-position: center;
}

/* OVERLAY */
.hero-section .overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0.5));
}

/* CONTENT */
.hero-content {
  position: relative;
  z-index: 2;
}

/* BADGE */
.hero-badge {
  display: inline-block;
  background: rgba(255, 255, 255, 0.15);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  margin-bottom: 15px;
}

/* TITLE */
.hero-title {
  font-size: clamp(28px, 5vw, 48px);
  font-weight: 700;
  line-height: 1.3;
}

.hero-title span {
  color: #ff4d4d;
}

/* SUBTITLE */
.hero-subtitle {
  margin-top: 12px;
  color: #ddd;
  max-width: 500px;
}

/* STATS */
.hero-stats {
  display: flex;
  gap: 20px;
  margin-top: 30px;
  flex-wrap: wrap;
}

.stat-box {
  background: rgba(255, 255, 255, 0.08);
  padding: 12px 18px;
  border-radius: 10px;
  text-align: center;
}

.stat-box strong {
  display: block;
  font-size: 20px;
  color: #fff;
}

.stat-box span {
  font-size: 12px;
  color: #ccc;
}

/* GLASS CARD */
.hero-card {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(15px);
  padding: 30px;
  border-radius: 16px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* INPUT */
.hero-card .form-control {
  height: 48px;
  border-radius: 10px;
}

/* BUTTON */
.hero-card .btn {
  height: 48px;
  border-radius: 10px;
  font-weight: 600;
}

/* MOBILE */
@media (max-width: 991px) {
  .hero-section {
    padding: 60px 0;
  }
  .hero-card {
    margin-top: 30px;
  }
}

@media (max-width: 576px) {
  .hero-title,
  .hero-subtitle {
    text-align: center;
  }
  .hero-stats {
    justify-content: center;
  }
}

.why-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 16px;
  transition: 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.why-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .why-section {
    overflow: visible;
    padding-bottom: 2.5rem;
  }
  .why-section .row {
    overflow: visible;
  }
  .why-section [class*="col-"] {
    padding-bottom: 16px;
  }
  .why-card:hover,
  .why-card:active,
  .why-card:focus {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
  }
}

.icon-box {
  width: 60px;
  height: 60px;
  margin: auto;
  background: #ffeaf2;
  color: #c40000;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.text-muted {
  color: #6c757d !important;
}

.category-chip {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 10px 18px;
  border-radius: 30px;
  font-size: 14px;
  text-decoration: none;
  text-decoration: none;
  transition: 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
}

.category-chip:hover {
  background: #fff;
  color: #fd0d1d;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}
.category-list {
  row-gap: 10px;
  column-gap: 10px;
}
.location-list {
  max-width: 900px;
  margin: auto;
}

.location-chip {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
  padding: 10px 18px;
  margin: 6px;
  border-radius: 30px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(6px);
  display: inline-block;
}

.location-chip:hover {
  background: #fff;
  color: #fd0d1d;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.process-card {
  background: #fff;
  padding: 30px 20px;
  border-radius: 18px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  transition: 0.3s ease;
}

.process-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.process-card:hover .icon-box {
  background: #c40000;
  color: #fff;
  transform: scale(1.1);
}

@media (max-width: 767px) {
  .working-process {
    overflow: visible;
    padding-bottom: 2.5rem;
  }
  .working-process .row {
    overflow: visible;
  }
  .working-process [class*="col-"] {
    padding-bottom: 16px;
  }
  .process-card:hover,
  .process-card:active,
  .process-card:focus {
    transform: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  }
  .process-card:hover .icon-box {
    transform: none;
  }
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  position: relative;
  margin: 10px;
  transition: 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
}

.quote-icon {
  font-size: 50px;
  color: #0d6efd;
  position: absolute;
  top: 10px;
  right: 20px;
  opacity: 0.2;
}

.testimonial-text {
  font-size: 15px;
  color: #555;
  margin-bottom: 20px;
  line-height: 1.6;
}

.testimonial-footer {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 45px;
  height: 45px;
  background: #c40000;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.info h6 {
  margin: 0;
  font-weight: 600;
}

.info small {
  color: #777;
}

/* Testimonial carousel dots — keep below cards, not overlapping text */
.testimonials-section .owl-dots {
  position: relative;
  bottom: auto;
  margin-top: 24px;
  text-align: center;
}

@media (max-width: 767px) {
  .testimonials-section .owl-dots {
    margin-top: 16px;
  }
  .testimonial-card:hover,
  .testimonial-card:active {
    transform: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  }
}

/* CARD */
.contact-card {
  background: #fff;
  padding: 30px;
  border-radius: 18px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

/* POINT LIST */
.points {
  margin-top: 20px;
}

.point-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #444;
}

.point-item i {
  width: 40px;
  height: 40px;
  background: #ffeaea;
  color: #c40000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

/* FORM */
.form-control {
  height: 48px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.form-control:focus {
  box-shadow: none;
  border-color: #0d6efd;
}

/* MOBILE */
@media (max-width: 767px) {
  .contact-card {
    padding: 20px;
  }
  .point-item {
    font-size: 14px;
  }
}

/* ══ HOME SECTION SIDEBAR FILTER STYLES ══ */
:root {
  --red: #cc1111;
  --red-dark: #a50d0d;
  --red-light: #fff0f0;
  --red-chip: #fde8e8;
  --red-border: #f5c0c0;
  --ink: #111111;
  --ink-2: #333333;
  --ink-3: #666666;
  --border: #ebebeb;
  --off-white: #fafafa;
  --white: #ffffff;
  --shadow-sm: 0 2px 8px rgba(0, 0, 0, 0.06);
  --shadow-red: 0 8px 28px rgba(204, 17, 17, 0.22);
  --radius: 12px;
  --radius-sm: 8px;
}

/* Layout */
.home-listings-layout {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 22px;
  align-items: start;
}

/* Sidebar */
.home-filters-sidebar {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 20px;
  overflow: hidden;
}

.home-filter-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.9rem 1.1rem;
  border-bottom: 1.5px solid var(--border);
  background: var(--off-white);
}
.home-filter-header h3 {
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
}
.home-filter-header h3 i {
  color: var(--red);
  font-size: 14px;
}
.home-clear-btn {
  font-size: 12px;
  color: var(--red);
  cursor: pointer;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
}
.home-clear-btn:hover {
  color: var(--red-dark);
  text-decoration: underline;
}

/* Active chips */
.home-active-chips {
  padding: 0.7rem 1rem;
  border-bottom: 1.5px solid var(--border);
  display: none;
  flex-wrap: wrap;
  gap: 6px;
}
.home-active-chips.visible {
  display: flex;
}
.home-chip {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  background: var(--red-chip);
  border: 1px solid var(--red-border);
  color: var(--red-dark);
  border-radius: 50px;
  font-size: 11px;
  font-weight: 600;
  padding: 3px 10px;
}
.home-chip .chip-x {
  cursor: pointer;
  font-size: 10px;
  color: var(--red);
  display: flex;
  align-items: center;
}
.home-chip .chip-x:hover {
  opacity: 0.7;
}

/* Accordion section */
.home-filter-section {
  border-bottom: 1.5px solid var(--border);
}
.home-filter-section:last-child {
  border-bottom: none;
}

.home-filter-section-hd {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem 1.1rem;
  cursor: pointer;
  user-select: none;
  transition: background 0.15s;
}
.home-filter-section-hd:hover {
  background: var(--off-white);
}
.home-filter-section-title {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  display: flex;
  align-items: center;
  gap: 7px;
}
.home-filter-section-title i {
  color: var(--red);
  font-size: 13px;
  width: 15px;
  text-align: center;
}
.home-filter-chevron {
  color: var(--ink-3);
  font-size: 11px;
  transition: transform 0.25s;
}
.home-filter-section.open .home-filter-chevron {
  transform: rotate(180deg);
}

.home-filter-body {
  padding: 0 1.1rem 0.85rem;
  display: none;
}
.home-filter-section.open .home-filter-body {
  display: block;
}

/* Keyword input */
.home-kw-wrap {
  position: relative;
}
.home-kw-wrap i {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--ink-3);
  font-size: 12px;
  pointer-events: none;
}
.home-kw-input {
  width: 100%;
  padding: 8px 12px 8px 30px;
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  font-size: 13px;
  color: var(--ink-2);
  background: var(--off-white);
  outline: none;
  transition: border-color 0.2s;
  font-family: inherit;
}
.home-kw-input:focus {
  border-color: var(--red);
  background: #fff;
}
.home-kw-input::placeholder {
  color: var(--ink-3);
  font-size: 12.5px;
}

/* Checkbox */
.home-filter-option {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 5px 0;
  cursor: pointer;
  font-size: 13px;
  color: var(--ink-2);
}
.home-filter-option:hover {
  color: var(--red);
}
.home-filter-option input[type="checkbox"] {
  appearance: none;
  width: 15px;
  height: 15px;
  border: 1.5px solid var(--border);
  border-radius: 4px;
  cursor: pointer;
  background: var(--white);
  position: relative;
  flex-shrink: 0;
  transition:
    border-color 0.2s,
    background 0.2s;
}
.home-filter-option input[type="checkbox"]:checked {
  background: var(--red);
  border-color: var(--red);
}
.home-filter-option input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 4px;
  width: 5px;
  height: 8px;
  border: 2px solid #fff;
  border-top: none;
  border-left: none;
  transform: rotate(45deg);
}
.home-filter-option .opt-lbl {
  flex: 1;
}
.home-filter-option .opt-cnt {
  font-size: 11px;
  background: var(--off-white);
  border: 1px solid var(--border);
  color: var(--ink-3);
  border-radius: 50px;
  padding: 1px 8px;
  white-space: nowrap;
}

/* Salary slider */
.home-sal-labels {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--ink-3);
  margin-bottom: 6px;
}
.home-sal-labels strong {
  color: var(--red);
  font-size: 12.5px;
}
.home-sal-slider {
  width: 100%;
  appearance: none;
  height: 4px;
  border-radius: 2px;
  background: linear-gradient(
    to right,
    var(--red) 0%,
    var(--red) 100%,
    var(--border) 100%
  );
  outline: none;
  cursor: pointer;
}
.home-sal-slider::-webkit-slider-thumb {
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--red);
  border: 3px solid #fff;
  box-shadow: 0 2px 6px rgba(204, 17, 17, 0.3);
  cursor: pointer;
}
.home-sal-slider::-moz-range-thumb {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background: var(--red);
  border: 3px solid #fff;
  cursor: pointer;
}

/* Right col */
.home-right-col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

/* Top bar */
.home-top-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  padding: 0.8rem 1.1rem;
  box-shadow: var(--shadow-sm);
  flex-wrap: wrap;
  gap: 8px;
}
.home-res-info {
  font-size: 13px;
  color: var(--ink-3);
}
.home-res-info strong {
  color: var(--red);
  font-weight: 700;
}
.home-sort-select {
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 6px 28px 6px 10px;
  font-size: 13px;
  color: var(--ink-2);
  background: var(--off-white);
  appearance: none;
  cursor: pointer;
  outline: none;
  font-family: inherit;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 8px center;
}
.home-sort-select:focus {
  border-color: var(--red);
}

/* Job cards grid */
#home-job-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.inthes-job-card {
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: var(--shadow-sm);
  transition:
    border-color 0.25s,
    box-shadow 0.25s,
    transform 0.25s;
}
.inthes-job-card:hover {
  border-color: var(--red) !important;
  box-shadow: 0 8px 28px rgba(204, 17, 17, 0.12) !important;
  transform: translateY(-3px) !important;
}

.home-no-jobs {
  grid-column: 1 / -1;
  text-align: center;
  padding: 3rem 1rem;
  color: var(--ink-3);
}
.home-no-jobs i {
  font-size: 36px;
  color: var(--red-border);
  margin-bottom: 0.8rem;
  display: block;
}
.home-no-jobs p {
  font-size: 14px;
}

/* Mobile filter toggle */
.home-filter-toggle {
  display: none;
  width: 100%;
  background: var(--white);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-sm);
  padding: 10px 16px;
  font-size: 14px;
  font-weight: 600;
  color: var(--ink);
  align-items: center;
  gap: 8px;
  cursor: pointer;
  margin-bottom: 14px;
  box-shadow: var(--shadow-sm);
  font-family: inherit;
}
.home-filter-toggle i {
  color: var(--red);
}

/* Responsive */
@media (max-width: 1024px) {
  #home-job-list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 820px) {
  .home-listings-layout {
    grid-template-columns: 1fr;
  }
  .home-filter-toggle {
    display: flex;
  }
  .home-filters-sidebar {
    position: static;
    display: none;
  }
  .home-filters-sidebar.open {
    display: block;
  }
  #home-job-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 560px) {
  #home-job-list {
    grid-template-columns: 1fr;
  }
}

a {
  color: inherit;
}
a:hover {
  color: inherit;
}

.new-alert {
  animation: bellShake 0.8s ease;
}

@keyframes bellShake {
  0% {
    transform: rotate(0deg);
  }
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-15deg);
  }
  60% {
    transform: rotate(10deg);
  }
  80% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.chat-user-card:hover {
  background: #f8f9fa;
  cursor: pointer;
}

.chat-box {
  height: 500px;
  overflow-y: auto;
  padding: 0;
}

.message {
  padding: 10px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 70%;
}

.employer {
  background: #f1f3f5;
  margin-left: auto;
}

.candidate {
  background: #d50000;
  color: #fff;
}

body {
  background: #f8f9fa;
}

.main-chat-wrapper {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}
.candidate-card {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 12px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}

.candidate-card.active {
  background: #d50000;
  color: #fff;
}
.border_area {
  border: 1px solid #dfcccc;
}

.candidate-card img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.message {
  max-width: 60%;
  padding: 12px 15px;
  border-radius: 12px;
}
