@charset "UTF-8";
/*! Made with Bones: http://themble.com/bones :) */
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/* normalize.css 2012-07-07T09:50 UTC - http://github.com/necolas/normalize.css */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/*
 * proper formatting (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
q {
  quotes: "“" "”" "‘" "’";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: "";
  content: none;
}

small, .small {
  font-size: 75%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0;
}

dd {
  margin: 0;
}

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px;
}

ol,
ul {
  padding: 0;
  list-style-type: none;
}

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.clearfix, .cf {
  zoom: 1;
}
.clearfix:before, .clearfix:after, .cf:before, .cf:after {
  content: "";
  display: table;
}
.clearfix:after, .cf:after {
  clear: both;
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville, "Goudy Old Style", Palatino, "Book Antiqua", serif !important;
  font-style: italic;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
.container {
  max-width: 1238px;
  margin: 0 auto;
  width: 100%;
  padding: 0 20px;
}

/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

Need to import a font or set of icons for your site? Drop them in
here or just use this to establish your typographical grid. Or not.
Do whatever you want to...GOSH!

Helpful Articles:
http://trentwalton.com/2012/06/19/fluid-type/
http://ia.net/blog/responsive-typography-the-basics/
http://alistapart.com/column/responsive-typography-is-a-physical-discipline

******************************************************************/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/*  To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.
*/
/*  @font-face {
      font-family: 'Font Name';
      src: url('library/fonts/font-name.eot');
      src: url('library/fonts/font-name.eot?#iefix') format('embedded-opentype'),
             url('library/fonts/font-name.woff') format('woff'),
             url('library/fonts/font-name.ttf') format('truetype'),
             url('library/fonts/font-name.svg#font-name') format('svg');
      font-weight: normal;
      font-style: normal;
  }
*/
/*
The following is based of Typebase:
https://github.com/devinhunt/typebase.css
I've edited it a bit, but it's a nice starting point.
*/
/*
 i imported this one in the functions file so bones would look sweet.
 don't forget to remove it for your site.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

I've seperated the grid so you can swap it out easily. It's
called at the top the style.scss stylesheet.

There are a ton of grid solutions out there. You should definitely
experiment with your own. Here are some recommendations:

http://gridsetapp.com - Love this site. Responsive Grids made easy.
http://susy.oddbird.net/ - Grids using Compass. Very elegant.
http://gridpak.com/ - Create your own responsive grid.
https://github.com/dope/lemonade - Neat lightweight grid.


The grid below is a custom built thingy I modeled a bit after
Gridset. It's VERY basic and probably shouldn't be used on
your client projects. The idea is you learn how to roll your
own grids. It's better in the long run and allows you full control
over your project's layout.

******************************************************************/
/*
Mobile Grid Styles
These are the widths for the mobile grid.
There are four types, but you can add or customize
them however you see fit.
*/
.d-flex {
  display: flex;
  flex-wrap: wrap;
}

.col-100 {
  width: 100%;
}

.col-50 {
  width: 50%;
}

.col-33 {
  width: 33.33%;
}

.col-25 {
  width: 25%;
}

.align-items-start {
  align-items: flex-start;
}

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

.align-items-end {
  align-items: flex-end;
}

.justify-content-space-between {
  justify-content: space-between;
}

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

/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet.

******************************************************************/
/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*********************/
.btn, .yellow-btn, .blue-btn {
  display: inline-block;
  position: relative;
  font-family: "Onest", sans-serif;
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  padding: 16px 32px;
  border-radius: 26px;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
.btn:hover, .yellow-btn:hover, .blue-btn:hover, .btn:focus, .yellow-btn:focus, .blue-btn:focus {
  color: #ffffff;
  text-decoration: none;
  outline: none;
}
.btn:active, .yellow-btn:active, .blue-btn:active {
  top: 1px;
}

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn {
  background-color: #000040;
}
.blue-btn:hover, .blue-btn:focus {
  background-color: #4A4A5E;
}
.blue-btn:active {
  background-color: #4A4A5E;
}

.yellow-btn {
  background-color: #d3ee14;
  color: #000040;
}
.yellow-btn:hover, .yellow-btn:focus {
  background-color: #E9F1B1;
  color: #000040;
}
.yellow-btn:active {
  background-color: #E9F1B1;
  color: #000040;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
INPUTS
*********************/
.gform_validation_errors {
  display: none;
}

.validation_message {
  display: none;
}

.gform_confirmation_message {
  padding: 40px 40px;
  color: #000040;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

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

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

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

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

input {
  border-radius: 8px;
  border: 1px solid #c3c3c3;
  background: #ffffff;
  padding: 13px 16px !important;
  font-family: "Onest", sans-serif;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
input:focus {
  outline: none;
  border: 1px solid #c3c3c3;
}
@media only screen and (max-width: 640px) {
  input {
    padding: 3px 16px !important;
    font-size: 16px !important;
  }
}

input[type=submit] {
  border-radius: 26px;
  background: #d3ee14;
  color: #000040;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  border: 1px solid transparent;
  width: 100%;
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
input[type=submit]:hover {
  background: #E9F1B1;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
header {
  padding: 28px 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
@media only screen and (max-width: 767px) {
  header {
    padding: 23px 0;
  }
}
header.fixed-header {
  padding: 15px 0;
  -webkit-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.35);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}
header .header-wrap {
  padding: 0 32px;
}
@media only screen and (max-width: 767px) {
  header .header-wrap {
    padding: 0 23px;
  }
}
@media only screen and (max-width: 380px) {
  header .header-wrap {
    width: 100%;
    text-align: center;
  }
}
header .header-wrap .header-rt .header-button a.blue-btn {
  font-size: 16px;
  font-weight: 600;
}
@media only screen and (max-width: 767px) {
  header .header-wrap .header-rt .header-button a.blue-btn {
    padding: 11px 21px;
  }
}
@media only screen and (max-width: 410px) {
  header .header-wrap .header-rt .header-button a.blue-btn {
    padding: 10px 16px;
  }
}
@media only screen and (max-width: 380px) {
  header .header-wrap .header-rt .header-button a.blue-btn {
    font-size: 14px;
  }
}
header .header-wrap .logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  header .header-wrap .logo {
    max-width: 168px;
    width: 100%;
  }
}
@media only screen and (max-width: 410px) {
  header .header-wrap .logo {
    max-width: 110px;
  }
}
@media only screen and (max-width: 380px) {
  header .header-wrap .logo {
    margin: 0 auto;
  }
}
header .header-wrap .logo a {
  display: inline-block;
  vertical-align: middle;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
footer {
  padding: 0;
  background-color: #000040;
  height: 545px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  footer {
    height: 350px;
  }
}
@media only screen and (max-width: 480px) {
  footer {
    height: 365px;
  }
}
footer .footer-right-logo {
  position: absolute;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-right-logo {
    top: inherit;
    bottom: 0;
    margin: 0 0 -120px 0;
  }
}
footer .footer-right-logo img {
  margin: -72px 0 0 0;
}
@media only screen and (max-width: 767px) {
  footer .footer-right-logo img {
    margin: 0 0 0 42%;
    width: 100%;
    max-width: 480px;
  }
}
@media only screen and (max-width: 480px) {
  footer .footer-right-logo img {
    max-width: inherit;
    margin: 0 0 0 192px;
    width: 112%;
  }
}
footer .footer-wrap {
  padding: 59px 63px 50px;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  footer .footer-wrap {
    padding: 38px 45px 30px;
  }
}
footer .footer-wrap .footer-top {
  width: 100%;
}
@media only screen and (max-width: 420px) {
  footer .footer-wrap .footer-top .footer-logo img {
    width: 100%;
  }
}
footer .footer-wrap .footer-top .footer-mail a {
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 33px;
  text-decoration: none;
}
footer .footer-wrap .footer-top .footer-mail a:hover {
  color: #d3ee14;
}
footer .footer-wrap .footer-bottom .footer-menu span,
footer .footer-wrap .footer-bottom .footer-menu a {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
}
#ot-sdk-btns {
  background: transparent;  
  border: 0;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  text-decoration: none;
  margin: 0;
  padding: 0;
}
footer .footer-wrap .footer-bottom .footer-menu button:hover,
footer .footer-wrap .footer-bottom .footer-menu a:hover {
  color: #d3ee14 !important;
}

.recaptcha_disclaimer {
  font-size: 14px; 
  margin: 0 auto 0; 
  max-width: 394px;
}
@media only screen and (max-width: 767px) {

  .footer-menu {
    display: flex;
    flex-direction: column;
  }
  
  .footer-menu span {
    display: none;
  }
  #ot-sdk-btns {
      text-align: left;
  }
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
.banner-block {
  position: relative;
  padding: 86px 0 40px;
}
@media only screen and (max-width: 991px) {
  .banner-block {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-block {
    padding: 10px 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .banner-block .banner-wrap .banner-content {
    max-width: 335px;
    margin: 0 auto;
    width: 100%;
  }
}
.banner-block .banner-wrap .banner-content h1 {
  margin-bottom: 21px;
}
@media only screen and (max-width: 767px) {
  .banner-block .banner-wrap .banner-content h1 {
    margin-bottom: 9px;
  }
}
.banner-block .banner-wrap .banner-content p {
  margin: 0 0 40px 0;
}
@media only screen and (max-width: 1024px) {
  .banner-block .banner-wrap .banner-content p {
    margin: 0 0 30px 0;
  }
}
@media only screen and (max-width: 991px) {
  .banner-block .banner-wrap .banner-content p {
    margin: 0 0 24px 0;
  }
}
@media only screen and (max-width: 767px) {
  .banner-block .banner-wrap .banner-content p {
    margin: 0 0 20px 0;
    font-size: 18px;
  }
}
.banner-block .banner-wrap .banner-content a.yellow-btn {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .banner-block .banner-wrap .banner-content a.yellow-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-block .banner-wrap .banner-content a.yellow-btn {
    font-size: 16px;
  }
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
.full-image-block {
  position: relative;
  overflow: hidden;
  padding: 20px 0 20px;
}
@media only screen and (max-width: 767px) {
  .full-image-block {
    padding: 20px 0 6px;
  }
}
.full-image-block .full-background-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
}
.full-image-block .full-background-bg img {
  width: 100%;
}
.full-image-block .car-bg-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (max-width: 1440px) {
  .full-image-block .car-bg-list.destop-bg {
    display: none;
  }
}
.full-image-block .car-bg-list.resolution_1440 {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .full-image-block .car-bg-list.resolution_1440 {
    display: flex;
  }
}
@media only screen and (max-width: 767px) {
  .full-image-block .car-bg-list.resolution_1440 {
    display: none;
  }
}
.full-image-block .car-bg-list.mobile_car {
  display: none;
}
@media only screen and (max-width: 767px) {
  .full-image-block .car-bg-list.mobile_car {
    display: flex;
  }
}
.full-image-block .car-bg-list .car-bg {
  width: 100%;
}
.full-image-block .car-bg-list .car-bg svg {
  width: 100%;
  height: 100%;
}
.full-image-block .car-bg-list .car-bg img {
  width: 100%;
  height: 100%;
}

#path {
  animation: dash 10000ms linear forwards;
  stroke-dasharray: 3000;
  stroke-dashoffset: 3000;
  animation-delay: 2s;
}

#line_drow {
  animation: line_drow 2000ms linear forwards;
}

@keyframes dash {
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes line_drow {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
.content-video-block {
  position: relative;
  padding: 48px 0 90px;
}
@media only screen and (max-width: 1200px) {
  .content-video-block {
    padding: 40px 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-video-block {
    padding: 40px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block {
    padding: 10px 0 0px;
  }
}
.content-video-block .content-video-wrap .content {
  max-width: 910px;
  margin: 0 auto 40px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content {
    max-width: 320px;
    margin: 0 auto;
  }
}
.content-video-block .content-video-wrap .content h2 {
  margin: 0 0 14px 0;
}
.content-video-block .content-video-wrap .full-video-block .full-video-wrap {
  padding-bottom: 56.25%;
  position: relative;
}
@media only screen and (max-width: 480px) {
  .content-video-block .content-video-wrap .full-video-block .full-video-wrap {
    padding-bottom: 58.25%;
  }
}
.content-video-block .content-video-wrap .full-video-block .full-video-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  object-fit: cover;
}
.content-video-block .content-video-wrap .full-video-block .full-video-wrap video {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 12px;
  object-fit: cover;
}
.content-video-block .content-video-wrap .full-video-block .full-video-wrap .video-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 130px;
  z-index: 1;
  text-align: center;
}
@media only screen and (max-width: 1200px) {
  .content-video-block .content-video-wrap .full-video-block .full-video-wrap .video-btn {
    bottom: 80px;
  }
}
@media only screen and (max-width: 991px) {
  .content-video-block .content-video-wrap .full-video-block .full-video-wrap .video-btn {
    bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .full-video-block .full-video-wrap .video-btn {
    bottom: 30px;
  }
}
.content-video-block .content-video-wrap .full-video-block .full-video-wrap .video-btn .yellow-btn {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
}
@media only screen and (max-width: 991px) {
  .content-video-block .content-video-wrap .full-video-block .full-video-wrap .video-btn .yellow-btn {
    font-size: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .full-video-block .full-video-wrap .video-btn .yellow-btn {
    font-size: 16px;
  }
}
.content-video-block .content-video-wrap .content-with-video {
  padding: 20px 0;
}
.content-video-block .content-video-wrap .content-with-video .content-lt {
  width: 39%;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt {
    width: 100%;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap {
  background-color: #4c67e4;
  padding: 30px 30px 0 30px;
  height: 100%;
  align-content: space-between;
  border-radius: 12px;
}
@media only screen and (max-width: 1200px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap {
    padding: 25px 25px 0 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap {
    padding: 20px 20px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap {
    border-radius: 10px;
    padding: 26px 30px 0 23px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top {
    margin: 0 0 26px 0;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top p {
  color: #ffffff;
  font-size: 28px;
  font-weight: 400;
  line-height: 32.2px;
  margin: 0;
  letter-spacing: 0;
  margin: 0 0 -3px 0;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top p {
    font-size: 24px;
    line-height: 24px;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top h3 {
  color: #ffffff;
  font-size: 45.757px;
  font-weight: 600;
  line-height: 52.621px;
  letter-spacing: -2.288px;
  margin: 0;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top h3 {
    font-size: 38px;
    line-height: 52px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 991px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top h3 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top h3 {
    font-size: 38px;
    line-height: 44px;
    letter-spacing: 0;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top h3:before {
  content: "";
  background-color: #d3ee14;
  width: 29px;
  height: 4px;
  position: absolute;
  bottom: 5px;
  left: 30px;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-top h3:before {
    width: 25px;
    bottom: 1px;
    left: 24px;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-bottom h2 {
  color: #ffffff;
  font-size: 30.187px;
  font-weight: 600;
  line-height: 35px;
  letter-spacing: 0;
  margin: 0 0 16px 0;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-bottom h2 {
    font-size: 29px;
    line-height: 29px;
    margin: 0 0 21px 0;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-bottom p {
  color: #ffffff;
  line-height: 32px;
}
@media only screen and (max-width: 1024px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-bottom p {
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-lt .content-wrap .content-bottom p {
    line-height: 28px;
    font-size: 18.77px;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt {
  width: 61%;
  padding: 0 0 0 21px;
}
@media only screen and (max-width: 1024px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt {
    padding: 0 0 0 12px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt {
    width: 100%;
    padding: 0;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right {
  padding-bottom: 68.25%;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right {
    padding-bottom: 73.25%;
  }
}
@media only screen and (max-width: 1024px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right {
    padding-bottom: 78.25%;
  }
}
@media only screen and (max-width: 991px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right {
    padding-bottom: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right {
    margin: 19px 0 0 0;
    height: 100%;
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 640px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right {
    height: 533px;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right video {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  object-position: right;
}
@media only screen and (max-width: 991px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right video {
    object-position: center;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right video {
    position: relative;
    object-position: right;
    border-radius: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right video {
    object-position: center;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block {
  position: absolute;
  right: 41px;
  bottom: 28px;
}
@media only screen and (max-width: 1024px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block {
    right: 20px;
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block {
    right: 15px;
    bottom: 5px;
  }
}
@media only screen and (max-width: 420px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block {
    right: 15px;
    bottom: 5px;
    left: 15px;
    margin: 0 auto;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .dot-icon {
  position: absolute;
  right: 10px;
  top: 10px;
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list {
  border-radius: 13.581px;
  background: #ffffff;
  box-shadow: 0px 2.557px 23.652px 0px rgba(0, 0, 0, 0.1);
  padding: 15px 15px 15px 22px;
  max-width: 430px;
  width: 100%;
  position: relative;
  margin: 0 0 10px 0;
  height: 104px;
}
@media only screen and (max-width: 1024px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list {
    max-width: 360px;
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list {
    max-width: 350px;
    height: auto;
    padding: 16px 10px 10px 21px;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list h5 {
  color: #c3c3c3;
  font-size: 10.997px;
  font-style: normal;
  font-weight: 600;
  line-height: 17.605px;
  margin: 0;
  letter-spacing: 0;
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list h3 {
  font-size: 13.73px;
  font-weight: 600;
  line-height: 17.605px;
  margin: 0;
  letter-spacing: 0;
  padding: 0 20px 20px 0px;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list h3 {
    padding: 0 10px 12px 0px;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom h4 {
  color: #000040;
  font-family: Onest;
  font-size: 16.058px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  letter-spacing: 0;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom h4 {
    padding: 0 0 6px 22px;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom h4:before {
  content: "";
  background-color: #000040;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 32px;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom h4:before {
    bottom: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom h4 img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom .owners-bg {
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom .owners-bg {
    width: calc(100% - 120px);
  }
}
.content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom .owners-bg img {
  width: 100%;
  height: auto;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .content-video-block .content-video-wrap .content-with-video .content-rt .video-right .chat-block .chat-list .chat-bottom .owners-bg img {
    width: 88%;
  }
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
.sourcing-sale-block {
  position: relative;
  padding: 72px 0 71px;
}
@media only screen and (max-width: 1024px) {
  .sourcing-sale-block {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .sourcing-sale-block {
    padding: 35px 0 32px;
  }
}
.sourcing-sale-block .sourcing-sale-wrap .sourcing-sale-cont {
  max-width: 920px;
  margin: 0 auto;
  width: 100%;
}
.sourcing-sale-block .sourcing-sale-wrap .sourcing-sale-cont h2 {
  margin: 0 0 18px 0;
}
@media only screen and (max-width: 767px) {
  .sourcing-sale-block .sourcing-sale-wrap .sourcing-sale-cont h2 {
    margin: 0 0 27px 0;
  }
}
.sourcing-sale-block .sourcing-sale-wrap .sourcing-sale-cont h2 span {
  border-radius: 13px;
  border: 4px solid #D3EE14;
  padding: 0 13px;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
@media only screen and (max-width: 406px) {
  .sourcing-sale-block .sourcing-sale-wrap .sourcing-sale-cont h2 span {
    height: 65px;
    padding: 4px 13px;
    margin: 0 0 40px 0;
    max-width: 277px;
    width: 100%;
    position: relative;
    z-index: -1;
  }
}
.sourcing-sale-block .sourcing-sale-wrap .sourcing-sale-cont p {
  max-width: 720px;
  margin: 0 auto 36px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .sourcing-sale-block .sourcing-sale-wrap .sourcing-sale-cont p {
    max-width: 300px;
    margin: 0 auto 25px;
    width: 100%;
  }
}
.sourcing-sale-block .sourcing-sale-wrap .sourcing-video {
  position: relative;
  height: 100%;
  width: 100%;
}
.sourcing-sale-block .sourcing-sale-wrap .sourcing-video video {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .sourcing-sale-block .sourcing-sale-wrap .sourcing-video video {
    height: 255px;
  }
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
.talk-team-block {
  position: relative;
  padding: 77px 0 120px;
}
@media only screen and (max-width: 1200px) {
  .talk-team-block {
    padding: 70px 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .talk-team-block {
    padding: 50px 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .talk-team-block {
    padding: 47px 0 10px;
  }
}
.talk-team-block .talk-team-wrap .talk-team-content {
  margin: 0 0 35px 0;
}
@media only screen and (max-width: 767px) {
  .talk-team-block .talk-team-wrap .talk-team-content {
    max-width: 300px;
    margin: 0 auto 32px;
    width: 100%;
  }
}
.talk-team-block .talk-team-wrap .talk-team-content h2 {
  margin: 0 0 17px 0;
}
@media only screen and (max-width: 767px) {
  .talk-team-block .talk-team-wrap .talk-team-content p {
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block {
  max-width: 650px;
  margin: 0 auto;
  width: 100%;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.59);
  backdrop-filter: blur(10px);
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block {
    padding: 11px;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav {
  width: 100%;
  max-width: 510px;
  margin: 0 auto 0;
  display: flex;
  flex-wrap: wrap;
  border-radius: 36px;
  border: 1px solid #C3C3C3;
  background: #FFF;
  padding: 8px 10px;
}
@media only screen and (max-width: 767px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav {
    padding: 8px 0;
  }
}
@media only screen and (max-width: 640px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav {
    max-width: 355px;
    padding: 3px 0;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 0;
  overflow: hidden;
  background: #fff;
  height: auto;
  user-select: none;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
  border-radius: 50px;
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs:after {
  content: "";
  width: 52%;
  background: #D3EE14;
  height: 100%;
  position: absolute;
  top: 0;
  left: 7px;
  transition: all 250ms ease-in-out;
  border-radius: 50px;
}
@media only screen and (max-width: 640px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs:after {
    width: 50%;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs.slide:after {
  left: 56%;
  width: 212px;
}
@media only screen and (max-width: 640px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs.slide:after {
    left: inherit;
    right: 7px;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs.desktop-tab {
    display: none;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs.mobile-tab {
  display: none;
}
@media only screen and (max-width: 767px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs.mobile-tab {
    display: flex;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger {
  padding: 10px 16px;
  position: relative;
  z-index: 2;
  cursor: pointer;
  display: inline-block;
  transition: color 250ms ease-in-out;
  user-select: none;
  color: #000040;
  font-size: 14px;
  font-family: "Onest", sans-serif;
  font-weight: 600;
  line-height: 16px;
  width: 267px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger {
    font-size: 16px;
    width: 50%;
    padding: 10px 10px 10px 25px;
  }
}
@media only screen and (max-width: 380px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger {
    font-size: 14px;
    padding: 10px 10px 10px 15px;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger.active {
  color: #1D2530;
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger:last-child {
  width: 212px;
}
@media only screen and (max-width: 640px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--nav .tab-slider--tabs .tab-slider--trigger:last-child {
    width: 50%;
    padding: 10px 16px;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--container form {
  max-width: 394px;
  margin: 24px auto 0;
  width: 100%;
}
@media only screen and (max-width: 640px) {
  .talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--container form {
    max-width: 345px;
    margin: 20px auto 0;
  }
}
.talk-team-block .talk-team-wrap .talk-team-form-block .talk-team-form-wrap .tab-slider--container form .gfield {
  margin: 0 0 6px 0;
}

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

******************************************************************/
/*********************
Header Css Here
*********************/
.common-block {
  position: relative;
  padding: 60px 0;
}
.common-block .common-heading .heading h1 {
  font-size: 64px;
}
@media only screen and (max-width: 1024px) {
  .common-block .common-heading .heading h1 {
    font-size: 56px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 991px) {
  .common-block .common-heading .heading h1 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .common-block .common-heading .heading h1 {
    font-size: 48px;
    line-height: 49px;
  }
}
.common-block .common-content .common-block-wrap p {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 12px;
}
.common-block .common-content .common-block-wrap ul {
  margin-left: 35px;
}
.common-block .common-content .common-block-wrap ul li {
  font-size: 18px;
  line-height: 1.9;
  list-style-type: disc;
  color: #000040;
  margin-bottom: 2px;
}
.common-block .common-content .common-block-wrap ol {
  margin-left: 20px;
}
.common-block .common-content .common-block-wrap ol li {
  font-size: 18px;
  line-height: 1.9;
  list-style-type: decimal;
  color: #000040;
  margin-bottom: 2px;
}

/*********************
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

******************************************************************/
/*********************
GENERAL STYLES
*********************/
body {
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}

/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
/******************************************************************
H1, H2, H3, H4, H5 STYLES
******************************************************************/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */
}
h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
  text-decoration: none;
}

h1 {
  color: #000040;
  font-family: "Onest", sans-serif;
  font-size: 96px;
  font-style: normal;
  font-weight: 600;
  line-height: 96px;
  letter-spacing: -4.8px;
  margin: 0 0 32px 0;
}
@media only screen and (max-width: 1200px) {
  h1 {
    font-size: 80px;
    line-height: 74px;
    letter-spacing: -2px;
  }
}
@media only screen and (max-width: 1024px) {
  h1 {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    letter-spacing: -4px;
  }
}

h2 {
  color: #000040;
  font-family: "Onest", sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 600;
  line-height: 70.4px;
  letter-spacing: -1.92px;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 1024px) {
  h2 {
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 991px) {
  h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 767px) {
  h2 {
    font-size: 48px;
    line-height: 49px;
    letter-spacing: -1.44px;
  }
}

h3 {
  color: #000040;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 52.8px;
  letter-spacing: -1.44px;
  margin: 0 0 24px 0;
}
h3.bold {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h3 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767px) {
  h3 {
    font-size: 36px;
    line-height: 36px;
    letter-spacing: 0;
  }
}

h4 {
  color: #000040;
  font-family: "Onest", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 39.6px;
  letter-spacing: -1.08px;
  margin: 0 0 24px 0;
}
h4.bold {
  font-weight: 600;
}
@media only screen and (max-width: 991px) {
  h4 {
    font-size: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 767px) {
  h4 {
    font-size: 32px;
    line-height: 32px;
    letter-spacing: 0;
  }
}

h5 {
  color: #000040;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 34.8px;
  letter-spacing: -0.72px;
  margin: 0 0 24px 0;
}
@media only screen and (max-width: 991px) {
  h5 {
    font-size: 22px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  h5 {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0;
  }
}

p {
  color: #000040;
  font-family: "Onest", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 39px;
  margin: 0 0 24px 0;
  word-break: auto-phrase;
}
@media only screen and (max-width: 1024px) {
  p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 767px) {
  p {
    font-size: 18px;
    line-height: 23px;
  }
}

a {
  -webkit-transition: 0.4s all ease-in-out;
  transition: 0.4s all ease-in-out;
}

.hide-section header, .hide-section section {
  opacity: 0;
}

.show-now header, .show-now section {
  opacity: 1;
}

/*********************
HEADER STYLES
*********************/
/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  A word of warning. This size COULD be a larger mobile device,
  so you still want to keep it pretty light and simply expand
  upon your base.scss styles.

  ******************************************************************/
  /*
  IMPORTANT NOTE ABOUT SASS 3.3 & UP
  You can't use @extend within media queries
  anymore, so just be aware that if you drop
  them in here, they won't work.
  */
  /*********************
  NAVIGATION STYLES
  *********************/
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */
  }
  .menu ul {
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .menu ul li {
    /*
    plan your menus and drop-downs wisely.
    */
  }
  .menu ul li a {
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */
  }
  .entry-content .alignleft, .entry-content img.alignleft {
    margin-right: 1.5em;
    display: inline;
    float: left;
  }
  .entry-content .alignright, .entry-content img.alignright {
    margin-left: 1.5em;
    display: inline;
    float: right;
  }
  .entry-content .aligncenter, .entry-content img.aligncenter {
    margin-right: auto;
    margin-left: auto;
    display: block;
    clear: both;
  }
  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */
}
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  Here's where you can start getting into the good stuff.
  This size will work on iPads, other tablets, and desktops.
  So you can start working with more styles, background images,
  and other resources. You'll also notice the grid starts to
  come into play. Have fun!

  ******************************************************************/
  /*********************
  GENERAL STYLES
  *********************/
  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    width: 760px;
  }
  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */
  }
  .nav ul {
    background: 900;
    margin-top: 0;
  }
  .nav li {
    float: left;
    position: relative;
    /*
    plan your menus and drop-downs wisely.
    */
    /* showing sub-menus */
  }
  .nav li a {
    border-bottom: 0;
    /*
    you can use hover styles here even though this size
    has the possibility of being a mobile device.
    */
  }
  .nav li a:hover, .nav li a:focus {
    color: #ffffff;
    text-decoration: underline;
  }
  .nav li ul.sub-menu,
  .nav li ul.children {
    margin-top: 0;
    border: 1px solid #ccc;
    border-top: 0;
    position: absolute;
    visibility: hidden;
    z-index: 8999;
    /* highlight sub-menu current page */
  }
  .nav li ul.sub-menu li,
  .nav li ul.children li {
    /*
    if you need to go deeper, go nuts
    just remember deeper menus suck
    for usability. k, bai.
    */
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 10px;
    border-right: 0;
    display: block;
    width: 180px;
    border-bottom: 1px solid #ccc;
  }
  .nav li ul.sub-menu li:last-child a,
  .nav li ul.children li:last-child a {
    border-bottom: 0;
  }
  .nav li ul.sub-menu li ul,
  .nav li ul.children li ul {
    top: 0;
    left: 100%;
  }
  .nav li:hover > ul {
    top: auto;
    visibility: visible;
  }
  /* end .nav */
  /*********************
  SIDEBARS & ASIDES
  *********************/
  .sidebar {
    margin-top: 2.2em;
  }
  .widgettitle {
    border-bottom: 2px solid #444;
    margin-bottom: 0.75em;
  }
  .widget {
    padding: 0 10px;
    margin: 2.2em 0;
  }
  .widget ul li {
    margin-bottom: 0.75em;
    /* deep nesting */
  }
  .widget ul li ul {
    margin-top: 0.75em;
    padding-left: 1em;
  }
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */
  }
  /* end .footer-links */
}
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  ******************************************************************/
  .wrap {
    width: 1040px;
  }
}
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here if you like. This kicks in
  on larger screens.

  ******************************************************************/
}
/*********************
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*********************/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /******************************************************************
  Site Name: 
  Author: 

  Stylesheet: Retina Screens & Devices Stylesheet

  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.

  ******************************************************************/
  /* 

  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:

  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(img/test.png) no-repeat;
  }

  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:

  .icon {
  	background: url(img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }

  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 

  */
}
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. There's probably not a lot
  of reasons to edit this stylesheet. If you want to
  though, go for it.

  ******************************************************************/
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important;
  }
  a, a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
.gfield--type-captcha,
.grecaptcha-badge {
  display: none;
}
.form-submit .common-heading { display:none;}

#onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-grpcntr.ot-acc-txt, #onetrust-consent-sdk #onetrust-pc-sdk .ot-acc-txt .ot-subgrp-tgl .ot-switch.ot-toggle { 
  background-color: transparent !important;
}