

/*
 * isotope-layout.scss
 * -----------------------------------------------
*/
/* -------- Isotop Filter ---------- */
.isotope-layout-filter,
.carousel-layout-filter {
  margin-bottom: 30px; }
  .isotope-layout-filter a,
  .carousel-layout-filter a {
    transition: all 100ms ease-in-out 0s;
    color: #777;
    font-size: 15px;
    font-weight: 500;
    margin: 0 5px 10px;
    padding: 8px 20px 6px;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    border: 2px solid;
    border-color: transparent; }
    @media screen and (prefers-reduced-motion: reduce) {
      .isotope-layout-filter a,
      .carousel-layout-filter a {
        transition: none; } }
    .isotope-layout-filter a.active, .isotope-layout-filter a:focus, .isotope-layout-filter a:hover,
    .carousel-layout-filter a.active,
    .carousel-layout-filter a:focus,
    .carousel-layout-filter a:hover {
      color: #fff;
      background: #343434; }
  .isotope-layout-filter.filter-style-2 a,
  .carousel-layout-filter.filter-style-2 a {
    border-color: #343434; }
  .isotope-layout-filter.filter-style-3 a,
  .carousel-layout-filter.filter-style-3 a {
    border-color: #eee; }
  .isotope-layout-filter.filter-style-4 a,
  .carousel-layout-filter.filter-style-4 a {
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-4 a.active, .isotope-layout-filter.filter-style-4 a:focus, .isotope-layout-filter.filter-style-4 a:hover,
    .carousel-layout-filter.filter-style-4 a.active,
    .carousel-layout-filter.filter-style-4 a:focus,
    .carousel-layout-filter.filter-style-4 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-5 a,
  .carousel-layout-filter.filter-style-5 a {
    border-radius: 7px; }
  .isotope-layout-filter.filter-style-6 a,
  .carousel-layout-filter.filter-style-6 a {
    border-radius: 7px;
    border-color: #343434; }
  .isotope-layout-filter.filter-style-7 a,
  .carousel-layout-filter.filter-style-7 a {
    border-radius: 7px;
    border-color: #eee; }
  .isotope-layout-filter.filter-style-8 a,
  .carousel-layout-filter.filter-style-8 a {
    border-radius: 7px;
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-8 a.active, .isotope-layout-filter.filter-style-8 a:focus, .isotope-layout-filter.filter-style-8 a:hover,
    .carousel-layout-filter.filter-style-8 a.active,
    .carousel-layout-filter.filter-style-8 a:focus,
    .carousel-layout-filter.filter-style-8 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-9 a,
  .carousel-layout-filter.filter-style-9 a {
    border-width: 2px;
    border-radius: 30px; }
  .isotope-layout-filter.filter-style-10 a,
  .carousel-layout-filter.filter-style-10 a {
    border-width: 2px;
    border-radius: 30px;
    border-color: #343434; }
  .isotope-layout-filter.filter-style-11 a,
  .carousel-layout-filter.filter-style-11 a {
    border-width: 2px;
    border-radius: 30px;
    border-color: #eee; }
  .isotope-layout-filter.filter-style-12 a,
  .carousel-layout-filter.filter-style-12 a {
    border-width: 2px;
    border-radius: 30px;
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-12 a.active, .isotope-layout-filter.filter-style-12 a:focus, .isotope-layout-filter.filter-style-12 a:hover,
    .carousel-layout-filter.filter-style-12 a.active,
    .carousel-layout-filter.filter-style-12 a:focus,
    .carousel-layout-filter.filter-style-12 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-13 a,
  .carousel-layout-filter.filter-style-13 a {
    border-width: 2px;
    border-radius: 15px 0; }
  .isotope-layout-filter.filter-style-14 a,
  .carousel-layout-filter.filter-style-14 a {
    border-width: 2px;
    border-radius: 15px 0;
    border-color: #343434; }
  .isotope-layout-filter.filter-style-15 a,
  .carousel-layout-filter.filter-style-15 a {
    border-width: 2px;
    border-radius: 15px 0;
    border-color: #eee; }
  .isotope-layout-filter.filter-style-16 a,
  .carousel-layout-filter.filter-style-16 a {
    border-width: 2px;
    border-radius: 15px 0;
    background-color: #f7f7f7; }
    .isotope-layout-filter.filter-style-16 a.active, .isotope-layout-filter.filter-style-16 a:focus, .isotope-layout-filter.filter-style-16 a:hover,
    .carousel-layout-filter.filter-style-16 a.active,
    .carousel-layout-filter.filter-style-16 a:focus,
    .carousel-layout-filter.filter-style-16 a:hover {
      background: #343434; }
  .isotope-layout-filter.filter-style-flat a,
  .carousel-layout-filter.filter-style-flat a {
    margin-left: 20px;
    padding: 0;
    background: none;
    border-bottom: 1px solid transparent; }
    .isotope-layout-filter.filter-style-flat a.active, .isotope-layout-filter.filter-style-flat a:focus, .isotope-layout-filter.filter-style-flat a:hover,
    .carousel-layout-filter.filter-style-flat a.active,
    .carousel-layout-filter.filter-style-flat a:focus,
    .carousel-layout-filter.filter-style-flat a:hover {
      color: #333;
      border-bottom-color: #333; }
    .isotope-layout-filter.filter-style-flat a:first-child,
    .carousel-layout-filter.filter-style-flat a:first-child {
      margin-left: 0; }
  .isotope-layout-filter.btn-group a,
  .carousel-layout-filter.btn-group a {
    background-color: #fcfcfc; }
    .isotope-layout-filter.btn-group a.active, .isotope-layout-filter.btn-group a:focus, .isotope-layout-filter.btn-group a:hover,
    .carousel-layout-filter.btn-group a.active,
    .carousel-layout-filter.btn-group a:focus,
    .carousel-layout-filter.btn-group a:hover {
      box-shadow: none;
      background-color: #444;
      color: #fff; }

/* -------- Isotop Sorter ---------- */
.isotope-layout-sorter {
  margin-bottom: 30px; }
  .isotope-layout-sorter a {
    background-color: #fcfcfc;
    transition: all 100ms ease-in-out 0s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .isotope-layout-sorter a {
        transition: none; } }
    .isotope-layout-sorter a.active, .isotope-layout-sorter a:hover {
      box-shadow: none;
      background-color: #444;
      color: #fff; }
    @media (max-width: 575.98px) {
      .isotope-layout-sorter a {
        margin-bottom: 10px; } }

/* -------- Isotop Gallery ---------- */
.isotope-layout {
  /* by default 4 grids */
  /*portfolio 2 grids*/
  /*portfolio 2 grids*/
  /*portfolio 3 grids*/
  /*portfolio 4 grids*/
  /*portfolio 5 grids*/
  /*portfolio 6 grids*/
  /*portfolio 7 grids*/
  /*portfolio 8 grids*/
  /*portfolio 9 grids*/
  /*portfolio 10 grids*/
  /*gutter*/ }
  .isotope-layout .isotope-layout-inner {
    position: relative; }
  .isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px;
    float: left;
    width: 25%;
    /* item sizer */ }
    .isotope-layout .isotope-item .isotope-item-inner {
      position: relative;
      height: 100%; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 50%; }
    .isotope-layout .isotope-item.isotope-item-sizer {
      padding: 0 !important;
      margin-bottom: 0 !important;
      width: 25%; }
      .isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-wide, .isotope-layout .isotope-item.isotope-item-sizer.tm-masonry-large-width-height {
        width: 50%; }
    .isotope-layout .isotope-item .thumb img {
      width: 100%;
	  height: 350px;
    width: 100%;
    object-fit: cover;
}xxxx
       }
  .isotope-layout.isotope-layout-single-item:not(.shop-archive) {
    margin-left: 0; }
    .isotope-layout.isotope-layout-single-item:not(.shop-archive) .isotope-item {
      padding-right: 0;
      padding-left: 0; 
      width: 100%;}
      .isotope-layout.isotope-layout-single-item:not(.shop-archive) .isotope-item .hentry {
        margin-bottom: 0;
        padding-bottom: 0; }
  .isotope-layout.grid-1 .isotope-item {
    width: 100%;
    height: 400px;
    object-fit: cover; }
    .isotope-layout.grid-1 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-1 .isotope-item.tm-masonry-large-width-height {
      width: 100%; }
  .isotope-layout.grid-2 .isotope-item {
    width: 50%; }
    .isotope-layout.grid-2 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-2 .isotope-item.tm-masonry-large-width-height {
      width: 100%; }
  .isotope-layout.grid-3 .isotope-item {
    width: 33.2%; }
    .isotope-layout.grid-3 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-3 .isotope-item.tm-masonry-large-width-height {
      width: 66.4%; }
  .isotope-layout.grid-4 {
    width: 100.1%;
    width: calc(100% + 1px); }
  .isotope-layout.grid-4 .isotope-item {
    width: 25%; }
    .isotope-layout.grid-4 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-4 .isotope-item.tm-masonry-large-width-height {
      width: 50%; }
  .isotope-layout.grid-5 .isotope-item {
    width: 20%; }
    .isotope-layout.grid-5 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-5 .isotope-item.tm-masonry-large-width-height {
      width: 40%; }
  .isotope-layout.grid-6 .isotope-item {
    width: 16.5%; }
    .isotope-layout.grid-6 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-6 .isotope-item.tm-masonry-large-width-height {
      width: 33%; }
  .isotope-layout.grid-7 .isotope-item {
    width: 14.2%; }
    .isotope-layout.grid-7 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-7 .isotope-item.tm-masonry-large-width-height {
      width: 28.4%; }
  .isotope-layout.grid-8 .isotope-item {
    width: 12.5%; }
    .isotope-layout.grid-8 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-8 .isotope-item.tm-masonry-large-width-height {
      width: 25%; }
  .isotope-layout.grid-9 .isotope-item {
    width: 11%; }
    .isotope-layout.grid-9 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-9 .isotope-item.tm-masonry-large-width-height {
      width: 22%; }
  .isotope-layout.grid-10 .isotope-item {
    width: 10%; }
    .isotope-layout.grid-10 .isotope-item.tm-masonry-large-wide, .isotope-layout.grid-10 .isotope-item.tm-masonry-large-width-height {
      width: 20%; }
  .isotope-layout .isotope-layout-inner {
    margin: 0 -15px; }
  .isotope-layout .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .isotope-layout.gutter .isotope-layout-inner {
    margin: 0 -15px; }
  .isotope-layout.gutter .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .isotope-layout.gutter-0 .isotope-layout-inner {
    margin: 0; }
  .isotope-layout.gutter-0 .isotope-item {
    padding: 0;
    margin: 0; }
  .isotope-layout.gutter-5 .isotope-layout-inner {
    margin: 0 -5px; }
  .isotope-layout.gutter-5 .isotope-item {
    padding: 0 5px;
    margin: 0 0 10px; }
  .isotope-layout.gutter-10 .isotope-layout-inner {
    margin: 0 -10px; }
  .isotope-layout.gutter-10 .isotope-item {
    padding: 0 10px;
    margin: 0 0 20px; }
  .isotope-layout.gutter-15 .isotope-layout-inner {
    margin: 0 -15px; }
  .isotope-layout.gutter-15 .isotope-item {
    padding: 0 15px;
    margin: 0 0 30px; }
  .isotope-layout.gutter-20 .isotope-layout-inner {
    margin: 0 -20px; }
  .isotope-layout.gutter-20 .isotope-item {
    padding: 0 20px;
    margin: 0 0 40px; }
  .isotope-layout.gutter-30 .isotope-layout-inner {
    margin: 0 -30px; }
  .isotope-layout.gutter-30 .isotope-item {
    padding: 0 30px;
    margin: 0 0 60px; }
  .isotope-layout.gutter-40 .isotope-layout-inner {
    margin: 0 -40px; }
  .isotope-layout.gutter-40 .isotope-item {
    padding: 0 40px;
    margin: 0 0 80px; }
  .isotope-layout.gutter-50 .isotope-layout-inner {
    margin: 0 -50px; }
  .isotope-layout.gutter-50 .isotope-item {
    padding: 0 50px;
    margin: 0 0 100px; }
  .isotope-layout.gutter-60 .isotope-layout-inner {
    margin: 0 -60px; }
  .isotope-layout.gutter-60 .isotope-item {
    padding: 0 60px;
    margin: 0 0 120px; }

/* -------- Isotop Item Media Query ---------- */
@media (max-width: 1199.98px) {
  .isotope-layout .isotope-item {
    width: 50% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }

@media (max-width: 991.98px) {
  .isotope-layout .isotope-item {
    width: 50% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }

@media (max-width: 767.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }

@media (max-width: 575.98px) {
  .isotope-layout .isotope-item {
    width: 100% !important; }
    .isotope-layout .isotope-item.tm-masonry-large-wide, .isotope-layout .isotope-item.tm-masonry-large-width-height {
      width: 100% !important; } }


.box-hover-effect {
  display: block;
  vertical-align: middle; }
  .box-hover-effect .effect-wrapper {
    position: relative;
    overflow: hidden;
    margin: 0;
    width: 100%;
    /* Icons Holder */
    /* Icons Holder middle */
    /* Icons Holder top left */
    /* Icons Holder top right */
    /* Icons Holder bottom left */
    /* Icons Holder bottom right */
    /* Text Holder */
    /* Text Holder middle */
    /* Text Holder top */
    /* Text Holder bottom */ }
    .box-hover-effect .effect-wrapper .thumb {
      position: relative;
      overflow: hidden;
      backface-visibility: hidden;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .thumb {
          transition: none; } }
      .box-hover-effect .effect-wrapper .thumb.gradient-effect:after {
        position: absolute;
        left: 0;
        bottom: 0;
        height: 50%;
        width: 100%;
        background: #181818;
        background: -moz-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
        background: -webkit-linear-gradient(top, #000000, rgba(0, 0, 0, 0.55), transparent);
        background: linear-gradient(to top, #000000, rgba(0, 0, 0, 0.55), transparent);
        content: "";
        z-index: 1; }
    .box-hover-effect .effect-wrapper .hover-link {
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      background: none !important;
      color: transparent !important;
      z-index: 11; }
    .box-hover-effect .effect-wrapper .overlay-shade {
      bottom: 0;
      display: block;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10;
      background-color: #000;
      opacity: 0;
      filter: alpha(opacity=0);
      transition: all 0.5s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .overlay-shade {
          transition: none; } }
    .box-hover-effect .effect-wrapper .overlay-shade.shade-white {
      background-color: #fff; }
    .box-hover-effect .effect-wrapper .icons-holder {
      display: inline-block;
      opacity: 0;
      position: absolute;
      z-index: 13;
      transition: all 0.4s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .icons-holder {
          transition: none; } }
      .box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner {
        position: relative;
        margin: 0; }
        .box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
          transition: all 0.4s ease; }
          @media screen and (prefers-reduced-motion: reduce) {
            .box-hover-effect .effect-wrapper .icons-holder .icons-holder-inner a {
              transition: none; } }
    .box-hover-effect .effect-wrapper .icons-holder-middle {
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center;
      top: 40%;
      vertical-align: middle;
      width: 80%; }
      .box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner {
        display: inline-block;
        vertical-align: middle; }
        .box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
          transition: all 0.4s ease; }
          @media screen and (prefers-reduced-motion: reduce) {
            .box-hover-effect .effect-wrapper .icons-holder-middle .icons-holder-inner a {
              transition: none; } }
    .box-hover-effect .effect-wrapper .icons-holder-top-left {
      top: -20%;
      left: 0;
      padding: 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-top-left .icons-holder-inner {
        display: block; }
    .box-hover-effect .effect-wrapper .icons-holder-top-right {
      top: -20%;
      right: 0;
      padding: 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-top-right .icons-holder-inner {
        display: block; }
    .box-hover-effect .effect-wrapper .icons-holder-bottom-left {
      bottom: -20%;
      left: 0;
      padding: 5px 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-bottom-left .icons-holder-inner {
        display: block; }
    .box-hover-effect .effect-wrapper .icons-holder-bottom-right {
      bottom: -20%;
      right: 0;
      padding: 5px 15px; }
      .box-hover-effect .effect-wrapper .icons-holder-bottom-right .icons-holder-inner {
        display: block; }
    .box-hover-effect .effect-wrapper .text-holder {
      display: inline-block;
      opacity: 0;
      overflow: hidden;
      position: absolute;
      transition: all 0.3s ease 0s;
      z-index: 13; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder {
          transition: none; } }
      .box-hover-effect .effect-wrapper .text-holder .title {
        color: #fff; }
      .box-hover-effect .effect-wrapper .text-holder .text_holder_inner {
        display: table;
        height: 100%;
        position: relative;
        width: 100%; }
      .box-hover-effect .effect-wrapper .text-holder .text_holder_inner2 {
        display: table-cell;
        height: 100%;
        position: relative;
        text-align: center;
        vertical-align: middle;
        width: 100%; }
    .box-hover-effect .effect-wrapper .overlay-shade.shade-white + .text-holder .title {
      color: #333; }
    .box-hover-effect .effect-wrapper .text-holder-middle {
      display: block;
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center;
      top: 30%;
      vertical-align: middle;
      width: 80%;
      transition: all 0.3s ease 0.1s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder-middle {
          transition: none; } }
    .box-hover-effect .effect-wrapper .text-holder-top {
      display: block;
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center;
      top: -40px;
      vertical-align: middle;
      width: 80%;
      transition: all 0.3s ease 0.1s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder-top {
          transition: none; } }
    .box-hover-effect .effect-wrapper .text-holder-bottom {
      display: block;
      left: 0;
      margin: 0 auto;
      right: 0;
      text-align: center;
      bottom: -40px;
      vertical-align: middle;
      width: 80%;
      transition: all 0.3s ease 0.1s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder-bottom {
          transition: none; } }
    .box-hover-effect .effect-wrapper .text-holder-top-left {
      left: -40px;
      padding: 5px 15px;
      top: 0;
      width: auto;
      transition: all 0.3s ease 0.2s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder-top-left {
          transition: none; } }
    .box-hover-effect .effect-wrapper .text-holder-top-right {
      right: -40px;
      padding: 5px 15px;
      top: 0;
      width: auto;
      transition: all 0.3s ease 0.2s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder-top-right {
          transition: none; } }
    .box-hover-effect .effect-wrapper .text-holder-bottom-left {
      left: 0;
      padding: 5px 15px;
      bottom: -40px;
      width: auto;
      transition: all 0.3s ease 0.2s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder-bottom-left {
          transition: none; } }
    .box-hover-effect .effect-wrapper .text-holder-bottom-right {
      right: 0;
      padding: 5px 15px;
      bottom: -40px;
      width: auto;
      transition: all 0.3s ease 0.2s; }
      @media screen and (prefers-reduced-motion: reduce) {
        .box-hover-effect .effect-wrapper .text-holder-bottom-right {
          transition: none; } }
  .box-hover-effect:hover .effect-wrapper .thumb {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05); }
  .box-hover-effect:hover .effect-wrapper .overlay-shade {
    opacity: 0.7;
    filter: alpha(opacity=90); }
  .box-hover-effect:hover .effect-wrapper .icons-holder {
    opacity: 1; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-middle {
    top: 45%; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-top-left {
    left: 0; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-top-right {
    right: 0; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-bottom-left {
    bottom: 2%; }
  .box-hover-effect:hover .effect-wrapper .icons-holder-bottom-right {
    bottom: 2%; }
  .box-hover-effect:hover .effect-wrapper .text-holder {
    opacity: 1; }
  .box-hover-effect:hover .effect-wrapper .text-holder-middle {
    top: 40%; }
  .box-hover-effect:hover .effect-wrapper .text-holder-top {
    top: 20px; }
  .box-hover-effect:hover .effect-wrapper .text-holder-bottom {
    bottom: 20px; }
  .box-hover-effect:hover .effect-wrapper .text-holder-top-left {
    left: 0; }
  .box-hover-effect:hover .effect-wrapper .text-holder-top-right {
    right: 0; }
  .box-hover-effect:hover .effect-wrapper .text-holder-bottom-left {
    bottom: 2%; }
  .box-hover-effect:hover .effect-wrapper .text-holder-bottom-right {
    bottom: 2%; }

.shadow-overlay {
  background-image: url("../images/shadow-overlay.png");
  background-position: center bottom;
  background-repeat: repeat-x;
  bottom: 0;
  color: #fff;
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%; }

/* Individual effects */
/* Individual effect = image-zoom-in */
.box-hover-effect.image-zoom-in .thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.box-hover-effect.image-zoom-in:hover .thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

/* Individual effect = image-zoom-out */
.box-hover-effect.image-zoom-out .thumb {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1); }

.box-hover-effect.image-zoom-out:hover .thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/* Individual effect = london */
.box-hover-effect.effect-london .text-holder {
  top: -30px;
  transition: all 0.3s ease 0s; }
  @media screen and (prefers-reduced-motion: reduce) {
    .box-hover-effect.effect-london .text-holder {
      transition: none; } }

.box-hover-effect.effect-london:hover .text-holder {
  top: 0; }

/* Individual effect = rome */
.box-hover-effect.effect-rome:hover .text-holder {
  top: auto;
  bottom: 0; }

/* Individual effect = paris */
.box-hover-effect.effect-paris:hover .thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate(0, -30px);
  -moz-transform: translate(0, -30px);
  -ms-transform: translate(0, -30px);
  transform: translate(0, -30px); }

.box-hover-effect.effect-paris .text-holder {
  background: #333;
  padding: 5px 15px 5px;
  top: auto;
  bottom: -30px;
  width: 100%;
  transition: all 0.3s ease 0s; }
  @media screen and (prefers-reduced-motion: reduce) {
    .box-hover-effect.effect-paris .text-holder {
      transition: none; } }

.box-hover-effect.effect-paris:hover .text-holder {
  top: auto;
  bottom: 0; }

/* Individual effect = barlin */
.box-hover-effect.effect-barlin:hover .thumb {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.box-hover-effect.effect-barlin .text-holder-middle {
  bottom: 0;
  padding: 50px;
  top: 0; }
  .box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title1 {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    transition: all 0.4s ease 0.2s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title1 {
        transition: none; } }
  .box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title2 {
    opacity: 0;
    -webkit-transform: translate(0, 10px);
    -moz-transform: translate(0, 10px);
    -ms-transform: translate(0, 10px);
    transform: translate(0, 10px);
    transition: all 0.4s ease 0.3s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .box-hover-effect.effect-barlin .text-holder-middle .text_holder_inner .text_holder_inner2 .title2 {
        transition: none; } }

.box-hover-effect.effect-barlin:hover .text-holder-middle {
  top: 0; }
  .box-hover-effect.effect-barlin:hover .text-holder-middle .text_holder_inner .text_holder_inner2 .title1 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .box-hover-effect.effect-barlin:hover .text-holder-middle .text_holder_inner .text_holder_inner2 .title2 {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }

.box-hover-effect.effect-barlin .hover-link {
  z-index: 13; }

/*
 * shortcode.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: animated-layer-advanced.scss
 * -----------------------------------------------
*/
.tm-sc-animated-layer-advanced {
  position: relative;
  line-height: 0;
  max-width: 100%; }
  .tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%; }
    .tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper:not(:first-child) {
      position: absolute;
      top: 0; }
    .tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper .layer-image {
      transition: all 1s ease;
      transition-delay: 700ms; }
    .tm-sc-animated-layer-advanced .animated-layer-advanced-inner .layer-image-wrapper.box-shadow-around-img img {
      box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.35); }

/*
 * Shortcode: animated-layer-images.scss
 * -----------------------------------------------
*/
.tm-sc-animated-layer-images {
  position: relative;
  line-height: 0;
  max-width: 100%; }
  .tm-sc-animated-layer-images .layer-image-wrapper {
    position: relative;
    line-height: 0;
    display: block;
    width: inherit;
    max-width: 100%;
    height: inherit;
    max-height: 100%; }
    .tm-sc-animated-layer-images .layer-image-wrapper:not(:first-child) {
      position: absolute;
      top: 0; }
    .tm-sc-animated-layer-images .layer-image-wrapper .layer-image {
      transition: all 1s ease;
      transition-delay: 700ms; }

/*
 * Shortcode: blockquote.scss
 * -----------------------------------------------
*/
blockquote {
  position: relative;
  padding: 0;
  border-left: 2px solid #0073aa;
  padding-left: 1rem; }
  blockquote footer {
    color: #888;
    font-size: 15px; }
  blockquote p {
    color: #444;
    font-size: 18px;
    line-height: 1.7;
    font-family: "Poppins", sans-serif; }
  blockquote cite {
    font-size: 0.9rem; }
  blockquote.tm-sc-blockquote {
    font-style: normal;
    padding: 20px;
    background-color: #fcfcfc;
    box-shadow: 0 0 1px #ddd;
    border-left: 5px solid #0073aa; }
  blockquote.blockquote-style2 {
    background-color: #fcfcfc;
    box-shadow: 0 0 1px #ddd;
    border-left: 0;
    margin-top: 0;
    padding: 20px; }
    blockquote.blockquote-style2 p {
      font-size: 24px;
      line-height: 1.7;
      color: #333; }
    blockquote.blockquote-style2 footer {
      color: #888; }
  blockquote.blockquote-style3 {
    border-left: 3px solid #0073aa;
    padding: 0 30px 0;
    background-color: transparent;
    box-shadow: none; }
    blockquote.blockquote-style3:before {
      color: rgba(0, 0, 0, 0.3);
      content: "\f10e";
      font-family: fontawesome;
      font-size: 50px;
      opacity: 0.20;
      position: absolute;
      left: 5px;
      top: -25px;
      transform: rotate(180deg); }
  blockquote.blockquote-style4 {
    border-left: 3px solid #0073aa;
    padding: 0 30px 0;
    background-color: transparent;
    box-shadow: none;
    margin-top: 0; }
    blockquote.blockquote-style4:before {
      color: rgba(0, 0, 0, 0.3);
      content: "\f10e";
      font-family: fontawesome;
      font-size: 50px;
      opacity: 0.20;
      position: absolute;
      left: 5px;
      top: -25px;
      transform: rotate(180deg); }
    blockquote.blockquote-style4 p {
      font-size: 24px;
      line-height: 1.7;
      color: #333; }
    blockquote.blockquote-style4 footer {
      color: #888; }
  blockquote.blockquote-style5 {
    background: #f9f9f9;
    padding: 30px 30px 30px;
    border-left: 10px solid #0073aa;
    box-shadow: none; }
    blockquote.blockquote-style5:before {
      color: rgba(0, 0, 0, 0.3);
      content: "\f10e";
      font-family: fontawesome;
      font-size: 50px;
      opacity: 0.20;
      position: absolute;
      left: 5px;
      top: -10px;
      transform: rotate(180deg); }
  blockquote.blockquote-style6 {
    background: #f9f9f9;
    padding: 30px 30px 30px;
    border-left: 10px solid #0073aa;
    box-shadow: none;
    margin-top: 0; }
    blockquote.blockquote-style6:before {
      color: rgba(0, 0, 0, 0.3);
      content: "\f10e";
      font-family: fontawesome;
      font-size: 50px;
      opacity: 0.20;
      position: absolute;
      left: 5px;
      top: -10px;
      transform: rotate(180deg); }
    blockquote.blockquote-style6 p {
      font-size: 24px;
      line-height: 1.7;
      color: #333; }
    blockquote.blockquote-style6 footer {
      color: #888; }
  blockquote.blockquote-style7 {
    padding: 30px 30px 30px;
    border-left: 0;
    background: none;
    box-shadow: none; }
    blockquote.blockquote-style7:before {
      color: rgba(0, 0, 0, 0.3);
      content: "\f10e";
      font-family: fontawesome;
      font-size: 70px;
      opacity: 0.20;
      position: absolute;
      left: 16px;
      top: -20px;
      transform: rotate(180deg); }
  blockquote.blockquote-style8 {
    padding: 30px 30px 30px;
    border-left: 0;
    background: none;
    box-shadow: none; }
    blockquote.blockquote-style8:before {
      color: rgba(0, 0, 0, 0.3);
      content: "\f10e";
      font-family: fontawesome;
      font-size: 70px;
      opacity: 0.20;
      position: absolute;
      left: 16px;
      top: -20px;
      transform: rotate(180deg); }
    blockquote.blockquote-style8 p {
      font-size: 24px;
      line-height: 1.7;
      color: #333; }
    blockquote.blockquote-style8 footer {
      color: #888; }
      blockquote.blockquote-style8 footer cite {
        font-size: 0.9rem;
        font-style: normal;
        text-align: left; }

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/
.tm-sc-blog article .box-hover-effect {
  display: block; }

.tm-sc-blog article .post-thumb .post-thumb-inner .thumb {
  display: flex;
  overflow: hidden;
  position: relative; }
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-blog article .post-thumb .post-thumb-inner .thumb img {
        transition: none; } }
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transition: all 0.3s linear;
    overflow: hidden;
    -webkit-transform: scaleY(0);
    -khtml-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    opacity: 0; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-blog article .post-thumb .post-thumb-inner .thumb:after {
        transition: none; } }
  .tm-sc-blog article .post-thumb .post-thumb-inner .thumb .icon-link {
    background: #2d1212;
    color: #fff;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .45s;
    transition: all .45s;
    -moz-transition: all .45s;
    -ms-transition: all .45s;
    width: 32px;
    height: 32px;
    line-height: 33px;
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 99;
    text-align: center;
    margin-top: 45px; }

.tm-sc-blog article:hover .post-thumb .post-thumb-inner .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.tm-sc-blog article:hover .post-thumb .post-thumb-inner .thumb:after {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1; }

.tm-sc-blog article:hover .post-thumb .post-thumb-inner .thumb .icon-link {
  opacity: 1; }

.tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
  height: 100%; }
  .tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post {
    height: 100%; }
    .tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header {
      height: 100%; }
      .tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb {
        height: 100%; }
        .tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner {
          height: 100%; }
          .tm-sc-blog.tm-sc-blog-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .post .entry-header .post-thumb .post-thumb-inner .thumb {
            height: 100%; }

.tm-sc-blog.blog-style1-current-theme .isotope-item-inner {
  overflow: visible; }

.tm-sc-blog.blog-style1-current-theme article {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
  .tm-sc-blog.blog-style1-current-theme article .entry-header {
    position: relative;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
    transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .thumb {
      border-radius: 7px 7px 0 0; }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .post-single-meta {
      background: #242424;
      color: #fff;
      position: absolute;
      bottom: -18px;
      left: 30px;
      padding: 8px 20px;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      z-index: 1; }
      .tm-sc-blog.blog-style1-current-theme article .entry-header .post-single-meta i {
        display: none; }
      .tm-sc-blog.blog-style1-current-theme article .entry-header .post-single-meta a {
        color: #fff; }
    .tm-sc-blog.blog-style1-current-theme article .entry-header .link {
      background: #333;
      position: absolute;
      left: 0;
      top: 45%;
      right: 0;
      height: 50px;
      width: 50px;
      color: #fff;
      padding: 10px;
      text-align: center;
      margin: 0 auto;
      z-index: 1;
      opacity: 0;
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-blog.blog-style1-current-theme article .entry-header .link {
          transition: none; } }
  .tm-sc-blog.blog-style1-current-theme article .entry-content {
    padding: 40px 30px 30px 30px;
    background-color: #fff; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-title {
      margin-top: 0;
      margin-bottom: 1.2rem; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .post-excerpt {
      margin-bottom: 20px;
      border-bottom: 1px solid #eee;
      padding-bottom: 20px; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .entry-meta {
      font-size: 14px;
      margin-bottom: 0;
      color: #999; }
    .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore {
      float: left; }
      .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text {
        color: #F89D35;
        font-size: 12px; }
        .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text:hover, .tm-sc-blog.blog-style1-current-theme article .entry-content .post-btn-readmore .btn-plain-text:focus {
          color: #000; }
  .tm-sc-blog.blog-style1-current-theme article:hover {
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15); }
    .tm-sc-blog.blog-style1-current-theme article:hover .entry-header {
      -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
      transform: translateY(-10px); }
      .tm-sc-blog.blog-style1-current-theme article:hover .entry-header .link {
        opacity: 1;
        transform: rotateY(180deg); }

.tm-sc-blog.blog-style2-classic article .entry-header {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
  .tm-sc-blog.blog-style2-classic article .entry-header .post-single-meta {
    background: #242424;
    color: #fff;
    position: absolute;
    right: 30px;
    bottom: 30px;
    padding: 8px 20px;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1; }
    .tm-sc-blog.blog-style2-classic article .entry-header .post-single-meta i {
      display: none; }
    .tm-sc-blog.blog-style2-classic article .entry-header .post-single-meta a {
      color: #fff; }
    .tm-sc-blog.blog-style2-classic article .entry-header .post-single-meta .entry-date .month {
      display: block;
      font-size: 20px;
      line-height: 1.1; }
    .tm-sc-blog.blog-style2-classic article .entry-header .post-single-meta .entry-date .day {
      display: block;
      font-size: 32px;
      line-height: 1.1; }
    .tm-sc-blog.blog-style2-classic article .entry-header .post-single-meta .entry-date .year {
      display: none; }
  .tm-sc-blog.blog-style2-classic article .entry-header .link {
    background: #333;
    position: absolute;
    left: 0;
    top: 45%;
    right: 0;
    height: 50px;
    width: 50px;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0 auto;
    z-index: 1;
    opacity: 0;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-blog.blog-style2-classic article .entry-header .link {
        transition: none; } }
    .tm-sc-blog.blog-style2-classic article .entry-header .link:hover {
      transform: rotateY(180deg); }

.tm-sc-blog.blog-style2-classic article .entry-content {
  padding: 20px 0 0; }
  .tm-sc-blog.blog-style2-classic article .entry-content .entry-title {
    margin-top: 0;
    margin-bottom: 1rem; }
  .tm-sc-blog.blog-style2-classic article .entry-content .post-excerpt {
    margin-bottom: 20px; }
  .tm-sc-blog.blog-style2-classic article .entry-content .entry-meta {
    font-size: 14px;
    margin-bottom: 20px;
    color: #999; }
  .tm-sc-blog.blog-style2-classic article .entry-content .post-btn-readmore {
    float: left; }
    .tm-sc-blog.blog-style2-classic article .entry-content .post-btn-readmore .btn-plain-text {
      color: #F89D35;
      font-size: 12px; }
      .tm-sc-blog.blog-style2-classic article .entry-content .post-btn-readmore .btn-plain-text:hover, .tm-sc-blog.blog-style2-classic article .entry-content .post-btn-readmore .btn-plain-text:focus {
        color: #000; }

.tm-sc-blog.blog-style2-classic article:hover .entry-header {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px); }
  .tm-sc-blog.blog-style2-classic article:hover .entry-header .link {
    opacity: 1; }

.tm-sc-blog.blog-style3-modern .isotope-item-inner {
  overflow: visible; }

.tm-sc-blog.blog-style3-modern article {
  margin-bottom: 30px; }
  .tm-sc-blog.blog-style3-modern article .entry-header {
    position: relative; }
    .tm-sc-blog.blog-style3-modern article .entry-header .post-single-meta {
      background: #242424;
      color: #fff;
      position: absolute;
      right: 30px;
      top: 30px;
      padding: 8px 20px;
      font-size: 10px;
      text-transform: uppercase;
      letter-spacing: 1px;
      z-index: 1; }
      .tm-sc-blog.blog-style3-modern article .entry-header .post-single-meta i {
        display: none; }
      .tm-sc-blog.blog-style3-modern article .entry-header .post-single-meta a {
        color: #fff; }
      .tm-sc-blog.blog-style3-modern article .entry-header .post-single-meta .entry-date .month {
        display: block;
        font-size: 20px;
        line-height: 1.1; }
      .tm-sc-blog.blog-style3-modern article .entry-header .post-single-meta .entry-date .day {
        display: block;
        font-size: 32px;
        line-height: 1.1; }
      .tm-sc-blog.blog-style3-modern article .entry-header .post-single-meta .entry-date .year {
        display: none; }
    .tm-sc-blog.blog-style3-modern article .entry-header .link {
      background: #333;
      position: absolute;
      left: 0;
      top: 45%;
      right: 0;
      height: 50px;
      width: 50px;
      color: #fff;
      padding: 10px;
      text-align: center;
      margin: 0 auto;
      z-index: 1;
      opacity: 0;
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-blog.blog-style3-modern article .entry-header .link {
          transition: none; } }
      .tm-sc-blog.blog-style3-modern article .entry-header .link:hover {
        transform: rotateY(180deg); }
  .tm-sc-blog.blog-style3-modern article .entry-content {
    text-align: center;
    padding: 40px 20px 60px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    z-index: 999;
    margin: -30px 20px 0;
    box-shadow: 0px 30px 50px rgba(5, 5, 5, 0.04);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
    transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
    .tm-sc-blog.blog-style3-modern article .entry-content .entry-title {
      margin-top: 0;
      margin-bottom: 1rem; }
    .tm-sc-blog.blog-style3-modern article .entry-content .post-excerpt {
      margin-bottom: 20px; }
    .tm-sc-blog.blog-style3-modern article .entry-content .entry-meta {
      font-size: 14px;
      margin-bottom: 20px;
      color: #999; }
    .tm-sc-blog.blog-style3-modern article .entry-content .post-btn-readmore {
      position: absolute;
      bottom: -30px;
      left: 50%;
      -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
      transform: translate(-50%);
      width: 60px;
      height: 60px;
      border: 2px solid #111;
      border-radius: 50%;
      background-color: #fff;
      display: table;
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
      transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
      .tm-sc-blog.blog-style3-modern article .entry-content .post-btn-readmore .btn-plain-text-with-arrow {
        display: table-cell;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
        .tm-sc-blog.blog-style3-modern article .entry-content .post-btn-readmore .btn-plain-text-with-arrow:after {
          top: 0;
          font-size: 24px;
          color: #111; }
        .tm-sc-blog.blog-style3-modern article .entry-content .post-btn-readmore .btn-plain-text-with-arrow:hover, .tm-sc-blog.blog-style3-modern article .entry-content .post-btn-readmore .btn-plain-text-with-arrow:focus {
          color: #000; }
  .tm-sc-blog.blog-style3-modern article:hover .entry-header .link {
    opacity: 1; }
  .tm-sc-blog.blog-style3-modern article:hover .entry-content {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.09); }

.tm-sc-blog.blog-style4-everything-over-image article .owl-nav {
  display: none; }

.tm-sc-blog.blog-style4-everything-over-image article .entry-header .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }

.tm-sc-blog.blog-style4-everything-over-image article .entry-header .post-single-meta {
  background: #242424;
  color: #fff;
  position: absolute;
  right: 30px;
  top: 30px;
  padding: 8px 20px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1; }
  .tm-sc-blog.blog-style4-everything-over-image article .entry-header .post-single-meta i {
    display: none; }
  .tm-sc-blog.blog-style4-everything-over-image article .entry-header .post-single-meta a {
    color: #fff; }
  .tm-sc-blog.blog-style4-everything-over-image article .entry-header .post-single-meta .entry-date .month {
    display: block;
    font-size: 20px;
    line-height: 1.1; }
  .tm-sc-blog.blog-style4-everything-over-image article .entry-header .post-single-meta .entry-date .day {
    display: block;
    font-size: 32px;
    line-height: 1.1; }
  .tm-sc-blog.blog-style4-everything-over-image article .entry-header .post-single-meta .entry-date .year {
    display: none; }

.tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper {
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner {
      display: table-cell;
      padding: 20px;
      height: 100%;
      width: 100%;
      position: relative;
      vertical-align: bottom;
      z-index: 9;
      -webkit-transform: translateY(70px);
      -ms-transform: translateY(70px);
      transform: translateY(70px);
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
      transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
      .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner .entry-title {
        color: #fff;
        margin-top: 0;
        margin-bottom: 1rem; }
      .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner .post-excerpt {
        color: #fff;
        margin-bottom: 20px; }
      .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta {
        font-size: 14px;
        margin-bottom: 20px;
        color: #fff;
        text-transform: capitalize; }
        .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta a {
          color: #fff; }
      .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner .post-btn-readmore {
        opacity: 0;
        transition: all 0.4s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner .post-btn-readmore {
            transition: none; } }
        .tm-sc-blog.blog-style4-everything-over-image article .entry-content-wrapper .entry-content .entry-content-inner .post-btn-readmore a {
          color: #fff; }

.tm-sc-blog.blog-style4-everything-over-image article:hover .entry-header .thumb img {
  -webkit-transform: translateY(-10px) scale(1.1);
  -ms-transform: translateY(-10px) scale(1.1);
  transform: translateY(-10px) scale(1.1); }

.tm-sc-blog.blog-style4-everything-over-image article:hover .entry-content-wrapper .entry-content .entry-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }
  .tm-sc-blog.blog-style4-everything-over-image article:hover .entry-content-wrapper .entry-content .entry-content-inner .post-btn-readmore {
    opacity: 1; }

.tm-sc-blog.blog-style5-vertical-list .isotope-layout {
  margin-left: 0; }

.tm-sc-blog.blog-style5-vertical-list article {
  padding: 2.2rem 0 2.5rem;
  border-bottom: 1px solid #eee; }
  .tm-sc-blog.blog-style5-vertical-list article:last-child {
    border-bottom: none;
    padding-bottom: 0; }
  .tm-sc-blog.blog-style5-vertical-list article:first-child {
    padding-top: 0; }
  .tm-sc-blog.blog-style5-vertical-list article .entry-content .entry-title {
    margin-top: 0;
    margin-bottom: 1rem; }
  .tm-sc-blog.blog-style5-vertical-list article .entry-content .entry-meta {
    font-size: 14px;
    margin-bottom: 0;
    color: #999; }

.tm-sc-blog.blog-style6-alternative-design article .owl-nav {
  display: none; }

.tm-sc-blog.blog-style6-alternative-design article .entry-header .thumb img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }

.tm-sc-blog.blog-style6-alternative-design article .entry-header .post-single-meta {
  position: absolute;
  left: 30px;
  top: 30px;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
  z-index: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
  .tm-sc-blog.blog-style6-alternative-design article .entry-header .post-single-meta i {
    display: none; }

.tm-sc-blog.blog-style6-alternative-design article .entry-content-wrapper {
  box-sizing: border-box;
  padding: 20px;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
  transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
  .tm-sc-blog.blog-style6-alternative-design article .entry-content-wrapper .entry-content {
    display: table;
    height: 100%;
    width: 100%;
    overflow: hidden; }
    .tm-sc-blog.blog-style6-alternative-design article .entry-content-wrapper .entry-content .entry-content-inner {
      display: table-cell;
      height: 100%;
      width: 100%;
      position: relative;
      vertical-align: bottom;
      z-index: 9;
      -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
      transform: translateY(10px);
      -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
      transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
      .tm-sc-blog.blog-style6-alternative-design article .entry-content-wrapper .entry-content .entry-content-inner .entry-title {
        margin-top: 0;
        margin-bottom: 1rem; }
      .tm-sc-blog.blog-style6-alternative-design article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta {
        font-size: 14px;
        margin-bottom: 20px;
        text-transform: capitalize; }

.tm-sc-blog.blog-style6-alternative-design article:hover .entry-header .thumb img {
  -webkit-transform: translateY(-10px) scale(1.1);
  -ms-transform: translateY(-10px) scale(1.1);
  transform: translateY(-10px) scale(1.1); }

.tm-sc-blog.blog-style6-alternative-design article:hover .entry-content-wrapper .entry-content .entry-content-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.tm-sc-blog.blog-style6-alternative-design article .post-thumb .post-thumb-inner .thumb:before {
  display: none; }

.tm-sc-blog.blog-style6-alternative-design article .post-thumb .post-thumb-inner .thumb:after {
  background-color: rgba(250, 250, 250, 0.96);
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1; }

.tm-sc-blog.blog-style6-alternative-design article:hover .post-thumb .post-thumb-inner .thumb:after {
  -webkit-transform: scaleY(1);
  -khtml-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1; }

.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .post-thumb .post-thumb-inner .thumb:before, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .post-thumb .post-thumb-inner .thumb:before, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .post-thumb .post-thumb-inner .thumb:before, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .post-thumb .post-thumb-inner .thumb:before {
  display: none; }

.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .post-thumb .post-thumb-inner .thumb:after {
  opacity: 0; }

.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .post-single-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .post-single-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .post-single-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .post-single-meta {
  opacity: 0;
  color: #fff; }
  .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .post-single-meta a, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .post-single-meta a, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .post-single-meta a, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .post-single-meta a {
    color: #fff; }

.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .entry-content-wrapper, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .entry-content-wrapper, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .entry-content-wrapper, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .entry-content-wrapper {
  opacity: 0; }
  .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title {
    color: #fff; }
    .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title a:hover, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title a:hover, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title a:hover, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .entry-content-wrapper .entry-content .entry-content-inner .entry-title a:hover {
      color: #fff; }
  .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .entry-content-wrapper .entry-content .entry-content-inner .post-excerpt, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .entry-content-wrapper .entry-content .entry-content-inner .post-excerpt, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .entry-content-wrapper .entry-content .entry-content-inner .post-excerpt, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .entry-content-wrapper .entry-content .entry-content-inner .post-excerpt {
    color: #fff; }
  .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta {
    color: #fff; }
    .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta a, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta a, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta a, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article .entry-content-wrapper .entry-content .entry-content-inner .entry-meta a {
      color: #fff; }

.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article:hover .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article:hover .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article:hover .post-thumb .post-thumb-inner .thumb:after, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article:hover .post-thumb .post-thumb-inner .thumb:after {
  opacity: 1; }

.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article:hover .post-single-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article:hover .post-single-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article:hover .post-single-meta, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article:hover .post-single-meta {
  opacity: 1; }

.tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 1) article:hover .entry-content-wrapper, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 3) article:hover .entry-content-wrapper, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 6) article:hover .entry-content-wrapper, .tm-sc-blog.blog-style6-alternative-design .isotope-layout-inner .isotope-item:not(.isotope-item-sizer):nth-child(8n + 8) article:hover .entry-content-wrapper {
  opacity: 1; }

.tm-sc-blog.blog-style6-alternative-design article.format-link .link-content .link-content-wrapper .title {
  font-size: 1rem; }

.tm-sc-blog.blog-style6-alternative-design article.format-link .link-content .link-content-wrapper .link {
  color: #999; }

.tm-sc-blog.blog-style6-alternative-design article.format-quote .quote-content .quote-content-wrapper blockquote .quote {
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.5; }

.tm-sc-blog.blog-style6-alternative-design article.format-quote .quote-content .quote-content-wrapper blockquote footer {
  font-size: 0.9rem;
  color: #999; }

.tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder {
  text-align: center; }
  .tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder article {
    padding: 30px; }
  .tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-meta i {
    display: none; }
  .tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .entry-header {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
    transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
  .tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder .post-thumb .post-thumb-inner .thumb {
    border-radius: 7px; }
  .tm-sc-blog.tm-sc-blog-floating-parallax .floating-posts-holder:hover .entry-header {
    clip-path: inset(3% 3% 3% 3%); }

/*
 * Shortcode: button.scss
 * -----------------------------------------------
*/
.btn-gray {
  color: #fff;
  background-color: #666;
  border-color: #666;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075); }
  .btn-gray:hover {
    color: #fff;
    background-color: #535353;
    border-color: #4d4d4d; }
  .btn-gray:focus, .btn-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }
  .btn-gray.disabled, .btn-gray:disabled {
    color: #fff;
    background-color: #666;
    border-color: #666; }
  .btn-gray:not(:disabled):not(.disabled):active, .btn-gray:not(:disabled):not(.disabled).active,
  .show > .btn-gray.dropdown-toggle {
    color: #fff;
    background-color: #4d4d4d;
    border-color: #464646; }
    .btn-gray:not(:disabled):not(.disabled):active:focus, .btn-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }

.btn-outline-gray {
  color: #666;
  background-color: transparent;
  background-image: none;
  border-color: #666; }
  .btn-outline-gray:hover {
    color: #fff;
    background-color: #666;
    border-color: #666; }
  .btn-outline-gray:focus, .btn-outline-gray.focus {
    box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }
  .btn-outline-gray.disabled, .btn-outline-gray:disabled {
    color: #666;
    background-color: transparent; }
  .btn-outline-gray:not(:disabled):not(.disabled):active, .btn-outline-gray:not(:disabled):not(.disabled).active,
  .show > .btn-outline-gray.dropdown-toggle {
    color: #fff;
    background-color: #666;
    border-color: #666; }
    .btn-outline-gray:not(:disabled):not(.disabled):active:focus, .btn-outline-gray:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-gray.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(102, 102, 102, 0.5); }

.btn-xs {
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn {
  border-width: 3px;
  letter-spacing: .05rem;
  padding: 0.8rem 2.5rem;
  overflow: hidden; }
  .btn.focus, .btn:focus {
    box-shadow: none !important; }

.btn-group-xs > .btn, .btn-xs {
  padding: 0.75rem 1rem; }

.btn-group-sm > .btn, .btn-sm {
  padding: 0.50rem 1.5rem; }

.btn-group-lg > .btn, .btn-lg {
  padding: 1.1rem 3.00rem; }

.btn-gray {
  box-shadow: none; }

.btn-dark:hover {
  color: #343a40;
  background-color: transparent; }

.btn-gray:hover {
  color: #666;
  border-color: #666;
  background-color: transparent; }

/* button 3D */
.btn-3d {
  box-shadow: 0 4px 1px #999999;
  margin-bottom: 4px; }

.btn-round {
  border-radius: 3rem; }

.btn-flat {
  border-radius: 0; }

/* btn-plain-text*/
.btn-plain-text {
  color: #aaa;
  font-size: 1rem;
  padding: 0;
  border: 0;
  padding-bottom: 3px;
  vertical-align: initial; }
  .btn-plain-text:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #000;
    transition: width .3s; }
  .btn-plain-text:hover:after {
    width: 100%; }
  .btn-plain-text.focus, .btn-plain-text:focus {
    box-shadow: none; }

.btn-plain-text-with-arrow {
  color: #2f3241;
  font-size: 1rem;
  padding: 0;
  border: 0;
  vertical-align: initial; }
  .btn-plain-text-with-arrow:after {
    display: inline-block;
    content: "\f178";
    font-family: fontawesome;
    font-size: 16px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 7px;
    position: relative;
    text-shadow: none;
    text-transform: none;
    top: 2px;
    transition: all 0.3s ease 0s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .btn-plain-text-with-arrow:after {
        transition: none; } }
  .btn-plain-text-with-arrow:focus:after, .btn-plain-text-with-arrow:hover:after {
    -webkit-animation: moveArrow 1s;
    -moz-animation: moveArrow 1s;
    animation: moveArrow 1s; }
  .btn-plain-text-with-arrow.focus, .btn-plain-text-with-arrow:focus {
    box-shadow: none; }
  .btn-plain-text-with-arrow.text-white:after {
    color: #fff !important; }

@keyframes moveArrow {
  0%, 55% {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
    -moz-transform: translateX(0) scale(1);
    transform: translateX(0) scale(1); }
  25% {
    opacity: 0;
    -webkit-transform: translateX(13px) scale(0.9);
    -moz-transform: translateX(13px) scale(0.9);
    transform: translateX(13px) scale(0.9); }
  26% {
    opacity: 0;
    -webkit-transform: translateX(-13px) scale(0.9);
    -moz-transform: translateX(-13px) scale(0.9);
    transform: translateX(-13px) scale(0.9); } }

.btn-modern-white {
  position: relative;
  overflow: hidden;
  border-width: 2px;
  color: #333;
  border-color: #eeeeee;
  background-color: transparent; }
  .btn-modern-white:after {
    content: "";
    background-color: #111;
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s;
    transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s; }
  .btn-modern-white:hover {
    color: #ffffff;
    border-color: #111; }
    .btn-modern-white:hover:after {
      width: 100%;
      left: 0;
      right: auto; }

.btn-modern-theme-colored {
  position: relative;
  overflow: hidden;
  border-width: 2px;
  color: #333;
  border-color: #eeeeee;
  background-color: transparent;
  z-index: 0; }
  .btn-modern-theme-colored:after {
    content: "";
    background-color: #fff;
    width: 0;
    height: 100%;
    top: 0;
    position: absolute;
    left: auto;
    right: 0;
    z-index: -1;
    -webkit-transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s;
    transition: width 0.6s cubic-bezier(0.3, 0.8, 0.3, 1) 0s; }
  .btn-modern-theme-colored:hover {
    border-color: #eee; }
    .btn-modern-theme-colored:hover:after {
      width: 100%;
      left: 0;
      right: auto; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s; }
  .hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }

/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }
  .hvr-shutter-out-horizontal:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

.hvr-sweep-to-right[class^="btn-outline-"]:hover, .hvr-sweep-to-right[class^="btn-outline-"]:focus, .hvr-sweep-to-right[class^="btn-outline-"]:active, .hvr-sweep-to-right[class*=" btn-outline-"]:hover, .hvr-sweep-to-right[class*=" btn-outline-"]:focus, .hvr-sweep-to-right[class*=" btn-outline-"]:active,
.hvr-bounce-to-right[class^="btn-outline-"]:hover,
.hvr-bounce-to-right[class^="btn-outline-"]:focus,
.hvr-bounce-to-right[class^="btn-outline-"]:active,
.hvr-bounce-to-right[class*=" btn-outline-"]:hover,
.hvr-bounce-to-right[class*=" btn-outline-"]:focus,
.hvr-bounce-to-right[class*=" btn-outline-"]:active,
.hvr-shutter-out-horizontal[class^="btn-outline-"]:hover,
.hvr-shutter-out-horizontal[class^="btn-outline-"]:focus,
.hvr-shutter-out-horizontal[class^="btn-outline-"]:active,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:hover,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:focus,
.hvr-shutter-out-horizontal[class*=" btn-outline-"]:active {
  background-color: transparent; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-gray:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-gray:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-gray:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-gray:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-gray:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-gray:before {
  background: "gray"; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-primary:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-primary:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-primary:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-primary:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-primary:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-primary:before {
  background: #007bff; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-secondary:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-secondary:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-secondary:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-secondary:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-secondary:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-secondary:before {
  background: #6c757d; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-success:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-success:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-success:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-success:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-success:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-success:before {
  background: #28a745; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-info:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-info:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-info:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-info:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-info:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-info:before {
  background: #17a2b8; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-warning:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-warning:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-warning:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-warning:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-warning:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-warning:before {
  background: #ffc107; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-danger:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-danger:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-danger:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-danger:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-danger:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-danger:before {
  background: #dc3545; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-light:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-light:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-light:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-light:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-light:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-light:before {
  background: #f8f9fa; }

.hvr-sweep-to-right[class^="btn-outline-"].btn-outline-dark:before, .hvr-sweep-to-right[class*=" btn-outline-"].btn-outline-dark:before,
.hvr-bounce-to-right[class^="btn-outline-"].btn-outline-dark:before,
.hvr-bounce-to-right[class*=" btn-outline-"].btn-outline-dark:before,
.hvr-shutter-out-horizontal[class^="btn-outline-"].btn-outline-dark:before,
.hvr-shutter-out-horizontal[class*=" btn-outline-"].btn-outline-dark:before {
  background: #343a40; }

.hvr-sweep-to-right:not(.btn-outline):hover, .hvr-sweep-to-right:not(.btn-outline):focus, .hvr-sweep-to-right:not(.btn-outline):active,
.hvr-bounce-to-right:not(.btn-outline):hover,
.hvr-bounce-to-right:not(.btn-outline):focus,
.hvr-bounce-to-right:not(.btn-outline):active,
.hvr-shutter-out-horizontal:not(.btn-outline):hover,
.hvr-shutter-out-horizontal:not(.btn-outline):focus,
.hvr-shutter-out-horizontal:not(.btn-outline):active {
  color: #222; }

/*
 * Shortcode: call-to-action.scss
 * -----------------------------------------------
*/
.call-to-action .cta-content p,
.call-to-action .cta-content h1, .call-to-action .cta-content h2, .call-to-action .cta-content h3, .call-to-action .cta-content h4, .call-to-action .cta-content h5, .call-to-action .cta-content h6 {
  margin-top: 0; }

/*
 * Shortcode: common.scss
 * -----------------------------------------------
*/
.tm-sc .excerpt {
  margin-bottom: 15px; }

.tm-loadmore-container {
  text-align: center;
  margin-top: 50px; }

/*
 * Shortcode: custom-columns-holder.scss
 * -----------------------------------------------
*/
.tm-sc-custom-columns-holder {
  width: 100%;
  display: table;
  table-layout: fixed; }
  .tm-sc-custom-columns-holder.tm-cc-two-columns .tm-sc-custom-columns-holder-item {
    width: 50%; }
  .tm-sc-custom-columns-holder.tm-cc-two-columns .tm-sc-custom-columns-holder-item {
    width: 50%; }
  .tm-sc-custom-columns-holder.tm-cc-three-columns .tm-sc-custom-columns-holder-item {
    width: 33%; }
  .tm-sc-custom-columns-holder.tm-cc-four-columns .tm-sc-custom-columns-holder-item {
    width: 25%; }
  .tm-sc-custom-columns-holder.tm-cc-five-columns .tm-sc-custom-columns-holder-item {
    width: 20%; }
  .tm-sc-custom-columns-holder.tm-cc-six-columns .tm-sc-custom-columns-holder-item {
    width: 16%; }
  .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative; }
    .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item.tm-cc-vertical-alignment-top {
      vertical-align: top; }
    .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item.tm-cc-vertical-alignment-bottom {
      vertical-align: bottom; }
    .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item.tm-cc-horizontal-alignment-center {
      text-align: center; }
    .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item.tm-cc-horizontal-alignment-right {
      text-align: right; }
    .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item .item-link {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      line-height: 0; }
    .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item .item-inner {
      width: 100%; }
    .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item.tm-cc-eh-with-zoom {
      position: relative;
      overflow: hidden; }
      .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item.tm-cc-eh-with-zoom .tm-sc-custom-columns-holder-item-image-zoom {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: -1;
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        -webkit-transition: transform 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
        -moz-transition: transform 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
        transition: transform 0.5s cubic-bezier(0.15, 0.7, 0.54, 0.99);
        will-change: transform;
        -webkit-backface-visibility: hidden; }
      .tm-sc-custom-columns-holder .tm-sc-custom-columns-holder-item.tm-cc-eh-with-zoom:hover .tm-sc-custom-columns-holder-item-image-zoom {
        -webkit-transform: scale(1.03);
        -moz-transform: scale(1.03);
        transform: scale(1.03); }
  .tm-sc-custom-columns-holder.tm-cc-elements-items-float.tm-cc-three-columns .tm-sc-custom-columns-holder-item {
    width: 33.33333333333333%; }
  .tm-sc-custom-columns-holder.tm-cc-elements-items-float.tm-cc-six-columns .tm-sc-custom-columns-holder-item {
    width: 16.66666666666667%; }
  .tm-sc-custom-columns-holder.tm-cc-elements-items-float .tm-sc-custom-columns-holder-item {
    float: left; }
  .tm-sc-custom-columns-holder .item-content {
    padding: 0 20px; }

@media (max-width: 1199.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-two-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-three-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-four-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-five-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-six-columns .tm-sc-custom-columns-holder-item {
    width: 100%;
    display: inline-block;
    height: auto; } }

@media (max-width: 991.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-two-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-three-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-four-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-five-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-six-columns .tm-sc-custom-columns-holder-item {
    width: 100%;
    display: inline-block;
    height: auto; } }

@media (max-width: 767.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-two-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-three-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-four-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-five-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-six-columns .tm-sc-custom-columns-holder-item {
    width: 100%;
    display: inline-block;
    height: auto; } }

@media (max-width: 575.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-two-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-three-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-four-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-five-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-six-columns .tm-sc-custom-columns-holder-item {
    width: 100%;
    display: inline-block;
    height: auto; } }

@media (max-width: 575.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-two-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-three-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-four-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-five-columns .tm-sc-custom-columns-holder-item, .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-six-columns .tm-sc-custom-columns-holder-item {
    width: 100%;
    display: inline-block;
    height: auto; } }

@media (max-width: 575.98px) {
  .tm-sc-custom-columns-holder .item-content {
    padding: 0 10px; } }

@media (max-width: 1199.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-one-column-alignment-left .tm-sc-custom-columns-holder-item .item-content {
    text-align: left; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-one-column-alignment-right .tm-sc-custom-columns-holder-item .item-content {
    text-align: right; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1280.tm-cc-one-column-alignment-center .tm-sc-custom-columns-holder-item .item-content {
    text-align: center; } }

@media (max-width: 991.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-one-column-alignment-left .tm-sc-custom-columns-holder-item .item-content {
    text-align: left; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-one-column-alignment-right .tm-sc-custom-columns-holder-item .item-content {
    text-align: right; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-1024.tm-cc-one-column-alignment-center .tm-sc-custom-columns-holder-item .item-content {
    text-align: center; } }

@media (max-width: 767.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-one-column-alignment-left .tm-sc-custom-columns-holder-item .item-content {
    text-align: left; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-one-column-alignment-right .tm-sc-custom-columns-holder-item .item-content {
    text-align: right; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-768.tm-cc-one-column-alignment-center .tm-sc-custom-columns-holder-item .item-content {
    text-align: center; } }

@media (max-width: 575.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-one-column-alignment-left .tm-sc-custom-columns-holder-item .item-content {
    text-align: left; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-one-column-alignment-right .tm-sc-custom-columns-holder-item .item-content {
    text-align: right; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-600.tm-cc-one-column-alignment-center .tm-sc-custom-columns-holder-item .item-content {
    text-align: center; } }

@media (max-width: 575.98px) {
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-one-column-alignment-left .tm-sc-custom-columns-holder-item .item-content {
    text-align: left; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-one-column-alignment-right .tm-sc-custom-columns-holder-item .item-content {
    text-align: right; }
  .tm-sc-custom-columns-holder.tm-cc-responsive-mode-480.tm-cc-one-column-alignment-center .tm-sc-custom-columns-holder-item .item-content {
    text-align: center; } }

/*
 * Shortcode: dropcaps.scss
 * -----------------------------------------------
*/
.tm-sc-dropcaps .dropcaps {
  color: #903;
  float: left;
  font-size: 60px;
  line-height: 52px;
  margin: 2px 10px 0 0; }

.tm-sc-dropcaps.dropcaps-fill .dropcaps {
  background-color: #903;
  color: #fff;
  text-align: center;
  padding: 10px 10px 10px 10px;
  margin: 7px 15px 0 0;
  min-width: 64px; }

/*
 * Shortcode: easy-pie-chart.scss
 * -----------------------------------------------
*/
.easypiechart {
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  text-align: center; }
  .easypiechart canvas {
    position: absolute;
    top: 0;
    left: 0; }
  .easypiechart .percent {
    display: inline-block;
    line-height: 110px;
    z-index: 2; }
    .easypiechart .percent:after {
      content: '%';
      margin-left: 0.1em;
      font-size: .8em; }

/*
 * Shortcode: element-holder.scss
 * -----------------------------------------------
*/
.tm-element-holder {
  display: table;
  position: relative;
  table-layout: fixed; }
  .tm-element-holder .tm-element-holder-wrapper {
    background-position: center;
    background-size: cover;
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    position: relative;
    z-index: 45; }
  .tm-element-holder .tm-element-holder-bg-text {
    display: block;
    position: absolute;
    line-height: 1;
    font-size: 100px;
    font-weight: bold;
    color: #f5f5f5; }

/*
* Shortcode: final-countdown.scss
* -----------------------------------------------
*/
.tm-sc-countdown-timer .countdown-container {
  font-size: 20px; }
  .tm-sc-countdown-timer .countdown-container span {
    display: inline-block;
    font-size: 28px;
    line-height: 2;
    padding: 0 5px;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2); }

.final-countdown-modern-circular .countdown-container {
  width: 100%;
  position: relative; }
  .final-countdown-modern-circular .countdown-container .clock-item {
    position: relative; }
    .final-countdown-modern-circular .countdown-container .clock-item .inner {
      position: relative;
      text-align: center; }
      .final-countdown-modern-circular .countdown-container .clock-item .inner .clock-canvas {
        background-color: rgba(255, 255, 255, 0.7);
        border-radius: 50%;
        height: 0px;
        padding-bottom: 100%; }
      .final-countdown-modern-circular .countdown-container .clock-item .inner .text {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%) translateY(-50%);
        transform: translateX(-50%) translateY(-50%);
        top: 50%; }
        .final-countdown-modern-circular .countdown-container .clock-item .inner .text .val {
          font-size: 36px;
          line-height: 1.4;
          font-weight: 500;
          margin-bottom: 0; }
        .final-countdown-modern-circular .countdown-container .clock-item .inner .text .type-time {
          font-size: 13px;
          margin-bottom: 0; }
    @media (min-width: 768px) and (max-width: 991px) {
      .final-countdown-modern-circular .countdown-container .clock-item {
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .final-countdown-modern-circular .countdown-container .clock-item {
        margin: 0px 30px 30px 30px; } }

.final-countdown-smart-style .countdown-timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .final-countdown-smart-style .countdown-timer .counter {
    background-color: #fff;
    width: 84px;
    border-radius: 0;
    border: 1px solid #ddd;
    text-align: center;
    position: relative;
    border-radius: 5px; }
    .final-countdown-smart-style .countdown-timer .counter .value {
      display: block;
      font-size: 28px;
      line-height: 2;
      font-weight: 700; }
    .final-countdown-smart-style .countdown-timer .counter .label {
      background: #eee;
      color: #111;
      display: block;
      text-transform: uppercase;
      font-size: 14px;
      line-height: 2;
      border-top: 1px solid #ddd; }

/*
 * Shortcode: flickr-feed.scss
 * -----------------------------------------------
*/
.flickr-feed .flickr_badge_image {
  margin: 0px 7px 7px 0;
  width: 70px;
  height: 70px;
  float: left;
  background: 0 0;
  padding: 0; }

/*
 * Shortcode: flipbox.scss
 * -----------------------------------------------
*/
.vc-hoverbox-block-inner {
  position: absolute;
  padding: 45px 25px;
  text-align: center;
  left: 0;
  bottom: 0;
  top: 50%;
  height: 100%;
  width: 100%;
  -webkit-perspective: inherit;
  perspective: inherit;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
  transform: translateY(-50%) translateZ(60px) scale(0.94);
  z-index: 2; }

.tm-sc-flipbox {
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  padding: 0;
  border: 0; }
  .tm-sc-flipbox .tm-sc-flipbox-front,
  .tm-sc-flipbox .tm-sc-flipbox-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    min-height: 420px;
    height: auto;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease, -webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
    .tm-sc-flipbox .tm-sc-flipbox-front:after,
    .tm-sc-flipbox .tm-sc-flipbox-back:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: .75; }
    .tm-sc-flipbox .tm-sc-flipbox-front .flipbox-inner,
    .tm-sc-flipbox .tm-sc-flipbox-back .flipbox-inner {
      position: absolute;
      padding: 45px 25px;
      text-align: center;
      left: 0;
      bottom: 0;
      top: 50%;
      height: 100%;
      width: 100%;
      -webkit-perspective: inherit;
      perspective: inherit;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
      transform: translateY(-50%) translateZ(60px) scale(0.94);
      z-index: 2; }
  .tm-sc-flipbox .tm-sc-flipbox-front {
    background-color: #eee;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    background-position: 50% 50%;
    border: 2px solid transparent; }
  .tm-sc-flipbox .tm-sc-flipbox-back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border: 2px solid transparent;
    border-radius: 10px;
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
    .tm-sc-flipbox .tm-sc-flipbox-back .flipbox-inner {
      display: table;
      overflow: hidden; }
  .tm-sc-flipbox:hover .tm-sc-flipbox-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }
  .tm-sc-flipbox:hover .tm-sc-flipbox-back {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d; }

/*
 * Shortcode: funfacts.scss
 * -----------------------------------------------
*/
.tm-sc-funfact {
  transition: all 0.5s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tm-sc-funfact {
      transition: none; } }
  .tm-sc-funfact i {
    font-size: 45px; }
  .tm-sc-funfact .counter {
    margin-top: 20px; }
    .tm-sc-funfact .counter .animate-number {
      line-height: 1; }
  .tm-sc-funfact.funfact-lefticon .details {
    margin-left: 60px; }
  .tm-sc-funfact :last-child {
    margin-bottom: 0; }

/*
 * Shortcode: Icon Boxes
 * -----------------------------------------------
*/
.icon-box {
  position: relative;
  z-index: 0;
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .icon-box {
      transition: none; } }
  .icon-box .icon-wrapper {
    margin-bottom: 20px; }
  .icon-box .icon {
    display: inline-block;
    height: 70px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 70px;
    text-align: center;
    font-weight: normal; }
    @media screen and (prefers-reduced-motion: reduce) {
      .icon-box .icon {
        transition: none; } }
    .icon-box .icon i {
      display: inline-block;
      font-size: 40px;
      line-height: 70px; }
    .icon-box .icon i[class*="pe-7s-"] {
      vertical-align: text-bottom; }
    .icon-box .icon.icon-default {
      height: auto;
      width: auto;
      margin-bottom: 5px; }
      .icon-box .icon.icon-default i {
        line-height: 1; }
    .icon-box .icon.icon-gray {
      background-color: #eee;
      color: #333; }
      .icon-box .icon.icon-gray.icon-bordered {
        background-color: transparent;
        border: 3px solid #eee; }
      .icon-box:hover .icon.icon-gray {
        background-color: #d5d5d5;
        color: #111; }
        .icon-box:hover .icon.icon-gray.icon-bordered {
          background-color: #eee;
          color: #555; }
    .icon-box .icon.icon-dark {
      background-color: #111;
      color: #fff; }
      .icon-box .icon.icon-dark.icon-bordered {
        background-color: transparent;
        border: 3px solid #111;
        color: #111; }
      .icon-box:hover .icon.icon-dark {
        background-color: #eee;
        color: #111; }
        .icon-box:hover .icon.icon-dark.icon-bordered {
          background-color: #111;
          border-color: #111;
          color: #fff; }
    .icon-box .icon.icon-white {
      background-color: #fff;
      color: #333; }
      .icon-box .icon.icon-white.icon-bordered {
        background-color: transparent;
        border: 3px solid #fff; }
      .icon-box:hover .icon.icon-white {
        background-color: #cccccc;
        color: black; }
        .icon-box:hover .icon.icon-white.icon-bordered {
          background-color: #fff;
          border-color: #fff;
          color: #111; }
      .icon-box .icon.icon-white.icon-border-effect {
        position: relative; }
        .icon-box .icon.icon-white.icon-border-effect::after {
          box-shadow: 0 0 0 3px #fff; }
    .icon-box .icon.icon-bordered {
      border: 3px solid #eee; }
      .icon-box:hover .icon.icon-bordered {
        background-color: #eee;
        color: #111; }
    .icon-box .icon.icon-rounded {
      border-radius: 3px; }
    .icon-box .icon.icon-circled {
      border-radius: 50%; }
    .icon-box .icon.icon-type-image.icon-bordered {
      padding: 5px; }
    .icon-box .icon.icon-xs {
      height: 30px;
      width: 30px; }
      .icon-box .icon.icon-xs i {
        font-size: 18px;
        line-height: 30px; }
    .icon-box .icon.icon-sm {
      height: 50px;
      width: 50px; }
      .icon-box .icon.icon-sm i {
        font-size: 22px;
        line-height: 50px; }
    .icon-box .icon.icon-md {
      height: 75px;
      width: 75px; }
      .icon-box .icon.icon-md i {
        font-size: 36px;
        line-height: 75px; }
    .icon-box .icon.icon-lg {
      height: 90px;
      width: 90px; }
      .icon-box .icon.icon-lg i {
        font-size: 48px;
        line-height: 90px; }
    .icon-box .icon.icon-xl {
      height: 120px;
      width: 120px; }
      .icon-box .icon.icon-xl i {
        font-size: 60px;
        line-height: 120px; }
    .icon-box .icon.icon-border-effect {
      position: relative; }
      .icon-box .icon.icon-border-effect::after {
        border-radius: 50%;
        box-shadow: 0 0 0 3px;
        box-sizing: content-box;
        content: "";
        height: 100%;
        left: -4px;
        opacity: 0;
        padding: 4px;
        top: -4px;
        transform: scale(0.8);
        transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
        pointer-events: none;
        position: absolute;
        width: 100%; }
      .icon-box .icon.icon-border-effect.effect-flat::after {
        border-radius: 0; }
      .icon-box .icon.icon-border-effect.effect-rounded::after {
        border-radius: 3px; }
      .icon-box .icon.icon-border-effect.effect-circled::after {
        border-radius: 50%; }
      .icon-box .icon.icon-border-effect.icon-gray::after {
        box-shadow: 0 0 0 3px #eee; }
    .icon-box .icon.icon-top {
      left: 0;
      margin: 0 auto;
      position: absolute;
      right: 0;
      top: -32px; }
  .icon-box .icon.icon-type-image {
    display: block;
    text-align: left; }
  .icon-box.text-center .icon.icon-type-image {
    text-align: center;
    display: inline-block; }
  .icon-box.text-right .icon.icon-type-image {
    text-align: right;
    display: inline-block; }
  .icon-box.iconbox-border {
    border: 3px solid #dcdcdc; }
  .icon-box.iconbox-bg {
    background-color: #fafafa; }
    .icon-box.iconbox-bg.iconbox-bg-dark {
      background-color: #333; }
  .icon-box .content p {
    margin-bottom: 0; }
    .icon-box .content p a {
      color: #777;
      font-weight: 300; }
  .icon-box.icon-left .icon {
    float: left;
    margin-right: 20px; }
    @media (max-width: 1199.98px) {
      .icon-box.icon-left .icon {
        float: none !important;
        margin-right: 0;
        margin-bottom: 15px; } }
    .icon-box.icon-left .icon.no-bg {
      width: auto;
      height: auto; }
  .icon-box.icon-left .icon-text {
    overflow: hidden; }
  .icon-box.icon-right .icon {
    float: right;
    margin-left: 20px; }
    @media (max-width: 1199.98px) {
      .icon-box.icon-right .icon {
        float: none !important;
        margin-left: 0;
        margin-bottom: 15px; } }
    .icon-box.icon-right .icon.no-bg {
      width: auto;
      height: auto; }
  .icon-box.icon-right .icon-text {
    overflow: hidden; }
  .icon-box .icon-box-title,
  .icon-box .icon-box-title a {
    transition: all 0.1s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .icon-box .icon-box-title,
      .icon-box .icon-box-title a {
        transition: none; } }
  .icon-box .btn-view-details {
    transition: all 0.1s ease;
    margin-top: 15px; }
    @media screen and (prefers-reduced-motion: reduce) {
      .icon-box .btn-view-details {
        transition: none; } }
  .icon-box:hover .icon-border-effect::after {
    opacity: 1;
    transform: scale(1); }
  .icon-box .icon-border-effect:hover::after {
    opacity: 1;
    transform: scale(1); }
  .icon-box.iconbox-box-shadow {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
    .icon-box.iconbox-box-shadow:hover {
      box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.15); }
  .icon-box.iconbox-default-padding .icon-box-wrapper {
    padding: 50px 35px 50px 35px; }
  @media (max-width: 1199.98px) {
    .icon-box.iconbox-centered-in-responsive {
      text-align: center !important; }
      .icon-box.iconbox-centered-in-responsive .icon.icon-type-image {
        text-align: center !important; } }
  @media (min-width: 1200px) {
    .icon-box.iconbox-title-mt-0-desktop .icon-box-title {
      margin-top: 0; } }
  .icon-box.iconbox-hover-move-up-animation:hover {
    margin-top: -15px; }
  .icon-box.iconbox-border-radius {
    border-radius: 10px; }
  .icon-box.icon-position-icon-top.hanging-icon-top .icon-wrapper .icon {
    margin-top: -70px; }
  .icon-box.icon-area-box-shadow .icon-wrapper .icon {
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .icon-box.iconbox-style2-border-bottom:after {
    background-color: #aaa;
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 4px;
    content: '';
    opacity: 0;
    transition: 0.3s ease-in; }
  .icon-box.iconbox-style2-border-bottom:hover:after {
    bottom: 0;
    opacity: 1; }
  .icon-box.iconbox-style3-moving-border-bottom {
    overflow: hidden; }
    .icon-box.iconbox-style3-moving-border-bottom:after {
      position: absolute;
      left: -2px;
      bottom: 0px;
      width: 100%;
      height: 4px;
      content: '';
      background-image: -moz-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
      background-image: -webkit-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
      background-image: -ms-linear-gradient(0deg, #313131 0%, #bdc0c3 100%);
      -ms-transform: translateX(-100%);
      -webkit-transform: translateX(-100%);
      transform: translateX(-100%);
      visibility: hidden;
      opacity: 0;
      transition: all 0.5s ease-in; }
      @media screen and (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style3-moving-border-bottom:after {
          transition: none; } }
    .icon-box.iconbox-style3-moving-border-bottom:hover:after {
      -ms-transform: translateX(0%);
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      visibility: visible;
      opacity: 1; }
  .icon-box.iconbox-style4-bgcolor {
    overflow: hidden; }
    .icon-box.iconbox-style4-bgcolor:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background-color: #161d29;
      transition: all 500ms ease;
      z-index: -1; }
      @media screen and (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style4-bgcolor:before {
          transition: none; } }
    .icon-box.iconbox-style4-bgcolor:hover:before {
      opacity: 1;
      visibility: visible; }
    .icon-box.iconbox-style4-bgcolor:hover .icon-box-title,
    .icon-box.iconbox-style4-bgcolor:hover .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-style4-bgcolor:hover .content {
      color: #fff; }
      .icon-box.iconbox-style4-bgcolor:hover .content p {
        color: #fff; }
  .icon-box.iconbox-style5-moving-bgcolor {
    overflow: hidden; }
    .icon-box.iconbox-style5-moving-bgcolor:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: visible;
      background-color: #161d29;
      transition: all 500ms ease;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -moz-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      -moz-transform-origin: top;
      transform-origin: top;
      z-index: -1; }
      @media screen and (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style5-moving-bgcolor:before {
          transition: none; } }
    .icon-box.iconbox-style5-moving-bgcolor:hover:before {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -moz-transform: scaleY(1);
      transform: scaleY(1); }
    .icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title,
    .icon-box.iconbox-style5-moving-bgcolor:hover .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-style5-moving-bgcolor:hover .content {
      color: #fff; }
      .icon-box.iconbox-style5-moving-bgcolor:hover .content p {
        color: #fff; }
  .icon-box.iconbox-style6-moving-double-bgcolor {
    overflow: hidden; }
    .icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: visible;
      background-color: #475469;
      transition: all 400ms ease;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -moz-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      -moz-transform-origin: top;
      transform-origin: top;
      z-index: -2; }
      @media screen and (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-style6-moving-double-bgcolor:before, .icon-box.iconbox-style6-moving-double-bgcolor:after {
          transition: none; } }
    .icon-box.iconbox-style6-moving-double-bgcolor:after {
      background-color: #141d2b;
      z-index: -1; }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover:before, .icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
      opacity: 1;
      visibility: visible;
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      -moz-transform: scaleY(1);
      transform: scaleY(1); }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover:after {
      -webkit-transition-delay: 300ms;
      -moz-transition-delay: 300ms;
      -ms-transition-delay: 300ms;
      -o-transition-delay: 300ms;
      transition-delay: 300ms; }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title,
    .icon-box.iconbox-style6-moving-double-bgcolor:hover .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-style6-moving-double-bgcolor:hover .content {
      color: #fff; }
      .icon-box.iconbox-style6-moving-double-bgcolor:hover .content p {
        color: #fff; }
  .icon-box.iconbox-style7-hover-moving-border {
    overflow: hidden; }
    .icon-box.iconbox-style7-hover-moving-border:after, .icon-box.iconbox-style7-hover-moving-border:before {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      content: '';
      opacity: 0;
      -webkit-transition: opacity 0.55s,-webkit-transform 0.55s;
      transition: opacity 0.55s,transform 0.55s;
      z-index: -1; }
    .icon-box.iconbox-style7-hover-moving-border:after {
      border-right: 2px solid #444;
      border-left: 2px solid #444; }
    .icon-box.iconbox-style7-hover-moving-border:after {
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0); }
    .icon-box.iconbox-style7-hover-moving-border:before {
      border-top: 2px solid #444;
      border-bottom: 2px solid #444; }
    .icon-box.iconbox-style7-hover-moving-border:before {
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1); }
    .icon-box.iconbox-style7-hover-moving-border:hover:before, .icon-box.iconbox-style7-hover-moving-border:hover:after {
      opacity: 1;
      -webkit-transform: scale(1);
      transform: scale(1); }
  .icon-box.iconbox-bg-img-on-hover {
    overflow: hidden; }
    .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper {
          transition: none; } }
      .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before, .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%; }
      .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:before {
        background-image: url("../images/shadow-overlay2.png");
        background-position: center bottom;
        z-index: 1;
        background-repeat: no-repeat; }
      .icon-box.iconbox-bg-img-on-hover .bg-img-wrapper:after {
        background-color: rgba(0, 0, 0, 0.45);
        z-index: 2; }
      .icon-box.iconbox-bg-img-on-hover:hover .bg-img-wrapper {
        opacity: 1;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
      .icon-box.iconbox-bg-img-on-hover:hover .icon {
        color: #fff; }
        .icon-box.iconbox-bg-img-on-hover:hover .icon i {
          color: #fff; }
      .icon-box.iconbox-bg-img-on-hover:hover .icon-box-title,
      .icon-box.iconbox-bg-img-on-hover:hover .icon-box-title a {
        color: #fff; }
      .icon-box.iconbox-bg-img-on-hover:hover .content {
        color: #fff; }
        .icon-box.iconbox-bg-img-on-hover:hover .content p {
          color: #fff; }
    .icon-box.iconbox-bg-img-on-hover .icon-box-wrapper {
      position: relative;
      z-index: 99; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .bg-img-wrapper {
      opacity: 1; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon {
      color: #fff; }
      .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon i {
        color: #fff; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon-box-title,
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .icon-box-title a {
      color: #fff; }
    .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .content {
      color: #fff; }
      .icon-box.iconbox-bg-img-on-hover.iconbox-bg-img-on-hover-always-visible .content p {
        color: #fff; }
  .icon-box.tm-iconbox-icontype-svg-image .tm-vivus-svg-animation {
    width: 128px;
    height: auto; }

.tm-features-icon-box {
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  transition: 300ms; }
  .tm-features-icon-box .icon-box-wrapper .icon {
    margin-bottom: 25px; }
  .tm-features-icon-box:hover .icon-box-wrapper:after {
    font-size: 6.5rem;
    transform: rotate(10deg);
    opacity: 0.08; }
  .tm-features-icon-box:before {
    position: absolute;
    content: '';
    bottom: -3px;
    height: 17px;
    left: -12px;
    transform: rotate(45deg);
    width: 40px;
    background-color: #eee;
    transition: all 300ms ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-features-icon-box:before {
        transition: none; } }
  .tm-features-icon-box:hover:before {
    height: 22px; }

/*
 * Shortcode: Icon Boxe current theme
 * -----------------------------------------------
*/
.icon-box.iconbox-current-theme-style1 .icon-box-wrapper {
  position: relative;
  padding: 60px 60px 50px 60px; }
  .icon-box.iconbox-current-theme-style1 .icon-box-wrapper .icon-wrapper .icon {
    position: relative; }
    .icon-box.iconbox-current-theme-style1 .icon-box-wrapper .icon-wrapper .icon:after {
      position: absolute;
      content: '';
      left: -30px;
      top: -40%;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background-color: rgba(255, 163, 3, 0.1);
      z-index: -1;
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
      transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .icon-box.iconbox-current-theme-style1 .icon-box-wrapper .icon-box-title {
    margin-bottom: 20px; }

.icon-box.iconbox-current-theme-style1:hover .icon-box-wrapper .icon-wrapper .icon:after {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8); }

/*
 * Shortcode: info-banner.scss
 * -----------------------------------------------
*/
.tm-sc-info-banner {
  position: relative;
  vertical-align: top;
  display: block; }
  .tm-sc-info-banner .info-banner-inner {
    position: relative;
    display: inline-block;
    vertical-align: top;
    overflow: hidden; }
    .tm-sc-info-banner .info-banner-inner .banner-image-wrapper {
      overflow: hidden;
      position: relative; }
      .tm-sc-info-banner .info-banner-inner .banner-image-wrapper img {
        width: 100%;
        transition: all 0.3s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
        @media screen and (prefers-reduced-motion: reduce) {
          .tm-sc-info-banner .info-banner-inner .banner-image-wrapper img {
            transition: none; } }
      .tm-sc-info-banner .info-banner-inner .banner-image-wrapper .banner-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .tm-sc-info-banner .info-banner-inner .info-banner-text-holder-wrapper {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 35px;
      background-color: transparent;
      box-sizing: border-box; }
      .tm-sc-info-banner .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%; }
        .tm-sc-info-banner .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner {
          position: relative;
          display: table-cell;
          height: 100%;
          width: 100%;
          vertical-align: bottom; }
          .tm-sc-info-banner .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner a {
            text-decoration: underline;
            padding-top: 10%; }
            .tm-sc-info-banner .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner a:hover {
              text-decoration: none; }
            .tm-sc-info-banner .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner a.text-white.btn-plain-text:after {
              background-color: #fff; }
  .tm-sc-info-banner:hover .info-banner-inner .banner-image-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/*
 * Shortcode: info-banner-advanced.scss
 * -----------------------------------------------
*/
.tm-sc-info-banner-advanced {
  position: relative;
  vertical-align: top;
  display: block; }
  .tm-sc-info-banner-advanced .info-banner-inner {
    position: relative;
    vertical-align: top;
    overflow: hidden; }
    .tm-sc-info-banner-advanced .info-banner-inner .banner-image-wrapper {
      overflow: hidden;
      position: relative; }
      .tm-sc-info-banner-advanced .info-banner-inner .banner-image-wrapper img {
        width: 100%;
        transition: all 0.3s ease;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
        @media screen and (prefers-reduced-motion: reduce) {
          .tm-sc-info-banner-advanced .info-banner-inner .banner-image-wrapper img {
            transition: none; } }
      .tm-sc-info-banner-advanced .info-banner-inner .banner-image-wrapper .banner-overlay {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0; }
    .tm-sc-info-banner-advanced .info-banner-inner .info-banner-text-holder-wrapper {
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 35px;
      background-color: transparent;
      box-sizing: border-box; }
      .tm-sc-info-banner-advanced .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder {
        position: relative;
        display: table;
        table-layout: fixed;
        height: 100%;
        width: 100%; }
        .tm-sc-info-banner-advanced .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner {
          position: relative;
          display: table-cell;
          height: 100%;
          width: 100%;
          vertical-align: bottom; }
          .tm-sc-info-banner-advanced .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner a {
            text-decoration: underline;
            padding-top: 10%; }
            .tm-sc-info-banner-advanced .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner a:hover {
              text-decoration: none; }
            .tm-sc-info-banner-advanced .info-banner-inner .info-banner-text-holder-wrapper .info-banner-text-holder .info-banner-text-holder-inner a.text-white.btn-plain-text:after {
              background-color: #fff; }
  .tm-sc-info-banner-advanced:hover .info-banner-inner .banner-image-wrapper img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); }

/*
 * Shortcode: line-with-text.scss
 * -----------------------------------------------
*/
.tm-sc-line-with-text .horizontal-line {
  display: inline-block;
  vertical-align: middle;
  height: 2px;
  width: 50px;
  background-color: #fac400; }

.tm-sc-line-with-text .horizontal-text {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: .09em;
  padding-left: 15px; }

.tm-sc-line-with-text.line-after-title .horizontal-text {
  padding-left: 0;
  padding-right: 15px; }

.tm-sc-line-with-text.line-above-title .horizontal-line {
  display: block; }

.tm-sc-line-with-text.line-above-title .horizontal-text {
  display: block;
  padding-left: 0;
  padding-top: 15px; }

.tm-sc-line-with-text.line-below-title .horizontal-line {
  display: block; }

.tm-sc-line-with-text.line-below-title .horizontal-text {
  display: block;
  padding-left: 0;
  padding-bottom: 15px; }

/*
 * Shortcode: nav-tabs-holder.scss
 * -----------------------------------------------
*/
.tm-sc-nav-tabs-holder .nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none; }
  .tm-sc-nav-tabs-holder .nav-tabs > li {
    float: left;
    width: 20%;
    text-align: center;
    padding-left: 0;
    padding-right: 0; }
    .tm-sc-nav-tabs-holder .nav-tabs > li > a {
      display: block;
      border: 1px solid #eee;
      padding: 30px 0;
      margin-bottom: 0; }
      .tm-sc-nav-tabs-holder .nav-tabs > li > a img {
        margin-bottom: 5px;
        max-width: 80px;
        display: inline-block; }
      .tm-sc-nav-tabs-holder .nav-tabs > li > a span {
        display: block; }
      .tm-sc-nav-tabs-holder .nav-tabs > li > a.active {
        border-bottom: transparent;
        background: #eee; }

.tm-sc-nav-tabs-holder .tab-content {
  padding: 50px; }

/*
 * Shortcode: nav-tabs-pricing.scss
 * -----------------------------------------------
*/
.tm-sc-nav-tabs-pricing .nav-tabs {
  margin-bottom: 60px; }
  .tm-sc-nav-tabs-pricing .nav-tabs li {
    display: inline-block;
    margin-bottom: 0;
    float: none; }
    .tm-sc-nav-tabs-pricing .nav-tabs li a span.subtitle {
      font-size: 0.8rem;
      padding-left: 5px;
      font-weight: normal; }

.tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  justify-content: center;
  font-size: 0;
  margin-bottom: 60px; }
  .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li {
    display: inline-block;
    margin-bottom: 0; }
    .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a {
      display: block;
      border: none;
      outline: none;
      display: inline-block;
      padding: .9375rem 2.1875rem;
      cursor: pointer;
      border-radius: 0;
      transition: all 0.4s ease;
      border-style: solid;
      border-width: 1px;
      border-color: #eaeaea;
      background-color: #fefdfe;
      box-shadow: 0px 15px 30px 0px rgba(119, 123, 146, 0.1); }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a:hover {
        border-color: #333;
        background: #333;
        color: #FFFFFF; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a.active {
        border-color: #333;
        background: #333;
        color: #FFFFFF; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li a span.subtitle {
        font-size: 0.8rem;
        padding-left: 5px;
        font-weight: normal; }
    .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li:first-child a {
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .tm-sc-nav-tabs-pricing.nav-tab-btn-basic .nav-tabs li:last-child a {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }

.tm-sc-nav-tabs-pricing.nav-tab-btn-switch {
  position: relative; }
  .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs {
    position: relative;
    display: block;
    margin-bottom: 60px;
    text-align: center; }
    .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs:before {
      position: absolute;
      left: 0;
      right: 0;
      margin: 0 auto;
      height: 40px;
      width: 90px;
      content: "";
      border-radius: 40px;
      background-image: -webkit-linear-gradient(0deg, #0b0b0b 30%, #373737 100%);
      background-image: -ms-linear-gradient(0deg, #0b0b0b 30%, #373737 100%); }
    .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li {
      position: relative;
      display: inline-block;
      padding-right: 70px;
      min-width: 120px;
      text-align: right;
      line-height: 40px;
      color: #222;
      font-weight: 300;
      cursor: pointer;
      float: none; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li:before {
        position: absolute;
        top: 5px;
        height: 30px;
        width: 30px;
        background-color: #ffffff;
        border-radius: 30px;
        content: "";
        right: -30px;
        -webkit-box-shadow: 0 4px 20px rgba(11, 11, 11, 0.3);
        box-shadow: 0 4px 20px rgba(11, 11, 11, 0.3);
        -webkit-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li a {
        padding: 0;
        background: none !important;
        font-weight: 500;
        font-size: 18px; }
        .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li a span.subtitle {
          position: absolute;
          right: -60px;
          top: 1px;
          font-size: 15px; }
          @media (max-width: 767.98px) {
            .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li a span.subtitle {
              display: none; } }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li:last-child {
        padding-right: 0;
        padding-left: 45px;
        text-align: left; }
        .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li:last-child:before {
          display: none; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li.active:before {
        right: 18px; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li.active a {
        color: #002c42; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-switch .nav-tabs li:hover a {
        color: #002c42; }

.tm-sc-nav-tabs-pricing.nav-tab-btn-bullet {
  position: relative;
  text-align: center; }
  .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 100px;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 0 5px #f5f5f5;
    box-shadow: 0 0 0 5px #f5f5f5;
    z-index: 1;
    overflow: hidden; }
    .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li {
      position: relative;
      text-align: center; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li:last-child:before {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #555;
        content: '';
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        border-radius: 100px;
        z-index: -1; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li:last-child.active:before {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li:first-child.active ~ li:last-child:before {
        -webkit-transform: translate3d(-101%, 0, 0);
        transform: translate3d(-101%, 0, 0);
        width: 158%; }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li a {
        padding: 0;
        font-weight: 500;
        font-size: 18px;
        display: inline-block;
        padding: .9375rem 2.1875rem;
        -webkit-transition: .3s;
        -o-transition: .3s;
        transition: .3s; }
        .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li a span.subtitle {
          font-size: 15px; }
          @media (max-width: 767.98px) {
            .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li a span.subtitle {
              display: none; } }
      .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .nav-tabs li.active a {
        color: #fff; }
  .tm-sc-nav-tabs-pricing.nav-tab-btn-bullet .tab-content {
    text-align: left; }

.tm-sc-nav-tabs-pricing .tab-content {
  border: none; }

/*
 * Shortcode: newsletter.scss
 * -----------------------------------------------
*/
.mailchimp-form .mc4wp-form .form-control {
  background-color: #fff;
  border-color: #eee;
  border-radius: 30px 0 0 30px;
  box-shadow: none;
  color: #888;
  height: 53px;
  font-size: 13px; }

.mailchimp-form .mc4wp-form .input-group-btn .btn {
  padding: 9px 34px 11px;
  border-color: #eee;
  color: #eee;
  border-radius: 0 30px 30px 0;
  font-size: 18px; }

/*
 * Shortcode: opening-hours.scss
 * -----------------------------------------------
*/
.opening-hours, .working-hours {
  list-style: none;
  padding: 0; }
  .opening-hours li, .working-hours li {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: 0 !important; }
    .opening-hours li:last-child, .working-hours li:last-child {
      border-bottom: 0; }
    .opening-hours li span, .working-hours li span {
      float: left; }
    .opening-hours li .value, .working-hours li .value {
      float: right; }
    .opening-hours li.active, .working-hours li.active {
      font-weight: bold; }
  .opening-hours.border-light li, .working-hours.border-light li {
    border-bottom-color: #ddd; }
  .opening-hours.border-dark li, .working-hours.border-dark li {
    border-bottom-color: #333; }

.widget .opening-hours li *, .widget .working-hours li * {
  line-height: 2.5rem; }

/*
 * Shortcode: paroller.scss
 * -----------------------------------------------
*/
.tm-paroller-object {
  position: absolute;
  z-index: -1;
  width: 100%;
  font-size: 10rem;
  font-weight: bold; }

/*
 * pie-chart.scss
 * -----------------------------------------------
*/
.tm-sc-pie-chart {
  text-align: center; }
  .tm-sc-pie-chart .pie-chart {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 110px;
    margin-top: 0;
    margin-bottom: 0; }
    .tm-sc-pie-chart .pie-chart canvas {
      position: absolute;
      top: 0;
      left: 0; }
    .tm-sc-pie-chart .pie-chart .percent {
      display: inline-block;
      line-height: 110px;
      z-index: 2; }
      .tm-sc-pie-chart .pie-chart .percent:after {
        content: '%';
        margin-left: 0.1em;
        font-size: .8em; }

/*
 * Shortcode: pricing-tables.scss
 * -----------------------------------------------
*/
.tm-sc-pricing-table {
  background: #fff;
  position: relative;
  overflow: hidden;
  padding: 40px;
  transition: all 0.2s ease-in; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tm-sc-pricing-table {
      transition: none; } }
  .tm-sc-pricing-table .pricing-table-inner .pricing-table-title-area {
    padding-bottom: 15px;
    padding-top: 15px; }
    .tm-sc-pricing-table .pricing-table-inner .pricing-table-title-area .pricing-table-title {
      font-weight: 700;
      color: #333;
      margin-top: 0; }
    .tm-sc-pricing-table .pricing-table-inner .pricing-table-title-area .pricing-table-subtitle {
      font-weight: 400;
      font-size: 14px;
      color: #999;
      margin-bottom: 0;
      margin-top: 0; }
  .tm-sc-pricing-table .pricing-table-inner .pricing-table-pricing {
    margin-bottom: 15px;
    margin-top: 15px; }
    .tm-sc-pricing-table .pricing-table-inner .pricing-table-pricing .pricing-table-price {
      color: #999;
      font-weight: 400;
      font-size: 48px; }
  .tm-sc-pricing-table .pricing-table-inner .pricing-table-content {
    margin-bottom: 25px;
    margin-top: 20px; }
    .tm-sc-pricing-table .pricing-table-inner .pricing-table-content ul {
      list-style: none; }
      .tm-sc-pricing-table .pricing-table-inner .pricing-table-content ul li {
        color: #888;
        font-size: 15px;
        padding: 7px 0 7px 0;
        position: relative; }
  .tm-sc-pricing-table .pricing-table-inner .pricing-table-label {
    position: absolute;
    top: 20px;
    right: -135px;
    background-color: #ff6445;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 340px;
    padding: 10px;
    font-size: 11px;
    font-weight: 400;
    line-height: 1;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block; }
  .tm-sc-pricing-table.pricing-list-bordered .pricing-table-content ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    padding-top: 9px;
    padding-bottom: 9px; }
  .tm-sc-pricing-table.pricing-list-bullet .pricing-table-content ul li {
    padding-left: 20px; }
    .tm-sc-pricing-table.pricing-list-bullet .pricing-table-content ul li:before {
      border: none;
      color: #777;
      content: "\f00c";
      font-family: fontawesome;
      font-size: 15px;
      padding: 0;
      left: 0;
      position: absolute;
      top: 6px; }
  .tm-sc-pricing-table.pricing-table-box-shadow {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.07); }
  .tm-sc-pricing-table.pricing-table-featured {
    z-index: 1;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-pricing-table.pricing-table-hover-effect:hover {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    transform: translateY(-20px); }
  .tm-sc-pricing-table.pricing-table-hover-effect.pricing-table-featured:hover {
    -webkit-transform: translateY(-20px) scale(1.1);
    -ms-transform: translateY(-20px) scale(1.1);
    -o-transform: translateY(-20px) scale(1.1);
    -moz-transform: translateY(-20px) scale(1.1);
    transform: translateY(-20px) scale(1.1); }
  .tm-sc-pricing-table.pricing-table-style1 {
    padding: 0; }
    .tm-sc-pricing-table.pricing-table-style1 .pricing-table-inner {
      padding: 30px; }
    .tm-sc-pricing-table.pricing-table-style1 .pricing-table-title-area {
      padding-bottom: 0;
      padding-top: 0; }
  .tm-sc-pricing-table.pricing-table-style3 {
    text-align: center; }
    .tm-sc-pricing-table.pricing-table-style3 .pricing-table-content ul {
      text-align: left; }
  .tm-sc-pricing-table.pricing-table-style4 {
    text-align: center; }
  .tm-sc-pricing-table.pricing-table-style5 {
    padding: 0;
    text-align: center; }

body.tm-dark-layout .tm-sc-pricing-table {
  background-color: #151515; }

/*
 * progress-bar.scss
 * -----------------------------------------------
*/
.progress-bar-striped .progress-bar,
.progress-striped .progress-bar {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px; }

.tm-sc-progress-bar .progress-title-holder {
  position: relative;
  font-size: 12px;
  text-transform: uppercase; }

.tm-sc-progress-bar .progress-holder {
  position: relative;
  height: 3px;
  overflow: hidden;
  background-color: #e9ecef; }
  .tm-sc-progress-bar .progress-holder .progress-content {
    height: 3px;
    width: 0;
    max-width: 100%;
    overflow: hidden;
    background-color: #0b2653; }

.tm-sc-progress-bar.progress-bar-default .progress-holder {
  display: flex;
  height: 1.1rem;
  font-size: .75rem; }
  .tm-sc-progress-bar.progress-bar-default .progress-holder .progress-content {
    color: #fff;
    height: 1.1rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    white-space: nowrap; }
    .tm-sc-progress-bar.progress-bar-default .progress-holder .progress-content span {
      display: flex;
      flex-direction: column;
      justify-content: center; }

.tm-sc-progress-bar.progress-bar-floating-percent .progress-title-holder {
  position: relative; }
  .tm-sc-progress-bar.progress-bar-floating-percent .progress-title-holder .percent {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    z-index: 10;
    position: absolute;
    left: 0;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%); }

.tm-sc-progress-bar.progress-bar-fixed-right-percent .progress-title-holder {
  position: relative; }
  .tm-sc-progress-bar.progress-bar-fixed-right-percent .progress-title-holder .percent {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    z-index: 10; }

/*
 * Shortcode: screenshot-gallery.scss
 * -----------------------------------------------
*/
.tm-sc-screenshot-gallery {
  position: relative;
  padding: 0;
  max-width: 1800px;
  margin: 0 auto; }
  .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshot-mockup-holder {
    position: absolute;
    top: -7%;
    width: 27%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    text-align: center; }
    @media (max-width: 1650px) and (min-width: 1200px) {
      .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshot-mockup-holder {
        width: 29%; } }
    @media (max-width: 1199.98px) {
      .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshot-mockup-holder {
        width: 49%; } }
    @media (max-width: 991.98px) {
      .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshot-mockup-holder {
        display: none; } }
  .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshots-slider .item {
    margin: 40px 0;
    text-align: center;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshots-slider .item {
        transition: none; } }
    .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshots-slider .item img {
      margin: 0 auto;
      max-width: 100%;
      box-shadow: 0px 5px 40px 0px rgba(0, 0, 0, 0.15); }
  .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshot-mockup-holder + .screenshots-slider .item {
    margin: 40px 20px; }
    .tm-sc-screenshot-gallery .screenshot-gallery-inner .screenshot-mockup-holder + .screenshots-slider .item img {
      width: 290px; }

/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/
.tm-sc-section-title {
  margin-bottom: 60px; }
  .tm-sc-section-title .title-wrapper {
    margin-bottom: 20px;
    position: relative; }
    .tm-sc-section-title .title-wrapper .title {
      margin-top: -6px;
      line-height: 1.3;
      position: relative;
      z-index: 0; }
      .tm-sc-section-title .title-wrapper .title .title-shadow-text {
        position: absolute;
        left: 0;
        right: 0;
        z-index: -1;
        color: #ddd;
        font-size: 6rem;
        opacity: 0.4;
        top: -40px; }
        @media (max-width: 767.98px) {
          .tm-sc-section-title .title-wrapper .title .title-shadow-text {
            font-size: 4rem;
            top: -20px; } }
      .tm-sc-section-title .title-wrapper .title span {
        line-height: 1; }
    .tm-sc-section-title .title-wrapper .subtitle {
      position: relative;
      z-index: 1;
      font-family: "Poppins", sans-serif;
      font-size: 0.9rem;
      font-weight: 500;
      color: #aaa; }
    .tm-sc-section-title .title-wrapper :first-child {
      margin-top: 0; }
    .tm-sc-section-title .title-wrapper .paragraph {
      font-size: 1.13rem;
      position: relative; }
  .tm-sc-section-title.line-bottom-style1-image-icon .title-wrapper:after {
    background: url("../images/line-bottom-style1-image-icon.html") no-repeat;
    bottom: -20px;
    border-radius: 10px;
    content: "";
    height: 20px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 66px; }
  .tm-sc-section-title.line-bottom-style1-image-icon.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style1-image-icon.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style2-solid-line .title-wrapper:after {
    background-color: #aaa;
    bottom: -25px;
    border-radius: 10px;
    content: "";
    height: 4px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 50px; }
  .tm-sc-section-title.line-bottom-style2-solid-line.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style2-solid-line.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style3-bordered-line .title-wrapper:after {
    border: 1px solid #aaa;
    bottom: -13px;
    border-radius: 10px;
    content: "";
    height: 4px;
    left: 0;
    margin-top: 0;
    position: absolute;
    width: 50px; }
  .tm-sc-section-title.line-bottom-style3-bordered-line.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style3-bordered-line.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style4-attached-double-lines1 .title-wrapper:after {
      position: absolute;
      background: #333;
      content: "";
      height: 3px;
      width: 35px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style4-attached-double-lines1.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style5-attached-double-lines2 .title-wrapper:after {
      position: absolute;
      background: #333;
      content: "";
      height: 3px;
      width: 35px;
      left: 20px;
      bottom: -13px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style5-attached-double-lines2.text-right .title-wrapper:after {
    left: auto;
    right: 20px; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper:before {
      content: "";
      background: #ddd;
      position: absolute;
      height: 2px;
      width: 70px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style6-bold-double-lines .title-wrapper:after {
      position: absolute;
      background: #eee;
      content: "";
      height: 2px;
      width: 35px;
      left: 0;
      bottom: -18px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style6-bold-double-lines.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:before {
      content: "";
      background: #d3c6c6;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -24px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style7-double-lines .title-wrapper:after {
      position: absolute;
      background: #333;
      content: "";
      height: 7px;
      width: 35px;
      left: 20px;
      bottom: -25px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style7-double-lines.text-right .title-wrapper:after {
    left: auto;
    right: 20px; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style8-line-with-circle .title-wrapper:after {
      position: absolute;
      background: #999;
      content: "";
      height: 10px;
      width: 10px;
      left: 0;
      bottom: -16px;
      border-radius: 6px; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style8-line-with-circle.text-right .title-wrapper:after {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper {
    position: relative; }
    .tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:before {
      content: "";
      background: #eee;
      position: absolute;
      height: 3px;
      width: 110px;
      left: 0;
      bottom: -13px;
      border-radius: 6px; }
    .tm-sc-section-title.line-bottom-style9-line-with-square .title-wrapper:after {
      position: absolute;
      background: #999;
      content: "";
      height: 10px;
      width: 10px;
      left: 0;
      bottom: -16px; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-center .title-wrapper:before {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-center .title-wrapper:after {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-right .title-wrapper:before {
    left: auto;
    right: 0; }
  .tm-sc-section-title.line-bottom-style9-line-with-square.text-right .title-wrapper:after {
    left: auto;
    right: 0; }

@media (max-width: 767.98px) {
  .tm-sc-section-title .title-wrapper h4.title {
    font-size: 1.3846em; } }

/*
 * Shortcode: Separators.scss
 * -----------------------------------------------
*/
.title-separator {
  border-top-style: solid;
  border-top-width: 1px;
  font-size: 16px;
  height: auto;
  line-height: 20px;
  margin: 10px 0;
  width: 70%; }
  .title-separator span {
    background: #fff none repeat scroll 0 0;
    border-radius: 2px;
    letter-spacing: 0.2em;
    padding: 2px 10px;
    position: relative;
    text-transform: uppercase;
    top: -12px; }

.separator {
  color: #c0c0c0;
  line-height: 1.2em;
  margin: 30px auto;
  overflow: hidden;
  text-align: center;
  width: 100%; }
  .separator::before, .separator::after {
    border-bottom: 1px solid #eee;
    content: "";
    display: inline-block;
    height: .65em;
    margin: 0 -4px 0 -100%;
    vertical-align: top;
    width: 50%; }
  .separator::after {
    margin: 0 -100% 0 0; }
  .separator i, .separator span, .separator a {
    display: inline-block;
    margin: 0 20px 0 24px;
    font-size: 20px; }
  .separator.separator-left, .separator.left i {
    float: left;
    margin: 2px 50px 0 0; }
  .separator.right i {
    float: right;
    margin: 0 0 2px 50px; }
  .separator.separator-medium-line {
    margin: 10px auto;
    width: 20%; }
  .separator.separator-small-line {
    width: 10%; }
  .separator.separator-rouned i, .separator.separator-border-rouned i {
    background-color: #f5f5f5;
    border-radius: 50%;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: -12px auto auto;
    position: absolute;
    right: 0;
    width: 40px; }
  .separator.separator-border-rouned i {
    background: transparent;
    border: 1px solid #f5f5f5; }
  .separator.separator-rouned.separator-rouned-left i {
    margin: -12px auto auto;
    right: auto;
    left: 0; }
  .separator.separator-rouned.separator-rouned-right i {
    margin: -12px auto auto;
    right: 0;
    left: auto; }
  .separator.dotted::before, .separator.dotted::after {
    border-bottom: 2px dotted #c0c0c0; }

/*
 * Shortcode: stretched-bg.scss
 * -----------------------------------------------
*/
.tm-stretched-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%; }
  .tm-stretched-bg:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1; }
  .tm-stretched-bg.tm-stretched-bg-both {
    margin-left: -700px;
    margin-right: -700px;
    right: 0; }
  .tm-stretched-bg.tm-stretched-bg-left {
    margin-left: -700px;
    right: 0; }
  .tm-stretched-bg.tm-stretched-bg-right {
    margin-right: -700px;
    right: 0; }

.tm-stretched-bg-active {
  overflow: visible !important; }
  .tm-stretched-bg-active .vc_column-inner {
    background-image: none !important;
    position: relative; }

body .vc_row .tm-stretched-bg-active.vc_column_container,
body .vc_row .tm-stretched-bg-active.vc_column_container .vc_column-inner:before {
  background-color: transparent !important;
  background: none !important;
  background-image: none !important; }

/*
 * Shortcode: styled-icons.scss
 * -----------------------------------------------
*/
.styled-icons li {
  display: inline-block;
  margin-bottom: 5px;
  margin-top: 0;
  padding-left: 0 !important; }

.styled-icons a {
  border: 2px solid transparent;
  color: #333;
  display: inline-block;
  font-size: 16px;
  height: 36px;
  line-height: 1.8;
  margin-right: 4px;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 36px;
  transition: all 0.2s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .styled-icons a {
      transition: none; } }
  .styled-icons a i {
    height: 100%;
    line-height: 0.5;
    position: relative;
    top: 0;
    width: 100%; }
  .styled-icons a:hover {
    background-color: #333;
    color: #fff; }

.styled-icons.styled-icons-effect-rollover a {
  overflow: hidden;
  vertical-align: middle; }
  .styled-icons.styled-icons-effect-rollover a:hover i {
    top: -100%; }

.styled-icons.styled-icons-effect-rotate a:hover i {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.styled-icons.icon-bordered a {
  border-color: #555; }
  .styled-icons.icon-bordered a:hover {
    background-color: #555;
    color: #fff; }

.styled-icons.icon-gray a {
  background-color: #eee;
  color: #111; }
  .styled-icons.icon-gray a:hover {
    background-color: #d5d5d5;
    color: black; }

.styled-icons.icon-gray.icon-bordered a {
  background-color: transparent;
  border-color: #eee;
  color: #eee; }
  .styled-icons.icon-gray.icon-bordered a:hover {
    background-color: #eee;
    border-color: #eee;
    color: #111; }

.styled-icons.icon-white a {
  background-color: #fff;
  color: #222; }
  .styled-icons.icon-white a:hover {
    background-color: #e6e6e6;
    color: black; }

.styled-icons.icon-white.icon-bordered a {
  background-color: transparent;
  border-color: #fff;
  color: #fff; }
  .styled-icons.icon-white.icon-bordered a:hover {
    background-color: #fff;
    border-color: #fff;
    color: #222; }

.styled-icons.icon-dark a {
  background-color: #0b2653;
  color: #fff; }
  .styled-icons.icon-dark a:hover {
    background-color: black;
    color: #f2f2f2; }

.styled-icons.icon-dark.icon-bordered a {
  background-color: transparent;
  border-color: #333;
  color: #333; }
  .styled-icons.icon-dark.icon-bordered a:hover {
    background-color: #333;
    color: #fff; }

.styled-icons.icon-default a {
  height: 32px;
  margin-right: 0;
  width: 32px; }

.styled-icons.icon-rounded a {
  border-radius: 3px; }

.styled-icons.icon-circled a {
  border-radius: 50%; }

.styled-icons.icon-xs a {
  font-size: 12px;
  height: 25px;
  width: 25px; }

.styled-icons.icon-sm a {
  font-size: 14px;
  height: 30px;
  width: 30px; }

.styled-icons.icon-md a {
  font-size: 20px;
  height: 45px;
  width: 45px; }

.styled-icons.icon-lg a {
  font-size: 23px;
  height: 50px;
  width: 50px; }

.styled-icons.icon-xl a {
  font-size: 28px;
  height: 60px;
  width: 60px; }

.styled-icons.styled-icons-brand a {
  color: #fff; }

/*
 * Shortcode: Tabs.scss
 * -----------------------------------------------
*/
.tab-content {
  padding: 15px;
  border: 1px solid #eee; }
  .tab-content table p {
    margin: 0;
    margin-bottom: 0px; }
  .tab-content p {
    margin-bottom: 10px;
    font-size: 14px; }
  .tab-content .table th, .tab-content .table td {
    font-size: 14px; }

.nav-tabs {
  border: none; }
  .nav-tabs > li > a {
    color: #777;
    font-size: 1.1rem;
    font-weight: 300; }
    .nav-tabs > li > a .fa {
      margin-right: 10px; }
    .nav-tabs > li > a i {
      font-size: 2rem;
      margin-right: 20px;
      vertical-align: middle; }

/* -------- Nav Tabs ---------- */
.nav-tabs > li {
  text-align: center; }
  .nav-tabs > li > a i {
    display: block;
    font-size: 48px;
    margin-right: 0;
    margin-bottom: 10px;
    vertical-align: middle; }

/* -------- Horizontal-Tab-Centered ---------- */
.horizontal-tab-centered .nav-pills {
  display: inline-block; }
  .horizontal-tab-centered .nav-pills > li > a {
    background: #eee;
    color: #555;
    font-size: 14px;
    padding: 8px 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    text-transform: capitalize; }
    .horizontal-tab-centered .nav-pills > li > a:hover {
      color: #fff; }
    .horizontal-tab-centered .nav-pills > li > a i {
      font-size: 14px;
      margin-right: 8px; }
  .horizontal-tab-centered .nav-pills > li.active > a,
  .horizontal-tab-centered .nav-pills > li.active > a:hover,
  .horizontal-tab-centered .nav-pills > li.active > a:focus {
    color: #fff; }

/* -------- Horizontal-Tab Fullwide ---------- */
.horizontal-tab.fullwide .nav-tabs > li {
  width: 20%; }

/* -------- Vertical Nav-Tabs ---------- */
.vertical-tab .tab-content {
  padding: 5px 5px 20px 20px;
  border: none; }

.vertical-tab .nav-tabs > li {
  float: none;
  margin-bottom: 0; }
  .vertical-tab .nav-tabs > li > a {
    background: none;
    border-radius: 0;
    border-bottom: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    font-size: 14px;
    padding: 30px 0 30px 15px; }
  .vertical-tab .nav-tabs > li:first-child > a {
    border-top: 1px solid #d3d3d3 !important; }
  .vertical-tab .nav-tabs > li.active > a,
  .vertical-tab .nav-tabs > li.active > a:hover,
  .vertical-tab .nav-tabs > li.active > a:focus {
    background: none;
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    border-bottom: 1px solid #d3d3d3; }

.vertical-tab .small-padding .nav-tabs > li > a {
  padding: 20px 0 20px 15px; }

.vertical-tab .small-padding .nav-tabs > li > i {
  font-size: 24px; }

.custom-nav-tabs {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: -moz-use-text-color;
  border-image: none;
  border-style: none solid none none;
  border-width: medium 0px medium medium;
  margin-right: 53px; }
  .custom-nav-tabs > li {
    float: none;
    margin: 0 0 1px; }
    .custom-nav-tabs > li a {
      background: #eee none repeat scroll 0 0;
      border: medium none;
      border-radius: 0;
      display: block;
      font-size: 17px;
      font-weight: 700;
      line-height: 59px;
      margin: 0;
      outline: medium none;
      padding: 0;
      text-align: center;
      text-transform: uppercase; }

.custom-nav-tabs > li.active > a,
.custom-nav-tabs > li.active > a:hover,
.custom-nav-tabs > li.active > a:focus,
.custom-nav-tabs > li > a:hover,
.custom-nav-tabs > li > a:focus {
  border: medium none;
  color: #000;
  padding: 0; }

/*
 * Shortcode: unordered-list.scss
 * -----------------------------------------------
*/
.tm-ordered-list ol {
  list-style: none;
  counter-reset: li; }
  .tm-ordered-list ol li {
    position: relative;
    counter-increment: li; }
    .tm-ordered-list ol li:before {
      content: "." counter(li);
      color: #333;
      display: inline-block;
      width: 1em;
      margin-left: -1.5em;
      margin-right: .5em;
      font-weight: 600;
      direction: rtl; }

.tm-ordered-list ul > li,
.tm-ordered-list ol > li {
  margin-bottom: 12px; }
  .tm-ordered-list ul > li > ul, .tm-ordered-list ul > li > ol,
  .tm-ordered-list ol > li > ul,
  .tm-ordered-list ol > li > ol {
    margin-top: 12px; }

.tm-sc-unordered-list ul > li,
.tm-sc-unordered-list ol > li {
  margin-bottom: 12px; }
  .tm-sc-unordered-list ul > li > ul, .tm-sc-unordered-list ul > li > ol,
  .tm-sc-unordered-list ol > li > ul,
  .tm-sc-unordered-list ol > li > ol {
    margin-top: 12px; }

.tm-sc-unordered-list.list-style2 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style2 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style2 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style2 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style2 ul li:before {
  font-size: 90%;
  line-height: 2; }

.tm-sc-unordered-list.list-style3 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style3 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style3 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style3 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style3 ul li:before {
  content: "\f061";
  font-size: 80%;
  line-height: 2; }

.tm-sc-unordered-list.list-style4 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style4 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style4 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style4 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style4 ul li:before {
  content: "\f178";
  font-size: 80%;
  line-height: 2; }

.tm-sc-unordered-list.list-style5 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style5 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style5 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style5 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style5 ul li:before {
  content: "\f0a9";
  font-size: 80%;
  line-height: 2; }

.tm-sc-unordered-list.list-style6 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style6 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style6 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style6 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style6 ul li:before {
  content: "\f00c";
  font-size: 80%;
  line-height: 2; }

.tm-sc-unordered-list.list-style7 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style7 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style7 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style7 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style7 ul li:before {
  content: "\f05d";
  font-size: 90%;
  line-height: 2; }

.tm-sc-unordered-list.list-style8 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style8 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style8 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style8 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style8 ul li:before {
  content: "\f058";
  font-size: 90%;
  line-height: 2; }

.tm-sc-unordered-list.list-style9 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style9 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style9 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style9 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style9 ul li:before {
  content: "\f046";
  font-size: 90%;
  line-height: 2; }

.tm-sc-unordered-list.list-style10 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style10 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style10 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style10 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style10 ul li:before {
  content: "\f28d";
  font-size: 90%;
  line-height: 2; }

.tm-sc-unordered-list.list-style11 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style11 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style11 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style11 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style11 ul li:before {
  content: "\f046";
  font-size: 90%;
  line-height: 2; }

.tm-sc-unordered-list.list-style12 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style12 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style12 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style12 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style12 ul li:before {
  content: "\f055";
  font-size: 90%;
  line-height: 2; }

.tm-sc-unordered-list.list-style13 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style13 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style13 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style13 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style13 ul li:before {
  content: "\f10c";
  font-size: 70%;
  line-height: 2; }

.tm-sc-unordered-list.list-style14 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style14 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style14 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style14 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style14 ul li:before {
  content: "\f111";
  font-size: 70%;
  line-height: 2; }

.tm-sc-unordered-list.list-style15 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style15 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style15 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style15 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style15 ul li:before {
  content: "\f105";
  line-height: 2; }

.tm-sc-unordered-list.list-style16 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style16 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style16 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style16 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style16 ul li:before {
  content: "\f054";
  font-size: 70%;
  line-height: 2; }

.tm-sc-unordered-list.list-style17 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style17 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style17 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style17 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style17 ul li:before {
  content: "\f101";
  line-height: 2; }

.tm-sc-unordered-list.list-style18 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style18 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style18 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style18 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style18 ul li:before {
  content: "\f0da";
  line-height: 2; }

.tm-sc-unordered-list.list-style19 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style19 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style19 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style19 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style19 ul li:before {
  content: "\f152";
  font-size: 70%;
  line-height: 2; }

.tm-sc-unordered-list.list-style20 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style20 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style20 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style20 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style20 ul li:before {
  content: "\f006";
  font-size: 70%;
  line-height: 2; }

.tm-sc-unordered-list.list-style21 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style21 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style21 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style21 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style21 ul li:before {
  content: "\f005";
  font-size: 70%;
  line-height: 2; }

.tm-sc-unordered-list.list-style22 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style22 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style22 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style22 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style22 ul li:before {
  content: "\f0c8";
  font-size: 70%;
  line-height: 2; }

.tm-sc-unordered-list.list-style23 ul {
  list-style: none; }
  .tm-sc-unordered-list.list-style23 ul > li {
    position: relative; }
  .tm-sc-unordered-list.list-style23 ul li {
    list-style-type: none;
    padding-left: 25px; }
    .tm-sc-unordered-list.list-style23 ul li:before {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      content: "\f18e";
      font-family: "FontAwesome"; }

.tm-sc-unordered-list.list-style23 ul li:before {
  border-width: 2px;
  border-color: #fff !important;
  content: '';
  display: block;
  position: absolute;
  top: 10px;
  left: 5px;
  width: 8px;
  height: 5px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.tm-sc-unordered-list.list-style23 ul li:after {
  background-color: #609beb !important;
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 1px;
  width: 15px;
  height: 15px;
  border: 0;
  border-radius: 50%;
  border: 2px solid transparent; }

/*
 * video-popup.scss
 * -----------------------------------------------
*/
.nivo-lightbox-theme-default .nivo-lightbox-close {
  background-position: 0 0;
  width: 32px;
  height: 32px; }

/* Individual effect = play-video-button */
.tm-sc-video-popup {
  display: block;
  /* Text Holder */ }
  .tm-sc-video-popup .hover-link {
    z-index: 14; }
  .tm-sc-video-popup .thumb {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .tm-sc-video-popup:hover .thumb {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .tm-sc-video-popup .text-holder {
    opacity: 1; }
  .tm-sc-video-popup .text-holder-middle {
    top: 50%;
    margin-top: -36px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .tm-sc-video-popup:hover .text-holder-middle {
    top: 50%;
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    -ms-transform: scale(1.07);
    transform: scale(1.07); }
  .tm-sc-video-popup .video-button {
    z-index: 11;
    position: absolute;
    top: 50%;
    left: 50%;
    background: rgba(255, 255, 255, 0.8);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 0 1px 15px rgba(60, 201, 81, 0.4), 0 0 1px 30px rgba(60, 201, 81, 0.1), 0 0 1px 45px rgba(60, 201, 81, 0.1);
    transition: all 0.4s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-video-popup .video-button {
        transition: none; } }
    .tm-sc-video-popup .video-button:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      display: block;
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-right: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 10px solid #666;
      -webkit-transform: translate(-15%, -50%);
      transform: translate(-15%, -50%);
      transition: all 0.4s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-video-popup .video-button:before {
          transition: none; } }
  .tm-sc-video-popup:hover .video-button {
    background: rgba(255, 51, 51, 0.9);
    width: 80px;
    height: 80px;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3); }
    .tm-sc-video-popup:hover .video-button:before {
      border-left: 10px solid #fff; }
  .tm-sc-video-popup.tm-sc-video-popup-button-with-text-right {
    display: inline-block; }
    .tm-sc-video-popup.tm-sc-video-popup-button-with-text-right .thumb {
      margin-right: 10px; }
    .tm-sc-video-popup.tm-sc-video-popup-button-with-text-right .video-button-text {
      line-height: 70px; }
    .tm-sc-video-popup.tm-sc-video-popup-button-with-text-right:hover .thumb {
      -webkit-transform: scale(0.95);
      -moz-transform: scale(0.95);
      -ms-transform: scale(0.95);
      transform: scale(0.95); }
  .tm-sc-video-popup.tm-sc-video-popup-css-button {
    display: inline-block; }
    .tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button {
      position: relative;
      width: 80px;
      height: 80px;
      border-radius: 100%;
      background-color: #ff3333;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 10;
      opacity: 1;
      margin: 40px;
      color: #fff;
      font-size: 16px; }
      .tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button:before {
        content: ' ';
        display: block;
        position: absolute;
        border-radius: 100%;
        background-color: #ff3333;
        z-index: -1;
        opacity: .6;
        width: 110px;
        height: 110px; }
      .tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button:after {
        content: ' ';
        display: block;
        position: absolute;
        border-radius: 100%;
        background-color: #ff3333;
        z-index: -1;
        animation: video-play-button-animate 1.2s ease-in infinite forwards; }
      .tm-sc-video-popup.tm-sc-video-popup-css-button .animated-css-play-button i {
        font-size: 30px;
        color: #fff; }
  .tm-sc-video-popup .effect-wrapper .video-button-holder {
    opacity: 0.8;
    top: 40%; }

@keyframes video-play-button-animate {
  0% {
    width: 70px;
    height: 70px;
    opacity: .8; }
  100% {
    width: 160px;
    height: 160px;
    opacity: 0; } }

/*
 * Shortcode: working-steps.scss
 * -----------------------------------------------
*/
.tm-sc-working-steps.working-steps-horizontal {
  position: relative;
  margin-top: 55px; }
  .tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
    position: absolute;
    top: 0;
    left: 0;
    width: 120%;
    height: 100%;
    background-image: url("../../images/shortcodes/working-steps-bg.html");
    background-position: 50% 0;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 1;
    margin: 0 -100px; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder:after {
      content: "";
      transform-origin: right;
      -webkit-transform: scale(1, 1);
      -moz-transform: scale(1, 1);
      transform: scale(1, 1);
      -webkit-transition: -webkit-transform 1s linear .2s;
      -moz-transition: -moz-transform 1s linear .2s;
      transition: transform 1s linear .2s;
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder.working-steps-bg-appeared:after {
      -webkit-transform: scale(0, 1);
      -moz-transform: scale(0, 1);
      transform: scale(0, 1); }
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner:after, .tm-sc-working-steps.working-steps-horizontal .working-steps-inner:before {
    content: "";
    display: table; }
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner:after {
    clear: both; }
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item {
    text-align: center;
    float: left;
    width: 25%;
    padding: 10px; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
      width: 73%; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper {
      position: relative; }
      .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
        background-color: #fff;
        display: inline-block;
        width: 90%;
        max-width: 200px;
        border: 5px solid #eee;
        padding: 5px;
        margin-bottom: 20px;
        border-radius: 50%;
        box-sizing: border-box;
        position: relative;
        transition: all 0.3s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder {
            transition: none; } }
        .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner {
          overflow: hidden;
          border-radius: 50%;
          width: 100%; }
          .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .image-holder-inner img {
            vertical-align: middle;
            width: 100%;
            border: 1px solid #e6e6e6;
            box-sizing: border-box;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1);
            -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
            transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
        .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder-wrapper .image-holder .tag {
          background-color: #222013;
          color: #fff;
          height: 56px;
          width: 56px;
          font-size: 14px;
          line-height: 56px;
          text-align: center;
          border-radius: 50%;
          position: absolute;
          font-weight: 700;
          top: 5px;
          right: -5px;
          border: 2px solid #fff; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
      width: 90%;
      height: 90%;
      max-width: 250px;
      margin-top: -40px; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .working-steps-item-inner {
      width: 95%; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-push-right .working-steps-item-inner {
      float: right; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item:hover .image-holder-wrapper .image-holder .image-holder-inner img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
  .tm-sc-working-steps.working-steps-horizontal.working-steps-items-three .tm-sc-working-steps-item {
    width: 33.33%; }
  .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .tm-sc-working-steps-item {
    width: 25%; }
  .tm-sc-working-steps.working-steps-horizontal .title-holder {
    margin-bottom: 7px; }
  .tm-sc-working-steps.working-steps-horizontal .text-holder p {
    color: #888; }
  .tm-sc-working-steps.working-steps-horizontal .text-holder p, .tm-sc-working-steps.working-steps-horizontal .title {
    margin: 0; }

@media only screen and (max-width: 1440px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
    width: 100%; } }

@media only screen and (max-width: 1366px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
    background-size: contain;
    margin: 0 -100px; } }

@media (max-width: 1199.98px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
    width: 80%; }
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder {
    width: 85%; }
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
    width: 90%;
    height: 90%;
    margin-top: -40px; } }

@media (max-width: 991.98px) {
  .tm-sc-working-steps.working-steps-horizontal {
    margin-top: 0; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-bg-holder {
      display: none; }
    .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item {
      width: 50%;
      margin-bottom: 30px; }
      .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
        width: 100%; }
      .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item .image-holder {
        width: 65%;
        max-width: 200px; }
      .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item .content-holder {
        padding: 0 20px; }
      .tm-sc-working-steps.working-steps-horizontal.working-steps-items-four .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
        width: 80%;
        height: 80%;
        margin-top: 0; } }

@media (max-width: 767.98px) {
  .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item {
    width: 100% !important;
    margin-bottom: 30px; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .working-steps-item-inner {
      width: 100%; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item .image-holder {
      width: 65%;
      max-width: 200px; }
    .tm-sc-working-steps.working-steps-horizontal .working-steps-inner .tm-sc-working-steps-item.working-steps-item-highlighted .image-holder {
      width: 70%;
      height: 70%;
      margin-top: 0; } }

/*
 * header loader.scss
 * -----------------------------------------------
*/
/*
 * widgets-common.scss
 * -----------------------------------------------
*/
.widget {
  margin-bottom: 32px; }
  .widget ul li {
    list-style: none;
    padding-bottom: 0;
    padding-top: 0;
    margin-bottom: 0;
    line-height: 2.5rem; }
    .widget ul li a, .widget ul li span, .widget ul li div {
      line-height: 1.8; }
  .widget > ul, .widget ul.menu {
    margin-bottom: -0.7rem;
    margin-top: -0.7rem; }
  .widget .widget-title {
    margin-bottom: 25px;
    margin-top: 0;
    font-size: 20px; }
    .widget .widget-title.widget-title-line-bottom {
      position: relative;
      margin-bottom: 20px;
      padding-bottom: 15px; }
      .widget .widget-title.widget-title-line-bottom:after, .widget .widget-title.widget-title-line-bottom:before {
        background: #bbb;
        border-radius: 10px;
        bottom: -1px;
        content: "";
        height: 3px;
        left: 0;
        position: absolute;
        width: 50px; }
      .widget .widget-title.widget-title-line-bottom:before {
        background: #f5f5f5;
        width: 100%; }
  .widget.widget_recent_entries ul > li a {
    color: #444; }
  .widget.widget_recent_entries ul > li > span {
    display: block;
    color: #7d848a;
    font-size: 14px;
    font-weight: 300;
    line-height: 12px;
    padding: 4px 0; }
  .widget.widget_archive ul > li, .widget.widget_categories ul > li, .widget.widget_pages ul > li, .widget.widget_meta ul > li, .widget.widget_recent_comments ul > li, .widget.widget_rss ul > li, .widget.widget_nav_menu ul > li {
    padding-left: 15px;
    position: relative; }
    .widget.widget_archive ul > li::before, .widget.widget_categories ul > li::before, .widget.widget_pages ul > li::before, .widget.widget_meta ul > li::before, .widget.widget_recent_comments ul > li::before, .widget.widget_rss ul > li::before, .widget.widget_nav_menu ul > li::before {
      content: "\f0da";
      left: 0;
      position: absolute;
      font-family: FontAwesome;
      color: #ccc; }
  .widget.widget_archive ul > li a, .widget.widget_categories ul > li a, .widget.widget_pages ul > li a, .widget.widget_meta ul > li a, .widget.widget_recent_comments ul > li a, .widget.widget_rss ul > li a, .widget.widget_nav_menu ul > li a {
    color: #7d848a;
    font-weight: normal; }
  .widget.widget_categories ul > li, .widget.widget_archive ul > li {
    padding-left: 24px;
    color: #bbb; }
    .widget.widget_categories ul > li::before, .widget.widget_archive ul > li::before {
      content: "\f114"; }
  .widget.widget_recent_comments ul > li {
    line-height: 1.8;
    margin-bottom: 7px;
    padding-bottom: 7px; }
    .widget.widget_recent_comments ul > li .comment-author-link,
    .widget.widget_recent_comments ul > li .comment-author-link a {
      color: #555;
      font-weight: 700; }
  .widget.widget_calendar td, .widget.widget_calendar th {
    color: #aaa; }
  .widget.widget_calendar th {
    color: #444; }
  .widget.widget_calendar tfoot a {
    color: #444; }
  .widget.widget_calendar caption {
    color: #aaa; }
  .widget.widget_nav_menu .sub-menu {
    /* padding-left: 10px; */ }
  .widget.widget_nav_menu ul > li::before {
    content: "\f105";
    font-size: 14px;
    font-weight: 600; }
  .widget.widget_tag_cloud .tagcloud > a {
    background: none;
    border: 1px solid #eee;
    border-radius: 2px;
    color: #7d848a;
    display: inline-block;
    font-size: 12px !important;
    margin: 10px 12px 0 0 !important;
    padding: 6px 15px !important;
    font-weight: 400;
    letter-spacing: 0.25px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .widget.widget_tag_cloud .tagcloud > a {
        transition: none; } }
    .widget.widget_tag_cloud .tagcloud > a:hover {
      background: #333;
      color: #fff; }
  .widget select {
    border: 1px solid rgba(51, 51, 51, 0.1);
    max-width: 100%;
    padding: 7px 10px;
    width: 100%; }
  .widget.widget_rss ul li {
    margin-bottom: 25px; }
    .widget.widget_rss ul li .rsswidget {
      display: block;
      color: #555;
      font-family: "Poppins", sans-serif;
      font-weight: 700; }
    .widget.widget_rss ul li .rss-date {
      color: #aaa; }
    .widget.widget_rss ul li .rssSummary {
      color: #777; }
    .widget.widget_rss ul li cite {
      color: #aaa; }
    .widget.widget_rss ul li:before, .widget.widget_rss ul li:after, .widget.widget_rss ul li a {
      line-height: 1.8; }

.widget-empty-space {
  margin-bottom: 0 !important; }

/*
 * facebook.scss
 * -----------------------------------------------
*/
/*
 * featured-page.scss
 * -----------------------------------------------
*/
.widget-featured-page .page .page-content a {
  margin-bottom: 2px solid #bbb; }

/*
 * flickr-feed.scss
 * -----------------------------------------------
*/
#flickr-feed img {
  background: #000 none repeat scroll 0 0;
  float: left;
  height: 100%;
  padding: 0;
  width: 100%; }

/*
 * gallery-images.scss
 * -----------------------------------------------
*/
.widget-gallery-images .isotope-layout .isotope-item {
  margin-bottom: 0; }

.widget-gallery-images .isotope-layout.grid-3 .isotope-item {
  width: 33.2% !important; }

/*
 * google-map.scss
 * -----------------------------------------------
*/
/*
 * google-plus.scss
 * -----------------------------------------------
*/
/*
 * horizontal-row.scss
 * -----------------------------------------------
*/
.widget-horizontal-row hr {
  margin-top: 0;
  margin-bottom: 20px; }

/*
 * icon-box.scss
 * -----------------------------------------------
*/
/*
 * instagram-feed.scss
 * -----------------------------------------------
*/
/* -------- Instagram-Feed ---------- */
.instagram-feed-carousel figure,
.instagram-feed-grid figure {
  position: relative;
  margin-bottom: 0; }
  .instagram-feed-carousel figure .link-out,
  .instagram-feed-grid figure .link-out {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background: rgba(0, 0, 0, 0.45);
    color: #f8f8f8;
    line-height: 1;
    padding: 10px;
    font-weight: 300;
    opacity: 0; }
    .instagram-feed-carousel figure .link-out:hover,
    .instagram-feed-grid figure .link-out:hover {
      background: rgba(0, 0, 0, 0.7);
      color: #f8f8f8; }
  .instagram-feed-carousel figure:hover .link-out,
  .instagram-feed-grid figure:hover .link-out {
    opacity: 1; }

/* -------- Instagram-Feed ---------- */
.instagram-feed-grid .item {
  width: 100px;
  float: left;
  margin-bottom: 2px;
  margin-right: 2px; }

/* -------- Widget - Instagram-Feed ---------- */
.widget .instagram-feed-grid .item {
  margin-bottom: 0;
  margin-right: 0;
  padding: 1px;
  width: 25%; }

/*
 * portfolio.scss
 * -----------------------------------------------
*/
/*
 * search.scss
 * -----------------------------------------------
*/
.search-form {
  margin-bottom: 0;
  position: relative; }
  .search-form .search-field {
    position: relative;
    background: #ffffff;
    display: block;
    font-size: 14px;
    width: 100%;
    height: 55px;
    font-weight: 400;
    border: 1px solid #eeeeee; }
  .search-form .search-submit {
    border: none;
    color: #fff;
    height: 100%;
    left: auto;
    padding: 8px 25px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
    transition: all 0.3s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .search-form .search-submit {
        transition: none; } }
    .search-form .search-submit:hover {
      background: #111; }

/*
 * sidebar-nav-menu.scss
 * -----------------------------------------------
*/
.tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li {
  margin: 0;
  padding: 0; }
  .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li::before {
    content: ""; }
  .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
    color: #012446;
    background: #f5f5f5;
    font-weight: 700;
    text-decoration: none !important;
    border-left: 5px solid transparent;
    border-bottom: 1px solid #fff;
    display: block;
    padding: 16px;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a {
        transition: none; } }
    .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li > a:hover {
      border-left-color: #b798e0; }
  .tm-sidebar-nav-menu-style1 .widget.widget_nav_menu ul > li.current-menu-item a {
    border-left-color: #b798e0; }

.tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
  padding: 0;
  transition: all 100ms ease-in-out 0s; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li {
      transition: none; } }
  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li::before {
    left: auto;
    right: 18px;
    top: 15px;
    font-size: 18px; }
  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a {
    background: #eef0f3;
    border-left: 1px solid #eef0f3;
    border-bottom: 1px solid #fff;
    color: #333;
    font-weight: 700;
    display: block;
    padding: 16px; }
    .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li a:hover {
      background: #fff;
      border-left: 5px solid #eee; }
  .tm-sidebar-nav-menu-style2 .widget.widget_nav_menu ul > li.current-menu-item a {
    background: #fff;
    border-left: 5px solid #eee; }

/*
 * social-list.scss
 * -----------------------------------------------
*/
/*
 * testimonials.scss
 * -----------------------------------------------
*/
.widget-testimonials .author-text {
  font-size: 18px; }

/*
 * twitter-feed.scss
 * -----------------------------------------------
*/
.twitter-feed li {
  font-size: 13px;
  margin-bottom: 8px;
  padding-bottom: 8px;
  margin-top: 0px;
  position: relative;
  list-style: none; }
  .twitter-feed li.item {
    position: relative; }
  .twitter-feed li::before {
    content: "\f099";
    font-size: 24px;
    font-family: fontawesome;
    display: block; }

.widget .twitter-feed li {
  padding-left: 30px; }
  .widget .twitter-feed li::before {
    left: 0;
    position: absolute;
    top: 0; }

/*
 * mailchimp-subscribe-form.scss
 * -----------------------------------------------
*/
.mc4wp-form .form-control {
  background-color: #333;
  border-color: #444;
  border-radius: 0;
  box-shadow: none;
  color: #888;
  height: 50px;
  font-size: 13px; }

.mc4wp-form .input-group-btn .btn {
  padding: 10px 16px 10px;
  background-color: #555;
  border-color: #555;
  color: #eee;
  border-radius: 0; }
  .mc4wp-form .input-group-btn .btn:hover {
    background-color: #444; }

/*
 * Shortcode: home-intro-boxes.scss
 * -----------------------------------------------
*/
@media (max-width: 767.98px) {
  .home-intro-boxes,
  .vc_row.home-intro-boxes {
    margin-top: 15px !important; } }

/*
 * Shortcode: clients.scss
 * -----------------------------------------------
*/
.tm-sc-clients .item {
  padding: 15px 10px;
  text-align: center; }
  .tm-sc-clients .item img {
    transition: all 0.3s; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-clients .item img {
        transition: none; } }

.tm-sc-clients.clients-animation-grayscale .item img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5; }

.tm-sc-clients.clients-animation-grayscale .item:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1; }

.tm-sc-clients.clients-animation-opacity .item img {
  opacity: .4; }

.tm-sc-clients.clients-animation-opacity .item:hover img {
  opacity: 1; }

.tm-sc-clients.clients-animation-blur .item:hover img {
  -webkit-filter: blur(1px);
  filter: blur(1px); }

.tm-sc-clients.clients-animation-zoom .item img {
  -webkit-transform: scale(0.95);
  -moz-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95); }

.tm-sc-clients.clients-animation-zoom .item:hover img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.tm-sc-clients.clients-animation-contrast .item:hover img {
  -webkit-filter: contrast(300%);
  filter: contrast(300%); }

.tm-sc-clients.clients-animation-invert .item:hover img {
  -webkit-filter: invert(100%);
  filter: invert(100%); }

.tm-sc-clients.bgcolor-logo .item {
  background-color: #fff;
  margin-bottom: 30px; }

/*
 * Shortcode: courses.scss
 * -----------------------------------------------
*/
.tm-sc-courses .course-header {
  position: relative; }
  .tm-sc-courses .course-header .course-price {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 7px;
    border-radius: 3px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5); }

.tm-sc-courses.courses-style2-classic .tm-course {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-courses.courses-style2-classic .tm-course .course-details {
    padding: 18px 30px 30px 30px;
    background-color: #fff; }
    .tm-sc-courses.courses-style2-classic .tm-course .course-details .title {
      margin-top: 0; }

.tm-sc-courses.courses-style3-modern .tm-course {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  padding: 30px;
  background-color: #fff; }

/*
 * Shortcode: departments.scss
 * -----------------------------------------------
*/
.tm-departments-item {
  margin-bottom: 40px; }
  .tm-departments-item .details .title {
    margin-top: 15px; }

.departments .entry-content li,
.services-tab .service-excerpt li {
  list-style: outside none none; }

.owl-carousel .tm-departments-item {
  margin-bottom: 30px; }

.services-tab .service-excerpt {
  margin-bottom: 30px; }

.services-tab .nav-tabs {
  border-bottom: 1px solid #f1f1f1;
  text-align: center; }
  .services-tab .nav-tabs > li {
    border-left: 1px solid #eee;
    margin-bottom: 0;
    width: 20%; }
    .services-tab .nav-tabs > li:first-child {
      border-left: none; }
    .services-tab .nav-tabs > li > a {
      background-color: #fff;
      color: #a9a9a9;
      font-size: 13px;
      margin-right: 0;
      padding: 35px 20px;
      border: none;
      text-transform: uppercase; }
      .services-tab .nav-tabs > li > a i {
        display: block;
        font-size: 64px;
        margin-right: 0;
        margin-bottom: 10px;
        vertical-align: middle; }
      .services-tab .nav-tabs > li > a img {
        margin-bottom: 5px;
        max-width: 70px; }

.services-tab .nav-tabs > li.active > a,
.services-tab .nav-tabs > li.active > a:hover,
.services-tab .nav-tabs > li.active > a:focus,
.services-tab .nav-tabs > li a:hover,
.services-tab .nav-tabs > li a:focus {
  color: #fff;
  border: none; }

.services-tab .nav-tabs > li.active > a i,
.services-tab .nav-tabs > li.active > a:hover i,
.services-tab .nav-tabs > li.active > a:focus i,
.services-tab .nav-tabs > li a:hover i,
.services-tab .nav-tabs > li a:focus i {
  color: #fff; }

.services-tab .tab-content .service-excerpt .sub-title {
  color: #c8c8c8;
  font-family: 'Playfair Display', sans-serif; }

.services-tab .tab-content .service-excerpt .title {
  color: #555;
  font-family: 'Playfair Display', sans-serif; }

@media (max-width: 1199.98px) {
  .services-tab .tab-content .service-excerpt {
    margin-bottom: 30px; } }

@media (max-width: 991.98px) {
  .services-tab .tab-content .service-excerpt {
    padding: 0 20px; } }

@media (max-width: 767.98px) {
  .services-tab .nav.nav-tabs a {
    padding: 10px 0;
    font-size: 9px; }
    .services-tab .nav.nav-tabs a i {
      font-size: 28px;
      margin-top: 10px; }
    .services-tab .nav.nav-tabs a span {
      display: none; } }

/* departments-single-wrapper */
.departments-single-wrapper .departments-content .thumb {
  margin-bottom: 20px; }

.departments-single-wrapper .list-departments a.list-group-item.active, .departments-single-wrapper .list-departments a.list-group-item:focus, .departments-single-wrapper .list-departments a.list-group-item:hover,
.departments-single-wrapper .list-departments button.list-group-item.active,
.departments-single-wrapper .list-departments button.list-group-item:focus,
.departments-single-wrapper .list-departments button.list-group-item:hover {
  background-color: #f5f5f5;
  color: #555;
  border: 1px solid #ddd;
  border-left: 4px solid #ccc;
  transition: all 0.4s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .departments-single-wrapper .list-departments a.list-group-item.active, .departments-single-wrapper .list-departments a.list-group-item:focus, .departments-single-wrapper .list-departments a.list-group-item:hover,
    .departments-single-wrapper .list-departments button.list-group-item.active,
    .departments-single-wrapper .list-departments button.list-group-item:focus,
    .departments-single-wrapper .list-departments button.list-group-item:hover {
      transition: none; } }

.departments-single-wrapper .departments-sidebar .list-group-item-title {
  text-transform: uppercase; }

/*
 * Shortcode: faq.scss
 * -----------------------------------------------
*/
/*
 * Shortcode: gallery.scss
 * -----------------------------------------------
*/
.gallery-items-rounded .effect-wrapper {
  border-radius: 6px; }

.tm-sc-gallery .tm-gallery.box-hover-effect {
  display: block; }
  .tm-sc-gallery .tm-gallery.box-hover-effect .effect-wrapper {
    background-color: #b2afab;
    border: 1px solid #f3f1f1; }
  .tm-sc-gallery .tm-gallery.box-hover-effect:hover .effect-wrapper .thumb {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .tm-sc-gallery .tm-gallery.box-hover-effect:hover .effect-wrapper .overlay-shade {
    opacity: 0.85;
    filter: alpha(opacity=70); }

.tm-sc-gallery .text-holder .title {
  font-size: 18px;
  text-transform: uppercase; }

.tm-sc-gallery .text-holder .date,
.tm-sc-gallery .text-holder .category {
  color: #aaa;
  font-size: 12px; }

.tm-sc-gallery .overlay-shade.shade-white + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-white + .text-holder .category {
  color: #777; }

.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .title,
.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-theme-colored1 + .text-holder .category,
.tm-sc-gallery .overlay-shade.shade-theme-colored2 + .text-holder .title,
.tm-sc-gallery .overlay-shade.shade-theme-colored2 + .text-holder .date,
.tm-sc-gallery .overlay-shade.shade-theme-colored2 + .text-holder .category {
  color: #fff; }

.tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
  height: 100%; }
  .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner {
    height: 100%; }
    .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner .thumb {
      height: 100%; }
      .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner .thumb a {
        height: 100%; }
        .tm-sc-gallery.tm-sc-gallery-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-gallery-inner .thumb a img {
          height: 100%; }

.tm-sc-gallery.gallery-style1-current-theme .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
        content: '';
        background-color: rgba(22, 22, 22, 0.75);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: middle;
        text-align: center;
        z-index: 9; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
            text-transform: uppercase;
            color: #fff; }
            .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title a:hover {
              color: #ccc; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title, .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          -moz-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-gallery.gallery-style1-current-theme .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .icons-holder-inner {
          overflow: hidden; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-gallery.gallery-style1-current-theme .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .styled-icons {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-gallery.gallery-style2-simple .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style2-simple .tm-gallery .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-gallery.gallery-style2-simple .tm-gallery .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
      transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
    text-transform: uppercase; }
  .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder {
    overflow: hidden; }
    .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories {
      font-size: 14px;
      list-style: none; }
      .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a {
        display: inline-block;
        padding-right: 5px;
        margin-right: 10px;
        position: relative;
        color: #999;
        font-weight: 500; }
        .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child {
          padding-right: 0; }
          .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child:after {
            content: ''; }
        .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:after {
          content: ',';
          position: absolute;
          top: 0;
          right: 0; }
        .tm-sc-gallery.gallery-style2-simple .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:hover {
          color: #666; }
  .tm-sc-gallery.gallery-style2-simple .tm-gallery:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        z-index: 9; }
        .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
            text-transform: uppercase; }
        .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title, .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #999;
              font-weight: 500; }
              .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:hover {
                color: #666; }
  .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-gallery.gallery-style2-simple.tm-sc-gallery-masonry-tiles .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .categories {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-gallery.gallery-style3-classic .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style3-classic .tm-gallery .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-gallery.gallery-style3-classic .tm-gallery .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
      transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
    background-color: #fff;
    border: 1px solid rgba(234, 234, 234, 0.58);
    padding: 20px 10px;
    text-align: center; }
    .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
      text-transform: uppercase; }
    .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder {
      overflow: hidden; }
      .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories {
        font-size: 14px;
        list-style: none; }
        .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a {
          display: inline-block;
          padding-right: 5px;
          margin-right: 10px;
          position: relative;
          color: #999;
          font-weight: 500; }
          .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child {
            padding-right: 0; }
            .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child:after {
              content: ''; }
          .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:after {
            content: ',';
            position: absolute;
            top: 0;
            right: 0; }
          .tm-sc-gallery.gallery-style3-classic .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:hover {
            color: #666; }
  .tm-sc-gallery.gallery-style3-classic .tm-gallery:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
      background-color: transparent;
      border: none;
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        z-index: 9; }
        .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
            text-transform: uppercase; }
        .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title, .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #999;
              font-weight: 500; }
              .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:hover {
                color: #666; }
  .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-gallery.gallery-style3-classic.tm-sc-gallery-masonry-tiles .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .categories {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-gallery.gallery-style4-modern .tm-gallery {
  position: relative;
  overflow: hidden; }
  .tm-sc-gallery.gallery-style4-modern .tm-gallery .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        z-index: 9; }
        .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title-holder .title {
            text-transform: uppercase; }
        .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title, .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder {
          overflow: hidden; }
          .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #999;
              font-weight: 500; }
              .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-gallery.gallery-style4-modern .tm-gallery .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .category-holder .categories a:hover {
                color: #666; }
  .tm-sc-gallery.gallery-style4-modern .tm-gallery:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-gallery.gallery-style4-modern .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-gallery.gallery-style4-modern .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-gallery.gallery-style4-modern .tm-gallery:hover .tm-gallery-content-wrapper .tm-gallery-content .tm-gallery-content-inner .categories {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

/*
 * Shortcode: pet.scss
 * -----------------------------------------------
*/
.tm-sc-pet .pet-header {
  position: relative; }

.tm-sc-pet.pet-style2-classic .tm-pet {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-pet.pet-style2-classic .tm-pet .pet-details {
    padding: 30px;
    background-color: #fff; }
    .tm-sc-pet.pet-style2-classic .tm-pet .pet-details .title {
      margin-top: 0; }

.tm-sc-pet.pet-style3-modern .tm-pet {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  padding: 30px;
  background-color: #fff; }

/*
 * Shortcode: portfolio.scss
 * -----------------------------------------------
*/
.portfolio-archive .portfolio-item .title {
  margin-top: 5px;
  margin-bottom: 5px; }

.portfolio-archive .portfolio-item .content {
  margin-top: 5px; }

.portfolio-archive .portfolio-item .category {
  font-size: 12px;
  margin-bottom: 0; }

.portfolio-archive .portfolio-item .tag {
  font-size: 12px;
  margin-bottom: 0; }

.portfolio-archive .portfolio-item .date {
  font-size: 12px; }

.portfolio-archive .portfolio-item .entry-meta i, .portfolio-archive .portfolio-item .entry-meta a {
  font-size: 12px; }

.portfolio-archive .effect-wrapper .date {
  margin-bottom: 0; }

.portfolio-archive .effect-wrapper ul li {
  margin-bottom: 0; }

.portfolio-archive.portfolio-type-default .title {
  margin: 0; }

.portfolio-archive.portfolio-type-paris .entry-meta {
  margin-top: 10px; }

.portfolio-archive.portfolio-type-paris .entry-meta li {
  margin-top: 0; }

.portfolio-archive.portfolio-type-paris .content {
  margin-top: 0; }

.portfolio-archive.portfolio-type-barlin .entry-meta {
  margin-top: 10px; }

.portfolio-archive.portfolio-type-barlin .entry-meta li {
  margin-top: 0; }

.portfolio-archive.portfolio-type-barlin .content {
  margin-top: 0; }

body.single-portfolio-items .portfolio-single .portfolio-title {
  text-transform: uppercase;
  margin-bottom: 20px; }

body.single-portfolio-items .portfolio-single .portfolio-content {
  margin-bottom: 20px; }

body.single-portfolio-items .portfolio-single .portfolio-container {
  margin-bottom: 60px; }

body.single-portfolio-items .portfolio-single .portfolio-details {
  margin-bottom: 20px; }
  body.single-portfolio-items .portfolio-single .portfolio-details .portfolio-details-inner {
    transition: all 1s ease-in; }
    @media screen and (prefers-reduced-motion: reduce) {
      body.single-portfolio-items .portfolio-single .portfolio-details .portfolio-details-inner {
        transition: none; } }

body.single-portfolio-items .portfolio-single .pre-next-post-link {
  border-top: 1px solid #eee;
  padding: 30px 0; }
  body.single-portfolio-items .portfolio-single .pre-next-post-link .pre-post-link a, body.single-portfolio-items .portfolio-single .pre-next-post-link .next-post-link a {
    color: #bbb;
    font-size: 0.875rem;
    font-style: italic; }
  body.single-portfolio-items .portfolio-single .pre-next-post-link .pre-post-link i {
    margin-right: 10px; }
  body.single-portfolio-items .portfolio-single .pre-next-post-link .next-post-link i {
    margin-left: 10px; }

body.single-portfolio-items .portfolio-single .back-to-portfolio {
  font-size: 32px;
  color: #bbb; }
  body.single-portfolio-items .portfolio-single .back-to-portfolio:hover {
    color: #002c42; }

body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image {
  margin-bottom: 20px; }
  body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb {
    position: relative;
    overflow: hidden; }
    body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      transition: all 0.3s linear;
      overflow: hidden;
      -webkit-transform: scaleY(0);
      -khtml-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb:after {
          transition: none; } }
    body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb .link {
      background: #333;
      position: absolute;
      left: 0;
      top: 50%;
      right: 0;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      color: #fff;
      padding: 7px;
      text-align: center;
      margin: -20px auto 0;
      z-index: 1;
      opacity: 0;
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image .thumb .link {
          transition: none; } }
  body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image:hover .thumb:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  body.single-portfolio-items .portfolio-single .portfolio-images .each-p-image:hover .thumb .link {
    opacity: 1;
    transform: rotateY(180deg); }

body.single-portfolio-items .portfolio-single .portfolio-meta {
  margin-bottom: 30px; }
  body.single-portfolio-items .portfolio-single .portfolio-meta .each-meta .title {
    display: inline-block;
    width: 25%;
    font-size: 0.875rem;
    font-weight: 500; }
  body.single-portfolio-items .portfolio-single .portfolio-meta .each-meta .info {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: normal;
    color: #777;
    margin-bottom: 0; }
    body.single-portfolio-items .portfolio-single .portfolio-meta .each-meta .info a {
      font-size: 0.875rem;
      font-weight: normal;
      color: #777; }

body.single-portfolio-items .portfolio-single .launch-project-link {
  margin-bottom: 30px; }

body.single-portfolio-items .portfolio-single .tm-social-share-icons {
  margin-top: 30px; }

.tm-sc-portfolio .tm-portfolio.box-hover-effect {
  display: block; }
  .tm-sc-portfolio .tm-portfolio.box-hover-effect .effect-wrapper {
    background-color: #b2afab;
    border: 1px solid #f3f1f1; }
  .tm-sc-portfolio .tm-portfolio.box-hover-effect:hover .effect-wrapper .thumb {
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }
  .tm-sc-portfolio .tm-portfolio.box-hover-effect:hover .effect-wrapper .overlay-shade {
    opacity: 0.85;
    filter: alpha(opacity=70); }

.tm-sc-portfolio .text-holder .title {
  font-size: 18px;
  text-transform: uppercase; }

.tm-sc-portfolio .text-holder .date,
.tm-sc-portfolio .text-holder .category {
  color: #aaa;
  font-size: 12px; }

.tm-sc-portfolio .overlay-shade.shade-white + .text-holder .date,
.tm-sc-portfolio .overlay-shade.shade-white + .text-holder .category {
  color: #777; }

.tm-sc-portfolio .overlay-shade.shade-theme-colored1 + .text-holder .title,
.tm-sc-portfolio .overlay-shade.shade-theme-colored1 + .text-holder .date,
.tm-sc-portfolio .overlay-shade.shade-theme-colored1 + .text-holder .category,
.tm-sc-portfolio .overlay-shade.shade-theme-colored2 + .text-holder .title,
.tm-sc-portfolio .overlay-shade.shade-theme-colored2 + .text-holder .date,
.tm-sc-portfolio .overlay-shade.shade-theme-colored2 + .text-holder .category {
  color: #fff; }

.tm-sc-portfolio.tm-sc-portfolio-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner {
  height: 100%; }
  .tm-sc-portfolio.tm-sc-portfolio-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-portfolio-inner {
    height: 100%; }
    .tm-sc-portfolio.tm-sc-portfolio-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-portfolio-inner .thumb {
      height: 100%; }
      .tm-sc-portfolio.tm-sc-portfolio-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-portfolio-inner .thumb a {
        height: 100%; }
        .tm-sc-portfolio.tm-sc-portfolio-masonry-tiles .has-masonry-tiles-fixed-image-size.isotope-layout .isotope-item .isotope-item-inner .tm-portfolio-inner .thumb a img {
          height: 100%; }

.tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio {
  position: relative;
  overflow: hidden; }
  .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        z-index: 9; }
        .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder .title {
            text-transform: uppercase; }
        .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title, .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #999;
              font-weight: 500; }
              .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:hover {
                color: #666; }
  .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-portfolio.portfolio-style1-current-theme .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-portfolio.portfolio-style2-simple .tm-portfolio {
  position: relative;
  overflow: hidden; }
  .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
      transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder .title {
    text-transform: uppercase; }
  .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder {
    overflow: hidden; }
    .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories {
      font-size: 14px;
      list-style: none; }
      .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a {
        display: inline-block;
        padding-right: 5px;
        margin-right: 10px;
        position: relative;
        color: #999;
        font-weight: 500; }
        .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child {
          padding-right: 0; }
          .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child:after {
            content: ''; }
        .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:after {
          content: ',';
          position: absolute;
          top: 0;
          right: 0; }
        .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:hover {
          color: #666; }
  .tm-sc-portfolio.portfolio-style2-simple .tm-portfolio:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio {
  position: relative;
  overflow: hidden; }
  .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        z-index: 9; }
        .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder .title {
            text-transform: uppercase; }
        .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title, .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #999;
              font-weight: 500; }
              .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:hover {
                color: #666; }
  .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-portfolio.portfolio-style2-simple.tm-sc-portfolio-masonry-tiles .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-portfolio.portfolio-style3-classic .tm-portfolio {
  position: relative;
  overflow: hidden; }
  .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      transform: scale(1);
      -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
      transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content {
    background-color: #fff;
    border: 1px solid rgba(234, 234, 234, 0.58);
    padding: 20px 10px;
    text-align: center; }
    .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder .title {
      text-transform: uppercase; }
    .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder {
      overflow: hidden; }
      .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories {
        font-size: 14px;
        list-style: none; }
        .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a {
          display: inline-block;
          padding-right: 5px;
          margin-right: 10px;
          position: relative;
          color: #999;
          font-weight: 500; }
          .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child {
            padding-right: 0; }
            .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child:after {
              content: ''; }
          .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:after {
            content: ',';
            position: absolute;
            top: 0;
            right: 0; }
          .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:hover {
            color: #666; }
  .tm-sc-portfolio.portfolio-style3-classic .tm-portfolio:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }

.tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio {
  position: relative;
  overflow: hidden; }
  .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper {
    box-sizing: border-box;
    padding: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content {
      background-color: transparent;
      border: none;
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: bottom;
        z-index: 9; }
        .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder .title {
            text-transform: uppercase; }
        .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title, .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #999;
              font-weight: 500; }
              .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:hover {
                color: #666; }
  .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content:after {
    opacity: 1;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-portfolio.portfolio-style3-classic.tm-sc-portfolio-masonry-tiles .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-portfolio.portfolio-style4-modern .tm-portfolio {
  position: relative;
  overflow: hidden; }
  .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .thumb {
    overflow: hidden;
    position: relative;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }
    .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content {
      display: table;
      height: 100%;
      width: 100%;
      overflow: hidden; }
      .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content:after {
        content: '';
        background-color: rgba(255, 255, 255, 0.95);
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleY(0);
        -moz-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner {
        display: table-cell;
        padding: 20px;
        height: 100%;
        width: 100%;
        position: relative;
        vertical-align: middle;
        text-align: center;
        z-index: 9; }
        .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title-holder .title {
            text-transform: uppercase; }
        .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title, .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(0, -100%, 0);
          -moz-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder {
          overflow: hidden; }
          .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #999;
              font-weight: 500; }
              .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .category-holder .categories a:hover {
                color: #666; }
  .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio:hover .thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content:after {
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
    transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
  .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
  .tm-sc-portfolio.portfolio-style4-modern .tm-portfolio:hover .tm-portfolio-content-wrapper .tm-portfolio-content .tm-portfolio-content-inner .categories {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
    transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-portfolio.tm-sc-portfolio-floating-parallax .floating-portfolio-holder {
  padding: 30px;
  text-align: center; }
  .tm-sc-portfolio.tm-sc-portfolio-floating-parallax .floating-portfolio-holder:nth-child(4n + 1), .tm-sc-portfolio.tm-sc-portfolio-floating-parallax .floating-portfolio-holder:nth-child(4n + 4) {
    padding: 60px; }
    @media (max-width: 1199.98px) {
      .tm-sc-portfolio.tm-sc-portfolio-floating-parallax .floating-portfolio-holder:nth-child(4n + 1), .tm-sc-portfolio.tm-sc-portfolio-floating-parallax .floating-portfolio-holder:nth-child(4n + 4) {
        padding: 30px; } }
  .tm-sc-portfolio.tm-sc-portfolio-floating-parallax .floating-portfolio-holder .thumb {
    border-radius: 7px;
    clip-path: inset(0% 0% 0% 0%);
    -webkit-transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1);
    transition: all 0.3s cubic-bezier(0.7, 0.04, 0.37, 1); }
  .tm-sc-portfolio.tm-sc-portfolio-floating-parallax .floating-portfolio-holder:hover .thumb {
    clip-path: inset(3% 3% 3% 3%); }

.tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper {
  display: flex;
  flex-direction: row;
  height: 750px; }
  @media (max-width: 991.98px) {
    .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper {
      flex-direction: column; } }
  .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column {
    width: 50%;
    height: 100%;
    transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative; }
    @media (max-width: 991.98px) {
      .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column {
        width: 100%;
        height: 50%; } }
    .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio {
      position: relative;
      display: table;
      width: 100%;
      height: 100%;
      padding: 30px; }
      .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio:after {
        content: '';
        background-color: rgba(22, 22, 22, 0.5);
        position: absolute;
        top: 20px;
        left: 20px;
        bottom: 20px;
        right: 20px;
        opacity: 0;
        -webkit-transform-origin: 0 0;
        -moz-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transform: scaleX(0);
        -moz-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
      .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio:before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/shadow-overlay2.png");
        background-position: center bottom;
        opacity: 0.6;
        z-index: 1;
        background-repeat: no-repeat; }
      .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner {
        position: relative;
        padding: 20px;
        display: table-cell;
        width: 100%;
        height: 100%;
        vertical-align: bottom;
        z-index: 9; }
        .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .title, .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .categories {
          position: relative;
          opacity: 0;
          -webkit-transform: translate3d(-100%, 0, 0);
          -moz-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
          -webkit-transition: -webkit-transform .4s, opacity .2s;
          transition: transform .4s, opacity .2s;
          will-change: transform, opacity; }
        .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .title-holder {
          overflow: hidden; }
          .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .title-holder .title {
            text-transform: uppercase;
            color: #fff; }
            .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .title-holder .title a:hover {
              color: #ccc; }
        .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder {
          overflow: hidden; }
          .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories {
            font-size: 14px;
            list-style: none; }
            .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories a {
              display: inline-block;
              padding-right: 5px;
              margin-right: 10px;
              position: relative;
              color: #bbb;
              font-weight: 500; }
              .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories a:last-child {
                padding-right: 0; }
                .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories a:last-child:after {
                  content: ''; }
              .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories a:after {
                content: ',';
                position: absolute;
                top: 0;
                right: 0; }
              .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column .tm-portfolio .tm-portfolio-inner .category-holder .categories a:hover {
                color: #fff; }
    .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column:hover {
      width: 75%; }
      @media (max-width: 991.98px) {
        .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column:hover {
          width: 100%;
          height: 75%; } }
      .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column:hover .tm-portfolio:after {
        opacity: 1;
        -webkit-transform: scaleX(1);
        -moz-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
        transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
      .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column:hover .tm-portfolio .tm-portfolio-inner .title {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
        transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
      .tm-sc-portfolio.tm-sc-portfolio-expand-hover-column .expand-hover-column-wrapper .each-expand-column:hover .tm-portfolio .tm-portfolio-inner .categories {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
        transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-portfolio.tm-sc-portfolio-full-height-slider {
  height: 100vh;
  padding-top: 10px;
  padding-bottom: 10px; }
  .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
    margin-bottom: -10px; }
    .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner {
      position: relative;
      width: 100%;
      z-index: 1;
      height: 100%; }
      .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .owl-stage-outer {
        height: 100% !important; }
        .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .owl-stage-outer .owl-stage {
          height: 100%; }
          .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .owl-stage-outer .owl-stage .owl-item {
            height: 100%; }
      .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide {
        height: 100%; }
        .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio {
          position: relative;
          display: table;
          width: 100%;
          height: 100%;
          padding: 30px;
          background-size: cover;
          background-position: top center; }
          .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio:after {
            content: '';
            background-color: rgba(22, 22, 22, 0.5);
            position: absolute;
            top: 20px;
            left: 20px;
            bottom: 20px;
            right: 20px;
            opacity: 0;
            -webkit-transform-origin: 0 0;
            -moz-transform-origin: 0 0;
            transform-origin: 0 0;
            -webkit-transform: scaleX(0);
            -moz-transform: scaleX(0);
            transform: scaleX(0);
            -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s;
            transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s 0.5s; }
          .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio:before {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url("../images/shadow-overlay2.png");
            background-position: center bottom;
            opacity: 0.6;
            z-index: 1;
            background-repeat: no-repeat; }
          .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner {
            position: relative;
            padding: 20px;
            display: table-cell;
            width: 100%;
            height: 100%;
            vertical-align: middle;
            z-index: 9;
            text-align: center; }
            .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .title, .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .categories {
              position: relative;
              opacity: 0;
              -webkit-transform: translate3d(-100%, 0, 0);
              -moz-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0);
              -webkit-transition: -webkit-transform .4s, opacity .2s;
              transition: transform .4s, opacity .2s;
              will-change: transform, opacity; }
            .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .title-holder {
              overflow: hidden; }
              .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .title-holder .title {
                text-transform: uppercase;
                color: #fff; }
                .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .title-holder .title a:hover {
                  color: #ccc; }
            .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder {
              overflow: hidden; }
              .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories {
                font-size: 14px;
                list-style: none; }
                .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a {
                  display: inline-block;
                  padding-right: 5px;
                  margin-right: 10px;
                  position: relative;
                  color: #bbb;
                  font-weight: 500; }
                  .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:last-child {
                    padding-right: 0; }
                    .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:last-child:after {
                      content: ''; }
                  .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:after {
                    content: ',';
                    position: absolute;
                    top: 0;
                    right: 0; }
                  .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:hover {
                    color: #fff; }
        .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide:hover .tm-portfolio:after {
          opacity: 1;
          -webkit-transform: scaleX(1);
          -moz-transform: scaleX(1);
          transform: scaleX(1);
          -webkit-transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s;
          transition: transform 0.5s cubic-bezier(0.57, 0.04, 0.06, 0.84), opacity 0s; }
        .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide:hover .tm-portfolio .tm-portfolio-inner .title {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s;
          transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.1s, opacity 0.2s 0.1s; }
        .tm-sc-portfolio.tm-sc-portfolio-full-height-slider .full-height-slider-wrapper .full-height-slider-inner .each-slide:hover .tm-portfolio .tm-portfolio-inner .categories {
          opacity: 1;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s;
          transition: transform 0.6s cubic-bezier(0.57, 0.04, 0.06, 0.84) 0.2s, opacity 0.2s 0.2s; }

.tm-sc-portfolio.tm-sc-portfolio-swiper-gallery {
  background: #000;
  position: relative; }
  .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top {
    width: 100%;
    height: 100vh;
    margin-left: auto;
    margin-right: auto; }
    .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide {
      background-size: cover;
      background-position: center; }
      .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio {
        position: relative;
        display: table;
        width: 100%;
        height: 100%;
        padding-bottom: 140px;
        background-size: cover;
        background-position: top center; }
        .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner {
          position: relative;
          padding: 20px;
          display: table-cell;
          width: 100%;
          height: 100%;
          vertical-align: bottom;
          z-index: 9; }
          .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .text-hoder {
            max-width: 600px;
            background: rgba(255, 255, 255, 0.95);
            padding: 21px; }
          .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .title, .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .categories {
            position: relative; }
          .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .description p {
            color: #fff; }
          .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .date {
            color: #ccc; }
          .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .title-holder {
            overflow: hidden; }
            .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .title-holder .title {
              text-transform: capitalize;
              margin-top: 0;
              margin-bottom: 0.5rem; }
              .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .title-holder .title a:hover {
                color: #ccc; }
          .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .category-holder {
            overflow: hidden; }
            .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories {
              font-size: 14px;
              list-style: none; }
              .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a {
                display: inline-block;
                padding-right: 5px;
                margin-right: 10px;
                position: relative;
                color: #bbb;
                font-weight: 500; }
                .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:last-child {
                  padding-right: 0; }
                  .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:last-child:after {
                    content: ''; }
                .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:after {
                  content: ',';
                  position: absolute;
                  top: 0;
                  right: 0; }
                .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-top .swiper-wrapper .swiper-slide .tm-portfolio .tm-portfolio-inner .category-holder .categories a:hover {
                  color: #fff; }
  .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-thumb {
    background: #000;
    width: 100%;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    bottom: 0;
    padding: 10px; }
    .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-thumb .swiper-wrapper .swiper-slide {
      background-size: cover;
      background-position: center;
      width: 120px !important;
      height: 120px;
      opacity: 0.3;
      transition: all 0.5s ease;
      cursor: pointer; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-thumb .swiper-wrapper .swiper-slide {
          transition: none; } }
      .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-thumb .swiper-wrapper .swiper-slide:hover, .tm-sc-portfolio.tm-sc-portfolio-swiper-gallery .swiper-container.swiper-gallery-thumb .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
        opacity: 1; }

/*
 * Shortcode: projects.scss
 * -----------------------------------------------
*/
.projects-item {
  margin-bottom: 40px; }

.owl-carousel .projects-item {
  margin-bottom: 30px; }

.tm-sc-projects .tm-project {
  position: relative; }
  .tm-sc-projects .tm-project .details .cat-list {
    list-style: none;
    font-size: 0.8rem;
    color: #444;
    text-transform: uppercase; }
    .tm-sc-projects .tm-project .details .cat-list li {
      display: inline-block;
      margin-right: 7px; }
      .tm-sc-projects .tm-project .details .cat-list li a {
        font-weight: normal; }
      .tm-sc-projects .tm-project .details .cat-list li:last-child span {
        display: none; }
  .tm-sc-projects .tm-project .details .cat-list + .title {
    margin-top: 5px; }

.tm-sc-projects.border-radius-around-box .tm-project {
  border-radius: 15px;
  overflow: hidden; }

.tm-sc-projects.projects-style1-simple .box-hover-effect .effect-wrapper {
  border-radius: 5px; }

.tm-sc-projects.projects-style2-classic .tm-project {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-projects.projects-style2-classic .tm-project .details {
    padding: 18px 30px 30px 30px; }
    .tm-sc-projects.projects-style2-classic .tm-project .details .title {
      margin-top: 0; }

.tm-sc-projects.projects-style3-modern .tm-project {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-projects.projects-style3-modern .tm-project .details {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 30px 0 30px;
    opacity: 1;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-projects.projects-style3-modern .tm-project .details {
        transition: none; } }
    .tm-sc-projects.projects-style3-modern .tm-project .details .title, .tm-sc-projects.projects-style3-modern .tm-project .details .excerpt, .tm-sc-projects.projects-style3-modern .tm-project .details .btn-plain-text, .tm-sc-projects.projects-style3-modern .tm-project .details .btn-plain-text-with-arrow {
      color: #fff; }
  .tm-sc-projects.projects-style3-modern .tm-project:hover .thumb:before {
    height: 0; }
  .tm-sc-projects.projects-style3-modern .tm-project:hover .details {
    bottom: 50px; }

.tm-sc-projects.projects-style4-round-thumb .tm-project {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  text-align: center;
  overflow: visible;
  padding-top: 30px; }
  .tm-sc-projects.projects-style4-round-thumb .tm-project .thumb {
    position: relative;
    border-radius: 100%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    z-index: 1; }
    .tm-sc-projects.projects-style4-round-thumb .tm-project .thumb .thumb-inner {
      width: 78%;
      margin: 0 auto;
      position: relative;
      max-width: 220px; }
      .tm-sc-projects.projects-style4-round-thumb .tm-project .thumb .thumb-inner:before {
        content: " ";
        position: absolute;
        border: 10px solid rgba(255, 255, 255, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        z-index: 1;
        transition: 0.5s all;
        -webkit-transition: 0.5s all; }
      .tm-sc-projects.projects-style4-round-thumb .tm-project .thumb .thumb-inner img {
        border-radius: 100%; }
  .tm-sc-projects.projects-style4-round-thumb .tm-project .details {
    padding: 18px 30px 30px 30px; }
  .tm-sc-projects.projects-style4-round-thumb .tm-project:hover .thumb .thumb-inner:before {
    border-color: rgba(248, 157, 53, 0.7); }

.tm-sc-projects.projects-style5-hanging-thumb .tm-project {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  text-align: center;
  overflow: visible;
  margin-top: 100px;
  padding-top: 30px; }
  .tm-sc-projects.projects-style5-hanging-thumb .tm-project .thumb {
    position: relative;
    border-radius: 100%;
    margin-top: -100px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    z-index: 1; }
    .tm-sc-projects.projects-style5-hanging-thumb .tm-project .thumb .thumb-inner {
      width: 78%;
      margin: 0 auto;
      position: relative;
      max-width: 220px; }
      .tm-sc-projects.projects-style5-hanging-thumb .tm-project .thumb .thumb-inner:before {
        content: " ";
        position: absolute;
        border: 10px solid rgba(255, 255, 255, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        z-index: 1;
        transition: 0.5s all;
        -webkit-transition: 0.5s all; }
      .tm-sc-projects.projects-style5-hanging-thumb .tm-project .thumb .thumb-inner img {
        border-radius: 100%; }
  .tm-sc-projects.projects-style5-hanging-thumb .tm-project .details {
    padding: 18px 30px 30px 30px; }
  .tm-sc-projects.projects-style5-hanging-thumb .tm-project:hover .thumb .thumb-inner:before {
    border-color: rgba(248, 157, 53, 0.7); }

.tm-sc-projects.projects-style6-hanging-content .tm-project {
  text-align: center;
  overflow: visible; }
  .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb img {
          transition: none; } }
    .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s linear;
      overflow: hidden;
      -webkit-transform: scaleY(0);
      -khtml-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-projects.projects-style6-hanging-content .tm-project .thumb:after {
          transition: none; } }
  .tm-sc-projects.projects-style6-hanging-content .tm-project .details {
    padding: 30px;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    margin-top: -20px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-bottom: 3px solid #001e57;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-projects.projects-style6-hanging-content .tm-project .details {
        transition: none; } }
  .tm-sc-projects.projects-style6-hanging-content .tm-project:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-projects.projects-style6-hanging-content .tm-project:hover .thumb:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  .tm-sc-projects.projects-style6-hanging-content .tm-project:hover .details {
    border-color: #df6512;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

.tm-sc-projects.projects-style7-fullwidth-gallery .tm-project {
  overflow: visible;
  padding-top: 0; }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb img {
          transition: none; } }
    .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s linear;
      overflow: hidden;
      -webkit-transform: scaleY(0);
      -khtml-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb:after {
          transition: none; } }
    .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .thumb .link {
      background: #2d1212;
      color: #fff;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all .45s;
      transition: all .45s;
      -moz-transition: all .45s;
      -ms-transition: all .45s;
      width: 32px;
      height: 32px;
      line-height: 33px;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 99;
      text-align: center;
      margin-top: 45px; }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:before, .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:before {
    background-image: url("../images/shadow-overlay2.png");
    background-position: center bottom;
    z-index: 1;
    background-repeat: no-repeat; }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:after {
    background-color: rgba(0, 0, 0, 0.45);
    z-index: 2; }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details {
        transition: none; } }
    .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details .title, .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details a {
      color: #fff; }
      .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details .title:hover, .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details a:hover {
        color: #eee; }
    .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details .excerpt {
      color: #ddd; }
    .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details .btn-view-details {
      transition: all 0.4s ease-in-out;
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project .details .btn-view-details {
          transition: none; } }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:hover .thumb:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:hover .thumb .link {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0; }
  .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:hover .details {
    border-color: #df6512;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
    .tm-sc-projects.projects-style7-fullwidth-gallery .tm-project:hover .details .btn-view-details {
      opacity: 1; }

/*
 * Shortcode: services.scss
 * -----------------------------------------------
*/
.services-item {
  margin-bottom: 40px; }

.owl-carousel .services-item {
  margin-bottom: 30px; }

.tm-sc-services .tm-service {
  position: relative; }
  .tm-sc-services .tm-service .details .cat-list {
    list-style: none;
    font-size: 14px;
    color: #444; }
    .tm-sc-services .tm-service .details .cat-list li {
      display: inline-block;
      margin-right: 7px; }
      .tm-sc-services .tm-service .details .cat-list li a {
        font-weight: normal; }
      .tm-sc-services .tm-service .details .cat-list li:last-child span {
        display: none; }
  .tm-sc-services .tm-service .details .cat-list + .title {
    margin-top: 5px; }

.tm-sc-services.border-radius-around-box .tm-service {
  border-radius: 15px;
  overflow: hidden; }

.tm-sc-services.services-style1-simple .box-hover-effect .effect-wrapper {
  border-radius: 5px; }

.tm-sc-services.services-style2-classic .tm-service {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-services.services-style2-classic .tm-service .details {
    padding: 18px 30px 30px 30px; }
    .tm-sc-services.services-style2-classic .tm-service .details .title {
      margin-top: 0; }

.tm-sc-services.services-style3-modern .tm-service {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-services.services-style3-modern .tm-service .details {
    position: absolute;
    bottom: 40px;
    left: 0;
    padding: 0 30px 0 30px;
    opacity: 1;
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-services.services-style3-modern .tm-service .details {
        transition: none; } }
    .tm-sc-services.services-style3-modern .tm-service .details .title, .tm-sc-services.services-style3-modern .tm-service .details .excerpt, .tm-sc-services.services-style3-modern .tm-service .details .btn-plain-text, .tm-sc-services.services-style3-modern .tm-service .details .btn-plain-text-with-arrow {
      color: #fff; }
  .tm-sc-services.services-style3-modern .tm-service:hover .thumb:before {
    height: 0; }
  .tm-sc-services.services-style3-modern .tm-service:hover .details {
    bottom: 50px; }

.tm-sc-services.services-style4-round-thumb .tm-service {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  text-align: center;
  overflow: visible;
  padding-top: 30px; }
  .tm-sc-services.services-style4-round-thumb .tm-service .thumb {
    position: relative;
    border-radius: 100%;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    z-index: 1; }
    .tm-sc-services.services-style4-round-thumb .tm-service .thumb .thumb-inner {
      width: 78%;
      margin: 0 auto;
      position: relative;
      max-width: 220px; }
      .tm-sc-services.services-style4-round-thumb .tm-service .thumb .thumb-inner:before {
        content: " ";
        position: absolute;
        border: 10px solid rgba(255, 255, 255, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        z-index: 1;
        transition: 0.5s all;
        -webkit-transition: 0.5s all; }
      .tm-sc-services.services-style4-round-thumb .tm-service .thumb .thumb-inner img {
        border-radius: 100%; }
  .tm-sc-services.services-style4-round-thumb .tm-service .details {
    padding: 18px 30px 30px 30px; }
  .tm-sc-services.services-style4-round-thumb .tm-service:hover .thumb .thumb-inner:before {
    border-color: rgba(248, 157, 53, 0.7); }

.tm-sc-services.services-style5-hanging-thumb .tm-service {
  background-color: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  text-align: center;
  overflow: visible;
  margin-top: 100px;
  padding-top: 30px; }
  .tm-sc-services.services-style5-hanging-thumb .tm-service .thumb {
    position: relative;
    border-radius: 100%;
    margin-top: -100px;
    transform: translateY(0%);
    -webkit-transform: translateY(0%);
    z-index: 1; }
    .tm-sc-services.services-style5-hanging-thumb .tm-service .thumb .thumb-inner {
      width: 78%;
      margin: 0 auto;
      position: relative;
      max-width: 220px; }
      .tm-sc-services.services-style5-hanging-thumb .tm-service .thumb .thumb-inner:before {
        content: " ";
        position: absolute;
        border: 10px solid rgba(255, 255, 255, 0.5);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 100%;
        z-index: 1;
        transition: 0.5s all;
        -webkit-transition: 0.5s all; }
      .tm-sc-services.services-style5-hanging-thumb .tm-service .thumb .thumb-inner img {
        border-radius: 100%; }
  .tm-sc-services.services-style5-hanging-thumb .tm-service .details {
    padding: 18px 30px 30px 30px; }
  .tm-sc-services.services-style5-hanging-thumb .tm-service:hover .thumb .thumb-inner:before {
    border-color: rgba(248, 157, 53, 0.7); }

.tm-sc-services.services-style6-hanging-content .tm-service {
  text-align: center;
  overflow: visible; }
  .tm-sc-services.services-style6-hanging-content .tm-service .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-services.services-style6-hanging-content .tm-service .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-services.services-style6-hanging-content .tm-service .thumb img {
          transition: none; } }
    .tm-sc-services.services-style6-hanging-content .tm-service .thumb:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s linear;
      overflow: hidden;
      -webkit-transform: scaleY(0);
      -khtml-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-services.services-style6-hanging-content .tm-service .thumb:after {
          transition: none; } }
  .tm-sc-services.services-style6-hanging-content .tm-service .details {
    padding: 30px;
    position: relative;
    margin-left: 12px;
    margin-right: 12px;
    text-align: center;
    margin-top: -20px;
    z-index: 1;
    transition: all 0.4s ease-in-out;
    border-bottom: 3px solid #001e57;
    background-color: #fff;
    box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-services.services-style6-hanging-content .tm-service .details {
        transition: none; } }
  .tm-sc-services.services-style6-hanging-content .tm-service:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-services.services-style6-hanging-content .tm-service:hover .thumb:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  .tm-sc-services.services-style6-hanging-content .tm-service:hover .details {
    border-color: #df6512;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }

.tm-sc-services.services-style7-fullwidth-gallery .tm-service {
  overflow: visible;
  padding-top: 0; }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb {
    overflow: hidden;
    position: relative; }
    .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      transition: all 0.4s ease-in-out; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb img {
          transition: none; } }
    .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb:after {
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5);
      transition: all 0.3s linear;
      overflow: hidden;
      -webkit-transform: scaleY(0);
      -khtml-transform: scaleY(0);
      -moz-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -o-transform: scaleY(0);
      transform: scaleY(0);
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb:after {
          transition: none; } }
    .tm-sc-services.services-style7-fullwidth-gallery .tm-service .thumb .link {
      background: #2d1212;
      color: #fff;
      opacity: 0;
      filter: alpha(opacity=0);
      -webkit-transition: all .45s;
      transition: all .45s;
      -moz-transition: all .45s;
      -ms-transition: all .45s;
      width: 32px;
      height: 32px;
      line-height: 33px;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 99;
      text-align: center;
      margin-top: 45px; }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service:before, .tm-sc-services.services-style7-fullwidth-gallery .tm-service:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service:before {
    background-image: url("../images/shadow-overlay2.png");
    background-position: center bottom;
    z-index: 1;
    background-repeat: no-repeat; }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service:after {
    z-index: 2; }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details {
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: column;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition: all 0.4s ease-in-out; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details {
        transition: none; } }
    .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .title, .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details a {
      color: #fff; }
      .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .title:hover, .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details a:hover {
        color: #eee; }
    .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .excerpt {
      color: #ddd; }
    .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .btn-view-details {
      transition: all 0.4s ease-in-out;
      opacity: 0; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-services.services-style7-fullwidth-gallery .tm-service .details .btn-view-details {
          transition: none; } }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .thumb img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1); }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .thumb:after {
    -webkit-transform: scaleY(1);
    -khtml-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1; }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .thumb .link {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0; }
  .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .details {
    border-color: #df6512;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px); }
    .tm-sc-services.services-style7-fullwidth-gallery .tm-service:hover .details .btn-view-details {
      opacity: 1; }

/*
 * Shortcode: staff.scss
 * -----------------------------------------------
*/
.widget.widget-staff {
  margin-bottom: 20px; }
  .widget.widget-staff .widget-title {
    margin-top: 0; }
  .widget.widget-staff.staff-contact-info .name {
    color: #002c42;
    margin-top: 0; }
  .widget.widget-staff.staff-contact-info .speciality {
    color: #777;
    font-size: 0.75rem; }
  .widget.widget-staff.staff-contact-info .dl-horizontal dt {
    color: #002c42; }
    .widget.widget-staff.staff-contact-info .dl-horizontal dt i {
      width: 20px; }
  .widget.widget-staff.staff-info .name {
    color: #002c42;
    margin-bottom: 0; }
  .widget.widget-staff.staff-info .speciality {
    color: #777; }

.tm-sc-staff .tm-staff .staff-content,
.tm-cpt-archive-staff .tm-staff .staff-content {
  padding-top: 15px;
  padding-bottom: 15px; }
  .tm-sc-staff .tm-staff .staff-content .styled-icons,
  .tm-cpt-archive-staff .tm-staff .staff-content .styled-icons {
    margin-bottom: 15px; }

.tm-sc-staff .tm-staff .name,
.tm-cpt-archive-staff .tm-staff .name {
  color: #002c42;
  margin-top: 0; }

.tm-sc-staff .tm-staff .speciality,
.tm-cpt-archive-staff .tm-staff .speciality {
  color: #777;
  font-size: 0.95rem;
  margin-bottom: 10px; }

.tm-sc-staff .tm-staff .short-bio,
.tm-cpt-archive-staff .tm-staff .short-bio {
  margin-bottom: 20px; }

.tm-sc-staff .tm-staff .staff-working-hours,
.tm-cpt-archive-staff .tm-staff .staff-working-hours {
  font-size: 14px;
  margin-bottom: 15px; }

.tm-sc-staff .tm-staff .contact-info,
.tm-cpt-archive-staff .tm-staff .contact-info {
  margin-bottom: 15px; }
  .tm-sc-staff .tm-staff .contact-info li,
  .tm-cpt-archive-staff .tm-staff .contact-info li {
    font-size: 0.875rem;
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: normal; }
    .tm-sc-staff .tm-staff .contact-info li a,
    .tm-cpt-archive-staff .tm-staff .contact-info li a {
      color: #777;
      font-weight: normal; }
    .tm-sc-staff .tm-staff .contact-info li i,
    .tm-cpt-archive-staff .tm-staff .contact-info li i {
      width: 20px;
      margin-right: 0; }

.tm-sc-staff.staff-style2-classic .tm-staff,
.tm-cpt-archive-staff.staff-style2-classic .tm-staff {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-staff.staff-style2-classic .tm-staff .staff-content,
  .tm-cpt-archive-staff.staff-style2-classic .tm-staff .staff-content {
    padding: 30px;
    background-color: #fff; }
    .tm-sc-staff.staff-style2-classic .tm-staff .staff-content .name,
    .tm-cpt-archive-staff.staff-style2-classic .tm-staff .staff-content .name {
      margin-top: 0; }

.tm-sc-staff.staff-style3-modern .tm-staff,
.tm-cpt-archive-staff.staff-style3-modern .tm-staff {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-staff.staff-style3-modern .tm-staff .staff-content,
  .tm-cpt-archive-staff.staff-style3-modern .tm-staff .staff-content {
    padding: 15px 30px 10px 30px;
    background-color: #fff; }
    .tm-sc-staff.staff-style3-modern .tm-staff .staff-content .name,
    .tm-cpt-archive-staff.staff-style3-modern .tm-staff .staff-content .name {
      margin-top: 0; }

.tm-sc-staff.staff-style4-everything-centered .tm-staff,
.tm-cpt-archive-staff.staff-style4-everything-centered .tm-staff {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  padding: 30px;
  background-color: #fff;
  text-align: center; }
  .tm-sc-staff.staff-style4-everything-centered .tm-staff .staff-content .name,
  .tm-cpt-archive-staff.staff-style4-everything-centered .tm-staff .staff-content .name {
    margin-top: 0; }
  .tm-sc-staff.staff-style4-everything-centered .tm-staff .btn-view-details, .tm-sc-staff.staff-style4-everything-centered .tm-staff .btn-appointment,
  .tm-cpt-archive-staff.staff-style4-everything-centered .tm-staff .btn-view-details,
  .tm-cpt-archive-staff.staff-style4-everything-centered .tm-staff .btn-appointment {
    float: none; }

.tm-sc-staff.staff-style5-current-theme .tm-staff,
.tm-cpt-archive-staff.staff-style5-current-theme .tm-staff {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  background-color: #fff; }
  .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content,
  .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content {
    text-align: center;
    padding: 30px 20px 22px 20px;
    position: relative;
    z-index: 0;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content,
      .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content {
        transition: none; } }
    .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content:before,
    .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content:before {
      position: absolute;
      content: '';
      left: 0px;
      top: 0px;
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: visible;
      background-color: #161d29;
      transition: all 500ms ease;
      -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
      -moz-transform: scaleY(0);
      transform: scaleY(0);
      -webkit-transform-origin: top;
      -ms-transform-origin: top;
      -moz-transform-origin: top;
      transform-origin: top;
      z-index: -1; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content:before,
        .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content:before {
          transition: none; } }
    .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content .name,
    .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content .name {
      color: #333;
      margin-top: 0;
      text-transform: uppercase; }
      .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content .name a:hover,
      .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content .name a:hover {
        color: #fff; }
    .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content .styled-icons,
    .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content .styled-icons {
      margin-bottom: 0; }
    .tm-sc-staff.staff-style5-current-theme .tm-staff .staff-content hr,
    .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .staff-content hr {
      width: 50%; }
  .tm-sc-staff.staff-style5-current-theme .tm-staff .btn-view-details .btn-plain-text-with-arrow,
  .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff .btn-view-details .btn-plain-text-with-arrow {
    color: #F89D35;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }
  .tm-sc-staff.staff-style5-current-theme .tm-staff:hover .staff-content:before,
  .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff:hover .staff-content:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1); }
  .tm-sc-staff.staff-style5-current-theme .tm-staff:hover .staff-content .speciality,
  .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff:hover .staff-content .speciality {
    color: #bbb; }
  .tm-sc-staff.staff-style5-current-theme .tm-staff:hover .staff-content hr,
  .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff:hover .staff-content hr {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .tm-sc-staff.staff-style5-current-theme .tm-staff:hover .staff-content .styled-icons i,
  .tm-cpt-archive-staff.staff-style5-current-theme .tm-staff:hover .staff-content .styled-icons i {
    color: #fff; }

.tm-sc-staff.staff-style6-horizontal .tm-staff,
.tm-cpt-archive-staff.staff-style6-horizontal .tm-staff {
  background-color: #f5f5f5; }

.tm-cpt-archive-staff .tm-staff .short-bio {
  margin-top: 10px; }

.tm-cpt-archive-staff .tm-staff .btn {
  margin-top: 15px; }

body.tm-dark-layout .tm-sc-staff .name {
  color: #aaa; }

body.tm-dark-layout .tm-sc-staff.staff-style2-classic .staff-content {
  background-color: #151515; }

/*
 * Shortcode: partners.scss
 * -----------------------------------------------
*/
.widget.widget-partners {
  margin-bottom: 20px; }
  .widget.widget-partners .widget-title {
    margin-top: 0; }
  .widget.widget-partners.partners-contact-info .name {
    color: #002c42;
    margin-top: 0;
    margin-bottom: 0; }
  .widget.widget-partners.partners-contact-info .speciality {
    color: #999;
    font-size: 15px; }
  .widget.widget-partners.partners-contact-info .dl-horizontal dt {
    color: #002c42; }
    .widget.widget-partners.partners-contact-info .dl-horizontal dt i {
      width: 20px; }
  .widget.widget-partners.partners-info .name {
    margin-bottom: 0; }

.tm-sc-partners .tm-partners .partners-content,
.tm-cpt-archive-partners .tm-partners .partners-content {
  padding-top: 15px;
  padding-bottom: 15px; }
  .tm-sc-partners .tm-partners .partners-content .styled-icons,
  .tm-cpt-archive-partners .tm-partners .partners-content .styled-icons {
    margin-bottom: 15px; }

.tm-sc-partners .tm-partners .name,
.tm-cpt-archive-partners .tm-partners .name {
  color: #002c42;
  margin-top: 0;
  margin-bottom: 0; }

.tm-sc-partners .tm-partners .speciality,
.tm-cpt-archive-partners .tm-partners .speciality {
  color: #999;
  font-size: 15px;
  margin-bottom: 10px; }

.tm-sc-partners .tm-partners .short-bio,
.tm-cpt-archive-partners .tm-partners .short-bio {
  margin-bottom: 20px; }

.tm-sc-partners .tm-partners .partners-working-hours,
.tm-cpt-archive-partners .tm-partners .partners-working-hours {
  font-size: 14px;
  margin-bottom: 15px; }

.tm-sc-partners .tm-partners .contact-info,
.tm-cpt-archive-partners .tm-partners .contact-info {
  margin-bottom: 15px; }
  .tm-sc-partners .tm-partners .contact-info li,
  .tm-cpt-archive-partners .tm-partners .contact-info li {
    font-size: 0.875rem;
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: normal; }
    .tm-sc-partners .tm-partners .contact-info li a,
    .tm-cpt-archive-partners .tm-partners .contact-info li a {
      color: #777;
      font-weight: normal; }
    .tm-sc-partners .tm-partners .contact-info li i,
    .tm-cpt-archive-partners .tm-partners .contact-info li i {
      width: 20px;
      margin-right: 0; }

.tm-sc-partners .tm-partners .btn-view-details a, .tm-sc-partners .tm-partners .btn-appointment a,
.tm-cpt-archive-partners .tm-partners .btn-view-details a,
.tm-cpt-archive-partners .tm-partners .btn-appointment a {
  margin-bottom: 5px;
  margin-right: 5px; }

.tm-sc-partners.partners-style2-classic .tm-partners,
.tm-cpt-archive-partners.partners-style2-classic .tm-partners {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-partners.partners-style2-classic .tm-partners .partners-content,
  .tm-cpt-archive-partners.partners-style2-classic .tm-partners .partners-content {
    padding: 30px;
    background-color: #fff; }
    .tm-sc-partners.partners-style2-classic .tm-partners .partners-content .name,
    .tm-cpt-archive-partners.partners-style2-classic .tm-partners .partners-content .name {
      margin-top: 0; }

.tm-sc-partners.partners-style3-modern .tm-partners,
.tm-cpt-archive-partners.partners-style3-modern .tm-partners {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-partners.partners-style3-modern .tm-partners .partners-content,
  .tm-cpt-archive-partners.partners-style3-modern .tm-partners .partners-content {
    padding: 15px 30px 10px 30px;
    background-color: #fff; }
    .tm-sc-partners.partners-style3-modern .tm-partners .partners-content .name,
    .tm-cpt-archive-partners.partners-style3-modern .tm-partners .partners-content .name {
      margin-top: 0; }

.tm-sc-partners.partners-style4-everything-centered .tm-partners,
.tm-cpt-archive-partners.partners-style4-everything-centered .tm-partners {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  padding: 30px;
  background-color: #fff;
  text-align: center; }
  .tm-sc-partners.partners-style4-everything-centered .tm-partners .partners-content .name,
  .tm-cpt-archive-partners.partners-style4-everything-centered .tm-partners .partners-content .name {
    margin-top: 0; }
  .tm-sc-partners.partners-style4-everything-centered .tm-partners .btn-view-details, .tm-sc-partners.partners-style4-everything-centered .tm-partners .btn-appointment,
  .tm-cpt-archive-partners.partners-style4-everything-centered .tm-partners .btn-view-details,
  .tm-cpt-archive-partners.partners-style4-everything-centered .tm-partners .btn-appointment {
    float: none; }

.tm-sc-partners.partners-style5-current-theme .tm-partners,
.tm-cpt-archive-partners.partners-style5-current-theme .tm-partners {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  background-color: #fff; }
  .tm-sc-partners.partners-style5-current-theme .tm-partners .partners-content,
  .tm-cpt-archive-partners.partners-style5-current-theme .tm-partners .partners-content {
    text-align: center;
    padding: 20px 20px 22px 20px;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-partners.partners-style5-current-theme .tm-partners .partners-content,
      .tm-cpt-archive-partners.partners-style5-current-theme .tm-partners .partners-content {
        transition: none; } }
    .tm-sc-partners.partners-style5-current-theme .tm-partners .partners-content .name,
    .tm-cpt-archive-partners.partners-style5-current-theme .tm-partners .partners-content .name {
      color: #333;
      margin-top: 0;
      margin-bottom: 0; }
    .tm-sc-partners.partners-style5-current-theme .tm-partners .partners-content .speciality,
    .tm-cpt-archive-partners.partners-style5-current-theme .tm-partners .partners-content .speciality {
      color: #747070;
      font-size: 14px;
      font-weight: 500; }
  .tm-sc-partners.partners-style5-current-theme .tm-partners .btn-view-details .btn-plain-text-with-arrow,
  .tm-cpt-archive-partners.partners-style5-current-theme .tm-partners .btn-view-details .btn-plain-text-with-arrow {
    color: #F89D35;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }

.tm-sc-partners.partners-style5-current-theme .box-hover-effect .effect-wrapper .icons-holder-middle,
.tm-cpt-archive-partners.partners-style5-current-theme .box-hover-effect .effect-wrapper .icons-holder-middle {
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  top: auto;
  bottom: -20px;
  vertical-align: middle;
  padding: 10px 0 5px 0;
  width: 100%; }

.tm-sc-partners.partners-style5-current-theme .box-hover-effect:hover .effect-wrapper .icons-holder-middle,
.tm-cpt-archive-partners.partners-style5-current-theme .box-hover-effect:hover .effect-wrapper .icons-holder-middle {
  bottom: 0px;
  width: 100%; }

.tm-sc-partners.partners-style5-current-theme .box-hover-effect:hover .partners-content,
.tm-cpt-archive-partners.partners-style5-current-theme .box-hover-effect:hover .partners-content {
  border-bottom: 5px solid #d96310; }

.tm-sc-partners.partners-style6-horizontal .tm-partners,
.tm-cpt-archive-partners.partners-style6-horizontal .tm-partners {
  background-color: #f5f5f5; }

.tm-cpt-archive-partners .tm-partners .short-bio {
  margin-top: 10px; }

.tm-cpt-archive-partners .tm-partners .btn {
  margin-top: 15px; }

/*
 * Shortcode: resources.scss
 * -----------------------------------------------
*/
.widget.widget-resources {
  margin-bottom: 20px; }
  .widget.widget-resources .widget-title {
    margin-top: 0; }
  .widget.widget-resources.resources-contact-info .name {
    color: #002c42;
    margin-top: 0;
    margin-bottom: 0; }
  .widget.widget-resources.resources-contact-info .speciality {
    color: #999;
    font-size: 15px; }
  .widget.widget-resources.resources-contact-info .dl-horizontal dt {
    color: #002c42; }
    .widget.widget-resources.resources-contact-info .dl-horizontal dt i {
      width: 20px; }
  .widget.widget-resources.resources-info .name {
    margin-bottom: 0; }

.tm-sc-resources .tm-resources .resources-content,
.tm-cpt-archive-resources .tm-resources .resources-content {
  padding-top: 15px;
  padding-bottom: 15px; }
  .tm-sc-resources .tm-resources .resources-content .styled-icons,
  .tm-cpt-archive-resources .tm-resources .resources-content .styled-icons {
    margin-bottom: 15px; }

.tm-sc-resources .tm-resources .name,
.tm-cpt-archive-resources .tm-resources .name {
  color: #002c42;
  margin-top: 0;
  margin-bottom: 0; }

.tm-sc-resources .tm-resources .speciality,
.tm-cpt-archive-resources .tm-resources .speciality {
  color: #999;
  font-size: 15px;
  margin-bottom: 10px; }

.tm-sc-resources .tm-resources .short-bio,
.tm-cpt-archive-resources .tm-resources .short-bio {
  margin-bottom: 20px; }

.tm-sc-resources .tm-resources .resources-working-hours,
.tm-cpt-archive-resources .tm-resources .resources-working-hours {
  font-size: 14px;
  margin-bottom: 15px; }

.tm-sc-resources .tm-resources .contact-info,
.tm-cpt-archive-resources .tm-resources .contact-info {
  margin-bottom: 15px; }
  .tm-sc-resources .tm-resources .contact-info li,
  .tm-cpt-archive-resources .tm-resources .contact-info li {
    font-size: 0.875rem;
    list-style: none;
    margin-bottom: 5px;
    padding-bottom: 5px;
    font-weight: normal; }
    .tm-sc-resources .tm-resources .contact-info li a,
    .tm-cpt-archive-resources .tm-resources .contact-info li a {
      color: #777;
      font-weight: normal; }
    .tm-sc-resources .tm-resources .contact-info li i,
    .tm-cpt-archive-resources .tm-resources .contact-info li i {
      width: 20px;
      margin-right: 0; }

.tm-sc-resources .tm-resources .btn-view-details a, .tm-sc-resources .tm-resources .btn-appointment a,
.tm-cpt-archive-resources .tm-resources .btn-view-details a,
.tm-cpt-archive-resources .tm-resources .btn-appointment a {
  margin-bottom: 5px;
  margin-right: 5px; }

.tm-sc-resources.resources-style2-classic .tm-resources,
.tm-cpt-archive-resources.resources-style2-classic .tm-resources {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-resources.resources-style2-classic .tm-resources .resources-content,
  .tm-cpt-archive-resources.resources-style2-classic .tm-resources .resources-content {
    padding: 30px;
    background-color: #fff; }
    .tm-sc-resources.resources-style2-classic .tm-resources .resources-content .name,
    .tm-cpt-archive-resources.resources-style2-classic .tm-resources .resources-content .name {
      margin-top: 0; }

.tm-sc-resources.resources-style3-modern .tm-resources,
.tm-cpt-archive-resources.resources-style3-modern .tm-resources {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-resources.resources-style3-modern .tm-resources .resources-content,
  .tm-cpt-archive-resources.resources-style3-modern .tm-resources .resources-content {
    padding: 15px 30px 10px 30px;
    background-color: #fff; }
    .tm-sc-resources.resources-style3-modern .tm-resources .resources-content .name,
    .tm-cpt-archive-resources.resources-style3-modern .tm-resources .resources-content .name {
      margin-top: 0; }

.tm-sc-resources.resources-style4-everything-centered .tm-resources,
.tm-cpt-archive-resources.resources-style4-everything-centered .tm-resources {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  padding: 30px;
  background-color: #fff;
  text-align: center; }
  .tm-sc-resources.resources-style4-everything-centered .tm-resources .resources-content .name,
  .tm-cpt-archive-resources.resources-style4-everything-centered .tm-resources .resources-content .name {
    margin-top: 0; }
  .tm-sc-resources.resources-style4-everything-centered .tm-resources .btn-view-details, .tm-sc-resources.resources-style4-everything-centered .tm-resources .btn-appointment,
  .tm-cpt-archive-resources.resources-style4-everything-centered .tm-resources .btn-view-details,
  .tm-cpt-archive-resources.resources-style4-everything-centered .tm-resources .btn-appointment {
    float: none; }

.tm-sc-resources.resources-style5-current-theme .tm-resources,
.tm-cpt-archive-resources.resources-style5-current-theme .tm-resources {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  background-color: #fff; }
  .tm-sc-resources.resources-style5-current-theme .tm-resources .resources-content,
  .tm-cpt-archive-resources.resources-style5-current-theme .tm-resources .resources-content {
    text-align: center;
    padding: 20px 20px 22px 20px;
    transition: all 0.3s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-resources.resources-style5-current-theme .tm-resources .resources-content,
      .tm-cpt-archive-resources.resources-style5-current-theme .tm-resources .resources-content {
        transition: none; } }
    .tm-sc-resources.resources-style5-current-theme .tm-resources .resources-content .name,
    .tm-cpt-archive-resources.resources-style5-current-theme .tm-resources .resources-content .name {
      color: #333;
      margin-top: 0;
      margin-bottom: 0; }
    .tm-sc-resources.resources-style5-current-theme .tm-resources .resources-content .speciality,
    .tm-cpt-archive-resources.resources-style5-current-theme .tm-resources .resources-content .speciality {
      color: #747070;
      font-size: 14px;
      font-weight: 500; }
  .tm-sc-resources.resources-style5-current-theme .tm-resources .btn-view-details .btn-plain-text-with-arrow,
  .tm-cpt-archive-resources.resources-style5-current-theme .tm-resources .btn-view-details .btn-plain-text-with-arrow {
    color: #F89D35;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600; }

.tm-sc-resources.resources-style5-current-theme .box-hover-effect .effect-wrapper .icons-holder-middle,
.tm-cpt-archive-resources.resources-style5-current-theme .box-hover-effect .effect-wrapper .icons-holder-middle {
  left: 0;
  margin: 0 auto;
  right: 0;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  top: auto;
  bottom: -20px;
  vertical-align: middle;
  padding: 10px 0 5px 0;
  width: 100%; }

.tm-sc-resources.resources-style5-current-theme .box-hover-effect:hover .effect-wrapper .icons-holder-middle,
.tm-cpt-archive-resources.resources-style5-current-theme .box-hover-effect:hover .effect-wrapper .icons-holder-middle {
  bottom: 0px;
  width: 100%; }

.tm-sc-resources.resources-style5-current-theme .box-hover-effect:hover .resources-content,
.tm-cpt-archive-resources.resources-style5-current-theme .box-hover-effect:hover .resources-content {
  border-bottom: 5px solid #d96310; }

.tm-sc-resources.resources-style6-horizontal .tm-resources,
.tm-cpt-archive-resources.resources-style6-horizontal .tm-resources {
  background-color: #f5f5f5; }

.tm-cpt-archive-resources .tm-resources .short-bio {
  margin-top: 10px; }

.tm-cpt-archive-resources .tm-resources .btn {
  margin-top: 15px; }

/*
 * Shortcode: testimonials.scss
 * -----------------------------------------------
*/
.tm-sc-testimonials {
  /* Style 1 - Simple */
  /* Style 2 - Everything Center Aligned */
  /* Style 3 - Classic */
  /* Style 4 - Modern */
  /* Style 5 - Boxed */
  /* Style 6 - Boxed Flat */
  /* Style 7 - Current Theme */
  /* quote-icon */ }
  .tm-sc-testimonials .tm-testimonial {
    margin-bottom: 20px; }
    .tm-sc-testimonials .tm-testimonial .testimonial-text-holder {
      margin-bottom: 15px; }
      .tm-sc-testimonials .tm-testimonial .testimonial-text-holder .testimonial-title {
        font-size: 20px;
        color: #000;
        font-family: "Poppins", sans-serif; }
      .tm-sc-testimonials .tm-testimonial .testimonial-text-holder .author-text {
        color: #999;
        font-size: 1.2rem;
        font-style: italic; }
    .tm-sc-testimonials .tm-testimonial .testimonial-author-details {
      display: table;
      width: 100%; }
      .tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-image-holder {
        width: 90px;
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding-right: 15px; }
      .tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-author-info-holder {
        display: table-cell;
        vertical-align: middle; }
        .tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .name {
          color: #000;
          display: block; }
        .tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .job-position, .tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .company-url {
          color: #aaa;
          font-size: 0.9rem;
          font-weight: 500; }
        .tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .job-position {
          font-family: "Poppins", sans-serif; }
        .tm-sc-testimonials .tm-testimonial .testimonial-author-details .testimonial-author-info-holder .company-url {
          font-style: italic; }
    .tm-sc-testimonials .tm-testimonial .star-rating {
      float: right;
      overflow: hidden;
      position: relative;
      height: 1em;
      line-height: 1;
      font-size: 1em;
      width: 4.6em; }
      .tm-sc-testimonials .tm-testimonial .star-rating::before {
        content: "\f006\f006\f006\f006\f006";
        color: #d3ced2;
        font-family: fontawesome;
        float: left;
        top: 0;
        left: 0;
        position: absolute; }
      .tm-sc-testimonials .tm-testimonial .star-rating span {
        overflow: hidden;
        float: left;
        top: 0;
        left: 0;
        position: absolute;
        padding-top: 1.5em; }
      .tm-sc-testimonials .tm-testimonial .star-rating span::before {
        content: "\f006\f006\f006\f006\f006";
        color: #f1c40f;
        font-family: fontawesome;
        top: 0;
        position: absolute;
        left: 0; }
    .tm-sc-testimonials .tm-testimonial .star-rating {
      float: none;
      margin: 20px 0 0; }
  .tm-sc-testimonials.testimonial-has-custom-quote-icon .tm-testimonial .author-text:before {
    content: "" !important; }
  .tm-sc-testimonials.testimonial-has-custom-quote-icon .tm-testimonial .author-text .quote-icon {
    top: -20px;
    font-size: 48px;
    opacity: 0.15;
    line-height: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto; }
  .tm-sc-testimonials.testimonial-has-custom-quote-icon.custom-quote-icon-center .tm-testimonial .author-text .quote-icon {
    left: 0;
    right: 0;
    margin: 0 auto; }
  .tm-sc-testimonials.testimonial-has-custom-quote-icon.custom-quote-icon-right .tm-testimonial .author-text .quote-icon {
    left: auto;
    right: 0; }
  .tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial {
    text-align: center; }
    .tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial .testimonial-text-holder .testimonial-title {
      font-size: 22px; }
    .tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial .testimonial-text-holder .author-text {
      font-size: 20px;
      color: #0c0c0c; }
    .tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial .testimonial-author-details {
      display: block; }
      .tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial .testimonial-author-details .testimonial-image-holder {
        display: block;
        margin: 30px auto 10px;
        padding: 0; }
      .tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial .testimonial-author-details .testimonial-author-info-holder {
        display: block; }
    .tm-sc-testimonials.testimonial-style2-centered-aligned .tm-testimonial .star-rating {
      margin: 20px auto 0; }
  .tm-sc-testimonials.testimonial-style3-classic .tm-testimonial .testimonial-inner {
    display: table; }
    .tm-sc-testimonials.testimonial-style3-classic .tm-testimonial .testimonial-inner .testimonial-image-holder {
      display: table-cell;
      vertical-align: top;
      text-align: center; }
      .tm-sc-testimonials.testimonial-style3-classic .tm-testimonial .testimonial-inner .testimonial-image-holder .author-thumb {
        margin-right: 20px;
        width: 90px; }
    .tm-sc-testimonials.testimonial-style3-classic .tm-testimonial .testimonial-inner .testimonial-author-details {
      display: table-cell;
      vertical-align: top;
      width: 100%; }
  .tm-sc-testimonials.testimonial-style4-modern .tm-testimonial .testimonial-text-holder {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 30px; }
    .tm-sc-testimonials.testimonial-style4-modern .tm-testimonial .testimonial-text-holder .author-text {
      color: #777;
      font-size: 15px; }
  .tm-sc-testimonials.testimonial-style5-boxed .tm-testimonial .testimonial-author-details {
    padding: 30px;
    background-color: #fff;
    border-radius: 12px; }
    .tm-sc-testimonials.testimonial-style5-boxed .tm-testimonial .testimonial-author-details .testimonial-title {
      margin-top: 0; }
    .tm-sc-testimonials.testimonial-style5-boxed .tm-testimonial .testimonial-author-details .testimonial-text-holder {
      margin-bottom: 10px;
      padding-bottom: 20px;
      border-bottom: 1px solid #eee; }
      .tm-sc-testimonials.testimonial-style5-boxed .tm-testimonial .testimonial-author-details .testimonial-text-holder .author-text {
        font-size: 15px;
        font-style: normal; }
  .tm-sc-testimonials.testimonial-style6-boxed-flat .tm-testimonial .testimonial-author-details .testimonial-text-holder {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee; }
    .tm-sc-testimonials.testimonial-style6-boxed-flat .tm-testimonial .testimonial-author-details .testimonial-text-holder .testimonial-title {
      margin-bottom: 0; }
    .tm-sc-testimonials.testimonial-style6-boxed-flat .tm-testimonial .testimonial-author-details .testimonial-text-holder .author-text {
      margin-top: 10px;
      font-size: 16px; }
  .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial {
    background-color: #fff;
    border-radius: 12px;
    transition: all 500ms cubic-bezier(0.57, 0.04, 0.06, 0.84); }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial {
        transition: none; } }
    .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-inner {
      position: relative;
      overflow: hidden; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-inner:after {
        position: absolute;
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(33, 33, 33, 0.03);
        top: -70%;
        right: -60%;
        border-radius: 50%;
        transition: all 500ms cubic-bezier(0.57, 0.04, 0.06, 0.84); }
        @media screen and (prefers-reduced-motion: reduce) {
          .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-inner:after {
            transition: none; } }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-inner:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background: rgba(44, 44, 44, 0.03);
        top: -70%;
        right: -70%;
        border-radius: 50%;
        transition: all 500ms cubic-bezier(0.57, 0.04, 0.06, 0.84);
        transition-delay: 0.1s; }
        @media screen and (prefers-reduced-motion: reduce) {
          .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-inner:before {
            transition: none; } }
    .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details {
      padding: 60px 45px 60px;
      position: relative;
      z-index: 0;
      transition: all 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details {
          transition: none; } }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details:after {
        content: "";
        background: url("../images/quote-icon.png") no-repeat;
        opacity: 0.05;
        position: absolute;
        right: 0;
        top: 40px;
        left: 40px;
        width: 110px;
        height: 100px;
        transition: all 0.3s ease-in-out; }
        @media screen and (prefers-reduced-motion: reduce) {
          .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details:after {
            transition: none; } }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-header {
        margin-bottom: 50px; }
        .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-header .star-rating {
          margin-top: 10px; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .testimonial-image-holder {
        width: 90px;
        float: left;
        margin-right: 10px; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .author-text {
        margin-bottom: 20px; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .testimonial-title {
        margin-top: 0; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .testimonial-header {
        margin-bottom: 20px; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .author-info .name {
        font-size: 1.1rem;
        padding-top: 10px; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial .testimonial-author-details .testimonial-footer .author-info .job-position {
        font-size: 0.95rem;
        color: #aaa; }
    .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial:hover {
      box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.08); }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial:hover .testimonial-inner:after {
        top: -70%;
        right: -50%; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial:hover .testimonial-inner:before {
        top: -60%;
        right: -60%; }
      .tm-sc-testimonials.testimonial-style7-current-theme .tm-testimonial:hover .testimonial-author-details:after {
        top: 30px; }
  .tm-sc-testimonials.tm-sc-testimonials-thumb-carousel {
    text-align: center; }
    .tm-sc-testimonials.tm-sc-testimonials-thumb-carousel .tm-testimonial .author-text:before {
      left: 0;
      right: 0; }
    .tm-sc-testimonials.tm-sc-testimonials-thumb-carousel .tm-testimonial .star-rating {
      margin-left: auto;
      margin-right: auto; }
    .tm-sc-testimonials.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item {
      width: 90px;
      margin-left: 7px;
      margin-right: 7px;
      margin-top: 20px;
      opacity: 0.5;
      display: inline-block;
      cursor: pointer; }
      .tm-sc-testimonials.tm-sc-testimonials-thumb-carousel .tm-owl-thumbs .tm-owl-thumb-item.active {
        opacity: 1; }
  .tm-sc-testimonials.testimonial-has-quote-icon .tm-testimonial .author-text {
    position: relative; }
    .tm-sc-testimonials.testimonial-has-quote-icon .tm-testimonial .author-text:before {
      top: 0;
      content: "\f10e";
      font-family: fontawesome;
      font-size: 48px;
      opacity: 0.15;
      line-height: 1;
      position: absolute;
      left: 0; }
  .tm-sc-testimonials.testimonial-has-quote-icon.testimonial-style2-centered-aligned .tm-testimonial .author-text:before {
    top: 0;
    left: 0;
    right: 0; }

.section-typo-light .tm-sc-testimonials .tm-testimonial .testimonial-title,
.section-typo-light .tm-sc-testimonials .tm-testimonial .author-text,
.section-typo-light .tm-sc-testimonials .tm-testimonial .name {
  color: #fff !important; }

.section-typo-light .tm-sc-testimonials .tm-testimonial .job-position {
  color: #aaa !important; }

.section-typo-light .tm-sc-testimonials .tm-testimonial .company-url {
  color: #808080 !important; }

body.tm-dark-layout .tm-sc-testimonials.testimonial-style7-current-theme .testimonial-author-details {
  background-color: #151515; }

/*
 * vacancies-about.scss
 * -----------------------------------------------
*/
.vacancy-about ul li {
  list-style: none;
  margin-bottom: 12px; }

.vacancy-about ul li span {
  display: block; }

.vacancy-about ul li i {
  color: #333;
  font-size: 16px;
  width: 16px;
  float: left; }

.vacancy-about ul li div {
  position: relative;
  top: -8px;
  margin-left: 30px; }

/*
 * vacancies-tables.scss
 * -----------------------------------------------
*/
/* Medium Devices, Desktops */
.job-overview-table table.dataTable.no-footer {
  border-bottom: 1px solid transparent; }

.job-overview-table table.dataTable thead th, .job-overview-table table.dataTable thead td {
  border-bottom: 1px solid #e5e5e5;
  background-color: #f3f3f3; }

.job-overview-table table.dataTable td, .job-overview-table table.dataTable th {
  border-top: none;
  border-left: none;
  border-right: none; }

.job-overview-table table.dataTable tbody th, .job-overview-table table.dataTable tbody td {
  padding: 10px 18px; }

.job-overview-table table.dataTable tbody td {
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5; }

@media (max-width: 991.98px) {
  .job-overview-table {
    overflow-x: auto; } }

/*
 * Shortcode: works.scss
 * -----------------------------------------------
*/
.tm-sc-works-categories.style-default .each-category .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 33, 46, 0.4);
  transition: all 0.4s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tm-sc-works-categories.style-default .each-category .thumb:before {
      transition: none; } }

.tm-sc-works-categories.style-default .each-category .details {
  position: relative;
  padding: 30px;
  opacity: 1;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-works-categories.style-default .each-category .details .title {
    margin-top: 0; }

.tm-sc-works-categories.style-default .each-category:hover .thumb:before {
  height: 0; }

.tm-sc-works-categories.style-floating .each-category .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 33, 46, 0.4);
  transition: all 0.4s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tm-sc-works-categories.style-floating .each-category .thumb:before {
      transition: none; } }

.tm-sc-works-categories.style-floating .each-category .details {
  position: absolute;
  bottom: 40px;
  left: 0;
  padding: 0 45px 0 45px;
  opacity: 1; }
  .tm-sc-works-categories.style-floating .each-category .details .title, .tm-sc-works-categories.style-floating .each-category .details .excerpt, .tm-sc-works-categories.style-floating .each-category .details .btn-plain-text, .tm-sc-works-categories.style-floating .each-category .details .btn-plain-text-with-arrow {
    color: #fff; }

.tm-sc-works-categories.style-floating .each-category:hover .thumb:before {
  height: 0; }

.tm-sc-works-categories.style-floating .each-category:hover .details {
  bottom: 50px; }

.tm-sc-works-categories.style-hanging .each-category .thumb:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(16, 33, 46, 0.4);
  transition: all 0.4s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .tm-sc-works-categories.style-hanging .each-category .thumb:before {
      transition: none; } }

.tm-sc-works-categories.style-hanging .each-category .details {
  position: relative;
  top: -40px;
  padding: 30px;
  opacity: 1;
  margin: 0 auto;
  width: 90%;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08); }
  .tm-sc-works-categories.style-hanging .each-category .details .title {
    margin-top: 0; }

.tm-sc-works-categories.style-hanging .each-category:hover .thumb:before {
  height: 0; }

.work-archive .work-single .cat-list {
  background: rgba(175, 175, 175, 0.7);
  position: absolute;
  right: 15px;
  top: 15px;
  padding: 2px 12px 4px 12px;
  z-index: 11;
  border-radius: 3px;
  line-height: 22px; }
  .work-archive .work-single .cat-list ul li {
    display: inline-block;
    color: #fff; }
    .work-archive .work-single .cat-list ul li a {
      color: #fff;
      font-size: 13px; }
      .work-archive .work-single .cat-list ul li a:hover {
        text-decoration: underline; }

.work-archive .work-single .details {
  position: relative;
  padding: 30px;
  opacity: 1;
  background: #fff;
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.08);
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .work-archive .work-single .details {
      transition: none; } }
  .work-archive .work-single .details .excerpt {
    margin-bottom: 10px; }
  .work-archive .work-single .details .title {
    margin-top: 0; }

.work-archive .work-single:hover .details {
  box-shadow: 0px 0px 50px rgba(5, 5, 5, 0.24); }

/*
 * Shortcode: tribe-events.scss
 * -----------------------------------------------
*/
.tm-sc-tribe-events .event {
  margin-bottom: 10px;
  padding-bottom: 10px; }
  .tm-sc-tribe-events .event .event-thumb {
    position: relative; }
    .tm-sc-tribe-events .event .event-thumb .event-start-date {
      background-color: rgba(0, 0, 0, 0.7);
      padding: 10px 14px;
      position: absolute;
      bottom: 0;
      right: 0; }
      .tm-sc-tribe-events .event .event-thumb .event-start-date .event-start-day {
        color: #fff;
        font-size: 24px;
        line-height: 1em; }
      .tm-sc-tribe-events .event .event-thumb .event-start-date .event-start-month {
        color: #fff;
        display: block;
        font-size: 15px;
        line-height: 1.1em; }
  .tm-sc-tribe-events .event .event-content {
    padding: 20px 30px 30px 30px;
    background-color: #fff; }
    .tm-sc-tribe-events .event .event-content .event-title {
      margin-bottom: 0; }
    .tm-sc-tribe-events .event .event-content .event-meta {
      font-size: 14px;
      color: #888;
      margin-top: 5px;
      margin-bottom: 10px; }
      .tm-sc-tribe-events .event .event-content .event-meta .each-meta {
        display: inline-block;
        margin-right: 10px; }
        .tm-sc-tribe-events .event .event-content .event-meta .each-meta i {
          margin-right: 3px; }
    .tm-sc-tribe-events .event .event-content .event-excerpt p {
      margin-bottom: 0; }
    .tm-sc-tribe-events .event .event-content .btn-view-details {
      margin-top: 10px; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-date {
  background: #f7f7f7;
  padding: 20px 20px;
  text-align: center;
  margin-right: 15px; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-date .day {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 600;
    display: block; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-date .month {
    font-size: 22px;
    line-height: 1.1; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.has-bg-theme-colored:not(.left-block-bordered) .event-date {
  color: #fff; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left .event-thumb img {
  max-width: none; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-date {
  padding: 16px 20px; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-date .day {
    font-size: 25px; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-date .month {
    font-size: 16px; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-medium .event-thumb img {
  max-width: 78px; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-date {
  padding: 12px 15px; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-date .day {
    font-size: 22px;
    line-height: 1; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-date .month {
    font-size: 14px;
    line-height: 1; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-small .event-thumb img {
  max-width: 78px; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-left.left-block-bordered .event-date {
  background: transparent;
  border: 2px solid #eee; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-title {
  margin-top: 0;
  margin-bottom: 0; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta {
  font-size: 14px;
  color: #888; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta .each-meta {
    display: inline-block;
    margin-right: 10px; }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical .event .event-content .event-meta .each-meta i {
      margin-right: 5px; }

.tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide {
  /* bx top nav style */ }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide .bx-wrapper {
    margin-bottom: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background: transparent; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .media {
    margin-top: 0; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #eee;
    height: auto;
    line-height: 28px;
    padding: 5px 12px 3px;
    width: auto;
    text-indent: 0;
    top: -50px;
    z-index: 0;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a {
        transition: none; } }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a i {
      color: #888;
      font-size: 24px; }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a:hover {
      background: #999; }
      .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow .bx-controls .bx-controls-direction > a:hover i {
        color: #fff; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction {
    text-align: right; }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction > a {
      position: relative; }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction .bx-prev {
      right: auto;
      left: auto;
      top: auto;
      margin-right: 4px; }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-bottom .bx-controls .bx-controls-direction .bx-next {
      right: auto;
      left: auto;
      top: auto; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a {
    background: #eee none repeat scroll 0 0;
    border: 1px solid #eee;
    height: auto;
    line-height: 28px;
    padding: 0 12px;
    width: auto;
    text-indent: 0;
    top: -50px;
    z-index: 0;
    transition: all 0.2s ease; }
    @media screen and (prefers-reduced-motion: reduce) {
      .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a {
        transition: none; } }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a i {
      color: #888;
      font-size: 24px;
      padding: 3px; }
    .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a:hover {
      background: #999; }
      .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction > a:hover i {
        color: #fff; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction .bx-prev {
    right: 44px;
    left: auto; }
  .tm-sc-tribe-events.tm-sc-tribe-events-list-vertical-slide.has-nav-arrow.nav-arrow-position-top .bx-controls .bx-controls-direction .bx-next {
    right: 0;
    left: auto; }

.tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event {
  margin-bottom: 30px;
  padding: 30px;
  border: 1px solid rgba(250, 250, 250, 0.15);
  background-color: rgba(0, 0, 0, 0.5); }
  .tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event .event-date .day {
    font-size: 48px;
    line-height: 1.1;
    font-weight: 600;
    display: block; }
  .tm-sc-tribe-events.tm-sc-tribe-events-fullwidth .event .event-date .month {
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase; }

/*
 * Shortcode: tribe-events-calendar.scss
 * -----------------------------------------------
*/
.tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] {
  background-color: #21759b; }
  .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-] > a {
    background-color: transparent; }

.tribe-events-calendar .tribe-events-tooltip {
  padding: 0; }

#tribe-events-content .tribe-events-tooltip h4 {
  background-color: #21759b;
  color: #fff;
  font-size: 12px;
  padding: 7px 15px; }

.tribe-events-tooltip .tribe-events-event-body {
  padding: 15px; }
  .tribe-events-tooltip .tribe-events-event-body .tribe-event-duration {
    font-weight: bold;
    margin-bottom: 5px; }
  .tribe-events-tooltip .tribe-events-event-body .tribe-event-description p {
    margin-bottom: 10px; }
  .tribe-events-tooltip .tribe-events-event-body .tribe-events-tooltip:not(.tribe-event-featured) .tribe-events-event-thumb {
    padding-top: 0; }

#tribe-events .tribe-events-button {
  padding: 12px 16px; }

.tribe-events-read-more {
  font-size: 14px; }

.tribe-events-list .tribe-events-event-cost {
  position: absolute;
  right: 15px;
  bottom: 2rem;
  margin: 0;
  z-index: 10; }

.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-event-cost {
  margin: 0;
  bottom: 15px; }

.tribe-events-list .type-tribe_events {
  border-bottom: 1px solid rgba(30, 30, 30, 0.1);
  margin-bottom: 2rem;
  padding: 0 0 2rem 0; }

.tribe-events-event-meta .tribe-events-gmap {
  font-weight: bold; }

/*
 * Shortcode: sb-instagram-feed.scss
 * -----------------------------------------------
*/
#sb_instagram .sbi_photo_wrap .sbi_photo:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  bottom: 0;
  transition: all 0.3s; }
  @media screen and (prefers-reduced-motion: reduce) {
    #sb_instagram .sbi_photo_wrap .sbi_photo:after {
      transition: none; } }

#sb_instagram .sbi_photo_wrap .sbi_photo:hover:after {
  bottom: 0;
  opacity: 0;
  z-index: -1; }

/*
 * Shortcode: timetable.scss
 * -----------------------------------------------
*/
.tabs_box_navigation.sf-timetable-menu {
  float: none; }

/*
 * Shortcode: multi-scroll-slider.scss
 * -----------------------------------------------
*/
/* Menu Style */
#multi-scrolling-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0; }
  #multi-scrolling-menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(240, 240, 240, 0.5);
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 25px; }
    @media (max-width: 767.98px) {
      #multi-scrolling-menu li {
        margin: 4px; } }
    #multi-scrolling-menu li a {
      text-decoration: none;
      color: #000;
      transition: all 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        #multi-scrolling-menu li a {
          transition: none; } }
      @media (max-width: 767.98px) {
        #multi-scrolling-menu li a {
          font-size: 13px; } }
    #multi-scrolling-menu li:hover, #multi-scrolling-menu li.active {
      background: #666;
      background: rgba(0, 0, 0, 0.5); }
      #multi-scrolling-menu li:hover a, #multi-scrolling-menu li.active a {
        color: #fff; }
    #multi-scrolling-menu li a,
    #multi-scrolling-menu li.active a {
      padding: 9px 25px;
      display: block; }
      @media (max-width: 767.98px) {
        #multi-scrolling-menu li a,
        #multi-scrolling-menu li.active a {
          padding: 9px 15px; } }
    #multi-scrolling-menu li.active a {
      color: #fff; }

#multiscroll-nav li span {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(216, 216, 216, 0.55) !important;
  background: rgba(216, 216, 216, 0.55) !important; }

#multiscroll-nav li .active span {
  background: rgba(150, 150, 150, 0.55) !important;
  border-color: rgba(150, 150, 150, 0.35) !important; }

.tm-divided-multi-scrolling-slider .ms-section {
  background-size: cover;
  background-position: center; }

/*
 * Shortcode: multi-scroll-slider.scss
 * -----------------------------------------------
*/
/* Menu Style */
#tm-full-page-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0; }
  #tm-full-page-menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 25px; }
    @media (max-width: 767.98px) {
      #tm-full-page-menu li {
        margin: 4px; } }
    #tm-full-page-menu li a {
      text-decoration: none;
      color: #000;
      transition: all 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        #tm-full-page-menu li a {
          transition: none; } }
      @media (max-width: 767.98px) {
        #tm-full-page-menu li a {
          font-size: 13px; } }
    #tm-full-page-menu li:hover, #tm-full-page-menu li.active {
      background: #666;
      background: rgba(0, 0, 0, 0.5); }
      #tm-full-page-menu li:hover a, #tm-full-page-menu li.active a {
        color: #fff; }
    #tm-full-page-menu li a,
    #tm-full-page-menu li.active a {
      padding: 9px 25px;
      display: block; }
      @media (max-width: 767.98px) {
        #tm-full-page-menu li a,
        #tm-full-page-menu li.active a {
          padding: 9px 15px; } }
    #tm-full-page-menu li.active a {
      color: #fff; }

#fp-nav li span {
  background: rgba(216, 216, 216, 0.65) !important; }

#fp-nav li .active span {
  background: rgba(150, 150, 150, 0.55) !important;
  border-color: rgba(150, 150, 150, 0.35) !important; }

.tm-full-page-slider .fp-slidesNav.fp-bottom {
  text-align: center; }

.tm-full-page-slider .fp-section .fp-slide {
  background-size: cover; }

/*
 * Shortcode: multi-scroll-slider.scss
 * -----------------------------------------------
*/
/* Menu Style */
#tm-page-piling-menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0; }
  #tm-page-piling-menu li {
    display: inline-block;
    margin: 10px;
    color: #000;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
    padding: 0;
    -webkit-border-radius: 10px;
    border-radius: 25px; }
    @media (max-width: 767.98px) {
      #tm-page-piling-menu li {
        margin: 4px; } }
    #tm-page-piling-menu li a {
      text-decoration: none;
      color: #000;
      transition: all 0.3s ease; }
      @media screen and (prefers-reduced-motion: reduce) {
        #tm-page-piling-menu li a {
          transition: none; } }
      @media (max-width: 767.98px) {
        #tm-page-piling-menu li a {
          font-size: 13px; } }
    #tm-page-piling-menu li:hover, #tm-page-piling-menu li.active {
      background: #666;
      background: rgba(0, 0, 0, 0.5); }
      #tm-page-piling-menu li:hover a, #tm-page-piling-menu li.active a {
        color: #fff; }
    #tm-page-piling-menu li a,
    #tm-page-piling-menu li.active a {
      padding: 9px 25px;
      display: block; }
      @media (max-width: 767.98px) {
        #tm-page-piling-menu li a,
        #tm-page-piling-menu li.active a {
          padding: 9px 15px; } }
    #tm-page-piling-menu li.active a {
      color: #fff; }

#pp-nav li span {
  width: 12px;
  height: 12px;
  border: 1px solid rgba(216, 216, 216, 0.55) !important;
  background: rgba(216, 216, 216, 0.55) !important; }

#pp-nav li .active span {
  background: rgba(150, 150, 150, 0.55) !important;
  border-color: rgba(150, 150, 150, 0.35) !important; }

.tm-page-piling-slider {
  position: relative; }

/*
 * footer loader.scss
 * -----------------------------------------------
*/
/*
 * footer.scss
 * -----------------------------------------------
*/


/*
 * Shortcode: section-title.scss
 * -----------------------------------------------
*/
.section-title-line-bottom-style1 {
  position: relative;
  margin-bottom: 45px !important; }
  .section-title-line-bottom-style1:before {
    content: "";
    height: 4px;
    width: 60px;
    border-radius: 12px;
    position: absolute;
    bottom: -18px; }

.tm-element-holder.dot-img {
  background-image: url("../../images/shortcodes/dot-pattern.html");
  background-position: 0% 0;
  background-repeat: no-repeat; }

/*
 * Shortcode: icon-box.scss
 * -----------------------------------------------
*/
.icon-box.icon-left .icon.icon-lg {
  margin-right: 10px; }

.icon-box.icon-left .btn-view-details {
  margin-top: 10px; }

.icon-box-animated-icon a.icon {
  transition: all 0.3s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .icon-box-animated-icon a.icon {
      transition: none; } }

.icon-box-animated-icon:hover a.icon {
  -webkit-transform: translate(0, 10%);
  -moz-transform: translate(0, 10%);
  -ms-transform: translate(0, 10%);
  transform: translate(0, 10%); }

.feature-box .btn-plain-text-with-arrow {
  color: #999; }

.feature-box:hover .icon {
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-name: fadeIn; }

.tm-sc-icon-box .btn-plain-text-with-arrow {
  color: #999; }

.tm-element-holder-bg-text.popup-text {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 120px;
  color: #f8f8f8; }

/*
 * Shortcode: cf7.scss
 * -----------------------------------------------
*/
.volunteer-register-form .form-control {
  background: none;
  border: none;
  border-bottom: 2px solid #eee;
  border-radius: 0;
  padding-left: 0; }
  .volunteer-register-form .form-control::placeholder {
    color: #fff; }

/*
 * Utility Classes
 * -----------------------------------------------
*/
/* -------- Font Size ---------- */
.font-size-10 {
  font-size: 10px !important; }

.font-size-11 {
  font-size: 11px !important; }

.font-size-12 {
  font-size: 12px !important; }

.font-size-13 {
  font-size: 13px !important; }

.font-size-14 {
  font-size: 14px !important; }

.font-size-15 {
  font-size: 15px !important; }

.font-size-16 {
  font-size: 16px !important; }

.font-size-17 {
  font-size: 17px !important; }

.font-size-18 {
  font-size: 18px !important; }

.font-size-19 {
  font-size: 19px !important; }

.font-size-20 {
  font-size: 20px !important; }

.font-size-21 {
  font-size: 21px !important; }

.font-size-22 {
  font-size: 22px !important; }

.font-size-23 {
  font-size: 23px !important; }

.font-size-24 {
  font-size: 24px !important; }

.font-size-25 {
  font-size: 25px !important; }

.font-size-26 {
  font-size: 26px !important; }

.font-size-27 {
  font-size: 27px !important; }

.font-size-28 {
  font-size: 28px !important; }

.font-size-29 {
  font-size: 29px !important; }

.font-size-30 {
  font-size: 30px !important; }

.font-size-32 {
  font-size: 32px !important; }

.font-size-36 {
  font-size: 36px !important; }

.font-size-38 {
  font-size: 38px !important; }

.font-size-40 {
  font-size: 40px !important; }

.font-size-42 {
  font-size: 42px !important; }

.font-size-44 {
  font-size: 44px !important; }

.font-size-46 {
  font-size: 46px !important; }

.font-size-48 {
  font-size: 48px !important; }

.font-size-50 {
  font-size: 50px !important; }

.font-size-54 {
  font-size: 54px !important; }

.font-size-60 {
  font-size: 60px !important; }

.font-size-64 {
  font-size: 64px !important; }

.font-size-70 {
  font-size: 70px !important; }

.font-size-72 {
  font-size: 72px !important; }

.font-size-78 {
  font-size: 78px !important; }

.font-size-80 {
  font-size: 80px !important; }

.font-size-86 {
  font-size: 86px !important; }

.font-size-90 {
  font-size: 90px !important; }

.font-size-100 {
  font-size: 100px !important; }

.font-size-120 {
  font-size: 120px !important; }

.font-size-130 {
  font-size: 130px !important; }

.font-size-140 {
  font-size: 140px !important; }

.font-size-150 {
  font-size: 150px !important; }

.font-size-200 {
  font-size: 200px !important; }

.font-size-220 {
  font-size: 220px !important; }

.font-size-240 {
  font-size: 240px !important; }

.font-size-250 {
  font-size: 250px !important; }

/* -------- Text Colors ---------- */
/* Text Black & Gray Color*/
.text-black {
  color: #000 !important; }

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

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

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

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

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

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

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

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

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

.text-gray-dimgray {
  color: #696969 !important; }

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

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

.text-gray-darkgray {
  color: #a9a9a9 !important; }

.text-gray-silver {
  color: #c0c0c0 !important; }

.text-gray-lightgray {
  color: #d3d3d3 !important; }

.text-gray-gainsboro {
  color: #fff !important; }

.text-gray-lighter {
  color: #eee !important; }

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

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

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

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

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

/* Text White Color*/
.text-white-f1 {
  color: #f1f1f1 !important; }

.text-white-f2 {
  color: #f2f2f2 !important; }

.text-white-f3 {
  color: #f3f3f3 !important; }

.text-white-f4 {
  color: #f4f4f4 !important; }

.text-white-f5 {
  color: #f5f5f5 !important; }

.text-white-f6 {
  color: #f6f6f6 !important; }

.text-white-f7 {
  color: #f7f7f7 !important; }

.text-white-f8 {
  color: #f8f8f8 !important; }

.text-white-f9 {
  color: #f9f9f9 !important; }

.text-white-fa {
  color: #fafafa !important; }

.text-white-fc {
  color: #fcfcfc !important; }

.text-white-fd {
  color: #fdfdfd !important; }

.text-white-fe {
  color: #fefefe !important; }

/* -------- Solid Color Background ---------- */
.bg-black {
  background-color: #000 !important; }

.bg-black-111 {
  background-color: #111 !important; }

.bg-black-222 {
  background-color: #222 !important; }

.bg-black-333 {
  background-color: #333 !important; }

.bg-black-444 {
  background-color: #444 !important; }

.bg-black-555 {
  background-color: #555 !important; }

.bg-silver-light {
  background-color: #F6F3ED !important; }

/* Bg White Color*/
.bg-white {
  background-color: #fff !important; }

.bg-white-f1 {
  background-color: #f1f1f1 !important; }

.bg-white-f2 {
  background-color: #f2f2f2 !important; }

.bg-white-f3 {
  background-color: #f3f3f3 !important; }

.bg-white-f4 {
  background-color: #f4f4f4 !important; }

.bg-white-f5 {
  background-color: #f5f5f5 !important; }

.bg-white-f6 {
  background-color: #f6f6f6 !important; }

.bg-white-f7 {
  background-color: #f7f7f7 !important; }

.bg-white-f8 {
  background-color: #f8f8f8 !important; }

.bg-white-f9 {
  background-color: #f9f9f9 !important; }

.bg-white-fa {
  background-color: #fafafa !important; }

.bg-white-fb {
  background-color: #fbfbfb !important; }

.bg-white-fc {
  background-color: #fcfcfc !important; }

.bg-white-fd {
  background-color: #fdfdfd !important; }

.bg-white-fe {
  background-color: #fefefe !important; }

/* -------- Transparent Background Color ---------- */
.bg-white-transparent-9 {
  background-color: rgba(255, 255, 255, 0.9) !important; }

.bg-white-transparent-8 {
  background-color: rgba(255, 255, 255, 0.8) !important; }

.bg-white-transparent-7 {
  background-color: rgba(255, 255, 255, 0.7) !important; }

.bg-white-transparent-6 {
  background-color: rgba(255, 255, 255, 0.6) !important; }

.bg-white-transparent-5 {
  background-color: rgba(255, 255, 255, 0.5) !important; }

.bg-white-transparent-4 {
  background-color: rgba(255, 255, 255, 0.4) !important; }

.bg-white-transparent-3 {
  background-color: rgba(255, 255, 255, 0.3) !important; }

.bg-white-transparent-2 {
  background-color: rgba(255, 255, 255, 0.2) !important; }

.bg-white-transparent-1 {
  background-color: rgba(255, 255, 255, 0.1) !important; }

.bg-dark-transparent-9 {
  background-color: rgba(0, 0, 0, 0.9) !important; }

.bg-dark-transparent-8 {
  background-color: rgba(0, 0, 0, 0.8) !important; }

.bg-dark-transparent-7 {
  background-color: rgba(0, 0, 0, 0.7) !important; }

.bg-dark-transparent-6 {
  background-color: rgba(0, 0, 0, 0.6) !important; }

.bg-dark-transparent-5 {
  background-color: rgba(0, 0, 0, 0.5) !important; }

.bg-dark-transparent-4 {
  background-color: rgba(0, 0, 0, 0.4) !important; }

.bg-dark-transparent-3 {
  background-color: rgba(0, 0, 0, 0.3) !important; }

.bg-dark-transparent-2 {
  background-color: rgba(0, 0, 0, 0.2) !important; }

.bg-dark-transparent-1 {
  background-color: rgba(0, 0, 0, 0.1) !important; }

/* -------- box-shadow ---------- */
.box-shadow {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.3) !important; }

.box-shadow-2 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.2) !important; }

.box-shadow-3 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.3) !important; }

.box-shadow-4 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.4) !important; }

.box-shadow-5 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.5) !important; }

.box-shadow-6 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.6) !important; }

.box-shadow-7 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.7) !important; }

.box-shadow-8 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.8) !important; }

.box-shadow-9 {
  box-shadow: 0px 0px 30px rgba(5, 5, 5, 0.9) !important; }

/* -------- Letter Spacing ---------- */
.letter-space-0 {
  letter-spacing: 0px; }

.letter-space-1 {
  letter-spacing: 1px; }

.letter-space-2 {
  letter-spacing: 2px; }

.letter-space-3 {
  letter-spacing: 3px; }

.letter-space-4 {
  letter-spacing: 4px; }

.letter-space-5 {
  letter-spacing: 5px; }

.letter-space-6 {
  letter-spacing: 6px; }

.letter-space-7 {
  letter-spacing: 7px; }

.letter-space-8 {
  letter-spacing: 8px; }

.letter-space-9 {
  letter-spacing: 9px; }

.letter-space-10 {
  letter-spacing: 10px; }

/* -------- z-index ---------- */
.z-index--1 {
  z-index: -1 !important; }

.z-index-0 {
  z-index: 0 !important; }

.z-index-1 {
  z-index: 1 !important; }

.z-index-2 {
  z-index: 2 !important; }

.z-index-3 {
  z-index: 3 !important; }

.z-index-4 {
  z-index: 4 !important; }

.z-index-5 {
  z-index: 5 !important; }

.z-index-99 {
  z-index: 99 !important; }

.z-index-111 {
  z-index: 111 !important; }

.z-index-1111 {
  z-index: 1111 !important; }

.z-index-9999 {
  z-index: 9999 !important; }

/* -------- Font Weight ---------- */
.font-weight-100 {
  font-weight: 100 !important; }

.font-weight-200 {
  font-weight: 200 !important; }

.font-weight-300 {
  font-weight: 300 !important; }

.font-weight-400 {
  font-weight: 400 !important; }

.font-weight-500 {
  font-weight: 500 !important; }

.font-weight-600 {
  font-weight: 600 !important; }

.font-weight-700 {
  font-weight: 700 !important; }

.font-weight-800 {
  font-weight: 800 !important; }

.font-weight-900 {
  font-weight: 900 !important; }

/* -------- Line Height ---------- */
.line-height-0 {
  line-height: 0px; }

.line-height-1 {
  line-height: 1 !important; }

.line-height-1-3 {
  line-height: 1.3 !important; }

/* -------- Border ---------- */
.no-border {
  border: none !important; }

.border-1px {
  border: 1px solid #f5f1ed !important; }

.border-2px {
  border: 2px solid #f5f1ed !important; }

.border-3px {
  border: 3px solid #f5f1ed !important; }

.border-4px {
  border: 4px solid #f5f1ed !important; }

.border-5px {
  border: 5px solid #f5f1ed !important; }

.border-6px {
  border: 6px solid #f5f1ed !important; }

.border-7px {
  border: 7px solid #f5f1ed !important; }

.border-8px {
  border: 8px solid #f5f1ed !important; }

.border-9px {
  border: 9px solid #f5f1ed !important; }

.border-10px {
  border: 10px solid #f5f1ed !important; }

.border-8px-white {
  border: 8px solid #fff !important; }

/* -------- Background Image ---------- */
.no-bg {
  background: none !important; }

.bg-no-repeat {
  background-repeat: no-repeat !important; }

.bg-img-fixed {
  background-attachment: fixed !important; }

.bg-img-cover {
  background-size: cover !important; }

.bg-img-center {
  background-position: center !important; }

.bg-img-center-top {
  background-position: center top !important; }

.bg-img-center-bottom {
  background-position: center bottom !important; }

.bg-img-left {
  background-position: left !important; }

.bg-img-left-top {
  background-position: left top !important; }

.bg-img-left-bottom {
  background-position: left bottom !important; }

.bg-img-right {
  background-position: right !important; }

.bg-img-right-top {
  background-position: right top !important; }

.bg-img-right-bottom {
  background-position: right bottom !important; }

.img-fullwidth {
  width: 100% !important; }

/* -------- Absolute Image Positioning ---------- */
.overflow-visible {
  overflow: visible !important; }

.overflow-hidden {
  overflow: hidden !important; }

.overflow-x-hidden {
  overflow-x: hidden !important; }

.overflow-y-hidden {
  overflow-y: hidden !important; }

@media (max-width: 575.98px) {
  .float-xs-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .xs-fullwidth {
    width: 100%; }
  .xs-height-auto {
    min-height: auto !important; }
  .xs-hide-bg-img {
    background: none !important; }
  .xs-hide-child-bg-img > div {
    background: none !important; } }

@media (max-width: 767.98px) {
  .float-sm-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .sm-fullwidth {
    width: 100%; }
  .sm-height-auto {
    min-height: auto !important; }
  .sm-hide-bg-img {
    background: none !important; }
  .sm-hide-child-bg-img > div {
    background: none !important; } }

@media (max-width: 991.98px) {
  .float-md-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .md-fullwidth {
    width: 100%; }
  .md-height-auto {
    min-height: auto !important; }
  .md-hide-bg-img {
    background: none !important; }
  .md-hide-child-bg-img > div {
    background: none !important; } }

@media (max-width: 1199.98px) {
  .float-lg-center {
    display: table;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important; }
  .lg-fullwidth {
    width: 100%; }
  .lg-height-auto {
    min-height: auto !important; }
  .lg-hide-bg-img {
    background: none !important; }
  .lg-hide-child-bg-img > div {
    background: none !important; } }

.position-inherit {
  position: inherit !important; }

/*
 * custom-bootstrap-margin-padding.scss
 * -----------------------------------------------
*/
/* Margin */
.m-0 {
  margin: 0px !important; }

.m-10 {
  margin: 10px !important; }

.m-15 {
  margin: 15px !important; }

.m-20 {
  margin: 20px !important; }

.m-25 {
  margin: 25px !important; }

.m-30 {
  margin: 30px !important; }

.m-40 {
  margin: 40px !important; }

.m-50 {
  margin: 50px !important; }

.m-60 {
  margin: 60px !important; }

.m-70 {
  margin: 70px !important; }

.m-80 {
  margin: 80px !important; }

.m-90 {
  margin: 90px !important; }

.m-100 {
  margin: 100px !important; }

.m--10 {
  margin: -10px !important; }

.m--15 {
  margin: -15px !important; }

.m--20 {
  margin: -20px !important; }

.m--25 {
  margin: -25px !important; }

.m--30 {
  margin: -30px !important; }

.m--40 {
  margin: -40px !important; }

.m--50 {
  margin: -50px !important; }

.m--60 {
  margin: -60px !important; }

.m--70 {
  margin: -70px !important; }

.m--80 {
  margin: -80px !important; }

.m--90 {
  margin: -90px !important; }

.m--100 {
  margin: -100px !important; }

.mt-0 {
  margin-top: 0px !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-15 {
  margin-top: 15px !important; }

.mt-20 {
  margin-top: 20px !important; }

.mt-25 {
  margin-top: 25px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-40 {
  margin-top: 40px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-60 {
  margin-top: 60px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-80 {
  margin-top: 80px !important; }

.mt-90 {
  margin-top: 90px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mt--10 {
  margin-top: -10px !important; }

.mt--15 {
  margin-top: -15px !important; }

.mt--20 {
  margin-top: -20px !important; }

.mt--25 {
  margin-top: -25px !important; }

.mt--30 {
  margin-top: -30px !important; }

.mt--40 {
  margin-top: -40px !important; }

.mt--50 {
  margin-top: -50px !important; }

.mt--60 {
  margin-top: -60px !important; }

.mt--70 {
  margin-top: -70px !important; }

.mt--80 {
  margin-top: -80px !important; }

.mt--90 {
  margin-top: -90px !important; }

.mt--100 {
  margin-top: -100px !important; }

.mb-0 {
  margin-bottom: 0px !important; }

.mb-10 {
  margin-bottom: 10px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-25 {
  margin-bottom: 25px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-60 {
  margin-bottom: 60px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-80 {
  margin-bottom: 80px !important; }

.mb-90 {
  margin-bottom: 90px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.mb--10 {
  margin-bottom: -10px !important; }

.mb--15 {
  margin-bottom: -15px !important; }

.mb--20 {
  margin-bottom: -20px !important; }

.mb--25 {
  margin-bottom: -25px !important; }

.mb--30 {
  margin-bottom: -30px !important; }

.mb--40 {
  margin-bottom: -40px !important; }

.mb--50 {
  margin-bottom: -50px !important; }

.mb--60 {
  margin-bottom: -60px !important; }

.mb--70 {
  margin-bottom: -70px !important; }

.mb--80 {
  margin-bottom: -80px !important; }

.mb--90 {
  margin-bottom: -90px !important; }

.mb--100 {
  margin-bottom: -100px !important; }

.mr-0 {
  margin-right: 0px !important; }

.mr-10 {
  margin-right: 10px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-20 {
  margin-right: 20px !important; }

.mr-25 {
  margin-right: 25px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-40 {
  margin-right: 40px !important; }

.mr-50 {
  margin-right: 50px !important; }

.mr-60 {
  margin-right: 60px !important; }

.mr-70 {
  margin-right: 70px !important; }

.mr-80 {
  margin-right: 80px !important; }

.mr-90 {
  margin-right: 90px !important; }

.mr-100 {
  margin-right: 100px !important; }

.mr--10 {
  margin-right: -10px !important; }

.mr--15 {
  margin-right: -15px !important; }

.mr--20 {
  margin-right: -20px !important; }

.mr--25 {
  margin-right: -25px !important; }

.mr--30 {
  margin-right: -30px !important; }

.mr--40 {
  margin-right: -40px !important; }

.mr--50 {
  margin-right: -50px !important; }

.mr--60 {
  margin-right: -60px !important; }

.mr--70 {
  margin-right: -70px !important; }

.mr--80 {
  margin-right: -80px !important; }

.mr--90 {
  margin-right: -90px !important; }

.mr--100 {
  margin-right: -100px !important; }

.ml-0 {
  margin-left: 0px !important; }

.ml-10 {
  margin-left: 10px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-20 {
  margin-left: 20px !important; }

.ml-25 {
  margin-left: 25px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-40 {
  margin-left: 40px !important; }

.ml-50 {
  margin-left: 50px !important; }

.ml-60 {
  margin-left: 60px !important; }

.ml-70 {
  margin-left: 70px !important; }

.ml-80 {
  margin-left: 80px !important; }

.ml-90 {
  margin-left: 90px !important; }

.ml-100 {
  margin-left: 100px !important; }

.ml--10 {
  margin-left: -10px !important; }

.ml--15 {
  margin-left: -15px !important; }

.ml--20 {
  margin-left: -20px !important; }

.ml--25 {
  margin-left: -25px !important; }

.ml--30 {
  margin-left: -30px !important; }

.ml--40 {
  margin-left: -40px !important; }

.ml--50 {
  margin-left: -50px !important; }

.ml--60 {
  margin-left: -60px !important; }

.ml--70 {
  margin-left: -70px !important; }

.ml--80 {
  margin-left: -80px !important; }

.ml--90 {
  margin-left: -90px !important; }

.ml--100 {
  margin-left: -100px !important; }

@media (max-width: 1199.98px) {
  .m-lg-0 {
    margin: 0px !important; }
  .m-lg-10 {
    margin: 10px !important; }
  .m-lg-15 {
    margin: 15px !important; }
  .m-lg-20 {
    margin: 20px !important; }
  .m-lg-25 {
    margin: 25px !important; }
  .m-lg-30 {
    margin: 30px !important; }
  .m-lg-40 {
    margin: 40px !important; }
  .m-lg-50 {
    margin: 50px !important; }
  .m-lg-60 {
    margin: 60px !important; }
  .m-lg-70 {
    margin: 70px !important; }
  .m-lg-80 {
    margin: 80px !important; }
  .m-lg-90 {
    margin: 90px !important; }
  .m-lg-100 {
    margin: 100px !important; }
  .m-lg--10 {
    margin: -10px !important; }
  .m-lg--15 {
    margin: -15px !important; }
  .m-lg--20 {
    margin: -20px !important; }
  .m-lg--25 {
    margin: -25px !important; }
  .m-lg--30 {
    margin: -30px !important; }
  .m-lg--40 {
    margin: -40px !important; }
  .m-lg--50 {
    margin: -50px !important; }
  .m-lg--60 {
    margin: -60px !important; }
  .m-lg--70 {
    margin: -70px !important; }
  .m-lg--80 {
    margin: -80px !important; }
  .m-lg--90 {
    margin: -90px !important; }
  .m-lg--100 {
    margin: -100px !important; }
  .mt-lg-0 {
    margin-top: 0px !important; }
  .mt-lg-10 {
    margin-top: 10px !important; }
  .mt-lg-15 {
    margin-top: 15px !important; }
  .mt-lg-20 {
    margin-top: 20px !important; }
  .mt-lg-25 {
    margin-top: 25px !important; }
  .mt-lg-30 {
    margin-top: 30px !important; }
  .mt-lg-40 {
    margin-top: 40px !important; }
  .mt-lg-50 {
    margin-top: 50px !important; }
  .mt-lg-60 {
    margin-top: 60px !important; }
  .mt-lg-70 {
    margin-top: 70px !important; }
  .mt-lg-80 {
    margin-top: 80px !important; }
  .mt-lg-90 {
    margin-top: 90px !important; }
  .mt-lg-100 {
    margin-top: 100px !important; }
  .mt-lg--10 {
    margin-top: -10px !important; }
  .mt-lg--15 {
    margin-top: -15px !important; }
  .mt-lg--20 {
    margin-top: -20px !important; }
  .mt-lg--25 {
    margin-top: -25px !important; }
  .mt-lg--30 {
    margin-top: -30px !important; }
  .mt-lg--40 {
    margin-top: -40px !important; }
  .mt-lg--50 {
    margin-top: -50px !important; }
  .mt-lg--60 {
    margin-top: -60px !important; }
  .mt-lg--70 {
    margin-top: -70px !important; }
  .mt-lg--80 {
    margin-top: -80px !important; }
  .mt-lg--90 {
    margin-top: -90px !important; }
  .mt-lg--100 {
    margin-top: -100px !important; }
  .mb-lg-0 {
    margin-bottom: 0px !important; }
  .mb-lg-10 {
    margin-bottom: 10px !important; }
  .mb-lg-15 {
    margin-bottom: 15px !important; }
  .mb-lg-20 {
    margin-bottom: 20px !important; }
  .mb-lg-25 {
    margin-bottom: 25px !important; }
  .mb-lg-30 {
    margin-bottom: 30px !important; }
  .mb-lg-40 {
    margin-bottom: 40px !important; }
  .mb-lg-50 {
    margin-bottom: 50px !important; }
  .mb-lg-60 {
    margin-bottom: 60px !important; }
  .mb-lg-70 {
    margin-bottom: 70px !important; }
  .mb-lg-80 {
    margin-bottom: 80px !important; }
  .mb-lg-90 {
    margin-bottom: 90px !important; }
  .mb-lg-100 {
    margin-bottom: 100px !important; }
  .mb-lg--10 {
    margin-bottom: -10px !important; }
  .mb-lg--15 {
    margin-bottom: -15px !important; }
  .mb-lg--20 {
    margin-bottom: -20px !important; }
  .mb-lg--25 {
    margin-bottom: -25px !important; }
  .mb-lg--30 {
    margin-bottom: -30px !important; }
  .mb-lg--40 {
    margin-bottom: -40px !important; }
  .mb-lg--50 {
    margin-bottom: -50px !important; }
  .mb-lg--60 {
    margin-bottom: -60px !important; }
  .mb-lg--70 {
    margin-bottom: -70px !important; }
  .mb-lg--80 {
    margin-bottom: -80px !important; }
  .mb-lg--90 {
    margin-bottom: -90px !important; }
  .mb-lg--100 {
    margin-bottom: -100px !important; }
  .mr-lg-0 {
    margin-right: 0px !important; }
  .mr-lg-10 {
    margin-right: 10px !important; }
  .mr-lg-15 {
    margin-right: 15px !important; }
  .mr-lg-20 {
    margin-right: 20px !important; }
  .mr-lg-25 {
    margin-right: 25px !important; }
  .mr-lg-30 {
    margin-right: 30px !important; }
  .mr-lg-40 {
    margin-right: 40px !important; }
  .mr-lg-50 {
    margin-right: 50px !important; }
  .mr-lg-60 {
    margin-right: 60px !important; }
  .mr-lg-70 {
    margin-right: 70px !important; }
  .mr-lg-80 {
    margin-right: 80px !important; }
  .mr-lg-90 {
    margin-right: 90px !important; }
  .mr-lg-100 {
    margin-right: 100px !important; }
  .mr-lg--10 {
    margin-right: -10px !important; }
  .mr-lg--15 {
    margin-right: -15px !important; }
  .mr-lg--20 {
    margin-right: -20px !important; }
  .mr-lg--25 {
    margin-right: -25px !important; }
  .mr-lg--30 {
    margin-right: -30px !important; }
  .mr-lg--40 {
    margin-right: -40px !important; }
  .mr-lg--50 {
    margin-right: -50px !important; }
  .mr-lg--60 {
    margin-right: -60px !important; }
  .mr-lg--70 {
    margin-right: -70px !important; }
  .mr-lg--80 {
    margin-right: -80px !important; }
  .mr-lg--90 {
    margin-right: -90px !important; }
  .mr-lg--100 {
    margin-right: -100px !important; }
  .ml-lg-0 {
    margin-left: 0px !important; }
  .ml-lg-10 {
    margin-left: 10px !important; }
  .ml-lg-15 {
    margin-left: 15px !important; }
  .ml-lg-20 {
    margin-left: 20px !important; }
  .ml-lg-25 {
    margin-left: 25px !important; }
  .ml-lg-30 {
    margin-left: 30px !important; }
  .ml-lg-40 {
    margin-left: 40px !important; }
  .ml-lg-50 {
    margin-left: 50px !important; }
  .ml-lg-60 {
    margin-left: 60px !important; }
  .ml-lg-70 {
    margin-left: 70px !important; }
  .ml-lg-80 {
    margin-left: 80px !important; }
  .ml-lg-90 {
    margin-left: 90px !important; }
  .ml-lg-100 {
    margin-left: 100px !important; }
  .ml-lg--10 {
    margin-left: -10px !important; }
  .ml-lg--15 {
    margin-left: -15px !important; }
  .ml-lg--20 {
    margin-left: -20px !important; }
  .ml-lg--25 {
    margin-left: -25px !important; }
  .ml-lg--30 {
    margin-left: -30px !important; }
  .ml-lg--40 {
    margin-left: -40px !important; }
  .ml-lg--50 {
    margin-left: -50px !important; }
  .ml-lg--60 {
    margin-left: -60px !important; }
  .ml-lg--70 {
    margin-left: -70px !important; }
  .ml-lg--80 {
    margin-left: -80px !important; }
  .ml-lg--90 {
    margin-left: -90px !important; }
  .ml-lg--100 {
    margin-left: -100px !important; } }

@media (max-width: 991.98px) {
  .m-md-0 {
    margin: 0px !important; }
  .m-md-10 {
    margin: 10px !important; }
  .m-md-15 {
    margin: 15px !important; }
  .m-md-20 {
    margin: 20px !important; }
  .m-md-25 {
    margin: 25px !important; }
  .m-md-30 {
    margin: 30px !important; }
  .m-md-40 {
    margin: 40px !important; }
  .m-md-50 {
    margin: 50px !important; }
  .m-md-60 {
    margin: 60px !important; }
  .m-md-70 {
    margin: 70px !important; }
  .m-md-80 {
    margin: 80px !important; }
  .m-md-90 {
    margin: 90px !important; }
  .m-md-100 {
    margin: 100px !important; }
  .m-md--10 {
    margin: -10px !important; }
  .m-md--15 {
    margin: -15px !important; }
  .m-md--20 {
    margin: -20px !important; }
  .m-md--25 {
    margin: -25px !important; }
  .m-md--30 {
    margin: -30px !important; }
  .m-md--40 {
    margin: -40px !important; }
  .m-md--50 {
    margin: -50px !important; }
  .m-md--60 {
    margin: -60px !important; }
  .m-md--70 {
    margin: -70px !important; }
  .m-md--80 {
    margin: -80px !important; }
  .m-md--90 {
    margin: -90px !important; }
  .m-md--100 {
    margin: -100px !important; }
  .mt-md-0 {
    margin-top: 0px !important; }
  .mt-md-10 {
    margin-top: 10px !important; }
  .mt-md-15 {
    margin-top: 15px !important; }
  .mt-md-20 {
    margin-top: 20px !important; }
  .mt-md-25 {
    margin-top: 25px !important; }
  .mt-md-30 {
    margin-top: 30px !important; }
  .mt-md-40 {
    margin-top: 40px !important; }
  .mt-md-50 {
    margin-top: 50px !important; }
  .mt-md-60 {
    margin-top: 60px !important; }
  .mt-md-70 {
    margin-top: 70px !important; }
  .mt-md-80 {
    margin-top: 80px !important; }
  .mt-md-90 {
    margin-top: 90px !important; }
  .mt-md-100 {
    margin-top: 100px !important; }
  .mt-md--10 {
    margin-top: -10px !important; }
  .mt-md--15 {
    margin-top: -15px !important; }
  .mt-md--20 {
    margin-top: -20px !important; }
  .mt-md--25 {
    margin-top: -25px !important; }
  .mt-md--30 {
    margin-top: -30px !important; }
  .mt-md--40 {
    margin-top: -40px !important; }
  .mt-md--50 {
    margin-top: -50px !important; }
  .mt-md--60 {
    margin-top: -60px !important; }
  .mt-md--70 {
    margin-top: -70px !important; }
  .mt-md--80 {
    margin-top: -80px !important; }
  .mt-md--90 {
    margin-top: -90px !important; }
  .mt-md--100 {
    margin-top: -100px !important; }
  .mb-md-0 {
    margin-bottom: 0px !important; }
  .mb-md-10 {
    margin-bottom: 10px !important; }
  .mb-md-15 {
    margin-bottom: 15px !important; }
  .mb-md-20 {
    margin-bottom: 20px !important; }
  .mb-md-25 {
    margin-bottom: 25px !important; }
  .mb-md-30 {
    margin-bottom: 30px !important; }
  .mb-md-40 {
    margin-bottom: 40px !important; }
  .mb-md-50 {
    margin-bottom: 50px !important; }
  .mb-md-60 {
    margin-bottom: 60px !important; }
  .mb-md-70 {
    margin-bottom: 70px !important; }
  .mb-md-80 {
    margin-bottom: 80px !important; }
  .mb-md-90 {
    margin-bottom: 90px !important; }
  .mb-md-100 {
    margin-bottom: 100px !important; }
  .mb-md--10 {
    margin-bottom: -10px !important; }
  .mb-md--15 {
    margin-bottom: -15px !important; }
  .mb-md--20 {
    margin-bottom: -20px !important; }
  .mb-md--25 {
    margin-bottom: -25px !important; }
  .mb-md--30 {
    margin-bottom: -30px !important; }
  .mb-md--40 {
    margin-bottom: -40px !important; }
  .mb-md--50 {
    margin-bottom: -50px !important; }
  .mb-md--60 {
    margin-bottom: -60px !important; }
  .mb-md--70 {
    margin-bottom: -70px !important; }
  .mb-md--80 {
    margin-bottom: -80px !important; }
  .mb-md--90 {
    margin-bottom: -90px !important; }
  .mb-md--100 {
    margin-bottom: -100px !important; }
  .mr-md-0 {
    margin-right: 0px !important; }
  .mr-md-10 {
    margin-right: 10px !important; }
  .mr-md-15 {
    margin-right: 15px !important; }
  .mr-md-20 {
    margin-right: 20px !important; }
  .mr-md-25 {
    margin-right: 25px !important; }
  .mr-md-30 {
    margin-right: 30px !important; }
  .mr-md-40 {
    margin-right: 40px !important; }
  .mr-md-50 {
    margin-right: 50px !important; }
  .mr-md-60 {
    margin-right: 60px !important; }
  .mr-md-70 {
    margin-right: 70px !important; }
  .mr-md-80 {
    margin-right: 80px !important; }
  .mr-md-90 {
    margin-right: 90px !important; }
  .mr-md-100 {
    margin-right: 100px !important; }
  .mr-md--10 {
    margin-right: -10px !important; }
  .mr-md--15 {
    margin-right: -15px !important; }
  .mr-md--20 {
    margin-right: -20px !important; }
  .mr-md--25 {
    margin-right: -25px !important; }
  .mr-md--30 {
    margin-right: -30px !important; }
  .mr-md--40 {
    margin-right: -40px !important; }
  .mr-md--50 {
    margin-right: -50px !important; }
  .mr-md--60 {
    margin-right: -60px !important; }
  .mr-md--70 {
    margin-right: -70px !important; }
  .mr-md--80 {
    margin-right: -80px !important; }
  .mr-md--90 {
    margin-right: -90px !important; }
  .mr-md--100 {
    margin-right: -100px !important; }
  .ml-md-0 {
    margin-left: 0px !important; }
  .ml-md-10 {
    margin-left: 10px !important; }
  .ml-md-15 {
    margin-left: 15px !important; }
  .ml-md-20 {
    margin-left: 20px !important; }
  .ml-md-25 {
    margin-left: 25px !important; }
  .ml-md-30 {
    margin-left: 30px !important; }
  .ml-md-40 {
    margin-left: 40px !important; }
  .ml-md-50 {
    margin-left: 50px !important; }
  .ml-md-60 {
    margin-left: 60px !important; }
  .ml-md-70 {
    margin-left: 70px !important; }
  .ml-md-80 {
    margin-left: 80px !important; }
  .ml-md-90 {
    margin-left: 90px !important; }
  .ml-md-100 {
    margin-left: 100px !important; }
  .ml-md--10 {
    margin-left: -10px !important; }
  .ml-md--15 {
    margin-left: -15px !important; }
  .ml-md--20 {
    margin-left: -20px !important; }
  .ml-md--25 {
    margin-left: -25px !important; }
  .ml-md--30 {
    margin-left: -30px !important; }
  .ml-md--40 {
    margin-left: -40px !important; }
  .ml-md--50 {
    margin-left: -50px !important; }
  .ml-md--60 {
    margin-left: -60px !important; }
  .ml-md--70 {
    margin-left: -70px !important; }
  .ml-md--80 {
    margin-left: -80px !important; }
  .ml-md--90 {
    margin-left: -90px !important; }
  .ml-md--100 {
    margin-left: -100px !important; } }

@media (max-width: 767.98px) {
  .m-sm-0 {
    margin: 0px !important; }
  .m-sm-10 {
    margin: 10px !important; }
  .m-sm-15 {
    margin: 15px !important; }
  .m-sm-20 {
    margin: 20px !important; }
  .m-sm-25 {
    margin: 25px !important; }
  .m-sm-30 {
    margin: 30px !important; }
  .m-sm-40 {
    margin: 40px !important; }
  .m-sm-50 {
    margin: 50px !important; }
  .m-sm-60 {
    margin: 60px !important; }
  .m-sm-70 {
    margin: 70px !important; }
  .m-sm-80 {
    margin: 80px !important; }
  .m-sm-90 {
    margin: 90px !important; }
  .m-sm-100 {
    margin: 100px !important; }
  .m-sm--10 {
    margin: -10px !important; }
  .m-sm--15 {
    margin: -15px !important; }
  .m-sm--20 {
    margin: -20px !important; }
  .m-sm--25 {
    margin: -25px !important; }
  .m-sm--30 {
    margin: -30px !important; }
  .m-sm--40 {
    margin: -40px !important; }
  .m-sm--50 {
    margin: -50px !important; }
  .m-sm--60 {
    margin: -60px !important; }
  .m-sm--70 {
    margin: -70px !important; }
  .m-sm--80 {
    margin: -80px !important; }
  .m-sm--90 {
    margin: -90px !important; }
  .m-sm--100 {
    margin: -100px !important; }
  .mt-sm-0 {
    margin-top: 0px !important; }
  .mt-sm-10 {
    margin-top: 10px !important; }
  .mt-sm-15 {
    margin-top: 15px !important; }
  .mt-sm-20 {
    margin-top: 20px !important; }
  .mt-sm-25 {
    margin-top: 25px !important; }
  .mt-sm-30 {
    margin-top: 30px !important; }
  .mt-sm-40 {
    margin-top: 40px !important; }
  .mt-sm-50 {
    margin-top: 50px !important; }
  .mt-sm-60 {
    margin-top: 60px !important; }
  .mt-sm-70 {
    margin-top: 70px !important; }
  .mt-sm-80 {
    margin-top: 80px !important; }
  .mt-sm-90 {
    margin-top: 90px !important; }
  .mt-sm-100 {
    margin-top: 100px !important; }
  .mt-sm--10 {
    margin-top: -10px !important; }
  .mt-sm--15 {
    margin-top: -15px !important; }
  .mt-sm--20 {
    margin-top: -20px !important; }
  .mt-sm--25 {
    margin-top: -25px !important; }
  .mt-sm--30 {
    margin-top: -30px !important; }
  .mt-sm--40 {
    margin-top: -40px !important; }
  .mt-sm--50 {
    margin-top: -50px !important; }
  .mt-sm--60 {
    margin-top: -60px !important; }
  .mt-sm--70 {
    margin-top: -70px !important; }
  .mt-sm--80 {
    margin-top: -80px !important; }
  .mt-sm--90 {
    margin-top: -90px !important; }
  .mt-sm--100 {
    margin-top: -100px !important; }
  .mb-sm-0 {
    margin-bottom: 0px !important; }
  .mb-sm-10 {
    margin-bottom: 10px !important; }
  .mb-sm-15 {
    margin-bottom: 15px !important; }
  .mb-sm-20 {
    margin-bottom: 20px !important; }
  .mb-sm-25 {
    margin-bottom: 25px !important; }
  .mb-sm-30 {
    margin-bottom: 30px !important; }
  .mb-sm-40 {
    margin-bottom: 40px !important; }
  .mb-sm-50 {
    margin-bottom: 50px !important; }
  .mb-sm-60 {
    margin-bottom: 60px !important; }
  .mb-sm-70 {
    margin-bottom: 70px !important; }
  .mb-sm-80 {
    margin-bottom: 80px !important; }
  .mb-sm-90 {
    margin-bottom: 90px !important; }
  .mb-sm-100 {
    margin-bottom: 100px !important; }
  .mb-sm--10 {
    margin-bottom: -10px !important; }
  .mb-sm--15 {
    margin-bottom: -15px !important; }
  .mb-sm--20 {
    margin-bottom: -20px !important; }
  .mb-sm--25 {
    margin-bottom: -25px !important; }
  .mb-sm--30 {
    margin-bottom: -30px !important; }
  .mb-sm--40 {
    margin-bottom: -40px !important; }
  .mb-sm--50 {
    margin-bottom: -50px !important; }
  .mb-sm--60 {
    margin-bottom: -60px !important; }
  .mb-sm--70 {
    margin-bottom: -70px !important; }
  .mb-sm--80 {
    margin-bottom: -80px !important; }
  .mb-sm--90 {
    margin-bottom: -90px !important; }
  .mb-sm--100 {
    margin-bottom: -100px !important; }
  .mr-sm-0 {
    margin-right: 0px !important; }
  .mr-sm-10 {
    margin-right: 10px !important; }
  .mr-sm-15 {
    margin-right: 15px !important; }
  .mr-sm-20 {
    margin-right: 20px !important; }
  .mr-sm-25 {
    margin-right: 25px !important; }
  .mr-sm-30 {
    margin-right: 30px !important; }
  .mr-sm-40 {
    margin-right: 40px !important; }
  .mr-sm-50 {
    margin-right: 50px !important; }
  .mr-sm-60 {
    margin-right: 60px !important; }
  .mr-sm-70 {
    margin-right: 70px !important; }
  .mr-sm-80 {
    margin-right: 80px !important; }
  .mr-sm-90 {
    margin-right: 90px !important; }
  .mr-sm-100 {
    margin-right: 100px !important; }
  .mr-sm--10 {
    margin-right: -10px !important; }
  .mr-sm--15 {
    margin-right: -15px !important; }
  .mr-sm--20 {
    margin-right: -20px !important; }
  .mr-sm--25 {
    margin-right: -25px !important; }
  .mr-sm--30 {
    margin-right: -30px !important; }
  .mr-sm--40 {
    margin-right: -40px !important; }
  .mr-sm--50 {
    margin-right: -50px !important; }
  .mr-sm--60 {
    margin-right: -60px !important; }
  .mr-sm--70 {
    margin-right: -70px !important; }
  .mr-sm--80 {
    margin-right: -80px !important; }
  .mr-sm--90 {
    margin-right: -90px !important; }
  .mr-sm--100 {
    margin-right: -100px !important; }
  .ml-sm-0 {
    margin-left: 0px !important; }
  .ml-sm-10 {
    margin-left: 10px !important; }
  .ml-sm-15 {
    margin-left: 15px !important; }
  .ml-sm-20 {
    margin-left: 20px !important; }
  .ml-sm-25 {
    margin-left: 25px !important; }
  .ml-sm-30 {
    margin-left: 30px !important; }
  .ml-sm-40 {
    margin-left: 40px !important; }
  .ml-sm-50 {
    margin-left: 50px !important; }
  .ml-sm-60 {
    margin-left: 60px !important; }
  .ml-sm-70 {
    margin-left: 70px !important; }
  .ml-sm-80 {
    margin-left: 80px !important; }
  .ml-sm-90 {
    margin-left: 90px !important; }
  .ml-sm-100 {
    margin-left: 100px !important; }
  .ml-sm--10 {
    margin-left: -10px !important; }
  .ml-sm--15 {
    margin-left: -15px !important; }
  .ml-sm--20 {
    margin-left: -20px !important; }
  .ml-sm--25 {
    margin-left: -25px !important; }
  .ml-sm--30 {
    margin-left: -30px !important; }
  .ml-sm--40 {
    margin-left: -40px !important; }
  .ml-sm--50 {
    margin-left: -50px !important; }
  .ml-sm--60 {
    margin-left: -60px !important; }
  .ml-sm--70 {
    margin-left: -70px !important; }
  .ml-sm--80 {
    margin-left: -80px !important; }
  .ml-sm--90 {
    margin-left: -90px !important; }
  .ml-sm--100 {
    margin-left: -100px !important; } }

@media (max-width: 575.98px) {
  .m-xs-0 {
    margin: 0px !important; }
  .m-xs-10 {
    margin: 10px !important; }
  .m-xs-15 {
    margin: 15px !important; }
  .m-xs-20 {
    margin: 20px !important; }
  .m-xs-25 {
    margin: 25px !important; }
  .m-xs-30 {
    margin: 30px !important; }
  .m-xs-40 {
    margin: 40px !important; }
  .m-xs-50 {
    margin: 50px !important; }
  .m-xs-60 {
    margin: 60px !important; }
  .m-xs-70 {
    margin: 70px !important; }
  .m-xs-80 {
    margin: 80px !important; }
  .m-xs-90 {
    margin: 90px !important; }
  .m-xs-100 {
    margin: 100px !important; }
  .m-xs--10 {
    margin: -10px !important; }
  .m-xs--15 {
    margin: -15px !important; }
  .m-xs--20 {
    margin: -20px !important; }
  .m-xs--25 {
    margin: -25px !important; }
  .m-xs--30 {
    margin: -30px !important; }
  .m-xs--40 {
    margin: -40px !important; }
  .m-xs--50 {
    margin: -50px !important; }
  .m-xs--60 {
    margin: -60px !important; }
  .m-xs--70 {
    margin: -70px !important; }
  .m-xs--80 {
    margin: -80px !important; }
  .m-xs--90 {
    margin: -90px !important; }
  .m-xs--100 {
    margin: -100px !important; }
  .mt-xs-0 {
    margin-top: 0px !important; }
  .mt-xs-10 {
    margin-top: 10px !important; }
  .mt-xs-15 {
    margin-top: 15px !important; }
  .mt-xs-20 {
    margin-top: 20px !important; }
  .mt-xs-25 {
    margin-top: 25px !important; }
  .mt-xs-30 {
    margin-top: 30px !important; }
  .mt-xs-40 {
    margin-top: 40px !important; }
  .mt-xs-50 {
    margin-top: 50px !important; }
  .mt-xs-60 {
    margin-top: 60px !important; }
  .mt-xs-70 {
    margin-top: 70px !important; }
  .mt-xs-80 {
    margin-top: 80px !important; }
  .mt-xs-90 {
    margin-top: 90px !important; }
  .mt-xs-100 {
    margin-top: 100px !important; }
  .mt-xs--10 {
    margin-top: -10px !important; }
  .mt-xs--15 {
    margin-top: -15px !important; }
  .mt-xs--20 {
    margin-top: -20px !important; }
  .mt-xs--25 {
    margin-top: -25px !important; }
  .mt-xs--30 {
    margin-top: -30px !important; }
  .mt-xs--40 {
    margin-top: -40px !important; }
  .mt-xs--50 {
    margin-top: -50px !important; }
  .mt-xs--60 {
    margin-top: -60px !important; }
  .mt-xs--70 {
    margin-top: -70px !important; }
  .mt-xs--80 {
    margin-top: -80px !important; }
  .mt-xs--90 {
    margin-top: -90px !important; }
  .mt-xs--100 {
    margin-top: -100px !important; }
  .mb-xs-0 {
    margin-bottom: 0px !important; }
  .mb-xs-10 {
    margin-bottom: 10px !important; }
  .mb-xs-15 {
    margin-bottom: 15px !important; }
  .mb-xs-20 {
    margin-bottom: 20px !important; }
  .mb-xs-25 {
    margin-bottom: 25px !important; }
  .mb-xs-30 {
    margin-bottom: 30px !important; }
  .mb-xs-40 {
    margin-bottom: 40px !important; }
  .mb-xs-50 {
    margin-bottom: 50px !important; }
  .mb-xs-60 {
    margin-bottom: 60px !important; }
  .mb-xs-70 {
    margin-bottom: 70px !important; }
  .mb-xs-80 {
    margin-bottom: 80px !important; }
  .mb-xs-90 {
    margin-bottom: 90px !important; }
  .mb-xs-100 {
    margin-bottom: 100px !important; }
  .mb-xs--10 {
    margin-bottom: -10px !important; }
  .mb-xs--15 {
    margin-bottom: -15px !important; }
  .mb-xs--20 {
    margin-bottom: -20px !important; }
  .mb-xs--25 {
    margin-bottom: -25px !important; }
  .mb-xs--30 {
    margin-bottom: -30px !important; }
  .mb-xs--40 {
    margin-bottom: -40px !important; }
  .mb-xs--50 {
    margin-bottom: -50px !important; }
  .mb-xs--60 {
    margin-bottom: -60px !important; }
  .mb-xs--70 {
    margin-bottom: -70px !important; }
  .mb-xs--80 {
    margin-bottom: -80px !important; }
  .mb-xs--90 {
    margin-bottom: -90px !important; }
  .mb-xs--100 {
    margin-bottom: -100px !important; }
  .mr-xs-0 {
    margin-right: 0px !important; }
  .mr-xs-10 {
    margin-right: 10px !important; }
  .mr-xs-15 {
    margin-right: 15px !important; }
  .mr-xs-20 {
    margin-right: 20px !important; }
  .mr-xs-25 {
    margin-right: 25px !important; }
  .mr-xs-30 {
    margin-right: 30px !important; }
  .mr-xs-40 {
    margin-right: 40px !important; }
  .mr-xs-50 {
    margin-right: 50px !important; }
  .mr-xs-60 {
    margin-right: 60px !important; }
  .mr-xs-70 {
    margin-right: 70px !important; }
  .mr-xs-80 {
    margin-right: 80px !important; }
  .mr-xs-90 {
    margin-right: 90px !important; }
  .mr-xs-100 {
    margin-right: 100px !important; }
  .mr-xs--10 {
    margin-right: -10px !important; }
  .mr-xs--15 {
    margin-right: -15px !important; }
  .mr-xs--20 {
    margin-right: -20px !important; }
  .mr-xs--25 {
    margin-right: -25px !important; }
  .mr-xs--30 {
    margin-right: -30px !important; }
  .mr-xs--40 {
    margin-right: -40px !important; }
  .mr-xs--50 {
    margin-right: -50px !important; }
  .mr-xs--60 {
    margin-right: -60px !important; }
  .mr-xs--70 {
    margin-right: -70px !important; }
  .mr-xs--80 {
    margin-right: -80px !important; }
  .mr-xs--90 {
    margin-right: -90px !important; }
  .mr-xs--100 {
    margin-right: -100px !important; }
  .ml-xs-0 {
    margin-left: 0px !important; }
  .ml-xs-10 {
    margin-left: 10px !important; }
  .ml-xs-15 {
    margin-left: 15px !important; }
  .ml-xs-20 {
    margin-left: 20px !important; }
  .ml-xs-25 {
    margin-left: 25px !important; }
  .ml-xs-30 {
    margin-left: 30px !important; }
  .ml-xs-40 {
    margin-left: 40px !important; }
  .ml-xs-50 {
    margin-left: 50px !important; }
  .ml-xs-60 {
    margin-left: 60px !important; }
  .ml-xs-70 {
    margin-left: 70px !important; }
  .ml-xs-80 {
    margin-left: 80px !important; }
  .ml-xs-90 {
    margin-left: 90px !important; }
  .ml-xs-100 {
    margin-left: 100px !important; }
  .ml-xs--10 {
    margin-left: -10px !important; }
  .ml-xs--15 {
    margin-left: -15px !important; }
  .ml-xs--20 {
    margin-left: -20px !important; }
  .ml-xs--25 {
    margin-left: -25px !important; }
  .ml-xs--30 {
    margin-left: -30px !important; }
  .ml-xs--40 {
    margin-left: -40px !important; }
  .ml-xs--50 {
    margin-left: -50px !important; }
  .ml-xs--60 {
    margin-left: -60px !important; }
  .ml-xs--70 {
    margin-left: -70px !important; }
  .ml-xs--80 {
    margin-left: -80px !important; }
  .ml-xs--90 {
    margin-left: -90px !important; }
  .ml-xs--100 {
    margin-left: -100px !important; } }

/* Padding */
.p-0 {
  padding: 0px !important; }

.p-10 {
  padding: 10px !important; }

.p-15 {
  padding: 15px !important; }

.p-20 {
  padding: 20px !important; }

.p-25 {
  padding: 25px !important; }

.p-30 {
  padding: 30px !important; }

.p-40 {
  padding: 40px !important; }

.p-50 {
  padding: 50px !important; }

.p-60 {
  padding: 60px !important; }

.p-70 {
  padding: 70px !important; }

.p-80 {
  padding: 80px !important; }

.p-90 {
  padding: 90px !important; }

.p-100 {
  padding: 100px !important; }

.p--10 {
  padding: -10px !important; }

.p--15 {
  padding: -15px !important; }

.p--20 {
  padding: -20px !important; }

.p--25 {
  padding: -25px !important; }

.p--30 {
  padding: -30px !important; }

.p--40 {
  padding: -40px !important; }

.p--50 {
  padding: -50px !important; }

.p--60 {
  padding: -60px !important; }

.p--70 {
  padding: -70px !important; }

.p--80 {
  padding: -80px !important; }

.p--90 {
  padding: -90px !important; }

.p--100 {
  padding: -100px !important; }

.pt-0 {
  padding-top: 0px !important; }

.pt-10 {
  padding-top: 10px !important; }

.pt-15 {
  padding-top: 15px !important; }

.pt-20 {
  padding-top: 20px !important; }

.pt-25 {
  padding-top: 25px !important; }

.pt-30 {
  padding-top: 30px !important; }

.pt-40 {
  padding-top: 40px !important; }

.pt-50 {
  padding-top: 50px !important; }

.pt-60 {
  padding-top: 60px !important; }

.pt-70 {
  padding-top: 70px !important; }

.pt-80 {
  padding-top: 80px !important; }

.pt-90 {
  padding-top: 90px !important; }

.pt-100 {
  padding-top: 100px !important; }

.pt--10 {
  padding-top: -10px !important; }

.pt--15 {
  padding-top: -15px !important; }

.pt--20 {
  padding-top: -20px !important; }

.pt--25 {
  padding-top: -25px !important; }

.pt--30 {
  padding-top: -30px !important; }

.pt--40 {
  padding-top: -40px !important; }

.pt--50 {
  padding-top: -50px !important; }

.pt--60 {
  padding-top: -60px !important; }

.pt--70 {
  padding-top: -70px !important; }

.pt--80 {
  padding-top: -80px !important; }

.pt--90 {
  padding-top: -90px !important; }

.pt--100 {
  padding-top: -100px !important; }

.pb-0 {
  padding-bottom: 0px !important; }

.pb-10 {
  padding-bottom: 10px !important; }

.pb-15 {
  padding-bottom: 15px !important; }

.pb-20 {
  padding-bottom: 20px !important; }

.pb-25 {
  padding-bottom: 25px !important; }

.pb-30 {
  padding-bottom: 30px !important; }

.pb-40 {
  padding-bottom: 40px !important; }

.pb-50 {
  padding-bottom: 50px !important; }

.pb-60 {
  padding-bottom: 60px !important; }

.pb-70 {
  padding-bottom: 70px !important; }

.pb-80 {
  padding-bottom: 80px !important; }

.pb-90 {
  padding-bottom: 90px !important; }

.pb-100 {
  padding-bottom: 100px !important; }

.pb--10 {
  padding-bottom: -10px !important; }

.pb--15 {
  padding-bottom: -15px !important; }

.pb--20 {
  padding-bottom: -20px !important; }

.pb--25 {
  padding-bottom: -25px !important; }

.pb--30 {
  padding-bottom: -30px !important; }

.pb--40 {
  padding-bottom: -40px !important; }

.pb--50 {
  padding-bottom: -50px !important; }

.pb--60 {
  padding-bottom: -60px !important; }

.pb--70 {
  padding-bottom: -70px !important; }

.pb--80 {
  padding-bottom: -80px !important; }

.pb--90 {
  padding-bottom: -90px !important; }

.pb--100 {
  padding-bottom: -100px !important; }

.pr-0 {
  padding-right: 0px !important; }

.pr-10 {
  padding-right: 10px !important; }

.pr-15 {
  padding-right: 15px !important; }

.pr-20 {
  padding-right: 20px !important; }

.pr-25 {
  padding-right: 25px !important; }

.pr-30 {
  padding-right: 30px !important; }

.pr-40 {
  padding-right: 40px !important; }

.pr-50 {
  padding-right: 50px !important; }

.pr-60 {
  padding-right: 60px !important; }

.pr-70 {
  padding-right: 70px !important; }

.pr-80 {
  padding-right: 80px !important; }

.pr-90 {
  padding-right: 90px !important; }

.pr-100 {
  padding-right: 100px !important; }

.pr--10 {
  padding-right: -10px !important; }

.pr--15 {
  padding-right: -15px !important; }

.pr--20 {
  padding-right: -20px !important; }

.pr--25 {
  padding-right: -25px !important; }

.pr--30 {
  padding-right: -30px !important; }

.pr--40 {
  padding-right: -40px !important; }

.pr--50 {
  padding-right: -50px !important; }

.pr--60 {
  padding-right: -60px !important; }

.pr--70 {
  padding-right: -70px !important; }

.pr--80 {
  padding-right: -80px !important; }

.pr--90 {
  padding-right: -90px !important; }

.pr--100 {
  padding-right: -100px !important; }

.pl-0 {
  padding-left: 0px !important; }

.pl-10 {
  padding-left: 10px !important; }

.pl-15 {
  padding-left: 15px !important; }

.pl-20 {
  padding-left: 20px !important; }

.pl-25 {
  padding-left: 25px !important; }

.pl-30 {
  padding-left: 30px !important; }

.pl-40 {
  padding-left: 40px !important; }

.pl-50 {
  padding-left: 50px !important; }

.pl-60 {
  padding-left: 60px !important; }

.pl-70 {
  padding-left: 70px !important; }

.pl-80 {
  padding-left: 80px !important; }

.pl-90 {
  padding-left: 90px !important; }

.pl-100 {
  padding-left: 100px !important; }

.pl--10 {
  padding-left: -10px !important; }

.pl--15 {
  padding-left: -15px !important; }

.pl--20 {
  padding-left: -20px !important; }

.pl--25 {
  padding-left: -25px !important; }

.pl--30 {
  padding-left: -30px !important; }

.pl--40 {
  padding-left: -40px !important; }

.pl--50 {
  padding-left: -50px !important; }

.pl--60 {
  padding-left: -60px !important; }

.pl--70 {
  padding-left: -70px !important; }

.pl--80 {
  padding-left: -80px !important; }

.pl--90 {
  padding-left: -90px !important; }

.pl--100 {
  padding-left: -100px !important; }

@media (max-width: 1199.98px) {
  .p-lg-0 {
    padding: 0px !important; }
  .p-lg-10 {
    padding: 10px !important; }
  .p-lg-15 {
    padding: 15px !important; }
  .p-lg-20 {
    padding: 20px !important; }
  .p-lg-25 {
    padding: 25px !important; }
  .p-lg-30 {
    padding: 30px !important; }
  .p-lg-40 {
    padding: 40px !important; }
  .p-lg-50 {
    padding: 50px !important; }
  .p-lg-60 {
    padding: 60px !important; }
  .p-lg-70 {
    padding: 70px !important; }
  .p-lg-80 {
    padding: 80px !important; }
  .p-lg-90 {
    padding: 90px !important; }
  .p-lg-100 {
    padding: 100px !important; }
  .p-lg--10 {
    padding: -10px !important; }
  .p-lg--15 {
    padding: -15px !important; }
  .p-lg--20 {
    padding: -20px !important; }
  .p-lg--25 {
    padding: -25px !important; }
  .p-lg--30 {
    padding: -30px !important; }
  .p-lg--40 {
    padding: -40px !important; }
  .p-lg--50 {
    padding: -50px !important; }
  .p-lg--60 {
    padding: -60px !important; }
  .p-lg--70 {
    padding: -70px !important; }
  .p-lg--80 {
    padding: -80px !important; }
  .p-lg--90 {
    padding: -90px !important; }
  .p-lg--100 {
    padding: -100px !important; }
  .pt-lg-0 {
    padding-top: 0px !important; }
  .pt-lg-10 {
    padding-top: 10px !important; }
  .pt-lg-15 {
    padding-top: 15px !important; }
  .pt-lg-20 {
    padding-top: 20px !important; }
  .pt-lg-25 {
    padding-top: 25px !important; }
  .pt-lg-30 {
    padding-top: 30px !important; }
  .pt-lg-40 {
    padding-top: 40px !important; }
  .pt-lg-50 {
    padding-top: 50px !important; }
  .pt-lg-60 {
    padding-top: 60px !important; }
  .pt-lg-70 {
    padding-top: 70px !important; }
  .pt-lg-80 {
    padding-top: 80px !important; }
  .pt-lg-90 {
    padding-top: 90px !important; }
  .pt-lg-100 {
    padding-top: 100px !important; }
  .pt-lg--10 {
    padding-top: -10px !important; }
  .pt-lg--15 {
    padding-top: -15px !important; }
  .pt-lg--20 {
    padding-top: -20px !important; }
  .pt-lg--25 {
    padding-top: -25px !important; }
  .pt-lg--30 {
    padding-top: -30px !important; }
  .pt-lg--40 {
    padding-top: -40px !important; }
  .pt-lg--50 {
    padding-top: -50px !important; }
  .pt-lg--60 {
    padding-top: -60px !important; }
  .pt-lg--70 {
    padding-top: -70px !important; }
  .pt-lg--80 {
    padding-top: -80px !important; }
  .pt-lg--90 {
    padding-top: -90px !important; }
  .pt-lg--100 {
    padding-top: -100px !important; }
  .pb-lg-0 {
    padding-bottom: 0px !important; }
  .pb-lg-10 {
    padding-bottom: 10px !important; }
  .pb-lg-15 {
    padding-bottom: 15px !important; }
  .pb-lg-20 {
    padding-bottom: 20px !important; }
  .pb-lg-25 {
    padding-bottom: 25px !important; }
  .pb-lg-30 {
    padding-bottom: 30px !important; }
  .pb-lg-40 {
    padding-bottom: 40px !important; }
  .pb-lg-50 {
    padding-bottom: 50px !important; }
  .pb-lg-60 {
    padding-bottom: 60px !important; }
  .pb-lg-70 {
    padding-bottom: 70px !important; }
  .pb-lg-80 {
    padding-bottom: 80px !important; }
  .pb-lg-90 {
    padding-bottom: 90px !important; }
  .pb-lg-100 {
    padding-bottom: 100px !important; }
  .pb-lg--10 {
    padding-bottom: -10px !important; }
  .pb-lg--15 {
    padding-bottom: -15px !important; }
  .pb-lg--20 {
    padding-bottom: -20px !important; }
  .pb-lg--25 {
    padding-bottom: -25px !important; }
  .pb-lg--30 {
    padding-bottom: -30px !important; }
  .pb-lg--40 {
    padding-bottom: -40px !important; }
  .pb-lg--50 {
    padding-bottom: -50px !important; }
  .pb-lg--60 {
    padding-bottom: -60px !important; }
  .pb-lg--70 {
    padding-bottom: -70px !important; }
  .pb-lg--80 {
    padding-bottom: -80px !important; }
  .pb-lg--90 {
    padding-bottom: -90px !important; }
  .pb-lg--100 {
    padding-bottom: -100px !important; }
  .pr-lg-0 {
    padding-right: 0px !important; }
  .pr-lg-10 {
    padding-right: 10px !important; }
  .pr-lg-15 {
    padding-right: 15px !important; }
  .pr-lg-20 {
    padding-right: 20px !important; }
  .pr-lg-25 {
    padding-right: 25px !important; }
  .pr-lg-30 {
    padding-right: 30px !important; }
  .pr-lg-40 {
    padding-right: 40px !important; }
  .pr-lg-50 {
    padding-right: 50px !important; }
  .pr-lg-60 {
    padding-right: 60px !important; }
  .pr-lg-70 {
    padding-right: 70px !important; }
  .pr-lg-80 {
    padding-right: 80px !important; }
  .pr-lg-90 {
    padding-right: 90px !important; }
  .pr-lg-100 {
    padding-right: 100px !important; }
  .pr-lg--10 {
    padding-right: -10px !important; }
  .pr-lg--15 {
    padding-right: -15px !important; }
  .pr-lg--20 {
    padding-right: -20px !important; }
  .pr-lg--25 {
    padding-right: -25px !important; }
  .pr-lg--30 {
    padding-right: -30px !important; }
  .pr-lg--40 {
    padding-right: -40px !important; }
  .pr-lg--50 {
    padding-right: -50px !important; }
  .pr-lg--60 {
    padding-right: -60px !important; }
  .pr-lg--70 {
    padding-right: -70px !important; }
  .pr-lg--80 {
    padding-right: -80px !important; }
  .pr-lg--90 {
    padding-right: -90px !important; }
  .pr-lg--100 {
    padding-right: -100px !important; }
  .pl-lg-0 {
    padding-left: 0px !important; }
  .pl-lg-10 {
    padding-left: 10px !important; }
  .pl-lg-15 {
    padding-left: 15px !important; }
  .pl-lg-20 {
    padding-left: 20px !important; }
  .pl-lg-25 {
    padding-left: 25px !important; }
  .pl-lg-30 {
    padding-left: 30px !important; }
  .pl-lg-40 {
    padding-left: 40px !important; }
  .pl-lg-50 {
    padding-left: 50px !important; }
  .pl-lg-60 {
    padding-left: 60px !important; }
  .pl-lg-70 {
    padding-left: 70px !important; }
  .pl-lg-80 {
    padding-left: 80px !important; }
  .pl-lg-90 {
    padding-left: 90px !important; }
  .pl-lg-100 {
    padding-left: 100px !important; }
  .pl-lg--10 {
    padding-left: -10px !important; }
  .pl-lg--15 {
    padding-left: -15px !important; }
  .pl-lg--20 {
    padding-left: -20px !important; }
  .pl-lg--25 {
    padding-left: -25px !important; }
  .pl-lg--30 {
    padding-left: -30px !important; }
  .pl-lg--40 {
    padding-left: -40px !important; }
  .pl-lg--50 {
    padding-left: -50px !important; }
  .pl-lg--60 {
    padding-left: -60px !important; }
  .pl-lg--70 {
    padding-left: -70px !important; }
  .pl-lg--80 {
    padding-left: -80px !important; }
  .pl-lg--90 {
    padding-left: -90px !important; }
  .pl-lg--100 {
    padding-left: -100px !important; } }

@media (max-width: 991.98px) {
  .p-md-0 {
    padding: 0px !important; }
  .p-md-10 {
    padding: 10px !important; }
  .p-md-15 {
    padding: 15px !important; }
  .p-md-20 {
    padding: 20px !important; }
  .p-md-25 {
    padding: 25px !important; }
  .p-md-30 {
    padding: 30px !important; }
  .p-md-40 {
    padding: 40px !important; }
  .p-md-50 {
    padding: 50px !important; }
  .p-md-60 {
    padding: 60px !important; }
  .p-md-70 {
    padding: 70px !important; }
  .p-md-80 {
    padding: 80px !important; }
  .p-md-90 {
    padding: 90px !important; }
  .p-md-100 {
    padding: 100px !important; }
  .p-md--10 {
    padding: -10px !important; }
  .p-md--15 {
    padding: -15px !important; }
  .p-md--20 {
    padding: -20px !important; }
  .p-md--25 {
    padding: -25px !important; }
  .p-md--30 {
    padding: -30px !important; }
  .p-md--40 {
    padding: -40px !important; }
  .p-md--50 {
    padding: -50px !important; }
  .p-md--60 {
    padding: -60px !important; }
  .p-md--70 {
    padding: -70px !important; }
  .p-md--80 {
    padding: -80px !important; }
  .p-md--90 {
    padding: -90px !important; }
  .p-md--100 {
    padding: -100px !important; }
  .pt-md-0 {
    padding-top: 0px !important; }
  .pt-md-10 {
    padding-top: 10px !important; }
  .pt-md-15 {
    padding-top: 15px !important; }
  .pt-md-20 {
    padding-top: 20px !important; }
  .pt-md-25 {
    padding-top: 25px !important; }
  .pt-md-30 {
    padding-top: 30px !important; }
  .pt-md-40 {
    padding-top: 40px !important; }
  .pt-md-50 {
    padding-top: 50px !important; }
  .pt-md-60 {
    padding-top: 60px !important; }
  .pt-md-70 {
    padding-top: 70px !important; }
  .pt-md-80 {
    padding-top: 80px !important; }
  .pt-md-90 {
    padding-top: 90px !important; }
  .pt-md-100 {
    padding-top: 100px !important; }
  .pt-md--10 {
    padding-top: -10px !important; }
  .pt-md--15 {
    padding-top: -15px !important; }
  .pt-md--20 {
    padding-top: -20px !important; }
  .pt-md--25 {
    padding-top: -25px !important; }
  .pt-md--30 {
    padding-top: -30px !important; }
  .pt-md--40 {
    padding-top: -40px !important; }
  .pt-md--50 {
    padding-top: -50px !important; }
  .pt-md--60 {
    padding-top: -60px !important; }
  .pt-md--70 {
    padding-top: -70px !important; }
  .pt-md--80 {
    padding-top: -80px !important; }
  .pt-md--90 {
    padding-top: -90px !important; }
  .pt-md--100 {
    padding-top: -100px !important; }
  .pb-md-0 {
    padding-bottom: 0px !important; }
  .pb-md-10 {
    padding-bottom: 10px !important; }
  .pb-md-15 {
    padding-bottom: 15px !important; }
  .pb-md-20 {
    padding-bottom: 20px !important; }
  .pb-md-25 {
    padding-bottom: 25px !important; }
  .pb-md-30 {
    padding-bottom: 30px !important; }
  .pb-md-40 {
    padding-bottom: 40px !important; }
  .pb-md-50 {
    padding-bottom: 50px !important; }
  .pb-md-60 {
    padding-bottom: 60px !important; }
  .pb-md-70 {
    padding-bottom: 70px !important; }
  .pb-md-80 {
    padding-bottom: 80px !important; }
  .pb-md-90 {
    padding-bottom: 90px !important; }
  .pb-md-100 {
    padding-bottom: 100px !important; }
  .pb-md--10 {
    padding-bottom: -10px !important; }
  .pb-md--15 {
    padding-bottom: -15px !important; }
  .pb-md--20 {
    padding-bottom: -20px !important; }
  .pb-md--25 {
    padding-bottom: -25px !important; }
  .pb-md--30 {
    padding-bottom: -30px !important; }
  .pb-md--40 {
    padding-bottom: -40px !important; }
  .pb-md--50 {
    padding-bottom: -50px !important; }
  .pb-md--60 {
    padding-bottom: -60px !important; }
  .pb-md--70 {
    padding-bottom: -70px !important; }
  .pb-md--80 {
    padding-bottom: -80px !important; }
  .pb-md--90 {
    padding-bottom: -90px !important; }
  .pb-md--100 {
    padding-bottom: -100px !important; }
  .pr-md-0 {
    padding-right: 0px !important; }
  .pr-md-10 {
    padding-right: 10px !important; }
  .pr-md-15 {
    padding-right: 15px !important; }
  .pr-md-20 {
    padding-right: 20px !important; }
  .pr-md-25 {
    padding-right: 25px !important; }
  .pr-md-30 {
    padding-right: 30px !important; }
  .pr-md-40 {
    padding-right: 40px !important; }
  .pr-md-50 {
    padding-right: 50px !important; }
  .pr-md-60 {
    padding-right: 60px !important; }
  .pr-md-70 {
    padding-right: 70px !important; }
  .pr-md-80 {
    padding-right: 80px !important; }
  .pr-md-90 {
    padding-right: 90px !important; }
  .pr-md-100 {
    padding-right: 100px !important; }
  .pr-md--10 {
    padding-right: -10px !important; }
  .pr-md--15 {
    padding-right: -15px !important; }
  .pr-md--20 {
    padding-right: -20px !important; }
  .pr-md--25 {
    padding-right: -25px !important; }
  .pr-md--30 {
    padding-right: -30px !important; }
  .pr-md--40 {
    padding-right: -40px !important; }
  .pr-md--50 {
    padding-right: -50px !important; }
  .pr-md--60 {
    padding-right: -60px !important; }
  .pr-md--70 {
    padding-right: -70px !important; }
  .pr-md--80 {
    padding-right: -80px !important; }
  .pr-md--90 {
    padding-right: -90px !important; }
  .pr-md--100 {
    padding-right: -100px !important; }
  .pl-md-0 {
    padding-left: 0px !important; }
  .pl-md-10 {
    padding-left: 10px !important; }
  .pl-md-15 {
    padding-left: 15px !important; }
  .pl-md-20 {
    padding-left: 20px !important; }
  .pl-md-25 {
    padding-left: 25px !important; }
  .pl-md-30 {
    padding-left: 30px !important; }
  .pl-md-40 {
    padding-left: 40px !important; }
  .pl-md-50 {
    padding-left: 50px !important; }
  .pl-md-60 {
    padding-left: 60px !important; }
  .pl-md-70 {
    padding-left: 70px !important; }
  .pl-md-80 {
    padding-left: 80px !important; }
  .pl-md-90 {
    padding-left: 90px !important; }
  .pl-md-100 {
    padding-left: 100px !important; }
  .pl-md--10 {
    padding-left: -10px !important; }
  .pl-md--15 {
    padding-left: -15px !important; }
  .pl-md--20 {
    padding-left: -20px !important; }
  .pl-md--25 {
    padding-left: -25px !important; }
  .pl-md--30 {
    padding-left: -30px !important; }
  .pl-md--40 {
    padding-left: -40px !important; }
  .pl-md--50 {
    padding-left: -50px !important; }
  .pl-md--60 {
    padding-left: -60px !important; }
  .pl-md--70 {
    padding-left: -70px !important; }
  .pl-md--80 {
    padding-left: -80px !important; }
  .pl-md--90 {
    padding-left: -90px !important; }
  .pl-md--100 {
    padding-left: -100px !important; } }

@media (max-width: 767.98px) {
  .p-sm-0 {
    padding: 0px !important; }
  .p-sm-10 {
    padding: 10px !important; }
  .p-sm-15 {
    padding: 15px !important; }
  .p-sm-20 {
    padding: 20px !important; }
  .p-sm-25 {
    padding: 25px !important; }
  .p-sm-30 {
    padding: 30px !important; }
  .p-sm-40 {
    padding: 40px !important; }
  .p-sm-50 {
    padding: 50px !important; }
  .p-sm-60 {
    padding: 60px !important; }
  .p-sm-70 {
    padding: 70px !important; }
  .p-sm-80 {
    padding: 80px !important; }
  .p-sm-90 {
    padding: 90px !important; }
  .p-sm-100 {
    padding: 100px !important; }
  .p-sm--10 {
    padding: -10px !important; }
  .p-sm--15 {
    padding: -15px !important; }
  .p-sm--20 {
    padding: -20px !important; }
  .p-sm--25 {
    padding: -25px !important; }
  .p-sm--30 {
    padding: -30px !important; }
  .p-sm--40 {
    padding: -40px !important; }
  .p-sm--50 {
    padding: -50px !important; }
  .p-sm--60 {
    padding: -60px !important; }
  .p-sm--70 {
    padding: -70px !important; }
  .p-sm--80 {
    padding: -80px !important; }
  .p-sm--90 {
    padding: -90px !important; }
  .p-sm--100 {
    padding: -100px !important; }
  .pt-sm-0 {
    padding-top: 0px !important; }
  .pt-sm-10 {
    padding-top: 10px !important; }
  .pt-sm-15 {
    padding-top: 15px !important; }
  .pt-sm-20 {
    padding-top: 20px !important; }
  .pt-sm-25 {
    padding-top: 25px !important; }
  .pt-sm-30 {
    padding-top: 30px !important; }
  .pt-sm-40 {
    padding-top: 40px !important; }
  .pt-sm-50 {
    padding-top: 50px !important; }
  .pt-sm-60 {
    padding-top: 60px !important; }
  .pt-sm-70 {
    padding-top: 70px !important; }
  .pt-sm-80 {
    padding-top: 80px !important; }
  .pt-sm-90 {
    padding-top: 90px !important; }
  .pt-sm-100 {
    padding-top: 100px !important; }
  .pt-sm--10 {
    padding-top: -10px !important; }
  .pt-sm--15 {
    padding-top: -15px !important; }
  .pt-sm--20 {
    padding-top: -20px !important; }
  .pt-sm--25 {
    padding-top: -25px !important; }
  .pt-sm--30 {
    padding-top: -30px !important; }
  .pt-sm--40 {
    padding-top: -40px !important; }
  .pt-sm--50 {
    padding-top: -50px !important; }
  .pt-sm--60 {
    padding-top: -60px !important; }
  .pt-sm--70 {
    padding-top: -70px !important; }
  .pt-sm--80 {
    padding-top: -80px !important; }
  .pt-sm--90 {
    padding-top: -90px !important; }
  .pt-sm--100 {
    padding-top: -100px !important; }
  .pb-sm-0 {
    padding-bottom: 0px !important; }
  .pb-sm-10 {
    padding-bottom: 10px !important; }
  .pb-sm-15 {
    padding-bottom: 15px !important; }
  .pb-sm-20 {
    padding-bottom: 20px !important; }
  .pb-sm-25 {
    padding-bottom: 25px !important; }
  .pb-sm-30 {
    padding-bottom: 30px !important; }
  .pb-sm-40 {
    padding-bottom: 40px !important; }
  .pb-sm-50 {
    padding-bottom: 50px !important; }
  .pb-sm-60 {
    padding-bottom: 60px !important; }
  .pb-sm-70 {
    padding-bottom: 70px !important; }
  .pb-sm-80 {
    padding-bottom: 80px !important; }
  .pb-sm-90 {
    padding-bottom: 90px !important; }
  .pb-sm-100 {
    padding-bottom: 100px !important; }
  .pb-sm--10 {
    padding-bottom: -10px !important; }
  .pb-sm--15 {
    padding-bottom: -15px !important; }
  .pb-sm--20 {
    padding-bottom: -20px !important; }
  .pb-sm--25 {
    padding-bottom: -25px !important; }
  .pb-sm--30 {
    padding-bottom: -30px !important; }
  .pb-sm--40 {
    padding-bottom: -40px !important; }
  .pb-sm--50 {
    padding-bottom: -50px !important; }
  .pb-sm--60 {
    padding-bottom: -60px !important; }
  .pb-sm--70 {
    padding-bottom: -70px !important; }
  .pb-sm--80 {
    padding-bottom: -80px !important; }
  .pb-sm--90 {
    padding-bottom: -90px !important; }
  .pb-sm--100 {
    padding-bottom: -100px !important; }
  .pr-sm-0 {
    padding-right: 0px !important; }
  .pr-sm-10 {
    padding-right: 10px !important; }
  .pr-sm-15 {
    padding-right: 15px !important; }
  .pr-sm-20 {
    padding-right: 20px !important; }
  .pr-sm-25 {
    padding-right: 25px !important; }
  .pr-sm-30 {
    padding-right: 30px !important; }
  .pr-sm-40 {
    padding-right: 40px !important; }
  .pr-sm-50 {
    padding-right: 50px !important; }
  .pr-sm-60 {
    padding-right: 60px !important; }
  .pr-sm-70 {
    padding-right: 70px !important; }
  .pr-sm-80 {
    padding-right: 80px !important; }
  .pr-sm-90 {
    padding-right: 90px !important; }
  .pr-sm-100 {
    padding-right: 100px !important; }
  .pr-sm--10 {
    padding-right: -10px !important; }
  .pr-sm--15 {
    padding-right: -15px !important; }
  .pr-sm--20 {
    padding-right: -20px !important; }
  .pr-sm--25 {
    padding-right: -25px !important; }
  .pr-sm--30 {
    padding-right: -30px !important; }
  .pr-sm--40 {
    padding-right: -40px !important; }
  .pr-sm--50 {
    padding-right: -50px !important; }
  .pr-sm--60 {
    padding-right: -60px !important; }
  .pr-sm--70 {
    padding-right: -70px !important; }
  .pr-sm--80 {
    padding-right: -80px !important; }
  .pr-sm--90 {
    padding-right: -90px !important; }
  .pr-sm--100 {
    padding-right: -100px !important; }
  .pl-sm-0 {
    padding-left: 0px !important; }
  .pl-sm-10 {
    padding-left: 10px !important; }
  .pl-sm-15 {
    padding-left: 15px !important; }
  .pl-sm-20 {
    padding-left: 20px !important; }
  .pl-sm-25 {
    padding-left: 25px !important; }
  .pl-sm-30 {
    padding-left: 30px !important; }
  .pl-sm-40 {
    padding-left: 40px !important; }
  .pl-sm-50 {
    padding-left: 50px !important; }
  .pl-sm-60 {
    padding-left: 60px !important; }
  .pl-sm-70 {
    padding-left: 70px !important; }
  .pl-sm-80 {
    padding-left: 80px !important; }
  .pl-sm-90 {
    padding-left: 90px !important; }
  .pl-sm-100 {
    padding-left: 100px !important; }
  .pl-sm--10 {
    padding-left: -10px !important; }
  .pl-sm--15 {
    padding-left: -15px !important; }
  .pl-sm--20 {
    padding-left: -20px !important; }
  .pl-sm--25 {
    padding-left: -25px !important; }
  .pl-sm--30 {
    padding-left: -30px !important; }
  .pl-sm--40 {
    padding-left: -40px !important; }
  .pl-sm--50 {
    padding-left: -50px !important; }
  .pl-sm--60 {
    padding-left: -60px !important; }
  .pl-sm--70 {
    padding-left: -70px !important; }
  .pl-sm--80 {
    padding-left: -80px !important; }
  .pl-sm--90 {
    padding-left: -90px !important; }
  .pl-sm--100 {
    padding-left: -100px !important; } }

@media (max-width: 575.98px) {
  .p-xs-0 {
    padding: 0px !important; }
  .p-xs-10 {
    padding: 10px !important; }
  .p-xs-15 {
    padding: 15px !important; }
  .p-xs-20 {
    padding: 20px !important; }
  .p-xs-25 {
    padding: 25px !important; }
  .p-xs-30 {
    padding: 30px !important; }
  .p-xs-40 {
    padding: 40px !important; }
  .p-xs-50 {
    padding: 50px !important; }
  .p-xs-60 {
    padding: 60px !important; }
  .p-xs-70 {
    padding: 70px !important; }
  .p-xs-80 {
    padding: 80px !important; }
  .p-xs-90 {
    padding: 90px !important; }
  .p-xs-100 {
    padding: 100px !important; }
  .p-xs--10 {
    padding: -10px !important; }
  .p-xs--15 {
    padding: -15px !important; }
  .p-xs--20 {
    padding: -20px !important; }
  .p-xs--25 {
    padding: -25px !important; }
  .p-xs--30 {
    padding: -30px !important; }
  .p-xs--40 {
    padding: -40px !important; }
  .p-xs--50 {
    padding: -50px !important; }
  .p-xs--60 {
    padding: -60px !important; }
  .p-xs--70 {
    padding: -70px !important; }
  .p-xs--80 {
    padding: -80px !important; }
  .p-xs--90 {
    padding: -90px !important; }
  .p-xs--100 {
    padding: -100px !important; }
  .pt-xs-0 {
    padding-top: 0px !important; }
  .pt-xs-10 {
    padding-top: 10px !important; }
  .pt-xs-15 {
    padding-top: 15px !important; }
  .pt-xs-20 {
    padding-top: 20px !important; }
  .pt-xs-25 {
    padding-top: 25px !important; }
  .pt-xs-30 {
    padding-top: 30px !important; }
  .pt-xs-40 {
    padding-top: 40px !important; }
  .pt-xs-50 {
    padding-top: 50px !important; }
  .pt-xs-60 {
    padding-top: 60px !important; }
  .pt-xs-70 {
    padding-top: 70px !important; }
  .pt-xs-80 {
    padding-top: 80px !important; }
  .pt-xs-90 {
    padding-top: 90px !important; }
  .pt-xs-100 {
    padding-top: 100px !important; }
  .pt-xs--10 {
    padding-top: -10px !important; }
  .pt-xs--15 {
    padding-top: -15px !important; }
  .pt-xs--20 {
    padding-top: -20px !important; }
  .pt-xs--25 {
    padding-top: -25px !important; }
  .pt-xs--30 {
    padding-top: -30px !important; }
  .pt-xs--40 {
    padding-top: -40px !important; }
  .pt-xs--50 {
    padding-top: -50px !important; }
  .pt-xs--60 {
    padding-top: -60px !important; }
  .pt-xs--70 {
    padding-top: -70px !important; }
  .pt-xs--80 {
    padding-top: -80px !important; }
  .pt-xs--90 {
    padding-top: -90px !important; }
  .pt-xs--100 {
    padding-top: -100px !important; }
  .pb-xs-0 {
    padding-bottom: 0px !important; }
  .pb-xs-10 {
    padding-bottom: 10px !important; }
  .pb-xs-15 {
    padding-bottom: 15px !important; }
  .pb-xs-20 {
    padding-bottom: 20px !important; }
  .pb-xs-25 {
    padding-bottom: 25px !important; }
  .pb-xs-30 {
    padding-bottom: 30px !important; }
  .pb-xs-40 {
    padding-bottom: 40px !important; }
  .pb-xs-50 {
    padding-bottom: 50px !important; }
  .pb-xs-60 {
    padding-bottom: 60px !important; }
  .pb-xs-70 {
    padding-bottom: 70px !important; }
  .pb-xs-80 {
    padding-bottom: 80px !important; }
  .pb-xs-90 {
    padding-bottom: 90px !important; }
  .pb-xs-100 {
    padding-bottom: 100px !important; }
  .pb-xs--10 {
    padding-bottom: -10px !important; }
  .pb-xs--15 {
    padding-bottom: -15px !important; }
  .pb-xs--20 {
    padding-bottom: -20px !important; }
  .pb-xs--25 {
    padding-bottom: -25px !important; }
  .pb-xs--30 {
    padding-bottom: -30px !important; }
  .pb-xs--40 {
    padding-bottom: -40px !important; }
  .pb-xs--50 {
    padding-bottom: -50px !important; }
  .pb-xs--60 {
    padding-bottom: -60px !important; }
  .pb-xs--70 {
    padding-bottom: -70px !important; }
  .pb-xs--80 {
    padding-bottom: -80px !important; }
  .pb-xs--90 {
    padding-bottom: -90px !important; }
  .pb-xs--100 {
    padding-bottom: -100px !important; }
  .pr-xs-0 {
    padding-right: 0px !important; }
  .pr-xs-10 {
    padding-right: 10px !important; }
  .pr-xs-15 {
    padding-right: 15px !important; }
  .pr-xs-20 {
    padding-right: 20px !important; }
  .pr-xs-25 {
    padding-right: 25px !important; }
  .pr-xs-30 {
    padding-right: 30px !important; }
  .pr-xs-40 {
    padding-right: 40px !important; }
  .pr-xs-50 {
    padding-right: 50px !important; }
  .pr-xs-60 {
    padding-right: 60px !important; }
  .pr-xs-70 {
    padding-right: 70px !important; }
  .pr-xs-80 {
    padding-right: 80px !important; }
  .pr-xs-90 {
    padding-right: 90px !important; }
  .pr-xs-100 {
    padding-right: 100px !important; }
  .pr-xs--10 {
    padding-right: -10px !important; }
  .pr-xs--15 {
    padding-right: -15px !important; }
  .pr-xs--20 {
    padding-right: -20px !important; }
  .pr-xs--25 {
    padding-right: -25px !important; }
  .pr-xs--30 {
    padding-right: -30px !important; }
  .pr-xs--40 {
    padding-right: -40px !important; }
  .pr-xs--50 {
    padding-right: -50px !important; }
  .pr-xs--60 {
    padding-right: -60px !important; }
  .pr-xs--70 {
    padding-right: -70px !important; }
  .pr-xs--80 {
    padding-right: -80px !important; }
  .pr-xs--90 {
    padding-right: -90px !important; }
  .pr-xs--100 {
    padding-right: -100px !important; }
  .pl-xs-0 {
    padding-left: 0px !important; }
  .pl-xs-10 {
    padding-left: 10px !important; }
  .pl-xs-15 {
    padding-left: 15px !important; }
  .pl-xs-20 {
    padding-left: 20px !important; }
  .pl-xs-25 {
    padding-left: 25px !important; }
  .pl-xs-30 {
    padding-left: 30px !important; }
  .pl-xs-40 {
    padding-left: 40px !important; }
  .pl-xs-50 {
    padding-left: 50px !important; }
  .pl-xs-60 {
    padding-left: 60px !important; }
  .pl-xs-70 {
    padding-left: 70px !important; }
  .pl-xs-80 {
    padding-left: 80px !important; }
  .pl-xs-90 {
    padding-left: 90px !important; }
  .pl-xs-100 {
    padding-left: 100px !important; }
  .pl-xs--10 {
    padding-left: -10px !important; }
  .pl-xs--15 {
    padding-left: -15px !important; }
  .pl-xs--20 {
    padding-left: -20px !important; }
  .pl-xs--25 {
    padding-left: -25px !important; }
  .pl-xs--30 {
    padding-left: -30px !important; }
  .pl-xs--40 {
    padding-left: -40px !important; }
  .pl-xs--50 {
    padding-left: -50px !important; }
  .pl-xs--60 {
    padding-left: -60px !important; }
  .pl-xs--70 {
    padding-left: -70px !important; }
  .pl-xs--80 {
    padding-left: -80px !important; }
  .pl-xs--90 {
    padding-left: -90px !important; }
  .pl-xs--100 {
    padding-left: -100px !important; } }

.tm-responsive-pos-top-0 {
  top: 0px; }

.tm-responsive-pos-top-10 {
  top: 10px; }

.tm-responsive-pos-top-15 {
  top: 15px; }

.tm-responsive-pos-top-20 {
  top: 20px; }

.tm-responsive-pos-top-25 {
  top: 25px; }

.tm-responsive-pos-top-30 {
  top: 30px; }

.tm-responsive-pos-top-40 {
  top: 40px; }

.tm-responsive-pos-top-50 {
  top: 50px; }

.tm-responsive-pos-top-60 {
  top: 60px; }

.tm-responsive-pos-top-70 {
  top: 70px; }

.tm-responsive-pos-top-80 {
  top: 80px; }

.tm-responsive-pos-top-90 {
  top: 90px; }

.tm-responsive-pos-top-100 {
  top: 100px; }

@media (max-width: 991.98px) {
  [class^="tm-responsive-pos-top-"], [class*=" tm-responsive-pos-top-"] {
    top: 0; } }

.tm-responsive-pos-bottom-0 {
  bottom: 0px; }

.tm-responsive-pos-bottom-10 {
  bottom: 10px; }

.tm-responsive-pos-bottom-15 {
  bottom: 15px; }

.tm-responsive-pos-bottom-20 {
  bottom: 20px; }

.tm-responsive-pos-bottom-25 {
  bottom: 25px; }

.tm-responsive-pos-bottom-30 {
  bottom: 30px; }

.tm-responsive-pos-bottom-40 {
  bottom: 40px; }

.tm-responsive-pos-bottom-50 {
  bottom: 50px; }

.tm-responsive-pos-bottom-60 {
  bottom: 60px; }

.tm-responsive-pos-bottom-70 {
  bottom: 70px; }

.tm-responsive-pos-bottom-80 {
  bottom: 80px; }

.tm-responsive-pos-bottom-90 {
  bottom: 90px; }

.tm-responsive-pos-bottom-100 {
  bottom: 100px; }

@media (max-width: 991.98px) {
  [class^="tm-responsive-pos-bottom-"], [class*=" tm-responsive-pos-bottom-"] {
    bottom: 0; } }

.mt-responsive--150 {
  margin-top: -150px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--150 {
      margin-top: -100px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--150 {
      margin-top: -50px; } }

.mt-responsive--200 {
  margin-top: -200px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--200 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--200 {
      margin-top: -80px; } }

.mt-responsive--210 {
  margin-top: -210px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--210 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--210 {
      margin-top: -80px; } }

.mt-responsive--220 {
  margin-top: -220px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--220 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--220 {
      margin-top: -80px; } }

.mt-responsive--230 {
  margin-top: -230px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--230 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--230 {
      margin-top: -80px; } }

.mt-responsive--240 {
  margin-top: -240px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--240 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--240 {
      margin-top: -80px; } }

.mt-responsive--250 {
  margin-top: -250px; }
  @media (max-width: 1199.98px) {
    .mt-responsive--250 {
      margin-top: -150px; } }
  @media (max-width: 991.98px) {
    .mt-responsive--250 {
      margin-top: -80px; } }

@media (max-width: 767.98px) {
  [class^="mt-responsive-"], [class*=" mt-responsive-"] {
    margin-top: 0; } }

/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/
/*==========  Non-Mobile First Method  ==========*/
/*==========  minimum and maximum breakpoint Method  ==========*/
@media (min-width: 992px) and (max-width: 1199.98px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 3rem; }
  /* 39px */
  h2 {
    font-size: 2.3077rem; }
  /* 30px */
  h3 {
    font-size: 1.8461rem; }
  /* 24px */
  h4 {
    font-size: 1.3846rem; }
  /* 18px */
  h5 {
    font-size: 1.2308rem; }
  /* 16px */
  h6 {
    font-size: 1rem; }
  /* 13px */ }

@media (min-width: 768px) and (max-width: 991.98px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 3rem; }
  /* 39px */
  h2 {
    font-size: 2.3077rem; }
  /* 30px */
  h3 {
    font-size: 1.8461rem; }
  /* 24px */
  h4 {
    font-size: 1.3846rem; }
  /* 18px */
  h5 {
    font-size: 1.2308rem; }
  /* 16px */
  h6 {
    font-size: 1rem; }
  /* 13px */ }

@media (max-width: 767.98px) {
  body {
    font-size: 15px; }
  h1 {
    font-size: 2.5rem; }
  /* 30px */
  h2 {
    font-size: 2rem; }
  /* 24px */
  h3 {
    font-size: 1.6667rem; }
  /* 20px */
  h4 {
    font-size: 1.3333rem; }
  /* 16px */
  h5 {
    font-size: 1.1667rem; }
  /* 14px */
  h6 {
    font-size: 1rem; }
  /* 12px */ }
