/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/**
 * Common SCSS for front end and backend css
*/
.aligncenter {
  text-align: center; }

*[class^='rise-blocks-'] .fa {
  font-family: fontAwesome; }

* {
  word-break: break-word; }

.is-light-theme aside.widget-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .is-light-theme aside.widget-area section {
    max-width: 100%; }

/* header style */
.rise-blocks-header .widgettitle {
  display: none; }

.rise-blocks-header .wp-block-search label {
  display: none; }

.rise-blocks-header .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  max-width: 280px;
  width: 100%; }
  .rise-blocks-header .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__input {
    border: 1px solid #eee;
    background: #fafafa;
    height: 45px;
    padding: 0 75px 0 15px;
    border-radius: 5px 0 0 5px; }
  .rise-blocks-header .wp-block-search .wp-block-search__inside-wrapper button.wp-block-search__button {
    height: 45px;
    background: #000;
    margin: 0;
    border: none;
    color: #fff;
    font-size: 13px;
    min-width: 76px;
    border-radius: 0 5px 5px 0;
    cursor: pointer; }

.rise-blocks-header .wp-block-columns {
  margin-bottom: 0;
  -ms-flex-align: center;
      align-items: center; }
  .rise-blocks-header .wp-block-columns .wp-block-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center; }
    .rise-blocks-header .wp-block-columns .wp-block-column > * {
      margin-left: 15px; }

.rise-blocks-header .widget {
  margin-bottom: 0; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-banner-has-bg .rise-blocks-banner-overlay {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background: rgba(245, 245, 245, 0.6); }

.rise-blocks-banner-has-bg {
  position: relative;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  height: 65vh;
  padding: 0 15px;
  /* banner content */
  /* banner button */ }
  .rise-blocks-banner-has-bg a:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .rise-blocks-banner-has-bg .rise-blocks-banner-caption {
    position: relative;
    max-width: 1140px;
    margin: auto;
    height: 100%; }
    .rise-blocks-banner-has-bg .rise-blocks-banner-caption .rise-blocks-banner-title {
      margin-bottom: 16px;
      text-transform: capitalize;
      margin-top: 0; }
    .rise-blocks-banner-has-bg .rise-blocks-banner-caption .rise-blocks-banner-content {
      max-width: 650px;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .rise-blocks-banner-has-bg .rise-blocks-banner-caption .rise-blocks-banner-text-content {
      padding-top: 16px;
      padding-bottom: 16px; }
  .rise-blocks-banner-has-bg .rise-blocks-banner-btn-group {
    margin-top: 40px; }
    .rise-blocks-banner-has-bg .rise-blocks-banner-btn-group .rise-blocks-banner-btn {
      vertical-align: middle;
      padding: 16px 24px;
      text-transform: uppercase;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      text-decoration: none; }
      .rise-blocks-banner-has-bg .rise-blocks-banner-btn-group .rise-blocks-banner-btn:focus {
        outline: none; }

/* slick dots */
.rise-blocks-banner-slider-init .slick-dots {
  position: absolute;
  bottom: 25px;
  margin: auto;
  padding: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 99; }
  .rise-blocks-banner-slider-init .slick-dots > li:only-child {
    display: none; }
  .rise-blocks-banner-slider-init .slick-dots li {
    position: relative;
    display: inline-block;
    padding: 0;
    cursor: pointer;
    margin: 2px 3px; }
    .rise-blocks-banner-slider-init .slick-dots li button {
      font-size: 0;
      line-height: 0;
      width: 30px;
      height: 6px;
      padding: 1px;
      color: #fff;
      border: 1px solid;
      outline: 0;
      background: transparent; }

/* slick arrow */
.rise-blocks-banner-slider-init .rise-blocks-prev-arrow, .rise-blocks-banner-slider-init .rise-blocks-next-arrow {
  position: absolute;
  z-index: 9;
  color: #000;
  padding: 8px;
  line-height: 0;
  font-size: 20px;
  width: 41px;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: transparent;
  border: 2px solid;
  border-color: #fff;
  background: #fff;
  cursor: pointer; }
  .rise-blocks-banner-slider-init .rise-blocks-prev-arrow:focus, .rise-blocks-banner-slider-init .rise-blocks-next-arrow:focus {
    outline: none; }

.rise-blocks-banner-slider-init .rise-blocks-prev-arrow.rise-blocks-slider-arrow {
  left: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.rise-blocks-banner-slider-init .rise-blocks-prev-arrow.arrow-right {
  left: 18px;
  top: 0; }

.rise-blocks-banner-slider-init .rise-blocks-next-arrow.rise-blocks-slider-arrow {
  right: 18px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.rise-blocks-banner-slider-init .rise-blocks-next-arrow.arrow-right {
  right: 15px;
  top: 0; }

.fade-zoom .rise-blocks-banner-has-bg {
  -webkit-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: scale(1.25, 1.25);
      -ms-transform: scale(1.25, 1.25);
          transform: scale(1.25, 1.25); }

.fade-zoom .slick-active .rise-blocks-banner-has-bg {
  -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
          transform: scale(1, 1); }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-heading-section {
  text-align: center; }
  .rise-blocks-heading-section.left {
    text-align: left; }
  .rise-blocks-heading-section.right {
    text-align: right; }
  .rise-blocks-heading-section.center {
    text-align: center; }
  .rise-blocks-heading-section .rise-blocks-sub-title {
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 0.7rem;
    border: 1px solid #000;
    padding: 0 0.4rem;
    line-height: 1.3rem;
    border-radius: 0.2rem;
    display: inline-block;
    min-width: 30px; }
  .rise-blocks-heading-section .rise-blocks-title {
    padding: 0.4rem 0 0;
    font-size: 2rem;
    font-family: lato;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 700;
    color: #000;
    line-height: 1.2; }
    .rise-blocks-heading-section .rise-blocks-title:before {
      display: none; }
  .rise-blocks-heading-section .rise-blocks-sub-description {
    padding-top: 15px;
    color: #666;
    font-size: 16px; }
  .rise-blocks-heading-section .rise-blocks-line {
    display: inline-block;
    height: 3px;
    width: 50px;
    border-radius: 25%;
    background-color: #000; }

span.rise-blocks-title {
  display: block; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-cta-wrapper {
  position: relative;
  padding: 100px 40px;
  background-repeat: no-repeat !important;
  background-size: cover !important; }
  .rise-blocks-cta-wrapper .rise-blocks-cta-content {
    position: relative;
    z-index: 9;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    margin: 0 auto;
    max-width: 1140px; }
  @media (max-width: 992px) {
    .rise-blocks-cta-wrapper .rise-blocks-cta-content {
      max-width: 720px; } }
  @media (max-width: 768px) {
    .rise-blocks-cta-wrapper .rise-blocks-cta-content {
      max-width: 540px; } }
  .rise-blocks-cta-wrapper .rise-blocks-cta-btn-wrapper {
    max-width: 30%;
    -ms-flex: 0 0 30%;
        flex: 0 0 30%;
    text-align: right; }
    @media (max-width: 768px) {
      .rise-blocks-cta-wrapper .rise-blocks-cta-btn-wrapper {
        max-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        margin-top: 30px;
        text-align: left; } }
    .rise-blocks-cta-wrapper .rise-blocks-cta-btn-wrapper .rise-blocks-cta-btn {
      padding: 14px 30px;
      border-width: 0px;
      border-style: solid;
      font-weight: 400;
      line-height: 1.2;
      font-size: 16px;
      background-color: #000;
      color: white;
      text-decoration: none;
      display: inline-block; }
      .rise-blocks-cta-wrapper .rise-blocks-cta-btn-wrapper .rise-blocks-cta-btn:hover {
        text-decoration: none;
        color: #fff;
        background: #f1262f; }
  .rise-blocks-cta-wrapper .rise-blocks-cta-title-wrapper {
    max-width: 70%;
    -ms-flex: 0 0 70%;
        flex: 0 0 70%;
    padding-right: 20px;
    text-align: left; }
    @media (max-width: 768px) {
      .rise-blocks-cta-wrapper .rise-blocks-cta-title-wrapper {
        max-width: 100%;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        padding-right: 0; } }
    .rise-blocks-cta-wrapper .rise-blocks-cta-title-wrapper > .rise-blocks-cta-title {
      position: relative; }
    .rise-blocks-cta-wrapper .rise-blocks-cta-title-wrapper .rise-blocks-cta-title {
      margin: 0;
      color: black;
      padding-bottom: 15px;
      font-size: 42px;
      font-weight: 700;
      line-height: 1.2; }
    .rise-blocks-cta-wrapper .rise-blocks-cta-title-wrapper .rise-blocks-cta-title-line {
      height: 3px;
      width: 50px;
      border-radius: 25%;
      background: #000;
      display: block; }
  .rise-blocks-cta-wrapper .rise-blocks-cta-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgba(233, 233, 233, 0.5); }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-rise-blocks-section {
  position: relative;
  background-repeat: no-repeat !important;
  background-size: cover;
  z-index: 1; }
  .wp-block-rise-blocks-section .rise-blocks-section-wrapper {
    margin: 0 auto;
    padding: 15px; }
    .wp-block-rise-blocks-section .rise-blocks-section-wrapper.rise-blocks-boxed {
      max-width: 1140px; }
      @media (max-width: 992px) {
        .wp-block-rise-blocks-section .rise-blocks-section-wrapper.rise-blocks-boxed {
          max-width: 720px; } }
      @media (max-width: 768px) {
        .wp-block-rise-blocks-section .rise-blocks-section-wrapper.rise-blocks-boxed {
          max-width: 540px; } }
    .wp-block-rise-blocks-section .rise-blocks-section-wrapper .rise-blocks-section-inner {
      position: relative; }
  .wp-block-rise-blocks-section .rise-blocks-section-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1; }
  .wp-block-rise-blocks-section p:empty {
    display: none; }
  .wp-block-rise-blocks-section .block-editor-inner-blocks,
  .wp-block-rise-blocks-section .rise-blocks-section-inner {
    position: relative;
    z-index: 9; }

.rise-blocks-section-shape {
  overflow: hidden;
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  direction: ltr;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
  .rise-blocks-section-shape.vertically-flipped {
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0); }
  .rise-blocks-section-shape.horizontally-flipped svg {
    -webkit-transform: scaleX(1) scaleY(-1) rotate(180deg);
        -ms-transform: scaleX(1) scaleY(-1) rotate(180deg);
            transform: scaleX(1) scaleY(-1) rotate(180deg); }
  .rise-blocks-section-shape .divider--waves path:nth-child(2) {
    opacity: 0.3; }
  .rise-blocks-section-shape .divider--waves path:nth-child(1) {
    opacity: 0.15; }
  .rise-blocks-section-shape svg {
    height: 150px; }
    @media (max-width: 992px) {
      .rise-blocks-section-shape svg {
        height: 100px; } }
    @media (max-width: 576px) {
      .rise-blocks-section-shape svg {
        height: 50px; } }
  .rise-blocks-section-shape.top {
    bottom: 100%; }
  .rise-blocks-section-shape.bottom {
    top: 100%; }

.wp-block-rise-blocks-section > video,
.rise-blocks-section-wrapper > video {
  position: absolute;
  z-index: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-blog-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-card {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
            box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 6px rgba(0, 0, 0, 0.03);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 100%;
    background: #fff; }
    .rise-blocks-blog-wrapper .rise-blocks-blog-card:hover {
      -webkit-box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
              box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15); }
  .rise-blocks-blog-wrapper a:focus {
    outline: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-meta-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    border-bottom: 1px solid #cecece;
    padding: 20px 0 13px;
    position: relative; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-image {
    display: block;
    line-height: 0;
    min-height: 70px; }
    .rise-blocks-blog-wrapper .rise-blocks-blog-image img {
      max-width: 100%;
      height: auto; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-body {
    padding: 0 18px 18px 18px; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-post-content p {
    margin-top: 16px;
    margin-bottom: 0;
    color: #717171;
    line-height: 1.8; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-post-title {
    font-size: 21px;
    margin: 16px 0 0; }
    .rise-blocks-blog-wrapper .rise-blocks-blog-post-title a {
      text-decoration: none;
      color: #000; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-post-date span:before {
    content: "\f073";
    font-family: fontAwesome;
    padding-right: 10px; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-post-cat span:before {
    content: "\f02b";
    font-family: fontAwesome;
    padding-right: 10px; }
  .rise-blocks-blog-wrapper .meta-content {
    font-size: 13px;
    padding-right: 12px; }
    .rise-blocks-blog-wrapper .meta-content a {
      color: #717171;
      color: inherit;
      text-decoration: none; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-author img {
    width: 45px;
    height: 45px;
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    top: -33px;
    border: 2px solid #fff; }
  .rise-blocks-blog-wrapper .rise-blocks-blog-card-wrapper {
    padding: 15px;
    max-width: 100%;
    -ms-flex: 100%;
        flex: 100%; }
  .rise-blocks-blog-wrapper.rise-blocks-item-2-per-row .rise-blocks-blog-card-wrapper {
    max-width: 50%;
    -ms-flex: 50%;
        flex: 50%; }
  .rise-blocks-blog-wrapper.rise-blocks-item-3-per-row .rise-blocks-blog-card-wrapper {
    max-width: 33.33%;
    -ms-flex: 33.33%;
        flex: 33.33%; }
    @media (max-width: 576px) {
      .rise-blocks-blog-wrapper.rise-blocks-item-3-per-row .rise-blocks-blog-card-wrapper {
        max-width: 100%;
        -ms-flex: 100%;
            flex: 100%; } }
  .rise-blocks-blog-wrapper.rise-blocks-item-4-per-row .rise-blocks-blog-card-wrapper {
    max-width: 25%;
    -ms-flex: 25%;
        flex: 25%; }
    @media (max-width: 768px) {
      .rise-blocks-blog-wrapper.rise-blocks-item-4-per-row .rise-blocks-blog-card-wrapper {
        max-width: 50%;
        -ms-flex: 50%;
            flex: 50%; } }
    @media (max-width: 576px) {
      .rise-blocks-blog-wrapper.rise-blocks-item-4-per-row .rise-blocks-blog-card-wrapper {
        max-width: 100%;
        -ms-flex: 100%;
            flex: 100%; } }

.rise-blocks-align-center {
  text-align: center; }
  .rise-blocks-align-center div {
    -ms-flex-pack: center;
        justify-content: center; }

.rise-blocks-align-left {
  text-align: left; }
  .rise-blocks-align-left div {
    -ms-flex-pack: start;
        justify-content: flex-start; }

.rise-blocks-align-right {
  text-align: right; }
  .rise-blocks-align-right div {
    -ms-flex-pack: end;
        justify-content: flex-end; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* Grid */
.rise-blocks-counter-wrapper {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .rise-blocks-counter-wrapper.rise-blocks-items-per-row-1 > div {
    max-width: 100%;
    -ms-flex: 100%;
        flex: 100%; }
  .rise-blocks-counter-wrapper.rise-blocks-items-per-row-2 > div {
    max-width: 50%;
    -ms-flex: 50%;
        flex: 50%; }
    @media (max-width: 992px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-2 > div {
        max-width: 100%;
        -ms-flex: 100%;
            flex: 100%; } }
  .rise-blocks-counter-wrapper.rise-blocks-items-per-row-3 > div {
    max-width: 33.33333334%;
    -ms-flex: 33.333334%;
        flex: 33.333334%; }
    @media (max-width: 1199px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-3 > div {
        max-width: 50%;
        -ms-flex: 50%;
            flex: 50%; } }
    @media (max-width: 768px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-3 > div {
        max-width: 100%;
        -ms-flex: 100%;
            flex: 100%; } }
  .rise-blocks-counter-wrapper.rise-blocks-items-per-row-4 > div {
    max-width: 25%;
    -ms-flex: 25%;
        flex: 25%; }
    @media (max-width: 768px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-4 > div {
        max-width: 50%;
        -ms-flex: 50%;
            flex: 50%; } }
  .rise-blocks-counter-wrapper.rise-blocks-items-per-row-5 > div {
    max-width: 20%;
    -ms-flex: 20%;
        flex: 20%; }
    @media (max-width: 1199px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-5 > div {
        max-width: 25%;
        -ms-flex: 25%;
            flex: 25%; } }
    @media (max-width: 768px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-5 > div {
        max-width: 33.333333334%;
        -ms-flex: 33.333333334%;
            flex: 33.333333334%; } }
    @media (max-width: 576px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-5 > div {
        max-width: 50%;
        -ms-flex: 50%;
            flex: 50%; } }
  .rise-blocks-counter-wrapper.rise-blocks-items-per-row-6 > div {
    max-width: 16.666666667%;
    -ms-flex: 16.666666667%;
        flex: 16.666666667%; }
    @media (max-width: 1199px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-6 > div {
        max-width: 20%;
        -ms-flex: 20%;
            flex: 20%; } }
    @media (max-width: 992px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-6 > div {
        max-width: 25%;
        -ms-flex: 25%;
            flex: 25%; } }
    @media (max-width: 768px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-6 > div {
        max-width: 33.333333334%;
        -ms-flex: 33.333333334%;
            flex: 33.333333334%; } }
    @media (max-width: 576px) {
      .rise-blocks-counter-wrapper.rise-blocks-items-per-row-6 > div {
        max-width: 50%;
        -ms-flex: 50%;
            flex: 50%; } }
  .rise-blocks-counter-wrapper > div {
    padding: 0 15px;
    margin: 1rem 0; }
    .rise-blocks-counter-wrapper > div .rise-blocks-counter {
      background-color: #fff; }

/* Counter Style */
.rise-blocks-counter {
  padding: 1.5rem 1rem;
  text-align: center;
  word-break: break-all; }
  .rise-blocks-counter.rise-blocks-box-shadow {
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1);
            box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.1); }
  .rise-blocks-counter.rise-blocks-box-border {
    border: 1px solid #ddd; }
  .rise-blocks-counter .rise-blocks-counter-number {
    font-size: 2rem;
    font-weight: 600; }
  .rise-blocks-counter .rise-blocks-counter-line {
    width: 30px;
    height: 2px;
    background-color: #000;
    margin: 0.5rem auto; }
  .rise-blocks-counter .rise-blocks-counter-text {
    color: #000;
    text-transform: uppercase;
    font-weight: 600; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
/* Grid */
.rise-blocks-block-lists {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between; }

/* Icon Alignment style */
.rise-blocks-left-layout .rise-blocks-content {
  padding-left: 30px; }

.rise-blocks-right-layout .rise-blocks-content {
  padding-right: 30px; }

/* Alignment */
.rise-blocks-left-layout .rise-blocks-icon-box, .rise-blocks-right-layout .rise-blocks-icon-box {
  display: -ms-flexbox;
  display: flex; }

.rise-blocks-left-layout .rise-blocks-icon-box .rise-blocks-content {
  -ms-flex-positive: 1;
      flex-grow: 1; }

.rise-blocks-right-layout .rise-blocks-icon-box .rise-blocks-icon-wrapper {
  -ms-flex-order: 2;
      order: 2; }

.rise-blocks-right-layout .rise-blocks-icon-box .rise-blocks-content {
  -ms-flex-positive: 1;
      flex-grow: 1; }

/* =============================
 *  Save Function Style
 * ============================= */
/* Shadow */
.rise-blocks-shadow-enable.rise-blocks-save .rise-blocks-block-lists > div {
  -webkit-box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0 16px 0 rgba(0, 0, 0, 0.05); }

.border-between-dashed .rise-blocks-block-lists > div:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 80px;
  border-top: 3px dashed #010834;
  top: 60px;
  -webkit-transform: translate(64%);
      -ms-transform: translate(64%);
          transform: translate(64%); }

.border-between-solid .rise-blocks-block-lists > div:after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  width: 80px;
  border-top: 3px solid #010834;
  top: 30%;
  -webkit-transform: translate(66%);
      -ms-transform: translate(66%);
          transform: translate(66%); }

.rise-blocks-block-lists > div {
  position: relative; }

.rise-blocks-block-lists > div:last-child:after {
  display: none; }

.rise-blocks-icon-box .wrapper-link {
  position: absolute;
  height: 100%;
  width: 100%;
  display: block;
  left: 0;
  right: 0; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-center {
  text-align: center; }

.rise-blocks-right {
  text-align: right; }

.rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon.rise-blocks-frame-icon-layout, .rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon.rise-blocks-stack-icon-layout {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 50%; }

.rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon {
  font-size: 2rem;
  display: inline-block;
  line-height: 0; }
  .rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon.rise-blocks-frame-icon-layout {
    border: 2px solid transparent; }

.rise-blocks-icon-box .rise-blocks-title a {
  text-decoration: none;
  color: inherit; }

/* =============================
 *  Save Function Style
 * ============================= */
.rise-blocks-icon-box {
  padding: 60px 35px;
  /* Icon Section */
  /* Content section */ }
  .rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon {
    font-size: 40px;
    /* Frame icon layout */
    /* Stack icon layout */
    /* Not stack */
    /* Not Initial Icon layout  */ }
    .rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon.rise-blocks-frame-icon-layout {
      border: 2px solid   #000000; }
    .rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon.rise-blocks-stack-icon-layout {
      color: white;
      background-color: #000000; }
    .rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon:not(.rise-blocks-stack-icon-layout) {
      color: #000000; }
    .rise-blocks-icon-box .rise-blocks-icon-wrapper .rise-blocks-icon:not(.rise-blocks-initial-icon-layout) {
      width: 80px;
      height: 80px; }
  .rise-blocks-icon-box .rise-blocks-content {
    word-break: break-all; }
    .rise-blocks-icon-box .rise-blocks-content .rise-blocks-title {
      color: black;
      font-weight: 600;
      line-height: 1.6;
      font-size: 24px;
      padding: 30px 0px 15px;
      margin: 0; }
    .rise-blocks-icon-box .rise-blocks-content .rise-blocks-description {
      font-weight: 400;
      line-height: 1.5;
      font-size: 15px;
      color: #6f6f6f;
      margin: 0; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-border-enable .rise-blocks-block-lists > div:not(.block-list-appender) {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: 1px solid #ddd; }

/* Layout 1 */
.rise-blocks-circle-layout .rise-blocks-profile-card {
  padding: 2rem;
  padding-top: 50px; }
  .rise-blocks-circle-layout .rise-blocks-profile-card .rise-blocks-description-wrapper .rise-blocks-profile-card-designation span {
    border-color: transparent !important; }
  .rise-blocks-circle-layout .rise-blocks-profile-card .rise-blocks-profile-card-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-top: -100px; }
  .rise-blocks-circle-layout .rise-blocks-profile-card .rise-blocks-description-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column; }
  .rise-blocks-circle-layout .rise-blocks-profile-card .rise-blocks-profile-card-designation {
    position: relative; }
    .rise-blocks-circle-layout .rise-blocks-profile-card .rise-blocks-profile-card-designation:before {
      content: "-";
      margin-right: 7px; }
    .rise-blocks-circle-layout .rise-blocks-profile-card .rise-blocks-profile-card-designation > span {
      display: inline-block;
      max-width: 100%; }

/* Layout 2 */
.rise-blocks-rectangle-layout .rise-blocks-profile-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
      flex-direction: row-reverse; }
  .rise-blocks-rectangle-layout .rise-blocks-profile-card .rise-blocks-profile-card-image {
    width: 35%; }
  .rise-blocks-rectangle-layout .rise-blocks-profile-card .rise-blocks-description-wrapper {
    width: 65%;
    padding: 2rem;
    overflow-wrap: break-word; }
  .rise-blocks-rectangle-layout .rise-blocks-profile-card .rise-blocks-profile-card-designation > span {
    max-width: 100%;
    padding: 0 0.4rem;
    border-radius: 0.2rem;
    display: inline-block; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-profile-card {
  height: 100%; }
  .rise-blocks-profile-card .rise-blocks-profile-card-image {
    background-size: cover;
    background-repeat: no-repeat;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    background-color: #ddd;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .rise-blocks-profile-card .rise-blocks-profile-card-image i {
      font-size: 35px;
      color: #a1a1a1;
      width: inherit;
      height: initial; }
  .rise-blocks-profile-card .rise-blocks-description-wrapper .rise-blocks-profile-card-title > * {
    margin: 0; }
  .rise-blocks-profile-card .rise-blocks-description-wrapper .rise-blocks-profile-card-description p {
    margin: 0; }
  .rise-blocks-profile-card .rise-blocks-description-wrapper .rise-blocks-profile-card-designation > span {
    border: 1px solid transparent; }

.rise-blocks-rectangle-layout .rise-blocks-profile-card .rise-blocks-profile-card-image i {
  font-size: 50px; }

/* Social Media */
.rise-blocks-social-media {
  margin-top: 25px; }
  .rise-blocks-social-media a {
    float: left;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 19px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    height: 40px;
    width: 40px;
    line-height: 40px;
    margin-right: 6px;
    margin-bottom: 6px;
    text-decoration: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-rise-blocks-buttons {
  position: relative;
  z-index: 99999; }
  .wp-block-rise-blocks-buttons a {
    text-decoration: none !important; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-rise-blocks-button {
  min-width: 150px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-decoration: none;
  border: 1px solid transparent; }
  .wp-block-rise-blocks-button.rise-blocks-icon-left i {
    -ms-flex-order: 1;
        order: 1;
    margin-right: 10px; }
  .wp-block-rise-blocks-button.rise-blocks-icon-left span {
    -ms-flex-order: 2;
        order: 2; }
  .wp-block-rise-blocks-button.rise-blocks-icon-right i {
    -ms-flex-order: 2;
        order: 2;
    margin-left: 10px; }
  .wp-block-rise-blocks-button.rise-blocks-icon-right span {
    -ms-flex-order: 1;
        order: 1; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.wp-block-rise-blocks-social-icons div[class^="rise-blocks-social-align-"] {
  display: -ms-flexbox;
  display: flex; }
  .wp-block-rise-blocks-social-icons div[class^="rise-blocks-social-align-"] .rise-blocks-social-icon-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    margin-right: 10px; }
    .wp-block-rise-blocks-social-icons div[class^="rise-blocks-social-align-"] .rise-blocks-social-icon-wrapper a {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-decoration: none; }
  .wp-block-rise-blocks-social-icons div[class^="rise-blocks-social-align-"] .wp-block-rise-blocks-social-icon:last-child .rise-blocks-social-icon-wrapper {
    margin-right: 0; }

.wp-block-rise-blocks-social-icons .rise-blocks-social-align-center {
  -ms-flex-pack: center;
      justify-content: center; }

.wp-block-rise-blocks-social-icons .rise-blocks-social-align-right {
  -ms-flex-pack: end;
      justify-content: flex-end; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-accordion-item .ui-accordion-header {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  border: none; }
  .rise-blocks-accordion-item .ui-accordion-header > span {
    -ms-flex-order: 2;
        order: 2; }
  .rise-blocks-accordion-item .ui-accordion-header > h3,
  .rise-blocks-accordion-item .ui-accordion-header > p {
    margin: 0;
    -ms-flex-order: 1;
        order: 1;
    -ms-flex: 0 0 60%;
        flex: 0 0 60%; }
    .rise-blocks-accordion-item .ui-accordion-header > h3 a,
    .rise-blocks-accordion-item .ui-accordion-header > p a {
      display: block; }
      .rise-blocks-accordion-item .ui-accordion-header > h3 a:focus,
      .rise-blocks-accordion-item .ui-accordion-header > p a:focus {
        outline: none; }
  .rise-blocks-accordion-item .ui-accordion-header:focus {
    outline: none; }

.rise-blocks-accordion-item .ui-widget-content {
  border: none; }

.wp-block-rise-blocks-accordion-item {
  margin-bottom: 20px !important; }
  .wp-block-rise-blocks-accordion-item:last-child {
    margin-bottom: 0px !important; }
  .wp-block-rise-blocks-accordion-item .ui-icon {
    text-indent: inherit !important;
    background-image: none;
    overflow: visible;
    margin-top: 0;
    height: auto;
    width: auto; }
    .wp-block-rise-blocks-accordion-item .ui-icon:after {
      content: "\f061";
      font-family: fontAwesome;
      height: calc(35px + .86em);
      width: 60px;
      position: absolute;
      background-size: 35px;
      right: -8px;
      background-repeat: no-repeat;
      top: 50%;
      -webkit-transform: translate(0, -50%) rotate(0);
          -ms-transform: translate(0, -50%) rotate(0);
              transform: translate(0, -50%) rotate(0);
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      background: transparent;
      color: #000;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      display: -ms-flexbox;
      display: flex; }
  .wp-block-rise-blocks-accordion-item .ui-state-active .ui-icon:after {
    content: "\f063";
    color: #fff; }

.rise-blocks-accordion-item {
  position: relative; }
  .rise-blocks-accordion-item .rise-blocks-banner-section-wrapper {
    position: relative; }
  .rise-blocks-accordion-item .rise-blocks-page-slider-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000000;
    z-index: 999;
    left: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    min-height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }
    .rise-blocks-accordion-item .rise-blocks-page-slider-overlay:after {
      content: '';
      border: 5px solid #f3f3f3;
      border-radius: 50%;
      border-top: 5px solid #009990;
      width: 60px;
      height: 60px;
      -webkit-animation: spin 2s linear infinite;
      /* Safari */
      animation: spin 2s linear infinite; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-news-1-wrapper {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 60% auto;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper {
    position: relative;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
        align-items: flex-end; }
    .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper:first-child {
      grid-column-start: 1;
      grid-row-start: 1;
      grid-row-end: 3; }
    .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-card {
      position: relative;
      line-height: 1; }
      .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-card .rise-blocks-news-1-image {
        position: relative;
        display: block;
        height: 100%; }
      .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-card .rise-blocks-news-1-post-content {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%; }
        .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-card .rise-blocks-news-1-post-content p {
          margin: 15px 0 0;
          line-height: 1.7;
          color: #fff; }
    .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body {
      position: relative;
      z-index: 99; }
      .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body .rise-blocks-news-1-post-title {
        color: #fff;
        margin: 15px 0; }
        .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body .rise-blocks-news-1-post-title a {
          color: #fff;
          text-decoration: none;
          font-weight: 700;
          text-decoration: none;
          font-style: 28px;
          line-height: 32px; }
      .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body .rise-blocks-news-1-post-cat a {
        background: #0b0b0b;
        padding: 6px 7px;
        vertical-align: middle;
        color: #fff;
        text-decoration: none;
        margin-right: 16px; }
      .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body .rise-blocks-news-1-meta-wrapper {
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body .rise-blocks-news-1-meta-wrapper a {
          color: #fff;
          text-decoration: none;
          margin-right: 16px; }
        .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body .rise-blocks-news-1-meta-wrapper .rise-blocks-news-1-post-date.meta-content {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center; }
          .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-body .rise-blocks-news-1-meta-wrapper .rise-blocks-news-1-post-date.meta-content i {
            margin-right: 6px; }
    .rise-blocks-news-1-wrapper .rise-blocks-news-1-card-wrapper .rise-blocks-news-1-overlay {
      bottom: 0;
      display: block;
      width: 100%;
      position: absolute;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(90%, #000));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4) 20%, #000 90%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.4) 20%, #000 90%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 20%, #000 90%);
      opacity: .6;
      height: 100%;
      left: 0; }
  @media (max-width: 576px) {
    .rise-blocks-news-1-wrapper {
      grid-template-columns: repeat(1, 1fr); } }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-news-2-wrapper {
  position: relative;
  padding: 30px 15px;
  margin: 0 -10px; }
  .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper {
    padding: 15px 15px 0; }
    .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper > div {
      overflow: hidden; }
    .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-card-image {
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      height: 250px;
      -webkit-transition: all .6s ease-in-out;
      -o-transition: all .6s ease-in-out;
      transition: all .6s ease-in-out;
      -webkit-transform: scale(1);
          -ms-transform: scale(1);
              transform: scale(1);
      position: relative;
      overflow: hidden; }
      .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-card-image:after {
        content: '';
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background: #000;
        opacity: 0;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
    .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-body-inner {
      padding: 15px 0 0; }
    .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-post-title {
      margin: 15px 0;
      font-size: 18px; }
      .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-post-title a {
        color: #fff;
        text-decoration: none;
        font-family: Roboto;
        font-weight: 500;
        line-height: 28px;
        font-size: 20px; }
    .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-post-cat a {
      color: #fff;
      text-decoration: none;
      position: relative;
      letter-spacing: 1px;
      opacity: .95;
      font-family: Roboto;
      font-weight: 400;
      line-height: 1.2;
      font-size: 12px; }
      .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-post-cat a .line {
        content: "";
        width: 20px;
        height: 2px;
        background: #fff;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
        left: 108%; }
      .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-post-cat a:nth-child(n+1) {
        margin-left: 40px; }
      .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-post-cat a:first-child {
        margin-left: 0; }
    .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-meta-wrapper {
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 15px; }
      .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-meta-wrapper div {
        padding: 0 10px; }
        .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-meta-wrapper div a {
          color: #fff;
          text-decoration: none;
          letter-spacing: 1px;
          opacity: .95;
          text-transform: capitalize;
          font-family: Roboto;
          font-weight: 400;
          line-height: 1.2;
          font-size: 12px; }
      .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-meta-wrapper i {
        margin-right: 10px; }
    .rise-blocks-news-2-wrapper .rise-blocks-news-2-card-wrapper .rise-blocks-news-2-post-content p {
      margin: 0;
      color: #fff; }
  .rise-blocks-news-2-wrapper .slick-slide {
    margin-top: 20px; }
    .rise-blocks-news-2-wrapper .slick-slide:focus {
      outline: none; }
  .rise-blocks-news-2-wrapper .rise-blocks-slider-arrow {
    position: absolute;
    right: 15px;
    top: -30px;
    z-index: 9;
    cursor: pointer;
    width: 45px;
    height: 35px;
    border: none;
    background: #000;
    color: #fff;
    font-size: 21px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    padding: 0; }
    .rise-blocks-news-2-wrapper .rise-blocks-slider-arrow.rise-blocks-prev-arrow {
      right: 65px; }
  .rise-blocks-news-2-wrapper ul.slick-dots {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    list-style: none;
    margin-bottom: 0; }
    .rise-blocks-news-2-wrapper ul.slick-dots li button {
      border: 1px solid transparent;
      height: 9px;
      width: 45px;
      margin: 0 4px;
      border-radius: 9px;
      background: #e7e7e7;
      cursor: pointer; }
      .rise-blocks-news-2-wrapper ul.slick-dots li button:focus {
        outline: none; }
    .rise-blocks-news-2-wrapper ul.slick-dots li.slick-active button {
      background: #000; }
  .rise-blocks-news-2-wrapper .slick-track {
    margin-left: inherit; }

.rise-blocks-news-2-title {
  padding: 0 140px 0 10px;
  color: #fff;
  margin: 0;
  text-align: left;
  font-family: Roboto;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  font-size: 20px; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-site-branding .rise-blocks-site-description {
  margin: 0px; }

.rise-blocks-site-branding .rise-blocks-site-title {
  margin: 0px; }
  .rise-blocks-site-branding .rise-blocks-site-title a {
    text-decoration: none; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-navigation-menu-wrapper {
  width: 100%; }
  .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav,
  .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    -webkit-box-sizing: border-box !important;
            box-sizing: border-box !important; }
    .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li,
    .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li {
      margin-right: 0;
      font-size: 16px;
      position: relative;
      list-style: none; }
      .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li a,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li a {
        color: #6e6e6e;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        text-decoration: none;
        display: inline-block;
        width: 100%; }
        .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li a:hover,
        .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li a:hover {
          color: #000; }
      .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li.current-menu-item a,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li.current-menu-item a {
        color: #000; }
      .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li:last-child,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li:last-child {
        margin-right: 0; }
      .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li .sub-menu,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li .sub-menu {
        position: absolute;
        list-style: none;
        margin: 0;
        width: 220px;
        left: 0;
        padding: 15px 0 0;
        top: 190%;
        border-radius: 5px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s;
        opacity: 0;
        z-index: -1;
        visibility: hidden;
        border-radius: 0; }
        .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li .sub-menu li,
        .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li .sub-menu li {
          margin-right: 0;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li .sub-menu li a,
          .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li .sub-menu li a {
            color: #4e4c4c;
            padding: 7px 15px; }
        .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li .sub-menu .sub-menu,
        .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li .sub-menu .sub-menu {
          top: 0 !important;
          left: 100%; }
      .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li:hover > .sub-menu, .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav li:focus-within > .sub-menu,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li:hover > .sub-menu,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu li:focus-within > .sub-menu {
        opacity: 1;
        visibility: visible;
        z-index: 999;
        top: 100%; }
    .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav > li,
    .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu > li {
      margin-right: 5px; }
      .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav > li:last-child,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu > li:last-child {
        margin-right: 0; }
    .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav > li.menu-item-has-children > a,
    .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu > li.menu-item-has-children > a {
      position: relative; }
      .rise-blocks-navigation-menu-wrapper .rise-blocks-main-nav > li.menu-item-has-children > a:after,
      .rise-blocks-navigation-menu-wrapper .widget_nav_menu ul.menu > li.menu-item-has-children > a:after {
        content: "\F107";
        font-family: "Font Awesome 5 Free";
        margin-left: 8px;
        font-weight: 600; }

.align-center .rise-blocks-main-nav,
.align-center .widget_nav_menu ul.menu {
  -ms-flex-pack: center;
      justify-content: center; }

.align-right .rise-blocks-main-nav,
.align-right .widget_nav_menu ul.menu {
  -ms-flex-pack: end;
      justify-content: flex-end; }

.align-left .rise-blocks-main-nav,
.align-left .widget_nav_menu ul.menu {
  -ms-flex-pack: start;
      justify-content: flex-start; }

.hc-offcanvas-nav .nav-container ul.rise-blocks-main-nav.menu {
  display: block; }
  .hc-offcanvas-nav .nav-container ul.rise-blocks-main-nav.menu a {
    display: block; }

.hc-offcanvas-nav li.nav-parent .nav-item-link:not(:last-child) {
  width: calc(100% - 45px); }

.rise-blocks-header {
  position: relative; }
  .rise-blocks-header .hc-nav-trigger {
    right: 0;
    z-index: 999;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%); }

body .hc-offcanvas-nav .nav-content {
  opacity: 1; }

body .hc-offcanvas-nav .nav-item-link, .hc-offcanvas-nav li.nav-close a,
body .hc-offcanvas-nav .nav-back a {
  border-color: transparent; }

body .hc-offcanvas-nav a.nav-next {
  border-left: none;
  border-bottom: none; }

body .hc-offcanvas-nav .nav-content > .nav-close:first-child a,
body .hc-offcanvas-nav .nav-title + .nav-close a.has-label,
body .hc-offcanvas-nav li.nav-close a,
body .hc-offcanvas-nav .nav-back a,
body .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a,
body .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a,
body .hc-offcanvas-nav.nav-levels-expand li.level-open > .nav-item-wrapper > a:hover,
body .hc-offcanvas-nav.nav-levels-none li.level-open > .nav-item-wrapper > a:hover {
  background: transparent;
  border-top: transparent;
  border-bottom: transparent; }

body .hc-offcanvas-nav .nav-wrapper > .nav-content > ul:first-of-type > li:first-child:not(.nav-back):not(.nav-close) > .nav-item-wrapper > .nav-item-link {
  border-top: none; }

body .hc-offcanvas-nav .nav-close-button span::before {
  margin-left: -15px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg); }

body .hc-offcanvas-nav .nav-close-button span::before,
body .hc-offcanvas-nav .nav-close-button span::after {
  width: 12px;
  height: 12px; }

a.nav-next {
  background: transparent !important;
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-image-slider .slick-track {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center; }

.rise-blocks-image-slider .image-slider {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 25px; }

.rise-blocks-image-slider .rise-blocks-slider-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: white;
  border: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  font-size: 25px;
  line-height: 1;
  z-index: 99;
  padding: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer; }
  .rise-blocks-image-slider .rise-blocks-slider-arrow:hover {
    background-color: #FF8500; }
  .rise-blocks-image-slider .rise-blocks-slider-arrow.rise-blocks-next-arrow {
    right: 10px; }
  .rise-blocks-image-slider .rise-blocks-slider-arrow.rise-blocks-prev-arrow {
    left: 10px; }

.rise-blocks-image-slider img {
  display: block; }

.rise-blocks-image-slider ul.slick-dots {
  position: absolute;
  bottom: 30px;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  left: 0;
  right: 0;
  margin: auto;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0; }
  .rise-blocks-image-slider ul.slick-dots li {
    padding: 5px; }
    .rise-blocks-image-slider ul.slick-dots li button {
      border: none;
      background: #fff;
      height: 20px;
      width: 20px;
      border-radius: 50%;
      font-size: 0;
      cursor: pointer;
      padding: 0; }
    .rise-blocks-image-slider ul.slick-dots li.slick-active button, .rise-blocks-image-slider ul.slick-dots li:hover button {
      background-color: #FF8500; }
/**
 * #.# Common SCSS
 *
 * Can include things like variables and mixins
 * that are used across the project.
*/
.rise-blocks-image-text-slider {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }
  .rise-blocks-image-text-slider .slider-image-wrapper {
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    padding-right: 40px; }
  .rise-blocks-image-text-slider .slider-text-wrapper {
    -ms-flex: 0 0 40%;
        flex: 0 0 40%;
    color: #fff;
    text-align: left; }
  .rise-blocks-image-text-slider .image-slider {
    display: block;
    width: 100%; }
  .rise-blocks-image-text-slider .rise-blocks-slider-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
    background: white;
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    font-size: 25px;
    line-height: 1;
    z-index: 99;
    padding: 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    cursor: pointer; }
    .rise-blocks-image-text-slider .rise-blocks-slider-arrow:hover {
      background-color: #FF8500; }
    .rise-blocks-image-text-slider .rise-blocks-slider-arrow.rise-blocks-next-arrow {
      right: 10px; }
    .rise-blocks-image-text-slider .rise-blocks-slider-arrow.rise-blocks-prev-arrow {
      left: 10px; }
  .rise-blocks-image-text-slider img {
    display: block;
    -o-object-fit: cover;
       object-fit: cover; }
  .rise-blocks-image-text-slider ul.slick-dots {
    position: absolute;
    bottom: 30px;
    display: -ms-flexbox !important;
    display: flex !important;
    list-style: none;
    left: 62%;
    right: 0;
    margin: auto;
    -ms-flex-pack: center;
        justify-content: center;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
    .rise-blocks-image-text-slider ul.slick-dots li {
      padding: 5px; }
      .rise-blocks-image-text-slider ul.slick-dots li button {
        border: none;
        background: #000;
        height: 20px;
        width: 20px;
        border-radius: 50%;
        font-size: 0;
        cursor: pointer;
        padding: 0; }
      .rise-blocks-image-text-slider ul.slick-dots li.slick-active button, .rise-blocks-image-text-slider ul.slick-dots li:hover button {
        background-color: #FF8500; }
