﻿/* Base */
body {
  line-height: 1.7;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
  font-family: "Roboto Mono", SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

::selection {
  background: #000;
  color: #fff; }

.line-height-sm {
  line-height: 1.4 !important; }

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

.text-black {
  color: #000 !important; }

.line-height-sm {
  line-height: 1.3; }

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden; }

.offcanvas-menu .site-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden; }
  .offcanvas-menu .site-wrap:before {
    opacity: 1;
    visibility: visible; }

.pb-20 {
    padding-bottom: 20px;
}

.btn {
  position: relative;
  top: 0; }
  .btn:hover, .btn:active, .btn:focus {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .btn.btn-secondary {
    background-color: #e6e7e9;
    border-color: #e6e7e9;
    color: #000; }
  .btn.btn-primary {
    color: #fff; }

.form-control {
  height: 47px; }
  .form-control:active, .form-control:focus {
    border-color: #26baee; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }

.site-section {
  padding: 3em 0; }
  @media (min-width: 768px) {
    .site-section {
      padding: 50px 0; } }

.footer-wrapper {
    background: #A4CD39;
}

.footer-wrapper .footer-area .footer-pera p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 19px;
    line-height: 1.8
}

.footer-wrapper .footer-area .footer-tittle h4 {
    color: #000000;
    font-size: 20px;
    margin-bottom: 30px;
    font-weight: 400
}

.footer-wrapper .footer-area .footer-tittle ul li {
    margin-bottom: 15px
}

.footer-wrapper .footer-area .footer-tittle ul li a {
    color: #000000;
    font-weight: 300;
    font-size: 18px;
    text-decoration: underline transparent
}

.footer-wrapper .footer-area .footer-tittle ul li a:hover {
    color: #000000;
    text-decoration: underline
}

.footer-wrapper .footer-area .footer-tittle ul li span {
    color: red
}

.footer-wrapper .footer-area .footer-tittle p {
    color: #000000;
    font-size: 16px
}

.footer-wrapper .footer-area .footer-form form {
    position: relative
}

.footer-wrapper .footer-area .footer-form form input {
    width: 100%;
    height: 50px;
    padding: 10px 20px;
    border: 1px solid #000000;
    border-radius: 30px;
    background: none;
    color: #A4A6AE
}

.footer-wrapper .footer-area .footer-form form input::placeholder {
    color: #000000;
    font-size: 16px
}

.footer-wrapper .footer-area .footer-form form .form-icon button {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 17px 22px;
    line-height: 1;
    border-radius: 0 3px 3px 0
}

.footer-wrapper .footer-area .footer-form form .form-icon button i {
    color: #000000;
}

.footer-wrapper .footer-area .info.error {
    color: #000000;
}

.footer-bottom-area .footer-border {
    padding-top: 39px;
    padding-bottom: 1px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

@media (max-width: 575px) {
    .footer-bottom-area .footer-border {
        padding-top: 0
    }
}

.footer-bottom-area .footer-copy-right p {
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    line-height: 2
}

.footer-bottom-area .footer-copy-right p i {
    color: #8056A9;
}

.footer-bottom-area .footer-copy-right p a {
    color: #000000;
}

.footer-social a {
    color: #000000;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    margin-right: 24px
}

.footer-social a i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    display: inline-block;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg)
}

.footer-social a:hover {
    color: #000000
}

.footer-social a:hover i {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg)
}

.text-gray-500 {
  color: #adb5bd !important; }

/* Navbar */

.site-navbar {
  margin-bottom: 0px;
  width: 100%;
  border-bottom: none;
  z-index: 2;
  position: relative; }
  .site-navbar .site-navigation .site-menu {
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0; }
    .site-navbar .site-navigation .site-menu .active > a {
      color: #000; }
    .site-navbar .site-navigation .site-menu a {
      text-decoration: none !important;
      display: inline-block; }
    .site-navbar .site-navigation .site-menu > li {
      display: inline-block;
      padding: 10px 5px; }
      .site-navbar .site-navigation .site-menu > li > a {
        padding: 10px 10px;
        letter-spacing: .05em;
        color: rgba(0, 0, 0, 0.6);
        text-decoration: none !important; }
        .site-navbar .site-navigation .site-menu > li > a:hover {
          color: #000; }
      .site-navbar .site-navigation .site-menu > li:last-child {
        padding-right: 0; }
        .site-navbar .site-navigation .site-menu > li:last-child > a {
          padding-right: 0; }
    .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: "\f107";
          font-size: 16px;
          top: 50%;
          right: 0;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          font-family: "Font Awesome 6 Pro"; }
      .site-navbar .site-navigation .site-menu .has-children .dropdown {
        visibility: hidden;
        opacity: 0;
        top: 100%;
        position: absolute;
        text-align: left;
        -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.25);
        border-left: 1px solid #edf0f5;
        border-right: 1px solid #edf0f5;
        border-bottom: 1px solid #edf0f5;
        padding: 10px 0;
        margin-top: 20px;
        margin-left: 0px;
        background: #fff;
        -webkit-transition: 0.2s 0s;
        -o-transition: 0.2s 0s;
        transition: 0.2s 0s;
        width: 230px;
}
        .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 .active > a {
          color: #000 !important; }
        .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: 5px 20px;
            display: block; }
            .site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
              color: #26baee; }
          .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 > .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 {
            color: #26baee; }
      .site-navbar .site-navigation .site-menu .has-children:hover > a, .site-navbar .site-navigation .site-menu .has-children:focus > a, .site-navbar .site-navigation .site-menu .has-children:active > a {
        color: #26baee; }
      .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-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: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out; }
  .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: #25262a; }
  .site-mobile-menu .site-mobile-menu-body {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: relative;
    padding: 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: #26baee; }
    .site-mobile-menu .site-nav-wrap li {
      position: relative;
      display: block; }
      .site-mobile-menu .site-nav-wrap li.active > a {
        color: #26baee; }
    .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; }

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top; }
  .site-blocks-cover.overlay {
    position: relative; }
    .site-blocks-cover.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: 0;
      right: 0;
      top: 0;
      background: rgba(0, 0, 0, 0.4); }
  .site-blocks-cover, .site-blocks-cover .row-custom {
    min-height: 600px;
    height: calc(100vh); }
  .site-blocks-cover h1 {
    font-weight: 900;
    color: #fff;
    font-size: 3rem; }
    .site-blocks-cover h1 strong {
      font-weight: 900; }
    @media (min-width: 768px) {
      .site-blocks-cover h1 {
        font-size: 4rem;
        font-weight: 300;
        line-height: 1.2; } }
  .site-blocks-cover p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.5; }

 .slide-one-item {
  position: relative;
  z-index: 1; }
   .slide-one-item .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
     .slide-one-item .owl-nav .owl-prev, .slide-one-item .owl-nav .owl-next {
      position: relative;
      display: inline-block;
      padding: 20px;
      font-size: 30px;
      color: #fff; }
       .slide-one-item .owl-nav .owl-prev.disabled, .slide-one-item .owl-nav .owl-next.disabled {
        opacity: .2; }

#date-countdown .countdown-block {
  color: rgba(255, 255, 255, 0.4); }

#date-countdown .label {
  font-size: 40px;
  color: #fff; }

.player {
  position: relative; }
  .player img {
    max-width: 100px;
    border-radius: 50%;
    margin-bottom: 20px; }
  .player h2 {
    font-size: 20px;
    letter-spacing: .2em;
    text-transform: uppercase; }
  .player .position {
    font-size: 14px;
    color: #b3b3b3;
    text-transform: uppercase; }

.site-block-27 ul, .site-block-27 ul li {
  padding: 0;
  margin: 0; }

.site-block-27 ul li {
  display: inline-block;
  margin-bottom: 4px; }
  .site-block-27 ul li i {
    position: relative;
    top: 2px; }
  .site-block-27 ul li a, .site-block-27 ul li span {
    text-align: center;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #ccc; }
  .site-block-27 ul li.active a, .site-block-27 ul li.active span {
    background: #26baee;
    color: #fff;
    border: 1px solid transparent; }

.site-block-check {
  padding: 0;
  margin: 0 0 30px 0; }
  .site-block-check li {
    padding: 0;
    margin: 0; }
  .site-block-check li {
    display: block;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px; }
    .site-block-check li:before {
      position: absolute;
      color: #7cbd1e;
      left: 0;
      top: -.3rem;
      font-family: "Font Awesome 6 Pro";
      font-size: 1.1rem;
      content: "\e5ca"; }

.select-wrap {
  position: relative; }
  .select-wrap select {
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  .select-wrap .arrow-down, .select-wrap .icon {
    position: absolute;
    right: 10px;
    top: 50%;
    font-size: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.unit-3 {
  padding: 30px;
  border: 2px solid #e6e6e6;
  position: relative;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .unit-3 .unit-3-heading, .unit-3 .unit-3-body {
    position: relative;
    z-index: 2; }
  .unit-3 .unit-3-icon-wrap {
    position: relative;
    height: 68px;
    width: 59px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 59px;
    flex: 0 0 59px; }
  .unit-3 .unit-3-svg {
    position: absolute;
    stroke: #e9ecef;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .unit-3 .unit-3-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2rem;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
  .unit-3 p {
    color: #b3b3b3; }
  .unit-3:hover {
    border: 2px solid #26baee; }

.block-4 .nonloop-block-4 .owl-stage {
  padding-bottom: 2em; }

.block-4 .nonloop-block-4 .owl-nav {
  z-index: 2;
  position: absolute;
  width: 100%;
  bottom: -2px; }
  .block-4 .nonloop-block-4 .owl-nav .owl-prev, .block-4 .nonloop-block-4 .owl-nav .owl-next {
    opacity: .2;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: absolute; }
    .block-4 .nonloop-block-4 .owl-nav .owl-prev:hover, .block-4 .nonloop-block-4 .owl-nav .owl-next:hover {
      opacity: 1; }
    .block-4 .nonloop-block-4 .owl-nav .owl-prev.disabled, .block-4 .nonloop-block-4 .owl-nav .owl-next.disabled {
      display: none; }
    .block-4 .nonloop-block-4 .owl-nav .owl-prev span, .block-4 .nonloop-block-4 .owl-nav .owl-next span {
      font-size: 30px; }
  .block-4 .nonloop-block-4 .owl-nav .owl-prev {
    left: 50px; }
  .block-4 .nonloop-block-4 .owl-nav .owl-next {
    right: 50px; }

.block-4 .nonloop-block-4 .owl-dots {
  bottom: -40px;
  position: absolute;
  width: 100%;
  text-align: center; }
  .block-4 .nonloop-block-4 .owl-dots .owl-dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease; }
    .block-4 .nonloop-block-4 .owl-dots .owl-dot.active {
      background: #26baee; }

.block-38 {
  text-align: center; }
  .block-38 .block-38-header .block-38-heading {
    font-size: 18px;
    color: #000;
    margin: 0;
    font-weight: 300; }
  .block-38 .block-38-header .block-38-subheading {
    color: #b3b3b3;
    margin: 0 0 20px 0;
    text-transform: uppercase; }
  .block-38 .block-38-header img {
    width: 90px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 20px; }
  .block-38 .block-38-body {
    font-size: 1.1rem; }

.unit-5 {
  padding-top: 8rem;
  padding-bottom: 50px;
  background-size: cover;
  background-position: center center;
  height:300px;
}
  .unit-5.overlay {
    position: relative;
        z-index: 1; }
    .unit-5.overlay:before {
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      z-index: 1;
      background: rgba(0, 0, 0, 0.5); }
  .unit-5 > .container {
    z-index: 2;
    position: relative; }
  .unit-5 h2 {
    color: #fff;
    font-size: 3rem; }

.unit-6 {
  color: #fff; }
  .unit-6 .sep {
    color: rgba(255, 255, 255, 0.2);
    margin: 0 10px; }

.unit-8 .accordion-item .heading {
  font-size: 1.2rem;
  font-weight: 400;
  padding: 10px 0; }
  .unit-8 .accordion-item .heading > a {
    padding-left: 35px;
    position: relative;
    color: #000; }
    .unit-8 .accordion-item .heading > a:before {
      width: 20px;
      height: 20px;
      line-height: 18px;
      border: 1px solid #ccc;
      text-align: center;
      font-size: 18px;
      top: .1em;
      left: 0; }
    .unit-8 .accordion-item .heading > a[aria-expanded=true]:before {
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      content: "\e316";
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease;
      background: #26baee;
      color: #fff;
      border: 1px solid #26baee; }
    .unit-8 .accordion-item .heading > a[aria-expanded=false]:before {
      content: "\e313";
      color: #ccc;
      font-family: "Font Awesome 6 Pro";
      position: absolute;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }

.unit-8 .accordion-item .body-text {
  padding: 5px 0;
  padding-left: 30px; }

.job-search .btn {
  height: 47px; }

.job-search > ul {
  position: relative;
  z-index: 1;
  top: 20px; }
  .job-search > ul a {
    text-transform: uppercase;
    color: #000;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: .1em; }

.job-search .tab-content {
  position: relative;
  z-index: 2; }

.job-post-item {
  background: #fff;
  position: relative;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
  top: 0;
  z-index: 1;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .job-post-item .btn-favorite {
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    margin: 0 !important; }
    .job-post-item .btn-favorite.active, .job-post-item .btn-favorite:hover {
      border-color: #f23a2e;
      background: #f23a2e;
      color: #fff !important; }
  .job-post-item.last {
    border-bottom: 1px solid transparent; }
  .job-post-item .badge-wrap {
    position: relative;
    top: -5px; }
  .job-post-item .badge {
    border-radius: 30px; }
  .job-post-item:hover, .job-post-item:focus {
    -webkit-box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 40px -5px rgba(0, 0, 0, 0.2);
    top: -5px;
    z-index: 2; }

.unit-8 .img-a img {
  opacity: 1;
  -webkit-transition: .2s all ease-in-out;
  -o-transition: .2s all ease-in-out;
  transition: .2s all ease-in-out;
  top: 0;
  position: relative; }

.unit-8:hover .img-a img {
  opacity: .5;
  top: -5px; }

.top-destination .place {
  display: block;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  .top-destination .place:hover, .top-destination .place:focus {
    opacity: .7; }
  .top-destination .place img {
    max-width: 100%;
    margin-bottom: 20px; }
  .top-destination .place h2 {
    font-size: 18px;
    line-height: 1.5; }
  .top-destination .place p {
    font-size: 13px;
    color: #ccc; }


.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
	width: 100%;
}

 .faq {
     position: relative;
     display: -ms-flexbox;
     display: flex;
     -ms-flex-direction: column;
     flex-direction: column;
     min-width: 0;
     word-wrap: break-word;
     background-color: #fff;
     background-clip: border-box;
     border-bottom: 1px solid rgba(0, 0, 0, 0.125);
     border-radius: 0.25rem;
}

 .btn-faq {
     background: #ffffff;
     padding: 27px 44px;
     color: #10285d;
     cursor: pointer;
     display: inline-block;
     font-size: 14 px;
     -moz-user-select: none;
     font-weight: 700;
     letter-spacing: 1px;
     line-height: 0;
     margin-bottom: 0;
     margin: 10px;
     cursor: pointer;
     position: relative;
     z-index: 1;
     overflow: hidden;
     margin: 0;
     border: none;
     transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
 .btn-faq:hover {
     background: transparent;
     color: #55CAE8!important;
}

.answer-body {
	padding: 1rem 4rem;
}

.answer-body i {
	margin-right: 1rem;
}

.faq-container i {
	margin: 0 1rem;
}

.listing-card {
	box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 5px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}

.listing-img {
    object-fit: fill;
    align-self: flex-start;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.listing-img img {
    width: 100%;
    height: auto;
}

.listing-content {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 1.5rem;
    text-decoration: none;
    display: flex;
    position: relative;
    overflow: visible;
}

.listing-content a {
	font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px;
    color: #635c5c;
}

.listing-title {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: 1.4rem;
    font-size: 1.1rem;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    position: relative;
    height: 2rem;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 1rem;
	width: 100%;
}

.heading-section h2, .heading-section .h2 {
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
}

.search-property-1 {
    background: #fff;
    border-radius: 5px;
}

.search-property-1 .form-group {
    position: relative;
    margin-bottom: 0;
    width: 100%;
	border: 1px solid #635c5c;
}

.search-property-1 .form-group .form-field {
    position: relative;
    display: block;
}

.search-property-1 .form-group .icon {
    position: absolute;
    top: 51%;
    left: 0;
    font-size: 16px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(0, 0, 0, 0.1);
}

.search-property-1 .form-group .form-control {
    padding: 0;
    padding-left: 20px;
    display: block;
    width: 100%;
    height: inherit !important;
    font-size: 14px;
    border: none !important;
    color: rgba(0, 0, 0, 0.4) !important;
    background: transparent !important;
    border-radius: 0;
}

.p-3 {
    padding: 1rem !important;
}

.tag a {
	color: #8056A9;
}

.grid {
    background-color: #F2EB19;
    display: inline-block;
    border-radius: 50%;
    min-width: 35px;
    min-height: 35px;
    padding: 5px;
    text-align: center;
}

.single-blog {
    box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
    border-radius: 5px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    background-color: #fff;
}

.single-blog-info {
	padding: 10px;
}

.single-blog-info h4 {
	font-size: 1.2rem;
}

.single-blog-info p {
	color: #000000;
}

.single-blog-info p a {
	color: #000000;
	text-decoration: none;
}

.intro-item {
    padding-bottom: 30px;
    border-bottom: 1px solid #EEEEEE;
    margin-bottom: 30px;
}

.intro-share .share-btn {
    margin-bottom: 45px;
}

.intro-share .share-icon a {
    width: 46px;
    height: 46px;
    border: 1px solid #CED0D9;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    border-radius: 50%;
    color: #CED0D9;
    line-height: 42px;
    margin-left: 7px;
}

.intro-share .share-btn a {
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.2px;
    background: #8056A9;
    padding: 7px 22px;
    margin-left: 14px;
}

.location-map {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 400px;
}

.location-map iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.listing-desc {
    margin-bottom: 50px;
}

.listing-img {
    margin-bottom: 50px;
}

.google_map {
	width: 100%; height: 500px;
}

.google_map iframe {
	width: 100%; height: 100%;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.artwalk-section {
    position: relative;
    z-index: 1;
    padding-top: 110px;
    padding-bottom: 0;
}

.artwalk-section:after {
    position: absolute;
    left: 50%;
    top: 52px;
    background-image: url(../images/line.png);
    height: 1556px;
    width: 319px;
    content: "";
    -webkit-transform: translateX(-100.5px);
    transform: translateX(-100.5px);
    z-index: -1;
}

.artwalk-item h2 {
    color: #242424;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 52px;
}

.artwalk-item p {
    color: #787878;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0.2px;
    margin-bottom: 25px;
}

.artwalk-img {
    margin-top: 47px;
}

.artwalk-bg {
    padding-top: 150px;
    text-align: center;
}

.sticky-container {
    position: relative;
    padding-left: 80px;
}

.sticky-container .sticky-shares {
    position: absolute;
    top: 0;
    left: 0;
}

.sticky-shares a {
    display: block;
    margin-bottom: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background-color: #fbfbfd;
    color: #a7b3c6;
    border: 1px solid #eceef2;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.sidebar {
    background: #F1F6F9;
    padding: 30px 0;
}

.featured-directory-area {
	background-color: #f8f9fa !important;
	padding: 2rem 0;
}
.featured-directory-area .directory {
    margin: 0 15px
}

.featured-directory-area .directory .directory-card {
    box-shadow: 0px 6px 6px 0px rgba(2, 25, 65, 0.08);
    border-radius: 5px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

.featured-directory-area .directory .directory-card:hover {
    box-shadow: 0px 8px 8px 0px rgba(2, 25, 65, 0.08)
}

.featured-directory-area .directory .directory-img {
    position: relative
}


.featured-directory-area .directory .directory-img img {
    width: 100%;
    border-radius: 5px 5px 0 0;
    position: relative
}

.featured-directory-area .directory .directory-img .img-text {
    position: absolute;
    top: 32px;
    left: 28px;
    z-index: 2
}

.featured-directory-area .directory .directory-img .img-text span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    padding: 7px 15px;
    border-radius: 25px;
    background: #8056A9;
}

.featured-directory-area .directory .directory-img .icon {
    position: absolute;
    top: 27px;
    right: 28px;
    z-index: 2
}

.featured-directory-area .directory .directory-img .icon i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #8056A9;
    color: #fff;
    width: 34px;
    line-height: 34px;
    height: 34px;
    background: rgba(126, 109, 92, 0.9);
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    display: block
}

.featured-directory-area .directory .directory-img .ratting {
    position: absolute;
    bottom: 25px;
    z-index: 2;
    left: 25px
}

.featured-directory-area .directory .directory-img .ratting ul li {
    display: inline-block;
    color: #FF6F00;
    font-size: 14px
}

.featured-directory-area .directory .directory-img .ratting ul span {
    color: #fff;
    font-size: 12px;
    font-weight: 600
}

.featured-directory-area .directory .directory-caption {
    padding: 15px 18px 0px 22px;
    border-top: 1px solid #ebeff4;
    border-bottom: 1px solid #ebeff4;
	min-height: 130px;
}

.featured-directory-area .directory .directory-caption h3 a {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 6px
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-directory-area .directory .directory-caption h3 a {
        font-size: 16px
    }
}

.featured-directory-area .directory .directory-caption h3 a:hover,
.featured-directory-area .directory .directory-caption h3 .directory-card {
    color: #8056A9
}

.featured-directory-area .directory .directory-caption h3 img {
    display: inline-block
}

.featured-directory-area .directory .directory-caption P span {
    color: #8056A9;
    font-size: 16px
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-directory-area .directory .directory-caption P span {
        font-size: 12px
    }
}

.featured-directory-area .directory .directory-caption i {
    color: #8056A9;
    margin-right: 10px
}

.featured-directory-area .directory .directory-footer {
    padding: 19px 18px 12px 22px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s
}

@media (max-width: 575px) {
    .featured-directory-area .directory .directory-footer {
        padding: 19px 10px 12px 12px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .featured-directory-area .directory .directory-footer .restaurant-name {
        margin-bottom: 10px
    }
}

@media (max-width: 575px) {
    .featured-directory-area .directory .directory-footer .restaurant-name {
        margin-bottom: 10px
    }
}

.featured-directory-area .directory .directory-footer .restaurant-name img {
    display: inline-block;
    padding-right: 7px;
    font-size: 16px
}

.featured-directory-area .directory .directory-footer .restaurant-name h3 {
    display: inline-block
}

.featured-directory-area .directory .directory-footer .restaurant-name h3 a {
    font-size: 14px;
    font-weight: 600
}

.featured-directory-area .directory .directory-footer .restaurant-name h3 a:hover {
    color: inherit
}

.featured-directory-area .directory .directory-footer .contact ul li {
    display: inline-block;
    margin-left: 8px
}

.featured-directory-area .directory .directory-footer .contact ul li i {
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    color: #8056A9;
    color: #8056A9;
    width: 34px;
    line-height: 34px;
    height: 34px;
    background: rgba(48, 76, 187, 0.06);
    border-radius: 50%;
    cursor: pointer;
    text-align: center
}

.featured-directory-area .directory .directory-footer .contact ul li:hover i {
    background: #8056A9;
    color: #fff
}

.featured-directory-area .directory.directory2 {
    margin: 0
}

.directory-active button.slick-arrow {
    position: absolute;
    border: 0;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: auto;
    background: none
}

.directory-active button.slick-arrow i {
    font-size: 23px;
    color: rgba(130, 89, 166, 0.4)
}

.directory-active button.slick-arrow i:hover {
    color: #1a213d
}

.directory-active button.slick-prev {
    left: 1px;
    top: 50%;
}

.directory-active button.slick-next {
    right: 1px;
    top: 50%;
}

.blog-area {
    padding-top: 90px;
    padding-bottom: 70px;
}

@media (max-width: 575px) {
    .w-padding2 {
        padding: 30px 20px
    }
}

.footer-padding {
    padding-top: 80px;
    padding-bottom: 0
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

@media (max-width: 575px) {
    .footer-padding {
        padding-top: 80px;
        padding-bottom: 0px
    }
}

.breadcrumb {
	color: #fff;
}

.pages_contents ul {
	margin: 0 0 0 20px;
}

.pages_contents ul li {
	margin-bottom: 10px; list-style: disc; color: #929191;
}