@charset "UTF-8";
/**
 * Table of Contents:
 *
 * 0.0 - Import css & Reset
 * 1.0 - Elements
 * 2.0 - Form Styling
 * 3.0 - Typography & HTML
 *   3.1 - List
 *   3.2 - Tables
 *   3.3 - Heading
 *   3.4 - Paragraph
 *   3.5 - Links
 *   3.6 - Buttons
 * 4.0 - Layout
 * 5.0 - Header - Hero - Navigations
 *   5.1 - Header
 *   5.2 - Desktop Nav (Main Menu)
 *   5.3 - Mobile Nav
 *   5.4 - Superfish
 * 6.0 - Content & Pages
 *   6.1 - Pages
 *   6.2 - Category Page & Single page
 *   6.3 - Comments
 * 7.0 - Widgets
 * 8.0 - Footer
 * 9.0 - Media Queries
 */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;500;700;900&display=swap");
.wrapper:after, .clearfix:after, hr:after, .wpfood-heading-post:after, .clear:after, .entry-content:after, .comment-content:after, .comment-navigation:after, .textwidget:after, .nav-links:after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  overflow: hidden;
}

[data-accordion] > [data-control]:after, .pricing-section .row-price .price-body ul li:before, .post-meta span:before, .sf-arrows a.sf-with-ul:after, ul.fancy li:before, ol.fancy li:before {
  display: none;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 5 Free";
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

/**
 * 0.0 - Import css & Reset
 * Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 * Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, main, nav, section {
  display: block;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

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

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

blockquote, q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

a:hover, a:active, a:focus {
  outline: 0;
}

a img {
  border: 0;
}

::-moz-selection {
  background: #1297E0;
  color: #6F6F6F;
  text-shadow: none;
}

::selection {
  background: #1297E0;
  color: #6F6F6F;
  text-shadow: none;
}

/*************** 1.0 - Elements *************************/
hr {
  background: #1297E0;
  border: 0;
  height: 2px;
  width: 100%;
  margin: 4em auto;
  display: block;
  clear: both;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

figure {
  margin: 0;
}

del {
  opacity: 0.8;
}

b, strong {
  font-weight: 700;
}

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

code, kbd, tt, var, samp, pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

/* Alignments */
.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin: 0 auto 1em;
}

.textcenter {
  text-align: center;
}

/* Clear */
.clearfix, hr, .wpfood-heading-post, .clear, .entry-content, .comment-content, .comment-navigation, .textwidget, .nav-links {
  clear: both;
}

/* blockquote */
blockquote {
  border-left: 1px solid #1297E0;
  font-style: italic;
  margin-bottom: 1.6667em;
  margin-left: 25px;
  padding-left: 0.7778em;
}
blockquote p {
  margin-bottom: 1.6667em;
}
blockquote > p:last-child {
  margin-bottom: 0;
}

/*************** 2.0 - Form Styling *************************/
input,
select,
textarea {
  font-size: 0.875em;
  line-height: 1.5em;
  text-align: left;
  color: #242328;
  background: #fff;
  border: 1px solid #DCDCDC;
  margin: 0;
  padding: 0.75em 1em;
  width: 100%;
  display: inline-block;
  vertical-align: baseline;
  position: relative;
  font-family: "Lato", sans-serif;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
input:focus,
select:focus,
textarea:focus {
  color: #333;
}

button[disabled],
input[disabled],
select[disabled],
textarea[disabled] {
  cursor: default;
  opacity: 0.5;
}

form button,
form input[type=button],
form input[type=reset],
form input[type=submit] {
  cursor: pointer;
  width: auto;
  float: left;
  padding: 0.9em;
  min-width: 150px;
}
form button:hover, form button:focus,
form input[type=button]:hover,
form input[type=button]:focus,
form input[type=reset]:hover,
form input[type=reset]:focus,
form input[type=submit]:hover,
form input[type=submit]:focus {
  outline: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
  height: 185px;
}

input[type=checkbox],
input[type=radio] {
  padding: 0;
  width: auto;
}

label {
  padding: 0.5em 0;
  margin: 0.5em 0;
  text-align: left;
  display: inline-block;
  width: 100%;
}

form p.note {
  margin-top: -10px;
}

/* Placeholder text color -- selectors need to be separate to work. */
form ::-webkit-input-placeholder {
  color: #6F6F6F;
  opacity: 1;
  filter: alpha(opacity=100);
}

form :-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
  filter: alpha(opacity=100);
}

form ::-moz-placeholder {
  color: #6F6F6F;
  opacity: 1;
  filter: alpha(opacity=100);
}

form :-ms-input-placeholder {
  color: #6F6F6F;
  opacity: 1;
  filter: alpha(opacity=100);
}

/* Contact form 7 plugin Alerts Messages */
.wpcf7-form-control-wrap {
  display: inline-block;
  width: 100%;
  margin: 0 0 15px;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-spam-blocked,
div.wpcf7-validation-errors {
  clear: both;
  font-size: 0.875em;
  margin: 0;
  width: 100%;
  padding: 1em 0.5em;
}

form div.wpcf7-response-output {
  padding: 0.5em;
  margin: 0;
  float: left;
  clear: both;
}

form span.wpcf7-not-valid-tip {
  font-size: 14px;
  float: left;
  clear: both;
  margin: 5px 0 0;
  color: #c00000;
}

div.wpcf7 img.ajax-loader {
  margin-right: -20px;
}

/*************** 3.0 - Typography & HTML *************************/
/* 3.1 - Lists */
ul, ol {
  margin: 0 0 1.5em 0.3em;
  list-style-position: inside;
}
ul li, ol li {
  padding: 0.25em 0;
}
ul li p, ol li p {
  margin: 0 0 1em;
}
ul li ul, ul li ol, ol li ul, ol li ol {
  margin-bottom: 0;
}
ul.fancy li, ol.fancy li {
  list-style-type: none;
  padding-left: 20px;
  position: relative;
}
ul.fancy li:before, ol.fancy li:before {
  font-weight: 900;
  content: "";
}
ul.fancy li svg, ol.fancy li svg {
  position: absolute;
  left: 0;
  top: 7px;
  color: #1297E0;
}

ol {
  list-style: decimal;
  list-style-position: outside;
  padding-left: 15px;
  margin-left: 1em;
}

/* 3.2 - Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  margin: 2.5em 0;
  width: 100%;
  border-width: 0;
  border-style: solid;
  border-color: #DCDCDC;
}
table td, table th {
  border-width: 0;
  border-style: solid;
  border-color: #DCDCDC;
  padding: 0.5em 1em;
  vertical-align: middle;
  word-break: break-all;
  text-align: left;
}
table tr:nth-child(even) {
  background-color: #DCDCDC;
}

/* 3.3 - Heading */
h1, h2, h3, h4, h5, h6 {
  word-wrap: break-word;
  margin: 0 0 0.5em;
  line-height: normal;
  font-family: "Lato", sans-serif;
  color: #484848;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 3em;
  font-weight: 600;
  text-transform: capitalize;
}

h3 {
  font-size: 1.5em;
}

h4 {
  font-size: 1.125em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.875em;
}

/* 3.4 - Paragraph */
p {
  font-size: 1em;
  margin: 1em 0;
  line-height: 1.6em;
}
p:empty {
  display: none !important;
}

/* 3.5 - Links */
a {
  color: #1297E0;
  text-decoration: none;
}
a:hover {
  color: #6F6F6F;
  text-decoration: none;
}

/* 3.6 - Buttons */
a.btn, a.button,
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  text-align: center;
  font-size: 0.813em;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  line-height: normal;
  border: 0;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  background: #00C4FF;
  background: -moz-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00C4FF), color-stop(100%, #0071FF));
  background: -webkit-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: -o-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: -ms-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: linear-gradient(to right, #00C4FF 0%, #0071FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00C4FF, endColorstr=#0071FF,GradientType=1 );
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
a.btn:hover, a.button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: #0071FF;
  background: -moz-linear-gradient(left, #0071FF 0%, #00C4FF 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0071FF), color-stop(100%, #00C4FF));
  background: -webkit-linear-gradient(left, #0071FF 0%, #00C4FF 100%);
  background: -o-linear-gradient(left, #0071FF 0%, #00C4FF 100%);
  background: -ms-linear-gradient(left, #0071FF 0%, #00C4FF 100%);
  background: linear-gradient(to right, #0071FF 0%, #00C4FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#0071FF, endColorstr=#00C4FF,GradientType=1 );
}
a.btn.btn-outline,
a.btn input[type=button].btn-outline,
a.btn input[type=reset].btn-outline,
a.btn input[type=submit].btn-outline, a.button.btn-outline,
a.button input[type=button].btn-outline,
a.button input[type=reset].btn-outline,
a.button input[type=submit].btn-outline,
input[type=button].btn-outline,
input[type=button] input[type=button].btn-outline,
input[type=button] input[type=reset].btn-outline,
input[type=button] input[type=submit].btn-outline,
input[type=reset].btn-outline,
input[type=reset] input[type=button].btn-outline,
input[type=reset] input[type=reset].btn-outline,
input[type=reset] input[type=submit].btn-outline,
input[type=submit].btn-outline,
input[type=submit] input[type=button].btn-outline,
input[type=submit] input[type=reset].btn-outline,
input[type=submit] input[type=submit].btn-outline {
  border: 1px solid #1297E0;
  background: transparent;
  color: #1297E0;
}
a.btn.btn-outline:hover,
a.btn input[type=button].btn-outline:hover,
a.btn input[type=reset].btn-outline:hover,
a.btn input[type=submit].btn-outline:hover, a.button.btn-outline:hover,
a.button input[type=button].btn-outline:hover,
a.button input[type=reset].btn-outline:hover,
a.button input[type=submit].btn-outline:hover,
input[type=button].btn-outline:hover,
input[type=button] input[type=button].btn-outline:hover,
input[type=button] input[type=reset].btn-outline:hover,
input[type=button] input[type=submit].btn-outline:hover,
input[type=reset].btn-outline:hover,
input[type=reset] input[type=button].btn-outline:hover,
input[type=reset] input[type=reset].btn-outline:hover,
input[type=reset] input[type=submit].btn-outline:hover,
input[type=submit].btn-outline:hover,
input[type=submit] input[type=button].btn-outline:hover,
input[type=submit] input[type=reset].btn-outline:hover,
input[type=submit] input[type=submit].btn-outline:hover {
  background: #1297E0;
  color: #fff;
}

a.btn, a.button {
  margin: 1em 0;
}

/*************** 4.0 Layout *************************/
html body {
  font-family: "Lato", sans-serif;
  font-size: 1em;
  /* default fotn size is 16px */
  line-height: normal;
  background: #fff;
  color: #6F6F6F;
  height: 100%;
  margin: 0;
}

#main {
  width: 100%;
  padding: 12em 0 8em;
  min-height: 40em;
  /* just to add height to empty post content */
  position: relative;
  z-index: 2;
  overflow: hidden;
}
@media all and (max-width: 980px) {
  #main {
    padding: 8em 0 2em;
    min-height: inherit;
  }
}
#main.home-page {
  padding: 0;
}
#main.category-page {
  padding-top: 0;
}

.wrapper {
  margin: 0 auto;
  padding: 0;
  width: 95%;
  max-width: 61.25em;
  position: relative;
  z-index: 2;
  clear: both;
}

.row {
  margin: 0 -1em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.row.row-gutter {
  margin: 0;
}
.row.row-gutter .col-ds {
  padding: 0;
}
.row .col-ds {
  padding: 0 1em;
  margin-bottom: 1em;
  width: 100%;
  max-width: 100%;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.half {
  width: 49%;
  float: left;
}
.half .half-ar {
  float: right;
}

.holder-section {
  padding: 6em 0;
  overflow: hidden;
}
@media all and (max-width: 980px) {
  .holder-section {
    padding: 3em 0;
  }
}
.holder-section h2 span {
  display: block;
  font-weight: 300;
}

/*************** 5.0 - Header - Hero - Navigations ************************/
/* 5.1 - Header */
header.site-header {
  padding: 45px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
}
@media all and (max-width: 980px) {
  header.site-header {
    padding: 20px 0;
  }
}
header.site-header #logo {
  float: left;
}
header.site-header .site-title {
  font-size: 0;
  margin: 0;
}
header .site-title {
  margin: 0 auto;
  display: inline-block;
  position: relative;
  z-index: 2;
}
header .site-title img {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
header .site-title:hover img {
  opacity: 0.7;
}

/* Hero */
.hero-holder {
  overflow: hidden;
  width: 100%;
  position: relative;
  text-align: center;
}
.hero-holder .wrapper {
  padding: 19em 0;
  /*display: -ms-flexbox;
  display: flex;
  align-items: center;*/
  z-index: 3;
}
@media all and (max-width: 980px) {
  .hero-holder .wrapper {
    padding: 11em 1em 5em;
    width: 100%;
    max-width: 100%;
  }
  .hero-holder .wrapper:before {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 1;
  }
}
@media all and (max-width: 480px) {
  .hero-holder .wrapper {
    padding: 8em .5em 5em;
  }
}
.hero-holder .wrapper .cta {
  float: left;
  width: 100%;
  max-width: 500px;
  text-align: left;
  position: relative;
  z-index: 2;
}
.hero-holder .wrapper .cta h1 {
  font-size: 3em;
}
.hero-holder .wrapper .cta h1 strong {
  font-weight: 900;
}
.hero-holder .wrapper .cta p {
  font-size: 1.5em;
}
.hero-holder .wrapper .cta a {
  display: inline-block;
  margin: 1em 10px 0 0;
}
.hero-holder.page-hero .wrapper {
  padding: 10em 0 4em;
}

/* 5.2 - Desktop Nav (Main Menu) */
.desktop-nav {
  float: left;
  margin: 1.8em 0 0 3.5em;
  position: relative;
}
.desktop-nav > ul > li {
  margin: 0 25px 0 0;
}
.desktop-nav > ul > li:last-child {
  margin-right: 0;
}
.desktop-nav > ul > li > ul > li {
  margin: 0;
  padding: 0;
  display: block;
}
.desktop-nav > ul > li > a {
  line-height: 1em;
  color: #484848;
  text-transform: uppercase;
  font-size: 0.813em;
  padding: 0;
}
.desktop-nav > ul > li > a:hover, .desktop-nav > ul > li.current-menu-item > a, .desktop-nav > ul > li.current-page-ancestor > a {
  color: #1297E0;
}
.desktop-nav ul ul {
  display: none;
  top: 100%;
  left: 0;
  width: 10em;
  min-width: 10em;
  padding: 5px 0 0;
  overflow: hidden;
  border-width: 0;
}
.desktop-nav ul ul li a {
  padding: 0.75em 0.5em;
  color: #0D7D9D;
  display: block;
  text-align: left;
  text-transform: uppercase;
  font-size: 0.813em;
  border-width: 0 0 1px;
  border-style: solid;
  border-color: #ddd;
  background: #eee;
}
.desktop-nav ul ul li a:hover {
  color: #6F6F6F;
}

.user-menu {
  float: right;
  list-style: none;
}
@media all and (max-width: 980px) {
  .user-menu {
    margin-top: -25px;
  }
}
.user-menu li {
  display: inline-block;
  margin: 0 0 0 5px;
}
.user-menu li a {
  min-width: 68px;
}

/* 5.3 - Mobile Nav */
.menu-toggle {
  display: none;
  position: absolute;
  right: 10px;
  top: 25px;
  cursor: pointer;
  z-index: 10;
  font-size: 3em;
  color: #1297E0;
}

.mobile-nav {
  display: none;
  position: absolute;
  z-index: 99999;
  left: auto;
  right: 10px;
  top: 4.2em;
  width: 10em;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  background: #1297E0;
  -webkit-border-radius: 0px 0px 3px 3px;
  border-radius: 0px 0px 3px 3px;
  background-clip: padding-box;
}
.mobile-nav ul, .mobile-nav ul li {
  float: left;
  width: 100%;
  text-align: right;
  clear: both;
}
.mobile-nav ul li a {
  padding: 0.75em;
  text-transform: uppercase;
  font-size: 0.85em;
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.mobile-nav ul li:last-child a {
  border: 0;
}
.mobile-nav ul ul {
  position: relative;
  left: 0;
  top: 0;
}
.mobile-nav ul ul li {
  border: none;
}
.mobile-nav ul ul li a {
  font-size: 0.8em;
  padding-left: 2em;
  text-transform: lowercase;
}

/* 5.4 - Superfish */
.sf-menu, .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sf-menu {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.sf-menu li {
  position: relative;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu > li {
  display: inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu ul {
  left: 0;
  z-index: 2;
  position: absolute;
  min-width: 12em;
  /* allow long menu items to determine submenu width */
  *width: 12em;
  /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
  position: absolute;
}
.sf-menu a {
  display: block;
  position: relative;
  text-decoration: none;
  zoom: 1;
  /* IE7 */
}

.sf-arrows a.sf-with-ul {
  padding-right: 0;
}

.sf-arrows a.sf-with-ul:after {
  font-weight: 900;
  content: "";
}

.sf-arrows a.sf-with-ul svg {
  margin-left: 5px;
}

/*************** 6.0 - Content ************************/
.wrapper .post, .wrapper .page {
  display: inline-block;
  width: 100%;
}

article {
  position: relative;
  display: inline-block;
  width: 100%;
  margin-bottom: 2em;
}
article:last-of-type {
  margin-bottom: 0;
}

/* post meta */
.post-meta {
  display: inline-block;
  width: 100%;
}
.post-meta span {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  line-height: normal;
  margin-right: 40px;
  color: #ccc;
}
.post-meta span:before {
  font-weight: 400;
}
.post-meta span.post-comment:before {
  content: "";
}
.post-meta span.post-time:before {
  content: "";
}
.post-meta span.post-category:before {
  content: "";
}
.post-meta span.post-link:before {
  display: none;
}
.post-meta span svg {
  color: #ccc;
  margin-right: 5px;
}
.post-meta span a {
  color: #ccc;
}

/* Thumb */
.thumb {
  margin: 1em auto;
  display: inline-block;
  width: 100%;
}

.thumb-avatar {
  margin: 0 auto 2em;
  width: 100px;
  height: 100px;
  overflow: hidden;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}

/* Page & Post Nav + Prev & Next */
.post-navigation {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  border-top: 1px solid #1297E0;
}

.nav-block {
  float: right;
}

.link-nav {
  display: inline-block;
  margin: 0 0.15em;
}
.link-nav a {
  display: inline-block;
  color: #fff;
  background: #484848;
  text-align: center;
  width: 60px;
  height: 60px;
  line-height: 60px;
  margin: 0.25em;
}
.link-nav a:hover {
  color: #fff;
  background: #1297E0;
}

.pagination {
  display: inline-block;
  padding-top: 1em;
}
.pagination .pagination-page {
  display: none;
}
.pagination a, .pagination span {
  color: #484848;
  font-weight: 700;
  display: inline-block;
  margin: 0 15px;
}
.pagination a:hover {
  color: #1297E0;
}

/* 6.1 - Pages */
/* Home Page */
.hero-master {
  background: url("../images/hero.svg") no-repeat right top;
}

.features-section {
  background-color: #FBFBFE;
  background-image: url("../images/features-bg.png");
  background-repeat: no-repeat;
  background-position: right 0;
  border-bottom: 1px solid #EAEAEA;
  padding-bottom: 2em;
}
.features-section h2 {
  margin-bottom: 1.5em;
}
@media all and (max-width: 980px) {
  .features-section h2 {
    text-align: center;
  }
}
.features-section .thumb {
  float: left;
  display: block;
  clear: both;
  width: 100%;
  max-width: 435px;
  position: relative;
  margin: 0 auto 2em;
}
@media all and (max-width: 980px) {
  .features-section .thumb {
    float: none;
  }
}
.features-section .thumb:before {
  content: url("../images/polygon.svg");
  position: absolute;
  left: -110px;
  top: -30px;
}
.features-section .features-slider {
  float: right;
  display: block;
  width: 100%;
  max-width: 520px;
  position: static;
  margin: 2em auto 0;
}
@media all and (max-width: 980px) {
  .features-section .features-slider {
    float: none;
  }
}
.features-section .features-slider br {
  display: none;
}
.features-section .features-slider ul {
  list-style: none;
}
.features-section .features-slider ul li {
  padding: 0 0 20px 100px;
  min-height: 100px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.features-section .features-slider ul li h4 {
  font-weight: 600;
}
.features-section .features-slider ul li p {
  font-size: 0.875em;
  max-width: 310px;
}
.features-section .features-slider ul li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 78px;
  height: 78px;
  line-height: 78px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.features-section .features-slider ul li:nth-child(1) i {
  background-color: rgba(209, 215, 5, 0.15);
}
.features-section .features-slider ul li:nth-child(2) i {
  background-color: rgba(151, 214, 246, 0.27);
}
.features-section .features-slider ul li:nth-child(3) i {
  background-color: rgba(235, 87, 87, 0.16);
}
.features-section .features-slider ul li:nth-child(4) i {
  background-color: rgba(87, 84, 231, 0.16);
}
.features-section .features-slider .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.residents-section {
  padding: 13em 0 20em;
  overflow: hidden;
  position: relative;
}
@media all and (max-width: 980px) {
  .residents-section {
    background-image: none;
    padding: 6em 0;
    text-align: center;
  }
}
.residents-section .wrapper {
  z-index: 2;
}
.residents-section:before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 382px;
  height: 382px;
  left: 0;
  top: 0;
  background: #FFEF69;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.residents-section:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 2863px;
  height: 1284px;
  left: auto;
  right: 0;
  top: 50%;
  bottom: 0;
  background: #F7FAF3;
  margin-right: -1220px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.residents-section .tabs-holder {
  width: 100%;
  max-width: 380px;
  display: inline-block;
}
.residents-section .tabs-holder .tabs-nav {
  margin-left: 0;
}
.residents-section .tabs-holder .tabs-nav li {
  display: inline-block;
  font-size: 0.875em;
  margin-right: 20px;
  padding: 0 0 5px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  color: #242328;
}
@media all and (max-width: 980px) {
  .residents-section .tabs-holder .tabs-nav li {
    margin: 0 5px;
  }
}
.residents-section .tabs-holder .tabs-nav li.selected {
  border-bottom: 4px solid #1297E0;
  color: #1297E0;
  font-weight: 900;
}
.residents-section .tabs-holder .tab-content {
  font-size: 1.125em;
  line-height: 1.5em;
  min-height: 220px;
}
.residents-section .tabs-holder .tab-content img {
  position: absolute;
  left: auto;
  right: -150px;
  top: -75px;
}
@media all and (max-width: 980px) {
  .residents-section .tabs-holder .tab-content img {
    position: relative;
    right: auto;
    top: 0;
    margin: 0 auto;
  }
}

.team-section {
  background: url("../images/city.png") repeat-x center bottom;
  padding-bottom: 14em;
}
@media all and (max-width: 980px) {
  .team-section {
    padding: 6em 0;
    text-align: center;
  }
}
.team-section h2 {
  margin-bottom: 1.5em;
}
.team-section .owl-carousel .thumb {
  max-width: 220px;
  overflow: hidden;
  margin: 2.5em 0 1em;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.team-section .owl-carousel .center .thumb {
  max-width: 300px;
  margin: 0 0 1em;
}
.team-section .owl-carousel .owl-item {
  text-align: center;
}
.team-section .owl-carousel .owl-item h3 {
  margin-bottom: 0.25em;
}
.team-section .owl-carousel .owl-item p {
  margin: 0;
  text-transform: uppercase;
  font-size: 1.125em;
}
.team-section .owl-theme .owl-nav {
  margin: 0;
}
.team-section .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: -200px;
  top: 50%;
  margin-top: -46px;
  width: 92px;
  height: 92px;
  line-height: 86px;
  text-align: center;
  border: 3px solid #1297E0;
  color: #1297E0;
  font-size: 3em;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  -webkit-transition: opacity 200ms ease-in-out;
  -moz-transition: opacity 200ms ease-in-out;
  -ms-transition: opacity 200ms ease-in-out;
  -o-transition: opacity 200ms ease-in-out;
  transition: opacity 200ms ease-in-out;
}
@media all and (max-width: 1024px) {
  .team-section .owl-theme .owl-nav [class*=owl-] {
    width: 60px;
    height: 60px;
    line-height: 54px;
    font-size: 2em;
  }
}
.team-section .owl-theme .owl-nav [class*=owl-]:hover {
  background: #fff;
  opacity: 0.4;
}
.team-section .owl-theme .owl-nav [class*=owl-]:active, .team-section .owl-theme .owl-nav [class*=owl-]:focus {
  outline: none;
}
.team-section .owl-theme .owl-nav [class*=owl-]::-moz-focus-inner {
  border: 0;
}
@media all and (max-width: 1400px) {
  .team-section .owl-theme .owl-nav [class*=owl-] {
    left: -50px;
  }
}
@media all and (max-width: 1024px) {
  .team-section .owl-theme .owl-nav [class*=owl-] {
    left: 10px;
  }
}
.team-section .owl-carousel .owl-nav button.owl-next {
  left: auto;
  right: -200px;
}
.team-section .owl-carousel .owl-nav button.owl-next svg {
  margin-right: -7px;
}
@media all and (max-width: 1400px) {
  .team-section .owl-carousel .owl-nav button.owl-next {
    right: -50px;
  }
}
@media all and (max-width: 1024px) {
  .team-section .owl-carousel .owl-nav button.owl-next {
    right: 10px;
  }
}
.team-section .owl-carousel .owl-nav button.owl-prev svg {
  margin-left: -7px;
}

.pricing-section {
  background: url("../images/pricing-bg.svg") repeat-x center bottom;
  text-align: center;
  padding: 8em 0 5em;
}
.pricing-section h2 {
  margin-bottom: 2em;
  position: relative;
  z-index: 2;
}
.pricing-section .row-price {
  position: relative;
}
@media all and (max-width: 980px) {
  .pricing-section .row-price {
    justify-content: center;
  }
}
@media all and (max-width: 980px) {
  .pricing-section .row-price .col-ds {
    flex-basis: 100%;
    max-width: 500px;
  }
}
.pricing-section .row-price:after, .pricing-section .row-price:before {
  content: "";
  width: 335px;
  height: 335px;
  top: -141px;
  right: -143px;
  left: auto;
  position: absolute;
  z-index: 0;
  background: #FFEF69;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
.pricing-section .row-price:before {
  width: 477px;
  height: 477px;
  top: -212px;
  right: -214px;
  background: rgba(255, 239, 105, 0.1);
  z-index: -1;
}
.pricing-section .row-price .col-ds:nth-child(2) .price-block {
  border-top: 18px solid #0D7D9D;
}
.pricing-section .row-price .col-ds:nth-child(2) h2 {
  color: #0D7D9D;
}
.pricing-section .row-price .col-ds:nth-child(2) .price-body ul li {
position: relative;
    font-weight: 400!important
}
.pricing-section .row-price .col-ds:nth-child(2) .price-body ul li p.price {
  position: absolute;
  right: 0;
  top: 10px;
}
.pricing-section .row-price .price-block {
  border: 1px solid #DCDCDC;
  border-top: 18px solid #1297E0;
  height: 100%;
  background: #fff;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  background-clip: padding-box;
}
.pricing-section .row-price p {
  
}
.pricing-section .row-price p.price {
  font-weight: 900;
  color: #868686;
  margin: 2em 0 1.5em;
}
.pricing-section .row-price p.price strong {
  font-size: 2.286em;
  font-weight: 900;
  color: #484848;
}
.pricing-section .row-price h2 {
  color: #1297E0;
}
.pricing-section .row-price .price-header {
  padding: 1.5em 2em 1em;
  min-height: 280px;
  border-bottom: 1px solid #DCDCDC;
}
.pricing-section .row-price .price-header h2 {
  margin-bottom: 0.5em;
}
.pricing-section .row-price .price-body {
  padding: 2em;
  text-align: left;
}
.pricing-section .row-price .price-body ul {
  margin: 0;
}
.pricing-section .row-price .price-body ul li {
  padding: 0 0 0 30px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.pricing-section .row-price .price-body ul li:before {
  font-weight: 900;
  content: "";
}
.pricing-section .row-price .price-body ul li svg {
  color: #1297E0;
  font-size: 0.75em;
  position: absolute;
  left: 0;
  top: 17px;
}
.pricing-section .row-price .price-body ul li h5 {
  font-weight: 700;
  color: #242328;
  margin: 0.75em 0 0.25em;
}
.pricing-section .row-price .price-body ul li p {
  margin: 0 0 0.75em;
  font-size: 0.813em;
}
.pricing-section .row-price .price-body ul li p.price strong {
  font-size: 1.286em;
  font-weight: 900;
}

.interest-section {
  background: url("../images/interest-bg.png") repeat-x center bottom;
  position: relative;
  z-index: 2;
  overflow: visible;
  text-align: center;
  padding-bottom: 9em;
}
@media all and (max-width: 980px) {
  .interest-section {
    padding-bottom: 4em;
  }
}
.interest-section:before {
  content: url("../images/interest.svg");
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
}
.interest-section h2 {
  margin-bottom: 1.5em;
}
.interest-section .forms-holder {
  display: block;
  margin: 0 auto;
  background: #fff;
  max-width: 480px;
  border: 1px solid #DCDCDC;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
.interest-section .forms-holder .forms-nav {
  margin: 0;
  padding: 28px 0 0;
  border-bottom: 1px solid #DCDCDC;
}
.interest-section .forms-holder .forms-nav li {
  display: inline-block;
  font-size: 1.125em;
  margin: 0 20px;
  padding: 0 0 20px;
  border-bottom: 4px solid transparent;
  cursor: pointer;
  color: #242328;
}
.interest-section .forms-holder .forms-nav li.selected {
  border-bottom: 4px solid #1297E0;
  color: #1297E0;
  font-weight: 900;
}
.interest-section .forms-holder .form-container {
  padding: 2em 1.5em 0;
  text-align: left;
}
.interest-section .forms-holder .form-container h4 {
  font-weight: 700;
  text-align: center;
  margin-bottom: 1.5em;
}
.interest-section .forms-holder .form-container p {
  margin: 0;
}
.interest-section .forms-holder .form-container label {
  margin: 0;
  padding: 0;
}
.interest-section .forms-holder .form-container span.wpcf7-list-item {
  margin: 0;
  display: block;
}
.interest-section .forms-holder .form-container .wpcf7-checkbox, .interest-section .forms-holder .form-container .wpcf7-checkbox label {
  display: inline-block;
  width: 100%;
}
.interest-section .forms-holder .form-container .wpcf7-checkbox label {
  padding: 15px;
  border: 1px solid #DCDCDC;
  cursor: pointer;
  position: relative;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.interest-section .forms-holder .form-container .wpcf7-checkbox label input {
  float: right;
  margin-top: 2px;
  position: relative;
  z-index: 2;
}
.interest-section .forms-holder .form-container .wpcf7-checkbox label input:checked + .wpcf7-list-item-label {
  color: #1297E0;
  font-weight: 700;
  background: #D3EDFD;
}
.interest-section .forms-holder .form-container .wpcf7-checkbox label .wpcf7-list-item-label {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 14px 15px 0;
  line-height: 1;
}
.interest-section .forms-holder .form-container form input[type=submit] {
  float: none;
  display: block;
  margin: 1em auto;
  max-width: 115px;
}

.faq-section {
  text-align: center;
  background: url("../images/faq-bg.svg") repeat-x center bottom;
}
.faq-section .wrapper {
  max-width: 75em;
}
.faq-section h2 {
  margin-bottom: 2em;
}

/* Other Pages */
/* 6.2 - Category Page & Single page */
/*************** 8.0 - Footer ************************/
.footer-widgets {
  position: relative;
  z-index: 2;
  color: #8C8C8C;
  background: #fff;
  padding: 6em 0 3em;
}
@media all and (max-width: 980px) {
  .footer-widgets {
    padding: 3em 0;
  }
}
.footer-widgets .row {
  justify-content: space-between;
}
.footer-widgets .row .col-ds.col-contact {
  max-width: 340px;
}
@media all and (max-width: 980px) {
  .footer-widgets .row .col-ds.col-contact {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-widgets .row .col-ds.col-contact p {
  font-size: 0.875em;
}
.footer-widgets .row .col-ds.col-contact .store-btn {
  margin: 20px 0 10px;
  display: inline-block;
  width: 100%;
}
.footer-widgets .row .col-ds.col-contact .store-btn a {
  margin: 0 10px 10px 0;
}
.footer-widgets .row .col-ds.col-widgets {
  max-width: 440px;
}
@media all and (max-width: 980px) {
  .footer-widgets .row .col-ds.col-widgets {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.footer-widgets ul {
  margin: 0;
  display: inline-block;
}
.footer-widgets ul li {
  display: inline-block;
  width: 100%;
}
.footer-widgets ul li a {
  text-decoration: none;
  font-size: 0.875em;
  color: #8C8C8C;
}
.footer-widgets ul li a:hover {
  color: #1297E0;
}
.footer-widgets h4 {
  margin: 0.5em 0 1em;
  text-transform: uppercase;
}

#footer {
  position: relative;
  z-index: 2;
  color: #8C8C8C;
  background: #F8F8F8;
  text-align: center;
  padding: 1em 0;
}
#footer .social-links {
  margin: 0;
  float: left;
}
#footer .social-links li {
  display: inline-block;
  margin: 0 5px;
}
#footer .social-links li a {
  float: left;
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background: #7D7D7D;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
#footer .social-links li a svg {
  color: #fff;
}
#footer .social-links li a:hover {
  background: #00C4FF;
  background: -moz-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #00C4FF), color-stop(100%, #0071FF));
  background: -webkit-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: -o-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: -ms-linear-gradient(left, #00C4FF 0%, #0071FF 100%);
  background: linear-gradient(to right, #00C4FF 0%, #0071FF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#00C4FF, endColorstr=#0071FF,GradientType=1 );
}
#footer .footer-nav {
  float: right;
}
@media all and (max-width: 480px) {
  #footer .footer-nav {
    float: left;
    clear: both;
  }
}
#footer .footer-nav ul {
  margin: 10px 0 0;
}
#footer .footer-nav ul li {
  display: inline-block;
  line-height: 1;
  padding: 0 8px;
  border-right: 1px solid #8C8C8C;
}
#footer .footer-nav ul li:last-child {
  border: 0;
}
#footer .footer-nav ul li a {
  font-size: 0.875em;
  float: left;
  line-height: 1;
  color: #8C8C8C;
}
#footer .footer-nav ul li a:hover {
  color: #1297E0;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #484848;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #DBEFFD;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-clip: padding-box;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: linear-gradient(89.87deg, #00C4FF 0.1%, #0071FF 99.89%);
  color: #1297E0;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
  outline: none;
}
.owl-theme .owl-dots .owl-dot:active, .owl-theme .owl-dots .owl-dot:focus, .owl-theme .owl-dots .owl-dot::-moz-focus-inner {
  outline: none;
  border: 0;
}
.owl-theme .owl-dots .owl-dot span {
  width: 22px;
  height: 22px;
  margin: 5px;
  background: #DBEFFD;
  display: block;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: linear-gradient(89.87deg, #00C4FF 0.1%, #0071FF 99.89%);
}

/* Slider fix */
/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */
/* Basic Theme */
[data-accordion-group] {
  margin-top: 0;
  text-align: left;
}

[data-accordion] {
  line-height: 1;
  margin: 0 1.25% 10px;
  display: inline-block;
  width: 47%;
  vertical-align: top;
  border: 1px solid #DCDCDC;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
}
@media all and (max-width: 980px) {
  [data-accordion] {
    margin: 0 0 10px;
    width: 100%;
  }
}
[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}
[data-accordion] [data-content] p {
  margin: 0 0 0.75em;
}
[data-accordion] [data-content] [data-accordion] {
  border: 0;
  padding: 0;
}
[data-accordion] [data-control] {
  position: relative;
  padding: 30px 80px 25px 30px;
  color: #13242E;
  font-size: 1.125em;
  cursor: pointer;
}
[data-accordion] [data-control]:hover {
  color: #1297E0;
}
[data-accordion] > [data-control]:after {
  font-weight: 900;
  content: "";
}
[data-accordion] > [data-control] svg {
  position: absolute;
  left: auto;
  right: 30px;
  top: 30px;
  color: #1297E0;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  background-clip: padding-box;
}
[data-accordion].open > [data-control]:after {
  content: "";
}
[data-accordion].open > [data-control] svg {
  color: #1297E0;
  border-color: #1297E0;
}

[data-control],
[data-content] > * {
  padding: 0 30px 30px;
}

/* animation effect*/
/* fade */
.holder-section.holder-fade .fade-effect {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  -ms-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.holder-section.holder-fade.active-section .fade-effect {
  opacity: 1;
}

/* zoom */
.holder-section.holder-zoom .zoom-effect {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.holder-section.holder-zoom.active-section .zoom-effect {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* fade 2 */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  opacity: 0;
}

.active-section .fadeIn,
.loaded .cta.fadeIn {
  animation: fadeIn ease 1s;
  -webkit-animation: fadeIn ease 1s;
  -moz-animation: fadeIn ease 1s;
  -o-animation: fadeIn ease 1s;
  -ms-animation: fadeIn ease 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.loaded .cta.fadeIn {
  animation-delay: 0.5s;
}

/*************** 9.0 - Media Queries and responsive *************************/
@media screen and (max-width: 980px) {
  /* Media Query for Mobile menu */
  .menu-toggle, #mobile-nav {
    display: inline-block;
  }

  .desktop-nav {
    display: none;
  }

  #nav ul li {
    width: 100%;
  }

  #nav ul ul {
    position: relative;
  }

  .sf-arrows a.sf-with-ul {
    padding-right: 0.75em;
  }
}
@media screen and (min-width: 981px) {
  .mobile-nav {
    display: none !important;
  }
}

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