/*
Theme Name: ICOs
Theme URI: http://wpdemo.oceanthemes.net/icos
Author: OceanThemes
Author URI: http://oceanthemes.net/
Description: Introducing icos the best premium website template for ICO Agencies and Cryptocurrency Investments company.. ICOs is easy to use, it provides everything you need to create great looking website. With ICOs you can impress your customer by it’s professional design and the interactivity. ICOs built with latest website technology to ensure your website is looks nice on desktop and mobile. Get ICOs now!
Version: 1.4.10
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: icos
Domain Path: /languages
Tags: one-column, two-columns, right-sidebar,  custom-header, custom-menu, editor-style, featured-images, microformats, post-formats,  sticky-post, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Redux Theme is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*------------------------------------------------------------------
/*!

/*!
 * Table of Contents
 * 01.0 - Fonts
 * 02.0 - Reset
 * 03.0 - Utility
 * 04.0 - Common
 * 05.0 - Buttons
 * 06.0 - Header Section
 * 07.0 - Features Section
 * 08.0 - Token Section
 * 09.0 - Roadmap Section
 * 10.0 - Team Section
 * 11.0 - Partner Section
 * 12.0 - FAQ Section
 * 13.0 - Contact Section
 * 14.0 - Footer Section
 * 15.0 - Animation CSS
 * 16.0 - Overrides Style
 */

/* #RESET CSS */


.wp-caption-text,
.gallery-caption,
.bypostauthor,
.wp-caption {
  max-width: 100%;
}

img.aligncenter {
  margin-left: auto;
  margin-right: auto !important;
  display: block;
  clear: both;
  margin-top: 5px;
  width: auto !important;
}

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

img.alignleft {
  margin: 0 40px 20px 0;
  float: left;
  width: auto !important;
}

.alignleft {
  margin: 5px 10px 20px 0;
  float: left;
}

img.alignright {
  margin: 5px 0 20px 20px;
  float: right;
  width: auto !important;
}

.sticky .post {
  padding: 20px;
  background: #eee;
}

#main_content .sticky .post h2 {
  font-weight: bold;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  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. */
  ;
}

pre,
img {
  max-width: 100%;
}

.padd-120 {
  padding-left: 120px;
  padding-right: 120px;
}

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

.textwidget img {
  height: auto;
}

.btn {
  color: #fff;
}

.btn-default {
  color: inherit;
}

.widget-service p {
  margin-bottom: 0;
}

.widget_calendar table,
.widget select {
  width: 100%;
}

.widget select {
  padding: 3px 5px;
}

.widget_calendar table td,
.widget_calendar table th {
  padding: 9px 6px;
  text-align: center;
  border: 1px solid #ddd;
}

.recentcomments>a {
  font-style: italic;
}

.attachment-post-thumbnail {
  height: auto;
}

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

.widget ul ul {
  padding-left: 20px;
  text-align: left;
}

.widget_nav_menu ul {
  padding-left: 0;
  text-align: left;
}

input,
textarea {
  outline: none;
}

section.vc_row {
  margin: 0;
}

.post-password-form input[type=submit] {
  padding: 3px 20px;
  background: #333;
  border: none;
  color: #fff;
  text-transform: uppercase;
}

.post-password-form input[type=submit]:hover {
  background: #ff7400;
}


/** IMPORTANT NOTE: DO NOT Edit this file.  Best to write own code in css/theme.css file.  */
/** 02.0 - RESET & DEFAULT */
body {
  font-family: "Poppins", sans-serif;
  color: #3c3c3c;
  font-size: 15px;
  line-height: 1.86;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

body {
  background: #0b0c22;
  color: #fff;
}

body.theme-light,
body .section-light,
body .section-light-alt,
body .section-light-alt {
  color: #28384c;
  background: #fff;
}

body.io-azure {
  background: #0d42b2;
}

body.io-azure .section-pro,
body.io-azure .section-pro-alt {
  color: #313c56;
}

html,
body {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
table {
  margin: 0 0 18px;
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
table:last-child {
  margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.33;
  font-weight: 600;
  color: #373e45;
}

h1.color-secondary,
h2.color-secondary,
h3.color-secondary,
h4.color-secondary,
h5.color-secondary,
h6.color-secondary,
.h1.color-secondary,
.h2.color-secondary,
.h3.color-secondary,
.h4.color-secondary,
.h5.color-secondary,
.h6.color-secondary {
  color: #16a3fe;
}

h1.color-primary,
h2.color-primary,
h3.color-primary,
h4.color-primary,
h5.color-primary,
h6.color-primary,
.h1.color-primary,
.h2.color-primary,
.h3.color-primary,
.h4.color-primary,
.h5.color-primary,
.h6.color-primary {
  color: #41faa4;
}

h1+.image:not([class*="mt-"]),
h2+.image:not([class*="mt-"]),
h3+.image:not([class*="mt-"]),
h4+.image:not([class*="mt-"]),
h5+.image:not([class*="mt-"]),
h6+.image:not([class*="mt-"]),
.h1+.image:not([class*="mt-"]),
.h2+.image:not([class*="mt-"]),
.h3+.image:not([class*="mt-"]),
.h4+.image:not([class*="mt-"]),
.h5+.image:not([class*="mt-"]),
.h6+.image:not([class*="mt-"]) {
  margin-top: 20px;
}

.theme-light h1,
.theme-light h2,
.theme-light h3,
.theme-light h4,
.theme-light h5,
.theme-light h6,
.theme-light .h1,
.theme-light .h2,
.theme-light .h3,
.theme-light .h4,
.theme-light .h5,
.theme-light .h6,
.section-light h1,
.section-light h2,
.section-light h3,
.section-light h4,
.section-light h5,
.section-light h6,
.section-light .h1,
.section-light .h2,
.section-light .h3,
.section-light .h4,
.section-light .h5,
.section-light .h6,
.section-light-alt h1,
.section-light-alt h2,
.section-light-alt h3,
.section-light-alt h4,
.section-light-alt h5,
.section-light-alt h6,
.section-light-alt .h1,
.section-light-alt .h2,
.section-light-alt .h3,
.section-light-alt .h4,
.section-light-alt .h5,
.section-light-alt .h6 {
  line-height: 1.33;
  font-weight: 500;
  color: #28384c;
}

.theme-light h1.color-secondary,
.theme-light h2.color-secondary,
.theme-light h3.color-secondary,
.theme-light h4.color-secondary,
.theme-light h5.color-secondary,
.theme-light h6.color-secondary,
.theme-light .h1.color-secondary,
.theme-light .h2.color-secondary,
.theme-light .h3.color-secondary,
.theme-light .h4.color-secondary,
.theme-light .h5.color-secondary,
.theme-light .h6.color-secondary,
.section-light h1.color-secondary,
.section-light h2.color-secondary,
.section-light h3.color-secondary,
.section-light h4.color-secondary,
.section-light h5.color-secondary,
.section-light h6.color-secondary,
.section-light .h1.color-secondary,
.section-light .h2.color-secondary,
.section-light .h3.color-secondary,
.section-light .h4.color-secondary,
.section-light .h5.color-secondary,
.section-light .h6.color-secondary,
.section-light-alt h1.color-secondary,
.section-light-alt h2.color-secondary,
.section-light-alt h3.color-secondary,
.section-light-alt h4.color-secondary,
.section-light-alt h5.color-secondary,
.section-light-alt h6.color-secondary,
.section-light-alt .h1.color-secondary,
.section-light-alt .h2.color-secondary,
.section-light-alt .h3.color-secondary,
.section-light-alt .h4.color-secondary,
.section-light-alt .h5.color-secondary,
.section-light-alt .h6.color-secondary {
  color: #16a3fe;
}

.theme-light h1.color-primary,
.theme-light h2.color-primary,
.theme-light h3.color-primary,
.theme-light h4.color-primary,
.theme-light h5.color-primary,
.theme-light h6.color-primary,
.theme-light .h1.color-primary,
.theme-light .h2.color-primary,
.theme-light .h3.color-primary,
.theme-light .h4.color-primary,
.theme-light .h5.color-primary,
.theme-light .h6.color-primary,
.section-light h1.color-primary,
.section-light h2.color-primary,
.section-light h3.color-primary,
.section-light h4.color-primary,
.section-light h5.color-primary,
.section-light h6.color-primary,
.section-light .h1.color-primary,
.section-light .h2.color-primary,
.section-light .h3.color-primary,
.section-light .h4.color-primary,
.section-light .h5.color-primary,
.section-light .h6.color-primary,
.section-light-alt h1.color-primary,
.section-light-alt h2.color-primary,
.section-light-alt h3.color-primary,
.section-light-alt h4.color-primary,
.section-light-alt h5.color-primary,
.section-light-alt h6.color-primary,
.section-light-alt .h1.color-primary,
.section-light-alt .h2.color-primary,
.section-light-alt .h3.color-primary,
.section-light-alt .h4.color-primary,
.section-light-alt .h5.color-primary,
.section-light-alt .h6.color-primary {
  color: #41faa4;
}

.theme-light h1+.image:not([class*="mt-"]),
.theme-light h2+.image:not([class*="mt-"]),
.theme-light h3+.image:not([class*="mt-"]),
.theme-light h4+.image:not([class*="mt-"]),
.theme-light h5+.image:not([class*="mt-"]),
.theme-light h6+.image:not([class*="mt-"]),
.theme-light .h1+.image:not([class*="mt-"]),
.theme-light .h2+.image:not([class*="mt-"]),
.theme-light .h3+.image:not([class*="mt-"]),
.theme-light .h4+.image:not([class*="mt-"]),
.theme-light .h5+.image:not([class*="mt-"]),
.theme-light .h6+.image:not([class*="mt-"]),
.section-light h1+.image:not([class*="mt-"]),
.section-light h2+.image:not([class*="mt-"]),
.section-light h3+.image:not([class*="mt-"]),
.section-light h4+.image:not([class*="mt-"]),
.section-light h5+.image:not([class*="mt-"]),
.section-light h6+.image:not([class*="mt-"]),
.section-light .h1+.image:not([class*="mt-"]),
.section-light .h2+.image:not([class*="mt-"]),
.section-light .h3+.image:not([class*="mt-"]),
.section-light .h4+.image:not([class*="mt-"]),
.section-light .h5+.image:not([class*="mt-"]),
.section-light .h6+.image:not([class*="mt-"]),
.section-light-alt h1+.image:not([class*="mt-"]),
.section-light-alt h2+.image:not([class*="mt-"]),
.section-light-alt h3+.image:not([class*="mt-"]),
.section-light-alt h4+.image:not([class*="mt-"]),
.section-light-alt h5+.image:not([class*="mt-"]),
.section-light-alt h6+.image:not([class*="mt-"]),
.section-light-alt .h1+.image:not([class*="mt-"]),
.section-light-alt .h2+.image:not([class*="mt-"]),
.section-light-alt .h3+.image:not([class*="mt-"]),
.section-light-alt .h4+.image:not([class*="mt-"]),
.section-light-alt .h5+.image:not([class*="mt-"]),
.section-light-alt .h6+.image:not([class*="mt-"]) {
  margin-top: 20px;
}

.io-azure .section-pro h1,
.io-azure .section-pro h2,
.io-azure .section-pro h3,
.io-azure .section-pro h4,
.io-azure .section-pro h5,
.io-azure .section-pro h6,
.io-azure .section-pro blockquote,
.io-azure .section-pro-alt h1,
.io-azure .section-pro-alt h2,
.io-azure .section-pro-alt h3,
.io-azure .section-pro-alt h4,
.io-azure .section-pro-alt h5,
.io-azure .section-pro-alt h6,
.io-azure .section-pro-alt blockquote {
  color: #1641b5;
}

h1,
.h1 {
  font-size: 2.93em;
}

h2,
.h2 {
  font-size: 2.3em;
}

h3,
.h3 {
  font-size: 1.87em;
}

h4,
.h4 {
  font-size: 1.6em;
}

h5,
.h5 {
  font-size: 1.33em;
}

h6,
.h6 {
  font-size: 1.07em;
}

p {
  font-size: 1em;
}

h1.color-secondary,
h2.color-secondary,
h3.color-secondary,
h4.color-secondary,
h5.color-secondary,
h6.color-secondary,
.h1.color-secondary,
.h2.color-secondary,
.h3.color-secondary,
.h4.color-secondary,
.h5.color-secondary,
.h6.color-secondary,
p.color-secondary {
  color: #16a3fe;
}

h1.color-primary,
h2.color-primary,
h3.color-primary,
h4.color-primary,
h5.color-primary,
h6.color-primary,
.h1.color-primary,
.h2.color-primary,
.h3.color-primary,
.h4.color-primary,
.h5.color-primary,
.h6.color-primary,
p.color-primary {
  color: #41faa4;
}

h1.color-alt-primary,
h2.color-alt-primary,
h3.color-alt-primary,
h4.color-alt-primary,
h5.color-alt-primary,
h6.color-alt-primary,
.h1.color-alt-primary,
.h2.color-alt-primary,
.h3.color-alt-primary,
.h4.color-alt-primary,
.h5.color-alt-primary,
.h6.color-alt-primary,
p.color-alt-primary {
  color: #16a3fe;
}

p.lead {
  font-size: 1.27em;
  line-height: 1.68;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span,
p span {
  color: #41faa4;
}

ul,
ol {
  padding: 0px;
  margin: 0px;
}

ul li,
ol li {
  list-style: none;
}

.lead {
  line-height: 1.6;
}

.relative {
  position: relative;
}

.lh-x1 {
  line-height: 1;
}

.lh-x2 {
  line-height: 1.5;
}

.lh-x3 {
  line-height: 2;
}

blockquote {
  font-size: 1em;
  line-height: 1.625;
  margin: 30px 0;
  border: none;
  color: #3c3c3c;
}

blockquote:first-child {
  margin-top: 0;
}

blockquote:last-child {
  margin-bottom: 0;
}

blockquote p:last-child strong {
  color: #41faa4;
}

p+h1,
p+h2,
p+h3,
p+h4,
p+h5,
p+h4,
ul+h1,
ul+h2,
ul+h3,
ul+h4,
ul+h5,
ul+h4,
ol+h1,
ol+h2,
ol+h3,
ol+h4,
ol+h5,
ol+h4,
table+h1,
table+h2,
table+h3,
table+h4,
table+h5,
table+h4 {
  margin-top: 35px;
}

ul+p,
ul+ul,
ul+ol,
ol+ol,
ol+ul,
ul+table,
ol+table {
  margin-top: 35px;
}

b,
strong {
  font-weight: 600;
}

a {
  outline: 0;
  transition: all 0.5s;
  color: #41faa4;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover,
a:focus,
a:active {
  outline: 0;
  color: #16a3fe;
}

.container {
  position: relative;
  z-index: 5;
}

.section-bg {
  background: #10122d;
}

.theme-light .section-bg {
  background: #eff6ff;
}

.io-azure .section-bg {
  background: #0d42b2;
}

.section-bg-alt {
  background: #0b0c22;
}

.theme-light .section-bg-alt {
  background: #fff;
}

.io-azure .section-bg-alt {
  background: #1b30a4;
}

.section-bg-dark {
  background-color: #08091b;
}

.theme-light .section-bg-dark {
  background: #e5f0ff;
}

.io-azure .section-bg-dark {
  background-color: #15257b;
}

.section-bg-blend {
  background-image: linear-gradient(to bottom, #0c0f2a 0%, #0b0c22 70%);
}

.theme-light .section-bg-blend {
  background-image: linear-gradient(to bottom, #eef4fe 0%, #fff 70%);
}

.section-bg-atob {
  background-image: linear-gradient(to bottom, #10122d 0%, #0b0c22 70%);
}

.theme-light .section-bg-atob {
  background-image: linear-gradient(to bottom, #eff6ff 0%, #fff 70%);
}

.section-bg-btoa {
  background-image: linear-gradient(to bottom, #0b0c22 0%, #10122d 70%);
}

.theme-light .section-bg-btoa {
  background-image: linear-gradient(to bottom, #fff 0%, #eff6ff 70%);
}

.section-pro,
.section-light {
  background: #fff !important;
}

.section-pro-alt,
.section-light-alt {
  background: #ebf3fc !important;
}

.section-bg.section-gradiant,
.section-bg-alt.section-gradiant {
  background-image: -webkit-linear-gradient(top left, #290075 0%, #086ddf 100%);
  background-image: -o-linear-gradient(top left, #290075 0%, #086ddf 100%);
  background-image: linear-gradient(to bottom right, #290075 0%, #086ddf 100%);
}

.section-bg.section-gradiant:after,
.section-bg-alt.section-gradiant:after {
  opacity: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote {
  color: #fff;
}

h1.color-secondary,
h2.color-secondary,
h3.color-secondary,
h4.color-secondary,
h5.color-secondary,
h6.color-secondary,
blockquote.color-secondary {
  color: #16a3fe;
}

h1.color-primary,
h2.color-primary,
h3.color-primary,
h4.color-primary,
h5.color-primary,
h6.color-primary,
blockquote.color-primary {
  color: #41faa4;
}

h1.color-alt-primary,
h2.color-alt-primary,
h3.color-alt-primary,
h4.color-alt-primary,
h5.color-alt-primary,
h6.color-alt-primary,
blockquote.color-alt-primary {
  color: #16a3fe;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
}

.theme-light #preloader {
  background-color: #eff6ff;
}

.color-primary {
  color: #41faa4;
}

.color-default {
  color: #3c3c3c;
}

.color-heading {
  color: #373e45;
}

.color-secondary {
  color: #16a3fe;
}

.color-alternet {
  color: #999;
}

.bg-white {
  background: #fff;
}

.bg-primary {
  background: #41faa4;
}

.bg-secondary {
  background: #16a3fe;
}

.bg-alternet {
  background: #999;
}

.bg-light-primary {
  background-color: rgba(70, 189, 244, 0.1);
}

.bg-light-secondary {
  background-color: rgba(122, 15, 255, 0.1);
}

.bg-light-alternet {
  background-color: rgba(153, 153, 153, 0.1);
}

.bdr {
  border: 1px solid rgba(0, 0, 0, 0.04);
}

.bdr-y {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.bdr-x {
  border-left: 1px solid rgba(0, 0, 0, 0.04);
  border-right: 1px solid rgba(0, 0, 0, 0.04);
}

.bdr-top {
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.bdr-bottom {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}

.bdr-none {
  border-color: transparent;
}

.overflow {
  overflow: hidden;
}

.preload {
  display: none;
}

.navbar-toggle {
  margin-right: 0px;
}

.carousel-control {
  visibility: hidden;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
  opacity: 0;
  width: 60px;
}

.carousel-control.left,
.carousel-control.right {
  background-image: none;
  filter: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  width: 60px;
  height: 60px;
  padding-top: 0;
  -ms-border-radius: 50px;
  border-radius: 50px;
  font-family: 'FontAwesome';
  text-shadow: none;
  font-size: 44px;
  margin-top: -30px;
}

.carousel-control .glyphicon-chevron-left:hover,
.carousel-control .glyphicon-chevron-right:hover {
  background: transparent;
}

.carousel-control .glyphicon-chevron-left {
  left: 10%;
}

.carousel-control .glyphicon-chevron-left:before {
  content: '\f104';
}

.carousel-control .glyphicon-chevron-right {
  right: 10%;
}

.carousel-control .glyphicon-chevron-right:before {
  content: '\f105';
}

.video-box {
  position: relative;
  margin-top: 40px;
  padding-top: 56%;
}

.video-box iframe {
  border: 1px solid #fbfbfb;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
}

.panel-group .panel {
  border-radius: 0;
  box-shadow: none;
  border-bottom: 1px solid #eee;
  border: none;
}

.panel-default>.panel-heading {
  padding: 0;
  border-radius: 0;
  color: #212121;
  background-color: transparent;
  border: 0px;
}

.panel-title {
  font-size: 20px;
}

.panel-title>a {
  display: block;
  padding: 15px;
  text-decoration: none;
}

.more-less {
  float: right;
  color: #212121;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
  border-top-color: #EEEEEE;
}

.table-responsive {
  margin-bottom: 30px;
}

.table-responsive:last-child,
.table-responsive .table {
  margin-bottom: 0;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
  border-color: #ececec;
}

.table.bdr-top,
.table.bdr-bottom {
  border-color: #ececec;
}

.table-s1>tbody>tr>td,
.table-s1>tbody>tr>th,
.table-s1>tfoot>tr>td,
.table-s1>tfoot>tr>th,
.table-s1>thead>tr>td,
.table-s1>thead>tr>th {
  padding: 20px;
}

.table-vertical>tbody>tr>td {
  vertical-align: middle;
}

.logo-carousel .owl-dots {
  display: none !important;
}

.owl-theme .owl-nav {
  margin-top: 0;
}

.hr-line {
  height: 1px;
  background: #ebebeb;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {

  h2,
  .h2 {
    font-size: 2em;
  }
}

@media only screen and (max-width: 991px) {
  body {
    font-size: 14px;
    -webkit-text-size-adjust: 100%;
  }

  .container {
    max-width: 720px;
  }

  h2,
  .h2 {
    font-size: 2em;
  }

  .res-m-btm {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 100%;
  }

  .accordion .panel-title {
    font-size: 1.125em;
    font-weight: 400;
  }

  h1,
  .h1 {
    font-size: 2.1em;
  }
}

@media only screen and (max-width: 480px) {
  body {
    min-width: 320px;
  }

  h1,
  .h1,
  .heading-lg,
  .heading-lg-lead {
    font-size: 1.5em;
    margin-top: 50px;
  }

  h2,
  .h2 {
    font-size: 1.4em;
  }

  h3,
  .h3 {
    font-size: 1.3em;
  }

  h5,
  .h5 {
    font-size: 1em;
  }
}

@media only screen and (max-width: 375px) {
  .btn+.btn {
    margin-top: 5px;
  }
}

/** 03.0 - UTILITY */
img {
  outline: 0;
  border: 0 none;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

img+h2,
img h3,
img h4 {
  margin-top: 15px;
}

img.alignright {
  padding: 0;
  float: right;
  margin: 5px 0 10px 30px;
}

h3 img.alignright,
h4 img.alignright,
h2 img.alignright,
h1 img.alignright {
  margin-top: 0;
}

img.alignleft {
  padding: 0;
  float: left;
  margin: 5px 30px 10px 0;
}

h3 img.alignleft,
h4 img.alignleft,
h2 img.alignleft,
h1 img.alignleft {
  margin-top: 0;
}

img.aligncenter {
  float: none;
  display: block;
  margin: 5px auto 15px;
}

img.aligncenter:first-child {
  margin-top: 0;
}

img.aligncenter:last-child {
  margin-bottom: 0;
}

hr,
.hr {
  margin: 45px 0;
}

hr:first-child,
.hr:first-child {
  margin-top: 0;
}

hr:last-child,
.hr:last-child {
  margin-bottom: 0;
}

.hr-lg {
  margin: 60px 0;
}

.hr-md {
  margin: 30px 0;
}

.hr-sm {
  margin: 15px 0;
}

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

.al-center .with-line:after,
.center .with-line:after {
  left: 50%;
  margin-left: -35px;
}

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

.al-right .with-line:after {
  right: 0;
}

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

.ucap {
  text-transform: uppercase;
}

.cap {
  text-transform: capitalize;
}

.section-pad {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-pad-xs {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-pad-sm {
  padding-top: 75px;
  padding-bottom: 75px;
}

.section-pad-md {
  padding-top: 112.5px;
  padding-bottom: 112.5px;
}

.section-pad-lg {
  padding-top: 225px;
  padding-bottom: 225px;
}

.section-pad.nopd {
  padding-top: 0;
  padding-bottom: 0;
}

.section-pad.nopb {
  padding-bottom: 0;
}

.section-pad.nopt {
  padding-top: 0;
}

.section-pad.section-fix {
  margin-bottom: -30px;
}

.section-overup[class*="section-pad"] {
  margin-top: -90px;
  padding-top: 0;
}

.section-overup-lg[class*="section-pad"] {
  margin-top: -180px;
  padding-top: 0;
}

.pad-0,
.nopd {
  padding: 0px;
}

.npl {
  padding-left: 0px;
}

.npr {
  padding-right: 0px;
}

.space-top {
  margin-top: 20px;
}

.space-top-sm {
  margin-top: 15px;
}

.space-top-md {
  margin-top: 30px;
}

.space-bottom {
  margin-bottom: 20px;
}

.space-bottom-sm {
  margin-bottom: 15px;
}

.space-bottom-md {
  margin-bottom: 30px;
}

.nomg {
  margin-top: 0;
  margin-bottom: 0;
}

.wide-lg {
  max-width: 1170px;
  margin: 0 auto;
}

.wide-md {
  max-width: 970px;
  margin: 0 auto;
}

.wide-sm {
  max-width: 770px;
  margin: 0 auto;
}

.wide-xs {
  max-width: 570px;
  margin: 0 auto;
}

.img-shadow {
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.05);
}

.round {
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.round-md {
  -ms-border-radius: 8px;
  border-radius: 8px;
}

.round-lg {
  -ms-border-radius: 35px;
  border-radius: 35px;
}

.circle {
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.image {
  margin-bottom: 20px;
}

.image:last-child {
  margin-bottom: 0;
}

.image img {
  max-width: 100%;
  height: auto;
}

.image[class*="round"] a,
.image[class*="round"] img,
.image.circle a,
.image.circle img {
  border-radius: inherit;
}

.image.circle:not([class*="al-"]) {
  text-align: center;
}

.image.circle:not(.image-md) img {
  width: 100%;
  max-width: 555px;
}

.image-md img {
  width: 90%;
  max-width: 220px;
}

.gaps {
  clear: both;
  height: 20px;
  display: block;
  margin: 0;
}

.gaps.size-lg {
  height: 60px;
}

.gaps.size-md {
  height: 30px;
}

.gaps.size-sm {
  height: 15px;
}

.gaps.size-0-5x {
  height: 10px;
}

.gaps.size-1-5x {
  height: 30px;
}

.gaps.size-1x {
  height: 20px;
}

.gaps.size-2x {
  height: 40px;
}

.gaps.size-3x {
  height: 60px;
}

.gaps.size-4x {
  height: 80px;
}

.gaps.size-5x {
  height: 100px;
}

.gaps.size-6x {
  height: 120px;
}

.gaps.size-xs {
  height: 10px;
}

.gaps.size-sep {
  height: 45px;
}

.gaps.size-section {
  height: 120px;
}

.pd-x1 {
  padding: 10px;
}

.pd-x2 {
  padding: 20px;
}

.pd-x3 {
  padding: 30px;
}

.pd-x4 {
  padding: 40px;
}

.pd-x5 {
  padding: 50px;
}

.mg-x1 {
  margin: 10px;
}

.mg-x2 {
  margin: 20px;
}

.mg-x3 {
  margin: 30px;
}

.mg-x4 {
  margin: 40px;
}

.mg-x5 {
  margin: 50px;
}

.mt-x1 {
  margin-top: 10px;
}

.mt-x2 {
  margin-top: 20px;
}

.mt-x3 {
  margin-top: 30px;
}

.mt-x4 {
  margin-top: 40px;
}

.mt-x5 {
  margin-top: 50px;
}

.mt-x6 {
  margin-top: 60px;
}

.mt-x7 {
  margin-top: 70px;
}

.mt-x8 {
  margin-top: 80px;
}

.mb-x1 {
  margin-bottom: 10px;
}

.mb-x2 {
  margin-bottom: 20px;
}

.mb-x3 {
  margin-bottom: 30px;
}

.mb-x4 {
  margin-bottom: 40px;
}

.mb-x5 {
  margin-bottom: 50px;
}

.mb-x6 {
  margin-bottom: 60px;
}

.mb-x7 {
  margin-bottom: 70px;
}

.mb-x8 {
  margin-bottom: 80px;
}

.ml-x1 {
  margin-left: 10px;
}

.ml-x2 {
  margin-left: 20px;
}

.ml-x3 {
  margin-left: 30px;
}

.ml-x4 {
  margin-left: 40px;
}

.ml-x5 {
  margin-left: 50px;
}

.mr-x1 {
  margin-right: 10px;
}

.mr-x2 {
  margin-right: 20px;
}

.mr-x3 {
  margin-right: 30px;
}

.mr-x4 {
  margin-right: 40px;
}

.mr-x5 {
  margin-right: 50px;
}

.mlr-x1 {
  margin-left: 10px;
  margin-right: 10px;
}

.mlr-x2 {
  margin-left: 20px;
  margin-right: 20px;
}

.mlr-x3 {
  margin-left: 30px;
  margin-right: 30px;
}

.mlr-x4 {
  margin-left: 40px;
  margin-right: 40px;
}

.mlr-x5 {
  margin-left: 50px;
  margin-right: 50px;
}

.mlr--x0-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.mlr--x1 {
  margin-left: -10px;
  margin-right: -10px;
}

.mlr--x2 {
  margin-left: -20px;
  margin-right: -20px;
}

.mlr--x3 {
  margin-left: -30px;
  margin-right: -30px;
}

.mlr--x4 {
  margin-left: -40px;
  margin-right: -40px;
}

.mlr--x5 {
  margin-left: -50px;
  margin-right: -50px;
}

.plr-x0-5 {
  padding-left: 5px;
  padding-right: 5px;
}

.plr-x1 {
  padding-left: 10px;
  padding-right: 10px;
}

.plr-x2 {
  padding-left: 20px;
  padding-right: 20px;
}

.plr-x3 {
  padding-left: 30px;
  padding-right: 30px;
}

.plr-x4 {
  padding-left: 40px;
  padding-right: 40px;
}

.plr-x5 {
  padding-left: 50px;
  padding-right: 50px;
}

.no-pd,
.pd-no {
  padding: 0 !important;
}

.no-pt,
.pt-no {
  padding-top: 0 !important;
}

.no-pb,
.pb-no {
  padding-bottom: 0 !important;
}

.no-mg,
.mg-no {
  margin: 0 !important;
}

.no-mt,
.mt-no {
  margin-top: 0 !important;
}

.no-mb,
.mb-no {
  margin-bottom: 0 !important;
}

.no-bg,
.bg-no {
  background: none !important;
}

.no-round,
.round-no,
.noround,
.square,
.no-circle {
  border-radius: 0 !important;
}

.no-shadow,
.shadow-no {
  text-shadow: none !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1600px) {
  .section-pad {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .section-pad-xs {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .section-pad-sm {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .section-pad-md {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-pad-lg {
    padding-top: 285px;
    padding-bottom: 285px;
  }

  .section-pad.nopd {
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 1200px) {
  .pad-r {
    padding-right: 60px;
  }

  .pad-r-md {
    padding-right: 30px;
  }

  .pad-l {
    padding-left: 60px;
  }

  .pad-l-md {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .pad-r {
    padding-right: 45px;
  }

  .pad-l {
    padding-left: 45px;
  }
}

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

  .section-pad,
  .section-pad-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .res-l-bttm {
    margin-bottom: 60px;
  }

  .res-l-bttm-sm,
  .form-m-bttm {
    margin-bottom: 15px;
  }

  .res-l-bttm-xs {
    margin-bottom: 10px;
  }

  .res-l-bttm-lg {
    margin-bottom: 45px;
  }
}

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

  .section-pad,
  .section-pad-lg {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .res-m-bttm {
    margin-bottom: 30px;
  }

  .res-m-bttm-sm,
  .form-m-bttm {
    margin-bottom: 15px;
  }

  .res-m-bttm-xs {
    margin-bottom: 10px;
  }

  .res-m-bttm-lg {
    margin-bottom: 45px;
  }

  .al-center-md,
  .center-md {
    text-align: center;
  }

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

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

  .gaps.size-lg {
    height: 45px;
  }

  .gaps.size-md {
    height: 25px;
  }

  .gaps.size-section {
    height: 90px;
  }

  .npr {
    padding-left: 0;
  }

  .npl {
    padding-right: 0;
  }

  .ml-x1 {
    margin-left: 0;
  }

  .ml-x2 {
    margin-left: 0;
  }

  .ml-x3 {
    margin-left: 0;
  }

  .ml-x4 {
    margin-left: 0;
  }

  .ml-x5 {
    margin-left: 0;
  }

  .mr-x1 {
    margin-right: 0;
  }

  .mr-x2 {
    margin-right: 0;
  }

  .mr-x3 {
    margin-right: 0;
  }

  .mr-x4 {
    margin-right: 0;
  }

  .mr-x5 {
    margin-right: 0;
  }

  hr,
  .hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  hr:last-child,
  .hr:last-child {
    margin-bottom: 0;
  }

  hr:first-child,
  .hr:first-child {
    margin-top: 0;
  }
}

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

  .al-center-sm,
  .center-sm {
    text-align: center;
  }

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

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

  .image.circle:not(.image-md) img {
    max-width: 320px;
  }

  .section-pad,
  .section-pad-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-overup[class*="section-pad"] {
    margin-top: -75px;
  }

  .section-overup-lg[class*="section-pad"] {
    margin-top: -112.5px;
  }

  .res-s-bttm {
    margin-bottom: 30px;
  }

  .res-s-bttm-lg {
    margin-bottom: 45px;
  }

  .res-s-bttm-sm {
    margin-bottom: 15px;
  }

  .res-s-bttm-xs {
    margin-bottom: 10px;
  }

  .gaps.size-lg {
    height: 45px;
  }

  .gaps.size-section {
    height: 120px;
  }

  .space-top,
  .space-bottom,
  .space-top-sm,
  .space-bottom-sm,
  .space-top-md,
  .space-bottom-md {
    margin-top: 30px;
  }

  .content .npl+.pad-0 {
    margin-top: 25px;
  }

  .pad-xs-0 {
    padding: 0px;
  }
}

@media only screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed !important;
  }
}

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

  img.alignright,
  img.alignleft,
  img.aligncenter {
    width: 100%;
  }

  img.no-resize,
  .no-resize {
    width: auto;
    max-width: 100%;
  }

  .pd-x3,
  .pd-x4,
  .pd-x5 {
    padding: 25px;
  }
}

/** 04.0 - COMMON */
.section-head {
  position: relative;
}

.section-head .section-title {
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.section-head .section-title span,
.section-head .section-title:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  content: attr(data-content);
  font-size: 120px;
  height: 120px;
  margin-top: -60px;
  line-height: 1;
  z-index: 1;
  color: rgba(122, 15, 255, 0.06);
}

.section-head-s2 {
  position: relative;
}

.section-head-s2:before,
.section-head-s2:after {
  position: absolute;
  left: 50%;
  height: 1px;
  width: 110px;
  content: "";
  transform: rotate(-45deg);
  z-index: 1;
  opacity: .4;
}

.section-head-s2:before {
  top: 60px;
  margin-left: -80px;
  background: #41faa4;
}

.section-head-s2:after {
  top: 5px;
  margin-left: -50px;
  background: #7ab9ff;
}

.section-head-s2 .heading-xs {
  position: relative;
  text-transform: uppercase;
  color: #7ab9ff;
  letter-spacing: 0.2em;
  z-index: 2;
}

.section-head-s2 .section-title {
  position: relative;
  margin-bottom: 25px;
  z-index: 2;
  font-size: 2.4em;
  letter-spacing: -0.01em;
}

.heading-animation {
  position: absolute;
  height: 60px;
  width: 60px;
  left: 50%;
  top: 10px;
  opacity: .2;
  border-radius: 50%;
  background: transparent;
  transform: rotate(45deg) translate(-50%, 0);
}

.heading-animation .line-1,
.heading-animation .line-2,
.heading-animation .line-3,
.heading-animation .line-4,
.heading-animation .line-5,
.heading-animation .line-6,
.heading-animation .line-7,
.heading-animation .line-8 {
  position: absolute;
  content: "";
  border-radius: 50%;
  background: transparent;
  border-top: 1px solid #16a3fe;
  border-left: 1px solid #16a3fe;
}

.heading-animation .line-1 {
  top: -15px;
  left: -15px;
  height: 90px;
  width: 90px;
}

.heading-animation .line-2 {
  top: -30px;
  left: -30px;
  height: 120px;
  width: 120px;
}

.heading-animation .line-3 {
  top: -45px;
  left: -45px;
  height: 150px;
  width: 150px;
}

.heading-animation .line-4 {
  top: -60px;
  left: -60px;
  height: 180px;
  width: 180px;
}

.heading-animation .line-5 {
  top: -75px;
  left: -75px;
  height: 210px;
  width: 210px;
}

.heading-animation .line-6 {
  top: -90px;
  left: -90px;
  height: 240px;
  width: 240px;
}

.heading-animation .line-7 {
  top: -105px;
  left: -105px;
  height: 270px;
  width: 270px;
}

.heading-animation .line-8 {
  top: -120px;
  left: -120px;
  height: 300px;
  width: 300px;
}

.section-title-sm {
  text-transform: uppercase;
  letter-spacing: 0.3em;
}

.section-title-md {
  margin-bottom: 30px;
}

.light .sub-heading {
  color: #8284a5;
}

.sub-heading {
  text-align: center;
  color: #8284a5;
}

.io-azure .sub-heading {
  color: #fff;
}

@media only screen and (min-width: 481px) and (max-width: 991px) {

  .section-head .section-title span,
  .section-head .section-title:before {
    font-size: 80px;
    height: 80px;
    margin-top: -40px;
  }
}

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

  .section-head .section-title span,
  .section-head .section-title:before {
    font-size: 50px;
    height: 50px;
    margin-top: -25px;
  }

  .section-head-s2 {
    padding-bottom: 40px;
  }

  .section-head-s2:before,
  .section-head-s2:after {
    width: 80px;
  }

  .section-head-s2:before {
    top: 50px;
    margin-left: -50px;
  }

  .section-head-s2:after {
    margin-left: -30px;
  }

  .section-head-s2 .section-title {
    font-size: 1.4em;
  }
}

.section-connect {
  position: relative;
}

.section-connect:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  margin-left: -80px;
  margin-top: -1px;
  height: 2px;
  width: 160px;
  background: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  transform: rotate(90deg);
}

@media only screen and (max-width: 991px) {
  .section-connect:before {
    margin-left: -40px;
    width: 80px;
  }
}

.img-wrapper {
  position: absolute;
  bottom: 0px;
  max-width: 520px;
}

.imagebg {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  z-index: 0;
  opacity: 0;
  transition: opacity .4s;
}

.imagebg.imagebg-bottom {
  background-position: center bottom;
}

.imagebg.footerbg {
  background-repeat: repeat;
  background-size: 631.33px 366px;
}

.fixed-bg .imagebg {
  background-attachment: fixed;
}

.imagebg img {
  display: none;
}

.image-on-left .imagebg,
.image-on-right .imagebg {
  width: 50%;
}

.image-on-left .imagebg {
  right: 50%;
}

.image-on-right .imagebg {
  left: 50%;
}

.image-slice .imagebg {
  width: 40%;
  left: 0;
}

.image-slice .imagebg+.imagebg {
  width: 60%;
  left: 40%;
}

.image-slice .section-bg:not(.section-bg-r):after {
  content: "";
  background: #41faa4;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  opacity: .9;
  width: 100%;
}

.image-slice .section-bg.section-bg-alt:not(.section-bg-r):after {
  background: #16a3fe;
}

.has-bg-image {
  position: relative;
}

.bg-image-loaded {
  opacity: 1;
}

.has-bg,
.fixed-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.has-bg {
  position: relative;
}

.has-bg:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: #000;
  opacity: .5;
  z-index: 1;
}

.has-bg.bg-primary:after {
  background-color: #41faa4;
}

.has-bg.bg-secondary:after {
  background-color: #16a3fe;
}

.has-bg.bg-alternet:after {
  background-color: #999;
}

.has-bg.bg-light:after {
  background-color: #10122d;
}

.has-bg.dark-filter:after {
  opacity: .50;
}

.has-bg.darker-filter:after {
  opacity: .9;
}

.has-bg.light-filter:after {
  opacity: .25;
}

.has-bg.lighter-filter:after {
  opacity: .15;
}

.has-bg.no-filter:after {
  opacity: 0.01;
}

.has-bg .container,
.has-bg-image .container {
  position: relative;
  z-index: 2;
}

.fixed-bg {
  background-attachment: fixed;
}

@media screen and (min-width: 2200px) {
  .image-slice .imagebg {
    width: 44%;
  }

  .image-slice .imagebg+.imagebg {
    width: 56%;
    left: 44%;
  }
}

@media screen and (min-width: 1600px) {
  .image-slice .imagebg {
    width: 42%;
  }

  .image-slice .imagebg+.imagebg {
    width: 58%;
    left: 42%;
  }
}

@media only screen and (max-width: 991px) {
  .image-slice .imagebg {
    width: 100%;
  }

  .image-slice .imagebg+.imagebg {
    display: none;
  }

  .imagebg.footerbg {
    background-repeat: repeat;
    background-size: 473.5px 274.5px;
  }
}

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

  .image-on-left .imagebg,
  .image-on-right .imagebg {
    width: 40%;
  }

  .image-on-left .imagebg {
    right: 60%;
  }

  .image-on-right .imagebg {
    left: 60%;
  }
}

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

  .image-on-left .imagebg,
  .image-on-right .imagebg {
    width: 100%;
    position: static;
    margin-top: 60px;
    margin-bottom: -60px;
    height: 320px;
  }

  .accordion .card .card-header a {
    padding: 15px 60px 15px 20px;
  }

  .accordion .card .card-body {
    padding: 0 20px 15px 20px;
  }
}

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

  /* parallax disable on ipad/iphone */
  .has-parallax {
    background-position: 50% 50% !important;
    background-attachment: scroll !important;
  }
}

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

  .image-on-left .imagebg,
  .image-on-right .imagebg {
    height: 220px;
  }
}

.tab-custom .nav-tabs {
  background: none;
  border-bottom: 2px solid rgba(122, 15, 255, 0.2);
  display: table;
  width: 100%;
}

.tab-custom .nav-tabs.row {
  margin-left: 0;
  margin-right: 0;
}

.tab-custom .nav-tabs li.nav-item {
  display: table-cell;
  float: none;
  margin-bottom: 0;
}

.tab-custom .nav-tabs li>a {
  text-align: center;
  border-radius: 0px;
  padding: 10px 2px;
  margin: 0px;
  line-height: 24px;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
}

.tab-custom .nav-tabs li>a:hover {
  border-bottom: 2px solid transparent;
  color: #41faa4;
}

.tab-custom .nav-tabs li>a img {
  height: 60px;
  width: auto;
  margin-top: -5px;
}

.tab-custom .nav-tabs li>a.active,
.tab-custom .nav-tabs li>a.active:hover,
.tab-custom .nav-tabs li>a.active:focus,
.tab-custom .nav-tabs li>a.active:hover,
.tab-custom .nav-tabs li>a.active:focus {
  border-bottom-color: #41faa4;
  color: #fff;
  background: transparent;
}

.tab-custom .tab-content {
  background: none;
  padding: 30px 0 0;
}

.tab-custom .tab-content h4 {
  font-size: 1.5em;
  margin-bottom: 15px;
}

.tab-custom .tab-content a {
  padding: 8px 16px;
  margin-top: 25px;
}

.tab-custom-s2 .nav-tabs {
  border-bottom: none;
  display: block;
}

.tab-custom-s2 .nav-tabs li.nav-item {
  display: inline-block;
}

.tab-custom-s2 .nav-tabs li>a {
  padding: 10px 8px;
  font-weight: 400;
  margin: 0 20px;
  color: #fff;
  opacity: .5;
  border-bottom-width: 1px;
  display: inline-block;
}

.tab-custom-s2 .nav-tabs li>a:hover {
  opacity: 1;
  color: #fff;
}

.tab-custom-s2 .nav-tabs li>a.active,
.tab-custom-s2 .nav-tabs li>a.active:hover,
.tab-custom-s2 .nav-tabs li>a.active:focus,
.tab-custom-s2 .nav-tabs li>a.active:hover,
.tab-custom-s2 .nav-tabs li>a.active:focus {
  border-bottom-color: #16a3fe;
  color: #fff;
  opacity: 1;
}

.section-pro .tab-custom-s2 .nav-tabs li>a,
.section-pro-alt .tab-custom-s2 .nav-tabs li>a {
  color: #1641b5;
}

.section-pro .tab-custom-s2 .nav-tabs li>a:hover,
.section-pro-alt .tab-custom-s2 .nav-tabs li>a:hover {
  opacity: 1;
  color: #1641b5;
}

.section-pro .tab-custom-s2 .nav-tabs li>a.active,
.section-pro .tab-custom-s2 .nav-tabs li>a.active:hover,
.section-pro .tab-custom-s2 .nav-tabs li>a.active:focus,
.section-pro .tab-custom-s2 .nav-tabs li>a.active:hover,
.section-pro .tab-custom-s2 .nav-tabs li>a.active:focus,
.section-pro-alt .tab-custom-s2 .nav-tabs li>a.active,
.section-pro-alt .tab-custom-s2 .nav-tabs li>a.active:hover,
.section-pro-alt .tab-custom-s2 .nav-tabs li>a.active:focus,
.section-pro-alt .tab-custom-s2 .nav-tabs li>a.active:hover,
.section-pro-alt .tab-custom-s2 .nav-tabs li>a.active:focus {
  border-bottom-color: #16a3fe;
  color: #1641b5;
  opacity: 1;
}

.theme-light .tab-custom .nav-tabs li>a,
.section-light .tab-custom .nav-tabs li>a,
.section-light-alt .tab-custom .nav-tabs li>a {
  color: #3c3c3c;
}

.theme-light .tab-custom .nav-tabs li>a:hover,
.section-light .tab-custom .nav-tabs li>a:hover,
.section-light-alt .tab-custom .nav-tabs li>a:hover {
  color: #41faa4;
}

.theme-light .tab-custom .nav-tabs li>a.active,
.theme-light .tab-custom .nav-tabs li>a.active:hover,
.theme-light .tab-custom .nav-tabs li>a.active:focus,
.theme-light .tab-custom .nav-tabs li>a.active:hover,
.theme-light .tab-custom .nav-tabs li>a.active:focus,
.section-light .tab-custom .nav-tabs li>a.active,
.section-light .tab-custom .nav-tabs li>a.active:hover,
.section-light .tab-custom .nav-tabs li>a.active:focus,
.section-light .tab-custom .nav-tabs li>a.active:hover,
.section-light .tab-custom .nav-tabs li>a.active:focus,
.section-light-alt .tab-custom .nav-tabs li>a.active,
.section-light-alt .tab-custom .nav-tabs li>a.active:hover,
.section-light-alt .tab-custom .nav-tabs li>a.active:focus,
.section-light-alt .tab-custom .nav-tabs li>a.active:hover,
.section-light-alt .tab-custom .nav-tabs li>a.active:focus {
  color: #3c3c3c;
}

@media only screen and (max-width: 767px) {
  .tab-custom .tab-content {
    padding: 25px 0 30px;
  }

  .tab-custom .nav-tabs li.nav-item>a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 350px) {
  .tab-custom .nav-tabs li.nav-item {
    display: block;
    width: 100%;
  }

  .tab-custom .nav-tabs li.nav-item>a {
    font-size: 12px;
    line-height: 18px;
  }
}

.shadow {
  box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.05);
}

.shadow-alt {
  box-shadow: 0 6px 23px -2px rgba(0, 0, 0, 0.11);
}

.mgr--30 {
  margin-right: -30px;
}

.mgl--30 {
  margin-left: -30px;
}

@media only screen and (max-width: 1280px) {
  .owl-nav .owl-next {
    right: 0;
  }

  .owl-nav .owl-prev {
    left: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .mtop-md {
    margin-top: 50px;
  }
}

@media only screen and (max-width: 991px) {
  .res-m-bttm {
    margin-bottom: 30px;
  }

  .res-m-bttm-sm,
  .form-m-bttm {
    margin-bottom: 15px;
  }

  .res-m-bttm-xs {
    margin-bottom: 10px;
  }

  .res-m-bttm-lg {
    margin-bottom: 45px;
  }

  .res-m-top-lg {
    margin-top: 45px;
  }

  .res-m-bttm-3x {
    margin-bottom: 60px;
  }

  .mgr--30 {
    margin-right: 0;
  }

  .mgl--30 {
    margin-left: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tab-center {
    text-align: center !important;
  }

  .tab-left {
    text-align: left !important;
  }

  .tab-custom .nav-tabs li>a {
    font-size: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-left {
    text-align: left !important;
  }

  .mobile-center {
    text-align: center !important;
  }

  body,
  .navigation {
    min-width: 300px;
  }
}

/** 06.0 - HEADER SECTION */
select:focus {
  outline: none;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  font-size: .9em;
  padding-left: 20px;
  padding-right: 44px;
  color: #fff;
}

.theme-light .select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #28384c;
}

.io-azure.io-azure-pro .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #28384c;
  background: #eff6ff;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 20px;
  padding-left: 44px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(70, 189, 244, 0.2);
}

.theme-light .select2-container--default .select2-results__option--highlighted[aria-selected],
.io-dark.select2-container--default .select2-results__option--highlighted[aria-selected],
.io-azure.io-azure-pro .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #3c3c3c;
  background: rgba(70, 189, 244, 0.4);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(70, 189, 244, 0.3);
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  background: rgba(70, 189, 244, 0.1);
  border: none;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
  transition: all .5s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: themify;
  content: '\e64b';
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  background: #08091b;
  border-radius: 0;
  border: none;
}

.io-azure .select2-dropdown {
  background: #0d42b2;
}

.theme-light .select2-dropdown,
.select2-dropdown {
  background: #e5f0ff;
}

.io-azure.io-azure-pro .select2-dropdown {
  background: #e5f0ff;
  color: #28384c;
}

.select2-results__option {
  padding: 6px 20px;
  transition: all .5s ease;
}

.theme-light .select2-results__option,
.select2-results__option {
  color: #3c3c3c;
}

.particles-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.theme-dark:not(.io-azure) .particles-container {
  opacity: .7;
}

.theme-light:not(.io-azure) .particles-container,
.section-light:not(.io-azure) .particles-container,
.section-light-alt:not(.io-azure) .particles-container {
  opacity: .4;
}

.site-header {
  position: relative;
}

.site-header .navbar {
  border-radius: 0;
  border: 0 none;
  min-width: 300px;
  padding: 12px 0 0;
  margin: 0;
  z-index: 9;
}

.site-header .navbar-brand {
  height: auto;
  padding: 0;
}

.site-header .navbar-brand img {
  width: 200px;
  max-width: 100%;
  display: block;
}

.site-header .navbar-brand img.logo-2,
.has-fixed.site-header .navbar-brand img.logo {
  display: none;
}

.has-fixed.site-header .navbar-brand img.logo-2 {
  display: block;
}

.site-header .navbar-header .quote-btn {
  display: none;
}

.site-header .navbar-collapse {
  padding: 0;
  background-color: transparent;
  color: #3c3c3c;
}

.site-header .logo-light {
  display: none;
}

.navbar .navbar-nav>li:hover>a {
  color: #fff;
  background: transparent;
}

.navbar .navbar-nav>li>a {
  background: transparent;
  text-transform: uppercase;
  color: inherit;
  font-size: 13px;
  font-weight: 500;
  line-height: 38px;
  margin: 0 8.5px;
  transition: all .35s ease;
}

.navbar .navbar-btns>li {
  display: inline-block;
}

.navbar .navbar-btns>li>a {
  font-size: 12px;
  font-weight: 600;
}

.navbar .navbar-nav>li>a {
  padding-left: 0;
  padding-right: 0;
  padding: .5rem 0;
  display: block;
}

.navbar .navbar-nav>li>a.nav-link.btn {
  min-width: auto;
  padding: 0 23px;
}

.navbar .navbar-nav>li:last-child>a.nav-link.btn {
  margin-right: 0;
}

.navbar .navbar-nav>li>a.nav-link.btn.active {
  color: #fff;
}

.navbar .navbar-nav>li>a.nav-link.btn.active:after {
  opacity: 0;
}

.navbar .navbar-nav>li>a.nav-link.btn.active:before {
  opacity: 1;
}

.navbar .navbar-nav>li>a.nav-link.active {
  color: #41faa4;
  background: transparent;
}

.navbar .navbar-nav>li>.sub-menu .nav-opened .sub-menu,
.navbar .navbar-nav>li>.sub-menu .sub-menu {
  top: -10px;
  margin-top: 0;
}

.navbar .navbar-nav>li.nav-opened>.sub-menu,
.navbar .navbar-nav>li:hover>.sub-menu {
  top: 100%;
  opacity: 1 !important;
  visibility: visible;
}

.navbar .navbar-nav.rollover .sub-menu {
  z-index: 1010;
}

.navbar .navbar-nav .sub-menu {
  background: #1b1e4b;
  border: 0px;
  padding: 10px 0;
  left: 0;
  top: 100%;
  display: block;
  opacity: 0;
  min-width: 200px;
  visibility: hidden;
  border-radius: 2px;
  transition: all .5s ease;
}

.navbar .navbar-nav .sub-menu:after {
  position: absolute;
  top: -7px;
  left: 20px;
  content: "";
  height: 0;
  width: 0;
  border-bottom: 7px solid #1b1e4b;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
}

.navbar .navbar-nav .sub-menu .sub-menu:after {
  display: none;
}

.navbar .navbar-nav .sub-menu .nav-opened .sub-menu,
.navbar .navbar-nav .sub-menu .sub-menu {
  left: 200px;
  opacity: 0;
}

.navbar .navbar-nav .sub-menu li a {
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
}

.theme-light .navbar .navbar-nav .sub-menu li a {
  color: #3c3c3c;
}

.navbar .navbar-nav .sub-menu li a:hover,
.navbar .navbar-nav .sub-menu .dropdown-item.active {
  color: #41faa4;
  background: transparent;
}

.navbar .navbar-nav .sub-menu .caret {
  margin-top: 0;
  vertical-align: middle;
  transform: translateY(-50%) rotate(-90deg);
  position: absolute;
  top: 50%;
  right: 20px;
}

.navbar .navbar-nav .sub-menu li {
  position: relative;
}

.navbar .navbar-nav .sub-menu li:hover>a {
  color: #41faa4;
  background: transparent;
}

.navbar .navbar-nav .sub-menu li.nav-opened .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.navbar .navbar-nav .sub-menu li:hover .sub-menu {
  opacity: 1;
  visibility: visible;
  height: auto;
}

.navbar .navbar-nav .sub-menu li:hover.has-children:after {
  border-left-color: #41faa4;
}

.navbar .navbar-nav .sub-menu li.has-children:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  height: 0;
  width: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #3c3c3c;
  transition: all .5s ease;
}

.navbar .navbar-nav .sub-menu li.dropdown>a:before {
  content: "\f105";
  display: block;
  position: absolute;
  top: 50%;
  right: 8px;
  opacity: 1;
  margin-top: -7px;
  height: 14px;
  width: 12px;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
  font-family: "FontAwesome";
  color: #000;
}

.navbar .navbar-nav .sub-menu.active>a,
.navbar .navbar-nav .sub-menu li>a:hover {
  color: #41faa4;
}

.navbar .navbar-nav .sub-menu>.active>a,
.navbar .navbar-nav .sub-menu>.active>a:focus,
.navbar .navbar-nav .sub-menu>.active>a:hover {
  color: #41faa4;
  background-color: #f5f5f5;
}

.navbar .navbar-nav .label {
  margin-top: -3px;
  vertical-align: middle;
  display: inline-block;
  margin-left: 5px;
  text-transform: uppercase;
  padding: 3px 10px 4px;
  -ms-border-radius: 20px;
  border-radius: 20px;
}

.theme-light .navbar .navbar-nav .sub-menu {
  background: #d0e5ff;
}

.theme-light .navbar .navbar-nav .sub-menu:after {
  border-bottom-color: #d0e5ff;
}

.theme-light .navbar .navbar-nav .sub-menu .dropdown-item {
  color: #3c3c3c;
}

.theme-light .navbar .navbar-nav .sub-menu .dropdown-item:hover,
.theme-light .navbar .navbar-nav .sub-menu .dropdown-item:focus,
.theme-light .navbar .navbar-nav .sub-menu .dropdown-item.active {
  color: #41faa4;
  background: transparent;
}

.theme-light .navbar .navbar-nav .sub-menu,
.section-light .navbar .navbar-nav .sub-menu,
.section-light-alt .navbar .navbar-nav .sub-menu {
  background: #d0e5ff;
}

.theme-light .navbar .navbar-nav .sub-menu:after,
.section-light .navbar .navbar-nav .sub-menu:after,
.section-light-alt .navbar .navbar-nav .sub-menu:after {
  border-bottom-color: #d0e5ff;
}

.theme-light .navbar .navbar-nav .sub-menu .dropdown-item,
.section-light .navbar .navbar-nav .sub-menu .dropdown-item,
.section-light-alt .navbar .navbar-nav .sub-menu .dropdown-item {
  color: #3c3c3c;
}

.theme-light .navbar .navbar-nav .sub-menu .dropdown-item:hover,
.theme-light .navbar .navbar-nav .sub-menu .dropdown-item:focus,
.theme-light .navbar .navbar-nav .sub-menu .dropdown-item.active,
.section-light .navbar .navbar-nav .sub-menu .dropdown-item:hover,
.section-light .navbar .navbar-nav .sub-menu .dropdown-item:focus,
.section-light .navbar .navbar-nav .sub-menu .dropdown-item.active,
.section-light-alt .navbar .navbar-nav .sub-menu .dropdown-item:hover,
.section-light-alt .navbar .navbar-nav .sub-menu .dropdown-item:focus,
.section-light-alt .navbar .navbar-nav .sub-menu .dropdown-item.active {
  color: #41faa4;
  background: transparent;
}

.io-azure .navbar .navbar-nav .sub-menu {
  background: #0a3082;
}

.io-azure .navbar .navbar-nav .sub-menu:after {
  border-bottom-color: #0a3082;
}

.site-header {
  position: relative;
}

.site-header .navbar {
  padding: 0;
  transition: all .5s ease;
  border-bottom: 1px solid transparent;
}

.site-header .navbar-nav>li>a {
  color: #fff;
}

.site-header .navbar-nav>li.quote-btn {
  margin-top: 23px;
}

.site-header .menu-top>li:last-child:not(.quote-btn) {
  margin-right: -15px;
}

.site-header .navbar-collapse ul+ul {
  margin-top: 0;
}

.site-header .navbar-btns {
  margin-left: 60px;
}

.site-header .navbar.is-transparent {
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.site-header .navbar.is-transparent .navbar-brand .logo-dark {
  display: none;
}

.site-header .navbar.is-transparent .navbar-brand .logo-light {
  display: block;
}

.site-header.has-fixed .navbar {
  position: fixed;
  width: 100%;
  z-index: 9;
  top: 0;
  background: #020207;
  border-bottom-color: rgba(0, 0, 0, 0.04);
}

.admin-bar .site-header.has-fixed .navbar {
  top: 32px;
}

.banner .banner-content {
  padding-top: 50px;
}

.site-header .navbar-brand {
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0;
  z-index: 6;
}

.scroll-down {
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-transform: uppercase;
  position: absolute;
  bottom: 120px;
  right: 20px;
  transform: rotate(-90deg);
  z-index: 5;
}

.scroll-down:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 40px;
  background: #fff;
  left: -52px;
  top: 50%;
  animation: upDown2 2s infinite;
}

@keyframes upDown2 {

  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }

  40% {
    transform: translateX(4px);
  }

  60% {
    transform: translateX(6px);
  }
}

.theme-light .navbar-nav>li:hover a {
  color: #41faa4;
}

.theme-light .site-header .navbar-nav>li>a {
  color: #28384c;
}

.theme-light .site-header .navbar.is-transparent .navbar-brand .logo-dark {
  display: block;
}

.theme-light .site-header .navbar.is-transparent .navbar-brand .logo-light {
  display: none;
}

.theme-light .site-header.has-fixed .navbar {
  background: #e5f0ff;
  border-bottom-color: rgba(0, 0, 0, 0.04);
}

.section-light.site-header .navbar-nav>li:hover a,
.section-light-alt.site-header .navbar-nav>li:hover a {
  color: #41faa4;
}

.section-light.site-header .navbar-nav>li>a,
.section-light-alt.site-header .navbar-nav>li>a {
  color: #28384c;
}

.section-light.site-header .navbar.is-transparent .navbar-brand .logo-dark,
.section-light-alt.site-header .navbar.is-transparent .navbar-brand .logo-dark {
  display: block;
}

.section-light.site-header .navbar.is-transparent .navbar-brand .logo-light,
.section-light-alt.site-header .navbar.is-transparent .navbar-brand .logo-light {
  display: none;
}

.section-light.site-header.has-fixed .navbar,
.section-light-alt.site-header.has-fixed .navbar {
  background: #e5f0ff;
  border-bottom-color: rgba(0, 0, 0, 0.04);
}

.io-azure .site-header.has-fixed .navbar {
  background: #0b3795;
  border-bottom-color: rgba(0, 0, 0, 0.04);
}

.language-switcher {
  position: relative;
}

.language-switcher:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.theme-light .language-switcher:before {
  background: rgba(0, 0, 0, 0.1);
}

.language-switcher>a {
  color: #fff;
  font-size: .85em;
  padding: 0 17px;
  position: relative;
}

.theme-light .language-switcher>a {
  color: #28384c;
  font-weight: 400;
}

.language-switcher>a:hover,
.language-switcher>a:focus {
  color: #fff;
}


.theme-light .language-switcher>a:hover,
.theme-light .language-switcher>a:focus {
  color: #28384c;
}

.language-switcher>a:after {
  position: absolute;
  top: 2px;
  right: 2px;
  font-family: themify;
  content: '\e64b';
  font-size: 7px;
}

.language-switcher .sub-menu,
.slanguage .sub-menu {
  border: none;
  background: #1b1e4b;
  min-width: 46px;
  margin-left: 2px;
}

.slanguage .sub-menu {
  left: -50%;
}

.theme-light .language-switcher .sub-menu,
.theme-light .slanguage .sub-menu {
  background: #d0e5ff;
}

.io-azure .language-switcher .sub-menu,
.io-azure .slanguage .sub-menu {
  background: #0f4bca;
}

.language-switcher .dropdown-item,
.slanguage .sub-menu li a {
  padding: 0 15px;
  color: #fff;
  font-size: .85em;
  text-align: center;
}

.theme-light .slanguage .sub-menu li a {
  color: initial;
}

.slanguage .sub-menu li a {
  font-size: .8em;
}

.theme-light .language-switcher .dropdown-item {
  color: #28384c;
}

.language-switcher .dropdown-item:hover {
  color: #41faa4;
  background: transparent;
}

.footer-section .language-switcher>a:after {
  top: 0;
}

.navbar-toggler {
  padding: 0 5px;
  color: #fff;
  border-radius: 2px;
  border: none;
  transition: all .5s ease;
  background: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.navbar-toggler:hover {
  background: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.navbar-toggler:focus {
  outline: none;
}

.navbar-toggler-icon {
  line-height: 30px;
}

.navbar-toggler .ti {
  line-height: 30px;
  font-size: 20px;
}

.banner {
  min-height: 720px;
}

.banner.banner-full {
  min-height: 100vh;
}

.banner.banner-particle {
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #08091b;
  background-size: auto, auto, auto;
}

.banner.banner-curb {
  background: url(../images/header-bottom.png) bottom center no-repeat, #0b0c22;
  background-size: 100%;
}

.banner.banner-curb.banner-particle {
  background: url(../images/header-bottom.png) bottom center no-repeat, url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #0b0c22;
  background-size: 100%, auto, auto, auto;
}

.theme-light .banner.banner-particle {
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #eff6ff;
  background-size: auto, auto, auto;
}

.theme-light .banner.banner-curb {
  background: url(../images/header-bottom-light.png) bottom center no-repeat, #eff6ff;
  background-size: 100%;
}

.theme-light .banner.banner-curb.banner-particle {
  background: url(../images/header-bottom-light.png) bottom center no-repeat, url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #eff6ff;
  background-size: 100%, auto, auto, auto;
}

.section-light.banner.banner-particle,
.section-light-alt.banner.banner-particle {
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #eff6ff;
  background-size: auto, auto, auto;
}

.section-light.banner.banner-curb,
.section-light-alt.banner.banner-curb {
  background: url(../images/header-bottom-light.png) bottom center no-repeat, #eff6ff;
  background-size: 100%;
}

.section-light.banner.banner-curb.banner-particle,
.section-light-alt.banner.banner-curb.banner-particle {
  background: url(../images/header-bottom-light.png) bottom center no-repeat, url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #eff6ff;
  background-size: 100%, auto, auto, auto;
}

.io-azure .banner {
  background: url(../images/header-overlay.png) 0 0 no-repeat, url(../images/header-bg-azure.png) 50% 100% no-repeat;
  background-size: contain, cover;
}

.header-image {
  position: relative;
  z-index: 3;
  margin: 0 -150px 0 -30px;
}

.header-image-icon {
  position: absolute;
  top: 32%;
  width: 30px;
}

.header-image .left-icon {
  left: 44%;
  margin-left: -1px;
  animation: jumping 1s linear 0s infinite alternate;
}

.header-image .right-icon {
  right: 41%;
  margin-right: -5px;
  margin-top: 5px;
  animation: jumping 1s linear .5s infinite alternate;
}

.header-image-alt {
  min-width: 1050px;
}

.header-image-element {
  position: absolute;
  width: 72px;
}

.header-image-element-1 {
  left: 43%;
  bottom: 21%;
}

.header-image-element-2 {
  left: 61%;
  bottom: 30%;
}

@keyframes jumping {
  0% {
    transform: translateY(5px);
  }

  100% {
    transform: translateY(-25px);
  }
}

.header-txt {
  position: relative;
  z-index: 3;
}

.page-banner {
  min-height: 280px;
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #08091b;
  background-size: auto, auto, auto;
}

.theme-light .page-banner {
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #eff6ff;
  background-size: auto, auto, auto;
}

.io-azure .page-banner {
  background: url(../images/header-overlay.png) 0 0 no-repeat, url(../images/header-bg-azure.png) 0 0 no-repeat;
  background-size: 50%, cover;
}

.page-heading {
  padding: 80px 0 40px;
  text-transform: uppercase;
}

.page-head-image {
  position: absolute;
  max-width: 550px;
  right: -50px;
  bottom: -125px;
}

.section-light.page-banner,
.section-light-alt.page-banner {
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #eff6ff;
  background-size: auto, auto, auto;
}

@media only screen and (max-width:991px) {
  .page-banner {
    min-height: 220px;
  }

  .page-head-image {
    max-width: 350px;
    right: -20px;
    bottom: -75px;
  }
}

@media only screen and (max-width:480px) {
  .page-banner {
    min-height: 180px;
  }

  .page-head-image {
    max-width: 220px;
    right: -50px;
    bottom: -40px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .site-header .navbar-btns {
    margin-left: 30px;
  }

  .site-header .scroll-down {
    bottom: 100px;
    right: 20px;
  }

  .partner-list-s2 {
    padding-right: 60px;
  }

  .site-header .navbar ul.navbar-nav>li>a {
    font-size: 12px;
    margin: 0 6.5px;
  }

  .header-image .left-icon {
    margin-left: -3px;
  }

  .header-image .right-icon {
    margin-right: -7px;
  }

  .header-image-alt {
    min-width: 750px;
  }

  .header-image-element {
    position: absolute;
    width: 50px;
  }

  .header-image-element-1 {
    left: 38%;
    bottom: 20%;
  }

  .header-image-element-2 {
    left: 53%;
    bottom: 30%;
  }
}

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

  .navbar-collapse {
    display: none;
  }

  .site-header .navbar-brand {
    margin-left: 15px;
  }

  .ico-dark .site-header .navbar.is-transparent {
    background: #0b0c22;
  }

  .io-azure .site-header .navbar.is-transparent {
    background: transparent;
  }

  .io-lavendar .site-header:not(.has-fixed) .navbar.is-transparent.enable,
  .io-mascari .site-header:not(.has-fixed) .navbar.is-transparent.enable {
    background: #1b1e4b;
  }

  .io-azure .site-header.has-fixed .navbar.is-transparent,
  .io-azure .site-header .navbar.is-transparent.enable {
    background: #0b3795;
  }

  .theme-light .site-header .navbar.is-transparent {
    background: #eff6ff;
  }

  .site-header .navbar-btns {
    margin: 0 20px 30px;
    padding-top: 10px;
    display: inline-block;
  }

  .io-azure .site-header .navbar-btns,
  .io-mascari .site-header .navbar-btns,
  .io-lavendar .site-header .navbar-btns {
    margin-left: 0;
  }

  .site-header .navbar-btns li {
    display: inline-block;
  }

  .partner-list-s2 {
    padding-right: 60px;
  }

  .site-header .scroll-down {
    bottom: 80px;
    right: 0;
  }

  .navbar-collapse {
    position: relative;
  }

  .navbar-collapse:after {
    opacity: 1;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 220px;
    bottom: 0;
    z-index: -1;
    background-image: linear-gradient(to bottom, #0b0c22 0%, #1b1e4b 100%);
    transition: all .4s;
  }

  .io-azure .navbar-collapse:after,
  .io-mascari .navbar-collapse:after,
  .io-lavendar .navbar-collapse:after {
    background: none;
  }

  .theme-light .navbar-collapse:after {
    background-image: linear-gradient(to bottom, #eff6ff 0%, #d6e8ff 100%);
  }

  .navbar-collapse:after {
    opacity: 1;
  }

  .navbar .navbar-nav li:hover {
    opacity: 1;
  }

  .navbar .navbar-nav>li>a {
    padding: 0 5px;
  }

  .navbar .navbar-nav .sub-menu {
    width: 100%;
    opacity: 1;
    visibility: visible;
    display: none;
  }

  .navbar .navbar-nav .sub-menu:after {
    display: none;
  }
}

@media only screen and (min-width: 1800px) {
  .banner {
    min-height: 96vh;
  }

  .banner.banner-full {
    height: 100vh;
  }
}

@media only screen and (max-width: 991px) {
  .banner {
    min-height: 1000px;
  }

  .banner.banner-full {
    min-height: 830px;
  }

  .header-image {
    width: 100%;
    margin: 0 auto;
  }

  .header-image-icon {
    top: 30%;
    width: 20px;
  }

  .header-image .left-icon {
    margin-left: 3px;
  }

  .header-image .right-icon {
    margin-right: 0;
  }

  .header-image-alt {
    min-width: 690px;
  }

  .header-image-element {
    width: 44px;
  }

  .header-image-element-1 {
    left: 24%;
    bottom: 21%;
  }

  .header-image-element-2 {
    left: 33%;
    bottom: 30%;
  }

  .theme-light .banner.banner-curb.banner-particle,
  .banner.banner-curb.banner-particle {
    background-size: 150%, 75%, 75%, auto;
    background-position: bottom center, -65% 30%, 165% 60%, 0 0;
  }
}

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

  .navbar .navbar-nav>li>a {
    padding: 0 20px;
  }

  .io-azure .navbar .navbar-nav>li>a,
  .io-mascari .navbar .navbar-nav>li>a,
  .io-lavendar .navbar .navbar-nav>li>a {
    padding: 0;
  }

  .header-image {
    width: 100%;
    margin: 0 auto;
  }

  .header-image-icon {
    top: 30%;
    width: 20px;
  }

  .header-image .left-icon {
    margin-left: 1px;
  }

  .header-image .right-icon {
    margin-right: -1px;
  }

  .header-image-alt {
    min-width: 440px;
    max-width: 440px;
    margin: 0 auto;
  }

  .header-image-element {
    width: 30px;
  }

  .header-image-element-1 {
    left: 27%;
    bottom: 21%;
  }

  .header-image-element-2 {
    left: 35.5%;
    bottom: 30%;
  }
}

@media only screen and (max-width: 599px) {
  .banner {
    min-height: 900px;
  }

  .banner.banner-full {
    min-height: 900px;
  }
}

@media only screen and (max-width: 480px) {
  .banner {
    min-height: 665px;
  }

  .banner.banner-full {
    min-height: 665px;
    padding-top: 150px;
  }

  .site-header .is-transparent+.banner .banner-content {
    padding-top: 30px;
  }

  .header-image {
    width: 280px;
    margin: 0 auto;
  }

  .header-image-icon {
    top: 30%;
    width: 14px;
  }

  .header-image .left-icon {
    left: 44%;
    margin-left: -2px;
  }

  .header-image .right-icon {
    right: 41%;
    margin-right: -3px;
    margin-top: 5px;
  }

  .header-image-alt {
    min-width: 280px;
    max-width: 280px;
    margin: 0 auto;
  }

  .header-image-element {
    width: 20px;
  }

  .header-image-element-1 {
    left: 32%;
    bottom: 21%;
  }

  .header-image-element-2 {
    left: 39%;
    bottom: 30%;
  }

  .header-txt p.lead {
    font-size: .75em;
  }
}

@media only screen and (max-width: 320px) {
  .banner {
    min-height: 615px;
  }

  .banner.banner-full {
    min-height: 100vh;
  }

  .countdown-box.countdown-header {
    padding-bottom: 0;
  }
}

/*! 05.0 - BUTTONS */
.btn-element.inline {
  display: inline-block;
}

.btn {
  font-family: "Poppins", sans-serif;
  font-size: 12px;
  line-height: 46px;
  font-weight: 600;
  padding: 0 34px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  min-width: 140px;
  max-width: 100%;
  border: none;
  box-sizing: border-box;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  -ms-border-radius: 40px;
  border-radius: 40px;
  background-image: -webkit-linear-gradient(left, #16a3fe 0%, #41faa4 100%);
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.io-azure .btn {
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.io-azure .btn:not(.btn-simple):not(.btn-plane) {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.io-azure .btn:after,
.io-azure .btn:before {
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.btn:before {
  position: absolute;
  -ms-border-radius: 40px;
  border-radius: 40px;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0;
  transition: all .5s ease;
  background-image: -webkit-linear-gradient(left, #41faa4 0%, #16a3fe 100%);
  background-image: linear-gradient(to right, #41faa4 0%, #16a3fe 100%);
}

.btn.btn-alt {
  background-image: -webkit-linear-gradient(left, #16a3fe 0%, #41faa4 100%);
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.btn.btn-alt:before {
  background-image: -webkit-linear-gradient(left, #41faa4 0%, #16a3fe 100%);
  background-image: linear-gradient(to right, #41faa4 0%, #16a3fe 100%);
}

.btn:hover:before {
  opacity: 1;
}

.btn:hover,
.btn:focus {
  color: #fff;
  outline: none;
  box-shadow: none;
}

.btn.btn-outline {
  background: transparent;
}

.btn.btn-outline:after {
  position: absolute;
  -ms-border-radius: 40px;
  border-radius: 40px;
  left: 2px;
  top: 2px;
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  z-index: -1;
  opacity: 1;
  background: #020207;
  transition: all .5s ease;
}

.btn.btn-outline:hover:after {
  opacity: 0;
}

.btn.btn-outline:before {
  opacity: 1;
}

.io-azure .btn.btn-outline:after {
  -ms-border-radius: 4px;
  border-radius: 4px;
}

.btn.btn-plane {
  background: #16a3fe;
}

.btn.btn-plane.btn-alt {
  color: #2c57f5;
  background: #fff;
}

.btn.btn-plane.btn-alt:before {
  background: #10122d;
}

.btn.btn-plane.btn-alt:hover {
  color: #fff;
}

.btn.btn-plane.btn-alt {
  color: #2c57f5;
  background: #fff;
}

.btn.btn-plane.btn-alt:hover {
  color: #fff;
  background-image: none;
}

.btn.btn-plane.btn-alt:before {
  background: #10122d;
}

.btn.btn-more {
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #41faa4;
  font-size: .9em;
}

.btn.btn-more:before {
  display: none;
}

.btn.btn-more:focus {
  box-shadow: none;
  outline: none;
}

.btn.btn-more .ti {
  position: relative;
  top: 1px;
  transition: all .4s ease;
}

.btn.btn-more:hover .ti {
  margin-left: 6px;
}

.btn.btn-center {
  margin: 0 auto;
  width: auto;
  min-width: 140px;
}

.btn.btn-lg {
  padding: 18px 35px;
  font-size: 16px;
  -ms-border-radius: 60px;
  border-radius: 60px;
}

.btn.btn-outline.btn-lg:after,
.btn.btn-outline.btn-lg:before {
  -ms-border-radius: 60px;
  border-radius: 60px;
}

.btn.btn-md {
  padding: 10px 20px;
  font-size: 16px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  min-width: 180px;
}

.btn.btn-outline.btn-md:after,
.btn.btn-outline.btn-md:before {
  -ms-border-radius: 60px;
  border-radius: 60px;
}

.btn.btn-sm {
  line-height: 38px;
  padding: 0 24px;
  min-width: 120px;
}

.btn.btn-xs {
  padding: 3px 12px 4px;
  font-weight: 700;
  min-width: 90px;
}

.btn.btn-simple {
  background: transparent;
  text-transform: capitalize;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #fff;
}

.btn.btn-simple:before {
  display: none;
}

.btn.btn-simple .fa,
.btn.btn-simple .ti {
  margin-right: 8px;
  color: #41faa4;
}

.btn.btn-simple .fa {
  font-size: 0;
}

.btn.btn-simple .fa:before {
  font-size: 12px;
}

.btn.btn-more {
  background: transparent;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.2em;
  color: #41faa4;
  font-size: .9em;
}

.btn.btn-more:before {
  display: none;
}

.btn.btn-more .ti {
  position: relative;
  top: 1px;
  transition: all .4s ease;
}

.btn.btn-more:hover {
  color: #16a3fe;
}

.btn.btn-more:hover .ti {
  margin-left: 6px;
}

.btn.squared,
.btn.squared:before,
.btn.squared:after {
  border-radius: 0;
}

.play-btn {
  position: relative;
  display: inline-block;
  transition: all .5s ease;
}

.play-btn:hover {
  margin-left: 10px;
}

.play-btn-alt {
  color: #fff;
  text-align: center;
  height: 60px;
  width: 60px;
  transition: all .5s ease;
}

.play-btn-alt:after {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: 1s ease 0s normal none infinite running playbutton;
}

.play-btn-alt .fa {
  font-size: 24px;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  background: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  line-height: 60px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}

.play-btn-alt .fa:before {
  margin-left: 5px;
}

.play-btn-alt .fa+span {
  position: absolute;
  display: inline-block;
  top: calc(100% + 10px);
  left: 50%;
  min-width: 200px;
  transform: translateX(-50%);
}

.play-btn-alt:hover,
.play-btn-alt:focus {
  color: #fff;
  margin-top: -20px !important;
}

.section-pro .play-btn-alt:after,
.section-pro-alt .play-btn-alt:after {
  border: 1px solid rgba(70, 189, 244, 0.35);
}

.section-pro .play-btn-alt span,
.section-pro-alt .play-btn-alt span {
  color: #41faa4;
}

.play-btn .play {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: 3px;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  transition: all .5s ease;
}

.play-btn .play:before {
  position: absolute;
  content: "";
  height: 46px;
  width: 46px;
  top: 2px;
  left: 2px;
  border-radius: 50%;
  background: #10122d;
}

.play-btn .play:after {
  position: absolute;
  content: "";
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  top: -8px;
  left: -8px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: 1s ease 0s normal none infinite running playbutton;
}

.play-btn .play>span {
  position: absolute;
  content: "";
  height: 24px;
  width: 14px;
  top: 50%;
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.play-btn .play>span:before,
.play-btn .play>span:after {
  position: absolute;
  content: "";
  height: 0;
  width: 0;
  right: 0;
}

.play-btn .play>span:before {
  top: 0;
  border-right: 14px solid #10122d;
  border-bottom: 12px solid transparent;
}

.play-btn .play>span:after {
  bottom: 0;
  border-right: 14px solid #10122d;
  border-top: 12px solid transparent;
}

.play-btn>span {
  display: block;
  padding-left: 70px;
  font-weight: 300;
}

.play-btn>span:last-of-type {
  font-size: 12px;
  color: #16a3fe;
}

.play-btn>span:first-of-type {
  font-size: 21px;
  color: #fff;
}

@keyframes playbutton {
  0% {
    transform: scale(0.75);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

.theme-light .btn.btn-outline,
.section-light .btn.btn-outline,
.section-light-alt .btn.btn-outline {
  background: transparent;
  color: #28384c;
}

.theme-light .btn.btn-outline:after,
.section-light .btn.btn-outline:after,
.section-light-alt .btn.btn-outline:after {
  background: #e5f0ff;
}

.theme-light .play-btn .play:before,
.section-light .play-btn .play:before,
.section-light-alt .play-btn .play:before {
  background: #fff;
}

.theme-light .play-btn .play:after,
.section-light .play-btn .play:after,
.section-light-alt .play-btn .play:after {
  border-color: rgba(60, 60, 60, 0.35);
}

.theme-light .play-btn .play>span:before,
.section-light .play-btn .play>span:before,
.section-light-alt .play-btn .play>span:before {
  top: 0;
  border-right-color: #fff;
}

.theme-light .play-btn .play>span:after,
.section-light .play-btn .play>span:after,
.section-light-alt .play-btn .play>span:after {
  bottom: 0;
  border-right-color: #fff;
}

.theme-light .play-btn>span:first-of-type,
.section-light .play-btn>span:first-of-type,
.section-light-alt .play-btn>span:first-of-type {
  color: #28384c;
}

.io-azure .btn.btn-outline {
  background: transparent;
}

.io-azure .btn.btn-outline:after {
  background: #0b3691;
}

.io-azure .section-pro .btn.btn-outline,
.io-azure .section-pro-alt .btn.btn-outline {
  color: #16a3fe;
}

.io-azure .section-pro .btn.btn-simple,
.io-azure .section-pro-alt .btn.btn-simple {
  color: #16a3fe;
}

.io-azure .section-pro .btn.btn-simple .fa,
.io-azure .section-pro-alt .btn.btn-simple .fa {
  color: #41faa4;
}

.io-azure .play-btn .play:before {
  background: #fff;
}

.io-azure .play-btn .play:after {
  border-color: rgba(60, 60, 60, 0.35);
}

.io-azure .play-btn .play>span:before {
  top: 0;
  border-right-color: #fff;
}

.io-azure .play-btn .play>span:after {
  bottom: 0;
  border-right-color: #fff;
}

.io-azure .play-btn>span:first-of-type {
  color: #28384c;
}

.theme-light .btn.btn-outline {
  background: transparent;
  color: #28384c;
}

.theme-light .btn.btn-outline:hover {
  color: #fff;
}

.theme-light .btn.btn-outline:after {
  background: #e5f0ff;
}

.theme-light .play-btn .play:before {
  background: #fff;
}

.theme-light .play-btn .play:after {
  border-color: rgba(60, 60, 60, 0.35);
}

.theme-light .play-btn .play>span:before {
  top: 0;
  border-right-color: #fff;
}

.theme-light .play-btn .play>span:after {
  bottom: 0;
  border-right-color: #fff;
}

.theme-light .play-btn>span:first-of-type {
  color: #28384c;
}

.btn-img {
  display: block;
}

.btn-img img {
  max-width: 100%;
}

.btns {
  margin: 0 -15px;
}

.btns li {
  display: inline-block;
  margin: 10px 15px;
}

.btns li a:not(.btn) {
  margin-right: 12px;
}

.btns li .fa {
  font-size: 0;
}

.btns li .fa:before {
  font-size: 16px;
}

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

  .btn {
    font-size: 10px;
    min-width: 110px;
    line-height: 40px;
    padding: 0 15px;
  }

  .btn-img {
    max-width: 110px;
  }

  .btns {
    margin: 0 -3px;
  }

  .btns li {
    margin: 10px 3px;
  }

  .mc4wp-form .btn {
    line-height: 46px;
  }

  form.mc4wp-form {
    margin: 0;
  }
}

/** 07.0 - FEATURES SECTION */
.text-block p:not(.lead) {
  color: #a2b4d2;
}

.text-block ul:not(.btns) {
  margin-bottom: 20px;
}

.text-block ul:not(.btns) li {
  position: relative;
  line-height: 2;
  padding-left: 22px;
  color: #a2b4d2;
}

.text-block ul:not(.btns) li:before {
  content: "";
  background: #41faa4;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}

.text-block .heading-xs {
  text-transform: uppercase;
}

.io-azure .text-block p:not(.lead) {
  color: #7ab9ff;
}

.io-azure .text-block ul:not(.btns) li {
  color: #7ab9ff;
}

.io-azure .text-block .heading-xs {
  color: #16a4fd;
}

.io-azure .section-pro .text-block p:not(.lead),
.io-azure .section-pro-alt .text-block p:not(.lead) {
  color: #637097;
}

.io-azure .section-pro .text-block ul:not(.btns) li,
.io-azure .section-pro-alt .text-block ul:not(.btns) li {
  color: #637097;
}

.video-graph {
  position: relative;
}

.video-graph .play-btn-alt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  margin-right: -10px;
  transform: translate(-50%, -50%);
}

.theme-light .text-block p:not(.lead),
.section-light .text-block p:not(.lead),
.section-light-alt .text-block p:not(.lead) {
  color: #8284a5;
}

.theme-light .text-block ul:not(.btns) li,
.section-light .text-block ul:not(.btns) li,
.section-light-alt .text-block ul:not(.btns) li {
  color: #8284a5;
}

.features-box {
  margin-bottom: 40px;
}

.features-box img {
  max-width: 300px;
}

.features-box h5 {
  margin: 30px 0 12px;
}

.features-box p {
  color: #a2b4d2;
}

.theme-light .features-box p,
.section-light .features-box p,
.section-light-alt .features-box p {
  color: #8284a5;
}

.io-azure .features-box p {
  color: #7ab9ff;
}

.io-azure .section-pro .features-box h5,
.io-azure .section-pro-alt .features-box h5 {
  color: #313c56;
}

.io-azure .section-pro .features-box p,
.io-azure .section-pro-alt .features-box p {
  color: #637097;
}

.app-section {
  overflow: hidden;
}

@media only screen and (max-width:991px) {
  .features-box img {
    max-width: 160px;
  }
}

.token-section {
  position: relative;
}

.token-section:after {
  content: "";
  background: linear-gradient(to top, #1b30a4 15%, rgba(13, 66, 178, 0) 100%);
  height: 80%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.theme-light .text-block p:not(.lead) {
  color: #8284a5;
}

.theme-light .text-block ul:not(.btns) li {
  color: #8284a5;
}

/** 08.0 - TOKEN SECTION */
.event-info {
  margin-bottom: -30px;
}

.event-single-info {
  margin-bottom: 30px;
  position: relative;
  padding-left: 16px;
}

.event-single-info:before {
  content: "";
  background: #41faa4;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.event-single-info h6 {
  margin-bottom: 2px;
}

.event-single-info p {
  color: #8284a5;
}

.io-azure .event-single-info p {
  color: #7ab9ff;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-info {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 991px) {
  .event-info {
    margin-bottom: 40px;
  }
}

.countdown-box {
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 20px;
}

.section-bg .countdown-box {
  background: #0b0c22;
}

.section-bg-alt .countdown-box {
  background: #10122d;
}

.io-azure .countdown-box {
  background: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.io-azure .countdown-box .token-countdown .countdown-text {
  color: #340075;
}

.io-azure .countdown-box .btn.btn-alt {
  padding-left: 40px;
  padding-right: 40px;
  -ms-border-radius: 19px;
  border-radius: 19px;
  background-image: linear-gradient(to right, #340075 0%, #0d9ee0 100%);
}

.io-azure .countdown-box .btn.btn-alt:before {
  -ms-border-radius: 19px;
  border-radius: 19px;
  background-image: linear-gradient(to right, #0d9ee0 0%, #340075 100%);
}

.io-azure .banner-tokensale .countdown-box .btn.btn-alt {
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.io-azure .banner-tokensale .countdown-box .btn.btn-alt:before {
  -ms-border-radius: 4px;
  border-radius: 4px;
  background-image: linear-gradient(to right, #41faa4 0%, #16a3fe 100%);
}

.countdown-box h6 {
  text-transform: uppercase;
}

.countdown-box .token-countdown {
  padding-bottom: 33px;
}

.countdown-box .token-countdown .countdown-time {
  font-size: 45px;
  font-weight: 300;
  line-height: 1;
  display: block;
  margin-bottom: 5px;
  position: relative;
}

.countdown-box .token-countdown .countdown-time:after {
  position: absolute;
  right: -18px;
  bottom: 5px;
  content: ":";
  color: #fff;
  font-size: 40px;
}

.countdown-box .token-countdown .countdown-time.countdown-time-last:after {
  display: none;
}

.countdown-box .token-countdown .countdown-text {
  color: #41faa4;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  line-height: 1;
}

.countdown-box .icon-list {
  margin: 10px 0 0;
}

.countdown-box .icon-list li {
  display: inline-block;
  margin: 0 5px;
}

.countdown-box .icon-list li .fa,
.countdown-box .icon-list li .fab {
  color: #8284a5;
  font-size: 18px;
}

.countdown-box.countdown-transparent {
  background: rgba(11, 55, 149, 0.6) !important;
}

.countdown-box.countdown-header {
  background: transparent;
  position: relative;
}

.countdown-box.countdown-header:after {
  position: absolute;
  top: 50%;
  left: calc(50% - 40px);
  content: "";
  height: 565px;
  width: 575px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(122, 15, 255, 0.1);
  border-radius: 50%;
}

.countdown-box.countdown-header:before {
  position: absolute;
  top: 50%;
  left: calc(50% - 15px);
  content: "";
  height: 565px;
  width: 575px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(122, 15, 255, 0.1);
  border-radius: 50%;
}

.countdown-box.countdown-header .extra-line {
  position: absolute;
  top: 50%;
  left: calc(50% + 15px);
  content: "";
  height: 565px;
  width: 575px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(122, 15, 255, 0.1);
  border-radius: 50%;
}

.countdown-box.countdown-header .extra-line:after {
  position: absolute;
  top: 50%;
  left: calc(50% + 25px);
  content: "";
  height: 565px;
  width: 575px;
  transform: translate(-50%, -50%);
  border: 1px solid rgba(122, 15, 255, 0.1);
  border-radius: 50%;
}

.banner-tokensale .countdown-box {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  transform: translateY(-50%);
  z-index: 999;
}

.banner-tokensale .countdown-box .token-countdown .countdown-text {
  color: #fff;
}

.banner-tokensale .header-image-alt img {
  opacity: .2;
}

.theme-light .countdown-box .token-countdown .countdown-time:after {
  color: #6e7e98;
}

.theme-light .section-bg .countdown-box {
  background: #fff;
}

.theme-light .section-bg-alt .countdown-box {
  background: #eff6ff;
}

.section-light .countdown-box .token-countdown .countdown-time:after,
.section-light-alt .countdown-box .token-countdown .countdown-time:after {
  color: #a2b4d2;
}

.section-light.section-bg .countdown-box,
.section-light-alt.section-bg .countdown-box {
  background: #fff;
}

.section-light.section-bg-alt .countdown-box,
.section-light-alt.section-bg-alt .countdown-box {
  background: #eff6ff;
}

.token-status-bar {
  position: relative;
  height: 15px;
  border-radius: 4px;
  background: #fff;
  margin: 30px 0;
}

.io-azure .token-status-bar {
  background: rgba(255, 255, 255, 0.4);
}

.token-status-percent {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border-radius: 3px 0 0 3px;
  background: linear-gradient(to right, #41faa4 0%, #16a3fe 100%);
}

.io-azure .token-status-percent {
  background: #16a3fe;
}

.io-azure .banner-tokensale .token-status-percent {
  background: linear-gradient(to right, #16a3fe 0%, #0b39e2 100%);
}

.token-status-point {
  position: absolute;
  font-size: .75em;
  transform: translateX(-50%);
  top: -35px;
  text-transform: uppercase;
}

.token-status-point:after {
  position: absolute;
  left: 50%;
  top: calc(100% - 1px);
  height: 30px;
  width: 1px;
  content: '';
  background: rgba(130, 85, 253, 0.35);
}

.io-azure .token-status-point:after {
  background: rgba(255, 255, 255, 0.35);
}

.token-status-point-1 {
  left: 20%;
}

.token-status-point-2 {
  left: 40%;
}

.token-status-point-3 {
  left: 60%;
}

.token-status-point-4 {
  left: 80%;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
  .countdown-box .token-countdown .countdown-time {
    font-weight: 300;
  }
}

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

  .countdown-box {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .countdown-box.countdown-header:after,
  .countdown-box.countdown-header:before,
  .countdown-box.countdown-header .extra-line {
    display: none;
  }
}

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

  .countdown-box {
    padding: 40px 0;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .countdown-box .token-countdown .countdown-time {
    font-size: 20px;
    margin-bottom: 5px;
  }

  .countdown-box .token-countdown .countdown-time:after {
    font-size: 18px;
    bottom: 0;
  }

  .countdown-box .token-countdown .countdown-text {
    font-size: 9px;
  }

  .token-status-bar {
    margin: 20px;
  }
}

.single-chart h2,
.single-chart h3,
.single-chart h4 {
  padding-bottom: 40px;
}

/** 09.0 - ROADMAP SECTION */
.roadmap-section.section-pro,
.roadmap-section.section-pro-alt {
  position: relative;
}

.roadmap-section.section-pro:before,
.roadmap-section.section-pro-alt:before {
  content: "";
  background: url(../images/pattern-azure-light.png) 50% 50% no-repeat fixed;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.roadmap-list {
  margin-bottom: 230px;
  position: relative;
}

.roadmap-list:after {
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 100vw;
  content: "";
  transform: translateX(-50%);
  background: #16a3fe;
}

.roadmap-list .col,
.roadmap-list [class*="col-"] {
  padding-right: 0;
}

.single-roadmap {
  position: relative;
  padding: 0 0 30px 25px;
}

.single-roadmap:before {
  background-image: -webkit-linear-gradient(top, #41faa4 0%, #16a3fe 100%);
  background-image: linear-gradient(top, #41faa4 0%, #16a3fe 100%);
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 1px;
  height: calc(100% - 15px);
}

.single-roadmap:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  transform: translateX(-50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #41faa4;
}

.single-roadmap.roadmap-done:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: '\f00c';
  left: 0;
  top: -4px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: transparent;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  border: 1px solid #41faa4;
}

.roadmap-list .single-roadmap.roadmap-done:after {
  background: transparent;
}

.theme-light .single-roadmap.roadmap-done:after,
.section-light .single-roadmap.roadmap-done:after {
  color: initial;
}

.single-roadmap h6 {
  font-weight: 500;
  margin-bottom: 10px;
}

.single-roadmap.roadmap-down {
  position: absolute;
  left: -65px;
  min-width: 190px;
  max-width: 190px;
  padding-top: 85px;
}

.single-roadmap.roadmap-down:before {
  background-image: -webkit-linear-gradient(top, #16a3fe 0%, #41faa4 100%);
  background-image: linear-gradient(top, #16a3fe 0%, #41faa4 100%);
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  bottom: auto;
  width: 1px;
  height: 85px;
}

.single-roadmap.roadmap-down:after {
  left: 0;
  top: 85px;
}

.single-roadmap.roadmap-sm {
  min-height: 180px;
}

.single-roadmap.roadmap-lg {
  min-height: 310px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .roadmap-list:after {
    height: 2px;
  }

  .single-roadmap:before {
    left: 0;
    bottom: 0;
    width: 2px;
  }

  .single-roadmap:after {
    width: 16px;
    height: 16px;
  }

  .single-roadmap.roadmap-done:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .single-roadmap.roadmap-down:before {
    width: 2px;
  }
}

.theme-light .single-roadmap:before,
.section-light .single-roadmap:before,
.section-light-alt .single-roadmap:before {
  background-image: -webkit-linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
  background-image: linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
}

.theme-light .single-roadmap:after,
.section-light .single-roadmap:after,
.section-light-alt .single-roadmap:after {
  background: #16a3fe;
}

.theme-light .single-roadmap.roadmap-done:after,
.section-light .single-roadmap.roadmap-done:after,
.section-light-alt .single-roadmap.roadmap-done:after {
  background: transparent;
  color: #000;
}

.theme-light .single-roadmap.roadmap-down:before,
.section-light .single-roadmap.roadmap-down:before,
.section-light-alt .single-roadmap.roadmap-down:before {
  background-image: -webkit-linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
  background-image: linear-gradient(top, #16a3fe 0%, #16a3fe 100%);
}

@media only screen and (min-width: 992px) {
  .width-0 {
    max-width: 0;
  }
}

@media only screen and (max-width: 991px) {
  .roadmap-list {
    margin-bottom: 0;
  }

  .single-roadmap.roadmap-sm {
    min-height: auto;
  }

  .single-roadmap.roadmap-lg {
    min-height: auto;
  }

  .single-roadmap.roadmap-down {
    position: relative;
    left: 0;
    min-width: 100%;
    max-width: 100%;
    padding-top: 0;
    transform: translateX(0);
  }

  .single-roadmap.roadmap-down:before {
    top: auto;
    bottom: 0;
    height: calc(100% - 15px);
  }

  .single-roadmap.roadmap-down:after {
    left: 0;
    top: 0;
    transform: translateX(-50%);
  }
}

.roadmap-list-alt {
  position: relative;
}

.roadmap-list-alt:before,
.roadmap-list-alt:after {
  position: absolute;
  top: 15px;
  width: 85px;
  height: 1px;
  content: "";
  z-index: 4;
}

.roadmap-list-alt:after {
  right: 0;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #1b30a4 100%);
}

.roadmap-list-alt:before {
  left: 0;
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #1b30a4 100%);
}

.section-pro .roadmap-list-alt:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #fff 100%);
}

.section-pro .roadmap-list-alt:before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #fff 100%);
}

.section-pro-alt .roadmap-list-alt:after {
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, #ebf3fc 100%);
}

.section-pro-alt .roadmap-list-alt:before {
  background: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, #ebf3fc 100%);
}

.roadmap-list-alt .owl-prev,
.roadmap-list-alt .owl-next {
  position: absolute;
  top: -4px;
  z-index: 10;
  opacity: .5;
  transition: all .5s ease;
}

.roadmap-list-alt .owl-prev .ti,
.roadmap-list-alt .owl-next .ti {
  font-size: 36px;
  color: #fff;
  line-height: 40px;
}

.roadmap-list-alt .owl-prev:hover,
.roadmap-list-alt .owl-next:hover {
  opacity: 1;
}

.roadmap-list-alt .owl-prev.disabled,
.roadmap-list-alt .owl-next.disabled {
  opacity: .2;
  cursor: auto;
}

.section-pro .roadmap-list-alt .owl-prev .ti,
.section-pro .roadmap-list-alt .owl-next .ti,
.section-pro-alt .roadmap-list-alt .owl-prev .ti,
.section-pro-alt .roadmap-list-alt .owl-next .ti {
  color: #41faa4;
}

.roadmap-list-alt .owl-prev {
  left: -35px;
}

.roadmap-list-alt .owl-next {
  right: -35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .roadmap-list {
    max-width: 540px;
    margin-left: auto;
    margin-right: auto;
  }
}

.single-roadmap-alt {
  position: relative;
  padding-top: 60px;
  margin-top: 15px;
}

.single-roadmap-alt:before {
  position: absolute;
  content: "";
  top: 0;
  left: -7.5px;
  width: calc(100% + 30px);
  height: 1px;
  z-index: 3;
  background-image: linear-gradient(to right, transparent 0%, #16a3fe 50%, #16a3fe 100%);
}

.single-roadmap-alt:after {
  position: absolute;
  font-family: 'FontAwesome';
  content: "";
  right: -33px;
  top: -10px;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  font-size: 10px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  border: 1px solid #16a3fe;
  background: #10122d;
  z-index: 4;
}

.single-roadmap-alt.sra-done:after {
  content: '\f00c';
}

.section-pro-alt .single-roadmap-alt.sra-done:after,
.section-light .single-roadmap-alt.sra-done:after,
.theme-light .single-roadmap-alt.sra-done:after {
  color: initial;
}

.io-azure .single-roadmap-alt:after {
  background: #1b30a4;
}

.section-pro .single-roadmap-alt:after {
  background: #fff;
}

.section-pro-alt .single-roadmap-alt:after {
  background: #ebf3fc;
}

.single-roadmap-alt.gradiant-ctob:before {
  background-image: linear-gradient(to right, #16a3fe 0%, #16a3fe 100%);
}

.single-roadmap-alt.gradiant-ctob:after {
  border-color: #16a3fe;
}

.single-roadmap-alt.gradiant-ctob h5:before,
.single-roadmap-alt.gradiant-ctob h6:before {
  background: #16a3fe;
}

.single-roadmap-alt.sec-pri:before {
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.single-roadmap-alt.sec-pri:after {
  border-color: #41faa4;
}

.single-roadmap-alt.sec-pri h5:before,
.single-roadmap-alt.sec-pri h6:before {
  background: #41faa4;
}

.single-roadmap-alt.pri-sec:before {
  background-image: linear-gradient(to right, #41faa4 0%, #16a3fe 100%);
}

.single-roadmap-alt.pri-sec:after {
  border-color: #16a3fe;
}

.single-roadmap-alt.pri-sec h5:before,
.single-roadmap-alt.pri-sec h6:before {
  background: #16a3fe;
}

.single-roadmap-alt.sec-prialt:before {
  background-image: linear-gradient(to right, #16a3fe 0%, #16a3fe 100%);
}

.single-roadmap-alt.sec-prialt:after {
  border-color: #16a3fe;
}

.single-roadmap-alt.sec-prialt h5:before,
.single-roadmap-alt.sec-prialt h6:before {
  background: #16a3fe;
}

.single-roadmap-alt.prialt-pri:before {
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.single-roadmap-alt.prialt-pri:after {
  border-color: #41faa4;
}

.single-roadmap-alt.prialt-pri h5:before,
.single-roadmap-alt.prialt-pri h6:before {
  background: #41faa4;
}

.single-roadmap-alt.pri-last:before {
  background-image: linear-gradient(to left, transparent 0%, #41faa4 50%, #41faa4 100%);
}

.single-roadmap-alt.pri-last:after {
  display: none;
}

.single-roadmap-alt.pri-last h5:before,
.single-roadmap-alt.pri-last h6:before {
  display: none;
}

.single-roadmap-alt h5,
.single-roadmap-alt h6 {
  font-size: 1.2em;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 10px;
  position: relative;
}

.single-roadmap-alt h5:before,
.single-roadmap-alt h6:before {
  position: absolute;
  right: -14px;
  top: -51px;
  height: 70px;
  width: 1px;
  background: #16a3fe;
  content: "";
}

@media only screen and (max-width:767px) {
  .roadmap-list-alt .owl-prev {
    left: 0;
  }

  .roadmap-list-alt .owl-next {
    right: 0;
  }

  .single-roadmap-alt h5:before,
  .single-roadmap-alt h6:before {
    height: 45px;
  }
}

.io-azure .team-section {
  position: relative;
}

.io-azure .team-section:before {
  content: "";
  background: url(../images/pattern-azure-dark.png) 50% 50% no-repeat;
  background-size: contain;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: .5;
}

.io-azure .team-section.bg-fixed:before {
  background-attachment: fixed;
  background-size: cover;
}

/** 10.0 - TEAM SECTION */
.team-member {
  margin: 50px 15px 30px 50px;
  padding: 130px 20px 25px 25px;
  position: relative;
  max-width: 190px;
  flex-grow: 1;
}

.section-bg .team-member {
  background: #0b0c22;
}

.section-bg-alt .team-member {
  background: #10122d;
}

.io-azure .team-member {
  background: #1b30a4;
}

.team-member .team-photo {
  width: 160px;
  position: absolute;
  top: -50px;
  left: -38px;
  transition: all .5s ease;
}

.io-azure .team-member .team-photo {
  opacity: .85;
}

.team-member .team-photo img {
  border-radius: 0;
}

.team-member .team-photo:after {
  position: absolute;
  top: 24px;
  right: -33px;
  content: "";
  height: 3px;
  width: 65px;
  background-image: -webkit- linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  transition: all .5s ease;
}

.team-member .team-photo .expand-trigger {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  height: 178px;
}

.team-member .team-photo:hover {
  top: -40px;
}

.team-member .team-photo:hover:after {
  top: 24px;
  right: -23px;
}

.team-member .team-name {
  margin-bottom: 6px;
  max-width: 73%;
}

.team-member .team-title {
  color: #41faa4;
  font-size: 13px;
  display: block;
}

.team-member .team-social {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px 25px;
}

.team-member .team-social li {
  line-height: 34px;
}

.team-member .team-social li a {
  color: #16a3fe;
}

.team-member .team-social li a:hover {
  color: #fff;
}

.team-member .team-social li a .fa {
  font-size: 16px;
}

.theme-light .team-member .team-social li a:hover {
  color: #3c3c3c;
}

.theme-light .section-bg .team-member {
  background: #fff;
}

.theme-light .section-bg-alt .team-member {
  background: #eff6ff;
}

.section-light .team-member .team-social li a:hover,
.section-light-alt .team-member .team-social li a:hover {
  color: #3c3c3c;
}

.section-light.section-bg .team-member,
.section-light-alt.section-bg .team-member {
  background: #fff;
}

.section-light.section-bg-alt .team-member,
.section-light-alt.section-bg-alt .team-member {
  background: #eff6ff;
}

.team-hex {
  margin-bottom: 30px;
}

.team-hex .team-photo {
  width: 160px;
}

.team-hex .team-info {
  padding-left: 20px;
  margin-top: 85px;
  position: relative;
}

.team-hex .team-info:before {
  position: absolute;
  top: -17px;
  left: -35px;
  content: "";
  height: 3px;
  width: 130px;
  background-image: -webkit- linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.team-hex .team-name {
  font-weight: 400;
  margin-bottom: 0;
}

.team-hex .team-title {
  color: #16a3fe;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
}

.team-hex .team-social li {
  display: inline-block;
  margin-right: 14px;
}

.team-hex .team-social li a {
  color: rgba(255, 255, 255, 0.6);
}

.team-hex .team-social li a:hover {
  color: #fff;
}

.team-hex .team-social li a .fa {
  font-size: 16px;
}

.team-described {
  margin-bottom: 30px;
}

.team-described .team-photo {
  width: 150px;
}

.team-described .team-photo img {
  border-radius: 5px;
}

.team-described .team-info {
  width: 135px;
  margin-top: 40px;
  position: relative;
}

.team-described .team-name {
  font-weight: 400;
  margin-bottom: 7px;
  text-transform: uppercase;
}

.team-described .team-title {
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  display: block;
  position: relative;
  padding-bottom: 13px;
}

.team-described .team-title:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  height: 3px;
  width: 190px;
  background-image: -webkit- linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
}

.team-described .team-social {
  margin-top: 12px;
}

.team-described .team-social li {
  display: inline-block;
  margin-right: 14px;
}

.team-described .team-social li a {
  color: #16a3fe;
}

.team-described .team-social li a:hover {
  color: #fff;
}

.team-described .team-social li a .fa {
  font-size: 16px;
}

.team-described .team-discription {
  margin-left: 135px;
  margin-top: 18px;
}

.team-described .team-discription li {
  line-height: 1.6;
  font-size: 1em;
  position: relative;
  padding-left: 16px;
  margin-bottom: 8px;
}

.team-described .team-discription li:last-of-type {
  margin-bottom: 0;
}

.team-described .team-discription li:before {
  content: "";
  background: #41faa4;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
}

.team-circle {
  margin-bottom: 50px;
}

.team-circle-img {
  position: relative;
}

.team-circle-img .expand-trigger {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  cursor: pointer;
  height: 100%;
}

.team-circle .team-photo {
  position: relative;
  width: 160px;
  margin: 0 auto;
}

.team-circle .team-photo img {
  border-radius: 50%;
  width: 160px;
  position: relative;
  z-index: 2;
}

.team-circle .team-photo .expand-trigger {
  cursor: pointer;
  position: absolute;
  top: -12px;
  left: -12px;
  height: calc(100% + 24px);
  width: calc(100% + 24px);
  z-index: 3;
  border-radius: 50%;
  color: #fff;
}

.team-circle .team-photo:before {
  position: absolute;
  content: "";
  height: calc(100% + 24px);
  width: calc(100% + 24px);
  border-radius: 50%;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) scale(0.6);
  z-index: 1;
  opacity: 0;
  transition: all .5s ease;
  background-image: linear-gradient(to top, #16a3fe 0%, #41faa4 100%);
}

.team-circle .team-photo:hover .expand-trigger {
  opacity: 1;
}

.team-circle .team-photo:hover:before {
  opacity: 1;
  transform: translateX(-50%) scale(1);
}

.team-circle .team-info {
  margin-top: 25px;
}

.team-circle .team-name {
  font-weight: 400;
  margin-bottom: 0;
}

.team-circle .team-title {
  color: #16a3fe;
  font-size: 13px;
  display: block;
  margin-bottom: 12px;
}

.team-circle .team-social li {
  display: inline-block;
  margin: 0 7px;
}

.team-circle .team-social li a .fa {
  font-size: 16px;
}

.team-profile {
  max-width: 970px;
  margin: 30px auto;
  padding: 40px 35px;
  background: #fff;
  position: relative;
  color: #3c3c3c;
}

.team-profile .team-profile-photo img {
  width: 100%;
}

.team-profile .team-profile-info {
  padding: 30px 0 20px 20px;
}

.team-profile .name {
  margin-bottom: 5px;
  color: #3c3c3c;
}

.team-profile .sub-title {
  font-size: .875em;
  margin-bottom: 5px;
}

.team-profile .tpi-social li {
  display: inline-block;
  margin-right: 15px;
}

.team-profile .tpi-social li a {
  font-size: 14px;
}

.team-profile p {
  margin-bottom: 8px;
}

.team-profile p:last-of-type {
  margin-bottom: 28px;
}

.tpi-social li .fa {
  font-size: 0;
}

.tpi-social li .fa:before {
  font-size: 14px;
}

.single-skill-bar {
  font-size: 12px;
  text-transform: capitalize;
  padding-bottom: 15px;
}

.skill-bar {
  position: relative;
  width: 100%;
  height: 4px;
  background: #ccc;
  margin-top: 5px;
}

.skill-bar-percent {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #41faa4 0%, #16a3fe 100%);
}

.bg-team-exp.mfp-bg {
  background-image: linear-gradient(to right, #41faa4 0%, #16a3fe 100%);
}

@media only screen and (max-width: 991px) {
  .team-member {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px) {
  .team-profile .team-profile-info {
    padding: 30px 0 20px 0;
  }
}

/** 11.0 - PARTNER SECTION */
.single-partner {
  padding-bottom: 30px;
}

.partner-list-s2 {
  width: 100%;
  margin-top: 15px;
  padding-left: 15px;
  color: #7ab9ff;
  line-height: 1.4;
  font-size: 12px;
}

.partner-list-s2 li {
  width: 18%;
  text-transform: uppercase;
  line-height: 1.4;
  font-size: 12px;
  color: #7ab9ff;
  text-align: center;
}

.partner-list-s2 li:first-child {
  width: 10%;
  text-align: left;
}

.partner-list-s2 li a {
  display: inline-block;
}

.header-partners {
  position: absolute;
  width: 100%;
  bottom: 40px;
}

@media only screen and (min-width:768px) and (max-width:1024px) {
  .header-partners {
    position: relative;
    width: 100%;
    bottom: auto;
    margin-top: 100px;
    margin-bottom: 35px;
  }

  .partner-list-s2 {
    padding-left: 15px;
  }
}

@media only screen and (max-width:767px) {
  .header-partners {
    position: relative;
    width: 100%;
    bottom: auto;
  }

  .site-header .scroll-down {
    display: none;
  }

  .partner-list-s2 {
    width: 100%;
    margin-top: 20px;
    padding-right: 0;
    justify-content: center;
  }

  .partner-list-s2 li {
    width: 33.3%;
    flex-grow: 0;
    margin-bottom: 20px;
  }

  .partner-list-s2 li:first-child {
    width: 100%;
    text-align: center;
  }
}

/** 12.0 - FAQ SECTION */
.accordion .card {
  background-color: #171a40;
  border: none;
  border-bottom: 1px solid #10122d;
  border-radius: 0;
}

.io-azure .accordion .card {
  background: #16a3fe;
  border-color: #16a3fe;
}

.accordion .card .card-header {
  position: relative;
  font-size: 1em;
  padding: 0;
  border-bottom: none;
  background: transparent;
}

.accordion .card .card-header a {
  color: #fff;
  font-weight: 500;
  padding: 15px 30px;
  display: block;
  margin-top: 0;
  cursor: pointer;
}

.accordion .card .card-header a.collapsed {
  color: #fff;
  background-color: #10122d;
}

.io-azure .accordion .card .card-header a.collapsed {
  background: #16a3fe;
}

.accordion .card .card-header a:hover {
  opacity: 1;
}

.accordion .card .card-body {
  padding: 0 30px 15px 30px;
}

.accordion .card:last-child {
  border-bottom: 0 none;
}

.accordion .card+.card {
  margin-top: 0;
}

.accordion .plus-minus {
  cursor: pointer;
  transition: opacity 350ms;
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  transition: all .5s ease;
}

.accordion .plus-minus span.ti {
  position: relative;
  height: 100%;
  display: block;
  font-size: 18px;
}

.io-azure .accordion .plus-minus span.ti {
  color: #fff;
}

.accordion .plus-minus:hover {
  opacity: 0.8;
}

.accordion .collapsed .plus-minus {
  transform: rotate(180deg);
}

.theme-light .accordion .card .card-header a {
  color: #8284a5;
}

.theme-light .accordion .card .card-header a.collapsed {
  color: #8284a5;
}

.theme-light .accordion .card .card-body {
  color: #8284a5;
}

.theme-light .section-bg .accordion .card {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(239, 246, 255, 0.5);
}

.theme-light .section-bg .accordion .card .card-header a.collapsed {
  background-color: #fff;
}

.theme-light .section-bg .accordion .card:last-child {
  border-bottom: none;
}

.theme-light .section-bg-alt .accordion .card {
  background-color: rgba(239, 246, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.theme-light .section-bg-alt .accordion .card .card-header a.collapsed {
  background-color: #eff6ff;
}

.theme-light .section-bg-alt .accordion .card:last-child {
  border-bottom: none;
}

.section-light .accordion .card .card-header a,
.section-light-alt .accordion .card .card-header a {
  color: #8284a5;
}

.section-light .accordion .card .card-header a.collapsed,
.section-light-alt .accordion .card .card-header a.collapsed {
  color: #8284a5;
}

.section-light .accordion .card .card-body,
.section-light-alt .accordion .card .card-body {
  color: #8284a5;
}

.section-light.section-bg .accordion .card,
.section-light-alt.section-bg .accordion .card {
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(239, 246, 255, 0.5);
}

.section-light.section-bg .accordion .card .card-header a.collapsed,
.section-light-alt.section-bg .accordion .card .card-header a.collapsed {
  background-color: #fff;
}

.section-light.section-bg .accordion .card:last-child,
.section-light-alt.section-bg .accordion .card:last-child {
  border-bottom: none;
}

.section-light.section-bg-alt .accordion .card,
.section-light-alt.section-bg-alt .accordion .card {
  background-color: rgba(239, 246, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.section-light.section-bg-alt .accordion .card .card-header a.collapsed,
.section-light-alt.section-bg-alt .accordion .card .card-header a.collapsed {
  background-color: #eff6ff;
}

.section-light.section-bg-alt .accordion .card:last-child,
.section-light-alt.section-bg-alt .accordion .card:last-child {
  border-bottom: none;
}

@media only screen and (max-width: 767px) {
  .vc_tta-title-text {
    color: #fff;
  }

  .theme-light .vc_tta-title-text {
    color: #3c3c3c;
  }
}

.panel-group:last-child {
  margin-bottom: 0;
}

.single-faq {
  margin: 30px 0 25px;
}

.single-faq h5 {
  font-size: 1.1em;
  font-weight: 500;
  margin-bottom: 13px;
}

.single-faq p {
  color: #a2b4d2;
}

.io-azure .single-faq p {
  color: #7ab9ff;
}

.io-azure .section-pro .single-faq h5,
.io-azure .section-pro-alt .single-faq h5 {
  color: #313c56;
}

.io-azure .section-pro .single-faq p,
.io-azure .section-pro-alt .single-faq p {
  color: #637097;
}

.contact-section {
  overflow: hidden;
}

/** 13.0 - CONTACT SECTION */
.contact-info {
  margin: 0 -30px;
  display: flex;
}

.contact-info li {
  margin: 0 30px;
}

.contact-info li .fa {
  font-size: 0;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  color: #fff;
  background-image: -webkit- linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  border-radius: 50%;
  margin-right: 15px;
}

.contact-info li .fa:before {
  font-size: 20px;
}

.contact-info-alt {
  margin-top: 20px;
  overflow: hidden;
}

.contact-info-alt li {
  margin: 18px 0;
}

.contact-info-alt li .fa {
  position: relative;
  font-size: 0;
  line-height: 38px;
  height: 38px;
  width: 38px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  margin-right: 15px;
  background-image: linear-gradient(to right, #16a3fe 0%, #41faa4 100%);
  z-index: 1;
}

.contact-info-alt li .fa:after {
  position: absolute;
  content: "";
  top: 2px;
  left: 2px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #0d42b2;
  z-index: 0;
}

.contact-info-alt li .fa:before {
  position: relative;
  z-index: 3;
  font-size: 16px;
}

.section-pro .contact-info-alt li .fa {
  color: #41faa4;
}

.section-pro .contact-info-alt li .fa:after {
  background: #fff;
}

.section-pro-alt .contact-info-alt li .fa {
  color: #41faa4;
}

.section-pro-alt .contact-info-alt li .fa:after {
  background: #ebf3fc;
}

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

  .contact-info {
    display: block;
    overflow: hidden;
  }

  .contact-info li {
    float: left;
    width: 33%;
    text-align: center;
    margin: 0 0 20px;
  }

  .contact-info li span {
    display: block;
  }

  .contact-info li .fa {
    margin-bottom: 15px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
}

.contact-info li .fa:before {
  font-size: 20px;
}

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

  .contact-info {
    padding-bottom: 15px;
  }

  .contact-info li {
    float: none;
    width: 100%;
  }

  .vc_tta-title-text {
    color: #fff;
  }

  .theme-light .vc_tta-title-text {
    color: #3c3c3c;
  }
}

.comment-form .input-field {
  margin-bottom: 20px;
  position: relative;
}

.comment-form .input-field .btn,
.comment-form input.btn {
  margin-top: 10px;
}

.comment-form .input-field label.input-title {
  position: absolute;
  width: 100%;
  top: 18px;
  left: 0;
  color: #8284a5;
  z-index: 1;
  transition: all .5s ease;
}

.comment-form .input-field .input-line {
  position: relative;
  padding: 11px 0;
  z-index: 2;
  background: transparent;
  border: none;
  width: 100%;
  color: #fff;
  border-bottom: 1px solid #41faa4;
  margin-top: 8px;
  outline: none;
}

.comment-form.text-center .input-field .input-line {
  text-align: center;
}

.comment-form.text-right .input-field .input-line {
  text-align: right;
}

.comment-form .input-field .input-line.error {
  border-bottom-color: #d2636d;
}

.comment-form .input-field .txtarea {
  height: 120px;
  resize: none;
  outline: none;
  line-height: 21px;
  padding-top: 14px;
}

.comment-form .input-field .txtarea+.input-title {
  top: 90px;
}

.comment-form .input-field .txtarea+label+.input-title {
  top: 90px;
}

.comment-form .input-field.input-focused .input-title {
  top: -7px;
  transform: scale(0.8);
}

.comment-form .input-field.input-focused .txtarea+label+.input-title {
  top: -7px;
  transform: scale(0.8);
}

.comment-form .input-field label.error {
  display: none !important;
}

.comment-form.text-left .input-field .input-line {
  text-align: left;
}

.comment-form.text-left label.input-title {
  transform-origin: left;
}

.comments-area .comment-form .input-field .input-line {
  text-align: left;
}

.comments-area .comment-form label.input-title {
  transform-origin: left;
}

.io-azure .comment-form .input-field label.input-title {
  color: #7ab9ff;
}

.io-azure .section-pro .comment-form .input-field .input-line,
.io-azure .section-pro-alt .comment-form .input-field .input-line {
  color: #313c56;
}

.theme-light .comment-form .input-field label.input-title,
.section-light .comment-form .input-field label.input-title,
.section-light-alt .comment-form .input-field label.input-title {
  color: #8284a5;
}

.theme-light .comment-form .input-field .input-line,
.section-light .comment-form .input-field .input-line,
.section-light-alt .comment-form .input-field .input-line {
  color: #3c3c3c;
}


/** 14.0 - FOOTER SECTION */
.inline-form,
.mc4wp-form {
  position: relative;
}

.inline-form .input-round,
.mc4wp-form .input-round {
  color: #fff;
  background: #0b0c22;
  border: 1px solid #0b0c22;
  border-radius: 27px;
  height: 56px;
  width: 100%;
  padding-left: 30px;
  outline: none;
  transition: all .5s ease;
}

.theme-muscari .mc4wp-form .input-round {
  background: rgba(57, 169, 255, 0.5);
  border-color: transparent;
  color: #fff;
}

.inline-form .btn,
.mc4wp-form .btn {
  position: absolute;
  top: 5px;
  right: 5px;
}

.mc4wp-response {
  text-align: center;
  margin-top: 10px;
}

.subscribe-results {
  position: absolute;
  left: 0;
  width: 100%;
  top: calc(100% + 15px);
}

.theme-light .section-bg .mc4wp-form .input-round {
  color: #3c3c3c;
  background: #fff;
  border-color: #fff;
}

.theme-light .section-bg-alt .mc4wp-form .input-round {
  color: #3c3c3c;
  background: #eff6ff;
  border-color: #eff6ff;
}

.section-light.section-bg .mc4wp-form .input-round,
.section-light-alt.section-bg .mc4wp-form .input-round {
  color: #3c3c3c;
  background: #fff;
  border-color: #fff;
}

.section-light.section-bg-alt .mc4wp-form .input-round,
.section-light-alt.section-bg-alt .mc4wp-form .input-round {
  color: #3c3c3c;
  background: #eff6ff;
  border-color: #eff6ff;
}

@media only screen and (max-width: 1199px) {
  .inline-form {
    margin: 0;
  }

  .inline-form .input-round {
    text-align: center;
  }

  .inline-form .btn {
    position: relative;
    top: 5px;
    right: 0;
    margin-top: 20px;
  }
}

.social li {
  display: inline-block;
  margin: 0 4px;
}

.social li a {
  color: #3c3c3c;
  background: #fff;
  display: inline-block;
  height: 30px;
  width: 30px;
  font-size: 16px;
  text-align: center;
  border-radius: 50%;
  line-height: 30px;
}

.social-link-exp li a {
  background: none;
}

.social li a:hover {
  background: #16a3fe;
  color: #fff;
}

@media only screen and (max-width:320px) {
  .social {
    margin: 15px 0 0;
  }
}

.subscribe-section {
  background: url(../images/footer-bg.png) no-repeat 50% 0%/contain, #10122d;
}

.theme-light .subscribe-section,
.section-light .subscribe-section,
.section-light-alt .subscribe-section {
  background: url(../images/footer-bg.png) no-repeat 50% 0%/contain, #eff6ff;
}

.copyright-text {
  font-size: 13px;
  display: block;
  margin-top: 40px;
}

.section-bg-dark .copyright-text,
.section-bg-dark .footer-links {
  margin-top: 0;
}

.copyright-text span {
  display: block;
  color: #8284a5;
}

.io-azure .copyright-text {
  color: #7ab9ff;
}

.io-azure .copyright-text a {
  color: #7ab9ff;
}

.io-azure .copyright-text a:hover {
  color: #41faa4;
}

.io-azure .copyright-text span {
  color: rgba(122, 185, 255, 0.5);
}

.footer-particle {
  background: #15257b url(../images/footer-bg-azure.png) no-repeat 50% 0/contain;
}

.footer-brand,
.widget_media_image {
  display: inline-block;
  margin-bottom: 25px;
}

.footer-subscription,
.footer-widget.widget_mc4wp_form_widget {
  position: relative;
  margin-right: 90px;
  margin-left: -30px;
}

.footer-subscription .subscription-form,
.footer-widget .mc4wp-form {
  position: relative;
  margin: 0;
}

.footer-subscription .input-round,
.footer-widget .input-round {
  border-radius: 5px;
  line-height: 52px;
  width: 100%;
  padding-left: 15px;
  outline: none;
  transition: all .5s ease;
}

.io-azure .footer-widget .input-round {
  color: #fff;
  background: #0d44b7;
  border: 1px solid #0d44b7;
}

.footer-subscription .input-round.error {
  border-color: #d2636d;
}

.not(.io-zinnia) .footer-subscription .btn.btn-plane,
.not(.io-zinnia) .footer-widget .btn.btn-plane {
  position: absolute;
  top: 5px;
  right: -50px;
  padding: 0 10px;
  min-width: 110px;
  background: #16a4fd;
  border-radius: 23px;
}

.footer-widget .btn.btn-plane:before {
  border-radius: 23px;
}

.io-azure .footer-widget input::-moz-placeholder,
.io-mascari .footer-widget input::-moz-placeholder {
  opacity: 0.6;
  color: #fff;
}

.theme-light .footer-widget input::-moz-placeholder,
.section-light .footer-widget input::-moz-placeholder,
.section-light-alt .footer-widget input::-moz-placeholder {
  color: #373e45;
}

.io-azure .footer-widget input:-ms-input-placeholder,
.io-mascari .footer-widget input:-ms-input-placeholder {
  opacity: 0.6;
  color: #fff;
}

.theme-light .footer-widgetinput:-ms-input-placeholder,
.section-light .footer-widget input:-ms-input-placeholder,
.section-light-alt .footer-widget input:-ms-input-placeholder {
  color: #373e45;
}

.io-azure .footer-widget input::-webkit-input-placeholder,
.io-mascari .footer-widget input::-webkit-input-placeholder {
  opacity: 0.6;
  color: #fff;
}

.theme-light .footer-widget input::-webkit-input-placeholder,
.section-light .footer-widget input::-webkit-input-placeholder,
.section-light-alt .footer-widget input::-webkit-input-placeholder {
  color: #373e45;
}

@media only screen and (max-width:991px) {
  .footer-widget.widget_mc4wp_form_widget {
    margin-left: 0;
    margin-right: 0;
  }

  .footer-widget .btn.btn-plane {
    top: 0;
    right: auto;
    margin-top: 20px;
    position: relative;
  }
}

.link-widget li {
  display: inline-block;
  width: 32%;
}

.link-widget li a {
  font-size: .9em;
  line-height: 2.5;
  color: #7ab9ff;
}

.link-widget li a:hover {
  color: #fff;
}

.theme-light .link-widget li a:hover {
  color: initial;
}

.footer-links {
  margin: 40px -10px 0;
}

.footer-links>li {
  display: inline-block;
  position: relative;
  margin: 0 10px;
}

.footer-links>li.wpml-ls-first-item:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 30px;
  width: 0;
  background: rgba(255, 255, 255, 0.1);
}

.footer-links li a {
  font-size: .8em;
  color: #7ab9ff;
}

.slanguage li.menu-item-has-children>a:after {
  font-family: 'themify';
  content: '\e64b';
  font-size: 7px;
  border: none;
  margin-left: 5px;
  vertical-align: 1px;
}

.footer-links li a:hover {
  color: #fff;
}

.theme-light .footer-links li a:hover {
  color: initial;
}

.menu-item-has-children>span {
  position: absolute;
  right: 0;
  top: 0;
  height: 38px;
  width: 45px;
  text-align: center;
  cursor: pointer;
  line-height: 38px;
  font-size: 22px;
  display: none;
}

header:not(.has-fixed) .menu-item-has-children>span {
  color: #fff;
}

@media only screen and (max-width:991px) {
  .section-bg-dark .footer-links {
    margin-top: 30px;
  }

  .menu-item-has-children>span {
    display: block;
  }

  .menu-item-has-children>a:after {
    display: none;
  }
}

/** 15.0 - ANIMATION CSS */

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp10 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp20 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp30 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp40 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp50 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 60px, 0);
    transform: translate3d(0, 60px, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp60 {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight10 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight10 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight20 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight20 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight30 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(30px, 0, 0);
    transform: translate3d(30px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight30 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight40 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(40px, 0, 0);
    transform: translate3d(40px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight40 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight50 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(50px, 0, 0);
    transform: translate3d(50px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight50 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight60 {
  from {
    opacity: 0;
    -webkit-transform: translate3d(60px, 0, 0);
    transform: translate3d(60px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight60 {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

#loader {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 70px;
  height: 70px;
  margin: -35px 0 0 -35px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #41faa4;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
  z-index: 1001;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a3fe;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #16a3fe;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

.loader-section {
  position: fixed;
  height: 51%;
  width: 100%;
  left: 0;
  transition: all .7s ease;
  background: #030307;
}

.theme-light .loader-section,
.loader-section.loader-light {
  background: #eaf3ff;
}

.io-azure .loader-section {
  background: #0d40ad;
}

.loader-top {
  top: 0;
}

.loaded .loader-top {
  transform: translate(0, -100%);
}

.loader-bottom {
  bottom: 0;
}

.loaded .loader-bottom {
  transform: translate(0, 100%);
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/** 16.0 - Overrides Style */
@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {
  .section img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  .banner {
    min-height: 500px;
  }

  .header-image {
    width: 400px;
    margin: 0 auto;
  }

  .header-image .left-icon {
    margin-left: -3px;
  }

  .header-image .right-icon {
    margin-right: -7px;
  }
}

/** MASK OVERALAY */

.has-maskbg {
  position: relative;
}

.mask-ov,
[class*=mask-ov] {
  position: absolute;
  left: 0;
  top: 0;
  width: 400px;
  height: 600px;
  z-index: 1;
  overflow: hidden;
}

.mask-ov:after,
[class*=mask-ov]:after {
  position: absolute;
  right: 30%;
  top: 25%;
  content: "";
  display: block;
  background-image: linear-gradient(135deg, rgba(13, 66, 178, 0) 15%, #1c62d8 50%, rgba(13, 66, 178, 0) 80%);
  border-radius: 50%;
  height: 400px;
  width: 400px;
  -webkit-filter: blur(80px);
  filter: blur(80px);
  z-index: 1;
}

.mask-ov:before,
[class*=mask-ov]:before {
  display: none;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 50%;
  z-index: 3;
}

.section-pro .mask-ov:after,
.section-pro-alt .mask-ov:after,
.section-pro [class*=mask-ov]:after,
.section-pro-alt [class*=mask-ov]:after {
  display: none;
}

.mask-ov-right {
  left: auto;
  right: 0;
}

.mask-ov-right:after {
  right: auto;
  left: 30%;
}

.mask-ov-right:before {
  background-position: 100% 50%;
}

.mask-ov-s2 {
  width: 420px;
  height: 900px;
  transform: translateY(-30%);
}

.mask-ov-s2:after {
  background-image: linear-gradient(135deg, rgba(13, 66, 178, 0) 15%, #28298a 50%, rgba(13, 66, 178, 0) 80%);
}

.mask-ov-s2:before {
  display: block;
  background-image: url(../images/mask-line-a.png);
}

.mask-ov-s2.mask-ov-left:before {
  transform: rotate(-180deg);
}

.mask-ov-s3 {
  width: 600px;
  height: 1400px;
  transform: translateY(0);
}

.mask-ov-s3:after {
  height: 650px;
  width: 400px;
  right: 45%;
  background-image: linear-gradient(135deg, rgba(13, 66, 178, 0) 15%, #102486 50%, rgba(13, 66, 178, 0) 80%);
}

.mask-ov-s3:before {
  display: block;
  background-image: url(../images/mask-line-b.png);
}

.mask-ov-s3.mask-ov-right:before {
  transform: rotate(180deg);
}

.mask-ov-s4 {
  width: 420px;
  height: 820px;
  transform: translateY(-20%);
}

.mask-ov-s4:after {
  height: 510px;
  background-image: linear-gradient(135deg, rgba(13, 66, 178, 0) 15%, #1d5ecf 50%, rgba(13, 66, 178, 0) 80%);
}

.mask-ov-s5 {
  width: 440px;
  height: 1000px;
  transform: translateY(12%);
}

.mask-ov-s5:after {
  height: 600px;
  width: 350px;
  right: 45%;
  background-image: linear-gradient(135deg, rgba(13, 66, 178, 0) 15%, #1b5ed1 50%, rgba(13, 66, 178, 0) 80%);
}

.mask-ov-s5:before {
  display: block;
  background-image: url(../images/mask-line-c.png);
}

.mask-ov-s5.mask-ov-right:before {
  transform: rotate(180deg);
}

.mask-ov-s6 {
  width: 440px;
  height: 1000px;
  transform: translateY(15%);
}

.mask-ov-s6:after {
  height: 410px;
  width: 500px;
  left: 30%;
  background-image: linear-gradient(135deg, rgba(13, 66, 178, 0) 15%, #142692 50%, rgba(13, 66, 178, 0) 80%);
}

.mask-ov-s6:before {
  display: block;
  background-image: url(../images/mask-line-d.png);
}

.mask-ov-s6.mask-ov-left:before {
  transform: rotate(180deg);
}

.mask-ov-s7 {
  width: 870px;
  height: 800px;
  bottom: -20%;
  left: 50%;
  margin-left: -150px;
  top: auto;
  transform: translateY(0);
}

.mask-ov-s7:after {
  height: 710px;
  width: 600px;
  right: 0;
  top: 15%;
  transform: translateX(-25%);
  background-image: linear-gradient(135deg, rgba(13, 66, 178, 0) 15%, #3762d3 50%, rgba(13, 66, 178, 0) 80%);
}

.mask-ov-s7.mask-ov-left:before {
  transform: rotate(180deg);
}

@media only screen and (min-width:767px) and (max-width:1024px) {

  .mask-ov:before,
  [class*=mask-ov]:before {
    background-size: 50%;
  }
}

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

  .mask-ov,
  [class*=mask-ov] {
    transform: scale(0.5);
    transform-origin: right;
  }

  .mask-ov-left {
    transform-origin: left;
  }
}

/*BLOG*/
.section-bg-dark {
  background-color: #08091b;
}

.theme-light .section-bg-dark {
  background: #e5f0ff;
}

select:focus {
  outline: none;
  border: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  font-size: .9em;
  padding-left: 20px;
  padding-right: 44px;
  color: #fff;
}

.theme-light .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #28384c;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(70, 189, 244, 0.2);
}

.theme-light .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: rgba(70, 189, 244, 0.4);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: rgba(70, 189, 244, 0.3);
}

.select2-container .select2-selection--single {
  height: 44px;
}

.select2-container--default .select2-selection--single {
  border-radius: 0;
  background: rgba(70, 189, 244, 0.1);
  border: none;
}

.select2-container--default .select2-selection--single:focus {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
  transition: all .5s ease;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:after {
  position: absolute;
  top: 0;
  right: 0;
  font-family: themify;
  content: '\e64b';
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  width: 44px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow {
  transform: rotate(180deg);
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 400px;
}

.select2-search--dropdown {
  display: none;
}

.select2-dropdown {
  background: #08091b;
  border-radius: 0;
  border: none;
}

.theme-light .select2-dropdown {
  background: #e5f0ff;
}

.select2-results__option {
  padding: 6px 20px;
  transition: all .5s ease;
}

.page-banner .container {
  position: relative;
}

.page-banner {
  min-height: 280px;
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #08091b;
  background-size: auto, auto, auto;
}

.theme-light .page-banner {
  background: url(../images/particle-left.png) top left no-repeat, url(../images/particle-right.png) top right no-repeat, #eff6ff;
  background-size: auto, auto, auto;
}

.page-heading {
  padding: 80px 0 40px;
  text-transform: uppercase;
}

.page-head-image {
  position: absolute;
  max-width: 550px;
  right: -50px;
  bottom: -125px;
}

@media only screen and (max-width: 991px) {
  .page-banner {
    min-height: 220px;
  }

  .page-head-image {
    max-width: 350px;
    right: -20px;
    bottom: -75px;
  }
}

@media only screen and (max-width: 480px) {
  .page-banner {
    min-height: 180px;
  }

  .page-head-image {
    display: none;
  }
}

.blog-item {
  margin-bottom: 50px;
}

.blog-photo a {
  display: block;
  position: relative;
}

.blog-photo img {
  border-radius: 0;
  min-width: 100%;
}

.blog-texts {
  padding: 24px 30px;
  background: #0e102f;
}

.blog-texts p {
  color: #aeb0c5;
}

.blog-meta {
  margin: 0 -10px;
}

.blog-meta li {
  display: inline-block;
  margin: 0 10px;
  font-size: .85em;
  text-transform: uppercase;
  position: relative;
  color: #eee;
}

.blog-meta li span {
  color: #41faa4;
  display: inline-block;
  margin-right: 4px;
}

.blog-meta li:after {
  position: absolute;
  bottom: 6px;
  right: -13px;
  height: 10px;
  width: 1px;
  content: '';
  background: #555;
}

.blog-meta li:last-child:after {
  display: none;
}

.blog-meta li a {
  margin-bottom: 4px;
  color: #eee;
}

.blog-meta li a:hover {
  color: #41faa4;
}

.blog-title {
  margin-top: 0;
}

.blog-titleh5 {
  font-size: 1.2em;
  line-height: 1.67;
  margin-bottom: 12px;
}

.blog-titleh3 {
  font-size: 2em;
  line-height: 1.67;
  margin-bottom: 12px;
}

.blog-title a {
  color: #fff;
}

.blog-title a:hover {
  color: #41faa4;
}

.blog-tags {
  margin: 40px -5px 0;
}

.blog-tags li {
  display: inline-block;
  margin: 5px;
}

.blog-tags li a {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid rgba(70, 189, 244, 0.2);
  border-radius: 2px;
  color: #fff;
  font-size: .85em;
}

.post-content .blog-tags li a:hover {
  color: #41faa4;
}

.blog-content p {
  color: #aeb0c5;
}

.blog-content .blog-photo {
  padding-bottom: 20px;
}

.blog-content .blog-meta {
  padding: 0 0 15px;
}

.theme-light .blog-texts,
.section-light .blog-texts,
.section-light-alt .blog-texts {
  background: #eff6ff;
}

.theme-light .blog-texts p,
.section-light .blog-texts p,
.section-light-alt .blog-texts p {
  color: #28384c;
}

.theme-light .blog-title a,
.section-light .blog-title a,
.section-light-alt .blog-title a {
  color: #28384c;
}

.theme-light .blog-title a:hover,
.section-light .blog-title a:hover,
.section-light-alt .blog-title a:hover {
  color: #41faa4;
}

.theme-light .blog-tags li a,
.section-light .blog-tags li a,
.section-light-alt .blog-tags li a {
  border-color: rgba(70, 189, 244, 0.5);
  color: #28384c;
}

.theme-light .blog-tags li a:hover,
.section-light .blog-tags li a:hover,
.section-light-alt .blog-tags li a:hover {
  color: #41faa4;
}

.theme-light .blog-content p {
  color: #8284a5;
}

.theme-light .blog-texts {
  background: #eff6ff;
}

.theme-light .blog-texts p {
  color: #28384c;
}

.theme-light .blog-title a {
  color: #28384c;
}

.theme-light .blog-meta li a:hover,
.theme-light .blog-title a:hover {
  color: #41faa4;
}

.theme-light .blog-meta li:after {
  background: #4b00a8;
}

.theme-light .blog-meta li a,
.theme-light .blog-meta li {
  color: #16a3fe;
}

.section-light .blog-meta li a,
.section-light .blog-meta li {
  color: initial;
}

.theme-light .blog-tags li a {
  color: #28384c;
}

.io-azure .blog-texts {
  background: #0e46bc;
}

.io-azure .blog-texts p {
  color: #7ab9ff;
}

.io-azure .blog-content p {
  color: #7ab9ff;
}

.io-azure .blog-title a:hover {
  color: #41faa4;
}

.io-azure .blog-meta li {
  color: #41faa4;
}

.io-azure .blog-meta li span {
  color: #41faa4;
}

.io-azure .blog-meta li:after {
  background: #fff;
  opacity: 0.4;
}

.io-azure .blog-meta li a {
  color: #41faa4;
}

.io-azure .blog-meta li a:hover {
  color: #fff;
}

.io-azure .section-pro .blog-texts {
  background: #eff6ff;
}

.io-azure .section-pro .blog-texts p {
  color: #28384c;
}

.io-azure .section-pro .blog-content p {
  color: #8284a5;
}

.io-azure .section-pro .blog-title a {
  color: #28384c;
}

.io-azure .section-pro .blog-title a:hover {
  color: #41faa4;
}

.io-azure .section-pro .blog-tags li a {
  border-color: #eff6ff;
  color: #28384c;
}

.io-azure .section-pro .blog-tags li a:hover {
  color: #41faa4;
}

.io-azure .section-pro .blog-meta li {
  color: #16a3fe;
}

.io-azure .section-pro .blog-meta li span {
  color: #9c9c9c;
}

.io-azure .section-pro .blog-meta li:after {
  background: #4b00a8;
}

.io-azure .section-pro .blog-meta li a {
  color: #16a3fe;
}

.io-azure .section-pro .blog-meta li a:hover {
  color: #41faa4;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-texts {
    padding: 20px 25px;
  }

  .blog-title {
    font-size: 18px;
  }
}

.comment-section {
  padding-top: 50px;
}

.comment-section h5 {
  margin-bottom: 24px;
}

.comment-list {
  padding-bottom: 1px;
}

.comment-item {
  margin-bottom: 30px;
  background: #08091b;
}

.comment-item>div {
  padding: 30px 40px 20px 30px;
  border-bottom: 1px solid #0b0c22;
}

.comment-list ul {
  padding: 0;
  padding-left: 50px;
}

.comment-photo {
  width: 60px;
  flex-shrink: 0;
}

.comment-photo img {
  border-radius: 0;
}

.comment-photo img.circle {
  border-radius: 50%;
}

.comment-content {
  position: relative;
  padding-left: 15px;
  width: 100%;
}

.comment-content h6 {
  margin-top: 4px;
  margin-bottom: 6px;
}

.comment-content p:last-of-type {
  margin-bottom: 5px;
}

.comment-time {
  font-size: .8em;
  text-transform: uppercase;
  color: #41faa4;
  margin-bottom: 8px;
}

.ml-auto a {
  color: #fff;
  font-size: .8em;
  top: 0;
  right: 0;
}

.ml-auto .fa {
  color: #41faa4;
  margin-right: 6px;
}

p.logged-in-as {
  margin-top: -20px;
  margin-bottom: 30px;
  font-size: 12px;
  color: #41faa4;
}

.theme-light .comment-item,
.section-light .comment-item,
.section-light-alt .comment-item {
  background: #eff6ff;
}

.theme-light .comment-item>div,
.section-light .comment-item>div,
.section-light-alt .comment-item>div {
  border-bottom-color: #e5f0ff;
}

.theme-light .comment-reply,
.section-light .comment-reply,
.section-light-alt .comment-reply {
  color: #28384c;
}

.theme-light .comment-reply .fa,
.section-light .comment-reply .fa,
.section-light-alt .comment-reply .fa {
  color: #41faa4;
}

.theme-light .comment-reply:hover,
.section-light .comment-reply:hover,
.section-light-alt .comment-reply:hover {
  color: #41faa4;
}

.io-azure .comment-item {
  background: #0d42b2;
}

.io-azure .comment-item>div {
  border-bottom-color: #1b30a4;
}

.io-azure .comment-content p {
  color: #7ab9ff;
}

.io-azure .section-pro .comment-item {
  background: #eff6ff;
}

.io-azure .section-pro .comment-item>div {
  border-bottom-color: #e5f0ff;
}

.io-azure .section-pro .comment-reply {
  color: #28384c;
}

.io-azure .section-pro .comment-reply .fa {
  color: #41faa4;
}

.io-azure .section-pro .comment-reply:hover {
  color: #41faa4;
}

.theme-light .comment-item {
  background: #eff6ff;
}

.theme-light .comment-item>div {
  border-bottom-color: #e5f0ff;
}

.theme-light .ml-auto a {
  color: #28384c;
}

.theme-light .ml-auto a:hover {
  color: #41faa4;
}

.theme-light .comment-reply .fa {
  color: #41faa4;
}

.theme-light .comment-reply:hover {
  color: #41faa4;
}

@media only screen and (max-width: 480px) {
  .comment-item>div {
    display: block !important;
    padding: 20px 30px 10px 20px;
  }

  .comment-item>.comment-item {
    padding-left: 0;
  }

  .comment-content {
    padding-left: 0;
    padding-top: 15px;
  }

  .comment-photo {
    width: 80px;
  }
}

.page-pagination {
  margin-top: 50px;
}

.page-pagination li {
  display: inline-block;
}

.page-pagination li a,
.page-pagination li span {
  font-size: .9em;
  display: inline-block;
  width: 55px;
  line-height: 50px;
  color: #fff;
  position: relative;
  z-index: 0;
}

.page-pagination li a:after,
.page-pagination li span:after {
  transition: all 0.5s;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: #0e102f;
}

.page-pagination li a:hover,
.page-pagination li span {
  color: #fff;
}

.page-pagination li span.dots {
  background: #0e102f;
}

.theme-light .page-pagination li a,
.section-light .page-pagination li a,
.section-light-alt .page-pagination li a {
  color: #41faa4;
  background: #eff6ff;
}

.theme-light .page-pagination li a:hover,
.section-light .page-pagination li a:hover,
.section-light-alt .page-pagination li a:hover {
  color: #fff;
  background: rgba(122, 15, 255, 0.4);
}

.theme-light .page-pagination li.active a,
.section-light .page-pagination li.active a,
.section-light-alt .page-pagination li.active a {
  color: #fff;
  background: rgba(122, 15, 255, 0.4);
}

.io-azure .page-pagination li a,
.page-pagination li a:after,
.page-pagination li span:after {
  color: #41faa4;
  background: #0d42b2;
}

.io-azure .page-pagination li a:hover {
  color: #fff;
}

.io-azure .page-pagination li.active a {
  color: #fff;
  background: rgba(122, 15, 255, 0.4);
}

.io-azure .section-pro .page-pagination li a {
  color: #41faa4;
  background: #e5f0ff;
}

.io-azure .section-pro .page-pagination li a:hover {
  color: #fff;
  background: rgba(122, 15, 255, 0.6);
}

.io-azure .section-pro .page-pagination li.active a {
  color: #fff;
  background: rgba(122, 15, 255, 0.6);
}

.theme-light .page-pagination li a {
  color: #333;
  background: #eff6ff;
}

.theme-light .page-pagination li a:after {
  background: #eff6ff;
}

.theme-light .page-pagination li a:hover {
  color: #fff;
  background: transparent;
}

.theme-light .page-pagination li span.dots {
  background: #eff6ff;
  color: #333;
}

.page-pagination li a:hover:after,
.page-pagination li span:after {
  background: #16a3fe;
  opacity: 0.4;
}

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

  .page-pagination li a,
  .page-pagination li span {
    width: 40px;
    line-height: 35px;
  }

  .btn.btn-lg {
    font-size: 12px;
  }
}

.sidebar-section {
  margin-left: 35px;
}

.sidebar-widget {
  margin-bottom: 50px;
}

.sidebar-widget-title {
  text-transform: uppercase;
  margin-bottom: 20px;
}

.sidebar-widget ul {
  margin: -7px 0;
}

.sidebar-widget ul li {
  position: relative;
  display: block;
  font-size: 1em;
  line-height: 1.6;
  padding-bottom: 12px;
}

.sidebar-widget.widget_categories ul li {
  padding-left: 22px;
}

.sidebar-widget.widget_categories ul li:before {
  position: absolute;
  top: 12px;
  left: 0;
  margin-top: -1px;
  content: '';
  height: 2px;
  width: 10px;
  background: #41faa4;
}

.sidebar-widget ul li a {
  color: #fff;
}

.sidebar-widget ul li a:hover {
  color: #41faa4;
}

.sidebar-widget ul li.active a {
  color: #41faa4;
}

.sidebar-widget.widget_tag_cloud ul {
  margin: -5px;
}

.sidebar-widget.widget_tag_cloud ul li {
  display: inline-block;
  margin: 5px 3px;
  padding-bottom: 0;
}

.sidebar-widget.widget_tag_cloud ul li a {
  display: inline-block;
  line-height: 30px;
  padding: 0 15px;
  border: 1px solid rgba(70, 189, 244, 0.2);
  border-radius: 2px;
  color: #fff;
  font-size: .85em !important;
}

.sidebar-widget.widget_tag_cloud ul li a:hover {
  color: #41faa4;
}

.theme-light .sidebar-widget.widget_categories ul li a,
.section-light .sidebar-widget.widget_categories ul li a,
.section-light-alt .sidebar-widget.widget_categories ul li a {
  color: #28384c;
}

.theme-light .sidebar-widget.widget_categories ul li a:hover,
.section-light .sidebar-widget.widget_categories ul li a:hover,
.section-light-alt .sidebar-widget.widget_categories ul li a:hover {
  color: #41faa4;
}

.theme-light .sidebar-widget.widget_categories ul li.active a,
.section-light .sidebar-widget.widget_categories ul li.active a,
.section-light-alt .sidebar-widget.widget_categories ul li.active a {
  color: #41faa4;
}

.theme-light .sidebar-widget.widget_tag_cloud ul li a,
.section-light .sidebar-widget.widget_tag_cloud ul li a,
.section-light-alt .sidebar-widget.widget_tag_cloud ul li a {
  border-color: rgba(70, 189, 244, 0.5);
  color: #28384c;
}

.theme-light .sidebar-widget.widget_tag_cloud ul li a:hover,
.section-light .sidebar-widget.widget_tag_cloud ul li a:hover,
.section-light-alt .sidebar-widget.widget_tag_cloud ul li a:hover {
  color: #41faa4;
}

.io-azure .section-pro .sidebar-widget.widget_categories ul li a {
  color: #28384c;
}

.io-azure .section-pro .sidebar-widget.widget_categories ul li a:hover {
  color: #41faa4;
}

.io-azure .section-pro .sidebar-widget.widget_categories ul li.active a {
  color: #41faa4;
}

.io-azure .section-pro .sidebar-widget.widget_tag_cloud ul li a {
  border-color: #eff6ff;
  color: #28384c;
}

.io-azure .section-pro .sidebar-widget.widget_tag_cloud ul li a:hover {
  color: #41faa4;
}

.theme-light .sidebar-widget ul li a {
  color: #28384c;
}

.theme-light .sidebar-widget ul li a:hover {
  color: #41faa4;
}

.theme-light .sidebar-widget.widget_categories ul li a {
  color: #28384c;
}

.theme-light .sidebar-widget.widget_categories ul li.active a {
  color: #41faa4;
}

.theme-light .sidebar-widget.widget_tag_cloud ul li a {
  border-color: rgba(70, 189, 244, 0.5);
  color: #28384c;
}

.theme-light .sidebar-widget.widget_tag_cloud ul li a:hover {
  color: #41faa4;
}

.cta-widget {
  padding: 40px 30px;
  background: #2c57f5;
  color: #fff;
}

.cta-widget .cta-head {
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .sidebar-section {
    margin-left: 0;
    margin-top: 50px;
  }
}

.search-form {
  position: relative;
}

.search-form input[type="text"] {
  border: 1px solid rgba(70, 189, 244, 0.1);
  background: transparent;
  line-height: 40px;
  height: 40px;
  color: #fff;
  padding-left: 20px;
  padding-right: 50px;
  width: 100%;
}

.search-form input[type="text"]:focus {
  outline: none;
}

.search-form input::-moz-placeholder {
  opacity: 0.8;
  color: #fff;
}

.search-form input:-ms-input-placeholder {
  opacity: 0.8;
  color: #fff;
}

.search-form input::-webkit-input-placeholder {
  opacity: 0.8;
  color: #fff;
}

.search-form button {
  background: rgba(70, 189, 244, 0.1);
  border: none;
  outline: none;
  position: absolute;
  top: 1px;
  right: 1px;
  text-align: center;
  width: 50px;
  line-height: 40px;
  height: 38px;
  color: #fff;
  cursor: pointer;
  transition: all .5s ease;
}

.search-form button:hover {
  background: rgba(70, 189, 244, 0.3);
}

.theme-light .search-form input::-moz-placeholder,
.section-light .search-form input::-moz-placeholder,
.section-light-alt .search-form input::-moz-placeholder {
  color: #373e45;
}

.theme-light .search-form input:-ms-input-placeholder,
.section-light .search-form input:-ms-input-placeholder,
.section-light-alt .search-form input:-ms-input-placeholder {
  color: #373e45;
}

.theme-light .search-form input::-webkit-input-placeholder,
.section-light .search-form input::-webkit-input-placeholder,
.section-light-alt .search-form input::-webkit-input-placeholder {
  color: #373e45;
}

.theme-light .search-form input[type="text"],
.section-light .search-form input[type="text"],
.section-light-alt .search-form input[type="text"] {
  color: #373e45;
  border-color: rgba(70, 189, 244, 0.5);
}

.theme-light .search-form button,
.section-light .search-form button,
.section-light-alt .search-form button {
  background: rgba(70, 189, 244, 0.5);
}

.theme-light .search-form button:hover,
.section-light .search-form button:hover,
.section-light-alt .search-form button:hover {
  background: rgba(70, 189, 244, 0.8);
}

.io-azure .section-pro .search-form input::-moz-placeholder {
  color: #373e45;
}

.io-azure .section-pro .search-form input:-ms-input-placeholder {
  color: #373e45;
}

.io-azure .section-pro .search-form input::-webkit-input-placeholder {
  color: #373e45;
}

.io-azure .section-pro .search-form input[type="text"] {
  color: #373e45;
  border-color: #eff6ff;
}

.io-azure .section-pro .search-form button {
  background: #eff6ff;
  color: #373e45;
}

.io-azure .section-pro .search-form button:hover {
  background: rgba(70, 189, 244, 0.8);
  color: #fff;
}

.theme-light .search-form input::-moz-placeholder {
  color: #373e45;
}

.theme-light .search-form input:-ms-input-placeholder {
  color: #373e45;
}

.theme-light .search-form input::-webkit-input-placeholder {
  color: #373e45;
}

.theme-light .search-form input[type="text"] {
  color: #373e45;
  border-color: rgba(70, 189, 244, 0.5);
}

.theme-light .search-form button {
  background: rgba(70, 189, 244, 0.5);
}

.theme-light .search-form button:hover {
  background: rgba(70, 189, 244, 0.8);
}

@media only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape) {

  .section:not(.blog-section) img,
  div.wpb_single_image img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 360px;
  }

  .comment-photo img {
    max-width: 60px !important;
  }
}

/*404 page*/
.page-error {
  position: relative;
  height: 100vh;
  background: no-repeat 50% 50%, #0b0c22;
  background-size: cover;
  overflow: hidden;
}

.theme-light .page-error,
.theme-lavendar .page-error,
.theme-muscari .page-error {
  background-color: #eff6ff;
}

.io-azure .page-error {
  background-color: transparent;
}

.io-azure .page-error:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  content: '';
  background-image: linear-gradient(-225deg, #290075 0%, rgba(9, 109, 223, 0) 100%);
  z-index: -1;
}

.error-text-large {
  font-size: 250px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 17px;
  background: -webkit-linear-gradient(#0e7dee, #093b76);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  opacity: .5;
}

.theme-light .error-text-large,
.io-azure .error-text-large {
  background: -webkit-linear-gradient(#107ef4, #114fc2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.error-content {
  position: relative;
}

.error-content p {
  margin-bottom: 28px;
  color: #8284a5;
}

.io-azure .error-content p {
  color: #fff;
}

.error-graphics-one,
.error-graphics-two {
  position: absolute;
}

.error-graphics-one {
  width: 250px;
  top: 20%;
  right: 100%;
  margin-right: 65px;
}

.error-graphics-two {
  width: 200px;
  left: 100%;
  top: 50%;
  margin-left: 40px;
}

.error404 .social li a {
  padding-top: 7px;
}

.footer-small {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding-bottom: 40px;
}

.footer-small .copyright-text {
  margin-top: 20px;
}

.io-mascari .footer-small .copyright-text {
  color: #28384c;
}

.io-mascari .footer-small .copyright-text a {
  color: #3455ff;
}

@media only screen and (max-width: 991px) {
  .error-text-large {
    font-size: 200px;
  }

  .error-content {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .error-graphics-one {
    width: 200px;
    margin-right: 15px;
  }

  .error-graphics-two {
    width: 180px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .error-text-large {
    font-size: 140px;
  }

  .error-content {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .error-graphics-one {
    width: 150px;
    margin-right: 15px;
  }

  .error-graphics-two {
    width: 130px;
    margin-left: 15px;
  }
}

@media only screen and (max-width: 480px) {
  .error-text-large {
    font-size: 70px;
  }

  .error-content {
    margin-top: -60px;
  }

  .error-graphics-one {
    margin-right: -30px;
  }

  .error-graphics-two {
    margin-left: -30px;
  }
}

@media only screen and (min-width: 1199px) and (max-width: 1440px) and (max-height: 700px) {
  .error-content {
    margin-top: -40px;
  }

  .error-text-large {
    font-size: 150px;
  }
}

@media only screen and (max-width: 812px) and (orientation: landscape) {
  .page-error {
    height: auto;
  }

  .error-content {
    padding: 100px 0 160px;
  }
}

/**/


/** END */

/*Customize*/

#back-to-top {
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
}

#back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  z-index: 1020;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #41faa4;
  cursor: pointer;
  border: 0;
  border-radius: 3px;
  text-decoration: none;
  outline: none;
  opacity: 0;
  visibility: hidden;
}

#back-to-top:hover {
  background: #16a3fe;
}

#back-to-top.show {
  bottom: 40px;
  opacity: 1;
  visibility: visible;
}

#back-to-top:before {
  font-family: "FontAwesome";
  font-size: 14px;
  content: "\f176";
  color: #fff;
  position: relative;
  margin: 5px;
}

div.wpcf7-response-output {
  text-align: center;
  margin: 0;
  font-size: 12px;
  padding: 5px;
  line-height: 16px;
}

span.wpcf7-not-valid-tip {
  font-size: 12px;
}

.io-azure span.wpcf7-not-valid-tip,
.io-lobelia span.wpcf7-not-valid-tip {
  background: #fff;
  padding: 0 10px;
}

.warp-404-inner h1 {
  font-size: 80px;
}

.warp-404-inner h4 {
  margin-bottom: 10px;
}

.no-bar .col-md-8 {
  width: 100%;
}

.no-bar .col-md-4 {
  display: none;
}

.left-bar .col-md-8 {
  float: right;
}

.left-bar .col-md-4 {
  float: left;
}

.align-items-top {
  -webkit-box-align: inherit !important;
  -ms-flex-align: inherit !important;
  align-items: inherit !important;
}

section {
  position: relative;
}

section.parallax {
  background-attachment: fixed;
}

@media only screen and (max-width: 767px) {
  section.parallax {
    background-attachment: inherit;
  }
}

.static {
  position: static !important;
}

.container .container {
  width: 100%;
  padding: 0;
}

div.vc_col-has-fill>.vc_column-inner {
  padding-top: 0;
}

div.wpb_button,
div.wpb_content_element,
ul.wpb_thumbnails-fluid>li {
  margin-bottom: 0;
}

.over-hidden {
  overflow: hidden;
}

.clear,
.wpcf7-response-output {
  clear: both;
}

.video-post {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
}

.video-post iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.vc_tta-tabs-container {
  overflow: inherit !important;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  border: none;
  border-radius: 0;
  margin-top: 1px;
  margin-left: 1px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-accordion .vc_tta-panels .vc_tta-panel-body {
  border: 10px solid #f5f5f5;
  border-top: 0;
  border-radius: 0;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background: transparent;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading:hover,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
  border-radius: 0;
  border: none;
  background: transparent;
  margin-bottom: 0;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
  padding: 18px 28px;
  background: none;
  font-weight: normal;
  font-size: 16px;
}

@media only screen and (max-width: 768px) {
  .wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    padding-left: 0;
    font-size: 20px;
  }
}

.wpb-js-composer div.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-right .vc_tta-controls-icon {
  left: auto;
  right: 28px;
}

.wpb-js-composer .vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels .vc_tta-panel-body {
  padding: 20px 65px 40px;
  background: #fff;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::after,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs .vc_tta-panels::before {
  border: none;
  background: transparent;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active>a {
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 30px 25px;
  font-weight: bold;
  font-size: 16px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a:hover,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 0px;
  padding: 10px 2px;
  margin: 0px;
  line-height: 24px;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  border: none;
  border-bottom: 2px solid transparent;
  margin-bottom: -2px;
  transition: 0.3s;
}

.wpb-js-composer .section-pro div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top.tab-custom-s2 .vc_tta-tab>a {
  color: #1641b5;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top.tab-custom-s2 .vc_tta-tab>a {
  padding: 10px 8px;
  opacity: 0.5;
  border-bottom-width: 1px;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top.tab-custom-s2 .vc_tta-tab.vc_active>a,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top.tab-custom-s2 .vc_tta-tab>a:hover {
  opacity: 1;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
  color: #fff;
}

.theme-light.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a,
.theme-lavendar.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a,
.wpb-js-composer .section-light div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a {
  color: #3c3c3c;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab.vc_active>a b,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab.vc_active>a strong {
  color: #fff;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab:last-child>a {
  border-right: none;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a:focus {
  background: none;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a:hover {
  background: transparent;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a b,
.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-tab>a strong {
  font-weight: 600;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-tabs-list {
  display: table;
  margin-bottom: 30px;
  border: none;
  background: none;
  width: 100%;
  overflow: inherit;
  position: relative;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.tab-custom-s2 .vc_tta-tabs-list {
  display: block;
  text-align: center;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-tabs-list:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: rgb(122, 15, 255);
  opacity: 0.2;
  z-index: -1;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.tab-custom-s2 .vc_tta-tabs-list:after {
  display: none;
}

.wpb-js-composer div.vc_tta.vc_tta-spacing-1 .vc_tta-tabs-list {
  margin-top: 0;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top .vc_tta-tabs-list li {
  margin: 0;
  border: none;
  float: none;
  display: table-cell;
}

.wpb-js-composer .vc_tta.vc_general.vc_tta-tabs-position-top.tab-custom-s2 .vc_tta-tabs-list li {
  display: inline-block;
  margin: 0 20px;
}

.wpb-js-composer div.vc_tta.vc_tta-style-classic .vc_tta-tab {
  margin: 0;
  margin-top: -1px;
  border: 1px solid #e5e5e5;
}

.wpb-js-composer div.vc_tta.vc_tta-style-classic .vc_tta-tab.vc_active {
  border-right-color: #fff;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-left .vc_tta-tab.vc_active>a {
  color: #fff;
  background: transparent;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab>a:hover {
  color: #333;
}

.wpb-js-composer div.vc_tta-color-grey.vc_tta-style-classic.vc_tta-tabs-position-top .vc_tta-panels .vc_tta-panel-body {
  padding: 0;
  background: transparent;
}

.wpb-js-composer div.vc_tta-tabs:not([class*=vc_tta-gap]):not(.vc_tta-o-no-fill).vc_tta-tabs-position-top .vc_tta-tab.vc_active>a {
  border-bottom-color: inherit;
}

.vc_toggle_size_md.vc_toggle_arrow .vc_toggle_icon {
  cursor: pointer;
  display: block;
  position: absolute;
  font-size: 18px;
  right: 20px;
  top: 50%;
  height: 18px;
  width: 18px;
  margin-top: -9px;
  transition: all .5s ease;
}

div.vc_toggle.vc_toggle_arrow .vc_toggle_icon::before {
  border: none;
}

div.vc_toggle.vc_toggle_arrow .vc_toggle_title:hover .vc_toggle_icon::after,
div.vc_toggle.vc_toggle_arrow .vc_toggle_icon::after {
  height: 13px;
  width: 13px;
  visibility: visible;
  border-color: #41faa4;
}

div.vc_toggle.vc_toggle_arrow.vc_toggle_active .vc_toggle_icon {
  transform: rotate(180deg);
}

div.vc_toggle {
  background: #171a40;
  margin-bottom: 0;
}

div.vc_toggle_title h4 {
  color: #fff;
  background: #10122d;
  font-weight: 500;
  font-size: 20px;
  padding: 15px 30px;
  display: block;
  margin-top: 0;
  margin-bottom: 0;
  cursor: pointer;
  transition: all .5s ease;
}

div.vc_toggle>.vc_toggle_content {
  margin: 0;
  padding: 0 30px 15px 30px;
}

div.vc_toggle.vc_toggle_arrow.vc_toggle_active h4 {
  background: #171a40;
}

/*Equal height*/

@media only screen and (min-width: 768px) {
  .wpb_row.vc_row-o-equal-height .vc_column_container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
  }

  .wpb_row.vc_row-o-equal-height>.row {
    width: 100%;
    margin: 0;
  }

  .wpb_row.vc_row-o-equal-height .row {
    box-sizing: border-box;
    flex-wrap: wrap;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
  }

  _::-webkit-full-page-media,
  _:future,
  :root .wpb_row.vc_row-o-equal-height .row {
    display: -webkit-box;
    display: -webkit-flex;
  }

  .wpb_row.vc_row-o-equal-height .vc_column_container {
    -moz-box-align: stretch;
    align-items: stretch;
  }

  .wpb_row.vc_row-o-content-middle .vc_column_container .vc_column-inner {
    -moz-box-pack: center;
    justify-content: center;
  }

  .wpb_row.vc_row-flex .vc_column_container:not(.bg-center) .vc_column-inner {
    -moz-box-flex: 1;
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    background-position: top !important;
  }

  .wpb_row.vc_row-o-content-bottom .vc_column_container .vc_column-inner {
    -moz-box-pack: end;
    justify-content: flex-end;
  }

  .wpb_row.vc_row-o-content-top .vc_column_container .vc_column-inner {
    -moz-box-pack: start;
    justify-content: flex-start;
  }
}


/**Language**/

.switcher-top .wpml-ls-legacy-dropdown {
  width: auto;
}

.switcher-top .wpml-ls-legacy-dropdown>ul:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  height: 30px;
  width: 1px;
  background: rgba(255, 255, 255, 0.1);
}

.theme-light .switcher-top .wpml-ls-legacy-dropdown>ul:after {
  background: rgba(0, 0, 0, 0.1);
}

.switcher-top .wpml-ls-legacy-dropdown a,
.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  color: #fff;
  font-weight: 400;
}

.switcher-top .wpml-ls-legacy-dropdown a,
.switcher-top .wpml-ls-legacy-dropdown a:hover,
.switcher-top .wpml-ls-legacy-dropdown a:focus,
.switcher-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  background: transparent;
  border: none;
  font-size: 0.85em;
  padding: 10px 17px;
}

.theme-light .switcher-top .wpml-ls-legacy-dropdown a,
.theme-light .switcher-top .wpml-ls-legacy-dropdown a:hover,
.theme-light .switcher-top .wpml-ls-legacy-dropdown a:focus,
.theme-light .switcher-top .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a {
  color: initial;
}

.switcher-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  font-family: 'themify';
  content: '\e64b';
  font-size: 7px;
  border: none;
  right: 5px;
  top: 13px;
}

.switcher-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  border: none;
  width: 100%;
  padding: .5rem 0;
  background: #1b1e4b;
  border-radius: .25rem;
  left: 6px;
  text-align: center;
  white-space: nowrap;
  opacity: 0;
  transition: .3s;
}

.io-azure .switcher-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #0f4bca;
}

.theme-light .switcher-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  background: #d0e5ff;
}

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover .wpml-ls-sub-menu {
  opacity: 1;
}

.switcher-top .wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  padding: 0 15px;
  font-weight: 400;
  line-height: 1.86;
}

@media only screen and (max-width: 991px) {
  .switcher-top .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    top: 10px;
  }
}