@charset "UTF-8";
.accessibility-body {
  transition: all 0.2s;
}

#accessibility {
  width: 200px;
  background: #fff;
  border: 2px #6C6C6C solid;
  position: fixed;
  top: 70px;
  right: -200px;
  min-height: 35px;
  z-index: 1000;
  transition: all 0.2s;
  font-size: 15px;
  box-sizing: border-box;
}

#accessibility a#accessibility-btn {
  background-color: #0D0D0D;
  position: absolute;
  top: -1px;
  left: -40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  font-size: 28px;
}

#accessibility a#accessibility-btn i {
  font-family: "realaccessability";
  font-size: 26px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  display: inline-block;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
}

#accessibility a#accessibility-btn i.accessibility-icon:before {
  content: "\e907";
}

#accessibility a#accessibility-btn i.accessibility-loading {
  display: none;
}

#accessibility a#accessibility-btn i.accessibility-loading:before {
  content: "\e908";
  font-size: 20px;
  -webkit-animation-name: spin;
  -webkit-animation-duration: 2500ms;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: spin;
  -moz-animation-duration: 2500ms;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: spin;
  -ms-animation-duration: 2500ms;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
#accessibility.open {
  right: 20px;
}

#accessibility ul {
  margin: 0;
  padding: 0;
  list-style: none;
  background: #fff;
}

#accessibility ul li {
  line-height: 38px;
  border-top: 1px #ccc solid;
}

#accessibility ul li:first-child {
  border-top: 0;
}

#accessibility ul li a {
  display: block;
  padding: 0 10px;
  color: #0D0D0D;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

#accessibility ul li a .fa {
  margin-right: 8px;
}

#accessibility ul li a:hover {
  background-color: #fafafa;
  color: #0D0D0D;
}

#accessibility ul li a.clicked {
  background-color: #fafafa;
  color: #0D0D0D;
  box-shadow: inset 0 0 3px #ccc;
}

#accessibility-copyright {
  text-align: center;
  line-height: 25px;
  font-size: 13px;
}

#accessibility-copyright a {
  background: #eaedf2;
  color: #0D0D0D;
  display: block;
  padding: 8px 10px;
}

#accessibility-copyright a:hover {
  background: #0D0D0D;
  text-decoration: underline;
  color: #fff;
}

#accessibility-player {
  text-align: center;
  line-height: 25px;
  font-size: 13px;
  border-top-width: 1px;
  border-top-color: #ccc;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #ccc;
  border-bottom-style: solid;
  padding-top: 12px;
  padding-bottom: 12px;
}

#accessibility-player span {
  display: block;
  font-size: 15px;
  color: #0D0D0D;
}

/* Effects */
.accessibility-grayscale {
  filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;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'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

.accessibility-invert {
  -webkit-filter: invert(100%);
  filter: invert(100%);
  color: #000;
}

.accessibility-linkHighlight a {
  text-decoration: underline !important;
}

.accessibility-regularFont {
  font-family: Arial, Helvetica, sans-serif !important;
}

/* RTL Support */
html[dir=rtl] #accessibility {
  left: -197px;
  right: auto;
  border-right-width: 1px;
  border-left-width: 0;
}

html[dir=rtl] #accessibility.open {
  right: auto;
  left: 0;
}

html[dir=rtl] #accessibility a#accessibility-btn {
  right: -40px;
  left: auto;
}

html[dir=rtl] #accessibility ul li a:before {
  margin-right: 0;
  margin-left: 10px;
}

.bandw {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.linksHighLight {
  background: rgba(57, 255, 20, 0.8) !important;
}

.linksHighLight div[class^=bg-],
.linksHighLight div[class*=" bg-"] {
  background: rgba(57, 255, 20, 0.8) !important;
}

.inverted {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordionOne {
  margin-bottom: 10px;
}

.accordionOne .accordionBtn {
  position: relative;
  cursor: pointer;
  padding: 15px 70px 15px 40px;
  border-radius: 4px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: ease-in-out 500ms;
}

.accordionOne .accordionBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: ease-in-out 500ms;
}

.accordionOne .accordionBtn h1, .accordionOne .accordionBtn h2, .accordionOne .accordionBtn h3, .accordionOne .accordionBtn h4, .accordionOne .accordionBtn h5, .accordionOne .accordionBtn h6, .accordionOne .accordionBtn p {
  margin-bottom: 0;
}

.accordionOne .accordionIcon {
  position: absolute;
  top: 50%;
  right: 25px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordionOne .accordionIcon i {
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  transition: ease-in-out 500ms;
}

.accordionOne .accordionContent {
  display: none;
  transition: none;
  padding: 30px 40px 5px;
  box-sizing: content-box;
  border-radius: 0 0 4px 4px;
}

@media (max-width: 767px) {
  .accordionOne .accordionContent {
    padding: 30px 20px 5px;
  }
}
.accordionOne.active .accordionBtn {
  border-radius: 4px 4px 0 0;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);
}

.accordionOne.active .accordionBtn:before {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.6);
}

.accordionOne.active .accordionIcon i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.liveEdBlock .accordionOne .accordionContent, .leDisabled .accordionOne .accordionContent {
  display: block;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordionTwo .accordionBtn {
  position: relative;
  cursor: pointer;
  padding: 15px 35px 15px 25px;
  margin-top: -1px;
  border-top: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
  transition: ease-in-out 500ms;
}

.accordionTwo .accordionBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #96DBCF;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: ease-in-out 500ms;
}

.accordionTwo .accordionBtn h1, .accordionTwo .accordionBtn h2, .accordionTwo .accordionBtn h3, .accordionTwo .accordionBtn h4, .accordionTwo .accordionBtn h5, .accordionTwo .accordionBtn h6, .accordionTwo .accordionBtn p {
  margin-bottom: 0;
}

.accordionTwo .accordionIcon {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordionTwo .accordionIcon i {
  display: block;
  text-align: center;
  width: 20px;
  height: 20px;
  line-height: 20px;
  color: #adb5bd;
  font-size: 14px;
  transition: ease-in-out 500ms;
}

.accordionTwo .accordionContent {
  display: none;
  transition: none;
  padding: 30px 40px 5px;
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .accordionTwo .accordionContent {
    padding: 30px 20px 5px;
  }
}
.accordionTwo.active .accordionBtn:before {
  border: 2px solid var(--color-primary);
  background-color: var(--color-primary);
}

.accordionTwo.active .accordionIcon i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.liveEdBlock .accordionTwo .accordionContent, .leDisabled .accordionTwo .accordionContent {
  display: block;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.accordionThree {
  margin-bottom: 10px;
}

.accordionThree .accordionWrap {
  border-radius: 26px;
}

.accordionThree .accordionBtn {
  position: relative;
  cursor: pointer;
  padding: 15px 54px 15px 40px;
}

.accordionThree .accordionBtn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: ease-in-out 500ms;
}

.accordionThree .accordionBtn:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  transition: ease-in-out 500ms;
}

.accordionThree .accordionBtn h1, .accordionThree .accordionBtn h2, .accordionThree .accordionBtn h3, .accordionThree .accordionBtn h4, .accordionThree .accordionBtn h5, .accordionThree .accordionBtn h6, .accordionThree .accordionBtn p {
  margin-bottom: 0;
}

.accordionThree .accordionIcon {
  position: absolute;
  top: 50%;
  right: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordionThree .accordionIcon i {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  transition: ease-in-out 500ms;
}

.accordionThree .accordionContent {
  display: none;
  transition: none;
  padding: 30px 40px 5px;
  box-sizing: content-box;
}

@media (max-width: 767px) {
  .accordionThree .accordionContent {
    padding: 30px 20px 5px;
  }
}
.accordionThree.active .accordionBtn:before {
  border: 2px solid rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.6);
}

.accordionThree.active .accordionBtn:after {
  opacity: 1;
  visibility: visible;
}

.accordionThree.active .accordionIcon i {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.liveEdBlock .accordionThree .accordionContent, .leDisabled .accordionThree .accordionContent {
  display: block;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Accordion Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.alertOne {
  overflow: auto;
  margin-bottom: 30px;
  color: #343a40;
  font-size: 14px;
  text-align: left;
  border: none;
  border-radius: 6px;
  background-color: #adb5bd;
}

.alertOne .alertWrap {
  position: relative;
}

.alertOne .alertContent {
  padding: 30px 30px 15px 0;
  margin-left: 76px;
}

.alertOne h1, .alertOne h2, .alertOne h3, .alertOne h4, .alertOne h5, .alertOne h6, .alertOne p, .alertOne a {
  color: #343a40;
}

.alertOne h1, .alertOne h2, .alertOne h3, .alertOne h4, .alertOne h5, .alertOne h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

.alertOne p {
  margin-bottom: 15px;
}

.alertOne a {
  text-decoration: underline;
}

.alertOne a:hover {
  text-decoration: underline;
}

.alertOne .alertIcon {
  position: absolute;
  top: 24px;
  left: 20px;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #919ca6;
}

.alertOne .alertIcon:before {
  display: block;
}

.alertOne .alertClose {
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.alertOne .alertClose:before {
  display: block;
}

.alertOne .alertClose:hover {
  opacity: 1;
}

.alertOne.alertSmall {
  max-width: 480px;
}

.alertOne.alertAnimated.alertDefault .alertIcon:before, .alertOne.alertAnimated.alertInfo .alertIcon:before {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertOne.alertAnimated.alertSuccess .alertIcon:before {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertOne.alertAnimated.alertWarning .alertIcon:before {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertOne.alertAnimated.alertError .alertIcon:before, .alertOne.alertAnimated.alertDanger .alertIcon:before {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertOne.alertDefault {
  color: #343a40;
  background-color: #adb5bd;
}

.alertOne.alertDefault h1, .alertOne.alertDefault h2, .alertOne.alertDefault h3, .alertOne.alertDefault h4, .alertOne.alertDefault h5, .alertOne.alertDefault h6, .alertOne.alertDefault p, .alertOne.alertDefault a {
  color: #343a40;
}

.alertOne.alertDefault .alertIcon {
  background-color: #919ca6;
}

.alertOne.alertInfo {
  background-color: #43cfd6;
}

.alertOne.alertInfo .alertIcon {
  background-color: #29b6bd;
}

.alertOne.alertSuccess {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.alertOne.alertSuccess h1, .alertOne.alertSuccess h2, .alertOne.alertSuccess h3, .alertOne.alertSuccess h4, .alertOne.alertSuccess h5, .alertOne.alertSuccess h6, .alertOne.alertSuccess p, .alertOne.alertSuccess a {
  color: var(--color-white);
}

.alertOne.alertSuccess .alertIcon {
  background-color: #248e7c;
}

.alertOne.alertWarning {
  color: #343a40;
  background-color: #ffd568;
}

.alertOne.alertWarning h1, .alertOne.alertWarning h2, .alertOne.alertWarning h3, .alertOne.alertWarning h4, .alertOne.alertWarning h5, .alertOne.alertWarning h6, .alertOne.alertWarning p, .alertOne.alertWarning a {
  color: #343a40;
}

.alertOne.alertWarning .alertIcon {
  background-color: #ffb902;
}

.alertOne.alertError, .alertOne.alertDanger {
  color: var(--color-white);
  background-color: #dc3545;
}

.alertOne.alertError h1, .alertOne.alertError h2, .alertOne.alertError h3, .alertOne.alertError h4, .alertOne.alertError h5, .alertOne.alertError h6, .alertOne.alertError p, .alertOne.alertError a, .alertOne.alertDanger h1, .alertOne.alertDanger h2, .alertOne.alertDanger h3, .alertOne.alertDanger h4, .alertOne.alertDanger h5, .alertOne.alertDanger h6, .alertOne.alertDanger p, .alertOne.alertDanger a {
  color: var(--color-white);
}

.alertOne.alertError .alertIcon, .alertOne.alertDanger .alertIcon {
  background-color: #94313a;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.alertTwo {
  overflow: auto;
  margin-bottom: 30px;
  color: #343a40;
  font-size: 14px;
  text-align: left;
  border: none;
  border-radius: 6px;
  background-color: #adb5bd;
}

.alertTwo .alertWrap {
  position: relative;
}

.alertTwo .alertContent {
  padding: 30px 30px 15px;
  margin-left: 70px;
}

.alertTwo h1, .alertTwo h2, .alertTwo h3, .alertTwo h4, .alertTwo h5, .alertTwo h6, .alertTwo p, .alertTwo a {
  color: #343a40;
}

.alertTwo h1, .alertTwo h2, .alertTwo h3, .alertTwo h4, .alertTwo h5, .alertTwo h6 {
  font-size: 20px;
  margin-bottom: 15px;
}

.alertTwo p {
  margin-bottom: 15px;
}

.alertTwo .alertIcon {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 70PX;
  height: 100%;
  font-size: 28px;
  text-align: center;
  background-color: #919ca6;
}

.alertTwo .alertIcon:before {
  opacity: 0.5;
  flex: 1 0 auto;
  display: block;
}

.alertTwo .alertClose {
  opacity: 0.5;
  cursor: pointer;
  position: absolute;
  top: 8px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.alertTwo .alertClose:before {
  display: block;
}

.alertTwo .alertClose:hover {
  opacity: 1;
}

.alertTwo.alertSmall {
  max-width: 480px;
}

.alertTwo.alertAnimated.alertDefault .alertIcon:before, .alertTwo.alertAnimated.alertInfo .alertIcon:before {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertTwo.alertAnimated.alertSuccess .alertIcon:before {
  -webkit-animation-name: tada;
  animation-name: tada;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertTwo.alertAnimated.alertWarning .alertIcon:before {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertTwo.alertAnimated.alertError .alertIcon:before, .alertTwo.alertAnimated.alertDanger .alertIcon:before {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.alertTwo.alertDefault {
  color: #343a40;
  background-color: #adb5bd;
}

.alertTwo.alertDefault h1, .alertTwo.alertDefault h2, .alertTwo.alertDefault h3, .alertTwo.alertDefault h4, .alertTwo.alertDefault h5, .alertTwo.alertDefault h6, .alertTwo.alertDefault p, .alertTwo.alertDefault a {
  color: #343a40;
}

.alertTwo.alertDefault .alertIcon {
  background-color: #919ca6;
}

.alertTwo.alertInfo {
  background-color: #43cfd6;
}

.alertTwo.alertInfo .alertIcon {
  background-color: #29b6bd;
}

.alertTwo.alertSuccess {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.alertTwo.alertSuccess h1, .alertTwo.alertSuccess h2, .alertTwo.alertSuccess h3, .alertTwo.alertSuccess h4, .alertTwo.alertSuccess h5, .alertTwo.alertSuccess h6, .alertTwo.alertSuccess p, .alertTwo.alertSuccess a {
  color: var(--color-white);
}

.alertTwo.alertSuccess .alertIcon {
  background-color: #248e7c;
}

.alertTwo.alertWarning {
  color: #343a40;
  background-color: #ffd568;
}

.alertTwo.alertWarning h1, .alertTwo.alertWarning h2, .alertTwo.alertWarning h3, .alertTwo.alertWarning h4, .alertTwo.alertWarning h5, .alertTwo.alertWarning h6, .alertTwo.alertWarning p, .alertTwo.alertWarning a {
  color: #343a40;
}

.alertTwo.alertWarning .alertIcon {
  background-color: #ffb902;
}

.alertTwo.alertError, .alertTwo.alertDanger {
  color: var(--color-white);
  background-color: #dc3545;
}

.alertTwo.alertError h1, .alertTwo.alertError h2, .alertTwo.alertError h3, .alertTwo.alertError h4, .alertTwo.alertError h5, .alertTwo.alertError h6, .alertTwo.alertError p, .alertTwo.alertError a, .alertTwo.alertDanger h1, .alertTwo.alertDanger h2, .alertTwo.alertDanger h3, .alertTwo.alertDanger h4, .alertTwo.alertDanger h5, .alertTwo.alertDanger h6, .alertTwo.alertDanger p, .alertTwo.alertDanger a {
  color: var(--color-white);
}

.alertTwo.alertError .alertIcon, .alertTwo.alertDanger .alertIcon {
  background-color: #94313a;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Alert Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Badge - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.badge {
  display: inline-block;
  padding: 2px 8px;
  color: #6c757d;
  font-size: 10px;
  font-weight: 700;
  background-color: #e9ecef;
}

.badge.badgeSmall {
  padding: 1px 6px;
  font-size: 8px;
}

.badge.badgeMedium {
  padding: 2px 8px;
  font-size: 10px;
}

.badge.badgeLarge {
  padding: 4px 12px;
  font-size: 12px;
}

.badge.badgeDefault {
  color: #6c757d;
  background-color: #e9ecef;
}

.badge.badgeDark {
  color: var(--color-white);
  background-color: #181818;
}

.badge.badgeGray {
  color: #181818;
  background-color: #e9ecef;
}

.badge.badgePrimary {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.badge.badgeInfo {
  color: var(--color-white);
  background-color: #43cfd6;
}

.badge.badgeSuccess {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.badge.badgeWarning {
  color: #343a40;
  background-color: #ffd568;
}

.badge.badgeError, .badge.badgeDanger {
  color: var(--color-white);
  background-color: #dc3545;
}

.badge.badgeRounded {
  border-radius: 50px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Badge - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.burger {
  display: table;
  position: relative;
  min-width: 20px;
  height: 20px;
  cursor: pointer;
}

.burger .burgerLines {
  display: block;
  position: absolute;
  top: 2px;
  left: 0;
  overflow: hidden;
  width: 20px;
  height: 16px;
}

.burger .burgerLine {
  display: block;
  position: absolute;
  top: 7px;
  height: 2px;
  border-radius: 0;
  background-color: var(--color-primary);
}

.burger .burgerSlashes {
  display: inline-block;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.burger .burgerSlash {
  opacity: 0;
  display: block;
  position: absolute;
  top: 9px;
  left: -3px;
  width: 26px;
  height: 2px;
  border-radius: 0;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 500ms;
}

.burger .burgerText {
  display: block;
  position: relative;
  overflow: hidden;
  margin-left: 26px;
  color: var(--color-primary);
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.burger .burgerText .textOpen {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.burger .burgerText .textClose {
  display: block;
  opacity: 0;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.burger.burgerHover:hover .burgerLine {
  background-color: #175B50;
}

.burger.burgerHover:hover .burgerSlash {
  background-color: #175B50;
}

.burger.burgerHover:hover .burgerText {
  color: #175B50;
}

.burger.open .burgerText .textOpen {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.burger.open .burgerText .textClose {
  opacity: 1;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}

.burgerOne .burgerLine {
  width: 20px;
}

.burgerOne .burgerLine:nth-of-type(1) {
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 0ms;
}

.burgerOne .burgerLine:nth-of-type(2) {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 100ms;
}

.burgerOne .burgerLine:nth-of-type(3) {
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 200ms;
}

.burgerOne .burgerLine:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(-20px, -7px);
  transform: translate(-20px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 50ms;
}

.burgerOne .burgerLine:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 150ms;
}

.burgerOne .burgerLine:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(-20px, 7px);
  transform: translate(-20px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 250ms;
}

.burgerOne .burgerSlash:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(-40px, 0);
  transform: rotate(45deg) translate(-40px, 0);
}

.burgerOne .burgerSlash:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translate(40px, 0);
  transform: rotate(-45deg) translate(40px, 0);
}

.burgerOne .burgerSlash:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-40px, 0);
  transform: rotate(45deg) translate(-40px, 0);
}

.burgerOne .burgerSlash:nth-of-type(4) {
  -webkit-transform: rotate(-45deg) translate(40px, 0);
  transform: rotate(-45deg) translate(40px, 0);
}

.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.burgerOne.burgerHover:not(.open):hover .burgerLine:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}

.burgerOne.open .burgerLine:nth-of-type(1) {
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerOne.open .burgerLine:nth-of-type(2) {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerOne.open .burgerLine:nth-of-type(3) {
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerOne.open .burgerLine:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerOne.open .burgerLine:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerOne.open .burgerLine:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerOne.open .burgerSlash:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burgerOne.open .burgerSlash:nth-of-type(2) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(1) {
  -webkit-transform: translate(45px, 45px) rotate(45deg);
  transform: translate(45px, 45px) rotate(45deg);
  opacity: 0;
}

.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(2) {
  -webkit-transform: translate(-45px, 45px) rotate(-45deg);
  transform: translate(-45px, 45px) rotate(-45deg);
  opacity: 0;
}

.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burgerOne.open.burgerHover:hover .burgerSlash:nth-of-type(4) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burgerTwo .burgerLine:nth-of-type(1) {
  width: 18px;
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 0ms;
}

.burgerTwo .burgerLine:nth-of-type(2) {
  width: 20px;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 100ms;
}

.burgerTwo .burgerLine:nth-of-type(3) {
  width: 14px;
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 200ms;
}

.burgerTwo .burgerLine:nth-of-type(4) {
  opacity: 0;
  width: 19px;
  -webkit-transform: translate(-20px, -7px);
  transform: translate(-20px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 50ms;
}

.burgerTwo .burgerLine:nth-of-type(5) {
  opacity: 0;
  width: 20px;
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 150ms;
}

.burgerTwo .burgerLine:nth-of-type(6) {
  opacity: 0;
  width: 14px;
  -webkit-transform: translate(-20px, 7px);
  transform: translate(-20px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 250ms;
}

.burgerTwo .burgerSlash:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(-40px, 0);
  transform: rotate(45deg) translate(-40px, 0);
}

.burgerTwo .burgerSlash:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translate(40px, 0);
  transform: rotate(-45deg) translate(40px, 0);
}

.burgerTwo .burgerSlash:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-40px, 0);
  transform: rotate(45deg) translate(-40px, 0);
}

.burgerTwo .burgerSlash:nth-of-type(4) {
  -webkit-transform: rotate(-45deg) translate(40px, 0);
  transform: rotate(-45deg) translate(40px, 0);
}

.burgerTwo.burgerHover:not(.open):hover .burgerLine:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerTwo.burgerHover:not(.open):hover .burgerLine:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerTwo.burgerHover:not(.open):hover .burgerLine:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerTwo.burgerHover:not(.open):hover .burgerLine:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.burgerTwo.burgerHover:not(.open):hover .burgerLine:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.burgerTwo.burgerHover:not(.open):hover .burgerLine:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}

.burgerTwo.open .burgerLine:nth-of-type(1) {
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerTwo.open .burgerLine:nth-of-type(2) {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerTwo.open .burgerLine:nth-of-type(3) {
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerTwo.open .burgerLine:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerTwo.open .burgerLine:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerTwo.open .burgerLine:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerTwo.open .burgerSlash:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burgerTwo.open .burgerSlash:nth-of-type(2) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burgerTwo.open.burgerHover:hover .burgerSlash:nth-of-type(1) {
  -webkit-transform: translate(45px, 45px) rotate(45deg);
  transform: translate(45px, 45px) rotate(45deg);
  opacity: 0;
}

.burgerTwo.open.burgerHover:hover .burgerSlash:nth-of-type(2) {
  -webkit-transform: translate(-45px, 45px) rotate(-45deg);
  transform: translate(-45px, 45px) rotate(-45deg);
  opacity: 0;
}

.burgerTwo.open.burgerHover:hover .burgerSlash:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burgerTwo.open.burgerHover:hover .burgerSlash:nth-of-type(4) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burgerThree .burgerLine:nth-of-type(1) {
  width: 20px;
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 0ms;
}

.burgerThree .burgerLine:nth-of-type(2) {
  width: 20px;
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 100ms;
}

.burgerThree .burgerLine:nth-of-type(3) {
  width: 14px;
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 200ms;
}

.burgerThree .burgerLine:nth-of-type(4) {
  opacity: 0;
  width: 20px;
  -webkit-transform: translate(-20px, -7px);
  transform: translate(-20px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 50ms;
}

.burgerThree .burgerLine:nth-of-type(5) {
  opacity: 0;
  width: 20px;
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 150ms;
}

.burgerThree .burgerLine:nth-of-type(6) {
  opacity: 0;
  width: 14px;
  -webkit-transform: translate(-20px, 7px);
  transform: translate(-20px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 250ms;
}

.burgerThree .burgerSlash:nth-of-type(1) {
  -webkit-transform: rotate(45deg) translate(-40px, 0);
  transform: rotate(45deg) translate(-40px, 0);
}

.burgerThree .burgerSlash:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) translate(40px, 0);
  transform: rotate(-45deg) translate(40px, 0);
}

.burgerThree .burgerSlash:nth-of-type(3) {
  -webkit-transform: rotate(45deg) translate(-40px, 0);
  transform: rotate(45deg) translate(-40px, 0);
}

.burgerThree .burgerSlash:nth-of-type(4) {
  -webkit-transform: rotate(-45deg) translate(40px, 0);
  transform: rotate(-45deg) translate(40px, 0);
}

.burgerThree.burgerHover:not(.open):hover .burgerLine:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerThree.burgerHover:not(.open):hover .burgerLine:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerThree.burgerHover:not(.open):hover .burgerLine:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerThree.burgerHover:not(.open):hover .burgerLine:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.burgerThree.burgerHover:not(.open):hover .burgerLine:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.burgerThree.burgerHover:not(.open):hover .burgerLine:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}

.burgerThree.open .burgerLine:nth-of-type(1) {
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerThree.open .burgerLine:nth-of-type(2) {
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerThree.open .burgerLine:nth-of-type(3) {
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerThree.open .burgerLine:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerThree.open .burgerLine:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerThree.open .burgerLine:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerThree.open .burgerSlash:nth-of-type(1) {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burgerThree.open .burgerSlash:nth-of-type(2) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burgerThree.open.burgerHover:hover .burgerSlash:nth-of-type(1) {
  -webkit-transform: translate(45px, 45px) rotate(45deg);
  transform: translate(45px, 45px) rotate(45deg);
  opacity: 0;
}

.burgerThree.open.burgerHover:hover .burgerSlash:nth-of-type(2) {
  -webkit-transform: translate(-45px, 45px) rotate(-45deg);
  transform: translate(-45px, 45px) rotate(-45deg);
  opacity: 0;
}

.burgerThree.open.burgerHover:hover .burgerSlash:nth-of-type(3) {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
  opacity: 1;
}

.burgerThree.open.burgerHover:hover .burgerSlash:nth-of-type(4) {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
  opacity: 1;
}

.burgerFour .burgerLines {
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.burgerFour .burgerLine {
  width: 20px;
}

.burgerFour .burgerLine:nth-of-type(1) {
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 0ms;
}

.burgerFour .burgerLine:nth-of-type(2) {
  -webkit-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 100ms;
}

.burgerFour .burgerLine:nth-of-type(3) {
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 200ms;
}

.burgerFour .burgerLine:nth-of-type(4) {
  opacity: 0;
  -webkit-transform: translate(-20px, -7px);
  transform: translate(-20px, -7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 50ms;
}

.burgerFour .burgerLine:nth-of-type(5) {
  opacity: 0;
  -webkit-transform: translate(-20px, 0px);
  transform: translate(-20px, 0px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 150ms;
}

.burgerFour .burgerLine:nth-of-type(6) {
  opacity: 0;
  -webkit-transform: translate(-20px, 7px);
  transform: translate(-20px, 7px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms 250ms;
}

.burgerFour .burgerSlashes {
  display: none;
}

.burgerFour.burgerHover:hover .burgerLine:nth-of-type(1) {
  opacity: 0;
  -webkit-transform: translate(20px, -7px);
  transform: translate(20px, -7px);
}

.burgerFour.burgerHover:hover .burgerLine:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translate(20px, 0);
  transform: translate(20px, 0);
}

.burgerFour.burgerHover:hover .burgerLine:nth-of-type(3) {
  opacity: 0;
  -webkit-transform: translate(20px, 7px);
  transform: translate(20px, 7px);
}

.burgerFour.burgerHover:hover .burgerLine:nth-of-type(4) {
  opacity: 1;
  -webkit-transform: translate(0px, -7px);
  transform: translate(0px, -7px);
}

.burgerFour.burgerHover:hover .burgerLine:nth-of-type(5) {
  opacity: 1;
  -webkit-transform: translate(0px, 0);
  transform: translate(0px, 0);
}

.burgerFour.burgerHover:hover .burgerLine:nth-of-type(6) {
  opacity: 1;
  -webkit-transform: translate(0px, 7px);
  transform: translate(0px, 7px);
}

.burgerFour.open .burgerLines {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Burger - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mwBtnLeft {
  text-align: left;
}

.mwBtnRight {
  text-align: right;
}

.mwBtnCenter {
  text-align: center;
}

.btn p > a:hover,
.btn p > button:hover,
.btn p > span:hover {
  text-decoration: none;
}

.btn p > a.disabled, .btn p > a:disabled,
.btn p > button.disabled,
.btn p > button:disabled,
.btn p > span.disabled,
.btn p > span:disabled {
  cursor: not-allowed;
}

.btn p > a,
.btn p > button,
.btn p > span {
  cursor: pointer;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  border-width: 1px;
  border-style: solid;
  border-radius: 0;
  text-transform: none;
  letter-spacing: 0;
  padding: 10px 35px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.btn p > a.small,
.btn p > button.small,
.btn p > span.small {
  padding: 5px 15px;
  font-size: 12px;
}

.btn p > a.medium,
.btn p > button.medium,
.btn p > span.medium {
  padding: 10px 35px;
  font-size: 16px;
}

.btn p > a.large,
.btn p > button.large,
.btn p > span.large {
  padding: 15px 40px;
  font-size: 20px;
}

.btnWhite p > a,
.btnWhite p > button,
.btnWhite p > span {
  color: var(--color-primary);
  border-color: var(--color-white);
  background: var(--color-white);
}

.btnWhite p > a:hover,
.btnWhite p > button:hover,
.btnWhite p > span:hover {
  color: #175B50;
  border-color: var(--color-white);
  background: var(--color-white);
}

.btnGray p > a,
.btnGray p > button,
.btnGray p > span {
  color: var(--color-white);
  border-color: #6c757d;
  background: #6c757d;
}

.btnGray p > a:hover,
.btnGray p > button:hover,
.btnGray p > span:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.btnLightGray p > a,
.btnLightGray p > button,
.btnLightGray p > span {
  color: #495057;
  border-color: #dee2e6;
  background: #dee2e6;
}

.btnLightGray p > a:hover,
.btnLightGray p > button:hover,
.btnLightGray p > span:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.btnDark p > a,
.btnDark p > button,
.btnDark p > span {
  color: var(--color-white);
  border-color: #181818;
  background: #181818;
}

.btnDark p > a:hover,
.btnDark p > button:hover,
.btnDark p > span:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.btnPrimary p > a,
.btnPrimary p > button,
.btnPrimary p > span {
  color: var(--color-white);
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.btnPrimary p > a:hover,
.btnPrimary p > button:hover,
.btnPrimary p > span:hover {
  color: var(--color-white);
  border-color: #175B50;
  background: #175B50;
}

.btnSecondary p > a,
.btnSecondary p > button,
.btnSecondary p > span {
  color: var(--color-white);
  border-color: #FA9171;
  background: #FA9171;
}

.btnSecondary p > a:hover,
.btnSecondary p > button:hover,
.btnSecondary p > span:hover {
  color: var(--color-white);
  border-color: #7D4838;
  background: #7D4838;
}

.btnVibrant p > a,
.btnVibrant p > button,
.btnVibrant p > span {
  color: var(--color-white);
  border-color: #F76033;
  background: #F76033;
}

.btnVibrant p > a:hover,
.btnVibrant p > button:hover,
.btnVibrant p > span:hover {
  color: var(--color-white);
  border-color: #7D4838;
  background: #7D4838;
}

.btnGroup {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-right: -5px;
}

.btnGroup .btn {
  flex: 0 0 auto;
  padding-left: 5px;
  padding-right: 5px;
}

.btnRounded p > a,
.btnRounded p > button,
.btnRounded p > span {
  border-radius: 100px;
}

.btnOutline.btnWhite p > a,
.btnOutline.btnWhite p > button,
.btnOutline.btnWhite p > span {
  color: var(--color-white);
  border-color: var(--color-white);
  background: transparent;
}

.btnOutline.btnWhite p > a:hover,
.btnOutline.btnWhite p > button:hover,
.btnOutline.btnWhite p > span:hover {
  color: var(--color-primary);
  border-color: var(--color-white);
  background: var(--color-white);
}

.btnOutline.btnGray p > a,
.btnOutline.btnGray p > button,
.btnOutline.btnGray p > span {
  color: #6c757d;
  border-color: #6c757d;
  background: transparent;
}

.btnOutline.btnGray p > a:hover,
.btnOutline.btnGray p > button:hover,
.btnOutline.btnGray p > span:hover {
  color: var(--color-white);
  border-color: #6c757d;
  background: #6c757d;
}

.btnOutline.btnLightGray p > a,
.btnOutline.btnLightGray p > button,
.btnOutline.btnLightGray p > span {
  color: #495057;
  border-color: #dee2e6;
  background: transparent;
}

.btnOutline.btnLightGray p > a:hover,
.btnOutline.btnLightGray p > button:hover,
.btnOutline.btnLightGray p > span:hover {
  color: #495057;
  border-color: #dee2e6;
  background: #dee2e6;
}

.btnOutline.btnDark p > a,
.btnOutline.btnDark p > button,
.btnOutline.btnDark p > span {
  color: #181818;
  border-color: #181818;
  background: transparent;
}

.btnOutline.btnDark p > a:hover,
.btnOutline.btnDark p > button:hover,
.btnOutline.btnDark p > span:hover {
  color: var(--color-white);
  border-color: #181818;
  background: #181818;
}

.btnOutline.btnPrimary p > a,
.btnOutline.btnPrimary p > button,
.btnOutline.btnPrimary p > span {
  color: var(--color-primary);
  border-color: var(--color-primary);
  background: transparent;
}

.btnOutline.btnPrimary p > a:hover,
.btnOutline.btnPrimary p > button:hover,
.btnOutline.btnPrimary p > span:hover {
  color: var(--color-white);
  border-color: var(--color-primary);
  background: var(--color-primary);
}

.btnOutline.btnSecondary p > a,
.btnOutline.btnSecondary p > button,
.btnOutline.btnSecondary p > span {
  color: #FA9171;
  border-color: #FA9171;
  background: transparent;
}

.btnOutline.btnSecondary p > a:hover,
.btnOutline.btnSecondary p > button:hover,
.btnOutline.btnSecondary p > span:hover {
  color: var(--color-white);
  border-color: #FA9171;
  background: #FA9171;
}

.btnNeu p > a,
.btnNeu p > button,
.btnNeu p > span {
  font-size: 14px;
  border-width: 5px;
  letter-spacing: 0.5px;
  border-radius: 100px;
}

.btnNeu.btnWhite p > a,
.btnNeu.btnWhite p > button,
.btnNeu.btnWhite p > span {
  color: #818a93;
  border-color: #e9ecef;
  background: #e9ecef;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  box-shadow: -5px -5px 10px white, -5px -5px 15px rgba(255, 255, 255, 0.5), 5px 5px 15px rgba(0, 0, 0, 0.15), inset -5px -5px 10px rgba(255, 255, 255, 0), inset -5px -5px 15px rgba(255, 255, 255, 0), inset 2px 2px 4px rgba(255, 255, 255, 0), inset 5px 5px 15px rgba(0, 0, 0, 0);
}

.btnNeu.btnWhite p > a span,
.btnNeu.btnWhite p > button span,
.btnNeu.btnWhite p > span span {
  display: inline-block;
  transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.btnNeu.btnWhite p > a:hover,
.btnNeu.btnWhite p > button:hover,
.btnNeu.btnWhite p > span:hover {
  color: #818a93;
  border-color: #e9ecef;
  background: #e9ecef;
  box-shadow: -5px -5px 10px white, -5px -5px 15px rgba(255, 255, 255, 0.5), 5px 5px 15px rgba(0, 0, 0, 0.15), inset -5px -5px 10px white, inset -5px -5px 15px rgba(255, 255, 255, 0.5), inset 2px 2px 4px rgba(255, 255, 255, 0.1), inset 5px 5px 15px rgba(0, 0, 0, 0.15);
}

.btnNeu.btnWhite p > a:hover span,
.btnNeu.btnWhite p > button:hover span,
.btnNeu.btnWhite p > span:hover span {
  -webkit-transform: scale(0.98);
  transform: scale(0.98);
}

.resetBtn {
  color: #495057;
  text-decoration: underline;
}

.resetBtn:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Button - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carouselOne .carouselWrap {
  margin-bottom: 30px;
}

.carouselOne .carouselWrap.slick-dotted {
  margin-bottom: 60px;
}

.carouselOne .carouselItem {
  margin: 15px;
}

.carouselOne .carouselImg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carouselOne .slick-prev,
.carouselOne .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.carouselOne .slick-prev svg,
.carouselOne .slick-next svg {
  width: 100%;
  height: 100%;
}

.carouselOne .slick-prev svg path,
.carouselOne .slick-next svg path {
  fill: none;
  stroke: #343a40;
}

.carouselOne .slick-prev.slick-disabled,
.carouselOne .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carouselOne .slick-prev:before,
.carouselOne .slick-next:before {
  display: none;
}

.carouselOne .slick-prev {
  left: -36px;
}

.contentAreaFullwidth .carouselOne .slick-prev {
  left: 30px;
}

.carouselOne .slick-next {
  right: -36px;
}

.contentAreaFullwidth .carouselOne .slick-next {
  right: 30px;
}

@media (max-width: 991px) {
  .carouselOne .carouselItem {
    margin: 5px;
  }

  .carouselOne .slick-prev,
.carouselOne .slick-next {
    width: 20px;
    height: 20px;
  }

  .carouselOne .slick-prev svg path,
.carouselOne .slick-next svg path {
    stroke-width: 2;
  }

  .carouselOne .slick-prev {
    left: 20px;
  }

  .contentAreaFullwidth .carouselOne .slick-prev {
    left: 20px;
  }

  .carouselOne .slick-next {
    right: 20px;
  }

  .contentAreaFullwidth .carouselOne .slick-next {
    right: 20px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carouselTwo .carouselWrap {
  margin-bottom: 30px;
}

.carouselTwo .carouselWrap.slick-dotted {
  margin-bottom: 60px;
}

.carouselTwo .carouselItem {
  opacity: 0.3;
  margin: 30px;
  transition: opacity ease-in-out 1s;
}

.carouselTwo .carouselItem.slick-current {
  opacity: 1;
}

.carouselTwo .carouselImg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carouselTwo .slick-prev,
.carouselTwo .slick-next {
  z-index: 1;
  width: 20px;
  height: 20px;
}

.carouselTwo .slick-prev svg,
.carouselTwo .slick-next svg {
  width: 100%;
  height: 100%;
}

.carouselTwo .slick-prev svg path,
.carouselTwo .slick-next svg path {
  fill: none;
  stroke: #343a40;
  stroke-width: 2;
}

.carouselTwo .slick-prev.slick-disabled,
.carouselTwo .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carouselTwo .slick-prev:before,
.carouselTwo .slick-next:before {
  display: none;
}

.carouselTwo .slick-prev {
  left: calc(25.6% - 10px);
}

.carouselTwo .slick-next {
  right: calc(25.6% - 10px);
}

@media (max-width: 991px) {
  .carouselTwo .carouselItem {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .carouselTwo .slick-prev {
    left: 89px;
  }

  .carouselTwo .slick-next {
    right: 89px;
  }
}
@media (max-width: 575px) {
  .carouselTwo .carouselItem {
    margin-left: 20px;
    margin-right: 20px;
  }

  .carouselTwo .slick-prev {
    left: 35px;
  }

  .carouselTwo .slick-next {
    right: 35px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carouselThree .carouselWrap {
  margin-bottom: 30px;
}

.carouselThree .carouselWrap.slick-dotted {
  margin-bottom: 60px;
}

.carouselThree .carouselItem {
  margin: 15px;
  background-color: #f8f9fa;
}

.carouselThree .carouselImg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carouselThree .carouselContent {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px 30px 1px;
}

.carouselThree .carouselDescription p {
  font-size: 14px;
}

.carouselThree .carouselBtn {
  margin-top: auto;
}

.carouselThree .slick-prev,
.carouselThree .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.carouselThree .slick-prev svg,
.carouselThree .slick-next svg {
  width: 100%;
  height: 100%;
}

.carouselThree .slick-prev svg path,
.carouselThree .slick-next svg path {
  fill: none;
  stroke: #343a40;
}

.carouselThree .slick-prev.slick-disabled,
.carouselThree .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.carouselThree .slick-prev:before,
.carouselThree .slick-next:before {
  display: none;
}

.carouselThree .slick-prev {
  left: -36px;
}

.contentAreaFullwidth .carouselThree .slick-prev {
  left: 30px;
}

.carouselThree .slick-next {
  right: -36px;
}

.contentAreaFullwidth .carouselThree .slick-next {
  right: 30px;
}

@media (max-width: 991px) {
  .carouselThree .carouselItem {
    margin: 5px;
  }

  .carouselThree .slick-prev,
.carouselThree .slick-next {
    width: 20px;
    height: 20px;
  }

  .carouselThree .slick-prev svg path,
.carouselThree .slick-next svg path {
    stroke-width: 2;
  }

  .contentAreaFullwidth .carouselThree .slick-prev {
    left: 20px;
  }

  .contentAreaFullwidth .carouselThree .slick-next {
    right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .carouselThree .carouselItem {
    display: flex;
    flex-wrap: wrap;
  }

  .carouselThree .carouselImg {
    width: 100%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }

  .carouselThree .carouselContent {
    width: 100%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Four - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carouselFour .carouselWrap {
  margin-bottom: 30px;
}

.carouselFour .carouselWrap.slick-dotted {
  margin-bottom: 60px;
}

.carouselFour .carouselItem {
  margin: 0;
  opacity: 0.3;
}

.carouselFour .carouselItem.slick-current {
  opacity: 1;
}

.carouselFour .carouselItem.slick-current .carouselContent {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.carouselFour .carouselItem.slick-current .carouselTitle {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.carouselFour .carouselImg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carouselFour .carouselItem,
.carouselFour .carouselContent,
.carouselFour .carouselTitle,
.carouselFour .slick-prev,
.carouselFour .slick-next {
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.carouselFour .carouselHeader {
  z-index: 1;
  position: relative;
}

.carouselFour .carouselOverlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 20%, black 100%);
}

.carouselFour .carouselTitle {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 40px;
  margin-bottom: 0;
  color: var(--color-white);
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

.carouselFour .carouselContent {
  padding: 20px 40px 5px;
  margin-top: -1px;
  background-color: #000000;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.carouselFour .carouselDescription p {
  color: var(--color-white);
  font-size: 13px;
}

.carouselFour .slick-prev,
.carouselFour .slick-next {
  z-index: 1;
  top: 35%;
  width: 20px;
  height: 36px;
  background-color: #181818;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background-image: linear-gradient(to bottom, #939393 0%, #000000 100%);
}

.carouselFour .slick-prev svg,
.carouselFour .slick-next svg {
  width: 100%;
  height: 100%;
}

.carouselFour .slick-prev svg path,
.carouselFour .slick-next svg path {
  fill: none;
  stroke: var(--color-white);
  stroke-width: 2;
}

.carouselFour .slick-prev.slick-disabled,
.carouselFour .slick-next.slick-disabled {
  opacity: 1;
}

.carouselFour .slick-prev:hover,
.carouselFour .slick-next:hover {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.3);
}

.carouselFour .slick-prev:before,
.carouselFour .slick-next:before {
  display: none;
}

.carouselFour .slick-prev {
  left: calc(33.333333% - 10px);
}

.carouselFour .slick-next {
  right: calc(33.333333% - 10px);
}

.carouselFour .slick-dots {
  bottom: -35px;
}

@media (max-width: 991px) {
  .carouselFour .carouselItem.slick-current .carouselTitle {
    opacity: 1;
  }

  .carouselFour .carouselTitle {
    opacity: 0;
  }

  .carouselFour .slick-prev,
.carouselFour .slick-next {
    top: 33%;
  }

  .carouselFour .slick-prev {
    left: calc(25% - 10px);
  }

  .carouselFour .slick-next {
    right: calc(25% - 10px);
  }
}
@media (max-width: 575px) {
  .carouselFour .carouselItem {
    opacity: 1;
  }

  .carouselFour .carouselContent {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .carouselFour .carouselTitle {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .carouselFour .slick-prev,
.carouselFour .slick-next {
    top: 50%;
  }

  .carouselFour .slick-prev {
    left: -10px;
  }

  .carouselFour .slick-next {
    right: -10px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Four - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Five - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.carouselFive .carouselWrap {
  margin-bottom: 30px;
}

.carouselFive .carouselWrap.slick-dotted {
  margin-bottom: 60px;
}

.carouselFive .carouselItem {
  padding: 30px 0;
}

@media (max-width: 991px) {
  .carouselFive .carouselItem {
    padding: 0;
  }
}
.carouselFive .carouselItemLeft {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .carouselFive .carouselItemLeft {
    margin-bottom: 0;
  }
}
.carouselFive .carouselItemRight {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .carouselFive .carouselItemRight {
    margin-top: 0;
  }
}
.carouselFive .carouselImg {
  min-height: 100%;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.carouselFive .carouselContent {
  min-height: 100%;
}

.carouselFive .carouselTitle {
  display: inline-block;
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
}

@media (max-width: 991px) {
  .carouselFive .carouselTitle {
    margin-top: 0;
  }
}
.carouselFive .carouselTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 80px;
  height: 5px;
  background-color: var(--color-primary);
}

.carouselFive .slick-prev,
.carouselFive .slick-next {
  z-index: 1;
  width: 60px;
  height: 60px;
  padding: 15px;
  background-color: rgba(46, 183, 160, 0.5);
}

.carouselFive .slick-prev:hover,
.carouselFive .slick-next:hover {
  background-color: var(--color-primary);
}

@media (max-width: 991px) {
  .carouselFive .slick-prev,
.carouselFive .slick-next {
    top: 45%;
    width: 20px;
    height: 36px;
    padding: 5px;
  }
}
.carouselFive .slick-prev svg,
.carouselFive .slick-next svg {
  width: 100%;
  height: 100%;
}

.carouselFive .slick-prev svg path,
.carouselFive .slick-next svg path {
  fill: none;
  stroke: var(--color-white);
}

.carouselFive .slick-prev.slick-disabled,
.carouselFive .slick-next.slick-disabled {
  cursor: not-allowed;
}

.carouselFive .slick-prev.slick-disabled svg path,
.carouselFive .slick-next.slick-disabled svg path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .carouselFive .slick-prev.slick-disabled svg path,
.carouselFive .slick-next.slick-disabled svg path {
    stroke-width: 2px;
  }
}
.carouselFive .slick-prev:before,
.carouselFive .slick-next:before {
  display: none;
}

.carouselFive .slick-prev {
  left: -80px;
}

@media (max-width: 991px) {
  .carouselFive .slick-prev {
    left: 0;
  }
}
.contentAreaFullwidth .carouselFive .slick-prev {
  left: 30px;
}

@media (max-width: 991px) {
  .contentAreaFullwidth .carouselFive .slick-prev {
    left: 20px;
  }
}
.carouselFive .slick-next {
  right: -80px;
}

@media (max-width: 991px) {
  .carouselFive .slick-next {
    right: 0;
  }
}
.contentAreaFullwidth .carouselFive .slick-next {
  right: 30px;
}

@media (max-width: 991px) {
  .contentAreaFullwidth .carouselFive .slick-next {
    right: 20px;
  }
}
.carouselFive .carouselImg {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}

.carouselFive .carouselTitle,
.carouselFive .carouselDescription,
.carouselFive .carouselBtn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: ease-in-out 360ms;
}

.carouselFive .slick-current .carouselImg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 100ms;
}

.carouselFive .slick-current .carouselTitle,
.carouselFive .slick-current .carouselDescription,
.carouselFive .slick-current .carouselBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.carouselFive .slick-current .carouselTitle {
  transition-delay: 300ms;
}

.carouselFive .slick-current .carouselDescription {
  transition-delay: 500ms;
}

.carouselFive .slick-current .carouselBtn {
  transition-delay: 700ms;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Carousel Five - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Categories List One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.categoriesListOne ul {
  overflow: hidden;
  padding: 5px 0;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}

.categoriesListOne ul li {
  padding: 0 25px;
  margin: 0;
}

.categoriesListOne ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 22px;
  color: #495057;
  font-size: 14px;
  font-weight: 700;
}

.categoriesListOne ul li a i {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #6c757d;
  margin-right: 10px;
}

.categoriesListOne ul li a:hover {
  color: #228978;
}

.categoriesListOne ul li + li a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.categoriesListOne ul li:before {
  display: none;
}

.categoriesListOne ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.categoriesListOne ul li:hover:after {
  background-color: var(--color-primary);
}

.categoriesListOne ul li.selected:after {
  background-color: var(--color-primary);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Categories List One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Categories List Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.categoriesListTwo ul li {
  padding: 0;
  margin: 0;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}

.categoriesListTwo ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 22px;
  color: #495057;
  font-size: 14px;
  font-weight: 700;
}

.categoriesListTwo ul li a i {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #6c757d;
  margin-right: 10px;
}

.categoriesListTwo ul li a:hover {
  color: var(--color-primary);
}

.categoriesListTwo ul li a:hover i {
  color: var(--color-primary);
}

.categoriesListTwo ul li:before {
  display: none;
}

.categoriesListTwo ul li:first-of-type {
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
}

.categoriesListTwo ul li.selected a i {
  color: var(--color-primary);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Categories List Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Two Column Fullwidth - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.liveEdBlock .twoColFullwidth {
  padding-top: 34px;
}

.twoColFullwidth.row {
  margin-right: 0;
  margin-left: 0;
}

.twoColFullwidth > .col,
.twoColFullwidth > div[class^=col-],
.twoColFullwidth > div[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 991px) {
  .twoColFullwidth .twoColFirst {
    order: -1;
  }
}
.twoColFullwidth .twoColLeft,
.twoColFullwidth .twoColRight {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0;
}

.twoColFullwidth .twoColContent {
  width: 100%;
  padding-top: 80px;
  padding-bottom: 50px;
}

@media (min-width: 576px) {
  .twoColFullwidth .twoColContent {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .twoColFullwidth .twoColContent {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .twoColFullwidth .twoColContent {
    max-width: 480px;
  }
}
@media (min-width: 1200px) {
  .twoColFullwidth .twoColContent {
    max-width: 570px;
  }
}
.container .twoColFullwidth .twoColContent {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .container .twoColFullwidth .twoColContent {
    padding-left: 60px;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .container .twoColFullwidth .twoColContent {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.twoColFullwidth .twoColLeft .twoColContent {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .twoColFullwidth .twoColLeft .twoColContent {
    margin-right: 0;
    padding-right: 60px;
  }
}
@media (min-width: 1200px) {
  .twoColFullwidth .twoColLeft .twoColContent {
    margin-right: 0;
    padding-right: 80px;
  }
}
.twoColFullwidth .twoColRight .twoColContent {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 992px) {
  .twoColFullwidth .twoColRight .twoColContent {
    margin-left: 0;
    padding-left: 60px;
  }
}
@media (min-width: 1200px) {
  .twoColFullwidth .twoColRight .twoColContent {
    margin-left: 0;
    padding-left: 80px;
  }
}
.twoColFullwidth .twoColImg {
  width: 100%;
  height: 100%;
}

.twoColFullwidth .twoColImg > .mwPageBlock,
.twoColFullwidth .twoColImg > .mwPageBlock > .blockContents {
  width: 100%;
  height: 100%;
}

.twoColFullwidth .stretchImg {
  min-height: 550px;
}

@media (max-width: 991px) {
  .twoColFullwidth .stretchImg {
    min-height: auto;
    padding-bottom: 56%;
  }
}
@media (max-width: 575px) {
  .twoColFullwidth .stretchImg {
    padding-bottom: 75%;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Two Column Fullwidth - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Width - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.liveEdBlock .contentWidth {
  padding-top: 34px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content WidTH - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.contentAreaMedium .contentAreaWrap {
  padding-top: 60px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .contentAreaMedium .contentAreaWrap {
    padding-top: 40px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .contentAreaMedium .contentAreaWrap {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
  }
}
.contentAreaSmall .contentAreaWrap {
  padding-top: 45px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 30px;
}

@media (max-width: 991px) {
  .contentAreaSmall .contentAreaWrap {
    padding-top: 30px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .contentAreaSmall .contentAreaWrap {
    padding-top: 30px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.contentAreaLarge .contentAreaWrap {
  padding-top: 90px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .contentAreaLarge .contentAreaWrap {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contentAreaLarge .contentAreaWrap {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.liveEdBlock .contentAreaFullwidth {
  padding-top: 34px;
}

.contentAreaFullwidth .contentAreaWrap {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  .contentAreaFullwidth .contentAreaWrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .contentAreaFullwidth .contentAreaWrap {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.contentAreaFullwidth .container {
  max-width: none;
  padding: 0;
}

.contentAreaFullwidth .row {
  margin-right: 0;
  margin-left: 0;
}

.contentAreaFullwidth .row > .col,
.contentAreaFullwidth .row > div[class^=col-],
.contentAreaFullwidth .row > div[class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.contentAreaIntro .contentAreaWrap {
  z-index: 1;
  position: relative;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  padding-top: 90px;
  padding-left: 45px;
  padding-right: 45px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .contentAreaIntro .contentAreaWrap {
    padding-top: 60px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .contentAreaIntro .contentAreaWrap {
    padding-top: 60px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.sidebarSide .contentArea .contentAreaWrap {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 1px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Area - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.contentCardOne {
  margin-bottom: 30px;
}

.contentCardOne .contentCardWrap {
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: var(--color-white);
}

.contentCardOne .contentCardHeader {
  padding: 15px 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #e9ecef;
  word-break: break-word;
}

@media (max-width: 575px) {
  .contentCardOne .contentCardHeader {
    padding: 15px;
  }
}
.contentCardOne .contentCardHeader h1, .contentCardOne .contentCardHeader h2, .contentCardOne .contentCardHeader h3, .contentCardOne .contentCardHeader h4, .contentCardOne .contentCardHeader h5, .contentCardOne .contentCardHeader h6, .contentCardOne .contentCardHeader p, .contentCardOne .contentCardHeader ul, .contentCardOne .contentCardHeader ol, .contentCardOne .contentCardHeader dl, .contentCardOne .contentCardHeader table {
  margin-bottom: 0;
}

.contentCardOne .contentCardBody {
  padding: 30px 30px 1px;
  word-break: break-word;
}

@media (max-width: 575px) {
  .contentCardOne .contentCardBody {
    padding: 15px 15px 1px;
  }
}
.contentCardOne .contentCardFooter {
  padding: 15px 30px 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #e9ecef;
}

@media (max-width: 575px) {
  .contentCardOne .contentCardFooter {
    padding: 15px 15px 5px;
  }
}
.contentCardOne .contentCardFooter h1, .contentCardOne .contentCardFooter h2, .contentCardOne .contentCardFooter h3, .contentCardOne .contentCardFooter h4, .contentCardOne .contentCardFooter h5, .contentCardOne .contentCardFooter h6, .contentCardOne .contentCardFooter p, .contentCardOne .contentCardFooter ul, .contentCardOne .contentCardFooter ol, .contentCardOne .contentCardFooter dl, .contentCardOne .contentCardFooter table {
  margin-bottom: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.contentCardTwo {
  margin-bottom: 30px;
}

.contentCardTwo .contentCardWrap {
  overflow: hidden;
  border-radius: 3px;
  padding: 40px 50px 10px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 767px) {
  .contentCardTwo .contentCardWrap {
    padding: 25px 15px 10px;
  }
}
.contentCardTwo .contentCardHeader {
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.contentCardTwo .contentCardHeader h1, .contentCardTwo .contentCardHeader h2, .contentCardTwo .contentCardHeader h3, .contentCardTwo .contentCardHeader h4, .contentCardTwo .contentCardHeader h5, .contentCardTwo .contentCardHeader h6 {
  display: inline-block;
  margin-bottom: -1px;
  padding-bottom: 15px;
  border-bottom: 6px solid var(--color-primary);
}

.contentCardTwo.contentCardSmall .contentCardWrap {
  padding: 25px 30px 10px;
}

@media (max-width: 767px) {
  .contentCardTwo.contentCardSmall .contentCardWrap {
    padding: 25px 15px 10px;
  }
}
.contentCardTwo.contentCardSmall .contentCardBody h1, .contentCardTwo.contentCardSmall .contentCardBody h2, .contentCardTwo.contentCardSmall .contentCardBody h3, .contentCardTwo.contentCardSmall .contentCardBody h4, .contentCardTwo.contentCardSmall .contentCardBody h5, .contentCardTwo.contentCardSmall .contentCardBody h6, .contentCardTwo.contentCardSmall .contentCardBody p, .contentCardTwo.contentCardSmall .contentCardBody ul, .contentCardTwo.contentCardSmall .contentCardBody ol, .contentCardTwo.contentCardSmall .contentCardBody dl, .contentCardTwo.contentCardSmall .contentCardBody table {
  margin-bottom: 15px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Card Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Background - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style._bg-primary,
.content-style ._bg-primary {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.content-style._bg-primary h1, .content-style._bg-primary h2, .content-style._bg-primary h3, .content-style._bg-primary h4, .content-style._bg-primary h5, .content-style._bg-primary h6,
.content-style ._bg-primary h1,
.content-style ._bg-primary h2,
.content-style ._bg-primary h3,
.content-style ._bg-primary h4,
.content-style ._bg-primary h5,
.content-style ._bg-primary h6 {
  color: var(--color-white);
}

.content-style._bg-primary a:not(.small):not(.medium):not(.large),
.content-style ._bg-primary a:not(.small):not(.medium):not(.large) {
  color: var(--color-white);
}

.content-style._bg-primary a:not(.small):not(.medium):not(.large):hover,
.content-style ._bg-primary a:not(.small):not(.medium):not(.large):hover {
  color: #0B2D28;
}

.content-style._bg-primary blockquote,
.content-style ._bg-primary blockquote {
  border-left: 5px solid #175B50;
}

.content-style._bg-primary .sidebarBorder .sidebarSide,
.content-style ._bg-primary .sidebarBorder .sidebarSide {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-primary hr,
.content-style ._bg-primary hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-primary .Spacer .mwSpacer .mwDivider,
.content-style ._bg-primary .Spacer .mwSpacer .mwDivider {
  background-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-primary .mwInput,
.content-style ._bg-primary .mwInput {
  border-color: var(--color-white);
}

.content-style._bg-primary .mwInput.file .subcontrol.upload, .content-style._bg-primary .mwInput.select .subcontrol.dropdown,
.content-style ._bg-primary .mwInput.file .subcontrol.upload,
.content-style ._bg-primary .mwInput.select .subcontrol.dropdown {
  background-color: #228978;
}

.content-style._bg-primary .mwInput.checkbox .icon:before,
.content-style ._bg-primary .mwInput.checkbox .icon:before {
  border-color: var(--color-white);
}

.content-style._bg-primary .mwInput.button,
.content-style ._bg-primary .mwInput.button {
  border-color: #228978;
  background-color: #228978;
}

.content-style._bg-primary .mwInput.button input,
.content-style ._bg-primary .mwInput.button input {
  color: var(--color-white);
}

.content-style._bg-primary .mwInput.button:hover,
.content-style ._bg-primary .mwInput.button:hover {
  border-color: #0B2D28;
  background-color: #0B2D28;
}

.content-style._bg-primary .mwInput .icon,
.content-style ._bg-primary .mwInput .icon {
  color: var(--color-white);
}

.content-style._bg-primary .Menu ul li a,
.content-style ._bg-primary .Menu ul li a {
  color: var(--color-white);
}

.content-style._bg-primary .Menu ul li a:hover,
.content-style ._bg-primary .Menu ul li a:hover {
  color: #0B2D28;
}

.content-style._bg-primary .snsLink a,
.content-style ._bg-primary .snsLink a {
  color: var(--color-white);
}

.content-style._bg-primary .snsLink a:hover,
.content-style ._bg-primary .snsLink a:hover {
  color: #175B50;
}

.content-style._bg-primary .snsLinkCircle a, .content-style._bg-primary .snsLinkCircle button,
.content-style._bg-primary .snsLinkSquare a,
.content-style._bg-primary .snsLinkSquare button,
.content-style ._bg-primary .snsLinkCircle a,
.content-style ._bg-primary .snsLinkCircle button,
.content-style ._bg-primary .snsLinkSquare a,
.content-style ._bg-primary .snsLinkSquare button {
  color: var(--color-white);
  background-color: #228978;
}

.content-style._bg-primary .snsLinkCircle a:hover, .content-style._bg-primary .snsLinkCircle button:hover,
.content-style._bg-primary .snsLinkSquare a:hover,
.content-style._bg-primary .snsLinkSquare button:hover,
.content-style ._bg-primary .snsLinkCircle a:hover,
.content-style ._bg-primary .snsLinkCircle button:hover,
.content-style ._bg-primary .snsLinkSquare a:hover,
.content-style ._bg-primary .snsLinkSquare button:hover {
  color: var(--color-white);
  background-color: #175B50;
}

.content-style._bg-secondary,
.content-style ._bg-secondary {
  color: var(--color-white);
  background-color: #FA9171;
}

.content-style._bg-secondary h1, .content-style._bg-secondary h2, .content-style._bg-secondary h3, .content-style._bg-secondary h4, .content-style._bg-secondary h5, .content-style._bg-secondary h6,
.content-style ._bg-secondary h1,
.content-style ._bg-secondary h2,
.content-style ._bg-secondary h3,
.content-style ._bg-secondary h4,
.content-style ._bg-secondary h5,
.content-style ._bg-secondary h6 {
  color: var(--color-white);
}

.content-style._bg-secondary a:not(.small):not(.medium):not(.large),
.content-style ._bg-secondary a:not(.small):not(.medium):not(.large) {
  color: var(--color-white);
}

.content-style._bg-secondary a:not(.small):not(.medium):not(.large):hover,
.content-style ._bg-secondary a:not(.small):not(.medium):not(.large):hover {
  color: #3E241C;
}

.content-style._bg-secondary blockquote,
.content-style ._bg-secondary blockquote {
  border-left: 5px solid #7D4838;
}

.content-style._bg-secondary .sidebarBorder .sidebarSide,
.content-style ._bg-secondary .sidebarBorder .sidebarSide {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-secondary hr,
.content-style ._bg-secondary hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-secondary .Spacer .mwSpacer .mwDivider,
.content-style ._bg-secondary .Spacer .mwSpacer .mwDivider {
  background-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-secondary .mwInput,
.content-style ._bg-secondary .mwInput {
  border-color: var(--color-white);
}

.content-style._bg-secondary .mwInput.file .subcontrol.upload, .content-style._bg-secondary .mwInput.select .subcontrol.dropdown,
.content-style ._bg-secondary .mwInput.file .subcontrol.upload,
.content-style ._bg-secondary .mwInput.select .subcontrol.dropdown {
  background-color: #BB6C54;
}

.content-style._bg-secondary .mwInput.checkbox .icon:before,
.content-style ._bg-secondary .mwInput.checkbox .icon:before {
  border-color: var(--color-white);
}

.content-style._bg-secondary .mwInput.button,
.content-style ._bg-secondary .mwInput.button {
  border-color: #BB6C54;
  background-color: #BB6C54;
}

.content-style._bg-secondary .mwInput.button input,
.content-style ._bg-secondary .mwInput.button input {
  color: var(--color-white);
}

.content-style._bg-secondary .mwInput.button:hover,
.content-style ._bg-secondary .mwInput.button:hover {
  border-color: #3E241C;
  background-color: #3E241C;
}

.content-style._bg-secondary .mwInput .icon,
.content-style ._bg-secondary .mwInput .icon {
  color: var(--color-white);
}

.content-style._bg-secondary .Menu ul li a,
.content-style ._bg-secondary .Menu ul li a {
  color: var(--color-white);
}

.content-style._bg-secondary .Menu ul li a:hover,
.content-style ._bg-secondary .Menu ul li a:hover {
  color: #3E241C;
}

.content-style._bg-secondary .snsLink a,
.content-style ._bg-secondary .snsLink a {
  color: var(--color-white);
}

.content-style._bg-secondary .snsLink a:hover,
.content-style ._bg-secondary .snsLink a:hover {
  color: #3E241C;
}

.content-style._bg-secondary .snsLinkCircle a, .content-style._bg-secondary .snsLinkCircle button,
.content-style._bg-secondary .snsLinkSquare a,
.content-style._bg-secondary .snsLinkSquare button,
.content-style ._bg-secondary .snsLinkCircle a,
.content-style ._bg-secondary .snsLinkCircle button,
.content-style ._bg-secondary .snsLinkSquare a,
.content-style ._bg-secondary .snsLinkSquare button {
  color: var(--color-white);
  background-color: #BB6C54;
}

.content-style._bg-secondary .snsLinkCircle a:hover, .content-style._bg-secondary .snsLinkCircle button:hover,
.content-style._bg-secondary .snsLinkSquare a:hover,
.content-style._bg-secondary .snsLinkSquare button:hover,
.content-style ._bg-secondary .snsLinkCircle a:hover,
.content-style ._bg-secondary .snsLinkCircle button:hover,
.content-style ._bg-secondary .snsLinkSquare a:hover,
.content-style ._bg-secondary .snsLinkSquare button:hover {
  color: var(--color-white);
  background-color: #7D4838;
}

.content-style._bg-white,
.content-style ._bg-white {
  background-color: var(--color-white);
}

.content-style._bg-black,
.content-style ._bg-black {
  color: var(--color-white);
  background-color: #000000;
}

.content-style._bg-black h1, .content-style._bg-black h2, .content-style._bg-black h3, .content-style._bg-black h4, .content-style._bg-black h5, .content-style._bg-black h6,
.content-style ._bg-black h1,
.content-style ._bg-black h2,
.content-style ._bg-black h3,
.content-style ._bg-black h4,
.content-style ._bg-black h5,
.content-style ._bg-black h6 {
  color: var(--color-white);
}

.content-style._bg-black a:not(.small):not(.medium):not(.large),
.content-style ._bg-black a:not(.small):not(.medium):not(.large) {
  color: var(--color-white);
}

.content-style._bg-black a:not(.small):not(.medium):not(.large):hover,
.content-style ._bg-black a:not(.small):not(.medium):not(.large):hover {
  color: var(--color-primary);
}

.content-style._bg-black blockquote,
.content-style ._bg-black blockquote {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-black table:not(.Dialog) th, .content-style._bg-black table:not(.Dialog) td,
.content-style ._bg-black table:not(.Dialog) th,
.content-style ._bg-black table:not(.Dialog) td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.content-style._bg-black table:not(.Dialog) tbody tr:nth-of-type(odd),
.content-style ._bg-black table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-black .sidebarBorder .sidebarSide,
.content-style ._bg-black .sidebarBorder .sidebarSide {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-black hr,
.content-style ._bg-black hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-black .Spacer .mwSpacer .mwDivider,
.content-style ._bg-black .Spacer .mwSpacer .mwDivider {
  background-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-black .mwInput,
.content-style ._bg-black .mwInput {
  border-color: var(--color-white);
}

.content-style._bg-black .mwInput.file .subcontrol.upload, .content-style._bg-black .mwInput.select .subcontrol.dropdown,
.content-style ._bg-black .mwInput.file .subcontrol.upload,
.content-style ._bg-black .mwInput.select .subcontrol.dropdown {
  background-color: var(--color-primary);
}

.content-style._bg-black .mwInput.checkbox .icon:before,
.content-style ._bg-black .mwInput.checkbox .icon:before {
  border-color: var(--color-white);
}

.content-style._bg-black .mwInput.button,
.content-style ._bg-black .mwInput.button {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-black .mwInput.button input,
.content-style ._bg-black .mwInput.button input {
  color: var(--color-white);
}

.content-style._bg-black .mwInput.button:hover,
.content-style ._bg-black .mwInput.button:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-black .mwInput .icon,
.content-style ._bg-black .mwInput .icon {
  color: var(--color-white);
}

.content-style._bg-black .Menu ul li a,
.content-style ._bg-black .Menu ul li a {
  color: var(--color-white);
}

.content-style._bg-black .Menu ul li a:hover,
.content-style ._bg-black .Menu ul li a:hover {
  color: var(--color-primary);
}

.content-style._bg-gray,
.content-style ._bg-gray {
  color: var(--color-white);
  background-color: #6c757d;
}

.content-style._bg-gray h1, .content-style._bg-gray h2, .content-style._bg-gray h3, .content-style._bg-gray h4, .content-style._bg-gray h5, .content-style._bg-gray h6,
.content-style ._bg-gray h1,
.content-style ._bg-gray h2,
.content-style ._bg-gray h3,
.content-style ._bg-gray h4,
.content-style ._bg-gray h5,
.content-style ._bg-gray h6 {
  color: var(--color-white);
}

.content-style._bg-gray a:not(.small):not(.medium):not(.large),
.content-style ._bg-gray a:not(.small):not(.medium):not(.large) {
  color: var(--color-white);
}

.content-style._bg-gray a:not(.small):not(.medium):not(.large):hover,
.content-style ._bg-gray a:not(.small):not(.medium):not(.large):hover {
  color: var(--color-primary);
}

.content-style._bg-gray blockquote,
.content-style ._bg-gray blockquote {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray table:not(.Dialog) th, .content-style._bg-gray table:not(.Dialog) td,
.content-style ._bg-gray table:not(.Dialog) th,
.content-style ._bg-gray table:not(.Dialog) td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray table:not(.Dialog) tbody tr:nth-of-type(odd),
.content-style ._bg-gray table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray .sidebarBorder .sidebarSide,
.content-style ._bg-gray .sidebarBorder .sidebarSide {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray hr,
.content-style ._bg-gray hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray .Spacer .mwSpacer .mwDivider,
.content-style ._bg-gray .Spacer .mwSpacer .mwDivider {
  background-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray .mwInput,
.content-style ._bg-gray .mwInput {
  border-color: var(--color-white);
}

.content-style._bg-gray .mwInput.file .subcontrol.upload, .content-style._bg-gray .mwInput.select .subcontrol.dropdown,
.content-style ._bg-gray .mwInput.file .subcontrol.upload,
.content-style ._bg-gray .mwInput.select .subcontrol.dropdown {
  background-color: var(--color-primary);
}

.content-style._bg-gray .mwInput.checkbox .icon:before,
.content-style ._bg-gray .mwInput.checkbox .icon:before {
  border-color: var(--color-white);
}

.content-style._bg-gray .mwInput.button,
.content-style ._bg-gray .mwInput.button {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray .mwInput.button input,
.content-style ._bg-gray .mwInput.button input {
  color: var(--color-white);
}

.content-style._bg-gray .mwInput.button:hover,
.content-style ._bg-gray .mwInput.button:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray .mwInput .icon,
.content-style ._bg-gray .mwInput .icon {
  color: var(--color-white);
}

.content-style._bg-gray .Menu ul li a,
.content-style ._bg-gray .Menu ul li a {
  color: var(--color-white);
}

.content-style._bg-gray .Menu ul li a:hover,
.content-style ._bg-gray .Menu ul li a:hover {
  color: var(--color-primary);
}

.content-style._bg-gray-light,
.content-style ._bg-gray-light {
  background-color: #adb5bd;
}

.content-style._bg-gray-light,
.content-style ._bg-gray-light {
  background-color: #adb5bd;
}

.content-style._bg-gray-lighter,
.content-style ._bg-gray-lighter {
  background-color: #ced4da;
}

.content-style._bg-gray-lightest,
.content-style ._bg-gray-lightest {
  background-color: #e9ecef;
}

.content-style._bg-gray-dark,
.content-style ._bg-gray-dark {
  color: var(--color-white);
  background-color: #495057;
}

.content-style._bg-gray-dark h1, .content-style._bg-gray-dark h2, .content-style._bg-gray-dark h3, .content-style._bg-gray-dark h4, .content-style._bg-gray-dark h5, .content-style._bg-gray-dark h6,
.content-style ._bg-gray-dark h1,
.content-style ._bg-gray-dark h2,
.content-style ._bg-gray-dark h3,
.content-style ._bg-gray-dark h4,
.content-style ._bg-gray-dark h5,
.content-style ._bg-gray-dark h6 {
  color: var(--color-white);
}

.content-style._bg-gray-dark a:not(.small):not(.medium):not(.large),
.content-style ._bg-gray-dark a:not(.small):not(.medium):not(.large) {
  color: var(--color-white);
}

.content-style._bg-gray-dark a:not(.small):not(.medium):not(.large):hover,
.content-style ._bg-gray-dark a:not(.small):not(.medium):not(.large):hover {
  color: var(--color-primary);
}

.content-style._bg-gray-dark blockquote,
.content-style ._bg-gray-dark blockquote {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray-dark table:not(.Dialog) th, .content-style._bg-gray-dark table:not(.Dialog) td,
.content-style ._bg-gray-dark table:not(.Dialog) th,
.content-style ._bg-gray-dark table:not(.Dialog) td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-dark table:not(.Dialog) tbody tr:nth-of-type(odd),
.content-style ._bg-gray-dark table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray-dark .sidebarBorder .sidebarSide,
.content-style ._bg-gray-dark .sidebarBorder .sidebarSide {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-dark hr,
.content-style ._bg-gray-dark hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-dark .Spacer .mwSpacer .mwDivider,
.content-style ._bg-gray-dark .Spacer .mwSpacer .mwDivider {
  background-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-dark .mwInput,
.content-style ._bg-gray-dark .mwInput {
  border-color: var(--color-white);
}

.content-style._bg-gray-dark .mwInput.file .subcontrol.upload, .content-style._bg-gray-dark .mwInput.select .subcontrol.dropdown,
.content-style ._bg-gray-dark .mwInput.file .subcontrol.upload,
.content-style ._bg-gray-dark .mwInput.select .subcontrol.dropdown {
  background-color: var(--color-primary);
}

.content-style._bg-gray-dark .mwInput.checkbox .icon:before,
.content-style ._bg-gray-dark .mwInput.checkbox .icon:before {
  border-color: var(--color-white);
}

.content-style._bg-gray-dark .mwInput.button,
.content-style ._bg-gray-dark .mwInput.button {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray-dark .mwInput.button input,
.content-style ._bg-gray-dark .mwInput.button input {
  color: var(--color-white);
}

.content-style._bg-gray-dark .mwInput.button:hover,
.content-style ._bg-gray-dark .mwInput.button:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray-dark .mwInput .icon,
.content-style ._bg-gray-dark .mwInput .icon {
  color: var(--color-white);
}

.content-style._bg-gray-dark .Menu ul li a,
.content-style ._bg-gray-dark .Menu ul li a {
  color: var(--color-white);
}

.content-style._bg-gray-dark .Menu ul li a:hover,
.content-style ._bg-gray-dark .Menu ul li a:hover {
  color: var(--color-primary);
}

.content-style._bg-gray-darker,
.content-style ._bg-gray-darker {
  color: var(--color-white);
  background-color: #343a40;
}

.content-style._bg-gray-darker h1, .content-style._bg-gray-darker h2, .content-style._bg-gray-darker h3, .content-style._bg-gray-darker h4, .content-style._bg-gray-darker h5, .content-style._bg-gray-darker h6,
.content-style ._bg-gray-darker h1,
.content-style ._bg-gray-darker h2,
.content-style ._bg-gray-darker h3,
.content-style ._bg-gray-darker h4,
.content-style ._bg-gray-darker h5,
.content-style ._bg-gray-darker h6 {
  color: var(--color-white);
}

.content-style._bg-gray-darker a:not(.small):not(.medium):not(.large),
.content-style ._bg-gray-darker a:not(.small):not(.medium):not(.large) {
  color: var(--color-white);
}

.content-style._bg-gray-darker a:not(.small):not(.medium):not(.large):hover,
.content-style ._bg-gray-darker a:not(.small):not(.medium):not(.large):hover {
  color: var(--color-primary);
}

.content-style._bg-gray-darker blockquote,
.content-style ._bg-gray-darker blockquote {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray-darker table:not(.Dialog) th, .content-style._bg-gray-darker table:not(.Dialog) td,
.content-style ._bg-gray-darker table:not(.Dialog) th,
.content-style ._bg-gray-darker table:not(.Dialog) td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darker table:not(.Dialog) tbody tr:nth-of-type(odd),
.content-style ._bg-gray-darker table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray-darker .sidebarBorder .sidebarSide,
.content-style ._bg-gray-darker .sidebarBorder .sidebarSide {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darker hr,
.content-style ._bg-gray-darker hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darker .Spacer .mwSpacer .mwDivider,
.content-style ._bg-gray-darker .Spacer .mwSpacer .mwDivider {
  background-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darker .mwInput,
.content-style ._bg-gray-darker .mwInput {
  border-color: var(--color-white);
}

.content-style._bg-gray-darker .mwInput.file .subcontrol.upload, .content-style._bg-gray-darker .mwInput.select .subcontrol.dropdown,
.content-style ._bg-gray-darker .mwInput.file .subcontrol.upload,
.content-style ._bg-gray-darker .mwInput.select .subcontrol.dropdown {
  background-color: var(--color-primary);
}

.content-style._bg-gray-darker .mwInput.checkbox .icon:before,
.content-style ._bg-gray-darker .mwInput.checkbox .icon:before {
  border-color: var(--color-white);
}

.content-style._bg-gray-darker .mwInput.button,
.content-style ._bg-gray-darker .mwInput.button {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray-darker .mwInput.button input,
.content-style ._bg-gray-darker .mwInput.button input {
  color: var(--color-white);
}

.content-style._bg-gray-darker .mwInput.button:hover,
.content-style ._bg-gray-darker .mwInput.button:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray-darker .mwInput .icon,
.content-style ._bg-gray-darker .mwInput .icon {
  color: var(--color-white);
}

.content-style._bg-gray-darker .Menu ul li a,
.content-style ._bg-gray-darker .Menu ul li a {
  color: var(--color-white);
}

.content-style._bg-gray-darker .Menu ul li a:hover,
.content-style ._bg-gray-darker .Menu ul li a:hover {
  color: var(--color-primary);
}

.content-style._bg-gray-darkest,
.content-style ._bg-gray-darkest {
  color: var(--color-white);
  background-color: #212529;
}

.content-style._bg-gray-darkest h1, .content-style._bg-gray-darkest h2, .content-style._bg-gray-darkest h3, .content-style._bg-gray-darkest h4, .content-style._bg-gray-darkest h5, .content-style._bg-gray-darkest h6,
.content-style ._bg-gray-darkest h1,
.content-style ._bg-gray-darkest h2,
.content-style ._bg-gray-darkest h3,
.content-style ._bg-gray-darkest h4,
.content-style ._bg-gray-darkest h5,
.content-style ._bg-gray-darkest h6 {
  color: var(--color-white);
}

.content-style._bg-gray-darkest a:not(.small):not(.medium):not(.large),
.content-style ._bg-gray-darkest a:not(.small):not(.medium):not(.large) {
  color: var(--color-white);
}

.content-style._bg-gray-darkest a:not(.small):not(.medium):not(.large):hover,
.content-style ._bg-gray-darkest a:not(.small):not(.medium):not(.large):hover {
  color: var(--color-primary);
}

.content-style._bg-gray-darkest blockquote,
.content-style ._bg-gray-darkest blockquote {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray-darkest table:not(.Dialog) th, .content-style._bg-gray-darkest table:not(.Dialog) td,
.content-style ._bg-gray-darkest table:not(.Dialog) th,
.content-style ._bg-gray-darkest table:not(.Dialog) td {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darkest table:not(.Dialog) tbody tr:nth-of-type(odd),
.content-style ._bg-gray-darkest table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.3);
}

.content-style._bg-gray-darkest .sidebarBorder .sidebarSide,
.content-style ._bg-gray-darkest .sidebarBorder .sidebarSide {
  border-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darkest hr,
.content-style ._bg-gray-darkest hr {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darkest .Spacer .mwSpacer .mwDivider,
.content-style ._bg-gray-darkest .Spacer .mwSpacer .mwDivider {
  background-color: rgba(255, 255, 255, 0.5);
}

.content-style._bg-gray-darkest .mwInput,
.content-style ._bg-gray-darkest .mwInput {
  border-color: var(--color-white);
}

.content-style._bg-gray-darkest .mwInput.file .subcontrol.upload, .content-style._bg-gray-darkest .mwInput.select .subcontrol.dropdown,
.content-style ._bg-gray-darkest .mwInput.file .subcontrol.upload,
.content-style ._bg-gray-darkest .mwInput.select .subcontrol.dropdown {
  background-color: var(--color-primary);
}

.content-style._bg-gray-darkest .mwInput.checkbox .icon:before,
.content-style ._bg-gray-darkest .mwInput.checkbox .icon:before {
  border-color: var(--color-white);
}

.content-style._bg-gray-darkest .mwInput.button,
.content-style ._bg-gray-darkest .mwInput.button {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray-darkest .mwInput.button input,
.content-style ._bg-gray-darkest .mwInput.button input {
  color: var(--color-white);
}

.content-style._bg-gray-darkest .mwInput.button:hover,
.content-style ._bg-gray-darkest .mwInput.button:hover {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.content-style._bg-gray-darkest .mwInput .icon,
.content-style ._bg-gray-darkest .mwInput .icon {
  color: var(--color-white);
}

.content-style._bg-gray-darkest .Menu ul li a,
.content-style ._bg-gray-darkest .Menu ul li a {
  color: var(--color-white);
}

.content-style._bg-gray-darkest .Menu ul li a:hover,
.content-style ._bg-gray-darkest .Menu ul li a:hover {
  color: var(--color-primary);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Background - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style blockquote {
  position: relative;
  padding: 100px 30px 30px 40px;
  margin: 0 0 30px;
  border-left: 3px solid var(--color-primary);
  background-color: rgba(0, 0, 0, 0.1);
}

.content-style blockquote:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 35px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-size: 40%;
  background-color: var(--color-primary);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../images/static/svg/icon-quote-left-2.svg");
}

.content-style blockquote p {
  margin-bottom: 15px;
  font-size: 18px;
}

.content-style blockquote p:last-child {
  margin-bottom: 0;
}

.content-style blockquote footer {
  margin-top: 30px;
  color: var(--color-primary);
  font-size: 12px;
}

.content-style blockquote footer:before {
  content: "— ";
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Blockquote - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Form - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style .Dialog {
  width: 100%;
  table-layout: fixed;
}

.content-style .Dialog ::-webkit-input-placeholder {
  opacity: 1;
  color: #6c757d;
}

.content-style .Dialog ::-moz-placeholder {
  opacity: 1;
  color: #6c757d;
}

.content-style .Dialog :-ms-input-placeholder {
  opacity: 1;
  color: #6c757d;
}

.content-style .Dialog ::-ms-input-placeholder {
  opacity: 1;
  color: #6c757d;
}

.content-style .Dialog ::placeholder {
  opacity: 1;
  color: #6c757d;
}

.content-style .Dialog hr {
  margin: 35px 0;
  border-color: rgba(0, 0, 0, 0.2);
}

.content-style .Dialog label {
  display: block;
  padding-bottom: 8px;
}

.content-style .Dialog .asterisk {
  color: #dc3545;
}

.content-style .Dialog th, .content-style .Dialog td {
  padding: 8px 0;
}

.content-style .Dialog th + td {
  padding-left: 15px;
}

@media (max-width: 575px) {
  .content-style .Dialog.wide th + td {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .content-style .Dialog.wide th, .content-style .Dialog.wide td {
    display: block;
  }
}
.content-style .mwInput {
  height: auto;
  padding: 0;
  margin: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: var(--color-white);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(67, 207, 214, 0);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.content-style .mwInput input,
.content-style .mwInput button,
.content-style .mwInput select,
.content-style .mwInput optgroup,
.content-style .mwInput textarea {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  border: none;
  background-color: transparent;
}

.content-style .mwInput input,
.content-style .mwInput select,
.content-style .mwInput button,
.content-style .mwInput textarea,
.content-style .mwInput optgroup, .content-style .mwInput.button input {
  height: 100%;
}

.content-style .mwInput.text, .content-style .mwInput.button, .content-style .mwInput.file, .content-style .mwInput.select {
  height: 38px;
}

.content-style .mwInput > div {
  height: auto;
}

.content-style .mwInput.text input {
  line-height: 30px;
}

.content-style .mwInput.file .num, .content-style .mwInput.file .upload, .content-style .mwInput.file .fileName, .content-style .mwInput.select .value, .content-style .mwInput.select .subcontrol {
  line-height: 38px;
}

.content-style .mwInput.text input {
  width: 100%;
  padding: 0 15px;
}

.content-style .mwInput.select {
  overflow: visible;
}

.content-style .mwInput.select select {
  width: 100%;
}

.content-style .mwInput.select .subcontrol.dropdown {
  top: -1px;
  right: -1px;
  border: 0;
  color: var(--color-white);
  width: 39px;
  border-radius: 0 4px 4px 0;
  background-color: var(--color-primary);
}

.content-style .mwInput.select .subcontrol.dropdown:before {
  display: none;
}

.content-style .mwInput.select .subcontrol.dropdown:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.content-style .mwInput.select .value {
  padding: 0 15px;
  min-width: auto !important;
}

.content-style .mwInput.multiple select {
  padding: 7.5px;
}

.content-style .mwInput.multiple select option {
  padding: 5px 7.5px 5px;
}

.content-style .mwInput.multiple select option:first-of-type {
  border-radius: 2px 2px 0 0;
}

.content-style .mwInput.multiple select option:last-of-type {
  border-radius: 0 0 2px 2px;
}

.content-style .mwInput.checkbox {
  display: block;
  width: auto;
  border: none;
  background: none;
  box-shadow: none;
}

.content-style .mwInput.checkbox:before {
  display: none;
}

.content-style .mwInput.checkbox .icon {
  display: inline-block;
  padding: 0;
  height: auto;
  white-space: normal;
  vertical-align: middle;
  line-height: 1.5;
}

.content-style .mwInput.checkbox .icon:before {
  content: "";
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px 0 0 !important;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 26px;
  height: 26px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-image: none;
  background-color: var(--color-white);
}

.content-style .mwInput.checkbox.checked .icon {
  font-weight: 700;
}

.content-style .mwInput.checkbox.checked .icon:before {
  border-color: #6c757d;
  background-color: #6c757d;
  background-image: url(../images/static/svg/icon-checkmark-1-white.svg);
  box-shadow: none;
}

.content-style .mwRadios::after {
  display: block;
  clear: both;
  content: "";
}

.content-style .mwRadios .mwInput.checkbox .icon:before {
  border-radius: 50%;
  background-size: 10px;
}

.content-style .mwRadios .mwInput.checkbox.checked .icon:before {
  background-image: url(../images/static/svg/icon-circle-1-white.svg);
}

.content-style .mwRadios .mwInput.checkbox + .mwInput.checkbox {
  margin-top: 8px;
}

.content-style .mwInput.textarea textarea {
  display: block;
  min-height: 100px;
  padding: 15px;
  resize: vertical;
}

.content-style .mwInput.file {
  padding: 0;
  overflow: visible;
}

.content-style .mwInput.file .fill {
  background-color: #62C9B7;
}

.content-style .mwInput.file .fileName {
  position: relative;
  padding: 0 15px;
}

.content-style .mwInput.file .num {
  right: 38px;
  padding: 0 15px;
  color: var(--color-white);
}

.content-style .mwInput.file .upload {
  top: -1px;
  right: -1px;
  border: 0;
  color: var(--color-white);
  width: 39px;
  border-radius: 0 4px 4px 0;
  background-color: var(--color-primary);
}

.content-style .mwInput.file .upload > div {
  display: none;
}

.content-style .mwInput.file .upload:before {
  display: none;
}

.content-style .mwInput.file .upload:after {
  content: "\f093";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.content-style .mwInput.button {
  display: table;
  border-width: 1px;
  border-style: solid;
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  box-shadow: none;
}

.content-style .mwInput.button input {
  padding: 0 35px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.content-style .mwInput.button:hover {
  border-color: #175B50;
  background-color: #175B50;
}

.content-style .mwInput.button:hover input {
  color: var(--color-white);
}

.content-style .mwCaptcha {
  display: block;
  padding: 20px 20px 15px;
  margin: 0;
  text-align: center;
  background-color: #f5f5f5;
  background-image: url("../images/static/pattern/pattern-2.png");
  background-repeat: repeat;
}

@media (max-width: 575px) {
  .content-style .mwCaptcha {
    padding: 20px 0 15px;
  }
}
@media (max-width: 359px) {
  .content-style .mwCaptcha {
    overflow: hidden;
    width: 290px;
    padding: 0;
    text-align: left;
    background-color: transparent;
    background-image: none;
  }
}
.content-style .mwCaptcha script {
  display: inline;
}

@media (max-width: 359px) {
  .content-style .mwCaptcha .g-recaptcha {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }
}
.content-style .captchaLeft .mwCaptcha {
  padding: 0;
  text-align: left;
  background: none;
}

.content-style .Dialog.twoCol {
  width: calc(50% - 15px);
}

@media (max-width: 991px) {
  .content-style .Dialog.twoCol {
    width: 100%;
  }
}
.content-style .Dialog.twoCol:nth-of-type(odd), .content-style .Dialog.twoCol:nth-of-type(even) {
  margin-right: 15px;
}

@media (max-width: 991px) {
  .content-style .Dialog.twoCol:nth-of-type(odd), .content-style .Dialog.twoCol:nth-of-type(even) {
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
}
.content-style .Dialog.twoCol:nth-of-type(odd) {
  float: left;
}

.content-style .Dialog.twoCol:nth-of-type(even) {
  float: right;
}

.content-style .inputGroup {
  display: flex;
  align-items: stretch;
}

.content-style .inputGroup label {
  flex: 0 0 auto;
  padding: 0 15px;
  min-width: 100px;
  height: 40px;
  line-height: 38px;
  font-weight: 700;
  color: var(--color-white);
  text-align: center;
  border-top: 1px solid var(--color-primary);
  border-left: 1px solid var(--color-primary);
  border-bottom: 1px solid var(--color-primary);
  border-radius: 4px 0 0 4px;
  background-color: var(--color-primary);
}

.content-style .inputGroup label + .mwInput.text {
  border-left-width: 0;
  border-right-width: 1px;
  border-radius: 0 4px 4px 0;
}

.content-style .inputGroup .mwInput.text {
  z-index: 1;
  flex: 1 1 auto;
  border-right-width: 0;
  border-radius: 4px 0 0 4px;
}

.content-style .inputGroup .mwInput.button {
  flex: 0 0 auto;
  border-radius: 0 4px 4px 0;
}

.content-style .inputGroup .mwInput.button input {
  padding: 0 15px;
}

.content-style .nestedForm:not(tbody) {
  padding: 30px 30px 35px;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .content-style .nestedForm:not(tbody) {
    padding: 20px 15px 25px;
  }
}
.content-style .nestedForm:not(tbody) table {
  margin-bottom: 0;
}

.content-style tbody.nestedForm {
  border: 30px solid transparent;
  background-color: rgba(0, 0, 0, 0.1);
}

.content-style [data-toggle-form-hidden] {
  display: none;
}

.content-style [data-toggle-form-hidden-reverse] {
  display: block;
}

.content-style .mwFormStatus {
  margin-bottom: 50px;
}

.content-style .mwFormStatus:empty {
  margin-bottom: 0;
}

.content-style .mwFormStatus > .status {
  font-size: 12px;
  padding: 5px 20px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.content-style .mwFormStatus > .status:first-of-type {
  padding-top: 15px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 6px 6px 0 0;
}

.content-style .mwFormStatus > .status:last-of-type {
  padding-bottom: 15px;
  border-radius: 0 0 6px 6px;
}

.content-style .mwFormStatus > .status:not(:first-of-type) {
  font-weight: 400;
}

.content-style .mwFormStatus > .status:not(:first-of-type):before {
  content: "\f06a";
  margin-right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.content-style .mwFormStatus > .status.error {
  color: var(--color-white);
  background-color: #dc3545;
}

.content-style .mwFormStatus > .status.error .status {
  color: var(--color-white);
}

.content-style .Dialog .alert {
  margin: 8px 0;
}

.content-style .mwInput.Disabled, .content-style .mwInput.Disabled * {
  cursor: not-allowed;
}

.content-style .mwInput [disabled],
.content-style .mwInput input[disabled],
.content-style .mwInput textarea[readonly] {
  cursor: not-allowed;
}

.content-style .mwInput [readonly],
.content-style .mwInput input[readonly],
.content-style .mwInput textarea[readonly] {
  cursor: not-allowed;
}

.content-style .mwInput.hover:not(.button) {
  background-color: var(--color-white);
}

.content-style .mwInput.hover.checkbox {
  background-color: transparent;
}

.content-style .mwInput.focus:not(.button) {
  background-color: var(--color-white);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(67, 207, 214, 0.25);
}

.content-style .mwInput.focus.checkbox {
  background-color: transparent;
  box-shadow: none;
}

.content-style .mwInput.focus.checkbox .icon:before {
  box-shadow: 0 0 0 3px rgba(67, 207, 214, 0.25);
}

.content-style .mwInput.error {
  border-color: #dc3545;
}

.content-style .mwInput.error.checkbox .icon:before {
  border-color: #dc3545;
}

.content-style .mwInput.error.focus {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.08), 0 0 0 3px rgba(220, 53, 69, 0.25);
}

.content-style .mwInput.error.focus.checkbox {
  box-shadow: none;
}

.content-style .mwInput.error.focus.checkbox .icon:before {
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Image - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style img.fullWidth {
  width: 100%;
  max-width: none;
  height: auto;
}

.content-style p img {
  max-width: 100%;
  height: auto;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Image - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - List - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style ul, .content-style ol, .content-style dl {
  list-style: none;
  counter-reset: item;
  padding-left: 0;
  margin: 0 0 30px;
}

.content-style ul li, .content-style ul dt, .content-style ol li, .content-style ol dt, .content-style dl li, .content-style dl dt {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
}

.content-style ul li:before, .content-style ul dt:before, .content-style ol li:before, .content-style ol dt:before, .content-style dl li:before, .content-style dl dt:before {
  position: absolute;
  left: 0;
  margin-right: 10px;
  color: inherit;
}

.content-style ul li:last-child, .content-style ul dt:last-child, .content-style ol li:last-child, .content-style ol dt:last-child, .content-style dl li:last-child, .content-style dl dt:last-child {
  margin-bottom: 0;
}

.content-style ul li:before, .content-style ul dt:before, .content-style dl li:before, .content-style dl dt:before {
  content: "●";
}

.content-style ol li:before {
  content: counter(item) ".";
  counter-increment: item;
}

.content-style ul li ul, .content-style ul li ol, .content-style ul li dl, .content-style ul dt ul, .content-style ul dt ol, .content-style ul dt dl, .content-style ol li ul, .content-style ol li ol, .content-style ol li dl, .content-style ol dt ul, .content-style ol dt ol, .content-style ol dt dl, .content-style dl li ul, .content-style dl li ol, .content-style dl li dl, .content-style dl dt ul, .content-style dl dt ol, .content-style dl dt dl {
  margin-top: 15px;
  margin-bottom: 10px;
}

.content-style ul li ul li, .content-style ul li ul dt, .content-style ul li dl li, .content-style ul li dl dt, .content-style ul dt ul li, .content-style ul dt ul dt, .content-style ul dt dl li, .content-style ul dt dl dt, .content-style ol li ul li, .content-style ol li ul dt, .content-style ol li dl li, .content-style ol li dl dt, .content-style ol dt ul li, .content-style ol dt ul dt, .content-style ol dt dl li, .content-style ol dt dl dt, .content-style dl li ul li, .content-style dl li ul dt, .content-style dl li dl li, .content-style dl li dl dt, .content-style dl dt ul li, .content-style dl dt ul dt, .content-style dl dt dl li, .content-style dl dt dl dt {
  margin-bottom: 10px;
}

.content-style ul li ul li:before, .content-style ul li ul dt:before, .content-style ul li dl li:before, .content-style ul li dl dt:before, .content-style ul dt ul li:before, .content-style ul dt ul dt:before, .content-style ul dt dl li:before, .content-style ul dt dl dt:before, .content-style ol li ul li:before, .content-style ol li ul dt:before, .content-style ol li dl li:before, .content-style ol li dl dt:before, .content-style ol dt ul li:before, .content-style ol dt ul dt:before, .content-style ol dt dl li:before, .content-style ol dt dl dt:before, .content-style dl li ul li:before, .content-style dl li ul dt:before, .content-style dl li dl li:before, .content-style dl li dl dt:before, .content-style dl dt ul li:before, .content-style dl dt ul dt:before, .content-style dl dt dl li:before, .content-style dl dt dl dt:before {
  content: "○";
}

.content-style ul._list-unstyled li, .content-style ol._list-unstyled li, .content-style dl._list-unstyled li {
  padding-left: 0;
}

.content-style ul._list-unstyled li:before, .content-style ol._list-unstyled li:before, .content-style dl._list-unstyled li:before {
  display: none;
}

.content-style ul._list-unstyled li ul, .content-style ul._list-unstyled li ol, .content-style ul._list-unstyled li dl, .content-style ol._list-unstyled li ul, .content-style ol._list-unstyled li ol, .content-style ol._list-unstyled li dl, .content-style dl._list-unstyled li ul, .content-style dl._list-unstyled li ol, .content-style dl._list-unstyled li dl {
  margin-top: 15px;
  margin-bottom: 10px;
}

.content-style ul._list-unstyled li ul li, .content-style ul._list-unstyled li ol li, .content-style ul._list-unstyled li dl li, .content-style ol._list-unstyled li ul li, .content-style ol._list-unstyled li ol li, .content-style ol._list-unstyled li dl li, .content-style dl._list-unstyled li ul li, .content-style dl._list-unstyled li ol li, .content-style dl._list-unstyled li dl li {
  padding-left: 20px;
}

.content-style ul._list-inline, .content-style ol._list-inline, .content-style dl._list-inline {
  display: inline-block;
  margin: 0;
}

.content-style ul._list-inline li, .content-style ul._list-inline dt, .content-style ol._list-inline li, .content-style ol._list-inline dt, .content-style dl._list-inline li, .content-style dl._list-inline dt {
  display: inline-block;
  padding-left: 0;
  margin-bottom: 0;
}

.content-style ul._list-inline li:before, .content-style ul._list-inline dt:before, .content-style ol._list-inline li:before, .content-style ol._list-inline dt:before, .content-style dl._list-inline li:before, .content-style dl._list-inline dt:before {
  display: none;
}

.content-style ul._list-checkmark li, .content-style ul._list-checkmark dt, .content-style ol._list-checkmark li, .content-style ol._list-checkmark dt, .content-style dl._list-checkmark li, .content-style dl._list-checkmark dt {
  padding-left: 26px;
}

.content-style ul._list-checkmark li:before, .content-style ul._list-checkmark dt:before, .content-style ol._list-checkmark li:before, .content-style ol._list-checkmark dt:before, .content-style dl._list-checkmark li:before, .content-style dl._list-checkmark dt:before {
  content: "\f058";
  font-family: var(--font-awesome);
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.content-style ul._list-location li, .content-style ul._list-location dt, .content-style ol._list-location li, .content-style ol._list-location dt, .content-style dl._list-location li, .content-style dl._list-location dt {
  padding-left: 26px;
}

.content-style ul._list-location li:before, .content-style ul._list-location dt:before, .content-style ol._list-location li:before, .content-style ol._list-location dt:before, .content-style dl._list-location li:before, .content-style dl._list-location dt:before {
  content: "\f3c5";
  font-family: var(--font-awesome);
  font-weight: 400;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - List - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - SVG - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style svg {
  overflow: hidden;
  vertical-align: middle;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - SVG - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Table - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.content-style table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .content-style table:not(.Dialog) {
    overflow: auto;
    display: block;
    max-width: 100%;
  }
}
.content-style table:not(.Dialog) th, .content-style table:not(.Dialog) td {
  padding: 20px;
  text-align: inherit;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.content-style table:not(.Dialog) thead th {
  vertical-align: bottom;
}

.content-style table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.1);
}

.content-style table.tableSmall {
  font-size: 14px;
}

.content-style table.tableSmall:not(.Dialog) th, .content-style table.tableSmall:not(.Dialog) td {
  padding: 10px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Content Style - Table - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.countUpOne {
  text-align: center;
}

.countUpOne .countUpTop {
  display: block;
  color: var(--color-primary);
  font-size: 48px;
  margin-bottom: 15px;
  font-weight: 100;
}

.countUpOne .countUpBottom {
  display: block;
  color: #495057;
  font-size: 24px;
  font-weight: 700;
}

.countUpOne .countUpIcon {
  margin-bottom: 15px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Count Up One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Directories Module Banner One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.liveEdBlock .directoriesBannerOne {
  padding-top: 34px;
}

.directoriesBannerOne .directoriesBannerWrap {
  position: relative;
  padding-top: 160px;
  padding-bottom: 0;
}

.directoriesBannerOne .bannerBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
}

.directoriesBannerOne .bannerBg > .mwPageBlock,
.directoriesBannerOne .bannerBg > .mwPageBlock > .blockContents {
  width: 100%;
  height: 100%;
}

.directoriesBannerOne .stretchImg {
  background-position: top center;
}

.directoriesBannerOne .bannerGradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 35%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, black 100%);
}

.directoriesBannerOne .bannerContent {
  position: relative;
}

.directoriesBannerOne .bannerTitle {
  max-width: 540px;
}

.directoriesBannerOne .bannerTitle h1, .directoriesBannerOne .bannerTitle h2, .directoriesBannerOne .bannerTitle h3, .directoriesBannerOne .bannerTitle h4, .directoriesBannerOne .bannerTitle h5, .directoriesBannerOne .bannerTitle h6 {
  color: var(--color-white);
  line-height: 1;
  font-size: 70px;
  margin-bottom: 15px;
}

.directoriesBannerOne .bannerCaption {
  color: var(--color-white);
  font-size: 18px;
  max-width: 540px;
  margin-bottom: 90px;
}

.directoriesBannerOne .bannerSearch {
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.directoriesBannerOne .bannerSearch form {
  margin-right: 160px;
  padding: 20px 25px 10px;
}

@media (max-width: 991px) {
  .directoriesBannerOne .bannerSearch form {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.directoriesBannerOne .bannerSearch .searchBtn {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  padding: 20px 35px;
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-primary);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .directoriesBannerOne .bannerSearch .searchBtn {
    top: auto;
    bottom: 0;
    height: 60px;
    width: 100%;
  }
}
.directoriesBannerOne .bannerSearch .searchBtn:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FA9171;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.directoriesBannerOne .bannerSearch .searchBtn i,
.directoriesBannerOne .bannerSearch .searchBtn span {
  position: relative;
  right: 0;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.directoriesBannerOne .bannerSearch .searchBtn:hover:before {
  opacity: 1;
  width: 100%;
}

.directoriesBannerOne .bannerSearch .searchBtn:hover i,
.directoriesBannerOne .bannerSearch .searchBtn:hover span {
  right: -3px;
}

.directoriesBannerOne .bannerCategory {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.directoriesBannerOne .bannerCategoryTitle h1, .directoriesBannerOne .bannerCategoryTitle h2, .directoriesBannerOne .bannerCategoryTitle h3, .directoriesBannerOne .bannerCategoryTitle h4, .directoriesBannerOne .bannerCategoryTitle h5, .directoriesBannerOne .bannerCategoryTitle h6 {
  color: var(--color-white);
}

.directoriesBannerOne .categoryItem {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.directoriesBannerOne .categoryItem:nth-last-child(-n+2) {
  border-right: none;
}

@media (max-width: 991px) {
  .directoriesBannerOne .categoryItem:nth-child(2) {
    border-right: none;
  }

  .directoriesBannerOne .categoryItem:nth-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 375px) {
  .directoriesBannerOne .categoryItem {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .directoriesBannerOne .categoryItem:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.directoriesBannerOne .categoryAll {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 35px;
  color: var(--color-white);
  font-weight: 700;
  background-color: #FA9171;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.directoriesBannerOne .categoryAll:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.directoriesBannerOne .categoryAll i,
.directoriesBannerOne .categoryAll span {
  position: relative;
  right: 0;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.directoriesBannerOne .categoryAll i {
  margin-left: 5px;
}

.directoriesBannerOne .categoryAll:hover:before {
  opacity: 1;
  width: 100%;
}

.directoriesBannerOne .categoryAll:hover i,
.directoriesBannerOne .categoryAll:hover span {
  right: -3px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Directories Module Banner One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Directories Module List Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.directoriesListTwo .imgCardWrap {
  border-top: 5px solid var(--color-primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Directories Module List Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donationFormOne .amountButtonWrap::after {
  display: block;
  clear: both;
  content: "";
}

.donationFormOne .amountButtonWrap .button {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.donationFormOne .amountButtonWrap .button {
  font-size: 18px;
  color: #228978;
  background-color: #e9ecef;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.donationFormOne .amountButtonWrap .button:hover, .donationFormOne .amountButtonWrap .button.selected {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.donationFormOne .amountButtonWrap .button.border {
  color: #181818;
  border: 1px solid #181818;
  background-color: transparent;
}

.donationFormOne .amountButtonWrap .button.border:hover, .donationFormOne .amountButtonWrap .button.border.selected {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.donationFormOne .amountButtonWrap .button.round {
  overflow: hidden;
  border-radius: 200px;
}

.donationFormOne .amountButtonWrap .button.square {
  overflow: hidden;
  border-radius: 4px;
}

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

.donationFormOne .amountButtonWrap .button.round {
  margin-left: 15px;
  margin-right: 15px;
}

.donationFormOne .amountButtonWrap .button.round.small {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.donationFormOne .amountButtonWrap .button.round.medium {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.donationFormOne .amountButtonWrap .button.round.large {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.donationFormOne .amountButtonWrap .button.square {
  float: left;
  height: 80px;
  margin-right: 20px;
}

.donationFormOne .amountButtonWrap .button.square.small {
  width: calc(25% - 15px);
}

.donationFormOne .amountButtonWrap .button.square.small:nth-of-type(4n) {
  margin-right: 0;
}

.donationFormOne .amountButtonWrap .button.square.medium {
  width: calc(33.333333% - 14px);
}

.donationFormOne .amountButtonWrap .button.square.medium:nth-of-type(3n) {
  margin-right: 0;
}

.donationFormOne .amountButtonWrap .button.square.large {
  width: calc(50% - 10px);
}

.donationFormOne .amountButtonWrap .button.square.large:nth-of-type(2n) {
  margin-right: 0;
}

.donationFormOne .mwPayment-input.amount {
  margin-bottom: 0;
}

.donationFormOne .mwPayment-input.amount .mwInput {
  padding-left: 30px;
}

.donationFormOne .mwPayment-input.amount .mwInput input {
  height: 60px;
  font-size: 18px;
}

.donationFormOne .mwPayment-input.amount .mwInput:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f155";
  position: absolute;
  top: 0;
  left: 30px;
  color: var(--color-primary);
  font-size: 20px;
  line-height: 60px;
}

.donationFormOne .donationFormRecurring table {
  margin-bottom: 0;
}

.donationFormOne .donationFormRecurring .monthsWrap label {
  height: 62px;
  line-height: 60px;
}

.donationFormOne .donationFormRecurring .monthsWrap .mwInput input {
  height: 60px;
  font-size: 18px;
}

.donationFormOne .mwPayment-hint {
  display: none;
}

.donationFormOne .mwFormSubmitRow .submit {
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}

.donationFormOne .mwFormSubmitRow .submit:hover {
  color: var(--color-white);
  border-color: #175B50;
  background-color: #175B50;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donationFormTwo .donationFormWrap {
  background-color: var(--color-white);
  padding: 70px 70px 40px;
  margin-bottom: 30px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

@media (max-width: 991px) {
  .donationFormTwo .donationFormWrap {
    padding: 50px 50px 20px;
  }
}
@media (max-width: 575px) {
  .donationFormTwo .donationFormWrap {
    padding: 30px 15px 1px;
  }
}
@media (max-width: 359px) {
  .donationFormTwo .mwCaptcha {
    width: 260px;
  }
}
@media (max-width: 359px) {
  .donationFormTwo .mwCaptcha .g-recaptcha {
    -webkit-transform: scale(0.8556);
    transform: scale(0.8556);
  }
}
.donationFormTwo .amountButtonWrap::after {
  display: block;
  clear: both;
  content: "";
}

.donationFormTwo .amountButtonWrap .button {
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.donationFormTwo .amountButtonWrap .button {
  font-size: 18px;
  color: #228978;
  background-color: #e9ecef;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.donationFormTwo .amountButtonWrap .button:hover, .donationFormTwo .amountButtonWrap .button.selected {
  color: var(--color-white);
  background-color: var(--color-primary);
}

.donationFormTwo .amountButtonWrap .button.border {
  color: #181818;
  border: 1px solid #181818;
  background-color: transparent;
}

.donationFormTwo .amountButtonWrap .button.border:hover, .donationFormTwo .amountButtonWrap .button.border.selected {
  color: var(--color-white);
  border-color: var(--color-primary);
  background-color: var(--color-primary);
}

.donationFormTwo .amountButtonWrap .button.round {
  overflow: hidden;
  border-radius: 200px;
}

.donationFormTwo .amountButtonWrap .button.square {
  overflow: hidden;
  border-radius: 4px;
}

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

.donationFormTwo .amountButtonWrap .button.round {
  margin-left: 15px;
  margin-right: 15px;
}

.donationFormTwo .amountButtonWrap .button.round.small {
  width: 80px;
  height: 80px;
  line-height: 80px;
}

.donationFormTwo .amountButtonWrap .button.round.medium {
  width: 100px;
  height: 100px;
  line-height: 100px;
}

.donationFormTwo .amountButtonWrap .button.round.large {
  width: 120px;
  height: 120px;
  line-height: 120px;
}

.donationFormTwo .amountButtonWrap .button.square {
  float: left;
  height: 80px;
  margin-right: 20px;
}

.donationFormTwo .amountButtonWrap .button.square.small {
  width: calc(25% - 15px);
}

.donationFormTwo .amountButtonWrap .button.square.small:nth-of-type(4n) {
  margin-right: 0;
}

.donationFormTwo .amountButtonWrap .button.square.medium {
  width: calc(33.333333% - 14px);
}

.donationFormTwo .amountButtonWrap .button.square.medium:nth-of-type(3n) {
  margin-right: 0;
}

.donationFormTwo .amountButtonWrap .button.square.large {
  width: calc(50% - 10px);
}

.donationFormTwo .amountButtonWrap .button.square.large:nth-of-type(2n) {
  margin-right: 0;
}

.donationFormTwo .mwPayment-input.amount {
  margin-bottom: 0;
}

.donationFormTwo .mwPayment-input.amount .mwInput {
  padding-left: 30px;
}

.donationFormTwo .mwPayment-input.amount .mwInput input {
  height: 60px;
  font-size: 18px;
}

.donationFormTwo .mwPayment-input.amount .mwInput:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f155";
  position: absolute;
  top: 0;
  left: 30px;
  color: var(--color-primary);
  font-size: 20px;
  line-height: 60px;
}

.donationFormTwo .donationFormRecurring table {
  margin-bottom: 0;
}

.donationFormTwo .donationFormRecurring .monthsWrap label {
  height: 62px;
  line-height: 60px;
}

.donationFormTwo .donationFormRecurring .monthsWrap .mwInput input {
  height: 60px;
  font-size: 18px;
}

.donationFormTwo .mwPayment-hint {
  display: none;
}

.donationFormTwo .mwFormSubmitRow .submit {
  padding: 10px 35px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: var(--color-white);
  text-transform: none;
  letter-spacing: 0;
  border-radius: 4px;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
}

.donationFormTwo .mwFormSubmitRow .submit:hover {
  color: var(--color-white);
  border-color: #175B50;
  background-color: #175B50;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.donationForm .mwFormSubmitRow .submit {
  display: block;
}

.donationForm .mwFormSubmitRow .submit.left {
  float: left;
}

.donationForm .mwFormSubmitRow .submit.middle {
  margin: 0 auto;
}

.donationForm .mwFormSubmitRow .submit.right {
  float: right;
}

.donationFormAdditionalOption {
  display: none;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Donation Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Dots Style - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.dots-style-1 ul.slick-dots li button {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.dots-style-1 ul.slick-dots li button:before {
  width: 6px;
  height: 6px;
  background-color: #6c757d;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.dots-style-1 ul.slick-dots li:hover button, .dots-style-1 ul.slick-dots li.slick-active button {
  border-color: #6c757d;
}

.dots-style-2 ul.slick-dots li button:before {
  opacity: 0;
  width: 14px;
  height: 14px;
  border: 1px solid var(--color-primary);
  background-color: transparent;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.dots-style-2 ul.slick-dots li button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 2px solid #adb5bd;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.dots-style-2 ul.slick-dots li:hover button:before, .dots-style-2 ul.slick-dots li.slick-active button:before {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.dots-style-2 ul.slick-dots li:hover button:after, .dots-style-2 ul.slick-dots li.slick-active button:after {
  border-color: var(--color-primary);
  background-color: var(--color-primary);
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
}

.dots-style-3 ul.slick-dots li {
  padding: 0 0 10px;
}

.dots-style-3 ul.slick-dots li:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 4px;
  background-color: #6c757d;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.dots-style-3 ul.slick-dots li button {
  width: auto;
  min-width: 20px;
  height: auto;
  opacity: 0.5;
  line-height: 1;
  color: #6c757d;
  font-size: 16px;
  font-weight: 700;
}

.dots-style-3 ul.slick-dots li button:before {
  display: none;
}

.dots-style-3 ul.slick-dots li:hover:after, .dots-style-3 ul.slick-dots li.slick-active:after {
  width: 100%;
}

.dots-style-3 ul.slick-dots li:hover button, .dots-style-3 ul.slick-dots li.slick-active button {
  opacity: 1;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Dots Style - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eShopEventsOne .eventsItem {
  margin-bottom: 30px;
}

.eShopEventsOne .eventsItem:hover .eventsItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.eShopEventsOne .eventsItemWrap {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
}

@media (max-width: 991px) and (min-width: 768px) {
  .eShopEventsOne .eventsItemWrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.eShopEventsOne .eventsItemHeader {
  position: relative;
}

@media (max-width: 991px) and (min-width: 768px) {
  .eShopEventsOne .eventsItemHeader {
    width: 100%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }
}
.eShopEventsOne .eventsItemBody {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 25px 25px 5px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .eShopEventsOne .eventsItemBody {
    width: 100%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
.eShopEventsOne .eventsItemBody p {
  margin-bottom: 20px;
}

.eShopEventsOne .eventsItemImgHolder {
  overflow: hidden;
  height: 100%;
}

.eShopEventsOne .eventsItemImg {
  display: block;
}

@media (max-width: 991px) and (min-width: 768px) {
  .eShopEventsOne .eventsItemImg {
    height: 100%;
    padding: 0;
  }
}
.eShopEventsOne .eventsItemRelease {
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px 15px;
  color: var(--color-white);
  font-size: 14px;
  text-align: center;
  background-color: var(--color-primary);
}

.eShopEventsOne .eventsItemRelease span {
  display: block;
}

.eShopEventsOne .eventsItemRelease span:nth-child(1) {
  line-height: 1;
  font-size: 30px;
  font-weight: 700;
}

.eShopEventsOne .eventsItemTitle {
  margin-bottom: 15px;
}

.eShopEventsOne .eventsItemDescription {
  font-size: 14px;
}

.eShopEventsOne .eventsItemMore {
  margin-top: auto;
}

.eShopEventsOne .eventsItem .featured-1.eventsItemWrap {
  background-color: #CAEDE7;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.eShopEventsDetailsOne {
  margin-bottom: 30px;
}

.eShopEventsDetailsOne .eShopEventsDetailsWrap {
  overflow: hidden;
  position: relative;
  border-radius: 4px;
  background-color: var(--color-white);
}

.eShopEventsDetailsOne .eventsDetailsImgHolder,
.eShopEventsDetailsOne .eventsDetailsImg {
  width: 100%;
  height: 100%;
}

.eShopEventsDetailsOne .eventsDetailsImg {
  padding-bottom: 56%;
}

@media (max-width: 575px) {
  .eShopEventsDetailsOne .eventsDetailsImg {
    padding-bottom: 75%;
  }
}
.eShopEventsDetailsOne .eventsDetailsRelease,
.eShopEventsDetailsOne .eventsDetailsReleaseMobile {
  display: table;
  padding: 20px;
  margin-bottom: 30px;
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-primary);
}

.eShopEventsDetailsOne .eventsDetailsRelease span,
.eShopEventsDetailsOne .eventsDetailsReleaseMobile span {
  display: block;
}

.eShopEventsDetailsOne .eventsDetailsRelease span:nth-child(1),
.eShopEventsDetailsOne .eventsDetailsReleaseMobile span:nth-child(1) {
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .eShopEventsDetailsOne .eventsDetailsRelease {
    display: none;
  }
}
.eShopEventsDetailsOne .eventsDetailsReleaseMobile {
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 992px) {
  .eShopEventsDetailsOne .eventsDetailsReleaseMobile {
    display: none;
  }
}
.eShopEventsDetailsOne .eventsDetailsTitle {
  margin-bottom: 15px;
}

.eShopEventsDetailsOne .eventsDetailsHost {
  margin-bottom: 0;
  color: #6c757d;
}

.eShopEventsDetailsOne .eventsDetailsQty .mwInput {
  max-width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.eShopEventsDetailsOne .eventsDetailsQty .mwInput input {
  text-align: center;
}

.eShopEventsDetailsOne .eventsDetailsQtyInc,
.eShopEventsDetailsOne .eventsDetailsQtyDec {
  width: 27px;
  height: 27px;
  line-height: 27px;
  color: var(--color-white);
  font-size: 13px;
  text-align: center;
  border-radius: 50%;
  background-color: var(--color-primary);
}

.eShopEventsDetailsOne .eventsDetailsQtyInc:hover,
.eShopEventsDetailsOne .eventsDetailsQtyDec:hover {
  background-color: #175B50;
}

.eShopEventsDetailsOne .eventsDetailsLocation {
  white-space: pre-line;
}

.eShopEventsDetailsOne .eventsDetailsHeaderRight {
  height: 100%;
  padding: 0 30px 1px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #e9ecef;
}

@media (max-width: 991px) {
  .eShopEventsDetailsOne .eventsDetailsHeaderRight {
    padding: 30px 30px 1px;
    border-left: 0;
  }
}
@media (max-width: 575px) {
  .eShopEventsDetailsOne .eventsDetailsHeaderRight {
    padding: 30px 15px 1px;
  }
}
.eShopEventsDetailsOne .eventsDetailsHeaderTop {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .eShopEventsDetailsOne .eventsDetailsHeaderTop {
    margin-bottom: 30px;
  }
}
.eShopEventsDetailsOne .eventsDetailsHeaderBottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.eShopEventsDetailsOne .eventsDetailsQty {
  margin-bottom: 30px;
}

.eShopEventsDetailsOne .eventsDetailsBody {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .eShopEventsDetailsOne .eventsDetailsBodyMain {
    order: 1;
  }
}
.eShopEventsDetailsOne .eventsDetailsBodySide {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .eShopEventsDetailsOne .eventsDetailsBodySide {
    order: 0;
    border-left: 0;
  }
}
.eShopEventsDetailsOne .eventsDetailsBodyMainInner {
  padding: 60px 30px 30px 60px;
}

@media (max-width: 991px) {
  .eShopEventsDetailsOne .eventsDetailsBodyMainInner {
    padding: 0 30px 1px;
  }
}
@media (max-width: 575px) {
  .eShopEventsDetailsOne .eventsDetailsBodyMainInner {
    padding: 0 15px 1px;
  }
}
.eShopEventsDetailsOne .eventsDetailsBodySideInner {
  padding: 60px 60px 30px 30px;
}

@media (max-width: 991px) {
  .eShopEventsDetailsOne .eventsDetailsBodySideInner {
    padding: 30px 30px 1px;
  }
}
@media (max-width: 575px) {
  .eShopEventsDetailsOne .eventsDetailsBodySideInner {
    padding: 30px 15px 1px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | eShop Events Details One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Files List One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.filesListOne .filesListFilters ul {
  overflow: hidden;
  padding: 5px 0;
  border-radius: 4px;
}

.filesListOne .filesListFilters ul li {
  padding: 0 25px;
  margin: 0;
}

.filesListOne .filesListFilters ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 22px;
  color: #495057;
  font-size: 14px;
  font-weight: 700;
}

.filesListOne .filesListFilters ul li a i {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #6c757d;
  margin-right: 10px;
}

.filesListOne .filesListFilters ul li a:hover {
  color: #228978;
}

.filesListOne .filesListFilters ul li + li a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.filesListOne .filesListFilters ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.filesListOne .filesListFilters ul li:hover:after {
  background-color: var(--color-primary);
}

.filesListOne .filesListFilters ul li.selected {
  background-color: #e9ecef;
}

.filesListOne .filesListFilters ul li.selected + li a, .filesListOne .filesListFilters ul li.selected a {
  border-top-color: transparent;
}

.filesListOne .filesListFilters ul li.selected:after {
  background-color: var(--color-primary);
}

.filesListOne .filesListItem:not([data-file-type=image]) .imgCardImg {
  background-color: #e9ecef;
  background-repeat: no-repeat;
  background-size: 32px auto;
  background-position: center;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Files List One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Follow Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.followBtn {
  display: inline-block;
  margin: 5px 9px;
  font-size: 18px;
}

.followBtn a {
  color: var(--color-primary);
}

.followBtn:hover a {
  color: #175B50;
}

.followBtnCircle,
.followBtnSquare {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: var(--color-white);
  text-align: center;
  font-size: 18px;
  margin: 5px 3px;
  background-color: var(--color-primary);
}

.followBtnCircle:hover,
.followBtnSquare:hover {
  color: var(--color-white);
  background-color: #228978;
}

.followBtnCircle {
  border-radius: 50%;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Follow Button - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footerOne {
  font-size: 14px;
}

.footerOne a, .footerOne button {
  color: #495057;
}

.footerOne a:hover, .footerOne button:hover {
  color: var(--color-primary);
}

.footerOne ul li {
  padding: 0;
  margin: 0 0 5px;
}

.footerOne ul li:before {
  display: none;
}

.footerOne .footerMain {
  padding: 80px 0 55px;
}

@media (max-width: 575px) {
  .footerOne .footerMain {
    padding: 60px 0 35px;
  }
}
.footerOne .footerMain h1, .footerOne .footerMain h2, .footerOne .footerMain h3, .footerOne .footerMain h4, .footerOne .footerMain h5, .footerOne .footerMain h6, .footerOne .footerMain p, .footerOne .footerMain ul, .footerOne .footerMain ol, .footerOne .footerMain dl {
  margin-bottom: 20px;
}

.footerOne .footerTop {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.footerOne .footerLogo {
  flex: 0 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .footerOne .footerLogo {
    width: 100%;
  }
}
.footerOne .footerSns {
  flex: 0 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 575px) {
  .footerOne .footerSns {
    width: 100%;
  }
}
.footerOne .footerCol {
  margin-bottom: 10px;
}

@media (max-width: 575px) {
  .footerOne .footerCol {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .footerOne .logo,
.footerOne .snsLink {
    text-align: center;
  }
}
.footerOne .logo img {
  width: 210px;
  height: auto;
}

.footerOne .footerCopyright {
  padding: 15px 0;
}

.footerOne .footerCopyright .container > * {
  display: inline-block;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footerTwo {
  font-size: 14px;
}

.footerTwo ul li {
  padding: 0;
  margin: 0 0 5px;
}

.footerTwo ul li:before {
  display: none;
}

.footerTwo .footerWrap {
  padding: 80px 0;
}

.footerTwo .footerCol {
  margin-bottom: 10px;
}

@media (min-width: 1200px) {
  .footerTwo .footerCol {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .footerTwo .footerCol {
    text-align: center;
  }
}
.footerTwo .footerCol .footerColInner {
  width: 100%;
}

@media (max-width: 1199px) {
  .footerTwo .footerCol1 .footerColInner {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .footerTwo .footerCol2 {
    display: none;
  }
}
.footerTwo .footerColDivider {
  width: 1px;
  height: 100%;
  margin: 0 auto;
  background-color: var(--color-white);
}

.footerTwo .footerMain {
  margin-bottom: 60px;
}

.footerTwo .footerMain h1, .footerTwo .footerMain h2, .footerTwo .footerMain h3, .footerTwo .footerMain h4, .footerTwo .footerMain h5, .footerTwo .footerMain h6, .footerTwo .footerMain p, .footerTwo .footerMain ul, .footerTwo .footerMain ol, .footerTwo .footerMain dl {
  margin-bottom: 20px;
}

.footerTwo .footerLogo {
  margin-bottom: 30px;
}

.footerTwo .footerLogo .logo img {
  width: 210px;
  height: auto;
}

.footerTwo .footerSecondary {
  margin-bottom: 20px;
}

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

.footerTwo .footerCopyright .container > * {
  display: inline-block;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.footerThree {
  font-size: 14px;
}

.footerThree a, .footerThree button {
  color: #495057;
}

.footerThree a:hover, .footerThree button:hover {
  color: var(--color-primary);
}

.footerThree ul li {
  padding: 0;
  margin: 0 0 5px;
}

.footerThree ul li:before {
  display: none;
}

.footerThree .footerWrap {
  padding: 80px 0 0;
}

.footerThree .footerCol {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .footerThree .footerCol {
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .footerThree .footerCol1 .footerColInner {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .footerThree .footerCol4 .footerColInner {
    padding-left: 72px;
  }
}
.footerThree .footerMain h1, .footerThree .footerMain h2, .footerThree .footerMain h3, .footerThree .footerMain h4, .footerThree .footerMain h5, .footerThree .footerMain h6, .footerThree .footerMain p, .footerThree .footerMain ul, .footerThree .footerMain ol, .footerThree .footerMain dl {
  margin-bottom: 20px;
}

.footerThree .footerLogo {
  margin-bottom: 20px;
}

.footerThree .footerLogo .logo img {
  width: 210px;
  height: auto;
}

@media (max-width: 767px) {
  .footerThree .footerNewsletter caption, .footerThree .footerNewsletter td, .footerThree .footerNewsletter th {
    text-align: center !important;
  }
}
.footerThree .footerNewsletter .Dialog {
  margin-bottom: 0;
}

.footerThree .footerNewsletter .Dialog .inputGroup {
  margin-bottom: 20px;
}

.footerThree .footerNewsletter .Dialog .mwInput.button input {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.footerThree .footerNewsletter .Dialog th, .footerThree .footerNewsletter .Dialog td {
  padding: 0;
}

.footerThree .footerNewsletter .Dialog th {
  display: none;
}

.footerThree .footerSecondary {
  padding: 30px 0;
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
  .footerThree .footerSecondary {
    display: flex;
    align-items: center;
    text-align: left;
  }
}
.footerThree .footerSecondary h1, .footerThree .footerSecondary h2, .footerThree .footerSecondary h3, .footerThree .footerSecondary h4, .footerThree .footerSecondary h5, .footerThree .footerSecondary h6, .footerThree .footerSecondary p, .footerThree .footerSecondary ul, .footerThree .footerSecondary ol, .footerThree .footerSecondary dl {
  margin-bottom: 0;
}

.footerThree .footerCopyright {
  margin-right: 15px;
}

@media (max-width: 1199px) {
  .footerThree .footerCopyright {
    margin: 0 0 20px;
  }
}
.footerThree .footerCopyright > * {
  display: inline-block;
}

.footerThree .footerPolicy {
  margin-right: auto;
}

@media (max-width: 1199px) {
  .footerThree .footerPolicy {
    margin: 0 0 20px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Footer Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Form Style One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.formStyleOne input,
.formStyleOne label,
.formStyleOne select,
.formStyleOne button,
.formStyleOne textarea {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
}

.formStyleOne input:focus {
  outline: 0;
}

.formStyleOne input[type=checkbox],
.formStyleOne input[type=radio] {
  width: 13px;
  height: 13px;
}

.formStyleOne input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

.formStyleOne ::-webkit-search-decoration {
  display: none;
}

.formStyleOne button,
.formStyleOne input[type=reset],
.formStyleOne input[type=button],
.formStyleOne input[type=submit] {
  overflow: visible;
  width: auto;
}

.formStyleOne ::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

.formStyleOne textarea {
  vertical-align: top;
  overflow: auto;
}

.formStyleOne select[multiple] {
  vertical-align: top;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Form Style One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Form Style Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.formStyleTwo input,
.formStyleTwo label,
.formStyleTwo select,
.formStyleTwo button,
.formStyleTwo textarea {
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  line-height: 1;
}

.formStyleTwo input:focus {
  outline: 0;
}

.formStyleTwo input[type=checkbox],
.formStyleTwo input[type=radio] {
  width: 13px;
  height: 13px;
}

.formStyleTwo input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
}

.formStyleTwo ::-webkit-search-decoration {
  display: none;
}

.formStyleTwo button,
.formStyleTwo input[type=reset],
.formStyleTwo input[type=button],
.formStyleTwo input[type=submit] {
  overflow: visible;
  width: auto;
}

.formStyleTwo ::-webkit-file-upload-button {
  padding: 0;
  border: 0;
  background: none;
}

.formStyleTwo textarea {
  vertical-align: top;
  overflow: auto;
}

.formStyleTwo select[multiple] {
  vertical-align: top;
}

.formStyleTwo .formStyleGroup {
  margin-bottom: 15px;
}

.formStyleTwo label {
  color: #343a40;
  font-weight: 700;
}

.formStyleTwo input,
.formStyleTwo select {
  height: 38px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transition: linear 500ms;
}

.formStyleTwo input:hover,
.formStyleTwo select:hover {
  border-bottom-color: var(--color-primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Form Style Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.galleryOne .galleryItem {
  margin-bottom: 30px;
}

.galleryOne .galleryItemWrap {
  display: block;
  position: relative;
}

.galleryOne .galleryItemWrap:hover .galleryOverlay,
.galleryOne .galleryItemWrap:hover .galleryContent {
  opacity: 1;
}

.galleryOne .galleryOverlay,
.galleryOne .galleryContent {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.galleryOne .galleryOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.galleryOne .galleryContent {
  padding: 15px;
}

.galleryOne .galleryIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--color-white);
  font-size: 40px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Gallery One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.headerOne {
  position: relative;
  z-index: 500;
}

.headerOne a, .headerOne button {
  color: #495057;
}

.headerOne a:hover, .headerOne button:hover {
  color: var(--color-primary);
}

.headerOne h1, .headerOne h2, .headerOne h3, .headerOne h4, .headerOne h5, .headerOne h6, .headerOne p {
  margin-bottom: 0;
}

.headerOne.is-sticky {
  height: 80px;
}

@media (max-width: 991px) {
  .headerOne.is-sticky {
    height: 60px;
  }
}
.headerOne.is-sticky .headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.headerOne .headerWrap {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .headerOne .headerWrap {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
.headerOne .headerMain {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 35px;
  background-color: var(--color-white);
}

@media (max-width: 991px) {
  .headerOne .headerMain {
    padding-left: 15px;
  }
}
.headerOne .headerMainLeft,
.headerOne .headerMainRight {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 80px;
}

@media (max-width: 991px) {
  .headerOne .headerMainLeft,
.headerOne .headerMainRight {
    height: 60px;
  }
}
.headerOne .headerLogo {
  margin-right: 35px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

@media (max-width: 991px) {
  .headerOne .headerLogo {
    margin-right: 0;
  }
}
.headerOne .headerLogo .logo img {
  height: 40px;
  width: auto;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

@media (max-width: 991px) {
  .headerOne .headerLogo .logo img {
    height: 30px;
  }
}
@media (max-width: 1199px) {
  .headerOne .headerMenu {
    display: none;
  }
}
.headerOne .headerSearch {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .headerOne .headerSearch {
    margin-right: 0;
  }
}
.headerOne .headerSns {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .headerOne .headerSns {
    display: none;
  }
}
.headerOne .headerMobileMenu {
  display: none;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
}

@media (max-width: 1199px) {
  .headerOne .headerMobileMenu {
    display: flex;
  }
}
@media (max-width: 991px) {
  .headerOne .headerMobileMenu {
    width: 60px;
    height: 60px;
  }
}
.headerOne .headerMobileMenu .burgerText {
  display: none;
}

.headerOne .headerBtns {
  display: flex;
  align-items: center;
}

@media (max-width: 767px) {
  .headerOne .headerBtns {
    display: none;
  }
}
.headerOne .headerBtns .btn p a.small, .headerOne .headerBtns .btn p a.medium, .headerOne .headerBtns .btn p a.large, .headerOne .headerBtns .btn p button.small, .headerOne .headerBtns .btn p button.medium, .headerOne .headerBtns .btn p button.large, .headerOne .headerBtns .btn p span.small, .headerOne .headerBtns .btn p span.medium, .headerOne .headerBtns .btn p span.large {
  padding: 0 45px;
  font-size: 16px;
  line-height: 78px;
}

@media (max-width: 991px) {
  .headerOne .headerBtns .btn p a.small, .headerOne .headerBtns .btn p a.medium, .headerOne .headerBtns .btn p a.large, .headerOne .headerBtns .btn p button.small, .headerOne .headerBtns .btn p button.medium, .headerOne .headerBtns .btn p button.large, .headerOne .headerBtns .btn p span.small, .headerOne .headerBtns .btn p span.medium, .headerOne .headerBtns .btn p span.large {
    line-height: 58px;
  }
}
.headerOne.liveEdBlock {
  height: 80px;
}

.headerOne.liveEdBlock .headerMobileMenu {
  display: flex;
}

.headerOne .mainMenu li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.headerOne .mainMenu a {
  cursor: pointer;
}

.headerOne .mainMenu > .Menu > ul {
  display: flex;
  align-items: center;
}

.headerOne .mainMenu > .Menu > ul > li {
  position: relative;
  padding: 0 15px;
}

.headerOne .mainMenu > .Menu > ul > li > a {
  display: block;
  position: relative;
  height: 80px;
  line-height: 80px;
}

.headerOne .mainMenu > .Menu > ul > li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
}

.headerOne .mainMenu > .Menu > .blockContents > ul {
  display: flex;
  align-items: center;
}

.headerOne .mainMenu > .Menu > .blockContents > ul > li {
  position: relative;
  padding: 0 15px;
}

.headerOne .mainMenu > .Menu > .blockContents > ul > li > a {
  display: block;
  position: relative;
  height: 80px;
  line-height: 80px;
}

.headerOne .mainMenu > .Menu > .blockContents > ul > li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
}

.headerOne .mainMenu ul li ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.headerOne .mainMenu ul li ul li {
  position: relative;
  min-width: 260px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerOne .mainMenu ul li ul li a {
  display: block;
  position: relative;
  padding: 10px 25px;
  color: var(--color-white);
  white-space: inherit;
}

.headerOne .mainMenu ul li ul li:hover {
  background-color: #228978;
}

.headerOne .mainMenu ul li ul li:hover > a {
  color: var(--color-white);
}

.headerOne .mainMenu ul li ul li.has-children {
  padding-right: 15px;
}

.headerOne .mainMenu ul li ul li.has-children > a:after {
  content: "\f0da";
  position: absolute;
  margin: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerOne .mainMenu ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerOne .mainMenu ul li ul li ul {
  display: none;
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerOne .searchBar {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

@media (max-width: 575px) {
  .headerOne .searchBar {
    padding: 0;
  }
}
.headerOne .searchBar.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headerOne .searchBarWrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 15px 20px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .headerOne .searchBarWrap {
    border-radius: 0;
  }
}
.headerOne .searchBarForm {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #adb5bd;
  transition: border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerOne .searchBarForm:hover {
  border-bottom: 1px solid #495057;
}

.headerOne .searchBarForm ::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerOne .searchBarForm ::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerOne .searchBarForm :-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerOne .searchBarForm ::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerOne .searchBarForm ::placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerOne .searchBarForm form {
  position: relative;
  padding-right: 36px;
}

.headerOne .searchBarForm input {
  width: 100%;
  height: 38px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.headerOne .searchBarForm button {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
}

.headerOne .searchBarCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
  color: #FA9171;
  text-align: center;
  width: 38px;
  height: 38px;
}

.headerOne .searchBarCloseBtn:hover {
  color: #FF6571;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.headerTwo {
  position: relative;
  z-index: 500;
}

.headerTwo a, .headerTwo button {
  color: #495057;
}

.headerTwo a:hover, .headerTwo button:hover {
  color: var(--color-primary);
}

.headerTwo h1, .headerTwo h2, .headerTwo h3, .headerTwo h4, .headerTwo h5, .headerTwo h6, .headerTwo p {
  margin-bottom: 0;
}

.headerTwo.is-sticky {
  height: 115px;
}

@media (max-width: 991px) {
  .headerTwo.is-sticky {
    height: 95px;
  }
}
.headerTwo.is-sticky .headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.headerTwo .headerWrap {
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .headerTwo .headerWrap {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
.headerTwo .headerMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 35px;
  background-color: var(--color-white);
}

@media (max-width: 991px) {
  .headerTwo .headerMain {
    padding: 0 15px;
  }
}
.headerTwo .headerMainLeft,
.headerTwo .headerMainRight {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 80px;
}

@media (max-width: 991px) {
  .headerTwo .headerMainLeft,
.headerTwo .headerMainRight {
    height: 60px;
  }
}
.headerTwo .headerLogo {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  padding: 20px 30px;
  min-width: 160px;
  min-height: 110.56px;
  background-color: var(--color-white);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  .headerTwo .headerLogo {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .headerTwo .headerLogo {
    padding: 15px 20px;
    min-width: 120px;
    min-height: 82.92px;
  }
}
@media (max-width: 575px) {
  .headerTwo .headerLogo {
    padding: 10px 15px;
    min-width: 82.92px;
    min-height: 82.92px;
  }
}
.headerTwo .headerLogo .logo img {
  max-width: 200px;
  max-height: 100px;
}

@media (max-width: 991px) {
  .headerTwo .headerLogo .logo img {
    max-width: 140px;
    max-height: 70px;
  }
}
@media (max-width: 575px) {
  .headerTwo .headerLogo .logo img {
    max-width: 140px;
    max-height: 70px;
  }
}
.headerTwo .headerMenu {
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .headerTwo .headerMenu {
    display: none;
  }
}
.headerTwo .headerBtns {
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .headerTwo .headerBtns {
    display: none;
  }
}
.headerTwo .headerBtns .Button + .Button .btn {
  margin-left: 10px;
}

.headerTwo .headerMobileMenu {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  height: 80px;
}

@media (max-width: 1199px) {
  .headerTwo .headerMobileMenu {
    display: flex;
  }
}
@media (max-width: 991px) {
  .headerTwo .headerMobileMenu {
    height: 60px;
  }
}
.headerTwo.liveEdBlock {
  height: 115px;
}

.headerTwo.liveEdBlock .headerMobileMenu {
  display: flex;
}

.headerTwo .mainMenu li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.headerTwo .mainMenu a {
  cursor: pointer;
}

.headerTwo .mainMenu > .Menu > ul {
  display: flex;
  align-items: center;
}

.headerTwo .mainMenu > .Menu > ul > li {
  position: relative;
  padding: 0 15px;
}

.headerTwo .mainMenu > .Menu > ul > li > a {
  display: block;
  position: relative;
  height: 80px;
  line-height: 80px;
}

.headerTwo .mainMenu > .Menu > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--color-primary);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerTwo .mainMenu > .Menu > ul > li:hover > a:before {
  width: 100%;
}

.headerTwo .mainMenu > .Menu > ul > li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
}

.headerTwo .mainMenu > .Menu > .blockContents > ul {
  display: flex;
  align-items: center;
}

.headerTwo .mainMenu > .Menu > .blockContents > ul > li {
  position: relative;
  padding: 0 15px;
}

.headerTwo .mainMenu > .Menu > .blockContents > ul > li > a {
  display: block;
  position: relative;
  height: 80px;
  line-height: 80px;
}

.headerTwo .mainMenu > .Menu > .blockContents > ul > li > a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: var(--color-primary);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerTwo .mainMenu > .Menu > .blockContents > ul > li:hover > a:before {
  width: 100%;
}

.headerTwo .mainMenu > .Menu > .blockContents > ul > li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
}

.headerTwo .mainMenu ul li ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.headerTwo .mainMenu ul li ul li {
  position: relative;
  min-width: 260px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerTwo .mainMenu ul li ul li a {
  display: block;
  position: relative;
  padding: 10px 25px;
  color: var(--color-white);
  white-space: inherit;
}

.headerTwo .mainMenu ul li ul li:hover {
  background-color: #228978;
}

.headerTwo .mainMenu ul li ul li:hover > a {
  color: var(--color-white);
}

.headerTwo .mainMenu ul li ul li.has-children {
  padding-right: 15px;
}

.headerTwo .mainMenu ul li ul li.has-children > a:after {
  content: "\f0da";
  position: absolute;
  margin: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerTwo .mainMenu ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerTwo .mainMenu ul li ul li ul {
  display: none;
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerTwo .utilityBar {
  color: var(--color-white);
  font-size: 14px;
}

.headerTwo .utilityBar h1, .headerTwo .utilityBar h2, .headerTwo .utilityBar h3, .headerTwo .utilityBar h4, .headerTwo .utilityBar h5, .headerTwo .utilityBar h6 {
  color: var(--color-white);
}

.headerTwo .utilityBar a, .headerTwo .utilityBar button {
  color: var(--color-white);
}

.headerTwo .utilityBar a:hover, .headerTwo .utilityBar button:hover {
  color: #0B2D28;
}

.headerTwo .utilityBarWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding: 0 35px;
  background-color: var(--color-primary);
}

.headerTwo .utilityBarLeft,
.headerTwo .utilityBarRight {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.headerTwo .utilityBarMsg a {
  text-decoration: underline;
}

.headerTwo .utilityBarSearch {
  margin-right: 20px;
}

.headerTwo .utilityBarMenu {
  margin-right: 30px;
}

.headerTwo .utilityBarMenu ul::after {
  display: block;
  clear: both;
  content: "";
}

.headerTwo .utilityBarMenu li {
  position: relative;
  padding: 0 10px;
  float: left;
}

.headerTwo .utilityBarMenu li:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerTwo .utilityBarSns a {
  font-size: 14px;
}

@media (max-width: 991px) {
  .headerTwo .utilityBarWrap {
    padding: 0 15px;
  }

  .headerTwo .utilityBarLeft {
    display: none;
  }

  .headerTwo .utilityBarRight {
    flex: 1 1 auto;
  }

  .headerTwo .utilityBarSearch {
    margin-left: auto;
  }
}
@media (max-width: 575px) {
  .headerTwo .utilityBarMenu {
    display: none;
  }
}
.headerTwo .searchBar {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

@media (max-width: 575px) {
  .headerTwo .searchBar {
    padding: 0;
  }
}
.headerTwo .searchBar.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headerTwo .searchBarWrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 15px 20px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .headerTwo .searchBarWrap {
    border-radius: 0;
  }
}
.headerTwo .searchBarForm {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #adb5bd;
  transition: border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerTwo .searchBarForm:hover {
  border-bottom: 1px solid #495057;
}

.headerTwo .searchBarForm ::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerTwo .searchBarForm ::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerTwo .searchBarForm :-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerTwo .searchBarForm ::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerTwo .searchBarForm ::placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerTwo .searchBarForm form {
  position: relative;
  padding-right: 36px;
}

.headerTwo .searchBarForm input {
  width: 100%;
  height: 38px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.headerTwo .searchBarForm button {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
}

.headerTwo .searchBarCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
  color: #FA9171;
  text-align: center;
  width: 38px;
  height: 38px;
}

.headerTwo .searchBarCloseBtn:hover {
  color: #FF6571;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.headerThree {
  position: relative;
  z-index: 500;
}

.headerThree h1, .headerThree h2, .headerThree h3, .headerThree h4, .headerThree h5, .headerThree h6, .headerThree p {
  margin-bottom: 0;
}

.headerThree.is-sticky {
  height: 115px;
}

@media (max-width: 991px) {
  .headerThree.is-sticky {
    height: 95px;
  }
}
.headerThree.is-sticky .headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.headerThree .headerWrap {
  display: flex;
}

.headerThree .headerLogo {
  z-index: 1;
  flex: 0 0 auto;
  background-color: var(--color-white);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
}

.headerThree .headerLogo .logo a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
  height: 115px;
  padding: 20px 30px;
}

@media (max-width: 991px) {
  .headerThree .headerLogo .logo a {
    max-width: 200px;
    height: 95px;
    padding: 15px 20px;
  }
}
@media (max-width: 575px) {
  .headerThree .headerLogo .logo a {
    max-width: 150px;
    padding: 10px 15px;
  }
}
.headerThree .headerLogo .logo img {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

.headerThree .headerRight {
  flex: 1 1 auto;
}

.headerThree .headerMain {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0 35px 0 0;
  background-color: var(--color-white);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

@media (max-width: 1199px) {
  .headerThree .headerMain {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 991px) {
  .headerThree .headerMain {
    padding: 0 15px;
  }
}
.headerThree .headerMainLeft,
.headerThree .headerMainRight {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  height: 80px;
}

@media (max-width: 991px) {
  .headerThree .headerMainLeft,
.headerThree .headerMainRight {
    height: 60px;
  }
}
.headerThree .headerMenu {
  margin-right: 10px;
}

@media (max-width: 1199px) {
  .headerThree .headerMenu {
    display: none;
  }
}
.headerThree .headerBtns {
  display: flex;
  align-items: center;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .headerThree .headerBtns {
    display: none;
  }
}
.headerThree .headerBtns .Button + .Button .btn {
  margin-left: 10px;
}

.headerThree .headerMobileMenu {
  display: none;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  height: 80px;
}

@media (max-width: 1199px) {
  .headerThree .headerMobileMenu {
    display: flex;
  }
}
@media (max-width: 991px) {
  .headerThree .headerMobileMenu {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .headerThree .headerMobileMenu {
    margin-left: 15px;
  }
}
.headerThree.liveEdBlock {
  height: 115px;
}

.headerThree.liveEdBlock .headerMobileMenu {
  display: flex;
}

.headerThree .mainMenu li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

.headerThree .mainMenu a {
  cursor: pointer;
}

.headerThree .mainMenu > .Menu > ul {
  display: flex;
  align-items: center;
}

.headerThree .mainMenu > .Menu > ul > li {
  position: relative;
}

.headerThree .mainMenu > .Menu > ul > li:not(:last-of-type):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerThree .mainMenu > .Menu > ul > li > a {
  display: block;
  position: relative;
  height: 80px;
  padding: 0 20px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.headerThree .mainMenu > .Menu > ul > li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}

.headerThree .mainMenu > .Menu > ul > li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
}

.headerThree .mainMenu > .Menu > .blockContents > ul {
  display: flex;
  align-items: center;
}

.headerThree .mainMenu > .Menu > .blockContents > ul > li {
  position: relative;
}

.headerThree .mainMenu > .Menu > .blockContents > ul > li:not(:last-of-type):before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerThree .mainMenu > .Menu > .blockContents > ul > li > a {
  display: block;
  position: relative;
  height: 80px;
  padding: 0 20px;
  line-height: 80px;
  background-color: rgba(0, 0, 0, 0);
}

.headerThree .mainMenu > .Menu > .blockContents > ul > li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}

.headerThree .mainMenu > .Menu > .blockContents > ul > li.has-children > a:after {
  content: "\f0d7";
  margin-left: 5px;
}

.headerThree .mainMenu ul li ul {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 10px 0;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.headerThree .mainMenu ul li ul li {
  position: relative;
  min-width: 260px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerThree .mainMenu ul li ul li a {
  display: block;
  position: relative;
  padding: 10px 25px;
  color: var(--color-white);
  white-space: inherit;
}

.headerThree .mainMenu ul li ul li:hover {
  background-color: #228978;
}

.headerThree .mainMenu ul li ul li:hover > a {
  color: var(--color-white);
}

.headerThree .mainMenu ul li ul li.has-children {
  padding-right: 15px;
}

.headerThree .mainMenu ul li ul li.has-children > a:after {
  content: "\f0da";
  position: absolute;
  margin: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerThree .mainMenu ul li:hover > ul {
  display: block;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerThree .mainMenu ul li ul li ul {
  display: none;
  top: 0;
  left: 100%;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.headerThree .utilityBar {
  color: var(--color-white);
  font-size: 14px;
}

.headerThree .utilityBar h1, .headerThree .utilityBar h2, .headerThree .utilityBar h3, .headerThree .utilityBar h4, .headerThree .utilityBar h5, .headerThree .utilityBar h6 {
  color: var(--color-white);
}

.headerThree .utilityBar a, .headerThree .utilityBar button {
  color: var(--color-white);
}

.headerThree .utilityBar a:hover, .headerThree .utilityBar button:hover {
  color: #0B2D28;
}

.headerThree .utilityBarWrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 35px;
  padding: 0 35px 0 20px;
  background-color: var(--color-primary);
}

.headerThree .utilityBarLeft,
.headerThree .utilityBarRight {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
}

.headerThree .utilityBarMsg a {
  text-decoration: underline;
}

.headerThree .utilityBarMenu {
  margin-right: 30px;
}

.headerThree .utilityBarMenu ul::after {
  display: block;
  clear: both;
  content: "";
}

.headerThree .utilityBarMenu li {
  position: relative;
  padding: 0 10px;
  float: left;
}

.headerThree .utilityBarMenu li:not(:last-of-type):after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.headerThree .utilityBarSns a {
  font-size: 14px;
}

@media (max-width: 991px) {
  .headerThree .utilityBarWrap {
    padding: 0 15px;
  }

  .headerThree .utilityBarLeft {
    display: none;
  }

  .headerThree .utilityBarRight {
    flex: 1 1 auto;
  }

  .headerThree .utilityBarSns {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  .headerThree .utilityBarMenu {
    display: none;
  }
}
.headerThree .searchBar {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 15px;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

@media (max-width: 575px) {
  .headerThree .searchBar {
    padding: 0;
  }
}
.headerThree .searchBar.active {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.headerThree .searchBarWrap {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 15px 20px;
  margin: 0 auto;
  border-radius: 6px;
  background-color: rgba(255, 255, 255, 0.97);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

@media (max-width: 575px) {
  .headerThree .searchBarWrap {
    border-radius: 0;
  }
}
.headerThree .searchBarForm {
  width: 100%;
  padding-bottom: 8px;
  border-bottom: 1px solid #adb5bd;
  transition: border-bottom-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.headerThree .searchBarForm:hover {
  border-bottom: 1px solid #495057;
}

.headerThree .searchBarForm ::-webkit-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerThree .searchBarForm ::-moz-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerThree .searchBarForm :-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerThree .searchBarForm ::-ms-input-placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerThree .searchBarForm ::placeholder {
  opacity: 1;
  letter-spacing: 0.5px;
  color: #adb5bd;
  text-transform: uppercase;
  font-weight: 700;
}

.headerThree .searchBarForm form {
  position: relative;
  padding-right: 36px;
}

.headerThree .searchBarForm input {
  width: 100%;
  height: 38px;
  padding: 0;
  margin: 0;
  border: 0;
  background-color: transparent;
}

.headerThree .searchBarForm button {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
}

.headerThree .searchBarCloseBtn {
  position: absolute;
  top: 0;
  right: 0;
  color: #FA9171;
  text-align: center;
  width: 38px;
  height: 38px;
}

.headerThree .searchBarCloseBtn:hover {
  color: #FF6571;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Header Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Card One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.iconCardOne:hover .iconCardBackdrop {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.iconCardOne .iconCardWrap {
  overflow: hidden;
  display: block;
  position: relative;
  padding: 45px 30px 15px;
}

.iconCardOne .iconCardBackdrop {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #CAEDE7;
  transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.iconCardOne .iconCardImg {
  position: relative;
  margin: 0 auto 15px;
  width: 60px;
  height: 60px;
}

.iconCardOne .iconCardImg img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.iconCardOne .iconCardTitle {
  position: relative;
  color: var(--color-primary);
  text-align: center;
  font-size: 16px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Card One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Image - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
img.iconImg {
  display: block;
  width: 100%;
}

.iconImg:not(img) {
  position: relative;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Icon Image - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardOne {
  margin-bottom: 30px;
}

.imgCardOne .imgCardWrap {
  display: block;
  overflow: hidden;
  position: relative;
}

.imgCardOne .imgCardWrap:hover .imgCardContent {
  background-color: rgba(23, 91, 80, 0.6);
}

.imgCardOne .imgCardWrap:hover .imgCardImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.imgCardOne .imgCardImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardOne .imgCardContent {
  background-color: rgba(23, 91, 80, 0.8);
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardOne .imgCardContent {
  position: relative;
  display: flex;
  align-items: center;
  padding: 50px 30px;
}

.imgCardOne .imgCardDescription {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.imgCardOne .imgCardDescription h1, .imgCardOne .imgCardDescription h2, .imgCardOne .imgCardDescription h3, .imgCardOne .imgCardDescription h4, .imgCardOne .imgCardDescription h5, .imgCardOne .imgCardDescription h6 {
  color: var(--color-white);
  margin-bottom: 10px;
}

.imgCardOne .imgCardDescription p {
  color: var(--color-white);
  margin-bottom: 0;
}

.imgCardOne .imgCardDescription p img {
  margin-bottom: 20px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardTwo {
  margin-bottom: 30px;
}

.imgCardTwo .imgCardWrap {
  position: relative;
  overflow: hidden;
  color: var(--color-white);
  border-radius: 30px;
  background-color: #0B2D28;
}

@media (min-width: 992px) {
  .imgCardTwo .imgCardWrap {
    font-size: 18px;
    padding: 70px;
  }
}
.imgCardTwo h1, .imgCardTwo h2, .imgCardTwo h3, .imgCardTwo h4, .imgCardTwo h5, .imgCardTwo h6, .imgCardTwo p {
  color: var(--color-white);
}

.imgCardTwo h1, .imgCardTwo h2, .imgCardTwo h3, .imgCardTwo h4, .imgCardTwo h5, .imgCardTwo h6 {
  margin-bottom: 20px;
}

.imgCardTwo p, .imgCardTwo ul, .imgCardTwo ol, .imgCardTwo dl, .imgCardTwo table {
  margin-bottom: 15px;
}

.imgCardTwo a {
  display: inline-block;
  margin-top: 30px;
  color: #00e5bf;
}

.imgCardTwo a:hover {
  text-decoration: underline;
}

@media (min-width: 992px) {
  .imgCardTwo .imgCardImg {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    transition: opacity cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
  }
}
@media (max-width: 991px) {
  .imgCardTwo .imgCardImg {
    padding-bottom: 75%;
  }
}
.imgCardTwo .imgCardContent {
  padding-top: 51px;
}

@media (max-width: 991px) {
  .imgCardTwo .imgCardContent {
    padding: 60px 60px 45px;
  }
}
@media (max-width: 575px) {
  .imgCardTwo .imgCardContent {
    padding: 30px 15px 15px;
  }
}
@media (min-width: 992px) {
  .imgCardTwo .imgCardTitle {
    padding-right: 70px;
    font-size: 46px;
  }
}
@media (min-width: 992px) {
  .imgCardTwo .imgCardCaption {
    max-width: 330px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .imgCardTwo .imgCardCaption {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .imgCardTwo .imgCardDescription {
    padding-right: 70px;
  }
}
.imgCardTwo .imgCardToggleBtn {
  display: table;
  cursor: pointer;
  color: #00e5bf;
}

@media (max-width: 991px) {
  .imgCardTwo .imgCardToggleBtn {
    display: none;
  }
}
.imgCardTwo .imgCardToggleBtn span {
  display: table-cell;
  vertical-align: middle;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardTwo .imgCardToggleBtn:hover .imgCardToggleIcon {
  background-color: #00e5bf;
}

.imgCardTwo .imgCardToggleBtn:hover .imgCardToggleIcon:before, .imgCardTwo .imgCardToggleBtn:hover .imgCardToggleIcon:after {
  background-color: #175B50;
}

.imgCardTwo .imgCardToggleText {
  padding-left: 10px;
}

.imgCardTwo .imgCardToggleIcon {
  position: relative;
  width: 36px;
  height: 36px;
  border: 2px solid #00e5bf;
  border-radius: 50%;
}

.imgCardTwo .imgCardToggleIcon:before, .imgCardTwo .imgCardToggleIcon:after {
  content: "";
  position: absolute;
  background-color: #00e5bf;
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.imgCardTwo .imgCardToggleIcon:before {
  top: 15px;
  left: 7px;
  width: 18px;
  height: 2px;
}

.imgCardTwo .imgCardToggleIcon:after {
  top: 7px;
  left: 15px;
  width: 2px;
  height: 18px;
}

@media (min-width: 992px) {
  .imgCardTwo.active .imgCardImg {
    opacity: 0;
    pointer-events: none;
  }
}
.imgCardTwo.active .imgCardToggleIcon {
  background-color: #00e5bf;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.imgCardTwo.active .imgCardToggleIcon:before, .imgCardTwo.active .imgCardToggleIcon:after {
  background-color: #0B2D28;
}

.imgCardTwo.active .imgCardToggleText {
  opacity: 0;
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardThree {
  margin-bottom: 30px;
}

.imgCardThree:hover .imgCardImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.imgCardThree .badge {
  margin-bottom: 5px;
}

.imgCardThree .imgCardWrap {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
}

.imgCardThree .imgCardImgHolder {
  overflow: hidden;
  height: 100%;
}

.imgCardThree .imgCardImg {
  display: block;
  height: 100%;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.imgCardThree .imgCardBody {
  padding: 30px;
}

@media (max-width: 575px) {
  .imgCardThree .imgCardBody {
    padding: 15px;
  }
}
.imgCardThree .imgCardBody p {
  margin-bottom: 20px;
}

.imgCardThree .imgCardTitle {
  margin-bottom: 20px;
}

.imgCardThree .imgCardMetas {
  margin-bottom: 15px;
}

.imgCardThree .imgCardMeta {
  margin-bottom: 5px;
}

.imgCardThree .imgCardMeta i {
  margin-right: 5px;
}

.imgCardThree .imgCardLink p {
  margin-bottom: 0;
}

.imgCardThree p.imgCardLink {
  margin-bottom: 0;
}

.imgCardThree .imgCardWrap {
  display: flex;
  flex-wrap: wrap;
}

.imgCardThree .imgCardHeader {
  width: 100%;
  max-width: 40%;
  flex: 0 0 40%;
}

@media (max-width: 767px) {
  .imgCardThree .imgCardHeader {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}
.imgCardThree .imgCardHeader + .imgCardBody {
  width: 100%;
  flex: 0 0 60%;
  max-width: 60%;
}

@media (max-width: 767px) {
  .imgCardThree .imgCardHeader + .imgCardBody {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Four - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardFour {
  margin-bottom: 30px;
}

.imgCardFour:hover .imgCardWrap {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.imgCardFour:hover .imgCardLink p a {
  color: var(--color-white);
  border-color: #F76033;
  background-color: #F76033;
}

.imgCardFour h1, .imgCardFour h2, .imgCardFour h3, .imgCardFour h4, .imgCardFour h5, .imgCardFour h6, .imgCardFour p, .imgCardFour ul, .imgCardFour ol, .imgCardFour dl {
  margin-bottom: 15px;
}

.imgCardFour .imgCardWrap {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  padding-top: 80px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardFour .imgCardImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgCardFour .imgCardGradient {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.imgCardFour .imgCardBody {
  position: relative;
  padding: 30px 30px 15px;
}

.imgCardFour .imgCardTitle {
  color: var(--color-white);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardFour .imgCardDescription {
  margin-bottom: 15px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardFour .imgCardDescription p {
  color: var(--color-white);
  line-height: 1.32;
}

.imgCardFour .imgCardLink p a:hover {
  color: var(--color-white);
  border-color: #F76033;
  background-color: #F76033;
}

.imgCardFour .imgCardLink p i {
  margin-right: 3px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Four - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Five - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardFive .imgCardWrap {
  margin-bottom: 30px;
}

.imgCardFive .imgCardLeft {
  margin-bottom: 60px;
}

@media (max-width: 991px) {
  .imgCardFive .imgCardLeft {
    margin-bottom: 0;
  }
}
.imgCardFive .imgCardRight {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .imgCardFive .imgCardRight {
    margin-top: 0;
  }
}
.imgCardFive .imgCardImg {
  min-height: 100%;
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.imgCardFive .imgCardContent {
  min-height: 100%;
}

.imgCardFive .imgCardTitle {
  display: inline-block;
  position: relative;
  padding-top: 30px;
  margin-top: 30px;
  max-width: 276px;
}

@media (max-width: 991px) {
  .imgCardFive .imgCardTitle {
    margin-top: 0;
  }
}
.imgCardFive .imgCardTitle:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 80px;
  height: 5px;
  background-color: var(--color-primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Five - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Six - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardSix {
  margin-bottom: 30px;
}

.imgCardSix:hover .imgCardWrap {
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.3);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}

.imgCardSix:hover .imgCardLink p a {
  color: var(--color-white);
  border-color: #F76033;
  background-color: #F76033;
}

.imgCardSix h1, .imgCardSix h2, .imgCardSix h3, .imgCardSix h4, .imgCardSix h5, .imgCardSix h6, .imgCardSix p, .imgCardSix ul, .imgCardSix ol, .imgCardSix dl {
  margin-bottom: 15px;
}

.imgCardSix .imgCardWrap {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: flex-end;
  min-height: 360px;
  padding-top: 80px;
  border-radius: 4px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardSix .imgCardImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.imgCardSix .imgCardGradient {
  pointer-events: none;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.imgCardSix .imgCardBody {
  position: relative;
  padding: 30px 30px 15px;
}

.imgCardSix .imgCardTitle {
  color: var(--color-white);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardSix .imgCardDescription {
  margin-bottom: 15px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.imgCardSix .imgCardDescription p {
  color: var(--color-white);
  line-height: 1.32;
}

.imgCardSix .imgCardLink p a:hover {
  color: var(--color-white);
  border-color: #F76033;
  background-color: #F76033;
}

.imgCardSix .imgCardLink p i {
  margin-right: 3px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Six - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Seven - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardSeven {
  margin-bottom: 30px;
}

.imgCardSeven:hover .imgCardImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.imgCardSeven .imgCardWrap {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
}

.imgCardSeven .imgCardImgHolder {
  overflow: hidden;
}

.imgCardSeven .imgCardImg {
  display: block;
}

.imgCardSeven .imgCardBody {
  padding: 25px;
}

@media (max-width: 575px) {
  .imgCardSeven .imgCardBody {
    padding: 15px;
  }
}
.imgCardSeven .imgCardBody p {
  margin-bottom: 20px;
}

.imgCardSeven .imgCardTitle {
  margin-bottom: 20px;
}

.imgCardSeven .imgCardMetas {
  margin-bottom: 20px;
}

.imgCardSeven .imgCardMeta {
  margin-bottom: 5px;
}

.imgCardSeven .imgCardMeta i {
  margin-right: 5px;
}

.imgCardSeven .imgCardDescription {
  font-size: 14px;
}

.imgCardSeven .imgCardLink p {
  margin-bottom: 0;
}

.imgCardSeven p.imgCardLink {
  margin-bottom: 0;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Seven - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Gallery One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.imgCardGalleryOne .imgCardGalleryItem {
  position: relative;
  margin-bottom: 80px;
}

@media (max-width: 767px) {
  .imgCardGalleryOne .imgCardGalleryItem {
    margin-bottom: 30px;
  }
}
.imgCardGalleryOne .imgCardGalleryItemWrap {
  overflow: hidden;
  border-radius: 10px;
  background: linear-gradient(-40deg, #69e7e3 0%, #14bcf3 60%, #1eb4e5 100%);
  box-shadow: 4px 12px 40px 6px rgba(0, 0, 0, 0.09);
}

.imgCardGalleryOne .imgCardGalleryContent {
  max-width: 460px;
  padding: 50px 20px 15px;
  margin: 0 auto;
  text-align: center;
}

.imgCardGalleryOne .imgCardGalleryContent h1, .imgCardGalleryOne .imgCardGalleryContent h2, .imgCardGalleryOne .imgCardGalleryContent h3, .imgCardGalleryOne .imgCardGalleryContent h4, .imgCardGalleryOne .imgCardGalleryContent h5, .imgCardGalleryOne .imgCardGalleryContent h6, .imgCardGalleryOne .imgCardGalleryContent p {
  color: var(--color-white);
  margin-bottom: 15px;
}

.imgCardGalleryOne .imgCardGalleryImg {
  padding-bottom: 56%;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Image Card Gallery One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Carousel One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.logoCarouselOne .logoCarouselWrap.slick-dotted {
  margin-bottom: 60px;
}

.logoCarouselOne .logoCarouselItem {
  margin: 0 15px;
}

.logoCarouselOne .logoCarouselImg {
  padding-bottom: 56%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.logoCarouselOne .logoCarouselImg:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.logoCarouselOne .slick-prev,
.logoCarouselOne .slick-next {
  z-index: 1;
  width: 30px;
  height: 30px;
}

.logoCarouselOne .slick-prev svg,
.logoCarouselOne .slick-next svg {
  width: 100%;
  height: 100%;
}

.logoCarouselOne .slick-prev path,
.logoCarouselOne .slick-prev circle,
.logoCarouselOne .slick-next path,
.logoCarouselOne .slick-next circle {
  stroke: #707070;
  fill: transparent;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.logoCarouselOne .slick-prev.slick-disabled,
.logoCarouselOne .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.logoCarouselOne .slick-prev:before,
.logoCarouselOne .slick-next:before {
  display: none;
}

.logoCarouselOne .slick-prev:hover path,
.logoCarouselOne .slick-next:hover path {
  stroke: var(--color-white);
}

.logoCarouselOne .slick-prev:hover circle,
.logoCarouselOne .slick-next:hover circle {
  fill: var(--color-primary);
  stroke: var(--color-primary);
}

.logoCarouselOne .slick-prev {
  left: -30px;
}

.logoCarouselOne .slick-next {
  right: -30px;
}

@media (max-width: 575px) {
  .logoCarouselOne .logoCarouselItem {
    margin: 0 30px;
  }

  .logoCarouselOne .slick-prev,
.logoCarouselOne .slick-next {
    width: 30px;
    height: 30px;
  }

  .logoCarouselOne .slick-prev {
    left: 0;
  }

  .logoCarouselOne .slick-next {
    right: 0;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Logo Carousel One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Magnification Image - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.magImg {
  display: block;
  position: relative;
}

.magImg:hover .imgOverlay,
.magImg:hover .imgContent {
  opacity: 1;
}

.magImg .imgOverlay,
.magImg .imgContent {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.magImg .imgOverlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.magImg .imgContent {
  padding: 15px;
}

.magImg .imgIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--color-white);
  font-size: 40px;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Magnification Image - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.mobileMenuOne .mobileMenuBackdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
  z-index: 1000;
}

.mobileMenuOne .mobileMenuWrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-width: 480px;
  padding: 15px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 400ms;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 1010;
}

.mobileMenuOne .mobileMenuInner {
  position: relative;
  display: grid;
  grid-template-rows: auto 1fr auto;
  overflow: hidden;
  height: 100%;
  padding: 80px 0 50px;
  border-radius: 4px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
  .mobileMenuOne .mobileMenuInner {
    padding: 80px 0 30px;
  }
}
.mobileMenuOne .mobileMenuClose {
  position: absolute;
  top: 30px;
  right: 30px;
}

.mobileMenuOne .mobileMenuHeader {
  padding: 0 50px;
}

@media (max-width: 575px) {
  .mobileMenuOne .mobileMenuHeader {
    padding: 0 30px;
  }
}
.mobileMenuOne .mobileMenuBody {
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0 50px;
}

@media (max-width: 575px) {
  .mobileMenuOne .mobileMenuBody {
    padding: 0 30px;
  }
}
.mobileMenuOne .mobileMenuFooter {
  padding: 0 50px;
}

@media (max-width: 575px) {
  .mobileMenuOne .mobileMenuFooter {
    padding: 0 30px;
  }
}
.mobileMenuOne.active .mobileMenuBackdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.mobileMenuOne.active .mobileMenuWrap {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.mobileMenuOne .mobileMenuNav ul {
  padding: 0;
}

.mobileMenuOne .mobileMenuNav ul li {
  padding: 0;
  margin: 0 0 15px 0;
}

.mobileMenuOne .mobileMenuNav ul li:last-of-type {
  margin-bottom: 0;
}

.mobileMenuOne .mobileMenuNav ul li:before {
  display: none;
}

.mobileMenuOne .mobileMenuNav ul li a {
  width: 100%;
  color: var(--color-primary);
  font-size: 25px;
  font-weight: 700;
}

.mobileMenuOne .mobileMenuNav ul li a:hover {
  color: #175B50;
}

.mobileMenuOne .mobileMenuNav ul li a > i {
  font-size: 20px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.mobileMenuOne .mobileMenuNav ul li.has-children > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mobileMenuOne .mobileMenuNav ul li ul {
  display: none;
  margin: 15px 0 0;
  padding: 0 0 0 20px;
  border-left: 1px solid #175B50;
}

.mobileMenuOne .mobileMenuNav ul li ul li a {
  color: #175B50;
  font-size: 18px;
  font-weight: 400;
}

.mobileMenuOne .mobileMenuNav ul li ul li a:hover {
  color: #0B2D28;
}

.mobileMenuOne .mobileMenuNav ul li ul li a > i {
  font-size: 16px;
}

.mobileMenuOne .mobileMenuNav ul li.active > a {
  color: #175B50;
}

.mobileMenuOne .mobileMenuNav ul li.active > a i {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Mobile Menu One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.liveEdBlock .modalOne {
  padding-top: 34px;
}

.modalOne .container {
  max-width: none;
}

.modalOne .contentArea .contentAreaWrap {
  padding: 40px 25px 15px;
}

@media (max-width: 767px) {
  .modalOne .contentArea .contentAreaWrap {
    padding: 40px 15px 15px;
  }
}
@media (max-width: 575px) {
  .modalOne .contentArea .contentAreaWrap {
    padding: 30px 0 5px;
  }
}
.modalOne .modalPanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  padding: 60px 15px;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.8);
}

.modalOne .modalDialog {
  opacity: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  margin: 0 auto;
  min-height: 100px;
  border-radius: 6px;
  background-color: var(--color-white);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.5);
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.modalOne .modalDialog.active {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.modalOne .modalClose {
  z-index: 1;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 28px;
  height: 28px;
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0);
}

.modalOne .modalClose:hover {
  color: black;
  background-color: white;
  box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.15);
}

.modalOne .modalDialogSmall {
  max-width: 570px;
}

.modalOne .modalDialogMedium {
  max-width: 770px;
}

.modalOne .modalDialogLarge {
  max-width: 970px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal Editor - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.modalEditor ul li {
  margin: 5px;
}

.modalEditor table:not(.Dialog) thead {
  background-color: #e9ecef;
}

.modalEditor table:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.modalEditor table:not(.Dialog) th, .modalEditor table:not(.Dialog) td {
  padding: 10px;
  line-height: 34px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Modal Editor - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Newsletter Form One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.liveEdBlock .newsletterFormOne {
  padding-top: 34px;
}

.newsletterFormOne .Dialog h1, .newsletterFormOne .Dialog h2, .newsletterFormOne .Dialog h3, .newsletterFormOne .Dialog h4, .newsletterFormOne .Dialog h5, .newsletterFormOne .Dialog h6 {
  margin-bottom: 0;
}

.newsletterFormOne .Dialog th {
  display: none;
}

.newsletterFormOne .Dialog .mwInput {
  background-color: var(--color-white);
}

.newsletterFormOne .Dialog .mwInput input {
  color: #495057;
}

@media (min-width: 1200px) {
  .newsletterFormOne .Dialog {
    display: flex;
    align-items: center;
  }

  .newsletterFormOne .Dialog h1, .newsletterFormOne .Dialog h2, .newsletterFormOne .Dialog h3, .newsletterFormOne .Dialog h4, .newsletterFormOne .Dialog h5, .newsletterFormOne .Dialog h6 {
    margin-right: 40px;
  }

  .newsletterFormOne .Dialog .mwInput.button {
    float: none !important;
    vertical-align: middle;
  }

  .newsletterFormOne .Dialog thead, .newsletterFormOne .Dialog tbody, .newsletterFormOne .Dialog tr, .newsletterFormOne .Dialog td {
    display: block;
  }

  .newsletterFormOne .Dialog tbody + tbody {
    margin-left: 30px;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(1) {
    flex: 0 0 auto;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(2) {
    flex: 1 1 auto;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(3) {
    flex: 1 1 auto;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(4) {
    flex: 0 1 auto;
  }

  .newsletterFormOne .Dialog th, .newsletterFormOne .Dialog td {
    padding: 0;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .newsletterFormOne .Dialog tbody:nth-of-type(2) {
    width: 50%;
    display: inline-block;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(2) tr {
    display: block;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(2) td {
    display: block;
    padding-right: 15px;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(3) {
    width: 50%;
    display: inline-block;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(3) tr {
    display: block;
  }

  .newsletterFormOne .Dialog tbody:nth-of-type(3) td {
    display: block;
    padding-left: 15px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Newsletter Form One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Newsletter Form Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.liveEdBlock .newsletterFormTwo {
  padding-top: 34px;
}

.newsletterFormTwo .newsletterFormSns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 30px;
}

.newsletterFormTwo .newsletterFormSns p {
  margin-bottom: 0;
}

.newsletterFormTwo .newsletterFormSnsTitle {
  margin-right: 20px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Newsletter Form Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Open Hours One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.openHoursOne .openHoursWrap {
  position: relative;
  display: inline-block;
}

.openHoursOne .modalEditor {
  display: none;
  padding: 0;
}

.openHoursOne .openHoursEdBtn {
  display: none;
}

.liveEdBlock .openHoursOne .modalEditor,
.liveEdBlock .openHoursOne .openHoursEdBtn {
  display: block;
}

.openHoursOne.active .openHoursStatus i {
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}

.openHoursOne .openHoursStatus {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}

.openHoursOne .openHoursStatus i {
  color: var(--color-primary);
  transition: -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  transition: transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms, -webkit-transform cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.openHoursOne .openHoursCurrentStatus {
  margin-right: 5px;
  color: var(--color-primary);
  font-style: italic;
  font-family: "Lora", serif;
}

.openHoursOne .openHoursNextStatus {
  margin-right: 5px;
  font-weight: 700;
}

.openHoursOne .openHoursPanel {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  min-width: 250px;
  padding: 25px 20px 10px;
  background-color: var(--color-white);
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.openHoursOne .openHoursPanelHeader {
  margin-bottom: 15px;
}

.openHoursOne .openHoursPanelBody {
  margin-bottom: 15px;
}

.openHoursOne .openHoursPanelBody ul li {
  margin-bottom: 3px;
}

.openHoursOne .openHoursPanelFooter p {
  margin-bottom: 15px;
}

.openHoursOne .openHoursDay {
  min-width: 50px;
  display: inline-block;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Open Hours One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.pageBannerOne .pageBannerWrap {
  text-align: center;
}

.pageBannerOne .pageBannerTitle {
  color: var(--color-white);
  font-size: 60px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.pageBannerOne .pageBannerContent {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.pageBannerOne .pageBannerDescription {
  color: var(--color-white);
  font-size: 25px;
}

@media (min-width: 1921px) {
  .pageBannerOne .pageBannerImg {
    width: 100%;
  }

  .pageBannerOne .pageBannerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1920px) {
  .pageBannerOne .pageBannerWrap {
    position: relative;
    overflow: hidden;
  }

  .pageBannerOne .pageBannerImg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pageBannerOne .pageBannerContent {
    position: relative;
    height: 480px;
  }
}
@media (max-width: 1199px) {
  .pageBannerOne .pageBannerTitle {
    font-size: 50px;
  }

  .pageBannerOne .pageBannerDescription {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pageBannerOne .pageBannerTitle {
    font-size: 38px;
  }

  .pageBannerOne .pageBannerDescription {
    color: var(--color-white);
    font-size: 16px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.pageBannerTwo .pageBannerContent {
  display: flex;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.15);
}

.pageBannerTwo .pageBannerInner {
  max-width: 550px;
}

.pageBannerTwo .pageBannerTitle {
  color: var(--color-white);
  font-size: 60px;
  line-height: 1;
  margin-bottom: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.pageBannerTwo .pageBannerDescription {
  color: var(--color-white);
  font-size: 18px;
}

@media (min-width: 1921px) {
  .pageBannerTwo .pageBannerImg {
    width: 100%;
  }

  .pageBannerTwo .pageBannerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1920px) {
  .pageBannerTwo .pageBannerWrap {
    position: relative;
    overflow: hidden;
  }

  .pageBannerTwo .pageBannerImg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pageBannerTwo .pageBannerContent {
    position: relative;
    height: 480px;
  }
}
@media (max-width: 1199px) {
  .pageBannerTwo .pageBannerTitle {
    font-size: 50px;
  }

  .pageBannerTwo .pageBannerDescription {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pageBannerTwo .pageBannerTitle {
    font-size: 38px;
  }

  .pageBannerTwo .pageBannerDescription {
    color: var(--color-white);
    font-size: 16px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner For Donation Form Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.pageBannerForDonationFormTwo {
  margin-bottom: -210px;
}

@media (max-width: 991px) {
  .pageBannerForDonationFormTwo {
    margin-bottom: -190px;
  }
}
@media (max-width: 767px) {
  .pageBannerForDonationFormTwo {
    margin-bottom: -180px;
  }
}
.pageBannerForDonationFormTwo .pageBannerWrap {
  text-align: center;
}

.pageBannerForDonationFormTwo .pageBannerInner {
  margin: 0 auto;
  max-width: 670px;
}

.pageBannerForDonationFormTwo .pageBannerTitle {
  color: var(--color-white);
  font-size: 60px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.pageBannerForDonationFormTwo .pageBannerDescription {
  color: var(--color-white);
  font-size: 25px;
}

@media (min-width: 1921px) {
  .pageBannerForDonationFormTwo .pageBannerImg {
    width: 100%;
  }

  .pageBannerForDonationFormTwo .pageBannerContent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1920px) {
  .pageBannerForDonationFormTwo .pageBannerWrap {
    position: relative;
    overflow: hidden;
  }

  .pageBannerForDonationFormTwo .pageBannerImg {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .pageBannerForDonationFormTwo .pageBannerContent {
    position: relative;
    padding: 150px 0 280px;
    background-color: rgba(0, 0, 0, 0.15);
  }
}
@media (max-width: 1199px) {
  .pageBannerForDonationFormTwo .pageBannerTitle {
    font-size: 50px;
  }

  .pageBannerForDonationFormTwo .pageBannerDescription {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .pageBannerForDonationFormTwo .pageBannerTitle {
    font-size: 38px;
  }

  .pageBannerForDonationFormTwo .pageBannerDescription {
    font-size: 16px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Page Banner For Donation Form Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postDetailsOne .blogs-post-crop-icon {
  top: 35px;
  left: calc(100% - 35px);
  z-index: 400;
}

.mwPageBlock:not(.liveEdBlock) .postDetailsOne .blogs-post-crop-icon {
  display: none;
}

.postDetailsOne .ui-resizable-handle,
.postDetailsOne .button.rst.reset {
  display: none !important;
}

.postDetailsOne .postDetailsBanner {
  position: relative;
  overflow: hidden;
  margin-bottom: -300px;
}

.postDetailsOne .postDetailsBannerWrap {
  padding: 60px 0 300px;
}

.postDetailsOne .postDetailsBannerBg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 110%;
  height: 110%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.postDetailsOne .postDetailsBannerOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, white 100%);
}

.postDetailsOne .postDetailsBannerImg {
  position: relative;
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.06);
}

.postDetailsOne .postDetailsHeader {
  position: relative;
  padding: 60px 0;
}

.postDetailsOne .postDetailsTitle {
  color: #181818;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsOne .postDetailsTitle:before, .postDetailsOne .postDetailsTitle:after {
  display: none;
}

.postDetailsOne .postDetailsSubheading {
  font-size: 24px;
  line-height: 1.8;
  font-weight: 100;
}

.postDetailsOne .postDetailsSubheader {
  align-items: center;
  margin-top: 60px;
}

.postDetailsOne .postDetailsInfo {
  display: flex;
  align-items: center;
}

.postDetailsOne .postDetailsInfoMain {
  margin-bottom: 2px;
}

.postDetailsOne .postDetailsAvatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  font-size: 22px;
  color: #adb5bd;
  font-weight: 100;
  border-radius: 50%;
  background-color: #e9ecef;
}

.postDetailsOne .postDetailsAvatar span {
  margin-bottom: 1px;
}

.postDetailsOne .postDetailsAuthor {
  color: #181818;
}

.postDetailsOne .postDetailsMetas {
  font-size: 14px;
  color: #757575;
}

.postDetailsOne .postDetailsShare {
  text-align: right;
}

.postDetailsOne .postDetailsShare a {
  display: inline-block;
  color: #495057;
}

.postDetailsOne .postDetailsShare a:hover {
  color: var(--color-primary);
}

.postDetailsOne .postDetailsShare a:first-of-type .shareBtn {
  margin-left: 0;
}

.postDetailsOne .postDetailsShare a:last-of-type .shareBtn {
  margin-right: 0;
}

.postDetailsOne .postDetailsShare .shareBtn {
  margin-top: 0;
  margin-bottom: 0;
}

.postDetailsOne .postDetailsBody {
  position: relative;
}

.postDetailsOne .postDetailsContent h1, .postDetailsOne .postDetailsContent h2, .postDetailsOne .postDetailsContent h3, .postDetailsOne .postDetailsContent h4, .postDetailsOne .postDetailsContent h5, .postDetailsOne .postDetailsContent h6 {
  color: #181818;
  margin-top: 45px;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsOne .postDetailsContent h1:before, .postDetailsOne .postDetailsContent h1:after, .postDetailsOne .postDetailsContent h2:before, .postDetailsOne .postDetailsContent h2:after, .postDetailsOne .postDetailsContent h3:before, .postDetailsOne .postDetailsContent h3:after, .postDetailsOne .postDetailsContent h4:before, .postDetailsOne .postDetailsContent h4:after, .postDetailsOne .postDetailsContent h5:before, .postDetailsOne .postDetailsContent h5:after, .postDetailsOne .postDetailsContent h6:before, .postDetailsOne .postDetailsContent h6:after {
  display: none;
}

.postDetailsOne .postDetailsContent h1 {
  font-size: 42px;
}

.postDetailsOne .postDetailsContent h2 {
  font-size: 38px;
}

.postDetailsOne .postDetailsContent h3 {
  font-size: 32px;
}

.postDetailsOne .postDetailsContent h4 {
  font-size: 28px;
}

.postDetailsOne .postDetailsContent h5 {
  font-size: 22px;
}

.postDetailsOne .postDetailsContent h6 {
  font-size: 18px;
}

.postDetailsOne .postDetailsContent p, .postDetailsOne .postDetailsContent ul, .postDetailsOne .postDetailsContent ol, .postDetailsOne .postDetailsContent dl {
  color: #181818;
  font-size: 18px;
  line-height: 1.8;
}

.postDetailsOne .postDetailsContent a {
  text-decoration: underline;
}

.postDetailsOne .postDetailsFooter {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .postDetailsOne .postDetailsBanner {
    margin-bottom: -150px;
  }

  .postDetailsOne .postDetailsBannerWrap {
    padding: 30px 0 150px;
  }

  .postDetailsOne .postDetailsHeader {
    padding: 30px 0;
  }

  .postDetailsOne .postDetailsTitle {
    font-size: 26px;
  }

  .postDetailsOne .postDetailsSubheading {
    font-size: 20px;
  }

  .postDetailsOne .postDetailsSubheader {
    margin-top: 30px;
  }

  .postDetailsOne .postDetailsContent h1 {
    font-size: 30px;
  }

  .postDetailsOne .postDetailsContent h2 {
    font-size: 28px;
  }

  .postDetailsOne .postDetailsContent h3 {
    font-size: 24px;
  }

  .postDetailsOne .postDetailsContent h4 {
    font-size: 22px;
  }

  .postDetailsOne .postDetailsContent h5 {
    font-size: 20px;
  }

  .postDetailsOne .postDetailsContent h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .postDetailsOne .postDetailsShare {
    order: -1;
    text-align: left;
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .postDetailsOne .postDetailsBanner {
    margin-bottom: 0;
  }

  .postDetailsOne .postDetailsBannerBg,
.postDetailsOne .postDetailsBannerOverlay {
    display: none;
  }

  .postDetailsOne .postDetailsBannerWrap {
    padding: 0;
  }

  .postDetailsOne .postDetailsBannerWrap .container {
    padding-left: 0;
    padding-right: 0;
  }

  .postDetailsOne .postDetailsBannerImg {
    width: 100%;
    box-shadow: none;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postDetailsTwo .blogs-post-crop-icon {
  top: 35px;
  left: calc(100% - 35px);
  z-index: 400;
}

.mwPageBlock:not(.liveEdBlock) .postDetailsTwo .blogs-post-crop-icon {
  display: none;
}

.postDetailsTwo .ui-resizable-handle,
.postDetailsTwo .button.rst.reset {
  display: none !important;
}

.postDetailsTwo .postDetailsBanner {
  margin-bottom: 60px;
}

.postDetailsTwo .postDetailsBannerImg {
  width: 100%;
}

.postDetailsTwo .postDetailsHeader {
  position: relative;
  padding: 90px 0 60px;
}

.postDetailsTwo .postDetailsTitle {
  color: #181818;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsTwo .postDetailsTitle:before, .postDetailsTwo .postDetailsTitle:after {
  display: none;
}

.postDetailsTwo .postDetailsSubheading {
  font-size: 24px;
  font-weight: 100;
}

.postDetailsTwo .postDetailsSubheader {
  align-items: center;
  margin-top: 30px;
}

.postDetailsTwo .postDetailsInfo {
  display: flex;
  align-items: center;
}

.postDetailsTwo .postDetailsInfoMain {
  margin-bottom: 2px;
}

.postDetailsTwo .postDetailsAvatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  font-size: 22px;
  color: #adb5bd;
  font-weight: 100;
  border-radius: 50%;
  background-color: #e9ecef;
}

.postDetailsTwo .postDetailsAvatar span {
  margin-bottom: 1px;
}

.postDetailsTwo .postDetailsAuthor {
  color: #181818;
}

.postDetailsTwo .postDetailsMetas {
  font-size: 14px;
  color: #757575;
}

.postDetailsTwo .postDetailsShare {
  text-align: right;
}

.postDetailsTwo .postDetailsShare a {
  display: inline-block;
  color: #495057;
}

.postDetailsTwo .postDetailsShare a:hover {
  color: var(--color-primary);
}

.postDetailsTwo .postDetailsShare a:first-of-type .shareBtn {
  margin-left: 0;
}

.postDetailsTwo .postDetailsShare a:last-of-type .shareBtn {
  margin-right: 0;
}

.postDetailsTwo .postDetailsShare .shareBtn {
  margin-top: 0;
  margin-bottom: 0;
}

.postDetailsTwo .postDetailsBody {
  position: relative;
}

.postDetailsTwo .postDetailsContent h1, .postDetailsTwo .postDetailsContent h2, .postDetailsTwo .postDetailsContent h3, .postDetailsTwo .postDetailsContent h4, .postDetailsTwo .postDetailsContent h5, .postDetailsTwo .postDetailsContent h6 {
  color: #181818;
  margin-top: 45px;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsTwo .postDetailsContent h1:before, .postDetailsTwo .postDetailsContent h1:after, .postDetailsTwo .postDetailsContent h2:before, .postDetailsTwo .postDetailsContent h2:after, .postDetailsTwo .postDetailsContent h3:before, .postDetailsTwo .postDetailsContent h3:after, .postDetailsTwo .postDetailsContent h4:before, .postDetailsTwo .postDetailsContent h4:after, .postDetailsTwo .postDetailsContent h5:before, .postDetailsTwo .postDetailsContent h5:after, .postDetailsTwo .postDetailsContent h6:before, .postDetailsTwo .postDetailsContent h6:after {
  display: none;
}

.postDetailsTwo .postDetailsContent h1 {
  font-size: 42px;
}

.postDetailsTwo .postDetailsContent h2 {
  font-size: 38px;
}

.postDetailsTwo .postDetailsContent h3 {
  font-size: 32px;
}

.postDetailsTwo .postDetailsContent h4 {
  font-size: 28px;
}

.postDetailsTwo .postDetailsContent h5 {
  font-size: 22px;
}

.postDetailsTwo .postDetailsContent h6 {
  font-size: 18px;
}

.postDetailsTwo .postDetailsContent p, .postDetailsTwo .postDetailsContent ul, .postDetailsTwo .postDetailsContent ol, .postDetailsTwo .postDetailsContent dl {
  color: #181818;
  font-size: 18px;
  line-height: 1.8;
}

.postDetailsTwo .postDetailsContent a {
  text-decoration: underline;
}

.postDetailsTwo .postDetailsFooter {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .postDetailsTwo .postDetailsBanner {
    margin-bottom: 30px;
  }

  .postDetailsTwo .postDetailsHeader {
    padding: 30px 0;
  }

  .postDetailsTwo .postDetailsTitle {
    font-size: 26px;
  }

  .postDetailsTwo .postDetailsSubheading {
    font-size: 20px;
  }

  .postDetailsTwo .postDetailsContent h1 {
    font-size: 30px;
  }

  .postDetailsTwo .postDetailsContent h2 {
    font-size: 28px;
  }

  .postDetailsTwo .postDetailsContent h3 {
    font-size: 24px;
  }

  .postDetailsTwo .postDetailsContent h4 {
    font-size: 22px;
  }

  .postDetailsTwo .postDetailsContent h5 {
    font-size: 20px;
  }

  .postDetailsTwo .postDetailsContent h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .postDetailsTwo .postDetailsShare {
    order: -1;
    text-align: left;
    margin-bottom: 30px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postDetailsThree .blogs-post-crop-icon {
  top: 35px;
  left: calc(100% - 35px);
  z-index: 400;
}

.mwPageBlock:not(.liveEdBlock) .postDetailsThree .blogs-post-crop-icon {
  display: none;
}

.postDetailsThree .ui-resizable-handle,
.postDetailsThree .button.rst.reset {
  display: none !important;
}

.postDetailsThree .postDetailsHeader {
  padding: 60px 0;
}

.postDetailsThree .postDetailsBanner {
  position: relative;
  border-radius: 20px;
}

.postDetailsThree .postDetailsHeaderRight {
  position: relative;
  padding: 45px 0;
}

.postDetailsThree .postDetailsHeaderRightInner {
  padding: 60px 15px 55px 0;
  border-radius: 0 20px 20px 0;
  background-color: var(--color-white);
}

.postDetailsThree .postDetailsMetas {
  font-size: 14px;
  margin-bottom: 15px;
  padding-left: 5px;
  font-family: monospace;
}

.postDetailsThree .postDetailsTitle {
  color: #181818;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 20px;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsThree .postDetailsTitle:before, .postDetailsThree .postDetailsTitle:after {
  display: none;
}

.postDetailsThree .postDetailsSubheading {
  font-size: 24px;
  font-weight: 100;
}

.postDetailsThree .postDetailsAuthor {
  display: flex;
  align-items: center;
}

.postDetailsThree .postDetailsAvatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  margin-right: 8px;
  font-size: 15px;
  color: #adb5bd;
  border-radius: 50%;
  background-color: #e9ecef;
}

.postDetailsThree .postDetailsAvatar span {
  margin-bottom: 1px;
}

.postDetailsThree .postDetailsAuthorName {
  font-size: 14px;
  font-family: monospace;
}

.postDetailsThree .postDetailsContent h1, .postDetailsThree .postDetailsContent h2, .postDetailsThree .postDetailsContent h3, .postDetailsThree .postDetailsContent h4, .postDetailsThree .postDetailsContent h5, .postDetailsThree .postDetailsContent h6 {
  color: #181818;
  margin-top: 45px;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsThree .postDetailsContent h1:before, .postDetailsThree .postDetailsContent h1:after, .postDetailsThree .postDetailsContent h2:before, .postDetailsThree .postDetailsContent h2:after, .postDetailsThree .postDetailsContent h3:before, .postDetailsThree .postDetailsContent h3:after, .postDetailsThree .postDetailsContent h4:before, .postDetailsThree .postDetailsContent h4:after, .postDetailsThree .postDetailsContent h5:before, .postDetailsThree .postDetailsContent h5:after, .postDetailsThree .postDetailsContent h6:before, .postDetailsThree .postDetailsContent h6:after {
  display: none;
}

.postDetailsThree .postDetailsContent h1 {
  font-size: 42px;
}

.postDetailsThree .postDetailsContent h2 {
  font-size: 38px;
}

.postDetailsThree .postDetailsContent h3 {
  font-size: 32px;
}

.postDetailsThree .postDetailsContent h4 {
  font-size: 28px;
}

.postDetailsThree .postDetailsContent h5 {
  font-size: 22px;
}

.postDetailsThree .postDetailsContent h6 {
  font-size: 18px;
}

.postDetailsThree .postDetailsContent p, .postDetailsThree .postDetailsContent ul, .postDetailsThree .postDetailsContent ol, .postDetailsThree .postDetailsContent dl {
  color: #181818;
  font-size: 18px;
  line-height: 1.8;
}

.postDetailsThree .postDetailsContent a {
  text-decoration: underline;
}

.postDetailsThree .postDetailsFooter {
  position: relative;
  padding: 60px 0;
}

@media (min-width: 1200px) {
  .postDetailsThree .postDetailsHeaderInner {
    display: flex;
    flex-wrap: wrap;
  }

  .postDetailsThree .postDetailsHeaderLeft {
    width: 100%;
    max-width: 58%;
    flex: 0 0 58%;
  }

  .postDetailsThree .postDetailsBanner {
    width: 115%;
    left: -15%;
    height: 100%;
  }

  .postDetailsThree .postDetailsHeaderRight {
    order: -1;
    width: 100%;
    max-width: 42%;
    flex: 0 0 42%;
  }
}
@media (max-width: 1199px) {
  .postDetailsThree .postDetailsHeader {
    padding: 30px 0;
  }

  .postDetailsThree .postDetailsBanner {
    height: 360px;
  }

  .postDetailsThree .postDetailsHeaderRight {
    padding: 0 15px;
    margin-top: -40px;
  }

  .postDetailsThree .postDetailsHeaderRightInner {
    max-width: 840px;
    padding: 30px 35px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
  }
}
@media (max-width: 991px) {
  .postDetailsThree .postDetailsTitle {
    font-size: 26px;
  }

  .postDetailsThree .postDetailsSubheading {
    font-size: 20px;
  }

  .postDetailsThree .postDetailsContent h1 {
    font-size: 30px;
  }

  .postDetailsThree .postDetailsContent h2 {
    font-size: 28px;
  }

  .postDetailsThree .postDetailsContent h3 {
    font-size: 24px;
  }

  .postDetailsThree .postDetailsContent h4 {
    font-size: 22px;
  }

  .postDetailsThree .postDetailsContent h5 {
    font-size: 20px;
  }

  .postDetailsThree .postDetailsContent h6 {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .postDetailsThree .postDetailsHeader {
    padding: 15px 0;
  }

  .postDetailsThree .postDetailsBanner {
    height: 240px;
  }

  .postDetailsThree .postDetailsHeaderRight {
    padding: 0 10px;
  }

  .postDetailsThree .postDetailsHeaderRightInner {
    padding: 20px 15px 15px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details Four - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postDetailsFour .blogs-post-crop-icon {
  top: 35px;
  left: calc(100% - 35px);
  z-index: 400;
}

.mwPageBlock:not(.liveEdBlock) .postDetailsFour .blogs-post-crop-icon {
  display: none;
}

.postDetailsFour .ui-resizable-handle,
.postDetailsFour .button.rst.reset {
  display: none !important;
}

.postDetailsFour .postDetailsHeader {
  position: relative;
  padding: 100px 0 0;
}

.postDetailsFour .postDetailsHeader:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  height: calc(100% - 80px);
  background-color: #CAEDE7;
  z-index: -1;
}

.postDetailsFour.no-banner .postDetailsHeader {
  padding: 200px 0 60px;
  background-color: #CAEDE7;
}

.postDetailsFour.no-banner .postDetailsHeader:before {
  display: none;
}

.postDetailsFour .postDetailsTitle {
  color: #181818;
  font-size: 46px;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsFour .postDetailsTitle:before, .postDetailsFour .postDetailsTitle:after {
  display: none;
}

.postDetailsFour .postDetailsSubheading {
  font-size: 24px;
  font-weight: 100;
}

.postDetailsFour .postDetailsBanner {
  margin-top: 60px;
}

.postDetailsFour .postDetailsBannerImg {
  width: 100%;
  border-radius: 3px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}

.postDetailsFour .postDetailsSubheader {
  padding: 50px 0 40px;
}

.postDetailsFour .postDetailsSubheader .row {
  align-items: center;
}

.postDetailsFour .postDetailsInfo {
  display: flex;
  align-items: center;
}

.postDetailsFour .postDetailsInfoMain {
  margin-bottom: 2px;
}

.postDetailsFour .postDetailsAvatar {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-right: 10px;
  font-size: 22px;
  color: #adb5bd;
  font-weight: 100;
  border-radius: 50%;
  background-color: #e9ecef;
}

.postDetailsFour .postDetailsAvatar span {
  margin-bottom: 1px;
}

.postDetailsFour .postDetailsAuthor {
  color: #181818;
}

.postDetailsFour .postDetailsMetas {
  font-size: 14px;
  color: #757575;
}

.postDetailsFour .postDetailsShare {
  text-align: right;
}

.postDetailsFour .postDetailsShare a {
  display: inline-block;
  color: #495057;
}

.postDetailsFour .postDetailsShare a:hover {
  color: var(--color-primary);
}

.postDetailsFour .postDetailsShare a:first-of-type .shareBtn {
  margin-left: 0;
}

.postDetailsFour .postDetailsShare a:last-of-type .shareBtn {
  margin-right: 0;
}

.postDetailsFour .postDetailsShare .shareBtn {
  margin-top: 0;
  margin-bottom: 0;
}

.postDetailsFour .postDetailsBody {
  position: relative;
}

.postDetailsFour .postDetailsContent h1, .postDetailsFour .postDetailsContent h2, .postDetailsFour .postDetailsContent h3, .postDetailsFour .postDetailsContent h4, .postDetailsFour .postDetailsContent h5, .postDetailsFour .postDetailsContent h6 {
  color: #181818;
  margin-top: 45px;
  margin-bottom: 20px;
  line-height: 1.2;
  text-transform: none;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.postDetailsFour .postDetailsContent h1:before, .postDetailsFour .postDetailsContent h1:after, .postDetailsFour .postDetailsContent h2:before, .postDetailsFour .postDetailsContent h2:after, .postDetailsFour .postDetailsContent h3:before, .postDetailsFour .postDetailsContent h3:after, .postDetailsFour .postDetailsContent h4:before, .postDetailsFour .postDetailsContent h4:after, .postDetailsFour .postDetailsContent h5:before, .postDetailsFour .postDetailsContent h5:after, .postDetailsFour .postDetailsContent h6:before, .postDetailsFour .postDetailsContent h6:after {
  display: none;
}

.postDetailsFour .postDetailsContent h1 {
  font-size: 42px;
}

.postDetailsFour .postDetailsContent h2 {
  font-size: 38px;
}

.postDetailsFour .postDetailsContent h3 {
  font-size: 32px;
}

.postDetailsFour .postDetailsContent h4 {
  font-size: 28px;
}

.postDetailsFour .postDetailsContent h5 {
  font-size: 22px;
}

.postDetailsFour .postDetailsContent h6 {
  font-size: 18px;
}

.postDetailsFour .postDetailsContent p, .postDetailsFour .postDetailsContent ul, .postDetailsFour .postDetailsContent ol, .postDetailsFour .postDetailsContent dl {
  color: #181818;
  font-size: 18px;
  line-height: 1.8;
}

.postDetailsFour .postDetailsContent a {
  text-decoration: underline;
}

.postDetailsFour .postDetailsFooter {
  position: relative;
  padding: 60px 0;
}

@media (max-width: 991px) {
  .postDetailsFour .postDetailsHeader {
    padding: 160px 0 0;
  }

  .postDetailsFour.no-banner .postDetailsHeader {
    padding: 160px 0 60px;
  }

  .postDetailsFour .postDetailsTitle {
    font-size: 40px;
  }

  .postDetailsFour .postDetailsSubheading {
    font-size: 20px;
  }

  .postDetailsFour .postDetailsContent h1 {
    font-size: 30px;
  }

  .postDetailsFour .postDetailsContent h2 {
    font-size: 28px;
  }

  .postDetailsFour .postDetailsContent h3 {
    font-size: 24px;
  }

  .postDetailsFour .postDetailsContent h4 {
    font-size: 22px;
  }

  .postDetailsFour .postDetailsContent h5 {
    font-size: 20px;
  }

  .postDetailsFour .postDetailsContent h6 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .postDetailsFour .postDetailsHeader {
    padding: 100px 0 0;
  }

  .postDetailsFour.no-banner .postDetailsHeader {
    padding: 100px 0 1px;
  }

  .postDetailsFour .postDetailsShare {
    order: -1;
    text-align: left;
    margin-bottom: 30px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post Details Four - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postsListOne .postsItem {
  margin-bottom: 30px;
}

.postsListOne .postsItem:hover .postsItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.postsListOne .postsItemWrap {
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
}

.postsListOne .postsItemImgHolder {
  overflow: hidden;
  height: 100%;
}

.postsListOne .postsItemImg {
  display: block;
}

.postsListOne .postsItemBody {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 25px;
}

.postsListOne .postsItemBody p {
  margin-bottom: 20px;
}

.postsListOne .postsItemTitle {
  margin-bottom: 15px;
}

.postsListOne .postsItemDate {
  color: #6c757d;
  font-size: 12px;
  margin-bottom: 15px;
}

.postsListOne .postsItemDate i {
  margin-right: 8px;
}

.postsListOne .postsItemPreview {
  font-size: 14px;
}

.postsListOne .postsItemBtn {
  margin-top: auto;
  font-size: 12px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #495057;
}

.postsListOne .postsItemBtn:hover {
  color: var(--color-primary);
}

.postsListOne .postsItemBtn i {
  position: relative;
  top: -1px;
  margin-left: 3px;
  font-size: 9px;
  transition: margin-left cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.postsListOne .postsItemBtn:hover i {
  margin-left: 6px;
}

@media (max-width: 991px) and (min-width: 768px) {
  .postsListOne .postsItemWrap {
    display: flex;
    flex-wrap: wrap;
  }

  .postsListOne .postsItemHeader {
    width: 100%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }

  .postsListOne .postsItemImg {
    padding: 0;
    height: 100%;
  }

  .postsListOne .postsItemBody {
    width: 100%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postsListTwo .postsListWrap::after {
  display: block;
  clear: both;
  content: "";
}

.postsListTwo .postsListWrap {
  margin-left: -15px;
  margin-right: -15px;
}

.postsListTwo .postsItem {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
}

.postsListTwo .postsItem:hover .postsItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.postsListTwo .postsItem:hover .postsItemTitle {
  color: var(--color-primary);
}

.postsListTwo .postsItemWrap {
  display: block;
  overflow: hidden;
  border-radius: 2px;
  background-color: var(--color-white);
}

.postsListTwo .postsItemImgHolder {
  overflow: hidden;
  height: 100%;
}

.postsListTwo .postsItemImg {
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.postsListTwo .postsItemBody {
  position: relative;
  padding: 20px;
}

.postsListTwo .postsItemTitle {
  margin-bottom: 10px;
  font-weight: 600;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.postsListTwo .postsItemDate {
  margin-bottom: 0;
  font-size: 12px;
  color: #6c757d;
}

.postsListTwo .postsItemDate i {
  margin-right: 8px;
}

@media (min-width: 1200px) {
  .postsListTwo .postsItem {
    width: 25%;
  }

  .postsListTwo .postsItem:nth-child(10n+1), .postsListTwo .postsItem:nth-child(10n+6) {
    width: 50%;
  }

  .postsListTwo .postsItem:nth-child(10n+1) .postsItemWrap, .postsListTwo .postsItem:nth-child(10n+6) .postsItemWrap {
    height: 560px;
  }

  .postsListTwo .postsItem:nth-child(10n+1) .postsItemHeader, .postsListTwo .postsItem:nth-child(10n+6) .postsItemHeader {
    height: 414px;
  }

  .postsListTwo .postsItem:nth-child(10n+1) .postsItemBody, .postsListTwo .postsItem:nth-child(10n+6) .postsItemBody {
    padding: 30px 40px;
  }

  .postsListTwo .postsItem:nth-child(10n+1) .postsItemTitle, .postsListTwo .postsItem:nth-child(10n+6) .postsItemTitle {
    height: 57.6px;
    font-size: 24px;
  }

  .postsListTwo .postsItem:nth-child(10n+6), .postsListTwo .postsItem:nth-child(10n+7), .postsListTwo .postsItem:nth-child(10n+8), .postsListTwo .postsItem:nth-child(10n+9), .postsListTwo .postsItem:nth-child(10n+10) {
    float: right;
  }

  .postsListTwo .postsItemWrap {
    height: 265px;
  }

  .postsListTwo .postsItemHeader {
    height: 159px;
  }

  .postsListTwo .postsItemImg {
    height: 100%;
  }

  .postsListTwo .postsItemBody {
    flex: 0 0 auto;
  }

  .postsListTwo .postsItemTitle {
    overflow: hidden;
    height: 38.4px;
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .postsListTwo .postsListWrap {
    display: flex;
    flex-wrap: wrap;
  }

  .postsListTwo .postsItem {
    width: 100%;
    max-width: 50%;
    flex: 0 0 50%;
  }

  .postsListTwo .postsItemWrap {
    height: 100%;
  }

  .postsListTwo .postsItemImg {
    padding-bottom: 75%;
  }
}
@media (max-width: 575px) {
  .postsListTwo .postsItem {
    flex: 0 0 100%;
    width: 100%;
    max-width: none;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postsListThree .postsItem:hover .postsItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.postsListThree .postsItem:first-of-type .postsItemBody {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.postsListThree .postsItemWrap {
  display: flex;
  align-content: flex-start;
}

.postsListThree .postsItemHeader {
  flex: 0 0 auto;
  width: 350px;
  padding-bottom: 20px;
  margin-right: 60px;
}

.postsListThree .postsItemBody {
  flex: 1 1 auto;
  padding: 30px 0 1px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.postsListThree .postsItemImgHolder {
  overflow: hidden;
  height: 100%;
}

.postsListThree .postsItemImg {
  display: block;
  height: 100%;
}

.postsListThree .postsItemTitle {
  max-width: 570px;
  margin-bottom: 15px;
}

.postsListThree .postsItemDate {
  max-width: 570px;
  margin-bottom: 15px;
  color: #6c757d;
  font-size: 14px;
}

.postsListThree .postsItemDate i {
  margin-right: 8px;
}

.postsListThree .postsItemPreview {
  max-width: 570px;
}

@media (max-width: 991px) {
  .postsListThree .postsItem:first-of-type .postsItemBody {
    border-top: 0;
  }

  .postsListThree .postsItemWrap {
    flex-wrap: wrap;
    align-content: initial;
  }

  .postsListThree .postsItemHeader {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 0;
    margin-right: 0;
  }

  .postsListThree .postsItemBody {
    flex: 0 0 100%;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 0;
  }

  .postsListThree .postsItemImg {
    height: auto;
    padding-bottom: 75%;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Four - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postsListFour .postsItem {
  margin-bottom: 30px;
}

.postsListFour .postsItem:hover .postsItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.postsListFour .postsItem:hover .postsItemTitle {
  color: var(--color-primary);
}

.postsListFour .postsItem:hover .postsItemTitle:after {
  width: 60px;
  background-color: #96DBCF;
}

.postsListFour .postsItemWrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
}

.postsListFour .postsItemHeader {
  width: 100%;
  max-width: 35%;
  flex: 0 0 35%;
}

.postsListFour .postsItemBody {
  width: 100%;
  flex: 0 0 65%;
  max-width: 65%;
  padding: 30px 30px 5px;
}

.postsListFour .postsItemImgHolder {
  overflow: hidden;
  height: 100%;
}

.postsListFour .postsItemImg {
  height: 100%;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.postsListFour .postsItemTitle {
  max-width: 570px;
  margin-bottom: 15px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.postsListFour .postsItemDate {
  max-width: 570px;
  margin-bottom: 15px;
  color: #6c757d;
  font-size: 14px;
}

.postsListFour .postsItemDate i {
  margin-right: 8px;
}

.postsListFour .postsItemPreview {
  max-width: 570px;
}

@media (min-width: 768px) {
  .postsListFour .postsItemTitle {
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 20px;
  }

  .postsListFour .postsItemTitle:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 20px;
    height: 1px;
    background-color: #ced4da;
    transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
  }
}
@media (max-width: 767px) {
  .postsListFour .postsItemHeader {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }

  .postsListFour .postsItemBody {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
    padding-bottom: 1px;
  }

  .postsListFour .postsItemImg {
    height: auto;
    padding-bottom: 75%;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Four - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Five - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postsListFive .postsItemHeader {
  margin-bottom: 30px;
}

.postsListFive .postsItemImg {
  display: block;
  height: 240px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List Five - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List Carousel One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postsListCarouselOne {
  margin-bottom: 30px;
}

.postsListCarouselOne .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.postsListCarouselOne .slick-vertical .slick-slide {
  border: 0;
}

.postsListCarouselOne .postsItem {
  margin: 15px;
  background-color: #f8f9fa;
}

.postsListCarouselOne .postsItem:hover .postsItemImg {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.postsListCarouselOne .postsItemImgHolder {
  overflow: hidden;
}

.postsListCarouselOne .postsItemImg {
  padding-bottom: 75%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.postsListCarouselOne .postsItemContent {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 30px 30px 1px;
}

.postsListCarouselOne .postsItemDescription p {
  font-size: 14px;
}

.postsListCarouselOne .postsItemBtn {
  margin-top: auto;
}

.postsListCarouselOne .slick-prev,
.postsListCarouselOne .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.postsListCarouselOne .slick-prev svg,
.postsListCarouselOne .slick-next svg {
  width: 100%;
  height: 100%;
}

.postsListCarouselOne .slick-prev svg path,
.postsListCarouselOne .slick-next svg path {
  fill: none;
  stroke: #343a40;
}

.postsListCarouselOne .slick-prev.slick-disabled,
.postsListCarouselOne .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.postsListCarouselOne .slick-prev:before,
.postsListCarouselOne .slick-next:before {
  display: none;
}

.postsListCarouselOne .slick-prev {
  left: -36px;
}

.contentAreaFullwidth .postsListCarouselOne .slick-prev {
  left: 30px;
}

.postsListCarouselOne .slick-next {
  right: -36px;
}

.contentAreaFullwidth .postsListCarouselOne .slick-next {
  right: 30px;
}

@media (max-width: 991px) {
  .postsListCarouselOne .postsItem {
    margin: 5px;
  }

  .postsListCarouselOne .slick-prev,
.postsListCarouselOne .slick-next {
    width: 20px;
    height: 20px;
  }

  .postsListCarouselOne .slick-prev svg path,
.postsListCarouselOne .slick-next svg path {
    stroke-width: 2;
  }

  .contentAreaFullwidth .postsListCarouselOne .slick-prev {
    left: 20px;
  }

  .contentAreaFullwidth .postsListCarouselOne .slick-next {
    right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .postsListCarouselOne .postsItem {
    display: flex;
    flex-wrap: wrap;
  }

  .postsListCarouselOne .postsItemImgHolder {
    width: 100%;
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0;
  }

  .postsListCarouselOne .postsItemImg {
    padding: 0;
    height: 100%;
  }

  .postsListCarouselOne .postsItemContent {
    width: 100%;
    flex: 0 0 60%;
    max-width: 60%;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Posts List Carousel One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.postsList .row > div[style]:not([class]) {
  width: 100%;
}

.postsList .postsListLoader {
  width: 50px;
  margin: 30px auto;
}

.postsList .posts-no-result {
  max-width: 300px;
  padding: 30px 50px;
  margin: 0 auto;
  font-size: 22px;
  text-align: center;
  border-radius: 10px;
  background-color: rgba(0, 0, 0, 0.1);
}

.postsList .blogs-show-more {
  cursor: pointer;
  display: table;
  padding: 10px 35px;
  margin: 0 auto 30px;
  color: var(--color-white);
  font-size: 16px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 0;
  text-transform: none;
  border: 1px solid var(--color-primary);
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.postsList .blogs-show-more:hover {
  color: var(--color-white);
  border-color: #175B50;
  background-color: #175B50;
}

.postsList .blogs-post-crop-icon {
  display: none !important;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Post List - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Form - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.searchForm {
  margin-bottom: 30px;
}

.searchForm .mwInput.button input[type=submit] {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Form - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Results - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.searchResultsDefault .searchResultsTitle span {
  display: block;
  font-size: 18px;
  color: #adb5bd;
}

.searchResultsDefault .searchResultsItem {
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.searchResultsDefault .searchResultsFilters ul {
  overflow: hidden;
  padding: 5px 0;
  border-radius: 4px;
}

.searchResultsDefault .searchResultsFilters ul li {
  padding: 0 25px;
  margin: 0;
}

.searchResultsDefault .searchResultsFilters ul li a {
  position: relative;
  display: block;
  padding: 15px 0 15px 22px;
  color: #495057;
  font-size: 14px;
  font-weight: 700;
}

.searchResultsDefault .searchResultsFilters ul li a i {
  position: absolute;
  left: 0;
  font-size: 12px;
  color: #6c757d;
  margin-right: 10px;
}

.searchResultsDefault .searchResultsFilters ul li a:hover {
  color: #228978;
}

.searchResultsDefault .searchResultsFilters ul li + li a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}

.searchResultsDefault .searchResultsFilters ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  height: 30px;
  border-radius: 0 4px 4px 0;
  background-color: transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  transition: background-color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.searchResultsDefault .searchResultsFilters ul li:hover:after {
  background-color: var(--color-primary);
}

.searchResultsDefault .searchResultsFilters ul li.selected {
  background-color: #e9ecef;
}

.searchResultsDefault .searchResultsFilters ul li.selected + li a, .searchResultsDefault .searchResultsFilters ul li.selected a {
  border-top-color: transparent;
}

.searchResultsDefault .searchResultsFilters ul li.selected:after {
  background-color: var(--color-primary);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Search Results - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Share Button - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.shareBtn {
  display: inline-block;
  margin: 5px 9px;
  font-size: 18px;
}

.shareBtn a {
  color: var(--color-primary);
}

.shareBtn:hover a {
  color: #175B50;
}

.shareBtnCircle,
.shareBtnSquare {
  width: 36px;
  height: 36px;
  line-height: 36px;
  color: var(--color-white);
  text-align: center;
  font-size: 18px;
  margin: 5px 3px;
  background-color: var(--color-primary);
}

.shareBtnCircle:hover,
.shareBtnSquare:hover {
  color: var(--color-white);
  background-color: #228978;
}

.shareBtnCircle {
  border-radius: 50%;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Share Button - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar Filter - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sidebarFilterOne h1, .sidebarFilterOne h2, .sidebarFilterOne h3, .sidebarFilterOne h4, .sidebarFilterOne h5, .sidebarFilterOne h6 {
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.sidebarFilterOne .Dialog th {
  font-weight: 700;
}

.sidebarFilterOne .filterList {
  margin-bottom: 30px;
}

.sidebarFilterOne .filterList .listItem {
  margin-bottom: 10px;
}

.sidebarFilterOne .filterList .itemTitle {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  margin-bottom: 10px;
  color: var(--color-white);
  font-weight: 700;
  border-radius: 3px;
  background-color: var(--color-primary);
}

.sidebarFilterOne .filterList .itemBody {
  padding: 20px 20px 5px;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.sidebarFilterOne .filterList .itemBody h1, .sidebarFilterOne .filterList .itemBody h2, .sidebarFilterOne .filterList .itemBody h3, .sidebarFilterOne .filterList .itemBody h4, .sidebarFilterOne .filterList .itemBody h5, .sidebarFilterOne .filterList .itemBody h6, .sidebarFilterOne .filterList .itemBody p, .sidebarFilterOne .filterList .itemBody ul, .sidebarFilterOne .filterList .itemBody ol, .sidebarFilterOne .filterList .itemBody dl, .sidebarFilterOne .filterList .itemBody table {
  margin-bottom: 15px;
}

.sidebarFilterOne .filterList .itemBody .Dialog th, .sidebarFilterOne .filterList .itemBody .Dialog td {
  padding-top: 5px;
  padding-bottom: 5px;
}

.sidebarFilterOne .mwInput.checkbox .icon {
  line-height: 22px;
}

.sidebarFilterOne .mwInput.checkbox input {
  width: 22px;
  height: 22px;
}

.sidebarFilterOne .mwInput.checkbox .icon {
  padding: 0 0 0 37px;
}

.sidebarFilterOne .mwInput.checkbox .icon:before, .sidebarFilterOne .mwInput.checkbox .icon:after {
  width: 22px;
  height: 22px;
}

.sidebarFilterOne .mwInput.checkbox .icon:after {
  background-size: 13.596px;
}

.sidebarFilterOne .filterBtns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sidebarFilterOne .filterSearchBtn {
  margin-right: 20px;
}

.sidebarFilterOne .filterRestBtn {
  margin-bottom: 30px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar Filter - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sidebar .sidebarOpen {
  display: none;
}

.sidebar .sidebarClose {
  display: none;
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 26px;
  line-height: 1;
}

@media (max-width: 575px) {
  .sidebar .sidebarClose {
    right: 15px;
  }
}
.sidebarLeft.sidebarBorder .sidebarSide {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .sidebarLeft.sidebarBorder .sidebarSide {
    border-right: 0;
  }
}
.sidebarRight.sidebarBorder .sidebarSide {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .sidebarRight.sidebarBorder .sidebarSide {
    border-left: 0;
  }
}
@media (max-width: 991px) {
  .sidebarMobile.active {
    position: relative;
    z-index: 510;
  }

  .sidebarMobile .sidebarSide {
    order: -1;
    z-index: 1;
    margin-bottom: 30px;
  }

  .sidebarMobile .sidebarSide .sidebarInner {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 50px 30px 20px;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #e9ecef;
  }

  .sidebarMobile .sidebarOpen {
    display: block;
    width: 100%;
    padding: 15px 20px;
    text-align: right;
    font-weight: 700;
    border-radius: 3px;
    background-color: #ced4da;
  }

  .sidebarMobile .sidebarOpen i {
    margin-left: 10px;
  }

  .sidebarMobile .sidebarClose {
    display: block;
  }
}
@media (max-width: 575px) {
  .sidebarMobile .sidebarSide .sidebarInner {
    padding: 50px 15px 20px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Sidebar - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sliderOne .sliderItem {
  display: flex;
  align-items: center;
  position: relative;
  height: 670px;
}

@media (max-width: 991px) {
  .sliderOne .sliderItem {
    height: 480px;
  }
}
.sliderOne .sliderImg,
.sliderOne .sliderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.sliderOne .sliderImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sliderOne .sliderInner {
  flex: 1;
  position: relative;
  padding-left: 120px;
  padding-right: 120px;
}

@media (max-width: 991px) {
  .sliderOne .sliderInner {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sliderOne .sliderTitle {
  color: var(--color-white);
  max-width: 670px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

@media (min-width: 992px) {
  .sliderOne .sliderTitle {
    font-size: 55px;
    line-height: 1.1;
  }
}
@media (max-width: 991px) {
  .sliderOne .sliderTitle {
    margin-bottom: 15px;
  }
}
.sliderOne .sliderDescription {
  max-width: 670px;
}

.sliderOne .sliderDescription p {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

@media (max-width: 991px) {
  .sliderOne .sliderDescription p {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .sliderOne .sliderBtn.btn p a {
    font-size: 12px;
    padding: 5px 15px;
  }
}
.sliderOne.position-center .sliderInner,
.sliderOne.position-center ul.slick-dots {
  text-align: center;
}

.sliderOne.position-center .sliderTitle {
  margin-left: auto;
  margin-right: auto;
}

.sliderOne.position-center .sliderDescription {
  margin-left: auto;
  margin-right: auto;
}

.sliderOne.position-left .sliderInner,
.sliderOne.position-left ul.slick-dots {
  text-align: left;
}

.sliderOne.position-left .sliderTitle {
  margin-left: 0;
  margin-right: auto;
}

.sliderOne.position-left .sliderDescription {
  margin-left: 0;
  margin-right: auto;
}

.sliderOne.position-right .sliderInner,
.sliderOne.position-right ul.slick-dots {
  text-align: right;
}

.sliderOne.position-right .sliderTitle {
  margin-left: auto;
  margin-right: 0;
}

.sliderOne.position-right .sliderDescription {
  margin-left: auto;
  margin-right: 0;
}

.sliderOne .slick-prev,
.sliderOne .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
}

@media (max-width: 991px) {
  .sliderOne .slick-prev,
.sliderOne .slick-next {
    top: 45%;
    width: 20px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.8);
  }
}
.sliderOne .slick-prev svg,
.sliderOne .slick-next svg {
  width: 100%;
  height: 100%;
}

.sliderOne .slick-prev svg path,
.sliderOne .slick-next svg path {
  fill: none;
  stroke: var(--color-white);
}

.sliderOne .slick-prev.slick-disabled,
.sliderOne .slick-next.slick-disabled {
  cursor: not-allowed;
}

.sliderOne .slick-prev.slick-disabled svg path,
.sliderOne .slick-next.slick-disabled svg path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
}

@media (max-width: 991px) {
  .sliderOne .slick-prev.slick-disabled svg path,
.sliderOne .slick-next.slick-disabled svg path {
    stroke-width: 2px;
  }
}
.sliderOne .slick-prev:before,
.sliderOne .slick-next:before {
  display: none;
}

.sliderOne .slick-prev {
  left: 36px;
}

@media (max-width: 991px) {
  .sliderOne .slick-prev {
    left: 0;
  }
}
.sliderOne .slick-next {
  right: 36px;
}

@media (max-width: 991px) {
  .sliderOne .slick-next {
    right: 0;
  }
}
.sliderOne ul.slick-dots {
  bottom: 60px;
  padding-left: 120px;
  padding-right: 120px;
}

@media (max-width: 991px) {
  .sliderOne ul.slick-dots {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.sliderOne.dots-style-1 ul.slick-dots li button:before {
  background-color: var(--color-white);
}

.sliderOne.dots-style-1 ul.slick-dots li:hover button, .sliderOne.dots-style-1 ul.slick-dots li.slick-active button {
  border-color: var(--color-white);
}

.sliderOne.dots-style-2 ul.slick-dots li button:before, .sliderOne.dots-style-2 ul.slick-dots li button:after {
  border-color: var(--color-white);
}

.sliderOne.dots-style-2 ul.slick-dots li:hover button:after, .sliderOne.dots-style-2 ul.slick-dots li.slick-active button:after {
  border-color: var(--color-white);
  background-color: var(--color-white);
}

.sliderOne.dots-style-3 ul.slick-dots li:after {
  background-color: var(--color-white);
}

.sliderOne.dots-style-3 ul.slick-dots li button {
  color: var(--color-white);
}

.sliderOne .sliderImg {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}

.sliderOne .sliderTitle,
.sliderOne .sliderDescription,
.sliderOne .sliderBtn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: ease-in-out 360ms;
}

.sliderOne .slick-current .sliderImg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 100ms;
}

.sliderOne .slick-current .sliderTitle,
.sliderOne .slick-current .sliderDescription,
.sliderOne .slick-current .sliderBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sliderOne .slick-current .sliderTitle {
  transition-delay: 300ms;
}

.sliderOne .slick-current .sliderDescription {
  transition-delay: 500ms;
}

.sliderOne .slick-current .sliderBtn {
  transition-delay: 700ms;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sliderTwo .sliderItem {
  display: flex;
  align-items: center;
  position: relative;
  height: 670px;
}

.sliderTwo .sliderImg,
.sliderTwo .sliderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.sliderTwo .sliderImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sliderTwo .sliderInner {
  position: relative;
  text-align: left;
  max-width: 670px;
}

.sliderTwo .sliderTitle {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.sliderTwo .sliderDescription p {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.sliderTwo .slick-prev,
.sliderTwo .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.sliderTwo .slick-prev svg,
.sliderTwo .slick-next svg {
  width: 36px;
  height: 36px;
}

.sliderTwo .slick-prev svg path,
.sliderTwo .slick-next svg path {
  fill: none;
  stroke: var(--color-white);
}

.sliderTwo .slick-prev.slick-disabled,
.sliderTwo .slick-next.slick-disabled {
  cursor: not-allowed;
}

.sliderTwo .slick-prev.slick-disabled svg path,
.sliderTwo .slick-next.slick-disabled svg path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
}

.sliderTwo .slick-prev:before,
.sliderTwo .slick-next:before {
  display: none;
}

.sliderTwo .slick-prev {
  left: 36px;
}

.sliderTwo .slick-next {
  right: 36px;
}

.sliderTwo ul.slick-dots {
  top: 50%;
  right: 50px;
  bottom: auto;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sliderTwo ul.slick-dots li {
  display: block;
  margin: 0;
}

.sliderTwo ul.slick-dots li:not(:last-of-type) {
  margin-bottom: 20px;
}

.sliderTwo.dots-style-1 ul.slick-dots li button:before {
  background-color: var(--color-white);
}

.sliderTwo.dots-style-1 ul.slick-dots li:hover button, .sliderTwo.dots-style-1 ul.slick-dots li.slick-active button {
  border-color: var(--color-white);
}

.sliderTwo.dots-style-2 ul.slick-dots li button:before, .sliderTwo.dots-style-2 ul.slick-dots li button:after {
  border-color: var(--color-white);
}

.sliderTwo.dots-style-2 ul.slick-dots li:hover button:after, .sliderTwo.dots-style-2 ul.slick-dots li.slick-active button:after {
  border-color: var(--color-white);
  background-color: var(--color-white);
}

.sliderTwo.dots-style-3 ul.slick-dots li:after {
  background-color: var(--color-white);
}

.sliderTwo.dots-style-3 ul.slick-dots li button {
  color: var(--color-white);
}

.sliderTwo .sliderImg {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}

.sliderTwo .sliderTitle,
.sliderTwo .sliderDescription,
.sliderTwo .sliderBtn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: ease-in-out 360ms;
}

.sliderTwo .slick-current .sliderImg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 100ms;
}

.sliderTwo .slick-current .sliderTitle,
.sliderTwo .slick-current .sliderDescription,
.sliderTwo .slick-current .sliderBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sliderTwo .slick-current .sliderTitle {
  transition-delay: 300ms;
}

.sliderTwo .slick-current .sliderDescription {
  transition-delay: 500ms;
}

.sliderTwo .slick-current .sliderBtn {
  transition-delay: 700ms;
}

@media (min-width: 992px) {
  .sliderTwo .sliderTitle {
    font-size: 55px;
    line-height: 1.1;
  }

  .sliderTwo .slick-prev,
.sliderTwo .slick-next {
    left: 50px;
    right: auto;
    width: 20px;
    height: 20px;
  }

  .sliderTwo .slick-prev svg,
.sliderTwo .slick-next svg {
    width: 20px;
    height: 20px;
  }

  .sliderTwo .slick-prev svg path,
.sliderTwo .slick-next svg path {
    stroke-width: 2;
  }

  .sliderTwo .slick-prev {
    -webkit-transform: rotate(90deg) translateX(calc(-50% - 20px));
    transform: rotate(90deg) translateX(calc(-50% - 20px));
  }

  .is-ie .sliderTwo .slick-prev {
    -webkit-transform: rotate(90deg) translateX(-50%) translateX(-20px);
    transform: rotate(90deg) translateX(-50%) translateX(-20px);
  }

  .sliderTwo .slick-next {
    -webkit-transform: rotate(90deg) translateX(calc(-50% + 20px));
    transform: rotate(90deg) translateX(calc(-50% + 20px));
  }

  .is-ie .sliderTwo .slick-next {
    -webkit-transform: rotate(90deg) translateX(-50%) translateX(20px);
    transform: rotate(90deg) translateX(-50%) translateX(20px);
  }
}
@media (max-width: 1199px) {
  .sliderTwo .sliderInner {
    margin: 0 auto;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .sliderTwo .sliderItem {
    height: 480px;
  }

  .sliderTwo .sliderInner {
    padding-left: 10px;
    padding-right: 10px;
  }

  .sliderTwo .sliderTitle,
.sliderTwo .sliderDescription p {
    margin-bottom: 15px;
  }

  .sliderTwo .sliderBtn.btn p a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .sliderTwo .slick-prev,
.sliderTwo .slick-next {
    top: 45%;
    width: 20px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sliderTwo .slick-prev svg,
.sliderTwo .slick-next svg {
    width: 20px;
    height: 36px;
  }

  .sliderTwo .slick-prev svg path,
.sliderTwo .slick-next svg path {
    stroke-width: 2px;
  }

  .sliderTwo .slick-prev {
    left: 0;
  }

  .sliderTwo .slick-next {
    right: 0;
  }

  .sliderTwo .slick-dots {
    display: none !important;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sliderThree .sliderItem {
  position: relative;
}

.sliderThree .sliderImg,
.sliderThree .sliderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.sliderThree .sliderImg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sliderThree .sliderTitle {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.sliderThree .sliderDescription p {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.sliderThree .slick-prev,
.sliderThree .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.sliderThree .slick-prev svg,
.sliderThree .slick-next svg {
  width: 100%;
  height: 100%;
}

.sliderThree .slick-prev svg path,
.sliderThree .slick-next svg path {
  fill: none;
  stroke: var(--color-white);
}

.sliderThree .slick-prev.slick-disabled,
.sliderThree .slick-next.slick-disabled {
  cursor: not-allowed;
}

.sliderThree .slick-prev.slick-disabled svg path,
.sliderThree .slick-next.slick-disabled svg path {
  fill: none;
  stroke: rgba(255, 255, 255, 0.5);
}

.sliderThree .slick-prev:before,
.sliderThree .slick-next:before {
  display: none;
}

.sliderThree .slick-prev {
  left: 36px;
}

.sliderThree .slick-next {
  right: 36px;
}

.sliderThree .sliderImg {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}

.sliderThree .sliderTitle,
.sliderThree .sliderDescription,
.sliderThree .sliderBtn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: ease-in-out 360ms;
}

.sliderThree .slick-current .sliderImg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 100ms;
}

.sliderThree .slick-current .sliderTitle,
.sliderThree .slick-current .sliderDescription,
.sliderThree .slick-current .sliderBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sliderThree .slick-current .sliderTitle {
  transition-delay: 300ms;
}

.sliderThree .slick-current .sliderDescription {
  transition-delay: 500ms;
}

.sliderThree .slick-current .sliderBtn {
  transition-delay: 700ms;
}

@media (min-width: 992px) {
  .sliderThree .sliderInner {
    opacity: 0;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 670px;
    max-width: 550px;
    padding: 0 80px;
    margin-left: auto;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity linear 360ms;
  }

  .sliderThree .slick-current .sliderInner {
    opacity: 1;
    transition-delay: 600ms;
  }

  .sliderThree .sliderTitle {
    font-size: 55px;
    line-height: 1.1;
  }
}
@media (max-width: 991px) {
  .sliderThree .sliderItem {
    display: flex;
    align-items: center;
    height: 480px;
  }

  .sliderThree .sliderInner {
    max-width: 720px;
    padding: 30px 25px 10px;
    margin: 0 auto;
    text-align: center;
  }

  .sliderThree .sliderOverlay {
    background-color: rgba(0, 0, 0, 0.3);
  }

  .sliderThree .sliderTitle,
.sliderThree .sliderDescription p {
    margin-bottom: 15px;
  }

  .sliderThree .sliderBtn.btn p a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .sliderThree .slick-prev,
.sliderThree .slick-next {
    top: 45%;
    width: 20px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.8);
  }

  .sliderThree .slick-prev svg path,
.sliderThree .slick-next svg path {
    stroke-width: 2px;
  }

  .sliderThree .slick-prev {
    left: 0;
  }

  .sliderThree .slick-next {
    right: 0;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider Four - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.sliderFour .sliderItem {
  display: flex;
  align-items: center;
  position: relative;
  height: 670px;
}

.sliderFour .sliderImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.sliderFour .sliderOverlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.sliderFour .sliderInner {
  max-width: 670px;
  padding: 30px 40px 10px;
  margin: auto 0 0;
}

.sliderFour .sliderTitle {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.sliderFour .sliderDescription p {
  color: var(--color-white);
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.sliderFour .slick-list {
  margin-right: 410px;
}

.sliderFour ul.slick-dots {
  top: 0;
  right: 0;
  width: 400px;
  height: 100%;
}

.sliderFour ul.slick-dots {
  display: flex;
  flex-direction: column;
  bottom: auto;
  padding: 0;
  margin: 0;
  text-align: left;
}

.sliderFour ul.slick-dots li {
  flex: 1 0 auto;
  width: auto;
  height: auto;
  padding: 0;
  margin: 0;
}

.sliderFour ul.slick-dots li:before {
  display: none;
}

.sliderFour ul.slick-dots li:hover .slick-thumb-overlay {
  background-color: rgba(0, 0, 0, 0.8);
}

.sliderFour ul.slick-dots li:not(:last-of-type) {
  margin-bottom: 10px;
}

.sliderFour ul.slick-dots li .slick-thumb {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.sliderFour ul.slick-dots li .slick-thumb-overlay,
.sliderFour ul.slick-dots li .slick-thumb-title {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.sliderFour ul.slick-dots li .slick-thumb-overlay {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.sliderFour ul.slick-dots li .slick-thumb-title {
  padding: 0 30px;
  margin-bottom: 30px;
  color: var(--color-white);
}

.sliderFour .sliderImg {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  transition: ease-in-out 600ms;
  transition-delay: 600ms;
}

.sliderFour .sliderTitle,
.sliderFour .sliderDescription,
.sliderFour .sliderBtn {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  transition: ease-in-out 360ms;
}

.sliderFour .slick-current .sliderImg {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  transition-delay: 100ms;
}

.sliderFour .slick-current .sliderTitle,
.sliderFour .slick-current .sliderDescription,
.sliderFour .slick-current .sliderBtn {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.sliderFour .slick-current .sliderTitle {
  transition-delay: 300ms;
}

.sliderFour .slick-current .sliderDescription {
  transition-delay: 500ms;
}

.sliderFour .slick-current .sliderBtn {
  transition-delay: 700ms;
}

@media (min-width: 992px) {
  .sliderFour .sliderTitle {
    font-size: 55px;
    line-height: 1.1;
  }
}
@media (max-width: 1199px) {
  .sliderFour .slick-list {
    margin-right: 310px;
  }

  .sliderFour ul.slick-dots {
    width: 300px;
  }
}
@media (max-width: 991px) {
  .sliderFour .slick-list {
    margin-right: 0;
  }

  .sliderFour .sliderItem {
    height: 480px;
  }

  .sliderFour .sliderOverlay {
    top: 0;
    bottom: auto;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    background-image: none;
  }

  .sliderFour .sliderInner {
    max-width: 720px;
    padding: 30px 25px 10px;
    margin: 0 auto;
    text-align: center;
  }

  .sliderFour .sliderTitle,
.sliderFour .sliderDescription p {
    margin-bottom: 15px;
  }

  .sliderFour .sliderBtn.btn p a {
    font-size: 12px;
    padding: 5px 15px;
  }

  .sliderFour .slick-prev,
.sliderFour .slick-next {
    z-index: 1;
    top: 50%;
    width: 20px;
    height: 36px;
    background-color: rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .sliderFour .slick-prev svg,
.sliderFour .slick-next svg {
    width: 20px;
    height: 36px;
  }

  .sliderFour .slick-prev svg path,
.sliderFour .slick-next svg path {
    fill: none;
    stroke: var(--color-white);
    stroke-width: 2px;
  }

  .sliderFour .slick-prev.slick-disabled,
.sliderFour .slick-next.slick-disabled {
    cursor: not-allowed;
  }

  .sliderFour .slick-prev.slick-disabled svg path,
.sliderFour .slick-next.slick-disabled svg path {
    fill: none;
    stroke: rgba(255, 255, 255, 0.5);
  }

  .sliderFour .slick-prev:before,
.sliderFour .slick-next:before {
    display: none;
  }

  .sliderFour .slick-prev {
    left: 0;
  }

  .sliderFour .slick-next {
    right: 0;
  }

  .sliderFour .slick-dots {
    display: none !important;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Slider Four - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.snsLink.left {
  text-align: left;
}

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

.snsLink.right {
  text-align: right;
}

.snsLink a, .snsLink button {
  display: inline-block;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 1;
  color: var(--color-primary);
}

.snsLink a:hover, .snsLink button:hover {
  color: #175B50;
}

.snsLink a.small, .snsLink button.small {
  font-size: 16px;
  margin-right: 15px;
}

.snsLink a.small:last-of-type, .snsLink button.small:last-of-type {
  margin-right: 0;
}

.snsLink a.medium, .snsLink button.medium {
  font-size: 18px;
  margin-right: 18px;
}

.snsLink a.medium:last-of-type, .snsLink button.medium:last-of-type {
  margin-right: 0;
}

.snsLink a.large, .snsLink button.large {
  font-size: 25px;
  margin-right: 25px;
}

.snsLink a.large:last-of-type, .snsLink button.large:last-of-type {
  margin-right: 0;
}

.snsLink a.huge, .snsLink button.huge {
  font-size: 30px;
  margin-right: 30px;
}

.snsLink a.huge:last-of-type, .snsLink button.huge:last-of-type {
  margin-right: 0;
}

.snsLinkCircle a, .snsLinkCircle button,
.snsLinkSquare a,
.snsLinkSquare button {
  color: var(--color-white);
  text-align: center;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.snsLinkCircle a:hover, .snsLinkCircle button:hover,
.snsLinkSquare a:hover,
.snsLinkSquare button:hover {
  color: var(--color-white);
  background-color: #228978;
}

.snsLinkCircle a.small, .snsLinkCircle button.small,
.snsLinkSquare a.small,
.snsLinkSquare button.small {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  margin-right: 6px;
}

.snsLinkCircle a.medium, .snsLinkCircle button.medium,
.snsLinkSquare a.medium,
.snsLinkSquare button.medium {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 18px;
  margin-right: 6px;
}

.snsLinkCircle a.large, .snsLinkCircle button.large,
.snsLinkSquare a.large,
.snsLinkSquare button.large {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 25px;
  margin-right: 6px;
}

.snsLinkCircle a.huge, .snsLinkCircle button.huge,
.snsLinkSquare a.huge,
.snsLinkSquare button.huge {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  margin-right: 6px;
}

.snsLinkCircle a, .snsLinkCircle button {
  border-radius: 50%;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | SNS Link - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabsOne {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .tabsOne .tabsWrap {
    display: flex;
  }
}
@media (min-width: 768px) {
  .tabsOne .tabsNavs {
    flex: 0 0 auto;
    max-width: 300px;
  }
}
.tabsOne .tabsContents {
  border-radius: 0 4px 4px 0;
  border: 1px solid #ced4da;
}

@media (min-width: 768px) {
  .tabsOne .tabsContents {
    flex: 1 1 auto;
  }
}
.tabsOne .tabsNav {
  display: block;
  padding: 15px 35px 15px 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background-color: #e9ecef;
}

.tabsOne .tabsNav h1, .tabsOne .tabsNav h2, .tabsOne .tabsNav h3, .tabsOne .tabsNav h4, .tabsOne .tabsNav h5, .tabsOne .tabsNav h6, .tabsOne .tabsNav p {
  margin-bottom: 0;
  line-height: 1.218;
}

.tabsOne .tabsNav:first-of-type {
  border-top: none;
  border-radius: 4px 0 0 0;
}

.tabsOne .tabsNav:last-of-type {
  border-radius: 0 0 0 4px;
}

.tabsOne .tabsNav.active {
  border-top-color: transparent;
  background-color: var(--color-primary);
}

.tabsOne .tabsNav.active h1, .tabsOne .tabsNav.active h2, .tabsOne .tabsNav.active h3, .tabsOne .tabsNav.active h4, .tabsOne .tabsNav.active h5, .tabsOne .tabsNav.active h6, .tabsOne .tabsNav.active p {
  color: var(--color-white);
}

.tabsOne .tabsNav.active + .tabsNav {
  border-top-color: transparent;
}

@media (max-width: 767px) {
  .tabsOne .tabsNav {
    margin-bottom: 5px;
    border: none;
    border-radius: 4px;
  }

  .tabsOne .tabsNav:first-of-type, .tabsOne .tabsNav:last-of-type {
    border-radius: 4px;
  }
}
.tabsOne .tabsContent {
  padding: 30px 40px 10px;
}

@media (max-width: 767px) {
  .tabsOne .tabsContent {
    padding: 20px 20px 1px;
    border-radius: 4px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabsTwo {
  margin-bottom: 30px;
}

.tabsTwo .tabsNavs {
  position: relative;
  max-width: 970px;
  padding: 0 40px;
  margin: 0 auto;
}

.tabsTwo .tabsNavsWrap {
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  background-color: var(--color-white);
  box-shadow: 0 8px 17px 2px rgba(0, 0, 0, 0.06), 0 3px 14px 2px rgba(0, 0, 0, 0.04), 0 5px 5px -3px rgba(0, 0, 0, 0.06);
}

.tabsTwo .tabsNav {
  position: relative;
  display: block;
  padding: 30px 20px 20px;
  text-align: center;
}

.tabsTwo .tabsNav h1, .tabsTwo .tabsNav h2, .tabsTwo .tabsNav h3, .tabsTwo .tabsNav h4, .tabsTwo .tabsNav h5, .tabsTwo .tabsNav h6, .tabsTwo .tabsNav p {
  margin-bottom: 10px;
  line-height: 1.218;
}

.tabsTwo .tabsNav img {
  width: auto;
  height: 36px;
}

.tabsTwo .tabsNav:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent transparent;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.tabsTwo .tabsNav:hover:after, .tabsTwo .tabsNav.active:after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent var(--color-primary) transparent;
}

.tabsTwo .tabsContents {
  margin-top: -30px;
  padding: 80px 40px 45px;
  border-radius: 4px;
  background-color: #e9ecef;
}

.tabsTwo .tabsContent {
  max-width: 930px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .tabsTwo .tabsNavsWrap {
    display: flex;
  }

  .tabsTwo .tabsNav {
    flex: 1 1 auto;
    padding: 30px 20px 20px;
  }

  .tabsTwo .tabsNav:not(:last-of-type) {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 991px) {
  .tabsTwo .tabsNavs {
    padding: 0 20px;
  }

  .tabsTwo .tabsNav {
    padding: 20px 20px 10px;
  }

  .tabsTwo .tabsNav img {
    height: 20px;
  }

  .tabsTwo .tabsNav:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .tabsTwo .tabsContents {
    margin-top: -60px;
    padding: 90px 40px 5px;
  }
}
@media (max-width: 767px) {
  .tabsTwo .tabsNavs {
    padding: 0;
  }

  .tabsTwo .tabsContents {
    margin-top: -20px;
    padding: 50px 20px 1px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabsThree {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tabsThree .tabsNavs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tabsThree .tabsNav {
  cursor: pointer;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .tabsThree .tabsNav {
    padding: 15px 0;
  }
}
.tabsThree .tabsNav h1, .tabsThree .tabsNav h2, .tabsThree .tabsNav h3, .tabsThree .tabsNav h4, .tabsThree .tabsNav h5, .tabsThree .tabsNav h6, .tabsThree .tabsNav p, .tabsThree .tabsNav ul, .tabsThree .tabsNav ol, .tabsThree .tabsNav dl, .tabsThree .tabsNav table {
  margin-bottom: 0;
}

.tabsThree .tabsNav:not(:last-of-type) .tabsNavOuter {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .tabsThree .tabsNav.active {
    color: var(--color-white);
    background-color: var(--color-primary);
  }
}
.tabsThree .tabsNav.active .tabsNavInner:after {
  background-color: var(--color-primary);
}

.tabsThree .tabsNavOuter {
  padding: 0 35px;
}

@media (max-width: 767px) {
  .tabsThree .tabsNavOuter {
    padding: 0 15px;
  }
}
.tabsThree .tabsNavInner {
  position: relative;
}

.tabsThree .tabsNavInner:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .tabsThree .tabsNavInner:after {
    display: none;
  }
}
.tabsThree .tabsContent {
  padding: 30px 35px 1px;
}

@media (max-width: 767px) {
  .tabsThree .tabsContent {
    padding: 30px 15px 1px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs Four - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.tabsFour {
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.tabsFour .tabsNavs {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.tabsFour .tabsNav {
  cursor: pointer;
  padding: 25px 0;
}

@media (max-width: 767px) {
  .tabsFour .tabsNav {
    padding: 15px 0;
  }
}
.tabsFour .tabsNav h1, .tabsFour .tabsNav h2, .tabsFour .tabsNav h3, .tabsFour .tabsNav h4, .tabsFour .tabsNav h5, .tabsFour .tabsNav h6, .tabsFour .tabsNav p, .tabsFour .tabsNav ul, .tabsFour .tabsNav ol, .tabsFour .tabsNav dl, .tabsFour .tabsNav table {
  margin-bottom: 0;
}

.tabsFour .tabsNav:not(:last-of-type) .tabsNavOuter {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {
  .tabsFour .tabsNav.active {
    color: var(--color-white);
    background-color: var(--color-primary);
  }
}
.tabsFour .tabsNav.active .tabsNavInner:after {
  background-color: var(--color-primary);
}

.tabsFour .tabsNavOuter {
  padding: 0 35px;
}

@media (max-width: 767px) {
  .tabsFour .tabsNavOuter {
    padding: 0 15px;
  }
}
.tabsFour .tabsNavInner {
  position: relative;
}

.tabsFour .tabsNavInner:after {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: transparent;
}

@media (max-width: 767px) {
  .tabsFour .tabsNavInner:after {
    display: none;
  }
}
.tabsFour .tabsContent {
  padding: 30px 35px 1px;
}

@media (max-width: 767px) {
  .tabsFour .tabsContent {
    padding: 30px 15px 1px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Tabs Four - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.teamGalleryOne .teamItem {
  margin-bottom: 15px;
}

.teamGalleryOne .teamItemWrap {
  display: block;
}

.teamGalleryOne .teamItemWrap:hover .teamItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.12);
}

.teamGalleryOne .teamItemWrap:hover .teamItemToggle {
  color: #495057;
}

.teamGalleryOne .teamItemWrap:hover .teamItemToggle span:after {
  width: 90%;
}

.teamGalleryOne .teamItemImgHolder {
  margin-bottom: 30px;
}

.teamGalleryOne .teamItemImg {
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.teamGalleryOne .teamItemName {
  line-height: 1;
  color: var(--color-primary);
  text-align: center;
  margin-bottom: 10px;
}

.teamGalleryOne .teamItemToggle {
  font-size: 12px;
  color: #6c757d;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  transition: color cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.teamGalleryOne .teamItemToggle span {
  position: relative;
  display: inline-block;
}

.teamGalleryOne .teamItemToggle span:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  width: 0;
  height: 2px;
  background: #495057;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: width cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.teamGalleryOne .teamPanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e9ecef;
}

.teamGalleryOne .teamPanel .container {
  padding-left: 30px;
  padding-right: 30px;
}

.teamGalleryOne .teamPanel .row {
  align-items: center;
}

.teamGalleryOne .teamPanelWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.teamGalleryOne .teamPanelImgHolder {
  margin-bottom: 30px;
}

.teamGalleryOne .teamPanelName {
  margin-bottom: 10px;
}

.teamGalleryOne .teamPanelClose {
  position: absolute;
  top: 40px;
  right: 50px;
}

.teamGalleryOne .teamPanelClose .burger:hover .burgerLine,
.teamGalleryOne .teamPanelClose .burger:hover .burgerSlash {
  background-color: var(--color-primary);
}

.teamGalleryOne .teamPanelClose .burger:hover .burgerText {
  color: var(--color-primary);
}

.teamGalleryOne .teamPanelClose .burgerLine,
.teamGalleryOne .teamPanelClose .burgerSlash {
  background-color: #495057;
}

.teamGalleryOne .teamPanelClose .burgerText {
  font-size: 16px;
  color: #495057;
  font-weight: 700;
}

@media (max-width: 767px) {
  .teamGalleryOne .teamPanel .row {
    align-items: flex-start;
  }

  .teamGalleryOne .teamPanelWrap {
    display: block;
    align-items: initial;
    height: auto;
    padding: 80px 0 50px;
  }

  .teamGalleryOne .teamPanelClose {
    top: 24px;
    right: 36px;
  }
}
@media (max-width: 575px) {
  .teamGalleryOne .teamPanelClose {
    right: 28px;
  }
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.teamGalleryTwo .teamItem {
  margin-bottom: 30px;
}

.teamGalleryTwo .teamItem:hover .teamItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.teamGalleryTwo .teamItemWrap {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
}

.teamGalleryTwo .teamItemImgHolder {
  overflow: hidden;
}

.teamGalleryTwo .teamItemImg {
  display: block;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.teamGalleryTwo .teamItemBody {
  padding: 25px;
}

@media (max-width: 575px) {
  .teamGalleryTwo .teamItemBody {
    padding: 15px;
  }
}
.teamGalleryTwo .teamItemBody p {
  margin-bottom: 20px;
}

.teamGalleryTwo .teamItemName {
  margin-bottom: 5px;
}

.teamGalleryTwo .teamItemMetas {
  margin-bottom: 20px;
}

.teamGalleryTwo .teamItemMeta {
  margin-bottom: 5px;
}

.teamGalleryTwo .teamItemMeta i {
  color: var(--color-primary);
  margin-right: 5px;
}

.teamGalleryTwo .teamItemDescription {
  font-size: 14px;
}

.teamGalleryTwo .teamItemDescription a {
  font-weight: 700;
}

.teamGalleryTwo .teamItemLink {
  margin-top: 20px;
}

.teamGalleryTwo .teamItemLink p {
  margin-bottom: 0;
}

.teamGalleryTwo p.teamItemLink {
  margin-bottom: 0;
}

.teamGalleryTwo .teamPanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e9ecef;
}

.teamGalleryTwo .teamPanel .container {
  padding-left: 30px;
  padding-right: 30px;
}

.teamGalleryTwo .teamPanel .row {
  align-items: center;
}

@media (max-width: 767px) {
  .teamGalleryTwo .teamPanel .row {
    align-items: flex-start;
  }
}
.teamGalleryTwo .teamPanelWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .teamGalleryTwo .teamPanelWrap {
    display: block;
    align-items: initial;
    height: auto;
    padding: 80px 0 50px;
  }
}
.teamGalleryTwo .teamPanelImgHolder {
  margin-bottom: 30px;
}

.teamGalleryTwo .teamPanelName {
  margin-bottom: 10px;
}

.teamGalleryTwo .teamPanelClose {
  position: absolute;
  top: 40px;
  right: 50px;
}

@media (max-width: 767px) {
  .teamGalleryTwo .teamPanelClose {
    top: 24px;
    right: 36px;
  }
}
@media (max-width: 575px) {
  .teamGalleryTwo .teamPanelClose {
    right: 28px;
  }
}
.teamGalleryTwo .teamPanelClose .burger:hover .burgerLine,
.teamGalleryTwo .teamPanelClose .burger:hover .burgerSlash {
  background-color: var(--color-primary);
}

.teamGalleryTwo .teamPanelClose .burger:hover .burgerText {
  color: var(--color-primary);
}

.teamGalleryTwo .teamPanelClose .burgerLine,
.teamGalleryTwo .teamPanelClose .burgerSlash {
  background-color: #495057;
}

.teamGalleryTwo .teamPanelClose .burgerText {
  font-size: 16px;
  color: #495057;
  font-weight: 700;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery Three - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.teamGalleryThree .teamItem {
  margin-bottom: 30px;
}

.teamGalleryThree .teamItemWrap {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background-color: var(--color-white);
  border-top: 5px solid var(--color-primary);
}

.teamGalleryThree .teamItemBody {
  padding: 25px;
}

@media (max-width: 575px) {
  .teamGalleryThree .teamItemBody {
    padding: 15px;
  }
}
.teamGalleryThree .teamItemBody p {
  margin-bottom: 20px;
}

.teamGalleryThree .teamItemName {
  margin-bottom: 15px;
}

.teamGalleryThree .teamItemMetas {
  margin-bottom: 20px;
}

.teamGalleryThree .teamItemMeta {
  margin-bottom: 5px;
}

.teamGalleryThree .teamItemMeta i {
  color: var(--color-primary);
  margin-right: 5px;
}

.teamGalleryThree .teamItemDescription {
  font-size: 14px;
}

.teamGalleryThree .teamItemDescription a {
  font-weight: 700;
}

.teamGalleryThree .teamItemLink {
  margin-top: 20px;
}

.teamGalleryThree .teamItemLink p {
  margin-bottom: 0;
}

.teamGalleryThree p.teamItemLink {
  margin-bottom: 0;
}

.teamGalleryThree .teamPanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e9ecef;
}

.teamGalleryThree .teamPanel .container {
  padding-left: 30px;
  padding-right: 30px;
}

.teamGalleryThree .teamPanel .row {
  align-items: center;
}

@media (max-width: 767px) {
  .teamGalleryThree .teamPanel .row {
    align-items: flex-start;
  }
}
.teamGalleryThree .teamPanelWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .teamGalleryThree .teamPanelWrap {
    display: block;
    align-items: initial;
    height: auto;
    padding: 80px 0 50px;
  }
}
.teamGalleryThree .teamPanelName {
  margin-bottom: 10px;
}

.teamGalleryThree .teamPanelClose {
  position: absolute;
  top: 40px;
  right: 50px;
}

@media (max-width: 767px) {
  .teamGalleryThree .teamPanelClose {
    top: 24px;
    right: 36px;
  }
}
@media (max-width: 575px) {
  .teamGalleryThree .teamPanelClose {
    right: 28px;
  }
}
.teamGalleryThree .teamPanelClose .burger:hover .burgerLine,
.teamGalleryThree .teamPanelClose .burger:hover .burgerSlash {
  background-color: var(--color-primary);
}

.teamGalleryThree .teamPanelClose .burger:hover .burgerText {
  color: var(--color-primary);
}

.teamGalleryThree .teamPanelClose .burgerLine,
.teamGalleryThree .teamPanelClose .burgerSlash {
  background-color: #495057;
}

.teamGalleryThree .teamPanelClose .burgerText {
  font-size: 16px;
  color: #495057;
  font-weight: 700;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery Three - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery Four - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.teamGalleryFour .teamItem {
  margin-bottom: 30px;
}

.teamGalleryFour .teamItemWrap {
  overflow: hidden;
  padding: 15px;
  border-radius: 4px;
  background-color: var(--color-white);
}

.teamGalleryFour .teamItemWrap:hover .teamItemImg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 575px) {
  .teamGalleryFour .teamItemHeader {
    margin-bottom: 15px;
  }
}
.teamGalleryFour .teamItemImgHolder {
  overflow: hidden;
  height: 100%;
}

.teamGalleryFour .teamItemImg {
  display: block;
  height: 100%;
  border-radius: 3px;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.teamGalleryFour .teamItemBody {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  padding-left: 20px;
}

@media (max-width: 575px) {
  .teamGalleryFour .teamItemBody {
    padding-left: 0;
  }
}
.teamGalleryFour .teamItemBody p {
  margin-bottom: 20px;
}

.teamGalleryFour .teamItemName {
  margin-bottom: 15px;
}

.teamGalleryFour .teamItemDivider {
  margin-bottom: 15px;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
}

.teamGalleryFour .teamItemMetas {
  margin-bottom: 20px;
}

.teamGalleryFour .teamItemMeta {
  color: #495057;
}

.teamGalleryFour .teamItemMeta i {
  color: var(--color-primary);
  margin-right: 5px;
}

.teamGalleryFour .teamItemLink p {
  margin-bottom: 0;
}

.teamGalleryFour p.teamItemLink {
  margin-bottom: 0;
}

.teamGalleryFour .teamItemWrap {
  display: flex;
  flex-wrap: wrap;
}

.teamGalleryFour .teamItemHeader {
  width: 100%;
  max-width: 40%;
  flex: 0 0 40%;
}

@media (max-width: 575px) {
  .teamGalleryFour .teamItemHeader {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}
.teamGalleryFour .teamItemHeader + .teamItemBody {
  width: 100%;
  flex: 0 0 60%;
  max-width: 60%;
}

@media (max-width: 575px) {
  .teamGalleryFour .teamItemHeader + .teamItemBody {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}
.teamGalleryFour .teamPanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 510;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e9ecef;
}

.teamGalleryFour .teamPanel .container {
  padding-left: 30px;
  padding-right: 30px;
}

.teamGalleryFour .teamPanel .row {
  align-items: center;
}

@media (max-width: 767px) {
  .teamGalleryFour .teamPanel .row {
    align-items: flex-start;
  }
}
.teamGalleryFour .teamPanelWrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .teamGalleryFour .teamPanelWrap {
    display: block;
    align-items: initial;
    height: auto;
    padding: 80px 0 50px;
  }
}
.teamGalleryFour .teamPanelImgHolder {
  margin-bottom: 30px;
}

.teamGalleryFour .teamPanelName {
  margin-bottom: 10px;
}

.teamGalleryFour .teamPanelClose {
  position: absolute;
  top: 40px;
  right: 50px;
}

@media (max-width: 767px) {
  .teamGalleryFour .teamPanelClose {
    top: 24px;
    right: 36px;
  }
}
@media (max-width: 575px) {
  .teamGalleryFour .teamPanelClose {
    right: 28px;
  }
}
.teamGalleryFour .teamPanelClose .burger:hover .burgerLine,
.teamGalleryFour .teamPanelClose .burger:hover .burgerSlash {
  background-color: var(--color-primary);
}

.teamGalleryFour .teamPanelClose .burger:hover .burgerText {
  color: var(--color-primary);
}

.teamGalleryFour .teamPanelClose .burgerLine,
.teamGalleryFour .teamPanelClose .burgerSlash {
  background-color: #495057;
}

.teamGalleryFour .teamPanelClose .burgerText {
  font-size: 16px;
  color: #495057;
  font-weight: 700;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Team Gallery Four - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonial One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.testimonialOne .testimonialWrap {
  display: flex;
  margin-bottom: 30px;
}

.testimonialOne .testimonialInner {
  position: relative;
}

.testimonialOne .testimonialQuotLeft {
  margin-bottom: 15px;
}

.testimonialOne .testimonialQuotRight {
  position: absolute;
  bottom: 0;
  right: 0;
}

.testimonialOne .testimonialAvatar {
  flex: 0 0 125px;
  width: 125px;
  height: 125px;
  padding: 8px;
  border-radius: 50%;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.testimonialOne .testimonialAvatar > .mwPageBlock.File,
.testimonialOne .testimonialAvatar > .mwPageBlock.File > .blockContents {
  width: 100%;
  height: 100%;
}

.testimonialOne .testimonialAvatar .stretchImg {
  border-radius: 50%;
}

.testimonialOne .testimonialMain {
  flex: 0 1 auto;
  padding: 30px 40px;
  background-color: var(--color-white);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}

.testimonialOne .testimonialName {
  color: var(--color-primary);
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: 700;
}

.testimonialOne .testimonialTitle {
  color: #adb5bd;
}

.testimonialOne.testimonialLeft .testimonialAvatar {
  margin-right: 30px;
}

.testimonialOne.testimonialRight .testimonialAvatar {
  margin-left: 30px;
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonial One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonial Carousel One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.testimonialCarouselOne .testimonialCarouselWrap {
  margin-bottom: 30px;
}

.testimonialCarouselOne .testimonialCarouselWrap.slick-dotted {
  margin-bottom: 60px;
}

.testimonialCarouselOne .testimonialCarouselInner {
  position: relative;
  margin: 0 auto;
  max-width: 400px;
  padding-top: 15px;
}

@media (max-width: 767px) {
  .testimonialCarouselOne .testimonialCarouselInner {
    padding: 40px 20px;
  }
}
.testimonialCarouselOne .testimonialCarouselQuotLeft,
.testimonialCarouselOne .testimonialCarouselQuotRight {
  position: absolute;
  width: 34px;
}

.testimonialCarouselOne .testimonialCarouselQuotLeft svg,
.testimonialCarouselOne .testimonialCarouselQuotRight svg {
  width: 100%;
  height: auto;
}

.testimonialCarouselOne .testimonialCarouselQuotLeft path,
.testimonialCarouselOne .testimonialCarouselQuotRight path {
  fill: rgba(46, 183, 160, 0.3);
}

.testimonialCarouselOne .testimonialCarouselQuotLeft {
  top: 0;
  left: -65px;
}

@media (max-width: 767px) {
  .testimonialCarouselOne .testimonialCarouselQuotLeft {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.testimonialCarouselOne .testimonialCarouselQuotRight {
  right: -60px;
  bottom: 10px;
}

@media (max-width: 767px) {
  .testimonialCarouselOne .testimonialCarouselQuotRight {
    left: 50%;
    right: auto;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.testimonialCarouselOne .testimonialCarouselContent {
  font-size: 18px;
  text-align: center;
  font-style: italic;
  font-family: "Lora", serif;
}

.testimonialCarouselOne .testimonialCarouselContent p:last-of-type {
  margin-bottom: 0;
  font-style: normal;
  font-family: "Open Sans", sans-serif;
}

.testimonialCarouselOne .slick-prev,
.testimonialCarouselOne .slick-next {
  z-index: 1;
  width: 36px;
  height: 36px;
}

.testimonialCarouselOne .slick-prev svg,
.testimonialCarouselOne .slick-next svg {
  width: 100%;
  height: 100%;
}

.testimonialCarouselOne .slick-prev svg path,
.testimonialCarouselOne .slick-next svg path {
  fill: none;
  stroke: #343a40;
}

._bg-blue-gradient .testimonialCarouselOne .slick-prev svg path, ._bg-secondary .testimonialCarouselOne .slick-prev svg path, ._bg-primary .testimonialCarouselOne .slick-prev svg path,
._bg-blue-gradient .testimonialCarouselOne .slick-next svg path,
._bg-secondary .testimonialCarouselOne .slick-next svg path,
._bg-primary .testimonialCarouselOne .slick-next svg path {
  stroke: var(--color-white);
}

.testimonialCarouselOne .slick-prev.slick-disabled,
.testimonialCarouselOne .slick-next.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.testimonialCarouselOne .slick-prev:before,
.testimonialCarouselOne .slick-next:before {
  display: none;
}

.testimonialCarouselOne .slick-prev {
  left: 0;
}

.testimonialCarouselOne .slick-next {
  right: 0;
}

@media (max-width: 991px) {
  .testimonialCarouselOne .slick-prev,
.testimonialCarouselOne .slick-next {
    width: 20px;
    height: 20px;
  }

  .testimonialCarouselOne .slick-prev svg path,
.testimonialCarouselOne .slick-next svg path {
    stroke-width: 2;
  }
}
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Testimonial Carousel One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoBannerOne .videoBannerWrap {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.videoBannerOne video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

@media (max-width: 575px) {
  .videoBannerOne video {
    display: none;
  }
}
.videoBannerOne .videoBannerInner {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.25);
}

.videoBannerOne .videoBannerTitle {
  color: var(--color-white);
}

.videoBannerOne .videoBannerCaption {
  display: block;
}

.videoBannerOne .videoBannerParagraph {
  margin-left: auto;
  margin-right: auto;
  color: var(--color-white);
}

.videoBannerOne .videoBannerBtns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.videoBannerOne .videoBannerBtns .btn {
  flex: 0 0 auto;
  padding: 0 5px;
}

.videoBannerOne .videoBannerBtns .btn p {
  margin-bottom: 10px;
}

.videoBannerOne.videoBannerLarge .videoBannerInner {
  height: calc(var(--vh, 1vh) * 100 - var(--headerHeight));
  min-height: 600px;
  max-height: 1200px;
}

@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerInner {
    height: auto;
  }
}
.videoBannerOne.videoBannerLarge .videoBannerTitle {
  line-height: 1;
  font-size: 80px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerTitle {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .videoBannerOne.videoBannerLarge .videoBannerTitle {
    font-size: 40px;
  }
}
.videoBannerOne.videoBannerLarge .videoBannerCaption {
  margin-bottom: 15px;
  font-size: 30px;
}

@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerCaption {
    font-size: 18px;
  }
}
.videoBannerOne.videoBannerLarge .videoBannerParagraph {
  max-width: 620px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .videoBannerOne.videoBannerLarge .videoBannerParagraph {
    max-width: 495px;
  }
}
@media (max-width: 575px) {
  .videoBannerOne.videoBannerLarge .videoBannerParagraph {
    max-width: 375px;
  }
}
.videoBannerOne.videoBannerMedium .videoBannerInner {
  height: 480px;
}

.videoBannerOne.videoBannerMedium .videoBannerTitle {
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.videoBannerOne.videoBannerMedium .videoBannerCaption {
  margin-bottom: 15px;
}

.videoBannerOne.videoBannerMedium .videoBannerParagraph {
  max-width: 495px;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 991px) {
  .videoBannerOne.videoBannerMedium .videoBannerParagraph {
    max-width: 375px;
  }
}
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Banner One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Card One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoCardOne {
  margin-bottom: 60px;
}

.videoCardOne .videoCardCover {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.videoCardOne .videoCardCover:hover .coverPlayBtn {
  color: white;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.videoCardOne .coverInner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.videoCardOne .coverPlayBtn {
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.videoCardOne .videoCardBody {
  margin-top: 30px;
}

.videoCardOne .videoTitle {
  margin-bottom: 15px;
}

.videoCardOne .videoMetas {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.videoCardOne .videoMeta {
  margin-right: 15px;
  margin-bottom: 10px;
}

.videoCardOne .videoMeta i {
  color: var(--color-primary);
  margin-right: 5px;
}

.videoCardOne .videoDes {
  margin-bottom: 20px;
}

.videoCardOne .videoDes p {
  margin-bottom: 15px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Card One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Card Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoCardTwo {
  margin-bottom: 30px;
}

.videoCardTwo .videoCardCover {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

@media (max-width: 575px) {
  .videoCardTwo .videoCardCover {
    margin-bottom: 15px;
  }
}
.videoCardTwo .videoCardCover:hover .coverPlayBtn {
  color: white;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.videoCardTwo .coverImg {
  height: 100%;
}

@media (max-width: 575px) {
  .videoCardTwo .coverImg {
    height: auto;
    padding-bottom: 56%;
  }
}
.videoCardTwo .coverInner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.videoCardTwo .coverPlayBtn {
  color: rgba(255, 255, 255, 0.8);
  font-size: 40px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.videoCardTwo .videoCardBody {
  padding-left: 30px;
}

@media (max-width: 575px) {
  .videoCardTwo .videoCardBody {
    padding-left: 0;
  }
}
.videoCardTwo .videoTitle {
  margin-bottom: 15px;
}

.videoCardTwo .videoMetas {
  margin-bottom: 10px;
}

.videoCardTwo .videoMeta {
  font-size: 14px;
}

.videoCardTwo .videoMeta i {
  color: var(--color-primary);
  margin-right: 5px;
}

.videoCardTwo .videoDes {
  font-size: 14px;
  margin-bottom: 20px;
}

.videoCardTwo .videoDes p {
  margin-bottom: 15px;
}

.videoCardTwo .videoCardWrap {
  display: flex;
  flex-wrap: wrap;
}

.videoCardTwo .videoCardCover {
  width: 100%;
  max-width: 40%;
  flex: 0 0 40%;
}

@media (max-width: 575px) {
  .videoCardTwo .videoCardCover {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}
.videoCardTwo .videoCardCover + .videoCardBody {
  width: 100%;
  flex: 0 0 60%;
  max-width: 60%;
}

@media (max-width: 575px) {
  .videoCardTwo .videoCardCover + .videoCardBody {
    flex: 0 0 auto;
    width: 100%;
    max-width: none;
  }
}
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Card Two - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Banner One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoCoursesBannerOne .videoCoursesBannerWrap {
  position: relative;
  padding-top: 180px;
  padding-bottom: 360px;
  margin-bottom: -260px;
}

@media (max-width: 991px) {
  .videoCoursesBannerOne .videoCoursesBannerWrap {
    padding-top: 80px;
    padding-bottom: 160px;
    margin-bottom: -120px;
  }
}
.videoCoursesBannerOne .bannerBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoCoursesBannerOne .bannerBg > .mwPageBlock,
.videoCoursesBannerOne .bannerBg > .mwPageBlock > .blockContents {
  width: 100%;
  height: 100%;
}

.videoCoursesBannerOne .stretchImg {
  background-position: top center;
}

.videoCoursesBannerOne .bannerOverlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.videoCoursesBannerOne .bannerGradient {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 50%;
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.videoCoursesBannerOne .bannerContent {
  position: relative;
}

.videoCoursesBannerOne .bannerTitle {
  max-width: 540px;
}

.videoCoursesBannerOne .bannerTitle h1 {
  color: var(--color-white);
  line-height: 1;
  font-size: 70px;
  margin-bottom: 15px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

@media (max-width: 991px) {
  .videoCoursesBannerOne .bannerTitle h1 {
    font-size: 50px;
  }
}
.videoCoursesBannerOne .bannerCaption {
  color: var(--color-white);
  font-size: 18px;
  max-width: 540px;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.videoCoursesBannerOne .bannerSearch {
  overflow: hidden;
  position: relative;
  margin-bottom: 90px;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.videoCoursesBannerOne .bannerSearch form {
  margin-right: 160px;
  padding: 20px 25px 10px;
}

@media (max-width: 991px) {
  .videoCoursesBannerOne .bannerSearch form {
    margin-right: 0;
    margin-bottom: 60px;
  }
}
.videoCoursesBannerOne .bannerSearch .searchBtn {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  padding: 20px 35px;
  color: var(--color-white);
  font-weight: 700;
  background-color: var(--color-primary);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .videoCoursesBannerOne .bannerSearch .searchBtn {
    top: auto;
    bottom: 0;
    height: 60px;
    width: 100%;
  }
}
.videoCoursesBannerOne .bannerSearch .searchBtn:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #FA9171;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.videoCoursesBannerOne .bannerSearch .searchBtn i,
.videoCoursesBannerOne .bannerSearch .searchBtn span {
  position: relative;
  right: 0;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.videoCoursesBannerOne .bannerSearch .searchBtn:hover:before {
  opacity: 1;
  width: 100%;
}

.videoCoursesBannerOne .bannerSearch .searchBtn:hover i,
.videoCoursesBannerOne .bannerSearch .searchBtn:hover span {
  right: -3px;
}

.videoCoursesBannerOne .bannerCategory {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
  background-color: var(--color-white);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.videoCoursesBannerOne .bannerCategory .categoryItem {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.videoCoursesBannerOne .bannerCategory .categoryItem:nth-last-child(-n+2) {
  border-right: none;
}

@media (max-width: 991px) {
  .videoCoursesBannerOne .bannerCategory .categoryItem:nth-child(2) {
    border-right: none;
  }

  .videoCoursesBannerOne .bannerCategory .categoryItem:nth-child(-n+2) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
}
@media (max-width: 375px) {
  .videoCoursesBannerOne .bannerCategory .categoryItem {
    border-right: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }

  .videoCoursesBannerOne .bannerCategory .categoryItem:nth-last-child(-n+2) {
    border-bottom: none;
  }
}
.videoCoursesBannerOne .bannerCategory .categoryAll {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 20px 35px;
  color: var(--color-white);
  font-weight: 700;
  background-color: #FA9171;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.videoCoursesBannerOne .bannerCategory .categoryAll:before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.videoCoursesBannerOne .bannerCategory .categoryAll i,
.videoCoursesBannerOne .bannerCategory .categoryAll span {
  position: relative;
  right: 0;
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 360ms;
}

.videoCoursesBannerOne .bannerCategory .categoryAll i {
  margin-left: 5px;
}

.videoCoursesBannerOne .bannerCategory .categoryAll:hover:before {
  opacity: 1;
  width: 100%;
}

.videoCoursesBannerOne .bannerCategory .categoryAll:hover i,
.videoCoursesBannerOne .bannerCategory .categoryAll:hover span {
  right: -3px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Banner One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses List One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoCoursesListOne {
  position: relative;
}

.videoCoursesListOne .videoCoursesListGroup {
  margin-bottom: 30px;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses List One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Details One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoCoursesDetailsOne .courseHeaderRight {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.videoCoursesDetailsOne .courseHeaderRightBottom {
  margin-top: auto;
}

.videoCoursesDetailsOne .courseMetas:not(.Dialog) th, .videoCoursesDetailsOne .courseMetas:not(.Dialog) td {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.videoCoursesDetailsOne .courseMetas:not(.Dialog) th {
  font-weight: 700;
  padding: 15px 15px 15px 0;
}

.videoCoursesDetailsOne .courseMetas:not(.Dialog) td {
  padding: 15px 0 15px 15px;
}

.videoCoursesDetailsOne .courseMetas:not(.Dialog) tr:first-of-type th, .videoCoursesDetailsOne .courseMetas:not(.Dialog) tr:first-of-type td {
  padding-top: 0;
}

.videoCoursesDetailsOne .courseMetas:not(.Dialog) tr:last-of-type th, .videoCoursesDetailsOne .courseMetas:not(.Dialog) tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: none;
}

.videoCoursesDetailsOne .courseMetas:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.videoCoursesDetailsOne .coursePriceOld {
  color: #adb5bd;
  text-decoration: line-through;
}

.videoCoursesDetailsOne .coursePriceNew {
  font-size: 32px;
  margin-bottom: 15px;
  font-weight: 700;
}

.videoCoursesDetailsOne .coursePriceCountdown {
  color: #F76033;
  margin-bottom: 15px;
}

.videoCoursesDetailsOne .speakerAvatar {
  width: 80px;
  height: 80px;
  margin-bottom: 15px;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.videoCoursesDetailsOne .courseTestBtn p a[disabled], .videoCoursesDetailsOne .courseTestBtn p a :disabled {
  cursor: not-allowed;
  border-color: #adb5bd;
  background-color: #adb5bd;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Details One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Review One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoCoursesReviewOne .headerInner {
  display: flex;
  flex-wrap: wrap;
}

.videoCoursesReviewOne .courseBadge {
  width: 156px;
  height: 156px;
  padding: 10px;
  margin-bottom: 30px;
  margin-right: 30px;
  border-radius: 50%;
}

.videoCoursesReviewOne .courseBadge i {
  width: 100%;
  height: 100%;
  color: var(--color-white);
  font-size: 60px;
  text-align: center;
  line-height: 136px;
  border-radius: 50%;
}

.videoCoursesReviewOne .reviewTitle {
  margin-bottom: 15px;
}

.videoCoursesReviewOne .reviewScores {
  margin-bottom: 30px;
}

.videoCoursesReviewOne .reviewList > li {
  padding-left: 50px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .videoCoursesReviewOne .reviewList > li {
    padding-left: 30px;
  }
}
.videoCoursesReviewOne .reviewList > li:before {
  line-height: 1.32;
  font-size: 30px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
}

@media (max-width: 767px) {
  .videoCoursesReviewOne .reviewList > li:before {
    font-size: 20px;
  }
}
.videoCoursesReviewOne .reviewList .testPassed:before {
  color: var(--color-primary);
  content: "\f058";
}

.videoCoursesReviewOne .reviewList .testFailed:before {
  color: #F76033;
  content: "\f057";
}

.videoCoursesReviewOne .reviewList .testQuestion {
  margin-bottom: 10px;
}

.videoCoursesReviewOne .reviewList .testAnswers {
  margin: 0;
}

.videoCoursesReviewOne .reviewList .testAnswers > li {
  padding-left: 0;
  margin-bottom: 5px;
}

.videoCoursesReviewOne .reviewList .testAnswers > li:before {
  display: none;
}

.videoCoursesReviewOne .reviewList .testCorrectAnswer {
  color: var(--color-primary);
}

.videoCoursesReviewOne .reviewList .testWrongAnswer {
  color: #F76033;
  text-decoration: line-through;
}

.videoCoursesReviewOne.videoCoursesReviewPassed .courseBadge {
  background-color: rgba(46, 183, 160, 0.1);
  box-shadow: 0 10px 30px rgba(46, 183, 160, 0.08);
}

.videoCoursesReviewOne.videoCoursesReviewPassed .courseBadge i {
  background-color: var(--color-primary);
  box-shadow: 0 10px 30px rgba(46, 183, 160, 0.3);
}

.videoCoursesReviewOne.videoCoursesReviewPassed .reviewTitle {
  color: var(--color-primary);
}

.videoCoursesReviewOne.videoCoursesReviewFailed .courseBadge {
  background-color: rgba(247, 96, 51, 0.1);
  box-shadow: 0 10px 30px rgba(247, 96, 51, 0.08);
}

.videoCoursesReviewOne.videoCoursesReviewFailed .courseBadge i {
  background-color: #F76033;
  box-shadow: 0 10px 30px rgba(247, 96, 51, 0.3);
}

.videoCoursesReviewOne.videoCoursesReviewFailed .reviewTitle {
  color: #F76033;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Review One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Test One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoCoursesTestOne .courseThumb {
  margin-bottom: 30px;
  border-radius: 3px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.videoCoursesTestOne .courseTitle {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.videoCoursesTestOne .courseTitle:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background-color: var(--color-primary);
}

.videoCoursesTestOne .courseMetas:not(.Dialog) th, .videoCoursesTestOne .courseMetas:not(.Dialog) td {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.videoCoursesTestOne .courseMetas:not(.Dialog) th {
  font-weight: 700;
  padding: 5px 5px 5px 0;
}

.videoCoursesTestOne .courseMetas:not(.Dialog) td {
  padding: 5px 0 5px 5px;
}

.videoCoursesTestOne .courseMetas:not(.Dialog) tr:first-of-type th, .videoCoursesTestOne .courseMetas:not(.Dialog) tr:first-of-type td {
  padding-top: 0;
}

.videoCoursesTestOne .courseMetas:not(.Dialog) tr:last-of-type th, .videoCoursesTestOne .courseMetas:not(.Dialog) tr:last-of-type td {
  padding-bottom: 0;
  border-bottom: none;
}

.videoCoursesTestOne .courseMetas:not(.Dialog) tbody tr:nth-of-type(odd) {
  background-color: transparent;
}

.videoCoursesTestOne .Dialog th {
  font-weight: 700;
}

.videoCoursesTestOne .testResultBadge {
  font-size: 60px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.videoCoursesTestOne .testResultTitle {
  margin-bottom: 15px;
}

.videoCoursesTestOne .qst-answer.valid td {
  color: var(--color-primary);
  font-weight: 700;
}

.videoCoursesTestOne .qst-answer.invalid td {
  color: #dc3545;
  font-weight: 700;
  text-decoration: line-through;
}

.videoCoursesTestOne .testResultFailed .testResultBadge {
  color: #dc3545;
  text-shadow: 0 10px 30px rgba(220, 53, 69, 0.3);
}

.videoCoursesTestOne .testResultFailed .testResultTitle {
  color: #dc3545;
}

.videoCoursesTestOne .testResultPassed .testResultBadge {
  color: var(--color-primary);
  text-shadow: 0 10px 30px rgba(46, 183, 160, 0.3);
}

.videoCoursesTestOne .testResultPassed .testResultTitle {
  color: var(--color-primary);
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Courses Test One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Player One - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.videoPlayerOne {
  margin-bottom: 30px;
}

.videoPlayerOne .videoPlayerWrap {
  overflow: hidden;
  position: relative;
  border-radius: 3px;
}

.videoPlayerOne .videoCover {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videoPlayerOne .videoCover:hover .coverPlayBtn {
  color: white;
  text-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: scale(0.95);
  transform: scale(0.95);
}

.videoPlayerOne .coverInner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.videoPlayerOne .coverPlayBtn {
  color: rgba(255, 255, 255, 0.8);
  font-size: 60px;
  text-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

.videoPlayerOne video {
  opacity: 0;
  display: block;
  width: 100%;
}

.videoPlayerOne .videoBar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
  padding: 15px;
}

.videoPlayerOne .videoBar .barOuter {
  padding: 4px;
  border-radius: 50px;
  background-color: rgba(255, 255, 255, 0.6);
}

.videoPlayerOne .videoBar .barInner {
  height: 6px;
  border-radius: 50px;
  background-color: var(--color-primary);
  transition: cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}

/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Video Player One - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resourcesList .resourcesListWrap {
  display: grid;
  row-gap: 60px;
}

.resourcesList .resourceItem {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  column-gap: 30px;
  row-gap: 30px;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .resourcesList .resourceItem {
    grid-template-columns: minmax(0, 3fr) minmax(0, 7fr);
    max-width: 100%;
    margin: 0;
  }
}

.resourcesList .resourceItem:not(:last-of-type)::after {
  position: absolute;
  bottom: -30px;
  transform: translate(0, -50%);
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: var(--color-quaternary);
}

.resourcesList .resourceItemImg {
  position: relative;
  height: 100%;
  display: block;
}

.resourcesList .blogs-post-crop-icon {
  position: absolute;
  top: 0;
  left: 0;
}

.resourcesList .resourceItemImg img {
  aspect-ratio: 1;
  width: 100%;
  display: block;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .resourcesList .resourceItemImg img {
    aspect-ratio: 100 / 135;
  }
}

.resourcesList .resourceItemCategories {
  margin: 0 0 15px 0;
  display: flex;
}

.resourcesList .resourceItemCategories > *:not(:last-child) {
  margin: 0 20px 0 0;
  position: relative;
}

.resourcesList .resourceItemCategories > *:not(:last-child)::before {
  content: "";
  height: 15px;
  width: 1px;
  background-color: var(--color-primary-lightened);
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(-50%, -50%);
}

.resourcesList .resourceItemTitle {
  margin: 0 0 15px 0;
  font-size: var(--font-size-medium);
}

.resourcesList .resourceItemTitle a {
  color: var(--color-primary-lightened);
  text-decoration: none;
}
.resourcesList .resourceItemTitle a {
  color: var(--color-primary-lightened);
  text-decoration: none;
}
.resourcesList .resourceItemTitle a:hover {
  color: var(--color-secondary);
}
.resourcesList .resourceItemMeta {
  margin: 0 0 30px 0;
  font-weight: var(--font-weight-normal);
  font-size: var(--font-size-small);
  display: flex;
  align-items: center;
}

.resourcesList .resourceItemDateIcon {
  margin: 0 10px 0 0;
  display: flex;
}

.resourcesList .resourceItemDate {
  margin: 0 20px 0 0;
  display: flex;
  position: relative;
}

.resourcesList .resourceItemDate::after {
  content: "";
  display: block;
  height: 15px;
  width: 1px;
  position: absolute;
  top: 50%;
  right: -10px;
  transform: translate(-50%, -50%);
  background-color: var(--color-primary);
}

.resourcesList .resourceItemBtns {
  display: flex;
}

.resourcesList .resourceItemBtns .btn:not(:last-child) {
  margin: 0 10px 0 0;
}

.resourcesList .resourceItemBtns .btn p > a {
  padding: 10px 18px;
}
/*
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resources - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Details - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*Resource Details THEN*/
.resourceDetailsTHEN .postDetailsHeaderWrapper,
.resourceDetailsTHEN .postDetailsBackWrapper,
.resourceDetailsTHEN .postDetailsSubHeaderWrapper,
.resourceDetailsTHEN .postDetailsBannerWrapper,
.resourceDetailsTHEN .postDetailsBodyWrapper {
  margin: 0 auto;
  max-width: 770px;
}
.resourceDetailsTHEN .postDetailsBack {
  margin: 0 0 30px 0;
}
.resourceDetailsTHEN .backButtonWrap {
  display: flex;
  align-items: center;
  color: var(--color-primary-lightened);
  text-decoration: none;
}
.resourceDetailsTHEN .backButtonWrap:hover {
  color: var(--color-secondary);
}

.resourceDetailsTHEN .postDetailsBackIcon {
  margin: 0 10px 0 0;
}

.resourceDetailsTHEN .postDetailsBackIcon,
.resourceDetailsTHEN .postDetailsBackIcon * {
  transition: none;
}

.resourceDetailsTHEN .postDetailsBackIcon svg {
  height: 18px;
}

.resourceDetailsTHEN .postDetailsMetas {
  display: flex;
  margin: 0 0 20px 0;
  font-size: var(--font-size-x-small-mobile);
}
@media screen and (min-width: 991px) {
  .resourceDetailsTHEN .postDetailsMetas {
    font-size: var(--font-size-x-small);
  }
}

.resourceDetailsTHEN .postsDetailCategories {
  margin: 0 20px 0 0;
  padding: 0;
  position: relative;
}
.resourceDetailsTHEN .postsDetailCategories::after {
  content: "|";
  display: block;
  position: absolute;
  top: 0;
  right: -10px;
}
.resourceDetailsTHEN .postsDetailCategories li {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.resourceDetailsTHEN .postsDetailCategories li::before {
  content: none;
}
.resourceDetailsTHEN .postsDetailCategories li:not(:last-child)::after {
  content: ", ";
}
.resourceDetailsTHEN .postDetailsHeader {
  margin: 0 0 35px 0;
}
.resourceDetailsTHEN .postDetailsTitle {
  font-size: var(--font-size-x-large-mobile);
  text-transform: uppercase;
  letter-spacing: 0.01em;
  margin: 0 0 25px 0;
}
@media screen and (min-width: 991px) {
  .resourceDetailsTHEN .postDetailsTitle {
    font-size: var(--font-size-x-large);
  }
}
.resourceDetailsTHEN .postDetailsAuthor {
  font-size: var(--font-size-x-small-mobile);
  margin: 0 0 15px 0;
}
@media screen and (min-width: 991px) {
  .resourceDetailsTHEN .postDetailsAuthor {
    font-size: var(--font-size-x-small);
  }
}
.resourceDetailsTHEN .postDetailsJournal {
  font-size: var(--font-size-x-small-mobile);
  margin: 0 0 15px 0;
}
@media screen and (min-width: 991px) {
  .resourceDetailsTHEN .postDetailsJournal {
    font-size: var(--font-size-x-small);
  }
}
.resourceDetailsTHEN .postDetailsOrganization {
  font-size: var(--font-size-x-small-mobile);
}
@media screen and (min-width: 991px) {
  .resourceDetailsTHEN .postDetailsOrganization {
    font-size: var(--font-size-x-small);
  }
}
.resourceDetailsTHEN .postDetailsBtns {
  margin: 30px 0 0 0;
}
.resourceDetailsTHEN .postDetailsBtns {
  margin: 30px 0 0 0;
}
.resourceDetailsTHEN .postDetailsBtns .btn p > a {
  padding: 10px 18px;
}
.resourceDetailsTHEN .postDetailsSubheading {
  margin: 0;
}
.resourceDetailsTHEN .postDetailsBanner {
  margin: 0 0 35px 0;
}
.resourceDetailsTHEN .postDetailsBanner figure {
  position: relative;
}
.resourceDetailsTHEN .postDetailsBanner .blogs-post-crop-icon {
  position: absolute;
  top: 0;
  left: 0;
}
.resourceDetailsTHEN .postDetailsBannerImg {
  width: 100%;
  aspect-ratio: 100 / 135;
  max-width: 400px;
  object-fit: cover;
}
.resourceDetailsTHEN .postDetailsContent {
  color: var(--color-primary);
}
.resourceDetailsTHEN .postDetailsContent a {
  color: var(--color-primary-lightened);
  font-weight: 500;
  transition: var(--transition);
}
.resourceDetailsTHEN .postDetailsContent a:hover {
  color: var(--color-secondary);
}

/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource Details - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource THEN - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resourcesSearchTHEN .resourcesSearchTitle {
  margin: 0 0 30px 0;
  font-size: var(--font-size-small-mobile);
}
@media screen and (min-width: 992px) {
  .resourcesSearchTHEN .resourcesSearchTitle {
    font-size: var(--font-size-small);
  }
}

.resourcesSearchTHEN form {
  position: relative;
}

.resourcesSearchTHEN input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 15px 0;
  padding: 0 25px 10px 0;
  border-bottom: 1px solid var(--color-primary);
}

.resourcesSearchTHEN input::placeholder {
  color: var(--color-primary-lightened);
}


.resourcesSearchTHEN button {
  position: absolute;
  top: 0%;
  right: 0;
  color: var(--color-primary-lightened);
  height: 100%;
  display: flex;
}

.resourcesSearchTHEN button:hover {
  color: var(--color-secondary);
}

.resourcesSearchTHEN button * {
  transition: none;
}

.resourcesSearchTHEN button svg {
  height: 20px;
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource THEN - End
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource THEN Categories - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resourcesCategoriesTHEN .resourceCategoryList {
  margin: 0
}
.resourcesCategoriesTHEN .resourceCategoryItem {
  list-style-type: none;
  padding: 0;
}
.resourcesCategoriesTHEN .resourceCategoryItem:last-child {
  margin: 0;
}
.resourcesCategoriesTHEN .resourceCategoryItem::before {
  content: none;
}
.resourcesCategoriesTHEN .resourceCategoryItem a {
  text-decoration: none;
  color: var(--color-primary-lightened);
}
.resourcesCategoriesTHEN .resourceCategoryItem a:hover {
  color: var(--color-secondary);
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource THEN Categories - end
 |
 |
 |-----------------------------------------------------------------------------------------
*/
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource THEN Categories Two - Start
 |
 |
 |-----------------------------------------------------------------------------------------
*/
.resourcesCategoriesTwoTHEN {
  box-shadow: 0 7px 9px rgb(0 0 0 / 20%);
  background-color: var(--color-white);
}

.resourcesCategoriesTwoTHEN::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background-color: var(--color-primary);
}

.resourcesCategoriesTwoTHEN .resourceCategoryList {
  margin: 0;
  padding: 15px;
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem {
  list-style-type: none;
  padding: 0;
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem:last-child {
  margin: 0;
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem::before {
  content: none;
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem > div{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem > div > a {
  text-decoration: none;
  color: var(--color-primary-lightened);
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem a:hover {
  color: var(--color-secondary);
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem > div > a {
  margin: 0 25px 0 0;
}

.resourcesCategoriesTwoTHEN .resourceCategoryItem > div > span.fa-caret-down {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  transform-origin: center;
  transition: var(--transition);
  cursor: pointer;
}
.resourcesCategoriesTwoTHEN .resourceCategoryItem.active > div > span.fa-caret-down {
  transform: translate(-50%, -50%) rotate(0deg);
}
.resourcesCategoriesTwoTHEN .resourceCategoryChildMenu {
  background-color:rgba(var(--color-quaternary-rgb), 0.3);
  padding: 15px;
  margin: 10px 0 0 0;
}
/*!
 |-----------------------------------------------------------------------------------------
 |
 |
 | Resource THEN Categories Two - end
 |
 |
 |-----------------------------------------------------------------------------------------
*/