@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Red+Hat+Display:400,400i,500,500i,700,700i,900,900i&display=swap');
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  overflow-x: hidden;
}

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

/* 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.4em;
}

/* 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: "Nunito Sans", 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: "Montserrat", sans-serif;
  font-weight: 800;
  line-height: 1.333333;
  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: "Montserrat", 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: "Nunito Sans", 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;
}

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

.lead {
  font-size: 18px;
}

.clear-both {
  clear: both;
}

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

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

.font-second {
  font-family: "Montserrat", 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;
}

.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;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

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: 800;
  text-align: center;
  background: #43baff;
  cursor: pointer;
  border: 1px solid transparent;
  color: #fff;
  outline: none;
  position: relative;
  z-index: 3;
}
.octf-btn:visited {
  color: #fff;
}
.octf-btn:hover, .octf-btn:focus {
  background: #7141b1;
  color: #fff;
}

.octf-btn.octf-btn-light {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255,255,255,.5);
  padding: 17px 36px;
}
.octf-btn.octf-btn-light:visited {
  background: transparent;
  color: #fff;
}
.octf-btn.octf-btn-light:hover, .octf-btn.octf-btn-light:focus {
  color: #111;
  background: #fff;
  border: 1px solid #fff;
}


/* divider */
/* ------------------------------ */
.spacer-single {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-single-10 {
  width: 100%;
  height: 10px;
  display: block;
  clear: both;
}

.spacer-double {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.spacer-half {
  width: 100%;
  height: 15px;
  display: block;
  clear: both;
}

hr {
  display: block;
  clear: both;
  border-top: solid 1px #ddd;
  margin: 40px 0 40px 0;
}

.double-divider {
  border-top: 1px solid #dfe5e8;
  margin-top: 40px;
  display: block;
  margin-bottom: 45px;
}

@media (max-width: 767px) {
  .octf-btn:before {
    display: none;
  }
}
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: #7e7e7e;
  border: 1px solid #e6e6e6;
  border-radius: 23px;
  -webkit-border-radius: 23px;
  -moz-border-radius: 23px;
  padding: 9px 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: #7e7e7e;
}

select {
  border: 1px solid #e6e6e6;
}

textarea {
  width: 100%;
  padding: 15px 20px;
  vertical-align: top;
}

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #7e7e7e;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #7e7e7e;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #7e7e7e;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #7e7e7e;
}

/*--------------------------------------------------------------
# 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: #43baff;
  text-decoration: none;
}
a:visited {
  color: #43baff;
}
a:hover, a:focus, a:active {
  color: #fff;
  text-decoration: none;
}
a:focus {
  outline: 0;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Logo
--------------------------------------------------------------*/
#site-logo {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 0;
  padding-right: 0;
  min-width: 115px;
}
#site-logo img {
  width: 150px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.site-header {
  background: #fff;
  border-bottom: 1px solid rgba(20,29,56,.15);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;  
}
.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: 1;
  max-width: 100%;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

@media screen and (min-width: 1200px) {
  .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;
}

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

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

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

/* 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-family: 'Nunito Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  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 > ul > li:before {
    position: absolute;
    height: 3px;
    width: 0;
    bottom: -1px;
    right: 0;
    background: #43baff;
    content: "";
    display: block;
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .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 {
  float: none;
  margin: 0px 0px;
  padding: 0px 0px;
  background-color: #fff;
  -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);
  box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}

.main-navigation ul > li > a {
  display: inline-block;
  padding: 15px 0px 15px 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 {
  color: #43baff;
}

.main-navigation ul > li.menu-item-has-children > 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-family: "Red Hat Text", sans-serif;
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #1a1b1e;
  text-align: left;
  display: block;
  padding: 5px 0px 5px 0px;
  position: relative;
  text-decoration: none;
  outline: none;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main-navigation ul li li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -15px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #43baff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  visibility: hidden;
  opacity: 0;
}

.main-navigation ul li li a:hover:before,
.main-navigation ul ul li.current-menu-item > a:before,
.main-navigation 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: #00c3ff;
  padding-left: 15px;
}

.main-navigation ul > li.menu-item-has-children > a:after {
  position: absolute;
  width: 11px;
  height: 6px;
  right: 0px;
  top: 50%;
  margin-top: -5px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: rgba(85, 105, 135, 0.5);
  font-weight: 500;
}

.main-navigation ul > li li.menu-item-has-children > a:after {
  position: absolute;
  width: 6px;
  height: 11px;
  right: 15px;
  top: 50%;
  margin-top: -6px;
  font-family: "Flaticon";
  content: "";
  font-size: 11px;
  line-height: 1;
  color: rgba(85, 105, 135, 0.5);
  font-weight: 500;
}

.main-navigation ul li ul {
  width: 290px;
  white-space: nowrap;
  padding: 25px 0px;
  position: absolute;
  top: calc(100% + 10px);
  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;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  box-sizing: border-box;
}
.main-navigation ul li ul:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 100%;
  top: -8px;
  left: 0;
}

.main-navigation ul li ul ul {
  right: 100%;
  top: -25px;
  left: auto;
  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 Call To Action */
.octf-btn-cta {
  display: inline-flex;
  vertical-align: middle;
  position: relative;
}
.octf-btn-cta .octf-cta-icons i {
  background: #f0f6ff;
  color: #1a1b1e;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.octf-btn-cta .octf-cta-icons i:before, .octf-btn-cta .octf-cta-icons i:after {
  font-size: 17px;
  color: #1a1b1e;
  font-weight: 700;
}
.octf-btn-cta .octf-cta-icons i.flaticon-delete:before, .octf-btn-cta .octf-cta-icons i.flaticon-delete:after {
  font-size: 12px;
}
.octf-btn-cta .btn-cta-group {
  margin-left: 30px;
}

/* Sticky Header */
@-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 {
  -webkit-animation: stickySlideDown 0.65s cubic-bezier(0.23, 1, 0.32, 1) both;
  -moz-transition: 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;
}

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

@media screen and (min-width: 1200px) {
  .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-backdrop-filter: blur(20px) saturate(180%);
    backdrop-filter: blur(20px) saturate(180%);
  }
}
.is-stuck #site-logo {
  padding: 15px 0px 15px 0px;
}

.header-fullwidth .octf-area-wrap {
  padding-left: 35px;
  padding-right: 35px;
}

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

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

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

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

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

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

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

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
.service-box {
  overflow: hidden;
  position: relative;
  padding: 35px 35px 26px;
  background: #fff;
  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);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.service-box * {
  -webkit-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -ms-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.service-box .number-box {
  float: left;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  -webkit-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
  -moz-box-shadow: 8px 8px 20px 0px rgba(42, 67, 113, 0.3);
}
.service-box .content-box {
  padding-left: 75px;
}
.service-box .content-box h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.service-box .content-box p:last-child {
  margin-bottom: 0;
}
.service-box .big-number {
  position: absolute;
  right: 35px;
  bottom: -13px;
  font-size: 88px;
  font-weight: 900;
  font-family: "Red Hat Display", sans-serif;
  line-height: 1;
  color: rgba(165, 183, 210, 0.2);
  z-index: -1;
}
.service-box .overlay {
  background-color: #0039e4;
  background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
  background-image: linear-gradient(145deg, #0039e4, #04dbf1);
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  opacity: 0;
}
.service-box:hover {
  background: none;
}
.service-box:hover .overlay {
  opacity: 1;
}
.service-box:hover .number-box {
  background: #fff;
  color: #00c3ff;
}
.service-box:hover .content-box {
  color: #fff;
}
.service-box:hover .content-box h5 {
  color: #fff;
}
.service-box:hover .big-number {
  color: rgba(255, 255, 255, 0.2);
}

.service-box-s2 {
  overflow: hidden;
  position: relative;
  padding: 30px 30px 28px;
  background: #fff;
  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);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.service-box-s2 .number-box {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #00c3ff;
  font-family: "Red Hat Display", sans-serif;
  font-weight: bold;
  font-size: 20px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: rgba(0, 195, 255, 0.15);
}
.service-box-s2 .content-box {
  padding-left: 70px;
}
.service-box-s2 .content-box h5 {
  font-weight: 700;
  margin-bottom: 8px;
}
.service-box-s2 .content-box p:last-child {
  margin-bottom: 0;
}
.service-box-s2:hover {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

.active .service-box .overlay {
  opacity: 1;
}
.active .service-box .number-box {
  background: #fff;
  color: #00c3ff;
}
.active .service-box .content-box {
  color: #fff;
}
.active .service-box .content-box h5 {
  color: #fff;
}
.active .service-box .big-number {
  color: rgba(255, 255, 255, 0.2);
}
.active .service-box-s2 {
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
}

@media (max-width: 600px) {
  .service-box .number-box {
    float: none;
    margin-bottom: 30px;
  }

  .service-box .content-box {
    padding-left: 0;
  }
}
.icon-box {
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.icon-box.s1 .icon-main {
  float: left;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
}
.icon-box.s1 .icon-main img {
  max-width: 44px;
  margin-top: 0px;
}
.icon-box.s1 .content-box {
  padding-left: 74px;
}
.icon-box .content-box h5 {
  margin-bottom: 17px;
  font-weight: bold;
}
.icon-box .content-box h5 a {
  color: #1a1b1e;
}
.icon-box .content-box h5 a:hover {
  color: #fe4c1c;
}
.icon-box .content-box p:last-child {
  margin-bottom: 0;
}
.icon-box.s1 .content-box h5 {
  color: #fff;
  margin-bottom: 15px;
}
.icon-box.s3 {
  text-align: center;
  background: #fff;
  padding: 40px 41px 45px;
  min-height: 290px;
  margin-bottom: 30px;
  position: relative;
  -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);
box-shadow: 15px 15px 38px 0px rgba(0,0,0,0.1);
}
.icon-box.s3 .icon-main {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  display: inline-block;
  margin-bottom: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background-color: #00deff;
  background-image: -moz-linear-gradient(90deg, #00deff, #7141b1);
  background-image: -webkit-linear-gradient(90deg, #00deff, #7141b1);
  background-image: linear-gradient(90deg, #00deff, #7141b1);
}
.icon-box.s3 .icon-main img {
  max-width: 30px;
  margin-top: -5px;
}
.icon-box.s3 .content-box h5 {  
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 10px;
}

.video-popup a {
  position: relative;
  width: 60px;
  height: 60px;
  display: inline-block;
  background: #fff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  text-align: center;
  line-height: 62px;
  font-size: 19px;
  color: #fe4c1c;
}
.video-popup a i {
  margin-left: 8%;
}
.video-popup a:hover {
  background: #00c3ff;
  color: #fff;
}
.video-popup a:hover span {
  border-color: #00c3ff;
}
.video-popup a span {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.8);
  z-index: -1;
  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: 20px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 800;
  color: #1a1b1e;
  font-family: "Red Hat Display", 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;
  }
}
.elementor-section {
  z-index: 0;
}

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

.bg-shape:before, .bg-shape:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  z-index: -1;
  background-repeat: no-repeat;
}
.bg-shape:before {
  top: 0;
  left: 0;
}
.bg-shape:after {
  bottom: 0;
  left: 0;
}

.hover-up .elementor-social-icon:hover {
  -webkit-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  transform: translateY(-5px);
  opacity: 1;
}

/* 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 */

/* Background Image */
.landing-width {
  max-width: 1520px;
}
.section-head {
  background-color: #0e0a31;
  background-image: url('../images/bg-banner.png');  
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-top: 154px;
  padding-bottom: 0px;
}
.section-demos {
  position: relative;
  background-color: #f2f2f2;
  background-image: url('../images/bg-engitech-text.png');
  background-repeat: no-repeat;
  background-position: top center;
  padding-top: 85px;
}
.section-demos-bg {
  position: absolute;
  height: 50%;
  width: 100%;
}
.section-demos-bg-top{
  top: 250px;
  background-image: url('../images/bg-shome-top.png');
  background-repeat: no-repeat;
  background-position: top left;
}
.section-demos-bg-bottom{
  bottom: 0px;
  background-image: url('../images/bg-shome-bottom.png');
  background-repeat: no-repeat;
  background-position: bottom right;
}
.section-builder {
  padding-top: 120px;
}
.section-core-features {
  background-color: #f2f2f2;
  padding-top: 120px;
  padding-bottom: 170px;
}
.section-core-features .fwrap{
  display: flex;
  flex-wrap: wrap;
}
.section-blog {
  padding-top: 103px;
}
.section-shop {
  padding-bottom: 50px;
}
.section-plugins, .section-compatible {
  background: rgb(0,222,255);
  background: linear-gradient(90deg, rgba(0,222,255,1) 0%, rgba(113,65,177,1) 0%, rgba(0,222,255,1) 100%);
  width: 100%;
  padding-top: 86px;
  padding-bottom: 86px;
}
.section-plugins .swiper-wrapper {
  align-items: center;
}
.section-plugins .swiper-slide, .compatible-slide .swiper-slide {
  text-align: center;
}
.section-compatible {
  padding-top: 45px;
  padding-bottom: 42px;
}
.compatible-slide .compatible-text {
  font-weight: 800;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
  line-height: 36px;
  margin-top: 15px;
}
.compatible-slide .compatible-text span {display: block;}
.inner-page-slide {padding-bottom: 30px;}
.inner-page-slide .inner-image-slide {
  margin-bottom: 30px;
  -webkit-box-shadow: 15px 15px 38px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 15px 15px 38px 0px rgba(0,0,0,0.4);
  box-shadow: 15px 15px 38px 0px rgba(0,0,0,0.4);
}
.site-footer {  
  background: #30266f;
  background: url(../images/bg-footer.png) no-repeat top center, -webkit-linear-gradient(to right, #0e0a31, #30266f);  /* Chrome 10-25, Safari 5.1-6 */
  background: url(../images/bg-footer.png) no-repeat top center, linear-gradient(to right, #0e0a31, #30266f); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */    
  padding-top: 115px; 
  padding-bottom: 115px;
}
.pre-designed {
  background: rgb(0,222,255);
  background: url(../images/bg-inner-page.png) no-repeat top center, -webkit-linear-gradient(90deg, rgba(0,222,255,1) 0%, rgba(13,9,43,1) 0%, rgba(54,44,127,1) 100%);
  background: url(../images/bg-inner-page.png) no-repeat top center, linear-gradient(90deg, rgba(0,222,255,1) 0%, rgba(13,9,43,1) 0%, rgba(54,44,127,1) 100%);
  padding-top: 115px;
  padding-bottom: 40px;
}
.pre-designed .ot-heading {
  margin-bottom: 48px;
}
.pre-designed .ot-heading h2 {
  color: #fff;
}
.block-relative {position: relative;}
.section-headtext {
  position: absolute;
  color: #f2f2f2;
  font-size: 200px;
  font-weight: 800;
  line-height: 72px;
  font-family: 'Montserrat', sans-serif;
}
.section-headtext.demos-text {
  color: #ffffff;
  position: static;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-bottom: 30px;
}
.section-headtext.builder-text {
  right: 185px;
  top: 42px;
}
.section-headtext.devices-text {
  left: 45px;
  bottom: 265px;
}
.section-headtext.blog-text {
  right: 0px;
  top: 45px;
}
.section-headtext.shop-text {
    left: 7px;
    bottom: 92px;
}
.section-headtext.core-features-text {
  color: #fff;
  text-align: center;
  right: 0;
  width: 100%;
  bottom: -18px;
}

.big-title {
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 900;
  text-transform: uppercase;
}
.elite-box {
  margin-bottom: 20px;
  margin-top: 0px;
}
.elite-box .icon-main {
  margin-bottom: 15px;
}
.elite-box .content-box h5 {
  font-family: 'Red Hat Display', sans-serif;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.25px;
  color: #71be40;
  margin-bottom: 5px;
}
.elite-box .content-box h6 {
  font-family: 'Red Hat Display', sans-serif;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  letter-spacing: -0.25px;
  margin-bottom: 0px;
}
.id-color {
  color: #00c3ff;
}

.demo-box {
    position: relative;
    text-align: center;   
    margin-bottom: 60px;
    padding: 0px 20px;
}
.demo-box .demo-box-thumb {
    position: relative;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear; 
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
    -webkit-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
    -moz-box-shadow: 15px 15px 38px 0px rgba(0,0,0,.1);
    overflow: hidden;
    margin-bottom: 25px;
}
.demo-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255,255,255,0.8);
  width: 100%;
  height: 100%;
  z-index: 2;
  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;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
}
.demo-box:hover .demo-overlay {
  visibility: visible;
  opacity: 1;
}

.demo-box .demo-box-title {
  font-size: 22px;
  line-height: 32px;
  font-weight: bold;
  -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear; 
}
.demo-box .demo-box-title a {
  color: #1b1d21;
}
.demo-box .demo-box-title span {
  display: inline-block;
  margin-right: 3px;
  -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    -ms-transition: all .3s linear;
    transition: all .3s linear; 
}
.demo-box-title:hover a, 
.demo-box-title:hover span {
  color: #7141b1;
}
.img__box_half {
  position: relative;
}
.img_box-banner-main{
  position: relative;
  z-index: 1;
  display: inline-block;
  margin-bottom: -130px;
}
.img_box-banner-absolute {
  position: absolute;
  z-index: 3;
  display: inline-block;
}
.img_box-banner {
  position: relative;
  z-index: 2;
  display: inline-block;
}
.img_box-banner-1{
  top: -116px;
  left: -87px; 
  z-index: 1;
}
.img_box-banner-2{
  top: 168px;
  left: -290px;
}
.img_box-banner-3{
  top: 104px;
  right: -315px;
  z-index: 2;
}
.img_box-banner-4{
  top: -73px;
  right: -170px;
}
.img_box-banner-5{
  left: -128px;
  bottom: -72px;
}
.img_box-banner-phone{
  right: -125px;
  bottom: -85px;
}

.img_box-builder {
  margin-top: 0px;
  margin-left: -150px;
}
.img_box-devices {
  margin-top: -196px;
  margin-left: -105px;
  margin-right: -200px;
}
.img_box-blog {
  margin-left: -128px;
}
.img_box-shop {
  margin-top: -102px;
  margin-left: -10px;
  margin-right: -170px;
}
.box-content-builder {
  padding-top: 125px;
  padding-right: 200px;
  padding-left: 33px;
}
.box-content-devices {
  padding-top: 43px;
  padding-left: 33px;
  padding-right: 36px;
}
.box-content-blog {
  padding-top: 94px;
  padding-right: 100px;
  padding-left: 0px;
  position: relative;
  margin-left: -42px;
}
.box-content-shop {
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 55px;
}

.row-flex {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: nowrap;
  -webkit-box-align: center !important;
  -moz-box-align: center !important;
  -ms-flex-align: center !important;
  -webkit-align-items: center !important;
  align-items: center !important;
  justify-content: center;
}
.column-flex {
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;         /* OLD - Firefox 19- */
  width: auto;               /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1; 
  text-align: center;
}

/* divider */
/* ------------------------------ */
.spacer-single {
  width:100%;
  height:30px;
  display:block;
  clear:both;
}
.spacer-single-10 {
  width:100%;
  height:10px;
  display:block;
  clear:both;
}
.spacer-single-20 {
  width:100%;
  height:20px;
  display:block;
  clear:both;
}
.spacer-single-25 {
  width:100%;
  height:25px;
  display:block;
  clear:both;
}
.spacer-single-45 {
  width:100%;
  height:45px;
  display:block;
  clear:both;
}
.spacer-single-120 {
  width:100%;
  height:120px;
  display:block;
  clear:both;
}
.spacer-double {
  width:100%;
  height:60px;
  display:block;
  clear:both;
}
.spacer-half {
  width:100%;
  height:15px;
  display:block;
  clear:both;
}
.divider {
  width:100%;
  height:1px;
  display:block;
  clear:both;
  background: rgba(255,255,255,.3);
}
.ot-heading h6 {
  font-family: 'Nunito Sans', sans-serif;
  font-size: 14px;
  font-weight: 800;
  color: #7141b1;
  position: relative;
  display: inline-block;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.ot-heading h5 {
  font-size: 42px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 13px;
  background: linear-gradient(to right, #00deff 48%, #7141b1 52%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.pre-designed .ot-heading h5 {
  background: linear-gradient(to right, #00deff 43%, #7141b1 57%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ot-heading h2 {
  margin-bottom: 20px;
}
.ot-heading.center-align h2 {
  font-size: 36px;
  font-weight: 900;
  line-height: 48px;
}
.ot-heading .main-heading span {
  display: block;
}
.text-lead {
  font-family: 'Nunito', sans-serif;
  font-size: 22px;
  line-height: 36px;
  color: #6d6d6d;
}
.text-lead-2 {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  line-height: 32px;
  color: #6d6d6d;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
/** Footer Style **/
.site-footer {
  font-family: 'Nunito', sans-serif;
  position: relative;
  overflow: hidden;
  color: #aeaacb;
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.footer-copyright {
  border-top: 1px solid rgba(255, 255, 255, .2);
  margin-top: 100px;
  padding-top: 110px;  
}
.copyright-text {
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 800;
  text-transform: uppercase;
  padding-left: 50px;
  padding-right: 50px;
}
.btn-readmore {
  font-family: 'Nunito', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #43baff;
  border-bottom: 1px solid #43baff;
  display: inline-block;
  padding-bottom: 3px;
  transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
}
.btn-readmore:hover{
  color: #fff;
  border-bottom-color: #fff;
}
/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (max-width: 1199px) {
  .section-head{
    padding: 150px 0;
  }
  .pre-designed{
    padding-bottom: 50px;
  }
  .section-head .col-lg-5{
    text-align: center;
    margin-bottom: 30px;
  }
  .elite-box .icon-main{
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
  .elite-box .content-box{
    padding-left: 0;
  }
  .section-builder{
    padding-top: 150px;
  }
  .img_box-devices,
  .img_box-builder{
    margin: 0;
  }
  .box-content-builder,
  .box-content-devices,
  .box-content-blog,
  .box-content-shop{
    padding: 0 40px;
    margin-left: 0;
  }
  .demo-box {padding: 0px;}
}
@media (max-width: 991px) {
  .bg_plugins .row-flex{
    flex-wrap: wrap;
  }
  .bg_plugins .row-flex > div{
    width: 33.33%;
    flex: none;
    padding: 10px 20px;
  }
  .icon-box {
    margin-bottom: 50px;
  }
  .icon-box p {margin-bottom: 10px;}
  .compatible-slide .compatible-text{
    padding: 0px;
  }
  .section-headtext {font-size: 150px;}
}
@media (max-width: 767px) {
  .section-builder,
  .section-head{
    padding-top: 60px;	
  }
  .pre-designed .ot-heading{
    padding: 0 30px;
  }
  .ot-heading h6{
    font-size: 12px;
    margin-bottom: 10px;
  }
  .ot-heading h6:before, 
  .ot-heading h6:after{
    top: 1.5px;
  }
  .ot-heading.center-align h2{
    font-size: 30px;
    line-height: 42px;
  }
  .big-title,
  .copyright-text{
    font-size: 36px;
    line-height: 50px;
  }
  .section-core-features .row{
    display: block;
  }
  .section-headtext {font-size: 115px;}
}
@media (max-width: 600px) {
  .big-title{
    font-size: 36px;
    line-height: 50px;
  }
  .bg_plugins{
    padding-top: 30px; 
    padding-bottom: 30px; 
  }
  .bg_plugins .row-flex > div{
    width: 50%;
  }
  .img_box-blog {margin-left: 0px;}
  .img_box-shop {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .box-content-builder .spacer-single-120, 
  .box-content-blog .spacer-single-120 {height: 30px;}
  .ot-heading h2 br {
    display: none;
  }
  .section-headtext {font-size: 90px;}
}
@media (min-width: 992px) {
  .lg-hidden {
    display: none;
  }
}
@media (max-width: 991px) {
  .md-hidden {
    display: none;
  }
  .section-head {
    padding: 150px 0 90px;
  }
  .demo-box .demo-box-thumb{
	  display: inline-block;
  }
  .section-plugins, .section-compatible{padding-top: 70px;padding-bottom: 70px;}
}
@media (min-width: 480px) and (max-width: 767px) {
  .sm-hidden {
    display: none;
  }
}

@media (min-width: 1183px) and (max-width: 1700px) {
  .box-content-builder{
    padding-top: 60px;
    padding-right: 0px;
  }
  .box-content-blog {margin-left: 0px;}
  .box-content-shop {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .img_box-builder {
    margin-left: 0px;
  }
  .img_box-devices {margin-right: 0px;margin-top: -90px;margin-left: -25px;}
  .img_box-blog {margin-left: 0px;}
  .img_box-shop {margin-top: -30px;margin-right: 0px;}
}
@media (max-width: 1182px) {
  .box-content-builder{
    padding-top: 60px;
    padding-right: 0px;
  }
  .box-content-shop, .box-content-devices, .box-content-blog {
    padding-top: 50px;
  }
  .img_box-builder {margin-left: 0px;}
  .img_box-devices {margin-right: 0px;margin-top: 0px;}
  .img_box-blog {margin-left: 0px;}
  .img_box-shop {margin-top: 0px;margin-right: 0px;}
  .section-headtext.builder-text {
    right: auto;
    left: 25px;
    top: 0px;
  }
  .section-headtext.blog-text {
    right: auto;
    left: 25px;
    top: 0px;
  }
  .section-headtext.shop-text {
    left: 25px;
    bottom: 0;
  }
  .section-headtext.devices-text {
    left: 25px;
    bottom: 70px;
  }
}

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

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

  .header-topbar {
    display: none;
  }

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

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

  .header_mobile .mlogo_wrapper {
    position: relative;
    background: #fff;
    padding: 10px 0px;
  }
  .header_mobile .mlogo_wrapper img {
    height: 60px;
  }

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

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

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

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

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

  #mmenu_toggle.active button {
    background: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i {
    color: #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;
  }
  .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:before, .header_mobile .mobile_nav .mobile_mainmenu > li.menu-item-has-children .arrow i:after {
    font-size: 11px;
    font-weight: 300;
  }

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

  .header_mobile .mobile_nav .mobile_mainmenu > li > a:hover, .header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-item > a,
.header_mobile .mobile_nav .mobile_mainmenu > li.current-menu-ancestor > a {
    color: #fe4c1c;
  }
}
@media only screen and (max-width: 767px) {
  .header_mobile .mlogo_wrapper {
    width: 100%;
  }
  .copyright-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .site-footer {padding: 80px 0px;}
  .footer-copyright {
    margin-top: 20px;
    padding-top: 60px;
  }
}
@media only screen and (max-width: 320px) {
  .mobile_logo img {
    max-width: 230px;
    max-height: 47px;
  }
  .section-head {
    padding-bottom: 50px;
  }
  .section-headtext {
    font-size: 55px;
  }
  .demo-box .demo-box-title, .icon-box .content-box h5 {
	font-size: 18px;
  }
  .box-content-shop, .box-content-devices, .box-content-blog, .box-content-builder {
    padding: 40px 0px 0px;
  }
  .icon-box.s3{padding: 30px 20px 20px;}
  .section-core-features {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .big-title, .copyright-text {
    font-size: 30px;
    line-height: 42px;
  }
  .ot-heading.center-align h2, .ot-heading h2 {
    font-size: 23px;
    line-height: 30px;
  }
  .demo-box {margin-bottom: 40px;}
  .demo-box .demo-box-thumb {margin-bottom: 20px;}
  .text-lead, .text-lead-2 {
    font-size: 16px;
    line-height: 26px;
  }
  body, button, input, select, optgroup, textarea{font-size: 14px;line-height: 1.7;}
  .pre-designed {
	padding-top: 80px;
    padding-bottom: 20px;
  }
}