@charset "UTF-8";
/*
Theme Name: HansIT
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: At HansIT, we are driven by innovation and committed to delivering impactful, customer focused solutions for your ongoing success.
Requires at least: 5.3
Tested up to: 6.8
Requires PHP: 5.6
Version: 0.58
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: -

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/
/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1â€“H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */
/* Categories 01 to 03 are the basics. */
@import url(assets/css/bootstrap.min.css);
@import url(assets/css/bootstrap-icons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --c1: #0a0a0a;
  --c2: #ffffff;
  --c3: #09344f;
  --c4: #093b5f;
  --c5: #04f3ff;
  --c6: #08b9c2;
  --f1: "Inter", sans-serif;
  --f2: "bootstrap-icons";
}

section *::-webkit-scrollbar {
  display: none;
}

.post-navigation {
  display: none !important;
}

.custom-post-navigation .post-navigation {
  display: block !important;
}
.custom-post-navigation .post-navigation .nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#wpadminbar {
  z-index: 99999999;
}

.mwidth900 {
  max-width: 900px !important;
}

.mwauto {
  max-width: none !important;
}

.headspan {
  font: 700 14px/20px var(--f1) !important;
  display: inline-block;
  position: relative;
  color: var(--c3);
  padding: 0 30px;
  margin: 0 0 20px;
}
.headspan::before {
  content: "___";
  position: absolute;
  top: 0;
  left: 0;
}

body {
  font: 400 15px/23px var(--f1);
  color: var(--c3);
}
body.home header .navbar .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
body.docs-search {
  position: relative;
  overflow: hidden;
}
body.docs-search::before {
  content: "";
  background: url(assets/images/docbg.png) no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  filter: blur(10px);
  -webkit-filter: blur(10px);
  z-index: 99999999;
}
body.docs-search .dss-wrapper .dss-header {
  padding: 20px;
  background-color: #e1f0ff;
}
body.docs-search .dss-wrapper .dss-header h1 {
  font: 600 22px/32px var(--f1);
  margin: 0;
}
body.docs-search .dss-wrapper .dss-body {
  padding: 20px;
  max-height: calc(100vh - 163px);
  overflow: auto;
}
body.docs-search .dss-wrapper .dss-content {
  width: 100%;
  max-width: 800px;
  padding: 0;
  background: var(--c2);
  margin: 30px auto;
  z-index: 99999999;
  max-height: calc(100vh - 90px);
  overflow: auto;
  box-shadow: 0 0 0 1px rgba(26, 60, 81, 0.0705882353), 0 4px 2px rgba(26, 60, 81, 0.0196078431), 0 8px 4px rgba(26, 60, 81, 0.0196078431), 0 16px 8px rgba(26, 60, 81, 0.0196078431), 0 32px 16px rgba(26, 60, 81, 0.0196078431);
  border-radius: 20px;
}
body.docs-search .dss-wrapper .dss-content .dss-search-results {
  margin: 0;
  list-style: none;
  padding: 0;
}
body.docs-search .dss-wrapper .dss-content .dss-search-results li {
  margin: 0;
}
body.docs-search .dss-wrapper .dss-content .dss-search-results li h4 {
  font: 600 16px/24px var(--f1);
  color: var(--c1);
  padding: 0;
  margin: 0;
  letter-spacing: 0;
}
body.docs-search .dss-wrapper .dss-content .dss-search-results li h4 a {
  text-decoration: none;
}
body.docs-search .dss-wrapper .dss-content .dss-search-results li + li {
  margin: 20px 0 0;
  border-top: 1px solid #e5e5e5;
  padding: 20px 0 0;
}
body.page-docs .htop {
  display: none;
}
body.page-docs header {
  position: fixed;
  background-color: var(--c2);
  box-shadow: none !important;
  border: 0 !important;
}
body.page-docs header .navbar {
  min-height: auto;
}
body.page-docs header .navbar .navbar-brand img {
  height: 25px;
}
body.page-docs header .navbar .container {
  max-width: 1400px;
  border: 0;
  background: none;
  padding: 5px 0;
  box-shadow: none;
}
body.page-docs header .navbar .docmenu {
  width: 100%;
  display: flex;
}
body.page-docs header .navbar .search {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
body.page-docs header .navbar .search .dss-search-form {
  max-width: 500px;
  width: 100%;
  margin: auto;
  position: relative;
}
body.page-docs header .navbar .search .dss-search-form::before {
  content: "\f52a";
  font: 500 14px var(--f2);
  position: absolute;
  top: 8px;
  right: 15px;
}
body.page-docs header .navbar .search .dss-search-form .form-control {
  height: 35px;
  border-radius: 30px;
  font: 400 14px/18px var(--f1);
  box-shadow: none;
}
body.page-docs header .navbar .right-menu {
  max-width: 300px;
  width: 100%;
}
body.page-docs header .navbar .right-menu .navbar-flex {
  margin: 0;
}
body.page-docs header .navbar .right-menu .navbar-flex .navbar-nav {
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
}
body.page-docs header .navbar .right-menu .navbar-flex .navbar-nav > .nav-item {
  display: block !important;
  padding: 0;
}
body.page-docs header .navbar .right-menu .navbar-flex .navbar-nav > .nav-item .nav-link {
  font: 600 14px/20px var(--f1);
}
body.page-docs header .navbar .right-menu .navbar-flex .navbar-nav > .nav-item:last-child > .nav-link {
  background-color: var(--c3) !important;
  color: var(--c2) !important;
  border-radius: 40px;
  padding: 8px 24px;
  min-width: auto;
}
body.page-docs header .navbar .right-menu .navbar-flex .navbar-nav > .nav-item:last-child > .nav-link * {
  color: var(--c2) !important;
}
body.page-docs header .navbar .right-menu .navbar-flex .navbar-nav > .nav-item:last-child > .nav-link:hover {
  background-color: #156394 !important;
  border-color: #156394 !important;
}
body.page-docs footer .footer-bottom {
  text-align: center;
  padding: 15px 0;
}
body.page-docs .dss-parent-menu {
  padding: 10px 0 0;
  border-bottom: 1px solid oklch(92.8% 0.006 264.531deg);
  background-color: var(--c2);
  position: fixed;
  z-index: 9999;
  width: 100%;
  top: 58px;
}
body.page-docs .dss-parent-menu .container {
  display: flex;
  gap: 30px;
}
body.page-docs .dss-parent-menu .dss-parent-link {
  padding: 0 0 12px 23px;
  color: rgb(110, 110, 110);
  font: 500 14px var(--f1);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  position: relative;
}
body.page-docs .dss-parent-menu .dss-parent-link:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  font: 600 14px "bootstrap-icons";
  color: rgba(2, 10, 0, 0.6274509804);
}
body.page-docs .dss-parent-menu .dss-parent-link.documentation::before {
  content: "\f194";
}
body.page-docs .dss-parent-menu .dss-parent-link.legal::before {
  content: "\f45b";
}
body.page-docs .dss-parent-menu .dss-parent-link.helpcenter::before {
  content: "\f414";
}
body.page-docs .dss-parent-menu .dss-parent-link.active {
  border-bottom-color: var(--c3);
  color: var(--c3);
}
body.page-docs .dss-parent-menu .dss-parent-link:hover {
  color: var(--c3);
}
body.home .preloader {
  display: flex;
}
body.admin-bar .innermenu {
  top: 90px;
}
body.admin-bar.page-docs .dss-parent-menu {
  top: 84px;
}
body.admin-bar.page-docs .dss-wrapper .dss-sidebar,
body.admin-bar.page-docs .dss-wrapper .dss-toc {
  top: 100px;
}
body.admin-bar header {
  top: 32px;
}
body .pagination:empty {
  display: none;
}
body .pagination {
  gap: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px 0 0;
  padding: 0;
}
body .pagination .page-numbers {
  width: 45px;
  height: 45px;
  background-color: #ebebeb;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 500 16px/20px var(--f1);
  color: var(--c1);
  text-decoration: none;
  position: relative;
}
body .pagination .page-numbers:hover {
  background-color: var(--c3);
  color: var(--c2);
}
body .pagination .page-numbers.dots {
  background: none;
  pointer-events: none;
  color: var(--c1);
}
body .pagination .page-numbers.current {
  background: var(--c3);
  color: var(--c2);
}
body .pagination .page-numbers.prev {
  font-size: 0;
}
body .pagination .page-numbers.prev::before {
  content: "\f284";
  position: absolute;
  font: 500 16px "bootstrap-icons";
}
body .pagination .page-numbers.prev::before {
  content: "\f284";
}
body .pagination .page-numbers.next {
  font-size: 0;
}
body .pagination .page-numbers.next::before {
  content: "\f284";
  position: absolute;
  font: 500 16px "bootstrap-icons";
}
body .pagination .page-numbers.next::before {
  content: "\f285";
}
body.pageload-body {
  overflow: hidden;
}
body.fixed-bar header .htop {
  display: none;
}
body.fixed-bar section.banner::before {
  border-radius: 0;
}
body .dss-wrapper {
  color: var(--c3) !important;
}
body .dss-wrapper.wrapperdoc {
  padding: 58px 0 0;
}
body .dss-wrapper .container {
  display: flex;
  max-width: 1536px;
  padding: 0 30px;
}
body .dss-wrapper .dss-sidebar {
  width: 300px;
  background-color: var(--c2);
  border-right: 1px solid oklch(92.8% 0.006 264.531deg);
  padding: 20px 20px 20px 0;
  height: calc(100vh - 133px);
  overflow: hidden;
  position: sticky;
  top: 103px;
  border-left: 1px solid oklch(92.8% 0.006 264.531deg);
}
body .dss-wrapper .dss-sidebar .sbardiv {
  height: 100%;
  overflow-y: auto;
}
body .dss-wrapper .dss-sidebar .sbardiv .dss-list + .dss-list {
  margin: 15px 0 0;
}
body .dss-wrapper .dss-sidebar .sbardiv::-webkit-scrollbar {
  display: none;
}
body .dss-wrapper .dss-sidebar h6 {
  font: 600 12px var(--f1);
  text-transform: uppercase;
  padding: 8px 8px 8px 20px;
  margin: 0 0 5px;
}
body .dss-wrapper .dss-sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body .dss-wrapper .dss-sidebar ul.submenu-list {
  display: none;
}
body .dss-wrapper .dss-sidebar ul li a {
  display: flex;
  gap: 10px;
  padding: 6px 6px 6px 12px;
  text-decoration: none;
  color: color-mix(in oklab, rgb(29, 29, 29) 64%, transparent);
  font: 400 14px/18px var(--f1);
  border-radius: 0 15px 15px 0;
  position: relative;
}
body .dss-wrapper .dss-sidebar ul li a .bi {
  font-size: 14px;
}
body .dss-wrapper .dss-sidebar ul li a::before {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .dss-wrapper .dss-sidebar ul li a:hover {
  background: #f2f2f2;
  color: var(--c1);
}
body .dss-wrapper .dss-sidebar ul li a.active {
  color: var(--c3);
}
body .dss-wrapper .dss-sidebar ul li a.active:hover {
  background-color: #d7efff;
}
body .dss-wrapper .dss-sidebar ul li a.active .bi {
  font-weight: 600;
  color: var(--c3);
}
body .dss-wrapper .dss-sidebar ul li a.active::before {
  background-color: var(--c3);
}
body .dss-wrapper .dss-sidebar ul li + li {
  margin: 8px 0 0;
}
body .dss-wrapper .dss-sidebar .dss-sub-list.active .sub-title {
  background-color: #f2f2f2;
}
body .dss-wrapper .dss-sidebar .dss-sub-list.active .submenu-list {
  display: block;
}
body .dss-wrapper .dss-sidebar .dss-sub-list .sub-title {
  font: 400 14px/18px var(--f1);
  text-transform: capitalize;
  padding: 6px 6px 6px 20px;
  cursor: pointer;
  border-radius: 0 15px 15px 0;
  color: color-mix(in oklab, rgb(29, 29, 29) 64%, transparent);
  position: relative;
}
body .dss-wrapper .dss-sidebar .dss-sub-list .sub-title::before {
  content: "\f282";
  font: 400 14px var(--f2);
  position: absolute;
  top: 7.5px;
  right: 13px;
}
body .dss-wrapper .dss-sidebar .dss-sub-list .sub-title:hover {
  background: #f2f2f2;
}
body .dss-wrapper .dss-content {
  font-family: var(--f1);
  flex: 1;
  padding: 40px;
  max-width: 890px;
}
body .dss-wrapper .dss-content figure video {
  overflow: hidden;
  border-radius: 20px;
  margin: 30px 0 10px !important;
}
body .dss-wrapper .dss-content figure img {
  border-radius: 20px;
}
body .dss-wrapper .dss-content strong {
  font-weight: 600;
}
body .dss-wrapper .dss-content a {
  color: #2079b5;
  text-decoration: underline;
}
body .dss-wrapper .dss-content h1, body .dss-wrapper .dss-content h2, body .dss-wrapper .dss-content h3, body .dss-wrapper .dss-content h4, body .dss-wrapper .dss-content h5, body .dss-wrapper .dss-content h6 {
  letter-spacing: -0.5px;
}
body .dss-wrapper .dss-content h1 {
  font: 600 30px/35px var(--f1);
  margin: 32px 0 15px;
}
body .dss-wrapper .dss-content h2 {
  font: 600 25px/30px var(--f1);
  margin: 25px 0 15px;
}
body .dss-wrapper .dss-content h3 {
  font: 600 22px/28px var(--f1);
  margin: 20px 0;
}
body .dss-wrapper .dss-content h4 {
  font: 600 20px/25px var(--f1);
  margin: 10px 0;
}
body .dss-wrapper .dss-content h5 {
  font: 600 18px/20px var(--f1);
  margin: 20px 0 10px;
}
body .dss-wrapper .dss-content h6 {
  font: 600 16px/18px var(--f1);
  margin: 0;
}
body .dss-wrapper .dss-content ul li,
body .dss-wrapper .dss-content ol li,
body .dss-wrapper .dss-content p, body .dss-wrapper .dss-content table {
  font-size: 15px;
  font-weight: 300;
}
body .dss-wrapper .dss-content ul li strong,
body .dss-wrapper .dss-content ol li strong,
body .dss-wrapper .dss-content p strong, body .dss-wrapper .dss-content table strong {
  font-weight: 500;
}
body .dss-wrapper .dss-content ul li,
body .dss-wrapper .dss-content ol li {
  margin: 0;
}
body .dss-wrapper .dss-content ul, body .dss-wrapper .dss-content ol {
  padding-left: 30px;
  margin: 0 0 15px;
}
body .dss-wrapper .dss-content ul li + li, body .dss-wrapper .dss-content ol li + li {
  margin: 4px 0 0;
}
body .dss-wrapper .dss-content ul li ul, body .dss-wrapper .dss-content ol li ul {
  margin: 0;
}
body .dss-wrapper .dss-content .alert {
  padding: 16px 20px;
  margin: 0 0 25px;
  border: 0;
}
body .dss-wrapper .dss-content .alert h4 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
body .dss-wrapper .dss-content .alert p {
  margin: 0;
}
body .dss-wrapper .dss-content .alert.alert-primary {
  background-color: #EEF2FF;
  border: 0;
  border-left: 4px solid var(--c3);
}
body .dss-wrapper .dss-content .alert.alert-warning {
  background-color: #FEF3C7;
  border: 0;
  border-left: 4px solid #F59E0B;
}
body .dss-wrapper .dss-content .alert.alert-success {
  background-color: #D1FAE5;
  border: 0;
  border-left: 4px solid #10B981;
}
body .dss-wrapper .dss-content .steps {
  counter-reset: step;
  padding: 0 0 0 35px;
  margin: 25px 0 0;
  position: relative;
}
body .dss-wrapper .dss-content .steps::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 12px;
  background-color: #e0e4e4;
}
body .dss-wrapper .dss-content .steps h4 {
  position: relative;
  counter-increment: step;
  margin: 10px 0;
}
body .dss-wrapper .dss-content .steps h4 + h4 {
  margin: 25px 0 20px;
}
body .dss-wrapper .dss-content .steps h4::before {
  content: counter(step);
  width: 25px;
  height: 25px;
  position: absolute;
  left: -35px;
  background-color: var(--c3);
  border-radius: 25px;
  color: var(--c2);
  font-size: 12px;
  font-weight: 400;
  text-align: center;
}
body .dss-wrapper .dss-content table {
  margin: 0 0 25px;
  border: 1px solid #ddd;
  font-size: 16px;
}
body .dss-wrapper .dss-content table thead {
  border: 0;
}
body .dss-wrapper .dss-content table thead th {
  background-color: #f4f8f8;
  font-weight: 600;
  border: 1px solid #ddd;
  padding: 12px;
}
body .dss-wrapper .dss-content table tbody td {
  padding: 12px;
  border: 1px solid #ddd;
}
body .dss-wrapper .dss-content .card {
  background-color: #f5f5f5;
  padding: 25px;
  border: 0;
  border-radius: 15px;
}
body .dss-wrapper .dss-content .card h1, body .dss-wrapper .dss-content .card h2, body .dss-wrapper .dss-content .card h3, body .dss-wrapper .dss-content .card h4, body .dss-wrapper .dss-content .card h5, body .dss-wrapper .dss-content .card h6 {
  margin: 0 0 8px;
}
body .dss-wrapper .dss-content .card ul, body .dss-wrapper .dss-content .card ol {
  margin: 0;
}
body .dss-wrapper .dss-content .card ul li strong, body .dss-wrapper .dss-content .card ol li strong {
  display: inline-block;
  margin: 0 5px 0 0;
}
body .dss-wrapper .dss-content pre code {
  font: 400 16px/28px var(--f1);
}
body .dss-wrapper .dss-toc {
  width: 280px;
  padding: 20px;
  position: sticky;
  top: 90px;
  height: calc(100vh - 90px);
  overflow-y: auto;
}
body .dss-wrapper .dss-toc::-webkit-scrollbar {
  display: none;
}
body .dss-wrapper .dss-toc:has(ul:empty) {
  display: none;
}
body .dss-wrapper .dss-toc h6 {
  font: 600 14px var(--f1);
  margin: 8px 0 12px;
}
body .dss-wrapper .dss-toc ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
  border-left: 1px solid oklch(92.8% 0.006 264.531deg);
}
body .dss-wrapper .dss-toc ul li a {
  display: block;
  text-decoration: none;
  color: #6e6e6e;
  font: 400 14px var(--f1);
  padding: 4px 12px 4px 24px;
  border-left: 2px solid transparent;
  position: relative;
  left: -1px;
}
body .dss-wrapper .dss-toc ul li a:hover {
  background-color: rgb(242, 242, 242);
  border-radius: 0 16px 16px 0;
}
body .dss-wrapper .dss-toc ul li.active a {
  color: var(--c3);
  font-weight: 500;
  border-left-color: var(--c3);
}
body .dss-wrapper .dss-toc ul li.active a:hover {
  background-color: #d7efff;
}
body .dss-wrapper .dss-toc ul li + li {
  margin: 8px 0 0;
}
body .dss-wrapper .dss-nav {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}
body .dss-wrapper .dss-nav a {
  text-decoration: none;
}
body:not(.home) header {
  background-color: var(--c2);
  border-bottom: 1px solid #bccad4;
}
body:not(.home) header .navbar .navbar-brand img {
  filter: none;
}
body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link:hover {
  color: var(--c6) !important;
}
body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link {
  color: var(--c3);
}
body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-white {
  background-color: var(--c3) !important;
  color: var(--c2) !important;
}
body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-white:hover {
  background-color: #156394 !important;
  border-color: #156394 !important;
}
body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item.current-menu-parent > .nav-link, body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item.current-menu-item > .nav-link {
  color: var(--c6) !important;
}
body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item.current-menu-parent > .nav-link.btn-white, body:not(.home) header .navbar .navbar-collapse .navbar-nav > .nav-item.current-menu-item > .nav-link.btn-white {
  color: var(--c2) !important;
}

a, .btn, button, input[type=submit] {
  transition: 0.3s linear;
}

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

.mt24 {
  margin-top: 24px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

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

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

.pt0 {
  padding-top: 0 !important;
}

.pt30 {
  padding-top: 30px !important;
}

figure {
  margin: 0 !important;
}

.graybg {
  background-color: #f4f8f8 !important;
}

/* HTML: <div class="loader"></div> */
.preloader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 30px;
  background-color: var(--c2);
  z-index: 9999999999;
}
.preloader img {
  width: 80px;
  animation: spin 2s linear infinite 0s; /* starts after intro */
}
.preloader .loader {
  --r1: 154%;
  --r2: 68.5%;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(var(--r1) var(--r2) at top, rgba(0, 0, 0, 0) 79.5%, var(--c3) 80%), radial-gradient(var(--r1) var(--r2) at bottom, var(--c3) 79.5%, rgba(0, 0, 0, 0) 80%), radial-gradient(var(--r1) var(--r2) at top, rgba(0, 0, 0, 0) 79.5%, var(--c3) 80%), #ccc;
  background-size: 50.5% 220%;
  background-position: -100% 0%, 0% 0%, 100% 0%;
  background-repeat: no-repeat;
  animation: l9 2s infinite linear;
}

/* Continuous rotation */
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes l9 {
  33% {
    background-position: 0% 33%, 100% 33%, 200% 33%;
  }
  66% {
    background-position: -100% 66%, 0% 66%, 100% 66%;
  }
  100% {
    background-position: 0% 100%, 100% 100%, 200% 100%;
  }
}
.widget.widget_block {
  position: sticky;
  top: 180px;
}
.widget.widget_block h2 {
  font-size: 28px;
  letter-spacing: -0.5px;
  margin: 0 0 20px;
}
.widget.widget_block h4 {
  font: 500 22px/30px var(--f1);
  margin: 0 0 20px;
}
.widget.widget_block .wp-block-latest-posts li {
  width: 100%;
  float: left;
}
.widget.widget_block .wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 16px;
  object-fit: cover;
}
.widget.widget_block .wp-block-latest-posts li .wp-block-latest-posts__post-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
  display: block;
  color: var(--c1);
}
.widget.widget_block .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt {
  font-size: 16px;
  line-height: 25px;
}
.widget.widget_block .wp-block-latest-posts li .wp-block-latest-posts__post-excerpt .more-link {
  display: none;
}
.widget.widget_block .wp-block-latest-posts li + li {
  margin: 20px 0 0;
}

.btn-theme {
  border: 0;
  padding: 0;
}
.btn-theme .wp-block-button__link {
  min-width: 100px;
  font: 600 15px var(--f1);
  padding: 15px 30px;
  border: 2px solid var(--c3) !important;
  background-color: var(--c3) !important;
  color: var(--c2) !important;
  border-radius: 40px;
}
.btn-theme .wp-block-button__link.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
.btn-theme .wp-block-button__link.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
.btn-theme .wp-block-button__link:hover {
  background-color: #156394 !important;
  border-color: #156394 !important;
}

.btn-theme1 {
  border: 0;
  padding: 0;
}
.btn-theme1 .wp-block-button__link {
  min-width: 100px;
  font: 600 15px var(--f1);
  padding: 15px 30px;
  border: 1px solid var(--c5) !important;
  background-color: var(--c5) !important;
  color: var(--c3) !important;
  border-radius: 40px;
}
.btn-theme1 .wp-block-button__link.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
.btn-theme1 .wp-block-button__link.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
.btn-theme1 .wp-block-button__link:hover {
  background-color: transparent !important;
  color: var(--c5) !important;
}

.btn-theme1-trans {
  border: 0;
  padding: 0;
}
.btn-theme1-trans .wp-block-button__link {
  min-width: 100px;
  font: 600 15px var(--f1);
  padding: 15px 30px;
  border: 1px solid var(--c5) !important;
  background-color: transparent !important;
  color: var(--c5) !important;
  border-radius: 40px;
}
.btn-theme1-trans .wp-block-button__link.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
.btn-theme1-trans .wp-block-button__link.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
.btn-theme1-trans .wp-block-button__link:hover {
  background-color: var(--c5) !important;
  color: var(--c3) !important;
}

.btn-theme-trans {
  border: 0;
  padding: 0;
}
.btn-theme-trans .wp-block-button__link {
  min-width: 100px;
  font: 600 15px var(--f1);
  padding: 15px 30px;
  border: 2px solid var(--c3) !important;
  background-color: transparent !important;
  color: var(--c3) !important;
  border-radius: 40px;
}
.btn-theme-trans .wp-block-button__link.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
.btn-theme-trans .wp-block-button__link.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
.btn-theme-trans .wp-block-button__link:hover {
  background-color: var(--c3) !important;
  color: var(--c2) !important;
}

.btn-white {
  border: 0;
  padding: 0;
}
.btn-white .wp-block-button__link {
  min-width: 100px;
  font: 600 15px var(--f1);
  padding: 15px 30px;
  border: 2px solid var(--c2) !important;
  background-color: var(--c2) !important;
  color: var(--c3) !important;
  border-radius: 40px;
}
.btn-white .wp-block-button__link.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
.btn-white .wp-block-button__link.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
.btn-white .wp-block-button__link:hover {
  background-color: transparent !important;
  color: var(--c2) !important;
}

.btn-white-trans {
  border: 0;
  padding: 0;
}
.btn-white-trans .wp-block-button__link {
  min-width: 100px;
  font: 600 15px var(--f1);
  padding: 15px 30px;
  border: 2px solid var(--c2) !important;
  background-color: transparent !important;
  color: var(--c2) !important;
  border-radius: 40px;
}
.btn-white-trans .wp-block-button__link.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
.btn-white-trans .wp-block-button__link.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
.btn-white-trans .wp-block-button__link:hover {
  background-color: var(--c2) !important;
  color: var(--c3) !important;
}

.list-custom {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.list-custom li {
  position: relative;
  padding: 0 0 0 25px;
}
.list-custom li::before {
  content: "\f633";
  font: 500 13px var(--f2);
  position: absolute;
  top: 8px;
  left: 2px;
  color: var(--c2);
  z-index: 99;
}
.list-custom li::after {
  content: "";
  width: 17px;
  height: 17px;
  background-color: var(--c3);
  border-radius: 25px;
  position: absolute;
  top: 6px;
  left: 0;
}

header {
  width: 100%;
  background-color: var(--c3);
  position: fixed;
  top: 0;
  z-index: 9999999;
}
header .htop {
  background-color: var(--c4);
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .htop .container {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: space-between;
}
header .htop p {
  margin: 0;
  font: 400 14px/16.8px var(--f1);
  margin: 0;
  color: var(--c2);
}
header .htop p a {
  position: relative;
  text-decoration: none;
  color: var(--c5);
  display: inline-block;
  margin: 0 0 0 15px;
  padding: 0 20px 0 0;
}
header .htop p a:hover {
  color: var(--c6);
}
header .htop p a::before {
  content: "\f138";
  font: 400 14px var(--f2);
  position: absolute;
  top: 0;
  right: 0;
}
header .htop ul {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0;
}
header .htop ul .nav-item .nav-link {
  font: 400 13px var(--f1);
  color: var(--c5);
}
header .htop ul .nav-item .nav-link:hover {
  color: var(--c6);
}
header .navbar {
  padding: 8px;
  min-height: 83px;
}
header .navbar .navbar-brand {
  padding: 0;
  margin: 0;
}
header .navbar .navbar-brand img {
  height: 30px;
  filter: brightness(0) invert(1);
}
header .navbar .navbar-toggler .navbar-toggler-icon {
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%289, 52, 79, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
header .navbar .navbar-collapse {
  justify-content: space-between;
}
header .navbar .navbar-collapse .navbar-flex {
  margin: 0 0 0 50px;
}
header .navbar .navbar-collapse .navbar-flex .navbar-nav > .nav-item:nth-last-of-type(1), header .navbar .navbar-collapse .navbar-flex .navbar-nav > .nav-item:nth-last-of-type(2) {
  display: none;
}
header .navbar .navbar-collapse .navbar-nav {
  gap: 40px;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item {
  padding: 15px 0;
  position: relative;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item.menu-item-has-children > .nav-link {
  position: relative;
  padding-right: 22px;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item.menu-item-has-children > .nav-link::after {
  content: "\f282";
  font: 500 16px var(--f2);
  position: absolute;
  top: 2px;
  right: 0;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link {
  font: 500 16px var(--f1);
  color: var(--c2);
  padding: 0;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link .link_wrapper {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
  height: 22px;
  transition: 0.3s linear;
  align-items: center;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link .link_wrapper .link_text {
  transition: 0.3s linear;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link .link_wrapper .link_text.second {
  transform: translateY(40%);
  color: var(--c3);
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.active, header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link:hover {
  color: var(--c5) !important;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn {
  padding: 13px 30px;
  min-width: auto;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-white {
  font: 600 16px var(--f1);
  background-color: var(--c2) !important;
  color: var(--c1) !important;
  border-radius: 40px;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-white.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-white.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-theme {
  font: 400 16.8px/16.8px var(--f1);
  background-color: var(--c5) !important;
  color: var(--c1) !important;
  border-radius: 46.8px;
  width: 46.8px;
  height: 46.8px;
  padding: 10px;
  font-size: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-theme.btn-xs {
  min-width: auto;
  padding: 8px 15px;
  font-size: 13px;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-theme.btn-sm {
  padding: 8px 15px;
  font-size: 13px;
  min-width: auto;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-theme:hover {
  background-color: var(--c3) !important;
  color: var(--c2) !important;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-theme:hover .bi {
  color: var(--c2) !important;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .sub-menu {
  list-style: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  padding: 15px;
  min-width: 180px;
  position: absolute;
  background-color: var(--c2);
  border-radius: 8px;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .sub-menu > .nav-item > .nav-link {
  padding: 0;
  color: var(--c1);
  font-size: 14px;
  font-weight: 400;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .sub-menu > .nav-item > .nav-link:hover {
  color: var(--c6) !important;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item .sub-menu > .nav-item.current-menu-item > .nav-link {
  color: var(--c6) !important;
}
header .navbar .navbar-collapse .navbar-nav > .nav-item:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
header .navbar .navbar-collapse .header-right .navbar-nav {
  gap: 20px;
}
header .navbar .navbar-collapse .header-right .navbar-nav .nav-item {
  padding: 0;
}

footer {
  padding: 80px 0 0;
}
footer .logo img {
  height: 35px;
  margin: 0 0 20px;
}
footer .logo p {
  color: var(--c3);
  margin: 0;
  font-size: 15px;
}
footer .logo ul {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}
footer .logo ul li a {
  font-size: 20px;
  color: var(--c1);
}
footer .logo ul li a:hover {
  color: var(--c3);
}
footer article h5 {
  font: 600 16px var(--f1);
  color: var(--c3);
  margin: 0 0 20px;
}
footer article ul {
  margin: 0;
}
footer article ul li a.nav-link {
  font: 400 15px var(--f1);
  text-decoration: none;
  color: var(--c3);
}
footer article ul li a.nav-link:hover {
  color: var(--c6);
}
footer article ul li + li {
  margin: 15px 0 0;
}
footer .footer-bottom {
  border-top: 1px solid #e6e6e6;
  font: 400 15px var(--f1);
  color: #4d4d4d;
  padding: 30px 0;
  margin: 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer-bottom p {
  margin: 0;
}
footer .footer-bottom p a {
  color: var(--c3);
  text-decoration: none;
}
footer .footer-bottom p a:hover {
  color: var(--c1);
}

section.innermenu ul.nav {
  background-color: #f4f8f8;
  border-radius: 30px;
  list-style: none;
  display: flex;
  justify-content: center;
  gap: 25px;
  margin: 0 auto 40px;
  padding: 0;
}
section.innermenu ul.nav li .nav-link {
  font: 400 16px/25px var(--f1);
  letter-spacing: 0.5px;
  color: var(--c3);
  text-decoration: none;
  border: 1px solid transparent;
  padding: 14px 22px;
  display: block;
  border-radius: 30px;
  min-width: 111px;
}
section.innermenu ul.nav li .nav-link:hover, section.innermenu ul.nav li .nav-link.active {
  background-color: var(--c2);
  border-color: #dfe3e3;
}
section.innermenu .custom-accordion .accordion-item .accordion-header .accordion-button {
  font-weight: 600;
}
section.innermenu .custom-accordion .accordion-item .tab-pane {
  opacity: 1;
}
section.innermenu .custom-accordion .accordion-item:not(:first-child) {
  margin: 20px 0 0;
}
section.innermenu .tab-content .tab-pane .list-custom {
  margin: 15px 0 0;
}
section.innermenu .tab-content .tab-pane .list-custom li {
  font-size: 16px;
  line-height: 23px;
}
section.innermenu .tab-content .tab-pane .list-custom li::before {
  color: var(--c3);
  font-weight: 600;
}
section.innermenu .tab-content .tab-pane .list-custom li::after {
  display: none;
}
section.innermenu .tab-content .tab-pane .row > div:first-child {
  width: 70%;
}
section.innermenu .tab-content .tab-pane .row > div:last-child {
  width: 30%;
}
section.innermenu .tab-content .tab-pane .isec {
  height: 100%;
  padding: 60px;
  background: linear-gradient(90deg, #e5f6ff, #dbedff);
  border-radius: 15px;
  position: relative;
  overflow: hidden;
}
section.innermenu .tab-content .tab-pane .isec .shead {
  width: 50%;
  margin: 0;
  max-width: none;
}
section.innermenu .tab-content .tab-pane .isec .shead h3 {
  font-size: 32px;
  line-height: 38px;
}
section.innermenu .tab-content .tab-pane .isec.fullsec .shead {
  width: 100%;
}
section.innermenu .tab-content .tab-pane .isec.fullsec .figure {
  position: static;
  padding: 30px;
  background-color: #caddf1;
  width: 100%;
  display: flex;
  gap: 50px;
  margin: 30px 0 0;
  height: auto;
  border-radius: 16px;
}
section.innermenu .tab-content .tab-pane .isec.fullsec .figure > .wp-block-group {
  width: 50%;
}
section.innermenu .tab-content .tab-pane .isec.fullsec .figure > .wp-block-group:not(:last-of-type) {
  border-right: 1px solid var(--c6);
  margin: 0 20px 0 0;
}
section.innermenu .tab-content .tab-pane .isec.fullsec .figure > .wp-block-group h5 {
  font-size: 17px;
  font-weight: 700;
  letter-spacing: -0.5px;
  margin: 0 0 15px;
}
section.innermenu .tab-content .tab-pane .figure,
section.innermenu .tab-content .tab-pane figure {
  width: 45%;
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 100px);
}
section.innermenu .tab-content .tab-pane .figure img,
section.innermenu .tab-content .tab-pane figure img {
  border-radius: 16px 0 0 0;
  height: 100%;
  object-fit: cover;
}
section.innermenu .tab-content .tab-pane .shead.graybg {
  padding: 30px;
  border-radius: 15px;
  margin: 0;
  height: 100%;
}
section.innermenu .tab-content .tab-pane .shead.graybg .wp-block-group h5 {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  margin: 0 0 15px;
}
section.innermenu .tab-content .tab-pane .shead.graybg .wp-block-group:not(:first-of-type) {
  margin: 30px 0 0;
}
section.innermenu .tab-content .tab-pane .shead.graybg figure {
  position: static;
  width: 100%;
  height: 463px;
  margin: 20px 0 0 !important;
}
section.innermenu .tab-content .tab-pane .shead.graybg figure img {
  object-fit: none;
  border-radius: 16px;
}
section.dp h1, section.dp h2, section.dp h3 {
  letter-spacing: -1.5px;
}
section.dp {
  padding: 80px 0;
}
section.dp .shead {
  max-width: 860px;
  margin: 0 auto 50px;
}
section.dp .shead.sdesign {
  max-width: 900px;
  margin: auto;
}
section.dp .shead.sdesign .ul {
  max-width: 900px;
  margin-bottom: 0;
}
section.dp .shead h3 {
  font: 600 45px/55px var(--f1);
  margin: 0 0 24px;
}
section.dp .shead p {
  margin: 0;
}
section.darkbg {
  background: url(assets/images/bg1.png) no-repeat 0 0/cover;
  text-align: center;
  color: var(--c2);
  position: relative;
}
section.darkbg::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 52, 79, 0.5803921569);
}
section.darkbg .container {
  position: relative;
}
section.darkbg article {
  max-width: 1000px;
  margin: auto;
}
section.darkbg article h3 {
  font: 400 48px/58px var(--f1);
  margin: 0 0 20px;
}
section.darkbg article p {
  max-width: 700px;
  margin: 0 auto 30px;
  font: 400 18px/30px var(--f1);
}
section.darkbg article.d-flex {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 10px 22px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-weight: 500;
  gap: 15px;
}
section.darkbg article.d-flex .bi {
  font-size: 18px;
  color: #60a5fa;
}
section.darkbg article.d-flex p {
  font-size: 15px;
}
section.darkbg.staybg article p {
  max-width: 800px;
}
section.darkbg .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.banner {
  background-color: var(--c3);
  padding: 225px 0 125px;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
  position: relative;
  transition: 0.3s linear;
  display: flex;
  align-items: center;
}
section.banner .banner-img {
  margin: 40px 0 0;
}
section.banner .banner-img img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 16px;
}
section.banner .banner-caption {
  max-width: 800px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 40px 0 0;
  text-align: center;
}
section.banner .banner-caption .ver {
  max-width: 380px;
  padding: 0;
  color: var(--c5);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  font-weight: 500;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 30px;
}
section.banner .banner-caption .ver::before {
  content: "\f46c";
  font: 400 25px var(--f2);
  position: absolute;
  top: -3px;
  left: 0;
}
section.banner .banner-caption h1 {
  font: 600 60px/65px var(--f1);
  color: var(--c2);
  margin: 0;
  letter-spacing: -1.5px;
}
section.banner .banner-caption p {
  font: 400 16px/25px var(--f1);
  margin: 25px 0;
  color: var(--c2);
}
section.banner .banner-caption .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.banner.ibanner {
  height: auto;
  padding: 180px 0 80px;
  display: flex;
  align-items: center;
  background-color: #f4f8f8;
}
section.banner.ibanner::before {
  display: none;
}
section.banner.ibanner .banner-caption {
  max-width: none;
  text-align: left;
  margin: 0 75px 0 0;
}
section.banner.ibanner .banner-caption h1, section.banner.ibanner .banner-caption p {
  color: var(--c3);
}
section.banner.ibanner .banner-caption h1 {
  font: 600 50px/60px var(--f1);
}
section.banner.ibanner .banner-caption p {
  margin: 25px 0 0;
}
section.banner.ibanner .isec img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  object-position: center 20%;
}
section.banner.ibanner .btn-sec {
  justify-content: flex-start;
  margin: 30px 0 0;
}
section.banner.bbanner {
  height: auto;
  overflow: visible;
}
section.s1 .blog-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 24px;
}
section.s1 .blog-content article h1, section.s1 .blog-content article h2, section.s1 .blog-content article h3, section.s1 .blog-content article h4, section.s1 .blog-content article h5, section.s1 .blog-content article h6 {
  letter-spacing: -1.5px;
}
section.s1 .blog-content article h1 strong, section.s1 .blog-content article h2 strong, section.s1 .blog-content article h3 strong, section.s1 .blog-content article h4 strong, section.s1 .blog-content article h5 strong, section.s1 .blog-content article h6 strong {
  font-weight: 500;
}
section.s1 .blog-content article h1 {
  font: 500 30px/35px var(--f1);
  margin: 32px 0 15px;
}
section.s1 .blog-content article h2 {
  font: 500 25px/30px var(--f1);
  margin: 25px 0 15px;
}
section.s1 .blog-content article h3 {
  font: 500 22px/28px var(--f1);
  margin: 20px 0;
}
section.s1 .blog-content article h4 {
  font: 500 20px/25px var(--f1);
  margin: 10px 0;
}
section.s1 .blog-content article h5 {
  font: 500 18px/20px var(--f1);
  margin: 20px 0 10px;
}
section.s1 .blog-content article h6 {
  font: 500 16px/18px var(--f1);
  margin: 0;
}
section.s1 .blog-content article p {
  font-size: 15px;
  font-weight: 300;
}
section.s1 .blog-content article ul, section.s1 .blog-content article ol {
  padding-left: 15px;
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 300;
}
section.s1 .blog-content article ul li, section.s1 .blog-content article ol li {
  margin: 0;
}
section.s1 .blog-content article ul li strong, section.s1 .blog-content article ol li strong {
  font-weight: 500;
}
section.s1 .blog-content article ul li + li, section.s1 .blog-content article ol li + li {
  margin: 4px 0 0;
}
section.s1 a {
  color: var(--c3);
}
section.s1 strong {
  font-weight: 600;
}
section.s1 #legalHead {
  display: none;
}
section.s1 article h3 {
  font: 500 24px/34px var(--f1);
}
section.s1 article ul {
  padding: 0 0 0 15px;
}
section.s1 article ul li {
  font-size: 16px;
}
section.s1 article ul li + li {
  margin: 8px 0 0;
}
section.s1 article {
  height: 100%;
  overflow: hidden;
  border-radius: 16px;
}
section.s1 article figure {
  height: 100%;
}
section.s1 article figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s linear;
}
section.s1 article figure img:hover {
  transform: scale(1.1);
}
section.s1 article.csec {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 16px;
  padding: 30px;
  color: var(--c2);
}
section.s1 article.csec h5 {
  font: 600 48px/60px var(--f1);
}
section.s1 article.csec h5 strong {
  font-size: 18px;
  line-height: 24px;
  display: block;
  font-weight: 600;
  margin: 3px 0;
}
section.s1 article.csec p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}
section.s1 article.csec.blkbg {
  background-color: var(--c5);
  color: var(--c1);
}
section.s1 article.csec.themebg {
  background-color: var(--c3);
}
section.s1 article.csec.bg {
  background: #ebebeb url(assets/images/bg.png) 0 0;
  background-size: 15px;
  justify-content: center;
  gap: 25px;
}
section.s1 article.csec.bg * {
  color: #4d4d4d;
}
section.s1 article.csec.bg p {
  font: 400 18px/30px var(--f1);
}
section.s1 article.csec.bg .testi {
  font: 600 16px/24px var(--f1);
  display: flex;
  gap: 16px;
}
section.s1 article.csec.bg .testi strong {
  font-weight: 400;
}
section.s1.is1 article {
  min-height: 340px;
}
section.s1.is1 article h5 {
  line-height: 55px;
}
section.s2.prodctsec {
  background-color: #e6f2f7;
}
section.s2.prodctsec .isec {
  position: sticky;
  top: 180px;
  overflow: hidden;
  width: 100%;
  height: 500px;
  border-radius: 24px;
}
section.s2.prodctsec .isec figure, section.s2.prodctsec .isec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.s2.prodctsec .isec figure {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.3s linear;
}
section.s2.prodctsec .isec figure.active {
  opacity: 1;
}
section.s2.prodctsec .csec {
  display: flex;
  flex-direction: column;
  gap: 150px;
}
section.s2.prodctsec .csec article {
  background: none;
  padding: 0 100px;
}
section.s2.prodctsec .csec article h4 {
  font: 600 32px/45px var(--f1);
  letter-spacing: -1.5px;
  margin: 0 0 25px;
}
section.s2.prodctsec .csec article p {
  font-size: 20px;
  font-weight: 400;
  line-height: 37px;
}
section.s2 .row > div:nth-last-of-type(1) article, section.s2 .row > div:nth-last-of-type(2) article, section.s2 .row > div:nth-last-of-type(3) article {
  margin: 0;
}
section.s2 article {
  border-radius: 16px;
  overflow: hidden;
  background-color: #f3f3f3;
  margin: 0 0 24px;
  padding: 20px;
}
section.s2 article .isec {
  overflow: hidden;
  border-radius: 16px;
}
section.s2 article .isec img {
  width: calc(100% + 40px);
  height: 280px;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.3s linear;
  transform: translate3d(-30px, 0, 0) scale(1.12);
}
section.s2 article .isec img:hover {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}
section.s2 article .csec {
  margin: 15px 0 0;
}
section.s2 article .csec h4 {
  font: 600 20px/30px var(--f1);
  letter-spacing: -0.5px;
}
section.s2 article .csec p {
  margin: 0;
  /*height: 48px;
  overflow: hidden;*/
}
section.s3 {
  min-height: 450px;
  display: flex;
  align-items: center;
}
section.s3 .carousel {
  width: calc(100% - 300px);
  margin: auto;
}
section.s3 .carousel .carousel-item .para {
  font: 600 35px/45px var(--f1);
  color: var(--c2);
  text-align: center;
  letter-spacing: -1px;
}
section.s3 .carousel .carousel-item .media {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  color: var(--c2);
  margin: 30px 0 0;
  text-align: left;
}
section.s3 .carousel .carousel-item .media .media-left img {
  width: 56px;
  height: 56px;
  border-radius: 56px;
}
section.s3 .carousel .carousel-item .media .media-body h5 {
  font: 600 16px/24px var(--f1);
  margin: 0;
}
section.s3 .carousel .carousel-item .media .media-body p {
  margin: 0;
}
section.s3 .carousel .carousel-control-prev,
section.s3 .carousel .carousel-control-next {
  width: 48px;
  height: 48px;
  background-color: var(--c2);
  color: var(--c1);
  border-radius: 48px;
  opacity: 1;
  font-size: 21px;
  top: calc(50% - 24px);
}
section.s3 .carousel .carousel-control-prev {
  left: -150px;
}
section.s3 .carousel .carousel-control-next {
  right: -150px;
}
section.s4 .ul {
  width: 100%;
  max-width: 800px;
  margin: 50px auto;
  display: flex;
  gap: 50px;
  text-align: left;
  flex-wrap: wrap;
}
section.s4 .ul > div {
  max-width: 180px;
}
section.s4 .ul > div img {
  width: 50px;
}
section.s4 .ul > div h4 {
  font: 600 16px/24px var(--f1);
  margin: 20px 0 0;
}
section.s4 .isec {
  width: calc(100% - 200px);
  margin: auto;
  background-color: var(--c3);
  padding: 64px 64px 0;
  border-radius: 16px;
}
section.s4 .isec img {
  width: 100%;
  border-radius: 16px 16px 0 0;
}
section.s4.darkbg {
  padding: 60px 0;
}
section.s4.darkbg article h4 {
  font: 600 50px/50px var(--f1);
  margin: 0 0 15px;
}
section.s4.darkbg article p {
  margin: 0;
}
section.s5 .row > div:nth-of-type(1) article, section.s5 .row > div:nth-of-type(2) article, section.s5 .row > div:nth-of-type(3) article {
  margin: 0;
}
section.s5 article {
  position: relative;
  margin: 24px 0 0;
}
section.s5 article .isec {
  overflow: hidden;
  border-radius: 16px;
}
section.s5 article .isec img {
  width: calc(100% + 40px);
  height: 270px;
  object-fit: cover;
  border-radius: 16px;
  transition: 0.3s linear;
  transform: scale(1.12);
}
section.s5 article:hover .isec img {
  -webkit-transform: scale(1);
  transform: scale(1);
}
section.s5 article .csec {
  margin: 20px 0 0;
}
section.s5 article .csec .catddate {
  display: flex;
  align-items: center;
  gap: 15px;
  color: var(--c2);
  font: 400 13px/20px var(--f1);
  margin: 0 0 15px;
}
section.s5 article .csec .catddate h4 {
  padding: 4px 12px;
  border-radius: 16px;
  background-color: var(--c3);
  font: 400 13px/20px var(--f1);
  margin: 0;
}
section.s5 article .csec .catddate span {
  font: 600 14px/21px var(--f1);
  color: var(--c1);
}
section.s5 article .csec h5 {
  font: 600 20px/30px var(--f1);
  letter-spacing: -0.5px;
}
section.s5 article .csec .readmore {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
}
section.s6 article {
  text-align: center;
  margin: auto;
}
section.s6 article h3 {
  font: 600 45px/55px var(--f1);
  margin: 0 0 18px;
}
section.s6.whitebg article p {
  margin: 0 auto 30px;
}
section.s6.whitebg .btn-sec {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
section.s7 article {
  position: relative;
  height: 450px;
  overflow: hidden;
  border-radius: 16px;
}
section.s7 article .isec {
  height: 100%;
}
section.s7 article .isec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.s7 article .csec {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 12px;
  border-radius: 16px;
  color: var(--c1);
  min-height: 134px;
}
section.s7 article .csec h5 {
  font: 600 20px/30px var(--f1);
}
section.s7 article .csec p {
  margin: 0;
}
section.s8 .shead {
  max-width: 800px;
  margin: auto;
}
section.s8 ul {
  max-width: 800px;
  margin: 50px auto;
  display: flex;
  gap: 50px;
  text-align: left;
}
section.s8 ul li img {
  width: 50px;
  filter: brightness(0) invert(1);
}
section.s8 ul li h4 {
  font: 600 16px/24px var(--f1);
  margin: 10px 0 0;
}
section.s8 .isec img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 0 50px;
}
section.s8 .isec article {
  display: flex;
  gap: 20px;
  text-align: left;
}
section.s8 .isec article h5 {
  font: 600 48px/58px var(--f1);
}
section.s8 .isec article p {
  margin: 0;
}
section.s9 .shead {
  max-width: none;
  margin: 0;
}
section.s9 .shead p + p {
  margin: 15px 0 0;
}
section.s10 article {
  position: relative;
  height: 385px;
  margin: 0 0 63px;
}
section.s10 article img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
section.s10 article .csec {
  background-color: #ebebeb;
  border-radius: 16px;
  padding: 15px 25px;
  position: absolute;
  bottom: -39px;
  left: calc(50% - 144.28px);
  min-width: 275px;
  color: #4d4d4d;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
section.s10 article .csec h4 {
  font: 700 16px/24px var(--f1);
  margin: 0;
}
section.s10 article .csec p {
  margin: 0;
}
section.s10 article .csec .linkedin {
  font-size: 25px;
  color: var(--c1);
}
section.s11 .container {
  max-width: 1200px;
}
section.s11 .cpt-plan-tabs {
  border-bottom: 1px solid #e5e7eb;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
section.s11 .cpt-plan-tabs .cpt-tab {
  padding: 17px 15px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: none;
  font: 600 16px var(--f1);
  color: #6b7280;
}
section.s11 .cpt-plan-tabs .cpt-tab.active {
  color: var(--c3);
  border-bottom-color: var(--c3);
}
section.s11 .cpt-plan-tabs .cpt-tab:hover {
  color: var(--c3);
}
section.s11 .cpt-toggle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}
section.s11 .cpt-toggle-wrapper .tooglebtns {
  display: inline-flex;
  background: #f4f8f8;
  border: 1px solid #ededed;
  padding: 8px;
  border-radius: 99px;
}
section.s11 .cpt-toggle-wrapper .tooglebtns .cpt-price-btn {
  background: transparent;
  padding: 15px 35px;
  border-radius: 99px;
  color: #6b7280;
  border: 0;
  font: 600 16px var(--f1);
}
section.s11 .cpt-toggle-wrapper .tooglebtns .cpt-price-btn:hover {
  color: var(--c1);
}
section.s11 .cpt-toggle-wrapper .tooglebtns .cpt-price-btn.active {
  background: var(--c2);
  color: var(--c1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}
section.s11 article {
  background-color: #ebebeb;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 32px;
}
section.s11 article ul:last-child {
  margin-bottom: 0;
}
section.s11 article .feature-heading {
  font: 600 16px/24px var(--f1);
}
section.s11 article h4 {
  font: 500 20px/28px var(--f1);
  color: #4d4d4d;
  padding: 0 0 25px;
  margin: 0 0 25px;
  border-bottom: 1px solid #b9b9b9;
}
section.s11 article .getstarted {
  margin: 0 0 30px;
  padding: 0 0 30px;
  border-bottom: 1px solid #b9b9b9;
}
section.s11 article .getstarted h5 {
  font: 600 50px/60px var(--f1);
  color: var(--c3);
  margin: 0 0 30px;
}
section.s11 article .getstarted h5 em {
  font-style: normal;
  font-weight: 500;
}
section.s11 article .getstarted h5 span {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  display: inline-block;
  margin: 0;
}
section.s11 article .getstarted p {
  font-size: 16px;
  color: #4d4d4d;
  margin: 0 0 30px;
}
section.s11 article .getstarted .btn {
  width: 100%;
}
section.s11 article ul {
  margin: 25px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
section.s11 article ul li {
  position: relative;
  font: 400 16px/24px var(--f1);
  color: #4d4d4d;
  padding: 0 0 0 35px;
}
section.s11 article ul li.linethrough {
  opacity: 0.6;
}
section.s11 article ul li.linethrough::before {
  content: "\f62a";
}
section.s11 article ul li.linethrough span {
  position: relative;
}
section.s11 article ul li.linethrough span::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #4d4d4d;
  position: absolute;
  top: 12px;
}
section.s11 article ul li::before {
  content: "\f633";
  font: 500 12px var(--f2);
  position: absolute;
  top: 7px;
  left: 4px;
  color: var(--c2);
  z-index: 99;
}
section.s11 article ul li::after {
  content: "";
  width: 20px;
  height: 20px;
  background-color: var(--c3);
  border-radius: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
section.s11 article.pro {
  background: url(assets/images/bg1.png) no-repeat 0 0/cover;
  position: relative;
}
section.s11 article.pro .list-custom li::before {
  color: var(--c3);
}
section.s11 article.pro .list-custom li::after {
  background-color: var(--c2);
}
section.s11 article.pro h4, section.s11 article.pro .getstarted h5, section.s11 article.pro .getstarted p, section.s11 article.pro ul li {
  color: var(--c2);
}
section.s11 article.pro .btn-theme .wp-block-button__link {
  background-color: #ebebeb !important;
  color: var(--c1) !important;
}
section.s11 article.pro .feature-heading {
  color: var(--c2);
}
section.s12 .shead {
  max-width: 500px;
  margin-left: 0;
}
section.s12 .shead h3 {
  font-size: 35px;
  line-height: 45px;
}
section.s12 .form-section form {
  max-width: 520px;
}
section.s12 .form-section form .form-group {
  margin: 0 0 25px;
}
section.s12 .form-section form .form-group .icon-input {
  position: relative;
}
section.s12 .form-section form .form-group .icon-input::before {
  content: "";
  background: url(assets/images/user.svg) no-repeat;
  width: 22px;
  height: 22px;
  background-size: 22px;
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 9;
}
section.s12 .form-section form .form-group .icon-input.email::before {
  background: url(assets/images/email.svg) no-repeat;
  background-size: 22px;
}
section.s12 .form-section form .form-group .icon-input.phone::before {
  background: url(assets/images/phone.svg) no-repeat;
  background-size: 22px;
}
section.s12 .form-section form .form-group .icon-input.msg::before {
  background: url(assets/images/msg.svg) no-repeat;
  background-size: 22px;
}
section.s12 .form-section form .form-group .form-control {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
  border-radius: 0;
  padding: 10px 0;
}
section.s12 .form-section form .form-group textarea.form-control {
  height: 120px;
  resize: none;
}
section.s12 .form-section form .form-btn .btn {
  width: 100%;
  max-width: 240px;
}
section.s12 .contact-info .media {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
section.s12 .contact-info .media .media-left .bi {
  font-size: 27px;
  color: var(--c3);
  position: relative;
  top: 12px;
}
section.s12 .contact-info .media .media-body p {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 5px;
}
section.s12 .contact-info .media .media-body h5, section.s12 .contact-info .media .media-body h5 a {
  font-size: 18px;
  font-weight: 400;
  color: var(--c1);
  text-decoration: none;
}
section.s12 .contact-info .media + .media {
  margin: 20px 0 0;
}
section.s13:hover .isec::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
section.s13:hover .isec img {
  transform: scale(1.1);
}
section.s13 .isec {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
section.s13 .isec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  z-index: 9999;
}
section.s13 .isec img {
  width: 100%;
  border-radius: 16px;
  transition: 0.3s linear;
}
section.s13 .isec-para {
  background-color: #f3f3f3;
  border-radius: 20px;
  padding: 20px;
  margin: 30px 0 0;
  border: 1px solid #d8d7d7;
}
section.s13 .isec-para .list-inline {
  margin: 0;
  display: flex;
  gap: 15px;
}
section.s13 .isec-para .list-inline li {
  padding: 3px 10px;
  border-radius: 100px;
  border: 1px solid rgba(4, 30, 189, 0.25);
  background-color: rgba(4, 30, 189, 0.12);
  color: #041ebd;
  font: 700 11px var(--f1);
  letter-spacing: 0.66px;
  text-transform: uppercase;
}
section.s13 .isec-para .list-inline li:last-child {
  background-color: rgba(162, 4, 189, 0.12);
  color: #a204bd;
  border-color: rgba(162, 4, 189, 0.25);
}
section.s13 .flowchart {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 15px;
}
section.s13 .flowchart article {
  width: calc(50% - 70px);
  background-color: var(--c2);
  padding: 15px;
  border: 1px solid #cccccc;
  border-radius: 15px;
  margin: 10px auto 0;
  position: relative;
}
section.s13 .flowchart article::before, section.s13 .flowchart article::after {
  content: "";
  border: 1px dashed #000000;
  position: absolute;
}
section.s13 .flowchart article::before {
  width: 1px;
  height: 25px;
  left: 50%;
  top: -26px;
  bottom: auto;
}
section.s13 .flowchart article .bi {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c3);
  color: var(--c2);
  border-radius: 8px;
  margin: 0 auto 10px;
}
section.s13 .flowchart article p {
  margin: 0;
}
section.s13 .flowchart article:first-child {
  width: calc(100% - 70px);
  margin: auto;
}
section.s13 .flowchart article:first-child::before {
  content: "";
  width: calc(100% - 240px);
  height: 1px;
  left: calc(50% - 161px);
  top: auto;
  bottom: -30px;
}
section.s13 .flowchart article:first-child::after {
  width: 1px;
  height: 76px;
  left: 50%;
  top: 100%;
  bottom: auto;
}
section.s13 .flowchart article:nth-of-type(1)::before, section.s13 .flowchart article:nth-of-type(2)::before, section.s13 .flowchart article:nth-of-type(3)::before {
  display: none;
}
section.s13 .flowchart article:nth-of-type(2)::after, section.s13 .flowchart article:nth-of-type(4)::after {
  width: 80px;
  height: 1px;
  left: 100%;
  top: 50px;
  bottom: auto;
}
section.s13.lt .isec {
  margin: 0 30px 0 0;
}
section.s13.rt .isec {
  margin: 0 0 0 30px;
}
section.s13 .tsec .btn-sec {
  display: flex;
  gap: 15px;
  margin: 50px auto 0;
  justify-content: center;
}
section.s13 .tsec table {
  width: calc(100% - 200px);
  margin: auto;
}
section.s13 .tsec table thead {
  border: 0;
}
section.s13 .tsec table thead th {
  border: 0;
  font: 600 16px/24px var(--f1);
  padding: 12px 15px;
}
section.s13 .tsec table thead th:not(:first-child) {
  text-transform: uppercase;
  font-size: 13px;
  text-align: center;
}
section.s13 .tsec table thead th:not(:first-child) strong {
  font-size: 16px;
  text-transform: capitalize;
  color: #2b88c6;
  font-weight: 600;
}
section.s13 .tsec table thead th:last-child {
  background-color: #eaf5fd;
  border: 1px solid #b3d8f3;
}
section.s13 .tsec table tbody td {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font: 400 14px/24px var(--f1);
  padding: 12px 15px;
}
section.s13 .tsec table tbody td[colspan] {
  background-color: #d7efff !important;
  border: 1px solid #b3d8f3;
  font-weight: 600;
}
section.s13 .tsec table tbody td:not(:first-child) {
  text-align: center;
}
section.s13 .tsec table tbody td:not(:first-child) strong {
  font-weight: 700;
  font-size: 20px;
}
section.s13 .tsec table tbody td:not(:first-child) strong.check {
  color: #10b981;
}
section.s13 .tsec table tbody td:not(:first-child) strong.cross {
  color: #ef4444;
}
section.s13 .tsec table tbody td:not(:first-child) strong.minus {
  color: #c67304;
}
section.s13 .tsec table tbody td:last-child {
  background-color: #eaf5fd;
  border: 1px solid #b3d8f3;
}
section.s13 .tsec table tbody td[colspan] {
  border-left: 0;
  border-right: 0;
}
section.s13 .tsec .first table thead th:last-child {
  background: none;
  border: 0;
}
section.s13 .tsec .first table thead th[colspan], section.s13 .tsec .first table thead th:nth-of-type(2) {
  background-color: #eaf5fd;
  border: 1px solid #b3d8f3;
}
section.s13 .tsec .first table thead th[colspan] {
  border-left: 0;
  border-right: 0;
}
section.s13 .tsec .first table tbody td:last-child {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left: 0;
  border-right: 0;
}
section.s13 .tsec .first table tbody td[colspan], section.s13 .tsec .first table tbody td:nth-of-type(2) {
  background-color: #eaf5fd;
  border: 1px solid #b3d8f3;
}
section.s13 .tsec .first table tbody td[colspan] {
  border-left: 0;
  border-right: 0;
}
section.s14 .row {
  margin: 0;
}
section.s14 .row > div {
  padding: 0;
}
section.s14 .isec {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  height: 670px !important;
}
section.s14 .isec img {
  width: 300px !important;
  object-fit: cover;
  height: 640px !important;
  transition: 0.3s linear;
}
section.s14 .isec figure:first-child img {
  height: 500px !important;
}
section.s14 .csec {
  background: url(assets/images/bg1.png) no-repeat 0 0/cover;
  color: var(--c2);
  position: relative;
  width: 100%;
  padding: 100px 80px;
  margin: 0 0 0 -18px;
  border-radius: 0 16px 16px 0;
  overflow: hidden;
}
section.s14 .csec .list-custom li::before {
  color: var(--c3);
}
section.s14 .csec .list-custom li::after {
  background-color: var(--c2);
}
section.s14 .csec::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(9, 52, 79, 0.5803921569);
}
section.s14 .csec .shead {
  position: relative;
}
section.s14.csecdiv .csec {
  margin: 0 -18px 0 0;
  border-radius: 16px 0 0 16px;
}
section.s14.csecdiv .isec figure img {
  transition: 0.3s linear;
  width: 300px !important;
}
section.s14.csecdiv .isec figure:first-child img {
  height: 650px !important;
}
section.s14.csecdiv .isec figure:last-child img {
  height: 500px !important;
}
section.s14.csecdiv:hover .isec figure img {
  transition: 0.3s linear;
}
section.s14.csecdiv:hover .isec figure:first-child img {
  height: 670px !important;
}
section.s14.csecdiv:hover .isec figure:last-child img {
  height: 550px !important;
}
section.s14:hover .isec figure:first-child img {
  height: 550px !important;
}
section.s14:hover .isec figure:last-child img {
  height: 670px !important;
}
section.s15 .shead {
  display: block;
  margin: 0 0 50px;
}
section.s15:hover .isec::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
section.s15:hover .isec img {
  transform: scale(1.1);
}
section.s15 .isec {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
section.s15 .isec::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  z-index: 9999;
}
section.s15 .isec img {
  width: 100%;
  border-radius: 16px;
  transition: 0.3s linear;
}
section.s15 .csec {
  margin: 0 0 0 60px;
}
section.s15 .csec h4 {
  font: 600 35px/45px var(--f1);
  margin: 0 0 50px;
  letter-spacing: -0.5px;
}
section.s15 .csec p {
  font-size: 16px;
  margin: 0;
}
section.s16 .media-group {
  margin: 0 60px 0 0;
}
section.s16 .media-group .media {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}
section.s16 .media-group .media .icon-sec {
  width: 50px;
  height: 50px;
  background-color: rgba(84, 98, 230, 0.1019607843);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.s16 .media-group .media .icon-sec img {
  max-width: 25px;
}
section.s16 .media-group .media + .media {
  border-top: 1px dashed rgba(0, 0, 0, 0.5019607843);
  padding: 25px 0 0;
  margin: 25px 0 0;
}
section.s16 .media-group .media .media-body h4 {
  font: 600 17px/25px var(--f1);
  letter-spacing: -0.6px;
}
section.s16 .media-group .media .media-body h6 {
  font: 600 16px/20px var(--f1);
  color: var(--c3);
}
section.s16 .isec {
  height: calc(100% - 210px);
}
section.s16 .isec figure {
  height: 100%;
}
section.s16 .isec img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
section.s16 .wp-block-table {
  background-color: var(--c2);
  padding: 25px;
  border-radius: 15px;
  overflow: auto;
}
section.s16 .wp-block-table table tbody tr:first-child td {
  background-color: #d7efff;
  font-weight: 600;
}
section.s16 .wp-block-table table tbody tr:nth-of-type(3) td {
  font-weight: 600;
  color: #c62b2b;
}
section.s16 .wp-block-table table tbody tr:last-child td {
  background-color: #eaf5fd;
}
section.s16 .wp-block-table table tbody tr td {
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  font: 400 16px/24px var(--f1);
  padding: 12px 15px;
}
section.s16 .wp-block-table table tbody tr td div {
  position: relative;
}
section.s16 .wp-block-table table tbody tr td div p {
  margin: 0;
}
section.s16 .wp-block-table table tbody tr td div p:nth-of-type(1) {
  font-weight: 600;
}
section.s16 .wp-block-table table tbody tr td div p:last-child {
  position: absolute;
  top: 13px;
  right: 40px;
  font-size: 16px;
  font-weight: 600;
  color: #c62b2b;
}
section.s17 article {
  border-radius: 15px;
  box-shadow: 0 4px 30px rgba(225, 225, 225, 0.6);
  background-color: var(--c2);
  padding: 30px;
  margin: 0 0 24px;
  transition: 0.3s linear;
  min-height: 300px;
}
section.s17 article .bi {
  font-size: 40px;
  display: flex;
}
section.s17 article h4 {
  font: 600 20px/30px var(--f1);
  margin: 20px 0 10px;
  letter-spacing: -0.5px;
}
section.s17 article p {
  margin: 0;
}
section.s17 article p.tpara {
  min-height: 180px;
}
section.s17 article .proof-metric {
  background: linear-gradient(90deg, #e5f6ff, #dbedff);
  padding: 15px;
  border-radius: 16px;
  margin: 20px 0;
}
section.s17 article .proof-metric h5 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.5px;
}
section.s17 article .cust {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 0 0;
}
section.s17 article .cust h5 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.5px;
  margin: 0;
}
section.s17 article .cust p {
  font-size: 16px;
}
section.s17 article table {
  border: 0;
}
section.s17 article table tr th, section.s17 article table tr td {
  border: 0;
}
section.s17 article table tr td:first-child {
  width: 100px !important;
}
section.s17 article table tr td:not(:last-of-type) {
  width: 150px;
  font-weight: 600;
}
section.s17 article.mhauto {
  min-height: auto !important;
}
section.s17.minh article {
  min-height: 252px;
}
section.s17 .accordion {
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  overflow: hidden;
}
section.s17 .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid #e2e8f0;
}
section.s17 .accordion .accordion-item .accordion-header .accordion-button {
  padding: 20px 22px;
  text-align: left;
  transition: 0.3s linear;
  cursor: pointer;
  box-shadow: none;
}
section.s17 .accordion .accordion-item .accordion-header .accordion-button .media {
  display: flex;
  gap: 15px;
}
section.s17 .accordion .accordion-item .accordion-header .accordion-button .media .media-left {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  background-color: var(--c3);
  color: var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
}
section.s17 .accordion .accordion-item .accordion-header .accordion-button .media .media-left .bi {
  font-size: 20px;
}
section.s17 .accordion .accordion-item .accordion-header .accordion-button .media .media-body p {
  font-size: 12px;
  line-height: normal;
  letter-spacing: 0.9px;
  font-weight: 600;
  text-transform: uppercase;
  color: #1a6fa0;
  margin-bottom: 4px;
}
section.s17 .accordion .accordion-item .accordion-header .accordion-button .media .media-body h4 {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: normal;
}
section.s17 .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background-color: #eaf3fb;
}
section.s17 .accordion .accordion-item:last-child {
  border: 0;
}
section.s17 .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 0 22px 22px;
  background-color: #eaf3fb;
}
section.s17 .accordion .accordion-item .accordion-collapse .accordion-body p {
  font-size: 16px;
  line-height: 22px;
}
section.s17 .accordion .accordion-item .accordion-collapse .accordion-body ul {
  gap: 8px;
}
section.s17 .accordion .accordion-item .accordion-collapse .accordion-body ul li {
  font-size: 16px;
  line-height: normal;
}
section.s17 .accordion .accordion-item .accordion-collapse .accordion-body ul li::before {
  top: 2px;
}
section.s17 .accordion .accordion-item .accordion-collapse .accordion-body ul li::after {
  top: 0;
}
section.s17 .isec {
  padding: 0 0 0 20px;
}
section.s17 .isec img {
  border-radius: 16px;
  width: 100%;
  height: 100%;
}
section.s18 .shead {
  margin-bottom: 60px;
}
section.s18 article .bi {
  font-size: 55px;
  color: var(--c3);
}
section.s18 article h4 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
  margin: 20px 0;
}
section.s19 article {
  background-color: var(--c3);
  color: var(--c2);
  border-radius: 16px;
  padding: 30px 30px 30px 80px;
  position: relative;
}
section.s19 article::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 35px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 30px;
  left: 30px;
}
section.s19 article::after {
  content: "\f633";
  font: 500 20px var(--f2);
  position: absolute;
  top: 36px;
  left: 36px;
}
section.s19 article.lblue {
  background-color: #eaf3fb;
  border: 1px solid #D6EBFA;
  color: var(--c3);
  padding: 30px 30px 30px 90px;
}
section.s19 article.lblue .bi {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  background-color: var(--c3);
  color: var(--c2);
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 30px;
  left: 30px;
}
section.s19 article.lblue::before, section.s19 article.lblue::after {
  display: none;
}
section.s19 article.lblue p {
  margin: 0;
}
section.s19 article h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.s19 article p {
  font-size: 16px;
  line-height: normal;
  margin: 0;
}
section.s20 article {
  text-align: center;
}
section.s20 article img {
  max-width: 125px;
}
section.s20 article h4 {
  max-width: 780px;
  font-size: 35px;
  line-height: 46px;
  margin: 28px auto;
  position: relative;
  letter-spacing: -1.5px;
  font-weight: 600;
}
section.s20 article h4::before, section.s20 article h4::after {
  font-size: 35px;
}
section.s20 article h4::before {
  content: "“";
}
section.s20 article h4::after {
  content: "”";
}
section.s20 article .media {
  max-width: 300px;
  margin: auto;
  text-align: left;
}
section.s20 article .media.ml {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
section.s20 article .media.ml .media-left span {
  width: 50px;
  height: 50px;
  background-color: var(--c3);
  color: var(--c2);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.s20 article .media.ml .media-body h5, section.s20 article .media.ml .media-body p {
  margin: 0;
}
section.s21 {
  text-align: left;
}
section.s21 .shead {
  margin-right: 60px;
}
section.s21 article {
  display: flex;
  align-items: center;
  gap: 15px;
  max-width: none;
}
section.s21 article .bi {
  width: 45px;
  height: 45px;
  border-radius: 10px;
  background: rgba(96, 165, 250, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(96, 165, 250, 0.2);
  color: #60a5fa;
  font-size: 14px;
}
section.s21 article p {
  margin: 0;
}
section.s21 article + article {
  margin: 15px 0 0;
}
section.s21 .form-section {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 20px;
  backdrop-filter: blur(16px);
  padding: 36px 32px;
  box-shadow: 0 32px 80px rgba(0, 0, 0, 0.3);
}
section.s21 .form-section .form-head {
  margin: 0 0 30px;
}
section.s21 .form-section .form-head h4 {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: -0.5px;
}
section.s21 .form-section .form-head p {
  font-size: 16px;
  font-weight: 300;
}
section.s21 .form-section .form-group {
  position: relative;
}
section.s21 .form-section .form-group .form-label {
  font-size: 14px;
  line-height: normal;
  position: relative;
  color: rgba(255, 255, 255, 0.6);
}
section.s21 .form-section .form-group .form-label.req::after {
  content: "*";
  color: #ff9292;
  position: relative;
  right: -5px;
}
section.s21 .form-section .form-group .form-control,
section.s21 .form-section .form-group .form-select {
  background: rgba(255, 255, 255, 0.07);
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  padding: 11px 14px;
  color: var(--c2);
  box-shadow: none;
  font-size: 14px;
  font-weight: 200;
}
section.s21 .form-section .form-group .form-control::placeholder,
section.s21 .form-section .form-group .form-select::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
section.s21 .form-section .form-group .form-control option,
section.s21 .form-section .form-group .form-select option {
  color: var(--c1);
}
section.s21 .form-section .form-group .form-select {
  background: rgba(255, 255, 255, 0.07) url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
section.s21 .form-section .form-group textarea {
  height: 120px;
  resize: none;
}
section.s21 .form-section .form-group .btn,
section.s21 .form-section .form-group .wp-block-button__link {
  width: 100%;
}
section.s21 .form-section .form-group .wpcf7-spinner {
  position: absolute;
  top: 11px;
  right: -11px;
}
section.s21 .form-section .form-group .wpcf7-not-valid-tip {
  font-size: 14px;
  line-height: normal;
  margin: 4px 0 0;
  color: #ff9292;
}
section.s21 .form-section .para {
  font-size: 14px;
  font-weight: 200;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
section.s21 .form-section .para p {
  margin: 0;
}
section.s21 .form-section .para p a {
  color: rgba(255, 255, 255, 0.5);
}
section.lbanner {
  padding: 150px 0 30px;
}
section.legalsec .banner {
  display: none !important;
}
section.legalsec aside {
  max-width: calc(100% - 30px);
  position: sticky;
  top: 70px;
}
section.legalsec aside ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
  top: 50px;
}
section.legalsec aside ul li a {
  background-color: #f7f6f8;
  font: 500 15px/24px var(--f1);
  color: var(--c3);
  text-decoration: none;
  border-bottom: 2px solid transparent;
  display: block;
  position: relative;
  padding: 12px 20px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
}
section.legalsec aside ul li a.active, section.legalsec aside ul li a:hover {
  background-color: var(--c3);
  color: var(--c2);
}
section.legalsec aside ul li a {
  /*&::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: -6px;
      width: 100%;
      height: 2px;
      background-color: var(--c3);
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.5s ease;
  }
  &.active,
  &:hover {
      color: var(--c3);
      &::after {
          transform: scaleX(1);
      }
  }*/
}
section.legalsec .legal-content {
  background-color: #f7f6f8;
  padding: 30px;
  border-radius: 16px;
}
section.legalsec .legal-content .blog-content {
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  padding: 30px;
  border-radius: 24px;
}
section.legalsec .legal-content .blog-content article h1, section.legalsec .legal-content .blog-content article h2, section.legalsec .legal-content .blog-content article h3, section.legalsec .legal-content .blog-content article h4, section.legalsec .legal-content .blog-content article h5, section.legalsec .legal-content .blog-content article h6 {
  letter-spacing: -1.5px;
}
section.legalsec .legal-content .blog-content article h1 strong, section.legalsec .legal-content .blog-content article h2 strong, section.legalsec .legal-content .blog-content article h3 strong, section.legalsec .legal-content .blog-content article h4 strong, section.legalsec .legal-content .blog-content article h5 strong, section.legalsec .legal-content .blog-content article h6 strong {
  font-weight: 500;
}
section.legalsec .legal-content .blog-content article h1 {
  font: 500 30px/35px var(--f1);
  margin: 32px 0 15px;
}
section.legalsec .legal-content .blog-content article h2 {
  font: 500 25px/30px var(--f1);
  margin: 25px 0 15px;
}
section.legalsec .legal-content .blog-content article h3 {
  font: 500 22px/28px var(--f1);
  margin: 20px 0;
}
section.legalsec .legal-content .blog-content article h4 {
  font: 500 20px/25px var(--f1);
  margin: 10px 0;
}
section.legalsec .legal-content .blog-content article h5 {
  font: 500 18px/20px var(--f1);
  margin: 20px 0 10px;
}
section.legalsec .legal-content .blog-content article h6 {
  font: 500 16px/18px var(--f1);
  margin: 0;
}
section.legalsec .legal-content .blog-content article p {
  font-size: 15px;
  font-weight: 300;
}
section.legalsec .legal-content .blog-content article ul, section.legalsec .legal-content .blog-content article ol {
  padding-left: 15px;
  margin: 0 0 15px;
  font-size: 15px;
  font-weight: 300;
}
section.legalsec .legal-content .blog-content article ul li, section.legalsec .legal-content .blog-content article ol li {
  margin: 0;
}
section.legalsec .legal-content .blog-content article ul li strong, section.legalsec .legal-content .blog-content article ol li strong {
  font-weight: 500;
}
section.legalsec .legal-content .blog-content article ul li + li, section.legalsec .legal-content .blog-content article ol li + li {
  margin: 4px 0 0;
}
section.legalsec .legal-content a {
  color: var(--c3);
}
section.legalsec .legal-content strong {
  font-weight: 600;
}
section.legalsec .legal-content #legalHead {
  display: none;
}
section.legalsec .legal-content article h3 {
  font: 500 24px/34px var(--f1);
}
section.legalsec .legal-content article ul {
  padding: 0 0 0 15px;
}
section.legalsec .legal-content article ul li {
  font-size: 16px;
}
section.legalsec .legal-content article ul li + li {
  margin: 8px 0 0;
}

@media screen and (min-width: 1200px) and (max-width: 1399px) {
  section.s14 .isec img {
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 993px) and (max-width: 1199px) {
  header .navbar .navbar-collapse .navbar-nav {
    gap: 30px;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link {
    font-size: 13px;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn {
    padding: 10px 15px;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-white {
    font-size: 13px;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item .nav-link.btn-theme {
    width: 37px;
    height: 37px;
    padding: 10px;
  }
  section.s2.prodctsec .csec {
    gap: 100px;
  }
  section.s2.prodctsec .csec article {
    padding: 0 20px;
  }
  section.s14 .isec img {
    width: calc(50% - 24px);
  }
  section.s14.csecdiv .isec {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 992px) {
  .container {
    max-width: 100%;
  }
  header {
    border-bottom: 1px solid rgba(8, 185, 194, 0.1803921569);
  }
  header .htop {
    display: none;
  }
  header .search {
    display: none;
  }
  header .navbar {
    min-height: 60px;
  }
  header .navbar .navbar-brand img {
    height: 25px;
  }
  header .navbar .navbar-toggler {
    border: 0;
    padding: 0;
    box-shadow: none;
  }
  header .navbar .navbar-collapse {
    position: fixed;
    background-color: var(--c3);
    border-bottom: 1px solid var(--c5);
    width: 100%;
    top: 61px;
    left: 0;
    right: 0;
    padding: 0 30px;
  }
  header .navbar .navbar-collapse .header-right {
    display: none !important;
  }
  header .navbar .navbar-collapse .navbar-flex {
    padding: 25px 0;
    margin: 0;
  }
  header .navbar .navbar-collapse .navbar-nav {
    gap: 25px;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item {
    display: block !important;
    padding: 0;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item.open .sub-menu {
    background: none;
    box-shadow: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 20px 0 0;
    visibility: visible;
    opacity: 1;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item.open .sub-menu .nav-item .nav-link {
    font: 400 16px var(--f1);
    color: var(--c2);
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item > .nav-link {
    color: var(--c2) !important;
  }
  header .navbar .navbar-collapse .navbar-nav > .nav-item .sub-menu {
    position: relative;
    display: none;
  }
  footer {
    padding: 80px 0 0;
  }
  footer .logo {
    margin: 0 0 24px;
  }
  footer article {
    margin: 0 0 24px;
  }
  footer article h5 {
    font-size: 20px;
  }
  footer .footer-bottom {
    justify-content: center;
    margin: 20px 0 0;
    padding: 20px 0;
  }
  footer .footer-bottom p:last-child {
    display: none;
  }
  section.dp .shead h3 {
    font-size: 35px;
    line-height: 45px;
  }
  section.s4.darkbg .col {
    width: 50%;
    flex: 0 0 auto;
  }
  section.s4 .isec {
    width: 100%;
    padding: 15px 15px 0;
  }
  section.s4 ul {
    gap: 0;
  }
  section.s4 ul li {
    flex: 0 0 auto;
    width: 50%;
    padding: 15px;
  }
  section.s4 .ul > div {
    max-width: 150px;
  }
  section.s6 article h3 {
    font-size: 35px;
    line-height: 45px;
  }
  section.s13 .tsec table {
    width: 100%;
  }
  section.s19 article {
    margin: 0 0 24px;
  }
  section.banner .banner-caption {
    margin: auto;
  }
  section.banner .banner-caption .ver {
    font-size: 13px;
  }
  section.banner .banner-caption h1 {
    font-size: 30px !important;
    line-height: 40px !important;
    letter-spacing: -0.5px;
  }
  section.banner .banner-caption p {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  section.banner.ibanner .row > div {
    width: 100%;
  }
  section.banner.ibanner .isec img {
    position: static;
    width: 100%;
    height: 250px;
    border-radius: 16px;
  }
  section.banner.ibanner {
    height: auto;
    padding-top: 90px;
  }
  section.banner.ibanner .banner-caption {
    margin: 0;
  }
  section.banner.ibanner .banner-caption p {
    font-size: 16px;
  }
  section.banner.ibanner .isec {
    margin: 24px 0 0;
  }
  section.s1 .row > div:nth-of-type(1), section.s1 .row > div:nth-of-type(3), section.s1 .row > div:nth-of-type(6) {
    display: none;
  }
  section.s1 article.csec {
    height: auto;
  }
  section.s1 article.csec.themebg {
    margin: 24px 0;
  }
  section.s2 article {
    margin: 0 0 24px !important;
  }
  section.s3 .carousel {
    width: 100%;
  }
  section.s3 .carousel .carousel-item .para {
    font-size: 25px;
    line-height: 40px;
    letter-spacing: -0.5px;
  }
  section.s3 .carousel .carousel-control-prev,
  section.s3 .carousel .carousel-control-next {
    display: none;
  }
  section.s14 {
    padding: 0;
  }
  section.s14 .row {
    justify-content: center;
  }
  section.s14 .row > div {
    width: 100%;
  }
  section.s14 .row > div:first-child {
    display: none;
  }
  section.s14 .csec {
    margin: 0 !important;
    border-radius: 16px !important;
    padding: 30px;
  }
  section.s14.csecdiv .csec {
    margin: -20px 0 20px !important;
  }
  section.s14.csecdiv .row > div:first-child {
    display: block;
  }
  section.s14.csecdiv .row > div:last-child {
    display: none;
  }
  section.s15 .csec {
    margin: 24px 0 0 0;
  }
  section.s15 .csec h4 {
    font-size: 20px;
    line-height: 30px;
    margin: 0 0 24px;
  }
  section.s11 article {
    margin: 0 0 24px;
  }
  section.s12 .contact-info {
    margin: 35px 0 0;
  }
  section.innermenu .tab-content .tab-pane .row > div {
    width: 100% !important;
  }
  section.innermenu .tab-content .tab-pane .isec {
    padding: 30px;
  }
  section.innermenu .tab-content .tab-pane .isec .shead {
    width: 100%;
  }
  section.innermenu .tab-content .tab-pane .isec .shead h3 {
    letter-spacing: -0.5px;
  }
  section.innermenu .tab-content .tab-pane .isec.fullsec .figure {
    flex-direction: column;
  }
  section.innermenu .tab-content .tab-pane .isec.fullsec .figure .wp-block-group {
    width: 100%;
    border: 0 !important;
    margin: 0 !important;
  }
  section.innermenu .tab-content .tab-pane figure {
    margin: 20px 0 0 !important;
    position: static;
    width: 100%;
    height: auto;
  }
  section.innermenu .tab-content .tab-pane figure img {
    border-radius: 16px;
  }
  section.innermenu .tab-content .tab-pane .shead.graybg {
    margin: 24px 0 0;
    height: auto;
  }
  body .dss-wrapper .dss-content {
    padding: 0;
  }
  body .dss-wrapper .dss-toc {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  body .dss-wrapper.wrapperdoc {
    padding: 100px 0 0;
  }
  body.admin-bar header {
    top: 47px;
  }
  body.page-docs .navbar-toggler {
    display: none;
  }
  body.page-docs .dss-parent-menu {
    top: 100px !important;
  }
  body.page-docs header .navbar .docmenu {
    width: 50%;
  }
  body.page-docs header .navbar .docmenu .right-menu {
    display: none;
  }
  section.banner.ibanner {
    padding: 65px 0 0;
  }
  section.banner.ibanner .row > div {
    width: 50%;
  }
  section.banner.ibanner .isec {
    margin: 0;
  }
  section.banner.ibanner .isec img {
    position: static;
    border-radius: 0;
    object-position: initial;
  }
  section.s2.prodctsec .csec article {
    padding: 0 10px;
  }
  section.s4 .ul {
    gap: 40px;
  }
  section.s14 {
    padding: 60px 0 !important;
  }
  section.s14 .row > div {
    display: block !important;
  }
  section.s14 .isec img {
    width: calc(50% - 15px);
  }
  section.s14 .isec figure:first-child img {
    height: 450px !important;
  }
  section.s14.csecdiv .isec {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .col-sm-6 {
    width: 100%;
  }
  html {
    margin: 0 !important;
  }
  body.page-docs .dss-parent-menu {
    top: 58px !important;
  }
  body.page-docs .dss-parent-menu .container {
    gap: 20px;
  }
  body.page-docs .dss-wrapper.wrapperdoc {
    padding: 100px 0 0;
  }
  body.page-docs header .navbar .docmenu {
    display: none;
  }
  body header {
    top: 0;
  }
  body header .navbar {
    padding: 8px 18px;
  }
  body header .navbar .container {
    border: 0;
    box-shadow: none;
    background: none;
    padding: 0;
  }
  body.admin-bar header {
    top: 0;
  }
  body #wpadminbar {
    display: none !important;
  }
  body .dss-wrapper .container {
    padding: 0 15px;
  }
  body .dss-wrapper .dss-sidebar {
    position: fixed;
    top: 94px;
    left: -100%;
    height: calc(100vh - 55px);
    transition: 0.3s linear;
  }
  body .dss-wrapper .dss-sidebar.show {
    left: 0;
  }
  body section.banner {
    height: auto;
    padding: 120px 0 60px;
  }
  body section.banner .isec {
    text-align: center;
    margin: 30px 0 0;
  }
  body section.banner .isec img {
    width: calc(100% - 110px);
    margin: auto;
  }
  body section.banner .banner-caption .ver::before {
    font-size: 18px;
  }
  body section.darkbg article {
    margin: 0 auto 30px;
  }
  body section.darkbg article h4 {
    font-size: 35px !important;
    line-height: 45px !important;
    font-weight: 800 !important;
  }
  body section.darkbg article p {
    font-size: 15px;
    line-height: 20px;
  }
  body section.darkbg article.d-flex {
    padding: 8px 22px;
  }
  body section.darkbg article.d-flex p {
    font-size: 10px;
    line-height: 23px;
  }
  body section.s2.prodctsec {
    background-color: #e6f2f7 !important;
  }
  body section.s2.prodctsec .csec {
    gap: 0;
  }
  body section.s2.prodctsec .csec article p {
    font-size: 15px;
    line-height: 23px;
  }
  body section.s2.prodctsec .row > div:first-child {
    display: none;
  }
  body section.s2.prodctsec .row > div:last-child .csec article {
    padding: 0 15px;
  }
  body section.s16 .wp-block-table table {
    width: 800px;
  }
}
@media screen and (min-width: 576px) and (max-width: 992px) {
  section.s1 .row > div article {
    margin: 0 !important;
    min-height: 268px !important;
  }
  section.s1 .row > div:nth-of-type(2), section.s1 .row > div:nth-of-type(5) {
    width: 50%;
  }
  section.s1 .row > div:nth-of-type(2) {
    order: 1;
  }
  section.s1 .row > div:nth-of-type(5) {
    order: 2;
  }
  section.s1 .row > div:nth-of-type(4) {
    width: 100%;
    order: 3;
  }
  section.s2 .row > div {
    width: 50%;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  section.s11 .row > div {
    width: 100%;
  }
}

/*# sourceMappingURL=style.css.map */
