/*-------------------------------------------------------*/
/* Table of Content
1. General
2. Typography
3. Reuseable
4. Navigation
5. Publicaton
6. Site Page & Section 
7. Footer
*/
/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
/* font */
/* button color */
/* button */
/* border and box-shadow */

html {
  font-size: 14px; }

@media (max-width: 768px) {
  html {
    font-size: 14px; } }

body {
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  color: #000000;
  background-color: #ffffff;
  line-height: 1.788;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Montserrat";
  line-height: 1.41398;
  font-weight: 700; }

h2 {
  font-size: 28px; }

.read-more {
  text-decoration: underline; }
select:focus, 
input:focus,
textarea:focus, 
button:focus {
  outline: none;
}

a.sabbi-post-link {
  display: block;
  color: #363846; }
  a.sabbi-post-link:hover {
    text-decoration: none; }
    a.sabbi-post-link:hover .sabbi-post-title {
      text-decoration: underline; }

img {
    max-width: 100%;
    height: auto;
    display: block;
}
/*@media (min-width: 750px) {*/

/*  .alignfull {*/
/*    margin-left: calc(50% - 50vw);*/
/*    margin-right: calc(50% - 50vw);*/
/*    width: auto;*/
/*    max-width: 1000%;*/
/*  }*/

/*  .alignwide {*/
/*    margin-left: calc(25% - 25vw);*/
/*    margin-right: calc(25% - 25vw);*/
/*    width: auto;*/
/*    max-width: 1000%;*/
/*  }*/

/*}*/
.outofboxleft {
  max-width: 560px;
  margin-right: auto;
}
.outofboxright {
  max-width: 560px;
  margin-left: auto; 
}
@media (max-width: 1199px) {
  .outofboxleft,
  .outofboxright {
    max-width: 460px; 
  }
}
@media only screen and (max-width: 991px) {
  .outofboxright,
  .outofboxleft {
    max-width: initial;
  }
}
.academix-content-area {
  overflow: inherit;
}
.kc-container{
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.site.box-layout{
    overflow: hidden;
    max-width: 1170px;
    width: 100%;
    margin: auto;
    background-color: #fff;
    position: relative;
    box-shadow: -2px 0 40px -3px rgba(0, 0, 0, 0.12);
}
.box-layout-navbar{
  left: inherit;
  right: inherit;
  margin-bottom: 0;
}

.error-404.not-found {
    padding-top: 60px;
}
@media (max-width: 1199px) {
  .box-layout-navbar{
  width: 100%; } }
@media (max-width: 767px) {
  .box-layout-navbar{
  width: 100%; } }
.site-main{
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
/* resused */
.solitude-bg {
  background-color: #EDF2F6; }

.solitude-bg__x.solitude-bg__x.solitude-bg__x {
  background-color: #EDF2F6; }

/* -------------------------------- 
Reused Components 
-------------------------------- */
/* align item */
.pos-y_center {
  position: relative;
  width: 100%;
  top: 50%;
  bottom: auto;
  transform: translateY(-50%); }

/* image */
img.desaturate {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }

img.grayscale {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 3.5+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(47%) brightness(44%); }

/* img-layout-style */
.img-bit-round {
  border-radius: 6px; }

.amix-display-block {
  display: block;
}
/* text */
.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.stage_image, .notice {
  background-repeat: no-repeat;
  background-size: cover; }

.section-push-bottom {
  background: #fff;
  position: relative;
  top: 65px;
  margin-top: -65px; }

.stage_image {
  background-image: url(http://lorempixel.com/people/1200/1000); }

.stage_color {
  background-color: #257ab8; }

/*typo layout rel */
.break-span > span {
  display: table; }

.academix-content-area.site-padding{
  padding: 55px 0;
}

.site-padding-single{
  padding: 0 15px 55px;
}
.section-footer.no-padding{
  padding: 0;
}

body .pt_60 {
  padding-top: 60px; }

body .mt_5 {
  margin-top: 5px; }

body .mt_10 {
  margin-top: 10px; }

body .mt_15 {
  margin-top: 15px; }

body .mt_20 {
  margin-top: 20px; }

body .mt_25 {
  margin-top: 25px; }

body .mt_30 {
  margin-top: 30px; }

body .mt_35 {
  margin-top: 35px; }

body .mt_40 {
  margin-top: 40px; }

body .mt_45 {
  margin-top: 45px; }

body .mt_50 {
  margin-top: 50px; }

body .mt_55 {
  margin-top: 55px; }

body .mt_60 {
  margin-top: 60px; }

body .mt_65 {
  margin-top: 65px; }

body .mt_70 {
  margin-top: 70px; }

body .mt_75 {
  margin-top: 75px; }

body .mt_80 {
  margin-top: 80px; }

body .mt_85 {
  margin-top: 85px; }

body .mt_90 {
  margin-top: 90px; }

body .mt_95 {
  margin-top: 95px; }

body .mt_100 {
  margin-top: 100px; }

body .mb_5 {
  margin-bottom: 5px; }

body .mb_10 {
  margin-bottom: 10px; }

body .mb_15 {
  margin-bottom: 15px; }

body .mb_20 {
  margin-bottom: 20px; }

body .mb_25 {
  margin-bottom: 25px; }

body .mb_30 {
  margin-bottom: 30px; }

body .mb_35 {
  margin-bottom: 35px; }

body .mb_40 {
  margin-bottom: 40px; }

body .mb_45 {
  margin-bottom: 45px; }

body .mb_50 {
  margin-bottom: 50px; }

body .mb_55 {
  margin-bottom: 55px; }

body .mb_60 {
  margin-bottom: 60px; }

body .mb_65 {
  margin-bottom: 65px; }

body .mb_70 {
  margin-bottom: 70px; }

body .mb_75 {
  margin-bottom: 75px; }

body .mb_80 {
  margin-bottom: 80px; }

body .mb_85 {
  margin-bottom: 85px; }

body .mb_90 {
  margin-bottom: 90px; }

body .mb_95 {
  margin-bottom: 95px; }

body .mb_100 {
  margin-bottom: 100px; }
.text-transform-uc{
  text-transform: uppercase;
}
.header-page-mt-110,
.header-mt-110 {
  margin-top: 110px;
}
@media (max-width: 1024px) {
  .header-mt-110 {
    margin-top: 70px;
  }
  .header-page-mt-110{
    margin-top: 40px;
  }
}
/* padding box */
.card_st_fix {
  margin: 0 25px; }

.break-span > span {
  display: block; }

.bg_mask {
  position: relative; }
  .bg_mask:before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .72; }
  .bg_mask > div {
    position: relative; }

.arrow-bg {
  position: relative; }
  .arrow-bg:after {
    content: '';
    position: absolute;
    right: -70%;
    width: 86%;
    height: 15px;
    background-image: url(../img/icon/arrow_bg.png);
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%); }

.arrow-bg-lg {
  position: relative; }
  .arrow-bg-lg:after {
    content: '';
    position: absolute;
    bottom: -9%;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url(../img/icon/arrow_bg_lgx.png);
    background-repeat: no-repeat;
    background-position: center bottom; }

.arrow-bg-bottom {
  position: relative; }
  .arrow-bg-bottom:after {
    content: '';
    position: absolute;
    bottom: -45px;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url(../img/icon/arrow_bg_bottom.png);
    background-repeat: no-repeat;
    background-position: center bottom; }

.penlam-bg {
  position: relative; }
  .penlam-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    background-image: url(../img/icon/penlam_bg.png);
    background-repeat: no-repeat;
    background-position: center bottom; }

@media (max-width: 767px) {
  .arrow-bg-lg:after {
    bottom: -29px;
    height: 60px; } }

@media (max-width: 550px) {
  .arrow-bg-lg:after {
    opacity: 0; } }

.bgc-white {
  background-color: #fff; }

/* button */
.btn-primary {
  background-color: #D30015;
  background-image: none;
  border-color: #D30015; }
  .btn-primary.active {
    background: transparent;
    border-color: #D30015;
    color: #D30015;
    box-shadow: none;
    border-width: 2px; }

.btn-unsolemn {
  padding: 0;
  background: transparent; }
  .btn-unsolemn:hover {
    background: transparent;
    color: #D30015; }

.btn.btn-action {
  margin-top: 10px;
  text-decoration: underline;
}

.btn.btn-gules {
  text-decoration: none; 
  width: auto;
  float: none;
}

.btn-gules {
  background-color: #D30015;
  color: #fff; }
  .btn-gules:hover {
    background-color: #e70016;
    color: #fff; }

.pdf-link:before {
  font-family: 'FontAwesome';
  content: "\f1c1";
  margin-left: 5px;
  margin-right: 5px; }

/* title style and size*/
.ht-5 {
  font-size: 14px; }

.ht-4 {
  font-size: 16px; }

.fw-mid {
  font-weight: 600; }

.fw-bold {
  font-weight: 800; }
/* admin bar css */
.admin-bar .navbar-fixed-top {
    top: 30px;
}
@media screen and (max-width: 782px) {
  .admin-bar .navbar-fixed-top {
    top: 46px;
  }
}
@media screen and (min-width: 783px) {
  .admin-bar .navbar-fixed-top {
    top: 32px;
  }
}
@media screen and (max-width: 600px){
  .mobile {
      position: fixed !important;
  }
}
/* list style */
.kc_text_block ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-style-round_item > li,
.kc_text_block ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 1.4em; }
  .list-style-round_item > li:before,
  .kc_text_block ul li:before {
    content: '';
    width: .7em;
    height: .7em;
    background: #e5eaee;
    position: absolute;
    left: 0;
    top: .49em;
    border-radius: 100%; }
/* preloader css */
.preloader-wrap {
    background-color: #EDF2F6;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999999;
    top: 0;
}
.preloader-spinner {
    left: 50%;
    margin: -20px 0 0 -20px;
    top: 50%;
    width: 40px;
    height: 40px;
    position: absolute;
    text-align: center;
    -webkit-animation: zion-rotate 2.0s infinite linear;
    animation: zion-rotate 2.0s infinite linear;
}
.preloader-dot1,
.preloader-dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #D30015;
    border-radius: 100%;
    -webkit-animation: zion-bounce 2.0s infinite ease-in-out;
    animation: zion-bounce 2.0s infinite ease-in-out;
}
.preloader-dot2 {
    top: auto;
    bottom: 0;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}
@-webkit-keyframes zion-rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}
@keyframes zion-rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}
@-webkit-keyframes zion-bounce {
    0%, 100% {
        -webkit-transform: scale(0.0)
    }
    50% {
        -webkit-transform: scale(1.0)
    }
}
@keyframes zion-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    }
    50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
    }
}
/* orphan style */
.site-hm-button {
  margin-top: 35px; }

.tt_up {
  text-transform: uppercase; }

.big-oslo {
  color: #898a8a;
  font-size: 18px;
  font-size: 1.125rem; }

.title-dix {
  color: #A2A2A2;
  font-size: 24px;
  font-size: 1.5rem; }

.video-play {
  position: relative;
  display: block; }
  .video-play:before {
    content: '';
    background-image: url(../img/icon/vid_play.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }

/* text */
@media (min-width: 768px) {
  .text-right-sm {
    text-align: right; } }

.page_piky-title .page-title {
  font-size: 28.01px;
  font-size: 2.00071rem; }

@media (max-width: 767px) {
  .page_piky-title .page-title {
    font-size: 22.01px;
    font-size: 1.57214rem; } }

/* various line */
.lil-line {
  position: relative; }
  .lil-line:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    left: 0;
    bottom: -5px;
    background: #d30015; }

/* breadcrumb */
.auth-breadcrumb-wrap {
  background-color: #EDF2F6; }

/* Process Block */
.process-block {
  display: flex;
  align-items: center;
  justify-content: center; }
  .process-block-item {
    border: 1px solid #004fff;
    border-radius: 100%;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 35px; }
  @media (max-width: 767px) {
    .process-block {
      display: block; }
    .process-block .process-block-item {
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 35px; }
      .process-block .process-block-item.arrow-bg:after {
        content: '';
        position: absolute;
        right: 0%;
        width: 100%;
        height: 15px;
        background-image: url(../img/icon/arrow_bg.png);
        background-repeat: no-repeat;
        top: 135%;
        transform: translateY(0%) rotate(90deg); } }

/* sabbi-thumlinepost-card */
.sabbi-thumlinepost-card {
  min-height: 372px;
  overflow: hidden;
  border-radius: 4px; }
  .sabbi-thumlinepost-card .entry-title {
    margin-left: 25px;
    margin-right: 25px; }
  .sabbi-thumlinepost-card h3.entry-title {
    font-size: 16px;
    font-size: 1.14286rem; }
  .sabbi-thumlinepost-card-figure img {
    width: 100%; }
  .sabbi-thumlinepost-card .sabbi-thumlinepost-card-meta {
    margin: 0 25px;
    padding-bottom: 30px; }
  .sabbi-thumlinepost-card-meta .info-box-title {
    font-weight: 800; }
  .sabbi-thumlinepost-card .btn-action {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px; }

.card-video {
  position: relative; }
  .card-video > .sabbi-thumlinepost-card-figure > figcaption {
    color: #fff;
    position: absolute;
    top: 15px;
    left: 25px; }

.savis-list {
  margin-bottom: 20px;
  margin-top: 20px; }
  .widget .savis-list {
    margin-top: 30px; }

/* butoon */
.btn {
  font-family: 'Montserrat', sans-serif;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1rem; }

.btn-unsolemn {
  font-weight: 700;
  font-size: 12px; }

.btn-outline {
  background: transparent;
  background-image: none;
  border-color: #257ab8;
  box-shadow: none;
  outline: none; }

.btn-cinnabar {
  background-color: #f15722;
  box-shadow: none;
  color: #fff;
  border-width: 2px; }
  .btn-cinnabar:hover {
    color: #000; }
  .btn-cinnabar.active {
    background-color: transparent;
    border-color: #f15722;
    box-shadow: none;
    color: #f15722; }
  .btn-cinnabar.active:hover {
    background-color: #f15722;
    box-shadow: none;
    color: #fff; }
  .btn-cinnabar.btn-outline {
    background-color: transparent; }
    .btn-cinnabar.btn-outline:hover {
      background-color: transparent;
      border-color: #f15722; }

/*  Timeline */
.timeline-laybox {
  margin-top: 10px;
  padding-top: 80px;
  position: relative; }
  .timeline-laybox .timeline-title {
    text-align: center;
    position: absolute;
    width: 100%;
    top: 0px; }
    .timeline-laybox .timeline-title .btn-outline {
      border-color: #257ab8; }
      .timeline-laybox .timeline-title .btn-outline:hover {
        color: #08334f;
        background-color: #257ab8; }
  .timeline-laybox-item {
    display: flex; }
    .timeline-laybox-item.item-right {
      flex-direction: row-reverse; }
    .timeline-laybox-item .laybox-item-title {
      color: #f15722; }
    @media (max-width: 992px) {
      .timeline-laybox-item .laybox-item-title.laybox-item-title.laybox-item-title {
        font-size: 35px;
        font-size: 2.1875rem; } }
    .timeline-laybox-item .timeline-laybox-meta > header, .timeline-laybox-item .timeline-laybox-meta .timeline-laybox-content {
      margin: 0 35px; }
  .timeline-laybox .timeline-laybox-image {
    background-size: cover;
    background-repeat: no-repeat; }

.small-sm {
  font-size: .9em; }

.small-md {
  font-size: .8em; }

.small-lg {
  font-size: .7em; }

.small-lgx {
  font-size: .6em; }

/* -------------------------------- 
 Navigation
-------------------------------- */
.navbar{
  margin-bottom: 0;
}
.navbar-nav {
  font-family: "Montserrat", sans-serif;
  font-size: 12px; 
}
.navbar-right .dropdown-menu {
  right: auto;
  left: -1px; }

.navbar-brand {
  height: auto; 
  padding: 19px 15px;
}
.menu-padding {
    padding: 10px 0;
}
@media (max-width: 450px) {
  .navbar-brand {
    max-width: 260px; 
    padding: 0 20px;
  } 
}

.navbar-toggle {
  background: #D30015;
  margin-top: 25px; }
  .navbar-toggle .icon-bar {
    background-color: #fff; }

.navbar-white {
  background: #fff;
  border: none;
  box-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3); }

.navbar-kawsa .nav-btn-wrap {
  max-height: 36px;
  margin-top: 21px; }
  .navbar-kawsa .nav-btn-wrap:after {
    content: '';
    display: table;
    width: 100%; }
h1.academix-logo {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 15px;
}
@media (max-width: 767px) {
  h1.academix-logo a{
    display: inline-block;
    font-size: 24px;
  }
  .navbar-toggle{
    margin-top: 10px;
  }
  .navbar-white{
    box-shadow: none;
  }
  .navbar.navbar-kawsa{
    padding-bottom: 0;
    min-height: 72px;
    padding: 10px 0 0;
  }
  .navbar-brand {
    max-width: 260px; 
  } 
  .navbar-kawsa .nav-btn-wrap {
    display: none; } }

.navbar-nav-hov_underline .navbar-nav li.active a {
  background: transparent;
  border-bottom: 4px solid #D30015; }

@media (max-width: 767px) {
  .navbar-nav-hov_underline .navbar-nav li.active a {
    border-bottom-width: 2px; } }

.navbar-nav-hov_underline .navbar-nav li a {
  border-bottom: 4px solid transparent;
  color: #000; }
@media (max-width: 767px) {
  .nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
    border-color: inherit;
  }

  .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu{
    width: 100%;
  }
  .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu li a{
    background: transparent;
    display: block;
  }
  .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu li a:hover, .navbar-nav-hov_underline .navbar-nav li ul.dropdown-menu li a:focus{
    background: transparent;
    border-bottom: 4px solid #D30015; }
}
  .navbar-nav-hov_underline .navbar-nav li a:hover, .navbar-nav-hov_underline .navbar-nav li a:focus {
    background: transparent;
    border-bottom: 4px solid #D30015; }
.navbar-nav-hov_underline .navbar-nav .dropdown-menu {
  font-size: inherit;
  border-radius: 0;
  padding: 0;
  border: 0;
  min-width: 210px; }
  .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before {
    content: '';
    position: absolute;
    top: -5px;
    width: 100%;
    height: 5px;
    background-color: #D30015; }
  @media (max-width: 767px) {
    .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before {
      display: none; } }
  .navbar-nav-hov_underline .navbar-nav .dropdown-menu li a {
    padding: 10px 15px;
    border-bottom: 1px solid #eef0f1; }
    .navbar-nav-hov_underline .navbar-nav .dropdown-menu li a:hover {
      color: #D30015; }
  .navbar-nav-hov_underline .navbar-nav .dropdown-menu li.active a {
    color: #D30015; }
@media (max-width: 767px) {
  .navbar-nav {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.24);
    margin-bottom: 3px; } 
    .caret{
    right: 15px;
    width: 10px;
    height: 30px;
  }
}

/* mobile menu css */
.mean-container .mean-nav {
  background-color: #fff;
  margin-top: 0; }

.mean-container .mean-bar {
    padding: 0;
    background-color: #fff; }
.mean-container a.meanmenu-reveal{
  color: #D30015;
}
.mean-container a.meanmenu-reveal span{
  background: #D30015;
}
.mean-container .mean-nav ul li {
  padding: 0; }

.mean-container .mean-nav ul li a {
  text-transform: initial;
  font-size: 12px;
  line-height: 26px;
  border-top: 1px solid rgba(211, 0, 21, 0.25);
  padding: 0.7em 5%; 
  color: #000;
}

.mean-container a.meanmenu-reveal {
  padding-top: 27px;
  padding-right: 25px;
}

.mean-container .mean-nav ul li a.mean-expand {
  height: 19px;
  width: 19px;
  background: transparent;
  border-left: 1px solid rgba(211, 0, 21, 0.25) !important;
  border-bottom: 1px solid rgba(211, 0, 21, 0.25) !important;
  line-height: 19px; }
  .mean-container .mean-nav ul li a.mean-expand:last-child {
    border-bottom: 0 !important; }
.mean-container .mean-nav ul li a.mean-expand:hover{
  background: #D30015;
  color: #fff;
}
.mean-container .mean-nav ul li li a {
  border-top: 1px solid rgba(211, 0, 21, 0.25);
  padding: 0.7em 10%;
  text-transform: capitalize;
  color: #000; }

.mean-container .mean-nav ul li li li a {
  padding: 0.7em 15%; }

.mean-nav a.navbar-brand {
  line-height: inherit;
  padding: 15px 15px 15px; }
  @media (min-width: 768px) {
    .mean-nav a.navbar-brand {
      padding-top: 7px; } }
  .mean-nav a.navbar-brand img {
    max-height: 40px; }


@media (max-width: 768px) {
.mean-container a.meanmenu-reveal {
padding-top: 15px;
}
.mean-container a.meanmenu-reveal span {
position: relative;
top: 7px;
}
}

/* slider navigation */
.sec-navigate-wrap {
  font-size: 2.4em;
  color: #fff; }
  .sec-navigate-wrap .seq-next, .sec-navigate-wrap .seq-prev {
    background-color: #D30015;
    background-repeat: no-repeat;
    background-position: center;
    border: 0;
    line-height: 1;
    height: 49px;
    width: 39px; }
  .sec-navigate-wrap .seq-next {
    float: right;
    margin-right: 45px;
    background-image: url(../img/icon/arrow-right.png); }
  .sec-navigate-wrap .seq-prev {
    background-image: url(../img/icon/arrow-left.png);
    float: left;
    margin-left: 45px; }

@media (max-width: 767px) {
  .sec-navigate-wrap.pos-y_center {
    top: 40%; }
  .cse-academix-slider .sec-navigate-wrap.pos-y_center{
    top: 20%;
  }
  .sec-navigate-wrap .seq-next, .sec-navigate-wrap .seq-prev {
    background-size: 55%;
    padding: 0;
    height: 34px;
    width: 29px; }
  .sec-navigate-wrap .seq-next {
    margin-right: 25px; }
  .sec-navigate-wrap .seq-prev {
    margin-left: 25px; } }

/* header */
.sabbi-page-header {
  height: 230px;
  background-color: rgba(163, 22, 117, 0.12);
  position: relative; }
  .sabbi-page-header.page-header-lg {
    height: 265px; }
  .sabbi-page-header .header-title-block {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
   }
  .sabbi-page-header .page-title {
    color: #fff;
    display: inline-block;
    background-color: rgba(211, 0, 21, 0.7);
    margin-bottom: 0;
    padding: 10px 25px;
    font-size: 28px;
    font-size: 2rem;
    word-break: break-word;
    text-transform: uppercase;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px; }
  @media (max-width: 767px) {
    .sabbi-page-header .page-title {
      font-size: 22px;
      font-size: 1.57143rem; } }
.seq .seq-step1{
     background-repeat: no-repeat;
     background-size: cover;
}
.seq.seq-active .seq-content {
  background: transparent;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  font-size: 1rem;
  margin: 0;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 95%; }
  .seq.seq-active .seq-content .btn-link {
    display: inline-block; }
    .seq.seq-active .seq-content .btn-link:hover {
      text-decoration: none; }

.seq--kawsa.seq-active .seq-content {
  padding: 20px 25px; }
  .seq--kawsa.seq-active .seq-content:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    background: #d30015;
    opacity: .7;
    background-blend-mode: multiply;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px; }
  .seq--kawsa.seq-active .seq-content .seq-title {
    color: #fff;
    margin-bottom: 8px;
    font-family: "Montserrat"; }
  .seq--kawsa.seq-active .seq-content .seq-meta-text {
    font-weight: 600; }
  .seq--kawsa.seq-active .seq-content .btn-link {
    border-bottom: 1px solid #fff;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 800;
    line-height: 1; }
  @media (min-width: 700px) {
    .seq--kawsa.seq-active .seq-content {
      padding: 20px 45px; } }
  @media (max-width: 767px) {
    .seq--kawsa.seq-active .seq-content .seq-title {
      font-size: 20px; }
    .seq--kawsa.seq-active .seq-content .btn-link {
      font-size: 14px; } }

.seq-content .btn-link {
  display: inline-block; }

.auth-theme-rashmore .seq .seq-title, .auth-theme-rashmore .seq .seq-subtitle {
  margin-bottom: 0; }

@media only screen and (min-width: 600px) {
  .seq {
    position: relative;
    height: auto;
    height: 100%;
    max-height: 55vh;
    min-height: 420px; } }

@media only screen and (min-width: 768px) {
  .seq.seq-active .seq-content {
    width: 635px;
    max-width: 100%; } }

/* page header */
.sabbi-page-header {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.sabbi-page-header-classic {
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 450px;
  text-align: center; }
  .sabbi-page-header-classic .page-header-content.conternt-center {
    position: relative;
    top: 55%;
    transform: translateY(-50%); }
  .sabbi-page-header-classic .page-title {
    font-size: 28px;
    font-size: 2rem;
    margin-top: 0; }
  .sabbi-page-header-classic .page-sub-title {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: 0; }

.sabbi-breadcrumb {
  margin-top: 0;
  margin-bottom: 0;
  background: transparent; }

.ripepage-peak {
  margin-top: 55px;
  margin-bottom: 55px; }

/* page appellation */
.page-appellation {
  margin-top: 50px;
  margin-bottom: 50px; }

@media (max-width: 767px) {
  .page-appellation {
    margin-bottom: 30px;
    margin-top: 20px; } }

/* -------------------------------- 
 Publicaton
-------------------------------- */
/*selected publication*/
.pub-item.with-icon {
  margin-bottom: 35px; }

.pub-item.with-icon .content-wrapper, .pub-item.with-thumb .content-wrapper {
  margin-left: 78px; }

.pub-item .content-wrapper {
  position: relative; }

.icon-list .item:before {
  margin-right: 12px;
  font-family: 'fontawesome';
  content: "\f249"; }

.paper_cut {
  background: #EDF2F6;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  margin: 26px auto 0;
  min-height: 300px;
  padding: 55px 50px 40px;
  position: relative;
  margin-bottom: 50px;
  width: 90%;
  transition: all .5s; }

@media (max-width: 530px) {
  .paper_cut {
    padding-left: 20px;
    padding-right: 20px; } }

.paper_cut:before, .paper_cut:after {
  content: "";
  height: 98%;
  position: absolute;
  width: 100%;
  z-index: -1;
  transition: all .2s; }

.paper_cut:before {
  background: #EDF2F6;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  left: -5px;
  top: 4px;
  transform: rotate(-2.5deg); }

.paper_cut:hover:before {
  transform: rotate(-2deg); }

.paper_cut:hover:after {
  transform: rotate(2deg); }

.paper_cut:after {
  background: #EDF2F6;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  right: -3px;
  top: 1px;
  transform: rotate(2.5deg); }

.abstract {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 15px; }

.ol-timeline {
  list-style: none;
  margin-top: 120px;
  padding-left: 157px;
  position: relative; }
  .ol-timeline:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 94%;
    margin-top: -7px;
    top: 5px;
    left: 133px;
    border-radius: 2px;
    background-color: #f5f3f4;
    transition: all .3s ease;
    border: 1px solid transparent;
    transform: scaleY(1.5); }
  .ol-timeline li.tl-item {
    position: relative;
    margin-bottom: 45px; }
    .ol-timeline li.tl-item:first-child .item-section:after {
      background-color: #6fc75b; }
    .ol-timeline li.tl-item:first-child .title {
      color: #6fc75b; }
    .ol-timeline li.tl-item:nth-child(2) .item-section:after {
      background-color: #ffbf13; }
    .ol-timeline li.tl-item:nth-child(2) .title {
      color: #ffbf13; }
    .ol-timeline li.tl-item:nth-child(3) .item-section:after {
      background-color: #ff8080; }
    .ol-timeline li.tl-item:nth-child(3) .title {
      color: #ff8080; }
    .ol-timeline li.tl-item:nth-child(4) .item-section:after {
      background-color: #6597db; }
    .ol-timeline li.tl-item:nth-child(4) .title {
      color: #6597db; }
  .ol-timeline .tl-item p{
    margin-bottom: 0;
  }
  .ol-timeline .item-section {
    font-size: 14px;
    font-size: 1rem;
    font-family: "Montserrat";
    position: absolute;
    left: -160px;
    top: 0;
    width: 120px;
    text-align: right; }
    .ol-timeline .item-section:after {
      content: '';
      position: absolute;
      width: 14px;
      height: 14px;
      margin-top: -7px;
      top: 50%;
      right: -27px;
      border-radius: 50%;
      background-color: #6fc75b;
      transition: all .3s ease;
      border: 1px solid transparent; }
    .ol-timeline .item-section:before {
      content: '';
      position: absolute;
      width: 9px;
      height: 30px;
      right: -25px;
      top: -3px;
      background-color: #ffffff;
      transition: all .3s ease; }
  .ol-timeline .content-wrapper .title {
    font-size: 16px;
    margin-top: 0;
    font-size: 1.14286rem;
    margin-bottom: 2px; }
  .ol-timeline .content-wrapper .description {
    color: #666666;
    font-style: italic; }
.education_timeline_wrap ol {
    list-style: none;
}
@media (max-width: 767px) {
  .ol-timeline {
    margin-bottom: 75px; }
  .education_timeline_wrap {
    text-align: center; }
    .education_timeline_wrap .ol-timeline {
      display: inline-block;
      margin-bottom: 75px;
      text-align: left; } }

.pub-item .elem-wrapper {
  float: left; }

.pub-item .title {
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 5px;
  font-weight: 500; }

.pub-item.with-icon .elem-wrapper i {
  background-color: transparent;
  color: #D30015;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  font-size: 30px;
  font-size: 2.14286rem;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #D30015;
  line-height: 55px;
  display: block;
  transition: all .25s ease; }

a.link-with-icon i.fa {
  margin-right: 5px; }

.slc_des {
  color: #666666;
  font-style: italic;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 10px; }

.pub-item .description {
  font-family: "Montserrat";
  font-weight: 400;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 5px;
  padding-left: 1px; }
  .pub-item .description .link-with-icon {
    color: #000000; }
    .pub-item .description .link-with-icon i {
      font-size: 16px;
      font-size: 1.14286rem;
      margin-right: 10px; }

.pub-item .description p {
  line-height: 18px; }

.oli {
  font-family: ol-icon-set !important;
  speak: none;
  font-weight: 400;
  font-variant: normal;
  font-style: normal;
  text-transform: none;
  line-height: inherit;
  box-sizing: initial; }

.oli-literature:before {
  content: "\e95e"; }

.oli-user_male_circle:before {
  content: "\e92b"; }

/* -------------------------------- 
 Site Page & Section 
-------------------------------- */
.__fs16 {
  font-size: 16px;
  font-size: 1rem; }

.__fs17 {
  font-size: 17px;
  font-size: 1.0625rem; }

.__fs18 {
  font-size: 18px;
  font-size: 1.125rem; }

.__fs19 {
  font-size: 19px;
  font-size: 1.1875rem; }

/* events Page */
.stage_events_post .site-title-meta {
  color: #141414;
  font-family: "AvenirNext-Medium";
  font-size: 20px;
  font-size: 1.42857rem;
  margin: 28px auto 38px;
  text-align: center;
  width: 95%; }

.events-post .btn-action {
  border-width: 2px;
  border-color: #a5a6a8;
  color: #7e7e7e;
  font-family: "AvenirNext-Medium"; }
  .events-post .btn-action:hover {
    background-color: #e6e6e7; }

.sabbi-post-wrap {
  overflow: hidden; }
  .sabbi-post-wrap .sabbi-post-item {
    float: left;
    width: 50%;
    min-width: 280px;
    padding: 2px;
    margin: 24px auto;
    text-align: center; }
    @media (max-width: 695px) {
      .sabbi-post-wrap .sabbi-post-item {
        float: none;
        width: 95%; } }
  .sabbi-post-wrap .sabbi-post-title {
    color: #000;
    font-family: "AvenirNext-Medium";
    font-size: 24px;
    font-size: 1.71429rem; }
  .sabbi-post-wrap .sabbi-post-span {
    color: #000406;
    font-family: "AvenirNextCondensed-DemiBold";
    font-size: 15px;
    font-size: 1.07143rem;
    opacity: .55;
    text-transform: uppercase; }

/* future member */
.form-future_memb label {
  display: inline-block; }

.form-future_memb .intl-tel-input {
  display: block;
  width: 100%; }

/* video card */
  .sabbi-thumlinepost-card.card-video p {
    padding-bottom: 25px;
    margin-left: 25px; }

.card-video .entry-title a {
  color: #000; }
  .card-video .entry-title a:hover {
    color: #D30015; }

@media (max-width: 767px) {
  .sabbi-thumlinepost-card {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; } }

/* home news */
.news-card {
  min-height: 372px;
  padding: 30px 25px; }
  .news-card .lst_news_item a {
    color: #000000; }
    .news-card .lst_news_item a:hover {
      color: #D30015; }
  .news-card .stage-title {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-top: 0; }
  .news-card .date {
    color: #666666;
    font-style: italic; }
ul.list-unstyled.lst_news_list {
    margin: 0;
    padding: 0;
}
.lst_news_list .lst_news_item {
  margin-top: 16px; }

.lst_news_list h3.title {
  margin-top: 13px;
  margin-bottom: 4px;
  font-size: 14px;
  font-size: 1rem; }

/* brand_quickfact-wrap */
/* brand_quickfact */
  .brand_quickfact-count_value {
    color: #fff;
    font-size: 27px;
    font-size: 1.92857rem;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
    margin-top: 15px; }
  .brand_quickfact-label {
    color: #fff;
    font-size: 14px;
    font-size: 1rem;
    font-family: "Montserrat";
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 3px; }

/* selected publication */
.sabbi-section, .section-brand_quickfact {
  margin-top: 25px;
  margin-bottom: 40px; }

.selected_pulication-wrap .stage-title {
  font-size: 16px;
  font-size: 1.14286rem; }

/* Moudle */
.icon-card {
  margin-bottom: 30px; }
  .icon-card .icon-card-limn > i {
    color: #D30015;
    font-size: 92px;
    font-size: 6.57143rem;
    line-height: 0; }
  .icon-card .card-title {
    font-size: 13px;
    font-size: 0.92857rem; }

/* page section */
/* section style*/
.home-info-block-first .sabbi-thumlinepost-card {
  margin-top: 15px; }

@media (max-width: 991px) {
  .home-info-block-first .sabbi-thumlinepost-card {
    margin-top: 30px; } }

.stage-halfbol {
  background-image: url(../img/section/halfbol.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-bottom: 0; }
  .stage-halfbol .stage-halfbol_content {
    background: #fff;
    margin-top: 55px;
    margin-bottom: 55px;
    padding: 45px;
    border-radius: 4px; }

@media (max-width: 767px) {
  .stage-halfbol_content .stage-title {
    font-size: 22px;
    font-size: 1.57143rem; } }

.selected_pulication-wrap {
  margin-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #e9ebed; }
  .selected_pulication-wrap .entry-meta {
    margin-top: 45px;
    margin-bottom: 65px; }

@media (max-width: 767px) {
  .selected_pulication-wrap {
    margin-top: 0px; }
    .selected_pulication-wrap .entry-meta {
      margin-top: 15px;
      margin-bottom: 65px; } }

.section-meet_the_team {
  margin-top: 55px;
  margin-bottom: 60px; }

.bio__holder {
  margin-top: 55px;
  margin-bottom: 55px; }
  .bio__holder .profile-glimps {
    margin-top: 0; }

.profile-glimps {
  padding: 15px 0 25px 15px;
  margin-top: 15px; }
  .profile-glimps .stage-title {
    font-size: 16px; }
.researcher-profile .stage-title {
    display: none;
}
.text-foc-md {
  color: #666666;
  font-size: 16px;
  font-size: 1.14286rem;
  font-weight: 600;
  margin-bottom: 0; }

.stage-content-biog {
  margin-top: 30px;
  margin-bottom: 10px; }

/* card design */
.icon-card {
  background-color: #EDF2F6;
  padding: 35px 20px;
  border-radius: 4px; }

/* style profile */
.profile-card {
  padding-bottom: 20px;
  background-color: #EDF2F6;
  border-radius: 4px;
  margin-bottom: 10px;
  word-wrap: break-word; }
.ace-section-team .profile-card{
  margin-bottom: 30px;
}
  .profile-card img {
    height: auto;
    max-width: 100%;
    display: block;
  }
  .profile-card .profile-card-meta {
    margin-right: 25px;
    margin-left: 25px;
    margin-top: 25px; }
  .profile-card > figure figcaption {
    margin-left: 25px;
    margin-right: 25px; }
  .profile-card .img-responsive {
    width: 100%; }
  .profile-card .entry-title {
    font-size: 16px;
    font-size: 1.14286rem; }
  .profile-card .fig-title {
    font-size: 16px;
    font-size: 1.14286rem;
    margin-bottom: -2px; }
  .profile-card h3 > a{
    color: #000;
  }
  .profile-card h3 > a:hover{
    color: #D30015;
  }
  .profile-card .fig-title-des {
    margin-top: -5px;
    color: #666666;
    font-style: italic; }
  .profile-card .fig-meta {
    color: #666666;
    font-size: 14px;
    font-size: 1rem;
    font-style: italic; }
    .profile-card .fig-meta span {
      font-style: italic; }
    .profile-card .fig-meta strong {
      color: #000000;
      font-weight: 600; }
  .profile-card .fig-cal {
    margin-bottom: 0; }
  .profile-card .pfofile-social {
    margin-bottom: 0; }
    .profile-card .pfofile-social > li {
      padding-right: 5px;
      padding-left: 0; }
      .profile-card .pfofile-social > li a {
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.23);
        display: inline-block;
        border-radius: 4px; }
        .profile-card .pfofile-social > li a:hover {
          box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.45); }
  @media (max-width: 1199px) and (min-width: 992px) {
    .profile-card .profile-card-meta, .profile-card > figure figcaption {
      margin-right: 15px;
      margin-left: 15px; } }

.action-wrap.text-right-sm {
    padding-right: 15px;
}
@media (max-width: 767px) {
  .action-wrap.text-right-sm{
    text-align: center; }
  .section-meet_the_team .sabbi-thumlinepost-card .action-wrap {
    text-align: left; }
  .profile-card {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px; }
    .profile-card .img-responsive {
      width: 100%; } }
.event-clearfix{
  clear: both;
}     
@media (max-width: 991px) {
.team-clearfix{
  clear: both;
}
}
/* timeline */
.auth-deff_timeline > li {
  position: relative;
  border-radius: 4px; }
  .auth-deff_timeline > li .time-span {
    background-color: #EDF2F6;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    height: 100%;
    border: 1px solid #e1e6e9;
    border-bottom: 0;
    text-align: center; }
    .auth-deff_timeline > li .time-span .time-year {
      color: #a5a8ab;
      font-family: "Montserrat";
      font-size: 28px;
      font-size: 2rem;
      font-weight: 600;
      line-height: 1; }
    .auth-deff_timeline > li .time-span .time-month {
      font-size: 16.5px;
      font-size: 1.17857rem;
      font-family: "Montserrat";
      margin-top: -10px; }
    .auth-deff_timeline > li .time-span .time-year, .auth-deff_timeline > li .time-span .time-month {
      position: relative;
      top: 50%;
      transform: translateY(-50%); }
  .auth-deff_timeline > li .timeline-meta {
    background-color: #fff;
    border: 1px solid #f9f8f9;
    border-left: 0;
    border-right: 1px solid #eceff0;
    border-bottom: 0;
    margin-left: 250px;
    padding: 15px 45px;
    overflow: hidden; }
    .auth-deff_timeline > li .timeline-meta .staff-title {
      color: #D30015;
      font-size: 16px;
      font-size: 1.14286rem; }
    .auth-deff_timeline > li .timeline-meta h1, .auth-deff_timeline > li .timeline-meta .h1, .auth-deff_timeline > li .timeline-meta h2, .auth-deff_timeline > li .timeline-meta .h2, .auth-deff_timeline > li .timeline-meta h3, .auth-deff_timeline > li .timeline-meta .h3 {
      margin-bottom: 3px; }
  .timeline-meta .__time {
    color: #666; }
  .timeline-meta .__loc {
    color: #666;
    margin-bottom: 15px; }
    .timeline-meta .__loc > span {
      font-weight: 700; }
  .auth-deff_timeline > li:first-child .timeline-meta {
    border-top: 1px solid #eceff0; }
  .auth-deff_timeline > li:last-child .timeline-meta {
    border-bottom: 1px solid #eceff0; }
  .auth-deff_timeline > li:first-child .time-span {
    border-top-left-radius: 4px; }
  .auth-deff_timeline > li:last-child .time-span {
    border-bottom: 1px solid #e1e6e9;
    border-bottom-left-radius: 4px; }

@media (max-width: 767px) {
  .auth-deff_timeline > li .time-span {
    width: 90px; }
    .auth-deff_timeline > li .time-span .time-year {
      font-size: 18px;
      font-size: 1.28571rem; }
    .auth-deff_timeline > li .time-span .time-month {
      font-size: 13px;
      font-size: 0.92857rem;
      margin-top: 0; }
  .auth-deff_timeline > li .timeline-meta {
    margin-left: 60px; } }

/* book_timeline  */
.book-timeline-section {
  margin-bottom: 55px; }

.sabbi-book_timeline-segment {
  background-repeat: no-repeat;
  background-position: left top;
  border-top: 1px solid  #f3f1f2; }

.sabbi-book_timeline {
  border-left: 1px solid #f3f1f2;
  margin-left: 318px;
  position: relative;
}
  .sabbi-book_timeline > li {
    margin-bottom: 35px;
    padding-top: 50px;
    padding-left: 35px;
    position: relative; }
    .sabbi-book_timeline > li .year {
      position: absolute;
      left: -52px;
      top: 115px; }
      .sabbi-book_timeline > li .year:before {
        content: '';
        width: 36px;
        height: 1px;
        background-color: #f3f1f2;
        position: absolute;
        top: 12px;
        left: 159%;
        z-index: -1; }
      .sabbi-book_timeline > li .year:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        margin-top: -7px;
        top: 50%;
        right: -27px;
        border-radius: 50%;
        background-color: #f3f1f2;
        transition: all .3s ease;
        border: 1px solid transparent; }
  .sabbi-book_timeline .book-list {
    position: relative; }
    .sabbi-book_timeline .book-list:before {
      content: '';
      position: absolute;
      width: 100%;
      height: 30%;
      background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, white 100%);
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.03) 0%, white 100%);
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0.03) 0%, white 100%);
      bottom: 0; }
    .sabbi-book_timeline .book-list > li {
      overflow: hidden;
      margin-bottom: 35px; }
    .sabbi-book_timeline .book-list figure {
      float: left;
      width: 135px; }
    .sabbi-book_timeline .book-list .book-list-meta {
      float: left;
      width: calc(100% - 135px); }
  .sabbi-book_timeline .book-list-title {
    font-size: 16px; }
    .sabbi-book_timeline .book-list-title a {
      color: #000; }
  .sabbi-book_timeline .book-list-brand, .sabbi-book_timeline .book-author {
    color: #666; }
  .sabbi-book_timeline .btn-expand {
    text-decoration: underline; }
    .sabbi-book_timeline .btn-expand:hover, .sabbi-book_timeline .btn-expand:focus {
      text-decoration: none; }
    .sabbi-book_timeline .btn-expand:focus {
      color: #D30015; }

.onexpan {
  display: none; }

@media (max-width: 991px) and (min-width: 768px) {
  .sabbi-book_timeline-segment {
    background-size: 22%; }
  .sabbi-book_timeline {
    margin-left: 180px; } }

@media (max-width: 767px) {
  .sabbi-book_timeline-segment {
    background-image: none !important; }
  .sabbi-book_timeline {
    margin-left: 135px; } }

@media (max-width: 567px) {
  .sabbi-book_timeline {
    margin-left: 55px; }
    .sabbi-book_timeline .book-list figure {
      float: none; }
    .sabbi-book_timeline .book-list .book-list-meta {
      float: none;
      width: 100%; } }

/* stage-future_member */
.stage-future_member {
  margin-top: 55px; }
  .stage-future_member .future_member-text {
    margin-bottom: 45px; }
  .stage-future_member .stage-vrb-title {
    font-size: 28px;
    font-size: 2rem; }
  .stage-future_member .__fm_title {
    font-size: 16px;
    font-size: 1.14286rem; }
  .stage-future_member .future_member-figure {
    margin-bottom: 27px; }

  .addr_future_memb .entry-title {
    margin-top: 0; }
  .addr_future_memb .address-entry {
    margin-bottom: 23px; }
    .addr_future_memb .address-entry > p {
      line-height: 1.4;
      margin-bottom: 10px; }
      .addr_future_memb.contact-info{
        margin-bottom: 20px;
      }
  .addr_future_memb .contact-info .__ci_num {
    margin-bottom: 4px; }
    .addr_future_memb .contact-info .__ci_num strong {
      font-weight: 600; }
    .addr_future_memb .contact-info .__ci_num span {
      font-style: italic; }

/* form-future_memb  */
.form-future_memb .btn {
  margin-top: 15px; 
  float: right;
}

/* page style */
/* page style : Conferences and Talks */
.page-conf_talk .section-brand_quickfact {
  margin-bottom: 55px; }

/* Rashmore journal page */
.section-journal-papers {
  margin-top: 25px;
  margin-bottom: 35px; }
  .journal-papers-mound {
    margin-top: 35px;
    padding-bottom: 5px; }
    .journal-papers-mound:last-of-type {
      border: none; }
  .journal-papers-nav {
    border-bottom: 1px solid #fbfafb;
    margin-top: 15px;
    padding-bottom: 5px; }
    .journal-papers-nav .nav-meta {
      margin-bottom: 15px;
      margin-top: 15px;
      text-align: center; }
      @media (max-width: 767px) {
        .journal-papers-nav .nav-meta {
          text-align: left; } }
    .journal-papers-nav-list {
      margin-top: 35px;
      margin-bottom: 0px;
      text-align: center; }
      @media (max-width: 767px) {
        .journal-papers-nav-list > li {
          display: block;
          text-align: left; } }
      .journal-papers-nav-list > li a {
        color: #000;
        display: inline-block;
        margin-bottom: 15px;
        padding: 4px 15px;
        font-family: "Montserrat";
        font-weight: 600; }
        .journal-papers-nav-list > li.active a{
          background-color: #D30015;
          color: #fff;
          text-decoration: none;
        }
        .journal-papers-nav-list > li a.active, .journal-papers-nav-list > li a:hover, .journal-papers-nav-list > li a:focus {
          background-color: #D30015;
          color: #fff;
          text-decoration: none; }
  .journal-papers-mound-wrap {
    margin-top: 35px; }
    @media (max-width: 767px) {
      .journal-papers-mound-wrap {
        margin-top: 15px; } }
    .journal-papers-mound-wrap .journal-papers-mound-nav {
      margin-top: 15px;
      margin-bottom: 25px;
      text-align: center; }
      @media (max-width: 767px) {
        .journal-papers-mound-wrap .journal-papers-mound-nav {
          text-align: left; } }
  .journal-papers {
    margin-top: 17px;
    margin-bottom: 17px; }
    .journal-papers .jp-name {
      color: #666; 
      font-weight: 600;
    }

.journal-papers-doi {
  position: relative; }
  .journal-papers-doi a {
    margin-left: 35px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word; }
  .journal-papers-doi span {
    position: absolute;
    left: 0; }

/* Rashmore profile page */
.pull-up-240 {
  position: relative;
  top: -125px;
  margin-bottom: -125px; }

.sp-blank-20 {
  margin-top: 30px; }

/* page-academix */
.gimps-title {
  margin-bottom: 15px; }

.appoint-timeline-holder {
  margin-top: 75px; }

.sabbi-page-header {
  margin-top: 75px; }

.page-academix .sabbi-page-header {
  background-color: #b03838; }

.page-academix .profile-glimps {
  padding-left: 0; }

.appoint-timeline {
  margin-bottom: 47px;
  margin-top: 15px; }
  .appoint-timeline > li {
    background-color: #EDF2F6;
    padding-left: 95px;
    padding-bottom: 15px;
    padding-top: 15px;
    margin-bottom: 25px;
    position: relative;
    border-radius: 100px; }
    .appoint-timeline > li .year {
      position: absolute;
      width: 95px;
      left: 0;
      top: 50%;
      transform: translateY(-50%);
      text-align: right; }
    .appoint-timeline > li .appoint-meta {
      border-left: 1px solid #dcdee0;
      padding-left: 15px;
      padding-right: 18px;
      margin-left: 15px; }
      .appoint-timeline > li .appoint-meta .pex-title {
        margin-bottom: 0;
        margin-top: 0; }

.awards-list > li {
  float: left;
  width: 45%;
  margin-bottom: 25px;
  margin-right: 2%; }
  .awards-list > li .year {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif; }
  .awards-list > li .awards-title {
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 3px; }

@media (max-width: 500px) {
  .awards-list > li {
    float: none;
    width: 95%; } }

/* page-conf_talk */
.btn_pdf_wrap {
  text-align: right; }

@media (max-width: 767px) {
  .btn_pdf_wrap {
    text-align: left; } }

/* page-events */
.page-events .pagination_wraper {
  text-align: right; }

@media (max-width: 767px) {
  .page-events .pagination_wraper {
    text-align: center; } }

/* stage_events_post */
.stage_events_post {
  margin-top: 45px; }
  .events_post-sagment .sagment-title {
    text-transform: capitalize;
    font-size: 16px;
    font-size: 1.14286rem; }
  .sabbi-events-item {
    margin-bottom: 35px;
    margin-top: 5px; }
    .sabbi-events-item img.sabbi-events-img{
      width: 100%;
    }
    .sabbi-events-item .sabbi-events-title {
      color: #000000;
      font-size: 24px;
      font-size: 1.71429rem;
      font-weight: 700; }
    @media (max-width: 767px) {
      .sabbi-events-item .sabbi-events-title {
        font-size: 20px;
        font-size: 1.42857rem; } }
    .sabbi-events-item .events-item-meta {
      color: #666666;
      overflow: hidden; }
      .sabbi-events-item .events-item-meta .events-loc {
        display: inline-block;
        padding-right: 25px; }
        .sabbi-events-item .events-item-meta .events-loc > i {
          font-size: 16px;
          font-size: 1.14286rem;
          margin-right: 10px; }
      .sabbi-events-item .events-item-meta .events-date {
        min-width: 170px;
        display: inline-block; 
      }
       .sabbi-events-item .events-item-meta p{
        margin-top: 10px;
       }
        .sabbi-events-item .events-item-meta .events-date > i {
          margin-right: 10px;
          font-size: 16px;
          font-size: 1.14286rem; }
  .events-item-media-scoup figure {
    margin-bottom: 30px; }

.events-item-meta-text {
  margin-top: 10px;
  margin-bottom: 25px; }

.events-item-media .sagment-title {
  margin-bottom: 18px; }
.sabbi-events-item .event-video {
    margin: 20px 0;
}
.page-events .pagination_wraper{
  margin-bottom: 45px;
}
@media (max-width: 767px) {
  .events_post-sagment .sagment-title {
    text-align: center;
    margin-bottom: 20px; }
  .sabbi-events-item {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; } }

/* pagination */
ul.page-numbers {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 0;
    border-radius: 4px;
}
.page-numbers>li {
    display: inline-block;
}
.page-numbers > li > a,
.page-numbers > li > span {
  color: #D30015;
  display: inline-block;
  border: 0;
  border-radius: 5px !important;
  padding: 8px 16px; }
    .page-numbers > li > a.active span {
      color: #fff; }
.page-numbers>li:first-child>a, .page-numbers>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.page-numbers > li:first-child > a,
.page-numbers > li:last-child > a {
  background-color: #EDF2F6;
  border-radius: 4px; }
  .page-numbers > li:first-child > a span {
    color: #666; }
  .page-numbers > li a:hover,
  .page-numbers > li > .current {
    color: #fff;
    background-color: #D30015; }
/* breadcrumb */
.breadcrumb>li+li:before{
  display: none;
}
.sabbi-breadcrumb > li > span.separator {
  color: #000; 
  padding: 0 5px;
}

.sabbi-breadcrumb a {
  color: #D30015; }

.sabbi-breadcrumb .active {
  color: #000; }
  .sabbi-breadcrumb .active a {
    color: #000; }
.sabbi-breadcrumb a:hover{
  color: #b70012;
}

/* form style */
.form-control {
  height: 45px;
  border-radius: 2px; }
  .form-control:focus {
    border-color: #e6ebef;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e6ebef;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e6ebef; }

/* -------------------------------- 
 Footer
-------------------------------- */
/* style footer */
.section-footer {
  background-color: #EDF2F6;
  background-repeat: round;
  background-size: contain;
  margin-bottom: 0;
  margin-top: 0; }
  .section-footer .footer-site-info{
    padding-top: 55px;
    padding-bottom: 55px;
  }
  @media (max-width: 767px) {
    footer.section-footer div.footer-site-info{
      padding-top: 15px;
      padding-bottom: 15px;
    }
    
  }
  .section-footer p {
    margin-bottom: 0px; }
  .section-footer .widget{
      margin-bottom: 20px;
  }
  .section-footer .widget_media_image{
    margin-bottom: 25px;
  }
  .section-footer .widget-title {
    margin: 15px 0 10px;
    font-size: 16px;
   }
  .section-footer .widget_text .textwidget p:nth-child(2n){
    margin-bottom: 10px;
  }
  .section-footer .footer-bar {
    background-color: #e6ebef;
    padding: 20px 0px; }
  .section-footer .list-footer-nav a {
    color: #000000; }
  .section-footer .__ci_num {
    color: #000; }
.section-footer .widget ul.event-list{
  margin-top: 12px;
}
.list-footer-nav {
  margin-bottom: 35px; }
  .list-footer-nav > li {
    margin-bottom: 5px; }

.footer-site-info .entry-title {
  font-size: 16px;
  font-size: 1.14286rem; }

.footer-site-info .event-list > li {
  margin-top: 10px; }
.footer-site-info .event-list > li:first-child{
  margin-top: 0;
}
.footer-site-info .event-list .title {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0px; }
  .footer-site-info .event-list .title a {
    color: #666; }
    .footer-site-info .event-list .title a:hover {
      color: #b70012; }

.footer-site-info .event-list .date {
  color: #666;
  font-style: italic; }

.powredby, .copyright {
  font-size: 12px; }
.section-footer .footer-social-links .footer-social-nav{
  margin-top: 20px;
}
.section-footer .footer-social-links .footer-social-nav a{
  margin-right: 5px;
  display: inline-block;
}
.section-footer .footer-social-links .footer-social-nav a i{
  color: #fff;
  border-radius: 50%;
  line-height: 30px;
  height: 30px;
  width: 30px;
  font-size: 18px;
  text-align: center;
  display: inline-block;
}
.footer-social-nav a i.ion-social-google{
  background-color: #4d90fe;
}
.footer-social-nav a i.ion-social-facebook{
  background-color: #3b5999;
}
.footer-social-nav a i.ion-social-twitter{
  background-color: #55acee;
}
.footer-social-nav a i.ion-social-linkedin{
  background-color: #0077B5;
}
.footer-social-nav a i.ion-social-youtube{
  background-color: #cd201f;
}
.footer-social-nav a i.ion-social-googleplus{
  background-color: #dd4b39;
}
.footer-social-nav a i.ion-social-instagram{
  background-color: #e4405f;
}
.footer-social-nav a i.ion-social-pinterest{
  background-color: #bd081c;
}
.footer-social-nav a i.ion-social-foursquare{
  background-color: #ff0084;
}
.footer-social-nav a i.ion-social-rss{
  background-color: #FF6600;
}
/****** Blog CSS ******/
.not-found .widget h2.widget-title{
  margin-top: 20px;
}
.blog-post-video {
    margin: 20px 0;
}
.blog h3.entry-title {
    margin-top: 0;
    color: #000;
    margin-bottom: 0px;
    font-weight: 500;
    line-height: 1.2;
}
.blog-single h1.entry-title {
    line-height: 1.2;
    margin-bottom: 5px;
    font-weight: 500;
    margin-top: 0;
    font-size: 30px;
}
.page .entry-content p img,
.page .entry-content p figure,
.single-post .blog-content p img,
.single-post .blog-content figure{
  margin-top: 20px;
  margin-bottom: 20px;
}
.single-blog-tag{
  margin-bottom: 30px;
}
.single-blog-tag p a{
  text-transform: capitalize;
}
.blo-cat{
  margin-bottom: 5px;
  width: 100%;
  overflow: auto;
}
.blo-cat a:hover{
  color: #b70012;
}
.blog nav.navigation.post-navigation{
  overflow: hidden;
  margin-bottom: 50px;
}
ul.post-time {
    margin: 5px 0 15px;
    padding: 0;
    list-style: none;
}
.post-time li{
    display: inline-block;
    margin-right: 20px;
}
.post-time li i{
  color: #666;
  margin-right: 5px;
  font-size: 14px;
}
.post-time li span{
  font-weight: 700;
}
.post-time li span a{
  color: #000;
}
.post-time li a{
  color: #000;
  text-transform: capitalize;
  font-weight: 700;
}
.post-time li a:hover{
  color: #b70012;
}
.post-time i {
    font-size: 16px;
}
.recent-post{
  margin-bottom: 40px;
  padding: 30px 30px;
  background: #EDF2F6;
}
.recent-post .related-post img{
    max-width: inherit;
}
.recent-post .related-post {
    margin-top: 15px;
}
.recent-post .related-post .media .media-body p.media-heading,
.recent-post .related-post .media .media-body i{
  color: #666;
}
.recent-post .related-post .media .media-body p a:hover{
  color: #b70012;
}
.recent-post .related-post .media p{
  line-height: 1.6;
}
.recent-post .related-post .media p a{
  font-weight: 700;
  color: #000;
}
.recent-post .related-post .media p a:hover{
  color: #b70012;
}
.blog .post {
    margin-bottom: 30px;
}
.blog-content {
    background: #EDF2F6;
    padding: 30px 30px;
}
.blog .entry-header h3.entry-title a {
    color: #000;
}

.blog .entry-header h3.entry-title a:hover {
    color: #b70012;
    text-decoration: none;
}
.sticky .blog-content {
  background: #f5f5f5;
  border: 1px solid rgba(211, 0, 21, 0.2);
}
.sticky header.entry-header h3.entry-title,
.sticky header.entry-header h3.entry-title a,
.blog .sticky a.btn.btn-unsolemn.btn-action.read-more {
    color: #D10014;
}
.sticky header.entry-header h3.entry-title:hover,
.sticky header.entry-header h3.entry-title a:hover,
.blog .sticky a.btn.btn-unsolemn.btn-action.read-more:hover {
  color: #000;
}
.blog a.btn.btn-unsolemn.btn-action.read-more {
    text-decoration: none;
    display: inline-block;
    margin-top: 0px;
}
.blog a.btn.btn-unsolemn.btn-action.read-more:hover{
  color: #b70012;
}
.entry-content a.btn.btn-unsolemn.btn-action.read-more i {
    margin-left: 3px;
}
.blog .nav-previous{
  float: left;
}
.blog .nav-previous,
.blog .nav-next {
    background: #D30015;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 4px;
}
.blog .nav-previous:hover,
.blog .nav-next:hover{
  background: #246090;
}
.blog .nav-next {
    float: right;
}
.blog .nav-previous a,
.blog .nav-next a {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.blog .nav-previous:hover,
.blog .nav-next:hover{
  background-color: #b70012;
}
.single-post-nav {
    overflow: hidden;
}
h2.screen-reader-text{
  display: none;
}
.page table,
.blog .blog-single table,
.comments-area table {
    width: 100%;
    border-bottom: 1px solid #c3c3c3;
    border-left: 1px solid #c3c3c3;
}
.page table th,
.blog .blog-single table th,
.comments-area table th{
  border-right: 1px solid #c3c3c3;
  padding: 10px 10px;
}
.page table tr,
.page table td,
.blog .blog-single table tr,
.blog .blog-single table td,
.comments-area table td,
.comments-area table tr{
    border-right: 1px solid #c3c3c3;
    padding: 10px 10px;
    border-bottom: 1px solid #c3c3c3;
    border-top: 1px solid #c3c3c3;
}
/******* blog comment css *******/
.comment {
    margin-top: 30px;
}
.comment-meta a {
    color: #666;
}
.comment-meta a:hover{
  color: #D30015;
}
.comment-author.vcard {
    position: relative;
    padding-left: 50px;
}

.comment-author.vcard img {
    position: absolute;
    left: 0;
    top: 0;
}

.comment-metadata {
    margin-left: 50px;
    font-size: 12px;
}
ol.comment-list,
ol.children {
    list-style: none;
    padding: 0;
    margin: 0;
   
}
ol.comment-list li.comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #e9ebed;
}
ol.comment-list li.comment:last-child{
  border-bottom: 0px solid;
  margin-bottom: 0;
  padding-bottom: 0;
}
.comment-content p {
    margin-bottom: 0;
}
p.comment-awaiting-moderation{
  color: #D30015;
}
b.fn {
    font-size: 15px;
    text-transform: capitalize;
}
a.comment-reply-link {
  color: #D30015;
  font-weight: 700;
}
.comment-list ol.children{
  padding-left: 30px;
}
@media (max-width: 320px) {
  .comment-list ol.children{
    padding-left: 15px;
  }
}
.comment-list li ol.children{
  margin-top: 30px;
  border-top: 1px solid #e9ebed;
}
.comment-form p.comment-notes span{
  font-weight: 400;
  color: #666;
}
.comments-area .comment-form label {
    display: block;
    margin-bottom: 10px;
}
.comments-area .comment-form textarea,
.comments-area .comment-form input{
  width: 100%;
  border: 1px solid #e9ebed;
  margin-bottom: 20px;
}
.comments-area .comment-form input{
  height: 40px;
}
.comments-area .comment-form input[type="submit"]{
  width: auto;
  background: #D30015;
  border: 1px solid #D30015;
  display: inline-block;
  padding: 10px 15px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 21px;
  font-size: 14px;
  margin-bottom: 0;
}
.comments-area .comment-form input[type="submit"]:hover{
  background: #b70012;
  border: 1px solid #b70012;
}
.comment-respond{
  margin-top: 40px;
  border-top: 1px solid #e9ebed;
  padding-top: 20px;
}
p.comment-notes {
    margin-bottom: 30px;
}
h3.comment-reply-title {
    font-size: 18px;
}
/**** post grid widget CSS ****/
.academix-blog-item .blog-inner{
  padding: 26px;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 14%);
}
.academix-blog-item .blog-inner h3{
  margin: 0;
  font-weight: 700;
  text-transform: uppercase;
}
.academix-blog-item .blog-inner h3 a{
  line-height: 1.4;
  font-size: 14px;
  color: #272727;
  text-transform: initial;
}
.academix-blog-item .blog-inner .academix-blog-post-info{
  font-size: 12px;
  color: #b4b4b4;
  margin: 5px 0 10px;
}
.academix-blog-item .blog-inner .academix-blog-post-info ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.academix-blog-item .blog-inner .academix-blog-post-info ul li:first-child{
  padding-left: 0;
}
.academix-blog-item .blog-inner .academix-blog-post-info ul li{
  display: inline-block;
  padding-right: 7px;
  padding-left: 7px;
}
.academix-blog-item .blog-inner .academix-blog-post-info ul li strong{
  padding-right: 5px;
}
.academix-blog-item .blog-inner .academix-blog-post-info ul li a{
  text-transform: capitalize;
}
.academix-blog-item .blog-inner p{
  overflow: inherit;
  line-height: 25px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 14px;
  margin-bottom: 5px;
}
.academix-blog-item .blog-inner a.read-more-btn{
  font-weight: 700;
  font-size: 12px;
}
/******* Changes CSS *****/
blockquote {
    margin: 24px auto;
    background: #d1d9e0;
    padding: 30px;
    font-size: 16px;
    border-left: 5px solid #D30015;
}
.page-links span{
  background-color: #b70012;
  color: #fff;
  padding: 3px 10px;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: 700;
}
.page-links a{
    display: inline-block;
    color: #000;
}
.page-links a span{
  background-color: transparent;
  color: #000;
}
.page-links span:hover{
  color: #fff;
  background-color: #b70012;
}
.page-links{
  display: inline-block;
}
dt {
  font-weight: bold;
  margin-bottom: 10px;
}

dd {
  margin: 0 0 15px;
}

ul,
ol {
  margin: 0;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0;
  padding: 0 0 0 15px;
}

/******* Blog Widget Css *****/
.widget h2.widget-title{
  margin-top: 0;
  color: #000;
}
.blog-sidebar .widget{
  margin-bottom: 30px;
  padding: 30px 30px;
  background: #EDF2F6;
}
@media (max-width: 768px) {
  .blog-sidebar{
    margin-top: 30px;
  }
}
.footer-widget .widget{
  margin-bottom: 30px;
}
.widget:last-child{
  margin-bottom: 0;
}
.widget h4:first-child{
  margin-top: 0;
}
.widget .widgettitle{
  margin-bottom: 25px;
  font-family: Montserrat;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 18px;
  opacity: 1;
  visibility: visible;
}
.widget .wp-block-search__label{
  font-family: Montserrat;
  line-height: 20px;
  font-weight: 700;
  font-style: normal;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.widget .wp-block-search__input{
  border-radius: 4px 0 0 4px;
  border: 1px solid #e9ebed;
  border: none;
}
.widget .wp-block-search__button{
  margin-left: 0;
  border-radius: 0 4px 4px 0;
  padding: 6px 20px;
  border: none;
  background-color: #D30015;
  color: #fff;
}
.widget .wp-block-search__button:hover,
.widget .wp-block-search__button:focus{
  border: none;
}
.widget.widget_search .search-form .input-group input{
  padding: 10px;
  border: 1px solid #D30015;
}
.widget.widget_search .search-form .input-group span button{
  border-radius: 0;
}
.recent-post h4{
  margin-bottom: 20px;
}
.widget h4 {
    margin-bottom: 25px;
}
.widget.widget_text h4.widget-title{
  margin-bottom: 18px;
}
.widget ul{
  margin: -10px 0 0;
  padding: 0;
  list-style: none;
}
.widget ul li a{
  color: #666;
  text-transform: capitalize;
  font-weight: 700;
}
.widget ul li a:hover{
  color: #b70012;
  text-decoration: none;
}
.widget label{
  display: block;
  color: #666;
}
.widget .wp-block-latest-comments{
  padding-left: 0;
}
.widget .wp-block-latest-posts__list li,
.widget .wp-block-latest-comments li{
  line-height: 1.4;
  margin-bottom: 5px;
}

.widget .wp-block-latest-comments li span{
  font-weight: 700;
  text-transform: capitalize;
}
.widget .wp-block-latest-posts__list li a{
  font-weight: 700;
}
.widget .wp-block-archives select,
.widget .wp-block-categories select,
.widget.widget_text select{
    max-width: 100%;
    width: 100%;
    border: 1px solid #e9ebed;
    height: 40px;
    display: block;
}
.widget.wp-block-page-list .widget-title,
.widget.widget_nav_menu .widget-title,
.widget .wp-block-archives .widget-title,
.widget .wp-block-categories .widget-title,
.widget.widget_calendar .widget-title{
  margin-bottom: 15px;
}
.widget.wp-block-page-list li a,
.widget.widget_nav_menu ul li a,
.widget .wp-block-archives li a,
.widget .wp-block-categories li a{
  padding: 10px 0;
  display: block;
}
.widget.wp-block-page-list li,
.widget.widget_nav_menu ul li,
.widget .wp-block-archives li,
.widget .wp-block-categories li{
  padding: 0;
  border-bottom: 1px solid #CCD1E0;
}
.widget.wp-block-page-list li ul.children li,
.widget.widget_nav_menu ul li ul.children li,
.widget .wp-block-archives li ul.children li,
.widget .wp-block-categories li ul.children li{
  padding: 0;
}
.widget.wp-block-page-list li ul.children li:last-child,
.widget.widget_nav_menu ul li ul.children li:last-child,
.widget .wp-block-archives li ul.children li:last-child,
.widget .wp-block-categories li ul.children li:last-child{
  border-bottom: none;
}
.widget.wp-block-page-list li ul.children li a,
.widget.widget_nav_menu ul li ul.children li a,
.widget .wp-block-archives li ul.children li a,
.widget .wp-block-categories li ul.children li a{
  padding: 10px 0 12px 0px;
}
.widget.wp-block-page-list li ul li,
.widget.widget_nav_menu ul li ul li,
.widget .wp-block-archives li ul li,
.widget .wp-block-categories li ul li{
  border-top: 1px solid #CCD1E0;
  border-bottom: none;
}
.widget.wp-block-page-list li ul.sub-menu, 
.widget.widget_nav_menu ul li ul.sub-menu{
  padding-left: 10px;
}


.widget .wp-block-archives li a span,
.widget .wp-block-categories li a span{
  float: right;
  font-weight: 400;
}
.widget.widget_text form > br{
  display: none;
}
.widget_calendar .calendar_wrap{
    min-height: .01%;
    overflow-x: auto;
}
.widget table {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid #ced1d4;
    border-left: 1px solid #ced1d4;
}
.widget table > caption{
  color: #666;
  font-weight: 700;
  padding-top: 0;
}
.widget td#today,
.widget td#prev,
.widget td#next{
    font-weight: 700;
}
.widget td#today a,
.widget tr td#prev a{
 color: #D30015;
}
.widget table th{
  border-right: 1px solid #ced1d4;
  padding: 8px 0;
  text-align: center;
}
.widget table tr,
.widget table td {
    border-right: 1px solid #ced1d4;
    padding: 8px 0;
    border-bottom: 1px solid #ced1d4;
    border-top: 1px solid #ced1d4;
    text-align: center;
}
.widget table td#prev{
  text-align: left;
  padding-left: 8px;
}
.widget table td#next{
  text-align: right;
  padding-right: 8px;
}
.section-footer .footer-widget .widget table {
  border-bottom: 1px solid #ced1d4;
  border-left: 1px solid #ced1d4;
}
.section-footer .footer-widget .widget table th{
  border-right: 1px solid #ced1d4;
}
.section-footer .footer-widget .widget table tr,
.section-footer .footer-widget .widget table td{
  border-right: 1px solid #ced1d4;
  border-bottom: 1px solid #ced1d4;
  border-top: 1px solid #ced1d4;
}
.footer-widget .widget.widget_nav_menu ul li{
  border-bottom: none;
}
.footer-widget .widget.widget_nav_menu ul li a{
  padding: 0;
}
.widget.widget_rss ul li{
  margin-bottom: 10px;
}
.widget .rssSummary {
    padding-top: 5px;
}
.widget cite {
    font-weight: 700;
}
.widget .wp-block-tag-cloud a {
    font-size: 14px !important;
    color: #fff;
    background-color: #D30015;
    border: 1px solid #D30015;
    padding: 6px 8px;
    margin-bottom: 5px;
    text-transform: capitalize;
    display: inline-block;
}
.widget .wp-block-tag-cloud a:hover{
  background-color: #b70012;
  border: 1px solid #b70012;
}
.search-form input.blog-search {
    border: 1px solid #D30015;
    width: 100%;
    height: auto;
    padding: 10px 10px;
    font-size: 18px;
}
.widget.widget_nav_menu ul li ul.sub-menu,
.widget.wp-block-page-list li ul.children{
  padding-left: 10px;
}
.widget.widget_nav_menu ul{
   margin: 0;
}
.widget ul.children {
    margin: 0;
    padding-left: 10px;
}
.dropdown-submenu {
    position:relative;
}
.widget.widget_nav_menu h4.widget-title{
  margin-bottom: 10px;
}
.dropdown-submenu>.dropdown-menu {
    top:0;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}
p.form-submit{
  margin-bottom: 0;
}



/* slider css fix */
.box-layout .pos-y_center{
  max-width: 1170px;
  margin: auto;
}
.seq .seq-step1{
   background-position: center center;
}
.seq {
    margin: 50px auto 0;
}
@media (max-width: 1200px){
  .navbar-brand>img{
    height: 50px;
  }
  .header-mt-110,
  .header-page-mt-110 {
    margin-top: 100px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .box-layout .seq
  {
    margin: 0;
  }
}
@media (max-width: 768px){
  .seq{
    margin: 0 auto 0;
  }
}
@media (max-width: 767px){

.seq {
    height: 130px;
    margin: 10px auto 0;
}

.seq.seq-active .seq-content{
  width:100%;
  height:100%;
  top: 50%;
}
.seq--kawsa.seq-active .seq-content:before {
    background: rgba(211, 0, 21, 0.51);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.seq--kawsa.seq-active .seq-content .seq-title {
    font-size: 12px;
}

.seq--kawsa.seq-active .seq-content .seq-meta-text {
    font-weight: 600;
    font-size: 10px;
    line-height: 1.4;
    margin-bottom: 0;
}

.seq--kawsa.seq-active .seq-content .btn-link {
    font-size: 10px;
}

.sec-navigate-wrap.pos-y_center {
    top: 44%;
}
.sec-navigate-wrap .seq-prev{
  margin-left: 0;
}
.sec-navigate-wrap .seq-next {
    margin-right: 0;
}
}

/* ---- scroll navbar css ---- */
.scrolly-nav .seq,
.scrolly-nav .sabbi-page-header{
  margin-top: 0;
}

body .scrolly-nav .pt_60{
  padding-top: 0;
}


/********** kc blog post css ***********/
.kc-blog-posts-2 .kc-list-item-1,
.kc-blog-posts-3 .kc-list-item-3,
.kc-blog-posts-3 .kc-list-item-4,
.kc-blog-posts-2 .kc-list-item-2{
  background-color: #EDF2F6;
}
.kc-blog-posts-3 .kc-list-item-3 .content h2 a,
.kc-blog-posts-2 .kc-list-item-2 h2 a{
  font-size: 14px;
  line-height: 20px;
  text-transform: initial;
}
.kc-blog-posts-3 .kc-list-item-3 .content h2 a:hover,
.kc-blog-posts-2 .kc-list-item-2 h2 a:hover{
  color: #D30015;
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta .entry-date, 
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta .kc-post-author,
.kc-blog-posts-2 .kc-list-item-2 .entry-meta .entry-date, 
.kc-blog-posts-2 .kc-list-item-2 .entry-meta .kc-post-author{
  border-right: 1px solid #cecece;
}
.kc-blog-posts-2 .kc-list-item-2 .post_details .post-meta span i{
   color: #666;     
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta a,
.kc-blog-posts-2 .kc-list-item-2 .content .entry-meta a{
  color: #666;
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-meta a:hover,
.kc-blog-posts-2 .kc-list-item-2 .entry-meta a:hover{
  color: #D30015;
}
.kc-blog-posts-3 .kc-list-item-3 .content .entry-excerpt p,
.kc-blog-posts-2 .kc-list-item-2 .entry-excerpt p{
  overflow: inherit;
  line-height: 25.032px;
  font-weight: 400;
  font-style: normal;
  color: #000000;
  font-size: 14px;
}

.kc-blog-posts .content .kc-post-2-button,
.kc-blog-posts .kc-list-item-2 .kc-post-2-button {
    padding: 0;
    border-radius: 0;
    color: #D30015;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    font-weight: 800;
    border: none;
}
.kc-blog-posts .content .kc-post-2-button i,
.kc-blog-posts .kc-list-item-2 .kc-post-2-button i{
  color: #D30015;
}
.kc-blog-posts .content .kc-post-2-button:hover,
.kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover{
    background: transparent;
    color: #D30015;
}

/* style.css rtl */

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a:active,
a:hover {
  outline: 0;
}
p{
  overflow: hidden;
}
abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 14px;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
button,
input,
select,
optgroup,
textarea {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.788;
  padding: 10px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 20px 15px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 14px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

blockquote,
q {
  quotes: "" "";
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #D30015;
  border-radius: 3px;
  background: #D30015;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 1;
  padding: 12px 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #b70012;
  background: #b70012;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  border-color: #b70012;
  background: #b70012;
  color: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"] {
  color: #666;
  border: 1px solid #e9ebed;
  border-radius: 3px;
  padding: 10px;
  height: 40px;
}

select {
  border: 1px solid #e9ebed;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #000;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #D30015;
  text-decoration: none; }

a:hover,
a:focus,
a:active {
  color: #286090;
  text-decoration: none;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: right;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-right: 0;
}

.main-navigation li {
  float: right;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: right;
  position: absolute;
  top: 100%;
  right: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  right: -999em;
  top: 0;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  right: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  right: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 30px 0 0;
  overflow: hidden;
}
.blog-post-video {
  margin: 20px 0;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  text-align: left;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}


.page-links {
  clear: both;
  margin: 20px 0 0;
  display: block;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
  font-weight: 400;
  color: #666;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 10px 0;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33333%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66667%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28571%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11111%;
}

.gallery-caption {
  display: block;
}

.single.single-team ol.ol-timeline,
.single.single-team .appoint-timeline-holder{
  margin-top: 50px;
}
.sabbi-thumlinepost-card .btn-action{
  margin-top: 0;
}
.news-card.sabbi-thumlinepost-card .btn-action{
  margin-top: 10px;
}
.__ci_num em{
  display: block;
}

/****** ai home page css ******/
.academix-cta-section .elementor-column{
  margin-left: 15px;
  margin-right: 15px;
}
@media (max-width: 767px) {
  .academix-cta-section .elementor-column{
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px){
  .academix-cta-section .elementor-column{
    margin-bottom: 30px;
  }
}
.academix-box-cta a{
  border-bottom: 1px solid #fff;
}

.academix-box-cta {
  box-shadow: inset 0px -100px 130px 2px rgb(37 38 43 / 90%);
}
/***** cse home page css *****/
.cse-academix-slider .pt_60{
  padding-top: 0;
}
.cse-academix-slider .seq{
  margin-top: 0;
}
.cse-academix-slider .seq.seq-active .seq-content{
  bottom: 40%;
  width: 680px;
}
@media only screen and (min-width: 768px){
  .cse-academix-slider .pos-y_center{
    top: 30%;
  }
  .cse-academix-slider .seq.seq-active .seq-content{
    bottom: 40%;
    width: 650px;
  }
}
.cse-academix-slider li{
  position: relative;
}
.cse-academix-slider li:before{
  content: "";
  position: absolute;
  background: rgba(0, 0, 0, 0.64);
  left: 0;
  right: 0;
}
@media (max-width: 767px) {
  .cse-academix-slider .seq.seq-active .seq-content{
    bottom: auto;
    width: 100%;
    top: 40px;
  }
  .seq {
    height: 40vh;
  }
}
.cse-video{
  min-height: auto;
}

/***** fluent  form *****/
.contact-form .fluentform textarea{
  height: 200px;
}
.contact-form .fluentform .ff-btn{
  margin-top: 15px;
  border: 1px solid;
  border-color: #D30015;
  border-radius: 3px;
  background: #D30015 !important;
  color: rgba(0, 0, 0, .8);
  font-size: 14px;
  line-height: 1;
  padding: 12px 30px;
  font-weight: 400;
  text-transform: capitalize;
  color: #fff;
}
.contact-form .fluentform .ff-el-form-control:focus{
  border-color: #e6ebef;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e6ebef;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #e6ebef;
}

/*** Pre defined color ***/
.color1 .academix-content-area .blo-cat a,
.color1 a.comment-reply-link,
.color1 .logged-in-as a,
.color1 .blog-breadcrumb.auth-breadcrumb-wrap .sabbi-breadcrumb a,
.color1 .blog a.btn.btn-unsolemn.btn-action.read-more,
.color1 .copyright a,
.color1 .powredby a,
.color1 .widget_academix_latest_events .action-wrap a,
.color1 .academix-content-area .sabbi-thumlinepost-card .btn-action,
.color1 .academix-content-area a.btn-action,
.color1 .academix-content-area .pdf-link,
.color1 .journal-papers-doi a,
.color1 .academix-content-area .btn-expand,
.color1 .academix-content-area .timeline-meta .staff-title a,
.color1 td#today a,
.color1 tr td#prev a,
.color1 .icon-card .icon-card-limn > i,
.color1 .btn-gules,
.color1 .sabbi-breadcrumb a,
.color1 .kc-blog-posts .content .kc-post-2-button,
.color1 .kc-blog-posts .kc-list-item-2 .kc-post-2-button,
.color1 .kc-blog-posts .content .kc-post-2-button i,
.color1 .kc-blog-posts .kc-list-item-2 .kc-post-2-button i,
.color1 .pub-item.with-icon .elem-wrapper i,
.color1 .page-numbers > li > a,
.color1 .contact-form .fluentform .ff-btn{
  color: #0296d3;
}
.color1 .sabbi-page-header,
.color1 .preloader-dot1,
.color1 .preloader-dot2,
.color1 .contact-form .fluentform .ff-btn,
.color1 .btn-gules,
.color1 .nav-btn-wrap .btn-primary,
.color1 .sabbi-page-header .page-title,
.color1 button, input[type="button"],
.color1 input[type="reset"],
.color1 input[type="submit"],
.color1 .widget .wp-block-tag-cloud a,
.color1 .page-numbers > li a:hover, 
.color1 .page-numbers > li > .current,
.color1 .nav-previous,
.color1 .nav-next,
.color1 .comments-area .comment-form input[type="submit"],
.color1 .blog-banner.sabbi-page-header,
.color1 .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before,
.color1 .lil-line:before,
.color1 .journal-papers-nav-list > li.active a,
.color1 .sec-navigate-wrap .seq-next,
.color1 .sec-navigate-wrap .seq-prev,
.color1 .mean-container a.meanmenu-reveal span,
.color1 .seq--kawsa.seq-active .seq-content:before{
  background-color: #0296d3;
}

.color1 .nav-btn-wrap .btn-primary,
.color1 .navbar-nav-hov_underline .navbar-nav li.active a,
.color1 .navbar-nav-hov_underline > .navbar-nav > li > a:hover,
.color1 .navbar-nav-hov_underline > .navbar-nav > li > a:focus,
.color1 button,
.color1 input[type="button"],
.color1 input[type="reset"],
.color1 input[type="submit"],
.color1 .widget .wp-block-tag-cloud a,
.color1 .widget.widget_search .search-form .input-group input,
.color1 .comments-area .comment-form input[type="submit"],
.color1 blockquote,
.color1 body.kc-css-system .divider_line div.divider_inner,
.color1 .pub-item.with-icon .elem-wrapper i{
  border-color: #0296d3;
}

.color1 .blog .entry-header h3.entry-title a:hover,
.color1 .footer-bar .copyright a:hover,
.color1 .powredby a:hover,
.color1 .kc-blog-posts .content .kc-post-2-button:hover,
.color1 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover,
.color1 .kc-blog-posts .content .kc-post-2-button:hover i,
.color1 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover i,
.color1 .sabbi-breadcrumb a:hover,
.color1 .journal-papers-doi a:hover,
.color1 .blog a.btn.btn-unsolemn.btn-action.read-more:hover,
.color1 .widget ul li a:hover,
.color1 a.comment-reply-link:hover,
.color1 .logged-in-as a:hover,
.color1 .page-numbers > li:hover > a,
.color1 .page-numbers > li:hover > span,
.color1 .post-time li a:hover{
  color: #027db0;
}
.color1 .academix-content-area .btn-gules:hover,
.color1 .nav-btn-wrap .btn-primary:hover,
.color1 .journal-papers-nav-list > li a:hover,
.color1 .journal-papers-nav-list > li a:focus,
.color1 .widget .wp-block-tag-cloud a:hover,
.color1 .nav-previous:hover,
.color1 .nav-next:hover,
.color1 .comments-area .comment-form input[type="submit"]:hover,
.color1 .widget.widget_search .search-form .input-group span button:hover{
  background-color: #027db0;
}

.color1 .nav-btn-wrap .btn-primary,
.color1 .nav-btn-wrap .btn-primary:hover,
.color1 .journal-papers-nav-list > li a:hover,
.color1 .journal-papers-nav-list > li a:focus,
.color1 .widget .wp-block-tag-cloud a:hover,
.color1 .nav-previous:hover,
.color1 .nav-next:hover,
.color1 .comments-area .comment-form input[type="submit"]:hover,
.color1 .widget.widget_search .search-form .input-group span button:hover{
  border-color: #027db0;
}

.color1 .academix-content-area a.btn-gules,
.color1 .academix-content-area a.btn-action.btn-gules:hover,
.color1 .nav-btn-wrap .btn-primary:hover,
.color1 .widget .wp-block-tag-cloud a:hover,
.color1 .nav-previous:hover a,
.color1 .nav-next:hover a,
.color1 .comments-area .comment-form input[type="submit"]:hover,
.color1 .widget.widget_search .search-form .input-group span button:hover,
.color1 .page-numbers > li a:hover,
.color1 .page-numbers > li:hover > .current{
  color: #fff;
}



.color2 .academix-content-area .blo-cat a,
.color2 a.comment-reply-link,
.color2 .logged-in-as a,
.color2 .blog-breadcrumb.auth-breadcrumb-wrap .sabbi-breadcrumb a,
.color2 .blog a.btn.btn-unsolemn.btn-action.read-more,
.color2 .copyright a,
.color2 .powredby a,
.color2 .widget_academix_latest_events .action-wrap a,
.color2 .academix-content-area .sabbi-thumlinepost-card .btn-action,
.color2 .academix-content-area a.btn-action,
.color2 .academix-content-area .pdf-link,
.color2 .journal-papers-doi a,
.color2 .academix-content-area .btn-expand,
.color2 .academix-content-area .timeline-meta .staff-title a,
.color2 td#today a,
.color2 tr td#prev a,
.color2 .icon-card .icon-card-limn > i,
.color2 .btn-gules,
.color2 .sabbi-breadcrumb a,
.color2 .kc-blog-posts .content .kc-post-2-button,
.color2 .kc-blog-posts .kc-list-item-2 .kc-post-2-button,
.color2 .kc-blog-posts .content .kc-post-2-button i,
.color2 .kc-blog-posts .kc-list-item-2 .kc-post-2-button i,
.color2 .pub-item.with-icon .elem-wrapper i,
.color2 .page-numbers > li > a {
  color: #df6a02;
}
.color2 .sabbi-page-header,
.color2 .preloader-dot1,
.color2 .preloader-dot2,
.color2 .contact-form .fluentform .ff-btn,
.color2 .btn-gules,
.color2 .nav-btn-wrap .btn-primary,
.color2 .sabbi-page-header .page-title,
.color2 button, input[type="button"],
.color2 input[type="reset"],
.color2 input[type="submit"],
.color2 .widget .wp-block-tag-cloud a,
.color2 .page-numbers > li a:hover,
.color2 .page-numbers > li > .current,
.color2 .nav-previous,
.color2 .nav-next,
.color2 .comments-area .comment-form input[type="submit"],
.color2 .blog-banner.sabbi-page-header,
.color2 .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before,
.color2 .lil-line:before,
.color2 .journal-papers-nav-list > li.active a,
.color2 .sec-navigate-wrap .seq-next,
.color2 .sec-navigate-wrap .seq-prev,
.color2 .mean-container a.meanmenu-reveal span,
.color2 .seq--kawsa.seq-active .seq-content:before{
  background-color: #df6a02;
}

.color2 .nav-btn-wrap .btn-primary,
.color2 .navbar-nav-hov_underline .navbar-nav li.active a,
.color2 .navbar-nav-hov_underline > .navbar-nav > li > a:hover,
.color2 .navbar-nav-hov_underline > .navbar-nav > li > a:focus,
.color2 button,
.color2 input[type="button"],
.color2 input[type="reset"],
.color2 input[type="submit"],
.color2 .widget .wp-block-tag-cloud a,
.color2 .widget.widget_search .search-form .input-group input,
.color2 .comments-area .comment-form input[type="submit"],
.color2 blockquote,
.color2 body.kc-css-system .divider_line div.divider_inner,
.color2 .pub-item.with-icon .elem-wrapper i{
  border-color: #df6a02;
}

.color2 .blog .entry-header h3.entry-title a:hover,
.color2 .footer-bar .copyright a:hover,
.color2 .powredby a:hover,
.color2 .kc-blog-posts .content .kc-post-2-button:hover,
.color2 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover,
.color2 .kc-blog-posts .content .kc-post-2-button:hover i,
.color2 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover i,
.color2 .sabbi-breadcrumb a:hover,
.color2 .journal-papers-doi a:hover,
.color2 .blog a.btn.btn-unsolemn.btn-action.read-more:hover,
.color2 .widget ul li a:hover,
.color2 a.comment-reply-link:hover,
.color2 .logged-in-as a:hover,
.color2 .page-numbers > li:hover > a,
.color2 .page-numbers > li:hover > span,
.color2 .post-time li a:hover{
  color: #b95802;
}
.color2 .academix-content-area .btn-gules:hover,
.color2 .nav-btn-wrap .btn-primary:hover,
.color2 .journal-papers-nav-list > li a:hover,
.color2 .journal-papers-nav-list > li a:focus,
.color2 .widget .wp-block-tag-cloud a:hover,
.color2 .nav-previous:hover,
.color2 .nav-next:hover,
.color2 .comments-area .comment-form input[type="submit"]:hover,
.color2 .widget.widget_search .search-form .input-group span button:hover{
  background-color: #b95802;
}

.color2 .nav-btn-wrap .btn-primary,
.color2 .nav-btn-wrap .btn-primary:hover,
.color2 .journal-papers-nav-list > li a:hover,
.color2 .journal-papers-nav-list > li a:focus,
.color2 .widget .wp-block-tag-cloud a:hover,
.color2 .nav-previous:hover,
.color2 .nav-next:hover,
.color2 .comments-area .comment-form input[type="submit"]:hover,
.color2 .widget.widget_search .search-form .input-group span button:hover{
  border-color: #b95802;
}

.color2 .academix-content-area a.btn-gules,
.color2 .academix-content-area a.btn-action.btn-gules:hover,
.color2 .nav-btn-wrap .btn-primary:hover,
.color2 .widget .wp-block-tag-cloud a:hover,
.color2 .nav-previous:hover a,
.color2 .nav-next:hover a,
.color2 .comments-area .comment-form input[type="submit"]:hover,
.color2 .widget.widget_search .search-form .input-group span button:hover,
.color2 .page-numbers > li a:hover,
.color2 .page-numbers > li:hover > .current{
  color: #fff;
}






.color3 .academix-content-area .blo-cat a,
.color3 a.comment-reply-link,
.color3 .logged-in-as a,
.color3 .blog-breadcrumb.auth-breadcrumb-wrap .sabbi-breadcrumb a,
.color3 .blog a.btn.btn-unsolemn.btn-action.read-more,
.color3 .copyright a,
.color3 .powredby a,
.color3 .widget_academix_latest_events .action-wrap a,
.color3 .academix-content-area .sabbi-thumlinepost-card .btn-action,
.color3 .academix-content-area a.btn-action,
.color3 .academix-content-area .pdf-link,
.color3 .journal-papers-doi a,
.color3 .academix-content-area .btn-expand,
.color3 .academix-content-area .timeline-meta .staff-title a,
.color3 td#today a,
.color3 tr td#prev a,
.color3 .icon-card .icon-card-limn > i,
.color3 .btn-gules,
.color3 .sabbi-breadcrumb a,
.color3 .kc-blog-posts .content .kc-post-2-button,
.color3 .kc-blog-posts .kc-list-item-2 .kc-post-2-button,
.color3 .kc-blog-posts .content .kc-post-2-button i,
.color3 .kc-blog-posts .kc-list-item-2 .kc-post-2-button i,
.color3 .pub-item.with-icon .elem-wrapper i,
.color3 .page-numbers > li > a {
  color: #00c257;
}
.color3 .sabbi-page-header,
.color3 .preloader-dot1,
.color3 .preloader-dot2,
.color3 .contact-form .fluentform .ff-btn,
.color3 .btn-gules,
.color3 .nav-btn-wrap .btn-primary,
.color3 .sabbi-page-header .page-title,
.color3 button, input[type="button"],
.color3 input[type="reset"],
.color3 input[type="submit"],
.color3 .widget .wp-block-tag-cloud a,
.color3 .page-numbers > li a:hover,
.color3 .page-numbers > li > .current,
.color3 .nav-previous,
.color3 .nav-next,
.color3 .comments-area .comment-form input[type="submit"],
.color3 .blog-banner.sabbi-page-header,
.color3 .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before,
.color3 .lil-line:before,
.color3 .journal-papers-nav-list > li.active a,
.color3 .sec-navigate-wrap .seq-next,
.color3 .sec-navigate-wrap .seq-prev,
.color3 .mean-container a.meanmenu-reveal span,
.color3 .seq--kawsa.seq-active .seq-content:before{
  background-color: #00c257;
}

.color3 .nav-btn-wrap .btn-primary,
.color3 .navbar-nav-hov_underline .navbar-nav li.active a,
.color3 .navbar-nav-hov_underline > .navbar-nav > li > a:hover,
.color3 .navbar-nav-hov_underline > .navbar-nav > li > a:focus,
.color3 button,
.color3 input[type="button"],
.color3 input[type="reset"],
.color3 input[type="submit"],
.color3 .widget .wp-block-tag-cloud a,
.color3 .widget.widget_search .search-form .input-group input,
.color3 .comments-area .comment-form input[type="submit"],
.color3 blockquote,
.color3 body.kc-css-system .divider_line div.divider_inner,
.color3 .pub-item.with-icon .elem-wrapper i{
  border-color: #00c257;
}

.color3 .blog .entry-header h3.entry-title a:hover,
.color3 .footer-bar .copyright a:hover,
.color3 .powredby a:hover,
.color3 .kc-blog-posts .content .kc-post-2-button:hover,
.color3 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover,
.color3 .kc-blog-posts .content .kc-post-2-button:hover i,
.color3 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover i,
.color3 .sabbi-breadcrumb a:hover,
.color3 .journal-papers-doi a:hover,
.color3 .blog a.btn.btn-unsolemn.btn-action.read-more:hover,
.color3 .widget ul li a:hover,
.color3 a.comment-reply-link:hover,
.color3 .logged-in-as a:hover,
.color3 .page-numbers > li:hover > a,
.color3 .page-numbers > li:hover > span,
.color3 .post-time li a:hover{
  color: #00a54a;
}
.color3 .academix-content-area .btn-gules:hover,
.color3 .nav-btn-wrap .btn-primary:hover,
.color3 .journal-papers-nav-list > li a:hover,
.color3 .journal-papers-nav-list > li a:focus,
.color3 .widget .wp-block-tag-cloud a:hover,
.color3 .nav-previous:hover,
.color3 .nav-next:hover,
.color3 .comments-area .comment-form input[type="submit"]:hover,
.color3 .widget.widget_search .search-form .input-group span button:hover{
  background-color: #00a54a;
}

.color3 .nav-btn-wrap .btn-primary,
.color3 .nav-btn-wrap .btn-primary:hover,
.color3 .journal-papers-nav-list > li a:hover,
.color3 .journal-papers-nav-list > li a:focus,
.color3 .widget .wp-block-tag-cloud a:hover,
.color3 .nav-previous:hover,
.color3 .nav-next:hover,
.color3 .comments-area .comment-form input[type="submit"]:hover,
.color3 .widget.widget_search .search-form .input-group span button:hover{
  border-color: #00a54a;
}

.color3 .academix-content-area a.btn-gules,
.color3 .academix-content-area a.btn-action.btn-gules:hover,
.color3 .nav-btn-wrap .btn-primary:hover,
.color3 .widget .wp-block-tag-cloud a:hover,
.color3 .nav-previous:hover a,
.color3 .nav-next:hover a,
.color3 .comments-area .comment-form input[type="submit"]:hover,
.color3 .widget.widget_search .search-form .input-group span button:hover,
.color3 .page-numbers > li a:hover,
.color3 .page-numbers > li:hover > .current{
  color: #fff;
}




.color4 .academix-content-area .blo-cat a,
.color4 a.comment-reply-link,
.color4 .logged-in-as a,
.color4 .blog-breadcrumb.auth-breadcrumb-wrap .sabbi-breadcrumb a,
.color4 .blog a.btn.btn-unsolemn.btn-action.read-more,
.color4 .copyright a,
.color4 .powredby a,
.color4 .widget_academix_latest_events .action-wrap a,
.color4 .academix-content-area .sabbi-thumlinepost-card .btn-action,
.color4 .academix-content-area a.btn-action,
.color4 .academix-content-area .pdf-link,
.color4 .journal-papers-doi a,
.color4 .academix-content-area .btn-expand,
.color4 .academix-content-area .timeline-meta .staff-title a,
.color4 td#today a,
.color4 tr td#prev a,
.color4 .icon-card .icon-card-limn > i,
.color4 .btn-gules,
.color4 .sabbi-breadcrumb a,
.color4 .kc-blog-posts .content .kc-post-2-button,
.color4 .kc-blog-posts .kc-list-item-2 .kc-post-2-button,
.color4 .kc-blog-posts .content .kc-post-2-button i,
.color4 .kc-blog-posts .kc-list-item-2 .kc-post-2-button i,
.color4 .pub-item.with-icon .elem-wrapper i,
.color4 .page-numbers > li > a {
  color: #0101ee;
}
.color4 .sabbi-page-header,
.color4 .preloader-dot1,
.color4 .preloader-dot2,
.color4 .contact-form .fluentform .ff-btn,
.color4 .btn-gules,
.color4 .nav-btn-wrap .btn-primary,
.color4 .sabbi-page-header .page-title,
.color4 button, input[type="button"],
.color4 input[type="reset"],
.color4 input[type="submit"],
.color4 .widget .wp-block-tag-cloud a,
.color4 .page-numbers > li a:hover,
.color4 .page-numbers > li > .current,
.color4 .nav-previous,
.color4 .nav-next,
.color4 .comments-area .comment-form input[type="submit"],
.color4 .blog-banner.sabbi-page-header,
.color4 .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before,
.color4 .lil-line:before,
.color4 .journal-papers-nav-list > li.active a,
.color4 .sec-navigate-wrap .seq-next,
.color4 .sec-navigate-wrap .seq-prev,
.color4 .mean-container a.meanmenu-reveal span,
.color4 .seq--kawsa.seq-active .seq-content:before{
  background-color: #0101ee;
}

.color4 .nav-btn-wrap .btn-primary,
.color4 .navbar-nav-hov_underline .navbar-nav li.active a,
.color4 .navbar-nav-hov_underline > .navbar-nav > li > a:hover,
.color4 .navbar-nav-hov_underline > .navbar-nav > li > a:focus,
.color4 button,
.color4 input[type="button"],
.color4 input[type="reset"],
.color4 input[type="submit"],
.color4 .widget .wp-block-tag-cloud a,
.color4 .widget.widget_search .search-form .input-group input,
.color4 .comments-area .comment-form input[type="submit"],
.color4 blockquote,
.color4 body.kc-css-system .divider_line div.divider_inner,
.color4 .pub-item.with-icon .elem-wrapper i{
  border-color: #0101ee;
}

.color4 .blog .entry-header h3.entry-title a:hover,
.color4 .footer-bar .copyright a:hover,
.color4 .powredby a:hover,
.color4 .kc-blog-posts .content .kc-post-2-button:hover,
.color4 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover,
.color4 .kc-blog-posts .content .kc-post-2-button:hover i,
.color4 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover i,
.color4 .sabbi-breadcrumb a:hover,
.color4 .journal-papers-doi a:hover,
.color4 .blog a.btn.btn-unsolemn.btn-action.read-more:hover,
.color4 .widget ul li a:hover,
.color4 a.comment-reply-link:hover,
.color4 .logged-in-as a:hover,
.color4 .page-numbers > li:hover > a,
.color4 .page-numbers > li:hover > span,
.color4 .post-time li a:hover{
  color: #0101ab;
}
.color4 .academix-content-area .btn-gules:hover,
.color4 .nav-btn-wrap .btn-primary:hover,
.color4 .journal-papers-nav-list > li a:hover,
.color4 .journal-papers-nav-list > li a:focus,
.color4 .widget .wp-block-tag-cloud a:hover,
.color4 .nav-previous:hover,
.color4 .nav-next:hover,
.color4 .comments-area .comment-form input[type="submit"]:hover,
.color4 .widget.widget_search .search-form .input-group span button:hover{
  background-color: #0101ab;
}

.color4 .nav-btn-wrap .btn-primary,
.color4 .nav-btn-wrap .btn-primary:hover,
.color4 .journal-papers-nav-list > li a:hover,
.color4 .journal-papers-nav-list > li a:focus,
.color4 .widget .wp-block-tag-cloud a:hover,
.color4 .nav-previous:hover,
.color4 .nav-next:hover,
.color4 .comments-area .comment-form input[type="submit"]:hover,
.color4 .widget.widget_search .search-form .input-group span button:hover{
  border-color: #0101ab;
}

.color4 .academix-content-area a.btn-gules,
.color4 .academix-content-area a.btn-action.btn-gules:hover,
.color4 .nav-btn-wrap .btn-primary:hover,
.color4 .widget .wp-block-tag-cloud a:hover,
.color4 .nav-previous:hover a,
.color4 .nav-next:hover a,
.color4 .comments-area .comment-form input[type="submit"]:hover,
.color4 .widget.widget_search .search-form .input-group span button:hover,
.color4 .page-numbers > li a:hover,
.color4 .page-numbers > li:hover > .current{
  color: #fff;
}



.color5 .academix-content-area .blo-cat a,
.color5 a.comment-reply-link,
.color5 .logged-in-as a,
.color5 .blog-breadcrumb.auth-breadcrumb-wrap .sabbi-breadcrumb a,
.color5 .blog a.btn.btn-unsolemn.btn-action.read-more,
.color5 .copyright a,
.color5 .powredby a,
.color5 .widget_academix_latest_events .action-wrap a,
.color5 .academix-content-area .sabbi-thumlinepost-card .btn-action,
.color5 .academix-content-area a.btn-action,
.color5 .academix-content-area .pdf-link,
.color5 .journal-papers-doi a,
.color5 .academix-content-area .btn-expand,
.color5 .academix-content-area .timeline-meta .staff-title a,
.color5 td#today a,
.color5 tr td#prev a,
.color5 .icon-card .icon-card-limn > i,
.color5 .btn-gules,
.color5 .sabbi-breadcrumb a,
.color5 .kc-blog-posts .content .kc-post-2-button,
.color5 .kc-blog-posts .kc-list-item-2 .kc-post-2-button,
.color5 .kc-blog-posts .content .kc-post-2-button i,
.color5 .kc-blog-posts .kc-list-item-2 .kc-post-2-button i,
.color5 .pub-item.with-icon .elem-wrapper i,
.color5 .page-numbers > li > a {
  color: #a001c2;
}
.color5 .sabbi-page-header,
.color5 .preloader-dot1,
.color5 .preloader-dot2,
.color5 .contact-form .fluentform .ff-btn,
.color5 .btn-gules,
.color5 .nav-btn-wrap .btn-primary,
.color5 .sabbi-page-header .page-title,
.color5 button, input[type="button"],
.color5 input[type="reset"],
.color5 input[type="submit"],
.color5 .widget .wp-block-tag-cloud a,
.color5 .page-numbers > li a:hover,
.color5 .page-numbers > li > .current,
.color5 .nav-previous,
.color5 .nav-next,
.color5 .comments-area .comment-form input[type="submit"],
.color5 .blog-banner.sabbi-page-header,
.color5 .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before,
.color5 .lil-line:before,
.color5 .journal-papers-nav-list > li.active a,
.color5 .sec-navigate-wrap .seq-next,
.color5 .sec-navigate-wrap .seq-prev,
.color5 .mean-container a.meanmenu-reveal span,
.color5 .seq--kawsa.seq-active .seq-content:before{
  background-color: #a001c2;
}

.color5 .nav-btn-wrap .btn-primary,
.color5 .navbar-nav-hov_underline .navbar-nav li.active a,
.color5 .navbar-nav-hov_underline > .navbar-nav > li > a:hover,
.color5 .navbar-nav-hov_underline > .navbar-nav > li > a:focus,
.color5 button,
.color5 input[type="button"],
.color5 input[type="reset"],
.color5 input[type="submit"],
.color5 .widget .wp-block-tag-cloud a,
.color5 .widget.widget_search .search-form .input-group input,
.color5 .comments-area .comment-form input[type="submit"],
.color5 blockquote,
.color5 body.kc-css-system .divider_line div.divider_inner,
.color5 .pub-item.with-icon .elem-wrapper i{
  border-color: #a001c2;
}

.color5 .blog .entry-header h3.entry-title a:hover,
.color5 .footer-bar .copyright a:hover,
.color5 .powredby a:hover,
.color5 .kc-blog-posts .content .kc-post-2-button:hover,
.color5 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover,
.color5 .kc-blog-posts .content .kc-post-2-button:hover i,
.color5 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover i,
.color5 .sabbi-breadcrumb a:hover,
.color5 .journal-papers-doi a:hover,
.color5 .blog a.btn.btn-unsolemn.btn-action.read-more:hover,
.color5 .widget ul li a:hover,
.color5 a.comment-reply-link:hover,
.color5 .logged-in-as a:hover,
.color5 .page-numbers > li:hover > a,
.color5 .page-numbers > li:hover > span,
.color5 .post-time li a:hover{
  color: #8601a3;
}
.color5 .academix-content-area .btn-gules:hover,
.color5 .nav-btn-wrap .btn-primary:hover,
.color5 .journal-papers-nav-list > li a:hover,
.color5 .journal-papers-nav-list > li a:focus,
.color5 .widget .wp-block-tag-cloud a:hover,
.color5 .nav-previous:hover,
.color5 .nav-next:hover,
.color5 .comments-area .comment-form input[type="submit"]:hover,
.color5 .widget.widget_search .search-form .input-group span button:hover{
  background-color: #8601a3;
}

.color5 .nav-btn-wrap .btn-primary,
.color5 .nav-btn-wrap .btn-primary:hover,
.color5 .journal-papers-nav-list > li a:hover,
.color5 .journal-papers-nav-list > li a:focus,
.color5 .widget .wp-block-tag-cloud a:hover,
.color5 .nav-previous:hover,
.color5 .nav-next:hover,
.color5 .comments-area .comment-form input[type="submit"]:hover,
.color5 .widget.widget_search .search-form .input-group span button:hover{
  border-color: #8601a3;
}

.color5 .academix-content-area a.btn-gules,
.color5 .academix-content-area a.btn-action.btn-gules:hover,
.color5 .nav-btn-wrap .btn-primary:hover,
.color5 .widget .wp-block-tag-cloud a:hover,
.color5 .nav-previous:hover a,
.color5 .nav-next:hover a,
.color5 .comments-area .comment-form input[type="submit"]:hover,
.color5 .widget.widget_search .search-form .input-group span button:hover,
.color5 .page-numbers > li a:hover,
.color5 .page-numbers > li:hover > .current{
  color: #fff;
}



.color6 .academix-content-area .blo-cat a,
.color6 a.comment-reply-link,
.color6 .logged-in-as a,
.color6 .blog-breadcrumb.auth-breadcrumb-wrap .sabbi-breadcrumb a,
.color6 .blog a.btn.btn-unsolemn.btn-action.read-more,
.color6 .copyright a,
.color6 .powredby a,
.color6 .widget_academix_latest_events .action-wrap a,
.color6 .academix-content-area .sabbi-thumlinepost-card .btn-action,
.color6 .academix-content-area a.btn-action,
.color6 .academix-content-area .pdf-link,
.color6 .journal-papers-doi a,
.color6 .academix-content-area .btn-expand,
.color6 .academix-content-area .timeline-meta .staff-title a,
.color6 td#today a,
.color6 tr td#prev a,
.color6 .icon-card .icon-card-limn > i,
.color6 .btn-gules,
.color6 .sabbi-breadcrumb a,
.color6 .kc-blog-posts .content .kc-post-2-button,
.color6 .kc-blog-posts .kc-list-item-2 .kc-post-2-button,
.color6 .kc-blog-posts .content .kc-post-2-button i,
.color6 .kc-blog-posts .kc-list-item-2 .kc-post-2-button i,
.color6 .pub-item.with-icon .elem-wrapper i,
.color6 .page-numbers > li > a {
  color: #d70093;
}
.color6 .sabbi-page-header,
.color6 .preloader-dot1,
.color6 .preloader-dot2,
.color6 .contact-form .fluentform .ff-btn,
.color6 .btn-gules,
.color6 .nav-btn-wrap .btn-primary,
.color6 .sabbi-page-header .page-title,
.color6 button, input[type="button"],
.color6 input[type="reset"],
.color6 input[type="submit"],
.color6 .widget .wp-block-tag-cloud a,
.color6 .page-numbers > li a:hover,
.color6 .page-numbers > li > .current,
.color6 .nav-previous,
.color6 .nav-next,
.color6 .comments-area .comment-form input[type="submit"],
.color6 .blog-banner.sabbi-page-header,
.color6 .navbar-nav-hov_underline .navbar-nav .dropdown-menu:before,
.color6 .lil-line:before,
.color6 .journal-papers-nav-list > li.active a,
.color6 .sec-navigate-wrap .seq-next,
.color6 .sec-navigate-wrap .seq-prev,
.color6 .mean-container a.meanmenu-reveal span,
.color6 .seq--kawsa.seq-active .seq-content:before{
  background-color: #d70093;
}

.color6 .nav-btn-wrap .btn-primary,
.color6 .navbar-nav-hov_underline .navbar-nav li.active a,
.color6 .navbar-nav-hov_underline > .navbar-nav > li > a:hover,
.color6 .navbar-nav-hov_underline > .navbar-nav > li > a:focus,
.color6 button,
.color6 input[type="button"],
.color6 input[type="reset"],
.color6 input[type="submit"],
.color6 .widget .wp-block-tag-cloud a,
.color6 .widget.widget_search .search-form .input-group input,
.color6 .comments-area .comment-form input[type="submit"],
.color6 blockquote,
.color6 body.kc-css-system .divider_line div.divider_inner{
  border-color: #d70093;
}

.color6 .blog .entry-header h3.entry-title a:hover,
.color6 .footer-bar .copyright a:hover,
.color6 .powredby a:hover,
.color6 .kc-blog-posts .content .kc-post-2-button:hover,
.color6 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover,
.color6 .kc-blog-posts .content .kc-post-2-button:hover i,
.color6 .kc-blog-posts .kc-list-item-2 .kc-post-2-button:hover i,
.color6 .sabbi-breadcrumb a:hover,
.color6 .journal-papers-doi a:hover,
.color6 .blog a.btn.btn-unsolemn.btn-action.read-more:hover,
.color6 .widget ul li a:hover,
.color6 a.comment-reply-link:hover,
.color6 .logged-in-as a:hover,
.color6 .page-numbers > li:hover > a,
.color6 .page-numbers > li:hover > span,
.color6 .post-time li a:hover{
  color: #a90074;
}
.color6 .academix-content-area .btn-gules:hover,
.color6 .nav-btn-wrap .btn-primary:hover,
.color6 .journal-papers-nav-list > li a:hover,
.color6 .journal-papers-nav-list > li a:focus,
.color6 .widget .wp-block-tag-cloud a:hover,
.color6 .nav-previous:hover,
.color6 .nav-next:hover,
.color6 .comments-area .comment-form input[type="submit"]:hover,
.color6 .widget.widget_search .search-form .input-group span button:hover {
  background-color: #a90074;
}

.color6 .nav-btn-wrap .btn-primary,
.color6 .nav-btn-wrap .btn-primary:hover,
.color6 .journal-papers-nav-list > li a:hover,
.color6 .journal-papers-nav-list > li a:focus,
.color6 .widget .wp-block-tag-cloud a:hover,
.color6 .nav-previous:hover,
.color6 .nav-next:hover,
.color6 .comments-area .comment-form input[type="submit"]:hover,
.color6 .widget.widget_search .search-form .input-group span button:hover{
  border-color: #a90074;
}

.color6 .academix-content-area a.btn-gules,
.color6 .academix-content-area a.btn-action.btn-gules:hover,
.color6 .nav-btn-wrap .btn-primary:hover,
.color6 .widget .wp-block-tag-cloud a:hover,
.color6 .nav-previous:hover a,
.color6 .nav-next:hover a,
.color6 .comments-area .comment-form input[type="submit"]:hover,
.color6 .widget.widget_search .search-form .input-group span button:hover,
.color6 .page-numbers > li a:hover,
.color6 .page-numbers > li:hover > .current{
  color: #fff;
}


.color1 .contact-form .fluentform .ff-btn{
  background-color: #0296d3 !important;
  border-color: #0296d3 !important;
}
.color1 .contact-form .fluentform .ff-btn:hover,
.color1 .contact-form .fluentform .ff-btn:focus{
  background-color: #027db0 !important;
  border-color: #027db0 !important;
  color: #fff !important;
}

.color2 .contact-form .fluentform .ff-btn{
  background-color: #df6a02 !important;
  border-color: #df6a02 !important;
}
.color2 .contact-form .fluentform .ff-btn:hover,
.color2 .contact-form .fluentform .ff-btn:focus{
  background-color: #b95802 !important;
  border-color: #b95802 !important;
  color: #fff !important;
}

.color3 .contact-form .fluentform .ff-btn{
  background-color: #00c257 !important;
  border-color: #00c257 !important;
}
.color3 .contact-form .fluentform .ff-btn:hover,
.color3 .contact-form .fluentform .ff-btn:focus{
  background-color: #00a54a !important;
  border-color: #00a54a !important;
  color: #fff !important;
}

.color4 .contact-form .fluentform .ff-btn{
  background-color: #0101ee !important;
  border-color: #0101ee !important;
}
.color4 .contact-form .fluentform .ff-btn:hover,
.color4 .contact-form .fluentform .ff-btn:focus{
  background-color: #0101ab !important;
  border-color: #0101ab !important;
  color: #fff !important;
}

.color5 .contact-form .fluentform .ff-btn{
  background-color: #a001c2 !important;
  border-color: #a001c2 !important;
}
.color5 .contact-form .fluentform .ff-btn:hover,
.color5 .contact-form .fluentform .ff-btn:focus{
  background-color: #8601a3 !important;
  border-color: #8601a3 !important;
  color: #fff !important;
}

.color6 .contact-form .fluentform .ff-btn{
  background-color: #d70093 !important;
  border-color: #d70093 !important;
}
.color6 .contact-form .fluentform .ff-btn:hover,
.color6 .contact-form .fluentform .ff-btn:focus{
  background-color: #a90074 !important;
  border-color: #a90074 !important;
  color: #fff !important;
}
/*** blocks css ***/

:root {
  --wp--preset--font-size--normal: 14px;
  --wp--preset--font-size--huge: 42px;
}
:root .has-very-light-gray-background-color {
  background-color: #eee;
}
:root .has-very-dark-gray-background-color {
  background-color: #313131;
}
:root .has-very-light-gray-color {
  color: #eee;
}
:root .has-very-dark-gray-color {
  color: #313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background {
  background: linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background {
  background: linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background {
  background: linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background {
  background: linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background {
  background: linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background {
  background: linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background {
  background: linear-gradient(135deg, #020381, #2874fc);
}


h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 1.25em 2.375em;
}
p.has-background {
  padding: 1.25em 2.375em;
}
ol.has-background,
ul.has-background {
  padding: 1.25em 2.375em;
}
ol,
ul {
  overflow-wrap: break-word;
}
.is-small-text {
  font-size: 0.875em;
}
.is-regular-text {
  font-size: 1em;
}
.is-large-text {
  font-size: 2.25em;
}
.is-larger-text {
  font-size: 3em;
}
.has-regular-font-size {
  font-size: 1em;
}
.has-larger-font-size {
  font-size: 2.625em;
}
.has-normal-font-size {
  font-size: var(--wp--preset--font-size--normal);
}
.has-huge-font-size {
  font-size: var(--wp--preset--font-size--huge);
}
.has-text-align-center {
  text-align: center;
}
.has-text-align-left {
  text-align: left;
}
.has-text-align-right {
  text-align: right;
}
#end-resizable-editor-section {
  display: none;
}
.items-justified-left {
  justify-content: flex-start;
}
.items-justified-center {
  justify-content: center;
}
.items-justified-right {
  justify-content: flex-end;
}
.items-justified-space-between {
  justify-content: space-between;
}
.has-drop-cap:not(:focus):first-letter {
  float: left;
  font-size: 8.4em;
  line-height: 0.68;
  font-weight: 100;
  margin: 0.05em 0.1em 0 0;
  text-transform: uppercase;
  font-style: normal;
}
p {
  overflow-wrap: break-word;
}
p.has-drop-cap.has-background {
  overflow: hidden;
}
:where(p.has-text-color:not(.has-link-color)) a {
  color: inherit;
}
/** mix blocks css **/
.wp-block-archives-dropdown label {
  display: block;
}
.wp-block-categories.alignleft {
  margin-right: 2em;
}
.wp-block-categories.alignright {
  margin-left: 2em;
}
.wp-block-code code {
  display: block;
  white-space: pre-wrap;
  overflow-wrap: break-word;
}
.wp-block-group {
  box-sizing: border-box;
}
.wp-block-post-excerpt__more-link {
  display: inline-block;
}
.wp-block-post-terms__separator {
  white-space: pre-wrap;
}
.wp-block-post-title a {
  display: inline-block;
}
.wp-block-preformatted {
  white-space: pre-wrap;
}
.wp-block-preformatted.has-background {
  padding: 1.25em 2.375em;
}
.wp-block-spacer {
  clear: both;
}
pre.wp-block-verse {
  font-family: inherit;
  overflow: auto;
  white-space: pre-wrap;
}

.block-editor-image-alignment-control__row .components-base-control__field {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-editor-image-alignment-control__row .components-base-control__field .components-base-control__label {
  margin-bottom: 0;
}

/** wp block image **/
.wp-block-image {
  margin: 0 0 1em;
}
.wp-block-image img {
  vertical-align: bottom;
}
.wp-block-image:not(.is-style-rounded) > a,
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}
.wp-block-image.aligncenter {
  text-align: center;
}
.wp-block-image.alignfull img,
.wp-block-image.alignwide img {
  height: auto;
  width: 100%;
}
.wp-block-image .aligncenter,
.wp-block-image .alignleft,
.wp-block-image .alignright {
  display: table;
}
.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.wp-block-image .alignleft {
  float: left;
  margin: 0.5em 1em 0.5em 0;
}
.wp-block-image .alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}
.wp-block-image .aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-image.is-style-circle-mask img,
.wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {
  .wp-block-image.is-style-circle-mask img {
    -webkit-mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');
    mask-mode: alpha;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    border-radius: 0;
  }
}
.wp-block-image figure {
  margin: 0;
}





/** wp block latest comments **/
ol.wp-block-latest-comments {
  margin-left: 0;
}
.wp-block-latest-comments .wp-block-latest-comments {
  padding-left: 0;
}
.wp-block-latest-comments__comment {
  line-height: 1.1;
  list-style: none;
  margin-bottom: 1em;
}
.has-avatars .wp-block-latest-comments__comment {
  min-height: 2.25em;
  list-style: none;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
  margin-left: 3.25em;
}
.has-dates .wp-block-latest-comments__comment,
.has-excerpts .wp-block-latest-comments__comment {
  line-height: 1.5;
}
.wp-block-latest-comments__comment-excerpt p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-latest-comments__comment-date {
  display: block;
  font-size: 0.75em;
}
.wp-block-latest-comments .avatar,
.wp-block-latest-comments__comment-avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}




/** wp block latest posts **/
.wp-block-latest-posts.alignleft {
  margin-right: 2em;
}
.wp-block-latest-posts.alignright {
  margin-left: 2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list {
  list-style: none;
  padding-left: 0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
  clear: both;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.wp-block-latest-posts.is-grid li {
  margin: 0 1.25em 1.25em 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-latest-posts.columns-2 li {
    width: calc(50% - 0.625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-3 li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-4 li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-5 li {
    width: calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n) {
    margin-right: 0;
  }
  .wp-block-latest-posts.columns-6 li {
    width: calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n) {
    margin-right: 0;
  }
}
.wp-block-latest-posts__post-author,
.wp-block-latest-posts__post-date {
  display: block;
  font-size: 0.8125em;
}
.wp-block-latest-posts__post-excerpt {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-latest-posts__featured-image a {
  display: inline-block;
}
.wp-block-latest-posts__featured-image img {
  height: auto;
  width: auto;
  max-width: 100%;
}
.wp-block-latest-posts__featured-image.alignleft {
  margin-right: 1em;
}
.wp-block-latest-posts__featured-image.alignright {
  margin-left: 1em;
}
.wp-block-latest-posts__featured-image.aligncenter {
  margin-bottom: 1em;
  text-align: center;
}


/** wp block media text **/
.wp-block-media-text {
  /*!rtl:begin:ignore*/
  direction: ltr;
  /*!rtl:end:ignore*/
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
}
.wp-block-media-text.has-media-on-the-right {
  grid-template-columns: 1fr 50%;
}
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media {
  align-self: start;
}
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media,
.wp-block-media-text .wp-block-media-text__content,
.wp-block-media-text .wp-block-media-text__media {
  align-self: center;
}
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,
.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media {
  align-self: end;
}
.wp-block-media-text .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
  margin: 0;
}
.wp-block-media-text .wp-block-media-text__content {
  direction: ltr;
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
  padding: 0 8%;
  word-break: break-word;
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  /*!rtl:begin:ignore*/
  grid-column: 2;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  /*!rtl:begin:ignore*/
  grid-column: 1;
  grid-row: 1;
  /*!rtl:end:ignore*/
}
.wp-block-media-text__media img,
.wp-block-media-text__media video {
  height: auto;
  max-width: unset;
  width: 100%;
  vertical-align: middle;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  height: 100%;
  min-height: 250px;
  background-size: cover;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media > a {
  display: block;
  height: 100%;
}
.wp-block-media-text.is-image-fill .wp-block-media-text__media img {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
  }
}


/** wp block navigation **/
.wp-block-navigation {
  position: relative;
  --navigation-layout-justification-setting: flex-start;
  --navigation-layout-direction: row;
  --navigation-layout-wrap: wrap;
  --navigation-layout-justify: flex-start;
  --navigation-layout-align: center;
}
.wp-block-navigation ul {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.wp-block-navigation ul,
.wp-block-navigation ul li {
  list-style: none;
  padding: 0;
}
.wp-block-navigation .wp-block-navigation-item {
  display: flex;
  align-items: center;
  position: relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty {
  display: none;
}
.wp-block-navigation .wp-block-navigation-item__content {
  color: inherit;
  display: block;
  padding: 0;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation-item,
.wp-block-navigation[style*="text-decoration"] .wp-block-navigation__submenu-container,
.wp-block-navigation[style*="text-decoration"] a,
.wp-block-navigation[style*="text-decoration"] a:active,
.wp-block-navigation[style*="text-decoration"] a:focus {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"]) a,
.wp-block-navigation:not([style*="text-decoration"]) a:active,
.wp-block-navigation:not([style*="text-decoration"]) a:focus {
  text-decoration: none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: inherit;
  padding: 0;
  background-color: inherit;
  color: currentColor;
  border: none;
  margin-left: 0.25em;
  width: 0.6em;
  height: 0.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg {
  display: inline-block;
  stroke: currentColor;
  width: inherit;
  height: inherit;
}
.wp-block-navigation.is-vertical {
  --navigation-layout-direction: column;
  --navigation-layout-justify: initial;
  --navigation-layout-align: flex-start;
}
.wp-block-navigation.no-wrap {
  --navigation-layout-wrap: nowrap;
}
.wp-block-navigation.items-justified-center {
  --navigation-layout-justification-setting: center;
  --navigation-layout-justify: center;
}
.wp-block-navigation.items-justified-center.is-vertical {
  --navigation-layout-align: center;
}
.wp-block-navigation.items-justified-right {
  --navigation-layout-justification-setting: flex-end;
  --navigation-layout-justify: flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical {
  --navigation-layout-align: flex-end;
}
.wp-block-navigation.items-justified-space-between {
  --navigation-layout-justification-setting: space-between;
  --navigation-layout-justify: space-between;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) {
  background-color: inherit;
  color: inherit;
  position: absolute;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: normal;
  opacity: 0;
  transition: opacity 0.1s linear;
  visibility: hidden;
  width: 0;
  height: 0;
  overflow: hidden;
  left: -1px;
  top: 100%;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content {
  display: flex;
  flex-grow: 1;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) > .wp-block-navigation-item > .wp-block-navigation-item__content .wp-block-navigation__submenu-icon {
  margin-right: 0;
  margin-left: auto;
}
.wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  margin: 0;
}
@media (min-width: 782px) {
  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container {
    left: 100%;
    top: -1px;
  }
  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-container:before {
    content: "";
    position: absolute;
    right: 100%;
    height: 100%;
    display: block;
    width: 0.5em;
    background: transparent;
  }
  .wp-block-navigation .has-child :where(.wp-block-navigation__submenu-container) .wp-block-navigation__submenu-icon svg {
    transform: rotate(-90deg);
  }
}
.wp-block-navigation .has-child:where(:not(.open-on-click)):hover > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation .has-child:where(:not(.open-on-click):not(.open-on-hover-click)):focus-within > .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded="true"] + .wp-block-navigation__submenu-container {
  visibility: visible;
  overflow: visible;
  opacity: 1;
  width: auto;
  height: auto;
  min-width: 200px;
}
.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container {
  left: 0;
  top: 100%;
}
@media (min-width: 782px) {
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: 100%;
    top: 0;
  }
}
.wp-block-navigation-submenu {
  position: relative;
  display: flex;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg {
  stroke: currentColor;
}
button.wp-block-navigation-item__content {
  background-color: transparent;
  border: none;
  color: currentColor;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  text-align: left;
}
.wp-block-navigation-submenu__toggle {
  cursor: pointer;
}
.wp-block-navigation,
.wp-block-navigation .wp-block-page-list,
.wp-block-navigation__container,
.wp-block-navigation__responsive-container-content {
  gap: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation:where(.has-background),
.wp-block-navigation:where(.has-background) .wp-block-navigation .wp-block-page-list,
.wp-block-navigation:where(.has-background) .wp-block-navigation__container {
  gap: var(--wp--style--block-gap, 0.5em);
}
.wp-block-navigation:where(.has-background) .wp-block-navigation-item__content,
.wp-block-navigation :where(.wp-block-navigation__submenu-container) .wp-block-navigation-item__content {
  padding: 0.5em 1em;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container {
  left: auto;
  right: 0;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
.wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
  left: -1px;
  right: -1px;
}
@media (min-width: 782px) {
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-right .wp-block-page-list > .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between .wp-block-page-list > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,
  .wp-block-navigation.items-justified-space-between > .wp-block-navigation__container > .has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container {
    left: auto;
    right: 100%;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation__container {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.wp-block-navigation__container .is-responsive {
  display: none;
}
.wp-block-navigation__container:only-child,
.wp-block-page-list:only-child {
  flex-grow: 1;
}
.wp-block-navigation__responsive-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content {
  display: flex;
  flex-wrap: var(--navigation-layout-wrap, wrap);
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open) {
  color: inherit !important;
  background-color: inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open {
  display: flex;
  flex-direction: column;
  background-color: inherit;
  padding: 2em;
  overflow: auto;
  z-index: 100000;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: calc(2em + 24px);
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: var(--navigation-layout-justification-setting, inherit);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  justify-content: flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
  display: none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  opacity: 1;
  visibility: visible;
  height: auto;
  width: auto;
  overflow: initial;
  min-width: 200px;
  position: static;
  border: none;
  padding-left: 2em;
  padding-right: 2em;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  gap: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container {
  padding-top: var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content {
  padding: 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  display: flex;
  flex-direction: column;
  align-items: var(--navigation-layout-justification-setting, initial);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list {
  color: inherit !important;
  background: transparent !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
  right: auto;
  left: auto;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close {
    display: none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container {
    left: 0;
  }
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open {
  background-color: #fff;
  color: #000;
}
.wp-block-navigation__responsive-container-close,
.wp-block-navigation__responsive-container-open {
  vertical-align: middle;
  cursor: pointer;
  color: currentColor;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}
.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  fill: currentColor;
  pointer-events: none;
  display: block;
  width: 24px;
  height: 24px;
}
.wp-block-navigation__responsive-container-open {
  display: flex;
}
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none;
  }
}
.wp-block-navigation__responsive-container-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}
.wp-block-navigation__responsive-close {
  width: 100%;
}
.is-menu-open .wp-block-navigation__responsive-close,
.is-menu-open .wp-block-navigation__responsive-container-content,
.is-menu-open .wp-block-navigation__responsive-dialog {
  box-sizing: border-box;
}
.wp-block-navigation__responsive-dialog {
  position: relative;
}
html.has-modal-open {
  overflow: hidden;
}
.wp-block-navigation .wp-block-navigation-item__label {
  word-break: normal;
  overflow-wrap: break-word;
}
.wp-block-navigation .wp-block-home-link__content {
  color: inherit;
  display: block;
}
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content:active,
.wp-block-navigation[style*="text-decoration"] .wp-block-home-link__content:focus {
  text-decoration: inherit;
}
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-home-link__content,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-home-link__content:active,
.wp-block-navigation:not([style*="text-decoration"]) .wp-block-home-link__content:focus {
  text-decoration: none;
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container {
  background-color: #fff;
  color: #000;
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.wp-block-navigation:not(.has-background) .wp-block-navigation__container .wp-block-home-link__container .wp-block-home-link__container {
  top: -1px;
}
.wp-block-navigation .wp-block-page-list {
  display: flex;
  flex-direction: var(--navigation-layout-direction, initial);
  justify-content: var(--navigation-layout-justify, initial);
  align-items: var(--navigation-layout-align, initial);
  flex-wrap: var(--navigation-layout-wrap, wrap);
  background-color: inherit;
}
.wp-block-navigation .wp-block-navigation-item {
  background-color: inherit;
}


/** wp block audio **/
.wp-block-audio {
  margin: 0 0 1em;
}
.wp-block-audio figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-audio audio {
  width: 100%;
  min-width: 300px;
}


/** wp block button__link **/
.wp-block-button__link {
  color: #fff;
  background-color: #32373c;
  border-radius: 9999px;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1.125em;
  padding: calc(0.667em + 2px) calc(1.333em + 2px);
  text-align: center;
  text-decoration: none;
  word-break: break-word;
  box-sizing: border-box;
}
.wp-block-button__link:active,
.wp-block-button__link:focus,
.wp-block-button__link:hover,
.wp-block-button__link:visited {
  color: #fff;
}
.wp-block-button__link.aligncenter {
  text-align: center;
}
.wp-block-button__link.alignright {
  text-align: right;
}
.wp-block-button.is-style-squared,
.wp-block-button__link.wp-block-button.is-style-squared {
  border-radius: 0;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius {
  border-radius: 0 !important;
}
.is-style-outline > :where(.wp-block-button__link),
:where(.wp-block-button__link).is-style-outline {
  border: 2px solid;
  padding: 0.667em 1.333em;
}
.is-style-outline > .wp-block-button__link:not(.has-text-color),
.wp-block-button__link.is-style-outline:not(.has-text-color) {
  color: currentColor;
}
.is-style-outline > .wp-block-button__link:not(.has-background),
.wp-block-button__link.is-style-outline:not(.has-background) {
  background-color: transparent;
}

/** wp block button **/
div[class*="is-style-"]{
  margin-top: 30px;
  margin-bottom: 30px;
}
/** wp block buttons **/
.wp-block-buttons > .wp-block-button.has-custom-width {
  max-width: none;
}
.wp-block-buttons > .wp-block-button.has-custom-width .wp-block-button__link {
  width: 100%;
}
.wp-block-buttons > .wp-block-button.has-custom-font-size .wp-block-button__link {
  font-size: inherit;
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-25 {
  width: calc(25% - var(--wp--style--block-gap, 0.5em) * 0.75);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-50 {
  width: calc(50% - var(--wp--style--block-gap, 0.5em) * 0.5);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-75 {
  width: calc(75% - var(--wp--style--block-gap, 0.5em) * 0.25);
}
.wp-block-buttons > .wp-block-button.wp-block-button__width-100 {
  width: 100%;
  flex-basis: 100%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-25 {
  width: 25%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-50 {
  width: 50%;
}
.wp-block-buttons.is-vertical > .wp-block-button.wp-block-button__width-75 {
  width: 75%;
}
.wp-block-buttons.is-vertical {
  flex-direction: column;
}
.wp-block-buttons.is-vertical > .wp-block-button:last-child {
  margin-bottom: 0;
}
.wp-block-buttons > .wp-block-button {
  display: inline-block;
  margin: 0;
}
.wp-block-buttons.is-content-justification-left {
  justify-content: flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical {
  align-items: flex-start;
}
.wp-block-buttons.is-content-justification-center {
  justify-content: center;
}
.wp-block-buttons.is-content-justification-center.is-vertical {
  align-items: center;
}
.wp-block-buttons.is-content-justification-right {
  justify-content: flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical {
  align-items: flex-end;
}
.wp-block-buttons.is-content-justification-space-between {
  justify-content: space-between;
}
.wp-block-buttons.aligncenter {
  text-align: center;
}
.wp-block-buttons:not(.is-content-justification-space-between, .is-content-justification-right, .is-content-justification-left, .is-content-justification-center) .wp-block-button.aligncenter {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}


/** wp block calendar **/
.wp-block-button.aligncenter,
.wp-block-calendar {
  text-align: center;
}
.wp-block-calendar tbody td,
.wp-block-calendar th {
  padding: 0.25em;
  border: 1px solid #ddd;
}
.wp-block-calendar tfoot td {
  border: none;
}
.wp-block-calendar table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-calendar table th {
  font-weight: 400;
  background: #ddd;
}
.wp-block-calendar a {
  text-decoration: underline;
}
.wp-block-calendar table caption,
.wp-block-calendar table tbody {
  color: #40464d;
}


/** wp block columns **/
.wp-block-columns {
  display: flex;
  margin-bottom: 1.75em;
  box-sizing: border-box;
  flex-wrap: wrap;
}
@media (min-width: 782px) {
  .wp-block-columns {
    flex-wrap: nowrap;
  }
}
.wp-block-columns:where(.has-background) {
  padding: 1.25em 2.375em;
}
.wp-block-columns.are-vertically-aligned-top {
  align-items: flex-start;
}
.wp-block-columns.are-vertically-aligned-center {
  align-items: center;
}
.wp-block-columns.are-vertically-aligned-bottom {
  align-items: flex-end;
}
@media (max-width: 599px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 100% !important;
  }
}
@media (min-width: 600px) and (max-width: 781px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:only-child) {
    flex-basis: calc(50% - var(--wp--style--block-gap, 2em) / 2) !important;
    flex-grow: 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:nth-child(2n) {
    margin-left: var(--wp--style--block-gap, 2em);
  }
}
@media (min-width: 782px) {
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
    flex-basis: 0;
    flex-grow: 1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column[style*="flex-basis"] {
    flex-grow: 0;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column:not(:first-child) {
    margin-left: var(--wp--style--block-gap, 2em);
  }
}
.wp-block-columns.is-not-stacked-on-mobile {
  flex-wrap: nowrap;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column {
  flex-basis: 0;
  flex-grow: 1;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column[style*="flex-basis"] {
  flex-grow: 0;
}
.wp-block-columns.is-not-stacked-on-mobile > .wp-block-column:not(:first-child) {
  margin-left: var(--wp--style--block-gap, 2em);
}
.wp-block-column {
  flex-grow: 1;
  min-width: 0;
  word-break: break-word;
  overflow-wrap: break-word;
}
.wp-block-column.is-vertically-aligned-top {
  align-self: flex-start;
}
.wp-block-column.is-vertically-aligned-center {
  align-self: center;
}
.wp-block-column.is-vertically-aligned-bottom {
  align-self: flex-end;
}
.wp-block-column.is-vertically-aligned-bottom,
.wp-block-column.is-vertically-aligned-center,
.wp-block-column.is-vertically-aligned-top {
  width: 100%;
}


/** wp block cover && wp block cover image **/
.wp-block-cover {
  margin-bottom: 3em;
}
.wp-block-cover,
.wp-block-cover-image {
  position: relative;
  background-size: cover;
  background-position: 50%;
  min-height: 430px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1em;
  box-sizing: border-box;
}
.wp-block-cover-image.has-parallax,
.wp-block-cover.has-parallax {
  background-attachment: fixed;
}
@supports (-webkit-overflow-scrolling: touch) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-cover-image.has-parallax,
  .wp-block-cover.has-parallax {
    background-attachment: scroll;
  }
}
.wp-block-cover-image.is-repeated,
.wp-block-cover.is-repeated {
  background-repeat: repeat;
  background-size: auto;
}
.wp-block-cover-image.has-background-dim:not([class*="-background-color"]),
.wp-block-cover-image .has-background-dim:not([class*="-background-color"]),
.wp-block-cover.has-background-dim:not([class*="-background-color"]),
.wp-block-cover .has-background-dim:not([class*="-background-color"]) {
  background-color: #000;
}
.wp-block-cover-image.has-background-dim:before,
.wp-block-cover-image .has-background-dim:before,
.wp-block-cover.has-background-dim:before,
.wp-block-cover .has-background-dim:before {
  content: "";
  background-color: inherit;
}
.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .has-background-dim:not(.has-background-gradient):before,
.wp-block-cover-image .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .has-background-dim:not(.has-background-gradient):before,
.wp-block-cover .wp-block-cover__gradient-background {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before {
  opacity: 0.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before {
  opacity: 0.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before {
  opacity: 0.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before {
  opacity: 0.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before {
  opacity: 0.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before {
  opacity: 0.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before {
  opacity: 0.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before {
  opacity: 0.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before {
  opacity: 0.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,
.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,
.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before {
  opacity: 1;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0 {
  opacity: 0;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10 {
  opacity: 0.1;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20 {
  opacity: 0.2;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30 {
  opacity: 0.3;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40 {
  opacity: 0.4;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50 {
  opacity: 0.5;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60 {
  opacity: 0.6;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70 {
  opacity: 0.7;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80 {
  opacity: 0.8;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90 {
  opacity: 0.9;
}
.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,
.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100 {
  opacity: 1;
}
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-cover-image:after,
.wp-block-cover:after {
  display: block;
  content: "";
  font-size: 0;
  min-height: inherit;
}
@supports (position: sticky) {
  .wp-block-cover-image:after,
  .wp-block-cover:after {
    content: none;
  }
}
.wp-block-cover-image.aligncenter,
.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.aligncenter,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  display: flex;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
  width: 100%;
  z-index: 1;
  color: #fff;
}
.wp-block-cover-image.is-light .wp-block-cover__inner-container,
.wp-block-cover.is-light .wp-block-cover__inner-container {
  color: #000;
}
.wp-block-cover-image h1:not(.has-text-color),
.wp-block-cover-image h2:not(.has-text-color),
.wp-block-cover-image h3:not(.has-text-color),
.wp-block-cover-image h4:not(.has-text-color),
.wp-block-cover-image h5:not(.has-text-color),
.wp-block-cover-image h6:not(.has-text-color),
.wp-block-cover-image p:not(.has-text-color),
.wp-block-cover h1:not(.has-text-color),
.wp-block-cover h2:not(.has-text-color),
.wp-block-cover h3:not(.has-text-color),
.wp-block-cover h4:not(.has-text-color),
.wp-block-cover h5:not(.has-text-color),
.wp-block-cover h6:not(.has-text-color),
.wp-block-cover p:not(.has-text-color) {
  color: #fff;
}
.wp-block-cover-image.is-position-top-left,
.wp-block-cover.is-position-top-left {
  align-items: flex-start;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-top-center,
.wp-block-cover.is-position-top-center {
  align-items: flex-start;
  justify-content: center;
}
.wp-block-cover-image.is-position-top-right,
.wp-block-cover.is-position-top-right {
  align-items: flex-start;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-center-left,
.wp-block-cover.is-position-center-left {
  align-items: center;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-center-center,
.wp-block-cover.is-position-center-center {
  align-items: center;
  justify-content: center;
}
.wp-block-cover-image.is-position-center-right,
.wp-block-cover.is-position-center-right {
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cover-image.is-position-bottom-left,
.wp-block-cover.is-position-bottom-left {
  align-items: flex-end;
  justify-content: flex-start;
}
.wp-block-cover-image.is-position-bottom-center,
.wp-block-cover.is-position-bottom-center {
  align-items: flex-end;
  justify-content: center;
}
.wp-block-cover-image.is-position-bottom-right,
.wp-block-cover.is-position-bottom-right {
  align-items: flex-end;
  justify-content: flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,
.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
  margin: 0;
  width: auto;
}
.wp-block-cover-image img.wp-block-cover__image-background,
.wp-block-cover-image video.wp-block-cover__video-background,
.wp-block-cover img.wp-block-cover__image-background,
.wp-block-cover video.wp-block-cover__video-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  max-height: none;
  -o-object-fit: cover;
  object-fit: cover;
  outline: none;
  border: none;
  box-shadow: none;
}
.wp-block-cover__image-background,
.wp-block-cover__video-background {
  z-index: 0;
}
.wp-block-cover-image-text,
.wp-block-cover-image-text a,
.wp-block-cover-image-text a:active,
.wp-block-cover-image-text a:focus,
.wp-block-cover-image-text a:hover,
.wp-block-cover-text,
.wp-block-cover-text a,
.wp-block-cover-text a:active,
.wp-block-cover-text a:focus,
.wp-block-cover-text a:hover,
section.wp-block-cover-image h2,
section.wp-block-cover-image h2 a,
section.wp-block-cover-image h2 a:active,
section.wp-block-cover-image h2 a:focus,
section.wp-block-cover-image h2 a:hover {
  color: #fff;
}
.wp-block-cover-image .wp-block-cover.has-left-content {
  justify-content: flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content {
  justify-content: flex-end;
}
.wp-block-cover-image.has-left-content .wp-block-cover-image-text,
.wp-block-cover.has-left-content .wp-block-cover-text,
section.wp-block-cover-image.has-left-content > h2 {
  margin-left: 0;
  text-align: left;
}
.wp-block-cover-image.has-right-content .wp-block-cover-image-text,
.wp-block-cover.has-right-content .wp-block-cover-text,
section.wp-block-cover-image.has-right-content > h2 {
  margin-right: 0;
  text-align: right;
}
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
section.wp-block-cover-image > h2 {
  font-size: 2em;
  line-height: 1.25;
  z-index: 1;
  margin-bottom: 0;
  max-width: 840px;
  padding: 0.44em;
  text-align: center;
}


/** wp block embed **/
.wp-block-embed.alignleft,
.wp-block-embed.alignright,
.wp-block[data-align="left"] > [data-type="core/embed"],
.wp-block[data-align="right"] > [data-type="core/embed"] {
  max-width: 360px;
  width: 100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,
.wp-block-embed.alignright .wp-block-embed__wrapper,
.wp-block[data-align="left"] > [data-type="core/embed"] .wp-block-embed__wrapper,
.wp-block[data-align="right"] > [data-type="core/embed"] .wp-block-embed__wrapper {
  min-width: 280px;
}
.wp-block-cover .wp-block-embed {
  min-width: 320px;
  min-height: 240px;
}
.wp-block-embed {
  margin: 0 0 1em;
  overflow-wrap: break-word;
}
.wp-block-embed figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}
.wp-block-embed iframe {
  max-width: 100%;
}
.wp-block-embed__wrapper {
  position: relative;
}
.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before {
  content: "";
  display: block;
  padding-top: 50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before {
  padding-top: 42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before {
  padding-top: 50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before {
  padding-top: 56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before {
  padding-top: 75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before {
  padding-top: 100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before {
  padding-top: 177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before {
  padding-top: 200%;
}

/** wp block file **/
.wp-block-file {
  margin-bottom: 1.5em;
}
.wp-block-file.aligncenter {
  text-align: center;
}
.wp-block-file.alignright {
  text-align: right;
}
.wp-block-file .wp-block-file__embed {
  margin-bottom: 1em;
}
.wp-block-file .wp-block-file__button {
  background: #32373c;
  border-radius: 2em;
  color: #fff;
  font-size: 0.8em;
  padding: 0.5em 1em;
}
.wp-block-file a.wp-block-file__button {
  text-decoration: none;
}
.wp-block-file a.wp-block-file__button:active,
.wp-block-file a.wp-block-file__button:focus,
.wp-block-file a.wp-block-file__button:hover,
.wp-block-file a.wp-block-file__button:visited {
  box-shadow: none;
  color: #fff;
  opacity: 0.85;
  text-decoration: none;
}
.wp-block-file * + .wp-block-file__button {
  margin-left: 0.75em;
}



/** wp block gallery **/
.blocks-gallery-grid,
.wp-block-gallery {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.blocks-gallery-grid .blocks-gallery-image,
.blocks-gallery-grid .blocks-gallery-item,
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin: 0 1em 1em 0;
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: calc(50% - 1em);
}
.blocks-gallery-grid .blocks-gallery-image:nth-of-type(2n),
.blocks-gallery-grid .blocks-gallery-item:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-image:nth-of-type(2n),
.wp-block-gallery .blocks-gallery-item:nth-of-type(2n) {
  margin-right: 0;
}
.blocks-gallery-grid .blocks-gallery-image figure,
.blocks-gallery-grid .blocks-gallery-item figure,
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  margin: 0;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.blocks-gallery-grid .blocks-gallery-image img,
.blocks-gallery-grid .blocks-gallery-item img,
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  display: block;
  max-width: 100%;
  height: auto;
  width: auto;
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 3em 0.77em 0.7em;
  color: #fff;
  text-align: center;
  font-size: 0.8em;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  box-sizing: border-box;
  margin: 0;
  z-index: 2;
}
.blocks-gallery-grid .blocks-gallery-image figcaption img,
.blocks-gallery-grid .blocks-gallery-item figcaption img,
.wp-block-gallery .blocks-gallery-image figcaption img,
.wp-block-gallery .blocks-gallery-item figcaption img {
  display: inline;
}
.blocks-gallery-grid figcaption,
.wp-block-gallery figcaption {
  flex-grow: 1;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a,
.blocks-gallery-grid.is-cropped .blocks-gallery-image img,
.blocks-gallery-grid.is-cropped .blocks-gallery-item a,
.blocks-gallery-grid.is-cropped .blocks-gallery-item img,
.wp-block-gallery.is-cropped .blocks-gallery-image a,
.wp-block-gallery.is-cropped .blocks-gallery-image img,
.wp-block-gallery.is-cropped .blocks-gallery-item a,
.wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
  height: 100%;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}
.blocks-gallery-grid.columns-1 .blocks-gallery-image,
.blocks-gallery-grid.columns-1 .blocks-gallery-item,
.wp-block-gallery.columns-1 .blocks-gallery-image,
.wp-block-gallery.columns-1 .blocks-gallery-item {
  width: 100%;
  margin-right: 0;
}
@media (min-width: 600px) {
  .blocks-gallery-grid.columns-3 .blocks-gallery-image,
  .blocks-gallery-grid.columns-3 .blocks-gallery-item,
  .wp-block-gallery.columns-3 .blocks-gallery-image,
  .wp-block-gallery.columns-3 .blocks-gallery-item {
    width: calc(33.33333% - 0.66667em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-4 .blocks-gallery-image,
  .blocks-gallery-grid.columns-4 .blocks-gallery-item,
  .wp-block-gallery.columns-4 .blocks-gallery-image,
  .wp-block-gallery.columns-4 .blocks-gallery-item {
    width: calc(25% - 0.75em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-5 .blocks-gallery-image,
  .blocks-gallery-grid.columns-5 .blocks-gallery-item,
  .wp-block-gallery.columns-5 .blocks-gallery-image,
  .wp-block-gallery.columns-5 .blocks-gallery-item {
    width: calc(20% - 0.8em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-6 .blocks-gallery-image,
  .blocks-gallery-grid.columns-6 .blocks-gallery-item,
  .wp-block-gallery.columns-6 .blocks-gallery-image,
  .wp-block-gallery.columns-6 .blocks-gallery-item {
    width: calc(16.66667% - 0.83333em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-7 .blocks-gallery-image,
  .blocks-gallery-grid.columns-7 .blocks-gallery-item,
  .wp-block-gallery.columns-7 .blocks-gallery-image,
  .wp-block-gallery.columns-7 .blocks-gallery-item {
    width: calc(14.28571% - 0.85714em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-8 .blocks-gallery-image,
  .blocks-gallery-grid.columns-8 .blocks-gallery-item,
  .wp-block-gallery.columns-8 .blocks-gallery-image,
  .wp-block-gallery.columns-8 .blocks-gallery-item {
    width: calc(12.5% - 0.875em);
    margin-right: 1em;
  }
  .blocks-gallery-grid.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .blocks-gallery-grid.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .blocks-gallery-grid.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .blocks-gallery-grid.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .blocks-gallery-grid.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .blocks-gallery-grid.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .blocks-gallery-grid.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .blocks-gallery-grid.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .blocks-gallery-grid.columns-8 .blocks-gallery-item:nth-of-type(8n),
  .wp-block-gallery.columns-1 .blocks-gallery-image:nth-of-type(1n),
  .wp-block-gallery.columns-1 .blocks-gallery-item:nth-of-type(1n),
  .wp-block-gallery.columns-2 .blocks-gallery-image:nth-of-type(2n),
  .wp-block-gallery.columns-2 .blocks-gallery-item:nth-of-type(2n),
  .wp-block-gallery.columns-3 .blocks-gallery-image:nth-of-type(3n),
  .wp-block-gallery.columns-3 .blocks-gallery-item:nth-of-type(3n),
  .wp-block-gallery.columns-4 .blocks-gallery-image:nth-of-type(4n),
  .wp-block-gallery.columns-4 .blocks-gallery-item:nth-of-type(4n),
  .wp-block-gallery.columns-5 .blocks-gallery-image:nth-of-type(5n),
  .wp-block-gallery.columns-5 .blocks-gallery-item:nth-of-type(5n),
  .wp-block-gallery.columns-6 .blocks-gallery-image:nth-of-type(6n),
  .wp-block-gallery.columns-6 .blocks-gallery-item:nth-of-type(6n),
  .wp-block-gallery.columns-7 .blocks-gallery-image:nth-of-type(7n),
  .wp-block-gallery.columns-7 .blocks-gallery-item:nth-of-type(7n),
  .wp-block-gallery.columns-8 .blocks-gallery-image:nth-of-type(8n),
  .wp-block-gallery.columns-8 .blocks-gallery-item:nth-of-type(8n) {
    margin-right: 0;
  }
}
.blocks-gallery-grid .blocks-gallery-image:last-child,
.blocks-gallery-grid .blocks-gallery-item:last-child,
.wp-block-gallery .blocks-gallery-image:last-child,
.wp-block-gallery .blocks-gallery-item:last-child {
  margin-right: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
  max-width: 420px;
  width: 100%;
}
.blocks-gallery-grid.aligncenter .blocks-gallery-item figure,
.wp-block-gallery.aligncenter .blocks-gallery-item figure {
  justify-content: center;
}
.wp-block-gallery:not(.is-cropped) .blocks-gallery-item {
  align-self: flex-start;
}
.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) {
  margin: 0 var(--gallery-block--gutter-size, 16px) var(--gallery-block--gutter-size, 16px) 0;
  width: calc(50% - var(--gallery-block--gutter-size, 16px) / 2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):last-of-type:not(#individual-image),
.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image):nth-of-type(2n) {
  margin-right: 0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  flex-direction: column;
  max-width: 100%;
}
.wp-block-gallery.has-nested-images figure.wp-block-image > a,
.wp-block-gallery.has-nested-images figure.wp-block-image > div {
  margin: 0;
  flex-direction: column;
  flex-grow: 1;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img {
  display: block;
  height: auto;
  max-width: 100% !important;
  width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.3) 70%, transparent);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  left: 0;
  margin-bottom: 0;
  max-height: 60%;
  overflow: auto;
  padding: 0 8px 8px;
  position: absolute;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img {
  display: inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > a,
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded > div {
  flex: 1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption {
  flex: initial;
  background: none;
  color: inherit;
  margin: 0;
  padding: 10px 10px 9px;
  position: relative;
}
.wp-block-gallery.has-nested-images figcaption {
  flex-grow: 1;
  flex-basis: 100%;
  text-align: center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) {
  margin-top: 0;
  margin-bottom: auto;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) img {
  margin-bottom: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image) figcaption {
  bottom: var(--gallery-block--gutter-size, 16px);
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) {
  align-self: inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) > div:not(.components-drop-zone) {
  display: flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img {
  width: 100%;
  flex: 1 0 0%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image) {
  margin-right: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33333% - var(--gallery-block--gutter-size, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(25% - var(--gallery-block--gutter-size, 16px) * 0.75);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(20% - var(--gallery-block--gutter-size, 16px) * 0.8);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(16.66667% - var(--gallery-block--gutter-size, 16px) * 0.83333);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(14.28571% - var(--gallery-block--gutter-size, 16px) * 0.85714);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(12.5% - var(--gallery-block--gutter-size, 16px) * 0.875);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image).is-dragging ~ figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
  }
  .wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image):nth-of-type(1n),
  .wp-block-gallery.has-nested-images.columns-2 figure.wp-block-image:not(#individual-image):nth-of-type(2n),
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image):nth-of-type(3n),
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image):nth-of-type(4n),
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(5n),
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n),
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image):nth-of-type(7n),
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image):nth-of-type(8n) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    margin-right: var(--gallery-block--gutter-size, 16px);
    width: calc(33.33% - var(--gallery-block--gutter-size, 16px) * 0.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):nth-of-type(3n + 3) {
    margin-right: 0;
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2) ~ figure.wp-block-image:not(#individual-image) {
    width: calc(50% - var(--gallery-block--gutter-size, 16px) * 0.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child {
    width: 100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,
.wp-block-gallery.has-nested-images.alignright {
  max-width: 420px;
  width: 100%;
}
.wp-block-gallery.has-nested-images.aligncenter {
  justify-content: center;
}

/** wp block post author **/
.wp-block-post-author {
  display: flex;
  flex-wrap: wrap;
}
.wp-block-post-author__byline {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.5em;
}
.wp-block-post-author__avatar {
  margin-right: 1em;
}
.wp-block-post-author__bio {
  margin-bottom: 0.7em;
  font-size: 0.7em;
}
.wp-block-post-author__content {
  flex-grow: 1;
  flex-basis: 0;
}
.wp-block-post-author__name {
  margin: 0;
}



/** wp block post comments **/
.wp-block-post-comments > h3:first-of-type {
  margin-top: 0;
}
.wp-block-post-comments .commentlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .commentlist .comment {
  min-height: 2.25em;
  padding-left: 3.25em;
}
.wp-block-post-comments .commentlist .comment p {
  font-size: 0.875em;
  line-height: 1.8;
  margin: 0.36em 0 1.4em;
}
.wp-block-post-comments .commentlist .children {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-post-comments .comment-author {
  line-height: 1.5;
}
.wp-block-post-comments .comment-author .avatar {
  border-radius: 1.5em;
  display: block;
  float: left;
  height: 2.5em;
  margin-right: 0.75em;
  width: 2.5em;
}
.wp-block-post-comments .comment-author cite {
  font-style: normal;
}
.wp-block-post-comments .comment-meta {
  line-height: 1.5;
  margin-left: -3.25em;
}
.wp-block-post-comments .comment-body .commentmetadata {
  font-size: 0.75em;
}
.wp-block-post-comments .comment-form-author label,
.wp-block-post-comments .comment-form-comment label,
.wp-block-post-comments .comment-form-email label,
.wp-block-post-comments .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}
.wp-block-post-comments .reply {
  font-size: 0.75em;
  margin-bottom: 1.4em;
}
.wp-block-post-comments input:not([type="submit"]),
.wp-block-post-comments textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments input[type="submit"] {
  border: none;
}

/** wp block post comments form **/
.wp-block-post-comments-form[style*="font-weight"] :where(.comment-reply-title) {
  font-weight: inherit;
}
.wp-block-post-comments-form[style*="font-family"] :where(.comment-reply-title) {
  font-family: inherit;
}
.wp-block-post-comments-form[class*="-font-size"] :where(.comment-reply-title),
.wp-block-post-comments-form[style*="font-size"] :where(.comment-reply-title) {
  font-size: inherit;
}
.wp-block-post-comments-form[style*="line-height"] :where(.comment-reply-title) {
  line-height: inherit;
}
.wp-block-post-comments-form[style*="font-style"] :where(.comment-reply-title) {
  font-style: inherit;
}
.wp-block-post-comments-form[style*="letter-spacing"] :where(.comment-reply-title) {
  letter-spacing: inherit;
}
.wp-block-post-comments-form input[type="submit"] {
  border: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  overflow-wrap: break-word;
}
.wp-block-post-comments-form input:not([type="submit"]),
.wp-block-post-comments-form textarea {
  border: 1px solid #949494;
  font-size: 1em;
  font-family: inherit;
}
.wp-block-post-comments-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form textarea {
  padding: calc(0.667em + 2px);
}
.wp-block-post-comments-form .comment-form input:not([type="submit"]):not([type="checkbox"]),
.wp-block-post-comments-form .comment-form textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
}
.wp-block-post-comments-form .comment-form-author label,
.wp-block-post-comments-form .comment-form-email label,
.wp-block-post-comments-form .comment-form-url label {
  display: block;
  margin-bottom: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent {
  display: flex;
  gap: 0.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent {
  margin-top: 0.35em;
}

/** wp block pullquote **/
.wp-block-pullquote {
  margin: 0 0 1em;
  padding: 3em 0;
  text-align: center;
  overflow-wrap: break-word;
}
.wp-block-pullquote blockquote,
.wp-block-pullquote cite,
.wp-block-pullquote p {
  color: inherit;
}
.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright,
.wp-block-pullquote.has-text-align-left,
.wp-block-pullquote.has-text-align-right {
  max-width: 420px;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p,
.wp-block-pullquote.has-text-align-left p,
.wp-block-pullquote.has-text-align-right p {
  font-size: 1.25em;
}
.wp-block-pullquote p {
  font-size: 1.75em;
  line-height: 1.6;
}
.wp-block-pullquote cite,
.wp-block-pullquote footer {
  position: relative;
}
.wp-block-pullquote .has-text-color a {
  color: inherit;
}
.wp-block-pullquote.has-text-align-left blockquote {
  text-align: left;
}
.wp-block-pullquote.has-text-align-right blockquote {
  text-align: right;
}
.wp-block-pullquote:not(.is-style-solid-color) {
  background: none;
}
.wp-block-pullquote.is-style-solid-color {
  border: none;
}
.wp-block-pullquote.is-style-solid-color blockquote {
  margin-left: auto;
  margin-right: auto;
  max-width: 60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
  text-transform: none;
  font-style: normal;
}
.wp-block-pullquote cite {
  color: inherit;
}

/** wp block post template && wp block query loop **/
.wp-block-post-template,
.wp-block-query-loop {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 100%;
  list-style: none;
  padding: 0;
}
.wp-block-post-template.wp-block-post-template,
.wp-block-query-loop.wp-block-post-template {
  background: none;
}
.wp-block-post-template.is-flex-container,
.wp-block-query-loop.is-flex-container {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
  gap: 1.25em;
}
.wp-block-post-template.is-flex-container li,
.wp-block-query-loop.is-flex-container li {
  margin: 0;
  width: 100%;
}
@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - 0.625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - 0.83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - 0.9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li,
  .wp-block-query-loop.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66667% - 1.04167em);
  }
}

/** wp block query pagination **/
.wp-block-query-pagination > .wp-block-query-pagination-next,
.wp-block-query-pagination > .wp-block-query-pagination-numbers,
.wp-block-query-pagination > .wp-block-query-pagination-previous {
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
.wp-block-query-pagination > .wp-block-query-pagination-next:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-numbers:last-child,
.wp-block-query-pagination > .wp-block-query-pagination-previous:last-child {
  margin-right: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 1ch;
  display: inline-block;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 1ch;
  display: inline-block;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron) {
  transform: scaleX(1);
}
.wp-block-query-pagination.aligncenter {
  justify-content: center;
}



/** wp block quote **/
.wp-block-quote {
  overflow-wrap: break-word;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
  margin-bottom: 1em;
  padding: 0 1em;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-size: 1.5em;
  font-style: italic;
  line-height: 1.6;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
  font-size: 1.125em;
  text-align: right;
}


/** wp block rss **/
ul.wp-block-rss {
  list-style: none;
  padding: 0;
}
ul.wp-block-rss.wp-block-rss {
  box-sizing: border-box;
}
ul.wp-block-rss.alignleft {
  margin-right: 2em;
}
ul.wp-block-rss.alignright {
  margin-left: 2em;
}
ul.wp-block-rss.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}
ul.wp-block-rss.is-grid li {
  margin: 0 1em 1em 0;
  width: 100%;
}
@media (min-width: 600px) {
  ul.wp-block-rss.columns-2 li {
    width: calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li {
    width: calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li {
    width: calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li {
    width: calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li {
    width: calc(16.66667% - 1em);
  }
}
.wp-block-rss__item-author,
.wp-block-rss__item-publish-date {
  display: block;
  font-size: 0.8125em;
}


/** wp block search **/
.wp-block-search__button {
  background: #f7f7f7;
  border: 1px solid #ccc;
  padding: 0.375em 0.625em;
  color: #32373c;
  margin-left: 0.625em;
  word-break: normal;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.wp-block-search__button.has-icon {
  line-height: 0;
}
.wp-block-search__button svg {
  min-width: 1.5em;
  min-height: 1.5em;
  fill: currentColor;
}
.wp-block-search__inside-wrapper {
  display: flex;
  flex: auto;
  flex-wrap: nowrap;
  max-width: 100%;
}
.wp-block-search__label {
  width: 100%;
}
.wp-block-search__input {
  padding: 8px;
  flex-grow: 1;
  min-width: 3em;
  border: 1px solid #949494;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button {
  margin-left: 0;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  padding: 4px;
  border: 1px solid #949494;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  border-radius: 0;
  border: none;
  padding: 0 0 0 0.25em;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input:focus {
  outline: none;
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
  padding: 0.125em 0.5em;
}
.wp-block-search.aligncenter .wp-block-search__inside-wrapper {
  margin: auto;
}


/** wp block separator **/
.wp-block-separator {
  border-top: 1px solid;
  border-bottom: 1px solid;
}
.wp-block-separator.is-style-wide {
  border-bottom-width: 1px;
}
.wp-block-separator.is-style-dots {
  background: none !important;
  border: none;
  text-align: center;
  line-height: 1;
  height: auto;
}
.wp-block-separator.is-style-dots:before {
  content: "···";
  color: currentColor;
  font-size: 1.5em;
  letter-spacing: 2em;
  padding-left: 2em;
  font-family: serif;
}

/** wp block site logo **/
.wp-block-site-logo {
  line-height: 0;
}
.wp-block-site-logo a {
  display: inline-block;
}
.wp-block-site-logo.is-default-size img {
  width: 120px;
  height: auto;
}
.wp-block-site-logo a,
.wp-block-site-logo img {
  border-radius: inherit;
}
.wp-block-site-logo.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.wp-block-site-logo.is-style-rounded {
  border-radius: 9999px;
}


/** wp block social links **/
.wp-block-social-links {
  padding-left: 0;
  padding-right: 0;
  text-indent: 0;
  margin-left: 0;
}
.wp-block-social-links .wp-social-link a,
.wp-block-social-links .wp-social-link a:hover {
  text-decoration: none;
  border-bottom: 0;
  box-shadow: none;
}
.wp-block-social-links .wp-social-link a {
  padding: 0.25em;
}
.wp-block-social-links .wp-social-link svg {
  width: 1em;
  height: 1em;
}
.wp-block-social-links.has-small-icon-size {
  font-size: 16px;
}
.wp-block-social-links,
.wp-block-social-links.has-normal-icon-size {
  font-size: 24px;
}
.wp-block-social-links.has-large-icon-size {
  font-size: 36px;
}
.wp-block-social-links.has-huge-icon-size {
  font-size: 48px;
}
.wp-block-social-links.aligncenter {
  justify-content: center;
  display: flex;
}
.wp-block-social-links.alignright {
  justify-content: flex-end;
}
.wp-block-social-link {
  display: block;
  border-radius: 9999px;
  transition: transform 0.1s ease;
  height: auto;
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-social-link {
    transition-duration: 0s;
    transition-delay: 0s;
  }
}
.wp-block-social-link a {
  display: block;
  line-height: 0;
  transition: transform 0.1s ease;
}
.wp-block-social-link:hover {
  transform: scale(1.1);
}
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:active,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:hover,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor:visited,
.wp-block-social-links .wp-block-social-link .wp-block-social-link-anchor svg {
  color: currentColor;
  fill: currentColor;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
  background-color: #f0f0f0;
  color: #444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon {
  background-color: #f90;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp {
  background-color: #1ea0c3;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance {
  background-color: #0757fe;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen {
  background-color: #1e1f26;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart {
  background-color: #02e49b;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble {
  background-color: #e94c89;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox {
  background-color: #4280ff;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy {
  background-color: #f45800;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook {
  background-color: #1778f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr {
  background-color: #0461dd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare {
  background-color: #e65678;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github {
  background-color: #24292d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads {
  background-color: #eceadd;
  color: #382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google {
  background-color: #ea4434;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram {
  background-color: #f00075;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm {
  background-color: #e21b24;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin {
  background-color: #0d66c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon {
  background-color: #3288d4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium {
  background-color: #02ab6c;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup {
  background-color: #f6405f;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon {
  background-color: #ff424d;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest {
  background-color: #e60122;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket {
  background-color: #ef4155;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit {
  background-color: #fe4500;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype {
  background-color: #0478d7;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat {
  background-color: #fefc00;
  color: #fff;
  stroke: #000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud {
  background-color: #ff5600;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify {
  background-color: #1bd760;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram {
  background-color: #2aabee;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok {
  background-color: #000;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr {
  background-color: #011835;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch {
  background-color: #6440a4;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter {
  background-color: #1da1f2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo {
  background-color: #1eb7ea;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk {
  background-color: #4680c2;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress {
  background-color: #3499cd;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp {
  background-color: #d32422;
  color: #fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube {
  background-color: red;
  color: #fff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link {
  background: none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a {
  padding: 0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg {
  width: 1.25em;
  height: 1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon {
  color: #f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp {
  color: #1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance {
  color: #0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen {
  color: #1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart {
  color: #02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble {
  color: #e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox {
  color: #4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy {
  color: #f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook {
  color: #1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr {
  color: #0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare {
  color: #e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github {
  color: #24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads {
  color: #382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google {
  color: #ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram {
  color: #f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm {
  color: #e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin {
  color: #0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon {
  color: #3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium {
  color: #02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup {
  color: #f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon {
  color: #ff424d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest {
  color: #e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket {
  color: #ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit {
  color: #fe4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype {
  color: #0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat {
  color: #fff;
  stroke: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud {
  color: #ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify {
  color: #1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram {
  color: #2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok {
  color: #000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr {
  color: #011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch {
  color: #6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter {
  color: #1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo {
  color: #1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk {
  color: #4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress {
  color: #3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp {
  color: #d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube {
  color: red;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link {
  width: auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a {
  padding-left: 0.66667em;
  padding-right: 0.66667em;
}

/** wp block tag cloud **/
.wp-block-tag-cloud.aligncenter {
  text-align: center;
}
.wp-block-tag-cloud.alignfull {
  padding-left: 1em;
  padding-right: 1em;
}
.wp-block-tag-cloud a {
  display: inline-block;
  margin-right: 5px;
}
.wp-block-tag-cloud span {
  display: inline-block;
  margin-left: 5px;
  text-decoration: none;
}


/** wp block table **/
.wp-block-table {
  margin: 0 0 1em;
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table .has-fixed-layout {
  table-layout: fixed;
  width: 100%;
}
.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: break-word;
}
.wp-block-table.aligncenter,
.wp-block-table.alignleft,
.wp-block-table.alignright {
  display: table;
  width: auto;
}
.wp-block-table.aligncenter td,
.wp-block-table.aligncenter th,
.wp-block-table.alignleft td,
.wp-block-table.alignleft th,
.wp-block-table.alignright td,
.wp-block-table.alignright th {
  word-break: break-word;
}
.wp-block-table .has-subtle-light-gray-background-color {
  background-color: #f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color {
  background-color: #e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color {
  background-color: #e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes {
  border-spacing: 0;
  border-collapse: inherit;
  background-color: transparent;
  border-bottom: 1px solid #f0f0f0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: #f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
  background-color: #f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
  background-color: #e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
  background-color: #e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
  background-color: #fcf0ef;
}
.wp-block-table.is-style-stripes td,
.wp-block-table.is-style-stripes th {
  border-color: transparent;
}
.wp-block-table .has-border-color > *,
.wp-block-table .has-border-color td,
.wp-block-table .has-border-color th,
.wp-block-table .has-border-color tr {
  border-color: inherit;
}
.wp-block-table table[style*="border-style"] > *,
.wp-block-table table[style*="border-style"] td,
.wp-block-table table[style*="border-style"] th,
.wp-block-table table[style*="border-style"] tr {
  border-style: inherit;
}
.wp-block-table table[style*="border-width"] > *,
.wp-block-table table[style*="border-width"] td,
.wp-block-table table[style*="border-width"] th,
.wp-block-table table[style*="border-width"] tr {
  border-width: inherit;
}

/** wp block text columns **/
.wp-block-text-columns,
.wp-block-text-columns.aligncenter {
  display: flex;
}
.wp-block-text-columns .wp-block-column {
  margin: 0 1em;
  padding: 0;
}
.wp-block-text-columns .wp-block-column:first-child {
  margin-left: 0;
}
.wp-block-text-columns .wp-block-column:last-child {
  margin-right: 0;
}
.wp-block-text-columns.columns-2 .wp-block-column {
  width: 50%;
}
.wp-block-text-columns.columns-3 .wp-block-column {
  width: 33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column {
  width: 25%;
}

/** wp block video **/
.wp-block-video {
  margin: 0 0 1em;
}
.wp-block-video video {
  width: 100%;
}
@supports (position: sticky) {
  .wp-block-video [poster] {
    -o-object-fit: cover;
    object-fit: cover;
  }
}
.wp-block-video.aligncenter {
  text-align: center;
}
.wp-block-video figcaption {
  margin-top: 0.5em;
  margin-bottom: 1em;
}


/** wp block post featured image **/
.wp-block-post-featured-image {
  margin-left: 0;
  margin-right: 0;
}
.wp-block-post-featured-image a {
  display: inline-block;
}
.wp-block-post-featured-image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.wp-block-post-featured-image.alignfull img,
.wp-block-post-featured-image.alignwide img {
  width: 100%;
}