@charset "UTF-8";
/*
Theme Name: Techwind
Theme URI: http://oceanthemes.site/techwind
Author: OceanThemes
Author URI: http://oceanthemes.site/
Description: A WordPress Theme
Version: 1.0.3
Requires PHP: 5.2.4
Tested up to: 8.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: techwind
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bold;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #94a3b8;
  font-family: "Nunito", sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  word-break: break-word;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #161c2d;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

.clip-text {
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #dc2626, #4f46e5);
}

.section-title {
  margin-bottom: 0;
}

p {
  margin: 0 0 20px;
}

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

blockquote {
  font-size: 18px;
  margin: 30px 0;
  font-style: italic;
  font-weight: 300;
  padding: 0 30px;
  position: relative;
}
blockquote:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #4f46e5;
}

address {
  margin: 0 0 1.5em;
}

code, kbd, tt, var, pre, samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 0.9375px;
}

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

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

big {
  font-size: 125%;
}

.bg-alt {
  background: #f7f7f7;
}

.bg-primary {
  background: #4f46e5;
}

.text-primary {
  color: #4f46e5;
}

.text-heading {
  color: #161c2d;
}

.bg-heading {
  background: #161c2d;
}

.section-padd {
  padding: 110px 0;
}

.section-padd-bot {
  padding-bottom: 110px;
}

.section-padd-top {
  padding-top: 110px;
}

.section-padd-top70 {
  padding-top: 70px;
}

.lead {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

.unstyle {
  list-style: none;
  padding-left: 0;
}

.font14 {
  font-size: 14px;
}

.text-light {
  color: #fff;
}
.text-light * {
  color: #fff;
}

.bolder {
  font-weight: 600;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

.dcell {
  display: table-cell;
  vertical-align: middle;
}

.dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-middle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

.overflow {
  overflow: hidden;
}

.p-0 {
  padding: 0 !important;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.before-bg-indigo {
  position: relative;
  display: inline-block;
}
.before-bg-indigo:before {
  content: "";
  background-color: #4f46e5;
  position: absolute;
  display: block;
  top: -4px;
  left: -4px;
  right: -4px;
  bottom: -4px;
  -webkit-transform: skewY(-3deg);
  -ms-transform: skewY(-3deg);
  transform: skewY(-3deg);
}
.before-bg-indigo span {
  color: #fff;
  position: relative;
}

.classic-saas-under {
  position: relative;
}
.classic-saas-under:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 12px;
  position: absolute;
  height: 12px;
  width: auto;
  background-color: rgba(79, 70, 229, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.modern-saas-under {
  position: relative;
}
.modern-saas-under:after {
  content: "";
  left: 0;
  right: 0;
  bottom: 4px;
  position: absolute;
  height: 12px;
  width: auto;
  background-color: rgba(79, 70, 229, 0.3);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.classic-app-under {
  position: relative;
}
.classic-app-under:after {
  content: "";
  inset-inline-start: 0px !important;
  inset-inline-end: 0px !important;
  bottom: 12px;
  position: absolute;
  height: 8px;
  width: auto;
  background-color: rgba(79, 70, 229, 0.2);
  transform: rotate(-6deg);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.it-solution-under {
  position: relative;
}
.it-solution-under:after {
  content: "";
  inset-inline-start: 0px !important;
  inset-inline-end: 0px !important;
  bottom: 8px;
  position: absolute;
  height: 6px;
  width: auto;
  background-image: linear-gradient(to left, #16a34a, #4f46e5) !important;
}

.classic-saas-spin {
  position: relative;
}
.classic-saas-spin .classic-saas-spin-item1, .classic-saas-spin .classic-saas-spin-item2 {
  position: relative;
}
.classic-saas-spin .classic-saas-spin-item1:after, .classic-saas-spin .classic-saas-spin-item2:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 8px;
  left: 0;
  bottom: 50%;
  z-index: 10;
  background-color: rgba(79, 70, 229, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.classic-saas-spin .classic-saas-spin-item2:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.classic-app-filter {
  filter: blur(200px);
}

.animation-fly {
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
}

.animation-d0 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.animation-d3 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.animation-d4 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.animation-d7 {
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.animation-d2-12 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.animation-d0-18 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}

.animation-d15-45 {
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}

.animation-d2-35 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}

.animation-d0-11 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

.animation-scroll {
  -webkit-animation: scroll 120s linear infinite;
  animation: scroll 120s linear infinite;
  width: calc(360px * 20);
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 10px;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 10px;
  }
  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}
.mover {
  -webkit-animation: mover 1.5s infinite alternate;
  animation: mover 1.5s infinite alternate;
}

@-webkit-keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes mover {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-spin-30 {
  -webkit-animation: spin 30s linear infinite !important;
  animation: spin 30s linear infinite !important;
}

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-spin-10 {
  -webkit-animation: spin 10s linear infinite !important;
  animation: spin 10s linear infinite !important;
}

@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-360px * 6));
    transform: translateX(calc(-360px * 6));
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(calc(-360px * 6));
    transform: translateX(calc(-360px * 6));
  }
}
.style-primary {
  padding: 0 10px;
  margin-right: 8px;
  font-size: 12px;
  line-height: 24px;
  display: inline-block;
  background-color: #4f46e5;
  color: #fff;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}

.transition-primary {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.pointer .owl-item > div {
  cursor: pointer;
}

.arrow .owl-item > div, .arrow .owl-item a {
  cursor: e-resize;
}

@media (min-width: 992px) {
  .col-md-1\/5 {
    width: 20%;
    float: left;
  }
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

ul,
ol {
  margin: 0 0 20px;
  padding-left: 18px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

.none-style {
  list-style: none;
  padding-left: 0;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
}

caption,
td,
th {
  padding: 0;
  font-weight: normal;
  text-align: left;
}

table,
th,
td {
  border: 1px solid #eee;
}

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 8px 20px;
  line-height: 24px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  text-decoration: none;
  letter-spacing: 0.4px;
  white-space: nowrap;
  vertical-align: middle;
  font-family: "Nunito", sans-serif;
  font-weight: 600;
  text-align: center;
  background: #4f46e5;
  cursor: pointer;
  border: 1px solid #4f46e5;
  color: #fff;
  outline: none;
  position: relative;
}
.octf-btn svg {
  display: block;
  width: 1em;
  height: 1em;
}
.octf-btn:hover {
  color: #fff;
  background-color: #4338ca;
}

.octf-btn-icon-left .octf-btn, .octf-btn-icon-left .octf-text-link {
  flex-direction: row-reverse;
}

.octf-btn-icon-left i,
.octf-btn-icon-left svg {
  margin-right: 6px;
}

.octf-btn-icon-right i,
.octf-btn-icon-right svg {
  margin-left: 6px;
}

.text-link {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #94a3b8;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.text-link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #4f46e5;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.text-link:after {
  content: "";
  font-family: "unicons-line";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  margin-left: 4px;
  text-decoration: inherit;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.text-link:hover:before {
  right: auto;
  width: 100%;
}
.text-link.icon-arrow:after {
  content: "";
}

.octf-text-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  color: #161c2d;
  font-weight: 600;
  letter-spacing: 0.025em;
}
.octf-text-link:before {
  position: absolute;
  content: "";
  width: 0;
  height: 1px;
  background: #161c2d;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}
.octf-text-link:hover:before {
  right: auto;
  width: 100%;
}
.octf-text-link svg {
  width: 1em;
  height: 1em;
}

.btn-loadmore i, .btn-loadmore svg {
  color: #fff;
  fill: #fff;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
select,
textarea {
  width: 100%;
  color: #161c2d;
  border: 1px solid #e5e7eb;
  padding: 7px 12px;
  outline: none;
  font-size: 16px;
  line-height: 24px;
  box-sizing: border-box;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
select:focus,
textarea:focus {
  border-color: #4f46e5;
}

textarea {
  width: 100%;
}

.form-icon {
  position: relative;
}
.form-icon svg, .form-icon i {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 16px;
  bottom: 12px;
  color: #161c2d;
  z-index: 1;
}
.form-icon input[type=text],
.form-icon input[type=email],
.form-icon input[type=url],
.form-icon input[type=password],
.form-icon input[type=search],
.form-icon input[type=number],
.form-icon input[type=tel],
.form-icon input[type=range],
.form-icon input[type=date],
.form-icon input[type=month],
.form-icon input[type=week],
.form-icon input[type=time],
.form-icon input[type=datetime],
.form-icon input[type=datetime-local],
.form-icon input[type=color],
.form-icon textarea {
  padding-left: 48px;
}
.form-icon .form-icon-box {
  width: 36px;
  height: 36px;
  position: absolute;
  z-index: 1;
  bottom: 2px;
  font-size: 20px;
  line-height: 28px;
  color: #3c4858;
  background-color: #e5e7eb;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.form-icon .form-icon-box i {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  inset: 0;
}

.book-table-form .row {
  margin-left: -8px;
  margin-right: -8px;
}
.book-table-form .row [class*=col-] {
  padding-left: 8px;
  padding-right: 8px;
}
.book-table-form label {
  color: #161c2d;
  line-height: 24px;
  font-weight: 600;
}
.book-table-form .label-text {
  display: block;
  margin-bottom: 8px;
}
.book-table-form p {
  margin-bottom: 8px;
}
.book-table-form > p {
  margin-bottom: 0;
  margin-top: 8px;
}
.book-table-form .wpcf7-spinner {
  display: none;
}

.sub-inline-icon p {
  margin-bottom: 0;
}
.sub-inline-icon .sub-form-icon {
  position: relative;
}
.sub-inline-icon .sub-form-icon input {
  padding: 16px 160px 16px 48px;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
}
.sub-inline-icon .sub-form-icon svg, .sub-inline-icon .sub-form-icon i {
  position: absolute;
  top: 50%;
  left: 16px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  z-index: 1;
  color: #161c2d;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sub-inline-icon button {
  letter-spacing: 0.4px;
}

.wpcf7-list-item {
  margin-left: 0;
}
.wpcf7-list-item input[type=checkbox] {
  margin-right: 8px;
}

.modern-saas-sub {
  position: relative;
}
.modern-saas-sub p {
  margin-bottom: 0;
}
.modern-saas-sub input {
  font-size: 16px;
  line-height: 24px;
  color: #161c2d;
  outline-offset: 2px;
  outline: 2px solid transparent;
  padding: 13px;
  padding-right: 160px;
  padding-left: 24px;
  border: none;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
}
.modern-saas-sub button {
  position: absolute;
  top: 2px;
  right: 3px;
  padding-top: 10px;
  padding-bottom: 10px;
  letter-spacing: 0.025em;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.modern-saas-sub button i {
  margin-left: 4px;
}

.input[type=submit].icon-left i, button.icon-left i {
  margin-right: 4px;
}

.width-100 {
  width: 100%;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6b7280;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #6b7280;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #6b7280;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #6b7280;
}

.main-form {
  padding: 24px 24px 4px;
  background: #ffffff;
  border-radius: 6px;
}

.course-form {
  padding: 32px 32px 12px;
}

.main-form .form-title h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  margin-bottom: 24px;
}

.course-form .form-title h3 {
  line-height: 32px;
  margin-bottom: 20px;
}

.main-form div.row {
  margin-left: -12px;
  margin-right: -12px;
}

.main-form .col-md-6,
.main-form .col-md-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.coworking-form br,
.main-form br {
  display: none;
}

.main-form .field-label {
  display: inline-block;
  color: #161c2d;
  font-weight: 600;
  margin-bottom: 8px;
}

.main-form input,
.main-form select,
.main-form textarea {
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.main-form:not(.donate-form) input,
.main-form:not(.donate-form) select,
.main-form:not(.donate-form) textarea {
  padding-left: 44px;
}

.main-form textarea {
  height: 112px;
}

.course-form .octf-btn {
  width: 100%;
}

.coworking-form p {
  margin-bottom: 0;
}

.coworking-form span.wpcf7-form-control-wrap,
.main-form span.wpcf7-form-control-wrap {
  display: block;
  position: relative;
}

.main-form:not(.donate-form) span.wpcf7-form-control-wrap:before {
  position: absolute;
  content: "";
  left: 16px;
  top: 12px;
  height: 16px;
  width: 16px;
  background-size: 16px 16px;
}

.coworking-form span.wpcf7-form-control-wrap:before {
  position: absolute;
  content: "";
  left: 16px;
  top: 15px;
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
}

.coworking-form input {
  padding-left: 48px;
}

.main-form:not(.donate-form) span[data-name=your-name]:before {
  background-image: url("https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/07/user.svg");
}

.main-form:not(.donate-form) span[data-name=your-email]:before {
  background-image: url("https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/07/mail.svg");
}

.main-form:not(.donate-form) span[data-name=your-question]:before {
  background-image: url("https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/07/book.svg");
}

.main-form:not(.donate-form) span[data-name=your-message]:before {
  background-image: url("https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/07/message-circle.svg");
}

.main-form:not(.donate-form) span[data-name=your-tel]:before {
  background-image: url("https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/08/phone.svg");
}

.main-form:not(.donate-form) span[data-name=your-password]:before {
  background-image: url(https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/08/key.svg);
}

.coworking-form:not(.donate-form) span[data-name=your-space]:before {
  background-image: url("https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/07/map-pin.svg");
}

.main-form:not(.donate-form) span[data-name=fsearch] input {
  padding-left: 48px;
}

.main-form:not(.donate-form) span[data-name=fsearch]:before {
  height: 20px;
  width: 20px;
  background-size: 20px 20px;
  background-image: url("https://demo.oceanthemes.site/techwind/wp-content/uploads/sites/10/2023/08/search.svg");
}

.modern-saas-sub button.search-octf {
  border-radius: 6px;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #161c2d;
  text-decoration: none;
}
a:visited {
  color: #fff;
}
a:hover, a:focus, a:active {
  color: #4f46e5;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  padding-right: 15px;
  margin-right: 15px;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  height: auto;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation ul {
  list-style: none;
  padding-left: 0;
}

.site-header {
  position: relative;
  z-index: 10;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.site-header.site-header-dark {
  position: fixed;
  background-color: transparent;
  left: 0;
  width: 100%;
}
.site-header.site-header-dark .main-navigation > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.site-header.site-header-dark .main-navigation > ul > li > a:hover {
  color: #fff;
}
.site-header.site-header-dark .main-navigation > ul > li:hover > a {
  color: #fff;
}
.site-header.site-header-dark.is-stuck {
  background-color: #161c2d;
}
.site-header.site-header-dark .main-navigation > ul > li.menu-item-has-children > a:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.site-header.site-header-dark .main-navigation > ul > li.current-menu-parent > a, .site-header.site-header-dark .main-navigation > ul > li.current-menu-ancestor > a {
  color: #fff;
}
.site-header.site-header-dark .main-navigation > ul > li.current-menu-parent > a:after, .site-header.site-header-dark .main-navigation > ul > li.current-menu-ancestor > a:after,
.site-header.site-header-dark .main-navigation > ul > li:hover > a:after, .site-header.site-header-dark .main-navigation > ul > li:hover > a:after {
  border-color: #fff;
}
.site-header.site-header-dark.is-stuck .main-navigation > ul > li > a {
  color: #fff;
}
.site-header.site-header-dark.is-stuck .main-navigation > ul > li > a:hover {
  color: #4f46e5;
}
.site-header.site-header-dark.is-stuck .main-navigation > ul > li:hover > a {
  color: #4f46e5;
}
.site-header.site-header-dark.is-stuck .main-navigation > ul > li.menu-item-has-children > a:after {
  border-color: #fff;
}
.site-header.site-header-dark.is-stuck .main-navigation > ul > li.menu-item-has-children:hover > a:after, .site-header.site-header-dark.is-stuck .main-navigation > ul > li.current-menu-ancestor > a:after {
  border-color: #4f46e5;
}
.site-header.header-light {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.header-light.header-transparent {
  background: transparent;
}
.site-header.header-light.header-transparent .main-navigation > ul > li > a {
  color: #161c2d;
}
.site-header.header-light.header-transparent .main-navigation > ul > li:hover > a, .site-header.header-light.header-transparent .main-navigation > ul > li.current-menu-ancestor > a {
  color: #4f46e5;
}
.site-header.header-light.header-transparent .main-navigation > ul > li.menu-item-has-children > a:after {
  border-color: #161c2d;
}
.site-header.header-light.header-transparent .main-navigation > ul > li.menu-item-has-children:hover > a:after, .site-header.header-light.header-transparent .main-navigation > ul > li.current-menu-ancestor > a:after {
  border-color: #4f46e5;
}
.site-header.header-light .cta-col ul li a {
  color: #4f46e5;
  background-color: rgba(79, 70, 229, 0.05);
  border-color: rgba(79, 70, 229, 0.1);
}
.site-header.header-light .cta-col ul li a.octf-cta-s2 {
  color: #fff;
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.site-header.header-light .cta-col ul li a.octf-cta-s2:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}
.site-header.header-light .cta-col ul li a:hover {
  color: #fff;
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.site-header.header-overlay, .site-header.header-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.header-overlay .header-topbar, .site-header.header-transparent .header-topbar {
  background: rgba(255, 255, 255, 0.1);
}
.site-header.header-overlay .octf-cta-icons i, .site-header.header-transparent .octf-cta-icons i {
  color: #fff;
}
.site-header.header-overlay .contact-header span, .site-header.header-transparent .contact-header span {
  color: #ccc;
}
.site-header.header-overlay .contact-header span.main-text,
.site-header.header-overlay .contact-header span a, .site-header.header-transparent .contact-header span.main-text,
.site-header.header-transparent .contact-header span a {
  color: #fff;
}
.site-header.header-overlay .main-navigation > ul > li > a, .site-header.header-transparent .main-navigation > ul > li > a {
  color: rgba(255, 255, 255, 0.5);
}
.site-header.header-overlay .main-navigation > ul > li:hover > a, .site-header.header-transparent .main-navigation > ul > li:hover > a {
  color: #fff;
}
.site-header.header-overlay .main-navigation > ul > li.menu-item-has-children > a:after, .site-header.header-transparent .main-navigation > ul > li.menu-item-has-children > a:after {
  border-color: rgba(255, 255, 255, 0.5);
}
.site-header.header-overlay .main-navigation > ul > li.menu-item-has-children:hover > a:after, .site-header.header-transparent .main-navigation > ul > li.menu-item-has-children:hover > a:after {
  border-color: #fff;
}
.site-header.header-overlay .main-navigation > ul > li.current-menu-parent > a, .site-header.header-overlay .main-navigation > ul > li.current-menu-ancestor > a, .site-header.header-transparent .main-navigation > ul > li.current-menu-parent > a, .site-header.header-transparent .main-navigation > ul > li.current-menu-ancestor > a {
  color: #fff;
}
.site-header.header-overlay.is-stuck .main-navigation > ul > li:hover > a, .site-header.header-overlay.is-stuck .main-navigation > ul > li.current-menu-parent > a, .site-header.header-overlay.is-stuck .main-navigation > ul > li.current-menu-ancestor > a, .site-header.header-transparent.is-stuck .main-navigation > ul > li:hover > a, .site-header.header-transparent.is-stuck .main-navigation > ul > li.current-menu-parent > a, .site-header.header-transparent.is-stuck .main-navigation > ul > li.current-menu-ancestor > a {
  color: #4f46e5;
}
.site-header.header-overlay.is-stuck .main-navigation > ul > li.menu-item-has-children > a:after, .site-header.header-transparent.is-stuck .main-navigation > ul > li.menu-item-has-children > a:after {
  border-color: #161c2d;
}
.site-header.header-overlay .main-navigation > ul > li.current-menu-parent > a:after, .site-header.header-overlay .main-navigation > ul > li.current-menu-ancestor > a:after, .site-header.header-transparent .main-navigation > ul > li.current-menu-parent > a:after, .site-header.header-transparent .main-navigation > ul > li.current-menu-ancestor > a:after {
  border-color: #fff;
}
.site-header.header-overlay.is-stuck .main-navigation > ul > li.menu-item-has-children:hover > a:after, .site-header.header-overlay.is-stuck .main-navigation > ul > li.current-menu-parent > a:after, .site-header.header-overlay.is-stuck .main-navigation > ul > li.current-menu-ancestor > a:after, .site-header.header-transparent.is-stuck .main-navigation > ul > li.menu-item-has-children:hover > a:after, .site-header.header-transparent.is-stuck .main-navigation > ul > li.current-menu-parent > a:after, .site-header.header-transparent.is-stuck .main-navigation > ul > li.current-menu-ancestor > a:after {
  border-color: #4f46e5;
}
.site-header.header-overlay.is-stuck, .site-header.header-transparent.is-stuck {
  position: fixed;
  background-color: #fff;
}

.octf-mainbar-container {
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
}

.octf-mainbar {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  flex: 1 auto;
}

.octf-main-header .octf-mainbar-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.octf-mainbar-row > [class^=octf-col] {
  display: flex;
  align-items: stretch;
  position: static;
}

.octf-mainbar-row .octf-col {
  flex-basis: 0;
  flex-grow: 0.65;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
}
.octf-mainbar-row .octf-col.menu-col {
  justify-content: flex-end;
}

.octf-mainbar-row > [class^=octf-col] {
  flex-flow: row nowrap;
}
.octf-mainbar-row > [class^=octf-col].text-left {
  justify-content: flex-start;
}
.octf-mainbar-row > [class^=octf-col].text-center {
  justify-content: center;
}
.octf-mainbar-row > [class^=octf-col].text-right {
  justify-content: flex-end;
}

.octf-main-header .octf-row > div:empty {
  display: none;
}

.octf-col:before {
  display: inline-flex;
}

.octf-main-header .octf-row .octf-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.octf-header-module {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

/* Main Menu */
.main-navigation {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

.main-navigation > ul {
  display: flex;
  width: 100%;
  vertical-align: middle;
  height: 100%;
}

.main-navigation ul {
  font-weight: bold;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li, .main-navigation .menu > ul > li {
  margin: 0px 10px;
  padding: 0px 0px;
  float: left;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.main-navigation ul ul {
  float: none;
  margin-top: 10px;
  min-width: 180px;
  white-space: nowrap;
  padding: 15px 0px;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  --tw-shadow: 0 0 3px rgb(60 72 88 / 0.15);
  --tw-shadow-colored: 0 0 3px rgb(60 72 88 / 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}

.main-navigation ul > li > a {
  display: inline-block;
  font-size: 13px;
  padding: 25px 15px;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  outline: none;
  color: #161c2d;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-navigation ul > li > a:hover {
  color: #4f46e5;
}

.site-header.header-light.header-transparent .main-navigation > ul > li.current_page_item > a {
  color: #4f46e5;
}

.site-header.header-transparent .main-navigation > ul > li.current_page_item > a, .site-header.site-header-dark .main-navigation > ul > li.current_page_item > a {
  color: #fff;
}

.main-navigation ul > li.current_page_item > a, .site-header.is-stuck .main-navigation > ul > li.current_page_item > a {
  color: #4f46e5;
}

.main-navigation ul > li:hover > a {
  color: #4f46e5;
}

.main-navigation > ul li.menu-item-has-children > a {
  position: relative;
}
.main-navigation > ul li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  display: inline-block;
  padding: 2px;
  top: 32px;
  right: 0;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #161c2d;
  -webkit-border-radius: 0.5px;
  -moz-border-radius: 0.5px;
  border-radius: 0.5px;
  transform: rotate(45deg);
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-navigation > ul li.menu-item-has-children.current-menu-parent a:after, .main-navigation > ul li.menu-item-has-children.current-menu-ancestor a:after {
  transform: rotate(225deg);
  top: 34px;
  border-color: #4f46e5;
}
.main-navigation > ul li.menu-item-has-children:hover a:after {
  border-color: #4f46e5;
  top: 34px;
  transform: rotate(225deg);
}
.main-navigation > ul li.menu-item-has-children li.menu-item-has-children > a:after {
  content: "";
  position: absolute;
  display: inline-block;
  padding: 2px;
  top: 15px;
  right: 20px;
  border-width: 0 2px 2px 0;
  border-style: solid;
  border-color: #161c2d;
  transform: rotate(-45deg);
  -webkit-border-radius: 0.5px;
  -moz-border-radius: 0.5px;
  border-radius: 0.5px;
  -webkit-transition: all 0.2s ease-out 0s;
  -moz-transition: all 0.2s ease-out 0s;
  -o-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
}
.main-navigation > ul li.menu-item-has-children li.menu-item-has-children:hover > a:after {
  border-color: #4f46e5;
}
.main-navigation > ul li.menu-item-has-children li.menu-item-has-children.current-menu-ancestor > a:after {
  border-color: #4f46e5;
}

.main-navigation > ul > li.menu-item-has-children:last-child > a:after {
  right: 0px;
}

.main-navigation ul li li {
  display: block;
  position: relative;
}

.main-navigation ul li li a {
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #161c2d;
  text-align: left;
  display: block;
  padding: 10px 20px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul li.current-menu-ancestor > a {
  color: #4f46e5;
}

.main-navigation ul li ul ul {
  left: 101%;
  top: 0;
  margin-top: -1px;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.main-navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
}

.main-navigation ul > li:hover > ul {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.main-navigation ul li li:hover > ul {
  margin-left: 0;
}

.main-navigation ul li a.mPS2id-highlight-first, .site-header .is-stuck .main-navigation > ul > li > a.mPS2id-highlight-first,
.site-header.header-light.header-transparent .main-navigation > ul > li > a.mPS2id-highlight-first, .site-header.site-header-dark.header-transparent .main-navigation > ul > li > a.mPS2id-highlight-first, .site-header.is-stuck .main-navigation > ul > li > a.mPS2id-highlight-first {
  color: #4f46e5;
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-stuck {
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}

.logo-sticky {
  display: none;
}

.is-stuck {
  position: fixed;
  background-color: #fff;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
}

.header-transparent .logo-static {
  display: none;
}
.header-transparent .logo-sticky {
  display: block;
}
.header-transparent.is-stuck .logo-static {
  display: block;
}
.header-transparent.is-stuck .logo-sticky {
  display: none;
}

.site-header.is-stuck .main-navigation > ul > li > a {
  color: #161c2d;
}
.site-header.is-stuck .main-navigation > ul > li > a:hover {
  color: #4f46e5;
}

.site-header.is-stuck .main-navigation > ul > li.current-menu-ancestor > a {
  color: #4f46e5;
}

.admin-bar .is-stuck,
.admin-bar .header-overlay,
.admin-bar .header-transparent,
.admin-bar .header-light {
  top: 32px;
}

@media (min-width: 1024px) {
  .main-navigation .mega-dropdown {
    position: unset;
  }

  .main-navigation ul.mega-dropdown-menu {
    display: flex;
    flex-wrap: wrap;
    min-width: 934px;
  }

  .main-navigation ul.mega-dropdown-menu .mega-sub-menu, .main-navigation ul.mega-dropdown-menu .mega-sub-menu ul {
    left: 0;
    margin: 0;
    padding: 0;
    position: relative;
    box-shadow: none;
  }

  .main-navigation ul li:hover > ul.mega-dropdown-menu .mega-sub-menu, .main-navigation ul li:hover > ul.mega-dropdown-menu .mega-sub-menu ul {
    opacity: 1;
    visibility: visible;
  }

  .main-navigation ul.mega-dropdown-menu li.menu-item-has-children a:after {
    display: none !important;
  }

  .main-navigation ul .mega-dropdown-menu .mega-sub-menu > a {
    color: #94a3b8;
  }

  .main-navigation ul .mega-dropdown-menu .mega-sub-menu > a:hover {
    color: #94a3b8;
  }

  .main-navigation .mega-dropdown-menu li a span {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    height: 20px;
    padding: 2px 10px;
    color: #fff;
    background-color: #4f46e5;
    margin-left: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
  }

  .main-navigation .mega-dropdown-menu li a span.animation-menu {
    background-color: #059669;
  }

  .main-navigation .mega-dropdown-menu li a span.new-menu {
    background-color: #ea580c;
  }

  .main-navigation .mega-dropdown-menu li a span.updated-menu, .main-navigation .mega-dropdown-menu li a span.coming-soon-menu {
    background-color: #06b6d4;
  }

  .main-navigation .mega-dropdown-menu li a span.dark-menu {
    background-color: #161c2d;
  }

  .main-navigation .mega-dropdown-menu li a span.onepage-menu {
    background-color: #16a34a;
  }
}
@media (min-width: 1200px) {
  .main-navigation ul.mega-dropdown-menu {
    min-width: 1120px;
  }
}
@media (max-width: 600px) {
  .admin-bar .is-stuck {
    top: 0;
  }
}
/*--------------------------------------------------------------
## CTA Header
--------------------------------------------------------------*/
.cta-col {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.cta-col ul {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
  align-items: center;
}
.cta-col ul li {
  padding-left: 8px;
}
.cta-col ul li:first-child {
  padding-left: 0;
}
.cta-col ul li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  width: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: #161c2d;
  border: 1px solid #e5e7eb;
  background-color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.cta-col ul li a svg, .cta-col ul li a img {
  width: 16px;
  height: 16px;
}
.cta-col ul li a.octf-primary {
  border: 1px solid #4f46e5;
  background-color: #4f46e5;
  color: #fff;
}
.cta-col ul li a.octf-primary:hover {
  background-color: #4338ca;
}
.cta-col ul li a:hover {
  background-color: #e5e7eb;
  border-color: #f3f4f6;
}

.is-stuck .cta-col ul li a {
  color: #4f46e5;
}
.is-stuck .cta-col ul li a:hover {
  background-color: #4f46e5;
  border-color: #4f46e5;
  color: #fff;
}

.is-stuck .cta-col ul li a.octf-cta-s2 {
  color: #fff;
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.is-stuck .cta-col ul li a.octf-cta-s2:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}

.site-header-dark .cta-col ul li a {
  color: #fff;
  background-color: #0f172a;
  border-color: #0f172a;
}
.site-header-dark .cta-col ul li a:hover {
  background-color: #374151;
}
.site-header-dark .is-stuck {
  background-color: #0f172a;
}
.site-header-dark .is-stuck .cta-col ul li a {
  color: #4f46e5;
}
.site-header-dark .is-stuck .cta-col ul li a:hover {
  color: #fff;
  background-color: #4f46e5;
}
.site-header-dark .is-stuck .cta-col ul li a.octf-cta-s2 {
  color: #fff;
}
.site-header-dark .is-stuck .cta-col ul li a.octf-cta-s2:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}

/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
.header_mobile {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .octf-main-header {
    display: none;
  }

  .header-topbar {
    display: none;
  }

  .site-header {
    background: #fff;
    -webkit-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    -moz-box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile {
    display: block;
    width: 100%;
    background: #fff;
  }
  .header_mobile.is-stuck {
    box-shadow: 2px 2px 15px 0px rgba(42, 67, 113, 0.15);
  }

  .header_mobile .mlogo_wrapper {
    position: relative;
    padding: 15px 0px;
  }

  .header_mobile .mlogo_wrapper .mobile_logo {
    float: left;
  }

  #mmenu_toggle {
    position: absolute;
    cursor: pointer;
    width: 26px;
    height: 20px;
    right: 0px;
    margin-top: -10px;
    top: 50%;
  }

  #mmenu_toggle button {
    position: absolute;
    left: 0;
    top: 50%;
    margin: -2px 0 0;
    background: #161c2d;
    height: 2px;
    padding: 0;
    border: none;
    width: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    outline: none;
    border-radius: 2px;
  }

  #mmenu_toggle button:before {
    content: "";
    position: absolute;
    left: 0;
    top: -8px;
    width: 26px;
    height: 2px;
    background: #161c2d;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle button:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 26px;
    height: 2px;
    background: #161c2d;
    -webkit-transform-origin: 1.5px center;
    transform-origin: 1.5px center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    border-radius: 2px;
  }

  #mmenu_toggle.active button {
    background: none;
  }

  #mmenu_toggle.active button:before {
    top: 0;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  #mmenu_toggle.active button:after {
    bottom: 0;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
  }

  .header_mobile .mobile_nav {
    display: none;
    background: #fff;
  }

  .header_mobile .mobile_nav .mobile_mainmenu {
    margin: 0;
    padding: 0;
  }

  .header_mobile .mobile_nav .mobile_mainmenu ul {
    position: relative;
    margin: 0;
    padding: 0;
    margin-left: 15px;
    display: none;
  }

  .header_mobile .mobile_nav.collapse .mobile_mainmenu ul {
    display: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li {
    position: relative;
    list-style: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li a {
    padding: 9px 0;
    display: block;
    color: #161619;
    font-weight: 600;
    border-bottom: 1px solid #e5e5e5;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li:last-child > a {
    border: none;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a {
    font-size: 15px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu li li a:hover,
.header_mobile .mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a {
    color: #4f46e5;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow {
    color: #fff;
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    cursor: pointer;
    width: 40px;
    height: auto;
    padding: 9px 12px 9px 0;
    line-height: inherit;
    text-align: right;
    box-sizing: border-box;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #161c2d;
    display: inline-block;
    line-height: 1;
    -webkit-transition: transform 0.3s ease-in-out;
    -moz-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
    font-size: 20px;
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #4f46e5;
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  position: relative;
  width: 100%;
  padding-top: 144px;
  padding-bottom: 144px;
  color: #4f46e5;
  font-weight: 500;
  background: #1a1a1a center center no-repeat;
  background-size: cover;
}
.page-header .pheader-content {
  position: relative;
}
.page-header .page-title {
  padding-left: 34.4%;
  padding-right: 34.5%;
  position: relative;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0;
  flex: 1;
  margin-top: 40px;
}
.page-header .page-title:last-child {
  padding-bottom: 32px;
}
.page-header p {
  color: #cbd5e1;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  max-width: 576px;
  margin: 36px auto;
}
.page-header .breadcrumbs {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 20px;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.5px;
  display: inline-block;
  line-height: 24px;
  z-index: 2;
}
.page-header .breadcrumbs li {
  display: inline;
  color: #fff;
}
.page-header .breadcrumbs li:before {
  content: "󰅂";
  font-family: "Material Design Icons";
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.5);
  margin: -3px 6px 0;
  display: inline-block;
  vertical-align: middle;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: rgba(255, 255, 255, 0.5);
}
.page-header .breadcrumbs li a:hover {
  color: #fff;
}
.page-header .page-header-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #161c2d;
  opacity: 0.8;
  z-index: 0;
}
.page-header .entry-meta {
  position: relative;
  margin-top: 36px;
  margin-bottom: 32px;
}
.page-header .entry-meta li {
  display: inline-block;
  font-weight: 600;
  margin-left: 30px;
  margin-right: 30px;
}
.page-header .entry-meta li span {
  display: block;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.5);
}
.page-header .entry-meta li span.stext-meta {
  color: #fff;
}

.shape-page-header {
  position: relative;
}
.shape-page-header .shape {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -8px;
  overflow: hidden;
  z-index: 1;
  color: #ffffff;
}
.shape-page-header .shape svg {
  width: 100%;
  -webkit-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

@media (max-width: 992px) {
  .page-header .inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-header .container {
    width: 100%;
  }
  .page-header .page-title {
    font-size: 36px;
  }
  .page-header .breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .page-header {
    height: 200px;
    padding: 40px 0;
  }
  .page-header .page-title {
    font-size: 30px;
  }
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
/*posts and pages*/
.entry-content {
  padding: 96px 0 110px;
}

.post-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .post-inner {
  margin-bottom: 60px;
}
.post-box p {
  margin-bottom: 0;
}
.post-box .entry-media {
  position: relative;
}
.post-box .entry-media img {
  margin-bottom: 24px;
}
.post-box .entry-media .post-cat {
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 40px;
}
.post-box .inner-post {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .inner-post .entry-title a {
  color: #161c2d;
}
.post-box .inner-post .entry-title a:hover {
  color: #4f46e5;
}
.post-box .post-cat a {
  font-family: "Lexend", sans-serif;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  display: inline-block;
  color: #fff;
  background: #4f46e5;
  padding: 10px;
  margin-right: 6px;
}
.post-box .post-cat a:hover {
  background: #4f46e5;
}
.post-box .padding-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 0 40px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
.post-box .padding-box + .inner-post {
  border-top: none;
  padding-top: 20px;
}
.post-box .img-slider .slick-arrow {
  height: 65px;
  width: 50px;
  background: #262051;
  color: #fff;
  left: 0;
}
.post-box .img-slider .slick-arrow:hover {
  background: #fff;
  color: #262051;
}
.post-box .img-slider .next-nav {
  left: auto;
  right: 0;
}
.post-box .audio-box iframe {
  width: 100%;
}
.post-box .link-box a {
  font-size: 22px;
  font-weight: 600;
  font-family: "Lexend", sans-serif;
  color: #161619;
}
.post-box .link-box a:hover {
  color: #4f46e5;
}
.post-box .link-box i {
  color: #4f46e5;
  margin-right: 15px;
}
.post-box .link-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box {
  overflow: hidden;
}
.post-box .quote-box i {
  float: left;
  color: #4f46e5;
}
.post-box .quote-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box .quote-text {
  padding-left: 52px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Lexend", sans-serif;
  color: #161619;
}
.post-box .quote-box .quote-text span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #666666;
}
.post-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
}
.post-box .btn-play i {
  position: relative;
  z-index: 1;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  color: #4f46e5;
  cursor: pointer;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-box .btn-play i:before {
  margin-left: 6px;
  font-size: 21px;
}
.post-box .btn-play:before, .post-box .btn-play:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1024;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-box .btn-play:after {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.post-box .btn-play:hover i {
  background: #4f46e5;
  color: #fff;
}
.post-box .btn-play:hover:before, .post-box .btn-play:hover:after {
  border-color: #4f46e5;
}
.post-box .btn-readmore {
  margin-top: 24px;
  line-height: 24px;
  overflow: hidden;
}
.post-box .btn-readmore > a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.4px;
  color: #161c2d;
}
.post-box .btn-readmore > a i {
  margin-left: 5px;
}
.post-box .btn-readmore > a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #4f46e5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .btn-readmore > a:hover {
  color: #4f46e5;
}
.post-box .btn-readmore > a:hover:after {
  width: 100%;
  right: auto;
}

.page-pagination {
  margin-top: 48px;
  margin-bottom: 0;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  font-size: 16px;
  color: #94a3b8;
  background: #fff;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  border: 1px solid #f3f4f6;
}
.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 20px;
}
.page-pagination li span, .page-pagination li a:hover {
  background: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
}
.page-pagination li:first-child a, .page-pagination li:first-child span {
  border-top-left-radius: 8px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 8px;
}
.page-pagination li:last-child a, .page-pagination li:last-child span {
  border-top-left-radius: 0px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 0px;
}

/* blog post */
.blog-post {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: inherit;
  margin-bottom: 0;
  --tw-shadow: 0 0 3px rgb(60 72 88 / 0.15);
  --tw-shadow-colored: 0 0 3px rgb(60 72 88 / 0.15);
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.blog-post > .inner-post {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.blog-post > .inner-post .entry-category-meta {
  text-align: center;
}
.blog-post > .inner-post .entry-category-meta ul {
  padding-left: 0;
  margin-bottom: 0;
}
.blog-post > .inner-post .entry-category-meta a {
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 14px;
  background-color: #4f46e5;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.blog-post > .inner-post .entry-category-meta a:hover {
  color: #ffffff;
}
.blog-post > .inner-post .entry-title {
  margin-top: 12px;
  margin-bottom: 24px;
  padding: 0 215px;
  font-size: 26px;
  line-height: 1.5;
  font-weight: 600;
  color: #161c2d;
}
.blog-post > .inner-post .entry-title a {
  display: inline-block;
}
.blog-post > .inner-post .entry-title a:hover {
  color: #4f46e5;
}
.blog-post > .inner-post .entry-meta {
  margin-bottom: 24px;
}
.blog-post > .inner-post .entry-meta li {
  display: inline-block;
  font-weight: 600;
  margin-left: 16px;
  margin-right: 16px;
}
.blog-post > .inner-post .entry-meta li span {
  display: block;
  line-height: 24px;
}
.blog-post > .inner-post .entry-meta li span.stext-meta {
  color: #0f172a;
}
.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-post > .inner-post .entry-summary {
  overflow: hidden;
}
.blog-post > .inner-post .entry-summary p {
  font-weight: 400;
  margin-bottom: 12px;
  color: #94a3b8;
  line-height: 1.625;
}
.blog-post > .inner-post .entry-summary p:last-child {
  margin-bottom: 0;
}
.blog-post > .inner-post .entry-summary .blockquote {
  font-style: italic;
  padding: 12px;
  border-left: 4px solid #4f46e5;
  border-right: 4px solid #4f46e5;
  border-top-left-radius: 12px;
  -webkit-border-top-left-radius: 12px;
  -moz-border-radius-topleft: 12px;
  border-bottom-right-radius: 12px;
  -webkit-border-bottom-right-radius: 12px;
  -moz-border-bottom-right-radius: 12px;
}
.blog-post.format-audio .post-cat, .blog-post.format-quote .post-cat, .blog-post.format-link .post-cat, .blog-post.format-standard:not(.has-post-thumbnail) .post-cat {
  left: 0;
}
.blog-post .padding-box {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.blog-post .tagcloud {
  margin: 2px -3px 0;
  float: left;
}
.blog-post .tagcloud a {
  color: #161619;
  background: #fff;
  font-size: 14px !important;
  font-family: "Lexend", sans-serif;
  text-transform: lowercase;
  font-weight: 400;
  padding: 8px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #e0e0e0;
  margin-bottom: 0;
}
.blog-post .tagcloud a:hover {
  background: #161619;
  color: #fff;
}
.blog-post .share-post {
  margin-bottom: 30px;
  text-align: center;
}
.blog-post .share-post a {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-family: "Lexend", sans-serif;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  border-radius: 19px;
  background: #4f46e5;
  color: #fff;
  margin: 0 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.blog-post .share-post a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog-post .share-post a.face {
  background: #4661c5;
}
.blog-post .share-post a.twit {
  background: #44b1e4;
}
.blog-post .share-post a.pint {
  background: #ff2e2e;
}
.blog-post .share-post a.linked {
  background: #0073B0;
}
.blog-post .share-post a.google {
  background: #DC4A38;
}
.blog-post .share-post a.tumblr {
  background: #3C586D;
}
.blog-post .share-post a.reddit {
  background: #FD4507;
}
.blog-post .share-post a.vk {
  background: #5082B9;
}
.blog-post .author-bio {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-post .author-bio .author-image {
  float: left;
  margin-right: 50px;
}
.blog-post .author-bio .author-info {
  padding: 40px 50px 33px 0;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.blog-post .author-bio .author-info .title {
  font-weight: 600;
  margin-bottom: 7px;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 12px;
  font-weight: 700;
}
.blog-post .author-bio .author-info .des {
  margin-bottom: 15px;
}
.blog-post .author-bio .author-info .author-socials a {
  font-size: 14px;
  margin-right: 15px;
  color: #666666;
}
.blog-post .author-bio .author-info .author-socials a:hover {
  color: #4f46e5;
}

.blog-grid {
  display: grid;
  gap: 30px !important;
}
.blog-grid.pf_3_cols {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.blog-grid.pf_2_cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.blog-grid.pf_1_cols {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.blog-grid.pf_4_cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.blog-grid .post-box .entry-media img {
  margin-bottom: 0;
}
.blog-grid .post-box .post-inner {
  margin-bottom: 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
}
.blog-grid .post-box .inner-post {
  padding: 24px;
}
.blog-grid .post-box .inner-post .entry-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 0;
}
.blog-grid .post-box .inner-post .the-excerpt {
  margin-top: 12px;
}
.blog-grid .post-box .inner-post .btn-readmore {
  margin-top: 16px;
}

.drop-cap {
  font-family: "Lexend", sans-serif;
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 8px 18px 0 0 !important;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: #4f46e5;
}

.post-nav {
  margin-bottom: 30px;
  overflow: hidden;
}
.post-nav a {
  position: relative;
  display: block;
  line-height: 1;
  min-height: 70px;
}
.post-nav a:before {
  position: absolute;
  top: 0;
  color: #fff;
  background: #4f46e5;
  height: 70px;
  line-height: 70px;
  padding: 0 7px;
}
.post-nav h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 6px;
}
.post-nav span {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #bdbdbd;
}
.post-nav .post-prev {
  float: left;
  max-width: 270px;
  margin-left: -45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-prev a {
  padding-left: 45px;
}
.post-nav .post-prev a:before {
  content: "";
  font-family: "Flaticon";
  left: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-prev:hover {
  margin-left: 0;
}
.post-nav .post-next {
  float: right;
  text-align: right;
  max-width: 270px;
  margin-right: -45px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-next a {
  padding-right: 45px;
}
.post-nav .post-next a:before {
  content: "";
  font-family: "Flaticon";
  right: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-nav .post-next:hover {
  margin-right: 0;
}

.related-posts {
  margin-top: 90px;
  margin-bottom: 20px;
}
.related-posts h2 {
  margin-bottom: 30px;
}
.related-posts .post-box .post-inner {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .content-area.col-md-9 {
    margin-bottom: 60px;
  }

  .post-box.post-item {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 768px) {
  .blog-post .author-bio .author-image {
    display: none;
  }
  .blog-post .author-bio .author-info {
    padding: 20px 25px;
    border-left: 1px solid #e7e7e7;
  }

  .post-nav {
    display: none;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    font-size: 20px;
  }

  .single-post .entry-content {
    padding: 50px 0 70px;
  }

  .blog-list .post-box .inner-post {
    padding: 30px;
  }

  .post-box .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}
/**theme check**/
.blocks-gallery-caption {
  margin-bottom: 15px;
}

.wp-block-cover-image.alignleft,
.wp-block-cover-image.alignright,
.wp-block-cover.alignleft,
.wp-block-cover.alignright {
  margin-top: 7px;
  margin-bottom: 26px;
}

.site-main article.page {
  overflow: hidden;
}

.page-links {
  clear: both;
  padding-top: 25px;
  font-weight: 600;
  color: #1b1d21;
}

.page-links a {
  color: #1b1d21;
}

.page-links a:hover {
  text-decoration: underline;
}

.page-links span,
.page-links a {
  display: inline-block;
  margin-left: 7px;
}

.page-links-title {
  font-weight: 500;
}

.page-links > span:not(.page-links-title) {
  color: #888;
}

.post-password-form input[type=password] {
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.post-password-form input[type=submit] {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  border-radius: none;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  font-size: 16px;
  padding: 10px 15px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  background: #1a1a1a;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  color: #fff;
  outline: none;
  min-width: 122px;
  font-family: "Titillium Web", sans-serif;
}

.post-password-form input[type=submit]:hover {
  background: transparent;
  color: #1a1a1a;
}

.sticky .post-inner {
  background: #1a1b1e;
  color: #fff;
}

.sticky .post-cat a {
  background: #fff;
  color: #1a1a1a;
}

.sticky .post-cat a:hover {
  background: #eee;
}

.sticky .inner-post .entry-meta {
  color: #ccc;
}

.post-box.sticky .entry-meta a {
  color: #bbb;
}

.post-box.sticky .entry-footer .btn-details {
  color: #fff;
}

.sticky .btn-details:before {
  background: #666;
}

.post-box.sticky .entry-meta a:hover {
  color: #fff;
}

.post-box.sticky .entry-footer .btn-details:hover {
  color: #fff;
}

.sticky .inner-post .entry-title a {
  color: #fff;
}

@media (max-width: 1199px) {
  .blog-grid.pf_4_cols {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 991px) {
  .blog-grid.pf_3_cols, .blog-grid.pf_4_cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .blog-grid.pf_3_cols, .blog-grid.pf_4_cols, .blog-grid.pf_2_cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area > ol, .comments-area > ul {
  list-style: none;
  margin-top: 32px;
  padding: 24px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.comments-area .comment-respond {
  margin-top: 32px;
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.comments-area .comments-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 32px;
}
.comments-area .comment-item {
  margin-bottom: 32px;
  overflow: hidden;
}
.comments-area .comment-item .gravatar {
  float: left;
}
.comments-area .comment-item .gravatar img {
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.comments-area .comment-item .comment-content:not(.pingback) {
  padding-left: 56px;
}
.comments-area .comment-item.trackback .comment-content, .comments-area .comment-item.pingback .comment-content {
  padding-left: 0;
}
.comments-area .comment-item .comment-meta {
  position: relative;
}
.comments-area .comment-item .comment-meta .comment-author {
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.comments-area .comment-item .comment-meta .comment-time {
  display: block;
  font-size: 14px;
  line-height: 20px;
}
.comments-area .comment-item .comment-meta .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  line-height: 24px;
  margin-left: 20px;
  color: #94a3b8;
}
.comments-area .comment-item .comment-meta .comment-reply-link:hover {
  color: #4f46e5;
}
.comments-area .comment-item .comment-meta .comment-reply-link:before {
  content: "󰑚";
  padding-right: 5px;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.comments-area .comment-item .comment-text {
  margin-top: 24px;
  padding: 16px;
  background-color: #f9fafb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.comments-area .comment-item .comment-text p {
  font-style: italic;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.comments-area ul.children {
  padding-left: 60px;
}

.comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.comment-respond .comment-reply-title small {
  font-size: 16px;
  font-weight: 400;
  text-transform: lowercase;
  margin-left: 5px;
}
.comment-respond .comment-reply-title small a {
  color: #ad1010;
}
.comment-respond .comment-reply-title small a:hover {
  color: #4f46e5;
}

.comment-form p {
  margin-bottom: 20px;
  line-height: 1;
}
.comment-form p label {
  margin-left: 8px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form label {
  font-weight: 600;
  color: #161c2d;
  font-size: 16px;
  line-height: 24px;
}
.comment-form .form-icon {
  position: relative;
  margin-top: 8px;
  line-height: 1;
}
.comment-form .form-icon svg {
  position: absolute;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 16px;
  color: #161c2d;
}
.comment-form .form-icon.comment-form-author svg, .comment-form .form-icon.comment-form-email svg {
  left: 31px;
}
.comment-form .comment-notes {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.comment-form .logged-in-as {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.comment-form .logged-in-as a {
  color: #161c2d;
}
.comment-form .logged-in-as a:hover {
  color: #4f46e5;
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form textarea {
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  padding: 8px 12px 8px 44px;
  border: 1px solid #e5e7eb;
  outline: 2px solid transparent;
  outline-offset: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.comment-form input[type=text]::placeholder,
.comment-form input[type=email]::placeholder,
.comment-form textarea::placeholder {
  color: #6b7280;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form textarea:focus {
  border-color: #4f46e5;
}
.comment-form ::-webkit-input-placeholder {
  color: #6b7280;
}
.comment-form ::-moz-placeholder {
  color: #6b7280;
}
.comment-form :-ms-input-placeholder {
  color: #6b7280;
}
.comment-form :-moz-placeholder {
  color: #6b7280;
}
.comment-form .form-submit, .comment-form .comment-form-cookies-consent {
  margin-top: 20px;
}
.comment-form .octf-btn {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  padding: 8px 20px;
  color: #ffffff;
  background-color: #4f46e5;
  border-color: #4f46e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.comment-form .octf-btn:hover {
  background-color: #4338ca;
  border-color: #4338ca;
}

@media only screen and (max-width: 768px) {
  .comment-respond {
    padding: 30px;
  }
  .comment-respond .comment-reply-title {
    font-size: 30px;
  }

  .comments-area ul.children {
    padding-left: 30px;
  }

  .comment-form .octf-btn {
    font-size: 12px;
    padding: 10px 23px;
  }
}
/*--------------------------------------------------------------
## Widgets
--------------------------------------------------------------*/
.widget ul, .widget ol {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ul li, .widget ol li {
  position: relative;
}
.widget .tagcloud {
  margin: 0 -3px -10px;
}
.widget .tagcloud a {
  color: #161619;
  background: #fff;
  font-size: 14px !important;
  font-family: "Lexend", sans-serif;
  text-transform: lowercase;
  font-weight: 400;
  padding: 8px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #e0e0e0;
}
.widget .tagcloud a:hover {
  background: #161619;
  color: #fff;
}

.widget-area .widget {
  margin-bottom: 32px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .wp-block-search .wp-block-search__label {
  display: none;
}
.widget-area .widget .wp-block-search .wp-block-search__inside-wrapper {
  position: relative;
  display: block;
}
.widget-area .widget .wp-block-search .wp-block-search__inside-wrapper input {
  padding: 16px 160px 16px 24px;
  color: #161c2d;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 50px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget .wp-block-search .wp-block-search__inside-wrapper input:focus {
  border-color: #4f46e5;
}
.widget-area .widget .wp-block-search .wp-block-search__inside-wrapper button {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 8px 20px;
  height: 46px;
  right: 3px;
  top: 2px;
  color: #ffffff;
  background-color: #4f46e5;
  border: 1px solid #4f46e5;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget .wp-block-search .wp-block-search__inside-wrapper button:hover {
  background-color: #4338ca;
}
.widget-area .widget .widgettitle, .widget-area .widget h5, .widget-area .widget .wp-block-heading {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
  padding: 8px;
  margin-bottom: 32px;
  position: relative;
  background-color: #f9fafb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.widget-area .widget ul:not(.recent-news, .widget_list_icon) > li {
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
  line-height: 24px;
}
.widget-area .widget ul:not(.recent-news, .widget_list_icon) > li:last-child {
  margin-bottom: 0;
}
.widget-area .widget ul:not(.recent-news, .widget_list_icon) > li a {
  color: #161619;
  display: inline-block;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget ul:not(.recent-news, .widget_list_icon) > li a:hover {
  color: #4f46e5;
}
.widget-area .widget ul:not(.recent-news, .widget_list_icon) > li .posts-count {
  color: #666666;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget ul:not(.recent-news, .widget_list_icon) > li.recentcomments a:before {
  display: none;
}
.widget-area .widget .widget_list_icon {
  text-align: center;
}
.widget-area .widget .widget_list_icon li {
  display: inline;
}
.widget-area .widget .widget_list_icon li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-size: 16px;
  line-height: 32px;
  text-align: center;
  color: #94a3b8;
  border: 1px solid #f3f4f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget .widget_list_icon li a svg {
  width: 16px;
  height: 16px;
}
.widget-area .widget .widget_list_icon li a:hover {
  color: #ffffff;
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.widget-area .widget .wp-block-tag-cloud {
  text-align: center;
  margin-bottom: 0;
}
.widget-area .widget .wp-block-tag-cloud a {
  display: inline-block;
  margin: 8px;
  font-size: 14px !important;
  line-height: 20px;
  padding: 4px 12px;
  color: #94a3b8;
  background-color: #f9fafb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.widget-area .widget .wp-block-tag-cloud a:hover {
  color: #ffffff;
  background-color: #4f46e5;
}
.widget-area .widget select {
  width: 100%;
  padding: 8px;
  outline: none;
}
.widget-area .widget table caption {
  margin-bottom: 10px;
}
.widget-area .widget table td, .widget-area .widget table th {
  border-color: #aaa;
  text-align: center;
}
.widget-area .widget_categories ul li a,
.widget-area .widget_product_categories ul li a,
.widget-area .widget_archive ul li a {
  color: #94a3b8;
  padding-left: 24px;
  display: inline-block;
  position: relative;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget_categories ul li a:before,
.widget-area .widget_product_categories ul li a:before,
.widget-area .widget_archive ul li a:before {
  content: "󰁔";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #4f46e5;
  display: inline-block;
  font: normal normal normal 24px/1 "Material Design Icons";
  font-size: inherit;
  text-rendering: auto;
  line-height: inherit;
  -webkit-font-smoothing: antialiased;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.widget-area .widget_categories ul li a + span,
.widget-area .widget_product_categories ul li a + span,
.widget-area .widget_archive ul li a + span {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #b7b6b6;
}
.widget-area .widget_categories ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover {
  color: #4f46e5;
}
.widget-area .widget_categories ul li a:hover + span,
.widget-area .widget_product_categories ul li a:hover + span,
.widget-area .widget_archive ul li a:hover + span {
  color: #4f46e5;
}

/* recent post */
.widget .recent-news li:not(:last-child) {
  margin-bottom: 16px;
}
.widget .recent-news .thumb {
  float: left;
  margin-right: 20px;
  width: 75px;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.widget .recent-news h6 {
  margin-bottom: 0;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.widget .recent-news h6 a {
  color: #161c2d;
}
.widget .recent-news h6 a:hover {
  color: #4f46e5;
}
.widget .recent-news .post-on {
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  display: block;
  line-height: 20px;
}

.owl-theme .ot-custom-dots .owl-dot {
  padding: 0;
  background: transparent;
}
.owl-theme .ot-custom-dots .owl-dot:first-child {
  padding-left: 0;
}
.owl-theme .ot-custom-dots .owl-dot:first-child span {
  margin-left: 0;
}
.owl-theme .ot-custom-dots .owl-dot:last-child {
  padding-right: 0;
}
.owl-theme .ot-custom-dots .owl-dot:last-child span {
  margin-right: 0;
}
.owl-theme .ot-custom-dots .owl-dot span {
  background: rgba(79, 70, 229, 0.3);
  margin: 4px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.owl-theme .ot-custom-dots .owl-dot.active span, .owl-theme .ot-custom-dots .owl-dot:hover span {
  background: #4f46e5;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.owl-theme .owl-nav {
  margin: 0;
}
.owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #161c2d;
  outline: none;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  top: 50%;
  left: 0;
  background: #ffffff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
}
.owl-theme .owl-nav [class*=owl-] i:before {
  font-size: 16px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #4f46e5;
  color: #fff;
}
.owl-theme .owl-nav button.owl-prev {
  background-color: #fff;
}
.owl-theme .owl-nav button.owl-next {
  background-color: #fff;
  right: 0;
  left: auto;
}

/* search */
.search-form {
  position: relative;
}
.search-form .search-field {
  padding: 16px 160px 16px 24px;
  color: #161c2d;
  font-size: 16px;
  line-height: 24px;
  width: 100%;
  height: 50px;
  background-color: #f9fafb;
  border: 1px solid #e5e7eb;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.search-form .search-field:focus {
  border-color: #4f46e5;
}
.search-form .search-submit {
  position: absolute;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.025em;
  padding: 8px 20px;
  height: 46px;
  right: 3px;
  top: 2px;
  color: #ffffff;
  background-color: #4f46e5;
  border: 1px solid #4f46e5;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.search-form .search-submit:hover {
  background-color: #4338ca;
}

/* author */
.author-widget_wrapper {
  text-align: center;
}
.author-widget_wrapper .author-widget_image-wrapper {
  margin-bottom: 16px;
}
.author-widget_wrapper .author-widget_image-wrapper img {
  width: 96px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.author-widget_wrapper .author-widget_title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}
.author-widget_wrapper .author-widget_text {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 0;
}

.author-widget_social {
  margin-top: 16px;
  line-height: 1;
}
.author-widget_social a {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  height: 36px;
  width: 36px;
  line-height: 36px;
  cursor: pointer;
  margin-right: 7px;
  background: #4f46e5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.author-widget_social a:last-child {
  margin-right: 0px;
}
.author-widget_social a:hover {
  background: #4338ca;
}

@media (min-width: 768px) {
  .sticky {
    position: sticky !important;
    top: 90px;
  }

  .logged-in .sticky {
    top: 122px;
  }
}
@media (min-width: 1024px) {
  .sticky-md {
    position: sticky !important;
    top: 90px;
  }

  .logged-in .sticky-md {
    top: 122px;
  }
}
@media (min-width: 1200px) {
  .sticky-lg {
    position: sticky !important;
    top: 90px;
  }

  .logged-in .sticky-lg {
    top: 122px;
  }
}
/*--------------------------------------------------------------
## Responsive Blog
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

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

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

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

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

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

.bypostauthor {
  color: inherit;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery-caption {
  display: block;
}

.gallery {
  margin-bottom: 1.5em;
  margin-left: -7px;
  margin-right: -7px;
}

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

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

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

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

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

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

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

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

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

@media (max-width: 767px) {
  .gallery-columns-9 .gallery-item, .gallery-columns-8 .gallery-item, .gallery-columns-7 .gallery-item, .gallery-columns-6 .gallery-item,
.gallery-columns-5 .gallery-item, .gallery-columns-4 .gallery-item, .gallery-columns-3 .gallery-item {
    max-width: 50%;
  }
}
/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
.ot-acc-item {
  margin-bottom: 16px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ot-acc-item__title {
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161c2d;
  background-color: #f9fafb;
  padding: 20px;
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__title i {
  float: right;
  text-align: center;
  font-size: 16px;
}
.ot-acc-item__title i.up {
  display: none;
}
.ot-acc-item__title i.down {
  margin-top: 5px;
}
.ot-acc-item__title i:before {
  font-size: 20px;
}
.ot-acc-item__title span.up {
  display: none;
}
.ot-acc-item__title svg {
  display: block;
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__content {
  display: none;
  padding: 20px;
  font-size: 16px;
  line-height: 26px;
}
.ot-acc-item__content p:last-child, .ot-acc-item__content ul:last-child {
  margin-bottom: 0;
}
.ot-acc-item.current .ot-acc-item__title {
  color: #4f46e5;
}
.ot-acc-item.current .ot-acc-item__title i.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title i.up {
  display: inherit;
}
.ot-acc-item.current .ot-acc-item__title span.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title span.up {
  display: inherit;
}
.ot-acc-item:last-child {
  margin-bottom: 0;
}

/* Tabs */
.ot-tabs__heading {
  margin-bottom: 0;
  overflow: hidden;
}
.ot-tabs__heading .tab-link {
  margin-right: 60px;
  margin-bottom: 10px;
  padding: 18px 0;
  color: #9ba2b0;
  line-height: 1;
  float: left;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-tabs__heading .tab-link.current, .ot-tabs__heading .tab-link:hover {
  border-color: #39b14a;
  color: #39b14a;
}
.ot-tabs__heading .tab-link:last-child {
  margin-right: 0;
}
.ot-tabs__content {
  display: none;
  padding: 20px 0;
}
.ot-tabs__content.current {
  display: inherit;
}
.ot-tabs__content h5 {
  font-size: 22px;
  line-height: 36px;
}
.ot-tabs__content ul, .ot-tabs__content ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
}
.ot-tabs__content ul li, .ot-tabs__content ol li {
  position: relative;
  padding-left: 33px;
  margin-bottom: 5px;
}
.ot-tabs__content ul li:before, .ot-tabs__content ol li:before {
  content: "";
  position: absolute;
  font-family: "Flaticon";
  font-size: 10px;
  color: #39b14a;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-tabs__content ul li:last-child, .ot-tabs__content ol li:last-child {
  margin-bottom: 0;
}
.ot-tabs p:last-child {
  margin-bottom: 0;
}

/* Tabs title */
.ot-tab-title {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ot-tab-title__item {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161c2d;
  cursor: pointer;
  padding: 8px 16px;
  margin-bottom: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-tab-title__item:last-child {
  margin-bottom: 0;
}
.ot-tab-title__item .tab-number {
  margin-bottom: 8px;
}
.ot-tab-title__item .tab-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 8px;
}
.ot-tab-title__item:hover {
  color: #4f46e5;
}
.ot-tab-title__item.active {
  color: #fff;
  background-color: #4f46e5;
}
.ot-tab-title.horizontal {
  display: inline-flex;
}

/* Tabs Schedule */
.ot-tab-schedule__item {
  position: relative;
  text-align: left;
  padding-right: 50px;
  padding-bottom: 15px;
  font-size: 16px;
  cursor: pointer;
}
.ot-tab-schedule__item h6 {
  margin-bottom: 2px;
  font-weight: 600;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-tab-schedule__item:after {
  position: absolute;
  content: "";
  width: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #7d46eb;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-tab-schedule__item.active h6 {
  color: #7d46eb;
}
.ot-tab-schedule__item.active:after {
  width: 100%;
  left: 0;
  right: auto;
}

@media (min-width: 768px) {
  .ot-tab-schedule {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 767px) {
  .ot-tab-schedule__item {
    display: inline-block;
    margin-bottom: 30px;
    margin-right: 50px;
  }
}
.ot-counter__icon {
  font-size: 24px;
  line-height: 1;
  display: inline-block;
  color: #4f46e5;
  margin-bottom: 12px;
}
.ot-counter__icon svg {
  width: 1em;
  height: 1em;
  display: block;
}

.ot-counter__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ot-counter__content span {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  color: #161c2d;
}
.ot-counter__content .ot-counter__title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  margin-bottom: 0;
}

.ot-counter__volatility {
  font-size: 16px;
  line-height: 24px;
  color: #dc2626;
}

.ot-view-stacked .ot-counter__icon {
  padding: 20px;
  background-color: rgba(79, 70, 229, 0.05);
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}

.ot-position-top .ot-counter__content {
  margin-bottom: 12px;
}

.ot-align-left .ot-counter-wrapper .dflex {
  justify-content: flex-start;
}

.ot-align-center .ot-counter-wrapper .dflex {
  justify-content: center;
}

.ot-align-right .ot-counter-wrapper .dflex {
  justify-content: flex-end;
}

.ot-position-left .ot-counter-wrapper, .ot-position-right .ot-counter-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ot-position-left .ot-counter-wrapper {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ot-position-left .ot-counter-wrapper .ot-counter__icon {
  margin-right: 12px;
}

.ot-position-right .ot-counter-wrapper {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ot-position-right .ot-counter-wrapper .ot-counter__icon {
  margin-left: 12px;
}
.ot-position-right .ot-counter-wrapper .dflex {
  justify-content: flex-end;
}

.ot-vertical-align-top .ot-counter-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ot-vertical-align-middle .ot-counter-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ot-vertical-align-bottom .ot-counter-wrapper {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ot-textwrite {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
  color: #161c2d;
}
.ot-textwrite .wrap {
  color: #4f46e5;
}

.ot-progress-line__inner {
  margin-bottom: 10px;
}
.ot-progress-line__inner .ot-progress__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #161c2d;
  margin-bottom: 12px;
}
.ot-progress-line__inner .ot-progress-info {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.ot-progress-line__inner .progress-line-bar {
  background-color: #f3f4f6;
  height: 6px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.ot-progress-line__inner .progress-line-bar .progress-bar {
  position: relative;
  height: 100%;
  width: 0;
  background: #4f46e5;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  -webkit-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}
.ot-progress-line__inner .progress-des {
  margin-bottom: 12px;
}

.ot-progress-circle {
  font-size: 16px;
}
.ot-progress-circle__inner {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  z-index: 1;
}
.ot-progress-circle__inner > span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  text-align: center;
  font-weight: 500;
  font-size: 36px;
  color: #0a0f2b;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-progress-circle__inner canvas {
  display: block;
}
.ot-progress-circle__inner:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  border: 4px solid #ff6b52;
}
.ot-progress-circle__title {
  font-size: 24px;
  color: #161619;
  font-weight: 500;
  margin-bottom: 18px;
}

.easyPieChart {
  position: relative;
  text-align: center;
}

.easyPieChart canvas {
  position: absolute;
  top: 0;
  left: 0;
}

.ot-countdown {
  margin-bottom: 0;
  display: inline-block;
}
.ot-countdown li {
  display: inline-block;
  text-align: center;
  width: 130px;
  height: 130px;
  padding: 28px 18px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  white-space: nowrap;
  vertical-align: middle;
  margin: 8px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 5px 13px 0px rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0px rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0px rgba(60, 72, 88, 0.2);
}
.ot-countdown li span {
  display: block;
  font-size: 40px;
  line-height: 54px;
}
.ot-countdown li p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .ot-countdown li p {
    font-size: 14px;
  }

  .ot-countdown li span,
.ot-countdown li.seperator {
    font-size: 42px;
  }

  .ot-countdown li span {
    margin-bottom: 10px;
  }

  .ot-countdown li.seperator {
    line-height: 55px;
    margin-top: -6px;
  }
}
.ot-exp-list {
  position: relative;
}
.ot-exp-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  border: 0px dashed #e5e7eb;
  border-inline-start-width: 2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ot-exp-list .ot-exp-list__item {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-bottom: 48px;
}
.ot-exp-list .ot-exp-list__item:last-child {
  margin-bottom: 0;
}
.ot-exp-list .ot-exp-list__item:before {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  left: 50%;
  z-index: 10;
  background-color: #fff;
  border: 2px dashed #dfe7eb;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ot-exp-list .ot-exp-list__item:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 9px;
  left: 50%;
  z-index: 10;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  background-color: #4f46e5;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ot-exp-list .ot-exp-list__item:nth-child(odd) .ot-exp-company {
  text-align: right;
  padding-right: 32px;
}
.ot-exp-list .ot-exp-list__item:nth-child(odd) .ot-exp-person {
  padding-left: 32px;
}
.ot-exp-list .ot-exp-list__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ot-exp-list .ot-exp-list__item:nth-child(even) .ot-exp-person {
  text-align: right;
  padding-right: 32px;
}
.ot-exp-list .ot-exp-list__item:nth-child(even) .ot-exp-company {
  padding-left: 32px;
}
.ot-exp-list .ot-exp-list__item .ot-exp-company {
  width: 50%;
}
.ot-exp-list .ot-exp-list__item .ot-exp-company img {
  width: 36px;
  margin-bottom: 8px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.ot-exp-list .ot-exp-list__item .ot-exp-company .exp-info h5 {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}
.ot-exp-list .ot-exp-list__item .ot-exp-company .exp-info span {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #161c2d;
}
.ot-exp-list .ot-exp-list__item .ot-exp-person {
  width: 50%;
}
.ot-exp-list .ot-exp-list__item .ot-exp-person h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161c2d;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .ot-exp-list:after {
    left: 0;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .ot-exp-list .ot-exp-list__item {
    margin-left: 32px;
    display: block;
  }
  .ot-exp-list .ot-exp-list__item:nth-child(odd) .ot-exp-company, .ot-exp-list .ot-exp-list__item:nth-child(even) .ot-exp-person {
    text-align: left;
    padding-right: 0;
  }
  .ot-exp-list .ot-exp-list__item .ot-exp-company {
    width: 100%;
    margin-bottom: 24px;
  }
  .ot-exp-list .ot-exp-list__item .ot-exp-person {
    width: 100%;
    padding-left: 32px;
  }

  .ot-exp-list .ot-exp-list__item:nth-child(even) .ot-exp-company {
    padding-left: 0;
  }

  .ot-exp-list .ot-exp-list__item:before {
    left: -46px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  .ot-exp-list .ot-exp-list__item:after {
    left: -35px;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.ot-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ot-review__content {
  text-align: center;
  min-width: 75px;
}
.ot-review__content.left {
  text-align: left;
}
.ot-review__content.left .ot-review__rating {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.ot-review__content.right {
  text-align: right;
}
.ot-review__content.right .ot-review__rating {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ot-review__number {
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 0;
}
.ot-review__title {
  font-size: 12px;
  line-height: 16px;
  color: #94a3b8;
  font-weight: 400;
  margin-bottom: 0;
}
.ot-review__title span {
  color: #161c2d;
  font-weight: 600;
}
.ot-review__rating {
  display: flex;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin-bottom: 5px;
}
.ot-review__rating li {
  display: inline;
  color: #fbbf24;
  font-size: 12px;
  line-height: 16px;
  padding: 0 calc(3px/2);
}
.ot-review__desc {
  font-size: 16px;
  line-height: 24px;
  color: #161c2d;
  font-weight: 700;
  margin-left: 12px;
}
.ot-review__desc p {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .ot-position-right .ot-review {
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .ot-position-right .ot-review .ot-review__desc {
    margin-right: 12px;
    margin-left: 0;
  }
}
.ot-icon-box {
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box.hover_bgimage {
  position: relative;
  overflow: hidden;
}
.ot-icon-box.hover_bgimage:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box.hover_bgimage:hover:before {
  opacity: 1;
}
.ot-icon-box.hover_bgimage:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent, #161c2d);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box.hover_bgimage:hover:after {
  opacity: 1;
}
.ot-icon-box.hover_bgimage:hover .ot-icon-box__icon, .ot-icon-box.hover_bgimage:hover .icon-box-des, .ot-icon-box.hover_bgimage:hover .icon-box-title {
  opacity: 0;
}
.ot-icon-box.hover_bgimage:hover > .ot-icon-box__content > .icon-box-title a, .ot-icon-box.hover_bgimage:hover .icon-box-des {
  cursor: default;
}
.ot-icon-box .ot-icon-box__hover-title .icon-box-title {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  bottom: 0;
}
.ot-icon-box.hover_bgimage:hover .ot-icon-box__hover-title .icon-box-title {
  opacity: 1;
}
.ot-icon-box__icon {
  line-height: 1;
  display: inline-block;
  margin-bottom: 16px;
  font-size: 36px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box__icon i {
  position: relative;
  display: block;
  color: #0a0f2b;
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box__icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ot-icon-box__icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box.hover_bgimage .ot-icon-box__icon i {
  z-index: 2;
}
.ot-icon-box.hover_bgimage .ot-icon-box__content {
  z-index: 2;
  position: relative;
}
.ot-icon-box__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ot-icon-box__content .icon-box-title {
  display: block;
  color: #161619;
  word-break: normal;
  font-size: 24px;
  margin-bottom: 12px;
  line-height: 30px;
  font-weight: 500;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box__content .icon-box-title a {
  color: #161619;
}
.ot-icon-box__content .icon-box-title a:hover {
  color: #4f46e5;
}
.ot-icon-box__content .icon-box-des {
  line-height: 30px;
  font-size: 16px;
}
.ot-icon-box__content .icon-box-des > :last-child {
  margin-bottom: 0;
}
.ot-icon-box__content .icon-box-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 12px;
  padding-bottom: 22px;
}
.ot-icon-box__content .icon-box-divider span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  direction: ltr;
  height: 1px;
  background: #d8dfff;
  width: 100%;
}
.ot-icon-box__content ul, .ot-icon-box__content ol {
  font-size: 16px;
  padding-left: 0;
}
.ot-icon-box__content ul li, .ot-icon-box__content ol li {
  display: block;
  position: relative;
  line-height: 36px;
  padding-left: 20px;
}
.ot-icon-box__content ul li:before, .ot-icon-box__content ol li:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border: 1px solid #0a0f2b;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-icon-box__content .icon-box-btn {
  margin-top: 15px;
  font-size: 16px;
  font-weight: 500;
}
.ot-icon-box__content .icon-box-btn a {
  position: relative;
  display: inline-flex;
  line-height: 1;
  color: #4f46e5;
}
.ot-icon-box__content .icon-box-btn a i {
  margin-left: 5px;
}
.ot-icon-box__content .icon-box-btn a i:before {
  font-size: 17px;
}
.ot-icon-box__content .icon-box-btn a:after {
  content: "";
  position: absolute;
  bottom: 0px;
  height: 1px;
  width: 0px;
  left: 0;
  right: 0;
  background-color: #4f46e5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-box__content .icon-box-btn a:hover:after {
  right: auto;
  width: 100%;
}

.ot-view-stacked .ot-icon-box__icon {
  padding: 0.5em;
  background-color: #4f46e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-view-svg .ot-icon-box__icon {
  position: relative;
  color: transparent;
}
.ot-view-svg .ot-icon-box__icon > svg {
  transform: rotate(35deg);
  fill: rgba(79, 70, 229, 0.05);
  width: 112px;
  height: 112px;
}
.ot-view-svg .ot-icon-box__icon > i {
  transform: rotate(35deg);
  color: rgba(79, 70, 229, 0.05);
  font-size: 112px;
}

.ot-view-bg-icon {
  position: absolute;
  bottom: 50%;
  left: 50%;
  color: #4f46e5;
  transform: translate(-50%, 50%);
}
.ot-view-bg-icon i {
  color: #4f46e5;
}

.ot-position-left .ot-icon-box, .ot-position-right .ot-icon-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ot-position-left .ot-icon-box__icon, .ot-position-right .ot-icon-box__icon {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ot-position-left .ot-icon-box {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ot-position-left .ot-icon-box__icon {
  margin-right: 28px;
}

.ot-position-right .ot-icon-box {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ot-position-right .ot-icon-box__icon {
  margin-left: 28px;
}

.ot-vertical-align-top .ot-icon-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ot-vertical-align-middle .ot-icon-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ot-vertical-align-bottom .ot-icon-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  .ot-tablet-position-right .ot-icon-box, .ot-tablet-position-left .ot-icon-box {
    display: flex;
  }

  .ot-tablet-position-top .ot-icon-box {
    display: block;
  }
  .ot-tablet-position-top .ot-icon-box .ot-icon-box__icon {
    margin: 0;
    margin-bottom: 16px;
  }

  .ot-tablet-position-left .ot-icon-box {
    flex-direction: row;
  }
  .ot-tablet-position-left .ot-icon-box .ot-icon-box__icon {
    margin: 0;
    margin-right: 20px;
  }

  .ot-tablet-position-right .ot-icon-box {
    flex-direction: row-reverse;
  }
  .ot-tablet-position-right .ot-icon-box .ot-icon-box__icon {
    margin: 0;
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .ot-mobile-position-top .ot-icon-box {
    display: block;
  }
  .ot-mobile-position-top .ot-icon-box .ot-icon-box__icon {
    margin: 0;
    margin-bottom: 16px;
  }

  .ot-mobile-position-right .ot-icon-box, .ot-mobile-position-left .ot-icon-box {
    display: flex;
  }

  .ot-mobile-position-left .ot-icon-box {
    flex-direction: row;
  }
  .ot-mobile-position-left .ot-icon-box .ot-icon-box__icon {
    margin: 0;
    margin-right: 20px;
  }

  .ot-mobile-position-right .ot-icon-box {
    flex-direction: row-reverse;
  }
  .ot-mobile-position-right .ot-icon-box .ot-icon-box__icon {
    margin: 0;
    margin-left: 20px;
  }
}
/* Icon Box Slider */
.ot-ibox-slider .ot-icon-box {
  margin: 15px;
}

.ot-icon-list-wrapper ul {
  margin-bottom: 0;
}
.ot-icon-list-wrapper .ot-icon-list-item, .ot-icon-list-wrapper .ot-icon-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ot-icon-list-wrapper .ot-icon-list-item {
  margin-bottom: 4px;
}
.ot-icon-list-wrapper .ot-icon-list-item a {
  color: #94a3b8;
}
.ot-icon-list-wrapper .ot-icon-list-item a:hover {
  color: #4f46e5;
}
.ot-icon-list-wrapper .ot-icon-list-item:last-child {
  margin-bottom: 0;
}
.ot-icon-list-wrapper .ot-icon-list-icon {
  display: inline-block;
  font-size: 20px;
  line-height: 28px;
  color: #4f46e5;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-icon + .ot-icon-list-text {
  align-self: center;
}
.ot-icon-list-wrapper .ot-icon-list-icon i {
  display: block;
  width: 1em;
  color: #4f46e5;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-view-stacked .ot-icon-list-icon {
  padding: 0.5em;
  background-color: #4f46e5;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.ot-image-box {
  position: relative;
  text-align: center;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-image-box__img {
  width: 100%;
}
.ot-image-box__overlay {
  position: absolute;
  inset: 0;
  top: 75%;
  background-image: linear-gradient(to top, #0f172a, rgba(15, 23, 42, 0.5), transparent);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-image-box__content {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px;
  padding-top: 0;
  width: 100%;
}
.ot-image-box__content > i {
  font-size: 40px;
  color: #fff;
  opacity: 0;
  display: block;
  margin-bottom: 24px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-image-box__content svg {
  color: #fff;
  width: 40px;
  height: 40px;
  opacity: 0;
  margin-bottom: 24px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-image-box__content .image-box-title {
  display: block;
  color: #fff;
  font-size: 20px;
  margin-bottom: 16px;
  line-height: 26px;
  font-weight: 600;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-image-box__content .image-box-title a {
  color: #fff;
}
.ot-image-box__content .image-box-title a:hover {
  color: #4f46e5;
}
.ot-image-box__content .image-box-des {
  line-height: 28px;
  font-size: 16px;
  color: #94a3b8;
  margin-bottom: 16px;
}
.ot-image-box__content .image-box-des > :last-child {
  margin-bottom: 0;
}
.ot-image-box__content .image-box-btn {
  font-size: 16px;
  font-weight: 600;
}
.ot-image-box__content .image-box-btn a {
  display: inline-flex;
  line-height: 1;
  color: #fff;
}
.ot-image-box__content .image-box-btn a i {
  margin-left: 10px;
}
.ot-image-box__content.top {
  top: 0;
  bottom: auto;
}
.ot-image-box__content.middle {
  bottom: 50%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.ot-image-box:hover .image-box-des {
  opacity: 1;
  width: auto;
  height: auto;
}
.ot-image-box:hover .ot-image-box__overlay {
  top: 0;
}
.ot-image-box:hover .ot-image-box__content i, .ot-image-box:hover .ot-image-box__content svg {
  opacity: 1;
}
.ot-image-box.img-scale:not(.img-rotate) img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-image-box.img-scale:not(.img-rotate):hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ot-image-box.img-rotate:not(.img-scale) img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-image-box.img-rotate:not(.img-scale):hover img {
  transform: rotate(3deg) scale(1.1);
}
.ot-image-box.img-scale.img-rotate img {
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-image-box.img-scale.img-rotate:hover img {
  transform: rotate(3deg) scale(1.1);
}
.ot-image-box.style__show .ot-image-box__content .image-box-des {
  opacity: 1;
}
.ot-image-box.style__hidden .image-box-des {
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-image-box.style__hidden:hover .image-box-des {
  opacity: 1;
  width: auto;
  height: auto;
}
.ot-image-box.style__under .ot-image-box__img {
  position: relative;
  overflow: hidden;
}
.ot-image-box.style__under .ot-image-box__img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(15, 23, 42, 0.3);
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
}
.ot-image-box.style__under:hover .ot-image-box__img:before {
  opacity: 1;
}
.ot-image-box.style__under .ot-image-box__overlay {
  display: none;
}
.ot-image-box.style__under .ot-image-box__content {
  position: relative;
}
.ot-image-box.style__under .ot-image-box__content .image-box-title, .ot-image-box.style__under .ot-image-box__content .image-box-title a {
  color: #161c2d;
}
.ot-image-box.style__under .ot-image-box__content .image-box-title:hover, .ot-image-box.style__under .ot-image-box__content .image-box-title a:hover {
  color: #4f46e5;
}
.ot-image-box.style__under .ot-image-box__content i {
  opacity: 1;
}
.ot-image-box.style__under .ot-image-box__content .image-box-des {
  opacity: 1;
}
.ot-image-box.style__under .ot-image-box__content .image-box-btn a {
  color: #161c2d;
}
.ot-image-box.style__under .ot-image-box__content .image-box-btn a:hover {
  color: #4f46e5;
}
.ot-image-box.hidden__under .ot-image-box__content {
  position: absolute;
  left: 0;
  bottom: -100%;
  padding: 16px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background-color: rgba(15, 23, 42, 0.8);
}
.ot-image-box.hidden__under:hover .ot-image-box__content {
  bottom: 0;
}

.ot-image-parallax {
  overflow: hidden;
  min-height: 600px;
}

/* Donate Box */
.ot-donate-box {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-donate-box .ot-donate-img-box {
  position: relative;
  overflow: hidden;
}
.ot-donate-box .ot-donate-img-box .ot-donate-box__btn {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -96px;
  text-align: center;
  padding: 16px;
  background-color: rgba(15, 23, 42, 0.8);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-donate-box .ot-donate-img-box .ot-donate-box__btn a {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  padding: 5px 16px;
  color: #fff;
  background-color: #4f46e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ot-donate-box .ot-donate-img-box .ot-donate-box__btn a:hover {
  background-color: #4338ca;
}
.ot-donate-box .ot-donate-box__content {
  padding: 24px;
}
.ot-donate-box .ot-donate-box__content .donate-box-title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 8px;
}
.ot-donate-box .ot-donate-box__content .donate-box-des {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 12px;
}
.ot-donate-box .ot-donate-box__content .ot-donate-box__progress-heading {
  margin-bottom: 8px;
}
.ot-donate-box .ot-donate-box__content .ot-donate-box__progress-heading span {
  font-size: 16px;
  line-height: 24px;
}
.ot-donate-box .ot-donate-box__content .ot-donate-box__progress-bar {
  margin-bottom: 12px;
  height: 6px;
  background-color: #f3f4f6;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.ot-donate-box .ot-donate-box__content .ot-donate-box__progress-bar .ot-donate-box__progress-percent {
  position: relative;
  height: 100%;
  width: 45%;
  background-color: #4f46e5;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-donate-box .ot-donate-box__content .ot-donate-box__progress-raised, .ot-donate-box .ot-donate-box__content .ot-donate-box__progress-goal {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #4f46e5;
}
.ot-donate-box .ot-donate-box__content .raised {
  color: #161c2d;
}
.ot-donate-box:hover {
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
}
.ot-donate-box:hover .ot-donate-box__btn {
  bottom: 0;
}

/* Image Gallery */
.ot-image-gallery {
  position: relative;
  overflow: hidden;
}
.ot-image-gallery.img-scale .gallery-item .gallery-icon {
  position: relative;
  overflow: hidden;
}
.ot-image-gallery.img-scale .gallery-item a {
  display: block;
}
.ot-image-gallery.img-scale .gallery-item:hover a {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/* Image List */
.ot-image-list {
  position: relative;
  overflow: hidden;
}
.ot-image-list .image-list__item {
  float: left;
  width: 33.333333%;
  padding: 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ot-image-list .tmeta {
  padding: 20px 20px 0;
  background-color: rgba(79, 70, 229, 0.05);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
}
.ot-image-list .tmeta img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
}
.ot-image-list .tcontent {
  padding: 16px 12px 0;
}
.ot-image-list .tcontent h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 4px;
}
.ot-image-list .tcontent h6 a {
  color: #161c2d;
}
.ot-image-list .tcontent span {
  color: #94a3b8;
  font-size: 16px;
  line-height: 24px;
}

.ilist-cols-1 .image-list__item {
  float: left;
  width: 100%;
}

.ilist-cols-2 .image-list__item {
  float: left;
  width: 50%;
}

.ilist-cols-3 .image-list__item {
  float: left;
  width: 33.333333%;
}

.ilist-cols-4 .image-list__item {
  float: left;
  width: 25%;
}

.ilist-cols-5 .image-list__item {
  float: left;
  width: 20%;
}

.ilist-cols-6 .image-list__item {
  float: left;
  width: 16.666667%;
}

@media (min-width: 1200px) {
  .ilist-cols-2 .image-list__item:nth-child(2n+1) {
    clear: both;
  }

  .ilist-cols-3 .image-list__item:nth-child(3n+1) {
    clear: both;
  }

  .ilist-cols-4 .image-list__item:nth-child(4n+1) {
    clear: both;
  }

  .ilist-cols-5 .image-list__item:nth-child(5n+1) {
    clear: both;
  }

  .ilist-cols-6 .image-list__item:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .ilist-tablet-cols-1 .image-list__item {
    float: left;
    width: 100%;
  }

  .ilist-tablet-cols-2 .image-list__item {
    float: left;
    width: 50%;
  }

  .ilist-tablet-cols-3 .image-list__item {
    float: left;
    width: 33.333333%;
  }

  .ilist-tablet-cols-4 .image-list__item {
    float: left;
    width: 25%;
  }

  .ilist-tablet-cols-5 .image-list__item {
    float: left;
    width: 20%;
  }

  .ilist-tablet-cols-6 .image-list__item {
    float: left;
    width: 16.666667%;
  }
}
@media (max-width: 767px) {
  .ilist-mobile-cols-1 .image-list__item {
    float: left;
    width: 100%;
  }

  .ilist-mobile-cols-2 .image-list__item {
    float: left;
    width: 50%;
  }

  .ilist-mobile-cols-3 .image-list__item {
    float: left;
    width: 33.333333%;
  }

  .ilist-mobile-cols-4 .image-list__item {
    float: left;
    width: 25%;
  }

  .ilist-mobile-cols-5 .image-list__item {
    float: left;
    width: 20%;
  }

  .ilist-mobile-cols-6 .image-list__item {
    float: left;
    width: 16.666667%;
  }
}
.ot-domain-slider {
  text-align: center;
}
.ot-domain-slider .domain-image {
  padding: 16px;
}
.ot-domain-slider .domain-image img {
  width: 64px;
  display: inline-block;
  margin-bottom: 12px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
}
.ot-domain-slider .domain-slider-item {
  position: relative;
  overflow: hidden;
  margin: 8px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
}
.ot-domain-slider .domain-slider-item .domain-name {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #161c2d;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-domain-slider .domain-slider-item .domain-desc {
  color: #94a3b8;
}
.ot-domain-slider .domain-slider-item .domain-price-wrap {
  padding: 16px;
  background-color: #4f46e5;
}
.ot-domain-slider .domain-slider-item .domain-price-wrap .price-sub {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.ot-domain-slider .domain-slider-item .domain-price-wrap .domain-currency {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}
.ot-domain-slider .domain-slider-item .domain-price-wrap .domain-price {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin: 0 4px;
  color: white;
}
.ot-domain-slider .domain-slider-item .domain-price-wrap .domain-period {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.7);
}

.domain-price-main {
  -ms-flex-pack: center;
  justify-content: center;
}

.ot-align-left .domain-price-main {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.ot-align-right .domain-price-main {
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.ot-image-slider.img-overlay figure, .ot-image-slider.img-overlay .slide-image > a {
  position: relative;
}
.ot-image-slider.img-overlay figure:before, .ot-image-slider.img-overlay .slide-image > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(79, 70, 229, 0.7);
  opacity: 0;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-image-slider.img-overlay figure:hover:before, .ot-image-slider.img-overlay .slide-image > a:hover:before {
  opacity: 1;
}
.ot-image-slider.img-overlay figure img, .ot-image-slider.img-overlay .slide-image > a img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-image-slider.img-scale .slide-image {
  overflow: hidden;
}
.ot-image-slider.img-scale .slide-image img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-image-slider.img-scale .slide-image:hover img {
  transform: scale(1.1);
}
.ot-image-slider.img-scale.img-rotate .slide-image:hover img {
  transform: rotate(3deg) scale(1.1);
}
.ot-image-slider .slider-content {
  padding: 16px 16px 0 16px;
}
.ot-image-slider .slider-content h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  color: #161c2d;
  margin-bottom: 0;
}
.ot-image-slider .slider-content h4 a {
  color: #161c2d;
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
}
.ot-image-slider .slider-content h4 a:hover {
  color: #4f46e5;
}
.ot-image-slider .slider-content h4 a.text-link:after {
  display: none;
}
.ot-image-slider .slider-content .slider-sub {
  font-size: 16px;
  line-height: 24px;
  color: #94a3b8;
}
.ot-image-slider .slider-content .slider-desc {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
}
.ot-image-slider .slider-content.content_style2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
.ot-image-slider .image-slider-item {
  position: relative;
}
.ot-image-slider.img-popup .owl-item {
  cursor: pointer;
}

.ot-bg-slider .slide-bg {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.ot-bg-slider .slide-bg-image {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.ot-bg-slider .slide-bg-animation {
  -webkit-animation: 100s ppb_kenburns linear infinite alternate;
  animation: 100s ppb_kenburns linear infinite alternate;
}
.ot-bg-slider .slide-bg-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, transparent, #161c2d);
}
.ot-bg-slider .slide-bg-inner {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-bg-slider .slide-bg-title {
  font-size: 48px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 24px;
  color: #fff;
}
.ot-bg-slider .slide-bg-sub {
  font-size: 18px;
  line-height: 28px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 32px;
}
.ot-bg-slider .slide-bg-content a {
  color: #fff;
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.ot-bg-slider .slide-bg-content a:hover, .ot-bg-slider .slide-bg-content a:focus {
  background-color: #4338ca;
  border-color: #4338ca;
}

@-webkit-keyframes ppb_kenburns {
  0% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
  25% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.3) translate(10%, 10%);
    transform: scale(1.3) translate(10%, 10%);
  }
  75% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
}
@keyframes ppb_kenburns {
  0% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
  25% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  50% {
    -webkit-transform: scale(1.3) translate(10%, 10%);
    transform: scale(1.3) translate(10%, 10%);
  }
  75% {
    -webkit-transform: scale(1) translate(0, 0);
    transform: scale(1) translate(0, 0);
  }
  100% {
    -webkit-transform: scale(1.3) translate(-10%, 10%);
    transform: scale(1.3) translate(-10%, 10%);
  }
}
.ot-filter-box .filter-items {
  text-align: center;
  margin-bottom: 12px;
}
.ot-filter-box .filter-items li {
  position: relative;
  display: inline-block;
  margin: 0 8px;
}
.ot-filter-box .filter-items li a {
  display: block;
  font-weight: 600;
  color: #94a3b8;
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
.ot-filter-box .filter-items li a.selected {
  color: #161c2d;
  border-color: #161c2d;
}
.ot-filter-box .filter-items li a:hover {
  color: #161c2d;
  border-color: #161c2d;
}
.ot-filter-box.img_hspin .filter-content-item:hover img {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite;
}
.ot-filter-box .filter-content-items {
  position: relative;
  overflow: hidden;
}
.ot-filter-box .filter-content-items .filter-content-item {
  padding: 16px;
}
.ot-filter-box .filter-content-items .filter-inner {
  position: relative;
  overflow: hidden;
}
.ot-filter-box .filter-content-items .filter-image {
  margin-bottom: 16px;
}
.ot-filter-box .filter-content-items .ftitle {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #161c2d;
  margin-bottom: 8px;
}
.ot-filter-box .filter-content-items .fdesc {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 8px;
}
.ot-filter-box .filter-content-items .fprice {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #4f46e5;
}
.ot-filter-box .grid-sizer {
  float: left;
  width: 33.3333333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ot-filter-box.pf_2_cols .grid-sizer {
  width: 50%;
}
.ot-filter-box.pf_4_cols .grid-sizer {
  width: 25%;
}
.ot-filter-box.pf_5_cols .grid-sizer {
  width: 20%;
}
.ot-filter-box.pf_6_cols .grid-sizer {
  width: 16.6666666667%;
}
.ot-filter-box.pf_2_cols .filter-content-item {
  float: left;
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ot-filter-box.pf_4_cols .filter-content-item {
  float: left;
  width: 25%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ot-filter-box.pf_5_cols .filter-content-item {
  float: left;
  width: 20%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ot-filter-box.pf_6_cols .filter-content-item {
  float: left;
  width: 16.6666666667%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 1199px) {
  .ot-filter-box.pf_4_cols .grid-sizer,
.ot-filter-box.pf_5_cols .grid-sizer,
.ot-filter-box.pf_6_cols .grid-sizer,
.ot-filter-box.pf_4_cols .filter-content-item,
.ot-filter-box.pf_5_cols .filter-content-item,
.ot-filter-box.pf_6_cols .filter-content-item {
    width: 33.333333%;
  }
}
@media only screen and (max-width: 991px) {
  .ot-filter-box .filter-content-item,
.ot-filter-box .grid-sizer,
.ot-filter-box.pf_4_cols .grid-sizer,
.ot-filter-box.pf_5_cols .grid-sizer,
.ot-filter-box.pf_6_cols .grid-sizer,
.ot-filter-box.pf_4_cols .filter-content-item,
.ot-filter-box.pf_5_cols .filter-content-item,
.ot-filter-box.pf_6_cols .filter-content-item {
    width: 50%;
  }
}
@media only screen and (max-width: 600px) {
  .ot-filter-box .filter-content-item,
.ot-filter-box .grid-sizer,
.ot-filter-box.pf_4_cols .filter-content-item,
.ot-filter-box.pf_5_cols .filter-content-item,
.ot-filter-box.pf_6_cols .filter-content-item,
.ot-filter-box.pf_2_cols .filter-content-item {
    width: 100%;
  }
}
/**** isotope filtering ****/
.project_filters {
  text-align: center;
  margin-bottom: 16px;
  padding-left: 0;
}
.project_filters.underline li {
  margin-left: 6px;
  margin-right: 6px;
}
.project_filters.underline li a {
  font-size: 16px;
  line-height: 24px;
  border-bottom: 0;
}
.project_filters.underline li a:focus, .project_filters.underline li a:active {
  color: #94a3b8;
}
.project_filters.underline li a.selected, .project_filters.underline li a:hover {
  color: #161c2d;
}
.project_filters.underline li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 0;
  height: 0;
  background-color: rgba(79, 70, 229, 0.4);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.project_filters.underline li a.selected:after, .project_filters.underline li a:hover:after {
  left: 0;
  height: 5px;
  right: auto;
  width: 100%;
}

.project_filters li {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0 8px 12px 8px;
}
.project_filters li:last-child {
  margin-right: 0;
}
.project_filters li:first-child {
  margin-left: 0;
}

.project_filters li a {
  display: block;
  font-weight: 600;
  color: #94a3b8;
  font-size: 18px;
  line-height: 28px;
  border-bottom: 1px solid transparent;
}
.project_filters li a:focus, .project_filters li a:active {
  color: #161c2d;
  border-color: #161c2d;
}
.project_filters li a.selected, .project_filters li a:hover {
  color: #161c2d;
  border-color: #161c2d;
}

/* projects-grid
================================================== */
.projects-grid .project-item,
.projects-grid .grid-sizer {
  float: left;
  width: 33.3333333333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.projects-grid .project-item.double_wh, .projects-grid .project-item.double_w,
.projects-grid .grid-sizer.double_wh,
.projects-grid .grid-sizer.double_w {
  width: 66.66666666%;
}

.projects-grid.pf_6_cols .project-item,
.projects-grid.pf_6_cols .grid-sizer {
  width: 16.66666667%;
}
.projects-grid.pf_6_cols .project-item.double_wh, .projects-grid.pf_6_cols .project-item.double_w,
.projects-grid.pf_6_cols .grid-sizer.double_wh,
.projects-grid.pf_6_cols .grid-sizer.double_w {
  width: 33.3333333333%;
}

.projects-grid.pf_5_cols .project-item,
.projects-grid.pf_5_cols .grid-sizer {
  width: 20%;
}
.projects-grid.pf_5_cols .project-item.double_wh, .projects-grid.pf_5_cols .project-item.double_w,
.projects-grid.pf_5_cols .grid-sizer.double_wh,
.projects-grid.pf_5_cols .grid-sizer.double_w {
  width: 40%;
}

.projects-grid.pf_4_cols .project-item,
.projects-grid.pf_4_cols .grid-sizer {
  width: 25%;
}
.projects-grid.pf_4_cols .project-item.double_wh, .projects-grid.pf_4_cols .project-item.double_w,
.projects-grid.pf_4_cols .grid-sizer.double_wh,
.projects-grid.pf_4_cols .grid-sizer.double_w {
  width: 50%;
}

.projects-grid.pf_2_cols .project-item,
.projects-grid.pf_2_cols .grid-sizer {
  width: 50%;
}
.projects-grid.pf_2_cols .project-item.double_wh, .projects-grid.pf_2_cols .project-item.double_w,
.projects-grid.pf_2_cols .grid-sizer.double_wh,
.projects-grid.pf_2_cols .grid-sizer.double_w {
  width: 100%;
}

.project-filter-wrapper .projects-grid .project-item {
  padding: 16px;
}
.project-filter-wrapper .projects-grid .project-item.double_w .projects-thumbnail img {
  margin-top: -15px;
}

.projects-grid {
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.ot-project-slider .custom-nav {
  margin-bottom: 0;
}
.ot-project-slider .ot-custom-dots .owl-dot {
  padding: 0;
  background: transparent;
}
.ot-project-slider .ot-custom-dots .owl-dot:first-child {
  padding-left: 0;
}
.ot-project-slider .ot-custom-dots .owl-dot:first-child span {
  margin-left: 0;
}
.ot-project-slider .ot-custom-dots .owl-dot:last-child {
  padding-right: 0;
}
.ot-project-slider .ot-custom-dots .owl-dot:last-child span {
  margin-right: 0;
}
.ot-project-slider .ot-custom-dots .owl-dot span {
  background: rgba(79, 70, 229, 0.3);
  margin: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-project-slider .ot-custom-dots .owl-dot.active span, .ot-project-slider .ot-custom-dots .owl-dot:hover span {
  background: #4f46e5;
}
.ot-project-slider .owl-nav {
  margin: 0;
}
.ot-project-slider .owl-nav [class*=owl-] {
  position: absolute;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #161c2d;
  outline: none;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  top: 50%;
  left: 0;
  background: #ffffff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
}
.ot-project-slider .owl-nav [class*=owl-] i:before {
  font-size: 16px;
}
.ot-project-slider .owl-nav [class*=owl-]:hover {
  background-color: #4f46e5;
  color: #fff;
}
.ot-project-slider .owl-nav button.owl-prev {
  background-color: #fff;
}
.ot-project-slider .owl-nav button.owl-next {
  background-color: #fff;
  right: 0;
  left: auto;
}

.projects-grid,
.ot-project-slider {
  position: relative;
  /* info style 1 */
  /* info style 2 */
  /* info Around */
  /* info On Bottom */
}
.projects-grid.style-2 .portfolio-info,
.ot-project-slider.style-2 .portfolio-info {
  background: none;
  position: static;
  opacity: 1;
}
.projects-grid.style-2 .portfolio-info .portfolio-info-inner,
.ot-project-slider.style-2 .portfolio-info .portfolio-info-inner {
  position: relative;
  padding: 12px 0 0;
}
.projects-grid.style-2 .portfolio-info h5,
.ot-project-slider.style-2 .portfolio-info h5 {
  margin-bottom: 4px;
}
.projects-grid.style-2 .portfolio-info h5 a,
.ot-project-slider.style-2 .portfolio-info h5 a {
  color: #161c2d;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
}
.projects-grid.style-2 .portfolio-info h5 a:hover,
.ot-project-slider.style-2 .portfolio-info h5 a:hover {
  color: #4f46e5;
}
.projects-grid.style-2 .portfolio-info .portfolio-cates a,
.ot-project-slider.style-2 .portfolio-info .portfolio-cates a {
  color: #94a3b8;
}
.projects-grid.style-2 .projects-thumbnail,
.ot-project-slider.style-2 .projects-thumbnail {
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.projects-grid.style-2 .projects-thumbnail .overlay-pj,
.ot-project-slider.style-2 .projects-thumbnail .overlay-pj {
  display: none;
}
.projects-grid.style-2 .projects-box:hover .overlay,
.ot-project-slider.style-2 .projects-box:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.projects-grid.style-3 .projects-thumbnail,
.ot-project-slider.style-3 .projects-thumbnail {
  position: relative;
  background-color: #4f46e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-grid.style-3 .projects-thumbnail .overlay-pj,
.ot-project-slider.style-3 .projects-thumbnail .overlay-pj {
  display: none;
}
.projects-grid.style-3 .projects-thumbnail img,
.ot-project-slider.style-3 .projects-thumbnail img {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.projects-grid.style-3 .projects-box:hover .overlay,
.ot-project-slider.style-3 .projects-box:hover .overlay {
  visibility: visible;
  opacity: 1;
}
.projects-grid.style-3 .projects-box:hover .projects-thumbnail,
.ot-project-slider.style-3 .projects-box:hover .projects-thumbnail {
  padding: 10px;
}
.projects-grid.style-3 .portfolio-info,
.ot-project-slider.style-3 .portfolio-info {
  height: auto;
  width: auto;
  left: 20px;
  right: 20px;
  top: 20px;
  bottom: 20px;
}
.projects-grid.style-3 .portfolio-info .portfolio-info-inner,
.ot-project-slider.style-3 .portfolio-info .portfolio-info-inner {
  padding: 12px;
  width: auto;
  background-color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.projects-grid.style-3 .projects-box:hover .portfolio-info .portfolio-info-inner,
.ot-project-slider.style-3 .projects-box:hover .portfolio-info .portfolio-info-inner {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.projects-grid.style-3.projects-grid.img-scale .projects-box:hover img, .projects-grid.style-3.ot-project-slider.img-scale .projects-box:hover img,
.ot-project-slider.style-3.projects-grid.img-scale .projects-box:hover img,
.ot-project-slider.style-3.ot-project-slider.img-scale .projects-box:hover img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.projects-grid.style-4 .projects-thumbnail .overlay-pj,
.ot-project-slider.style-4 .projects-thumbnail .overlay-pj {
  display: none;
}
.projects-grid.style-4 .portfolio-info,
.ot-project-slider.style-4 .portfolio-info {
  position: relative;
  height: auto;
  width: auto;
  left: auto;
  right: auto;
  top: auto;
  bottom: auto;
}
.projects-grid.style-4 .portfolio-info .portfolio-info-inner,
.ot-project-slider.style-4 .portfolio-info .portfolio-info-inner {
  width: auto;
  left: 8px;
  right: 8px;
  bottom: 8px;
  padding: 12px;
  background-color: #fff;
  -webkit-transform: translateY(208px);
  -ms-transform: translateY(208px);
  transform: translateY(208px);
}
.projects-grid.style-4 .projects-box:hover .portfolio-info .portfolio-info-inner,
.ot-project-slider.style-4 .projects-box:hover .portfolio-info .portfolio-info-inner {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.projects-grid.img-scale .projects-box:hover img,
.ot-project-slider.img-scale .projects-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.projects-grid.img-rolate .projects-box:hover img,
.ot-project-slider.img-rolate .projects-box:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.projects-grid.img-scale.img-rolate .projects-box:hover img,
.ot-project-slider.img-scale.img-rolate .projects-box:hover img {
  -webkit-transform: scale(1.1) rotate(3deg);
  -ms-transform: scale(1.1) rotate(3deg);
  transform: scale(1.1) rotate(3deg);
}
.projects-grid.no-cat .portfolio-cates,
.ot-project-slider.no-cat .portfolio-cates {
  display: none;
}

/* projects-box */
.projects-box {
  position: relative;
  overflow: hidden;
}
.projects-box .overlay-pj {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.8);
  top: 8px;
  left: 8px;
  bottom: 8px;
  right: 8px;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-box .overlay-pj .linkout {
  position: absolute;
  right: 16px;
  top: 16px;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  width: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  background-color: #4f46e5;
  border: 1px solid #4f46e5;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.projects-box .portfolio-info {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-box .portfolio-info .overlay {
  opacity: 1;
  background: transparent;
  z-index: 0;
}
.projects-box .portfolio-info .portfolio-info-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 0 0 24px 24px;
  width: 100%;
  z-index: 1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-box .portfolio-info h5 {
  margin-bottom: 0;
}
.projects-box .portfolio-info h5 a {
  color: #161c2d;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.projects-box .portfolio-info h5 a:hover {
  color: #4f46e5;
}
.projects-box .portfolio-info .portfolio-cates {
  color: #94a3b8;
  font-size: 16px;
  margin-bottom: 0;
}
.projects-box .portfolio-info .portfolio-cates a {
  color: #94a3b8;
  line-height: 26px;
}
.projects-box .portfolio-info .portfolio-cates a:before {
  content: "";
  background: #161c2d;
  margin: 0 8px;
  width: 3px;
  height: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.projects-box .portfolio-info .portfolio-cates a:first-child:before {
  display: none;
}
.projects-box .portfolio-info .portfolio-exc {
  font-size: 16px;
  margin-top: 14px;
}
.projects-box .portfolio-info .portfolio-exc p {
  margin-bottom: 0;
}
.projects-box .portfolio-info .portfolio-btn {
  margin-top: 12px;
  font-size: 16px;
  font-weight: 500;
}
.projects-box .portfolio-info .portfolio-btn a {
  display: inline-flex;
  line-height: 1;
  color: #161619;
}
.projects-box .portfolio-info .portfolio-btn a i {
  margin-left: 10px;
}
.projects-box .portfolio-info .portfolio-btn a i:before {
  font-size: 17px;
}
.projects-box .portfolio-info .portfolio-btn a:hover {
  color: #4f46e5;
}
.projects-box .projects-thumbnail {
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.projects-box .projects-thumbnail .overlay {
  display: none;
}
.projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-box:hover .portfolio-info, .projects-box:hover .overlay-pj {
  opacity: 1;
}

.no-info .portfolio-info {
  display: none;
}

.no-exc .portfolio-exc {
  display: none;
}

/*** load more button ***/
.btn-block {
  text-align: center;
  clear: both;
}
.btn-block .octf-btn {
  margin-top: 50px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.6s;
  -moz-transition-duration: 0.6s;
  -ms-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

/* End: Recommended Isotope styles */
/* project carousel */
.project-slider .projects-box {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.project-slider .projects-box img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.project-slider .projects-box .portfolio-info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 45px 50px;
  width: 100%;
  z-index: 1;
}
.project-slider .projects-box .portfolio-info h5 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 600;
}
.project-slider .projects-box .portfolio-info h5 a {
  color: #fff;
}
.project-slider .projects-box .portfolio-info .portfolio-cates {
  color: #e9e9e9;
  font-family: "Lexend", sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.project-slider .projects-box .portfolio-info .portfolio-cates a {
  color: #e9e9e9;
  line-height: 1;
  display: inline;
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #e9e9e9, #f5f5f5);
}
.project-slider .projects-box .portfolio-info .portfolio-cates a:hover {
  background-size: 100% 1px;
}
.project-slider .projects-box .portfolio-info .portfolio-cates span:first-child {
  display: none;
}
.project-slider.img-scale .projects-box:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
}
.project-slider.no-cat .portfolio-info h5 {
  margin-bottom: 0;
}
.project-slider.no-cat .portfolio-cates {
  display: none;
}

.project-bottom {
  border-top: 1px solid #d2e1e6;
  padding-bottom: 100px;
}

.single-portfolio-navigation {
  padding-top: 50px;
}
.single-portfolio-navigation .post-nav {
  margin-bottom: 0;
}
.single-portfolio-navigation .info-post span span {
  margin: 0 3px;
}
.single-portfolio-navigation .info-post span span:last-child {
  display: none;
}

.portfolio-related-posts-wrap {
  padding-top: 90px;
}
.portfolio-related-posts-wrap .portfolio-exc {
  display: none;
}

.portfolio-related-title-wrap h2 {
  margin-bottom: 40px;
}

@media only screen and (max-width: 1199px) {
  .projects-grid.pf_4_cols .grid-sizer,
.projects-grid.pf_4_cols .project-item {
    width: 33.333333%;
  }
  .projects-grid.pf_4_cols .grid-sizer.double_wh, .projects-grid.pf_4_cols .grid-sizer.double_w,
.projects-grid.pf_4_cols .project-item.double_wh,
.projects-grid.pf_4_cols .project-item.double_w {
    width: 66.666666%;
  }

  .projects-grid.pf_6_cols .project-item,
.projects-grid.pf_6_cols .grid-sizer,
.projects-grid.pf_5_cols .project-item,
.projects-grid.pf_5_cols .grid-sizer {
    width: 33.333333%;
  }
  .projects-grid.pf_6_cols .project-item.double_wh, .projects-grid.pf_6_cols .project-item.double_w,
.projects-grid.pf_6_cols .grid-sizer.double_wh,
.projects-grid.pf_6_cols .grid-sizer.double_w,
.projects-grid.pf_5_cols .project-item.double_wh,
.projects-grid.pf_5_cols .project-item.double_w,
.projects-grid.pf_5_cols .grid-sizer.double_wh,
.projects-grid.pf_5_cols .grid-sizer.double_w {
    width: 66.666666%;
  }
}
@media only screen and (max-width: 1024px) {
  .project-bottom {
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .heading-project-slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 991px) {
  .heading-project-slider {
    margin-bottom: 40px;
  }
  .heading-project-slider .custom-nav {
    margin-top: 25px;
  }

  .projects-grid .project-item,
.projects-grid .grid-sizer,
.projects-grid.pf_4_cols .grid-sizer,
.projects-grid.pf_4_cols .project-item {
    width: 50%;
  }
  .projects-grid .project-item.double_wh, .projects-grid .project-item.double_w,
.projects-grid .grid-sizer.double_wh,
.projects-grid .grid-sizer.double_w,
.projects-grid.pf_4_cols .grid-sizer.double_wh,
.projects-grid.pf_4_cols .grid-sizer.double_w,
.projects-grid.pf_4_cols .project-item.double_wh,
.projects-grid.pf_4_cols .project-item.double_w {
    width: 100%;
  }

  .projects-grid.pf_6_cols .project-item,
.projects-grid.pf_6_cols .grid-sizer,
.projects-grid.pf_5_cols .project-item,
.projects-grid.pf_5_cols .grid-sizer {
    width: 50%;
  }
  .projects-grid.pf_6_cols .project-item.double_wh, .projects-grid.pf_6_cols .project-item.double_w,
.projects-grid.pf_6_cols .grid-sizer.double_wh,
.projects-grid.pf_6_cols .grid-sizer.double_w,
.projects-grid.pf_5_cols .project-item.double_wh,
.projects-grid.pf_5_cols .project-item.double_w,
.projects-grid.pf_5_cols .grid-sizer.double_wh,
.projects-grid.pf_5_cols .grid-sizer.double_w {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .projects-grid .project-item,
.projects-grid .grid-sizer,
.projects-grid.pf_4_cols .project-item,
.projects-grid.pf_2_cols .project-item {
    width: 100%;
  }

  .projects-grid.pf_6_cols .project-item,
.projects-grid.pf_6_cols .grid-sizer,
.projects-grid.pf_5_cols .project-item,
.projects-grid.pf_5_cols .grid-sizer {
    width: 100%;
  }

  .project_filters li {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.ot-pricing-table {
  position: relative;
  overflow: hidden;
  padding: 32px 24px;
  background-color: #f9fafb;
  border-bottom: 3px solid #e5e7eb;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.ot-pricing-table:hover {
  background-color: #fff;
  border-color: #4f46e5;
}
.ot-pricing-table.hover-scale:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.ot-pricing-table.feature {
  background-color: #fff;
  border-color: #4f46e5;
}
.ot-pricing-table__feature {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: -44px;
  top: -10px;
  width: 128px;
  height: 64px;
  background-color: #f59e0b;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 600;
  padding: 16px 8px 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ot-pricing-table__title {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 20px;
  color: #4f46e5;
}
.ot-pricing-table__sub {
  margin-bottom: 20px;
}
.ot-pricing-table__price {
  font-size: 36px;
  line-height: 40px;
}
.ot-pricing-table__price-main {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #161c2d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ot-pricing-table__period {
  margin-bottom: 4px;
  align-self: end;
}
.ot-pricing-table__features-title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #161c2d;
  margin-bottom: 12px;
}
.ot-pricing-table__features-list {
  font-size: 16px;
  line-height: 24px;
}
.ot-pricing-table__features-list ul, .ot-pricing-table__features-list ol {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: inline-block;
}
.ot-pricing-table__features-list ul li, .ot-pricing-table__features-list ol li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 4px;
}
.ot-pricing-table__features-list ul li:before, .ot-pricing-table__features-list ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  font-family: "unicons-line";
  color: #4f46e5;
  font-size: 18px;
  line-height: 28px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-pricing-table__features-list ul li.feature-true, .ot-pricing-table__features-list ul li.feature-false, .ot-pricing-table__features-list ol li.feature-true, .ot-pricing-table__features-list ol li.feature-false {
  line-height: 28px;
  padding-left: 28px;
}
.ot-pricing-table__features-list ul li.feature-true:before, .ot-pricing-table__features-list ol li.feature-true:before {
  font-size: 20px;
  line-height: 28px;
  color: #059669;
}
.ot-pricing-table__features-list ul li.feature-false:before, .ot-pricing-table__features-list ol li.feature-false:before {
  content: "";
  font-size: 20px;
  line-height: 28px;
  color: #dc2626;
}
.ot-pricing-table .octf-price-link-detail {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  padding: 8px 20px;
  letter-spacing: 0.025em;
  color: #fff;
  background-color: #4f46e5;
  border: 1px solid #4f46e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ot-pricing-table .octf-price-link-detail:hover {
  background-color: #4338ca;
}
.ot-pricing-table__footer {
  margin-top: 20px;
}
.ot-pricing-table__part-right .octf-btn.--price-link-trial {
  max-width: 270px;
  margin-top: 0;
  width: 100%;
}

/* Comparison Table */
article.ot-cpt-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  background-color: #fff;
}

.ot-cpt-fbox-heading, .ot-cpt-heading {
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #161c2d;
  text-align: center;
}

.ot-cpt-wrapper td.ot-cpt-heading,
.ot-cpt-wrapper td.ot-cpt-fbox-heading {
  padding-top: 24px;
  padding-bottom: 24px;
}

.ot-cpt-work {
  padding: 12px;
}
.ot-cpt-work .ot-work-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.ot-cpt-work .ot-work-box .ot-work-image img {
  width: 48px;
  -webkit-border-radius: 99999px;
  -moz-border-radius: 99999px;
  border-radius: 99999px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
}
.ot-cpt-work .ot-work-box .ot-work-info {
  margin-left: 12px;
  text-align: left;
}
.ot-cpt-work .ot-work-box .ot-work-info h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #161c2d;
  margin-bottom: 0;
}
.ot-cpt-work .ot-work-box .ot-work-info span {
  display: block;
  font-size: 12px;
  line-height: 20px;
}
.ot-cpt-work .ot-work-time {
  font-size: 14px;
  line-height: 20px;
  padding: 8px 16px;
  background-color: rgba(79, 70, 229, 0.05);
  color: #4f46e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}

.ot-cpt-wrapper .ot-cpt-feature {
  font-size: 14px;
  line-height: 20px;
  color: #161c2d;
  font-weight: 700;
  padding: 20px 1px;
  text-align: center;
}

.ot-cpt-text span {
  display: inline-block;
  text-align: center;
  min-width: 36px;
  min-height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 36px;
}

.ot-cpt-text span.uil-check-circle {
  color: #39b14a;
  background: rgba(57, 177, 74, 0.1);
}
.ot-cpt-text span.uil-check-circle:before {
  font-size: 20px;
}

.ot-cpt-text span.uil-times-circle {
  color: #4f46e5;
  background: rgba(79, 70, 229, 0.1);
}
.ot-cpt-text span.uil-times-circle:before {
  font-size: 20px;
}

.ot-cpt-btn .octf-btn {
  padding: 18px 40px;
  white-space: normal;
}
.ot-cpt-btn .octf-price-link-detail {
  display: block;
  margin-top: 23px;
  font-size: 16px;
  font-weight: 500;
}

.ot-cpt-wrapper ul {
  display: none;
  top: 0px;
  z-index: 10;
  padding: 0;
  margin: 0;
}

.ot-cpt-wrapper li {
  list-style: none;
  flex: 1;
  position: relative;
}

.ot-cpt-wrapper li:hover {
  cursor: pointer;
}

.ot-cpt-wrapper li.ot-cpt-heading.active {
  background: #f5f5f5;
}

.ot-cpt-wrapper table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.ot-cpt-wrapper th {
  background: #f5f5f5;
  display: none;
}

.ot-cpt-wrapper td,
.ot-cpt-wrapper th {
  vertical-align: middle;
}

.ot-cpt-wrapper table {
  border: none;
}

.ot-cpt-wrapper table th,
.ot-cpt-wrapper table td {
  border: none;
}

.ot-cpt-wrapper table tr td:first-child,
.ot-cpt-wrapper table tr td:last-child,
.ot-cpt-wrapper td,
.ot-cpt-wrapper th {
  empty-cells: show;
}

.ot-cpt-wrapper td,
.ot-cpt-wrapper th {
  text-align: center;
}

.ot-cpt-wrapper td + td,
.ot-cpt-wrapper th + th {
  text-align: center;
}

.ot-cpt-wrapper tr:first-child {
  background: none !important;
}

.ot-cpt-wrapper tr td:nth-child(2) {
  display: table-cell;
}

.ot-cpt-wrapper td:nth-child(1) {
  display: table-cell;
}

.ot-cpt-wrapper td {
  display: none;
}

.ot-cpt-wrapper .sep {
  background: #f5f5f5;
  font-weight: bold;
}

.ot-cpt-price-wrapper {
  font-size: 18px;
  display: block;
  line-height: 1;
  margin-top: 12px;
}

.ot-cpt-wrapper .ot-cpt-period {
  align-self: flex-start;
}

.feature-heading-blank.ot-cpt-wrapper .hide {
  border: unset !important;
  background: unset !important;
}

.ot-cpt-wrapper .hide.ot-cpt-hide.ot-cpt-fbox-heading {
  border: 0px solid black;
}

.ot-cpt-btn:hover {
  color: #fff;
}

.ot-cpt-wrapper i.fa.fa-check,
.ot-cpt-wrapper i.fas.fa-check {
  color: #38f146;
}

.ot-cpt-wrapper i.fa.fa-close,
.ot-cpt-wrapper i.fas.fa-times {
  color: #ff0000;
}

.button-heading-blank.ot-cpt-wrapper tr:last-child td:first-child {
  background: none !important;
  border: none !important;
}

.ot-cpt-wrapper tr:last-child {
  background: none !important;
}

.ot-cpt-wrapper tbody tr:nth-child(2) {
  background: none !important;
}

.ot-cpt-wrapper .hide.ot-cpt-hide {
  display: none !important;
}

@media (min-width: 1025px) {
  .ot-cpt-wrapper .ot-cpt-btn {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .ot-cpt-wrapper td,
.ot-cpt-wrapper .ot-cpt-header {
    width: 142px;
  }

  .ot-cpt-wrapper td + td,
.ot-cpt-wrapper th + th {
    width: auto;
  }

  .ot-cpt-wrapper td,
.ot-cpt-wrapper th {
    display: table-cell !important;
  }
}
@media (max-width: 1024px) {
  .ot-cpt-wrapper ul {
    display: flex;
    overflow-x: auto;
  }

  .ot-cpt-wrapper tbody tr.ot-cpt-header {
    display: none;
  }

  .ot-cpt-wrapper tbody tr.ot-cpt-header {
    display: none;
  }

  .ot-cpt-wrapper .hide.ot-cpt-hide.ot-cpt-fbox-heading {
    display: flex !important;
    align-items: center;
  }

  .ot-cpt-fbox-heading, .ot-cpt-heading {
    height: auto;
    min-height: 90px;
    min-width: 150px;
  }
}
@media (max-width: 1024px) {
  .ot-pricing-table {
    margin: auto;
  }
  .ot-pricing-table.--horizontal {
    padding: 60px;
  }
  .ot-pricing-table__part-left {
    border-bottom: 1px solid #d2e1e6;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
}
@media (max-width: 650px) {
  .ot-cpt-btn .octf-btn {
    padding: 12px 15px;
  }
}
@media (max-width: 480px) {
  .ot-pricing-table {
    max-width: 100%;
  }
  .ot-pricing-table.--horizontal {
    padding: 50px 30px;
  }
  .ot-pricing-table__part-left {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}
/* Pricing Table Hosting */
.opt-hosting {
  text-align: center;
  overflow: hidden;
}
.opt-hosting .ot-pricing-table__header {
  padding: 32px 24px;
  border-bottom: 1px solid #f3f4f6;
}
.opt-hosting .opt-hosting__title {
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 16px;
}
.opt-hosting .opt-hosting__price {
  padding: 24px;
}
.opt-hosting .opt-hosting__price .opt-hosting-switch {
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
}
.opt-hosting .opt-hosting__price .opt-hosting-switch span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  color: #161c2d;
  padding: 4px 16px;
  cursor: pointer;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.opt-hosting .opt-hosting__price .opt-hosting-switch span.active {
  color: #fff;
  background-color: #4f46e5;
}
.opt-hosting .opt-hosting__price .opt-hosting-switch span.active:hover {
  color: #fff;
}
.opt-hosting .opt-hosting__price .opt-hosting-switch span:hover {
  color: #4f46e5;
}
.opt-hosting .opt-hosting__price .opt-hosting__price-main {
  margin-bottom: 24px;
}
.opt-hosting .opt-hosting__price .opt-hosting__price-month, .opt-hosting .opt-hosting__price .opt-hosting__price-year {
  -ms-flex-pack: center;
  justify-content: center;
}
.opt-hosting .opt-hosting__price .opt-hosting__currency, .opt-hosting .opt-hosting__price .opt-hosting__period {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}
.opt-hosting .opt-hosting__price .opt-hosting__period {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.opt-hosting .opt-hosting__price .opt-hosting__price-item {
  font-size: 30px;
  line-height: 36px;
  font-weight: 600;
  color: #161c2d;
  margin-right: 4px;
  margin-left: 4px;
}
.opt-hosting .opt-hosting__price .opt-hosting-btn-cart a {
  color: #4f46e5;
  background-color: rgba(79, 70, 229, 0.05);
  border-color: rgba(79, 70, 229, 0.05);
}
.opt-hosting .opt-hosting__price .opt-hosting-btn-cart a:hover {
  color: #fff;
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.opt-hosting .opt-hosting__desc {
  padding: 12px 24px;
  background-color: #f9fafb;
}
.opt-hosting .opt-hosting__features-list {
  text-align: left;
  padding: 24px;
  border-bottom: 1px solid #f3f4f6;
  margin-bottom: 0;
}
.opt-hosting .opt-hosting__footer {
  padding: 16px;
}
.opt-hosting .opt-hosting__footer a {
  color: #4f46e5;
}
.opt-hosting .opt-hosting__feature {
  padding: 16px;
  color: #fff;
  background-color: #4f46e5;
}

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

.ot-switcher > span {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  color: #161c2d;
  padding: 4px 16px;
  line-height: 20px;
  cursor: pointer;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-switcher > span:hover {
  color: #4f46e5;
}
.ot-switcher > span span {
  color: #fff;
  background-color: #f59e0b;
  margin-left: 4px;
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  padding: 2px 10px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}

.ot-switcher > span:first-child {
  margin-right: 5px;
}

.ot-switcher > span.active {
  color: #fff;
  background: #4f46e5;
}

.ot-team {
  position: relative;
  text-align: center;
  background: transparent;
}
.ot-team .effect-thumb {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 98%;
  height: 98%;
  background-color: #4f46e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ot-team .team-box-inner {
  position: relative;
  padding: 24px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.ot-team__thumb {
  position: relative;
  margin-bottom: 16px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-team__thumb .team-social {
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.ot-team__thumb .ot-team__thumb-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  background-image: linear-gradient(to bottom, transparent, #161c2d);
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
}
.ot-team:hover .ot-team__thumb .team-social {
  bottom: 20px;
}
.ot-team:hover .ot-team__thumb .ot-team__thumb-overlay {
  opacity: 1;
}
.ot-team__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ot-team__info h6 {
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 0;
}
.ot-team__info h6 a {
  color: #161c2d;
}
.ot-team__info h6 a:hover {
  color: #4f46e5;
}
.ot-team__info span {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #94a3b8;
  margin-bottom: 16px;
}
.ot-team__info p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 16px;
}
.ot-team .team-box-inner.hover_show .ot-team__thumb {
  display: block;
}
.ot-team .team-box-inner.hover_show .ot-team__info {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-team:hover .team-box-inner.hover_show .ot-team__info {
  opacity: 1;
  bottom: 24px;
}
.ot-team .team-social a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  width: 32px;
  height: 32px;
  line-height: 1;
  color: #161c2d;
  border: 1px solid #f3f4f6;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.ot-team .team-social a svg {
  width: 1em;
  height: 1em;
}
.ot-team .team-social a:hover {
  background-color: #4f46e5;
  color: #fff;
  border-color: #4f46e5;
}

.ot-position-left .ot-team .team-box-inner, .ot-position-right .ot-team .team-box-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ot-position-left .ot-team__thumb, .ot-position-right .ot-team__thumb {
  margin-bottom: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.ot-position-left .ot-team .team-box-inner {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ot-position-left .ot-team__thumb {
  margin-right: 60px;
}

.ot-position-right .ot-team .team-box-inner {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ot-position-right .ot-team__thumb {
  margin-left: 60px;
}

.ot-vertical-align-top .team-box-inner {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ot-vertical-align-middle .team-box-inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.ot-vertical-align-bottom .team-box-inner {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.ot-courses-list {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.ot-courses-list .courses-list__head {
  position: relative;
  overflow: hidden;
}
.ot-courses-list .courses-list__head img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-courses-list .courses-list__head .courses-list__overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(15, 23, 42, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-courses-list .courses-list__head .courses-list__teacher {
  position: absolute;
  bottom: 16px;
  left: 16px;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-courses-list .courses-list__head .courses-list__teacher img {
  width: 48px;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.ot-courses-list .courses-list__head .courses-list__teacher .courses-list__info {
  margin-left: 12px;
}
.ot-courses-list .courses-list__head .courses-list__teacher .courses-list__info h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}
.ot-courses-list .courses-list__head .courses-list__teacher .courses-list__info span {
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.7);
}
.ot-courses-list .courses-list__content {
  position: relative;
  padding: 24px;
}
.ot-courses-list .courses-list__content .courses-list__subject, .ot-courses-list .courses-list__content courses-list__subject a {
  color: #4f46e5;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
}
.ot-courses-list .courses-list__content .courses-list__title, .ot-courses-list .courses-list__content .courses-list__title a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #161c2d;
  margin-bottom: 12px;
}
.ot-courses-list .courses-list__content .courses-list__title a:hover {
  color: #4f46e5;
}
.ot-courses-list .courses-list__content .courses-list__desc {
  margin-bottom: 16px;
}
.ot-courses-list .courses-list__content .courses-list__price {
  position: absolute;
  width: 56px;
  height: 56px;
  right: 24px;
  top: -28px;
  opacity: 0;
  font-size: 16px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
  color: #4f46e5;
  background-color: #fff;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 10px 25px -2px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 10px 25px -2px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 10px 25px -2px rgba(60, 72, 88, 0.15);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-courses-list .courses-list__content .courses-list__divider {
  height: 1px;
  width: 100%;
  margin-bottom: 16px;
  background-color: #94a3b8;
}
.ot-courses-list .courses-list__content .courses-list__meta {
  display: flex;
}
.ot-courses-list .courses-list__content .courses-list__meta div {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  margin-right: 16px;
}
.ot-courses-list .courses-list__content .courses-list__meta div:last-child {
  margin-right: 0;
}
.ot-courses-list .courses-list__content .courses-list__meta div i {
  font-size: 18px;
  line-height: 1;
  color: #161c2d;
  margin-right: 8px;
}
.ot-courses-list .courses-list__item {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0 rgba(60, 72, 88, 0.15);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-courses-list .courses-list__item:hover {
  box-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
}
.ot-courses-list .courses-list__item:hover .courses-list__head > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ot-courses-list .courses-list__item:hover .courses-list__overlay, .ot-courses-list .courses-list__item:hover .courses-list__teacher, .ot-courses-list .courses-list__item:hover .courses-list__price {
  opacity: 1;
}
.ot-courses-list.list_1_cols {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.ot-courses-list.list_2_cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.ot-courses-list.list_4_cols {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

@media (max-width: 1199px) {
  .ot-courses-list.list_4_cols, .ot-courses-list.list_3_cols {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .ot-courses-list.list_4_cols, .ot-courses-list.list_2_cols, .ot-courses-list.list_3_cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
.ot-testimonial-slider .owl-nav {
  margin: 0;
}
.ot-testimonial-slider .owl-nav [class*=owl-] {
  position: absolute;
  z-index: 10;
  width: 32px;
  height: 32px;
  padding: 0;
  color: #161c2d;
  outline: none;
  text-align: center;
  line-height: 32px;
  font-weight: bold;
  top: 50%;
  left: 0;
  background: #ffffff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
}
.ot-testimonial-slider .owl-nav [class*=owl-] i:before {
  font-size: 16px;
}
.ot-testimonial-slider .owl-nav [class*=owl-]:hover {
  background-color: #4f46e5;
  color: #fff;
}
.ot-testimonial-slider .owl-nav button.owl-prev {
  background-color: #fff;
}
.ot-testimonial-slider .owl-nav button.owl-next {
  background-color: #fff;
  right: 0;
  left: auto;
}
.ot-testimonial-slider .ot-custom-dots .owl-dot {
  padding: 0;
  background: transparent;
}
.ot-testimonial-slider .ot-custom-dots .owl-dot:first-child {
  padding-left: 0;
}
.ot-testimonial-slider .ot-custom-dots .owl-dot:first-child span {
  margin-left: 0;
}
.ot-testimonial-slider .ot-custom-dots .owl-dot:last-child {
  padding-right: 0;
}
.ot-testimonial-slider .ot-custom-dots .owl-dot:last-child span {
  margin-right: 0;
}
.ot-testimonial-slider .ot-custom-dots .owl-dot span {
  background: rgba(79, 70, 229, 0.3);
  margin: 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-testimonial-slider .ot-custom-dots .owl-dot.active span, .ot-testimonial-slider .ot-custom-dots .owl-dot:hover span {
  background: #4f46e5;
}

.ot-testimonial-s1__item .tmeta h6 {
  font-weight: 400;
  margin-bottom: 2px;
  line-height: 1;
}
.ot-testimonial-s1__item .tmeta span {
  display: block;
  font-size: 14px;
  text-transform: capitalize;
}
.ot-testimonial-s1__item .tmeta > img {
  z-index: 1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
}

.ot-testimonial-s1 {
  text-align: center;
}
.ot-testimonial-s1 .testi-client-logo img {
  height: 24px;
  margin-bottom: 24px;
}
.ot-testimonial-s1__item {
  position: relative;
}
.ot-testimonial-s1__item .star-rate {
  line-height: 1;
}
.ot-testimonial-s1__item .star-rate img {
  width: auto;
  display: inline-block;
}
.ot-testimonial-s1__item .tcontent {
  font-size: 16px;
  line-height: 26px;
  color: #94a3b8;
  margin: 8px 14px 12px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.ot-testimonial-s1__item .tcontent .ticon {
  color: #4f46e5;
}
.ot-testimonial-s1__item .tcontent .ticon i:before {
  font-size: 48px;
  line-height: 24px;
}
.ot-testimonial-s1__item .tcontent .testi-rating {
  line-height: 24px;
  color: #fbbf24;
  margin-bottom: 0;
}
.ot-testimonial-s1__item .tcontent .testi-rating li {
  display: inline;
}
.ot-testimonial-s1__item .tcontent .tdesc {
  margin-bottom: 12px;
}
.ot-testimonial-s1__item .tmeta img {
  display: inline;
  width: 56px;
  margin-bottom: 8px;
}
.ot-testimonial-s1__item .tinfo h6 {
  font-size: 16px;
  line-height: 24px;
  color: #4f46e5;
  font-weight: 600;
}

.stamp .ot-testimonial-s1__item .tcontent {
  position: relative;
}
.stamp .ot-testimonial-s1__item .tcontent:before {
  position: absolute;
  content: "";
  bottom: -8px;
  inset-inline-start: calc(50% - 8px);
  border-width: 8px;
  border-style: solid;
  border-top-color: transparent;
  border-left-color: transparent;
  border-bottom-color: #fff;
  border-right-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 2px 2px 2px -1px rgba(60, 72, 88, 0.15);
}

.ot-testimonial-s2 {
  text-align: center;
}
.ot-testimonial-s2 .ot-testimonial-s2__item {
  position: relative;
  margin: 12px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.ot-testimonial-s2 .ot-testimonial-s2__item img {
  width: 192px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-testimonial-s2 .ot-testimonial-s2__item .tcontent {
  padding: 24px;
}
.ot-testimonial-s2 .ot-testimonial-s2__item .tcontent .tdesc {
  font-size: 16px;
  line-height: 24px;
}
.ot-testimonial-s2 .ot-testimonial-s2__item .tcontent .tinfo {
  margin-top: 16px;
}
.ot-testimonial-s2 .ot-testimonial-s2__item .tcontent .tinfo h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #4f46e5;
  margin-bottom: 4px;
}
.ot-testimonial-s2 .ot-testimonial-s2__item .tcontent .tinfo span {
  font-size: 14px;
  line-height: 20px;
}
.ot-testimonial-s2.ot-testimonial-slider .owl-nav button {
  box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -webkit-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
  -moz-box-shadow: 0 5px 13px 0 rgba(60, 72, 88, 0.2);
}

@media (min-width: 1024px) {
  .ot-testimonial-s2 {
    text-align: left;
  }
  .ot-testimonial-s2 .ot-testimonial-s2__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ot-testimonial-s2 .ot-testimonial-s2__item img {
    display: block;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
}
.image-position-top .tcontent {
  text-align: center;
}
.image-position-top .tmeta {
  text-align: center;
  flex-direction: column;
}
.image-position-top .tmeta > img {
  width: 80px;
}

@media (max-width: 480px) {
  .ot-testimonial-s1__item .tmeta img {
    margin-right: 15px;
  }
}
.ot-testimonial-list, .ot-testimonial-s3 {
  position: relative;
  overflow: hidden;
}
.ot-testimonial-list .testimonial-list__item, .ot-testimonial-s3 .testimonial-list__item {
  width: 100%;
  padding: 16px;
}
.ot-testimonial-list .testimonial-list__item-inner, .ot-testimonial-s3 .testimonial-list__item-inner {
  padding: 24px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.ot-testimonial-list .testimonial-list__item-inner .tmeta h6, .ot-testimonial-s3 .testimonial-list__item-inner .tmeta h6 {
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 0;
}
.ot-testimonial-list .testimonial-list__item-inner .tmeta span, .ot-testimonial-s3 .testimonial-list__item-inner .tmeta span {
  display: block;
  font-size: 16px;
}
.ot-testimonial-list .testimonial-list__item-inner .tmeta > img, .ot-testimonial-s3 .testimonial-list__item-inner .tmeta > img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 0 3px 0px rgba(60, 72, 88, 0.15);
}
.ot-testimonial-list .testimonial-list__item-inner .testi-divider, .ot-testimonial-s3 .testimonial-list__item-inner .testi-divider {
  width: 100%;
  height: 1px;
  background-color: #f3f4f6;
  margin: 24px 0;
}
.ot-testimonial-list .testimonial-list__item-inner .tcontent .tdesc, .ot-testimonial-s3 .testimonial-list__item-inner .tcontent .tdesc {
  line-height: 26px;
  margin-bottom: 8px;
}
.ot-testimonial-list .testimonial-list__item-inner .tcontent .testi-rating, .ot-testimonial-s3 .testimonial-list__item-inner .tcontent .testi-rating {
  line-height: 24px;
  color: #fbbf24;
  margin-bottom: 0;
}
.ot-testimonial-list .testimonial-list__item-inner .tcontent .testi-rating li, .ot-testimonial-s3 .testimonial-list__item-inner .tcontent .testi-rating li {
  display: inline;
}
.ot-testimonial-list.testi-scroll-animation .owl-stage, .ot-testimonial-s3.testi-scroll-animation .owl-stage {
  -webkit-animation: scroll 120s linear infinite;
  animation: scroll 120s linear infinite;
}

.ot-testimonial-list.tlist_2_cols .testimonial-list__item {
  float: left;
  width: 50%;
}

.ot-testimonial-list.tlist_3_cols .testimonial-list__item {
  float: left;
  width: 33.333333%;
}

.ot-testimonial-list.tlist_4_cols .testimonial-list__item {
  float: left;
  width: 25%;
}

.ot-testimonial-list.tlist_5_cols .testimonial-list__item {
  float: left;
  width: 20%;
}

.ot-testimonial-list.tlist_6_cols .testimonial-list__item {
  float: left;
  width: 16.666667%;
}

.image-position-aside .tmeta {
  display: flex;
  align-items: center;
  justify-content: normal;
}
.image-position-aside .tmeta > img {
  width: 64px;
  margin-right: 16px;
}

@media (min-width: 1200px) {
  .ot-testimonial-list.tlist_2_cols .testimonial-list__item:nth-child(2n+1) {
    clear: both;
  }
  .ot-testimonial-list.tlist_3_cols .testimonial-list__item:nth-child(3n+1) {
    clear: both;
  }
  .ot-testimonial-list.tlist_4_cols .testimonial-list__item:nth-child(4n+1) {
    clear: both;
  }
  .ot-testimonial-list.tlist_5_cols .testimonial-list__item:nth-child(5n+1) {
    clear: both;
  }
  .ot-testimonial-list.tlist_6_cols .testimonial-list__item:nth-child(6n+1) {
    clear: both;
  }
}
@media (max-width: 1199px) {
  .ot-testimonial-list.tlist_4_cols .testimonial-list__item, .ot-testimonial-list.tlist_5_cols .testimonial-list__item,
.ot-testimonial-list.tlist_6_cols .testimonial-list__item {
    width: 33.333333%;
  }
  .ot-testimonial-list.tlist_4_cols .testimonial-list__item:nth-child(3n+1), .ot-testimonial-list.tlist_5_cols .testimonial-list__item:nth-child(3n+1),
.ot-testimonial-list.tlist_6_cols .testimonial-list__item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .ot-testimonial-list.tlist_3_cols .testimonial-list__item, .ot-testimonial-list.tlist_4_cols .testimonial-list__item,
.ot-testimonial-list.tlist_5_cols .testimonial-list__item, .ot-testimonial-list.tlist_6_cols .testimonial-list__item {
    width: 50%;
  }
  .ot-testimonial-list.tlist_3_cols .testimonial-list__item:nth-child(2n+1), .ot-testimonial-list.tlist_4_cols .testimonial-list__item:nth-child(2n+1),
.ot-testimonial-list.tlist_5_cols .testimonial-list__item:nth-child(2n+1), .ot-testimonial-list.tlist_6_cols .testimonial-list__item:nth-child(2n+1) {
    clear: both;
  }
}
@media (max-width: 767px) {
  .ot-testimonial-list.tlist_3_cols .testimonial-list__item, .ot-testimonial-list.tlist_2_cols .testimonial-list__item,
.ot-testimonial-list.tlist_4_cols .testimonial-list__item, .ot-testimonial-list.tlist_5_cols .testimonial-list__item,
.ot-testimonial-list.tlist_6_cols .testimonial-list__item {
    width: 100%;
  }
}
.video-popup .btn-inner {
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
}
.video-popup .btn-inner > span {
  margin-left: 15px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 800;
  color: #4f46e5;
  letter-spacing: 0.5px;
}
.video-popup .btn-inner a {
  position: relative;
  width: 80px;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 80px;
  font-size: 24px;
  color: #4f46e5;
  box-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
  -webkit-box-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
  -moz-box-shadow: 0 10px 25px -3px rgba(60, 72, 88, 0.15);
}
.video-popup .btn-inner a i:before {
  font-size: 24px;
}
.video-popup .btn-inner a svg {
  width: 1em;
  height: 1em;
}
.video-popup .btn-inner a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(79, 70, 229, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.video-popup .btn-inner a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-popup .btn-caption-link a {
  display: inline-block;
  text-align: center;
  padding: 4px 4px 4px 16px;
  font-size: 16px;
  line-heihgt: 24px;
  letter-spacing: 0.4px;
  color: #fff;
  background-color: #4f46e5;
  -webkit-border-radius: 9999px;
  -moz-border-radius: 9999px;
  border-radius: 9999px;
}
.video-popup .btn-caption-link a .btn-caption-link-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 36px;
  width: 36px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  background-color: #fff;
  color: #4f46e5;
  margin-left: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.video-popup .btn-caption-link a:hover {
  background-color: #4338ca;
}

@keyframes circle-fade-before {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes circle-fade-after {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(2.5);
    opacity: 0;
  }
}
body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {
  color: #161619;
  font-weight: 900;
  font-family: "Lexend", sans-serif;
}

.elementor-page .elementor-widget-text-editor,
.elementor-page .elementor-widget-icon-list .elementor-icon-list-text {
  font-family: "Nunito", sans-serif;
  color: #94a3b8;
}

.elementor_library-template-default .post-author-box,
.elementor_library-template-default .post-navigation {
  display: none;
}

.elementor-default .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

@media (min-width: 640px) {
  .elementor .elementor-element {
    --content-width: 608px;
  }
}
@media (min-width: 768px) {
  .elementor .elementor-element {
    --content-width: 736px;
  }
}
@media (min-width: 1025px) {
  .elementor .elementor-element {
    --content-width: 934px;
  }
}
@media (min-width: 1280px) {
  .elementor .elementor-element {
    --content-width: 1120px;
  }
}
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.octf-cta-header {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.octf-cta-header .toggle_search {
  cursor: pointer;
}
.octf-cta-header .toggle_search i {
  color: #fff;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  min-width: 22px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.octf-cta-header .toggle_search i:before, .octf-cta-header .toggle_search i:after {
  font-size: 22px;
}
.octf-cta-header .toggle_search i.ot-flaticon-close-1:before {
  font-size: 18px;
}
.octf-cta-header .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  width: 340px;
}
.octf-cta-header .h-search-form-field .h-search-form-inner {
  padding: 20px 35px 34px;
  background-color: #2a2a2a;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
}
.octf-cta-header .h-search-form-field .h-search-form-inner input {
  background: transparent;
  color: #fff;
  font-weight: 400;
  border-color: rgba(255, 255, 255, 0.1);
}
.octf-cta-header .h-search-form-field .h-search-form-inner button {
  color: #fff;
}
.octf-cta-header .h-search-form-field .h-search-form-inner button i:before {
  font-weight: normal;
}
.octf-cta-header .h-search-form-field .h-search-form-inner ::-webkit-input-placeholder {
  /* Edge */
  color: #fff;
}
.octf-cta-header .h-search-form-field .h-search-form-inner :-ms-input-placeholder {
  /* Internet Explorer */
  color: #fff;
}
.octf-cta-header .h-search-form-field .h-search-form-inner ::placeholder {
  color: #fff;
}
.octf-cta-header .h-search-form-field.show {
  -webkit-animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: searchSlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes searchSlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*--------------------------------------------------------------
## Mini Cart
--------------------------------------------------------------*/
.octf-cart {
  position: relative;
}

.site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 10px);
  top: expression(100% + 10px);
  top: -moz-calc(100% + 10px);
  top: -o-calc(100% + 10px);
  top: calc(100% + 10px);
  right: -30px;
  background: #2a2a2a;
  color: #fff;
  width: 342px;
  padding: 35px;
  box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 3px 3px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(30px);
  -ms-transform: translateY(30px);
  transform: translateY(30px);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}
.site-header-cart .woocommerce-mini-cart__buttons {
  margin-bottom: -15px;
}
.site-header-cart .widget_shopping_cart_content {
  text-align: left;
}

.octf-cart:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.octf-cart:hover .site-header-cart:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -10px;
  left: 0px;
}

.cart-contents {
  position: relative;
  display: inline-block;
  color: #fff;
}
.cart-contents:hover {
  color: #fff;
}
.cart-contents i:before {
  font-size: 22px;
}
.cart-contents .count {
  position: absolute;
  bottom: -3px;
  left: -12px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  background: #161619;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 11px;
  font-family: "Lexend", sans-serif;
}

@media only screen and (max-width: 1024px) {
  .site-header-cart {
    display: none;
  }
}
/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: #161619;
}
.header-mobile .is-stuck .cart-contents .count {
  background: #fff;
  color: #161619;
}

.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #fff;
}
.mmenu-toggle button i:before {
  font-size: 22px;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background: #2a2a2a;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.mmenu-wrapper.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper .mmenu-inner {
  top: 0;
  height: 100%;
  width: 327px;
  padding: 20px 52px 35px 35px;
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.mmenu-wrapper .mmenu-close {
  display: block;
  margin-bottom: 10px;
  color: #fff;
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
}
.mmenu-wrapper .mobile-nav {
  min-width: 240px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: 15px;
}
.mmenu-wrapper .mobile_mainmenu ul {
  display: none;
}
.mmenu-wrapper .mobile_mainmenu li {
  position: relative;
  list-style: none;
}
.mmenu-wrapper .mobile_mainmenu li a {
  padding: 9px 30px 9px 0;
  display: block;
  font-size: 14px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 7px 12px 7px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #9397a7;
  display: inline-block;
  line-height: 1;
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i:before {
  font-size: 10px;
  font-weight: 600;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.mmenu-wrapper.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.mmenu-wrapper.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.mmenu-wrapper.on-left .mmenu-close {
  text-align: right;
}
.mmenu-wrapper.on-left .mmenu-close i:before {
  content: "";
}

.mmenu-active .mmenu-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

.site-overlay {
  cursor: url(images/close.png) 16 16, default;
  background: transparent;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  z-index: -1;
}

@media only screen and (max-width: 1024px) {
  .header-desktop {
    display: none;
  }

  .header-mobile {
    display: block;
  }

  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 32px;
  }
}
@media only screen and (max-width: 782px) {
  .admin-bar section:not(.is-stuck) .mmenu-wrapper {
    top: 46px;
  }
}
/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 1;
}
.panel-btn i {
  color: #fff;
  cursor: pointer;
}
.panel-btn i:before {
  font-size: 22px;
}

.admin-bar .side-panel {
  top: 32px;
}

.side-panel {
  width: 400px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2a2a2a;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.side-panel .side-panel-block {
  padding: 90px 42px 90px 25px;
  height: 100%;
  width: calc(100% + 17px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}
.side-panel .side-panel-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: #2f2f2f;
  text-align: center;
}
.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-panel.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel-active .panel-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/*Footer*/
.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #192132;
  color: #e5e7eb;
}
.footer .widget_media_image figure {
  line-height: 1;
  margin-top: 0;
  margin-bottom: 24px;
}
.footer .footer-widget h5, .footer .footer-widget .wp-block-heading {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #f3f4f6;
  letter-spacing: 1px;
  margin-bottom: 24px;
}
.footer p {
  color: #d1d5db;
  margin-bottom: 24px;
}
.footer ul {
  list-style: none;
  padding-left: 0;
}
.footer ul.horizontal-list {
  margin-bottom: 0;
}
.footer ul.horizontal-list li {
  display: inline;
}
.footer ul.horizontal-list li a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  width: 32px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0px;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: #e5e7eb;
  border: 1px solid #1f2937;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.footer ul.horizontal-list li a:hover {
  color: #e5e7eb;
  background-color: #4f46e5;
  border-color: #4f46e5;
}
.footer ul, .footer ul.vertical {
  margin-bottom: 0;
  position: relative;
}
.footer ul li, .footer ul.vertical li {
  line-height: 24px;
  margin-bottom: 10px;
}
.footer ul li:last-child, .footer ul.vertical li:last-child {
  margin-bottom: 0;
}
.footer ul li a, .footer ul.vertical li a {
  color: #d1d5db;
}
.footer ul li a:hover, .footer ul.vertical li a:hover {
  color: #9ca3af;
}
.footer .mc4wp-form .foot-subscribe {
  margin-top: 12px;
  margin-bottom: 12px;
}
.footer .mc4wp-form .foot-subscribe .text-red {
  color: #dc2626;
}
.footer .mc4wp-form .foot-subscribe .form-icon {
  margin-top: 8px;
  position: relative;
}
.footer .mc4wp-form .foot-subscribe .form-icon svg {
  position: absolute;
  width: 16px;
  height: 16px;
  left: 16px;
  top: 12px;
  color: #e5e7eb;
}
.footer .mc4wp-form .foot-subscribe .form-icon input {
  font-size: 16px;
  padding: 8px 12px;
  padding-left: 48px;
  width: 100%;
  height: 40px;
  outline: 2px solid transparent;
  outline-offset: 2px;
  color: #f3f4f6;
  background-color: #1f2937;
  border: 1px solid #1f2937;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.footer .mc4wp-form .foot-subscribe .form-icon input::-webkit-input-placeholder {
  color: #e5e7eb;
}
.footer .mc4wp-form .foot-subscribe .form-icon input::-moz-placeholder {
  color: #e5e7eb;
}
.footer .mc4wp-form .foot-subscribe .form-icon input:-ms-input-placeholder {
  color: #e5e7eb;
}
.footer .mc4wp-form .foot-subscribe .form-icon input:-moz-placeholder {
  color: #e5e7eb;
}
.footer .mc4wp-form .mc4wp-form-fields .octf-btn {
  color: #ffffff;
  background-color: #4f46e5;
  display: inline-block;
  padding: 8px 12px;
  text-align: center;
  width: 100%;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0.4px;
  border: 1px solid #4f46e5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.footer .mc4wp-form .mc4wp-form-fields .octf-btn:hover {
  background-color: #4338ca;
}

/*Tiny Footer*/
.tiny-footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #e5e7eb;
  background-color: #192132;
  border-top: 1px solid #1e293b;
}
.tiny-footer .copyright {
  font-size: 16px;
  line-height: 26px;
}
.tiny-footer .copyright i {
  color: #dc2626;
}
.tiny-footer .copyright a {
  color: #e5e7eb;
}
.tiny-footer .copyright p {
  margin-bottom: 0;
}
.tiny-footer ul {
  margin-bottom: 0;
  text-align: right;
}
.tiny-footer ul li {
  display: inline;
}
.tiny-footer ul li a img {
  max-height: 24px;
}

/*back to top*/
#back-to-top {
  background: #4f46e5;
  color: #fff;
  border: 0 none;
  cursor: pointer;
  width: 36px;
  height: 36px;
  font-size: 18px;
  line-height: 36px;
  opacity: 0;
  visibility: hidden;
  outline: medium none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  -webkit-border-radius: 9999%;
  -moz-border-radius: 9999%;
  border-radius: 9999%;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 20px;
}
#back-to-top i:before {
  font-size: 18px;
}

@media (max-width: 991px) {
  .footer-widget-1 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .footer-widget-2, .footer-widget-3 {
    margin-bottom: 30px;
  }

  .copyright, .tiny-footer ul {
    text-align: center;
  }

  .copyright {
    margin-bottom: 24px;
  }
}
/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  padding: 40px;
  height: 100vh;
  display: flex;
  align-items: center;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
  background-color: rgba(79, 70, 229, 0.05);
}
.error-404 .error-logo {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
}
.error-404 .page-content {
  margin: auto 0;
}
.error-404 h1 {
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
  color: #161c2d;
  margin-top: 12px;
  margin-bottom: 24px;
}
.error-404 p {
  line-height: 28px;
  margin: auto;
}
.error-404 .octf-btn {
  color: #fff;
  margin-top: 16px;
}
.error-404 .octf-btn:hover {
  background-color: #4338ca;
}

.text-red-600 {
  color: #dc2626;
}

.text-reset {
  color: #94a3b8 !important;
}

@media (max-width: 600px) {
  .error-404 h1 {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 640px) {
  .container {
    max-width: 638px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 766px;
  }
}
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 1025px) {
  .container {
    max-width: 964px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

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