/*
Theme Name:     Engitech Child
Theme URI:      http://wpdemo.archiwp.com/engitech/
Description:    Make your modifications to [Parent Theme] in this child theme.
Author:         Oceanthemes
Author URI:     http://oceanthemes.net/
Version:        1.0
Template:       engitech
@import url("../engitech/style.css");

*/

@charset "UTF-8";
/*
Theme Name: Engitech
Theme URI: http://wpdemo.archiwp.com/engitech
Author: OceanThemes
Author URI: http://oceanthemes.net/
Description: Engitech is a WordPress theme for IT Solution and Services Company. Engitech is easy to use, it provides everything you need to create great looking website. With Engitech you can impress your customer by it’s professional design and the interactivity. Engitech built with latest website technology to ensure your website is looks nice on desktop and mobile. Get Engitech now!
Version: 1.4.1
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: engitech
Domain Path: /languages/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready

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

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  text-rendering: optimizeLegibility;
  -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
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #6d6d6d;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 20px;
  color: #1b1d21;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
  font-weight: bold;
}

h5 {
  font-size: 20px;
  font-weight: bold;
}

h6 {
  font-size: 18px;
  font-weight: bold;
}

p {
  margin: 0 0 20px;
}

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

blockquote {
  font-size: 22px;
  line-height: 36px;
  margin: 30px 0 25px;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  padding: 0 30px 0 50px;
  position: relative;
  color: #1b1d21;
}
blockquote:before {
  content: "";
  font-family: "Flaticon";
  font-size: 30px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #7141b1;
}
blockquote cite {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  margin-top: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #b5b5b5;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  line-height: 1.7142857143;
  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: 15px;
}

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

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

big {
  font-size: 125%;
}

.bg-alt {
  background: #f8f8f8;
}

.bg-primary {
  background: #43baff;
}

.bg-second {
  background: #7141b1;
}

.text-primary {
  color: #43baff;
}
.circle{
  position: relative;
  padding-left: 20px;
}
.circle:before{
  position: absolute;
  content: '';
  font-size: 0.5em;
  width: 1em;
  height: 1em;
  left: 0;
  top: calc(50% - 0.5em);
  border-radius: 50%;
  background-color: #43baff;
}

.text-second {
  color: #7141b1;
}

.text-dark {
  color: #1b1d21;
}

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

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

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

.section-padd-top70 {
  padding-top: 70px;
}
.custom-nav-top{
  text-align: right;
  margin-bottom: 60px;
}
.ot-nav{
  width: 60px;
  height: 60px;
  z-index: 1;
  background: #fff;
  color: #1b1d21;
  outline: none;
  border: 1px solid currentColor;
  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;
}
.ot-prev{
  margin-right: 8px;
}
.ot-next{
  margin-left: 8px;
}
.ot-nav i:before{
  font-size: 18px;
}

.lead {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

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

.font-main {
  font-family: "Lato", sans-serif;
}

.font-second {
  font-family: "Lato", sans-serif;
}

.font14 {
  font-size: 14px;
}

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

.bolder {
  font-weight: 900;
}

.bold {
  font-weight: 700;
}

.medium {
  font-weight: 500;
}

.normal {
  font-weight: 400;
}

.lighter {
  font-weight: 300;
}

.underline {
  text-decoration: underline;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

.dtable {
  display: table;
}

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

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

.b-shadow {
  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);
}

.overflow {
  overflow: hidden;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  z-index: -1;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.title-link {
  display: inline;
  background-size: 0 2px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-image: linear-gradient(0deg, #fff, currentColor);
}
.title-link:hover, .title-link.active {
  background-size: 100% 2px;
}
.gaps {
  clear: both;
  height: 20px;
  display: block;
}
.gaps.size-2x {
  height: 40px;
}

.slick-arrow {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: -57px;
  margin-top: -17px;
  background: none;
  color: #1b1d21;
  border: 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;
}
.slick-arrow:not(.slick-disabled):hover {
  color: #43baff;
}
.slick-arrow.next-nav {
  left: auto;
  right: -57px;
}
.slick-arrow i:before {
  font-size: 18px;
}

.slick-dots li button {
  width: 12px;
  height: 12px;
}
.slick-dots li button:before {
  font-size: 32px;
  line-height: 10px;
  width: auto;
  height: auto;
  color: #d0d0d0;
}

.slick-dots li.slick-active button:before {
  color: #7141b1;
  font-size: 45px;
  left: -2px;
}

.unlink a{
  cursor: inherit;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*: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. */
  overflow: hidden;
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

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

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

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

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

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

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

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

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

th {
  font-weight: 700;
}

th,
td {
  padding: 0.4375em;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
/* #button Group
================================================== */
.octf-btn {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold!important;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
    border-radius: 0px;
}

.elementor-widget-wrap .elementor-widget-button .elementor-button {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
  font-weight: bold!important;
  text-align: center;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
    border-radius: 0px;
}

.elementor-button-content-wrapper {
    align-items: center;
}

.elementor-button .elementor-align-icon-left {
    margin-bottom: -5px;
}

.octf-btn:visited, .elementor-widget-button .elementor-button:visited {
  color: #fff;
}
.octf-btn:hover, .octf-btn:focus, .elementor-widget-button .elementor-button:hover {
  background: #007bbb;
  color: #fff;
}

.octf-btn.octf-btn-second {
  background: #7141b1;
  color: #fff;
}
.octf-btn.octf-btn-second:visited {
  background: #7141b1;
  color: #fff;
}
.octf-btn.octf-btn-second:hover, .octf-btn.octf-btn-second:focus {
  background: #43baff;
}

.octf-btn.octf-btn-light {
  background: #fff;
  color: #1b1d21;
}
.octf-btn.octf-btn-light:visited {
  background: #fff;
  color: #1b1d21;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #fff;
  background: #1b1d21;
}

.octf-btn-dark {
  color: #fff;
  background: #1b1d21;
}
.octf-btn-dark:visited {
  color: #fff;
  background: #1b1d21;
}
.octf-btn-dark:hover, .octf-btn-dark:focus {
  background: #fff;
  color: #1b1d21;
}

.btn-details {
  font-size: 14px;
  font-weight: bold;
  color: #43baff;
}
.btn-details i {
  margin-right: 8px;
  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;
}
.btn-details i:before {
  font-size: 15px;
}
.btn-details:hover i {
  margin-right: 3px;
}
.btn-details:visited {
  color: #43baff;
}

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],
textarea {
  color: #b5b5b5;
  border: none;
  background: #f6f6f6;
  padding: 10px 20px;
  box-sizing: border-box;
  outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #6d6d6d;
}

select {
  border: none;
  background: #f6f6f6;
  outline: none;
}

textarea {
  width: 100%;
  height: 150px;
  vertical-align: top;
}

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

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

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

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

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  color: #7141b1;
  text-decoration: none;
}
a:visited {
  color: #7141b1;
}
a:hover, a:focus, a:active {
  color: #43baff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Top Bar
--------------------------------------------------------------*/
.header-topbar {
  padding: 7px 0px;
  border-bottom: 1px solid transparent;
  background: #141d38;
  color: #b5b5b5;
  font-size: 14px;
  font-weight: 600;
}
.header-topbar a {
  color: #b5b5b5;
  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;
}
.header-topbar a:hover {
  color: #43baff;
}

.social-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-left: 25px;
  float: right;
}
.social-list li {
  display: inline-block;
  margin: 0px 8px;
}
.social-list li:last-child {
  margin-right: 0px;
}
.social-list li a {
  display: inline-block;
  padding: 0px 3px;
}
.social-list li a i {
  font-size: 13px;
  font-weight: 400;
}

.topbar-info {
  list-style: none;
  padding: 0px;
  margin: 0px;
  float: left;
}
.topbar-info li {
  padding: 0px 20px;
  float: left;
}
.topbar-info li:first-child {
  padding-left: 0px;
}
.topbar-info li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  color: #fff;
  margin-right: 7px;
  line-height: 1;
}

.topbar_languages {
  float: right;
  border-left: 1px solid #e5e5e5;
  margin-left: 30px;
  padding-left: 20px;
}
.topbar_languages select {
  background: transparent;
  border: 0px solid #F0F3FB;
  border-radius: 0px;
  padding: 0px 20px 0px 10px;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #a5b7d2;
  /* Here's the code we need */
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.topbar_languages select:focus {
  outline: none;
}
.topbar_languages select::-ms-expand {
  display: none;
}
.topbar_languages select option {
  color: #a2b7d2;
}
.topbar_languages > div {
  position: relative;
}
.topbar_languages > div:after {
  position: absolute;
  top: 50%;
  right: 3px;
  margin-top: -6px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: #a5b7d2;
  font-weight: 500;
  pointer-events: none;
}

.extra-text {
  float: right;
}
.extra-text a {
  color: #43baff;
}
.extra-text a:hover {
  color: #fff;
}

/* style 2 */
.style-2 {
  padding: 0;
  line-height: 40px;
}
.style-2 .social-list {
  float: left;
  margin-left: 0;
}
.style-2 .social-list li {
  margin: 0;
}
.style-2 .social-list li a {
  display: block;
  padding: 0 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .social-list li:last-child a {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info {
  float: right;
  margin-left: 20px;
}
.style-2 .topbar-info li {
  padding: 0 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.style-2 .topbar-info li:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

/* style 3 */
.header-style-3 .header-topbar {
  background: #fff;
  color: #666;
}
.header-style-3 .header-topbar a {
  color: #666;
}
.header-style-3 .header-topbar a:hover {
  color: #43baff;
}
.header-style-3 .header-topbar .topbar-info li i {
  color: #1b1d21;
}
.header-style-3 .header-topbar .extra-text a:hover {
  color: #1b1d21;
}

@media only screen and (max-width: 1199px) {
  .extra-text {
    display: none;
  }

  .social-list {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .mobile-topbar {
    line-height: 1.875;
    padding: 7px 0;
  }
  .mobile-topbar.header-topbar {
    display: block;
  }
  .mobile-topbar .social-list {
    float: none;
    clear: both;
    padding-top: 2px;
  }
  .mobile-topbar .social-list li a {
    border: none !important;
    padding: 0;
  }
  .mobile-topbar .social-list li:first-child {
    margin-left: 0;
  }
  .mobile-topbar .topbar-info {
    margin-left: 0;
    float: none;
  }
  .mobile-topbar .topbar-info li {
    border: none !important;
    padding-left: 0;
  }

  .style-2 .social-list li {
    margin: 0 8px;
  }
  .style-2 .social-list li:first-child a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 600px) {
  .topbar-info li {
    float: none;
    padding-left: 0;
  }
}
/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  min-width: 145px;
  padding: 30px 0;
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
#site-logo img {
  width: 145px;
}
#site-logo img.logo-static {
  display: block;
}
#site-logo img.logo-scroll {
  display: none;
}

.is-stuck #site-logo img.logo-static {
  display: none;
}
.is-stuck #site-logo img.logo-scroll {
  display: block;
}

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

.site-header {
  background: #fff;
  position: relative;
  z-index: 11;
}
.site-header.header-overlay {
  background: transparent;
  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: #fff;
}
.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: #fff;
}

.octf-main-header{
  border-bottom: 1px solid rgba(20, 29, 56, 0.15);
}
.header-overlay .octf-main-header{
  border-color: rgba(255, 255, 255, 0.1);
}
.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 > [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 {
  font-weight: bold;
  list-style: none;
  margin: 0px 0px;
  padding: 0px 0px;
}

.main-navigation > ul > li {
  margin: 0px 20px;
  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:not(.no-under-line) > ul > li:before {
  position: absolute;
  height: 3px;
  width: 0;
  bottom: -1px;
  right: 0;
  background: #43baff;
  content: "";
  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;
}

.main-navigation > ul > li:hover:before,
.main-navigation > ul > li.current-menu-item:before,
.main-navigation > ul > li.current-menu-ancestor:before {
  left: 0;
  right: auto;
  width: 100%;
}

.main-navigation ul ul.sub-menu{
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  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 > li > a {
  display: inline-block;
  padding: 32px 0px;
  line-height: 35px;
  text-decoration: none;
  text-align: center;
  outline: none;
  color: #1a1b1e;
  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,
.main-navigation > ul > li > a.mPS2id-highlight {
  color: #43baff;
  
}
.main-navigation:not(.no-under-line) > ul > li > a.mPS2id-highlight:before{
  position: absolute;
  height: 3px;
  width: 100%;
  bottom: -1px;
  right: 0;
  background: #43baff;
  content: "";
}
.main-navigation ul > li.menu-item-has-children > a, .main-navigation ul > li.is-mega-menu > a {
  padding-right: 17px;
}

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

.main-navigation ul li li {
  display: block;
  position: relative;
  padding: 0px 40px;
}

.main-navigation ul li li a {
  font-size: 14px;
  line-height: 30px;
  color: #1a1b1e;
  text-align: left;
  display: block;
    font-weight: bold;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: uppercase;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}



.main-navigation:not(.no-line) ul li li a:hover:before,
.main-navigation:not(.no-line) ul ul li.current-menu-item > a:before,
.main-navigation:not(.no-line) ul ul li.current-menu-ancestor > a:before {
  left: 0px;
  visibility: visible;
  opacity: 1;
}

.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: #43baff;
  padding-left: 12px;
}
.main-navigation.no-line ul li li a:hover,
.main-navigation.no-line ul ul li.current-menu-item > a,
.main-navigation.no-line ul ul li.current-menu-ancestor > a {
  padding-left: 0;
}

.main-navigation ul > li.menu-item-has-children > a:after, 
.main-navigation ul > li.is-mega-menu > a:after {
  position: absolute;
  right: 2px;
  top: 50%;
  margin-top: -4px;
  font-family: "Flaticon";
  content: "";
  font-size: 7px;
  line-height: 1;
  color: #c3c7c9;
  font-weight: 500;
  transform: rotate(90deg);
}
.s2 .main-navigation ul > li.menu-item-has-children > a:after, 
.s2 .main-navigation ul > li.is-mega-menu > a:after {
  content: "\f100";
  transform: none;
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
  color: #43baff;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  content: "";
  font-family: Flaticon;
  top: 50%;
  right: 0;
  margin-top: -5px;
  font-size: 9px;
  color: #c3c7c9;
  transform: rotate(0deg);
}
.s2 .main-navigation ul > li li.menu-item-has-children > a:after {
  transform: rotate(-90deg);
}

.main-navigation ul li ul.sub-menu {
  min-width: 280px;
  white-space: nowrap;
  padding: 25px 0px;
  position: absolute;
  top: calc(100% + 1px);
  left: -40px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -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-sizing: border-box;
}

.main-navigation ul li ul ul.sub-menu {
  left: 100%;
  top: -25px;
  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);
}

/* Header Overlay */
.header-overlay .main-navigation > ul > li > a {
  color: #fff;
}
.header-overlay .main-navigation > ul > li.menu-item-has-children > a:after {
  color: rgba(255, 255, 255, 0.5);
}

/* Header Call To Action */
.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.octf-btn-cta .toggle_search {
  cursor: pointer;
  margin-left: 30px;
}
.octf-btn-cta .h-search-form-field {
  display: none;
  position: absolute;
  z-index: 99;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  width: 330px;
}
.octf-btn-cta .h-search-form-field .h-search-form-inner {
  padding: 30px;
  background-color: #fff;
  box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 15px 15px 34px 0px rgba(0, 0, 0, 0.1);
}
.octf-btn-cta .h-search-form-field.show {
  -webkit-animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
  animation: stickySlideUp 0.5s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.octf-btn-cta .octf-cta-icons i {
  color: #1b1d21;
  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-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
  font-size: 22px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-close:before {
  font-size: 18px;
}
.octf-btn-cta .octf-cta-icons i.flaticon-shopper:before {
  font-size: 24px;
}
.octf-btn-cta .btn-cta-group {
  margin-left: 40px;
}
.octf-btn-cta .contact-header {
  display: flex;
  align-items: center;
  text-align: left;
  line-height: 1;
  border-left: 1px solid #dcdde1;
  padding: 5px 0 5px 40px;
}
.octf-btn-cta .contact-header i {
  font-size: 20px;
  color: #43baff;
  margin-right: 12px;
}
.octf-btn-cta .contact-header span {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #6d6d6d;
}
.octf-btn-cta .contact-header span.main-text, .octf-btn-cta .contact-header span a {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #1b1d21;
  margin-top: 7px;
}

/*Header Shop Cart */
.h-cart-btn {
  position: relative;
}

.site-header-cart {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 10;
  top: -webkit-calc(100% + 1px);
  top: expression(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: -o-calc(100% + 1px);
  top: calc(100% + 1px);
  right: -30px;
  background: #fff;
  width: 330px;
  padding: 30px;
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -webkit-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
  -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;
}

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

.cart-icon {
  position: relative;
  display: inline-block;
}
.cart-icon .count {
  position: absolute;
  bottom: -5px;
  left: -12px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  background: #43baff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 12px;
  font-weight: bold;
}

.header-style-3 {
  border: none;
}
.header-style-3 .octf-main-header {
  background: #141d38;
}
.header-style-3 .main-navigation ul.menu > li > a,
.header-style-3 .octf-btn-cta .octf-cta-icons i {
  color: #fff;
}
.header-style-3 .main-navigation ul.menu > li > a:hover,
.header-style-3 .octf-btn-cta .octf-cta-icons i:hover {
  color: #43baff;
}

/*Mega Menu*/
.mega-menu-content .ot-flex-column-horizontal .elementor-widget-wrap {
  flex-wrap: wrap;
}
.mega-menu-content .ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget {
  display: block;
  width: 100%;
}

.ot-flex-column-horizontal .mega-menu-content .elementor-widget-wrap {
  flex-wrap: wrap;
}
.ot-flex-column-horizontal .mega-menu-content .elementor-widget-wrap > .elementor-widget {
  display: block;
  width: 100%;
}

.main-navigation > ul > li.is-mega-menu ul {
  background: none;
  padding: 0;
  box-shadow: none;
}
.main-navigation > ul > li.is-mega-menu ul li {
  padding: 0;
}

@-webkit-keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideUp {
  from {
    -webkit-transform: translateY(10%);
    transform: translateY(10%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes stickySlideDown {
  from {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.is-stuck {
  background-color: #fff;
  -webkit-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
  -moz-box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
  box-shadow: 4px 4px 30px 0px rgba(42, 67, 113, 0.15);
  -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;
}

.site-header .is-stuck {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99;
  border: none!important;
}

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

/* Responsive */
@media (max-width: 1229px) {
  .main-navigation > ul > li {
    margin: 0 14px;
  }
}

@media (max-width: 1265px) {
  .octf-btn-cta .contact-header {
    display: none;
  }
}
/*--------------------------------------------------------------
## Header Mobile
--------------------------------------------------------------*/
@media only screen and (min-width: 1231px) {
  .header_mobile,
  .header-mobile {
    display: none;
  }
}
@media only screen and (max-width: 1230px) {
  .octf-main-header,
  .header-desktop,
  .header-topbar {
    display: none;
  }
  .header-clone,
  .header-clone1{
    display: none!important;
  }
}

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

.mlogo_wrapper {
  position: relative;
  padding: 10px 0px;
  display: flex;
  align-items: center;
}
.header_mobile .octf-header-module{
  flex-grow: 8;
  align-items: flex-end;
  text-align: right;
  padding-right: 55px;
}
.header_mobile .octf-btn{
  padding: 10px 20px;
  font-size: 13px;
  justify-content: flex-end;
}
.mlogo_wrapper img {
  height: 50px;
}

.mlogo_wrapper .mobile_logo {
  float: left;
}

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

#mmenu_toggle button,
#mmenu-toggle button {
  position: absolute;
  left: 0;
  top: 50%;
  margin: -2px 0 0;
  background: #1b1d21;
  height: 3px;
  padding: 0;
  border: none;
  width: 26px;
  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;
}

#mmenu_toggle button:before,
#mmenu-toggle button:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  width: 26px;
  height: 3px;
  background: #1b1d21;
  -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;
}

#mmenu_toggle button:after,
#mmenu-toggle button:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 26px;
  height: 3px;
  background: #1b1d21;
  -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;
}

#mmenu_toggle.active button,
#mmenu-toggle.active button {
  background: none;
}

#mmenu_toggle.active button:before,
#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,
#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%;
}

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

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

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

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

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

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

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

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

.mobile_nav .mobile_mainmenu li li a:hover,
.mobile_nav .mobile_mainmenu ul > li > ul > li.current-menu-ancestor > a {
  color: #43baff;
}

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

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

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

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

.mobile_nav .mobile_mainmenu > li > a:hover, .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
  color: #43baff;
}
@media only screen and (max-width: 782px) {
  .admin-bar .is-stuck, 
  .admin-bar .header-overlay{
    top: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .mlogo_wrapper {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  .admin-bar .is-stuck{
    top: 0;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
}
/*--------------------------------------------------------------
## Page Header
--------------------------------------------------------------*/
.page-header {
  width: 100%;
  min-height: 350px;
  color: #43baff;
  font-weight: 500;
  background: #262051 center center no-repeat;
  background-size: cover;
}
.page-header .page-title {
  color: #fff;
  margin-bottom: 0;
  flex: 1;
  padding: 10px 20px 10px 0;
    font-size: 48px;
        line-height: 1.2;
        font-weight: 800;
}

.page-header .breadcrumbs {
  margin-bottom: 0;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
}
.page-header .breadcrumbs li {
  display: inline-block;
  color: #fff;
}
.page-header .breadcrumbs li:before {
  content: "";
  font-family: "FontAwesome";
  font-size: 7px;
  color: #43baff;
  margin: -3px 8px 0;
  display: inline-block;
  vertical-align: middle;
}
.page-header .breadcrumbs li:first-child:before {
  display: none;
}
.page-header .breadcrumbs li a {
  color: #aeaacb;
}
.page-header .breadcrumbs li a:hover {
  color: #fff;
}

@media (max-width: 992px) {
  .page-header .inner {
    display: block;
  }
}
@media (max-width: 767px) {
  .page-header .container {
    width: 100%;
  }
  .page-header .page-title {
    font-size: 36px;
  }
  .page-header .breadcrumbs {
    font-size: 12px;
  }
}
@media (max-width: 600px) {
  .page-header {
    min-height: 200px;
    padding: 40px 0;
  }
  .page-header .page-title {
    font-size: 30px;
  }
}
.header-fullwidth .container-fluid {
  padding: 0;
}
.header-fullwidth .container-fluid .cta-col {
  flex: 2;
}

@media (max-width: 1024px) {
  .header-fullwidth .octf-area-wrap {
    width: 100%;
    padding: 0 !important;
  }

  .header-fullwidth .header-topbar .container-fluid {
    width: 970px;
    margin: 0 auto;
    padding: 0 15px;
  }
}
@media (max-width: 991px) {
  .header-fullwidth .header-topbar .container-fluid {
    width: 750px;
  }
}
@media (max-width: 767px) {
  .header-fullwidth .header-topbar .container-fluid {
    width: 100%;
  }
}
/*--------------------------------------------------------------
# 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: 14px;
  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 {
  float: left;
  margin-right: 1.5em;
}

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

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

/*--------------------------------------------------------------
# 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
--------------------------------------------------------------*/
.entry-content {
  padding: 90px 0 110px;
}

.post-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-box .post-inner {
  background: #fff;
margin-bottom: 0;
}
.post-box p {
  margin-bottom: 0;
}
.post-box .entry-media {
  position: relative;
}
.post-box .entry-media .post-cat {
  position: absolute;
  z-index: 1;
  bottom: -16px;
  left: 40px;
}
.post-box .inner-post {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 36px;
    border: 0px;
}
article.post-box .post-cat a {
    padding: 5px 8px;
    color: #fff;
    box-sizing: border-box;
    display: inline-block;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 15px;
    background-color: #007bbb;
}
article.post-box .post-cat a:hover {
  background: #007bbb;
}
.post-box .entry-meta {
  text-transform: capitalize;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #7141b1;
  margin-bottom: 13px;
}
.post-box .entry-meta > span {
  margin-right: 5px;
  display: inline-block;
}
.post-box .entry-meta.divider > span{
  position: relative;
}
.post-box .entry-meta.divider > span:not(:last-child):after{
  position: absolute;
  content: '|';
  top: -1px;
  bottom: 0;
  right: -12px;
  color: currentColor;
}
.post-box .entry-meta a {
  color: #7141b1;
}
.post-box .entry-meta a:hover {
  color: #43baff;
}
.post-box .entry-title {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 36px;
}
.post-box .entry-title a {
  color: #1b1d21;
  display: inline-block;
}

.post-box .padding-box {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  padding: 40px 40px 0 40px;
  border: 1px solid #e7e7e7;
  border-bottom: none;
}
.post-box .padding-box + .inner-post {
  border-top: none;
  padding-top: 20px;
}
.post-box .img-slider .slick-arrow {
  height: 65px;
  width: 50px;
  background: #262051;
  color: #fff;
  left: 0;
}
.post-box .img-slider .slick-arrow:hover {
  background: #fff;
  color: #262051;
}
.post-box .img-slider .next-nav {
  left: auto;
  right: 0;
}
.post-box .audio-box iframe {
  width: 100%;
}
.post-box .link-box a {
  font-size: 22px;
  font-weight: 600;
  font-family: "Lato", sans-serif;
  color: #1b1d21;
}
.post-box .link-box a:hover {
  color: #43baff;
}
.post-box .link-box i {
  color: #7141b1;
  margin-right: 15px;
}
.post-box .link-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box {
  overflow: hidden;
}
.post-box .quote-box i {
  float: left;
  color: #7141b1;
}
.post-box .quote-box i:before {
  font-size: 32px;
  line-height: 1;
}
.post-box .quote-box .quote-text {
  padding-left: 52px;
  font-size: 22px;
  font-weight: 600;
  line-height: 36px;
  font-family: "Lato", sans-serif;
  color: #1b1d21;
}
.post-box .quote-box .quote-text span {
  display: block;
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #b5b5b5;
}
.post-box .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  margin-top: -30px;
  margin-left: -30px;
}
.post-box .btn-play i {
  position: relative;
  z-index: 1;
  display: block;
  width: 65px;
  height: 65px;
  line-height: 65px;
  background: #fff;
  color: #43baff;
  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;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play i:before {
  margin-left: 6px;
  font-size: 21px;
}
.post-box .btn-play:before, .post-box .btn-play:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: 1024;
  height: 100%;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.post-box .btn-play:after {
  animation: circle-fade-after 2s infinite ease-in-out;
  -webkit-animation: circle-fade-after 2s infinite ease-in-out;
}
.post-box .btn-play:hover i {
  background: #43baff;
  color: #fff;
}
.post-box .btn-play:hover:before, .post-box .btn-play:hover:after {
  border-color: #43baff;
}
.post-box .btn-readmore {
  margin-top: 22px;
  line-height: 1;
  overflow: hidden;
}
.post-box .btn-readmore > a {
  font-size: 14px;
  font-weight: bold;
  color: #43baff;
}
.post-box .btn-readmore > a i {
  margin-right: 8px;
}
.post-box .btn-readmore > a i:before {
  font-size: 15px;
}
.post-box .btn-readmore > a:hover i {
  margin-right: 3px;
}
.post-box:hover {
  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);
}
.post-box:hover > .post-inner > .inner-post,
.post-box:hover > .post-inner > .padding-box {
  border-color: transparent;
}

.page-pagination {
  margin:auto ;
  margin-bottom: 0;
}
.page-pagination li {
  display: inline-block;
}
.page-pagination li a, .page-pagination li span {
  font-size: 18px;
  color: #007BBB;
  background: #fff;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  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: #43baff;
  color: #fff;
  border-color: #43baff;
}

/* blog post */
.blog-post {
  box-shadow: none;
  overflow: inherit;
  margin-bottom: 0;
}
.blog-post > .inner-post {
  padding-left: 0;
  padding-right: 0;
  border: none;
}
.blog-post > .inner-post p:not(:last-child) {
  margin-bottom: 20px;
}
.blog-post > .inner-post .entry-summary {
  padding-bottom: 50px;
  overflow: hidden;
    padding-left: 10px;
    padding-right: 10px;
}


.elementor-page .blog-post > .inner-post .entry-summary {
    padding-left: 10px;
    padding-right: 10px;
}

.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: #1b1d21;
  background: #f6f6f6;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0;
}
.blog-post .tagcloud a:hover {
  background: #7141b1;
  color: #fff;
}
.blog-post .entry-footer {
  margin-bottom: 30px;
  padding: 18px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.blog-post .share-post {
  margin-bottom: 30px;
  text-align: center;
}
.blog-post .share-post a {
  display: inline-block;
  height: 38px;
  width: 38px;
  text-align: center;
  line-height: 40px;
  font-weight: 500;
  font-family: "Lato", sans-serif;
  border-radius: 19px;
  -webkit-border-radius: 19px;
  -moz-border-radius: 19px;
  background: #43baff;
  color: #fff;
  margin: 0 8px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}
.blog-post .share-post a:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.blog-post .share-post a.face {
  background: #4661c5;
}
.blog-post .share-post a.twit {
  background: #44b1e4;
}
.blog-post .share-post a.pint {
  background: #ff2e2e;
}
.blog-post .share-post a.linked {
  background: #0073B0;
}
.blog-post .share-post a.google {
  background: #DC4A38;
}
.blog-post .share-post a.tumblr {
  background: #3C586D;
}
.blog-post .share-post a.reddit {
  background: #FD4507;
}
.blog-post .share-post a.vk {
  background: #5082B9;
}
.blog-post .author-bio {
  overflow: hidden;
  margin-bottom: 40px;
}
.blog-post .author-bio .author-image {
  float: left;
  margin-right: 50px;
}
.blog-post .author-bio .author-info {
  padding: 40px 50px 33px 0;
  border: 1px solid #e7e7e7;
  border-left: 0;
}
.blog-post .author-bio .author-info .title {
  font-weight: 600;
  margin-bottom: 7px;
}
.blog-post .author-bio .author-info h6 {
  margin-bottom: 12px;
  font-weight: 700;
}
.blog-post .author-bio .author-info .des {
  margin-bottom: 15px;
}
.blog-post .author-bio .author-info .author-socials a {
  font-size: 14px;
  margin-right: 15px;
  color: #b5b5b5;
}
.blog-post .author-bio .author-info .author-socials a:hover {
  color: #43baff;
}
.blog-post:hover {
  box-shadow: none;
}

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

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

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

@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 (max-width: 991px) {
  .content-area.col-md-9 {
    margin-bottom: 60px;
  }

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

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

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

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

  .post-box .entry-title {
    font-size: 22px;
    line-height: 30px;
  }
}
/*--------------------------------------------------------------
## 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 .comments-title {
  margin-bottom: 50px;
  font-size: 36px;
    color:#000;
}
.comments-area .comment-item {
  margin-bottom: 50px;
  overflow: hidden;
}
.comments-area .comment-item .gravatar {
  float: left;
}
.comments-area .comment-item .comment-content:not(.pingback) {
  /*padding-left: 110px;*/
}
.comments-area .comment-item .comment-meta {
  position: relative;
}
.comments-area .comment-item .comment-meta .comment-author {
  text-transform: capitalize;
  margin-bottom: 7px;
  font-weight: 700;
    color:#000;
}
.comments-area .comment-item .comment-meta .comment-time {
  display: block;
  color: #bdbdbd;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 7px;
}
.comments-area .comment-item .comment-meta .comment-reply-link {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #43baff;
}
.comments-area .comment-item .comment-meta .comment-reply-link:before {
  content: "";
  font-family: "Flaticon";
  margin-right: 10px;
  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;
}
.comments-area .comment-item .comment-meta .comment-reply-link:hover:before {
  margin-right: 3px;
}
.comments-area .comment-item .comment-text p {
  margin-bottom: 15px;
}
.comments-area ul.children {
  padding-left: 60px;
}

.comment-respond {
  padding: 50px;
  border: 1px solid #e7e7e7;
}
.comment-respond .comment-reply-title {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 10px;
  margin-top: -5px;
    color: #1b1d21;
}
.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: #43baff;
}

.comment-form p {
  margin-bottom: 20px;
  line-height: 1;
}
.comment-form p label {
  margin-left: 8px;
}
.comment-form p.form-submit {
  margin-bottom: 0;
}
.comment-form .comment-notes {
  margin-bottom: 36px;
}
.comment-form .logged-in-as {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  margin-bottom: 35px;
}
.comment-form .logged-in-as a {
  color: #6d6d6d;
}
.comment-form .logged-in-as a:hover {
  color: #7141b1;
}
.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: #1b1d21;
}

@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 {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.widget ul li {
  position: relative;
}
.widget .tagcloud {
  margin: 0 -3px -10px;
}
.widget .tagcloud a {
  color: #1b1d21;
  background: #f6f6f6;
  font-size: 14px !important;
  font-weight: 600;
  padding: 10px 12px;
  margin: 0 3px;
  margin-bottom: 10px;
  line-height: 1;
  display: inline-block;
}
.widget .tagcloud a:hover {
  background: #7141b1;
  color: #fff;
}

.widget-area .widget {
  margin-bottom: 45px;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget .widget-title {
  padding-bottom: 18px;
  margin-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.widget-area .widget .widget-title:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 25px;
  height: 3px;
  background: #43baff;
}
.widget-area .widget ul:not(.recent-news) > li {
  font-weight: 800;
  font-size: 14px;
  position: relative;
  margin-bottom: 11px;
  line-height: 24px;
}
.widget-area .widget ul:not(.recent-news) > li:last-child {
  margin-bottom: 0;
}
.widget-area .widget ul:not(.recent-news) > li a {
  color: #1b1d21;
  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: #7141b1;
}
.widget-area .widget ul:not(.recent-news) > li .posts-count {
  color: #b5b5b5;
  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 {
  text-transform: uppercase;
  color: #1b1d21;
  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: 0;
  opacity: 0;
  visibility: hidden;
  color: #7141b1;
  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: #b7b6b6;
}
.widget-area .widget_categories ul li a:hover,
.widget-area .widget_product_categories ul li a:hover,
.widget-area .widget_archive ul li a:hover {
  color: #7141b1;
  padding-left: 15px;
}
.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: #7141b1;
}

.widget .recent-news {
  padding-top: 5px;
}
.widget .recent-news li:not(:last-child) {
  margin-bottom: 25px;
}
.widget .recent-news .thumb {
  float: left;
  width: 70px;
  margin-right: 20px;
}
.widget .recent-news h6 {
  margin: -3px 0 3px;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
}
.widget .recent-news h6 a {
  color: #1b1d21;
  display: block;
}
.widget .recent-news h6 a:before {
  display: none;
}
.widget .recent-news h6 a:hover {
  color: #7141b1;
}
.widget .recent-news .entry-date {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  color: #b5b5b5;
}

.search-form {
  position: relative;
}
.search-form .search-field {
  width: 100%;
  padding: 0 66px 0 20px;
  height: 46px;
  line-height: 1;
  border-color: #e6e6e6;
}
.search-form .search-submit {
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 46px;
  outline: none;
  text-align: center;
  vertical-align: middle;
  color: #b5b5b5;
  background: #43baff;
  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: #fff;
}
.search-form .search-submit i:before, .search-form .search-submit i:after {
  font-size: 16px;
}
.search-form .search-submit:hover {
  background: #7141b1;
}

.instafeed-gallery .instafeed-item {
  display: inline-block;
  width: 33.33333333%;
}
.instafeed-gallery .instafeed-item a {
  display: inline-block;
  margin: 5px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  background: #f1f1f1;
}
.instafeed-gallery .instafeed-item a img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
}

.author-widget_wrapper {
  position: relative;
  max-width: 270px;
}
.author-widget_wrapper .author-widget_info {
  padding: 0 30px;
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
}
.author-widget_wrapper .author-widget_title {
  margin-bottom: 10px;
  color: #fff;
}
.author-widget_wrapper .author-widget_text {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}

.author-widget_social a {
  display: inline-block;
  font-size: 12px;
  text-align: center;
  height: 26px;
  width: 26px;
  line-height: 26px;
  cursor: pointer;
  margin-right: 5px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.author-widget_social a.social-facebook {
  color: #2255ee;
}
.author-widget_social a.social-twitter {
  color: #4ccef9;
}
.author-widget_social a.social-google {
  color: #dd4b39;
}
.author-widget_social a.social-pinterest {
  color: #ff2e2e;
}
.author-widget_social a.social-linkedin {
  color: #3292ff;
}
.author-widget_social a.social-buffer {
  color: #000000;
}
.author-widget_social a.social-digg {
  color: #005be2;
}
.author-widget_social a.social-reddit {
  color: #ff4500;
}
.author-widget_social a.social-tumbleupon {
  color: #eb4924;
}
.author-widget_social a.social-tumblr {
  color: #35465c;
}
.author-widget_social a.social-vk {
  color: #45668e;
}
.author-widget_social a.social-yummly {
  color: #E16120;
}
.author-widget_social a.social-email {
  color: #E84231;
}
.author-widget_social a.social-dribbble {
  color: #ea4c89;
}
.author-widget_social a.social-instagram {
  color: #ff9000;
}
.author-widget_social a.social-youtube {
  color: #FF0000;
}
.author-widget_social a.social-pinterest {
  color: #E60023;
}
.author-widget_social a:last-child {
  margin-right: 0px;
}
.author-widget_social a:hover {
  transform: translateY(-3px);
}

/*--------------------------------------------------------------
## 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 > span {
  font-size: 14px;
  font-weight: 800;
  color: #7141b1;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.ot-heading h2 {
  margin-bottom: 0;
  line-height: 48px;
}

@media (max-width: 767px) {
  .ot-heading br {
    display: none;
  }
  .ot-heading > span {
    font-size: 12px;
  }
  .ot-heading h2 {
    font-size: 27px;
    line-height: 38px;
  }
}
@media (max-width: 600px) {
  .ot-heading h2 br {
    display: none;
  }
}
/** Style 1 **/
.icon-box-s1 .icon-main {
  color: #7141b1;
}
.icon-box-s1 .icon-main i, .icon-box-s1 .icon-main span:before {
  font-size: 40px;
}
.icon-box-s1 .icon-main img {
  width: 40px;
}
.icon-box-s1 h5 {
  font-size: 18px;
  font-weight: 600;
}
.icon-box-s1 h5 a {
  color: #1b1d21;
}
.icon-box-s1 .line-box {
  height: 3px;
  width: 100%;
  background: #efefef;
  margin-bottom: 15px;
  position: relative;
}
.icon-box-s1 .line-box:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  background: #7141b1;
  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;
}
.icon-box-s1:hover .line-box:after {
  left: 0;
  right: auto;
  width: 100%;
}

/** Style 2 **/
.icon-box-s2 {
  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;
}

.icon-box-s2.s2.hover:hover, .serv-box-2.s2.hover:hover {
    cursor: pointer;
}

.icon-box-s2.s2.hover:hover h5 a, .icon-box-s2.s2.hover:hover h3 a{
    color: #43baff;
}

.icon-box-s2.s1 .icon-main, .icon-box-s2.s3 .icon-main {
  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;
  float: left;
  text-align: center;
  line-height: 1;
  color: #7141b1;
}



.icon-box-s2.s2 .icon-main svg {
width: 100%!important;
}

.icon-box-s2.s1 .icon-main i, .icon-box-s2.s1 .icon-main span:before, .icon-box-s2.s3 .icon-main i, .icon-box-s2.s3 .icon-main span:before {
  font-size: 45px;
}
.icon-box-s2.s1 .icon-main span, .icon-box-s2.s3 .icon-main span {
  display: block;
}
.icon-box-s2.s1 .icon-main img, .icon-box-s2.s3 .icon-main img {
  width: 45px;
}
.icon-box-s2.s1 .content-box, .icon-box-s2.s3 .content-box {
  padding-left: 75px;
}
.icon-box-s2 .content-box{
  position: relative;
}
.icon-box-s2 .content-box h5, .icon-box-s2 .content-box h3 {
  margin-bottom: 17px;
  font-weight: bold;
}
.icon-box-s2 .content-box h5 a, .icon-box-s2 .content-box h3 a {
  color: #1b1d21;
}
.icon-box-s2 .content-box h5 a:hover {
  color: #43baff;
}
.icon-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box-s2.s2 {
  padding: 40px 45px;
  position: relative;
  overflow: hidden;
}

.elementor-widget-iiconbox2, .elementor-widget-iiconbox2 .elementor-widget-container, .icon-box-s2.s2 {
height: 100%;
    }

.icon-box-s2.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;
}
.icon-box-s2.s2 .icon-main {
  position: relative;
  color: #7141b1;
  margin-bottom: 30px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main i, .icon-box-s2.s2 .icon-main span:before {
  font-size: 40px;
  line-height: 1;
}
.icon-box-s2.s2 .icon-main img {
  max-width: 100%;
  margin-top: -5px;
}
.icon-box-s2.s2:before {
  content: "";
  position: absolute;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 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;
}
.home-9 .icon-box-s2.s2:before{
  width: 100%;
}
.icon-box-s2.s2:after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  top: -15px;
  right: -15px;
  z-index: 1;
  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;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #43baff;
}
.icon-box-s2.s2:hover {
  background: transparent !important;
  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);
}
.icon-box-s2.s2:hover:before {
  width: 100%;
  opacity: 1;
}
.icon-box-s2.s2:hover:after {
  opacity: 1;
  width: 30px;
  height: 30px;
}
.icon-box-s2.s2 .content-box h3 {
  margin-bottom: 14px;
  font-size: 20px;    
}
.icon-box-s2.s3 .icon-main {
  float: right;
}
.icon-box-s2.s3 .content-box {
  text-align: right;
  padding-left: 0;
  padding-right: 75px;
}
/** Style 3 **/
.icon-box-s3{
  padding: 50px 50px 45px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  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;
}
.icon-box-s3:hover{
  border-color: #7141b1;
}
.icon-box-s3 .top-box{
  overflow: hidden;
  margin-bottom: 50px;
}
.icon-box-s3 .icon-main{
  float: left;
  text-align: center;
  width: 95px;
  height: 95px;
  line-height: 95px;
  background: #f4f2fc;
  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;
}
.icon-box-s3:hover .icon-main{
  background: #7141b1;
}
.icon-box-s3 .icon-main i{
  font-size: 45px;
  color: #7141b1;
  vertical-align: middle;
  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;
}
.icon-box-s3 .icon-main svg{
  width: 45px;
  fill: #7141b1;
  vertical-align: middle;
  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;
}
.icon-box-s3:hover .icon-main i,
.icon-box-s3:hover .icon-main svg{
  color: #fff;
  fill: #fff;
}
.icon-box-s3 .top-box a{
  float: right;
  font-size: 14px;
  font-weight: bold;
  color: #666666;
}
.icon-box-s3 .top-box a:hover{
  color: #000;
}
.icon-box-s3 h5{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.icon-box-s3 h5 a{
  color: #1b1d21;
}
.icon-box-s3 p{
  margin-bottom: 0;
}
.box-align-center .icon-main{
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.box-align-center .top-box a{
  display: none;
}
.box-align-right .icon-main{
  float: right;
}
.box-align-right .top-box a{
  float: left;
}

/*--------------------------------------------------------------
## Process List
--------------------------------------------------------------*/
.ot-process-list-wrapper ul {
  margin-bottom: 0;
}
.ot-process-list-wrapper .ot-process-list-item{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  word-break: normal;
  padding: 15px;
  line-height: 30px;
  font-size: 14px;
  background: transparent;
  border-radius: 10px;
  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-process-list-wrapper .ot-process-list-item div{
  word-break: normal;
}
.ot-process-list-wrapper .ot-title-process{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ot-process-list-wrapper .ot-process-list-icon {
  display: inline-block;
  font-size: 14px;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 6px;
}
.ot-process-list-wrapper .ot-process-list-icon + .ot-process-list-text {
  align-self: center;
  padding-left: 5px;
}
.ot-process-list-wrapper .ot-process-list-icon i {
  display: block;
  width: 1em;
  height: 1em;
  color: #6d6d6d;
  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-process-list-wrapper .ot-process-list-icon svg {
  display: block;
  width: 1em;
  height: 1em;
  fill: #6d6d6d;
  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-process-list-wrapper .ot-process-list-item.process-current{
  color: #fff;
  z-index: 10;
  font-size: 16px;
  background: #43baff;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.ot-process-list-wrapper .ot-process-list-item.process-current .ot-process-list-icon{
  font-size: 16px;
}
.ot-process-list-wrapper .ot-process-list-item.process-current .ot-process-list-icon i{
  color: #fff;
}
.ot-process-list-wrapper .ot-process-list-item.process-current .ot-process-list-icon svg{
  fill: #fff;
}
/*--------------------------------------------------------------
## Icon List
--------------------------------------------------------------*/
.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, .ot-icon-list-wrapper .ot-icon-list-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.ot-icon-list-wrapper .ot-icon-list-item {
  margin-bottom: 12px;
  word-break: normal;
}
.ot-icon-list-wrapper .ot-icon-list-item a {
  color: #646e83;
}
.ot-icon-list-wrapper .ot-icon-list-item a:hover {
  color: #ff6b52;
}
.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: 6px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-icon-list-wrapper .ot-icon-list-icon + .ot-icon-list-text {
  align-self: center;
  padding-left: 5px;
}
.ot-icon-list-wrapper .ot-icon-list-icon i {
  display: block;
  width: 1em;
  height: 1em;
  color: #1080d0;
  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: #1080d0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

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


/*Tech Box*/
.tech-box {
  display: block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 40px 15px 30px;
}
.tech-box .icon-main {
  line-height: 1;
  margin-bottom: 18px;
}
.tech-box i, .tech-box span:before {
  font-size: 55px;
  line-height: inherit;
}
.tech-box h5 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 0;
  text-transform: uppercase;
  color: #fff;
}
.tech-box:hover {
  background: #43baff;
  border-color: #43baff;
  color: #fff;
}
.tech-box:visited {
  color: #fff;
}

/*Support Box 2*/
.support-box-s2{
  padding: 40px 36px;
  border: 1px solid #d4d4d4;
  border-radius: 20px;
  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;
}
.support-box-s2:hover{
  border-color: #43baff;
}
.support-box-s2 .icon-main{
  margin-bottom: 25px;
}
.support-box-s2 .icon-main i{
  font-size: 70px;
  color: #43baff;
  vertical-align: middle;
  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;
}
.support-box-s2 .icon-main svg{
  width: 70px;
  fill: #43baff;
  vertical-align: middle;
  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;
}
.support-box-s2 h5{
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.support-box-s2 p{
  line-height: 24px;
  margin-bottom: 35px;
}
.support-box-s2 .octf-btn{
  border: 1px solid;
  color: #43baff;
  background: transparent;
  border-radius: 6px;
  width: 100%;
}
.support-box-s2 .octf-btn:hover{
  background: #43baff;
  color: #fff;
}

.ot-image-box {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}
.ot-image-box .overlay {
  z-index: 1;
  opacity: 1;
  background: rgba(16, 120, 165, 0.2);
}
.ot-image-box h4 {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ot-image-box img {
  filter: grayscale(90%);
}
.ot-image-box:after {
  content: "";
  position: absolute;
  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:hover img {
  filter: none;
}
.ot-image-box:hover .overlay {
  background: transparent;
}

@media (min-width: 768px) and (max-width: 991px) {
  .icon-box-s2.s2 {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1024px) {
  .icon-box-s2.s2:before {
    width: 100%;
  }
}
.service-box {
  overflow: hidden;
  position: relative;
  padding: 33px 35px 28px;
  background: #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;
  border: 1px solid #e7e7e7;
}
.service-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;
}
.service-box .icon-main {
  float: left;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-top: 5px;
  text-align: center;
  color: #fff;
  background: #43baff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.service-box .icon-main i, .service-box .icon-main span:before {
  font-size: 17px;
}
.service-box .icon-main img,
.service-box .icon-main svg {
  width: 17px;
}
.service-box .content-box {
  padding-left: 73px;
  position: relative;
}
.service-box .content-box h5 {
  font-size: 18px;
  margin-bottom: 5px;
}
.service-box .content-box p:last-child {
  margin-bottom: 0;
}
.service-box .big-number {
  position: absolute;
  right: -7px;
  bottom: 0;
  font-size: 72px;
  font-weight: bold;
  font-family: "Lato", sans-serif;
  line-height: 52px;
  color: #f2f2f2;
}
.service-box: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);
  border-color: transparent;
}

@media (max-width: 600px) {
  .service-box .number-box {
    float: none;
    margin-bottom: 30px;
  }
}
.serv-box {
  overflow: hidden;
  position: relative;
  padding: 40px 40px 35px;
  background: #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;
  border: 1px solid #e7e7e7;
}

.elementor-widget-iserv_box, .elementor-widget-iserv_box .elementor-widget-container, .elementor-widget-iserv_box .elementor-widget-container .serv-box {height: 100%;}
.serv-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;
}
.serv-box .icon-main {
  position: absolute;
  top: -88px;
  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%;
}
.serv-box .icon-main i, .serv-box .icon-main span, .serv-box .icon-main img, .serv-box .icon-main svg {
  position: absolute;
  bottom: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box .icon-main i:before, .serv-box .icon-main span:before, .serv-box .icon-main img:before {
  font-size: 35px;
}
.serv-box .icon-main svg {
  width: 35px;
    height: 35px;
}
.serv-box .icon-main img {
  width: 35px;
}
.serv-box .content-box h3 {
  font-size: 22px;
  line-height: 36px;
  font-weight: bold;
  padding-right: 60px;
  margin-bottom: 10px;
}
.serv-box .content-box ul {
  margin-top: 10px;
  padding-left: 0;
  list-style: none;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
}
.serv-box .content-box ul li {
  padding: 0 20px;
}
.serv-box .content-box ul li a {
  color: #1b1d21;
  display: inline-block;
  line-height: 40px;
  position: relative;
}
.serv-box .content-box ul li a:before {
  content: "//";
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  color: #7141b1;
  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;
}
.serv-box .content-box ul li:hover, .serv-box .content-box ul li.active {
  background: #f8f8f8;
}
.serv-box .content-box ul li:hover a, .serv-box .content-box ul li.active a {
  color: #7141b1;
  padding-left: 15px;
}
.serv-box .content-box ul li:hover a:before, .serv-box .content-box ul li.active a:before {
  opacity: 1;
  visibility: visible;
}
.serv-box .content-box ul:last-child {
  margin-bottom: 0;
}
.serv-box: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);
  border-color: transparent;
}
.serv-box .overlay {
  z-index: 2;
  background: transparent;
}

.serv-box-2 {
  overflow: hidden;
  position: relative;
  padding: 43px 30px 65px;
  background: #262051;
  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;
}
.serv-box-2 .big-number {
  position: absolute;
  left: -10px;
  top: 0;
  font-size: 100px;
  font-weight: 800;
  font-family: "Lato", sans-serif;
  line-height: 72px;
  color: #332d5f;
  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;
}
.serv-box-2 .icon-main {
  position: absolute;
  bottom: -88px;
  right: -88px;
  width: 188px;
  height: 188px;
  color: #fff;
  background: #332d5f;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-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;
}
.serv-box-2 .icon-main i, 
.serv-box-2 .icon-main span, 
.serv-box-2 .icon-main img, 
.serv-box-2 .icon-main svg {
  position: absolute;
  top: 42px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.serv-box-2 .icon-main i:before, 
.serv-box-2 .icon-main span:before, 
.serv-box-2 .icon-main img:before {
  font-size: 35px;
}
.serv-box-2 .icon-main svg {
  width: 35px;
}
.serv-box-2 .icon-main img {
  width: 35px;
}
.serv-box-2 .content-box {
  position: relative;
  z-index: 1;
}
.serv-box-2 .content-box .title-s2 {
  line-height: 30px;
font-size: 20px;    
  color: #fff;
  margin-bottom: 10px!important;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
    font-family: "Lato", sans-serif;
    font-weight: 800;
}
.serv-box-2 .content-box .btn-details {
  display: inline-block;
  margin-top: 30px;
}
.serv-box-2:hover {
  background: #fff;
  color: #6d6d6d;
  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);
}
.serv-box-2:hover .big-number {
  color: #f4f6f6;
}
.serv-box-2:hover .icon-main {
  background: #43baff;
}
.serv-box-2:hover .content-box .title-s2 {
  color: #1b1d21;
}


/* .client-logos & logo-partner
================================================== */
.client-logos{
  text-align: center;
}
.client-logos .swiper-pagination-bullet{
  opacity: 1;
}
.partner-grid {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  overflow: hidden;
  text-align: center;
}
.partner-grid .partner-item {
  width: 25%;
  min-height: 140px;
  padding: 30px 40px;
  border-left: 1px solid #cccccc;
}
.partner-grid .partner-item:first-child, .partner-grid .partner-item.first-col {
  border-left: none;
}
.partner-grid .first-col:not(:first-child), .partner-grid .first-col:not(:first-child) ~ .partner-item {
  border-top: 1px solid #cccccc;
}
.partner-grid .partner-item figure{
  width: 100%;
}
.partner-grid .partner-item 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;
}
.partner-grid.col-2 .partner-item {
  width: 50%;
}
.partner-grid.col-3 .partner-item {
  width: 33.33%;
}
.partner-grid.col-5 .partner-item {
  width: 20%;
}
.partner-grid.col-6 .partner-item {
  width: 16.6667%;
}
@media (max-width: 991px) {
  .partner-grid .partner-item {
    width: 50%!important;
    border: none!important;
    border-bottom: 1px solid #cccccc!important;
  }
}

/* .projects-grid
================================================== */
.projects-grid, .project-slider {
  position: relative;
  margin: -15px;
}

.projects-grid:after {
  content: "";
  display: block;
  clear: both;
}

.project-item,
.pgrid-box {
  float: left;
  width: 33.3333333333%;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.projects-grid.pf_5_cols .project-item,
.pgrid.pf_5_cols .pgrid-box {
  width: 20%;
}

.projects-grid.pf_4_cols .project-item,
.pgrid.pf_4_cols .pgrid-box {
  width: 25%;
}

.projects-grid.pf_2_cols .project-item,
.pgrid.pf_2_cols .pgrid-box {
  width: 50%;
}

.projects-style-1 .projects-box {
  position: relative;
  overflow: hidden;
}
.projects-style-1 .projects-box .portfolio-info {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box .portfolio-info .overlay {
  opacity: 1;
  background: transparent;
  z-index: 0;
}



.projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  padding: 30px 40px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-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;
}
.projects-style-1 .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 7px;
}
.projects-style-1 .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates {
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates a {
  color: #fff;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.projects-style-1 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}
.projects-style-1 .projects-box:hover .portfolio-info {
  opacity: 1;
}
.projects-style-1 .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-style-1 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-1 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  filter: grayscale(90%);
}

.projects-style-2 .projects-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.projects-style-2 .projects-box .portfolio-info {
  min-width: 310px;
  width: calc(100% - 60px);
  margin: auto;
  position: absolute;
  bottom: -50px;
  left: 50%;
  text-align: center;
  background: #262051;
  padding: 26px 30px 18px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-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;
}
.projects-style-2 .projects-box .portfolio-info h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 7px;
}
.projects-style-2 .projects-box .portfolio-info h5 a {
  color: #fff;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates {
  color: #aeaacb;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates a {
  color: #aeaacb;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span {
  display: inline-block;
  margin-left: 4px;
  margin-right: 4px;
}
.projects-style-2 .projects-box .portfolio-info .portfolio-cates span:last-child {
  display: none;
}
.projects-style-2 .projects-box .portfolio-info.full-width {
  width: 100%;
  transform: none;
  left: 0;
}
.projects-style-2 .projects-box:hover .portfolio-info {
  bottom: 0;
  opacity: 1;
}
.projects-style-2 .projects-box .projects-thumbnail {
  overflow: hidden;
}
.projects-style-2 .projects-box .projects-thumbnail .overlay {
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  z-index: 0;
}
.projects-style-2 .projects-box img {
  width: 100%;
  height: auto;
  display: block;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.projects-style-2 .projects-box:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

/**** Project Carousel ****/
.project-slider .projects-box {
  overflow: visible;
  margin-bottom: 50px;
}
.project-slider .projects-box .portfolio-info {
  opacity: 1;
  z-index: 1;
  text-align: left;
  width: calc(100% - 70px);
  padding-top: 28px;
  padding-bottom: 20px;
  overflow: hidden;
}
.project-slider .projects-box .portfolio-info h5 {
  font-size: 22px;
}
.project-slider .projects-box .portfolio-info.full-width {
  width: 100%;
  transform: none;
  left: 0;
}
.project-slider .projects-box .portfolio-info .btn-link {
  position: absolute;
  right: -94px;
  top: -100px;
  width: 188px;
  height: 188px;
  background: rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.project-slider .projects-box .portfolio-info .btn-link i {
  position: absolute;
  bottom: 45px;
  left: 50px;
  line-height: 1;
  color: #43baff;
}
.project-slider .projects-box .portfolio-info .btn-link i:before {
  font-size: 18px;
}
.project-slider .projects-box .projects-thumbnail {
  overflow: hidden;
}
.project-slider .projects-box .projects-thumbnail .overlay {
  background: rgba(12, 41, 53, 0.5);
  opacity: 0;
  z-index: 0;
}
.project-slider .projects-box:hover .portfolio-info {
  bottom: -50px;
}
.project-slider .projects-box:hover .portfolio-info .btn-link {
  background: #43baff;
}
.project-slider .projects-box:hover .portfolio-info .btn-link i {
  color: #fff;
}
.project-slider .projects-box:hover .projects-thumbnail img {
  filter: grayscale(90%);
}
.project-slider .projects-box:hover .projects-thumbnail .overlay {
  opacity: 1;
}
.project-slider .slick-arrow {
  left: 15px;
  height: 65px;
  width: 50px;
  background: #fff;
}
.project-slider .slick-arrow.next-nav {
  left: auto;
  right: 15px;
}
.project-slider .slick-arrow:hover {
  background: #43baff;
  color: #fff;
}

/**** Isotope Filtering ****/
.project-filter-wrapper{
  overflow: hidden;
}
.project_filters {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  padding-left: 0;
}
.project_filters:after {
  content: "";
  display: block;
  clear: both;
}

.project_filters li {
  display: inline-block;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
  margin-bottom: 5px;
}
.project_filters li:last-child {
  margin-right: 0;
}
.project_filters li:first-child {
  margin-left: 0;
}

.project_filters li a {
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  text-align: center;
  outline: none;
  color: #1b1d21;
  padding-bottom: 10px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.project_filters li a:hover, .project_filters li a.selected {
  color: #7141b1;
}
.project_filters li a:after {
  position: absolute;
  height: 3px;
  width: 0%;
  right: 0px;
  bottom: 0px;
  background-color: #7141b1;
  content: "";
  display: block;
  border-radius: 1.5px;
  -webkit-border-radius: 1.5px;
  -moz-border-radius: 1.5px;
  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;
}
.project_filters li a:hover:after, .project_filters li a.selected:after {
  opacity: 1;
  left: 0;
  right: auto;
  width: 100%;
}

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

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

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

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

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

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

/* End: Recommended Isotope styles */
.project-bottom {
  padding-top: 42px;
}

.single-portfolio-navigation {
  padding-top: 50px;
  border-top: 1px solid #e5e5e5;
}
.single-portfolio-navigation .post-nav .post-prev {
  margin: 0;
}
.single-portfolio-navigation .post-nav .post-prev:hover a {
  padding-left: 50px;
}
.single-portfolio-navigation .post-nav .post-next {
  margin: 0;
}
.single-portfolio-navigation .post-nav .post-next:hover a {
  padding-right: 50px;
}
.single-portfolio-navigation .post-nav a {
  min-height: 48px;
}
.single-portfolio-navigation .post-nav a:before {
  line-height: 48px;
  height: 48px;
}


.post-nav div {
    color: #000;
    line-height: 20px;
    margin-bottom: 5px;
}

.portfolio-related-posts-wrap {
  padding-top: 70px;
}

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

@media only screen and (max-width: 991px) {
  .project-item,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_5_cols .project-item,
  .pgrid-box,
  .pgrid.pf_4_cols .pgrid-box,
  .pgrid.pf_5_cols .pgrid-box {
    width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .projects-box .portfolio-info {
    right: 0;
    opacity: 1;
  }

  .projects-style-1 .projects-box .portfolio-info .portfolio-info-inner {
    padding: 30px;
  }

  .projects-style-1 .projects-box .portfolio-info h5 {
    font-size: 20px;
  }

  .projects-style-1 .projects-box .portfolio-info .portfolio-cates {
    font-size: 12px;
  }
}
@media only screen and (max-width: 600px) {
  .project-item,
  .projects-grid.pf_5_cols .project-item,
  .projects-grid.pf_4_cols .project-item,
  .projects-grid.pf_2_cols .project-item,
  .pgrid-box,
  .pgrid.pf_4_cols .pgrid-box,
  .pgrid.pf_2_cols .pgrid-box,
  .pgrid.pf_5_cols .pgrid-box {
    width: 100%;
  }

  .project_filters li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .portfolio-related-title-wrap h2 {
    font-size: 30px;
  }
}
.post-carousel {
  margin: 0 -15px;
}
.post-carousel .post-box:hover {
  box-shadow: none;
}
.post-carousel .post-box:hover .inner-post {
  border-color: #e7e7e7;
}
.post-carousel .post-inner {
  margin: 0 15px;
}
.post-carousel-2 .post-box .entry-media{
  margin-bottom: 20px;
}
.post-carousel-2 .post-box .entry-media img{
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.post-carousel-2 .post-box .entry-media .post-cat{
  top: 20px;
  left: 20px;
  bottom: auto;
}
.post-carousel-2 .post-box .post-cat a{
  color: #43baff;
  background: #fff;
  text-transform: capitalize;
  font-size: 14px;
  letter-spacing: unset;
  padding: 5px 16px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}
.post-carousel-2 .post-box .inner-post{
  border:none;
}
.post-carousel-2 .entry-meta > span{
  margin-right: 20px;
}
.post-carousel-2 .btn-readmore > a{
  display: flex;
  align-items: center;
}
.post-carousel-2 .btn-readmore > a svg{
  fill: currentColor;
  width: 20px;
  margin-left: 8px;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.post-carousel-2 .btn-readmore > a i{
  margin-right: 0;
  margin-left: 8px;
}
.post-carousel-2 .btn-readmore > a i:before{
  font-size: 20px;
}
.pgrid .post-inner {
  margin-bottom: 0;
}
.pgrid .inner-post {
  padding: 35px;
}
.post-carousel-2 .inner-post {
  padding: 0;
}
.pgrid .inner-post .entry-meta {
  margin-bottom: 10px;
}
.pgrid .inner-post .byline {
  margin-right: 0;
}
.pgrid .inner-post .byline:after {
  display: none;
}
.pgrid .inner-post .comment-num {
  display: none;
}
.pgrid .inner-post h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 20px;
}
.pgrid .inner-post .btn-readmore {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .pgrid .entry-media img {
    width: 100%;
  }
}
.contact-info {
  font-size: 16px;
  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;
}
.contact-info h6 {
  font-size: 16px;
  margin-bottom: 5px;
}
.contact-info i,
.contact-info svg {
  font-size: 30px;
  margin-top: 2px;
  line-height: 1;
  color: #43baff;
}
.contact-info i:before {
  font-size: 30px;
}
.contact-info svg {
  width: 30px;
  fill: #43baff;
  vertical-align: middle;
}
.contact-info img {
  width: 30px;
  margin-top: 3px;
}
.box-style1 img,
.box-style1 i,
.box-style1 svg {
  float: left;
}
.contact-info p {
  margin-bottom: 0;
}
.contact-info .info-text {
  padding-left: 50px;
  font-weight: 500;
}
.contact-info.box-style1 {
  padding: 30px 30px 25px;
}
.contact-info.box-style1: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);
}
.contact-info.box-style2 {
  text-align: center;
  font-size: 18px;
}
.contact-info.box-style2 h6 {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  text-transform: none;
}
.contact-info.box-style2 i {
  float: none;
  margin-top: 0px;
  vertical-align: middle;
}
.contact-info.box-style2 .box-icon {
  margin-bottom: 25px;
}
.contact-info.box-style2 p {
  margin-bottom: 15px;
}

.border-left .box-style2, .border-right .box-style2 {
  position: relative;
}

.border-left .box-style2:before {
  position: absolute;
  height: 70%;
  width: 1px;
  left: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
}

.border-right .box-style2:after {
  position: absolute;
  height: 70%;
  width: 1px;
  right: 0;
  bottom: 12%;
  background: rgba(255, 255, 255, 0.1);
  content: "";
  display: block;
}

@media only screen and (max-width: 1024px) {
  .contact-info.box-style1:hover {
    box-shadow: none;
  }
}
@media only screen and (max-width: 992px) {
  .border-right .box-style2:after,
  .border-right .box-style2:before {
    display: none;
  }
}
.ot-accordions .acc-item {
  margin-bottom: 20px;
  background: #fff;
}
.ot-accordions .acc-item .acc-toggle {
  cursor: pointer;
  display: block;
  overflow: hidden;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  color: #1b1d21;
  background: #f6f6f6;
  padding: 12px 20px 12px 20px;
  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-accordions .acc-item .acc-toggle i {
  float: right;
  text-align: center;
  line-height: 30px;
  font-size: 10px;
  color: #b6b6b6;
}
.ot-accordions .acc-item .acc-toggle i.up {
  display: none;
}
.ot-accordions .acc-item .acc-toggle i:before {
  font-size: 14px;
}
.ot-accordions .acc-item .acc-toggle:hover {
  color: #43baff;
}
.ot-accordions .acc-item .acc-content {
  display: none;
  padding: 20px 20px 0;
}
.ot-accordions .acc-item .acc-content p:last-child, .ot-accordions .acc-item .acc-content ul:last-child {
  margin-bottom: 0;
}
.ot-accordions .acc-item.current {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.ot-accordions .acc-item.current .acc-toggle {
  color: #43baff;
}
.ot-accordions .acc-item.current .acc-toggle i {
  color: #43baff;
}
.ot-accordions .acc-item.current .acc-toggle i.down {
  display: none;
}
.ot-accordions .acc-item.current .acc-toggle i.up {
  display: inherit;
}
.ot-accordions .acc-item:last-child {
  margin-bottom: 0;
}

/*Accordition With Icon*/
.ot-acc-item__icon {
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 40px;
  margin-right: 20px;
}
.ot-acc-item__icon svg, .ot-acc-item__icon i {
  width: 1em;
  height: 1em;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__icon i {
  display: block;
  position: relative;
  color: #43baff;
}
.ot-acc-item__icon i:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.ot-acc-item__icon svg {
  display: block;
  fill: #43baff;
}
.ot-acc-item__title {
  flex-grow: 1;
  cursor: pointer;
  justify-content: space-between;
  overflow: hidden;
  font-weight: 500;
  color: #43baff;
  padding: 0;
  margin-bottom: 0;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__trigger {
  cursor: pointer;
}
.ot-acc-item.current .ot-acc-item__title {
  padding-bottom: inherit;
}
.ot-acc--with-icon .ot-acc-item {
  padding: 32px 0 35px;
}
.ot-acc--with-icon .ot-acc-item__content {
  padding: 8px 20px 0 60px;
}
.ot-view-stacked .ot-acc--with-icon .ot-acc-item__content {
  padding-left: 100px;
}
.ot-acc-item__title i.up {
  display: none;
}
.ot-acc-item__title span.up {
  display: none;
}
.ot-acc-item__title i.down {
  margin-top: 5px;
}
.ot-acc-item__title i:before {
  font-size: 20px;
}
.ot-acc-item__title svg {
  display: block;
  width: 20px;
  fill: #43baff;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-acc-item__content {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title i.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title i.up {
  display: inherit;
}
.ot-acc-item.current .ot-acc-item__title span.down {
  display: none;
}
.ot-acc-item.current .ot-acc-item__title span.up {
  display: inherit;
}
.ot-acc-item:last-child {
  border-bottom: none;
}
.ot-view-stacked .ot-acc-item__icon {
  padding: 0.5em;
  background-color: #ff6b52;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.support-box {
  position: relative;
}
.support-box .inner-box {
  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;
  box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.2);
}
.support-box .inner-box > 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;
}
.support-box h3 {
  font-weight: bold;
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 45px;
  margin-bottom: 0;
  color: #fff;
}
.support-box .number-box {
  font-family: "Lato", sans-serif;
  font-weight: bold;
  font-size: 100px;
  line-height: 1;
  position: absolute;
  bottom: 28px;
  right: 15px;
  color: rgba(255, 255, 255, 0.2);
}
.support-box .overlay {
  z-index: 1;
  opacity: 1;
  text-align: center;
  padding: 20px 30px;
  background: #262051;
  color: #aeaacb;
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box .overlay span {
  z-index: -1;
}
.support-box:hover .inner-box {
  -webkit-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.support-box:hover .inner-box .content-box {
  opacity: 0;
}

.ot-counter {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  color: #1b1d21;
  display: inline-block;
  text-align: left;
}
.ot-counter span {
  font-size: 48px;
  line-height: 1;
}
.ot-counter span.num {
  padding-left: 20px;
}
.ot-counter h6, .ot-counter h3 {
  font-family: "Lato", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #43baff;
  margin-top: 13px;
  margin-bottom: 0;
  padding-left: 0px;
  letter-spacing: 1px;
  display: inline-block;
  position: relative;
    
}
.ot-counter h6:before {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  left: 0;
  top: 50%;
  margin-top: -4px;
  background: #43baff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.ot-counter.s2 h6, .ot-counter.s2 h3 {
  margin-bottom: 13px;
  margin-top: 0;
}

.ot-counter2 {
  padding: 110px 60px 120px;
  position: relative;
  background: #f8f8f8;
}
.ot-counter2 .s-num {
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 48px;
  line-height: 1;
  color: #43baff;
  margin-bottom: 18px;
}
.ot-counter2 h6 {
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 10px;
}
.ot-counter2 p {
  font-size: 18px;
}
.ot-counter2 .b-num {
  font-size: 150px;
  line-height: 106px;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
}
.ot-counter3{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  background: #f5f2fc;
  padding: 25px 44px 32px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
}
.ot-counter3 .icon-main{
  margin-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.ot-counter3 i{
  color: #7141b1;
  font-size: 55px;
}
.ot-counter3 svg{
  fill: #7141b1;
  width: 55px;
}
.ot-counter3 span{
  color: #1b1d21;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.ot-counter3 h6{
  font-size: 16px;
  font-weight: 400;
  font-family: "Lato", sans-serif;
  color: #666;
  margin-bottom: 0;
}

/*Team*/
.team-wrap {
  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;
}
.team-wrap .team-info {
  padding: 25px 10px;
}
.team-wrap h4 {
  font-size: 22px;
  margin-bottom: 0;
}
.team-wrap h4 a {
  color: #1b1d21;
}
.team-wrap span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  color: #797979;
}
.team-wrap .team-thumb {
  position: relative;
}
.team-wrap .team-social {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
}
.team-wrap .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;
}
.team-wrap .team-social a {
  display: block;
  color: #9390a8;
  font-size: 14px;
  line-height: 1;
  margin: 20px 0;
}
.team-wrap .team-social a:hover {
  color: #43baff;
}
.team-wrap:hover {
  background: #fff;
  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);
}
.team-wrap:hover .team-social > div {
  transform: translateX(0);
}

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

.member-form {
  padding: 40px 50px;
}
.member-form h2 {
  margin-bottom: 5px;
}
.member-form input[type=text],
.member-form input[type=email] {
  width: 100%;
}

/*--------------------------------------------------------------
## Team 2
--------------------------------------------------------------*/
.ot-team-slider{
  margin: 0 -15px;
}
.ot-team-slider .ot-team{
  margin: 0 15px;
}
.ot-team {
  text-align: center;
  background: transparent;
}
.ot-team__thumb {
  margin-bottom: 25px;
  overflow: hidden;
  display: inline-block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  transition: box-shadow 0.3s linear;
  -webkit-transition: box-shadow 0.3s linear;
  -moz-transition: box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  -ms-transition: box-shadow 0.3s linear;
}
.ot-team:hover .ot-team__thumb{
  box-shadow: 2px 2px 40px 0px rgba(67, 186, 255, 0.4);
  -webkit-box-shadow: 2px 2px 40px 0px rgba(67, 186, 255, 0.4);
  -moz-box-shadow: 2px 2px 40px 0px rgba(67, 186, 255, 0.4);
}
.ot-team__info h5 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 5px;
}
.ot-team__info h5 a {
  color: #1b1d21;
  background-image: linear-gradient(0deg, currentColor, currentColor);
}
.ot-team__info h5 a:hover {
  color: #43baff;
}
.ot-team__info span {
  display: block;
  font-size: 14px;
  color: #6d6d6d;
  margin-bottom: 30px;
}
.ot-team__info p {
  margin-top: 10px;
  margin-bottom: 12px;
}
.ot-team__info .team-social a {
  display: inline-block;
  text-align: center;
  font-size: 20px;
  margin-right: 15px;
  line-height: 1;
  color: #000000;
}
.ot-team__info .team-social a:last-child {
  margin: 0;
}
.ot-team__info .team-social a svg {
  width: 16px;
  fill: #1080d0;
  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: #3b5999;
}
@media (max-width: 767px) {
  .custom-nav-top{
    display: none;
  }
}

/*Pricing Table*/
.ot-pricing-table {
  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 * {
  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 .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 .icon-main i, .ot-pricing-table .icon-main span, .ot-pricing-table .icon-main img, .ot-pricing-table .icon-main svg {
  position: absolute;
  bottom: 45px;
  left: 40px;
  font-size: 35px;
  line-height: 1;
}
.ot-pricing-table .icon-main i:before, .ot-pricing-table .icon-main span:before, .ot-pricing-table .icon-main img:before {
  font-size: 35px;
}
 .ot-pricing-table .icon-main svg {
  width: 35px;
 }
.ot-pricing-table .icon-main img {
  width: 35px;
}
.ot-pricing-table .inner-table .title-table {
  font-size: 24px;
  font-weight: 800;
  color:#000;
}

.ot-pricing-table:hover .inner-table .title-table {
  color:#fff;
}

.ot-pricing-table .inner-table .price {
  font-size: 48px;
  font-weight: 800;
  line-height: 1;
  color: #43baff;
  margin-bottom: 5px;
  position: relative;
  display: inline-block;
  padding-left: 27px;
}
.ot-pricing-table .inner-table .price sup {
  position: absolute;
  top: 15px;
  left: 5px;
  font-size: 50%;
  font-weight: 600;
}
.ot-pricing-table .inner-table > span {
  color: #ababab;
  font-weight: 600;
  margin-bottom: 30px;
  display: block;
}
.ot-pricing-table .inner-table .details {
  padding-top: 25px;
  padding-bottom: 30px;
  border-top: 1px solid #e5e5e5;
  font-weight: 600;
  color: #ababab;
}
.ot-pricing-table .inner-table .details ul {
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 42px;
}
.ot-pricing-table .inner-table .details ul li:before {
  content: "";
  font-family: "Flaticon";
  font-size: 15px;
  font-weight: 400;
  margin-right: 20px;
}

.ot-pricing-table .inner-table .details ul li.more:before {
    content: "\2b";
    font-family: 'Font Awesome 5 Free';
    font-size: 23px;
    font-weight: 900;
    line-height: 15px;
    color: #43baff;
}

.ot-pricing-table .inner-table .details ul li.active {
  color: #1b1d21;
}
.ot-pricing-table .inner-table .details ul li.active:before {
  color: #43baff;
}
.ot-pricing-table .inner-table .details.no-icon ul li:before {
  display: none;
}
.ot-pricing-table .octf-btn:hover {
  background: #fff;
  color: #7141b1;
}
.ot-pricing-table:hover {
  background: #262051;
  color: #fff;
}
.ot-pricing-table:hover .details {
  border-color: rgba(255, 255, 255, 0.15);
  color: #8e88b8;
}
.ot-pricing-table:hover h4,
.ot-pricing-table:hover .details ul li.active {
  color: #fff;
}
.ot-pricing-table:hover .inner-table > span {
  color: #8e88b8;
}

.ot-pricing-table-s2{
  background: #fff;
  border-radius: 20px;
  padding: 70px 60px 55px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}
.ot-pricing-table-s2:hover{
  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);
}
.ot-pricing-table-s2 .title-table{
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #999;
  margin-bottom: 25px;
  text-transform: uppercase;
}
.ot-pricing-table-s2 .price{
  font-size: 56px;
  font-weight: bold;
  line-height: 1;
  color: #669900;
  margin-bottom: 45px;
}
.ot-pricing-table-s2 .price sup{
  font-size: 35%;
  font-weight: 400;
  margin-right: 5px;
  top: -4px;
  vertical-align: revert;
}
.ot-pricing-table-s2 .price span{
  font-size: 20px;
  font-weight: 400;
  color: #666666;
  margin-left: 8px;
}
.ot-pricing-table-s2 .details{
  margin-bottom: 20px;
}
.ot-pricing-table-s2 ul{
  margin-bottom: 0;
  padding-left: 0;
}
.ot-pricing-table-s2 ul li{
  list-style: none;
  border-top: 1px solid #d9d9d9;
  padding: 20px 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}
.ot-pricing-table-s2 .table-btn{
  border: 1px solid;
  border-radius: 10px;
  display: block;
  text-align: center;
  width: 100%;
  padding: 12px;
  text-transform: uppercase;
  font-weight: 800;
}
.ot-pricing-table-s2 .table-btn:hover{
  background: #7141b1;
  color: #fff;
}
.ot-pricing-table-s2 .featured{
  background: #f5480c;
  width: 130px;
  height: 33px;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -65px;
  border-radius: 0 0 30px 30px;
}
.ot-pricing-table-s2.s2{
  border-radius: 0;
  padding: 40px;
}
.ot-pricing-table-s2.s2 .title-table{
  font-size: 14px;
}
.ot-pricing-table-s2.s2 .price{
  font-size: 36px;
  margin-bottom: 20px;
}
.ot-pricing-table-s2 .price span{
  color: #1b1d21;
}
.ot-pricing-table-s2.s2 .des-table{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 27px;
}
.ot-pricing-table-s2.s2 .details{
  padding-top: 27px;
  border-top: 1px dotted #d9d9d9;
}
.ot-pricing-table-s2.s2 ul li{
  border: none;
  padding: 0 0 10px;
}
.ot-pricing-table-s2.s2 .table-btn{
  color: #43baff;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  border-radius: 6px;
}
.ot-pricing-table-s2.s2 .table-btn:hover{
  background: #43baff;
  color: #fff;
}

.ot-pricing-table-s3{
  background: #fff;
  border-radius: 20px;
  padding: 45px 50px;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  box-shadow: 5px 5px 29px 0px rgba(46, 118, 254, 0.12);
  -webkit-box-shadow: 5px 5px 29px 0px rgba(46, 118, 254, 0.12);
  -moz-box-shadow: 5px 5px 29px 0px rgba(46, 118, 254, 0.12);
}
.ot-pricing-table-s3 .title-table{
  color: #161d39;
  margin-bottom: 36px;
}
.ot-pricing-table-s3 .price{
  font-size: 90px;
  font-weight: bold;
  line-height: 1;
  color: #35d3c9;
  margin-bottom: 15px;
}
.ot-pricing-table-s3 .price sup{
  font-size: 55%;
  margin-right: 5px;
  top: -4px;
  vertical-align: revert;
}
.ot-pricing-table-s3 .price span{
  font-size: 36px;
}
.ot-pricing-table-s3 .des-table{
  margin-bottom: 40px;
}
.ot-pricing-table-s3 .table-btn{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 217px;
  height: 62px;
  font-weight: 500;
  line-height: 62px;
  max-width: 100%;
  border-radius: 10px;
  background: #35d3c9;
  color: #fff;
}
.ot-pricing-table-s3 .table-btn:hover{
  background: #161d39;
}
.ot-pricing-table-s3 .more-btn{
  color: #35d3c9;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  margin-top: 20px;
}
.ot-pricing-table-s3 .more-btn:hover{
  color: #161d39;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .ot-pricing-table {
    padding: 35px 20px;
  }
  .ot-pricing-table .inner-table .title-table {
    font-size: 20px;
  }
  .ot-pricing-table .inner-table .price {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .ot-pricing-table {
    padding: 45px;
    max-width: 330px;
    margin: auto;
  }
}
@media (max-width: 767px) {
  .ot-pricing-table {
    max-width: 470px;
  }
}
@media (max-width: 479px) {
  .ot-pricing-table {
    padding: 33px;
  }

  .ot-pricing-table .inner-table .details {
    font-size: 14px;
  }
}


.elementor-element.elementor-widget.elementor-widget-ipricingtable, .elementor-element.elementor-widget.elementor-widget-ipricingtable .elementor-widget-container, .elementor-element.elementor-widget.elementor-widget-ipricingtable .elementor-widget-container .ot-pricing-table {
    height: 100%;
}

.ot-testimonials {
  margin: 0 -15px;
}
.ot-testimonials .testi-item {
  padding: 0 15px;
  position: relative;
}
.ot-testimonials .layer1 {
  background: #f8f8f8;
  position: absolute;
  left: 30px;
  bottom: -20px;
  width: calc(100% - 55px);
  height: 100%;
  z-index: -1;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .layer2 {
  background: #fff;
  padding: 40px;
  margin-bottom: 40px;
  box-shadow: 3px 3px 13px 0px rgba(0, 0, 0, 0.1);
}
.ot-testimonials .t-head {
  overflow: hidden;
  justify-content: normal;
}
.ot-testimonials .t-head img {
  margin-right: 30px;
  width: 90px;
  height: auto;
  border-radius: 50%;
}
.ot-testimonials .t-head h6 {
  font-size: 20px;
  margin-bottom: 2px;
}
.ot-testimonials .t-head span {
  color: #9f9f9f;
}
.ot-testimonials .ttext {
  margin-top: 23px;
}

.ot-testimonials-2, .ot-testimonials-4 {
  margin: 0 -15px;
}
.ot-testimonials-2 .testi-item{
  margin: 0 15px;
  padding: 40px 40px 33px;
  background: #f4f8ff;
  border-radius: 10px;
}
.ot-testimonials-4 .testi-item{
  margin: 0 15px;
}
.ot-testimonials-4 .ttext{
  padding: 40px 30px 38px 40px;
  background: #f4f8ff;
  border-radius: 5px;
}
.ot-testimonials-2 .tstar{
  margin-bottom: 35px;
  width: 96px;
}
.ot-testimonials-4 .ticon{
  margin-bottom: 30px;
  width: auto;
  max-width: 96px;
}
.ot-testimonials-2 .ttext, .ot-testimonials-4 .ttext {
  font-size: 18px;
  font-weight: 600;
  color: #161d39;
  margin-bottom: 31px;
}
.ot-testimonials-4 .ttext{
  position: relative;
}
.ot-testimonials-4 .ttext:after{
  position: absolute;
  content: "";
  width: 26px;
  height: 36px;
  bottom: -8px;
  left: 25px;
  background: #f4f8ff;
  border-style: none none solid solid;
  border-width: 0 0 1px 1px;
  border-color: #f4f8ff;
  -webkit-transform: skewY(-45deg) rotate(-15deg);
  -ms-transform: skewY(-45deg) rotate(-15deg);
  transform: skewY(-45deg) rotate(-15deg);
}
.ot-testimonials-2 .t-head, .ot-testimonials-4 .t-head {
  overflow: hidden;
  justify-content: normal;
}
.ot-testimonials-2 .t-head img, .ot-testimonials-4 .t-head img {
  margin-right: 20px;
  width: 70px;
  height: auto;
  border-radius: 50%;
}
.ot-testimonials-2 .t-head h6, .ot-testimonials-4 .t-head h6 {
  font-size: 16px;
  font-weight: 400;
  color: #2e76fe;
  margin-bottom: 2px;
}
.ot-testimonials-2 .t-head span, .ot-testimonials-4 .t-head span {
  color: #80828e;
  font-size: 14px;
}

.ot-testimonials-2 .slick-dots li button{
  width: 20px;
  height: 10px;
  background: #d5e4ff;
  border-radius: 5px;
  transition: 0.3s;
}
.ot-testimonials-2 li.slick-active button{
  background: #35d3c9;
  width: 40px;
}
.ot-testimonials-2 .slick-dots li button:before{
  content: "";
}
.ot-testimonials-4 .slick-dots li button:before{
  font-size: 42px;
}
.ot-testimonials-4 .slick-dots li.slick-active button:before{
  font-size: 42px;
}
.ot-testimonials-3 .testi-item{
  padding-left: 30px;
}
.ot-testimonials-3 .ttext{
  color: #161d39;
  font-size: 36px;
  font-weight: 500;
  line-height: 54px;
  margin-bottom: 32px;
  position: relative;
}
.ot-testimonials-3 .ttext:before{
  content: "";
  position: absolute;
  left: -30px;
  top: 13px;
  width: 3px;
  height: calc(100% - 26px);
  background: #656ae5;
}
.ot-testimonials-3 .t-head h6{
  font-size: 18px;
  font-weight: 500;
  color: #656ae5;
  margin-bottom: 2px;
}
.ot-testimonials-3 .t-head span{
  color: #8990ac;
}
.ot-testimonials-3 .pagingInfo{
  line-height: 1;
  padding-left: 70px;
  margin-top: 40px;
  color: #8990ac;
}
.ot-testimonials-3 .pagingInfo span{
  color: #161d39;
}
.ot-testimonials-3 .slick-arrow{
  top: auto;
  bottom: -55px;
  line-height: 1;
  left: 30px;
  padding: 0;
  color: #8990ac;
}
.ot-testimonials-3 .slick-arrow:hover{
  color: #656ae5;
}
.ot-testimonials-3 .slick-arrow.next-nav{
  right: auto;
  left: 150px;
}
.ot-testimonials-3 .slick-arrow i:before{
  font-size: 12px;
  font-weight: bold;
}

@media (max-width: 480px) {
  .ot-testimonials .layer2 {
    padding: 25px;
  }

  .ot-testimonials .t-head img {
    margin-right: 20px;
    width: 80px;
  }
}
.ot-progress {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  color: #1b1d21;
}
.ot-progress .pname {
  margin-bottom: 10px;
}
.ot-progress .iprogress {
  height: 8px;
  margin-bottom: 6px;
  position: relative;
}
.ot-progress .iprogress:after {
  content: "";
  position: absolute;
  top: 13px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #dadada;
}
.ot-progress .progress-bar {
  height: 100%;
  width: 0;
  background: #43baff;
  transition: all 0.6s linear;
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  -ms-transition: all 0.6s linear;
}
.ot-chart-bar{
  display: table;
  table-layout: fixed;
  width: 100%;
  height: 100%;
  margin-bottom: 50px;
}
.ot-chart-bar .inner-bar{
  position: relative;
  display: table-cell;
  vertical-align: bottom;
  height: 200px;
  text-align: center;
}
.ot-chart-bar .col-chart{
  position: relative;
  display: block;
  background-color: #43baff;
  border-radius: 20px 20px 0 0;
}
.ot-chart-bar .chart-title, .ot-chart-bar .percent{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.ot-chart-bar .percent{
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 42px;
  color: #43baff;
  bottom: 100%;
}
.ot-chart-bar .chart-title{
  width: 100%;
  display: block;
  top: 100%;
  padding: 0;
  margin-top: 17px;
  margin-bottom: 0;
  word-wrap: break-word;
  font-size: 16px;
  font-weight: 500;
}
.circle-progress {
  justify-content: left;
}
.circle-progress .inner-bar {
  position: relative;
  display: inline-block;
  line-height: 1;
}
.circle-progress .inner-bar > span {
  position: absolute;
  width: 100%;
  line-height: 1;
  top: 50%;
  left: 0;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-weight: 800;
  font-size: 30px;
  margin-top: -15px;
  color: #1b1d21;
}
.circle-progress .inner-bar canvas {
  display: block;
}
.circle-progress .inner-bar:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  border: 1px solid #dadada;
}
.circle-progress h4 {
  display: block;
  font-size: 16px;
  line-height: 26px;
  margin-left: 20px;
  margin-bottom: 0;
}
.circle-progress.tbottom h4 {
  margin: 10px 0 0;
}

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

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

.message-box {
  padding: 10px;
  overflow: hidden;
  position: relative;
  background: #fff;
  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);
  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;
}
.message-box .icon-main {
  float: left;
  font-size: 20px;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  background: #0160e7;
}
.message-box .icon-main span:before {
  font-size: 20px;
}
.message-box .content-box {
  padding-left: 66px;
}
.message-box .content-box h6 {
  margin-bottom: 8px;
}
.message-box .content-box p {
  margin-bottom: 0;
  line-height: 1;
}
.message-box > i {
  position: absolute;
  top: 50%;
  right: 20px;
  line-height: 1;
  margin-top: -7px;
  color: #a5b7d2;
  cursor: pointer;
}
.message-box > i:before {
  font-size: 13px;
}

@media (max-width: 600px) {
  .message-box > i {
    top: 15px;
    right: 10px;
  }

  .message-box .content-box p {
    line-height: 1.4;
  }
}
.ot-countdown {
  text-align: center;
  font-size: 24px;
  display: flex;
  margin-bottom: 0;
  color: #fff;
}
.ot-countdown li {
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  flex-grow: 1;
  flex-basis: 0;
}
.ot-countdown li span {
  font-size: 100px;
  font-weight: 900;
  font-family: "Lato", sans-serif;
  display: block;
  margin-bottom: 23px;
}
.ot-countdown li p {
  margin-bottom: 0;
}
.ot-countdown li.seperator {
  font-size: 100px;
  font-weight: 500;
  margin-top: -8px;
  color: #43baff;
  line-height: initial;
}

.cs-form {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  max-width: 515px;
}
.cs-form > span.wpcf7-form-control-wrap {
  float: left;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text {
  background: rgba(255, 255, 255, 0.15);
  color: #fff;
}
.cs-form > span.wpcf7-form-control-wrap .wpcf7-text::placeholder {
  color: #fff;
}
.cs-form .octf-btn {
  float: right;
}
.cs-form + div {
  max-width: 515px;
  margin-left: auto !important;
  margin-right: auto !important;
}
.sub-home-6,
.sub-home-7{
  position: relative;
}
.sub-home-6:before{
  position: absolute;
  left: 25px;
  top: 20px;
  z-index: 1;
  content: "\f0e0";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 22px;
  line-height: 1;
  color: #7f7f7f;
}
.sub-home-6 .wpcf7-email{
  background: #fff;
  width: 100%;
  height: 60px;
  padding: 0 220px 0 70px;
  border: 1px solid #dedede;
  border-radius: 5px;
}
.sub-home-6 .wpcf7-submit,
.sub-home-7 .octf-btn{
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 100%;
  border-radius: 5px;
}
.sub-home-7 .wpcf7-email{
  background: #fff;
  width: 100%;
  padding-right: 150px;
}
.sub-home-7 .octf-btn{
  width: 130px;
  border-radius: 0;
}
div.wpcf7 .sub-home-6 .ajax-loader{
  display: none;
}

.sub-home-8 .wpcf7-email{
  width: calc(100% - 210px);
  padding-right: 25px;
}
.sub-home-8 .octf-btn{
  background: #ffb933;
  border-radius: 5px;
  color: #000;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 200px;
  font-weight: 800;
}
.sub-home-8 .octf-btn:hover{
  background: #fff;
}
.sub-home-8 + .wpcf7-response-output,
.sub-home-10 + .wpcf7-response-output,
.sub-footer-13 + .wpcf7-response-output{
  color: #fff;
}
.sub-home-10{
  position: relative;
  overflow: hidden;
}
.sub-home-10 input{
  font-family: "Inter";
}
.sub-home-10 .wpcf7-email{
  width: 100%;
  max-width: 343px;
  border-radius: 10px;
  background: #00202F;
  color: #fff;
  font-size: 14px;
  height: 62px;
  padding-left: 25px;
  padding-right: 25px;
  float: left;
}
.sub-home-10 .wpcf7-email:focus{
  color: #fff;
}
.sub-home-10 .wpcf7-email::placeholder{
  color: #b1b5d3;
}
.sub-home-10 .octf-btn{
  margin-left: 10px;
  border-radius: 10px;
  background: #3C67FF;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 19px 50px;
  text-transform: none;
}
.sub-home-10 .octf-btn:hover{
  color: #3C67FF;
  background: #fff;
}
.sub-home-10 .ajax-loader{
  display: none;
}
.sub-home-11{
  overflow: hidden;
}

.sub-home-11 .wpcf7-email{
  width: 543px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  height: 62px;
  padding: 0 30px;
}
.sub-home-11 .octf-btn{
  background: #35d3c9;
  font-family: "Gothic A1";
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-left: 10px;
  height: 62px;
  width: 217px;
  border-radius: 10px;
}
.sub-home-11 .octf-btn:hover{
  background: #161d39;
}
.sub-footer-11{
  position: relative;
  font-family: "Gothic A1";
}
.sub-footer-11 input[type=email] {
  font-family: "Gothic A1";
  height: 62px;
  width: 100%;
  background: #f4f8ff;
  color: #9ea0ac;
  border: none;
  padding: 0 84px 0 30px;
  border-radius: 10px;
}
.sub-footer-11 input[type=email]::placeholder {
  color: #9ea0ac;
}
.sub-footer-11 button{
  background: transparent;
  border: none;
  width: 84px;
  height: 62px;
  color: #2e76fe;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  outline: none;
}
.sub-footer-11 button i:before{
  font-size: 24px;
}
.sub-footer-11 label{
  font-size: 14px;
  line-height: 20px;
  color: #80828e;
  display: block;
  margin-top: 23px;
}
.sub-home-12{
  padding: 18px 18px 18px 0;
  background: #fff;
  border-radius: 5px;
}
.sub-home-12 input{
  font-family: "Epilogue";
  font-size: 18px;
  line-height: 30px;
  color: #80828E;
  padding: 17px 15px 17px 60px;
  width: 100%;
  max-width: 330px;
  background: #fff;
}
.sub-footer-12 input::placeholder {
  color: #80828E;
}
.sub-home-12 input[type=text]{
  border-right: 2px solid #f6f6f6;
}
.sub-home-12 .octf-btn{
  font-family: "Epilogue";
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  padding: 16px 45px;
  margin-left: 30px;
  margin-top: 15px;
  text-transform: capitalize;
  border-radius: 5px;
  background: #3f5aff;
}
.sub-home-12 span{
  display: inline-block;
}
.sub-home-12 span.your-name:before,
.sub-home-12 span.your-tel:before{
  position: absolute;
  left: 30px;
  top: calc( 50% - 10px );
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 20px;
  color: #7a8dff;
}
.sub-home-12 span.your-name:before{
  content: '\f2bd';
}
.sub-home-12 span.your-tel:before{
  content: '\f879';
}
.sub-home-12 .octf-btn:hover{
  background: #1F1F1F;
}
.sub-home-12 + .wpcf7-response-output{
  color: #1F1F1F;
}
@media (min-width: 1025px) {
  .sub-home-12{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sub-home-12 .octf-btn{
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .sub-home-12 input[type=text]{
    border-right: none;
  }
}
.sub-footer-13{
  position: relative;
}
.sub-footer-13 input[type=email] {
  font-family: "Inter";
  height: 48px;
  width: 100%;
  font-size: 14px;
  background: #ffffff;
  color: rgba(21,23,26,0.75);
  border: none;
  padding: 0 84px 0 20px;
  border-radius: 6px;
}
.sub-footer-13 input[type=email]::placeholder {
  color: rgba(21,23,26,0.75);
}
.sub-footer-13 button{
  position: absolute;
  top: 4px;
  right: 4px;
  background: #f6f8fa;
  border: none;
  width: 40px;
  height: 40px;
  color: #00A76A;
  text-align: center;
  outline: none;
  border-radius: 6px;
}
.sub-footer-13 button i:before{
  font-size: 18px;
}

.sub-footer-11 [type="checkbox"]:not(:checked), 
.sub-footer-11 [type="checkbox"]:checked,
.cf-home-12 [type="checkbox"]:not(:checked), 
.cf-home-12 [type="checkbox"]:checked,
.cf-home-9 [type="checkbox"]:not(:checked), 
.cf-home-9 [type="checkbox"]:checked {
  position: absolute;
  left: 0;
  opacity: 0.01;
}
.sub-footer-11 [type="checkbox"]:not(:checked) + span,
.sub-footer-11 [type="checkbox"]:checked + span,
.cf-home-9 [type="checkbox"]:not(:checked) + span,
.cf-home-9 [type="checkbox"]:checked + span {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span,
.cf-home-12 [type="checkbox"]:checked + span {
    position: relative;
    padding-left: 45px;
    cursor: pointer;
    font-size: 16px;
    color: #80828e;
    font-weight: 400;
}

/* checkbox aspect */
.sub-footer-11 [type="checkbox"]:not(:checked) + span:before,
.sub-footer-11 [type="checkbox"]:checked + span:before,
.cf-home-12 [type="checkbox"]:not(:checked) + span:before,
.cf-home-12 [type="checkbox"]:checked + span:before,
.cf-home-9 [type="checkbox"]:not(:checked) + span:before,
.cf-home-9 [type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    width: 24px;
    height: 24px;
    background: #f4f8ff;
    border-radius: 4px;
    -webkit-transition: all .275s;
    transition: all .275s;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span:before,
.cf-home-12 [type="checkbox"]:checked + span:before{
    background: #f0f1ff;
    border-radius: 2px;
}

/* checked mark aspect */
.sub-footer-11 [type="checkbox"]:not(:checked) + span:after,
.sub-footer-11 [type="checkbox"]:checked + span:after,
.cf-home-12 [type="checkbox"]:not(:checked) + span:after,
.cf-home-12 [type="checkbox"]:checked + span:after,
.cf-home-9 [type="checkbox"]:not(:checked) + span:after,
.cf-home-9 [type="checkbox"]:checked + span:after {
    content: '\f126';
    font-family: Flaticon;
    position: absolute;
    top: 10px;
    left: 7px;
    font-size: 11px;
    font-weight: 900;
    color: #2e76fe;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span:after,
.cf-home-12 [type="checkbox"]:checked + span:after{
    color: #3f5aff;
}

/* checked mark aspect changes */
.sub-footer-11 [type="checkbox"]:not(:checked) + span:after,
.cf-home-12 [type="checkbox"]:not(:checked) + span:after,
.cf-home-9 [type="checkbox"]:not(:checked) + span:after {
    opacity: 0;
}

.sub-footer-11 [type="checkbox"]:checked + span:after,
.cf-home-12 [type="checkbox"]:checked + span:after,
.cf-home-9 [type="checkbox"]:checked + span:after {
    opacity: 1;
}
.footer-home-14 br,
.cf-home-9 br,
.cf-home-12 br{
  display: none;
}
.cf-home-9 p:last-child,
.cf-home-12 p:last-child{
  margin: 0;
}
.cf-home-9 input[type=text],
.cf-home-9 input[type=tel],
.cf-home-9 input[type=email],
.cf-home-9 textarea{
  width: 100%;
  background: transparent;
  color: #8990ac;
  padding: 15px 0;
  border-bottom: 1px solid rgba(137,144,172,0.2);
}
.cf-home-12 input[type=text],
.cf-home-12 input[type=tel],
.cf-home-12 input[type=email],
.cf-home-12 textarea{
  font-family: 'Epilogue';
  font-size: 18px;
  width: 100%;
  background: transparent;
  color: #80828e;
  padding: 12px 0 15px;
  line-height: 1;
  border-bottom: 2px solid #f5f5f5;
}
.cf-home-9 input::placeholder{
  color: #8990ac;
}
.cf-home-12 input::placeholder{
  color: #80828e;
}
.cf-home-9 h4{
  font-family: "Poppins";
  font-weight: 500;
}
.cf-home-9 label{
  display: block;
  margin-top: 30px;
  font-size: 14px;
  color: #8990ac;
}
.cf-home-12 label{
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #1F1F1F;
  margin-bottom: 42px;
}
.cf-home-12 .octf-btn{
  font-family: 'Epilogue';
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #3f5aff;
  text-transform: none;
  border-radius: 5px;
  padding: 20px 45px;
}
.cf-home-12 .octf-btn:hover{
  background: #1F1F1F;
}
.cf-home-9 .octf-btn{
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  background: #656ae5;
  text-transform: none;
  border-radius: 10px;
  padding: 19px 62px;
  margin-top: 35px;
}
.wpcf7 .cf-home-9 .wpcf7-not-valid,
.wpcf7 .cf-home-12 .wpcf7-not-valid{
  border: none;
  border-bottom: 1px solid #f00;
}

.sub-footer-9{
  font-family: "Poppins";
}
.sub-footer-9 input[type=email]{
  font-family: "Poppins";
  background: transparent;
  border-radius: 0;
  padding-left: 0;
  padding-right: 36px;
  border-bottom: 1px solid rgba(137,144,172,0.2);
}
.sub-footer-9 button{
  color: #656ae5;
  width: auto;
}
.sub-footer-9 [type="checkbox"]:not(:checked) + span:after, 
.sub-footer-9 [type="checkbox"]:checked + span:after,
.cf-home-9 [type="checkbox"]:not(:checked) + span:after, 
.cf-home-9 [type="checkbox"]:checked + span:after{
  color: #656ae5;
}
.cf-home-12 [type="checkbox"]:not(:checked) + span:after, 
.cf-home-12 [type="checkbox"]:checked + span:after{
  color: #3f5aff;
}
.sub-footer-9 [type="checkbox"]:not(:checked) + span:before, 
.sub-footer-9 [type="checkbox"]:checked + span:before,
.cf-home-9 [type="checkbox"]:not(:checked) + span:before, 
.cf-home-9 [type="checkbox"]:checked + span:before{
  background: transparent;
  border: 1px solid rgba(137,144,172,0.2);
}
.cf-home-12{
    font-family: 'Epilogue';
}
.footer-home-14 input[type=email]{
  font-family: "Sora";
  width: 100%;
  background: transparent;
  color: #1c0a27;
  padding: 3px 0;
  text-align: center;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(28,10,39,0.25);
}
.footer-home-14 input[type=email].wpcf7-not-valid{
  border-color: transparent;
  border-bottom-color: #f00;
}

.footer-home-14 input::placeholder{
  color: rgba(28,10,39,0.6);
}
.footer-home-14 .octf-btn{
  font-family: "Sora";
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  color: #fff;
  background: #1c0a27;
  text-transform: none;
  border-radius: 27px;
  padding: 10px 35px;
  line-height: 32px;
}
.footer-home-14 .octf-btn:hover{
  color: #1c0a27;
  background: #fff;
}
.footer-home-14 + .wpcf7-response-output{
  color: #1c0a27;
}
@media (max-width: 1024px) {
  .sub-home-11 .octf-btn{
    width: 160px;
  }
}

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

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

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

  .ot-countdown li.seperator {
    line-height: 55px;
  }
  .wpcf7 .sub-home-10 .ajax-loader{
    display: none;
  }
  .sub-home-10 .wpcf7-email{
    max-width: none;
    height: 52px;
    padding-right: 165px;
  }
  .sub-home-10 .octf-btn{
    padding: 14px 30px;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
    margin-left: 0;
  }
  .sub-home-11{
    text-align: center;
  }
  .sub-home-11 .wpcf7-email{
    width: 100%;
  }
  .sub-home-11 .octf-btn{
    margin-left: 0;
    margin-top: 15px;
  }
}
@media (max-width: 600px) {
  .cs-form > span.wpcf7-form-control-wrap {
    float: none;
    display: block;
  }

  .cs-form .octf-btn {
    float: none;
    margin-top: 15px;
  }
  .sub-home-6:before{
    left: 15px;
    font-size: 18px;
    top: 15px;
  }
  .sub-home-6 .wpcf7-email{
    height: 48px;
    font-size: 14px;
    padding: 0 140px 0 45px;
  }
  .sub-home-6 .wpcf7-submit{
    width: 120px;
  }
  .sub-home-8 .wpcf7-email{
    width: 100%;
    padding-right: 25px;
  }
  .sub-home-8 .octf-btn{
    width: 100%;
    height: 45px;
    position: static;
    margin-top: 10px;
  }
}
.video-popup a {
  position: relative;
  width: 65px;
  height: 65px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 65px;
  color: #43baff;
}
.video-popup a i {
  margin-left: 8%;
}
.video-popup a i:before {
  font-size: 21px;
}
.video-popup a:hover {
  background: #43baff;
  color: #fff;
}
.video-popup a:hover span {
  border-color: #43baff;
}
.video-popup a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  animation: circle-fade-before 2s infinite ease-in-out;
  -webkit-animation: circle-fade-before 2s infinite ease-in-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.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 > span {
  margin-left: 15px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1b1d21;
  font-family: "Lato", sans-serif;
  letter-spacing: 0.5px;
}
.video-popup .btn-inner {
  display: inline-block;
  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;
  }
}
@keyframes slide-up{
  0%{height:0;} 
}

/*--------------------------------------------------------------
## Switcher
--------------------------------------------------------------*/
.ot-switcher {
  text-align: center;
}
.ot-switcher > span {
  font-size: 14px;
  font-weight: 600;
  vertical-align: middle;
  color: #999;
}
.ot-switcher > span.active {
  color: #000;
}
.ot-switcher .switch {
  margin: 0 15px;
}
.ot-switcher .switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 24px;
  vertical-align: middle;
}
.ot-switcher .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.ot-switcher .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #43baff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ot-switcher .slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.ot-switcher input:checked + .slider:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
.ot-switcher .slider.round {
  border-radius: 12px;
}
.ot-switcher .slider.round:before {
  border-radius: 50%;
}

/**tab titles**/
.tab-titles{
  
}
.title-item{
  padding: 30px 44px;
  border: 1px solid #dee1e7;
  border-radius: 5px;
  margin-bottom: 10px;
  background: #fff;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s linear;
}
.title-item:last-child{
  margin-bottom: 0!important;
}
.title-item:hover,
.title-item.tab-active{
  border-color: #43baff;
}
.title-item .icon-main{
  margin-right: 40px;
}
.title-item i{
  font-size: 70px;
  color: #1b1d21;
}
.title-item svg{
  width: 70px;
  fill: #1b1d21;
}
.title-item h5{
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 13px;
  text-transform: uppercase;
  transition: all 0.3s linear;
}
.title-item:hover h5,
.title-item.tab-active h5{
  color: #43baff;
}

.tab-titles-2{
  text-align: center;
}
.title-item-2{
  display: inline-block;
  cursor: pointer;
  line-height: 1;
  min-width: 228px;
  padding: 24px 0;
  margin-left: 80px;
  border-bottom: 3px solid transparent;
  transition: 0.3s;
}
.title-item-2:first-child{
  margin: 0!important;
}
.title-item-2.tab-active{
  border-color: #2e76fe;
}
.title-item-2 h5{
  margin-bottom: 0;
  color: #80828e;
}
.title-item-2.tab-active h5,
.title-item-2:hover h5{
  color: #2e76fe;
}

@media (max-width: 1024px) {
  .title-item-2{
    float: left;
    min-width: 0;
    width: 33.33%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .title-item-2{
    display: block;
    float: none;
    width: 100%;
  }
}

/**tabs**/
.ot-tabs .tabs-heading {
  margin: 0 -5px;
  overflow: hidden;
}
.ot-tabs .tab-link {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  font-size: 14px;
  padding: 14px 30px 14px 30px;
  line-height: 1.42857143;
  display: inline-block;
  margin-bottom: 0;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  vertical-align: middle;
  font-weight: bold;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  min-width: 130px;
  background: #f6f6f6;
  color: #1b1d21;
  margin: 0 5px;
  float: left;
  font-weight: 800;
  cursor: pointer;
}
.ot-tabs .tab-link:visited {
  color: #fff;
}
.ot-tabs .tab-link:hover, .ot-tabs .tab-link:focus {
  background: #7141b1;
  color: #fff;
}
.ot-tabs .tab-link.current, .ot-tabs .tab-link:hover {
  background: #43baff;
  color: #fff;
}
.ot-tabs .tab-content {
  display: none;
  padding: 25px 0;
}
.ot-tabs .tab-content.current {
  display: inherit;
}
.ot-tabs p:last-child {
  margin-bottom: 0;
}

.otf-social-share a {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  margin-right: 10px;
  cursor: pointer;
  line-height: 1;
  margin-right: 5px;
  background-color: #222;
  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;
}
.otf-social-share a i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}
.otf-social-share a:hover {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
}
.otf-social-share a:last-child {
  margin-right: 0px;
}
.otf-social-share a.share-facebook {
  background-color: #4661c5;
}
.otf-social-share a.share-twitter {
  background-color: #44b1e4;
}
.otf-social-share a.share-google {
  background-color: #dd4b39;
}
.otf-social-share a.share-pinterest {
  background-color: #ff2e2e;
}
.otf-social-share a.share-linkedin {
  background-color: #0073B0;
}
.otf-social-share a.share-buffer {
  background-color: #000000;
}
.otf-social-share a.share-digg {
  background-color: #005be2;
}
.otf-social-share a.share-reddit {
  background-color: #ff4500;
}
.otf-social-share a.share-tumbleupon {
  background-color: #eb4924;
}
.otf-social-share a.share-tumblr {
  background-color: #35465c;
}
.otf-social-share a.share-vk {
  background-color: #45668e;
}
.otf-social-share a.share-yummly {
  background-color: #E16120;
}
.otf-social-share a.share-email {
  background-color: #E84231;
}
.otf-social-share a.share-print {
  background-color: #4982C3;
}
.otf-social-share.shape-rounded a {
  border-radius: 10%;
  -webkit-border-radius: 10%;
  -moz-border-radius: 10%;
}
.otf-social-share.shape-circle a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.ot-industries .indus-item {
  padding: 15px 50px 50px;
}
.ot-industries .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 .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 .indus-item .item-inner h6 {
  font-weight: 800;
  margin-bottom: 15px;
}
.ot-industries .indus-item .item-inner .overlay {
  opacity: 1;
  overflow: hidden;
  background: transparent;
}
.ot-industries .indus-item .item-inner .overlay:after {
  content: "";
  position: absolute;
  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;
}

/**domain checker**/
.ot-domain-checker{
  overflow: hidden;
  text-align: center;
}
.ot-domain-checker form input{
  width: 543px;
  max-width: 100%;
  background: #fff;
  border-radius: 10px;
  height: 62px;
  padding: 0 30px;
}
.ot-domain-checker .octf-btn{
  background: #35d3c9;
  font-family: "Gothic A1";
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  margin-left: 10px;
  height: 62px;
  width: 217px;
  border-radius: 10px;
}
.ot-domain-checker .octf-btn:hover{
  background: #161d39;
}

@media (max-width: 1024px) {
  .ot-domain-checker .octf-btn{
    width: 160px;
  }
}

@media (max-width: 767px) {
  .ot-domain-checker{
    text-align: center;
  }
  .ot-domain-checker form input{
    width: 100%;
  }
  .ot-domain-checker .octf-btn{
    margin-left: 0;
    margin-top: 15px;
  }
}

/**domain list**/
.domain-list{
  padding: 0 15px;
  margin-right: -30px;
  margin-left: -30px;
}
.domain-item{
  position: relative;
  background: #fff;
  padding: 40px 15px 35px;
  text-align: center;
  border-radius: 10px;
  transition: 0.3s;
  box-shadow: 5px 5px 15px 0 rgba(46,118,254,0.12);
  margin: 0 15px 15px;
}
.domain-item:hover{
  background: #2e76fe;
}
.domain-item > a{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.domain-item h4{
  line-height: 1;
  margin-bottom: 5px;
  color: #161d39;
}
.domain-item span{
  color: #35d3c9;
  font-size: 18px;
}
.domain-item:hover h4,
.domain-item:hover span{
  color: #fff;
}

@media only screen and (max-width: 1400px) {
  .ot-industries .indus-item .item-inner .i-image {
    left: -50px;
  }
}
@media only screen and (max-width: 479px) {
  .ot-industries .indus-item {
    padding: 15px 30px 50px;
  }
  .ot-industries .indus-item .item-inner {
    padding: 30px;
  }
  .ot-industries .indus-item .item-inner .i-image {
    display: none;
  }
}
.dc-text .elementor-drop-cap {
  font-family: "Lato", sans-serif;
  float: left;
  text-align: center;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 1;
  margin: 8px 18px 0 0 !important;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.dc-text .elementor-drop-cap span {
  font-size: 24px;
  line-height: 38px;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 800;
  color: #43baff;
}
.dc-text.dc-text-second .elementor-drop-cap span {
  color: #7141b1;
}

/*Roadmap*/
.ot-timeline__list{
  position: relative;
  padding-left: 30px;
}
.ot-timeline__list:before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  background-image: linear-gradient(to bottom, #e1f0fa, #495aff);
}
.ot-timeline .date-timeline{
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}
.ot-timeline .content-timeline{
  display: inline-block;
  margin-bottom: 0;
}
.ot-timeline .circle{
  padding-left: 16px;
}
.ot-timeline .circle:before{
  font-size: 8px;
}
.ot-timeline .item-content-timeline{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 10px 25px;
  line-height: 22px;
  border-radius: 32px;
  background-color: #43baff;
  color: #fff;
  min-height: 64px;
}
.ot-timeline .item-content-timeline:last-child{
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .ot-timeline .date-timeline{
    margin-bottom: 60px;
  }
  .ot-timeline__list{
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 50px;
  }
  .ot-timeline__list > * {
    flex: 1;
  }
  .ot-timeline__list:before{
    left: 0;
    top: 77px;
    width: 100%;
    height: 4px;
    background-image: linear-gradient(to right, #e1f0fa, #495aff);
  }
}
@media only screen and (max-width: 767px) {
  .ot-timeline .content-timeline{
    margin-bottom: 30px;
  }
}

/*Roadmap Carousel*/
.roadmap-carousel-container{
  position: relative;
}
.roadmap-carousel-container:before {
  position: absolute;
  height: 3px;
  width: 100%;
  content: '';
  left: 0;
  top: 50px;
  background: #bb04ff;
}
.roadmap-carousel {
  position: relative;
}
.roadmap-carousel:before, .roadmap-carousel:after {
  position: absolute;
  height: 12px;
  width: 12px;
  border-radius: 50%;
  content: '';
  top: 45px;
  background: #bb04ff;
}
.roadmap-carousel:before {
  left: 0;
}
.roadmap-carousel:after {
  right: 0;
}
.roadmap-item {
  text-align: center;
  position: relative;
  padding: 0 20px;
  margin-bottom: 30px;
}
.roadmap-item:after {
  position: absolute;
  top: 86px;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  height: 60px;
  width: 2px;
  background: rgba(219,205,242,.6);
}
.roadmap-item h6 {
  position: relative;
  padding-bottom: 120px;
}
.roadmap-item h6:before, .roadmap-item h6:after{
  position: absolute;
  content: '';
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.roadmap-item h6:before{
  color: #fff;
  top: 36px;
  background: rgba(187,4,255,.6);
  height: 31px;
  width: 31px;
}
.roadmap-item h6:after{
  top: 46px;
  background: #fff;
  height: 10px;
  width: 10px;
  box-shadow: 0px 0px 32px 12px #bb04ff;
}
.roadmap-item.roadmap-current h6:before{
  background: #d7f024;
}
.roadmap-item.roadmap-current h6:after{
  background: #bb04ff;
  box-shadow: 0px 0px 32px 12px #d7f024;
}
.wpcf7 .main-form {
  padding: 60px 48px;
  background-image: linear-gradient(90deg, #00deff 0%, #7141b1 100%);
  color: #fff;
}
.wpcf7 .main-form h2 {
  color: #fff;
  margin-bottom: 10px;
}
.wpcf7 .main-form p {
  color: #fff;
}
.wpcf7 .main-form .font14 {
  margin-bottom: 30px;
}
.wpcf7 .main-form input,
.wpcf7 .main-form textarea {
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
}
.wpcf7 .main-form input::placeholder,
.wpcf7 .main-form textarea::placeholder {
  color: #fff;
}
.wpcf7 .main-form button {
  font-weight: 800;
}
.wpcf7 .main-form button:hover {
  background: #7141b1;
}
.wpcf7 .main-form p:last-child {
  margin-bottom: 0;
}
.wpcf7 div.wpcf7-response-output {
  margin: 20px 0 0;
}
.wpcf7 span.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .wpcf7-not-valid {
  border: 1px solid #f00;
}
.wpcf7 div.wpcf7-validation-errors,
.wpcf7 div.wpcf7-acceptance-missing {
  background: #f7e700;
  color: #000;
}
.wpcf7 div.wpcf7-mail-sent-ok {
  background: #398f14;
  color: #fff;
}

.partners .swiper-slide-image {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
  opacity: 0.7;
  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;
}
.partners .swiper-slide-image:hover {
  -webkit-filter: none;
  /* Safari 6.0 - 9.0 */
  filter: none;
  opacity: 1;
}

div.swiper-container-horizontal > .swiper-pagination-bullets,
div.swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 30px;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  .ot-tabs .tab-link {
    min-width: 116px;
    padding: 14px 25px;
  }
}
@media only screen and (max-width: 480px) {
  .wpcf7 .main-form {
    padding: 30px;
  }

  .ot-tabs .tab-link {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
}

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

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

div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title {   
  font-family: "Lato", sans-serif;
  font-weight: 800;
}
.elementor-widget-heading h1.elementor-heading-title {
  font-size: 48px;
}

.elementor-widget-heading h2.elementor-heading-title {
  font-size: 36px;
}

.elementor-widget-heading h3.elementor-heading-title {
  font-size: 30px;
}

.elementor-widget-heading h4.elementor-heading-title {
  font-size: 24px;
}

.elementor-widget-heading h5.elementor-heading-title {
  font-size: 20px;
}

.elementor-widget-heading h6.elementor-heading-title {
  font-size: 18px;
}
div.elementor-widget-heading.elementor-widget-heading h4.elementor-heading-title,
div.elementor-widget-heading.elementor-widget-heading h5.elementor-heading-title,
div.elementor-widget-heading.elementor-widget-heading h6.elementor-heading-title {
  font-weight: bold;
}

.elementor-page .elementor-widget-text-editor,
.elementor-page li.elementor-icon-list-item {
  font-family: "Lato", sans-serif;
  color: #6d6d6d;
}
.elementor-page li.elementor-icon-list-item span{
  transition: all 0.3s;
}

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

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
  padding: 0 15px;
}

.elementor .elementor-section > .elementor-container > .elementor-row {
  width: auto;
  flex: 100%;
  min-width: 100%;
}

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

.elementor .elementor-section > .elementor-column-gap-extended > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor .elementor-section > .elementor-column-gap-default > .elementor-row {
  margin-left: -10px;
  margin-right: -10px;
}
.elementor .elementor-section > .elementor-column-gap-narrow > .elementor-row {
  margin-left: -5px;
  margin-right: -5px;
}
.elementor .elementor-section > .elementor-column-gap-wide > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor .elementor-section > .elementor-column-gap-wider > .elementor-row {
  margin-left: -15px;
  margin-right: -15px;
}
.elementor .elementor-section-full_width:not(.elementor-inner-section) > .elementor-column-gap-extended > .elementor-row {
  margin-left: 0;
  margin-right: 0;
}

header .elementor-section > .elementor-container > .elementor-column > .elementor-element-populated {
padding-top: 0;
  padding-bottom: 0;
}

.ot-layout_inline .elementor-widget-wrap {
  flex-wrap: nowrap;
}
.ot-layout_inline .elementor-widget-wrap > .elementor-widget {
  display: flex;
  width: auto;
}

.ot-flex-column-horizontal .elementor-widget-wrap {
  flex-wrap: nowrap;
}
.ot-flex-column-horizontal .elementor-widget-wrap > .elementor-widget {
  display: flex;
  width: auto;
}

@media (max-width: 767px) {
  .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width) > .elementor-container,
  .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-container,
  .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-template-template-homepage .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no,
  .page-template-template-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no,
  .page-template-template-home-full-width .elementor-top-section:not(.elementor-section-full_width) > .elementor-column-gap-no {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 750px;
  }

  .elementor-element .container {
    width: 720px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 970px;
  }

  .elementor-element .container {
    width: 940px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor .elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1200px;
  }

  .elementor-element .container {
    width: 1170px;
    padding: 0;
  }
}
@media (min-width: 1230px) {
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wide > .elementor-row {
    margin-left: -20px;
    margin-right: -20px;
  }
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wide > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 20px;
    padding-right: 20px;
  }
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wider > .elementor-row {
    margin-left: -30px;
    margin-right: -30px;
  }
  .elementor .elementor-section:not(.elementor-section-full_width) > .elementor-column-gap-wider > .elementor-row > .elementor-column > .elementor-element-populated {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.octf-search,
.octf-cta-header {
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}
.octf-search .toggle-search{
  cursor: pointer;
}
/*--------------------------------------------------------------
## Mini Cart
--------------------------------------------------------------*/
.octf-cart {
  position: relative;
}

.octf-cart:hover .site-header-cart {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}

.ot-minicart {
  position: relative;
  display: inline-block;
  color: #1b1d21;
}
.ot-minicart:hover, .ot-minicart:visited, .ot-minicart:focus {
  color: #1b1d21;
}
.ot-minicart i:before {
  font-size: 24px;
}
.ot-minicart .count {
  position: absolute;
  bottom: 0;
  left: -7px;
  width: 20px;
  height: 20px;
  line-height: 21px;
  background: #43baff;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 11px;
  font-weight: bold;
}

.ot-minicart .cart-count.count.empty, .ot-minicart .cart-count.count {display: none;}
.ot-minicart .cart-count.count.no-empty {display: block;}
.woocommerce.single-product div.product .woocommerce-tabs ul.tabs {display: none;}
.woocommerce.single-product .content-product-wrapper {padding: 40px 0px 110px;}
.woocommerce-page .woocommerce-additional-fields .form-row textarea {line-height: 20px;}
.woocommerce ul.product_list_widget li.mini_cart_item img {background: none!important;}
.woocommerce table.cart img, .woocommerce-page #content table.cart img, .woocommerce-page table.cart img {border-radius: 0px;}

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


/*--------------------------------------------------------------
## Polylang
--------------------------------------------------------------*/
.elementor-widget-wp-widget-polylang ul {
  list-style: none;
  margin: 0 -7px;
  padding: 0;
}
.elementor-widget-wp-widget-polylang .lang-item {
  display: inline-block;
  margin: 0 7px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}

#lang_choice_wp-widget-polylang {
  border: none;
  background: transparent;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  padding: 2px 10px 2px 0;
}
#lang_choice_wp-widget-polylang option {
  color: #1b1d21;
  outline: none;
  padding: 10px;
}

.bg-dark #lang_choice_wp-widget-polylang,
.bg-dark .lang-item a {
  color: #fff;
}

/*--------------------------------------------------------------
## Menu Mobie
--------------------------------------------------------------*/
.header-mobile {
  display: none;
}

.header-mobile .is-stuck {
  background-color: #fff;
}
.octf-menu-mobile{
  position: relative;
}
.mmenu-toggle{
  cursor: pointer;
  width: 26px;
  height: 20px;
}
.mmenu-toggle button {
  background: none;
  border: none;
  outline: none;
  padding: 0;
  color: #1b1d21;
}
.mmenu-toggle button i:before {
  font-size: 21px;
}

.mmenu-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  height: 100vh;
  background: #fff;
  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: #1b1d21;
  font-size: 18px;
}
.mmenu-wrapper .mobile_mainmenu {
  margin: 0;
  padding: 0;
  font-weight: 600;
}
.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: 10px 30px 10px 0;
  display: block;
  font-size: 14px;
  color: #1b1d21;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow {
  color: #fff;
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 34px;
  height: auto;
  padding: 7px 12px 7px 0;
  line-height: inherit;
  text-align: right;
  box-sizing: border-box;
}
.mmenu-wrapper .mobile_mainmenu > li.menu-item-has-children .arrow i {
  color: #9397a7;
  display: inline-block;
  line-height: 7px;
  -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: 7px;
  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 {
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.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: 1230px) {
  .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;
  }
}


.mmenu-wrapper .mobile_mainmenu li.hide-desktop.btn a {
    background-color: #007bbb;
    text-align: center;
    color: #fff;
    padding: 10px 0px;
    text-transform: uppercase;
    margin-top: 30px;
     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 .mobile_mainmenu li.hide-desktop.btn a:hover {
    background-color: #52c3f1;
}


/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 10px;
  cursor: pointer;
}
.panel-btn svg {
  width: 21px;
}

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

.side-panel {
  width: 400px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  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 {
  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: 30px;
  top: 30px;
  color: #1b1d21;
  font-size: 20px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  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: #f5f5f5;
  text-align: center;
}
.side-panel .side-panel-close i:before{
  font-size: 16px;
}
.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}
.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.side-panel.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

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

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-menu ul {
  list-style: none;
  text-align: center;
  margin-bottom: 0;
  padding-left: 0;
}
.footer-menu ul li {
  display: inline-block;
  margin: 0px 29px;
}
.footer-menu ul li a {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.footer-menu ul li a:visited {
  color: #fff;
}
.footer-menu ul li a:hover {
  color: #43baff;
}

/* Subscribe Email */
.mc4wp-form-fields .subscribe-inner-form {
  position: relative;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email] {
  height: 46px;
  width: 100%;
  background: #37325a;
  color: #fff;
  padding-right: 66px;
}
.mc4wp-form-fields .subscribe-inner-form input[type=email]::placeholder {
  color: #fff;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon {
  background: transparent;
  border: none;
  outline: none;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
  height: 100%;
  line-height: 44px;
  text-align: center;
  background: #43baff;
  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;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon i:before {
  font-size: 16px;
}
.mc4wp-form-fields .subscribe-inner-form .subscribe-btn-icon:hover {
  background: #fff;
  color: #43baff;
}

/* Back To Top*/
#back-to-top {
  background: #fff;
  color: #43baff;
  border: 0 none;
  border-radius: 2px;
  cursor: pointer;
  width: 42px;
  height: 45px;
  line-height: 45px;
  opacity: 0;
  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.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: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -webkit-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
  -moz-box-shadow: 6px 6px 13px 0px rgba(42, 67, 113, 0.2);
}
#back-to-top.show {
  opacity: 1;
  bottom: 40px;
}
#back-to-top i:after, #back-to-top i:before {
  font-size: 17px;
}
#back-to-top:hover {
  bottom: 45px;
}

/*--------------------------------------------------------------
## 404
--------------------------------------------------------------*/
.error-404 {
  padding: 60px 0;
}
.error-404 h2 {
  font-size: 250px;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
}
.error-404 .content-404 {
  max-width: 480px;
  margin: auto;
}
.error-404 .content-404 p {
  font-size: 18px;
  margin-bottom: 40px;
}
.error-404 .content-404 form {
  margin: 0 30px 20px;
}

@media (max-width: 767px) {
  .error-404 h1 {
    font-size: 36px;
    display: block;
  }
}
/*--------------------------------------------------------------
# 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;
  }
}

/*Grid Lines*/
.grid-lines {
  position: absolute;
  max-width: 1610px;
  width: 100%;
  height: 100%;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 0;
  pointer-events: none;
  user-select: none;
}
.grid-lines .g-line {
  height: 100%;
  display: block;
  width: 1px;
  background-color: rgba(100, 122, 251, 0.1);
  left: 0;
  top: 0;
  position: absolute;
}
.grid-lines .g-dot {
  position: absolute;
  top: 30%;
  left: -2px;
  background-color: #ffdfac;
  height: 23px;
  width: 5px;
  border-radius: 3px;
}
.grid-lines .line-cleft {
  left: 25%;
}
.grid-lines .line-cleft .g-dot {
  top: 45%;
  background-color: #67FBAE;
}
.grid-lines .line-center {
  left: 50%;
}
.grid-lines .line-center .g-dot {
  top: 45%;
  background-color: transparent;
}
.grid-lines .line-cright {
  left: 75%;
}
.grid-lines .line-cright .g-dot {
  top: 45%;
  background-color: #ffdfac;
}
.grid-lines .line-right {
  left: 100%;
}
.grid-lines .line-right .g-dot {
  top: 45%;
  background-color: #656ae5;
}

@media (max-width: 767px) {
  .grid-lines {
    display: none;
  }
}




/**************************************************/
/************** GROUP_DESIGN_START ****************/
/**************************************************/
.container{ max-width:1200px;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:50px 0px 50px;background-color: #F8F8F8;min-height: 800px;}
.comparatif-block-in-cmp{ margin:0px; padding:0px 18px;}
.comparatif-title-cmp{ margin:0px; padding:0px 0px 34px;display: none;}
.comparatif-title-cmp h2{ font-size:28px; line-height:34px; color:#000; font-weight:600; margin:0px; padding:0px;}
.comparatif-table-main-cmp{ margin:0px; padding:0px 44px;}
.comparatif-table-in-cmp{ margin:0px; padding:0px;}
.comparatif-head-block-cmp{ margin:0px; padding:0px 0px 40px; font-size:0px;}
.comparatif-head-col1-cmp{ display:inline-block; vertical-align:top; width:272px; margin:0px; padding:0px 0px 40px;}
.comparatif-box-switch-cmp{ margin:0px; padding:0px 9px; font-size:0px;}
.comparatif-box-switch-cmp .custom-radio{ display:inline-block; vertical-align:top; margin:0px 7px 0px 0px;}
.comparatif-box-switch-cmp .custom-radio:last-child{ margin-right:0px;}
.comparatif-box-switch-cmp .custom-control-input{ position:absolute; left:0; z-index:-1; width:1rem; height:1.25rem; opacity:0;}
.comparatif-box-switch-cmp .custom-control-label{ display:table; width:102px; height:48px; padding:0px 6px 0px; margin:0px; text-align:center; position:relative; }
.comparatif-box-switch-cmp .custom-control-label p{ display:table-cell; vertical-align:middle; font-size:12px; line-height:15px; color:rgba(0,0,0,0.2); font-family: 'Roboto', sans-serif; margin:0px; padding:0px; position:relative; z-index:2;}
.comparatif-box-switch-cmp .custom-control-label:before{ content:""; position:absolute; background: #E9E9E9; left:0px; top:0px; width:100%; height:100%; border:0px; border-radius:0px; z-index:1;}
.comparatif-box-switch-cmp .custom-control-label:after{ display:none;}
.comparatif-box-switch-cmp .custom-control-input:checked ~ .custom-control-label::before{ background:#D0CECE; box-shadow:0px 4px 15px rgba(0, 0, 0, 0.15); border:0px;}
.comparatif-box-switch-cmp .custom-control-input:checked ~ .custom-control-label p{ color:#000;}
.comparatif-box-switch-cmp .custom-control-input:not(:disabled):active~.custom-control-label::before{ background: #E9E9E9;}
.comparatif-head-col2-cmp{ width:100%;}
.comparatif-head-col1-cmp:last-child{ margin-right:0px;}
.comparatif-box-menu-cmp{ margin:0px; padding:0px;}
.comparatif-box-menu-cmp .custom-select{ display:inline-block; width:100%; height:48px; padding:0px 30px 0px 17px; font-size:12px; font-family: 'Roboto', sans-serif; font-weight:400;  color:#000000; vertical-align:top; background: #E9E9E9 url(../engitech/images/select_box_icon_cmp.svg) no-repeat center right 19px; background-size:auto 7px; border: 0px; border-radius:0px; -webkit-appearance: none; -moz-appearance: none; appearance: none;}



.comparatif-Tdata-main-cmp{ margin:0px; padding:0px;overflow: auto;height: 80vh;}
.comparatif-Tdata-main-cmp thead tr{ position: sticky!important;top: 0;background-color: #f8f8f8;}
.comparatif-Tdata-in-cmp{ margin:0px; padding:0px; font-size:0px;}
.comparatif-Tdata-head1-cmp{ margin:0px; padding:0px; width:272px; display:inline-block; vertical-align:top;}
.comparatif-Tdata-head1-in-cmp{ margin:0px; padding:0px;}
.comparatif-Tdata-head1-cmp h3{ font-size:15px; line-height:19px; color:#000; font-weight:600; font-family: 'Roboto', sans-serif; margin:0px; padding:0px 10px 1px;}
.comparatif-Tdata-head1-cmp ul{ max-width:218px; margin:0px; padding:0px 0px 23px;}
.comparatif-Tdata-head1-cmp ul li{ list-style-type:none; border-bottom:solid 1px rgba(198, 198, 198, 0.3); font-size:12px; line-height:34px; color:#000; font-family: 'Roboto', sans-serif; font-weight:300; margin:0px; padding:0px 10px;}
.comparatif-Tdata-col1-cmp{ margin:0px 40px 0px 0px; padding:0px; width:220px; display:inline-block; vertical-align:top;}
.comparatif-Tdata-col1-cmp:last-child{ margin-right:0px;}
.comparatif-Tdata-col1-in-cmp{ margin:0px; padding:18px 0px 0px;}
.comparatif-Tdata-box1-cmp{ margin:0px 0px 40px; padding:0px; }
.comparatif-Tdata-box1-cmp h3{ display:none; font-size:15px; line-height:19px; color:#000; font-weight:600; font-family: 'Roboto', sans-serif; margin:0px; padding:0px 5px 10px;}
.comparatif-Tdata-box1-cmp ul{ margin:0px; padding:2px 5px 2px; background:#F4F4F4; box-shadow:inset 0px 1px 6px rgba(0, 0, 0, 0.15);}
.comparatif-Tdata-box1-cmp ul li{ list-style-type:none; border-bottom:solid 1px rgba(198, 198, 198, 0.3); font-size:12px; line-height:34px; color:#000; font-family: 'Roboto', sans-serif; font-weight:300; margin:0px; padding:0px 10px; text-align:center;}
.comparatif-Tdata-box1-cmp ul li:last-child{ border-bottom:0px;}

.comparatif-Tdata-disabled-cmp .comparatif-head-col1-cmp{ opacity:0.3; }
.comparatif-Tdata-disabled-cmp .comparatif-Tdata-box1-cmp ul{ background:rgba(244, 244, 244, 0.3); box-shadow:0px 0px 0px rgba(0,0,0,0);}
.comparatif-Tdata-disabled-cmp .comparatif-Tdata-box1-cmp ul li{ list-style-type:none; opacity:0;}
.comparatif-Tdata-box1-cmp:last-child{ margin-bottom:0px;}



/*--------------- COMPARATIF_END ---------------*/


@media(min-width:0px) and (max-width:575px){
.container{ max-width:100%;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:40px 0px 40px;}
.comparatif-title-cmp{ padding-bottom:25px;}
.comparatif-title-cmp h2{ font-size:24px; line-height:30px;}
.comparatif-table-main-cmp{ padding:0px 0px; overflow-x:auto;}
.comparatif-table-in-cmp{ width:1060px;}
/*--------------- COMPARATIF_END ---------------*/

}

@media(min-width:576px) and (max-width:767px){
.container{ max-width:100%;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:40px 0px 40px;}
.comparatif-title-cmp{ padding-bottom:25px;}
.comparatif-title-cmp h2{ font-size:24px; line-height:30px;}
.comparatif-table-main-cmp{ padding:0px 0px; overflow-x:auto;}
.comparatif-table-in-cmp{ width:1060px;}
/*--------------- COMPARATIF_END ---------------*/

}

@media(min-width:768px) and (max-width:991px){
.container{ max-width:750px;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:40px 0px 40px;}
.comparatif-title-cmp{ padding-bottom:25px;}
.comparatif-title-cmp h2{ font-size:24px; line-height:30px;}
.comparatif-table-main-cmp{ padding:0px 0px; overflow-x:auto;}
.comparatif-table-in-cmp{ width:1060px;}
/*--------------- COMPARATIF_END ---------------*/

}

@media(min-width:992px) and (max-width:1196px){
.container{ max-width:970px;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:50px 0px 70px;}
.comparatif-table-main-cmp{ padding:0px 0px;}
.comparatif-Tdata-col1-cmp{ width:202px; margin-right:20px;}
/*--------------- COMPARATIF_END ---------------*/

}
@media(min-width:0px) and (max-width:575px){

/**************************************************/
/************** GROUP_DESIGN_START ****************/
/**************************************************/
.container{ max-width:100%;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:40px 0px 40px;}
.comparatif-title-cmp{ padding-bottom:25px;}
.comparatif-title-cmp h2{ font-size:24px; line-height:30px;}
.comparatif-table-main-cmp{ padding:0px 0px; overflow-x:auto;}
.comparatif-table-in-cmp{ width:1060px;}
/*--------------- COMPARATIF_END E9E9E9 ---------------*/

/**************************************************/
/*************** GROUP_DESIGN_END *****************/
/**************************************************/

}

@media(min-width:576px) and (max-width:767px){

/**************************************************/
/************** GROUP_DESIGN_START ****************/
/**************************************************/
.container{ max-width:100%;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:40px 0px 40px;}
.comparatif-title-cmp{ padding-bottom:25px;}
.comparatif-title-cmp h2{ font-size:24px; line-height:30px;}
.comparatif-table-main-cmp{ padding:0px 0px; overflow-x:auto;}
.comparatif-table-in-cmp{ width:1060px;}
/*--------------- COMPARATIF_END E9E9E9 ---------------*/

/**************************************************/
/*************** GROUP_DESIGN_END *****************/
/**************************************************/

}

@media(min-width:768px) and (max-width:991px){

/**************************************************/
/************** GROUP_DESIGN_START ****************/
/**************************************************/
.container{ max-width:750px;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:40px 0px 40px;}
.comparatif-title-cmp{ padding-bottom:25px;}
.comparatif-title-cmp h2{ font-size:24px; line-height:30px;}
.comparatif-table-main-cmp{ padding:0px 0px; overflow-x:auto;}
.comparatif-table-in-cmp{ width:1060px;}
/*--------------- COMPARATIF_END E9E9E9 ---------------*/

/**************************************************/
/*************** GROUP_DESIGN_END *****************/
/**************************************************/

}

@media(min-width:992px) and (max-width:1196px){

/**************************************************/
/************** GROUP_DESIGN_START ****************/
/**************************************************/
.container{ max-width:970px;}

/*--------------- COMPARATIF_START ---------------*/
.comparatif-block-main-cmp{ margin:0px; padding:50px 0px 70px;}

.comparatif-table-main-cmp{ padding:0px 0px;}

/*--------------- COMPARATIF_END E9E9E9 ---------------*/

/**************************************************/
/*************** GROUP_DESIGN_END *****************/
/**************************************************/

}


@media(min-width:992px) and (max-width:8000px){
}

/* General / Header
------------------------------------------------------- */

.home .entry-content {padding: 0px;}
.no-margin h6, .no-margin h5, .no-margin h4, .no-margin h3, .no-margin h2, .no-margin p{margin: 0px!important;}
.elementor-section.no-margin-left .elementor-container{margin-left: 0px;}
.elementor-section.no-margin-right .elementor-container{margin-right: 0px;}
.no-click a.octf-btn:hover {cursor: not-allowed;}
.header-desktop, .header-mobile {position: fixed;width: 100%;background-color: #fff;}
.site-content{margin-top: 110px;}
.hide-desktop {display: none!important;}
.site-header .elementor-widget-bdt-search .bdt-search .bdt-search-input {height: 35px;}
.theme-engitech .elementor-widget-bdt-search .bdt-search-result {box-shadow: 0 10px 10px rgb(0 0 0 / 10%);width: 500px;right: 0;top: 46px;max-height: 500px;overflow-y: scroll;}
header .elementor-icon-wrapper {display: flex;}

select, option {font: -moz-pull-down-menu;font-size: 16px;}

.min-350 .elementor-widget-container .serv-box-2 {min-height: 350px!important;}
.min-300 .elementor-widget-container .serv-box-2 {min-height: 300px!important;}

@media only screen and (max-width: 1230px) {

.site-content{margin-top: 80px;}
.hide-desktop {display: block!important;}
.octf-btn-cta .h-search-form-field {top: -webkit-calc(100% + 5px);top: expression(100% + 5px);top: -moz-calc(100% + 5px);top: -o-calc(100% + 5px);top: calc(100% + 5px);right: -90px;}

}

.site-content .bdt-post-grid .bdt-post-grid-item .bdt-post-grid-category a {background: #007BBB;}
.zwcad.menu-item:hover a, .zwcad.menu-item.active a, .zwcad.menu-item.current-menu-item a {color: #52C3F1!important;opacity: 1;}
.zw3d.menu-item:hover a, .zw3d.menu-item.active a, .zw3d.menu-item.current-menu-item a{ color: #007BBB!important;opacity: 1;}
.archline.menu-item:hover a, .archline.menu-item.active a, .archline.menu-item.current-menu-item a {color: #003B67!important;opacity: 1;}
.zwcad.menu-item:before {background: #52C3F1!important;}
.zw3d.menu-item:before {background: #007BBB!important;}
.archline.menu-item:before {background: #003B67!important;}
.archline.menu-item.active:before, .zwcad.menu-item.active:before, .zw3d.menu-item.active:before {left: 0;right: auto;width: 100%;}
.archline.menu-item.active a, .zwcad.menu-item.active a, .zw3d.menu-item.active a, .zw3d.menu-item.current-menu-item a, .zwcad.menu-item.current-menu-item a, .archline.menu-item.current-menu-item a{font-weight: 900;}
.menu-logiciel a {opacity: 0.5;}
.menu-logiciel a:hover, .menu-logiciel .active a {opacity: 1;}
.menu-logiciel .main-navigation ul > li.menu-item-has-children > a {padding-right: 0px;}
.menu-logiciel .main-navigation ul > li.menu-item-has-children > a:after {content: none;}
.menu-logiciel .main-navigation ul li li a {opacity: 1;}
.menu-logiciel .main-navigation ul li ul.sub-menu {min-width: 100%;padding: 0px;background-color: #333;font-size: 12px;width: 180px;margin-top: 7px;}
.menu-logiciel .main-navigation ul li ul.sub-menu li {padding: 10px;}
.menu-logiciel .main-navigation ul li ul.sub-menu:before {
    content: " ";
    position: absolute;
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #333;
    top:-7px;
    left: 60px;
}
.menu-logiciel.favicon .main-navigation > ul > li {background-size: 30px;background-repeat: no-repeat;background-position: 0% 50%;padding-left: 40px;}
.menu-logiciel.favicon .main-navigation > ul > li.zwcad {background-image: url('images/icon-zwcad.png');}
.menu-logiciel.favicon .main-navigation > ul > li.zw3d {background-image: url('images/icon-zw3d.png');}
.menu-logiciel.favicon .main-navigation > ul > li.archline {background-image: url('images/icon-archline.png');}



.menu-logiciel .main-navigation ul li ul.sub-menu a {
    color: #fff!important;
    font-size: 14px;
    font-weight: 400;
    text-transform: inherit;
    white-space: initial;
    line-height: 20px;
    padding: 0px;
    text-align: center;
}

.header-mobile .menu-logiciel .main-navigation ul li ul.sub-menu {display: none;}
.entry-content {padding: 60px 0 110px;}
.slide-home .bdt-slideshow-items,.slide-home .bdt-slideshow-items li {min-height:500px!important;}
.page-title, .page-header, .page-header .breadcrumbs li a, .page-header .breadcrumbs li:before {color: #003b67!important;}
.page-header .container {padding-left:30px;padding-right:30px;}
.page-header .breadcrumbs li {color: #000;}
.page-header .breadcrumbs li:before {content: "//";font-size:15px;}
.bdt-flex-inline.bdt-gallery-item-link-wrapper {margin-top: 0px!important;}
.page-header {min-height: 100%!important;padding-top: 50px;padding-bottom: 60px;}

/* Feature
------------------------------------------------------- */

.features .bdt-transition-toggle .bdt-position-cover.bdt-overlay.bdt-overlay-default.bdt-transition-fade {justify-content: center;-webkit-transition: all .3s ease-in;-moz-transition: all .3s ease-in;transition: all .3s ease-in;opacity: 0}
.features .bdt-transition-toggle:hover .bdt-position-cover.bdt-overlay.bdt-overlay-default.bdt-transition-fade {opacity: 1;}
.features .bdt-post-gallery .bdt-gallery-item .bdt-gallery-item-title {text-transform: initial;}
.bdt-gallery-item a.title {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0px;
    background-color: var( --e-global-color-primary );
    padding: 20px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.features .bdt-post-gallery-excerpt p {
    margin-bottom: 0px;
}
.features .bdt-post-gallery .bdt-gallery-item .bdt-gallery-content-inner>*:not(:first-child) {
    margin-top: 0px;
}

.features .bdt-post-gallery .bdt-gallery-item-link.bdt-link-icon {
    padding: 10px;
    margin-top: 10px;
}

.features .bdt-post-gallery-excerpt p {
    font-size: 14px;
    line-height: 22px;
}

.features .bdt-icon.flaticon-play:before {
    width: 25px;
    height: 25px;
    display: block;
    padding: 5px;
    line-height: 15px;
}

.features .bdt-overlay {
    padding: 20px;
}

.bdt-lightbox.bdt-open {
    background-color: rgba(0, 0, 0, 0.8)!important;
}

.bdt-lightbox-items iframe.bdt-responsive-width {
    max-width: 900px!important;
    max-height: 460px!important;
}


.bdt-lightbox .bdt-lightbox-button, .bdt-lightbox-toolbar {
    color: #fff;
    background: #000;
}

.bdt-lightbox-caption {
    padding-top: 25px;
}

.bdt-lightbox-toolbar > * {
    color: #fff;
}

.ot-button a.btn-details:after {
    content: "\f10a";
    font-family: Flaticon;
    transform: translate(5px, 2px);
    position: absolute;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.ot-button a.btn-details:hover:after {transform: translate(10px, 2px)
}

.page-header.flex-middle .container .inner {
    text-align: center;
}

.menu-overflow {
    overflow-x: scroll;
    overflow-y:hidden;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none;  /* Internet Explorer 10+ */
}

.menu-overflow::-webkit-scrollbar { /* WebKit */
    width: 0;
    height: 0;
}

@media only screen and (max-width: 40em) {
    .elementor-section .bdt-table.bdt-table-default-responsive table th {
        padding: 0.65em !important;
    }
}

.page-header .page-title {
    padding: 10px 0px 10px 0;
}

.main-navigation > ul li:first-child {
    margin-left: 0px;
}

.site-footer .ot-icon-list-wrapper .ot-icon-list-item a:hover {
    color: #003B67!important;
}

.site-footer .ot-icon-list-wrapper .ot-icon-list-item .title-link:hover {
    background-size: 0px;
}

/* Woocommerce
------------------------------------------------------- */

.woocommerce ul.products li.product .added_to_cart, .woocommerce-page ul.products li.product .added_to_cart, .woocommerce-mini-cart__buttons a.button.wc-forward, .woocommerce .widget_price_filter .price_slider_amount button.button, .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover, .woocommerce button.button, .woocommerce div.product .woocommerce-tabs ul.tabs li a:hover, .woocommerce div.product .woocommerce-tabs ul.tabs li.active a {color: #fff;border: none;text-align: center;}
.site-header-cart a.button {width: 100%;text-align: center;}
.woocommerce-checkout #order_review_heading {margin-top: 0px;}
.woocommerce-checkout .woocommerce-additional-fields h3 {margin-top: 30px;}
.woocommerce form .form-row.woocommerce-invalid.validate-postcode label {color: inherit;}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder {border: 0px;}
.woocommerce ul.products li.product .product-media, .woocommerce-page ul.products li.product .product-media, .single-product .woocommerce-product-gallery__image, .single-product div.product div.images .flex-control-thumbs li img {background: #fff!important;}
.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {float: right;width: 48%;}
.woocommerce [data-wvstooltip]:before {min-width: 225px;}
@media screen and (max-width: 640px) {
.woocommerce-cart.woocommerce-page .cart-collaterals .cart_totals {float: right;width: 100%;}
}

.woocommerce #respond input#submit.loading::after, .woocommerce a.button.loading::after, .woocommerce button.button.loading::after, .woocommerce input.button.loading::after {
    top: auto;
    right: 10px;
}

.woocommerce form #nl_checkbox_field::after, .woocommerce form #nl_checkbox_field::before, .woocommerce-page form #nl_checkbox_field::after, .woocommerce-page form #nl_checkbox_field::before {
    display: none;
}

.woocommerce-checkout.woocommerce-page .product-name > .variation, .woocommerce-cart.woocommerce-page .product-name > .variation {color: #6d6d6d;padding-left: 1em;border-left: 2px solid rgba(0,0,0,.1);}
header ul.cart_list, header ul.product_list_widget {max-height: 460px;overflow-y: scroll;}
.elementor-widget-bdt-search .bdt-search-result .bdt-search-more {cursor: pointer;}
.woocommerce a.added_to_cart {display: none;}
.mini_cart_item del {opacity: 0.5;}

.shop-sidebar .widget_shopping_cart_content a.button.wc-forward {display: none;}
.shop-sidebar .widget_shopping_cart_content a.button.checkout.wc-forward {display: block;background-color: #52c3f1!important;border: #52c3f1!important;}

.shop-sidebar .widget_shopping_cart_content a.button.checkout.wc-forward:hover {background-color: #007bbb!important;border: #007bbb!important;}

p#billing_city_field, p#shipping_city_field, p#shipping_postcode_field, p#billing_phone_field, p#shipping_phone_field{width: 47%;float: left; clear: inherit;}

p#billing_phone_field {clear: both;}


p#billing_postcode_field,  p#shipping_postcode_field,  p#billing_state_field, p#shipping_state_field, p#billing_email_field, p#shipping_email_field{width: 47%;float: right;    clear:inherit;}

.coupon-form { display: flex; justify-content: space-between;}
@media screen and (max-width: 565px) {.coupon-form { display: block;}}
.coupon-form #coupon_code { border: 1px solid #d3ced2; min-width: 250px;}
.coupon-form p.text-code { margin-right: 15px;padding: 10px;margin-bottom: 0px; }
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {float: none;width: 100%;}


.archive .products-listing .woocommerce.columns-3 { max-width: 840px;margin: auto;}

/* News
------------------------------------------------------- */



.bdt-post-grid-skin-harold .bdt-post-grid-meta.bdt-subnav.bdt-flex-middle {
    position: absolute;
    top: 20px;
    right: 20px;
    background: #007BBB;
    padding: 0px;
}

.post-box .entry-title a {
    display: inline-block;
    color: var( --e-global-color-primary );
    font-size: 1.8rem;
    line-height: 1.5em;
}

.single-post .bdt-post-grid-skin-harold .bdt-post-grid-meta.bdt-subnav.bdt-flex-middle, .archive .bdt-post-grid-skin-harold .bdt-post-grid-meta.bdt-subnav.bdt-flex-middle {
    right: 35px;
}

.archive #content .site-main.blog{  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
    }

.archive #content .site-main.blog .col-lg-6{  display: flex;
margin-bottom: 30px;
    }

.archive #content .site-main.blog .col-lg-6 .post-box {
    box-shadow: 0 2px 8px rgb(0 0 0 / 8%);
    height: 100%;
}

.bdt-post-grid.bdt-post-grid-skin-harold .bdt-secondary .bdt-post-grid-meta {
    display: flex!important;
}

.bdt-post-grid-skin-harold span.bdt-post-grid-date {
    padding: 10px 10px 12px 10px;
    display: block;
}

.bdt-post-grid-skin-harold span.bdt-post-grid-date div{
    color: #fff!important;
    text-align: center;
}

.bdt-post-grid-skin-harold span.bdt-post-grid-date .day{
    font-size: 25px;
    display: block;
    line-height: 15px;
    letter-spacing: 1px;
}

.bdt-post-grid-skin-harold span.bdt-post-grid-date .month{
    line-height: 30px;
    font-size: 16px;
    letter-spacing: 1px;
}

.bdt-post-grid-skin-harold span.bdt-post-grid-date .year{
    font-size: 15px;
    line-height: 10px;
}

.bdt-post-grid-skin-harold .bdt-post-grid-category.bdt-position-small.bdt-position-top-right {
    left: 0px;
    transform: translate(0%, -35px);
    top: auto;
    text-align: left;

}

.bdt-post-grid-skin-harold .bdt-post-grid-excerpt p {
   display: inline;
}

.bdt-post-grid-skin-harold.bdt-post-grid .bdt-post-grid-item .bdt-post-grid-desc {
    text-align: left;
    padding-bottom: 50px!important;
}

.bdt-post-grid-skin-harold.bdt-post-grid .bdt-post-grid-item {
    overflow:visible;
}

.bdt-post-grid .bdt-post-grid-item .bdt-post-grid-category a {
    line-height: 15px;
}

.bdt-post-grid-excerpt p, .bdt-post-gallery-excerpt p {
    font-size: 16px;
}

.bdt-post-gallery .bdt-gallery-item .bdt-post-gallery-inner {
    border-radius: 0px;
}

.blog-post .entry-footer {
    margin-bottom: 30px;
    padding: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: 0px;
}

.bdt-post-grid-excerpt p, .elementor-widget-sidebar p, .primary-sidebar p{
    margin-bottom: 0px;
}

.bdt-post-grid .bdt-post-grid-item .bdt-post-grid-tags {
position: absolute;
    bottom: 20px;
    right: 20px;
}

.elementor-widget-container .bdt-tags-cloud.skin-default .bdt-tags-list li a {
    text-shadow: none;
    color:#fff;
}

body .elementor-widget-container .bdt-tags-cloud.skin-default .bdt-tags-list li a:hover {
    color:#fff;
    transform: none!important;
        background: #007bbb!important;
}

.single-post h2 {
    font-size: inherit;
}

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

.single-post h2.elementor-heading-title.elementor-size-default {
    font-size: 25px;
    margin-top: 20px;
    line-height: 35px;
}

.single-post .entry-summary .elementor-widget-wrap, .single-post .entry-summary .elementor-container {
    padding-left: 0px!important;
    padding-right: 0px!important;
}

.single-post h3.elementor-heading-title.elementor-size-default {
    font-size: 23px;
    margin-top: 20px;
    line-height: 30px;
}


/* Formation
------------------------------------------------------- */

.formation span.elementor-button-text {
    text-align: left;
    color : var(--e-global-color-text);
    font-size: 18px;
    line-height: 27px;
}



.formation span.elementor-button-text:first-line {
    font-size: 26px;
    color : var(--e-global-color-primary);
}

.formation .bdt-modal-button:hover span.elementor-button-text:first-line {
    color : #1e73be;
}

.formation .bdt-button-icon-align-right {
    float: right;
    margin: 10px 0px;
}

.label li.ot-icon-list-item {
    text-align: center;
    line-height: 15px;
    background-color: var( --e-global-color-secondary );
    padding: 8px 20px;
    color: #fff;
    font-size: 14px;
    margin-top: 10px;
}

.bdt-sticky-fixed {
    z-index: 0;
}

.elementor-section.bdt-sticky.webtv-fixed {
   
    top: 48%!important;
}




/* FAQ
------------------------------------------------------- */

.faq .elementor-accordion .elementor-accordion-item {
    border-bottom: 1px solid #d4d4d4!important;
    padding: 10px 0px;
}

/* Float Button
------------------------------------------------------- */

.webtv-button a {
    padding: 12px;
    border-radius: 50px!important;
    font-size: 20px;
    width: 60px;
    cursor: pointer;
    height: 60px;
    background-color: #003B67;
}


.webtv-button .elementor-widget-container {
    max-height: 60px;
    max-width: 60px;
}


.webtv-button i.fas.fa-tv {
    width: 100%;
    height: 100%;
    font-size: 24px;
    line-height: 24px;
}

.buttonizer-label {
    text-align: center!important;
    padding-bottom: 7px!important;
}

.ep-pagination .bdt-pagination li:hover a, .ep-pagination .bdt-pagination li.bdt-active a {background: #007BBB;}
.ep-pagination .bdt-pagination li a {line-height: 16px;color: #007BBB}


/* Pré-requis
------------------------------------------------------- */


.pre-requis .bdt-table tr td:nth-child(1), .pre-requis .bdt-table tr td:nth-child(2) {
    border-right: 1px solid #63636330!important;
}

/* MAUTIC CSS + Footer
------------------------------------------------------- */
.mauticform-page-wrapper.mauticform-page-1 {display: flex;    max-width: 350px;}
.mauticform_wrapper { max-width: 600px; margin: 10px auto; }
.mauticform-innerform {}
.mauticform-post-success {}
.mauticform-name { font-weight: bold; font-size: 1.5em; margin-bottom: 3px; }
.mauticform-description { margin-top: 2px; margin-bottom: 10px; }
.mauticform-error { margin-bottom: 10px; color: red; background: #fff; padding-left: 10px;padding-right: 10px;max-width: 350px;}
.mauticform-message { margin-bottom: 10px;color: green; background-color: #fff;padding-left: 10px;padding-right: 10px;    max-width: 350px;}
.mauticform-row { display: block; margin-bottom: 20px; float: left;}
.mauticform-label { font-size: 1.1em; display: block; font-weight: bold; margin-bottom: 5px; }
.mauticform-row.mauticform-required .mauticform-label:after { color: #e32; content: " *"; display: inline; }
.mauticform-helpmessage { display: block; font-size: 0.9em; margin-bottom: 3px; }
.mauticform-errormsg { display: block; color: red; margin-top: 2px; background-color: #fff;padding-left: 10px;padding-right: 10px;}
.mauticform-selectbox, .mauticform-input, .mauticform-textarea {    width: 100%; }
.mauticform-button-wrapper .mauticform-button.btn-default, .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default { color: #5d6c7c;background-color: #ffffff;border-color: #dddddd;}
.mauticform-button-wrapper .mauticform-button{height: 100%;width: 100%;padding: 0px;background: #004D84; min-height: 49px;}

.mauticform-button-wrapper .mauticform-button:hover {background: #52C3F1;}
.mauticform-button-wrapper .mauticform-button.btn-default[disabled], .mauticform-pagebreak-wrapper .mauticform-pagebreak.btn-default[disabled] { background-color: #ffffff; border-color: #dddddd; opacity: 0.75; cursor: not-allowed; }
.mauticform-pagebreak-wrapper .mauticform-button-wrapper {  display: inline; }
div#mauticform_inscriptionnewsletter_email {width: 70%;}
div#mauticform_inscriptionnewsletter_submit {width: 30%;}

.footer div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title a{
    color: #003B67;
    font-size: 18px;
}

.footer div.elementor-widget-heading.elementor-widget-heading .elementor-heading-title a:hover{
    color: #fff;
}

.fixed-bottom {
    position: fixed!important;
    bottom: 0px;
    width: 100%;
}
.fixed-bottom .elementor-widget-wrap {
    padding: 5px!important;
}

/* Pricing
------------------------------------------------------- */
.ot-pricing-table .inner-table .price {
    padding-left: 0px;
    margin-bottom: 30px;
}

.ot-pricing-table .inner-table .price small {
    font-size: 60%;
}

.ot-pricing-table .inner-table > span {
    font-weight: 300;
    margin-bottom: 0px;
}

.feature-log .ot-pricing-table .inner-table {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.feature-log .ot-pricing-table .details {
    text-align: left;
	height:100%
}

.feature-log .ot-pricing-table .details li{
    line-height: 2.6em;
}

/* WP Forms
------------------------------------------------------- */
.page div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
    border: 1px solid #ccc;
    border-radius: 0px;
}

.page div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):hover, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error):focus, div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-selected label {
   border: 1px solid #fff!important;
    background: #007bbb!important;
    color: #fff;
    border-radius: 0px;
}

.page div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-label {
    margin-top: 0px;
    font-weight: 700;
}

.page div.wpforms-container-full .wpforms-form .choices .choices__inner {
    border-radius: 0px;
}

ul.wpforms-image-choices-modern {
    display: flex;
}

.page div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li {
    margin: 13px !important;
    width: 100%;
}

.page div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li:first-child {
    margin-left: 0px!important;
}

.page div.wpforms-container-full .wpforms-form .wpforms-list-inline ul.wpforms-image-choices-modern li:last-child {
    margin-right: 0px!important;
}

.page div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: right;
}

.page .wpforms-container ::-webkit-input-placeholder { /* Chrome and Safari */
    color: #aaa;
}

.page .wpforms-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #aaa;
    opacity: 1;
}

.page .wpforms-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #aaa;
    opacity: 1;
}

.page .wpforms-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

.page .wpforms-container ::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

.page .wpforms-container .wpforms-form .choices {margin-bottom: 0px;}

/* Shop
------------------------------------------------------- */

.archive .content-product-wrapper {
    padding: 40px 0px 90px;
} 

.layer-duration ul  {display: flex;justify-content: center;}
.wcpa_form_outer .wcpa_form_item .radio-inline {display: flex;margin-top: 10px;}
.wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio {width: 100%;}
.single-product table.variations tr {display: flex;flex-direction: column;}
.single-product table.variations th.label {padding: 0px;padding-top: 20px;}
.single-product.woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio label {width: 100%!important;margin: 0px; border-radius: 0px;box-shadow: none;border: 1px solid #e7e7e7;padding: 30px 20px;line-height: 15px;}
.wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio .wcpa_check {display: none}
body .woocommerce td.product-name dl.variation dt, .mini_cart_item .variation dt  {display: none!important;}
body .woocommerce td.product-name dl.variation dt.Licenceconcernenbsp, .mini_cart_item .variation dt.Licenceconcernenbsp {display: none!important;}
ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {border: 1px solid #c3e6cb;padding: 30px;background-color: #d4edda;}

.lmfwc-myaccount-license-key {font-size: 16px;color: #1c4d81;}
/*.woocommerce-checkout-review-order tr.fee {display: none;}*/
.woocommerce ul.product_list_widget li dl dd {display: block;float: none;}

div#wc_checkout_add_ons {padding: 20px;background: #52C3F1;margin: 20px 0px;color: #fff;border-radius: 5px;}
#wc_checkout_add_ons label.checkbox {font-weight: 700;}
#wc_checkout_add_ons span.woocommerce-Price-amount.amount {color: #fff!important;}
.single-product.woo-variation-swatches li.variable-item.button-variable-item.selected .variable-item-span, .single-product.woo-variation-swatches li.variable-item.button-variable-item:hover .variable-item-span {color: #fff;}

.single-product.woo-variation-swatches .variable-items-wrapper .button-variable-item span, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio label {font-weight: 600;text-transform: uppercase;font-size: 14px;color: #636363;}
.wcpa_form_outer .wcpa_form_item .wcpa_helptext {font-size: .9em;order: 1;}
.single-product.woo-variation-swatches .variable-items-wrapper {flex-wrap: nowrap;}

#single-product-menu nav#site-navigation {width: 100%;margin-bottom: 30px;}
#single-product-menu nav#site-navigation.main-navigation a {font-weight: 600;width: 100%;text-align: left;}
#single-product-menu ul {padding: 5px 10px;border: 1px solid #e7e7e7;width: 100%;border-radius: 5px;left: 0px;;transition: none;}
#single-product-menu ul li{width: 100%; padding-left: 0px;}
#single-product-menu nav#site-navigation.main-navigation .menu-item-object-product a {font-weight: 400;padding-left: 10px;}
#single-product-menu nav#site-navigation.main-navigation .menu-item-object-product_cat a {margin-top: 5px;pointer-events: none;cursor: default;}

#single-product-menu ul.sub-menu {display: none;opacity: 1;visibility: visible;top: 50px;transform: none;}

#single-product-menu nav#site-navigation.main-navigation .pleft a {padding-left: 10px;}

.wcpa_form_outer .wcpa_form_item .radio-inline, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio {margin-left: 0px;order: 2;}
.layer-duration.bapf_sfilter ul li label {
   
   border: 1px solid #e7e7e7;
    padding: 20px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #636363;
    min-width: 140px;
    text-align: center;
}

.wcpa_form_outer .wcpa_form_item {display: flex;flex-direction: column;}

@media only screen and (max-width: 680px) {
.wcpa_form_outer .wcpa_form_item .radio-inline, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio {margin-left: 0px;}
.layer-duration.bapf_sfilter ul li label {min-width: 100%;}
.menu-logiciel.favicon ul li {background-image: none!important;padding-left: 0px!important;}
}

.wcpa_price_summary li {border-top: 1px solid #e8e8e8;padding: 15px;color: #000;}
span.wcpa_price {color: #007bbb;}
li.wcpa_total .price_value {font-weight: bold;font-size: 18px;}

.woocommerce div.product form.cart .reset_variations {display: none!important;}
button.single_add_to_cart_button.button.alt.wcpa_even_binded.added { background-color: #43b637;}
button.single_add_to_cart_button.button.alt.wcpa_even_binded{padding: 16px 40px;}
button.button.added::after {position: absolute;}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {justify-content: flex-start;}

.wcpa_form_outer label {font-weight: 700;order: 2;}
.wcpa_form_outer .wcpa_form_item .wcpa_checkbox .wcpa_check, .wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect .wcpa_productGroup_option_img .wcpa_check {
    border: 2px solid #000;
    height: 20px;
    width: 20px;
    margin-bottom: -4px;
    margin-right: 12px;
    border-radius: 2px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check::before, .wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect input[type="checkbox"]:checked + label .wcpa_check::before {
    top: -2px;
    width: 8px;
    height: 16px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox label {
    margin-bottom: 5px;
}

.wcpa_form_outer .wcpa_form_item .wcpa_checkbox input[type="checkbox"]:checked + label .wcpa_check, .wcpa_form_outer .wcpa_form_item .wcpa_productGroup.wcpa_multiselect input[type="checkbox"]:checked + label .wcpa_check {
    border: 2px solid #007bbb;
    background: #007bbb;
}

.wcpa_paragraph_block.pre-order-txt span.oui {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: -3px;
}

.wcpa_paragraph_block.pre-order-txt span.oui:after {
    margin-left: 0px;
    height: 15px;
    width: 15px;
}

.wcpa_paragraph_block.pre-order-txt br {
    display: block;
    margin-bottom: 5px;
    display: block;
    content: "";
}

.wcpa_form_item.pre-order_parent {
    margin-bottom: 5px;
    border: 1px solid #e7e7e7;
    margin-bottom: -1px;
    padding: 20px;
    padding-bottom: 15px;
}
.wcpa_price_summary {background: #fff;}
.wcpa_price_summary li:last-of-type {border-bottom: 1px solid #e8e8e8;}

.wcpa_form_item.pre-order_parent label {display: none;}
.wcpa_form_item.pre-order_parent {margin-bottom: 0px;border: 1px solid #e7e7e7;padding: 20px;border-bottom: none; background: #f9f9f9}
.wcpa_form_item.pre-order-txt_parent {border: 1px solid #e7e7e7;border-top: none; padding: 20px;padding-top: 0px;background: #f9f9f9}
.wcpa_paragraph_block.pre-order-txt {padding-left: 30px;}

.layer-duration.bapf_sfilter ul li:first-of-type label, .woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:first-of-type, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio:first-of-type label  {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}

.layer-duration.bapf_sfilter ul li:last-of-type label, .woo-variation-swatches .variable-items-wrapper .variable-item.button-variable-item:last-of-type, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio:last-of-type label {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
}

.single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: none;
}


.layer-duration ul li input[type=checkbox] {
display: none!important;
}

.layer-duration ul li.checked input:after, .layer-duration ul li:hover input:after  {
    border-bottom: 2px solid #007bbb!important;
    border-right: 2px solid #007bbb!important;
}

.layer-duration ul li.checked input[type=checkbox], .layer-duration ul li:hover input[type=checkbox], .single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .single-product.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover, .wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio input[type=radio]:checked + label,.wcpa_form_outer .wcpa_form_item .radio-inline .wcpa_radio:hover label{
border: 1px solid #fff!important;
    background: #007bbb!important;
    color: #fff;
    }

.layer-duration ul li.checked input:after, .layer-duration ul li:hover input:after  {
    border-bottom: 2px solid #007bbb!important;
    border-right: 2px solid #007bbb!important;
}

.layer-duration ul li.checked label, .layer-duration ul li:hover label{
    border: 1px solid #fff;
        background: #007bbb;
    color: #fff;
}

.woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button{
    -webkit-transform: translateY(0px)!important;
    -ms-transform: translateY(0px)!important;
    transform: translateY(0px)!important;
}


li.product p {
    font-size: 16px;
    text-align: left;
}

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

.product .wrapper-flex {
    display: flex;
    align-items: center;
}

.woocommerce ul.products li.product .product-media, .woocommerce-page ul.products li.product .product-media {
    max-width: 35%;
}

.woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
    font-size: 20px;
    line-height: 28px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0px 10px;
    text-align: center;
    width: 65%;
    font-weight: 300;
}

.woocommerce ul.products li.product .price, .woocommerce-page ul.products li.product .price {
    margin: 30px 10px 10px 10px;
    font-size: 20px!important;
}

.woocommerce ul.products li.product .duration {
    color: #1a1b1e;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 13px;
    margin-bottom: 30px;
}

.woocommerce ul.products li.product.product-type-simple .duration {
display: none;
}

.term-zw3d .products.columns-4 {display: none!important;}
.term-zw3d .woocommerce.columns-4 .products.columns-4 {display: flex!important;}




.woocommerce.tax-product_cat  ul.products, .woocommerce-page.tax-product_cat  ul.products {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
    width: 100%;
}

.woocommerce.tax-product_cat  ul.products li, .woocommerce-page.tax-product_cat  ul.products li{
    margin: 10px;
}


.woocommerce ul.products li.product.type-product {
    border: 1px solid #e7e7e7;
    padding: 20px!important;
    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;
}

.woocommerce ul.products li .ot-button {
    text-align: left;
}

.woocommerce ul.products li.product.type-product:hover {
    box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 15px 15px 38px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 15px 15px 38px 0 rgba(0, 0, 0, 0.1);
}

.woocommerce ul.products li.product .add_to_cart_button, .woocommerce-page ul.products li.product .add_to_cart_button {
    text-align: center;
    padding: 16px 0px!important;
}

.single-product .product_meta {
    display: none;
}


.woocommerce ul.products li.product .price .woocommerce-Price-amount, .woocommerce-page ul.products li.product .price .woocommerce-Price-amount, .woocommerce .woocommerce-Price-amount, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce .woocommerce-price-suffix{
    color: #007BBB!important;background: transparent;
}

h1.product_title.entry-title {
    font-weight: 300;
    min-height: 130px;
}

h2.woocommerce-loop-product__title a span, h1.product_title.entry-title span{
    display: block;
    font-weight: 500;
}

.woocommerce div.product .entry-summary p.price {
margin-bottom: 0px;
}

.woocommerce div.product .entry-summary span.price {
    font-size: 20px;
}

.woocommerce form .form-row .required {
   cursor: inherit;
}

.single-product .product_cat-archline .summary.entry-summary .woocommerce-variation-price .price {
    display: block;
    margin-bottom: 20px;
}

.single-product #primary-sidebar.shop-sidebar .woocommerce-mini-cart__empty-message {
    margin-bottom: 30px;
}

@media (min-width: 1200px) {
    .single-product #primary.content-area {
        width: 60%;
    }

    .single-product #primary-sidebar.shop-sidebar .theiaStickySidebar {
        background-color: #f8f8f8;
        padding: 35px 40px 0px;
    }
    
      .single-product #primary-sidebar.shop-sidebar {
        width: 34%;
        margin-left: 40px;
    }
    
    
}

aside#primary-sidebar.shop-sidebar .theiaStickySidebar {
    background-color: #f8f8f8;
    padding: 35px 40px 0px;
}

aside#primary-sidebar.shop-sidebar .theiaStickySidebar h5 {
padding-top: 30px;
}

.wc-pao-addon-container.wc-pao-required-addon.wc-pao-addon {
    display: flex;
}

label.wc-pao-addon-name {
    margin-bottom: 0px;
    font-weight: 700;
    text-align: left;
    width: 20%;
    padding-left: 10px;
}

.wc-pao-addon-container .form-row {
    width: 60%;
}

.woocommerce dd p {
    font-size: 14px!important;
}

dl.variation dd {
    padding: 0px!important;
    margin: 0px!important;
}

.wc-pao-addon-field.wc-pao-addon-select {
    padding: 10px;
    width: 100%;
}

.wc-pao-addon {
    margin-top: 0px;
    margin-bottom: 15px;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: left;
    width: 15%;
    margin-right: 25px;
    margin-bottom: 0px;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none;
    width: 100%;
}

.woocommerce div.product form.cart .variations select {
    padding: 10px;
}

.woocommerce-mini-cart__buttons a.button.checkout {
    border-color: #007bbb!important;
    background-color: #007bbb!important;
    color: #fff!important;
}

.woocommerce-mini-cart__buttons a.button.checkout:hover {
    border-color: #52c3f1!important;
    background-color: #52c3f1!important;
}

.products-dropdown {
    margin-bottom: 40px;
}

select.products-select {
    padding: 20px;
    width: 100%;
    border: 1px solid #e7e7e7;
    background: #fff;
        border-radius: 0.5rem;
        font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    color: #636363;
}

div.product-addon-totals .wc-pao-subtotal-line {
    color: #007BBB;
}


.single-product .woocommerce-error {
    display: none;
}

/* Button
------------------------------------------------------- */

.big-icon .elementor-button-icon svg {
    width: auto;
    height: 2em;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    color: #003B67;
}

div.wpforms-container-full .wpforms-form button[type=submit], div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #52c3f1;
    border: none;
    color: #fff;
    font-size: 14px;
    padding: 14px 30px;
    text-transform: uppercase;
    font-weight: 700;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #007bbb;
    border: none;
}
/* Search
------------------------------------------------------- */
.header-mobile .flaticon-search:before {
content: "";
    width: 32px;
    height: 40px;
    background-size: cover;
    display: block;
    background-image: url(data:image/svg+xml,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M158.4929%2C147.3285l-40.8186-45.2949%2C8.5136-7.6725%2C.8577-.7731-.2405-1.1293-8.6289-40.5127-.2405-1.1295-1.0984-.3563-39.4004-12.7827-1.0983-.3563-.8578%2C.773-30.7695%2C27.73-.8577%2C.7729%2C.2405%2C1.1293%2C8.6289%2C40.5127%2C.2405%2C1.1294%2C1.0984%2C.3563%2C39.4004%2C12.7828%2C1.0983%2C.3563%2C.8578-.773%2C11.1129-10.0151%2C40.8184%2C45.2946%2C1.3389%2C1.4857%2C1.4857-1.3389%2C8.1719-7.3643%2C1.4857-1.3389-1.3389-1.4857ZM62.3985%2C100.8655l-6.4642-30.3487%2C23.0501-20.7728%2C29.5162%2C9.5759%2C6.4642%2C30.3487-23.0501%2C20.7728-29.5162-9.5759Z%22%2F%3E%3C%2Fsvg%3E);
    background-position: center;
}


.asl_w.asl_m .innericon svg {
display:none!important;
	}
.asl_w.asl_m .innericon:after, .bdt-icon.bdt-search-icon {
  content: "";
	width:30px;
	height:30px;
	background-size:cover;
	display:block;

	background-image:url('data:image/svg+xml,%3Csvg%20id%3D%22a%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22200%22%20height%3D%22200%22%20viewBox%3D%220%200%20200%20200%22%3E%3Cpath%20fill%3D%22%23636363%22%20d%3D%22M158.4929%2C147.3285l-40.8186-45.2949%2C8.5136-7.6725%2C.8577-.7731-.2405-1.1293-8.6289-40.5127-.2405-1.1295-1.0984-.3563-39.4004-12.7827-1.0983-.3563-.8578%2C.773-30.7695%2C27.73-.8577%2C.7729%2C.2405%2C1.1293%2C8.6289%2C40.5127%2C.2405%2C1.1294%2C1.0984%2C.3563%2C39.4004%2C12.7828%2C1.0983%2C.3563%2C.8578-.773%2C11.1129-10.0151%2C40.8184%2C45.2946%2C1.3389%2C1.4857%2C1.4857-1.3389%2C8.1719-7.3643%2C1.4857-1.3389-1.3389-1.4857ZM62.3985%2C100.8655l-6.4642-30.3487%2C23.0501-20.7728%2C29.5162%2C9.5759%2C6.4642%2C30.3487-23.0501%2C20.7728-29.5162-9.5759Z%22%2F%3E%3C%2Fsvg%3E');
}


body .asl_w.asl_m .probox .proinput input, body div.asl_w.asl_m .probox .proinput input {font-size: 14px!important;}
body .asl_w.asl_m .probox, body div.asl_w.asl_m .probox {padding: 4px!important;height: 28px!important;border: 2px solid #007bbb!important;}
body div.asl_w.asl_m .probox .promagnifier {width: 30px;margin-right: 2px;}
body div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {line-height: 18px!important;display: block;}
div.asl_m .probox .proloading {position: absolute;right: 10px;}
body div.asl_r p.showmore a {background-color: #007bbb;font-weight: 600;color: #fff;text-transform: uppercase;border: 0px;}
body div.asl_r p.showmore a:hover {background-color: #52C3F1;}
body div.asl_m {z-index: 9;}


/* Time Line
------------------------------------------------------- */
.timline:after {content: "";border: 1px solid #52C3F1;position: absolute;height: 100%;left: 50%;}
.timline:before {content: "";background: #52C3F1;height: 40px;width: 40px;position: absolute; left: calc(50% - 20px);}
.timline .elementor-column-wrap {display: none;}
@media (max-width: 770px) {
.timline:before {height: 15px;width: 15px;}
}
/* Table
------------------------------------------------------- */
span.oui:after {
    content: "";
    width: 20px;
    height: 20px;
    background-size: contain;
    display: block;
    background-image: url(include/img/oui.svg);
    background-repeat: no-repeat;
    margin-left: 12px;
}

span.non:after {
  content: "";
    width: 15px;
    height: 15px;
    background-size: contain;
    display: block;
    /*background-image: url(include/img/non.svg);*/
    background-repeat: no-repeat;
    margin-left: 12px;
}

table.tablepress.table-new tr td {
    vertical-align: middle;
    border-left: 0px;
    border-right: 0px;
}

table.tablepress.table-new  tbody td, table.tablepress.table-new  tfoot th {
    border-top: 1px solid #F8F8F8;
    background-color: #fff;
}


table.tablepress tfoot th, table.tablepress thead th {
    background-color: #007bbb;
    font-weight: 700;
    color: #fff;
    border-bottom: 0px;
}

.table-new thead {
	display:block;
}
.table-new tbody {
	display:block;
	height:550px;
	overflow-y:scroll;
}

.table-new thead tr th:nth-child(1), .table-new tbody tr td:nth-child(1)  {
    width: 600px;
	}

.table-new.col-3 thead tr th:nth-child(1), .table-new.col-3 tbody tr td:nth-child(1)  {
    width: 900px;
	}

.table-new.col-4 thead tr th:nth-child(1), .table-new.col-4 tbody tr td:nth-child(1)  {
    width: 800px;
	}

.table-new thead tr th, .table-new tbody tr td { /* column 2 */
		width:100px;
	}

table.table-new  {
    width: initial;
    margin: auto;
    overflow-x:scroll;
}



/*--- Modal Help ---*/
.bdt-modal-beb05ff.bdt-modal {
    bottom: 0px;
    top: auto;
}

.bdt-modal-beb05ff .bdt-modal-dialog {
    margin-right: 25px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 28%);
    background: url('images/Modal-ZW-France.jpg');
    background-size: cover;
}


.bdt-modal-beb05ff.bdt-modal .bdt-modal-body {background-color: rgba(255,255,255,0.6)!important;padding-top: 20px!important;}

.bdt-modal-beb05ff .bdt-modal-dialog .bdt-modal-body a {
background-color: #FF2900;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 3px;
    margin-top: 10px;
    font-weight: bold;
}



.bdt-modal-beb05ff .bdt-modal-dialog .bdt-modal-body p {
margin: 0px;
}


.bdt-modal-beb05ff.bdt-modal .bdt-modal-body strong {
    color: #000;
    margin-left: 10px;
    font-size: 17px;
    font-weight: 500;
}

.bdt-modal-beb05ff .bdt-modal-dialog .bdt-modal-body a:hover {
    background-color: #fff;
    color: #FF2900;
}

.bdt-modal-page {
    overflow-x: hidden;
}

.bdt-slideshow-title {
    font-weight: 800;
    line-height: 1.2;
}

.elementor-toggle h2.elementor-tab-title, .elementor-toggle h3.elementor-tab-title {
    line-height: 18px;
    font-size: 20px;
}

/*--- Link Obf ---*/
span.tag-cloud-link.ljoptimizer {
    background-color: rgb(63, 184, 253);
    color: #fff;
    padding: 0 20px !important;
    margin: 0 5px 5px 0;
    display: inline-block;
    transition: all .35s linear;
    -webkit-transition: all .35s linear;
    -moz-transition: all .35s linear;
    -o-transition: all .35s linear;
    -ms-transition: all .35s linear;
}

span.tag-cloud-link.ljoptimizer:hover {
   transform: scale(1.1) !important;
background: #007bbb !important;
}

.bdt-post-list .bdt-post-list-item .bdt-post-list-desc span.ljoptimizer {
    color: #000;
}

a.link-post-card {
    position: absolute !important;
    height: 100%;
    width: 100%;
    font-size: 0px;
}
