@import url("https://fonts.googleapis.com/css2?family=Unna:ital,wght@0,400;0,700;1,400;1,700&display=swap");

* {
  -webkit-text-size-adjust: none;
  outline: none;
}

@font-face {
  font-family: "新微軟正黑體";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: bold;
  src: local(MS Gothic), local(Yu Gothic);
}

@font-face {
  font-family: "新微軟正黑體";
  unicode-range: U+7db0, U+78A7, U+7B75;
  font-style: normal;
  font-weight: normal;
  src: local(微軟正黑體), local(Microsoft JhengHei);
}

html,
html *:not(i),
body,
body *:not(i) {
  font-family: "Open Sans", "新微軟正黑體", "Microsoft JhengHei", "微軟正黑體",
    sans-serif;
}

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

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

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

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

.z-index-9 {
  z-index: 9;
}

.filter-mix-100 {
  filter: grayscale(100%) invert(100%);
  -ms-filter: grayscale(100%) invert(100%);
}

.filter-grayscale-100 {
  filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.section-swifteditor {
  display: flex;
  letter-spacing: 1px;
}

@media ((min-width: 1200px)) {
  .container {
    max-width: 1440px;
  }
}

.section-swifteditor .container {
  position: relative;
}

.section-fluid .container {
  width: 100% !important;
  max-width: 100% !important;
}

.swifteditor-area {
  padding: 0;
  position: relative;
}

.section-swifteditor .img-fluid {
  margin-bottom: 0;
}

.section-swifteditor h1 {
  font-size: 36px;
  line-height: 1.2;
}

.section-swifteditor h2 {
  font-size: 32px;
  line-height: 1.2;
}

.section-swifteditor h3 {
  font-size: 28px;
  line-height: 1.25;
}

.section-swifteditor h4 {
  font-size: 24px;
  line-height: 1.3;
}

.section-swifteditor h5 {
  font-size: 21px;
  line-height: 1.35;
}

.section-swifteditor h6 {
  font-size: 18px;
  line-height: 1.35;
  padding: 0;
}

.section-swifteditor h1,
.section-swifteditor h2,
.section-swifteditor h3,
.section-swifteditor h4,
.section-swifteditor h5,
.section-swifteditor h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.section-swifteditor h1:first-child,
.section-swifteditor h2:first-child,
.section-swifteditor h3:first-child,
.section-swifteditor h4:first-child,
.section-swifteditor h5:first-child,
.section-swifteditor h6:first-child {
  margin-top: 0;
}

.section-swifteditor h1:last-child,
.section-swifteditor h2:last-child,
.section-swifteditor h3:last-child,
.section-swifteditor h4:last-child,
.section-swifteditor h5:last-child,
.section-swifteditor h6:last-child {
  margin-bottom: 0;
}

.section-swifteditor p {
  font-size: 15px;
  line-height: 1.6;
  margin: 5px 0;
  letter-spacing: 0.1rem;
}

.section-swifteditor p:last-child {
  margin-bottom: 0;
}

.swifteditor-area ul,
.swifteditor-area ol {
  padding-left: 17px;
  padding-right: 0;
  margin-left: 10px;
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}

.swifteditor-area ul li {
  list-style: disc;
}

.swifteditor-area ol li {
  list-style: decimal;
}

.swifteditor-area ul li,
.swifteditor-area ol li {
  line-height: 1.6;
  font-size: 15px;
  letter-spacing: 0.1rem;
  margin: 0 0 5px 0;
}

.swifteditor-area ul li:last-child,
.swifteditor-area ol li:last-child {
  margin-bottom: 0;
}

.SwiftEditor-preview .section-swifteditor.disabled {
  display: none;
}

.editor-background-wrap {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-swifteditor {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.section-swifteditor::before {
  content: "";
  opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.section-swifteditor .container .section-fluid .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 15px !important;
}

.SwiftEditor-preview .section-fluid .container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.SwiftEditor-preview .section-fluid.bg-fluid .container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.SwiftEditor-preview .section-fluid.owl-fluid .container {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.bg-position-y-center {
  background-position-y: center;
}

.bg-position-y-top {
  background-position-y: top;
}

.bg-position-y-bottom {
  background-position-y: bottom;
}

.bg-position-x-center {
  background-position-y: center;
}

.bg-position-x-left {
  background-position-y: left;
}

.bg-position-x-right {
  background-position-y: right;
}

.bg-size-cover {
  background-position: cover;
}

.bg-size-contain {
  background-position: contain;
}

.bg-size-auto {
  background-position: auto;
}

.bg-repeat {
  background-repeat: repeat;
}

@media (min-width: 992px) {
  .bg-fixed {
    background-attachment: fixed;
  }
}

.editor-background-item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 320px;
  max-height: 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .editor-background-item {
    min-height: unset !important;
  }
}

.section-dark::before {
  background-color: #000000;
}

.section-light::before {
  background-color: #ffffff;
}

.bg-opacity-10::before {
  opacity: 10%;
}

.bg-opacity-30::before {
  opacity: 30%;
}

.bg-opacity-50::before {
  opacity: 50%;
}

.bg-opacity-70::before {
  opacity: 70%;
}

.bg-opacity-90::before {
  opacity: 90%;
}

.section-dark {
  background-color: #000000;
}

.section-light {
  background-color: #ffffff;
}

.section-dark .swifteditor-area,
.section-dark .swifteditor-area h1,
.section-dark .swifteditor-area h2,
.section-dark .swifteditor-area h3,
.section-dark .swifteditor-area h4,
.section-dark .swifteditor-area h5,
.section-dark .swifteditor-area h6,
.section-dark .swifteditor-area p {
  color: #ffffff;
}

.section-dark .swifteditor-area a {
  color: #cdcdcd;
  transition: 0.3s ease-in-out;
}

.section-dark .swifteditor-area a:hover {
  color: #ffffff;
  text-decoration: none;
}

.section-light .swifteditor-area,
.section-light .swifteditor-area h1,
.section-light .swifteditor-area h2,
.section-light .swifteditor-area h3,
.section-light .swifteditor-area h4,
.section-light .swifteditor-area h5,
.section-light .swifteditor-area h6,
.section-light .swifteditor-area p {
  color: #333333;
}

.section-light .swifteditor-area a {
  color: #777777;
  transition: 0.3s ease-in-out;
}

.section-light .swifteditor-area a:hover {
  color: #333333;
  text-decoration: none;
}

.section-swifteditor .edit-btn {
  background-color: #585858;
  color: #ffffff;
  padding: 8px 16px;
  font-size: 15px;
  letter-spacing: 0.05rem;
  display: inline-block;
  border-radius: 3px;
  line-height: normal;
  width: 100%;
  max-width: 110px;
  min-width: 100px;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.section-swifteditor .edit-btn:hover {
  text-decoration: none;
}

.section-swifteditor.section-light .edit-btn {
  background-color: #585858;
  color: #ffffff;
}

.section-swifteditor.section-light .edit-btn:hover {
  background-color: #333333;
  color: #ffffff;
}

.section-swifteditor.section-dark .edit-btn {
  background-color: #ffffff;
  color: #000000;
}

.section-swifteditor.section-dark .edit-btn:hover {
  background-color: #ffffff;
  color: #000000;
}

/* editor padding & margin */
.p-6 {
  padding: 4rem;
}

.p-7 {
  padding: 5rem;
}

.p-8 {
  padding: 6rem;
}

.p-9 {
  padding: 7rem;
}

.pt-6,
.py-6 {
  padding-top: 4rem;
}

.pt-7,
.py-7 {
  padding-top: 5rem;
}

.pt-8,
.py-8 {
  padding-top: 6rem;
}

.pt-9,
.py-9 {
  padding-top: 7rem;
}

.pb-6,
.py-6 {
  padding-bottom: 4rem;
}

.pb-7,
.py-7 {
  padding-bottom: 5rem;
}

.pb-8,
.py-8 {
  padding-bottom: 6rem;
}

.pb-9,
.py-9 {
  padding-bottom: 7rem;
}

.m-6 {
  margin: 4rem;
}

.m-7 {
  margin: 5rem;
}

.m-8 {
  margin: 6rem;
}

.m-9 {
  margin: 7rem;
}

.mt-6,
.my-6 {
  margin-top: 4rem;
}

.mt-7,
.my-7 {
  margin-top: 5rem;
}

.mt-8,
.my-8 {
  margin-top: 6rem;
}

.mt-9,
.my-9 {
  margin-top: 7rem;
}

.mb-6,
.my-6 {
  margin-bottom: 4rem;
}

.mb-7,
.my-7 {
  margin-bottom: 5rem;
}

.mb-8,
.my-8 {
  margin-bottom: 6rem;
}

.mb-9,
.my-9 {
  margin-bottom: 7rem;
}

/* swifteditor-title */
.swifteditor-title-item {
  text-align: center;
}

.swifteditor-title-item h2 {
  font-size: 26px;
  margin: 0 0 12px 0;
  letter-spacing: 0.1rem;
  position: relative;
  padding-bottom: 12px;
  line-height: 1.2;
  font-weight: 600;
}

.swifteditor-title-item h2::after {
  content: "";
  display: block;
  width: 75px;
  height: 0.1rem;
  border-radius: 0.1rem;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.swifteditor-title-item h4 {
  font-size: 15px;
  line-height: 1.3;
  margin: 10px 0 5px 0;
  letter-spacing: 0.1rem;
  font-weight: 400;
}

.section-light .swifteditor-title-item h2,
.section-light .swifteditor-title-item h4 {
  color: #000000;
}

.section-light .swifteditor-title-item h2::after {
  background-color: #000000;
}

.section-dark .swifteditor-title-item h2,
.section-dark .swifteditor-title-item h4 {
  color: #ffffff;
}

.section-dark .swifteditor-title-item h2::after {
  background-color: #ffffff;
}

/* bootstrap tabs */
.section-swifteditor .nav-pills {
  border: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
  padding: 0;
  list-style: none;
}

.section-swifteditor .nav-pills .nav-item {
  padding: 0 5px;
  list-style: none;
}

.section-swifteditor .nav-pills .nav-link {
  font-size: 1rem;
  border-radius: 3px;
  color: #333333;
  letter-spacing: 0.03rem;
  padding: 8px 10px;
  line-height: normal;
  border: 0.1rem solid #333333;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  letter-spacing: 1px;
}

.section-swifteditor .nav-pills .nav-link:hover,
.section-swifteditor .nav-pills .nav-item .nav-link.active {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}

.section-swifteditor .tab-content {
  padding-top: 10px;
}

.section-swifteditor .swifteditor-area .tab-content {
  padding-top: 30px;
}

.section-dark.section-swifteditor .nav-pills .nav-link {
  color: #ffffff;
  border-color: #ffffff;
}

.section-dark.section-swifteditor .nav-pills .nav-link:hover,
.section-dark.section-swifteditor .nav-pills .nav-item .nav-link.active {
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

.swifteditor-area .tab-content {
  padding-top: 30px;
}

.swifteditor-area .nav-tabs {
  border: unset;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
  padding: 0;
}

.swifteditor-area .nav-tabs .nav-item {
  padding: 0 5px;
  list-style: none !important;
}

.swifteditor-area .nav-tabs .nav-link {
  font-size: 1rem;
  border-radius: 3px;
  color: #333333;
  letter-spacing: 0.03rem;
  padding: 8px 10px;
  line-height: normal;
  border: 0.1rem solid #333333;
  background-color: transparent;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}

.swifteditor-area .nav-tabs .nav-link:hover,
.swifteditor-area .nav-tabs .nav-item.show .nav-link,
.swifteditor-area .nav-tabs .nav-link.active {
  background-color: #333333;
  color: #ffffff;
  border-color: #333333;
}

.section-dark .swifteditor-area .nav-tabs .nav-link {
  color: #ffffff;
  border-color: #ffffff;
}

.section-dark .swifteditor-area .nav-tabs .nav-link:hover,
.section-dark .swifteditor-area .nav-tabs .nav-item.show .nav-link,
.section-dark .swifteditor-area .nav-tabs .nav-link.active {
  background-color: #ffffff;
  color: #333333;
  border-color: #ffffff;
}

@media (min-width: 1024px) {
  .swifteditor-area .swift-tabs-wrap.style-2 > .tab {
    display: flex;
    align-items: flex-start;
  }

  .swifteditor-area .swift-tabs-wrap.style-2 .nav-tabs {
    width: 150px;
    margin-top: 23px;
  }

  .swifteditor-area .swift-tabs-wrap.style-2 .nav-tabs .nav-item {
    width: 100%;
    margin: 9px 0;
  }

  .swifteditor-area .swift-tabs-wrap.style-2 .nav-tabs .nav-link {
    border-radius: 30px 0 0 30px;
    padding: 10px 15px;
    border-width: 1px;
    border-color: #efefef;
    background-color: #efefef;
    color: #000000;
    font-weight: 600;
  }

  .swifteditor-area .swift-tabs-wrap.style-2 .nav-tabs .nav-link:hover,
  .swifteditor-area .swift-tabs-wrap.style-2 .nav-tabs .nav-item.show .nav-link,
  .swifteditor-area .swift-tabs-wrap.style-2 .nav-tabs .nav-link.active {
    background-color: #505050;
    border-color: #505050;
    color: #ffffff;
  }

  .swifteditor-area .swift-tabs-wrap.style-2 .tab-content {
    padding: 30px;
    border: 1px solid #505050;
    border-radius: 10px;
    flex: 1;
    margin-left: -1px;
    position: relative;
    z-index: 2;
  }

  .swifteditor-area .swift-tabs-wrap.style-3 .nav-tabs {
    display: flex;
    justify-content: flex-start;
    margin: 0;
  }

  .swifteditor-area .swift-tabs-wrap.style-3 .nav-tabs .nav-item {
    margin: 0 10px 0 0;
    padding: 0;
  }

  .swifteditor-area .swift-tabs-wrap.style-3 .nav-tabs .nav-link {
    border-radius: 10px 10px 0 0;
    background-color: #e9ecef;
    border-color: #e9ecef;
    margin-bottom: -0.1rem;
    border-bottom: unset;
    padding: 10px 20px;
  }

  .swifteditor-area .swift-tabs-wrap.style-3 .tab-content {
    padding: 20px;
    border: 0.1rem solid #e9ecef;
    border-radius: 0 10px 10px 10px;
    box-shadow: 3px 3px #eaecef;
  }

  .swifteditor-area .swift-tabs-wrap.style-3 .nav-tabs .nav-link:hover,
  .swifteditor-area .swift-tabs-wrap.style-3 .nav-tabs .nav-item.show .nav-link,
  .swifteditor-area .swift-tabs-wrap.style-3 .nav-tabs .nav-link.active {
    background-color: #ffffff;
    border-color: #e9ecef;
    color: #000;
    border-bottom: unset;
  }
}

@media (max-width: 767px) {
  .swifteditor-area .nav-tabs .nav-link {
    padding: 5px 5px;
  }

  .swifteditor-area .nav-tabs .nav-item {
    padding: 0 4px;
    margin: 4px 0;
  }

  .swifteditor-area .nav-tabs {
    margin: 0 -4px;
  }
}

/* bootstrap accordion */
.swifteditor-area .accordion > .card {
  border-radius: 0 !important;
  border: unset !important;
  margin-bottom: 1.5rem;
}

.swifteditor-area .accordion > .card > .card-header {
  padding: 0;
  border-bottom: unset !important;
  margin-bottom: 0 !important;
  background-color: #f3f3f3;
}

.swifteditor-area .card-body {
  padding: 12px;
}

.swifteditor-area .accordion > .card > .card-header h2 {
  margin: 0 !important;
}

.swifteditor-area .accordion > .card > .card-header .btn-link {
  position: relative;
  display: block;
  width: 100%;
  text-align: left;
  padding: 12px 42px 12px 12px;
  color: #777777;
  letter-spacing: 0.03rem;
  font-size: 16px;
  line-height: 22px;
  border-radius: unset;
  transition: 0.3s ease-in-out;
}

.swifteditor-area .accordion > .card > .card-header .btn-link:active,
.swifteditor-area .accordion > .card > .card-header .btn-link:focus {
  outline: unset;
  box-shadow: unset;
  text-decoration: none;
  color: #333333;
}

.swifteditor-area .accordion > .card > .card-header .btn-link:hover {
  text-decoration: none;
  color: #333333;
}

.swifteditor-area .card-body {
  background-color: #f3f3f3;
}

.swifteditor-area .card-body p {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.03rem;
  margin-top: 0;
  color: #000000;
}

.swifteditor-area .accordion > .card > .card-header .btn-link .arrow_icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::before {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

.swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::after {
  content: "";
  position: absolute;
  background-color: #333333;
  width: 1px;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s ease-in-out;
}

.swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::after {
  transform: translate(-50%, -50%) rotate(90deg);
  opacity: 0;
}

.swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::before {
  background-color: #ffffff;
}

.swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"] {
  background-color: #333333;
  color: #ffffff;
}

.swifteditor-area
  .swift-accordion-wrap.style-2
  .accordion
  > .card.js-set
  > .card-header
  .btn-link {
  padding-left: 46px;
}

.swifteditor-area .swift-accordion-wrap.style-2 .card.js-set .card-body {
  padding-left: 46px;
  position: relative;
}

.n-unit {
  position: absolute;
  top: 11px;
  left: 10px;
  width: 26px;
  height: 26px;
  background-color: #17a2b8;
  color: #ffffff;
  border: 1px solid #17a2b8;
  box-shadow: 0 0 5px rgba(77, 77, 77, 0.284);
  border-radius: 50%;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.q-unit {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 26px;
  background-color: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  padding-bottom: 2px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.a-unit {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 26px;
  height: 26px;
  background-color: #4d4d4d;
  color: #ffffff;
  border: 1px solid #4d4d4d;
  border-radius: 3px;
  letter-spacing: normal;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  text-align: center;
  padding-bottom: 2px;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}

.section-light .q-unit {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.section-light .a-unit {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"],
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus {
  background-color: #17a2b8;
  color: #ffffff;
}

.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .q-unit,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .q-unit,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .q-unit,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .q-unit {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #ffffff;
}

.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::before {
  background-color: #ffffff;
}

.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::after {
  background-color: #ffffff;
}

.section-dark .q-unit {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.section-dark .a-unit {
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"],
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus {
  background-color: #17a2b8;
  color: #ffffff;
}

.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .q-unit,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .q-unit,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .q-unit,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .q-unit {
  background-color: #ffffff;
  color: #17a2b8;
  border-color: #ffffff;
}

.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::before,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::before,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::before,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::before {
  background-color: #ffffff;
}

.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::after,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::after,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::after,
.section-dark
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::after {
  background-color: #ffffff;
}

.swifteditor-area .swift-accordion-wrap.style-1 .accordion > .card {
  border: 1px solid #e4e4e4 !important;
  margin-bottom: 0;
  border-bottom: unset !important;
}

.swifteditor-area .swift-accordion-wrap.style-1 .accordion > .card:last-child {
  border-bottom: 1px solid #e4e4e4 !important;
}

.swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card.card.js-set
  > .card-header
  .btn-link {
  padding-left: 45px;
}

.swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link {
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #ffffff;
  color: #000000;
}

.swifteditor-area .swift-accordion-wrap.style-1 .card-body {
  background-color: #ffffff;
  border-top: 1px solid #e4e4e4;
}

.swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon {
  width: 16px;
  height: 16px;
}

.swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::before {
  width: 1px;
  height: 70%;
  top: unset;
  left: unset;
  bottom: 2px;
  right: 4px;
  transform: rotate(45deg);
}

.swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::after {
  width: 1px;
  height: 70%;
  top: unset;
  right: unset;
  bottom: 2px;
  left: 4px;
  transform: rotate(-45deg);
}

.swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::after {
  background-color: #777777;
  transition: 0.3s ease-in-out;
}

.swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::before {
  background-color: #777777;
  transition: 0.3s ease-in-out;
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::before {
  transform: rotate(-45deg);
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::after {
  transform: rotate(45deg);
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"],
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:hover,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:active,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:focus {
  background-color: #f5f5f5;
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::before {
  background-color: #000000;
  opacity: 1;
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-1
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::after {
  background-color: #000000;
  opacity: 1;
}

.swifteditor-area .swift-accordion-wrap.style-3 .accordion > .card {
  margin-bottom: 0;
}

.swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header {
  background-color: transparent;
}

.swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link {
  padding: 12px 22px 12px 0;
  border-width: 0 0 0.1rem 0;
  border-style: solid;
  border-color: #dedede;
}

.swifteditor-area .swift-accordion-wrap.style-3 .card-body {
  background-color: transparent;
  padding: 12px 0;
}

.swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon {
  width: 13px;
  height: 13px;
  right: 0;
}

.swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::after {
  background-color: #bbbbbb;
}

.swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link
  .arrow_icon::before {
  background-color: #bbbbbb;
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"],
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:active,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:focus {
  background-color: transparent;
  color: #000000;
  border-color: #000000;
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::before,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::before {
  background-color: #000000;
}

.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"]
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .accordion
  > .card
  > .card-header
  .btn-link:hover
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:active
  .arrow_icon::after,
.section-light
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:focus
  .arrow_icon::after {
  background-color: #000000;
}

.section-dark
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link {
  color: #bbbbbb;
}

.section-dark
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link[aria-expanded="true"],
.section-dark
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:hover,
.section-dark
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:active,
.section-dark
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card
  > .card-header
  .btn-link:focus {
  background-color: transparent;
  color: #ffffff;
}

.section-dark
  .swifteditor-area
  .swift-accordion-wrap.style-3
  .accordion
  > .card {
  background-color: transparent;
}

.section-dark .swifteditor-area .swift-accordion-wrap.style-3 .card-body p,
.section-dark .swifteditor-area .swift-accordion-wrap.style-3 .card-body h1,
.section-dark .swifteditor-area .swift-accordion-wrap.style-3 .card-body h2,
.section-dark .swifteditor-area .swift-accordion-wrap.style-3 .card-body h3,
.section-dark .swifteditor-area .swift-accordion-wrap.style-3 .card-body h4,
.section-dark .swifteditor-area .swift-accordion-wrap.style-3 .card-body h5,
.section-dark .swifteditor-area .swift-accordion-wrap.style-3 .card-body h6 {
  color: #ffffff;
}

/* bootstrap carousel */
.swifteditor-area .carousel .carousel-item .carousel-caption h5 {
  margin: 5px 0;
  font-weight: normal;
  color: #ffffff;
}

.swifteditor-area .carousel .carousel-item .carousel-caption p {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
}

.swifteditor-area .carousel .carousel-item img {
  margin-bottom: 0 !important;
}

.SwiftEditor-preview .swifteditor-area .carousel-control-next,
.SwiftEditor-preview .swifteditor-area .carousel-control-prev {
  width: 50px;
  height: 50px;
  background-color: #eeeeee;
  color: #333333;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.SwiftEditor-preview .swifteditor-area .carousel-control-next:hover,
.SwiftEditor-preview .swifteditor-area .carousel-control-prev:hover {
  opacity: 1;
}

.SwiftEditor-preview
  .section-dark
  .swifteditor-area
  .carousel-control-next:hover,
.SwiftEditor-preview
  .section-dark.swifteditor-area
  .carousel-control-prev:hover {
  color: #333333;
}

.SwiftEditor-preview .swifteditor-area .carousel-control-next {
  right: 20px;
}

.SwiftEditor-preview .swifteditor-area .carousel-control-prev {
  left: 20px;
}

.SwiftEditor-preview .swifteditor-area .carousel-control-next span,
.SwiftEditor-preview .swifteditor-area .carousel-control-prev span {
  display: none;
}

.swifteditor-area .carousel-indicators {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  bottom: 20px;
  width: 100%;
  padding: 0;
  margin: 0;
}

.swifteditor-area .carousel-indicators li {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  margin: 5px;
  border: 1px solid #ffffff;
  background-clip: unset;
  background-color: transparent;
  border-radius: 50%;
  transition: 0.3s ease-in-out;
}

.swifteditor-area .carousel-indicators li.active {
  width: 14px;
  height: 14px;
  background-color: #ffffff;
}

/* owl-carousel */
.row[data-columns] {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.row[data-columns] .edit_slide_item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-bottom: 1.5rem;
}

.SwiftEditor-preview .swifteditor-owlcarousel {
  /* width: calc(100% - 80px); */
  margin: auto;
}

.swifteditor-owlcarousel.owl-loaded {
  display: block;
}

.swifteditor-owlcarousel.owl-loaded > * {
  width: 100% !important;
  margin: 0;
}

.swifteditor-owlcarousel.owl-loaded .edit_slide_item {
  padding: 0;
  margin-bottom: 20px;
}

.row[data-columns="1"] > * {
  width: 100%;
}

.row[data-columns="2"] > * {
  width: 50%;
}

.row[data-columns="3"] > * {
  width: 33.333333%;
}

.row[data-columns="4"] > * {
  width: 25%;
}

.row[data-columns="5"] > * {
  width: 20%;
}

.row[data-columns="6"] > * {
  width: 16.666666%;
}

.swifteditor-owlcarousel .owl-nav button.owl-prev,
.swifteditor-owlcarousel .owl-nav button.owl-next {
  position: absolute;
  top: calc(50% - 20px);
  width: 50px;
  height: 50px;
  background-color: #333333;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  opacity: 0.8;
  transform: translateY(-50%);
  transition: 0.3s ease-in-out;
}

.swifteditor-owlcarousel .owl-nav button.owl-prev:hover,
.swifteditor-owlcarousel .owl-nav button.owl-next:hover {
  opacity: 1;
}

.swifteditor-owlcarousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 14px;
  margin-bottom: 15px;
}

.swifteditor-owlcarousel div.owl-dot {
  padding: 0 4px !important;
}

.swifteditor-owlcarousel .owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #333333;
  transition: 0.3s ease-in-out;
}

.swifteditor-owlcarousel .owl-dot.active span {
  background-color: #333333;
  width: 14px;
  height: 14px;
}

.swifteditor-owlcarousel .owl-nav button.owl-prev {
  left: 0px;
}

.swifteditor-owlcarousel .owl-nav button.owl-next {
  right: 0px;
}

.section-dark .swifteditor-owlcarousel .owl-dot span {
  border-color: #ffffff;
}

.section-dark .swifteditor-owlcarousel .owl-dot.active span {
  background-color: #ffffff;
}

.section-dark .swifteditor-owlcarousel .owl-nav button.owl-prev,
.section-dark .swifteditor-owlcarousel .owl-nav button.owl-next {
  background-color: #ffffff;
  color: #000000;
}

.edit_slide_image a {
  position: relative;
  display: block;
  overflow: hidden;
}

.edit_slide_image a::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  transition: 0.3s ease-in-out;
}

.edit_slide_image a img {
  margin-bottom: 0 !important;
  transition: 0.3s ease-in-out;
}

.edit_slide_image:hover a img {
  transform: scale(1.1);
}

.edit_slide_image:hover a::before {
  visibility: visible;
  opacity: 0.3;
}

.edit_slide_content h5 {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 0;
}

.edit_slide_content h5 a {
  color: #585858;
}

.edit_slide_content h5 a:hover {
  color: #333333;
  text-decoration: none;
}

.edit_slide_content h6 {
  font-size: 16px;
  line-height: 25px;
  margin-top: 9px;
  margin-bottom: 0;
  color: #6e6e6e;
}

.edit_slide_content p {
  font-size: 15px;
  line-height: 24px;
  margin-top: 9px;
  margin-bottom: 0;
}

.edit_slide_content .edit-btn {
  padding: 8px 10px;
  margin-top: 15px;
}

.edit_slide_thumb {
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px solid #ebebeb;
  height: 100%;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.swifteditor-owlcarousel .edit_slide_content p {
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

.swifteditor-owlcarousel .edit_slide_content h5 a {
  height: 28px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
}

.swifteditor-owlcarousel .edit_slide_content .edit-btn {
  background-color: #333333;
  color: #ffffff;
}

@media (min-width: 1300px) {
  .swifteditor-owlcarousel .owl-nav button.owl-prev {
    left: -15px;
  }

  .swifteditor-owlcarousel .owl-nav button.owl-next {
    right: -15px;
  }

  .flex-half .swifteditor-owlcarousel {
    padding: 0 10px;
  }

  .flex-half .swifteditor-owlcarousel .owl-nav button.owl-prev {
    left: 0px;
  }

  .flex-half .swifteditor-owlcarousel .owl-nav button.owl-next {
    right: 0px;
  }
}

@media (max-width: 992px) {
  .row[data-columns="3"] > * {
    width: 50%;
  }

  .row[data-columns="4"] > * {
    width: 50%;
  }

  .row[data-columns="5"] > * {
    width: 50%;
  }

  .row[data-columns="6"] > * {
    width: 50%;
  }

  .SwiftEditor-preview .section-fluid .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .SwiftEditor-preview .section-fluid.bg-fluid .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .SwiftEditor-preview .section-fluid.owl-fluid .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .row[data-columns="2"] > * {
    width: 100%;
  }

  .row[data-columns="3"] > * {
    width: 100%;
  }

  .row[data-columns="4"] > * {
    width: 100%;
  }

  .row[data-columns="5"] > * {
    width: 100%;
  }

  .row[data-columns="6"] > * {
    width: 100%;
  }

  .SwiftEditor-preview .section-fluid .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .SwiftEditor-preview .section-fluid.bg-fluid .container {
    padding-left: 0px;
    padding-right: 0px;
  }

  .SwiftEditor-preview .section-fluid.owl-fluid .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* editCarousel */
.edit_slide_thumb .edit_slide_content h6 {
  padding: 0 !important;
}

.editCarousel-1 .edit_slide_content {
  padding-top: 10px;
}

.editCarousel-1 .edit_slide_content h6 {
  margin-top: 5px;
}

.editCarousel-1 .edit_slide_content p {
  margin-top: 5px;
}

.editCarousel-2 .edit_slide_thumb {
  padding: 0;
  position: relative;
  border: unset;
}

.editCarousel-2 .edit_slide_thumb .edit_slide_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  color: #ffffff;
  z-index: 1;
}

.editCarousel-2 .edit_slide_thumb .edit_slide_content .edit-btn {
  display: none;
}

.editCarousel-2 .edit_slide_thumb h5 a {
  color: #ffffff;
}

.editCarousel-2 .edit_slide_thumb h5 {
  color: #ffffff;
}

.editCarousel-2 .edit_slide_thumb h6 {
  margin-top: 0;
  color: #ffffff;
}

.editCarousel-2 .edit_slide_thumb h6 {
  color: #ffffff;
}

.editCarousel-2 .edit_slide_thumb p {
  margin-top: 4px;
  color: #ffffff;
}

.editCarousel-3 .edit_slide_image a::before {
  display: none;
}

.editCarousel-3 .edit_slide_thumb {
  padding: 0;
  position: relative;
  border: unset;
}

.editCarousel-3 .edit_slide_thumb .edit_slide_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
  text-align: center;
  color: #ffffff;
  z-index: 9;
  backdrop-filter: blur(1px);
  height: 45px;
  transition: 0.3s ease-in-out;
}

.editCarousel-3 .edit_slide_thumb:hover .edit_slide_content {
  height: 140px;
}

.editCarousel-3 .edit_slide_content h6 {
  color: #ffffff;
}

.editCarousel-3 .edit_slide_thumb .edit_slide_content .edit-btn {
  display: none;
}

.editCarousel-3 .edit_slide_thumb h5 a {
  color: #ffffff;
}

.editCarousel-3 .edit_slide_thumb h5 {
  margin-top: 0;
}

.SwiftEditor-preview .editCarousel-3.owl-carousel .edit_slide_content p {
  max-height: 48px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.section-dark .editCarousel-3.owl-carousel .edit_slide_content p {
  color: #ffffff;
}

.editCarousel-4 .edit_slide_image a::before {
  display: none;
}

.editCarousel-4 .edit_slide_thumb {
  padding: 0;
  position: relative;
  border: unset;
}

.editCarousel-4 .edit_slide_thumb::before {
  content: "";
  display: block;
  background-color: #1988ff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 45%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: skew(-24deg) translateX(-70%);
  visibility: visible;
  z-index: 1;
  transition-delay: 0.01s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.editCarousel-4 .edit_slide_thumb::after {
  content: "";
  display: block;
  background-color: #1988ff;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 75%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: skew(24deg) translateX(-100%);
  transition-delay: 0.03s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.editCarousel-4 .edit_slide_thumb:hover::before {
  left: 0%;
}

.editCarousel-4 .edit_slide_thumb:hover::after {
  left: 30%;
}

.editCarousel-4 .edit_slide_thumb .edit_slide_image::before {
  content: "";
  display: block;
  background-color: #1988ff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 35%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: skew(-24deg) translateX(-70%);
  visibility: visible;
  z-index: 1;
  transition-delay: 0.02s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.editCarousel-4 .edit_slide_thumb .edit_slide_image::after {
  content: "";
  display: block;
  background-color: #1988ff;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 65%;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  transform: skew(24deg) translateX(-100%);
  transition-delay: 0.04s;
  transition-duration: 0.3s;
  transition-timing-function: ease-in-out;
}

.editCarousel-4 .edit_slide_thumb:hover .edit_slide_image::before {
  left: -10%;
}

.editCarousel-4 .edit_slide_thumb:hover .edit_slide_image::after {
  left: 20%;
}

.editCarousel-4 .edit_slide_thumb .edit_slide_image:hover img {
  transform: scale(1);
}

.editCarousel-4 .edit_slide_thumb:hover .edit_slide_image img {
  transform: scale(1.1);
}

.editCarousel-4 .edit_slide_thumb .edit_slide_content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  padding: 30px;
  color: #ffffff;
  z-index: 9;
  text-align: left;
  height: 100%;
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: 0.3s ease-in-out;
  opacity: 1;
  transform: translateX(0px);
}

.editCarousel-4 .edit_slide_thumb:hover .edit_slide_content {
  opacity: 0;
  transform: translateX(-10px);
}

.editCarousel-4 .edit_slide_thumb .edit_slide_content .edit-btn {
  font-size: 0;
  padding: 0;
  background: transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  z-index: 1;
  margin: 0;
  min-width: unset;
  max-width: unset;
}

.editCarousel-4 .edit_slide_thumb h5 a {
  color: #ffffff;
}

.editCarousel-4 .edit_slide_thumb h5 {
  margin-top: 0;
  width: 100%;
}

.editCarousel-4.owl-carousel .edit_slide_content p {
  display: block;
  color: #ffffff;
  width: 100%;
}

.editCarousel-4.owl-carousel .edit_slide_content h6 {
  display: block;
  color: #ffffff;
  width: 100%;
}

.editCarousel-5 .edit_slide_thumb {
  display: flex;
  flex-wrap: wrap;
  padding: 45px 60px;
  align-items: center;
}

.editCarousel-5 .edit_slide_thumb .edit_slide_image {
  width: 200px;
  margin-right: 30px;
  border-radius: 50%;
  overflow: hidden;
  border: 8px solid rgba(0, 0, 0, 0.05);
}

.editCarousel-5 .edit_slide_thumb .edit_slide_image img {
  border-radius: 50%;
}

.editCarousel-5 .edit_slide_thumb .edit_slide_content {
  flex: 1;
}

.editCarousel-5 .edit_slide_thumb .edit_slide_content h5 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.editCarousel-5 .edit_slide_thumb .edit_slide_content p {
  line-height: 24px;
  max-height: 72px;
}

.editCarousel-5 .edit_slide_thumb .edit_slide_content h5::after {
  content: "";
  display: block;
  width: 100px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 2px;
}

.section-dark .editCarousel-5 .edit_slide_thumb {
  color: #ffffff;
  background-color: #eeeeee;
  border: unset;
}

@media (max-width: 992px) {
  .editCarousel-5 .edit_slide_thumb {
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .editCarousel-5 .edit_slide_thumb .edit_slide_image {
    width: 180px;
    margin-right: auto;
    margin-left: auto;
  }

  .editCarousel-5 .edit_slide_thumb .edit_slide_content {
    width: 100%;
    flex: auto;
    text-align: center;
    padding-top: 12px;
  }

  .editCarousel-5 .edit_slide_thumb .edit_slide_content h5::after {
    left: 50%;
    transform: translateX(-50%);
  }
}

.SwiftEditor-preview .owl-carousel.swifteditor-owlcarousel .edit_slide_thumb {
  margin: 10px;
}

.editCarousel-6 .edit_slide_thumb {
  padding: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 0;
  border: unset;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}

.editCarousel-6 .edit_slide_thumb:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.35);
}

.editCarousel-6 .edit_slide_content {
  padding: 12px 10px 20px 10px;
}

.editCarousel-6 .edit_slide_thumb .edit-btn {
  display: none;
}

.editCarousel-7 .edit_slide_thumb {
  padding: 0;
  border-radius: 0;
  border: unset;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.editCarousel-7 .edit_slide_content {
  top: 30%;
  left: 30%;
  padding: 15px 20px;
  position: absolute;
  height: 80%;
  width: 88%;
  opacity: 0;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.editCarousel-7 .edit_slide_thumb:hover .edit_slide_content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition-delay: 0.3s;
}

.SwiftEditor-preview .editCarousel-7.owl-carousel .edit_slide_content p {
  max-height: 48px;
  -webkit-line-clamp: 2;
}

.editCarousel-7 .edit_slide_content h6 {
  color: #585858;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  max-height: 25px;
}

.editCarousel-7 .edit_slide_thumb .edit_slide_image::before {
  border: 5px solid #333333;
  position: absolute;
  content: "";
  display: block;
  height: 80%;
  width: 88%;
  top: 30%;
  left: 30%;
  transition: all 0.4s ease-in-out;
  opacity: 0;
  z-index: 1;
}

.editCarousel-7 .edit_slide_thumb:hover .edit_slide_image::before {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.9;
}

.editCarousel-7 .edit_slide_thumb::after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.6) !important;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.3s ease-in-out;
}

.editCarousel-7 .edit_slide_thumb:hover::after {
  opacity: 1;
}

.editCarousel-7 .edit_slide_thumb .edit-btn {
  display: none;
}

.editCarousel-8 .edit_slide_thumb * {
  box-sizing: border-box;
  transition: all 0.45s ease;
}

.editCarousel-8 .edit_slide_thumb {
  padding: 0;
  border-radius: 0;
  border: unset;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
  background: #000000;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  margin: 10px;
}

.editCarousel-8 .edit_slide_content {
  position: absolute;
  top: 50%;
  left: 7%;
  right: 7%;
  bottom: 50%;
  transition-delay: 0.35s;
  z-index: 2;
}

.editCarousel-8 .edit_slide_content h5 {
  overflow: hidden;
  transform: translateY(-50%);
  margin: 0;
  padding: 0;
  display: block;
}

.editCarousel-8 .edit_slide_content h5 a {
  display: table !important;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  width: auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}

.editCarousel-8 .edit_slide_content h5 a:before,
.editCarousel-8 .edit_slide_content h5 a:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: "";
  background: #ffffff;
  top: 50%;
}

.editCarousel-8 .edit_slide_content h5 a:before {
  left: -1000%;
}

.editCarousel-8 .edit_slide_content h5 a:after {
  right: -1000%;
}

.editCarousel-8 .edit_slide_content h6 {
  display: none;
}

.editCarousel-8 .edit_slide_content p {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  transition-delay: 0s;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  white-space: normal;
  color: #ffffff;
  max-height: 120px;
}

.editCarousel-8 .edit_slide_thumb .edit-btn {
  display: none;
}

.editCarousel-8 .edit_slide_thumb:hover::after {
  opacity: 1;
}

.editCarousel-8 .edit_slide_thumb:hover .edit_slide_content {
  top: 15%;
  bottom: 9%;
  transition-delay: 0s;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.editCarousel-8 .edit_slide_thumb:hover .edit_slide_content p {
  opacity: 1;
  transition-delay: 0.4s;
}

.editCarousel-8 .edit_slide_thumb .edit_slide_image img {
  opacity: 0.7;
}

.editCarousel-8 .edit_slide_thumb:hover .edit_slide_image img {
  opacity: 0.3;
}

.editCarousel-9 {
  padding: 2.5rem 4rem 0 4rem;
}

.editCarousel-9.swifteditor-owlcarousel .owl-nav button {
  border-radius: 50px;
  background-color: #ffffff;
  color: #1988ff;
  opacity: 1;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
}

.section-dark .editCarousel-9.swifteditor-owlcarousel .owl-nav button {
  color: #1988ff;
}

.editCarousel-9.swifteditor-owlcarousel .owl-nav button.owl-prev {
  left: 5px;
}

.editCarousel-9.swifteditor-owlcarousel .owl-nav button.owl-next {
  right: 5px;
}

.editCarousel-9.swifteditor-owlcarousel .owl-dot span {
  border: 1px solid #1988ff;
  background-color: #1988ff;
  opacity: 0.6;
}

.editCarousel-9.swifteditor-owlcarousel .owl-dot.active span {
  border: 1px solid #1988ff;
  background-color: #1988ff;
  opacity: 1;
}

.section-dark .editCarousel-9.swifteditor-owlcarousel .owl-dot span {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  opacity: 0.6;
}

.section-dark .editCarousel-9.swifteditor-owlcarousel .owl-dot.active span {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  opacity: 1;
}

.editCarousel-9::after {
  content: "";
  position: absolute;
  top: 0;
  right: -15px;
  height: 56%;
  width: calc(100% + 30px);
  background-color: #439cfb;
  background-image: linear-gradient(to right, #439cfb 0%, #f187fb 100%);
  z-index: -1;
  border-radius: 6px;
}

.container-fluid .row div:nth-child(1) .editCarousel-9::after {
  border-radius: 0 40px 40px 0;
}

.container-fluid .row div:nth-child(2) .editCarousel-9::after {
  border-radius: 40px 0 0 40px;
}

.edit_slide_item {
  overflow: auto;
}

.editCarousel-9.swifteditor-owlcarousel.owl-loaded .edit_slide_item {
  overflow: unset;
  margin-bottom: 40px;
}

.editCarousel-9 .edit_slide_thumb {
  background-color: #ffffff;
  border: unset;
  border-radius: 6px;
  padding: 22px 22px 48px 22px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  overflow: unset;
}

.editCarousel-9 .edit_slide_image {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin: 0 auto 22px auto;
  background-color: #e4f0ff;
  padding: 10px;
}

.editCarousel-9 .edit_slide_image a::before {
  display: none;
}

.editCarousel-9 .edit_slide_content .edit-btn {
  border-radius: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -19px;
  font-size: 0;
  width: auto;
  min-width: unset;
  width: 48px;
  height: 48px;
  letter-spacing: normal;
  transition: 0.3s ease-in-out;
  background-image: linear-gradient(to right, #439cfb 0%, #f187fb 100%);
  background-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.editCarousel-9 .edit_slide_content .edit-btn:hover {
  width: 100px;
  background-size: 200%;
}

.editCarousel-9 .edit_slide_content .edit-btn::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  font-size: 18px;
  letter-spacing: normal;
}

.editCarousel-9 .edit_slide_content h5 {
  position: relative;
  font-size: 24px;
  letter-spacing: 2px;
}

.editCarousel-9 .edit_slide_content h6 {
  color: #7baef1;
}

.editCarousel-9 .edit_slide_content h5 a {
  transition: 0.3s ease-in-out;
}

.editCarousel-9 .edit_slide_content h5 a:hover {
  color: #1988ff;
}

@media (max-width: 991px) {
  .container-fluid .row div:nth-child(1) .editCarousel-9::after {
    border-radius: 0;
  }

  .container-fluid .row div:nth-child(2) .editCarousel-9::after {
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  .editCarousel-9 {
    padding: 20px 10px 0 10px;
  }
}

.editCarousel-10 {
  padding-bottom: 60px;
}

.editCarousel-10 .owl-item .edit_slide_item .edit_slide_thumb {
  background-color: #696eff;
  color: #ffffff;
  border-radius: 20px;
  padding: 25px;
  border: unset;
}

.editCarousel-10 .owl-item:nth-child(even) .edit_slide_item .edit_slide_thumb {
  background-color: #ef709b;
}

.editCarousel-10 .edit_slide_item .edit_slide_thumb h5 {
  font-size: 22px;
}

.editCarousel-10 .edit_slide_item .edit_slide_thumb h5 a {
  color: #ffffff;
}

.editCarousel-10 .edit_slide_item .edit_slide_thumb h6 {
  color: #ffffffca;
}

.editCarousel-10 .edit_slide_item .edit_slide_thumb p {
  color: #ffffff;
}

.editCarousel-10.swifteditor-owlcarousel.owl-loaded .edit_slide_item {
  margin-bottom: 0;
}

.editCarousel-10 {
  z-index: 2;
}

.editCarousel-10 .edit_slide_image {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.editCarousel-10 .edit_slide_image a::before {
  display: none;
}

.editCarousel-10.swifteditor-owlcarousel .owl-nav button.owl-prev,
.editCarousel-10.swifteditor-owlcarousel .owl-nav button.owl-next {
  top: auto;
  bottom: 0;
  border-radius: 50%;
  background-color: #ffffff;
  color: #696eff;
  opacity: 1;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  transform: translateY(0);
}

.editCarousel-10.swifteditor-owlcarousel .owl-nav button.owl-next {
  left: auto;
  right: 10px;
}

.editCarousel-10.swifteditor-owlcarousel .owl-nav button.owl-prev {
  left: auto;
  right: 70px;
}

.row
  > div:nth-child(2)
  .editCarousel-10.swifteditor-owlcarousel
  .owl-nav
  button.owl-next {
  left: 70px;
  right: auto;
}

.row
  > div:nth-child(2)
  .editCarousel-10.swifteditor-owlcarousel
  .owl-nav
  button.owl-prev {
  left: 10px;
  right: auto;
}

.editCarousel-10 .edit_slide_content .edit-btn {
  background-color: #ffffff;
  color: #000000;
  display: none;
}

/* editNormal */
.pageMain .swifteditor_section h6 {
  padding: 0;
}

.editNormal-1 .edit_slide_thumb {
  background-color: #ffffff;
  border: unset;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.editNormal-1 .edit_slide_thumb .edit_slide_image {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
}

.editNormal-1 .edit_slide_thumb:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}

.editNormal-1 .edit_slide_thumb .edit_slide_content {
  padding: 12px 0 0 0;
}

.section-dark .editNormal-1 .edit_slide_thumb .edit_slide_content .edit-btn {
  background-color: #000000;
  color: #ffffff;
}

.editNormal-2 .edit_slide_thumb {
  background-color: transparent;
  border: 0;
  text-align: center;
  padding: 0 6px;
}

.editNormal-2 .edit_slide_thumb .edit_slide_image {
  border-radius: 50%;
  overflow: hidden;
}

.editNormal-2 .edit_slide_thumb .edit_slide_content {
  padding: 12px 0 0 0;
}

.editNormal-3 .edit_slide_thumb {
  position: relative;
  overflow: hidden;
  padding: 0;
  border: unset;
  background-color: transparent;
}

.editNormal-3 .edit_slide_thumb .edit_slide_image img {
  transition: 0.3s ease-in-out;
}

.editNormal-3 .edit_slide_content {
  position: absolute;
  width: 100%;
  height: 45px;
  padding: 10px;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 40%);
  backdrop-filter: blur(1px);
  color: #ffffff;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
  transition: 0.3s ease-in-out;
}

.SwiftEditor-edit .editNormal-3 .edit_slide_content {
  display: block;
  padding-top: 40px;
}

.editNormal-3 .edit_slide_content h5 {
  margin-top: 0;
}

.editNormal-3 .edit_slide_content h5 a {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  padding: 0;
  height: 28px;
  color: #ffffff;
}

.editNormal-3 .edit_slide_content h6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 22px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.editNormal-3 .edit_slide_content p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 48px;
  color: #ffffff;
  transition: 0.3s ease-in-out;
}

.editNormal-3 .edit_slide_content a {
  color: #ffffff;
}

.editNormal-3 .edit_slide_content a:hover {
  color: #ffffff;
}

.editNormal-3 .edit_slide_content a.edit-btn {
  border: 0.1rem solid #ffffff;
  background-color: #ffffff;
  color: #333333;
  border-radius: 3px;
}

.editNormal-3 .edit_slide_content a.edit-btn:hover {
  background-color: transparent;
  color: #ffffff;
}

.editNormal-3 .edit_slide_thumb:hover .edit_slide_image img {
  transform: scale(1.1);
}

.editNormal-3 .edit_slide_thumb:hover .edit_slide_content {
  height: 100%;
}

.editNormal-3 .edit_slide_image a::before {
  display: none;
}

.editNormal-4 .edit_slide_thumb {
  padding: 0;
  background-color: transparent;
  border: unset;
  text-align: center;
  border-radius: 0;
}

.editNormal-4 .edit_slide_image {
  border-radius: 50% 50% 0 0;
  overflow: hidden;
  margin-bottom: 0;
}

.editNormal-4 .edit_slide_content {
  background-color: #f3f3f3;
  padding: 10px 20px 20px 20px;
}

.editNormal-4 .edit_slide_content p {
  max-height: 72px;
  overflow-y: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

.editNormal-4 .edit_slide_content .edit-btn {
  border-radius: 50px;
  background-color: transparent;
  color: #4d4d4d;
  border: 1px solid #4d4d4d;
}

.editNormal-4 .edit_slide_content .edit-btn:hover {
  border-color: #4d4d4d;
  background-color: #4d4d4d;
  color: #ffffff;
}

.editNormal-5 .edit_slide_thumb {
  padding: 0;
  background-color: transparent;
  border: unset;
  text-align: center;
}

.editNormal-5 .edit_slide_content {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 0 20px;
  transform: translateY(-50%);
  z-index: 1;
}

.editNormal-5 .edit_slide_image a::before {
  visibility: visible;
  opacity: 0.3;
}

.editNormal-5 .edit_slide_thumb:hover .edit_slide_image a::before {
  opacity: 0.6;
}

.editNormal-5 .edit_slide_thumb:hover .edit_slide_image img {
  transform: scale(1.1);
}

.editNormal-5 .edit_slide_content h5 {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.editNormal-5 .edit_slide_content h6 {
  color: #ffffff;
  margin-top: 5px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 20px;
}

.editNormal-5 .edit_slide_content h5 a {
  color: #ffffff;
}

.editNormal-5 .edit_slide_content p {
  display: -webkit-box;
  color: #ffffff;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 82px;
  margin-top: 10px;
  border-top: 2px solid #ffffff;
  padding-top: 10px;
  padding-bottom: 7px;
}

.editNormal-5 .edit_slide_thumb::after {
  background-color: #dedede;
  width: 0;
  height: 6px;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  opacity: 1;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}

.editNormal-5 .edit_slide_thumb:hover::after {
  width: 100%;
}

.section-light .editNormal-5 .edit_slide_thumb:after {
  background-color: #dedede;
  opacity: 1;
}

.editNormal-5 .edit_slide_content .edit-btn {
  display: none;
}

.editNormal-5 .edit_slide_content .edit-btn:hover {
  background-color: transparent;
}

.editNormal-6 .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  z-index: 1;
  padding: 4px 8px;
  height: 48px;
  overflow: hidden;
  transition: 0.3s ease-in-out;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content h5 {
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 8px 0;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content h5 a {
  color: #ffffff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  height: 24px;
  overflow: hidden;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content .edit-btn {
  display: none;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content h6 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  white-space: normal;
  letter-spacing: 1px;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  max-height: 48px;
  letter-spacing: 1px;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 10px;
}

.editNormal-6 .edit_slide_thumb:hover .edit_slide_content {
  height: 128px;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content::before,
.editNormal-6 .edit_slide_thumb .edit_slide_content::after {
  background-color: rgba(255, 255, 255, 0.8);
  width: 0;
  height: 2px;
  position: absolute;
  content: "";
  display: block;
  transition: all 0.35s ease-in-out;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content:before {
  top: 0;
  left: 0;
}

.editNormal-6 .edit_slide_thumb .edit_slide_content::after {
  bottom: 0;
  right: 0;
}

.editNormal-6 .edit_slide_thumb:hover .edit_slide_content::before,
.editNormal-6 .edit_slide_thumb:hover .edit_slide_content::after {
  width: 100%;
}

.editNormal-6 .edit_slide_image a::before {
  visibility: visible;
  opacity: 0;
}

.editNormal-6 .edit_slide_thumb:hover .edit_slide_image a::before {
  opacity: 0.3;
}

.editNormal-6 .edit_slide_thumb:hover .edit_slide_image img {
  transform: scale(1.1);
}

.editNormal-7 .edit_slide_thumb {
  padding: 0;
  border: unset;
  background-color: #f3f3f3;
  border-radius: 0;
}

.editNormal-7 .edit_slide_content {
  padding: 15px;
}

.editNormal-7 .edit_slide_content h5 {
  margin-top: 0;
}

.section-dark .editNormal-7 .edit_slide_thumb .edit_slide_content .edit-btn {
  background-color: #000000;
  color: #ffffff;
}

.editNormal-8 .edit_slide_thumb {
  padding: 10px;
  border: unset;
  background-color: #ffffff;
  border-radius: 0;
  height: auto;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 15%);
}

.editNormal-8 .edit_slide_thumb .edit_slide_image {
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}

.editNormal-8.row[data-columns] {
  margin-top: 15px;
}

@media (min-width: 992px) {
  .editNormal-8.row[data-columns] .edit_slide_item:nth-child(4n + 2),
  .editNormal-8.row[data-columns] .edit_slide_item:nth-child(4n + 4) {
    margin-top: 45px;
  }

  .editNormal-8.row[data-columns] .edit_slide_item:nth-child(4n + 5),
  .editNormal-8.row[data-columns] .edit_slide_item:nth-child(4n + 7) {
    margin-top: -45px;
  }

  .editNormal-8.row[data-columns] .edit_slide_item:nth-child(4n + 6),
  .editNormal-8.row[data-columns] .edit_slide_item:nth-child(4n + 8) {
    margin-top: 0;
  }
}

.editNormal-8 .edit_slide_content {
  padding: 11px 0 0 0;
}

.editNormal-8 .edit_slide_content h5 {
  margin-top: 0;
  font-size: 20px;
  border-bottom: 2px solid #dedede;
  padding-bottom: 10px;
}

.editNormal-9.row[data-columns] {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: 10px;
}

.editNormal-9.row[data-columns] > * {
  padding-right: 20px;
  padding-left: 20px;
}

.editNormal-8 .edit_slide_content h5 a {
  color: #17a2b8;
}

.editNormal-8 .edit_slide_content p {
  margin-top: 5px;
}

.editNormal-8 .edit_slide_content h6 {
  font-size: 16px;
}

.editNormal-9 .edit_slide_thumb {
  border: unset;
  padding: 0;
  background-color: transparent;
  overflow: visible;
}

.editNormal-9 .edit_slide_image {
  position: relative;
  overflow: visible;
  border-radius: 10px;
}

.editNormal-9 .edit_slide_image img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}

.editNormal-9 .edit_slide_image::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: -13px;
  left: -13px;
  background-color: #efefef;
  border-radius: 10px;
  transition: 0.3s ease-in-out;
}

.editNormal-9 .edit_slide_image:hover::after {
  bottom: 0;
  left: 0;
}

.editNormal-9 .edit_slide_image a {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.editNormal-9 .edit_slide_content {
  padding-top: 20px;
}

.editNormal-9 .edit_slide_content h6 {
  margin-top: 5px;
}

.editNormal-9 .edit_slide_content p {
  margin-top: 5px;
}

@media (min-width: 992px) {
  .editNormal-9.row[data-columns] .edit_slide_item:nth-child(2n + 2) {
    margin-top: 45px;
  }

  .editNormal-9.row[data-columns] .edit_slide_item:nth-child(2n + 3) {
    margin-top: -45px;
  }

  .editNormal-9.row[data-columns] .edit_slide_item:nth-child(2n + 4) {
    margin-top: 0;
  }
}

.editNormal-10 .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}

.editNormal-10 .edit_slide_content {
  padding: 15px 0 0 0;
}

.editNormal-10 .edit_slide_content h6 {
  margin-top: 5px;
  font-size: 18px;
}

.editNormal-10 .edit_slide_content .edit-btn {
  display: none;
}

@media (min-width: 992px) {
  .editNormal-10 {
    align-items: center;
  }

  .editNormal-10 .edit_slide_thumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    border: unset;
    border-radius: 0;
  }

  .editNormal-10 .edit_slide_content {
    padding-top: 0;
  }

  .editNormal-10 .edit_slide_thumb .edit_slide_image {
    width: 100%;
    order: 1;
  }

  .editNormal-10 .edit_slide_thumb .edit_slide_content {
    width: 100%;
    order: 2;
    padding: 15px 0 0 0;
  }

  .editNormal-10.row[data-columns]
    .edit_slide_item:nth-of-type(even)
    .edit_slide_thumb
    .edit_slide_image {
    order: 2;
  }

  .editNormal-10.row[data-columns]
    .edit_slide_item:nth-of-type(even)
    .edit_slide_thumb
    .edit_slide_content {
    order: 1;
    padding: 0 0 15px 0;
  }
}

.editNormal-11 .edit_slide_thumb {
  text-align: center;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  border: unset;
}

.editNormal-11 .edit_slide_image {
  padding: 24px;
  border-radius: 100%;
  overflow: hidden;
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background-color: #e4f6f9;
  border: 8px solid #ffffff;
}

.editNormal-11 .edit_slide_thumb a::before {
  display: none;
}

.editNormal-11 .edit_slide_content {
  background-color: #e4f6f9;
  padding: 20px;
  border-radius: 12px;
  margin-top: -60px;
  padding-top: 75px;
  padding-bottom: 30px;
  height: calc(100% - 60px);
}

.editNormal-11 .edit-btn {
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding: 8px 20px;
}

.section-swifteditor.section-light .editNormal-11 .edit-btn {
  background-color: #138698;
}

.section-swifteditor.section-dark .editNormal-11 .edit-btn {
  background-color: #138698;
  color: #ffffff;
}

.editNormal-11 .edit_slide_content h5 {
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.editNormal-11 .edit_slide_content h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 2px;
  background-color: #138698;
  margin-left: -50%;
  opacity: 0.4;
}

.editNormal-12 {
  padding-top: 10px;
}

.editNormal-12 .edit_slide_item {
  overflow: unset;
}

.editNormal-12 .edit_slide_thumb {
  display: flex;
  padding: 20px 20px 68px 20px;
  background-color: #ffffff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  border: 0;
  margin-top: 0;
}

.editNormal-12 .edit_slide_thumb .edit-btn {
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  max-width: 100%;
  border-radius: 0;
  padding: 14px;
  background-color: #696eff;
  color: #ffffff;
}

.editNormal-12 .edit_slide_thumb .edit-btn:hover {
  background-color: rgb(85, 90, 226);
  color: #ffffff;
}

.editNormal-12 .edit_slide_image {
  width: 90px;
  height: 90px;
  margin-right: 10px;
  border-radius: 50%;
  background-color: #f1f3f5;
}

.editNormal-12 .edit_slide_content {
  margin-left: 10px;
  flex: 1;
}

.editNormal-12 .edit_slide_content h5 a {
  color: #696eff;
  transition: 0.3s ease-in-out;
}

.editNormal-12 .edit_slide_content h6 {
  color: #a5a7ff;
}

.editNormal-12 .edit_slide_content p {
  max-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #777884;
}

.editNormal-12 .edit_slide_image a::before {
  display: none;
}

/* editIcon */
.editIcon-1 .edit_slide_thumb {
  background-color: transparent;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 0;
  border: unset;
  transition: 0.3s ease-in-out;
  background-color: #ffffff;
}

.editIcon-1 .edit_slide_thumb:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.section-dark .editIcon-1 .edit_slide_thumb {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.1);
}

.section-dark .editIcon-1 .edit_slide_thumb img {
  filter: grayscale(1);
  transition: 0.3s ease-in-out;
}

.section-dark .editIcon-1 .edit_slide_thumb:hover img {
  filter: grayscale(0);
}

@media (max-width: 991px) {
  .editNormal-3 .edit_slide_thumb .edit_slide_content {
    height: 180px;
  }

  .editIcon-1.row[data-columns="6"] > * {
    width: 33.333333%;
  }
}

/* editVideo & editFancybox */
.edit-video-play-btn {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.swifteditor-area .edit-video-play-btn {
  color: #000000;
  background-color: rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
}

.section-dark .swifteditor-area .edit-video-play-btn {
  color: #000000;
}

.section-light .swifteditor-area .edit-video-play-btn {
  color: #000000;
}

.swifteditor-area .edit-video-play-btn:hover {
  opacity: 1;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.3);
}

.section-dark .swifteditor-area .edit-video-play-btn:hover {
  color: #000000;
}

.SwiftEditor-preview .editFancybox-1 {
  opacity: 0;
}

.SwiftEditor-preview .editFancybox-1.show {
  opacity: 1;
}

.editFancybox-1 .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: unset;
  position: relative;
  background-color: transparent;
  overflow: hidden;
}

.editFancybox-1 .edit_slide_thumb .edit_slide_image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.4;
  z-index: 1;
  transition: 0.3s ease-in-out;
}

.editFancybox-1 .edit_slide_thumb .edit_slide_content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 1;
  color: #ffffff;
  width: 100%;
  height: auto;
  padding: 10px;
}

.editFancybox-1 .edit_slide_thumb .edit_slide_content h5 {
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  letter-spacing: 0.05rem;
  padding-bottom: 10px;
  transition: 0.3s ease-in-out;
  position: relative;
}

.editFancybox-1 .edit_slide_thumb .edit_slide_content h5::before {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 1px;
  background-color: #ffffff;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}

.editFancybox-1 .edit_slide_thumb .edit_slide_content h5::after {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: #ffffff;
  bottom: -1px;
  left: 50%;
  border-radius: 3px;
  transform: translateX(-50%);
  transition: 0.3s ease-in-out;
}

.editFancybox-1 .edit_slide_thumb:hover .edit_slide_content h5::before {
  width: 120px;
}

.editFancybox-1 .edit_slide_thumb .edit_slide_content p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.05rem;
  margin-top: 12px;
  transition: 0.3s ease-in-out;
}

.editFancybox-1 .edit_slide_thumb img {
  transition: 0.3s ease-in-out;
}

.editFancybox-1 .edit_slide_thumb:hover img {
  transform: scale(1.1);
}

.editFancybox-1 .edit_slide_thumb:hover::before {
  opacity: 0.8;
}

.section-dark .editFancybox-1 .edit_slide_thumb .edit_slide_content h5 {
  color: #ffffff;
}

.section-dark .editFancybox-1 .edit_slide_thumb .edit_slide_content p {
  color: #ffffff;
}

.section-dark .editFancybox-1 .edit_slide_thumb .edit_slide_content h5::after {
  background-color: #ffffff;
}

.section-dark .editFancybox-1 .edit_slide_thumb .edit_slide_content h5::before {
  background-color: #ffffff;
}

/* fancybox-2 */
.editFancybox-2 .edit_slide_thumb {
  padding: 0;
  border-radius: 0;
  border: unset;
  background-color: transparent;
}

.editFancybox-2 .edit_slide_thumb .edit_slide_image {
  position: relative;
  overflow: hidden;
}

.editFancybox-2 .edit_slide_thumb img {
  transition: 0.3s ease-in-out;
}

.editFancybox-2 .edit_slide_thumb:hover img {
  transform: scale(1.1);
}

div[class*="editFancybox-2"] .edit_slide_thumb:after {
  background-color: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: 0.3s ease-in-out;
}

div[class*="editFancybox-2"] .edit_slide_thumb:hover:after {
  opacity: 1;
}

.overlink {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}

.overlink img {
  display: none;
}

.swifteditor-area iframe[title*="YouTube"] {
  width: 100% !important;
  border-radius: 5px;
}

.editover_item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.4);
}

.SwiftEditor-edit .editover_item {
  height: auto;
}

.section-light .editover_item h3,
.section-light .editover_item p {
  color: #ffffff;
}

@media (max-width: 767px) {
  div[class*="editFancybox"].row[data-columns="2"] > *,
  div[class*="editFancybox"].row[data-columns="3"] > *,
  div[class*="editFancybox"].row[data-columns="4"] > *,
  div[class*="editFancybox"].row[data-columns="5"] > *,
  div[class*="editFancybox"].row[data-columns="6"] > * {
    width: 50%;
  }
}

/* video-1 */
.editVideo-1 .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
  overflow: hidden;
  background-color: transparent;
}

.editVideo-1 .edit_slide_image {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.editVideo-1 .edit_slide_image a::before {
  opacity: 0.13;
  visibility: visible;
}

.editVideo-1 .edit_slide_image:hover a::before {
  opacity: 0.6;
}

.editVideo-1 .edit_slide_image a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f04b";
  font-weight: 900;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 65px;
  height: 65px;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 7px rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: 0.3s ease-in-out;
  z-index: 1;
}

.editVideo-1 .edit_slide_image:hover a::after {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3);
}

.editVideo-1 .edit_slide_content {
  padding-top: 10px;
}

.editVideo-1 .edit_slide_content h5 {
  font-size: 16px;
  line-height: 22px;
  transition: 0.3s ease-in-out;
  font-weight: 600;
}

.editVideo-1 .edit_slide_content h5 a {
  transition: 0.3s ease-in-out;
}

.editVideo-1 .edit_slide_content .edit-btn {
  display: none;
}

/* blueimp-gallery */
.blueimp-gallery > .indicator > li {
  background-size: cover;
  line-height: normal;
  padding: 0;
}

.blueimp-gallery > .next,
.blueimp-gallery > .prev,
.blueimp-gallery > .close,
.blueimp-gallery > .title,
.blueimp-gallery > .indicator {
  display: block;
  color: #fff !important;
  line-height: 23px;
  text-align: center;
}

.blueimp-gallery > .close {
  background: transparent;
  font-size: 23px;
}

.blueimp-gallery > .next,
.blueimp-gallery > .prev {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  background: transparent;
  padding: 0;
  width: 40px;
  height: 40px;
}

.swifteditor-area .blueImpGallery div[id*="links"] {
  display: flex;
  flex-wrap: wrap;
  margin: -10px -10px;
}

.swifteditor-area .blueImpGallery div[id*="links"] a {
  display: block;
  width: 16.666666%;
  padding: 10px 10px;
  margin: 0;
}

.swifteditor-area .blueImpGallery div[id*="links"] a img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  margin-bottom: 0 !important;
}

@media (max-width: 991px) {
  .swifteditor-area .blueImpGallery div[id*="links"] a {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .swifteditor-area .blueImpGallery div[id*="links"] a {
    width: 33.333333%;
  }
}

/* social-icon */
.swifteditor-area .social_icon_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -10px;
}

.swifteditor-area .social_icon_item .col-auto {
  padding: 10px;
}

.swifteditor-area .social_icon_item a {
  position: relative;
  width: 40px;
  height: 40px;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #585858;
  color: #ffffff;
  border-radius: 50%;
  top: 0;
  transition: 0.3s ease-in-out;
}

.section-light .swifteditor-area .social_icon_item a:hover {
  background-color: #000000;
  color: #ffffff;
  top: -4px;
}

.swifteditor-area .social_icon_item.social_icon_style_2 a {
  border-radius: 3px;
}

.swifteditor-area .social_icon_item.social_icon_style_2 a.facebook {
  background-color: #3b5998;
}

.swifteditor-area .social_icon_item.social_icon_style_2 a.youtube {
  background-color: #b00000;
}

.swifteditor-area .social_icon_item.social_icon_style_2 a.google {
  background-color: #dc4a38;
}

.swifteditor-area .social_icon_item.social_icon_style_2 a.twitter {
  background-color: #00aced;
}

.swifteditor-area .social_icon_item.social_icon_style_2 a.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.swifteditor-area .social_icon_item.social_icon_style_2 a.facebook-messenger {
  background-color: #3b5998;
}

.swifteditor-area .social_icon_item.social_icon_style_2 a.line {
  background-color: #07b53b;
}

.section-light
  .swifteditor-area
  .social_icon_item.social_icon_item.social_icon_style_2
  a:hover {
  border-radius: 50%;
  top: 0;
}

.swifteditor-area .cover-image img.img-fluid {
  margin-bottom: 0 !important;
}

.edit-thumb-style-1 {
  border: 1px solid #ebebeb;
  padding: 15px 15px 15px 15px;
  background-color: #ffffff;
  border-radius: 5px;
  height: 100%;
}

.edit-thumb-style-2 {
  padding: 15px 15px 15px 15px;
  border-left: 5px solid #333333;
  height: 100%;
}

.swifteditor-area .row,
.swifteditor-area .row-cols {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.swifteditor-area .row > div[class*="col"] {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  margin-top: 0;
  margin-bottom: 1.5rem;
}

/* title style */
.edit-title-1 {
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #585858;
}

.swifteditor-area .edit-title-1 {
  margin-bottom: 15px;
  padding-bottom: 11px;
}

.edit-title-1::after {
  content: "";
  display: block;
  width: 205px;
  height: 3px;
  background-color: #585858;
  position: absolute;
  left: 0;
  bottom: 0;
}

.section-dark .edit-title-1 {
  border-color: #ffffff;
}

.section-dark .edit-title-1::after {
  background-color: #ffffff;
}

.edit-title-2 {
  position: relative;
  padding-bottom: 10px;
}

.edit-title-2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background-color: #585858;
  position: absolute;
  bottom: 0;
  left: 0;
}

.text-center .edit-title-2::after,
.edit-title-2.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.swifteditor-area .edit-sm-title-1 {
  font-size: 14px;
  color: #7e7e7e;
  line-height: 18px;
  font-weight: 400;
}

.section-light .swifteditor-area .edit-sm-title-1 {
  color: #7e7e7e;
}

.section-dark .swifteditor-area .edit-sm-title-1 {
  color: #a1a1a1;
}

.section-dark .swifteditor-area .edit-title-2::after {
  background-color: #ffffff;
}

/* table style */
.swifteditor-area table thead {
  border-left: 1px solid #585858;
  border-right: 1px solid #585858;
}

.swifteditor-area table tbody {
  border-left: 1px solid #cdcdcd;
  border-right: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
}

.swifteditor-area table thead th {
  padding: 10px;
  background-color: #585858;
  color: #ffffff;
  border-top: unset;
  border-bottom: unset;
  border-left: 1px solid #ffffff;
  border-right: unset;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.swifteditor-area table thead th:first-child {
  border-left: 0;
}

.swifteditor-area table tbody td {
  background-color: #ffffff;
  padding: 10px;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  border-left: 1px solid #cdcdcd;
  border-right: unset;
  font-size: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.swifteditor-area table tbody td:first-child {
  border-left: 0;
}

.swifteditor-area table tbody tr:last-child td {
  border-bottom: 0;
}

.swifteditor-area table tbody tr:nth-child(even) td {
  background-color: #f8f8f8;
}

.section-dark .swifteditor-area table tbody td .edit-btn {
  background-color: #585858;
  color: #ffffff;
}

@media (max-width: 991px) {
  .swifteditor-area table thead th {
    font-size: 16px;
    line-height: 22px;
  }
}

.vs-thumb-1 {
  text-align: center;
  border-radius: 45px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px 40px;
  transition: 0.3s ease-in-out;
  background: #ffffff;
  margin: 45px -15px;
}

.swifteditor-area .vs-thumb-1.main-style {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transform: scale(1.1);
  position: relative;
  z-index: 1;
}

.vs-thumb-1:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
  border-color: #a4a4a4;
}

.swifteditor-area .vs-thumb-1.main-style:hover {
  box-shadow: 0 0 13px rgba(0, 0, 0, 0.4);
}

.vs-thumb-1 .thumb-head {
  padding: 20px 0;
}

.vs-thumb-1 h3 {
  font-size: 1.35rem;
  line-height: 1.6rem;
  letter-spacing: 0.06rem;
  margin: 20px 0 20px 0;
}

.swifteditor-area .vs-icon {
  border-radius: 50%;
  padding: 10px;
  max-width: 100px;
  max-height: 100px;
  margin: 0 auto;
  background-color: #f3f3f3;
}

.swifteditor-area .vs-thumb-1 .thumb-body {
  padding: 10px 20px;
  border-top: 1px solid #c8c8c8;
}

.swifteditor-area .vs-thumb-1 ul {
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
}

.swifteditor-area .vs-thumb-1 ul li {
  letter-spacing: 0.03rem;
  line-height: 1.2rem;
  font-size: 0.9rem;
  padding: 10px;
  margin: 0;
  list-style: none !important;
}

.swifteditor-area .vs-thumb-1 .edit-btn,
.section-dark .swifteditor-area .vs-thumb-1 .edit-btn {
  max-width: 100%;
  border-radius: 50px;
  padding: 15px;
  z-index: 1;
  background-color: #17a2b8;
  color: #ffffff;
  position: relative;
}

.swifteditor-area .vs-thumb-1 .edit-btn:hover,
.section-dark .swifteditor-area .vs-thumb-1 .edit-btn:hover {
  background-color: #138698;
}

.swifteditor-area .vs-thumb-1 .thumb-body h5 {
  color: #c90000;
  font-size: 1.8rem;
  margin-top: 20px;
}

.swifteditor-area .vs-thumb-1 .thumb-bottom {
  padding: 20px 0;
}

.section-dark .vs-thumb-1 h3,
.section-dark .vs-thumb-1 ul,
.section-dark .vs-thumb-1 h5 {
  color: #000000;
}

@media (max-width: 991px) {
  .swifteditor-area .vs-thumb-1.main-style {
    transform: scale(1);
  }

  .vs-thumb-1 {
    margin: 0;
  }
}

/* animate */

/* .SwiftEditor-preview.swifteditor_animate .swifteditor-area {
opacity: 1;
}

.SwiftEditor-preview.swifteditor_animate .swifteditor-title-item {
opacity: 1;
}

.SwiftEditor-preview.swifteditor_animate .row[data-columns] {
opacity: 1;
} */

/* timeline */

.editTimeline-1 {
  position: relative;
  padding: 80px 0;
  margin: 0 -20px;
}

.editTimeline-1 .edit_slide_item {
  padding: 0 20px;
  margin: 20px 0;
  width: 100%;
}

.editTimeline-1 .edit_slide_item::after {
  content: "";
  display: block;
  height: calc(100% + 80px);
  width: 2px;
  background-color: #e6e6e6;
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
}

.editTimeline-1 .edit_slide_item:first-child:before {
  content: "START";
  position: absolute;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  border: 2px solid #e6e6e6;
  font-size: 12px;
  letter-spacing: 0.05rem;
}

.editTimeline-1 .edit_slide_item:last-child::before {
  content: "NOW";
  position: absolute;
  bottom: -100px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f7f7f7;
  border: 2px solid #e6e6e6;
  font-size: 12px;
  letter-spacing: 0.05rem;
}

.editTimeline-1 .edit_slide_item {
  position: relative;
}

.editTimeline-1 .edit_slide_item .edit_slide_content h5::after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #e6e6e6;
  position: absolute;
  right: -42px;
  left: unset;
  top: 50%;
  transform: translateY(-50%);
}

.section-dark .editTimeline-1 .edit_slide_item .edit_slide_content h5::after {
  background-color: #ffffff;
}

.editTimeline-1 .edit_slide_item:nth-child(even) .edit_slide_content h5::after {
  right: unset;
  left: -42px;
}

.editTimeline-1 .edit_slide_thumb {
  background-color: transparent;
  padding: 0;
  border: unset;
  overflow: visible;
}

.editTimeline-1 .edit_slide_thumb .edit_slide_content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-dark .edit_slide_thumb .edit_slide_content {
  color: #000000;
}

.editTimeline-1 .edit_slide_thumb .edit_slide_content h5 {
  position: relative;
  font-size: 17px;
  line-height: 21px;
  font-weight: 600;
  letter-spacing: 0.05rem;
  margin: 0;
  border-radius: 120px;
  width: 120px;
  height: 120px;
  background-color: #f7f7f7;
  border: 2px solid #e6e6e6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-left: auto;
  margin-right: 40px;
  text-align: center;
  padding: 8px;
}

.editTimeline-1 .edit_slide_thumb .edit_slide_content p {
  margin: 0;
  padding: 24px;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-size: 16px;
  line-height: 22px;
  border: 2px solid #e4e4e4;
  letter-spacing: 0.05rem;
  width: calc(50% - 100px);
  z-index: 1;
  text-align: center;
}

.editTimeline-1
  .edit_slide_item:nth-child(even)
  .edit_slide_thumb
  .edit_slide_content
  h5 {
  order: 2;
  margin-left: 40px;
  margin-right: auto;
}

.editTimeline-1
  .edit_slide_item:nth-child(even)
  .edit_slide_thumb
  .edit_slide_content
  p {
  order: 1;
}

@media (max-width: 768px) {
  .editTimeline-1 .edit_slide_thumb .edit_slide_content h5 {
    width: 90px;
    height: 90px;
    margin-left: auto;
    margin-right: 30px;
  }

  .editTimeline-1 .edit_slide_thumb .edit_slide_content p {
    width: calc(50% - 75px);
    padding: 12px;
  }

  .editTimeline-1
    .edit_slide_item:nth-child(even)
    .edit_slide_thumb
    .edit_slide_content
    h5 {
    margin-left: 30px;
    margin-right: auto;
  }

  .editTimeline-1
    .edit_slide_item:nth-child(even)
    .edit_slide_thumb
    .edit_slide_content
    p {
    order: 1;
  }
}

.editTimeline-2 {
  position: relative;
  margin: 0 -15px;
}

.editTimeline-2 .edit_slide_item {
  padding: 0 15px;
  position: relative;
  margin: 20px 0;
  width: 100%;
}

.editTimeline-2 .edit_slide_thumb {
  width: calc(50% - 50px);
  margin-left: auto;
  text-align: left;
  background-color: transparent;
  border-radius: 16px;
  border: unset;
  padding: 0;
  position: relative;
  overflow: visible;
}

.editTimeline-2 .edit_slide_thumb::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 16px 12px 0;
  border-color: transparent #cdcdcd transparent transparent;
  position: absolute;
  left: -41px;
  top: 3px;
  transform: scale(-1);
  background-color: transparent !important;
}

.editTimeline-2 .edit_slide_item:nth-child(even) .edit_slide_thumb::after {
  transform: scale(1);
  left: unset;
  right: -41px;
}

.editTimeline-2 .edit_slide_item:nth-child(even) .edit_slide_thumb {
  margin-left: unset;
  margin-right: auto;
  text-align: right;
}

.editTimeline-2 .edit_slide_thumb .edit_slide_image {
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 12px;
  display: inline-block;
  max-width: 250px;
}

.editTimeline-2 .edit_slide_thumb .edit_slide_content h5 {
  margin-top: 0;
}

.editTimeline-2 .edit_slide_thumb .edit_slide_content p {
  font-size: 16px;
  letter-spacing: 0.05rem;
  line-height: 22px;
  margin-top: 5px;
}

.editTimeline-2 .edit_slide_item::before {
  content: "";
  display: block;
  width: 2px;
  height: calc(100% + 50px);
  position: absolute;
  top: 0;
  left: 50%;
  background-color: #cdcdcd;
  transform: translate(-50%, 0);
}

.editTimeline-2 .edit_slide_item::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 30px;
  height: 30px;
  background-color: #ffffff;
  border: 10px solid #cdcdcd;
  border-radius: 50%;
  transform: translate(-50%, 0);
}

.editTimeline-2 .edit_slide_item:last-child::before {
  display: none;
}

.section-dark .editTimeline-2 .edit_slide_thumb .edit_slide_content h5 {
  color: #ffffff;
}

.section-dark .editTimeline-2 .edit_slide_thumb .edit_slide_content h6 {
  color: #ffffff;
}

.section-dark .editTimeline-2 .edit_slide_thumb .edit_slide_content p {
  color: #ffffff;
}

.section-dark .editTimeline-2 .edit_slide_thumb::after {
  border-color: transparent #17a2b8 transparent transparent;
}

.section-dark
  .editTimeline-2
  .edit_slide_item:nth-child(even)
  .edit_slide_thumb::after {
  border-color: transparent #17a2b8 transparent transparent;
}

.section-dark .editTimeline-2 .edit_slide_item::after {
  border-color: #17a2b8;
}

.editTimeline-3 {
  position: relative;
  padding: 20px 0;
}

.editTimeline-3::before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #cdcdcd;
}

.editTimeline-3 .edit_slide_item {
  position: relative;
  margin-left: 52px;
  width: 100%;
  margin-bottom: 1.5rem;
}

.editTimeline-3 .edit_slide_item:last-child {
  margin-bottom: 0;
}

.editTimeline-3 .edit_slide_item:first-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cdcdcd;
  top: -20px;
  left: -26px;
}

.editTimeline-3 .edit_slide_item:last-child::before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #cdcdcd;
  bottom: -20px;
  left: -26px;
}

.editTimeline-3 .edit_slide_item .edit_slide_thumb::before {
  content: "";
  display: block;
  position: absolute;
  left: -46px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 4px solid #cdcdcd;
  background-color: #ffffff;
  top: 50%;
  transform: translateY(-50%);
}

.editTimeline-3 .edit_slide_thumb {
  border: 1px solid #cdcdcd;
  padding: 10px;
  background-color: transparent;
  display: flex;
  align-items: center;
  overflow: visible;
}

.section-dark .editTimeline-3 .edit_slide_thumb {
  background-color: #ffffff;
  border-color: #ffffff;
}

.editTimeline-3 .edit_slide_thumb .edit_slide_image {
  max-width: 200px;
  margin-right: 30px;
}

.editTimeline-3 .edit_slide_thumb .edit_slide_content {
  flex: 1;
}

.editTimeline-3 .edit_slide_thumb .edit_slide_content h5 {
  margin-top: 0;
}

.editTimeline-3 .edit_slide_thumb .edit_slide_content p {
  margin-top: 5px;
}

.editTimeline-4.row[data-columns] {
  margin-left: -12px;
  margin-right: -12px;
  padding-right: 25px;
  padding-left: 25px;
  margin-top: 30px;
}

.editTimeline-4.row[data-columns] > * {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 45px;
  margin-top: 15px;
}

.editTimeline-4 .edit_slide_item {
  position: relative;
}

.editTimeline-4 .edit_slide_item::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #4d4d4d;
}

.editTimeline-4 .edit_slide_item:first-child:after {
  content: "";
  position: absolute;
  display: block;
  top: -13px;
  left: -25px;
  width: 26px;
  height: 26px;
  background-color: #4d4d4d;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #4d4d4d;
}

.editTimeline-4 .edit_slide_item:last-child:after {
  content: "";
  position: absolute;
  display: block;
  top: -13px;
  right: -25px;
  width: 26px;
  height: 26px;
  background-color: #4d4d4d;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #4d4d4d;
}

.editTimeline-4 .edit_slide_item .edit_slide_thumb {
  position: relative;
  z-index: 1;
  border: 1px solid #4d4d4d;
  background-color: transparent;
  text-align: center;
  padding: 20px;
  background-color: #ffffff;
  overflow: visible;
  margin-top: 30px;
  margin-bottom: -30px;
}

.editTimeline-4 .edit_slide_item .edit_slide_thumb::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -42px;
  left: 50%;
  transform: translate(-50%, 0);
  background-color: #4d4d4d;
  border: 4px solid #ffffff;
  border-radius: 50%;
  box-shadow: 0 0 0 1px #4d4d4d;
}

.editTimeline-4 .edit_slide_item .edit_slide_thumb::after {
  content: "";
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 1px;
  background-color: #333333;
}

.editTimeline-4 .edit_slide_item .edit_slide_thumb h5 {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.6rem;
  letter-spacing: 0.06rem;
}

.editTimeline-4 .edit_slide_item .edit_slide_thumb p {
  line-height: 1.35rem;
  font-size: 0.9rem;
  letter-spacing: 0.06rem;
  color: #585858;
}

.section-dark .editTimeline-4 .edit_slide_item::before {
  background-color: #ffffff;
}

.section-dark .editTimeline-4 .edit_slide_item:first-child:after {
  background-color: #17a2b8;
  box-shadow: 0 0 0 1px #ffffff;
}

.section-dark .editTimeline-4 .edit_slide_item:last-child:after {
  background-color: #17a2b8;
  box-shadow: 0 0 0 1px #ffffff;
}

.section-dark .editTimeline-4 .edit_slide_item .edit_slide_thumb::before {
  background-color: #17a2b8;
  box-shadow: 0 0 0 1px #ffffff;
}

.section-dark .editTimeline-4 .edit_slide_item .edit_slide_thumb::after {
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .editTimeline-4.row[data-columns] {
    margin-top: 40px;
    margin-bottom: 50px;
  }

  .editTimeline-4.row[data-columns] > * {
    width: 100%;
    margin-bottom: 20px;
  }

  .editTimeline-4 .edit_slide_item::before {
    width: 1px;
    height: calc(100% + 23px);
  }

  .editTimeline-4 .edit_slide_item:first-child:after {
    display: none;
  }

  .editTimeline-4 .edit_slide_item:last-child:after {
    width: 20px;
    height: 20px;
    border: 4px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px #4d4d4d;
    top: unset;
    bottom: -44px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }

  .editTimeline-4 .edit_slide_item .edit_slide_thumb::after {
    display: none;
  }
}

/* counter */
.editCounter-1.row[data-columns] .edit_slide_item {
  display: flex;
  justify-content: center;
}

.editCounter-1 .edit_slide_thumb {
  border: unset;
  background-color: transparent;
  padding: unset;
  border-radius: 0;
  overflow: visible;
  text-align: center;
}

.editCounter-1 .edit_slide_image img {
  border-radius: 100px;
  max-width: 100px;
  max-height: 100px;
  background-color: #f3f3f3;
}

.editCounter-1 .edit_slide_thumb .edit_slide_content h5 {
  margin-top: 10px;
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.06rem;
  color: #c70000;
}

.editCounter-1 .edit_slide_content {
  text-align: center;
}

.editCounter-1 .edit_slide_thumb .edit_slide_content p {
  font-size: 15px;
  letter-spacing: 0.08rem;
  margin-top: 4px;
  color: #585858;
}

.section-dark .editCounter-1 .edit_slide_thumb .edit_slide_content p {
  color: #ffffff;
}

.section-dark .editCounter-1 .edit_slide_image img {
  background-color: #ffffff;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.2);
}

.section-dark .editCounter-1 .edit_slide_content h5 {
  margin-top: 15px;
}

.section-dark .editCounter-1 .edit_slide_content p {
  color: #ffffff;
}

.section-dark .editCounter-1 .edit_slide_content h6 {
  color: #ffffff;
}

@media (max-width: 991px) {
  .editCounter-1.row[data-columns="4"] > * {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .editCounter-1.row[data-columns="4"] > * {
    width: 50%;
  }
}

.editCounter-2.row[data-columns] .edit_slide_item {
  display: flex;
  justify-content: center;
}

.editCounter-2 .edit_slide_thumb {
  display: flex;
  align-items: center;
  border-radius: 5px;
  background-color: transparent;
  border: 1px solid #e0e0e0;
  justify-content: center;
  width: 100%;
  padding: 13px;
  overflow: visible;
}

.editCounter-2 .edit_slide_thumb .edit_slide_image {
  width: 90px;
}

.editCounter-2 .edit_slide_thumb .edit_slide_content {
  padding: 0 15px;
  flex: 1;
  text-align: center;
}

.editCounter-2 .edit_slide_image img {
  border-radius: 100px;
  max-width: 100px;
  max-height: 100px;
  width: 100%;
  background-color: #f3f3f3;
}

.editCounter-2 .edit_slide_thumb .edit_slide_content h5 {
  margin-top: 0;
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: normal;
  letter-spacing: 0.06rem;
  color: #c70000;
}

.editCounter-2 .edit_slide_thumb .edit_slide_content p {
  font-size: 15px;
  letter-spacing: 0.08rem;
  margin-top: 4px;
  color: #585858;
}

.section-dark .editCounter-2 .edit_slide_thumb {
  background-color: #ffffff;
  border: unset;
}

@media (max-width: 1023px) {
  .editCounter-2 .edit_slide_thumb .edit_slide_content {
    flex: unset;
    width: 100%;
    padding-top: 10px;
  }
}

@media (max-width: 991px) {
  .editCounter-2 .edit_slide_thumb {
    flex-wrap: wrap;
  }

  .editCounter-2.row[data-columns="4"] > * {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .editCounter-2.row[data-columns="4"] > * {
    width: 50%;
  }
}

/* map */
.swifteditor-area .fullmap {
  overflow: hidden;
}

.swifteditor-area .fullmap iframe,
.fullmap .cke_iframe {
  width: 100% !important;
  height: 300px !important;
  margin-bottom: -5px;
}

.edit-option-sec {
  display: block;
}

/* footer */
.swifteditor-area .social-info-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.swifteditor-area .social-info-list ul li {
  margin: 2px 0;
  list-style: none !important;
}

.swifteditor-area .social-icon-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -10px;
  padding: 0;
}

.swifteditor-area .social-icon-list ul li {
  padding: 0 10px;
  margin: 6px 0;
  list-style: none !important;
}

.swifteditor-area .social-icon-list ul li a {
  color: #ffffff;
  background-color: #4d4d4d;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 15px;
  position: relative;
}

.swifteditor-area .social-icon-list ul li a:hover {
  color: #ffffff;
  border-radius: 3px;
  transform: translateY(-2px);
}

.swifteditor-area .social-icon-list ul li a.facebook {
  background-color: #3b5998;
}

.swifteditor-area .social-icon-list ul li a.youtube {
  background-color: #b00000;
}

.swifteditor-area .social-icon-list ul li a.google {
  background-color: #dc4a38;
}

.swifteditor-area .social-icon-list ul li a.twitter {
  background-color: #00aced;
}

.swifteditor-area .social-icon-list ul li a.instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}

.swifteditor-area .social-icon-list ul li a.facebook-messenger {
  background-color: #3b5998;
}

.swifteditor-area .social-icon-list ul li a.line {
  background-color: #07b53b;
}

.copy-right {
  text-align: center;
  padding: 5px 0;
}

.copy-right p {
  font-size: 14px;
  line-height: normal;
  margin: 0;
}

.swifteditor-area .sitemap ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-info-item.style-1 {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 100%;
  background-color: #ffffff;
}

.swifteditor-area .contact-info-item.style-1 h3 {
  font-size: 1.3rem;
  line-height: 1.5rem;
  border-bottom: 0.1rem double #dedede;
  padding-bottom: 10px;
  margin-bottom: 1.5rem;
  margin-top: 0;
}

.swifteditor-area .social-info-list.style-2 {
  margin-bottom: 1.3rem;
}

.swifteditor-area .social-info-list.style-2 ul li {
  width: 100%;
  display: inline-flex;
  align-items: flex-start;
  line-height: 23px;
  margin: 0;
  padding-top: 0;
  padding-bottom: 10px;
}

.swifteditor-area .social-info-list.style-2 ul li:last-child {
  padding-bottom: 0;
}

.social-info-list.style-2 ul li i,
.social-info-list.style-2 ul li svg {
  display: inline-flex;
  margin-right: 5px;
  width: 24px;
  height: 24px;
  background-color: #17a2b8;
  color: #ffffff;
  padding: 6px;
  border-radius: 3px;
  font-size: 12px;
}

.swift-map-item.style-1 {
  padding: 20px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  height: 100%;
  background-color: #ffffff;
}

.swift-map-item iframe {
  width: 100% !important;
  height: 100% !important;
}

.swifteditor-area .social-icon-list.style-2 ul {
  justify-content: flex-start;
  margin: 0 -6px;
}

.swifteditor-area .social-icon-list.style-2 ul li {
  padding: 0 6px;
}

.swifteditor-area .social-icon-list.style-2 ul li a {
  border-radius: 3px;
}

.social-qrcode-list.style-1 {
  margin-top: 1.3rem;
}

.social-qrcode-list.style-1 > .row {
  margin-left: -6px;
  margin-left: -6px;
}

.social-qrcode-list.style-1 div[class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.social-qrcode-list.style-1 p {
  margin: 0;
  font-size: 14px;
  line-height: 18px;
}

.swift-map-thumb.style-1 {
  padding: 10px;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  transition: 0.3s ease-in-out;
}

.swift-map-thumb.style-1 h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  border-bottom: 0.1rem solid #dedede;
  padding-bottom: 10px;
}

.swift-map-thumb.style-1 p {
  margin: 0;
}

.section-dark .swift-map-thumb.style-1 h4 {
  color: #000000;
}

.section-dark .swift-map-thumb.style-1 p {
  color: #000000;
}

.section-dark .swift-map-thumb.style-1 a {
  color: #333333;
}

.swift-map-thumb.style-1 .swift-map-txt {
  padding-top: 10px;
}

.swift-map-thumb.style-1:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}

.swift-map-thumb.style-2 {
  border: 1.5px solid #dedede;
  box-shadow: 2px 2px #dedede;
  padding: 10px;
  border-radius: 10px;
  background-color: #ffffff;
  transition: 0.3s ease-in-out;
}

.swift-map-thumb.style-2 .swift-map-txt {
  padding-top: 10px;
  text-align: center;
}

.swift-map-thumb.style-2 h4 {
  font-size: 1.2rem;
  line-height: 1.5rem;
  border-bottom: 0.15rem dashed #dedede;
  padding-bottom: 10px;
}

.swift-map-thumb.style-2 p {
  margin: 0;
}

.swift-map-thumb.style-2:hover {
  border: 1.5px solid #a4a4a4;
  box-shadow: 2px 2px #a4a4a4;
}

/* row-stairs */
@media (min-width: 992px) {
  .row-stairs > .col-lg-3:nth-child(4n + 1) {
    margin-top: 0 !important;
  }

  .row-stairs > .col-lg-3:nth-child(4n + 2) {
    margin-top: 40px !important;
  }

  .row-stairs > .col-lg-3:nth-child(4n + 3) {
    margin-top: 0 !important;
  }

  .row-stairs > .col-lg-3:nth-child(4n + 4) {
    margin-top: 40px !important;
  }

  .row-stairs > .col-lg-6:nth-child(2n + 1) {
    margin-top: 0 !important;
  }

  .row-stairs > .col-lg-6:nth-child(2n + 2) {
    margin-top: 40px !important;
  }
}

/* swift-edit-thumb style */
.swift-edit-thumb-1 {
  position: relative;
}

.swift-edit-thumb-1 .thumb-image {
  position: relative;
  margin-bottom: 30px;
}

.swift-edit-thumb-1 .thumb-image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 7px;
  background-color: #dedede;
  transition: 0.3s ease-in-out;
}

.swift-edit-thumb-1 .thumb-image > img {
  position: relative;
  z-index: 1;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.swift-edit-thumb-1.style-1 .thumb-image::after {
  left: -12px;
  bottom: -12px;
}

.swift-edit-thumb-1.style-2 .thumb-image::after {
  right: -12px;
  top: -12px;
}

.swift-edit-thumb-1.style-1:hover .thumb-image::after {
  left: 0;
  bottom: 0;
}

.swift-edit-thumb-1.style-2:hover .thumb-image::after {
  right: 0;
  top: 0;
}

/* swift-img-item */
.swift-img-item {
  position: relative;
}

.swift-img-item img {
  position: relative;
  z-index: 1;
}

.swift-img-item.style-1 {
  margin-bottom: 30px;
}

.swift-img-item.style-1 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.swift-img-item.style-1::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  width: 886px;
  height: 310px;
  top: calc(100% - 280px);
  right: -30px;
}

.section-dark .swift-img-item.style-1::after {
  background-color: #242424;
}

.swift-img-item.style-2 {
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 40px;
}

.swift-img-item.style-2::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}

.swift-img-item.style-2::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  width: 200%;
  height: calc(100%);
  right: calc(-100% - 55px);
  bottom: 0;
}

.section-dark .swift-img-item.style-2::before {
  background-color: #242424;
}

.section-dark .swift-img-item.style-2::after {
  background-color: #242424;
}

.swift-img-item.style-3::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(https://www.toptal.com/designers/subtlepatterns/uploads/circles-light.png);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  bottom: 0px;
  right: 0px;
}

.section-dark .swift-img-item.style-3::before {
  background-color: #333333;
  background-image: unset;
}

.swift-img-item.style-4::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(https://www.toptal.com/designers/subtlepatterns/uploads/circles-light.png);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  bottom: 0px;
  left: 0px;
}

.swift-img-item.style-5 {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  margin: 15px;
}

.swift-img-item.style-5::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  width: 130px;
  height: 130px;
  top: -15px;
  left: -15px;
  border-radius: 5px;
}

.swift-img-item.style-5::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  width: 200px;
  height: 200px;
  bottom: -15px;
  right: -15px;
  border-radius: 5px;
}

.swift-img-item.style-6 {
  margin-top: 30px;
  margin-left: 30px;
}

.swift-img-item.style-6 img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.swift-img-item.style-6::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(200% + 90px);
  height: calc(100%);
  top: -30px;
  left: -30px;
  border: 2px solid rgba(200, 174, 125, 0.6);
  z-index: 1;
}

.swift-img-item.style-7 {
  padding: 5% 5% 5% 0;
}

.swift-img-item.style-7 img {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.swift-img-item.style-7::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(200% + 1.5rem);
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: rgba(200, 174, 125, 0.1);
}

.section-dark .swift-img-item.style-7::before {
  background-color: rgba(200, 174, 125, 0.25);
}

.swift-img-item.style-8 {
  position: relative;
  padding: 10% 5% 10% 0;
}

.swift-img-item.style-8 img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swift-img-item.style-8::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #4f4f4f;
  width: 64%;
  height: 100%;
  bottom: 50%;
  right: 0;
  transform: translateY(50%);
  clip-path: polygon(0 8%, 100% 0, 100% 100%, 0 92%);
}

.section-dark .swift-img-item.style-8::after {
  background-color: #17a2b8;
}

.swift-img-item.style-9 {
  position: relative;
  padding: 10% 0 10% 5%;
}

.swift-img-item.style-9 img {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

.swift-img-item.style-9::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #4f4f4f;
  width: 64%;
  height: 100%;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  clip-path: polygon(0 0, 100% 8%, 100% 92%, 0 100%);
}

.section-dark .swift-img-item.style-9::after {
  background-color: #17a2b8;
}

@media (max-width: 992px) {
  .swift-img-item.style-6::before {
    width: 100%;
  }

  .swift-img-item.style-7::before {
    width: 100%;
  }
}

.swift-img-item.style-10 {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

/* swift-txt-item */
.swift-txt-item {
  position: relative;
}

.swift-txt-item.style-1 {
  padding: 20px;
  background-color: #f3f3f3;
  border-left: 5px solid #989898;
  height: 100%;
}

.swift-txt-item.style-2 {
  padding: 32px;
  background-color: #17a2b8c7;
  margin-right: -120px;
  z-index: 1;
  position: relative;
}

.swift-txt-item.style-3 {
  padding: 32px;
  background-color: #17a2b8c7;
  margin-left: -120px;
  z-index: 1;
  position: relative;
}

.swift-txt-item.style-4 {
  border-left: 1px solid #242424;
  padding-left: 24px;
  position: relative;
}

.section-dark .swift-txt-item.style-4 {
  border-color: #ffffff;
}

.swift-txt-item.style-4::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -2px;
  width: 3px;
  height: 60px;
  border-radius: 3px;
  background-color: #242424;
  transform: translateY(-50%);
}

.section-dark .swift-txt-item.style-4::after {
  background-color: #ffffff;
}

.swift-txt-item.style-5 {
  border: 1px solid #ebebeb;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 5px;
}

.section-dark .swift-txt-item.style-5 {
  border: unset;
  background-color: rgba(245, 245, 245, 90%);
}

.section-dark .swift-txt-item.style-5 p {
  color: #242424;
}

.swift-txt-item.style-5 hr {
  border-color: #e1e1e1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.swift-txt-item.style-6 {
  padding: 20px;
  border: 0.1rem solid #ebebeb;
  border-radius: 5px;
}

.section-dark .swift-txt-item.style-6 {
  background-color: rgba(255, 255, 255, 80%);
  border: unset;
}

.section-dark .swift-txt-item.style-6 p {
  color: #242424;
}

.swift-txt-item.style-7 .edit-btn {
  border-radius: 50px;
}

.swift-txt-item.style-8 {
  padding: 75px 40px 75px 40px;
  z-index: 1;
  min-height: 450px;
  display: flex;
  align-items: center;
  color: #000000;
}

.section-dark .swifteditor-area .swift-txt-item.style-8 h1,
.section-dark .swifteditor-area .swift-txt-item.style-8 h2,
.section-dark .swifteditor-area .swift-txt-item.style-8 h3,
.section-dark .swifteditor-area .swift-txt-item.style-8 h4,
.section-dark .swifteditor-area .swift-txt-item.style-8 h5,
.section-dark .swifteditor-area .swift-txt-item.style-8 h6,
.section-dark .swifteditor-area .swift-txt-item.style-8 p,
.section-dark .swifteditor-area .swift-txt-item.style-8 {
  color: #000000;
}

.swift-txt-item.style-8::before {
  content: "";
  position: absolute;
  width: calc(134% + 30px);
  height: 100%;
  background-color: #f4e2e8;
  top: 0;
  right: -15px;
  left: auto;
  border-radius: 20px;
  z-index: -1;
}

.row div:nth-child(1) .swift-txt-item.style-8::before {
  right: auto;
  left: -15px;
}

.row div:nth-child(2) .swift-txt-item.style-8::before {
  right: -15px;
  left: auto;
}

.container-fluid .row div:nth-child(1) .swift-txt-item.style-8::before {
  border-radius: 0 40px 40px 0;
}

.container-fluid .row div:nth-child(2) .swift-txt-item.style-8::before {
  border-radius: 40px 0 0 40px;
}

.swift-txt-item.style-8 .edit-btn {
  background-color: #696eff;
}

@media (max-width: 992px) {
  .swift-txt-item.style-8 {
    min-height: unset;
    padding: 40px 30px 40px 30px;
    margin-bottom: 30px;
  }

  .container-fluid .row div:nth-child(1) .swift-txt-item.style-8 {
    padding-right: 35px;
  }

  .container-fluid .row div:nth-child(2) .swift-txt-item.style-8 {
    padding-left: 35px;
  }

  .swift-txt-item.style-8::before {
    width: calc(100% + 5px);
  }
}

/* swfit-edit-item */
.text-white,
.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p {
  color: #ffffff !important;
}

.swift-edit-item.style-1 {
  padding: 2rem 2rem 0 2rem;
  position: relative;
}

.swift-edit-item.style-1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #f9f7f1;
}

.section-dark .swift-edit-item.style-1::before {
  background-color: #333333;
}

.swift-edit-item.style-1 .swift-txt-item {
  margin-bottom: 4rem;
}

.swift-edit-item.style-2 {
  padding: 0 2rem 2rem 2rem;
  position: relative;
}

.swift-edit-item.style-2::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: calc(100% - 4rem);
  background-color: #f9f7f1;
}

.swift-edit-item.style-2 .swift-edit-txt {
  margin-top: 4rem;
}

.swift-edit-item.style-3 .swift-txt-item {
  padding: 20px 36px 20px 20px;
  margin-top: 200px;
}

.swift-edit-item.style-3 .swift-img-item {
  padding: 2rem 0 4rem 2rem;
}

.swift-edit-item.style-3 .swift-img-item::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  width: 200px;
  height: 200px;
  top: 0;
  left: 0;
}

.section-dark .swift-edit-item.style-3 .swift-img-item::before {
  background-color: #333333;
}

.swift-edit-item.style-3::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  bottom: 0;
  right: 0;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
}

.section-dark .swift-edit-item.style-3::after {
  background-color: #333333;
}

.swift-edit-item.style-4 .swift-img-item {
  padding: 2rem 2rem 4rem 0;
}

.swift-edit-item.style-4 .swift-img-item::before {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  width: 200px;
  height: 200px;
  top: 0;
  right: 0;
}

.swift-edit-item.style-4::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #f1f3f5;
  bottom: 0;
  left: 0;
  width: calc(100% - 200px);
  height: calc(100% - 200px);
}

.swift-edit-item.style-4 .swift-txt-item {
  padding: 20px 20px 20px 36px;
  margin-top: 200px;
}

.swift-edit-item.style-5 {
  padding: 2rem 0 2rem 0;
}

.swift-edit-item.style-5::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% - 4rem);
  height: 100%;
  background-color: transparent;
  border: 0.25rem solid #dddbd4;
}

.swift-edit-item.style-5 .swift-txt-item {
  padding-right: 4rem;
}

.swift-edit-item.style-5 .swift-img-item {
  padding: 2rem 2rem 2rem 4rem;
}

.swift-edit-item.style-5 .swift-img-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8rem;
  height: 100%;
  background-color: #7c7769;
}

.swift-edit-item.style-5 .img-ttl-item {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
  opacity: 0.8;
  writing-mode: vertical-lr;
  font-size: 27px;
  letter-spacing: 5px;
  height: 100%;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  line-height: normal;
}

.swift-edit-item.style-6 {
  padding: 2rem 0 2rem 0;
}

.swift-edit-item.style-6::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 4rem);
  height: 100%;
  background-color: transparent;
  border: 0.25rem solid #dddbd4;
}

.section-dark .swift-edit-item.style-6::before {
  border-color: #242424;
}

.swift-edit-item.style-6 .swift-txt-item {
  padding-left: 4rem;
}

.swift-edit-item.style-6 .swift-img-item {
  padding: 2rem 4rem 2rem 2rem;
}

.swift-edit-item.style-6 .swift-img-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 8rem;
  height: 100%;
  background-color: #7c7769;
}

.section-dark .swift-edit-item.style-6 .swift-img-item::before {
  background-color: #333333;
}

.swift-edit-item.style-6 .img-ttl-item {
  position: absolute;
  right: 0;
  top: 0;
  color: #ffffff;
  opacity: 0.8;
  writing-mode: vertical-lr;
  font-size: 27px;
  letter-spacing: 5px;
  height: 100%;
  width: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  line-height: normal;
}

@media (max-width: 991px) {
  .swift-edit-item.style-1 {
    padding: 1rem 0 1rem 1rem;
  }

  .swift-edit-item.style-1::before {
    height: 100%;
    width: 50%;
  }

  .swift-edit-item.style-1 .swift-txt-item {
    margin-bottom: 0;
  }

  .swift-edit-item.style-2 {
    padding: 1rem 1rem 1rem 0;
  }

  .swift-edit-item.style-2::before {
    height: 100%;
    width: 50%;
  }

  .swift-edit-item.style-2 .swift-edit-txt {
    margin-top: 0;
  }

  .swift-edit-item.style-3 .swift-txt-item {
    margin-top: 0;
    padding: 0 1rem 1rem 1rem;
  }

  .swift-edit-item.style-3 .swift-img-item {
    padding: 1rem 1rem 0 1rem;
  }

  .swift-edit-item.style-4 .swift-img-item {
    padding: 1rem 1rem 0 1rem;
  }

  .swift-edit-item.style-4 .swift-txt-item {
    padding: 0 1rem 1rem 1rem;
    margin-top: 0;
  }

  .swift-edit-item.style-5 {
    padding: 1.4rem 0 1.4rem 0;
  }

  .swift-edit-item.style-5 .swift-img-item {
    padding: 1.4rem 1.4rem 1.4rem 2.8rem;
  }

  .swift-edit-item.style-5 .swift-img-item::before {
    width: 4.2rem;
  }

  .swift-edit-item.style-5::before {
    width: calc(100% - 2.8rem);
  }

  .swift-edit-item.style-5 .swift-txt-item {
    padding-right: 1.4rem;
    padding-left: 4.2rem;
    padding-bottom: 0.1rem;
  }

  .swift-edit-item.style-5 .img-ttl-item {
    font-size: 23px;
    width: 2.9rem;
  }

  .swift-edit-item.style-6 {
    padding: 1.4rem 0 1.4rem 0;
  }

  .swift-edit-item.style-6 .swift-img-item {
    padding: 1.4rem 2.8rem 1.4rem 1.4rem;
  }

  .swift-edit-item.style-6 .swift-img-item::before {
    width: 4.2rem;
  }

  .swift-edit-item.style-6::before {
    width: calc(100% - 2.8rem);
  }

  .swift-edit-item.style-6 .swift-txt-item {
    padding-left: 1.4rem;
    padding-right: 4.2rem;
    padding-bottom: 0.1rem;
  }

  .swift-edit-item.style-6 .img-ttl-item {
    font-size: 23px;
    width: 2.9rem;
  }
}

@media (max-width: 767px) {
  .swift-edit-item.style-5::before {
    width: calc(100% - 1.4rem);
  }

  .swift-edit-item.style-5 .swift-txt-item {
    padding-left: 2.7rem;
  }

  .swift-edit-item.style-6::before {
    width: calc(100% - 1.4rem);
  }

  .swift-edit-item.style-6 .swift-txt-item {
    padding-right: 2.7rem;
  }
}

/* list style */
.swifteditor-area .swift-list-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.swift-list-item.style-1 ul li {
  position: relative;
  list-style-type: none !important;
  padding: 10px 10px 10px 35px;
  margin: 12px 0;
  line-height: 1.5;
  background: #dbebf8;
  vertical-align: middle;
  color: #505050;
  border-radius: 10px;
  font-weight: 600;
}

.swift-list-item.style-1 ul li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  left: 10px;
  top: 14px;
}

.swift-list-item.style-2 ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.swift-list-item.style-2 ol li {
  list-style: none !important;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 10px 10px 10px 45px;
  background-color: #e5f3f6;
  border-radius: 50px;
  margin: 12px 0;
}

.swift-list-item.style-2 ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #17a2b8;
  color: #ffffff;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  border-radius: 50%;
  left: 10px;
  width: 25px;
  height: 25px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.swift-list-item.style-3 {
  background-color: #f1f3f5;
  padding: 10px 20px 1px 20px;
  border-radius: 3px;
}

.swift-list-item.style-3 ol {
  counter-reset: number;
  list-style-type: none !important;
  padding: 0;
  margin: 0;
}

.swift-list-item.style-3 ol li {
  list-style: none !important;
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 10px 10px 10px 75px;
  border-radius: 50px;
  margin: 12px 0;
  min-height: 60px;
  width: 100%;
}

.swift-list-item.style-3 ol li p {
  margin: 0;
  line-height: 24px;
}

.section-dark .swift-list-item.style-3 ol li p {
  color: #4d4d4d;
}

.swift-list-item.style-3 ol li::before {
  position: absolute;
  counter-increment: number;
  content: "STEP" counter(number);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #585858;
  color: #585858;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  left: 0;
  top: 0;
  width: 60px;
  height: 60px;
  text-align: center;
}

.swift-list-item.style-4 ul li {
  list-style: none !important;
  position: relative;
  color: #ffffff;
  background: #17a2b8;
  line-height: 1.5;
  margin: 0;
  padding: 0.5em 0.5em 0.5em 2em;
  border-bottom: 0.1rem solid #ffffff;
  list-style-type: none !important;
  font-weight: 600;
}

.swift-list-item.style-4 ul li:before {
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  position: absolute;
  left: 0.5em;
  color: #ffffff;
  font-weight: 900;
}

@media (max-width: 991px) {
  .swift-img-item.style-1::after {
    width: 750px;
  }

  .swift-img-item.style-2::after {
    width: 80%;
    height: 148px;
    right: -20px;
    top: calc(100% - 40px);
  }

  .swift-img-item.style-3::before {
    width: 120px;
    height: 120px;
    bottom: 0;
    right: 0;
  }

  .swift-img-item.style-4::before {
    width: 120px;
    height: 120px;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 767px) {
  .swift-img-item.style-1 {
    margin-bottom: 10px;
  }

  .swift-img-item.style-1::after {
    width: calc(100% + 20px);
    bottom: -10px;
    right: -10px;
  }

  .swift-img-item.style-2::before {
    top: -10px;
    left: -10px;
  }

  .swift-img-item.style-2::after {
    width: 95%;
    height: 148px;
    right: -10px;
    top: calc(100% - 40px);
  }

  .swift-img-item.style-2 {
    margin-bottom: 20px;
  }

  .swift-txt-item.style-2 {
    margin-right: 0;
    padding: 20px;
  }

  .swift-txt-item.style-3 {
    margin-left: 0;
    padding: 20px;
  }
}

.swifteditor-area .swift-video-item.style-1 iframe[title*="YouTube"] {
  box-shadow: -5px 5px #17a2b8;
}

.foot-tags-list ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: -5px;
}

.foot-tags-list ul li {
  padding: 5px;
}

.foot-tags-list ul li a {
  padding: 5px 5px;
  line-height: normal;
  border: 1px solid #4d4d4d;
  color: #4d4d4d;
}

.foot-tags-list ul li a:hover {
  background-color: #4d4d4d;
  color: #ffffff;
  text-decoration: none;
}

.foot-logo {
  display: block;
}

.foot-logo img,
.foot-logo .img-fluid {
  max-height: 85px;
  max-width: 200px;
}

.swifteditor-area .foot-title-1 {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #17a2b8;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.swifteditor-area .foot-title-1:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 3px;
  background-color: #17a2b8;
  border-radius: 13px;
}

.swifteditor-area .quicklink-list li {
  list-style: none !important;
}

.swifteditor-area .quicklink-list.style-1 ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.swifteditor-area .swift-foot-2 .social-info-list.style-2 {
  margin-bottom: 0;
}

.swift-foot-2 .foot-bottom {
  border-top: 1px solid #cecece;
  padding: 10px 0;
}

.swift-foot-2 .copy-right {
  text-align: left;
  padding: 0;
}

.swift-foot-2 .foot-btn {
  font-size: 14px;
  line-height: normal;
  margin: 0 2px;
}

.quicklink-list.style-2 ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0 -10px;
}

.quicklink-list.style-2 ul li {
  position: relative;
  padding: 0 10px;
}

.quicklink-list.style-2 ul li::after {
  content: "";
  display: block;
  position: absolute;
  height: 16px;
  width: 1px;
  background-color: #7e7e7e;
  top: 4px;
  right: 0;
}

.quicklink-list.style-2 ul li:last-child:after {
  display: none;
}

.swift-foot-3 .copy-right {
  text-align: left;
  margin-bottom: 10px;
}

.swift-foot-3 .quicklink-list.style-2 ul {
  justify-content: flex-end;
}

.swift-foot-3 .quicklink-list.style-2 ul li {
  margin-bottom: 6px;
}

.swift-foot-3 .social-info-list.style-2 ul {
  justify-content: flex-start;
  margin: 0 -6px;
}

.swift-foot-3 .social-info-list.style-2 ul li {
  width: auto;
  padding-right: 6px;
  padding-left: 6px;
}

.swift-foot-3 .foot-bottom {
  padding: 10px 0 0 0;
  border-top: 1px solid #cecece;
}

.swift-foot-3 .foot-logo img {
  max-height: 115px;
  max-width: 100%;
}

@media (max-width: 767px) {
  .swift-foot-3 .social-info-list.style-2 ul li {
    width: 100%;
  }

  .swift-foot-3 .quicklink-list.style-2 ul {
    justify-content: flex-start;
  }
}

/* ajax */
.ajax_swifteditor_owlcarousel.owl-carousel .edit_slide_item {
  display: none;
}

.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="1"]
  .edit_slide_item:nth-child(1) {
  display: block;
}

.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="2"]
  .edit_slide_item:nth-child(1),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="2"]
  .edit_slide_item:nth-child(2) {
  display: block;
}

.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="2"]
  .edit_slide_item:nth-child(1),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="2"]
  .edit_slide_item:nth-child(2) {
  display: block;
}

.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="3"]
  .edit_slide_item:nth-child(1),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="3"]
  .edit_slide_item:nth-child(2),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="3"]
  .edit_slide_item:nth-child(3) {
  display: block;
}

.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="4"]
  .edit_slide_item:nth-child(1),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="4"]
  .edit_slide_item:nth-child(2),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="4"]
  .edit_slide_item:nth-child(3),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="4"]
  .edit_slide_item:nth-child(4) {
  display: block;
}

.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="5"]
  .edit_slide_item:nth-child(1),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="5"]
  .edit_slide_item:nth-child(2),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="5"]
  .edit_slide_item:nth-child(3),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="5"]
  .edit_slide_item:nth-child(4),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="5"]
  .edit_slide_item:nth-child(5) {
  display: block;
}

.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="6"]
  .edit_slide_item:nth-child(1),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="6"]
  .edit_slide_item:nth-child(2),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="6"]
  .edit_slide_item:nth-child(3),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="6"]
  .edit_slide_item:nth-child(4),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="6"]
  .edit_slide_item:nth-child(5),
.ajax_swifteditor_owlcarousel.owl-carousel.row[data-columns="6"]
  .edit_slide_item:nth-child(6) {
  display: block;
}

.swifteditor-filter {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.bg-blur-1 .swifteditor-filter {
  backdrop-filter: blur(1px);
}

.bg-blur-2 .swifteditor-filter {
  backdrop-filter: blur(2px);
}

.bg-blur-3 .swifteditor-filter {
  backdrop-filter: blur(3px);
}

.bg-blur-4 .swifteditor-filter {
  backdrop-filter: blur(4px);
}

/* swiftSwiper */
.swiftSwiper {
  position: relative;
  overflow: hidden;
  margin: 0 !important;
}

.swiftSwiper.row[data-columns] {
  margin: 0;
}

.swiftSwiper.row[data-columns] .edit_slide_item {
  padding: 0;
  margin-bottom: 0;
}

.SwiftEditor-edit .swiftSwiper.row[data-columns] .edit_slide_item {
  padding: 0.75rem;
}

.SwiftEditor-edit .row.swiftSwiper .swiper-wrapper {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.swiper-wrapper {
  width: 100% !important;
}

.swiftSwiper .swiper-slide {
  transform: translate3d(0, 0, 0) rotateZ(0) scale(1);
}

.swiftSwiper .swiper-button-prev,
.swiftSwiper .swiper-button-next {
  margin-bottom: 30px;
  width: 50px;
  height: 50px;
  background-color: #333333;
  border-radius: 3px;
  color: #ffffff;
  font-size: 18px;
  z-index: 1;
  opacity: 0.8;
  transition: 0.3s ease-in-out;
}

.swiftSwiper .swiper-button-prev:hover,
.swiftSwiper .swiper-button-next:hover {
  opacity: 1;
}

.swiftSwiper .swiper-button-prev {
  left: 15px !important;
}

.swiftSwiper .swiper-button-next {
  right: 15px !important;
}

.swiftSwiper .swiper-button-prev:after,
.swiftSwiper .swiper-button-next:after {
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  font-weight: 600;
}

.swiftSwiper .swiper-button-prev:after {
  content: "\f053";
}

.swiftSwiper .swiper-button-next:after {
  content: "\f054";
}

.swiftSwiper .swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 14px;
  width: 100% !important;
  bottom: 0;
  position: relative !important;
  margin: 15px 0 0 0 !important;
}

.swiftSwiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #333333;
  opacity: 1;
  transition: 0.3s ease-in-out;
}

.section-dark .swiftSwiper .swiper-pagination .swiper-pagination-bullet {
  border-color: #ffffff;
}

.swiftSwiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #333333;
}

.section-dark
  .swiftSwiper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff;
}

.SwiftEditor-edit
  .row.swiftSwiper[data-columns="2"]
  .swiper-wrapper
  .swiper-slide {
  width: 50%;
}

.SwiftEditor-edit
  .row.swiftSwiper[data-columns="3"]
  .swiper-wrapper
  .swiper-slide {
  width: 33.333333%;
}

.SwiftEditor-edit
  .row.swiftSwiper[data-columns="4"]
  .swiper-wrapper
  .swiper-slide {
  width: 25%;
}

.SwiftEditor-edit
  .row.swiftSwiper[data-columns="5"]
  .swiper-wrapper
  .swiper-slide {
  width: 20%;
}

.SwiftEditor-edit
  .row.swiftSwiper[data-columns="6"]
  .swiper-wrapper
  .swiper-slide {
  width: 16.666666%;
}

.SwiftEditor-edit .editSwiper-1 .edit_slide_content h5 {
  font-size: 20px;
  line-height: 24px;
}

.SwiftEditor-edit .edit_slide_content {
  padding-top: 15px;
}

/* swiper-1 */
.SwiftEditor-preview .editSwiper-1 .swiper-slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.SwiftEditor-preview .editSwiper-1 .edit_slide_thumb {
  padding: 0;
  border: unset;
  background-color: transparent;
}

.SwiftEditor-preview .editSwiper-1 .edit_slide_image {
  position: relative;
}

.SwiftEditor-preview .editSwiper-1 .edit_slide_image:hover a img {
  transform: scale(1);
}

.SwiftEditor-preview .editSwiper-1 .edit_slide_image a::before {
  display: none;
}

.SwiftEditor-preview .editSwiper-1 .edit_slide_image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 20%;
  z-index: 1;
}

.SwiftEditor-preview .editSwiper-1 .edit_slide_content {
  position: absolute;
  padding: 30px 90px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #ffffff;
  z-index: 2;
}

.SwiftEditor-preview .editSwiper-1 .edit_slide_content h5,
.SwiftEditor-preview .editSwiper-1 .edit_slide_content h5 a,
.SwiftEditor-preview .editSwiper-1 .edit_slide_content p {
  color: #ffffff;
}

.SwiftEditor-preview .editSwiper-1 .swiper-slide .edit_slide_content h5 {
  font-size: 28px;
  line-height: 32px;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 100ms;
  transition-duration: 580ms;
  margin-top: 0;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.SwiftEditor-preview .editSwiper-1 .swiper-slide .edit_slide_content h6 {
  margin-top: 15px;
  font-size: 18px;
  color: #ffffff;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 250ms;
  transition-duration: 580ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.SwiftEditor-preview .editSwiper-1 .swiper-slide .edit_slide_content p {
  margin-top: 10px;
  font-size: 15px;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 350ms;
  transition-duration: 580ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.SwiftEditor-preview .editSwiper-1 .swiper-slide .edit_slide_content .edit-btn {
  background-color: #ffffff;
  color: #333333;
  margin-top: 20px;
  transform: translateY(20px);
  opacity: 0;
  transition-delay: 400ms;
  transition-duration: 580ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.SwiftEditor-preview .editSwiper-1 .swiper-slide-active .edit_slide_content h5 {
  transform: translateY(0);
  opacity: 1;
}

.SwiftEditor-preview .editSwiper-1 .swiper-slide-active .edit_slide_content h6 {
  transform: translateY(0);
  opacity: 1;
}

.SwiftEditor-preview .editSwiper-1 .swiper-slide-active .edit_slide_content p {
  transform: translateY(0);
  opacity: 1;
}

.SwiftEditor-preview
  .editSwiper-1
  .swiper-slide-active
  .edit_slide_content
  .edit-btn {
  transform: translateY(0);
  opacity: 1;
}

@media (max-width: 767px) {
  .SwiftEditor-preview .editSwiper-1 .edit_slide_image img {
    display: none;
  }

  .SwiftEditor-preview .editSwiper-1 .swiper-slide {
    min-height: 400px;
  }
}

/* swiper-2 */
.SwiftEditor-preview .editSwiper-2 .edit_slide_thumb {
  padding: 0;
  border: unset;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
}

.SwiftEditor-preview .editSwiper-2 .swiper-scrollbar {
  width: 100%;
  left: 0;
}

.SwiftEditor-preview .editSwiper-2 .edit_slide_image {
  position: relative;
}

.SwiftEditor-preview .editSwiper-2 .edit_slide_image:hover a img {
  transform: scale(1);
}

.SwiftEditor-preview .editSwiper-2 .edit_slide_image a::before {
  display: none;
}

.SwiftEditor-preview .editSwiper-2 .swiper-button-prev,
.SwiftEditor-preview .editSwiper-2 .swiper-button-next {
  background-color: #333333;
}

.SwiftEditor-preview .editSwiper-2 .swiper-button-prev:hover,
.SwiftEditor-preview .editSwiper-2 .swiper-button-next:hover {
  background-color: #1f658d;
}

.SwiftEditor-preview .editSwiper-2 .edit_slide_image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 50%;
  z-index: 1;
  transition: 0.4s ease-in-out;
}

.SwiftEditor-preview .editSwiper-2 .edit_slide_content {
  position: absolute;
  padding: 30px 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

.SwiftEditor-preview .editSwiper-2 .swiper-slide .edit_slide_txt {
  transform: translateY(20px);
  opacity: 0;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.SwiftEditor-preview .editSwiper-2 .edit_slide_content h5,
.SwiftEditor-preview .editSwiper-2 .edit_slide_content h5 a,
.SwiftEditor-preview .editSwiper-2 .edit_slide_content h6,
.SwiftEditor-preview .editSwiper-2 .edit_slide_content p {
  color: #ffffff;
}

.SwiftEditor-preview .editSwiper-2 .swiper-slide .edit_slide_content h5 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
}

.SwiftEditor-preview .editSwiper-2 .swiper-slide .edit_slide_content p {
  margin-top: 10px;
  font-size: 15px;
}

.SwiftEditor-preview
  .editSwiper-2
  .swiper-slide.swiper-slide-active
  .edit_slide_txt {
  transform: translateY(0);
  opacity: 1;
}

.SwiftEditor-preview
  .editSwiper-2
  .swiper-slide.swiper-slide-active
  .edit_slide_image::before {
  opacity: 20%;
  background-color: #000000;
}

/* swiper-3 */
.SwiftEditor-preview .editSwiper-3 .edit_slide_content {
  padding-top: 15px;
}

/* swiper-4 */
.SwiftEditor-preview .editSwiper-4 .edit_slide_thumb {
  padding: 0;
  border: unset;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
}

.SwiftEditor-preview .editSwiper-4 .edit_slide_image {
  position: relative;
}

.SwiftEditor-preview .editSwiper-4 .edit_slide_image:hover a img {
  transform: scale(1);
}

.SwiftEditor-preview .editSwiper-4 .edit_slide_image a::before {
  display: none;
}

.SwiftEditor-preview .editSwiper-4 .edit_slide_image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #ffffff;
  opacity: 50%;
  z-index: 1;
  transition: 0.4s ease-in-out;
}

.SwiftEditor-preview .editSwiper-4 .edit_slide_content {
  position: absolute;
  padding: 30px 20px;
  left: 0;
  bottom: 0;
  color: #ffffff;
  z-index: 2;
  text-align: center;
  width: 100%;
}

.SwiftEditor-preview .editSwiper-4 .swiper-slide .edit_slide_txt {
  transform: translateY(20px);
  opacity: 0;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.SwiftEditor-preview .editSwiper-4 .edit_slide_content h5,
.SwiftEditor-preview .editSwiper-4 .edit_slide_content h5 a,
.SwiftEditor-preview .editSwiper-4 .edit_slide_content h6,
.SwiftEditor-preview .editSwiper-4 .edit_slide_content p {
  color: #ffffff;
}

.SwiftEditor-preview .editSwiper-4 .swiper-slide .edit_slide_content h5 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
}

.SwiftEditor-preview .editSwiper-4 .swiper-slide .edit_slide_content p {
  margin-top: 10px;
  font-size: 15px;
}

.SwiftEditor-preview
  .editSwiper-4
  .swiper-slide.swiper-slide-active
  .edit_slide_txt {
  transform: translateY(0);
  opacity: 1;
}

.SwiftEditor-preview
  .editSwiper-4
  .swiper-slide.swiper-slide-active
  .edit_slide_image::before {
  opacity: 20%;
  background-color: #000000;
}

/* swiper-5 */
.SwiftEditor-preview .editSwiper-5 .edit_slide_thumb {
  padding: 0;
  border: unset;
  background-color: transparent;
  border-radius: 5px;
  overflow: hidden;
}

.SwiftEditor-preview .editSwiper-5 .swiper-scrollbar {
  position: relative;
  width: 100%;
  left: 0;
  cursor: pointer;
  margin: 18px 0 0 0;
}

.SwiftEditor-preview .editSwiper-5 .edit_slide_image {
  position: relative;
}

.SwiftEditor-preview .editSwiper-5 .edit_slide_image:hover a img {
  transform: scale(1);
}

.SwiftEditor-preview .editSwiper-5 .edit_slide_image a::before {
  display: none;
}

.SwiftEditor-preview .editSwiper-5 .edit_slide_image::before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 50%;
  z-index: 1;
  transition: 0.4s ease-in-out;
}

.SwiftEditor-preview .editSwiper-5 .edit_slide_content {
  position: absolute;
  padding: 30px 20px;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  z-index: 2;
  text-align: center;
}

.SwiftEditor-preview .editSwiper-5 .swiper-slide .edit_slide_txt {
  transform: translateY(20px);
  opacity: 0;
  transition-duration: 400ms;
  transition-property: all;
  transition-timing-function: ease-in-out;
}

.SwiftEditor-preview .editSwiper-5 .edit_slide_content h5,
.SwiftEditor-preview .editSwiper-5 .edit_slide_content h5 a,
.SwiftEditor-preview .editSwiper-5 .edit_slide_content h6,
.SwiftEditor-preview .editSwiper-5 .edit_slide_content p {
  color: #ffffff;
}

.SwiftEditor-preview .editSwiper-5 .swiper-slide .edit_slide_content h5 {
  font-size: 28px;
  line-height: 32px;
  margin-top: 0;
}

.SwiftEditor-preview .editSwiper-5 .swiper-slide .edit_slide_content p {
  margin-top: 10px;
  font-size: 15px;
}

.SwiftEditor-preview
  .editSwiper-5
  .swiper-slide.swiper-slide-active
  .edit_slide_txt {
  transform: translateY(0);
  opacity: 1;
}

.SwiftEditor-preview
  .editSwiper-5
  .swiper-slide.swiper-slide-active
  .edit_slide_image::before {
  opacity: 20%;
  background-color: #000000;
}

.swifteditor_section .swiper-pagination {
  position: relative;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  margin-top: 10px;
}

/* fancybox */
div[class*="editFancybox-"] .edit_slide_thumb:after {
  content: "";
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.section-light .edit_slide_thumb:after {
  background-color: #00000094;
}

.section-dark .edit_slide_thumb:after {
  background-color: #ffffff94;
}

.edit_slide_item img {
  margin-bottom: 0;
}

.section-dark .edit_slide_thumb .edit_slide_content h5::before {
  background-color: #000000;
}

.section-dark .edit_slide_thumb .edit_slide_content h5::after {
  background-color: #000000;
}

/* editTxt */
.editTxt-1 .edit_slide_thumb {
  background-color: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  border: unset;
  padding: 20px;
  transition: 0.3s ease-in-out;
}

.editTxt-1 .edit_slide_thumb:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.editTxt-1 .edit_slide_thumb h5 {
  font-size: 22px;
  color: #17a2b8;
  margin-bottom: 10px;
}

.editTxt-2 .edit_slide_thumb {
  background-color: transparent;
  border: unset;
  border-left: 1px solid #242424;
  padding: 0 0 0 24px;
  position: relative;
  border-radius: 0;
  overflow: visible;
  transition: 0.3s ease-in-out;
}

.editTxt-2 .edit_slide_thumb::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: -2px;
  width: 3px;
  height: 60px;
  border-radius: 3px;
  background-color: #242424;
  transform: translateY(-50%);
}

.editTxt-2 .edit_slide_thumb:hover {
  box-shadow: unset;
}

.editTxt-2 .edit_slide_thumb h5 {
  font-size: 24px;
  color: #17a2b8;
  margin-bottom: 10px;
}

.editTxt-2 .edit_slide_thumb p {
  margin-top: 10px;
}

.editTxt-2 .edit_slide_thumb h6 {
  font-size: 18px;
}

.editTxt-3 {
  background-color: #f5f5f5;
  border: 1.5px solid #e7e7e7;
  padding: 15px;
  border-radius: 5px;
  margin: 0 !important;
}

.editTxt-3.row[data-columns] .edit_slide_item {
  margin: 0;
  padding: 0;
}

.editTxt-3 .edit_slide_thumb {
  background-color: transparent;
  border: unset;
  border-bottom: 1.5px solid #e7e7e7;
  padding: 20px 0;
  position: relative;
  border-radius: 0;
  overflow: visible;
  transition: 0.3s ease-in-out;
}

.editTxt-3 .edit_slide_item:first-child .edit_slide_thumb {
  border-top: unset;
  padding-top: 0;
}

.editTxt-3 .edit_slide_item:last-child .edit_slide_thumb {
  border-bottom: unset;
  padding-bottom: 0;
}

.editTxt-3 .edit_slide_thumb:hover {
  box-shadow: unset;
}

.editTxt-3 .edit_slide_thumb h5 {
  font-size: 24px;
  color: #17a2b8;
  margin-bottom: 10px;
}

.editTxt-3 .edit_slide_thumb p {
  margin-top: 10px;
}

.editTxt-3 .edit_slide_thumb h6 {
  font-size: 18px;
}

.editTxt-4 .edit_slide_thumb {
  padding: 20px;
  background-color: transparent;
  border: 1.5px solid #e7e7e7;
  border-radius: 5px;
}

.editTxt-4 .edit_slide_thumb h5 {
  font-size: 24px;
  color: #17a2b8;
  margin-bottom: 10px;
}

.editTxt-5 .edit_slide_thumb {
  padding: 20px;
  background-color: #f5f5f5;
  border: 1.5px solid #e7e7e7;
  border-radius: 5px;
  text-align: center;
}

.editTxt-5 .edit_slide_thumb h5 {
  font-size: 22px;
  color: #17a2b8;
  margin-bottom: 10px;
}

.editTxt-5 .edit_slide_thumb h5 a {
  color: #17a2b8;
}

.editTxt-5 .edit_slide_thumb a.edit-btn {
  border-radius: 40px;
}

.editTxt-6 .edit_slide_thumb {
  padding: 8px;
  border: unset;
  border: 1px solid #d8eef2;
  border-radius: 5px;
  background-color: #edf6f8;
  overflow: visible;
  text-align: center;
}

.editTxt-6 .edit_slide_content h5 {
  border-bottom: 2px solid #17a2b8;
  margin: -8px -8px 0 -8px;
  padding: 6px 15px 5px 15px;
  background-color: #14a2b8;
  color: #ffffff;
  border-radius: 5px 5px 0 0;
  font-size: 20px;
}

.editTxt-6 .edit_slide_content h6 {
  margin-top: 15px;
}

.editTxt-6 .edit_slide_content p {
  margin-top: 5px;
}

/* editImage */
.editImg-1 .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
}

@media (min-width: 992px) {
  .editImg-2-right.row[data-columns] {
    padding-left: 30px;
  }

  .editImg-2-right.row[data-columns] .edit_slide_item {
    margin-bottom: 1.5rem;
  }

  .editImg-2-right.row[data-columns] .edit_slide_item:nth-child(2) {
    margin-top: 45px;
  }

  .editImg-2-right.row[data-columns] .edit_slide_item:nth-child(2n + 3) {
    margin-top: -45px;
  }
}

.editImg-2-right .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .editImg-2-left.row[data-columns] {
    padding-right: 30px;
  }

  .editImg-2-left.row[data-columns] .edit_slide_item {
    margin-bottom: 1.5rem;
  }

  .editImg-2-left.row[data-columns] .edit_slide_item:nth-child(2) {
    margin-top: 45px;
  }

  .editImg-2-left.row[data-columns] .edit_slide_item:nth-child(2n + 3) {
    margin-top: -45px;
  }
}

.editImg-2-right .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}

.editImg-3-right .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .editImg-3-right.row[data-columns] {
    justify-content: flex-start !important;
  }

  .editImg-3-right.row[data-columns] {
    padding-left: 30px;
  }

  .editImg-3-right.row[data-columns] .edit_slide_item:nth-child(2n + 2) {
    margin-top: 120px;
  }

  .editImg-3-right.row[data-columns] .edit_slide_item:nth-child(2n + 3) {
    margin-top: -120px;
  }

  .editImg-3-right.row[data-columns] .edit_slide_item:nth-child(2n + 4) {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .editImg-3-right.row[data-columns] .edit_slide_item {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .editImg-3-right.row[data-columns] .edit_slide_item {
    width: 100%;
  }
}

.editImg-2-left .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}

.editImg-3-left .edit_slide_thumb {
  padding: 0;
  border: unset;
  border-radius: 0;
  background-color: transparent;
}

@media (min-width: 992px) {
  .editImg-3-left.row[data-columns] {
    padding-right: 30px;
    flex-direction: row-reverse;
    justify-content: flex-start !important;
  }

  .editImg-3-left.row[data-columns] .edit_slide_item:nth-child(2n + 2) {
    margin-top: 120px;
  }

  .editImg-3-left.row[data-columns] .edit_slide_item:nth-child(2n + 3) {
    margin-top: -120px;
  }

  .editImg-3-left.row[data-columns] .edit_slide_item:nth-child(2n + 4) {
    margin-top: 0;
  }
}

@media (max-width: 991px) {
  .editImg-3-left.row[data-columns] .edit_slide_item {
    width: 33.333333%;
  }
}

@media (max-width: 767px) {
  .editImg-3-left.row[data-columns] .edit_slide_item {
    width: 100%;
  }
}

/* SwiftEditor-edit  hidden edit_slide */
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel
  .edit_slide_item {
  display: none;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="1"]
  .edit_slide_item:nth-child(1) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="2"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="2"]
  .edit_slide_item:nth-child(2) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="3"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="3"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="3"]
  .edit_slide_item:nth-child(3) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="4"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="4"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="4"]
  .edit_slide_item:nth-child(3),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="4"]
  .edit_slide_item:nth-child(4) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="5"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="5"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="5"]
  .edit_slide_item:nth-child(3),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="5"]
  .edit_slide_item:nth-child(4),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="5"]
  .edit_slide_item:nth-child(5) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="6"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="6"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="6"]
  .edit_slide_item:nth-child(3),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="6"]
  .edit_slide_item:nth-child(4),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="6"]
  .edit_slide_item:nth-child(5),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swifteditor-owlcarousel[data-columns="6"]
  .edit_slide_item:nth-child(6) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper
  .edit_slide_item {
  display: none;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="1"]
  .edit_slide_item:nth-child(1) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="2"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="2"]
  .edit_slide_item:nth-child(2) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="3"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="3"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="3"]
  .edit_slide_item:nth-child(3) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="4"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="4"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="4"]
  .edit_slide_item:nth-child(3),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="4"]
  .edit_slide_item:nth-child(4) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="5"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="5"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="5"]
  .edit_slide_item:nth-child(3),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="5"]
  .edit_slide_item:nth-child(4),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="5"]
  .edit_slide_item:nth-child(5) {
  display: block;
}

.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="6"]
  .edit_slide_item:nth-child(1),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="6"]
  .edit_slide_item:nth-child(2),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="6"]
  .edit_slide_item:nth-child(3),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="6"]
  .edit_slide_item:nth-child(4),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="6"]
  .edit_slide_item:nth-child(5),
.SwiftEditor-edit
  div[class*="col"]
  .row.ajax_load_module.swiftSwiper[data-columns="6"]
  .edit_slide_item:nth-child(6) {
  display: block;
}

.SwiftEditor-edit .swiftSwiper .swiper-wrapper {
  margin: -10px;
}

.SwiftEditor-edit .swiftSwiper .swiper-slide {
  padding: 10px;
}

.youtube_content {
  position: relative;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.youtube_content {
  padding-bottom: 56.25%;
}

.youtube_content iframe,
.youtube_content object,
.youtube_content embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
