@import url("https://fonts.googleapis.com/css2?family=Prompt:wght@300;400&display=swap");
.color-black {
  color: #000000; }

.color-main {
  color: #229100; }

.color-ci {
  color: #c69c6c; }

.color-ci-2 {
  color: #44713a; }

.color-gold {
  color: #9c906e; }

.color-lightgrey {
  color: #6b6b6b; }

.color-primaybrown {
  color: #5a4a3d !important; }

b, strong {
  font-weight: 600; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Prompt";
  font-weight: 600;
  line-height: 1.3;
  color: #333333; }

/*
h1
h2  16pt 4.4 rem
h3
h4
h5
h6
sub
body 5pt 1.7rem
*/
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1400px; } }
html, body {
  width: 100%;
  padding: 0;
  -webkit-font-smoothing: antialiased; }

a, a:hover, a:active, a:focus {
  cursor: pointer;
  text-decoration: none;
  outline: none;
  color: inherit; }

a {
  text-decoration: none !important;
  outline: none; }

a.underline {
  text-decoration: underline !important; }
  a.underline:hover {
    text-decoration: underline !important; }

p {
  margin-bottom: 15px; }

ol, ul {
  list-style: none;
  padding: 0; }

body {
  font-family: "Prompt";
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  overflow-x: auto;
  color: #229100;
  height: 100%;
  background: #fff;
  color: #696969; }
  @media (max-width: 991.98px) {
    body {
      font-size: 15px; } }

.elementor-title h1, .elementor-title h2, .membership-content h2, .nitivi-member-title h2, .nitivi-product h2 {
  font-weight: 300;
  font-size: 32px;
  text-transform: uppercase; }
  @media (max-width: 991.98px) {
    .elementor-title h1, .elementor-title h2, .membership-content h2, .nitivi-member-title h2, .nitivi-product h2 {
      font-size: 28px; } }

h3, .footer-top h3, .post-content-inner .post-content-detail .post-marker h4 {
  font-size: 18px;
  font-weight: 600; }
  @media (max-width: 575.98px) {
    h3, .footer-top h3, .post-content-inner .post-content-detail .post-marker h4 {
      font-size: 16px; } }

/*btn*/
.link-full {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: block;
  cursor: pointer;
  z-index: 9; }

.read-more {
  display: inline-block;
  color: #000;
  letter-spacing: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  position: relative; }
  .read-more::after {
    background: #229100;
    opacity: 0.9;
    width: 30px;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .read-more.line-c::after {
    left: 40%;
    right: 40%;
    width: auto; }
  .read-more.line-c:hover::after {
    left: 0%;
    right: 0%;
    width: auto; }
  .read-more:hover::after {
    width: 100%; }

.btn-main {
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  background: #000000;
  color: #ffffff;
  border: 0px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .btn-main:hover {
    background: #229100;
    color: #ffffff; }
  .btn-main.primary {
    background: #229100;
    color: #ffffff; }
    .btn-main.primary:hover {
      background: #000000;
      color: #ffffff; }

.btn-readmore {
  text-align: center;
  display: inline-block;
  position: relative;
  padding: 10px 30px;
  background: #000000;
  border: 0px solid transparent;
  box-shadow: none;
  color: #fff; }
  .btn-readmore::after {
    background: #229100;
    opacity: 0.9;
    width: 0px;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    z-index: 1; }
  .btn-readmore span {
    position: relative;
    z-index: 2; }
  .btn-readmore:hover::after {
    width: 100%; }
  .btn-readmore:hover span {
    color: #fff; }
  .btn-readmore.lang {
    font-size: 20px;
    padding: 15px 40px; }
  .btn-readmore.btn-white {
    background: #ffffff;
    color: #333333; }

/*list*/
.list-dot {
  list-style: square;
  padding-left: 20px; }
  .list-dot li {
    margin-bottom: 3px; }
    .list-dot li:last-child {
      margin-bottom: 0px; }
    .list-dot li::marker {
      color: #229100; }

.list-num {
  list-style: decimal;
  padding-left: 20px; }
  .list-num li {
    margin-bottom: 3px; }
    .list-num li:last-child {
      margin-bottom: 0px; }

/*loadding*/
.browser-screen-loading-content {
  text-align: center;
  height: 2em;
  max-width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 3em;
  left: 0;
  margin: auto; }

.loading-dots {
  margin-left: -1.5em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-animation: loading-dots-fadein .5s linear forwards;
  -moz-animation: loading-dots-fadein .5s linear forwards;
  -o-animation: loading-dots-fadein .5s linear forwards;
  -ms-animation: loading-dots-fadein .5s linear forwards;
  animation: loading-dots-fadein .5s linear forwards; }

.loading-dots i {
  width: .5em;
  height: .5em;
  display: inline-block;
  vertical-align: middle;
  background: #e0e0e0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 .125em;
  -webkit-animation: loading-dots-middle-dots .5s linear infinite;
  -moz-animation: loading-dots-middle-dots .5s linear infinite;
  -o-animation: loading-dots-middle-dots .5s linear infinite;
  -ms-animation: loading-dots-middle-dots .5s linear infinite;
  animation: loading-dots-middle-dots .5s linear infinite; }

.loading-dots.dark-gray i {
  background: #707070; }

.loading-dots i:first-child {
  -webkit-animation: loading-dots-first-dot .5s infinite;
  -moz-animation: loading-dots-first-dot .5s linear infinite;
  -o-animation: loading-dots-first-dot .5s linear infinite;
  -ms-animation: loading-dots-first-dot .5s linear infinite;
  animation: loading-dots-first-dot .5s linear infinite;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translate(-1em);
  -moz-transform: translate(-1em);
  -o-transform: translate(-1em);
  -ms-transform: translate(-1em);
  transform: translate(-1em); }

.loading-dots i:last-child {
  -webkit-animation: loading-dots-last-dot .5s linear infinite;
  -moz-animation: loading-dots-last-dot .5s linear infinite;
  -o-animation: loading-dots-last-dot .5s linear infinite;
  -ms-animation: loading-dots-last-dot .5s linear infinite;
  animation: loading-dots-last-dot .5s linear infinite; }

@-moz-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@-webkit-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@-o-keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@keyframes loading-dots-fadein {
  100% {
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@-moz-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@-webkit-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@-o-keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@keyframes loading-dots-first-dot {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em);
    opacity: 1;
    -ms-filter: none;
    filter: none; } }
@-moz-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }
@-webkit-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }
@-o-keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }
@keyframes loading-dots-middle-dots {
  100% {
    -webkit-transform: translate(1em);
    -moz-transform: translate(1em);
    -o-transform: translate(1em);
    -ms-transform: translate(1em);
    transform: translate(1em); } }
@-moz-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@-webkit-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@-o-keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
@keyframes loading-dots-last-dot {
  100% {
    -webkit-transform: translate(2em);
    -moz-transform: translate(2em);
    -o-transform: translate(2em);
    -ms-transform: translate(2em);
    transform: translate(2em);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); } }
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: #229100; }

.header {
  background: #ffffff;
  padding-bottom: 0px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99;
  box-shadow: 0 0 5px #0002;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  @media (max-width: 1119.98px) {
    .header .container, .header .container-lg, .header .container-md, .header .container-sm, .header .container-xl {
      max-width: 1100px; } }

.menu-active .header {
  top: -87px; }

.header-top {
  padding-top: 15px;
  padding-bottom: 15px; }
  @media (max-width: 991.98px) {
    .header-top {
      display: none; } }

.header-logo a {
  display: block; }
.header-logo img {
  width: 100%;
  max-width: 350px; }

.language {
  list-style: none;
  display: inline-block;
  margin-left: 10px; }
  .language li {
    list-style: none;
    margin: 0 0px 0 0;
    display: inline-block; }
    .language li a {
      font-weight: 600;
      color: #333333;
      line-height: 0;
      display: block;
      text-align: center;
      font-size: 13px;
      line-height: 35px;
      width: 35px;
      height: 35px;
      border-radius: 12px;
      background: #E0E0E0;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .language li a:hover {
        background: #229100;
        color: #ffffff; }

.lang-mobile {
  top: 10px;
  position: absolute;
  right: 10px; }

.lang-mobile li a {
  font-size: 12px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  border-radius: 10px; }

.social {
  list-style: none;
  display: inline-block; }
  .social li {
    list-style: none;
    margin: 0 0px 0 0;
    display: inline-block; }
    .social li img {
      height: 13px; }
    .social li a {
      color: #ffffff;
      line-height: 0;
      display: block;
      text-align: center;
      line-height: 35px;
      width: 35px;
      height: 35px;
      border-radius: 12px;
      background: #0E3B00;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out; }
      .social li a:hover {
        background: #229100;
        color: #ffffff; }
    .social li i {
      font-size: 18px; }

.wsmenu {
  border-top: 1px solid #EAEAEA; }

.footer {
  font-weight: 300;
  border-top: 1px solid #000; }
  @media (max-width: 1119.98px) {
    .footer .container, .footer .container-lg, .footer .container-md, .footer .container-sm, .footer .container-xl {
      max-width: 1100px;
      padding-left: 30px;
      padding-right: 30px; } }
  @media (max-width: 991.98px) {
    .footer .container, .footer .container-lg, .footer .container-md, .footer .container-sm, .footer .container-xl {
      padding-left: 15px;
      padding-right: 15px; } }

.footer-top {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .footer-top {
      padding-top: 40px;
      padding-bottom: 40px; } }
  .footer-top h3 {
    margin-bottom: 10px; }

.footer-logo {
  margin-bottom: 25px; }
  .footer-logo img {
    width: 100%;
    max-width: 300px; }
  @media (max-width: 991.98px) {
    .footer-logo {
      margin-bottom: 10px; } }

.footer-address {
  margin-bottom: 30px; }

.footer-copyright {
  font-size: 13px;
  color: #ffffff;
  background: #404040;
  padding-top: 15px;
  padding-bottom: 15px; }

.footer-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-menu ul li {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 15px; }
    .footer-menu ul li a {
      color: #333;
      text-transform: uppercase;
      padding-bottom: 5px;
      position: relative; }
      .footer-menu ul li a::after {
        background: #229100;
        opacity: 0.9;
        width: 0px;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0;
        content: '';
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .footer-menu ul li a:hover::after {
        width: 100%; }

.footer-address ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .footer-address ul li {
    position: relative;
    margin-bottom: 7px; }
    .footer-address ul li .ads-icon {
      position: absolute;
      left: 0;
      top: -2px; }
    .footer-address ul li .ads-text {
      padding-left: 25px; }
    .footer-address ul li a {
      color: #333; }
    @media (max-width: 767.98px) {
      .footer-address ul li {
        float: left;
        width: 50%; } }

.footer-follow {
  margin-bottom: 30px; }

.footer-affliates {
  margin-bottom: 30px; }

.slide-mainhome {
  margin-top: 140px; }
  .slide-mainhome.swiper {
    width: 100%;
    height: calc(100vh - 140px); }
    @media (max-width: 991.98px) {
      .slide-mainhome.swiper {
        height: auto; } }
    @media (max-width: 1024.98px) {
      .slide-mainhome.swiper {
        height: auto; } }
  .slide-mainhome .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #000000;
    color: #ffffff;
    background-position: center center;
    background-size: cover;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    @media (max-width: 991.98px) {
      .slide-mainhome .swiper-slide {
        height: auto;
        background-image: none; } }
    @media (max-width: 1024.98px) {
      .slide-mainhome .swiper-slide {
        height: auto; } }
  .slide-mainhome .slide-inner figure {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    margin-bottom: 0px; }
    .slide-mainhome .slide-inner figure img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
    @media (max-width: 991.98px) {
      .slide-mainhome .slide-inner figure {
        position: relative;
        height: auto;
        left: auto;
        right: auto; } }
    @media (max-width: 1024.98px) {
      .slide-mainhome .slide-inner figure {
        position: relative;
        height: auto;
        left: auto;
        right: auto; } }
  .slide-mainhome .slide-inner .slide-content {
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0;
    z-index: 1;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center; }
    .slide-mainhome .slide-inner .slide-content h2 {
      color: #ffffff; }
  .slide-mainhome .swiper-pagination-bullet-active {
    background: #229100; }
  @media (max-width: 991.98px) {
    .slide-mainhome {
      margin-top: 50px; } }
  .slide-mainhome .slide-inner-mobile {
    display: none; }
    @media (max-width: 1024.98px) {
      .slide-mainhome .slide-inner-mobile {
        display: block; } }

.slide-banner.swiper {
  width: 100%;
  height: 70vh; }
  @media (max-width: 991.98px) {
    .slide-banner.swiper {
      height: 70vh; } }
  @media (max-width: 767.98px) {
    .slide-banner.swiper {
      height: auto; } }
.slide-banner .banner-caption {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  padding-top: 90px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  @media (max-width: 991.98px) {
    .slide-banner .banner-caption {
      height: 100%; } }
  @media (max-width: 767.98px) {
    .slide-banner .banner-caption {
      height: auto; } }

.swiper-pagination-bullet-active-main {
  background: #229100; }

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #229100; }

/* CSS Document */
.sec-hidden {
  overflow: hidden; }

.elementor-section {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media (max-width: 991.98px) {
    .elementor-section {
      padding-top: 40px;
      padding-bottom: 40px; } }

.elementor-title {
  margin-bottom: 40px; }
  @media (max-width: 991.98px) {
    .elementor-title {
      margin-bottom: 20px; } }
  .elementor-title.mb-min {
    margin-bottom: 20px; }
  .elementor-title h1, .elementor-title h2 {
    margin-bottom: 0; }
  .elementor-title p:last-child {
    margin-bottom: 0px; }
  .elementor-title .line {
    position: relative;
    overflow: hidden;
    text-transform: uppercase;
    margin-bottom: 20px; }
    .elementor-title .line:after, .elementor-title .line:before {
      background-color: #d1d1d1;
      content: "";
      display: inline-block;
      height: 1px;
      position: relative;
      vertical-align: middle;
      width: 50%; }
    .elementor-title .line:before {
      right: 0.4em;
      margin-left: -50%; }
    .elementor-title .line:after {
      left: 0.4em;
      margin-right: -50%; }

.elementor-section-row {
  padding-bottom: 50px; }
  @media (max-width: 991.98px) {
    .elementor-section-row {
      padding-bottom: 25px; } }

.elementor-column .elementor-section-row:last-child {
  padding-bottom: 0px; }

.elementor-membership {
  overflow: hidden;
  padding-top: 130px;
  padding-bottom: 130px; }
  @media (max-width: 991.98px) {
    .elementor-membership {
      padding-top: 80px;
      padding-bottom: 80px; } }

.membership-content {
  color: #ffffff; }
  .membership-content h2 {
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .membership-content .btn-readmore.lang {
    width: 100%;
    max-width: 220px; }

.banner-page {
  height: 65vh;
  background: #000000;
  color: #ffffff;
  text-align: center;
  padding-top: 140px;
  background-position: center center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center; }
  .banner-page::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .banner-page .banner-page-caption {
    position: relative;
    z-index: 2;
    text-shadow: 0px 0px 7px #0006; }
    .banner-page .banner-page-caption h1, .banner-page .banner-page-caption h2 {
      color: #ffffff;
      font-size: 45px;
      font-weight: 300; }
      @media (max-width: 991.98px) {
        .banner-page .banner-page-caption h1, .banner-page .banner-page-caption h2 {
          font-size: 35px; } }
    .banner-page .banner-breadcrumb .breadcrumb {
    background-color: transparent; font-size:20px }
    .banner-page .banner-breadcrumb .breadcrumb .breadcrumb-item.active {
      color: #ffffff; font-size:20px }
    .banner-page .banner-breadcrumb .breadcrumb .breadcrumb-item::before{
      color: #ffffff; font-size:20px }
  @media (max-width: 991.98px) {
    .banner-page {
      padding-top: 50px;
      height: 40vh; } }

/*history*/
.history-namelists {
  list-style: none;
  padding: 0;
  margin: 0; }
  .history-namelists li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 5px;
    align-items: center; }
    .history-namelists li .history-year {
      -ms-flex: 0 0 200px;
      flex: 0 0 200px;
      max-width: 200px; }
    .history-namelists li .history-name {
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
      max-width: 100%; }

/*our team*/
.ourteam-items {
  margin-top: 40px; }
  .ourteam-items .ourteam-box {
    background: #F7F7F7;
    position: relative; }
    .ourteam-items .ourteam-box a {
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 9;
      cursor: pointer; }
    .ourteam-items .ourteam-box .ourteam-img {
      color: #fff;
      position: relative;
      overflow: hidden;
      width: 100%;
      background: #fff;
      text-align: center;
      margin-bottom: 0; }
      .ourteam-items .ourteam-box .ourteam-img * {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .ourteam-items .ourteam-box .ourteam-img img {
        opacity: 1;
        width: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .ourteam-items .ourteam-box .ourteam-img figcaption {
        position: absolute;
        bottom: 30px;
        left: 0;
        width: 100%;
        padding: 0 50px; }
        .ourteam-items .ourteam-box .ourteam-img figcaption > div {
          font-family: 'Cormorant Garamond', serif;
          overflow: hidden;
          width: 100%;
          position: relative;
          height: 50%; }
      .ourteam-items .ourteam-box .ourteam-img span {
        margin: 0;
        padding: 10px 15px;
        font-size: 16px;
        display: inline-block;
        width: 100%;
        font-style: italic;
        background: #fff;
        color: #ccb028;
        -webkit-transform: translate3d(0%, -100%, 0);
        transform: translate3d(0%, -100%, 0); }
      .ourteam-items .ourteam-box .ourteam-img a {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        position: absolute;
        color: #fff; }
    .ourteam-items .ourteam-box:hover {
      cursor: pointer; }
      .ourteam-items .ourteam-box:hover .ourteam-img img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1); }
    .ourteam-items .ourteam-box.none:hover {
      cursor: inherit; }
  .ourteam-items .ourteam-box:hover .ourteam-img figcaption h3, .ourteam-items .ourteam-img figcaption h3 {
    -webkit-transform: translate3d(0%, 100%, 0);
    transform: translate3d(0%, 100%, 0); }
  .ourteam-items .ourteam-box:hover .ourteam-img figcaption span, .ourteam-items .ourteam-img figcaption span {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0); }
  .ourteam-items .ourteam-content {
    padding: 20px 25px;
    font-size: 14px; }
    .ourteam-items .ourteam-content h3 {
      margin-bottom: 0; }
    .ourteam-items .ourteam-content p:last-child {
      margin-bottom: 0; }
    @media (max-width: 991.98px) {
      .ourteam-items .ourteam-content {
        padding: 10px 15px; } }

/*modal ourteam*/
.close.close-modal {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  z-index: 5; }

@media (max-width: 991.98px) {
  .ourteam-pop-img {
    max-height: 320px;
    overflow: hidden; }
    .ourteam-pop-img img {
      margin-top: -50px; } }

.ourteam-pop-box {
  padding: 30px 20px; }

.ourteam-pop-title h3 {
  font-size: 28px;
  font-weight: 600; }
  @media (max-width: 767.98px) {
    .ourteam-pop-title h3 {
      font-size: 18px; } }

/* form doc memeber */
.doc-member-page {
  padding-bottom: 40px; }

.doc-member-item {
  margin-bottom: 40px; }
  @media (max-width: 767.98px) {
    .doc-member-item {
      margin-bottom: 20px; } }

.doc-member-box {
  background: #fff;
  border: 1px solid #E0E0E0;
  padding: 30px 15px;
  height: 100%;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .doc-member-box .svgactive {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .doc-member-box:hover {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; }
    .doc-member-box:hover .svgactive {
      fill: #bae9ac; }
    .doc-member-box:hover .doc-member-other .click-download {
      opacity: 1;
      top: 0; }
  @media (max-width: 767.98px) {
    .doc-member-box {
      padding: 30px 15px 15px 15px; } }

.doc-member-icon {
  margin-bottom: 25px; }
  .doc-member-icon img {
    height: 70px; }
  .doc-member-icon svg {
    height: 70px; }

.doc-member-other {
  height: 40px;
  line-height: 40px;
  position: relative;
  overflow: hidden; }
  .doc-member-other .click-download {
    position: absolute;
    color: #fff;
    text-transform: uppercase;
    background: #229100;
    display: block;
    left: 0;
    top: 40px;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

/*member*/
.member-list .pagination .page-item .page-link {
  font-size: 15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 2px 2px;
  color: #212529;
  background-color: transparent;
  border-radius: 50%;
  border: 0;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0; }
  .member-list .pagination .page-item .page-link:hover {
    color: #229100; }
  .member-list .pagination .page-item .page-link.link-tools {
    border-radius: 50%;
    text-align: center;
    background-color: #F0F0F7; }
.member-list .pagination .page-item.active .page-link {
  background-color: #229100;
  color: #ffffff; }

.memberlist-item {
  border: 1px solid #E0E0E0;
  padding: 20px 10px;
  margin-bottom: 20px; }
  .memberlist-item:last-child {
    margin-bottom: 0px; }
  @media (max-width: 991.98px) {
    .memberlist-item {
      margin-bottom: 15px; } }

.memberlist-logo .memberlist-img {
  padding: 0 5px;
  margin-bottom: 0; }
  @media (max-width: 991.98px) {
    .memberlist-logo .memberlist-img {
      padding: 0 0px; } }
.memberlist-logo img {
  width: auto;
  max-width: 150px;
  height: 80px; }
  @media (max-width: 991.98px) {
    .memberlist-logo img {
      max-width: 100px;
      height: 50px; } }

.memberlist-detail h3 {
  float: left;
  margin: 0; }
.memberlist-detail .member-number {
  color: #229100;
  float: right; }
@media (max-width: 767.98px) {
  .memberlist-detail h3 {
    float: none; }
  .memberlist-detail .member-number {
    float: none; } }

.memberlist-top {
  margin-bottom: 5px; }

.metas-category {
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 20px; }
  @media (max-width: 767.98px) {
    .metas-category {
      /*display: block;*/ } }
  .metas-category.location {
    display: block; }
  .metas-category .metas-icon {
    position: absolute;
    top: 1px; }
    .metas-category .metas-icon img {
      height: 17px; }
      @media (max-width: 767.98px) {
        .metas-category .metas-icon img {
          height: 15px; } }
  .metas-category .metas-text {
    padding-left: 20px; }

/*download*/
.dowloadfile-item {
  border: 1px solid #E0E0E0;
  padding: 20px 10px;
  margin-bottom: 30px; }
  .dowloadfile-item .dowloadfile-img {
    margin-bottom: 0; }
  .dowloadfile-item .dowloadfile-detail p:last-child {
    margin-bottom: 0; }
  .dowloadfile-item .btn-pdf {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000000;
    margin-top: 5px; }
  .dowloadfile-item:hover {
    border: 1px solid #696969; }
    .dowloadfile-item:hover .btn-pdf {
      background-color: #000000;
      border: 1px solid #000000;
      color: #ffffff; }
  .dowloadfile-item:last-child {
    margin-bottom: 0px; }
  @media (max-width: 767.98px) {
    .dowloadfile-item {
      text-align: center; }
      .dowloadfile-item .dowloadfile-detail {
        margin-top: 15px;
        margin-bottom: 15px; } }

/*award caption*/
.banner-top-awards {
  text-align: left; }

.banner-top-title h2 {
  font-size: 45px;
  font-weight: 300; }

.order-aw-items {
  text-align: left;
  padding-top: 5px;
  padding-bottom: 5px; }
  .order-aw-items .order-aw-txt h4 {
    font-size: 18px;
    color: #ffffff; }

/*award*/
.form-award {
  margin-bottom: 20px; }

.form-award label {
  margin-bottom: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #000000; }

.form-award select.form-control {
  color: #999999;
  font-size: 14px;
  height: 35px;
  padding-left: 0px;
  border: 0px;
  border-bottom: 2px solid #000000;
  border-radius: 0px;
  background-color: transparent; }

.other-award-row {
  background: #F9F9F9; }

/*contact*/
.contact-items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 7px;
  align-items: center;
  margin-top: 20px; }
  .contact-items .contact-icon {
    font-size: 20px;
    font-weight: 600;
    -ms-flex: 0 0 60px;
    flex: 0 0 70px;
    max-width: 70px;
    color: #229100;
    text-transform: uppercase;
    padding: 0; }
    .contact-items .contact-icon span {
      display: block;
      width: 55px;
      height: 55px;
      border-radius: 55px;
      line-height: 55px;
      text-align: center;
      border: 1px solid #6F6F6F; }
  .contact-items .contact-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .contact-items .contact-text h4 {
      font-size: 16px;
      margin-bottom: 5px; }

.contact-address {
  margin-bottom: 30px; }

.contact-line-box {
  background: #FAFAFA;
  padding: 30px;
  width: 100%;
  max-width: 280px;
  margin: 0 auto; }
  .contact-line-box .btn-contact-line {
    font-size: 18px;
    display: block;
    background: #2EC200;
    color: #ffffff;
    padding: 15px 10px;
    text-align: center;
    font-weight: 600; }
    .contact-line-box .btn-contact-line img {
      height: 20px; }
  @media (max-width: 767.98px) {
    .contact-line-box {
      margin-top: 40px; } }

.resp-container.resp-location {
  padding-top: 40%; }
  @media (max-width: 767.98px) {
    .resp-container.resp-location {
      padding-top: 60.9%; } }

.jobs-item {
  border: 1px solid #E0E0E0;
  padding: 20px 10px;
  margin-bottom: 30px; }
  .jobs-item:last-child {
    margin-bottom: 0px; }
  .jobs-item:hover {
    border: 1px solid #000000; }

.jobs-logo img {
  width: auto;
  max-width: 150px;
  height: 80px; }
  @media (max-width: 767.98px) {
    .jobs-logo img {
      max-width: 130px;
      height: 60px; } }

.jobs-detail h3 {
  margin: 0 0 5px 0; }
.jobs-detail .member-number {
  color: #229100;
  float: right; }
@media (max-width: 767.98px) {
  .jobs-detail h3 {
    float: none; }
  .jobs-detail .member-number {
    float: none; } }

.jobs-top {
  margin-bottom: 5px; }

.jobs-category {
  position: relative;
  display: inline-block;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-right: 20px; }
  @media (max-width: 767.98px) {
    .jobs-category {
      display: block; } }
  .jobs-category.company {
    display: block;
    padding-left: 20px;
    position: relative; }
  .jobs-category .jobs-icon {
    position: absolute;
    top: 1px;
    left: 0; }
    .jobs-category .jobs-icon img {
      height: 17px; }

.btn-main.btn-job {
  border: 1px solid #000000;
  background-color: transparent;
  color: #000000; }
  .btn-main.btn-job:hover {
    border: 1px solid #000000;
    background-color: #000000;
    color: #ffffff; }
  @media (max-width: 767.98px) {
    .btn-main.btn-job {
      margin-top: 15px; } }

.jobs-detail-info .jobs-detail-top {
  border-bottom: 1px solid #E0E0E0;
  margin-bottom: 20px; }
  .jobs-detail-info .jobs-detail-top .jobs-detail-logocom {
    text-align: right; }
    .jobs-detail-info .jobs-detail-top .jobs-detail-logocom img {
      width: 100%;
      max-width: 200px;
      max-height: 70px; }
    @media (max-width: 991.98px) {
      .jobs-detail-info .jobs-detail-top .jobs-detail-logocom {
        text-align: left;
        margin-bottom: 15px; } }
.jobs-detail-info .jobs-description-row {
  margin-bottom: 30px; }

.jobs-other h2 {
  font-size: 22px;
  margin-top: 80px; }
.jobs-other .jobs-other-info li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-top: 5px; }
.jobs-other .jobs-other-item {
  position: relative;
  background: #EBEBEB;
  padding: 25px 20px;
  margin-top: 25px; }
  .jobs-other .jobs-other-item:hover {
    background: #f1f1f1; }
.jobs-other .jobs-other-icon {
  position: absolute;
  top: -1px;
  left: 0; }
.jobs-other .jobs-other-text {
  font-size: 15px; }

.postjob-form {
  background: #FDFDFD;
  border: 2px solid #E8ECEC;
  padding: 80px 80px; }
  .postjob-form .postjob-forminner {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto; }
    .postjob-form .postjob-forminner input.form-control {
      height: 55px; }
  .postjob-form .form-section {
    margin-bottom: 40px; }
  .postjob-form .btn-submit {
    min-width: 130px;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 0;
    color: #ffffff;
    padding: 10px 30px;
    text-transform: uppercase; }
    .postjob-form .btn-submit:hover {
      background-color: #229100;
      color: #ffffff; }
  .postjob-form .btn-reset {
    min-width: 130px;
    background-color: transparent;
    border: 1px solid #000000;
    border-radius: 0;
    color: #000000;
    padding: 10px 30px;
    text-transform: uppercase; }
    .postjob-form .btn-reset:hover {
      background-color: #000000;
      color: #ffffff; }
  @media (max-width: 991.98px) {
    .postjob-form {
      padding: 40px 40px; } }
  @media (max-width: 767.98px) {
    .postjob-form {
      padding: 25px 25px; } }
  @media (max-width: 575.98px) {
    .postjob-form {
      padding: 15px 15px; } }

/*niviti member*/
.nitivi-member-box {
  border: 1px solid #E0E0E0;
  background: #ffffff;
  padding: 30px 30px 35px 30px;
  overflow: hidden;
  position: relative;
  margin-bottom: 30px; }

.nitivi-member-box::before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  height: 5px;
  width: 100%;
  background: #229100;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.nitivi-member-box:hover::before {
  bottom: 0px; }

.nitivi-member-icon img {
  height: 70px; }

.nitivi-link {
  text-transform: uppercase;
  margin-top: 20px; }

.nitivi-member-title {
  padding-top: 80px;
  padding-bottom: 80px; }
  .nitivi-member-title h2 {
    font-weight: 600;
    margin-bottom: 10px; }
  @media (max-width: 991.98px) {
    .nitivi-member-title {
      padding-top: 40px;
      padding-bottom: 40px; } }

.nitivi-member-logo img {
  width: 100%;
  max-width: 300px; }
  @media (max-width: 991.98px) {
    .nitivi-member-logo img {
      width: 100%;
      max-width: 200px; } }

.nitivi-product {
  padding-top: 50px;
  padding-bottom: 50px; }
  .nitivi-product h2 {
    font-weight: 600;
    margin-bottom: 10px; }
  .nitivi-product .nitivi-product-inner {
    margin-top: 30px; }
  @media (max-width: 991.98px) {
    .nitivi-product {
      padding-top: 15px;
      padding-bottom: 15px; } }

.nitivi-demoport {
  background: #F9F9F9;
  padding-top: 50px;
  padding-bottom: 0px; }

.nitivi-otherlist {
  padding-top: 50px;
  padding-bottom: 50px; }

.product-col {
  padding-bottom: 30px; }

.nitivi-product-item {
  border: 1px solid #E0E0E0;
  margin-bottom: 0px;
  height: 100%; }

.nitivi-product-img {
  margin-bottom: 0; }

.nitivi-product-content {
  padding: 25px; }
  @media (max-width: 991.98px) {
    .nitivi-product-content {
      padding: 15px; } }

.nitivi-product-content p:last-child {
  margin-bottom: 0; }

.product-load {
  position: relative;
  margin-top: 80px; }

.portimg-gallery {
  position: relative;
  overflow: hidden;
  width: 100%;
  color: #000000;
  text-align: left;
  font-size: 16px;
  background-color: #000000;
  margin: 0; }

.portimg-gallery * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.portimg-gallery img {
  vertical-align: top;
  max-width: 100%;
  backface-visibility: hidden; }

.portimg-gallery figcaption {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.portimg-gallery h3, .portimg-gallery p {
  color: #ffffff;
  margin: 0;
  opacity: 0;
  letter-spacing: 1px; }

.portimg-gallery h3 {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  text-transform: uppercase;
  font-weight: 600; }

.portimg-gallery p {
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.portimg-gallery a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

.portimg-gallery:hover > img {
  opacity: 0.1; }

.portimg-gallery:hover h3, .portimg-gallery:hover p {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1; }

.nitivi-demoport-gallery {
  margin-top: 40px; }

.portfront-list {
  padding: 0;
  margin: 0;
  text-align: center; }
  .portfront-list li {
    display: inline-block;
    padding: 10px;
    margin: 5px 20px; }
    .portfront-list li img {
      max-height: 60px; }
      @media (max-width: 991.98px) {
        .portfront-list li img {
          max-height: 40px; } }

.blog-posts .post-image {
  overflow: hidden;
  margin-bottom: 25px;
  position: relative; }
  .blog-posts .post-image img {
    opacity: 1;
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .blog-posts .post-image a {
    display: block; }
.blog-posts .post-content {
  color: #818181; }
  .blog-posts .post-content h2 {
    font-size: 20px;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 5px; }
    @media (max-width: 991.98px) {
      .blog-posts .post-content h2 {
        font-size: 18px; } }
  .blog-posts .post-content p:last-child {
    margin-bottom: 0px; }
.blog-posts .post-sup {
  font-size: 12px;
  margin-bottom: 3px; }
  .blog-posts .post-sup.tag-line {
    padding-left: 15px;
    position: relative;
    color: #000000;
    text-transform: uppercase;
    font-weight: 600; }
    .blog-posts .post-sup.tag-line::before {
      content: '';
      position: absolute;
      top: 6px;
      left: 0;
      width: 10px;
      height: 2px;
      background: #000000; }
  .blog-posts .post-sup.date {
    color: #818181; }
.blog-posts .post-metatext {
  color: #818181; }
.blog-posts .post-location {
  color: #B1B1B1; }
.blog-posts .post-meta i {
  font-size: 15px; }
.blog-posts .post-meta .year i {
  font-size: 5px;
  vertical-align: 4px; }
.blog-posts .post-link {
  margin-top: 10px; }
.blog-posts .post-images-logo {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #000000;
  z-index: 3; }
.blog-posts .post-images-logo img {
  width: 100%;
  max-width: 120px;
  max-height: 40px; }

.post-items * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.post-items {
  margin-bottom: 50px; }
  .post-items:hover .post-image img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }

.load-more-sec {
  margin-top: 20px;
  margin-bottom: 60px; }
  .load-more-sec .btn-loading {
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 25px;
    background: #229100;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .load-more-sec .btn-loading:hover {
    background: #000000;
    color: #ffffff; }

/*wig social*/
.sharepost-list li {
  margin-bottom: 5px; }
  .sharepost-list li a {
    display: inline-block;
    padding: 0;
    color: #ffffff;
    text-align: center;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 500;
    height: 40px;
    line-height: 40px;
    width: 40px;
    border: 1px solid #eaeaea;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-radius: 40px; }
  @media (max-width: 991.98px) {
    .sharepost-list li {
      display: inline-block; } }
.sharepost-list .sharepost-facebook a, .sharepost-list .sharepost-facebook a:hover {
  color: #ffffff;
  background: #455fa1;
  border: 1px solid #455fa1; }
.sharepost-list .sharepost-twitter a, .sharepost-list .sharepost-twitter a:hover {
  color: #ffffff;
  background: #58abf5;
  border: 1px solid #58abf5; }
.sharepost-list .sharepost-pinterest a, .sharepost-list .sharepost-pinterest a:hover {
  color: #ffffff;
  background: #cd1d1f;
  border: 1px solid #cd1d1f;
  position: relative; }
.sharepost-list .sharepost-linkedin a, .sharepost-list .sharepost-linkedin a:hover {
  color: #ffffff;
  background: #1980be;
  border: 1px solid #1980be; }
.sharepost-list .sharepost-mail a, .sharepost-list .sharepost-mail a:hover {
  color: #ffffff;
  background: #000000;
  border: 1px solid #000; }

/*post detail*/
.post-content-inner .post-content-title {
  margin-bottom: 30px; }
  .post-content-inner .post-content-title .post-title-sub {
    text-transform: uppercase;
    color: #333333; }
.post-content-inner .post-content-detail p {
  margin-top: 0;
  margin-bottom: 25px; }
.post-content-inner .post-content-detail .list-num {
  margin-bottom: 25px; }
.post-content-inner .post-content-detail .post-marker {
  background: #F8F9FA;
  border-left: 5px solid #229100;
  padding: 25px;
  margin-bottom: 30px; }
  .post-content-inner .post-content-detail .post-marker .marker-date {
    margin-bottom: 0; }
.post-content-inner .post-content-detail .post-img-row {
  padding-top: 30px;
  padding-bottom: 30px; }

/*gallery*/
@media (max-width: 991.98px) {
  .post-content-gallery {
    margin-bottom: 40px; } }

.postgallery-hover {
  background: #000;
  position: relative;
  margin-top: 30px; }
  .postgallery-hover * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .postgallery-hover .img-grid-pr {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .postgallery-hover .caption-grid-pr {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    align-items: center;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0; }
    .postgallery-hover .caption-grid-pr .galicon-zoom {
      height: 40px; }
  .postgallery-hover .tag-grid-pr {
    position: absolute;
    text-transform: uppercase;
    top: 0;
    left: 0;
    padding: 5px 15px;
    background: #ffffff;
    text-align: center;
    z-index: 7;
    color: #000; }
  .postgallery-hover a.click-pr {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10; }
  .postgallery-hover:hover .img-grid-pr {
    opacity: 0.5; }
  .postgallery-hover:hover .caption-grid-pr {
    opacity: 1; }

.postgallery-hover:after, .itemPromo:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0; }

.postgallery-hoverinner {
  padding-bottom: 100%;
  height: 0;
  position: relative; }
  .postgallery-hoverinner.h-half {
    padding-bottom: 200%;
    height: 0;
    position: relative; }
  .postgallery-hoverinner.half {
    padding-bottom: 50%; }

.blog-posts-opportunities {
  padding: 0; }
  .blog-posts-opportunities .post-items {
    border-bottom: 1px solid #EAEAEA;
    padding-top: 30px;
    padding-bottom: 30px; }
    .blog-posts-opportunities .post-items:first-child {
      padding-top: 0px; }
    @media (max-width: 991.98px) {
      .blog-posts-opportunities .post-items {
        padding-top: 15px;
        padding-bottom: 15px; } }

.description-list {
  margin-top: 25px; }
  .description-list .description-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 7px; }
  .description-list .deslist-label {
    font-weight: 600;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    max-width: 120px;
    color: #333333;
    text-transform: uppercase; }
  .description-list .deslist-text {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%; }
    .description-list .deslist-text .social {
      margin: 0; }
      .description-list .deslist-text .social li {
        margin: 0 3px; }
        .description-list .deslist-text .social li a {
          color: #333333;
          line-height: 0;
          display: block;
          text-align: center;
          line-height: 35px;
          width: auto;
          height: auto;
          border-radius: 0;
          background-color: transparent; }

.resp-container {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%; }

.resp-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0; }

/**/
.post-pagination {
  margin-top: 40px; }
  @media (max-width: 991.98px) {
    .post-pagination {
      margin-top: 20px; } }

/*sidebar*/
.elementor-sidebar {
  padding-top: 25px; }
  .elementor-sidebar .sidebar-row {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 40px auto; }
    .elementor-sidebar .sidebar-row:last-child {
      margin-bottom: 0px; }

.sidebar-title h3 {
  font-size: 18px;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  margin-bottom: 20px; }
  .sidebar-title h3:before {
    right: 15px;
    margin-left: -50%; }
  .sidebar-title h3:after {
    left: 15px;
    margin-right: -50%; }

.sidebar-title h3:after, .sidebar-title h3:before {
  background-color: #d1d1d1;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%; }

.sidebar-mitivi ul {
  padding: 0;
  margin: 0 0px; }
.sidebar-mitivi li {
  float: left;
  width: 33.333333%;
  padding: 3px; }
  @media (max-width: 991.98px) {
    .sidebar-mitivi li {
      width: 25%; } }
  .sidebar-mitivi li a {
    color: #333; }

.mitivi-img {
  border: 5px solid #EBEBEB;
  margin: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }
  .mitivi-img:hover {
    border: 5px solid #229100;
    margin: 0; }
  .mitivi-img img {
    width: 100%; }

.sb-talaawards-list ul {
  padding: 0;
  margin: 0 0px; }
.sb-talaawards-list li {
  float: left;
  width: 33.333333%;
  padding: 5px; }
  .sb-talaawards-list li a {
    color: #333; }
.sb-talaawards-list .awards-img {
  margin: 0;
  background: #000000; }
  .sb-talaawards-list .awards-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .sb-talaawards-list .awards-img:hover {
    margin: 0; }
    .sb-talaawards-list .awards-img:hover img {
      opacity: 0.8; }

.sb-talaawards {
  background: #F7F7F7;
  padding: 10px; }

.sb-talaawards-form {
  padding: 5px;
  margin-top: 40px; }
  .sb-talaawards-form select.form-control {
    font-size: 14px;
    height: 40px;
    padding-left: 20px;
    border: 0px;
    border-bottom: 1px solid #CED4DA;
    border-radius: 0px;
    background-color: transparent; }
  .sb-talaawards-form .form-control.location {
    background-image: url("../images/ic-loaction.svg");
    background-repeat: no-repeat;
    background-position: 1% 50%; }
  .sb-talaawards-form .form-control.date {
    background-image: url("../images/ic-date.svg");
    background-repeat: no-repeat;
    background-position: 1% 50%; }
  .sb-talaawards-form h4 {
    margin-bottom: 15px; }
  .sb-talaawards-form .btn-readmore {
    font-size: 15px; }

/*# sourceMappingURL=style.css.map */
