@charset "UTF-8";
/*
Theme Name: Biwors
Theme URI: https://www.oceanthemes.site/biwors
Author: OceanThemes
Author URI: http://oceanthemes.site/
Description: Biwors is a Modern & Multipurpose WordPress theme. Biwors is easy to use, it provides everything you need to create great looking website. With Biwors you can impress your customer by it’s professional design and the interactivity. Biwors built with latest website technology to ensure your website is looks nice on desktop and mobile. Get Biwors now!
Version: 1.0
Requires at least: 5.3
Tested up to: 6.0
Requires PHP: 7.3
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: biwors
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
--------------------------------------------------------------*/
:root {
  --biwors-color-primary: #0c5dd0;
  --biwors-color-second: #31c77f;
  --biwors-color-text-main: #38384c;
  --biwors-color-white: #ffffff;
  --biwors-bg-color-white: #ffffff;
  --biwors-color-dark: #38384c;
  --biwors-bg-color-green: #eff6ff;
  --biwors-bg-color-gray: #f6f7fb;
  --biwors-body-font-family: Josefin Sans, sans-serif;
  --biwors-body-font-size: 20px;
  --biwors-body-font-weight: 300;
  --biwors-body-line-height: 32px;
  --biwors-body-font-color: #38384c;
  --biwors-body-bg-color: #ffffff;
  --biwors-heading-font-family: Josefin Sans, sans-serif;
  --biwors-heading-color: #38384c;
  --biwors-heading-margin: 0 0 20px;
  --biwors-heading-font-weight: 400;
  --biwors-h1-font-size: 60px;
  --biwors-h1-line-height: 65px;
  --biwors-h2-font-size: 48px;
  --biwors-h2-line-height: 54px;
  --biwors-h3-font-size: 36px;
  --biwors-h3-line-height: 44px;
  --biwors-h4-font-size: 30px;
  --biwors-h4-line-height: 40px;
  --biwors-h5-font-size: 24px;
  --biwors-h5-line-height: 36px;
  --biwors-h6-font-size: 18px;
  --biwors-h6-line-height: 32px;
  --biwors-color-link: #38384c;
  --biwors-color-text-input: #38384c;
  --biwors-border-color-input: #ffffff;
  --biwors-bg-color-input: #eff6ff;
  --biwors-border-radius: 6px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

/*Box Shadow*/
/*Example: .box { @include box-shadow(2px, 2px, 5px, 0px, #333); }*/
/*Transition*/
/*Example: .box { @include transition-all(3s); }*/
/*Transition*/
/*Example: .box { @include transition(width, 3s, linear); }*/
/*Transform*/
/*Example: .box { @include transform(rotate(30deg)); }*/
/*Border Radius*/
/*Example: .box { @include border-radius(4px); }*/
/*Example: .box { @include border-radii(4px 4px 3px 3px); }*/
/*Background Gradient*/
/*Example: .box { @include gradient(#fff, #000); }*/
/*Rem output with px fallback*/
/*Center block*/
/*Middle Block*/
/*Full Block(parent)*/
/*Full Block(child)*/
/*Clearfix*/
/*Clear after (not all clearfix need this also)*/
/*Display Flex*/
/*Button*/
/*Tag cloud*/
/*Column width with margin*/
/*--------------------------------------------------------------
# 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 {
  overflow-x: hidden;
  overflow-y: scroll!important;
}

/**
 * Remove the margin in all browsers.
 */
body {
  font-family: var(--biwors-body-font-family);
  font-size: var(--biwors-body-font-size);
  font-weight: var(--biwors-body-font-weight);
  color: var(--biwors-body-font-color);
  line-height: var(--biwors-body-line-height);
  background-color: var(--biwors-body-bg-color);
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 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
--------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-family: var(--biwors-heading-font-family);
  font-weight: var(--biwors-heading-font-weight);
  color: var(--biwors-heading-color);
  margin: var(--biwors-heading-margin);
  letter-spacing: 0;
}

h1 {
  font-size: var(--biwors-h1-font-size);
  line-height: var(--biwors-h1-line-height);
}

h2 {
  font-size: var(--biwors-h2-font-size);
  line-height: var(--biwors-h2-line-height);
}

h3 {
  font-size: var(--biwors-h3-font-size);
  line-height: var(--biwors-h3-line-height);
}

h4 {
  font-size: var(--biwors-h4-font-size);
  line-height: var(--biwors-h4-line-height);
}

h5 {
  font-size: var(--biwors-h5-font-size);
  line-height: var(--biwors-h5-line-height);
}

h6 {
  font-size: var(--biwors-h6-font-size);
  line-height: var(--biwors-h6-line-height);
}

p {
  margin: 0 0 20px;
}

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

blockquote {
  font-size: 30px;
  margin: 30px 0;
  font-weight: 400;
  padding: 50px 100px;
  border-left: 3px solid var(--biwors-color-primary);
  position: relative;
  background: var(--biwors-bg-color-green);
  background-image: url("images/bg-quote.png");
  background-size: contain;
  background-position: top right;
  background-repeat: no-repeat;
}
blockquote:before {
  content: "“";
  display: block;
  position: absolute;
  left: 50px;
  top: 50px;
  font-size: 82px;
  line-height: 1;
  color: var(--biwors-color-second);
}
blockquote p {
  line-height: 40px;
}
blockquote footer {
  font-size: 18px;
  line-height: 24px;
}
blockquote cite {
  font-size: 14px;
  line-height: 24px;
  font-weight: 300;
  display: block;
  margin-top: 5px;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 0.9375;
  line-height: 1.5;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

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

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: var(--biwors-color-primary);
}

.bg-second {
  background: var(--biwors-color-second);
}

.text-primary {
  color: var(--biwors-color-primary);
}

.text-second {
  color: var(--biwors-color-second);
}

.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: 18;
}

.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;
}

.dflex {
  display: flex;
}

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

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

.justify-content-left {
  justify-content: flex-start;
}

.justify-content-right {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.flex-row {
  flex-direction: row;
}

.flex-row-reverse {
  flex-direction: row-reverse;
}

.flex-column {
  flex-direction: column;
}

.flex-column-reverse {
  flex-direction: column-reverse;
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: relative;
  text-align: center;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}
.overlay * {
  color: var(--biwors-color-white);
}
.overlay span.bg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background: rgba(56, 56, 76, 0.3);
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.35s ease-in-out;
}
.overlay span.bg i.ot-flaticon-loupe {
  transform: rotate(90deg);
}
.overlay:hover span.bg {
  opacity: 1;
}

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

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

.ot-position-left .box-content {
  text-align: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ot-position-left .flex-gap {
  margin-right: 20px;
}

.ot-position-right .box-content {
  text-align: right;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ot-position-right .flex-gap {
  margin-left: 20px;
}

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

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

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

.title-link {
  display: inline !important;
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, currentColor, currentColor);
}
.title-link:hover {
  background-size: 100% 1px;
}

.particles-js {
  position: relative;
}
.particles-js > .e-con-inner,
.particles-js > .elementor-widget-slider_revolution {
  z-index: 1;
}

.biwors-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}

.more {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
}

.ot-ratings {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 16px;
  font-size: 20px;
  line-height: 1;
}

.ot-ratings:after,
.ot-ratings:before {
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  top: 0;
  left: 0;
  color: #fcc032;
  content: "★★★★★";
  overflow: hidden;
}

.ot-ratings:before,
.ot-ratings.empty:after {
  color: rgba(38, 43, 50, 0.1);
}

.ot-ratings.one:after {
  content: "★";
}

.ot-ratings.two:after {
  content: "★★";
}

.ot-ratings.three:after {
  content: "★★★";
}

.ot-ratings.four:after {
  content: "★★★★";
}

.ot-carousel .ot-dots-classic {
  margin-top: 45px;
}
.ot-carousel .ot-dots-classic .owl-dot {
  background: transparent;
}
.ot-carousel .ot-dots-classic .owl-dot:first-child {
  padding-left: 0;
}
.ot-carousel .ot-dots-classic .owl-dot:first-child span {
  margin-left: 0;
}
.ot-carousel .ot-dots-classic .owl-dot:last-child {
  padding-right: 0;
}
.ot-carousel .ot-dots-classic .owl-dot:last-child span {
  margin-right: 0;
}
.ot-carousel .ot-dots-classic .owl-dot span {
  background-color: var(--biwors-color-dark);
  margin: 5px;
  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-carousel .ot-dots-classic .owl-dot.active span, .ot-carousel .ot-dots-classic .owl-dot:hover span {
  background-color: var(--biwors-color-second);
}
.ot-carousel .ot-dots-classic .owl-dot.active span {
  -webkit-transform: scale(1.5, 1.5);
  -ms-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
}

.ot-carousel .ot-dots-custom {
  margin-top: 45px;
}
.ot-carousel .ot-dots-custom .owl-dot {
  padding: 8px;
  margin-right: 12px;
  background: transparent;
  border: 1px solid transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: border-color 0.3s linear;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
}
.ot-carousel .ot-dots-custom .owl-dot:last-child {
  margin-right: 0;
}
.ot-carousel .ot-dots-custom .owl-dot span {
  width: 9px;
  height: 9px;
  background-color: var(--biwors-color-dark);
  margin: 0;
  transition: background-color 0.3s linear;
  -webkit-transition: background-color 0.3s linear;
  -moz-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  -ms-transition: background-color 0.3s linear;
}
.ot-carousel .ot-dots-custom .owl-dot.active, .ot-carousel .ot-dots-custom .owl-dot:hover {
  border-color: var(--biwors-color-second);
}
.ot-carousel .ot-dots-custom .owl-dot.active span, .ot-carousel .ot-dots-custom .owl-dot:hover span {
  background-color: var(--biwors-color-second);
}

.ot-carousel .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
  pointer-events: none;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-carousel .owl-nav button {
  position: relative;
  line-height: 1;
  background: none;
  border: none;
  outline: none;
}
.ot-carousel .owl-nav button svg {
  display: block;
  width: 37px;
  height: auto;
  fill: currentColor;
}
.ot-carousel .owl-nav button.owl-prev {
  margin-left: -70px;
}
.ot-carousel .owl-nav button.owl-next {
  margin-right: -70px;
}
.ot-carousel .owl-nav button[class*=owl-] {
  padding: 0;
  color: var(--biwors-color-dark);
  pointer-events: all;
  transition: color 0.3s linear;
  -webkit-transition: color 0.3s linear;
  -moz-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  -ms-transition: color 0.3s linear;
}
.ot-carousel .owl-nav button[class*=owl-]:hover {
  color: var(--biwors-color-primary);
  background: none;
}
.ot-carousel .owl-nav.ot-nav-custom-position {
  justify-content: flex-end;
  gap: 25px;
}
.ot-carousel .owl-nav.ot-nav-custom-position button[class*=owl-] {
  margin: 0;
}

.btn-textual a {
  position: relative;
}
.btn-textual a:before, .btn-textual a:after {
  content: "";
  height: 1px;
  background: currentColor;
  position: absolute;
  left: 0;
  bottom: 0;
}
.btn-textual a:before {
  width: 100%;
}
.btn-textual a:after {
  width: 0;
}
.btn-textual a:hover:before {
  width: 0;
  right: 0;
  left: auto;
  transition: all 0.5s;
}
.btn-textual a:hover:after {
  width: 100%;
  transition: all 0.5s;
  transition-delay: 0.3s;
}

.contact-main-form {
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(56, 56, 76, 0.07);
}

.contact-main-form h3 {
  padding: 23px;
  background: var(--biwors-color-primary);
  margin-bottom: 0;
  text-align: center;
  color: var(--biwors-color-white);
}

.contact-main-form label, .job-form {
  color: var(--biwors-color-primary);
}

.job-form .wpcf7-list-item {
  margin-left: 0;
}

.job-form .wpcf7-list-item-label, .job-form .wpcf7-file {
  color: var(--biwors-color-dark);
  font-size: 16px;
}

.job-form .wpcf7-file {
  padding: 0;
  margin-bottom: 20px;
}

.wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:not(:checked), .wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}

.wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:not(:checked) + span, .wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:checked + span {
  position: relative;
  padding-left: 43px;
  display: inline-block;
  cursor: pointer;
}

.wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:not(:checked) + span:before, .wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:checked + span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(56, 56, 76, 0.2);
  background: #FFF;
  border-radius: 4px;
  -webkit-transition: all 0.275s;
  transition: all 0.275s;
}

.wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:not(:checked) + span:after, .wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:checked + span:after {
  content: "\f111";
  font-family: Flaticon;
  position: absolute;
  top: 15px;
  left: 5.5px;
  opacity: 0;
  font-size: 11px;
  color: #0c5dd0;
  line-height: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.wpcf7 .job-form .wpcf7-checkbox [type=checkbox]:checked + span:after {
  opacity: 1;
}

.contact-form-wrap {
  padding: 50px;
}

.contact-form-wrap input, .job-form input {
  padding-top: 14px;
  padding-bottom: 14px;
  margin-top: 10px;
}

.contact-form-wrap textarea {
  margin-top: 10px;
}

.contact-form-wrap .octf-btn, .job-form .octf-btn {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.sub-from input {
  background-color: #fff;
}

.sub-from p {
  margin-bottom: 10px;
}

.sub-from .octf-btn-sub {
  width: 100%;
  background-color: #38384C;
}
.wpcf7 form .wpcf7-response-output{
  background: #fff;
  margin: 10px 0 0;
}

@media (max-width: 480px) {
  .contact-main-form h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .contact-form-wrap {
    padding: 30px;
  }
}
.cf7-home2 {
  font-family: Inter;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  background: transparent;
}

.cf7-home2 label {
  color: #fff;
}

.cf7-home2 input:not(.octf-btn),
.cf7-home2 textarea {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  padding-top: 14px;
  padding-bottom: 14px;
  background: rgba(255, 255, 255, 0.2);
  border: none;
}

.cf7-home2 .wpcf7-form-control-wrap {
  display: block;
  margin-top: 8px;
}

.cf7-home2 p {
  margin-bottom: 22px;
}

.cf7-home2 .octf-btn {
  font-family: Inter;
  font-size: 18px;
  line-height: 32px;
  padding: 18px 40px;
  width: 100%;
  text-transform: none;
  background: #55588F;
}

.cf7-home2 input.octf-btn:hover {
  background: var(--biwors-color-second);
}

.cf7-home2 ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.cs-sub > p {
  display: flex;
}

.cs-sub > p > .wpcf7-form-control-wrap {
  margin-right: 10px;
}

.cs-sub .wpcf7-form-control-wrap input {
  min-width: 360px;
}

.cs-sub .octf-btn {
  min-width: 200px;
}

/*--------------------------------------------------------------
# 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 {
  --biwors-btn-font-family: Josefin Sans, sans-serif;
  --biwors-btn-font-size: 14px;
  --biwors-btn-font-weight: bold;
  --biwors-btn-line-height: 30px;
  --biwors-btn-text-color: #fff;
  --biwors-btn-bg: #0c5dd0;
  --biwors-btn-border-width: 1px;
  --biwors-btn-border-color: transparent;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--biwors-btn-font-family);
  font-size: var(--biwors-btn-font-size);
  font-weight: var(--biwors-btn-font-weight);
  line-height: var(--biwors-btn-line-height);
  color: var(--biwors-btn-text-color);
  background-color: var(--biwors-btn-bg);
  padding: 17px 40px 13px;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  outline: none;
  user-select: none;
  white-space: nowrap;
  vertical-align: middle;
  box-shadow: none;
  border: var(--biwors-btn-border-width) solid var(--biwors-btn-border-color);
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
}
.octf-btn svg {
  width: 1em;
  fill: currentColor;
}
.octf-btn:visited {
  color: var(--biwors-color-white);
}
.octf-btn:not(.octf-btn-play):hover, .octf-btn:not(.octf-btn-play):focus {
  color: var(--biwors-color-white);
  background-color: var(--biwors-color-dark);
}

.octf-btn-second {
  background-color: var(--biwors-color-second);
}
.octf-btn-second:visited {
  color: var(--biwors-color-white);
  background-color: var(--biwors-color-second);
}
.octf-btn-second:hover, .octf-btn-second:focus {
  background-color: var(--biwors-color-primary);
}

.octf-btn-light {
  color: var(--biwors-color-dark);
  background-color: var(--biwors-bg-color-white);
}
.octf-btn-light:visited {
  color: var(--biwors-color-dark);
  background-color: var(--biwors-bg-color-white);
}
.octf-btn-light:hover, .octf-btn-light:focus {
  color: var(--biwors-color-white);
  background-color: var(--biwors-color-primary);
}

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 {
  display: block;
  width: 100%;
  color: var(--biwors-color-text-input);
  border: 1px solid var(--biwors-border-color-input);
  padding: 14px 30px;
  font-size: 16px;
  line-height: 32px;
  letter-spacing: 0.2px;
  background: var(--biwors-bg-color-input);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  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;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--biwors-color-text-input);
}

::-moz-placeholder { /* Firefox 19+ */
  color: var(--biwors-color-text-input);
}

:-ms-input-placeholder { /* IE 10+ */
  color: var(--biwors-color-text-input);
}

:-moz-placeholder { /* Firefox 18- */
  color: var(--biwors-color-text-input);
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: var(--biwors-color-link);
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  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;
}
a:hover, a:focus, a:active {
  color: var(--biwors-color-second);
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

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

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

.site-header {
  background: #fff;
  position: relative;
  z-index: 10;
}
.site-header.header-overlay {
  background: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  -webkit-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 0px 0px 0px 0px rgba(42, 67, 113, 0.15);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.site-header.header-overlay .header-topbar {
  background: rgba(255, 255, 255, 0.1);
}
.site-header.header-overlay .octf-cta-icons i {
  color: var(--biwors-color-white);
}
.site-header.header-overlay .contact-header span {
  color: #ccc;
}
.site-header.header-overlay .contact-header span.main-text,
.site-header.header-overlay .contact-header span a {
  color: var(--biwors-color-white);
}
.site-header.header-transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: transparent;
}

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

.octf-mainbar {
  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;
  padding-right: 15px;
  padding-left: 15px;
}
.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-row {
  margin-right: -15px;
  margin-left: -15px;
}

.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 {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: auto;
}

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

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

.main-navigation > ul > li {
  margin: 0px 17px;
  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 > li:last-child {
  margin-right: 0;
}

.main-navigation ul ul {
  float: none;
  margin: 10px 0px 0;
  background-color: var(--biwors-color-white);
  min-width: 280px;
  white-space: nowrap;
  padding: 18px 0px 22px;
  position: absolute;
  top: calc(100% + 1px);
  left: -20px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  box-sizing: border-box;
  -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;
  box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0, 0, 0, 0.1);
}
.main-navigation ul ul.sub-menu:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: -10px;
  top: -10px;
  z-index: -1;
}

.main-navigation ul > li > a {
  display: inline-block;
  padding: 29px 0px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: var(--biwors-color-dark);
  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: var(--biwors-color-primary);
}

.main-navigation ul > li.current_page_item > a, .main-navigation ul > li.current-menu-parent > a, .main-navigation ul > li.current_page_item > a:after, .main-navigation ul > li.current-menu-parent > a:after {
  color: var(--biwors-color-primary);
}

.main-navigation > ul > li.menu-item-has-children {
  margin-right: 31px;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  display: inline-block;
  font-size: 9px;
  position: absolute;
  content: "\f12a";
  font-family: "flaticon";
  font-weight: bold;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
}

.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.menu-item-has-children > a:after {
  position: absolute;
  content: "\f113";
  font-family: "flaticon";
  font-size: 10px;
  font-weight: bold;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
}

.main-navigation ul li li a {
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  color: var(--biwors-color-dark);
  text-align: left;
  display: block;
  padding: 6px 30px;
  position: relative;
  text-decoration: none;
  outline: 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;
}

.main-navigation ul li li a:hover,
.main-navigation ul ul li.current-menu-item > a,
.main-navigation ul ul li.current-menu-ancestor > a {
  color: var(--biwors-color-primary);
}

.main-navigation ul li ul ul {
  left: 100%;
  top: -25px;
  margin-left: 10px;
  transition: all 0.35s ease-in-out;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
}

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

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

.main-navigation.ot-nav-link > ul > li > a {
  position: relative;
}

.main-navigation.ot-nav-link > ul > li > a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 29px;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: left;
  will-change: transform;
  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.ot-nav-link > ul > li > a:hover:before, .main-navigation.ot-nav-link > ul > li.current_page_item > a:before,
.main-navigation.ot-nav-link > ul > li.current-menu-parent > a:before {
  transform: scaleX(1);
}

/* Menu hamburger */
.octf-menu-hamburger {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.3s linear all;
  -moz-transition: 0.3s linear all;
  transition: 0.3s linear all;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  transform: scale(1.2);
}

.admin-bar .octf-menu-hamburger {
  top: 32px;
}

.octf-menu-hamburger.open-menu {
  z-index: 999;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.octf-menu-hamburger.open-menu .octf-menu-hamburger.open-menu {
  z-index: 0;
}

#menu-hamburger-close {
  position: fixed;
  top: 20px;
  color: var(--biwors-color-dark);
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #f6f6f6;
  z-index: 9;
  -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;
}
#menu-hamburger-close i:before {
  font-size: 16px;
}

#menu-hamburger-close.on-left {
  left: 40px;
}

#menu-hamburger-close.on-right {
  right: 40px;
}

@media (max-width: 782px) {
  .admin-bar .octf-menu-hamburger {
    top: 46px;
  }
}
@-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);
  }
}
header .elementor-element.is-stuck {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
}

header .elementor-element.is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  box-shadow: 0 0 1.25rem rgba(30, 34, 40, 0.06);
  border-radius: 0 !important;
  background: #fff;
}

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

/*Vertical Menu*/
.vertical-main-navigation {
  width: 100%;
}

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

.vertical-main-navigation > ul {
  display: block;
}

.vertical-main-navigation > ul > li {
  margin: 0;
  padding: 0;
  float: none;
}

.vertical-main-navigation > ul > li a {
  font-size: 48px;
}

.vertical-main-navigation ul li {
  display: block;
  position: relative;
  text-align: center;
}

.vertical-main-navigation ul > li > a {
  display: inline-block;
  position: relative;
  color: var(--biwors-color-dark);
  padding: 0;
  line-height: 1.2;
}

.vertical-main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  content: "\f12a";
  font-family: "flaticon";
  font-size: 0.5em;
  left: calc(100% + 20px);
  top: 50%;
  line-height: 1;
  transform: translateY(-50%);
}

.vertical-main-navigation ul ul {
  display: none;
  position: relative;
  background-color: transparent;
  margin: 0;
  padding: 0;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  transition: none 0s ease;
  -webkit-transition: none 0s ease;
  -moz-transition: none 0s ease;
  -o-transition: none 0s ease;
  -ms-transition: none 0s ease;
}

.vertical-main-navigation ul > li > a:hover,
.vertical-main-navigation ul li li a:hover,
.vertical-main-navigation ul ul li.current-menu-item > a {
  color: var(--biwors-color-second);
}
/*--------------------------------------------------------------
## 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;
  }
  .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 img {
    height: 50px;
  }
  .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: #161619;
    height: 4px;
    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: 4px;
    background: #161619;
    -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: 4px;
    background: #161619;
    -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;
    font-size: 18px;
    color: #161619;
    font-weight: 400;
    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: 18px;
  }
  .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: #0c5dd0;
  }
  .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: #161619;
    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: 14px;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow.active i {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .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: #0c5dd0;
  }
}
@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 {
  width: 100%;
  height: 410px;
  font-weight: 600;
  color: var(--biwors-color-dark);
  background: var(--biwors-bg-color-green) center center no-repeat;
  background-size: cover;
}
.page-header .dcell {
  position: relative;
  z-index: 1;
}
.page-header .page-title {
  color: var(--biwors-color-dark);
  font-size: 72px;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 0;
  flex: 1;
  padding: 15px 0;
}
.page-header .breadcrumbs {
  margin-bottom: 0;
  font-size: 16px;
}
.page-header .breadcrumbs li {
  display: inline-block;
  color: var(--biwors-color-dark);
  text-transform: capitalize;
  font-weight: 300;
}
.page-header .breadcrumbs li:before {
  content: "/";
  color: var(--biwors-color-dark);
  margin: 0 10px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: var(--biwors-color-primary);
}
.page-header .breadcrumbs li a:hover{
  color: var(--biwors-color-second);
}
.page-header .biwors-particles {
  z-index: 0;
}

@media (max-width: 992px) {
  .page-header .inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-header .container {
    width: 100%;
  }
  .page-header .page-title {
    font-size: 48px;
  }
  .page-header .breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .page-header {
    height: 200px;
    padding: 40px 0;
  }
  .page-header .page-title {
    font-size: 36px;
  }
}
/*--------------------------------------------------------------
# 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.875;
  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: 100px 0 130px;
}

.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 {
  background: var(--biwors-color-white);
  margin-bottom: 60px;
}
.post-box p {
  margin-bottom: 0;
}
.post-box .entry-media {
  position: relative;
}
.post-box .entry-media.post-cat-abs .post-cat {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}
.post-box .audio-box {
  display: inline-block;
  width: 100%;
  margin-bottom: 30px;
}
.post-box .inner-post {
  padding: 40px;
  background-color: var(--biwors-color-white);
  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-cat {
  display: inline-block;
}
.post-box .post-cat a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  padding: 6px 10px;
  margin-right: 6px;
  color: var(--biwors-color-white);
  background: var(--biwors-color-primary);
  vertical-align: top;
}
.post-box .post-cat a:hover {
  background: var(--biwors-color-second);
}
.post-box .entry-meta {
  font-size: 16px;
  font-weight: 400;
  color: var(--biwors-color-dark);
  margin-bottom: 16px;
}
.post-box .entry-meta > span {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}
.post-box .entry-meta > span.posted-on a:before {
  content: "\f119";
}
.post-box .entry-meta > span.byline a:before {
  content: "\f118";
  font-size: 21px;
}
.post-box .entry-meta > span.comment-num a:before {
  content: "\f10d";
}
.post-box .entry-meta > span a {
  padding-left: 26px;
}
.post-box .entry-meta > span a:before {
  position: absolute;
  font-size: 16px;
  font-family: "flaticon";
  left: 0;
  top: 50%;
  color: var(--biwors-color-second);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-box .entry-meta a {
  color: var(--biwors-color-dark);
}
.post-box .entry-meta a:hover {
  color: var(--biwors-color-second);
}
.post-box .entry-title {
  margin-bottom: 10px;
}
.post-box .entry-title a {
  color: var(--biwors-color-dark);
}
.post-box .entry-title a:hover {
  color: var(--biwors-color-primary);
}
.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 .audio-box iframe {
  width: 100%;
}
.post-box .link-box {
  position: relative;
}
.post-box .link-box a {
  font-size: 22px;
  font-weight: 600;
  color: var(--biwors-color-dark);
}
.post-box .link-box a:hover {
  color: var(--biwors-color-primary);
}
.post-box .link-box i {
  color: var(--biwors-color-second);
  margin-right: 15px;
}
.post-box .link-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .link-box:before {
  display: block;
  font-family: "flaticon";
  font-size: 24px;
  color: var(--biwors-color-second);
  position: absolute;
  content: "\f116";
  left: 0;
  top: 6px;
  line-height: 1;
}
.post-box .quote-box {
  overflow: hidden;
}
.post-box .quote-box .quote-text {
  position: relative;
  padding-left: 50px;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
  padding-bottom: 30px;
  margin-bottom: 38px;
  color: var(--biwors-color-dark);
  border-bottom: 1px solid rgba(56, 56, 76, 0.1);
}
.post-box .quote-box .quote-text span {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  font-weight: 400;
  color: var(--biwors-color-primary);
}
.post-box .quote-box .quote-text:before {
  display: block;
  color: var(--biwors-color-second);
  position: absolute;
  content: "“";
  font-size: 82px;
  left: 0;
  top: 5px;
  line-height: 1;
}
.post-box .link-box {
  padding-left: 50px;
  font-size: 30px;
  line-height: 40px;
  font-weight: 400;
  color: var(--biwors-color-dark);
  padding-bottom: 25px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(56, 56, 76, 0.1);
}
.post-box .gallery-post .owl-dots {
  position: absolute;
  bottom: 30px;
  width: 100%;
  margin-top: 0;
}
.post-box .gallery-post .owl-dots .owl-dot {
  background: transparent;
  padding: 11px;
  margin: 0 5px;
  border: 1px 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;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.post-box .gallery-post .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  background: #fff;
  margin: 0;
  -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;
}
.post-box .gallery-post .owl-dots .owl-dot.active, .post-box .gallery-post .owl-dots .owl-dot:hover {
  border: 1px solid #fff;
}
.post-box .gallery-post .owl-dots .owl-dot.active span, .post-box .gallery-post .owl-dots .owl-dot:hover span {
  background: #fff;
}
.post-box .gallery-post .owl-dots .owl-dot:first-child {
  margin-left: 0;
}
.post-box .gallery-post .owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.post-box .gallery-post .owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 0;
}
.post-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -44px;
  margin-left: -44px;
}
.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 var(--biwors-color-second);
  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 {
  background: var(--biwors-color-primary);
  border-color: var(--biwors-color-primary);
}
.post-box .btn-play:hover i {
  color: var(--biwors-color-ưhite);
}
.post-box .btn-play:hover:before, .post-box .btn-play:hover:after {
  border-color: var(--biwors-color-primary);
}
.post-box .btn-readmore {
  margin-top: 22px;
  line-height: 1;
  overflow: hidden;
}
.post-box .btn-readmore > a {
  font-size: 14px;
  font-weight: bold;
  color: var(--biwors-color-primary);
}
.post-box .btn-readmore > a:hover {
  color: var(--biwors-color-second);
}

.post-box .entry-media:not(.post-cat-abs) {
  margin-bottom: 30px;
}
.post-box .entry-media:not(.post-cat-abs) .entry-meta {
  margin-bottom: 0;
}

.blog-list .post-box:hover .inner-post {
  background: var(--biwors-bg-color-green);
}

.blog-list .inner-post {
  box-shadow: 8px 8px 20px 0px rgba(56, 56, 76, 0.07);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(56, 56, 76, 0.07);
  -moz-box-shadow: 8px 8px 20px 0px rgba(56, 56, 76, 0.07);
}

/* Blog grid*/
.blog-grid {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-grid:after {
  content: "";
  display: block;
  clear: both;
}
.blog-grid .masonry-post-item {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.blog-grid .masonry-post-item .post-inner {
  margin-bottom: 55px;
}
.blog-grid.pf_2_cols .masonry-post-item {
  width: 50%;
}
.blog-grid.pf_3_cols .masonry-post-item {
  width: 33.3333333333%;
}
.blog-grid.pf_4_cols .masonry-post-item {
  width: 25%;
}
.blog-grid .post-box .inner-post {
  padding: 0;
}
.blog-grid .post-box .inner-post .entry-title {
  font-size: 24px;
  line-height: 34px;
}
.blog-grid .post-box .post-inner .entry-media {
  margin-bottom: 32px;
}
.blog-grid .post-box .quote-box .quote-text {
  font-size: 24px;
  line-height: 34px;
}
.blog-grid .page-pagination {
  padding-right: 15px;
  padding-left: 15px;
}

.blog-grid:not(.ot-post-carousel) {
  margin-right: -15px;
  margin-left: -15px;
}
.blog-grid:not(.ot-post-carousel) .masonry-post-item {
  padding-left: 15px;
  padding-right: 15px;
}

.ot-post-carousel {
  margin: 0;
}
.ot-post-carousel .post-box .post-inner {
  margin-bottom: 0;
}
.ot-post-carousel .entry-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 13px;
}
.ot-post-carousel .entry-meta {
  margin-bottom: 4px;
}
.ot-post-carousel span.byline, .ot-post-carousel span.comment-num {
  display: none;
}

@media only screen and (min-width: 992px) {
  .blog-grid.pf_2_cols .masonry-post-item:nth-child(2n+1) {
    clear: both;
  }
  .blog-grid.pf_3_cols .masonry-post-item:nth-child(3n+1) {
    clear: both;
  }
  .blog-grid.pf_4_cols .masonry-post-item:nth-child(4n+1) {
    clear: both;
  }
  .blog-grid.pf_4_cols .btn-play i {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991px) {
  .blog-grid.pf_3_cols .masonry-post-item,
  .blog-grid.pf_4_cols .masonry-post-item {
    width: 50%;
  }
  .blog-grid.pf_3_cols .masonry-post-item:nth-child(2n+1),
  .blog-grid.pf_4_cols .masonry-post-item:nth-child(2n+1) {
    clear: both;
  }
  .content-area.col-md-9 {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .blog-grid .masonry-post-item,
  .blog-grid.pf_4_cols .masonry-post-item,
  .blog-grid.pf_3_cols .masonry-post-item,
  .blog-grid.pf_2_cols .masonry-post-item {
    width: 100%;
    clear: both;
  }
  .post-box .post-cat {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .post-box .entry-media:not(.post-cat-abs) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .post-box .entry-media:not(.post-cat-abs) .posted-in {
    margin-right: 20px;
  }
}
.page-pagination {
  margin-top: 60px;
  margin-bottom: 0;
  clear: both;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  font-size: 14px;
  color: var(--biwors-color-dark);
  background: var(--biwors-bg-color-green);
  font-weight: 700;
  height: 62px;
  width: 62px;
  display: block;
  text-align: center;
  text-transform: uppercase;
  line-height: 62px;
  margin-right: 5px;
}
.page-pagination li a i:before, .page-pagination li span i:before {
  font-size: 16px;
}
.page-pagination li span, .page-pagination li a:hover {
  background: var(--biwors-color-second);
  color: var(--biwors-color-white);
}
.page-pagination li .next, .page-pagination li .prev {
  background-color: transparent;
}
.page-pagination li .next:hover, .page-pagination li .prev:hover {
  background-color: transparent;
  color: var(--biwors-color-second);
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post > .inner-post {
  padding: 0 0 50px;
  border: none;
}
.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-post > .inner-post .entry-summary {
  padding-bottom: 50px;
  overflow: hidden;
}
.blog-post .entry-title {
  margin-bottom: 30px;
}
.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: var(--biwors-color-dark);
  background: #fff;
  font-size: 16px !important;
  text-transform: lowercase;
  font-weight: 300;
  padding: 6px 10px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  border: 1px solid rgba(22, 22, 25, 0.2);
  margin-bottom: 0;
}
.blog-post .tagcloud a:hover {
  background: var(--biwors-color-second);
  color: #fff;
}
.blog-post .share-post {
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(56, 56, 76, 0.1);
  text-align: right;
}
.blog-post .share-post a {
  display: inline-block;
  text-align: center;
  font-weight: 500;
  color: rgba(56, 56, 76, 0.4);
  margin: 0 10px;
  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 {
  color: var(--biwors-color-primary);
}
.blog-post .author-bio {
  overflow: hidden;
  text-align: center;
  margin-bottom: 40px;
}
.blog-post .author-bio .author-image {
  margin-bottom: 25px;
}
.blog-post .author-bio .author-image img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.blog-post .author-bio .author-info {
  padding: 0 100px;
}
.blog-post .author-bio .author-info .title {
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 12px;
  font-weight: 700;
}
.blog-post .author-bio .author-info .des {
  line-height: 30px;
  margin-bottom: 24px;
}
.blog-post .author-bio .author-info .author-socials a {
  font-size: 14px;
  margin-right: 15px;
  color: var(--biwors-color-dark);
  opacity: 0.4;
}
.blog-post .author-bio .author-info .author-socials a:hover {
  color: var(--biwors-color-primary);
  opacity: 1;
}
.blog-post .author-bio .author-info .author-socials a:last-child {
  margin-right: 0;
}
.blog-post:hover {
  box-shadow: none;
}

.drop-cap {
  float: left;
  text-align: center;
  background: var(--biwors-color-ưhite);
  width: 50px;
  height: 50px;
  line-height: 1;
  margin: 8px 20px 0 0 !important;
  box-shadow: 3px 3px 10px 0 rgba(55, 55, 55, 0.07);
  -webkit-box-shadow: 3px 3px 10px 0 rgba(55, 55, 55, 0.07);
  -moz-box-shadow: 3px 3px 10px 0 rgba(55, 55, 55, 0.07);
}
.drop-cap span {
  font-size: 30px;
  line-height: 50px;
  display: block;
  font-weight: 400;
  color: var(--biwors-color-primary);
}
.drop-cap.s2 {
  background-color: var(--biwors-color-primary);
  color: var(--biwors-color-white);
  box-shadow: none;
}
.drop-cap.s2 span {
  color: var(--biwors-color-white);
}
.drop-cap.s2.bg-second {
  background-color: var(--biwors-color-second);
}
.post-box .post-nav {
  padding-bottom: 50px;
  margin-bottom: 50px;
}
.post-nav {
  overflow: hidden;
  border-bottom: 1px solid rgba(56, 56, 76, 0.1);
}
.post-nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  position: relative;
  line-height: 1;
  min-height: 70px;
  padding: 18px 25px;
  border: 1px solid rgba(56, 56, 76, 0.1);
}
.post-nav a i {
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: var(--biwors-color-dark);
  background-color: var(--biwors-bg-color-green);
  -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;
}
.post-nav a i:before {
  display: inline-block;
  font-size: 16px;
}
.post-nav a i:hover {
  background-color: var(--biwors-color-second);
  color: #fff;
}
.post-nav a .info-post-prev, .post-nav a .info-post-next {
  flex: 2;
}
.post-nav h6 {
  margin-bottom: 6px;
}
.post-nav h6 .title-link {
  font-size: 20px;
  line-height: 30px;
  font-weight: 400;
  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 h6 .title-link:hover {
  color: var(--biwors-color-second);
}
.post-nav span {
  font-size: 16px;
  line-height: 1;
  color: var(--biwors-color-dark);
}
.post-nav .post-prev:hover, .post-nav .post-next:hover {
  background: var(--biwors-bg-color-green);
}
.post-nav .post-prev:hover a, .post-nav .post-next:hover a {
  border-color: var(--biwors-bg-color-green);
}
.post-nav .post-prev:hover a i, .post-nav .post-next:hover a i {
  color: var(--biwors-color-white);
  background: var(--biwors-color-second);
}
.post-nav .post-prev {
  float: left;
  text-align: right;
  max-width: 375px;
  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 {
  float: right;
  max-width: 375px;
  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;
}
.related-posts{
  margin-bottom: 50px;
}
.project-related-posts-wrap {
  margin-top: 80px;
}
.related-posts .post-box .entry-meta .byline, .related-posts .post-box .entry-meta .comment-num {
  display: none;
}
.related-posts h3 {
  margin-bottom: 37px;
}
.related-posts .post-box .entry-title {
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 12px;
}
.related-posts .post-box .post-inner {
  margin-bottom: 0;
}
.related-posts .post-box .inner-post {
  padding: 0;
}
.related-posts .post-box .entry-media + .inner-post {
  padding: 30px 0 0 0;
}
.related-posts .post-box .entry-meta {
  margin-bottom: 6px;
}
.related-posts .post-box .btn-readmore {
  margin-top: 25px;
}

@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;
  }
}
@media (min-width: 768px) and (max-width: 1230px) {
  .post-nav .post-next, .post-nav .post-prev {
    width: calc(50% - 12px);
  }
}
@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-info {
    padding: 20px 25px;
  }
  .post-nav .post-next, .post-nav .post-prev {
    max-width: 100%;
    float: none;
  }
  .post-nav .post-prev {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  blockquote {
    font-size: 20px;
    padding: 50px 30px 30px;
  }
  blockquote:before {
    top: 30px;
    left: 30px;
  }
  .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;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comments-area > ol, .comments-area > ul {
  list-style: none;
  padding-left: 0;
}
.comments-area ol .comment-respond, .comments-area ul .comment-respond {
  margin-top: -30px;
  margin-bottom: 40px;
}
.comments-area ol.comment-list, .comments-area ul.comment-list {
  margin-bottom: 90px;
}
.comments-area .comments-title {
  margin-bottom: 30px;
}
.comments-area .comment-item {
  margin-bottom: 50px;
  overflow: hidden;
}
.comments-area .comment-item .gravatar {
  float: left;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comments-area .comment-item .comment-content:not(.pingback) {
  padding-left: 80px;
}
.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;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
  color: var(--biwors-color-dark);
  margin-bottom: 10px;
}
.comments-area .comment-item .comment-meta .comment-author {
  display: inline-block;
  color: var(--biwors-color-dark);
  font-weight: 300;
  margin-bottom: 0;
}
.comments-area .comment-item .comment-meta .comment-author:after {
  content: " / ";
  margin-right: 10px;
  margin-left: 5px;
}
.comments-area .comment-item .comment-text {
  position: relative;
  background: var(--biwors-bg-color-green);
  padding: 30px;
  margin: 0 0 20px 20px;
}
.comments-area .comment-item .comment-text p {
  margin-bottom: 0;
}
.comments-area .comment-item .comment-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: -20px;
  border-left: 20px solid transparent;
  border-top: 17px solid var(--biwors-bg-color-green);
}
.comments-area .comment-item .comment-reply-link {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--biwors-color-primary);
  margin-left: 20px;
}
.comments-area .comment-item .comment-reply-link:hover{
  color: var(--biwors-color-second);
}
.comments-area ul.children {
  padding-left: 100px;
  list-style: none;
}

.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: var(--biwors-color-primary);
}

.comment-form p {
  margin-bottom: 30px;
  line-height: 1;
}
.comment-form p label {
  margin-left: 8px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form p span:not(.required-field-message, .required) {
  display: block;
  margin-bottom: 15px;
}
.comment-form .comment-notes {
  margin-bottom: 36px;
}
.comment-form .logged-in-as {
  margin-bottom: 35px;
}
.comment-form .logged-in-as a {
  color: var(--biwors-color-dark);
}
.comment-form .logged-in-as a:hover {
  color: var(--biwors-color-second);
}
.comment-form input[type=text],
.comment-form input[type=email] {
  width: 100%;
}
.comment-form .octf-btn {
  text-transform: uppercase;
}
.comment-form .octf-btn:hover {
  background: var(--biwors-color-dark);
}

@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: var(--biwors-color-dark);
  background: #fff;
  font-size: 16px !important;
  text-transform: lowercase;
  font-weight: 300;
  padding: 6px 10px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  border: 1px solid rgba(22, 22, 25, 0.2);
}
.widget .tagcloud a:hover {
  background: var(--biwors-color-second);
  color: #fff;
}

.widget-area .widget {
  margin-bottom: 45px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title, .widget-area .widget .wp-block-heading {
  color: var(--biwors-color-primary);
}
.widget-area .widget ul:not(.recent-news) > li {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  line-height: 36px;
}
.widget-area .widget ul:not(.recent-news) > li:last-child {
  margin-bottom: 0;
}
.widget-area .widget ul:not(.recent-news) > li a {
  color: var(--biwors-color-dark);
  display: inline-block;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
}
.widget-area .widget ul:not(.recent-news) > li a:hover {
  color: var(--biwors-color-second);
}
.widget-area .widget ul:not(.recent-news) > li .posts-count {
  font-size: 18px;
  color: #7d7d88;
  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) > li.recentcomments a:before {
  display: none;
}
.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 {
  font-size: 18px;
  font-weight: 400;
  color: var(--biwors-color-dark);
  display: inline-block;
  position: relative;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s 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: 50%;
  width: 10px;
  height: 10px;
  margin-top: -7px;
  opacity: 0;
  visibility: hidden;
  background-color: var(--biwors-color-second);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s 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.35s linear;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  color: #7d7d88;
}
.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: var(--biwors-color-second);
  padding-left: 30px;
}
.widget-area .widget_categories ul li a:hover:before,
.widget-area .widget_product_categories ul li a:hover:before,
.widget-area .widget_archive ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.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: var(--biwors-color-second);
}

.widget-area .widget.widget_block {
  margin-bottom: 0;
}

.widget_recent_comments a {
  font-weight: 400;
  line-height: 27px;
  font-size: 18px;
}

.widget_recent_entries li {
  margin-bottom: 25px;
}
.widget_recent_entries li a {
  margin-bottom: 6px;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
}

.wp-block-search__button {
  color: var(--biwors-color-white);
  background: var(--biwors-color-primary);
  border: none;
  margin-left: 0;
  font-weight: 400;
  font-size: 18px;
  padding-left: 18px;
  padding-right: 18px;
}

.wp-block-search__inside-wrapper .wp-block-search__input {
  width: 100%;
  padding: 0 20px 0 20px;
  font-size: 16px;
  height: 62px;
  line-height: 30px;
  border: none;
}

.widget_recent_comments li:last-child {
  margin-bottom: 0;
}
.widget_recent_comments li:last-child p {
  margin-bottom: 0;
}

/* recent post */
.widget .recent-news li:not(:last-child) {
  margin-bottom: 25px;
}
.widget .recent-news .thumb {
  float: left;
  margin-right: 20px;
  width: 80px;
  overflow: hidden;
}
.widget .recent-news .thumb + .entry-header {
  margin-left: 100px;
}
.widget .recent-news h6 {
  margin-bottom: 6px;
  line-height: 27px;
  font-size: 18px;
  font-weight: 400;
}
.widget .recent-news h6 a {
  color: var(--biwors-color-dark);
}
.widget .recent-news h6 a:hover {
  color: var(--biwors-color-second);
}
.widget .recent-news .post-on {
  font-size: 16px;
  font-weight: 300;
  display: block;
  line-height: 30px;
  color: var(--biwors-color-dark);
}

/* search */
.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 82px 0 20px;
  font-size: 16px;
  height: 62px;
  line-height: 30px;
  border: none;
}
.search-form .search-submit {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 62px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: var(--biwors-color-white);
  background: var(--biwors-color-primary);
  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 i {
  color: var(--biwors-color-white);
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
  font-size: 18px;
}
.search-form .search-submit:hover {
  background: var(--biwors-color-second);
}

/* author */
.author-widget_wrapper {
  padding: 40px 24px;
  box-shadow: 8px 8px 20px 0px rgba(56, 56, 76, 0.07);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(56, 56, 76, 0.07);
  -moz-box-shadow: 8px 8px 20px 0px rgba(56, 56, 76, 0.07);
}
.author-widget_wrapper .author-widget_image-wrapper {
  margin-bottom: 25px;
}
.author-widget_wrapper .author-widget_title {
  margin-bottom: 5px;
}
.author-widget_wrapper .author-widget_text {
  font-size: 16px;
  line-height: 24px;
  color: var(--biwors-color-dark);
  margin-bottom: 20px;
}

.author-widget_social a {
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
  margin-right: 20px;
  color: rgba(56, 56, 76, 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;
}
.author-widget_social a:last-child {
  margin-right: 0px;
}
.author-widget_social a:hover {
  color: var(--biwors-color-primary);
}

/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
# Elementor Widgets
--------------------------------------------------------------*/
.ot-heading {
  position: relative;
}
.ot-heading__sub {
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 36px;
  color: var(--biwors-color-primary);
  margin-bottom: 19px;
  text-transform: uppercase;
}
.ot-heading__title {
  display: block;
  font-size: 48px;
  line-height: 54px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .ot-heading__title {
    font-size: 28px;
    line-height: 38px;
  }
  .ot-heading__title br {
    display: none;
  }
}
.ot-icon-box {
  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 {
  display: inline-block;
  margin-bottom: 21px;
  font-size: 36px;
  line-height: 1;
  text-align: center;
  color: var(--biwors-color-primary);
  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, .ot-icon-box__icon svg {
  display: block;
  width: 1em;
  height: 1em;
}
.ot-icon-box__icon i:before {
  display: block;
}
.ot-icon-box__icon svg {
  fill: currentColor;
}
.ot-icon-box .icon-box-title {
  display: block;
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 14px;
  word-break: normal;
}
.ot-icon-box .icon-box-title a {
  display: inline-block;
  color: var(--biwors-color-dark);
}
.ot-icon-box .icon-box-title a:hover {
  color: var(--biwors-color-primary);
}
.ot-icon-box .icon-box-des {
  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-box-btn {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 21px;
}
.ot-icon-box .icon-box-btn a {
  color: var(--biwors-color-primary);
}
.ot-icon-box .icon-box-btn a:hover {
  color: var(--biwors-color-second);
}

.ot-view-stacked .ot-icon-box__icon {
  padding: 17px;
  background-color: rgba(12, 93, 208, 0.1);
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}

.ot-image-box {
  text-align: center;
  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;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.ot-image-box .content-box {
  padding: 30px 30px 27px;
  background: var(--biwors-color-white);
}

.ot-image-box .content-box .title-box {
  margin-bottom: 15px;
}

.ot-image-box .content-box .title-box a:hover {
  color: inherit;
}

.ot-image-box .content-box p:last-child {
  margin-bottom: 0;
}

.ot-image-box .link-box {
  display: block;
  padding: 10px 30px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: var(--biwors-color-primary);
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.ot-image-box .link-box span {
  float: left;
}

.ot-image-box .link-box i {
  float: right;
}

.ot-image-box:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.ot-image-box:hover .link-box {
  color: var(--biwors-color-white);
  background: var(--biwors-color-primary);
  border-color: var(--biwors-color-primary);
}

.ot-image-box-carousel .owl-stage-outer {
  margin: -30px;
  padding: 30px;
}

.ot-image-box-carousel .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: 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-image-box-carousel .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
}

.ot-image-box-carousel .ot-image-box:hover {
  transform: none;
}

/* OT image box 2 */
.ot-image-box-overlay {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.ot-image-box-overlay .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 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;
}

.ot-image-box-overlay .overlay {
  z-index: 1;
  opacity: 1;
  background: rgba(16, 120, 165, 0.2);
}

.ot-image-box-overlay h4 {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ot-image-box-overlay img {
  filter: grayscale(90%);
}

.ot-image-box-overlay:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  top: -15px;
  right: -15px;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}

.ot-image-box-overlay:hover img {
  filter: none;
}

.ot-image-box-overlay:hover .overlay {
  background: transparent;
}

.ot-progress-line__title {
  display: flex;
  justify-content: space-between;
  position: relative;
  color: var(--biwors-color-primary);
  overflow: hidden;
  margin-bottom: 17px;
}
.ot-progress-line__title .ot-progress-title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 0;
}
.ot-progress-line__title .ot-progress-percent {
  font-size: 36px;
  font-weight: 400;
}
.ot-progress-line__inner {
  height: 5px;
  background-color: #f0f0f0;
}
.ot-progress-line__inner .ot-progress-bar {
  height: 100%;
  width: 0;
  background-color: var(--biwors-color-primary);
  -webkit-transition: all 1s 0.5s;
  -o-transition: all 1s 0.5s;
  transition: all 1s 0.5s;
}

.ot-progress-circle {
  display: inline-block;
  text-align: center;
  font-size: 16px;
}
.ot-progress-circle__inner {
  position: relative;
  display: inline-flex;
  vertical-align: top;
  margin-bottom: 25px;
  z-index: 1;
}
.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 rgba(49, 199, 127, 0.2);
}
.ot-progress-circle__content {
  position: absolute;
  width: 67%;
  height: 67%;
  text-align: center;
  background-color: var(--biwors-bg-color-green);
  border-radius: 100%;
}
.ot-progress-circle .ot-progress-title {
  font-size: 24px;
  margin-bottom: 0;
}
.ot-progress-circle .ot-progress-percent {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

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

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

/* Tabs */
.ot-tabs__heading {
  margin-bottom: 0;
  overflow: hidden;
}
.ot-tabs__heading .tab-link {
  float: left;
  line-height: 1;
  text-align: center;
  font-weight: 400;
  padding-bottom: 6px;
  margin-right: 30px;
  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;
}
.ot-tabs__heading .tab-link.current, .ot-tabs__heading .tab-link:hover {
  color: var(--biwors-color-primary);
}
.ot-tabs__heading .tab-link:last-child {
  margin-right: 0;
}
.ot-tabs__heading .is-line {
  position: relative;
}
.ot-tabs__heading .is-line:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  will-change: transform;
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
  -moz-transition: transform 0.3s ease;
  -o-transition: transform 0.3s ease;
  -ms-transition: transform 0.3s ease;
}
.ot-tabs__heading .is-line:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.ot-tabs__heading .is-line:after {
  width: 22%;
}
.ot-tabs__heading .is-line.current:after {
  transform: scaleX(1);
  transform-origin: left;
}
.ot-tabs__content {
  display: none;
  padding: 32px 0;
}
.ot-tabs__content.current {
  display: inherit;
}
.ot-tabs__content h5 {
  font-size: 22px;
  line-height: 36px;
  color: var(--biwors-color-primary);
}
.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: "\f11b";
  position: absolute;
  font-family: "flaticon";
  font-size: 12px;
  color: var(--biwors-color-primary);
  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;
}

/*Accordition*/
.ot-acc-item {
  padding: 25px 0 20px;
  border-bottom: 1px solid rgba(56, 56, 76, 0.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-acc-item__title {
  position: relative;
  padding-left: 30px;
  justify-content: flex-start;
  overflow: hidden;
  color: var(--biwors-color-dark);
  margin-bottom: 0;
  line-height: inherit;
  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;
}
.ot-acc-item__title span:not(.ot-acc-item__icon) {
  position: absolute;
  left: 0;
  line-height: 1;
}
.ot-acc-item__title span:not(.ot-acc-item__icon).up {
  display: none;
}
.ot-acc-item__title i {
  display: block;
  text-align: center;
  font-size: 14px;
  color: currentColor;
}
.ot-acc-item__title i.up {
  display: none;
}
.ot-acc-item__title i.down {
  margin-top: 5px;
}
.ot-acc-item__title svg {
  display: block;
  width: 14px;
  fill: currentColor;
}
.ot-acc-item__content {
  display: none;
}
.ot-acc-item__content p:last-child, .ot-acc-item__content ul:last-child {
  margin-bottom: 0;
}
.ot-acc-item .acc__content-inner {
  padding: 24px 0 0;
}
.ot-acc-item.current {
  padding-bottom: 0;
  border-bottom-color: transparent;
}
.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.current .ot-acc-item__title, .ot-acc-item:hover .ot-acc-item__title {
  color: var(--biwors-color-primary);
}
.ot-acc-item:last-child {
  border-bottom: none;
}

.icon-align-right .ot-acc-item__title span {
  right: 0;
  left: auto;
}
.icon-align-right .ot-acc-item__title,
.icon-align-right .ot-acc-item .acc__content-inner {
  padding-left: 0;
}

.ot-counter {
  display: block;
}
.ot-counter span {
  color: var(--biwors-color-primary);
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
}
.ot-counter__title {
  font-size: 20px;
  margin-bottom: 0;
}
.ot-counter__desc {
  font-size: 16px;
  margin-bottom: 0;
}
.ot-counter .number-wrapper, .ot-counter .title-desc-wrapper {
  word-break: normal;
}

.ot-position-top .ot-counter .dflex {
  display: inline-flex;
}

.ot-position-left .ot-counter, .ot-position-right .ot-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ot-position-left .ot-counter__title, .ot-position-right .ot-counter__title {
  margin-top: 0;
}
.ot-position-left .ot-counter .number-wrapper, .ot-position-right .ot-counter .number-wrapper {
  margin-bottom: 0;
}

.ot-position-left .ot-counter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.ot-position-left .ot-counter .number-wrapper {
  margin-right: 20px;
}

.ot-position-right .ot-counter {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.ot-position-right .ot-counter .number-wrapper {
  margin-left: 20px;
}

.ot-icon-list-wrapper ul {
  margin-bottom: 0;
}
.ot-icon-list-wrapper ul.--inline-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.ot-icon-list-wrapper .ot-icon-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 44px;
  word-break: normal;
}
.ot-icon-list-wrapper .ot-icon-list-item a {
  color: currentColor;
}
.ot-icon-list-wrapper .ot-icon-list-item a:hover {
  color: var(--biwors-color-primary);
}
.ot-icon-list-wrapper .ot-icon-list-item:last-child {
  margin-bottom: 0;
}
.ot-icon-list-wrapper .ot-icon-list-item.--inline-item {
  margin-bottom: 0;
  margin-right: 30px;
  word-break: break-word;
}
.ot-icon-list-wrapper .ot-icon-list-item.--inline-item:last-child {
  margin-right: 0;
}
.ot-icon-list-wrapper .ot-icon-list-icon {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 5px;
  line-height: 1;
  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-list-wrapper .ot-icon-list-icon + .ot-icon-list-text {
  align-self: center;
}
.ot-icon-list-wrapper .ot-icon-list-icon i {
  display: block;
  color: var(--biwors-color-primary);
  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;
  fill: var(--biwors-color-second);
  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-text {
  transition: background-size 0.3s linear;
  -webkit-transition: background-size 0.3s linear;
  -moz-transition: background-size 0.3s linear;
  -o-transition: background-size 0.3s linear;
  -ms-transition: background-size 0.3s linear;
}

.ot-view-stacked .ot-icon-list-icon {
  padding: 0.5em;
  background-color: var(--biwors-bg-color-green);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-view-stacked .ot-icon-list-icon i {
  width: 1rem;
  height: 1rem;
  text-align: center;
  display: table;
  line-height: 1;
}
.ot-view-stacked .ot-icon-list-icon i:before {
  vertical-align: middle;
  display: table-cell;
}

.ot-flip-box {
  position: relative;
  overflow: hidden;
}
.ot-flip-box__inner {
  position: relative;
  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;
  transform-style: preserve-3d;
}
.ot-flip-box__inner > div {
  backface-visibility: hidden;
  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-flip-box .icon-title {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #fff;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-flip-box .icon-title h5 {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 42px;
}
.ot-flip-box .icon-title span {
  margin-bottom: 4px;
}
.ot-flip-box .icon-title span:before {
  font-size: 45px;
}
.ot-flip-box .icon-title i {
  font-size: 45px;
  margin-bottom: 20px;
  margin-top: 19px;
}
.ot-flip-box .icon-title svg {
  width: 45px;
  height: auto;
  fill: currentColor;
}
.ot-flip-box__backside {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 20px 45px;
  color: #a3a3a3;
  background: #0a0a0a;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 1;
  opacity: 1;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ot-flip-box__backside p {
  margin-bottom: 0;
}
.ot-flip-box__backside .link-details {
  display: inline-block;
  color: var(--biwors-color-white);
  margin-top: 23px;
}
.ot-flip-box:hover .ot-flip-box__inner {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.ot-flip-box:hover .ot-flip-box__inner .ot-flip-box__front {
  opacity: 0;
}

.video-popup {
  display: inline-block;
  position: relative;
  width: 100%;
}
.video-popup .video-image {
  display: inline-block;
}
.video-popup .video-image img {
  width: 100%;
}
.video-popup a {
  position: relative;
  display: inline-block;
  width: 88px;
  height: 88px;
  text-align: center;
  line-height: 88px;
  color: var(--biwors-color-white);
  background: var(--biwors-color-second);
  border: 1px solid var(--biwors-color-second);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.video-popup a i {
  margin-left: 8%;
}
.video-popup a i:before {
  font-size: 21px;
}
.video-popup a span {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid var(--biwors-color-second);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: border-color 0.3s linear;
  -webkit-transition: border-color 0.3s linear;
  -moz-transition: border-color 0.3s linear;
  -o-transition: border-color 0.3s linear;
  -ms-transition: border-color 0.3s linear;
}
.video-popup a .circle-1 {
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
}
.video-popup a .circle-2 {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.video-popup .video-title {
  margin-left: 15px;
  color: var(--biwors-color-primary);
  letter-spacing: 0.5px;
}
.video-popup .btn-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

@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;
  }
}
.ot-team {
  text-align: center;
  overflow: hidden;
  background: transparent;
}
.ot-team__thumb {
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  overflow: hidden;
  width: 200px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ot-team__info {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.ot-team__info h5 {
  margin-bottom: 0;
}
.ot-team__info h5 a {
  color: var(--biwors-color-dark);
}
.ot-team__info h5 a:hover {
  color: var(--biwors-color-primary);
}
.ot-team__info span {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: var(--biwors-color-second);
  margin-bottom: 5px;
}
.ot-team__info p {
  margin-top: 10px;
  margin-bottom: 17px;
}
.ot-team__info .team-social a {
  display: inline-block;
  text-align: center;
  font-size: 16px;
  margin-right: 18px;
  line-height: 1;
  color: var(--biwors-color-dark);
  opacity: 0.5;
}
.ot-team__info .team-social a:last-child {
  margin: 0;
}
.ot-team__info .team-social a svg {
  width: 16px;
  fill: currentColor;
  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__info .team-social a:hover {
  color: var(--biwors-color-second);
  opacity: 1;
}

@media (min-width: 768px) {
  .ot-position-left .ot-team, .ot-position-right .ot-team {
    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 {
    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: 30px;
  }
  .ot-position-right .ot-team {
    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: 30px;
  }
  .ot-vertical-align-top .ot-team {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .ot-vertical-align-middle .ot-team {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .ot-vertical-align-bottom .ot-team {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}
@media (max-width: 767px) {
  .ot-team__thumb {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.team-wrap {
  position: relative;
  height: 100%;
  width: 100%;
}
.team-wrap .team-text-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.team-wrap .team-info {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(22, 22, 25, 0.6);
  opacity: 0;
  text-align: center;
  display: table;
  table-layout: fixed;
  overflow: hidden;
  color: #fff;
  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;
}
.team-wrap .team-info div.dcell {
  position: relative;
  width: 100%;
  height: 100%;
}
.team-wrap .team-thumb {
  overflow: hidden;
}
.team-wrap img {
  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;
}
.team-wrap .m_extra {
  text-transform: uppercase;
  font-size: 14px;
  position: absolute;
  width: 100%;
  bottom: 0;
  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;
}
.team-wrap .m_extra span {
  display: block;
  letter-spacing: 0.5px;
  margin-bottom: 32px;
}
.team-wrap h4 {
  margin-bottom: 23px;
  color: #fff;
  text-transform: uppercase;
  line-height: 36px;
  letter-spacing: 0.5px;
}
.team-wrap h4 a {
  color: #fff;
}
.team-wrap h4 a:hover {
  color: var(--biwors-color-primary);
}
.team-wrap .team-social > span {
  position: absolute;
  margin-bottom: 20px;
  z-index: 2;
  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-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.team-wrap .team-social > span:before {
  font-size: 30px;
}
.team-wrap .team-social a {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  opacity: 0;
  visibility: 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;
}
.team-wrap .team-social a svg {
  width: 1em;
  height: auto;
  fill: currentColor;
}
.team-wrap .team-social a:hover {
  color: var(--biwors-color-primary);
}
.team-wrap .team-social.active > span {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.team-wrap .team-social.active a {
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  opacity: 1;
  visibility: visible;
}
.team-wrap:hover .team-info {
  opacity: 1;
}
.team-wrap:hover img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.member-info {
  list-style: none;
  font-size: 18px;
  padding-left: 0;
}
.member-info li {
  color: #a3a3a3;
  padding-bottom: 10px;
}

.member-form input[type=text],
.member-form input[type=email] {
  width: 100%;
}
.member-form .octf-btn {
  margin-top: 10px;
}
.member-form .octf-btn:before, .member-form .octf-btn:after {
  display: none;
}
.member-form .octf-btn:hover {
  border: 1px solid;
}

@media (min-width: 1025px) and (max-width: 1300px) {
  .team-wrap h4 {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .team-wrap .team-social a {
    opacity: 1;
    font-size: 14px;
  }
}
/* Team 2 */
.ot-team2 {
  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;
  background: #f8f8f8;
}

.ot-team2 .team-info {
  padding: 25px 10px;
}

.ot-team2 h4 {
  font-size: 22px;
  margin-bottom: 0;
}

.ot-team2 h4 a {
  color: #1b1d21;
}

.ot-team2 span {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  color: #797979;
}

.ot-team2 .team-thumb {
  position: relative;
}

.ot-team2 .team-social {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
}

.ot-team2 .team-social svg {
  width: 1em;
  height: auto;
  fill: currentColor;
}

.ot-team2 .team-social > div {
  padding: 3px 17px;
  background: #262051;
  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;
}

.ot-team2 .team-social a {
  display: block;
  color: #9390a8;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0;
}

.ot-team2 .team-social a:hover {
  color: var(--biwors-color-primary);
}

.ot-team2:hover {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  background: #fff;
}

.ot-team2:hover .team-social > div {
  transform: translateX(0);
}

/*Hover Image*/
.ot-hover-image {
  display: inline-block;
  vertical-align: top;
}
.ot-hover-image__inner {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0;
}
.ot-hover-image__inner > img {
  transition: transform 0.3s linear;
  -webkit-transition: transform 0.3s linear;
  -moz-transition: transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  -ms-transition: transform 0.3s linear;
}
.ot-hover-image i {
  font-size: 36px;
}
.ot-hover-image svg {
  width: 36px;
  fill: #fff;
}
.ot-hover-image .overlay {
  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-hover-image__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
}
.ot-hover-image:hover .ot-hover-image__inner > img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.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%;
  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 .image-slider-item {
  position: relative;
}
.ot-image-slider.image-popup-gallery .owl-item {
  cursor: pointer;
}

.ot-industries-carousel .indus-item {
  padding: 15px 50px 50px;
}

.ot-industries-carousel .indus-item .item-inner {
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
  padding: 45px 70px 45px 110px;
  position: relative;
}

.ot-industries-carousel .indus-item .item-inner .i-image {
  position: absolute;
  left: -70px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ot-industries-carousel .indus-item .item-inner h6 {
  font-weight: 800;
  margin-bottom: 15px;
}

.ot-industries-carousel .indus-item .item-inner .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  overflow: hidden;
  background: transparent;
}

.ot-industries-carousel .indus-item .item-inner .overlay:after {
  position: absolute;
  content: "";
  top: -15px;
  right: -15px;
  width: 30px;
  height: 30px;
  background: var(--biwors-color-primary);
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media only screen and (max-width: 1400px) {
  .ot-industries-carousel .indus-item .item-inner .i-image {
    left: -50px;
  }
}
@media only screen and (max-width: 479px) {
  .ot-industries-carousel .indus-item {
    padding: 15px 30px 50px;
  }
  .ot-industries-carousel .indus-item .item-inner {
    padding: 30px;
  }
  .ot-industries-carousel .indus-item .item-inner .i-image {
    display: none;
  }
}
.ot-countdown {
  text-align: center;
  display: flex;
  margin-bottom: 0;
  color: #fff;
}
.ot-countdown li {
  display: inline-block;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
  color: var(--biwors-color-second);
}
.ot-countdown li span {
  display: block;
  font-size: 100px;
  font-weight: 400;
  margin-bottom: 6px;
  white-space: nowrap;
}
.ot-countdown li p {
  font-size: 16px;
  font-weight: 400;
  color: var(--biwors-color-dark);
  text-transform: uppercase;
  white-space: nowrap;
  margin-bottom: 0;
}
.ot-countdown li.seperator {
  font-size: 72px;
  font-weight: 400;
  flex-grow: 0;
}

@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;
  }
}
.link-content-wrapper {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
}
.link-content-wrapper .link-icon {
  display: block;
  line-height: 1;
  margin-left: 15px;
}
.link-content-wrapper .link-icon svg, .link-content-wrapper .link-icon i {
  display: block;
  width: 1em;
}
.link-content-wrapper .link-icon i {
  color: currentColor;
}
.link-content-wrapper .link-icon svg {
  fill: currentColor;
}

/*Pricing Table 1*/
.ot-pricing-table {
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  min-width: 0;
  border: 0;
  background-color: var(--biwors-bg-color-green);
}
.ot-pricing-table__inner {
  padding: 65px 50px;
}
.ot-pricing-table__icon {
  display: inline-block;
  font-size: 50px;
  text-align: center;
  color: var(--biwors-color-primary);
  line-height: 1;
  margin-bottom: 15px;
}
.ot-pricing-table__icon i, .ot-pricing-table__icon i:before, .ot-pricing-table__icon svg {
  display: block;
}
.ot-pricing-table__icon i, .ot-pricing-table__icon svg {
  width: 1em;
  height: 1em;
}
.ot-pricing-table__icon svg {
  fill: currentColor;
}
.ot-pricing-table__title {
  text-transform: capitalize;
  margin-bottom: 5px;
}
.ot-pricing-table__prices {
  position: relative;
  font-size: 60px;
  font-weight: 400;
  padding: 0;
  margin: 0;
  height: 46px;
  color: var(--biwors-color-dark);
  line-height: 1;
  background: 0 0;
}
.ot-pricing-table__prices .price-inner {
  display: flex;
  align-items: flex-end;
  position: absolute;
  left: 0;
  right: 0;
}
.ot-pricing-table__prices .price-currency {
  display: inline-block;
  padding-right: 4px;
  padding-top: 8px;
}
.ot-pricing-table__prices .price-show {
  -webkit-animation: priceShow 0.6s forwards;
  animation: priceShow 0.6s forwards;
}
.ot-pricing-table__prices .price-hide {
  -webkit-animation: priceFade 0.6s forwards;
  animation: priceFade 0.6s forwards;
}
.ot-pricing-table__features-list {
  display: inline-block;
  text-align: left;
  margin-top: 35px;
  margin-bottom: 40px;
}
.ot-pricing-table__features-list .pricing-features-item {
  justify-content: flex-start;
}
.ot-pricing-table__features-list .pricing-features-icon {
  display: inline-flex;
  padding: 0;
  margin-right: 16px;
  background: none;
}
.ot-pricing-table .octf-btn {
  width: 100%;
}
.ot-pricing-table .more {
  margin-top: 22px;
}

.ot-view-stacked .ot-pricing-table__icon {
  padding: 0.5em;
  background-color: var(--biwors-bg-color-green);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*Pricing Table 2*/
.ot-pricing-table-s2 {
  position: relative;
  overflow: hidden;
  padding: 45px 48px 48px;
  border: 1px solid #e7e7e7;
  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-pricing-table-s2 * {
  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-pricing-table-s2 .icon-main {
  position: absolute;
  top: -80px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background-color: #00deff;
  background-image: -moz-linear-gradient(125deg, #00deff, #502a71);
  background-image: -webkit-linear-gradient(125deg, #00deff, #502a71);
  background-image: linear-gradient(125deg, #00deff, #502a71);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.ot-pricing-table-s2 .icon-main i, .ot-pricing-table-s2 .icon-main svg {
  position: absolute;
  bottom: 45px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}

.ot-pricing-table-s2 .icon-main i:before {
  font-size: 35px;
}

.ot-pricing-table-s2 .icon-main svg {
  width: 35px;
}

.ot-pricing-table-s2 .inner-table .title-table {
  font-size: 24px;
  font-weight: 800;
}

.ot-pricing-table-s2 .inner-table h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: var(--biwors-color-primary);
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  padding-left: 27px;
}

.ot-pricing-table-s2 .inner-table h2 sup {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 50%;
  font-weight: 600;
}

.ot-pricing-table-s2 .inner-table > span {
  display: block;
  font-weight: 400;
  margin-bottom: 30px;
}

.ot-pricing-table-s2 .inner-table .details {
  color: #1b1d21;
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
}

.ot-pricing-table-s2 .inner-table .details ul {
  margin-top: 0;
  margin-bottom: 0;
}

.ot-pricing-table-s2 .octf-btn:hover {
  color: #7141b1;
  background: #fff;
}

.ot-pricing-table-s2:not(.s4):hover {
  color: #fff;
  background: #262051;
}

.ot-pricing-table-s2:not(.s4):hover .details {
  color: #8e88b8;
  border-color: rgba(255, 255, 255, 0.15);
}

.ot-pricing-table-s2:not(.s4):hover h4,
.ot-pricing-table-s2:not(.s4):hover .details ul li.active {
  color: #fff;
}

.ot-pricing-table-s2:not(.s4):hover .inner-table > span {
  color: #8e88b8;
}

/* Compare Pricing Table */
.ot-cpt-wrapper .ot-cpt-header th:nth-child(1) {
  width: 450px;
}
.ot-cpt-wrapper .ot-cpt-title {
  margin-bottom: 5px;
}
.ot-cpt-wrapper .ot-cpt-price {
  font-size: 24px;
  color: var(--biwors-color-primary);
}
.ot-cpt-wrapper .ot-cpt-icon-text .uil-check {
  padding: 5px;
  color: var(--biwors-color-primary);
  background-color: var(--biwors-bg-soft-primary);
  border-radius: 50%;
}

@-webkit-keyframes priceFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80%);
  }
}
@keyframes priceFade {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(80%);
  }
}
@-webkit-keyframes priceShow {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes priceShow {
  0% {
    opacity: 0;
    transform: translateY(-80%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Comparison Table */
article.ot-cpt-wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.ot-cpt-fbox-heading, .ot-cpt-heading {
  width: 100%;
  height: 130px;
  font-size: 24px;
  color: var(--biwors-color-dark);
  text-align: center;
}

.ot-cpt-heading {
  line-height: 1;
}

.ot-cpt-wrapper .ot-cpt-feature {
  color: var(--biwors-color-dark);
  text-align: left;
}

.ot-cpt-text span {
  display: inline-block;
  text-align: center;
  min-width: 24px;
  min-height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 1;
}
.ot-cpt-text span:before {
  font-size: 16px;
}

.ot-cpt-text span.ot-flaticon-check-1 {
  color: var(--biwors-color-second);
}

.ot-cpt-text span.ot-flaticon-cross {
  color: #ff6b52;
}

.ot-cpt-btn .octf-btn {
  white-space: normal;
}
.ot-cpt-btn .more {
  display: block;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 23px;
}

.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 {
  padding: 7px 40px;
  empty-cells: show;
}

.ot-cpt-wrapper table tr:nth-child(3) td {
  padding-top: 28px;
}

.ot-cpt-wrapper table tr:last-child td {
  padding-top: 30px;
  padding-bottom: 55px;
}

.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 {
  display: block;
  font-size: 20px;
  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;
}

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: 292px;
  }
  .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;
  }
  .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;
  }
}
@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;
  }
}
.ot-switchs-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.ot-switchs-wrap p {
  margin-bottom: 0;
}

.ot-switch {
  position: relative;
  cursor: pointer;
  z-index: 888;
  transition: 0.3s ease-in-out;
}

.ot-switch.ot-switch-active {
  background: var(--biwors-color-dark);
}

/*Client logo slider*/
.ot-image-logo-carousel .item-image {
  display: block;
  width: 100%;
  opacity: 1;
  will-change: opacity, visibility;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.ot-image-logo-carousel .item-image-hover {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  will-change: opacity, visibility;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
}
.ot-image-logo-carousel .item_link {
  display: block;
  position: relative;
  line-height: 0;
  text-align: center;
}
.ot-image-logo-carousel .item_link img {
  display: inline-block;
  width: auto;
}
.ot-image-logo-carousel .item_link:hover .item-image {
  opacity: 0;
  visibility: hidden;
}
.ot-image-logo-carousel .item_link:hover .item-image-hover {
  opacity: 1;
  visibility: visible;
}

.ot-image-slider {
  text-align: center;
}
.ot-image-slider .owl-item img {
  width: auto;
  display: inline-block;
}

.ot-testimonial-wrap .blockquote-content {
  font-size: 24px;
  line-height: 36px;
}
.ot-testimonial-wrap .blockquote-details {
  display: inline-flex;
  align-items: center;
  text-align: left;
  vertical-align: top;
}
.ot-testimonial-wrap .blockquote-details img {
  width: 80px;
  margin-right: 20px;
  border-radius: 50%;
}
.ot-testimonial-wrap .blockquote-details .tjob {
  font-size: 16px;
  margin-bottom: 0;
}
.ot-testimonial-wrap .blockquote-details .tname {
  font-weight: 300;
  color: var(--biwors-color-primary);
  margin-bottom: 0;
}
.ot-testimonial-wrap .ot-ratings {
  margin-bottom: 22px;
}

/* Testimonial 2 */
.ot-testimonial-carousel_2 .testi-item {
  position: relative;
}

.ot-testimonial-carousel_2 .layer1 {
  position: absolute;
  left: 30px;
  bottom: -20px;
  width: calc(100% - 55px);
  height: 100%;
  background: #f8f8f8;
  z-index: -1;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}

.ot-testimonial-carousel_2 .layer2 {
  padding: 40px;
  margin-bottom: 40px;
  background: #fff;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}

.ot-testimonial-carousel_2 .t-head {
  overflow: hidden;
  justify-content: normal;
}

.ot-testimonial-carousel_2 .t-head img {
  margin-right: 30px;
  width: 90px;
  height: auto;
  border-radius: 50%;
}

.ot-testimonial-carousel_2 .t-head h6 {
  font-size: 20px;
  margin-bottom: 2px;
}

.ot-testimonial-carousel_2 .t-head span {
  color: #9f9f9f;
}

.ot-testimonial-carousel_2 .ttext {
  margin-top: 23px;
}

.projects-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.projects-box .projects-thumbnail {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0;
  z-index: 1;
}
.projects-box .projects-thumbnail img {
  width: auto;
}
.projects-box span.bg {
  background: rgba(6, 5, 9, 0.3);
}
.projects-box .project-details {
  padding-top: 20px;
}
.projects-box .title {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 12px;
}
.projects-box .title a {
  color: var(--biwors-color-dark);
}
.projects-box .title a:hover {
  color: var(--biwors-color-primary);
}
.projects-box .info-inside-image .title a:hover {
  color: #fff;
}
.projects-box .project-excerpt {
  font-size: 16px;
  line-height: 30px;
}
.projects-box .project-excerpt p {
  margin-bottom: 0;
}
.projects-box .portfolio_link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  transition: 0.35s;
}
.projects-box .info-inside-image,
.projects-box .info-inside-image-overlay {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  z-index: 3;
  overflow: hidden;
  transition: 0.5s;
}
.projects-box .info-inside-image > div,
.projects-box .info-inside-image-overlay > div {
  transition: 0.3s;
  opacity: 0;
  transform: translateY(30px);
}
.projects-box .info-inside-image > div.project-title,
.projects-box .info-inside-image-overlay > div.project-title {
  transition: 0.5s;
}
.projects-box .info-inside-image > div.project-excerpt,
.projects-box .info-inside-image-overlay > div.project-excerpt {
  transition: 0.7s;
}
.projects-box .info-inside-image-overlay {
  opacity: 1;
}
.projects-box .info-inside-image-overlay > div:not(.project-excerpt) {
  transform: translateY(0);
  opacity: 1;
}
.projects-box:hover .info-inside-image {
  opacity: 1;
}
.projects-box:hover .info-inside-image > div {
  opacity: 1;
  transform: translateY(0);
}
.projects-box:hover span.bg {
  opacity: 1;
}
.projects-box:hover .info-inside-image-overlay {
  transform: translateY(0) !important;
}
.projects-box:hover .info-inside-image-overlay .project-excerpt {
  transform: translateY(0);
  opacity: 1;
}

.is-excerpt .info-inside-image-overlay {
  transform: translateY(20%);
}

.overlay-info span.bg {
  opacity: 1;
}

.btn-loadmore {
  display: inline-block;
}
.btn-loadmore.more:after {
  vertical-align: -4px;
}

/* Projects post */
.projects-post_wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: 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;
}
.projects-post_wrapper .project-title .title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 7px;
}
.projects-post_wrapper:hover {
  background: var(--biwors-bg-color-green);
}
.projects-post_wrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  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-post_wrapper:hover:before {
  opacity: 1;
}

.projects-post_thumb {
  margin-bottom: 0;
  max-width: 40%;
  order: -1;
  align-self: flex-start;
  flex-shrink: 0;
}
.projects-post_thumb img {
  width: 100%;
}

.projects-post_content {
  padding: 60px 100px 60px 60px;
  z-index: 2;
}

.projects-item-inner {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

/*Filter*/
.isotope-filter {
  position: relative;
  z-index: 5;
}

.filter {
  margin-bottom: 50px;
}

.filter ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

.filter ul li {
  display: inline-block;
}
.filter ul li + li {
  margin-left: 40px;
}

.filter,
.filter ul li a {
  display: block;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
}

.filter ul li a {
  position: relative;
}
.filter ul li a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: currentColor;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transform-origin: 100% 50%;
  transform: scale3d(0, 1, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.filter ul li a.active,
.filter ul li a:hover {
  color: var(--biwors-color-primary);
}
.filter ul li a.active:before,
.filter ul li a:hover:before {
  transform-origin: 0% 50%;
  transform: scale3d(1, 1, 1);
  transition-timing-function: cubic-bezier(0.4, 1, 0.8, 1);
}

.project-cates a + a {
  position: relative;
  padding-left: 15px;
}
.project-cates a + a:before {
  position: absolute;
  content: "/";
  top: 0;
  left: 4px;
}

.project-cates {
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 7px;
}
.project-cates a {
  display: inline-block;
  color: var(--biwors-color-second);
}
.project-cates a:hover{
  opacity: 0.7;
}
.info-inside-image .project-cates a,
.info-inside-image .title a,
.info-inside-image .project-excerpt,
.info-inside-image-overlay .project-cates a,
.info-inside-image-overlay .title a,
.info-inside-image-overlay .project-excerpt {
  color: var(--biwors-color-white);
}

/*Load more*/
.loadmore_wrapper {
  text-align: center;
  margin-top: 50px;
  clear: both;
}
.loadmore_wrapper span:not(.circle-spinner) {
  transition: opacity 0.5s;
}
.loadmore_wrapper .circle-spinner {
  animation: loadingP 0.8s linear infinite;
  border: 2px solid currentColor;
  border-right-color: transparent;
  border-radius: 100%;
  display: inline-block;
  position: absolute;
  top: calc(50% - 9px);
  left: calc(50% - 9px);
  overflow: hidden;
  text-indent: -9999px;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.loadmore_wrapper .loading .circle-spinner {
  opacity: 1;
  visibility: visible;
}
.loadmore_wrapper .loading span:not(.circle-spinner) {
  opacity: 0;
  transition: opacity 0.5s;
}

.project-bottom {
  padding-top: 50px;
  padding-bottom: 120px;
  border-top: 1px solid rgba(56, 56, 76, 0.2);
}
.project-bottom .post-nav {
  border-bottom: none;
}
.project-bottom .project-prev {
  margin-right: 10px;
}
.project-bottom .project-prev, .project-bottom .project-next {
  color: var(--biwors-color-dark);
  background-color: rgba(164, 174, 198, 0.2);
}
.project-bottom .project-prev i, .project-bottom .project-next i {
  font-size: 18px;
}

.project-related-posts-wrap {
  padding-top: 20px;
}
.project-related-posts-wrap .ot-carousel .ot-dots-custom {
  margin-top: 50px !important;
}
.project-related-posts-wrap .project-related-title {
  text-transform: capitalize;
}

.project-related-title-wrap h3 {
  text-transform: uppercase;
  margin-bottom: 40px;
}

/* projects-masonry
================================================== */
.projects-masonry:not(.project-post-list) {
  margin-top: -50px;
  margin-left: -15px;
  margin-right: -15px;
}

.projects-masonry:not(.project-post-list) .project-item {
  display: inline-block;
  float: left;
  padding: 0 15px;
  margin-top: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}

.projects-masonry .grid-sizer {
  width: 100%;
  padding: 0;
  margin: 0;
}

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

.projects-masonry.pf_3_cols .project-item,
.projects-masonry.pf_3_cols .grid-sizer {
  width: 33.3333333333%;
}
.projects-masonry.pf_3_cols .project-item.width2x,
.projects-masonry.pf_3_cols .grid-sizer.width2x {
  width: 66.66666666%;
}

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

@media (max-width: 1199px) {
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 33.333333%;
  }
  .projects-masonry.pf_4_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .project-item.width2x {
    width: 66.666666%;
  }
}
@media only screen and (max-width: 991px) {
  .projects-masonry:not(.project-post-list) .project-item,
  .projects-masonry:not(.project-post-list) .grid-sizer,
  .projects-masonry.pf_3_cols .grid-sizer,
  .projects-masonry.pf_3_cols .project-item,
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 50%;
  }
  .projects-masonry:not(.project-post-list) .project-item.width2x,
  .projects-masonry:not(.project-post-list) .grid-sizer.width2x,
  .projects-masonry.pf_3_cols .grid-sizer.width2x,
  .projects-masonry.pf_3_cols .project-item.width2x,
  .projects-masonry.pf_4_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .project-item.width2x {
    width: 100%;
  }
  .projects-post_wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .projects-post_thumb {
    max-width: 100%;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .projects-masonry.pf_2_cols .project-item,
  .projects-masonry.pf_2_cols .grid-sizer,
  .projects-masonry.pf_3_cols .project-item,
  .projects-masonry.pf_3_cols .grid-sizer,
  .projects-masonry.pf_4_cols .grid-sizer,
  .projects-masonry.pf_4_cols .project-item {
    width: 100%;
  }
  .projects-masonry.pf_2_cols .project-item.width2x,
  .projects-masonry.pf_2_cols .grid-sizer.width2x,
  .projects-masonry.pf_3_cols .project-item.width2x,
  .projects-masonry.pf_3_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .grid-sizer.width2x,
  .projects-masonry.pf_4_cols .project-item.width2x {
    width: 100%;
  }
  .projects-post_content {
    padding-top: 50px;
  }
}
/**** Isotope CSS3 transitions ****/
.isotope {
  transition-property: height, width;
}

.isotope,
.isotope-item {
  transition-duration: 0.5s;
}

@keyframes loadingP {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.post-item-shadow .owl-stage-outer {
  margin: -30px;
  padding: 30px;
}
.post-item-shadow .owl-stage-outer .owl-item {
  opacity: 0;
  visibility: 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;
}
.post-item-shadow .owl-stage-outer .owl-item.active {
  opacity: 1;
  visibility: visible;
  transition: all 0s linear;
  -webkit-transition: all 0s linear;
  -moz-transition: all 0s linear;
  -o-transition: all 0s linear;
  -ms-transition: all 0s linear;
}
.post-item-shadow .post-inner {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 30px 0 rgba(0, 0, 0, 0.1);
}
.post-item-shadow .post-inner .entry-media {
  margin-bottom: 0;
}
.post-item-shadow .post-inner .entry-media.post-cat-abs .post-cat {
  top: auto;
  bottom: -16px;
  left: 40px;
}
.post-item-shadow .post-inner .post-cat a {
  padding: 7px 12px 6px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.post-item-shadow .post-inner .inner-post {
  padding: 32px 30px 26px;
  background: transparent;
}
.post-item-shadow .post-inner .entry-title {
  margin-bottom: 0;
}
.post-item-shadow .post-inner .entry-meta {
  position: relative;
  font-size: 13px;
  padding: 14px 30px;
  margin-bottom: 0;
  text-transform: uppercase;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}
.post-item-shadow .post-inner .btn-details {
  display: inline-block;
  text-align: center;
  line-height: 34px;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 8px;
  top: 50%;
  color: #1b1d21;
  background: rgba(220, 219, 219, 0.5);
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.post-item-shadow .post-inner .btn-details i:before {
  font-size: 16px;
}

body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

.elementor-edit-area-active .elementor-inner-section {
  margin-top: 15px;
}

body .elementor-widget:not(:last-child) {
  margin-bottom: 0;
}

div.elementor-widget-heading .elementor-heading-title {
  font-family: var(--biwors-body-font-family);
  font-weight: bold;
  color: var(--biwors-heading-color);
}

.elementor-default .elementor-widget-text-editor {
  font-family: var(--biwors-body-font-family);
  color: var(--biwors-body-font-color);
}
.elementor-default .elementor-widget-text-editor p:last-child {
  margin-bottom: 0;
}

/*Fix error social-icon display: inline-block*/
a.elementor-social-icon{
  font-size: 20px;
}
.elementor-icon.elementor-social-icon {
  display: inline-flex;
}

.elementor-section > .elementor-column-gap-default > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-narrow > .elementor-column > .elementor-element-populated, .elementor-section > .elementor-column-gap-extended > .elementor-column > .elementor-element-populated {
  padding-top: 0;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 750px;
  }
  .elementor .e-con > .e-con-inner {
    max-width: 720px;
  }
  .elementor-element .container {
    width: 720px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 970px;
  }
  .elementor .e-con > .e-con-inner {
    max-width: 940px;
  }
  .elementor-element .container {
    width: 940px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
  }
  .elementor .e-con > .e-con-inner {
    max-width: 1170px;
  }
  .elementor-element .container {
    width: 1170px;
    padding: 0;
  }
}
/*--------------------------------------------------------------
## 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: var(--biwors-color-dark);
  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: 18px;
}
.octf-cta-header .toggle_search i.ot-flaticon-close-1:before {
  font-size: 18px;
}
.octf-cta-header .toggle_search.active i:before {
  font-size: 16px;
}
.octf-cta-header .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: calc(100% + 1px);
  right: 0;
  width: 410px;
}
.octf-cta-header .h-search-form-field .h-search-form-inner {
  padding: 35px;
  background-color: var(--biwors-color-white);
}
.octf-cta-header .h-search-form-field .h-search-form-inner input {
  background-color: var(--biwors-bg-color-green);
  color: var(--biwors-color-dark);
  font-weight: 300;
  padding-left: 30px;
}
.octf-cta-header .h-search-form-field .h-search-form-inner button {
  color: var(--biwors-color-white);
}
.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: var(--biwors-color-dark);
}
.octf-cta-header .h-search-form-field .h-search-form-inner :-ms-input-placeholder { /* Internet Explorer */
  color: var(--biwors-color-dark);
}
.octf-cta-header .h-search-form-field .h-search-form-inner ::placeholder {
  color: var(--biwors-color-dark);
}
.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: 100%;
  right: -30px;
  background: var(--biwors-color-white);
  color: var(--biwors-color-dark);
  width: 410px;
  padding: 40px;
  box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 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;
}
.site-header-cart .quantity {
  font-size: 14px;
}
.site-header-cart .woocommerce.widget_shopping_cart ul.cart_list li {
  border-color: rgba(22, 22, 25, 0.1);
}

.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: var(--biwors-color-dark);
}
.cart-contents:hover {
  color: var(--biwors-color-primary);
}
.cart-contents i:before {
  font-size: 18px;
}
.cart-contents .count {
  position: absolute;
  left: calc(100% + 5px);
  top: 3px;
  width: 27px;
  height: 27px;
  line-height: 27px;
  background: var(--biwors-color-second);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 14px;
  font-weight: 400;
}

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

.header-mobile .is-stuck {
  background-color: var(--biwors-color-dark);
}
.header-mobile .is-stuck .cart-contents .count {
  background: var(--biwors-color-white);
  color: var(--biwors-color-dark);
}

.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: var(--biwors-color-dark);
}
.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: var(--biwors-color-white);
}
.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: 18px;
  color: var(--biwors-color-white);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: var(--biwors-color-white);
  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: var(--biwors-color-white);
  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: "\f12b";
}

.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;
  }
}
/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.menu-hamburger-toggle {
  display: inline-block;
}
.menu-hamburger-toggle a {
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  font-size: 20px;
  text-align: center;
  background: #f6f6f6;
  color: var(--biwors-color-dark);
}
.menu-hamburger-toggle a i:before {
  font-size: 1em;
}

/*--------------------------------------------------------------
## 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
--------------------------------------------------------------*/
/*back to top*/
#back-to-top {
  background: var(--biwors-color-primary);
  color: var(--biwors-color-white);
  border: 0 none;
  cursor: pointer;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  visibility: hidden;
  outline: medium none;
  position: fixed;
  right: 40px;
  bottom: -20px;
  text-align: center;
  text-decoration: none;
  transition: opacity 0.2s ease-out 0s;
  z-index: 1000;
  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:hover{
  opacity: 0.8;
}
#back-to-top.show {
  opacity: 1;
  visibility: visible;
  bottom: 40px;
}
#back-to-top i {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
#back-to-top i:before {
  font-size: 14px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  position: relative;
  padding: 130px 0;
  color: var(--biwors-color-dark);
}
.error-404 .error-img {
  height: 171px;
  margin-bottom: 60px;
}
.error-404 h2 {
  font-size: 42px;
  line-height: 1;
  margin-bottom: 25px;
  color: var(--biwors-color-dark);
}
.error-404 .page-content {
  font-size: 18px;
  line-height: 32px;
  max-width: 770px;
  margin: auto;
}
.error-404 .page-content form {
  margin: 25px 100px 0;
}
.error-404 .page-content form button {
  background: var(--biwors-color-primary);
}
.error-404 .page-content form button:hover {
  background: var(--biwors-color-second);
}
.error-404 .octf-btn {
  display: inline-block;
  margin-top: 30px;
}

@media (max-width: 600px) {
  .error-404 h1 {
    font-size: 120px;
  }
  .error-404 h2 {
    font-size: 28px;
  }
  .error-404 .page-content {
    font-size: 14px;
    line-height: 24px;
  }
  .error-404 .page-content form {
    margin-right: 0;
    margin-left: 0;
  }
  .error-404 .error-img {
    height: auto;
  }
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .md-hidden {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}
