/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
  max-width: 100%;
  width: 100%;
}
.container-fluid {
	padding-left: 0;
	padding-right: 0;
}

@media(max-width: 1200px) {
 
  .lg-pl-5 {
    padding-left: 50px!important
  }

  .lg-pr-5 {
    padding-right: 50px!important
  }

  .lg-px-3 {
    padding-left: 30px!important;
    padding-right: 30px!important
  }

  .lg-mt-3 {
    margin-top: 30px!important
  }

  .lg-mt-5 {
    margin-top: 50px!important
  }

  .lg-mt-7 {
    margin-top: 70px!important
  }

  .navbar-nav .nav-link {
    padding: 0 12px!important
  }
}

@media(max-width: 992px) {
   .md-mt-0 {
    margin-top: 0!important
  }

  .md-pl-0 {
    padding-left: 0!important
  }

  .md-mt-2 {
    margin-top: 20px!important
  }

  .md-mt-3 {
    margin-top: 30px!important
  }

  .md-mt-5 {
    margin-top: 50px!important
  }

  .md-mt-7 {
    margin-top: 70px!important
  }

  .md-mb-3 {
    margin-bottom: 30px!important
  }

  .md-mb-5 {
    margin-bottom: 50px!important
  }

  .md-mb-7 {
    margin-bottom: 70px!important
  }

  .md-px-3 {
    padding-left: 30px!important;
    padding-right: 30px!important
  }

  .md-py-0 {
    padding-top: 0!important;
    padding-bottom: 0!important
  }

  .md-px-5 {
    padding-left: 50px!important;
    padding-right: 50px!important
  }

  .md-py-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  .md-py-5 {
    padding-top: 50px!important;
    padding-bottom: 50px!important
  }

  .md-py-8 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
  }

  .md-pt-8 {
    padding-top: 80px!important
  }

  .md-pb-10 {
    padding-bottom: 100px!important
  }

  .md-pb-15 {
    padding-bottom: 150px!important
  }

  .md-custom-mt-10 {
    z-index: 99;
    position: relative;
    margin-top: -100px
  }

  .md-text-center {
    text-align: center!important
  }

  .md-text-left {
    text-align: left!important
  }

  #header-wrap::before {
    left: 75%
  }

  .navbar-toggler {
    background: 0 0;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 0;
    margin-right: 0;
    margin: 15px 0
  }

  .navbar-nav ul {
    position: static
  }

  .navbar-nav .nav-item {
    margin: 0
  }

  .navbar-nav .nav-link {
    padding: 10px!important;
    border-radius: .25rem;
    color: #fff
  }

  .navbar-nav .nav-link:hover,.navbar-nav .nav-item .nav-link.active,.navbar-nav .nav-item.show .nav-link {
    background: rgba(49,67,239,.1)!important
  }

  .navbar-collapse {
    border-radius: .25rem;
    background: #0d092c;
    max-height: 400px;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 50px;
    width: 100%;
    overflow: auto;
    border: medium;
    -webkit-box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    -moz-box-shadow: 7px 5px 30px rgba(72,73,121,.15);
    box-shadow: 7px 5px 30px rgba(72,73,121,.15)
  }

  .navbar-toggler span {
    width: 80%;
    height: 2px;
    margin: 5px auto;
    display: block;
    background: #fff
  }

  .navbar-nav .dropdown-toggle::after {
    background: 0 0!important;
    position: absolute;
    border: none;
    top: 50%;
    right: 0;
    margin: -.5em .5em 0 0;
    border-radius: .25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center
  }

  .navbar-nav .dropdown-toggle::after {
    content: '+'
  }

  .navbar-nav .dropdown.show>.dropdown-toggle::after {
    content: '-'
  }

  .navbar-nav .dropdown-submenu .dropdown-toggle::after {
    right: -20px;
    width: auto;
    height: auto;
    margin-right: 0
  }

  .header-2 .navbar-toggler,.header-3 .navbar-toggler,.header-4 .navbar-toggler {
    margin-top: 0;
    margin-bottom: 0
  }

  .header-2 #header-wrap,.header-4 #header-wrap {
    padding: 10px 0
  }

  .header-2 #header-wrap.fixed-header .right-nav .btn {
    display: none
  }

  .header-2 .navbar-toggler,.header-4 .navbar-toggler {
    margin-left: auto;
    margin-right: 15px
  }

  .header-3 .navbar {
    padding: 15px
  }

  .md-text-black {
    color: #081b3a!important
  }

  .page-title {
    padding: 160px 0
  }

  .page-title h1 {
    font-size: 40px;
    line-height: 50px
  }

  .md-bg-none {
    background-image: none!important
  }

  .md-h-auto {
    height: auto!important
  }

  .image-column {
    left: 0;
    position: relative;
    top: inherit;
    transform: inherit
  }

  .cases-desc {
    padding: 30px 20px
  }

  .post .post-desc {
    padding: 20px
  }

  .countdown>li span {
    font-size: 60px;
    line-height: 70px
  }

  .countdown>li p {
    font-size: 18px
  }

  .coming-soon-pattern {
    right: -100%;
    bottom: 0
  }

  .testimonial.style-1 .testimonial-content p {
    font-size: 16px;
    line-height: 28px
  }

  .tab.style-2 .nav-tabs .nav-link {
    margin-bottom: 10px;
    font-size: 18px;
    padding: 15px
  }
}

@media(max-width: 767px) {
  .hidden-sm {
    display: none!important
  }

  .section-title h2 {
    font-size: 34px;
    line-height: 40px
  }

  .section-title p {
    font-size: 16px
  }

  .page-title h1 {
    font-size: 30px;
    line-height: 30px
  }

  .sm-mt-0 {
    margin-top: 0!important
  }

  .sm-mt-2 {
    margin-top: 20px!important
  }

  .sm-mt-3 {
    margin-top: 30px!important
  }

  .sm-mt-5 {
    margin-top: 50px!important
  }

  .sm-mb-3 {
    margin-bottom: 30px!important
  }

  .sm-mb-5 {
    margin-bottom: 50px!important
  }

  .sm-pt-0 {
    padding-top: 0!important
  }

  .sm-pt-5 {
    padding-top: 50px!important
  }

  .sm-pt-10 {
    padding-top: 100px!important
  }

  .sm-pb-5 {
    padding-bottom: 50px!important
  }

  .sm-pb-8 {
    padding-bottom: 80px!important
  }

  .sm-pb-10 {
    padding-bottom: 100px!important
  }

  .sm-pl-3 {
    padding-left: 30px!important
  }

  .sm-py-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  .sm-py-8 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
  }

  .sm-px-3 {
    padding-left: 30px!important;
    padding-right: 30px!important
  }

  .sm-py-3 {
    padding-top: 30px!important;
    padding-bottom: 30px!important
  }

  .sm-py-8 {
    padding-top: 80px!important;
    padding-bottom: 80px!important
  }

  .sm-bg-cover {
    background-size: cover
  }

  .fullscreen-banner {
    min-height: inherit;
    height: auto!important
  }

  .fullscreen-banner .align-center {
    position: inherit;
    transform: inherit;
    padding: 150px 0 100px!important
  }

  .header .right-nav .btn {
    padding: 8px 15px
  }

  .search-icon a,.cart a i {
    font-size: 18px
  }

  .countdown>li span {
    font-size: 40px;
    line-height: 40px
  }

  .countdown>li p {
    font-size: 16px
  }

  .slider-sec .align-center {
    position: relative
  }

  .team-member.style-1 .team-description {
    margin: -40px 20px 0;
    padding: 14px 10px 15px
  }

  .timeline-title {
    text-align: left
  }

  .timeline::after {
    left: 0;
    margin-left: 0
  }

  .timeline-inner {
    width: 100%
  }

  .timeline-right {
    margin-left: 0
  }

  .timeline-inner::before {
    right: inherit;
    left: -16px
  }
}

@media(max-width: 576px) {
  .col-xx-12 {
    width:100%!important
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 38px
  }

  .xs-mt-0 {
    margin-top: 0!important
  }

  .xs-mt-1 {
    margin-top: 10px!important
  }

  .xs-mt-2 {
    margin-top: 20px!important
  }

  .xs-mt-3 {
    margin-top: 30px!important
  }

  .xs-mt-5 {
    margin-top: 50px!important
  }

  .xs-mb-3 {
    margin-bottom: 30px!important
  }

  .xs-mb-5 {
    margin-bottom: 50px!important
  }

  .xs-pt-5 {
    padding-top: 50px!important
  }

  .xs-pb-5 {
    padding-bottom: 50px!important
  }

  .xs-px-1 {
    padding-left: 10px!important;
    padding-right: 10px!important
  }

  .xs-px-2 {
    padding-left: 20px!important;
    padding-right: 20px!important
  }

  .xs-px-3 {
    padding-left: 30px!important;
    padding-right: 30px!important
  }

  .xs-py-1 {
    padding-top: 10px!important;
    padding-bottom: 10px!important
  }

  .xs-py-2 {
    padding-top: 20px!important;
    padding-bottom: 20px!important
  }

  .xs-py-10 {
    padding-top: 100px!important;
    padding-bottom: 100px!important
  }

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

  #header-wrap::before {
    left: 60%
  }

  .navbar-brand {
    margin: 0 auto
  }

  .language-selection .nice-select {
    height: 30px;
    line-height: 30px
  }

  .header-call a {
    font-size: 13px
  }

  .header-top .social-icons li {
    padding: 0 6px
  }

  .header-top .social-icons li a {
    font-size: 12px;
    height: 40px;
    width: 20px;
    line-height: 44px
  }

  #ht-main-nav {
    width: 100%
  }

  .header-2 .header-top .social-icons li {
    padding: 0 5px
  }

  .header-2 .navbar-toggler,.header-4 .navbar-toggler {
    margin-right: 0
  }

  .header-2 .navbar-brand,.header-4 .navbar-brand {
    margin: inherit
  }

  .header-2 #header-wrap .right-nav .btn {
    display: none
  }

  .header-2 .logo img,.header-4 .logo img {
    height: 30px
  }

  .header-4 .right-nav {
    position: absolute;
    top: -60px;
    right: 0
  }

  .header-4 .search-icon a,.header-4 .cart a i {
    font-size: 20px;
    color: #081b3a
  }

  .fullscreen-banner p br {
    display: none
  }

  .breadcrumb-item {
    line-height: 30px
  }

  .page-title {
    padding: 160px 0 110px
  }

  .tab .nav-tabs .nav-link {
    display: block;
    width: 100%
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 0
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 0
  }

  .cart-table .media {
    display: block
  }

  .pagination>li>a,.pagination>li>span {
    width: 40px;
    height: 40px;
    line-height: 40px
  }

  .product-overlay ul li a {
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    width: 40px
  }

  .media-holder .media {
    display: block
  }

  .media-holder .media img {
    margin-right: 0!important;
    margin-bottom: 15px
  }
}

@media(max-width: 375px) {
  .btn+.btn {
    margin-left:0;
    margin-top: 15px;
    display: table
  }

  .banner .btn {
    display: table;
    margin-left: auto;
    margin-right: auto
  }
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */
@font-face {
  font-family: flaticon;
  src: url("//8070281.fs1.hubspotusercontent-na1.net/hubfs/8070281/fonts/Flaticon.eot#iefix") format("embedded-opentype"),
	 url("//8070281.fs1.hubspotusercontent-na1.net/hubfs/8070281/fonts/Flaticon.woff2") format("woff2"), 
	 url("//8070281.fs1.hubspotusercontent-na1.net/hubfs/8070281/fonts/Flaticon.woff") format("woff"),
	 url("//8070281.fs1.hubspotusercontent-na1.net/hubfs/8070281/fonts/Flaticon.ttf") format("truetype"), 
	 url("//8070281.fs1.hubspotusercontent-na1.net/hubfs/8070281/fonts/Flaticon.svg#Flaticon") format("svg");
  font-style: normal;
  font-weight: 400;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.5;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 1.7;
}

::selection {
  background: #3143ef;
  color: #fff;
  text-shadow: none;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}

a, i, .btn, button, img, span, .dropdown-item, .social-icons li:hover a, .owl-item, .featured-item, .featured-item .featured-icon i, .team-description, .team-social-icon, .product-item .product-overlay {
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  text-transform: capitalize;
}

h1 {
  font-size: 2.1rem;
  text-transform: capitalize;
  letter-spacing: 0;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;  
}

h4 {
  font-size: 1.175rem;  
}

h5 {
  font-size: 1rem;  
}

h6 {
  font-size: .9rem;  
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* @media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
} */
@media (min-width: 576px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
	 max-width: 540px;
  }
}
@media (min-width: 768px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
	 max-width: 720px;
  }
}
@media (min-width: 992px) {
  .page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
	 max-width: 960px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 15px 0;
  cursor: pointer;
  display: inline-block;
  
  text-decoration: none;
  white-space: normal;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  text-align: center;
  font-weight: 400;
  -webkit-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  -webkit-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  -moz-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  border: 1px solid;
  vertical-align: middle;
  text-decoration: none;
  background: #3143ef;
  color: #fff;
  padding: 12px 20px;
  position: relative;
  display: inline-block;
  outline: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}

.form-title {
  padding: 15px;
}
.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  padding-top: 0;
  margin-bottom: 8px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f00 !important;
  font-size: 1em;
  font-weight: normal;
}

.hs-input,
.hs-search-field__input,
form input[type="password"] {
  display: inline-block;
  width: 100%;
  font-family: inherit;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  font-weight: 400;
  line-height: 1.5;
  padding: .375rem .75rem;
  height: 50px;
  font-size: 13px;
  color: #081b3a;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #eeeff7;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
}

.hs-input[type=file] {
  background-color: #fff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
}

.hs-input:-moz-placeholder {
  color: #bfbfbf;
}

.hs-input::-webkit-input-placeholder {
  color: #bfbfbf;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus,
.hs-search-field__input:focus,
form input[type="password"]:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1rem;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
	 .email-correction form .form-columns-2 .hs-form-field,
	 .email-correction form .form-columns-3 .hs-form-field,
	 .email-validation form .form-columns-2 .hs-form-field,
	 .email-validation form .form-columns-3 .hs-form-field {
		float: none;
		width: 100%;
	 }
	 .email-correction form .form-columns-2 .hs-form-field .hs-input,
	 .email-correction form .form-columns-3 .hs-form-field .hs-input,
	 .email-validation form .form-columns-2 .hs-form-field .hs-input,
	 .email-validation form .form-columns-3 .hs-form-field .hs-input {
		width: 90%;
	 }
	 .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
	 .email-correction form .form-columns-2 .hs-form-field input[type=radio],
	 .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
	 .email-correction form .form-columns-3 .hs-form-field input[type=radio],
	 .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
	 .email-validation form .form-columns-2 .hs-form-field input[type=radio],
	 .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
	 .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
		width: 24px;
	 }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato, serif;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
}

@media (max-width:1200px) {
  nav div#hs_menu_wrapper_main_menu ul li a {
    font-size: 11px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
  #hs_cos_wrapper_main_menu li.hs-menu-item a:link {
    font-size: 11px !important;
  }
}

@media (min-width:1201px) {
.custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px !important;
}
}

@media (max-width:992px)
 {
   header button.navbar-toggler {
    display: block !important;
}
   header .collapse:not(.show) {
    display: none !important;
}
  header .navbar-expand-lg .navbar-collapse {
     display:block;
   }
   header .custom-menu-primary .hs-menu-wrapper>ul {
    flex-direction: column;
}
   .custom-menu-primary .hs-menu-wrapper>ul>li {
     line-height:22.5px !important;
   }
   .custom-menu-primary .hs-menu-wrapper>ul>li>a {
     line-height:16.5px !important;
     padding-top:10px !important;
     padding-bottom:10px !important;
   }
   span#hs_cos_wrapper_main_menu {
    width: 100% !important;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.lp .navbar {
  min-height: 70.89px;
}
@media (max-width: 992px) {
  .lp .navbar {
	 min-height: 48px;
  }
}

@media (max-width: 767px) {
  .lp .navbar {
	 min-height: 40px;
  }
}

Result Skip Results Iframe
EDIT ON
.tooltip-text {
  visibility: hidden;
  position: absolute;
  z-index: 2;
  width: 100px;
  color: white;
  font-size: 12px;
  background-color: #192733;
  border-radius: 10px;
  padding: 10px 15px 10px 15px;
}

.tooltip-text::before {
  content: "";
  position: absolute;
  transform: rotate(45deg);
  background-color: #192733;
  padding: 5px;
  z-index: 1;
}

.hover-text:hover .tooltip-text {
  visibility: visible;
}

#top {
  top: -40px;
  left: -50%;
}

#top::before {
  top: 80%;
  left: 45%;
}

#bottom {
  top: 25px;
  left: -50%;
}

#bottom::before {
  top: -5%;
  left: 45%;
}

#left {
  top: -8px;
  right: 120%;
}

#left::before {
  top: 35%;
  left: 94%;
}

#right {
  top: -8px;
  left: 120%;
}

#right::before {
  top: 35%;
  left: -2%;
}

.hover-text {
  position: relative;
  display: inline-block;
  margin: 40px;
  font-family: Arial;
  text-align: center;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
.no-banner header.header {
  background: black;
}
.no-banner .header-wrap {
  min-height: 123px;
}

header.header {
  width: 100%;
  position: absolute;
  z-index: 1200;
}

.header-top {
  border-bottom: 2px solid rgba(255,255,255,.05);
  padding: 10px 0;
}

.topbar-link i {
  vertical-align: middle;
  margin-right: 10px;
  font-size: 20px;
  color: #fff;
}

.topbar-link a {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
}

.language-selection a {
  color: #fff;
}

.language-selection svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
  width: .875em;
  margin-left: 10px;
}

.navbar {
  padding: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-right: auto;
  margin-left: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  position: relative;
  border-radius: 0;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.custom-menu-primary .hs-menu-wrapper>ul ul {
  border-radius: .25rem;
  margin: .125rem 0 0;
  font-size: 14px;
  color: #212529;
  text-align: left;
  list-style: none;
  -webkit-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  -moz-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  float: none;
  padding: 35px;
  background: #0d092c;
  top: 120%;
  border: none;
  margin-top: 0;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li:not(:last-child) {
  margin-bottom: 15px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a {
  display: inline-block;
  line-height: 2;
  padding: 0;
  white-space: nowrap;
  position: relative;
  background: 0 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  width: 100%;
}

.logo a {
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  display: inline-block;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-right: 0;
}

.custom-menu-primary>* {
  margin: auto;
}

.right-nav {
  position: relative;
}

.right-nav a {
  font-weight: 400;
  text-align: center;
  background-color: transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  -webkit-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  -moz-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  background: #3143ef;
  color: #fff;
  padding: 12px 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
}

.fixed .header-bottom {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: #3143ef;
  animation: smoothScroll 1s forwards;
}

@keyframes smoothScroll {
  0% {
	 transform: translateY(-40px)
  }
  100% {
	 transform: translateY(0px)
  }
}

/* ==Main Banner== */
.banner-wrap {
  position: relative;
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 0px;
  z-index: 0;
}

.banner-wrap:before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .7;
}

.banner-wrap h1 {
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 50px;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 60px;
  color: #fff;
  font-family: inherit;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:after {
  content: "";
  width: 0;
  height: 1px;
  bottom: 0;
  position: absolute;
  left: auto;
  right: 0;
  -webkit-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  -o-transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  transition: width .6s cubic-bezier(.25,.8,.25,1) 0s;
  background: #fff;
}

.custom-menu-primary .hs-menu-wrapper>ul ul li a:hover:after {
  width: 100%;
  left: 0;
  right: auto;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
  display: inline-block;
  margin-left: .255em;
  border: none;
  content: '+';
  vertical-align: middle;
  width: 10px;
}

.fixed .right-nav a {
  background-color: #000;
}

@media (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul {
	 -ms-flex-direction: row;
	 flex-direction: row;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 line-height: 70px;
	 padding: 0 10px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 min-width: 12em;
	 max-width: 20em; 
	 opacity: 0;
	 position: absolute;
	 display: block;
	 pointer-events: none;
	 left: 0;
	 right: auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
	 display: block;
	 opacity: 1;
	 pointer-events: auto;
	 visibility: visible;
	 top: 100%;
	 -webkit-transition: all .5s ease-in-out 0s;
	 -moz-transition: all .5s ease-in-out 0s;
	 -ms-transition: all .5s ease-in-out 0s;
	 -o-transition: all .5s ease-in-out 0s;
	 transition: all .5s ease-in-out 0s;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:hover:after {
	 content: '-';
  }

}

@media (max-width: 992px) {
  .header-bottom {
	 padding: 10px 0;
  }

  .banner-wrap h1 {
	 font-size: 40px;
	 line-height: 50px;
  }

  .banner-wrap {
	 padding: 160px 0;
  }

  .fixed .right-nav a {
	 display: none;
  }

  .fixed .right-nav a {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
	 margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding: 10px;
	 border-radius: .25rem;
	 color: #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul {
	 display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
	 float: right;
	 background: 0 0;
	 position: absolute;
	 border: none;
	 top: 50%;
	 right: 0;
	 margin: -.5em .5em 0 0;
	 border-radius: .25rem;
	 padding: 0;
	 width: 2em;
	 height: 1.4em;
	 font-size: 1.25rem;
	 line-height: 1.2em;
	 text-align: center;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children.child-open>a:after {
	 content: '-';
  }

  .child-trigger {
	 position: absolute;
	 right: 5px;
	 top: 0;
	 width: 48px;
	 height: 41px;
	 cursor: pointer;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li.trigger-hover>a {
	 background: rgba(49,67,239,.1);
  }

}

@media (max-width: 1199px) and (min-width: 992px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 padding: 0 9px;
  }
}

@media screen and (max-width: 800px) {
  .banner-wrap {
	 background-attachment: initial;
  }
}

@media (max-width: 767px) {
  .banner-wrap h1 {
	 font-size: 30px;
	 line-height: 30px;
  }
  .right-nav a {
	 padding: 8px 15px;
  }
}

@media (max-width: 576px) {
  .right-nav a {
	 display: none;
  }
  .banner-wrap {
	 padding: 160px 0 110px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.secondary-footer {
  padding: 20px 0;
  font-weight: 400;
  background-color: #3143ef;
}

.copyright ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.copyright ul li {
  margin-bottom: 15px;
  text-transform: capitalize;
  display: inline;
  margin-right: .5rem;
}

.copyright ul li:last-child {
  margin: 0;
}

.copyright ul li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,.8);
}

.copyright ul li a:hover {
  color: #fd5b03;
}

.copyright span {
  color: rgba(255,255,255,.8);
}

.primary-footer {
  padding: 80px 0;
  position: relative;
  z-index: 99;
  font-size: 16px;
  color: rgba(255,255,255,.8);
  background-color: #000;
}

.primary-footer h4 {
  color: #fff;
  margin-bottom: 1.5rem;
}

.primary-footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.primary-footer p {
  line-height: 1.7;
}

.footer-cntct ul li {
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
}

.footer-cntct ul li p {
  margin: 0;
  display: flex;
  align-items: center;
}

.footer-cntct ul li p i {
  font-size: 30px;
  color: #fff;
  vertical-align: middle;
  line-height: 30px;
  margin-right: 20px;
}

[class^=flaticon-]:before, [class*=" flaticon-"]:before, [class^=flaticon-]:after, [class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-style: normal;
}

.flaticon-paper-plane:before {
  content: "\f103";
}

.flaticon-email:before {
  content: "\f102";
}

.flaticon-phone:before {
  content: "\f101";
}

.footer-cntct ul li p a {
  color: rgba(255,255,255,.8);
}

.footer-cntct ul li p a:hover {
  color: #fd5b03;
}

.footer-cntct ul li:last-child {
  margin: 0;
}

.primary-footer .md-mt-5>span p {
  margin-bottom: 1rem;
}

.footer-list .hs-menu-wrapper ul li {
  margin-bottom: 15px;
  text-transform: capitalize;
}

.footer-list .hs-menu-wrapper ul li:last-child {
  margin-bottom: 0;
}

.footer-list .hs-menu-wrapper ul li a {
  font-size: 16px;
  font-weight: 400;
  color: rgba(255,255,255,.8);
}

.footer-list .hs-menu-wrapper ul li a:hover {
  color: #fd5b03;
}

.footer form {
  max-width: 100%;
  position: relative;
}

.footer form .hs-input {
  line-height: inherit;
  font-family: inherit;
  width: 100%;
  border: 2px solid #e2dfdf;
  background: #fff;
  border-radius: 5px;
  color: #111121;
  font-size: 14px;
  padding: 0 20px;
  height: 50px;
  padding-right: 150px;
}

.footer form .hs-input::-webkit-input-placeholder {
  color: #111121;
}

.footer form>div>label {
  display: none;
}

.footer form input.hs-button.primary.large {
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  padding: 12px 25px;
  transition: .2s;
  height: 50px;
  border: none;
}

@media (max-width: 992px) {
  .footer form {
	 margin: 0 0 43px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.banner-wrap h2 {
  font-size: 50px;
  color: #fff;
  line-height: 60px;
  font-weight: 700;
  margin-bottom: 20px;
  margin-top: 60px;
}

.page-content>div {
  padding: 80px 0;
}

.post-item {
  position: relative;
  border-radius: .25rem;
  overflow: hidden;
}

.post-item a {
  text-decoration: underline;
  color: #3143ef;
}

.post-item .post-desc {
  padding: 30px;
  background: #fff;
}

.post-item ul,.post-item ol {
  margin: 0;
  margin-left: 2rem;
  margin-bottom: 1.1rem;
}

.post-meta ul li {
  font-weight: 400;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  list-style-type: none;
  position: relative;
}

.post-title {
  position: relative;
  margin-top: 15px;
}

.post-item .post-desc h4 {
  margin: 0;
  text-transform: capitalize;
  font-weight: 600;
}

.post-item .post-desc h4 a {
  color: #081b3a;
  display: inline-block;
}
.post-item .post-desc h4 a:hover {
  color: #3143ef;
}
.no-link-underline {
  text-decoration: none !important;
}

.sidebar .widget_categories h5 {
  font-weight: 600;
  color: #081b3a;
  display: inline-block;
  position: relative;
  width: 100%;
  margin: 30px 0;
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar .widget_categories ul {
  margin-bottom: 30px;
}

.sidebar .widget_categories ul li {
  margin-bottom: 10px;
}

.sidebar .widget_categories ul li a {
  text-transform: capitalize;
  color: #5f6368;
  line-height: 1.9;
}

.sidebar .widget_categories ul li a:hover {
  color: #3143ef;
  padding-left: 5px;
}

.widget-contact {
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url(//8070281.fs1.hubspotusercontent-na1.net/hubfs/8070281/raw_assets/public/NexoFit_August2020/images/gym-1.jpg);
}

.widget-contact:before {
  position: absolute;
  content: '';
  background-color: #000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: .8;
}

.btn {
  -webkit-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  -moz-box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  box-shadow: 0 3px 65px 0 rgba(26,26,66,.07);
  background: #3143ef;
  color: #fff;
  padding: 12px 20px;
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
}

.btn:hover {
  background: #000;
  color: #fff;
}

.sidebar h5 {
  margin-top: 50px;
  font-weight: 600;
  color: #081b3a;
  display: inline-block;
  position: relative;
  width: 100%;
  margin-bottom: 30px;
}

.recent-posts-widget-with-thumbnails ul li {
  overflow: hidden;
  margin: 0 0 1.5em;
}

.recent-posts-widget-with-thumbnails ul li:last-child {
  margin: 0;
}

.recent-posts-widget-with-thumbnails ul li a img {
  display: inline;
  float: left;
  margin: .3em .75em .75em 0;
  max-width: 75px;
}

.recent-posts-widget-with-thumbnails ul li a .rpwwt-post-title {
  white-space: nowrap;
  width: 70%;
  float: left;
  clear: right;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
  color: #081b3a;
  font-weight: 600;
}

.recent-posts-widget-with-thumbnails ul li .rpwwt-post-date {
  display: block;
  width: 50%;
  float: left;
}

.breadcrumb {
  background: #fff;
  display: inline-block;
  margin: 0;
  text-transform: capitalize;
  color: #081b3a;
  font-weight: 700;
}

.breadcrumb-item {
  display: inline-block;
}

.breadcrumb-item a {
  color: #081b3a;
}

.breadcrumb-item.active, .breadcrumb-item a:hover {
  color: #3143ef;
}

.sidebar form {
  max-width: 100%;
  margin: 0 0 6px;
}

.sidebar form input.hs-search-field__input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  color: #3143ef;
  outline-offset: -2px;
  border: 2px solid #eeeff7;
  border-radius: 7px;
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  font-size: 14px;
  line-height: 21px;
  position: relative;
}

.sidebar form button:after {
  content: "\f11a";
  font-family: Flaticon;
  font-style: normal;
  z-index: 1000;
  font-size: 17px;
  color: #3143ef;
  font-weight: 700;
}

.sidebar form button svg {
  display: none;
}

.sidebar form button {
  position: absolute;
  right: 22px;
  top: 15px;
  background: none;
  border: none;
  padding: 0;
}

.blog-comments {
  padding: 40px 0 0;
}

@media (max-width: 992px) {
  .post-item .post-desc {
	 padding: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 200px 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 400px  ;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}
.hs-form-field {
  margin: 0 0 10px;
}
.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
form#email-prefs-form input[type="email"] {
  width: 100% !important;
}
.hs-error-msgs {
  padding: 0;
  margin: 0;
}
.hs-form-field label {
  margin-bottom: 8px;
  display: inline-block;
}
label:empty {
  display: none !important;
}
input#hs-pwd-widget-password {
  height: 40px !important;
}
.subs form#email-prefs-form {
  max-width: 100%;
}
@media (max-width: 767px) {
  form {
    max-width: 100%;
  }
  .blog-post img {
  float: none !important;
  margin: 0 !important;
  max-width: 100%;
}
}
.error-page {
  position: relative;
  z-index: 2;
}
.comment-date, .comment-from {
  display: block !important;
}
.grecaptcha-badge {
  max-width: 100%;
  overflow: auto hidden;
  margin: 0;
}
h3:empty {
  display: none;
}
img {
  max-width: 100%;
  height: auto;
}
span.replying-to {
  display: block;
  padding-bottom: 30px;
}

@media (max-width:1200px) {
  nav div#hs_menu_wrapper_main_menu ul li a {
    font-size: 11px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
}
}