@import url("https://fonts.googleapis.com/css?family=Nunito:200,300,400,700");
.site-navbar {
  margin-bottom: 0px;
  z-index: 1999;
  position: absolute;
  width: 100%;
  top: 2rem; }
  .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: 5%; }
    @media (max-width: 767.98px) {
      .site-navbar .site-logo {
        position: relative;
        left: auto; } }
    .site-navbar .site-logo a {
      color: #fff;
      font-size: 1.5rem;
      letter-spacing: .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: #fff;
    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: 50%;
    -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: #fff;
        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 20px !important;
          color: rgba(255, 255, 255, 0.5);
          display: inline-block;
          text-decoration: none !important; }
          .site-navbar .site-navigation .site-menu > li > a:hover {
            color: #fff; }
      .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 #89ba16;
          -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: #89ba16; }
          .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: #89ba16; }
            .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: .3s all ease;
          -o-transition: .3s all ease;
          transition: .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: #89ba16;
          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: .3s all ease;
        -o-transition: .3s all ease;
        transition: .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: #89ba16;
        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: .3s all ease;
        -o-transition: .3s all ease;
        transition: .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: .3s all ease;
    -o-transition: .3s all ease;
    transition: .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: .3s all ease;
          -o-transition: .3s all ease;
          transition: .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: #89ba16;
          content: "";
          position: absolute;
          bottom: 0;
          left: 20px;
          right: 20px;
          -webkit-transform: scale(0);
          -ms-transform: scale(0);
          transform: scale(0);
          -webkit-transition: .3s all ease;
          -o-transition: .3s all ease;
          transition: .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: #89ba16;
          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: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  body.offcanvas-menu {
    position: relative; }
    body.offcanvas-menu:after {
      opacity: 1;
      visibility: visible; }

h1, h2, h3, h4 {
  color: #000; }

.site-section {
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
  z-index: 2; }
  @media (max-width: 991.98px) {
    .site-section {
      padding-top: 3rem;
      padding-bottom: 3rem; } }

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

.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: 1.2rem;
    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; }
  .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; }
    .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; }
    .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 .5rem;
    margin-bottom: .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); }
  .home-section .scroll-button {
    position: absolute;
    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); }
    .home-section .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: rgba(137, 186, 22, 0.9);
      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; }

.editor {
  height: 375px; }

.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: 2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.7; }
  @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: .3s all ease;
    -o-transition: .3s all ease;
    transition: .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: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      .job-listings .job-listing a:hover {
        border-left: 7px solid #89ba16; }
    .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: #89ba16; }
  .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: .3s all ease;
    -o-transition: .3s all ease;
    transition: .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: 100vh;
  min-height: 900px; }

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

.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: rgba(0, 0, 0, 0.5); }

.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: .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: .2rem .7rem;
      font-size: .7rem;
      font-weight: 700;
      text-decoration: none; }
      .popular-keywords .keywords li a:hover {
        background: #fff;
        color: #89ba16; }

.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: #90c317;
    border-color: #90c317; }

.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: #89ba16; }
  .btn.btn-outline-primary:hover {
    color: #fff;
    background: #89ba16; }

.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: #89ba16;
    color: #fff;
    border-color: #89ba16; }

.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: .3s all ease;
  -o-transition: .3s all ease;
  transition: .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 #89ba16;
    background: #89ba16;
    margin-bottom: 1.5rem;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .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: #89ba16; }

.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 rgba(137, 186, 22, 0.8);
    box-shadow: 0 5px 30px -5px rgba(137, 186, 22, 0.8); }
    .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;
    border-radius: 50%;
    margin: 0px;
    padding: 0; }
  .block__87154 .block__91147 h3 {
    margin: 0px;
    padding: 0;
    font-size: 1rem; }
  .block__87154 .position {
    font-size: .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: .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: .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: .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: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #89ba16;
      color: #fff;
      border: 1px solid #89ba16; }
    .block__76208 .accordion-item .heading > a[aria-expanded="false"]:before {
      content: "\e313";
      color: #ccc;
      font-family: 'icomoon';
      position: absolute;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .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; }
    .item a img {
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .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: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .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: .3s all ease;
      -o-transition: .3s all ease;
      transition: .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: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

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

.site-footer {
  padding: 7rem 0;
  position: relative;
  background: #555; }
  @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: .5rem; }
    .site-footer ul li a {
      color: rgba(255, 255, 255, 0.5); }
      .site-footer ul li a:hover {
        color: #fff; }
  .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: rgba(255, 255, 255, 0.5); }
  .copyright a {
    color: #fff; }

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

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

.filters .btn {
  border-color: transparent;
  font-size: .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: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .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: -.3rem;
      font-family: "icomoon";
      content: "\e5ca";
      position: absolute; }
  .ul-check.white li:before {
    color: #fff; }
  .ul-check.success li:before {
    color: #89ba16; }
  .ul-check.primary li:before {
    color: #89ba16; }

.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: #89ba16 !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: .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: .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: #89ba16; }

.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%); }

/* ekler */

/* ============================= */
/* HERO CENTER FIX (OVERRIDE) */
/* ============================= */

.home-section {
  min-height: 100vh;
  height: 100vh;
  display: flex;
  align-items: center;     /* dikey orta */
  justify-content: center; /* yatay orta */
}
.home-section > .container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.hero-content {
  transform: translateY(-40px);
}
@media (max-width: 768px) {
  .hero-content {
    transform: translateY(-20px);
  }
}
.site-navbar {
  top: 24px !important;
}

/* HERO GLASS FORM */
.hero-glass-form {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  margin: 30px auto 0 auto;
  max-width:1200 px; /* önce 900px idi, şimdi daha geniş */
  padding: 30px 40px; /* biraz daha iç boşluk */
}

@media (max-width: 991.98px) {
  .hero-glass-form {
    max-width: 90%; /* mobilde ekranı kaplasın ama kenarlara taşmasın */
    padding: 20px;
  }
}

/* KURUM BAZLI ALAN */
.kurum-horizontal-card {
  min-width: 180px;
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.2);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}
.kurum-horizontal-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.3);
}
.kurum-horizontal-card img {
  transition: transform 0.3s ease;
}
.kurum-horizontal-card:hover img {
  transform: scale(1.1);
}
.d-flex.overflow-auto::-webkit-scrollbar {
  height: 6px;
}
.d-flex.overflow-auto::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,0.3);
  border-radius: 3px; 
}
.bg-theme {
  background: linear-gradient(135deg, #6c757d, #6c757d); /* istediğin renk veya gradient */
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}
.bg-theme:hover {
  background: linear-gradient(135deg, #89ba16, #6c757d); /* hoverda ters gradient */
  box-shadow: 0 12px 25px rgba(0,0,0,0.4);
}


/* Kartlar */
.kurum-ilan-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
  position: relative;
}
.kurum-ilan-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
}
.kurum-ilan-card:hover .ilan-icons {
  display: flex !important;
}

/* Logo */
.kurum-logo {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
}

/* İncele / Detay iconları */
.ilan-icons a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  transition: all 0.3s ease;
}
.ilan-icons a:hover {
  transform: scale(1.1);
}

/* Responsive */
@media (max-width: 576px) {
  .kurum-ilan-card {
    flex-direction: column;
    align-items: flex-start;
  }
  .kurum-ilan-card .d-flex.align-items-center {
    margin-top: 10px;
  }
}

/* Rehber Kartları */
.rehber-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.rehber-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.rehber-card .icon {
  color: #89ba16;
}
.rehber-card h5 {
  font-weight: 600;
}
.rehber-card p {
  font-size: 0.95rem;
}

/* Responsive */
@media (max-width: 768px) {
  .rehber-card {
    text-align: center;
  }
}

/* Feature Kartları */
.feature-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}
.feature-card .icon {
  color: #89ba16;
}
.feature-card h5 {
  font-weight: 600;
}
.feature-card p {
  font-size: 0.95rem;
  color: #555;
}

/* Responsive */
@media (max-width: 768px) {
  .feature-card {
    text-align: center;
  }
}

/* Genel Metin Stili */
.modern-text {
  font-size: 1rem;
  color: #444;
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

/* Başlık Stilleri */
.section-subtitle {
  font-weight: 700;
  color: #222;
  margin-bottom: 1rem;
  border-left: 4px solid #89ba16;
  padding-left: 12px;
}

/* Responsive */
@media (max-width: 768px) {
  .modern-text {
    font-size: 0.95rem;
  }
}





/* GENEL METİN VE BAŞLIKLAR */
    .modern-text { font-size:1rem; color:#444; line-height:1.8; margin-bottom:1.5rem; }
    .section-subtitle { font-weight:700; color:#222; margin-bottom:1rem; border-left:4px solid #89ba16; padding-left:12px; }
    .section-title { position: relative; display:inline-block; }
    .section-title::after { content:""; position:absolute; left:0; bottom:-10px; width:50px; height:3px; background:#89ba16; border-radius:2px; }
    @media(max-width:768px){ .modern-text{ font-size:0.95rem; } }

    /* HERO FORM */
    .hero-glass-form { backdrop-filter: blur(10px); background-color: rgba(255,255,255,0.1); }

    /* KURUM HORIZONTAL CARD */
    .kurum-horizontal-card { transition: transform 0.3s ease, box-shadow 0.3s ease; cursor:pointer; }
    .kurum-horizontal-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.2); }

    /* İLAN KART HOVER */
    .kurum-ilan-card:hover { background-color: #f0f0f0; transform: translateY(-3px); transition:0.3s; }
    .kurum-ilan-card .ilan-icons { display:flex !important; }

    /* FEATURE CARD */
    .feature-card { transition: transform 0.3s ease, box-shadow 0.3s ease; }
    .feature-card:hover { transform: translateY(-5px); box-shadow: 0 10px 20px rgba(0,0,0,0.1); }

    /* FOOTER FEATURE HOVER */
    .footer-feature span { transition: transform 0.3s ease; }
    .footer-feature:hover span { transform: scale(1.2); }

    /* COUNTER */
    .counter { font-size: 2rem; font-weight: 700; color:#fff; }

/* BLOG */
/* BLOG PREMIUM CARDS */
/* ===== PREMIUM BLOG LIST ===== */

.blog-card{
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(8px);
  border-radius: 22px;
  padding: 18px;
  height: 100%;
  transition: 
    transform .35s cubic-bezier(.22,1,.36,1),
    box-shadow .35s cubic-bezier(.22,1,.36,1);
  box-shadow:
    0 8px 20px rgba(0,0,0,.06),
    0 2px 6px rgba(0,0,0,.04);
  overflow: hidden;
  
}

.blog-card:hover{
  transform: translateY(-6px);
  box-shadow:
    0 25px 50px rgba(0,0,0,.12),
    0 8px 16px rgba(0,0,0,.08);
}
.blog-card{
  animation: fadeUp .6s ease both;
}

@keyframes fadeUp{
  from{
    opacity:0;
    transform:translateY(20px);
  }
  to{
    opacity:1;
    transform:none;
  }
}

/* IMAGE */
.blog-card img{
  width:100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border-radius: 16px;
  transition: transform .6s cubic-bezier(.22,1,.36,1);
}

.blog-card:hover img{
  transform: scale(1.06);
}

/* TITLE */
.blog-card h3{
  font-size: 15.5px;
  line-height: 1.45;
  font-weight: 600;
  margin: 14px 0 6px;
  letter-spacing: -.01em;
}

.blog-card h3 a{
  color:#111827;
  text-decoration:none;
}

.blog-card h3 a:hover{
  text-decoration: underline;
}

/* META */
.blog-card .text-muted{
  font-size: 13px;
  color:#6b7280;
  display:flex;
  align-items:center;
  gap:6px;
}

/* GRID SPACING */
.blog-layout .row{
  row-gap: 12px;
}


/* ===== BLOG SIDEBAR ===== */
/* BOX */
.sidebar-box{
  background: rgba(255,255,255,.88);
  backdrop-filter: blur(10px);
  border-radius: 22px;
  padding: 20px;
  box-shadow:
    0 10px 30px rgba(0,0,0,.08),
    0 2px 8px rgba(0,0,0,.04);
}

/* TITLES */
.sidebar-title{
  font-size:15px;
  font-weight:600;
  margin-bottom:14px;
  letter-spacing:-.01em;
}

/* CATEGORY LIST */
.sidebar-list{
  list-style:none;
  padding:0;
  margin:0;
}

.sidebar-list li{
  margin-bottom:8px;
}

.sidebar-list a{
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:8px 10px;
  border-radius:12px;
  text-decoration:none;
  font-size:14px;
  color:#111827;
  transition:.2s;
}

.sidebar-list a span{
  font-size:12px;
  color:#6b7280;
}

.sidebar-list a:hover{
  background:#f3f4f6;
}

/* TAG CLOUD */
.tag-cloud{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}

.tag-cloud a{
  padding:6px 12px;
  border-radius:999px;
  background:#f1f5f9;
  font-size:13px;
  text-decoration:none;
  color:#374151;
  transition:.2s;
}

.tag-cloud a:hover{
  background:#111827;
  color:#fff;
}
.mini-posts{
  display:flex;
  flex-direction:column;
  gap:12px;
}

.mini-post{
  display:flex;
  gap:10px;
  text-decoration:none;
  color:#111827;
}

.mini-post img{
  width:56px;
  height:56px;
  object-fit:cover;
  border-radius:14px;
}

.mini-post span{
  font-size:12px;
  color:#6b7280;
}

.mini-post strong{
  font-size:13px;
  line-height:1.3;
  display:block;
}

.mini-post:hover strong{
  text-decoration:underline;
}

/* ADS */
.ad-box img,
.sponsor-box img{
  width:100%;
  border-radius:16px;
}

.ad-label,
.sponsor-label{
  font-size:11px;
  text-transform:uppercase;
  letter-spacing:.05em;
  color:#9ca3af;
  display:block;
  margin-bottom:8px;
}


/* Popüler yazılar */
.sidebar-post a {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.sidebar-post img {
  width: 60px;
  height: 60px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 10px;
}

.sidebar-post h5 {
  font-size: 14px;
  margin: 0;
}

.sidebar-post span {
  font-size: 12px;
  color: #888;
}

/* Etiketler */
.tag-cloud a {
  display: inline-block;
  font-size: 12px;
  padding: 6px 10px;
  background: #f1f3f5;
  border-radius: 20px;
  margin: 4px;
}

.tag-cloud a:hover {
  background: #89ba16;
  color: #fff;
}


/* REKLAM & SPONSOR */
.ad-box img,
.sponsor-box img {
  width: 100%;
  border-radius: 10px;
}

.ad-label,
.sponsor-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  background: #f1f3f5;
  padding: 4px 10px;
  border-radius: 20px;
  margin-bottom: 10px;
  color: #666;
}

/* Sponsor vurgusu */
.sponsor-label {
  background: #e8f5e9;
  color: #2e7d32;
}











.blog-detail h3 {
  margin-top: 30px;
  font-size: 22px;
}

.blog-detail blockquote {
  background: #f8f9fa;
  border-left: 4px solid #89ba16;
  padding: 15px;
  margin: 20px 0;
  font-style: italic;
}

.blog-tags a {
  display: inline-block;
  background: #f1f3f5;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 13px;
  margin-right: 6px;
}

.blog-tags a:hover {
  background: #89ba16;
  color: #fff;
}

.blog-share a {
  margin-right: 10px;
  font-size: 14px;
}




/* BECAYİŞ LİSTE */
/* BECAYİŞ TABLO */
/* Wrapper */
.becayis-table-wrapper {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0,0,0,.05);
  overflow: hidden;
}

/* Table */
.becayis-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}

.becayis-table thead {
  background: #f8fafc;
}

.becayis-table th {
  padding: 16px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #6b7280;
  text-transform: uppercase;
  border-bottom: 1px solid #e5e7eb;
}

.becayis-table td {
  padding: 18px;
  vertical-align: middle;
  border-bottom: 1px solid #f1f5f9;
}

.becayis-table tbody tr {
  transition: all .2s ease;
}

.becayis-table tbody tr:hover {
  background: #f9fafb;
}

/* Profil */
/* === MINI AVATAR === */
.avatar {
  width: 32px !important;
  height: 32px !important;
  min-width: 32px;
  min-height: 32px;
  max-width: 32px;
  max-height: 32px;

  border-radius: 50%;
  border: 1.5px solid #e5e7eb;
  overflow: hidden;

  background-color: #f3f4f6;

  display: inline-flex;
  align-items: center;
  justify-content: center;

  flex-shrink: 0;
}


.avatar img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block;
}

.status-dot {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
}

.status-dot.online {
  background: #22c55e; /* yeşil */
}

.status-dot.offline {
  background: #9ca3af; /* gri */
}

.avatar {
  position: relative;
}

body {
  overflow-x: hidden;
}

/* ilanlarrrrrrr */

/* GENEL */
body { overflow-x: hidden; }

/* LAYOUT */
.ilan-layout {
  display: grid;
  grid-template-columns: 280px 1fr;
  gap: 30px;
}
@media (max-width: 992px) {
  .ilan-layout {
    grid-template-columns: 1fr;
  }
}

/* SIDEBAR */
.filter-box, .reklam-box {
  background: #fff;
  border-radius: 14px;
  padding: 18px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}
.kurum-list {
  max-height: 260px;
  overflow-y: auto;
}

/* TABLO */
.becayis-table-wrapper {
  background: #fff;
  border-radius: 14px;
  padding: 10px;
  box-shadow: 0 10px 25px rgba(0,0,0,.06);
}

.becayis-table {
  width: 100%;
  border-collapse: collapse;
}

.becayis-table th {
  font-size: 13px;
  color: #777;
  text-align: left;
  padding: 10px;
}

.becayis-table td {
  padding: 14px;
  border-top: 1px solid #eee;
}

/* USER */
.user-cell {
  display: flex;
  align-items: center;
}
.avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e5e7eb;
  position: relative;
  margin-right: 10px;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.status-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  border: 2px solid #fff;
}
.online { background:#22c55e; }
.offline { background:#9ca3af; }

.location-cell small {
  color:#777;
  display:block;
}

.date-text {
  font-size:12px;
  color:#999;
  margin-top:6px;
}

/* 🔥 MOBİL TABLE → CARD */
@media (max-width: 768px) {

  .becayis-table thead {
    display: none;
  }

  .becayis-table,
  .becayis-table tbody,
  .becayis-table tr,
  .becayis-table td {
    display: block;
    width: 100%;
  }

  .becayis-table tr {
    background: #fff;
    margin-bottom: 15px;
    padding: 15px;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,.06);
  }

  .becayis-table td {
    border: none;
    padding: 8px 0;
  }

  .becayis-table td::before {
    content: attr(data-label);
    font-weight: 600;
    color: #6b7280;
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
  }

  .text-right {
    text-align: left !important;
  }
}


/* === MOBİL BOTTOM SHEET === */
.filter-sheet {
  position: fixed;
  inset: 0;
  z-index: 1060;
  display: none;
}

.filter-sheet.show {
  display: block;
}

.filter-sheet-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.4);
}

.filter-sheet-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 18px 18px 0 0;
  max-height: 85%;
  display: flex;
  flex-direction: column;
  animation: slideUp .25s ease;
}

@keyframes slideUp {
  from { transform: translateY(100%); }
  to { transform: translateY(0); }
}

.sheet-header {
  padding: 14px 18px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
}

.sheet-header button {
  background: none;
  border: none;
  font-size: 20px;
}

.sheet-body {
  padding: 15px 18px;
  overflow-y: auto;
  flex: 1;
}

.sheet-footer {
  padding: 12px 18px;
  display: flex;
  border-top: 1px solid #eee;
}

@media (max-width: 992px) {
  aside {
    display: none !important;
  }
}

/* MOBILE BOTTOM BAR */
/* PREMIUM MOBILE BOTTOM BAR */
.mobile-bottom-bar {
  position: fixed;
  bottom: 14px;
  left: 14px;
  right: 14px;
  height: 66px;
  background: rgba(255,255,255,.75);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  box-shadow:
    0 10px 30px rgba(0,0,0,.12),
    inset 0 1px 0 rgba(255,255,255,.4);
  z-index: 9999;
  transition: transform .35s ease;
}

/* NAV ITEM */
.mobile-bottom-bar .nav-item {
  text-align: center;
  color: #6b7280;
  font-size: 11px;
  transition: all .25s ease;
}

.mobile-bottom-bar .nav-item span {
  font-size: 22px;
  display: block;
  margin-bottom: 2px;
}

/* ACTIVE */
.mobile-bottom-bar .nav-item.active {
  color: #89ba16;
  transform: translateY(-2px) scale(1.05);
}

/* FAB (ORTA BUTON) */
.mobile-bottom-bar .fab {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg,#89ba16,#89ba16);
  color: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -32px;
  box-shadow:
    0 15px 35px rgba(1, 15, 0, 0.55);
}

.mobile-bottom-bar .fab span {
  font-size: 26px;
  margin: 0;
}

/* LABEL GİZLE FAB */
.mobile-bottom-bar .fab small {
  display: none;
}

/* CONTENT ALT BOŞLUK */
@media (max-width: 991px) {
  body {
    padding-bottom: 100px;
  }
}

/* =======================
   PROFILE MINI MENU
======================= */
.profile-menu-trigger{
  cursor: pointer;
}

.profile-mini-menu{
  position: absolute;
  bottom: 75px;
  right: 0;
  width: 180px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 15px 40px rgba(0,0,0,.15);
  padding: 10px;
  opacity: 0;
  transform: translateY(10px);
  pointer-events: none;
  transition: all .25s ease;
}

.profile-mini-menu.show{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.profile-mini-menu a{
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #333;
  text-decoration: none;
  border-radius: 8px;
  font-size: 14px;
}

.profile-mini-menu a:hover{
  background: #f1f3f5;
}

.profile-mini-menu .logout{
  color: #dc3545;
}


/* =====================
   PROFILE HERO BAR
===================== */

.profile-hero{
  padding:20px 0;
}

/* ROW */
.profile-hero-row{
  min-height:96px;
}

/* USER */
.profile-user{
  display:flex;
  align-items:center;
  gap:15px;
  color:#fff;
}

/* AVATAR */
.profile-avatar{
  width:64px;
  height:64px;
  border-radius:50%;
  overflow:hidden;
  border:3px solid #89ba16;
  position:relative;
  background:#fff;
  flex-shrink:0;
}

.profile-avatar img{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* STATUS */
.status-dot{
  width:12px;
  height:12px;
  border-radius:50%;
  position:absolute;
  bottom:4px;
  right:4px;
  border:2px solid #fff;
}
.status-dot.online{ background:#22c55e; }

/* USER INFO */
.profile-user-info h1{
  font-size:18px;
  margin:0;
  font-weight:600;
  color:#fff;
}
.profile-user-info small{
  font-size:13px;
  opacity:.85;
}

/* MENU */
.profile-menu{
  display:flex;
  justify-content:flex-end;
  gap:8px;
}

.profile-menu a{
  padding:8px 14px;
  border-radius:3px;
  font-size:13px;
  color:#fff;
  text-decoration:none;
  background:rgba(255,255,255,.12);
  transition:.25s;
  white-space:nowrap;
}

.profile-menu a:hover,
.profile-menu a.active{
  background:#89ba16;
  color:#fff;
}

/* MOBILE */
@media(max-width:768px){

  .profile-hero{
    padding:22px 0 26px;
  }

  .profile-menu{
    margin-top:14px;
    justify-content:flex-start;
    overflow-x:auto;
    padding-bottom:4px;
  }

  .profile-menu::-webkit-scrollbar{
    display:none;
  }
}


/* =====================
   PROFILE PAGE
===================== */

.profile-sidebar{
  background:#fff;
  border-radius:14px;
  padding:15px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
}

.profile-sidebar a{
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 14px;
  border-radius:10px;
  color:#333;
  font-size:14px;
  margin-bottom:6px;
  transition:.2s;
}

.profile-sidebar a:hover,
.profile-sidebar a.active{
  background:#f1f5f9;
  color:#89ba16;
}

.profile-sidebar .logout{
  color:#dc3545;
}

.profile-card{
  background:#fff;
  border-radius:16px;
  padding:25px;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
}

/* MOBILE */
@media(max-width:768px){
  .profile-sidebar{
    display:flex;
    overflow-x:auto;
    gap:8px;
  }

  .profile-sidebar a{
    white-space:nowrap;
    margin-bottom:0;
  }
}

/* users ilanlar alanaı */
/* Tablar */
.nav-tabs .nav-link{
  font-weight:600;
  color:#555;
  border-radius:8px 8px 0 0;
  margin-right:6px;
  padding:10px 20px;
  transition: all .25s;
}

.nav-tabs .nav-link.active{
  background:#89ba16;
  color:#fff;
}

.table th, .table td{
  vertical-align: middle;
}

.table .badge{
  font-size:12px;
  padding:5px 8px;
  border-radius:6px;
}

@media(max-width:768px){
  .table thead{
    display:none;
  }
  .table, .table tbody, .table tr, .table td{
    display:block;
    width:100%;
  }
  .table tr{
    margin-bottom:15px;
    background:#fff;
    padding:10px;
    border-radius:10px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
  }
  .table td{
    padding:8px 0;
    border:none;
    position:relative;
  }
  .table td::before{
    content: attr(data-label);
    font-weight:600;
    display:block;
    color:#555;
    margin-bottom:4px;
  }
}






/* === NASIL CALISIR ALANI === */
/* === BECAYİŞ PREMIUM NAMESPACE === */
.becayis-premium {
  background: #fff;
}

/* Başlık */
.becayis-premium .hw-header h1 {
  font-size: 42px !important;
  font-weight: 700;
}

/* Steps */
.becayis-premium .hw-step {
  display: flex !important;
  gap: 40px;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}

/* Numara */
.becayis-premium .hw-step span {
  font-size: 28px;
  color: #999;
}

/* Box */
.becayis-premium .hw-box {
  border: 1px solid #eee;
  padding: 32px;
  background: #fff;
}




/* ===== APPLE PREMIUM HOW IT WORKS v2 ===== */

.apple-how {
  padding: 60px 0 160px;
  background: #fff;
}

/* HERO */
.apple-hero {
  max-width: 760px;
  margin: 0 auto 80px; /* 👈 HERO ile kartlar arası boşluk */
  text-align: center;
}

.apple-hero h1 {
  font-size: 56px;
  font-weight: 700;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #111;
}

.apple-hero h1 span {
  color: #89ba16;
}

.apple-hero p {
  margin-top: 28px;
  font-size: 20px;
  color: #555;
  line-height: 1.6;
}

/* STEPS GRID (YANA) */
.apple-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
}

/* CARD */
.apple-step {
  background: #fff;
  border: 1px solid #eaeaea;
  border-radius: 24px;
  padding: 40px 32px;
  box-shadow: 0 10px 30px rgba(0,0,0,.04);

  display: flex;
  flex-direction: column;
  gap: 20px;

  opacity: 0;
  transform: translateY(40px);
  transition: all .8s cubic-bezier(.2,.8,.2,1);
}

.apple-step.show {
  opacity: 1;
  transform: translateY(0);
}

/* NUM */
.apple-step .num {
  font-size: 28px;
  font-weight: 600;
  color: #bbb;
}

/* CONTENT */
.apple-step h3 {
  font-size: 22px;
  color: #111;
}

.apple-step p {
  font-size: 16px;
  color: #555;
  line-height: 1.5;
}

/* HOVER – ÇOK HAFİF */
.apple-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,.08);
}

/* TABLET */
@media (max-width: 1024px) {
  .apple-steps {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* MOBILE */
@media (max-width: 768px) {
  .apple-hero h1 {
    font-size: 36px;
  }

  .apple-hero {
    margin-bottom: 80px;
  }

  .apple-steps {
    grid-template-columns: 1fr;
  }
}

/* PROGRESS LINE */
.apple-step {
  position: relative;
  overflow: hidden;
}

.apple-step::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0%;
  background: linear-gradient(90deg, #89ba16, #e1f9aaff);
  transition: width .6s ease;
}

.apple-step:hover::after {
  width: 100%;
}

/* NUM HOVER EFFECT */
.apple-step:hover .num {
  color: #89ba16;
  transition: color .3s ease;
}

/* STAGGER BASE */
.apple-step {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity .8s cubic-bezier(.2,.8,.2,1),
    transform .8s cubic-bezier(.2,.8,.2,1);
}

/* Görünür olduğunda */
.apple-step.is-visible {
  opacity: 1;
  transform: translateY(0);
}


/* === APPLE ARTICLE === */
.apple-article {
  padding: 140px 0;
  background: #fff;
}

.article-header {
  max-width: 720px;
  margin-bottom: 80px;
}

.article-header h2 {
  font-size: 48px;
  font-weight: 700;
  letter-spacing: -0.04em;
  margin-bottom: 16px;
  color: #111;
}

.article-header p {
  font-size: 20px;
  color: #555;
  line-height: 1.6;
}

.article-content {
  max-width: 820px;
}

.article-content p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 32px;
}

.article-content h3 {
  font-size: 26px;
  margin: 64px 0 24px;
  color: #111;
}

.article-content ul {
  padding-left: 20px;
  margin-bottom: 40px;
}

.article-content ul li {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 16px;
  color: #333;
}

/* Quote */
.article-content blockquote {
  margin: 48px 0;
  padding-left: 32px;
  border-left: 4px solid #89ba16;
  font-size: 20px;
  line-height: 1.7;
  color: #111;
}

/* Law box */
.law-box {
  margin-top: 80px;
  padding: 32px;
  border-radius: 20px;
  background: #f5f5f7;
}

.law-box span {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #777;
  margin-bottom: 12px;
}

.law-box p {
  margin: 0;
  font-size: 18px;
  color: #111;
}

/* Mobile */
@media (max-width: 768px) {
  .article-header h2 {
    font-size: 34px;
  }
}

/* === SCROLL PROGRESS LINE === */
.scroll-line {
  position: fixed;
  top: 0;
  left: 32px;
  width: 2px;
  height: 100vh;
  background: rgba(0,0,0,0.05);
  z-index: 10;
}

.scroll-line span {
  display: block;
  width: 100%;
  height: 0;
  background: #89ba16;
  transition: height .1s linear;
}

/* === STICKY HEADINGS === */
.article-content h3 {
  position: sticky;
  top: 120px;
  background: #fff;
  padding: 16px 0;
  z-index: 2;
}

.article-content h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background: #89ba16;
  margin-top: 12px;
}


/* === MODAL anasayfa ilanver üye ol === */
/* BODY JUMP FIX */
body.modal-open {
  padding-right: 0 !important;
}

/* MODAL BASE */
.apple-modal {
  background: rgba(0,0,0,.35);
}

.apple-modal .modal-dialog {
  transform: scale(.96) translateY(20px);
  opacity: 0;
  transition: all .45s cubic-bezier(.2,.8,.2,1);
  will-change: transform, opacity;
}

.apple-modal.show .modal-dialog {
  transform: scale(1) translateY(0);
  opacity: 1;
}

/* MODAL CONTENT */
.apple-modal-content {
  border-radius: 18px;
  padding: 40px;
  border: none;
  text-align: center;
}

.apple-modal-content h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

/* INPUT */
.apple-modal-content input,
.apple-modal-content select,
.apple-modal-content textarea {
  font-size: 16px !important;
  line-height: 1.4; /* opsiyonel */
}

.apple-modal-content input {
  width: 100%;
  padding: 14px 16px;
  margin-bottom: 16px;
  border-radius: 12px;
  border: 1px solid #ddd;
  font-size: 16px;
  border-top: 2px solid #89ba16;
}

/* CLOSE */
.apple-close {
  position: absolute;
  top: 14px;
  right: 18px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
}

/* MOBILE TOUCH FIX */
.nav-item,
.nav-item span {
  -webkit-tap-highlight-color: transparent;
}

@media (max-width: 768px) {
  .apple-modal-content {
    padding: 28px 22px;
  }
}

/* MOBILE HESABIM MENU */

.mobile-profile-menu {
  position: absolute;
  bottom: 70px;
  right: 10px;
  background: #fffffff4;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,.15);
  min-width: 180px;
  display: none;
  z-index: 9999;
  overflow: hidden;
}

.mobile-profile-menu a,
.mobile-profile-menu .profile-name {
  display: block;
  padding: 12px 15px;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}

.mobile-profile-menu a:hover {
  background: #f5f5f5ac;
}

.mobile-profile-menu .profile-name {
  font-weight: 600;
  background: #f0f0f0;
}

.mobile-profile-menu .logout {
  color: #d00;
}


/*ilanlar page stilleri

body{
    background:#f2f2f7;
    margin:0; padding:0;
}
.container-flex{
    display:flex;
    max-width:1100px;
    margin:60px auto;
    padding:0 16px;
    gap:20px;
}
.sidebar{
    width:250px;
    display:flex;
    flex-direction:column;
    gap:20px;
}
.filter-box, .sponsor-box{
    background:#fff;
    padding:16px;
    border-radius:16px;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
}
.filter-box label{
    display:flex;
    flex-direction:column;
    font-size:0.9rem;
    margin-bottom:12px;
}
.premium-switch{
    display:flex;
    align-items:center;
    justify-content:space-between;
    font-size:0.9rem;
    margin-top:10px;
    line-height:1; 
}

/* PREMIUM SWITCH SATIRI */
.premium-switch{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    line-height:1;
}

/* Yazı */
.premium-switch span{
    display:flex;
    align-items:center;
    height:26px;                   /* switch ile birebir */
    font-weight:500;
    color:#111;
}

/* SWITCH */
.switch{
    position:relative;
    display:flex;                  /* inline-block ❌ */
    align-items:center;
    width:44px;
    height:26px;
    flex-shrink:0;
}

.switch input{
    opacity:0;
    width:0;
    height:0;
}

.slider{
    position:absolute;
    inset:0;
    background:#d1d1d6;
    border-radius:26px;
    transition:.3s;
    cursor:pointer;
}

.slider:before{
    content:"";
    position:absolute;
    height:22px;
    width:22px;
    left:2px;
    top:50%;
    transform:translateY(-50%);   /* 🔥 ALTIN DOKUNUŞ */
    background:white;
    border-radius:50%;
    transition:.3s;
    box-shadow:0 2px 6px rgba(0,0,0,.25);
}

.switch input:checked + .slider{
    background:#89ba16;
}

.switch input:checked + .slider:before{
    transform:translate(18px, -50%);
}


.filter-box h4, .sponsor-box h4{ margin:0 0 10px 0; font-size:1rem; }
.filter-box select{ width:100%; margin-top:6px; padding:6px; border-radius:8px; border:1px solid #ddd; }
.sponsor-content img{ width:100%; border-radius:12px; }

.ilan-list{ flex:1; display:flex; flex-direction:column; gap:16px; }


.pagination{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
    margin:40px 0 20px;
}

.pagination a{
    min-width:36px;
    height:36px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:12px;
    background:#fff;
    color:#111;
    font-size:14px;
    text-decoration:none;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
    transition:.2s;
}

.pagination a:hover{
    background:#f2f2f7;
}

.pagination a.active{
    background:#89ba16;
    color:#fff;
    font-weight:600;
}

.pagination a.disabled{
    pointer-events:none;
    opacity:.4;
}



/* CARD */
.ilan-card{
    display:flex;
    align-items:flex-start;
    gap:16px;
    padding:16px;
    border-radius:20px;
    background:#fff;
    box-shadow:0 8px 20px rgba(0,0,0,0.08);
    transition:transform .15s ease, box-shadow .15s ease;
}
.ilan-avatar img{ width:80px; height:80px; border-radius:50%; object-fit:cover; border:2px solid #f2f2f7; }
.ilan-content{ flex:1; display:flex; flex-direction:column; gap:6px; }
.ilan-content strong{ font-size:16px; color:#111; }
.kurum-unvan{ font-size:14px; color:#555; margin:0; }
.swap-row{ display:flex; align-items:center; gap:12px; font-size:13px; color:#555; margin-top:4px; }
.swap-row small{ font-weight:600; color:#888; }
.arrow{ margin:0 6px; color:#89ba16; font-weight:600; }
.date{ font-size:11px; color:#aaa; margin-top:4px; }

.ilan-actions{ display:flex; gap:8px; margin-left:auto; align-items:center; }
.ilan-actions button{ background:#f5f5f7; border:none; padding:8px; border-radius:12px; font-size:18px; color:#89ba16; cursor:pointer; transition: all .2s ease; }
.ilan-actions button:hover{ background:#e0e0e5; transform:scale(1.1); }
.ilan-actions .favorited{ color:#ff6b81; }

.blur-avatar { filter: blur(6px); pointer-events:none; }

/* MOBIL */
@media(max-width:768px){
    .container-flex{ flex-direction:column; }
    .sidebar{ width:100%; }
    .ilan-card{ flex-direction:column; align-items:center; text-align:center; padding:12px; gap:8px; border-radius:14px; }
    .ilan-avatar img{ width:60px; height:60px; border-width:1px; }
    .ilan-content{ gap:4px; width:100%; display:flex; flex-direction:column; align-items:center; }
    .swap-row{ flex-direction:column; gap:2px; font-size:12px; align-items:center; }
    .kurum-unvan{ font-size:13px; }
    .date{ font-size:10px; }
    .ilan-actions button{ padding:6px; font-size:16px; }
}

.modal-content input,
.modal-content select,
.modal-content textarea {
    font-size: 16px !important;
}




