html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*extra*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  color: #767676;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 24px;
  max-width: 75%;
  margin: 0 auto 25px auto;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 400;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

/*
ul,
ol {
    list-style: none;
    margin: 0 0 24px 20px;
}

ul {
    list-style: disc;
    li {
        margin-bottom: 10px;
    }
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin: 0 0 0 20px;
}*/
img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  min-width: inherit;
  padding: 11px 12px 0;
}

legend {
  white-space: normal;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

/* Alignment */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

blockquote.alignleft,
figure.wp-caption.alignleft,
img.alignleft {
  margin: 7px 24px 7px 0;
}

.wp-caption.alignleft {
  margin: 7px 14px 7px 0;
}

blockquote.alignright,
figure.wp-caption.alignright,
img.alignright {
  margin: 15px 0 15px 20px;
}

.wp-caption.alignright {
  margin: 15px 0 15px 20px;
}

blockquote.aligncenter,
img.aligncenter,
.wp-caption.aligncenter {
  margin-top: 15px;
  margin-bottom: 15px;
}

.site-content blockquote.alignleft,
.site-content blockquote.alignright {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 17px;
  width: 50%;
}

.site-content blockquote.alignleft p,
.site-content blockquote.alignright p {
  margin-bottom: 17px;
}

img.alignnone {
  margin: 15px 0 15px 0;
}

.wp-caption {
  margin-bottom: 24px;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin: 0;
}

.wp-caption {
  color: #767676;
}

strong, b {
  font-weight: bold;
}

em, i {
  font-style: italic;
}

/*Menu*/
/* Mobile first layout SmartMenus Core CSS (it's not recommended editing these rules)
   You need this once per page no matter how many menu trees or different themes you use.
-------------------------------------------------------------------------------------------*/
.sm {
  box-sizing: border-box;
  position: relative;
  z-index: 9999;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.sm, .sm ul, .sm li {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: normal;
  direction: ltr;
  text-align: left;
}

.sm-rtl, .sm-rtl ul, .sm-rtl li {
  direction: rtl;
  text-align: right;
}

.sm > li > h1, .sm > li > h2, .sm > li > h3, .sm > li > h4, .sm > li > h5, .sm > li > h6 {
  margin: 0;
  padding: 0;
}

.sm ul {
  display: none;
}

.sm li, .sm a {
  position: relative;
}

.sm a {
  display: block;
}

.sm a.disabled {
  cursor: default;
}

.sm::after {
  content: "";
  display: block;
  height: 0;
  font: 0px/0 serif;
  clear: both;
  overflow: hidden;
}

.sm *, .sm *::before, .sm *::after {
  box-sizing: inherit;
}

/*fonts*/
.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  /* make room for the toggle button (sub indicator) */
  text-decoration: none;
}

.sm-simple a.current {
  background: #555555;
  color: #fff;
}

.sm-simple a.disabled {
  color: #cccccc;
}

.sm-simple a .sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  text-align: center;
  text-shadow: none;
}

.sm-simple > li:first-child {
  border-top: 0;
}

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  border-left: 16px solid transparent;
}

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  border-left: 24px solid transparent;
}

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  border-left: 32px solid transparent;
}

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  border-left: 40px solid transparent;
}

@media (min-width: 1024px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple ul {
    position: absolute;
    width: 12em;
  }
  .sm-simple li {
    float: left;
  }
  .sm-simple.sm-rtl li {
    float: right;
  }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none;
  }
  .sm-simple a {
    white-space: nowrap;
  }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal;
  }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap;
  }
  /* ...end */
  .sm-simple a.current {
    background: #555555;
    color: #fff;
  }
  .sm-simple a.disabled {
    background: #fff;
    color: #cccccc;
  }
  .sm-simple > .menu-item-has-children > a {
    padding-right: 20px;
  }
  .sm-simple > li > a .sub-arrow {
    top: 50%;
    margin-top: -7px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #8195a0;
    display: inline-block;
    background-image: url(../images/icons/menu-dropdown.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px auto;
    right: 4px;
  }
  .sm-simple > li {
    border-top: 0;
  }
  .sm-simple > li:first-child {
    border-left: 0;
  }
  .sm-simple ul {
    background: #fff;
  }
  .sm-simple ul a {
    border: 0 !important;
  }
  .sm-simple ul a.has-submenu {
    padding-right: 20px;
  }
  .sm-simple ul a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple ul > li {
    border-left: 0;
  }
  .sm-simple ul > li:first-child {
    border-top: 0;
  }
  .sm-simple .scroll-up,
  .sm-simple .scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: #fff;
    height: 20px;
  }
  .sm-simple .scroll-up-arrow,
  .sm-simple .scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed;
    border-color: transparent transparent #555555 transparent;
  }
  .sm-simple .scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed;
    border-color: #555555 transparent transparent transparent;
  }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px;
  }
  .sm-simple.sm-rtl a .sub-arrow {
    left: 20px;
    right: auto;
  }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl.sm-vertical a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-rtl > li:first-child {
    border-left: 1px solid #eeeeee;
  }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0;
  }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px;
  }
  .sm-simple.sm-rtl ul a .sub-arrow {
    left: auto;
    right: 8px;
  }
  .sm-simple.sm-vertical a .sub-arrow {
    left: 8px;
    right: auto;
  }
  .sm-simple.sm-vertical li {
    border-left: 0;
    border-top: 1px solid #eeeeee;
  }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0;
  }
}

/*vendors*/
[data-aos][data-aos][data-aos-duration="50"], body[data-aos-duration="50"] [data-aos] {
  transition-duration: 50ms;
}

[data-aos][data-aos][data-aos-delay="50"], body[data-aos-delay="50"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="50"].aos-animate, body[data-aos-delay="50"] [data-aos].aos-animate {
  transition-delay: 50ms;
}

[data-aos][data-aos][data-aos-duration="100"], body[data-aos-duration="100"] [data-aos] {
  transition-duration: 0.1s;
}

[data-aos][data-aos][data-aos-delay="100"], body[data-aos-delay="100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="100"].aos-animate, body[data-aos-delay="100"] [data-aos].aos-animate {
  transition-delay: 0.1s;
}

[data-aos][data-aos][data-aos-duration="150"], body[data-aos-duration="150"] [data-aos] {
  transition-duration: 0.15s;
}

[data-aos][data-aos][data-aos-delay="150"], body[data-aos-delay="150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="150"].aos-animate, body[data-aos-delay="150"] [data-aos].aos-animate {
  transition-delay: 0.15s;
}

[data-aos][data-aos][data-aos-duration="200"], body[data-aos-duration="200"] [data-aos] {
  transition-duration: 0.2s;
}

[data-aos][data-aos][data-aos-delay="200"], body[data-aos-delay="200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="200"].aos-animate, body[data-aos-delay="200"] [data-aos].aos-animate {
  transition-delay: 0.2s;
}

[data-aos][data-aos][data-aos-duration="250"], body[data-aos-duration="250"] [data-aos] {
  transition-duration: 0.25s;
}

[data-aos][data-aos][data-aos-delay="250"], body[data-aos-delay="250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="250"].aos-animate, body[data-aos-delay="250"] [data-aos].aos-animate {
  transition-delay: 0.25s;
}

[data-aos][data-aos][data-aos-duration="300"], body[data-aos-duration="300"] [data-aos] {
  transition-duration: 0.3s;
}

[data-aos][data-aos][data-aos-delay="300"], body[data-aos-delay="300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="300"].aos-animate, body[data-aos-delay="300"] [data-aos].aos-animate {
  transition-delay: 0.3s;
}

[data-aos][data-aos][data-aos-duration="350"], body[data-aos-duration="350"] [data-aos] {
  transition-duration: 0.35s;
}

[data-aos][data-aos][data-aos-delay="350"], body[data-aos-delay="350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="350"].aos-animate, body[data-aos-delay="350"] [data-aos].aos-animate {
  transition-delay: 0.35s;
}

[data-aos][data-aos][data-aos-duration="400"], body[data-aos-duration="400"] [data-aos] {
  transition-duration: 0.4s;
}

[data-aos][data-aos][data-aos-delay="400"], body[data-aos-delay="400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="400"].aos-animate, body[data-aos-delay="400"] [data-aos].aos-animate {
  transition-delay: 0.4s;
}

[data-aos][data-aos][data-aos-duration="450"], body[data-aos-duration="450"] [data-aos] {
  transition-duration: 0.45s;
}

[data-aos][data-aos][data-aos-delay="450"], body[data-aos-delay="450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="450"].aos-animate, body[data-aos-delay="450"] [data-aos].aos-animate {
  transition-delay: 0.45s;
}

[data-aos][data-aos][data-aos-duration="500"], body[data-aos-duration="500"] [data-aos] {
  transition-duration: 0.5s;
}

[data-aos][data-aos][data-aos-delay="500"], body[data-aos-delay="500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="500"].aos-animate, body[data-aos-delay="500"] [data-aos].aos-animate {
  transition-delay: 0.5s;
}

[data-aos][data-aos][data-aos-duration="550"], body[data-aos-duration="550"] [data-aos] {
  transition-duration: 0.55s;
}

[data-aos][data-aos][data-aos-delay="550"], body[data-aos-delay="550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="550"].aos-animate, body[data-aos-delay="550"] [data-aos].aos-animate {
  transition-delay: 0.55s;
}

[data-aos][data-aos][data-aos-duration="600"], body[data-aos-duration="600"] [data-aos] {
  transition-duration: 0.6s;
}

[data-aos][data-aos][data-aos-delay="600"], body[data-aos-delay="600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="600"].aos-animate, body[data-aos-delay="600"] [data-aos].aos-animate {
  transition-delay: 0.6s;
}

[data-aos][data-aos][data-aos-duration="650"], body[data-aos-duration="650"] [data-aos] {
  transition-duration: 0.65s;
}

[data-aos][data-aos][data-aos-delay="650"], body[data-aos-delay="650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="650"].aos-animate, body[data-aos-delay="650"] [data-aos].aos-animate {
  transition-delay: 0.65s;
}

[data-aos][data-aos][data-aos-duration="700"], body[data-aos-duration="700"] [data-aos] {
  transition-duration: 0.7s;
}

[data-aos][data-aos][data-aos-delay="700"], body[data-aos-delay="700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="700"].aos-animate, body[data-aos-delay="700"] [data-aos].aos-animate {
  transition-delay: 0.7s;
}

[data-aos][data-aos][data-aos-duration="750"], body[data-aos-duration="750"] [data-aos] {
  transition-duration: 0.75s;
}

[data-aos][data-aos][data-aos-delay="750"], body[data-aos-delay="750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="750"].aos-animate, body[data-aos-delay="750"] [data-aos].aos-animate {
  transition-delay: 0.75s;
}

[data-aos][data-aos][data-aos-duration="800"], body[data-aos-duration="800"] [data-aos] {
  transition-duration: 0.8s;
}

[data-aos][data-aos][data-aos-delay="800"], body[data-aos-delay="800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="800"].aos-animate, body[data-aos-delay="800"] [data-aos].aos-animate {
  transition-delay: 0.8s;
}

[data-aos][data-aos][data-aos-duration="850"], body[data-aos-duration="850"] [data-aos] {
  transition-duration: 0.85s;
}

[data-aos][data-aos][data-aos-delay="850"], body[data-aos-delay="850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="850"].aos-animate, body[data-aos-delay="850"] [data-aos].aos-animate {
  transition-delay: 0.85s;
}

[data-aos][data-aos][data-aos-duration="900"], body[data-aos-duration="900"] [data-aos] {
  transition-duration: 0.9s;
}

[data-aos][data-aos][data-aos-delay="900"], body[data-aos-delay="900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="900"].aos-animate, body[data-aos-delay="900"] [data-aos].aos-animate {
  transition-delay: 0.9s;
}

[data-aos][data-aos][data-aos-duration="950"], body[data-aos-duration="950"] [data-aos] {
  transition-duration: 0.95s;
}

[data-aos][data-aos][data-aos-delay="950"], body[data-aos-delay="950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="950"].aos-animate, body[data-aos-delay="950"] [data-aos].aos-animate {
  transition-delay: 0.95s;
}

[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos] {
  transition-duration: 1s;
}

[data-aos][data-aos][data-aos-delay="1000"], body[data-aos-delay="1000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1000"].aos-animate, body[data-aos-delay="1000"] [data-aos].aos-animate {
  transition-delay: 1s;
}

[data-aos][data-aos][data-aos-duration="1050"], body[data-aos-duration="1050"] [data-aos] {
  transition-duration: 1.05s;
}

[data-aos][data-aos][data-aos-delay="1050"], body[data-aos-delay="1050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1050"].aos-animate, body[data-aos-delay="1050"] [data-aos].aos-animate {
  transition-delay: 1.05s;
}

[data-aos][data-aos][data-aos-duration="1100"], body[data-aos-duration="1100"] [data-aos] {
  transition-duration: 1.1s;
}

[data-aos][data-aos][data-aos-delay="1100"], body[data-aos-delay="1100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1100"].aos-animate, body[data-aos-delay="1100"] [data-aos].aos-animate {
  transition-delay: 1.1s;
}

[data-aos][data-aos][data-aos-duration="1150"], body[data-aos-duration="1150"] [data-aos] {
  transition-duration: 1.15s;
}

[data-aos][data-aos][data-aos-delay="1150"], body[data-aos-delay="1150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1150"].aos-animate, body[data-aos-delay="1150"] [data-aos].aos-animate {
  transition-delay: 1.15s;
}

[data-aos][data-aos][data-aos-duration="1200"], body[data-aos-duration="1200"] [data-aos] {
  transition-duration: 1.2s;
}

[data-aos][data-aos][data-aos-delay="1200"], body[data-aos-delay="1200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1200"].aos-animate, body[data-aos-delay="1200"] [data-aos].aos-animate {
  transition-delay: 1.2s;
}

[data-aos][data-aos][data-aos-duration="1250"], body[data-aos-duration="1250"] [data-aos] {
  transition-duration: 1.25s;
}

[data-aos][data-aos][data-aos-delay="1250"], body[data-aos-delay="1250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1250"].aos-animate, body[data-aos-delay="1250"] [data-aos].aos-animate {
  transition-delay: 1.25s;
}

[data-aos][data-aos][data-aos-duration="1300"], body[data-aos-duration="1300"] [data-aos] {
  transition-duration: 1.3s;
}

[data-aos][data-aos][data-aos-delay="1300"], body[data-aos-delay="1300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1300"].aos-animate, body[data-aos-delay="1300"] [data-aos].aos-animate {
  transition-delay: 1.3s;
}

[data-aos][data-aos][data-aos-duration="1350"], body[data-aos-duration="1350"] [data-aos] {
  transition-duration: 1.35s;
}

[data-aos][data-aos][data-aos-delay="1350"], body[data-aos-delay="1350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1350"].aos-animate, body[data-aos-delay="1350"] [data-aos].aos-animate {
  transition-delay: 1.35s;
}

[data-aos][data-aos][data-aos-duration="1400"], body[data-aos-duration="1400"] [data-aos] {
  transition-duration: 1.4s;
}

[data-aos][data-aos][data-aos-delay="1400"], body[data-aos-delay="1400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1400"].aos-animate, body[data-aos-delay="1400"] [data-aos].aos-animate {
  transition-delay: 1.4s;
}

[data-aos][data-aos][data-aos-duration="1450"], body[data-aos-duration="1450"] [data-aos] {
  transition-duration: 1.45s;
}

[data-aos][data-aos][data-aos-delay="1450"], body[data-aos-delay="1450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1450"].aos-animate, body[data-aos-delay="1450"] [data-aos].aos-animate {
  transition-delay: 1.45s;
}

[data-aos][data-aos][data-aos-duration="1500"], body[data-aos-duration="1500"] [data-aos] {
  transition-duration: 1.5s;
}

[data-aos][data-aos][data-aos-delay="1500"], body[data-aos-delay="1500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1500"].aos-animate, body[data-aos-delay="1500"] [data-aos].aos-animate {
  transition-delay: 1.5s;
}

[data-aos][data-aos][data-aos-duration="1550"], body[data-aos-duration="1550"] [data-aos] {
  transition-duration: 1.55s;
}

[data-aos][data-aos][data-aos-delay="1550"], body[data-aos-delay="1550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1550"].aos-animate, body[data-aos-delay="1550"] [data-aos].aos-animate {
  transition-delay: 1.55s;
}

[data-aos][data-aos][data-aos-duration="1600"], body[data-aos-duration="1600"] [data-aos] {
  transition-duration: 1.6s;
}

[data-aos][data-aos][data-aos-delay="1600"], body[data-aos-delay="1600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1600"].aos-animate, body[data-aos-delay="1600"] [data-aos].aos-animate {
  transition-delay: 1.6s;
}

[data-aos][data-aos][data-aos-duration="1650"], body[data-aos-duration="1650"] [data-aos] {
  transition-duration: 1.65s;
}

[data-aos][data-aos][data-aos-delay="1650"], body[data-aos-delay="1650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1650"].aos-animate, body[data-aos-delay="1650"] [data-aos].aos-animate {
  transition-delay: 1.65s;
}

[data-aos][data-aos][data-aos-duration="1700"], body[data-aos-duration="1700"] [data-aos] {
  transition-duration: 1.7s;
}

[data-aos][data-aos][data-aos-delay="1700"], body[data-aos-delay="1700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1700"].aos-animate, body[data-aos-delay="1700"] [data-aos].aos-animate {
  transition-delay: 1.7s;
}

[data-aos][data-aos][data-aos-duration="1750"], body[data-aos-duration="1750"] [data-aos] {
  transition-duration: 1.75s;
}

[data-aos][data-aos][data-aos-delay="1750"], body[data-aos-delay="1750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1750"].aos-animate, body[data-aos-delay="1750"] [data-aos].aos-animate {
  transition-delay: 1.75s;
}

[data-aos][data-aos][data-aos-duration="1800"], body[data-aos-duration="1800"] [data-aos] {
  transition-duration: 1.8s;
}

[data-aos][data-aos][data-aos-delay="1800"], body[data-aos-delay="1800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1800"].aos-animate, body[data-aos-delay="1800"] [data-aos].aos-animate {
  transition-delay: 1.8s;
}

[data-aos][data-aos][data-aos-duration="1850"], body[data-aos-duration="1850"] [data-aos] {
  transition-duration: 1.85s;
}

[data-aos][data-aos][data-aos-delay="1850"], body[data-aos-delay="1850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1850"].aos-animate, body[data-aos-delay="1850"] [data-aos].aos-animate {
  transition-delay: 1.85s;
}

[data-aos][data-aos][data-aos-duration="1900"], body[data-aos-duration="1900"] [data-aos] {
  transition-duration: 1.9s;
}

[data-aos][data-aos][data-aos-delay="1900"], body[data-aos-delay="1900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1900"].aos-animate, body[data-aos-delay="1900"] [data-aos].aos-animate {
  transition-delay: 1.9s;
}

[data-aos][data-aos][data-aos-duration="1950"], body[data-aos-duration="1950"] [data-aos] {
  transition-duration: 1.95s;
}

[data-aos][data-aos][data-aos-delay="1950"], body[data-aos-delay="1950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="1950"].aos-animate, body[data-aos-delay="1950"] [data-aos].aos-animate {
  transition-delay: 1.95s;
}

[data-aos][data-aos][data-aos-duration="2000"], body[data-aos-duration="2000"] [data-aos] {
  transition-duration: 2s;
}

[data-aos][data-aos][data-aos-delay="2000"], body[data-aos-delay="2000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2000"].aos-animate, body[data-aos-delay="2000"] [data-aos].aos-animate {
  transition-delay: 2s;
}

[data-aos][data-aos][data-aos-duration="2050"], body[data-aos-duration="2050"] [data-aos] {
  transition-duration: 2.05s;
}

[data-aos][data-aos][data-aos-delay="2050"], body[data-aos-delay="2050"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2050"].aos-animate, body[data-aos-delay="2050"] [data-aos].aos-animate {
  transition-delay: 2.05s;
}

[data-aos][data-aos][data-aos-duration="2100"], body[data-aos-duration="2100"] [data-aos] {
  transition-duration: 2.1s;
}

[data-aos][data-aos][data-aos-delay="2100"], body[data-aos-delay="2100"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2100"].aos-animate, body[data-aos-delay="2100"] [data-aos].aos-animate {
  transition-delay: 2.1s;
}

[data-aos][data-aos][data-aos-duration="2150"], body[data-aos-duration="2150"] [data-aos] {
  transition-duration: 2.15s;
}

[data-aos][data-aos][data-aos-delay="2150"], body[data-aos-delay="2150"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2150"].aos-animate, body[data-aos-delay="2150"] [data-aos].aos-animate {
  transition-delay: 2.15s;
}

[data-aos][data-aos][data-aos-duration="2200"], body[data-aos-duration="2200"] [data-aos] {
  transition-duration: 2.2s;
}

[data-aos][data-aos][data-aos-delay="2200"], body[data-aos-delay="2200"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2200"].aos-animate, body[data-aos-delay="2200"] [data-aos].aos-animate {
  transition-delay: 2.2s;
}

[data-aos][data-aos][data-aos-duration="2250"], body[data-aos-duration="2250"] [data-aos] {
  transition-duration: 2.25s;
}

[data-aos][data-aos][data-aos-delay="2250"], body[data-aos-delay="2250"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2250"].aos-animate, body[data-aos-delay="2250"] [data-aos].aos-animate {
  transition-delay: 2.25s;
}

[data-aos][data-aos][data-aos-duration="2300"], body[data-aos-duration="2300"] [data-aos] {
  transition-duration: 2.3s;
}

[data-aos][data-aos][data-aos-delay="2300"], body[data-aos-delay="2300"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2300"].aos-animate, body[data-aos-delay="2300"] [data-aos].aos-animate {
  transition-delay: 2.3s;
}

[data-aos][data-aos][data-aos-duration="2350"], body[data-aos-duration="2350"] [data-aos] {
  transition-duration: 2.35s;
}

[data-aos][data-aos][data-aos-delay="2350"], body[data-aos-delay="2350"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2350"].aos-animate, body[data-aos-delay="2350"] [data-aos].aos-animate {
  transition-delay: 2.35s;
}

[data-aos][data-aos][data-aos-duration="2400"], body[data-aos-duration="2400"] [data-aos] {
  transition-duration: 2.4s;
}

[data-aos][data-aos][data-aos-delay="2400"], body[data-aos-delay="2400"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2400"].aos-animate, body[data-aos-delay="2400"] [data-aos].aos-animate {
  transition-delay: 2.4s;
}

[data-aos][data-aos][data-aos-duration="2450"], body[data-aos-duration="2450"] [data-aos] {
  transition-duration: 2.45s;
}

[data-aos][data-aos][data-aos-delay="2450"], body[data-aos-delay="2450"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2450"].aos-animate, body[data-aos-delay="2450"] [data-aos].aos-animate {
  transition-delay: 2.45s;
}

[data-aos][data-aos][data-aos-duration="2500"], body[data-aos-duration="2500"] [data-aos] {
  transition-duration: 2.5s;
}

[data-aos][data-aos][data-aos-delay="2500"], body[data-aos-delay="2500"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2500"].aos-animate, body[data-aos-delay="2500"] [data-aos].aos-animate {
  transition-delay: 2.5s;
}

[data-aos][data-aos][data-aos-duration="2550"], body[data-aos-duration="2550"] [data-aos] {
  transition-duration: 2.55s;
}

[data-aos][data-aos][data-aos-delay="2550"], body[data-aos-delay="2550"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2550"].aos-animate, body[data-aos-delay="2550"] [data-aos].aos-animate {
  transition-delay: 2.55s;
}

[data-aos][data-aos][data-aos-duration="2600"], body[data-aos-duration="2600"] [data-aos] {
  transition-duration: 2.6s;
}

[data-aos][data-aos][data-aos-delay="2600"], body[data-aos-delay="2600"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2600"].aos-animate, body[data-aos-delay="2600"] [data-aos].aos-animate {
  transition-delay: 2.6s;
}

[data-aos][data-aos][data-aos-duration="2650"], body[data-aos-duration="2650"] [data-aos] {
  transition-duration: 2.65s;
}

[data-aos][data-aos][data-aos-delay="2650"], body[data-aos-delay="2650"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2650"].aos-animate, body[data-aos-delay="2650"] [data-aos].aos-animate {
  transition-delay: 2.65s;
}

[data-aos][data-aos][data-aos-duration="2700"], body[data-aos-duration="2700"] [data-aos] {
  transition-duration: 2.7s;
}

[data-aos][data-aos][data-aos-delay="2700"], body[data-aos-delay="2700"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2700"].aos-animate, body[data-aos-delay="2700"] [data-aos].aos-animate {
  transition-delay: 2.7s;
}

[data-aos][data-aos][data-aos-duration="2750"], body[data-aos-duration="2750"] [data-aos] {
  transition-duration: 2.75s;
}

[data-aos][data-aos][data-aos-delay="2750"], body[data-aos-delay="2750"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2750"].aos-animate, body[data-aos-delay="2750"] [data-aos].aos-animate {
  transition-delay: 2.75s;
}

[data-aos][data-aos][data-aos-duration="2800"], body[data-aos-duration="2800"] [data-aos] {
  transition-duration: 2.8s;
}

[data-aos][data-aos][data-aos-delay="2800"], body[data-aos-delay="2800"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2800"].aos-animate, body[data-aos-delay="2800"] [data-aos].aos-animate {
  transition-delay: 2.8s;
}

[data-aos][data-aos][data-aos-duration="2850"], body[data-aos-duration="2850"] [data-aos] {
  transition-duration: 2.85s;
}

[data-aos][data-aos][data-aos-delay="2850"], body[data-aos-delay="2850"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2850"].aos-animate, body[data-aos-delay="2850"] [data-aos].aos-animate {
  transition-delay: 2.85s;
}

[data-aos][data-aos][data-aos-duration="2900"], body[data-aos-duration="2900"] [data-aos] {
  transition-duration: 2.9s;
}

[data-aos][data-aos][data-aos-delay="2900"], body[data-aos-delay="2900"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2900"].aos-animate, body[data-aos-delay="2900"] [data-aos].aos-animate {
  transition-delay: 2.9s;
}

[data-aos][data-aos][data-aos-duration="2950"], body[data-aos-duration="2950"] [data-aos] {
  transition-duration: 2.95s;
}

[data-aos][data-aos][data-aos-delay="2950"], body[data-aos-delay="2950"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="2950"].aos-animate, body[data-aos-delay="2950"] [data-aos].aos-animate {
  transition-delay: 2.95s;
}

[data-aos][data-aos][data-aos-duration="3000"], body[data-aos-duration="3000"] [data-aos] {
  transition-duration: 3s;
}

[data-aos][data-aos][data-aos-delay="3000"], body[data-aos-delay="3000"] [data-aos] {
  transition-delay: 0;
}

[data-aos][data-aos][data-aos-delay="3000"].aos-animate, body[data-aos-delay="3000"] [data-aos].aos-animate {
  transition-delay: 3s;
}

[data-aos][data-aos][data-aos-easing=linear], body[data-aos-easing=linear] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.25, 0.75, 0.75);
}

[data-aos][data-aos][data-aos-easing=ease], body[data-aos-easing=ease] [data-aos] {
  transition-timing-function: ease;
}

[data-aos][data-aos][data-aos-easing=ease-in], body[data-aos-easing=ease-in] [data-aos] {
  transition-timing-function: ease-in;
}

[data-aos][data-aos][data-aos-easing=ease-out], body[data-aos-easing=ease-out] [data-aos] {
  transition-timing-function: ease-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-out], body[data-aos-easing=ease-in-out] [data-aos] {
  transition-timing-function: ease-in-out;
}

[data-aos][data-aos][data-aos-easing=ease-in-back], body[data-aos-easing=ease-in-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-aos][data-aos][data-aos-easing=ease-out-back], body[data-aos-easing=ease-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-back], body[data-aos-easing=ease-in-out-back] [data-aos] {
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-aos][data-aos][data-aos-easing=ease-in-sine], body[data-aos-easing=ease-in-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-aos][data-aos][data-aos-easing=ease-out-sine], body[data-aos-easing=ease-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-sine], body[data-aos-easing=ease-in-out-sine] [data-aos] {
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-aos][data-aos][data-aos-easing=ease-in-quad], body[data-aos-easing=ease-in-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quad], body[data-aos-easing=ease-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quad], body[data-aos-easing=ease-in-out-quad] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-cubic], body[data-aos-easing=ease-in-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-cubic], body[data-aos-easing=ease-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-cubic], body[data-aos-easing=ease-in-out-cubic] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos][data-aos][data-aos-easing=ease-in-quart], body[data-aos-easing=ease-in-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-aos][data-aos][data-aos-easing=ease-out-quart], body[data-aos-easing=ease-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-aos][data-aos][data-aos-easing=ease-in-out-quart], body[data-aos-easing=ease-in-out-quart] [data-aos] {
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-aos^=fade][data-aos^=fade] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=fade][data-aos^=fade].aos-animate {
  opacity: 1;
  transform: translateZ(0);
}

[data-aos=fade-up] {
  transform: translate3d(0, 100px, 0);
}

[data-aos=fade-down] {
  transform: translate3d(0, -100px, 0);
}

[data-aos=fade-right] {
  transform: translate3d(-100px, 0, 0);
}

[data-aos=fade-left] {
  transform: translate3d(100px, 0, 0);
}

[data-aos=fade-up-right] {
  transform: translate3d(-100px, 100px, 0);
}

[data-aos=fade-up-left] {
  transform: translate3d(100px, 100px, 0);
}

[data-aos=fade-down-right] {
  transform: translate3d(-100px, -100px, 0);
}

[data-aos=fade-down-left] {
  transform: translate3d(100px, -100px, 0);
}

[data-aos^=zoom][data-aos^=zoom] {
  opacity: 0;
  transition-property: opacity, transform;
}

[data-aos^=zoom][data-aos^=zoom].aos-animate {
  opacity: 1;
  transform: translateZ(0) scale(1);
}

[data-aos=zoom-in] {
  transform: scale(0.6);
}

[data-aos=zoom-in-up] {
  transform: translate3d(0, 100px, 0) scale(0.6);
}

[data-aos=zoom-in-down] {
  transform: translate3d(0, -100px, 0) scale(0.6);
}

[data-aos=zoom-in-right] {
  transform: translate3d(-100px, 0, 0) scale(0.6);
}

[data-aos=zoom-in-left] {
  transform: translate3d(100px, 0, 0) scale(0.6);
}

[data-aos=zoom-out] {
  transform: scale(1.2);
}

[data-aos=zoom-out-up] {
  transform: translate3d(0, 100px, 0) scale(1.2);
}

[data-aos=zoom-out-down] {
  transform: translate3d(0, -100px, 0) scale(1.2);
}

[data-aos=zoom-out-right] {
  transform: translate3d(-100px, 0, 0) scale(1.2);
}

[data-aos=zoom-out-left] {
  transform: translate3d(100px, 0, 0) scale(1.2);
}

[data-aos^=slide][data-aos^=slide] {
  transition-property: transform;
}

[data-aos^=slide][data-aos^=slide].aos-animate {
  transform: translateZ(0);
}

[data-aos=slide-up] {
  transform: translate3d(0, 100%, 0);
}

[data-aos=slide-down] {
  transform: translate3d(0, -100%, 0);
}

[data-aos=slide-right] {
  transform: translate3d(-100%, 0, 0);
}

[data-aos=slide-left] {
  transform: translate3d(100%, 0, 0);
}

[data-aos^=flip][data-aos^=flip] {
  backface-visibility: hidden;
  transition-property: transform;
}

[data-aos=flip-left] {
  transform: perspective(2500px) rotateY(-100deg);
}

[data-aos=flip-left].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-right] {
  transform: perspective(2500px) rotateY(100deg);
}

[data-aos=flip-right].aos-animate {
  transform: perspective(2500px) rotateY(0);
}

[data-aos=flip-up] {
  transform: perspective(2500px) rotateX(-100deg);
}

[data-aos=flip-up].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

[data-aos=flip-down] {
  transform: perspective(2500px) rotateX(100deg);
}

[data-aos=flip-down].aos-animate {
  transform: perspective(2500px) rotateX(0);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel:not(.no-fbx) .owl-item img:not(.no-full) {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
                        This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
                        calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 30px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
  border: 2px solid #ffffff;
  background: color(black, 2);
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: color(green);
  border: 2px solid color(green);
}
.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

/*vendors*/
/*fonts*/
.container {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  max-width: 1140px;
  position: relative;
  z-index: 2;
}
.container.cont-xxl {
  max-width: 1450px;
}
.container.cont-xl {
  max-width: 1200px;
}
.container.cont-lg {
  max-width: 1145px;
}
.container.cont-med {
  max-width: 1120px;
}
.container.cont-sml {
  max-width: 990px;
}

.container-fld {
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
  max-width: 1160px;
}

.col {
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:after, .row:before {
  content: "";
  clear: both;
  display: table;
}

.c2-grid {
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.c2-grid .c2-main {
  flex: 1 1 auto;
}
.c2-grid .c2-aside {
  flex: 1 0 265px;
}

@media (max-width: 767px) {
  .container-fld {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 901px){
	div.fixed-form {margin-left:auto; margin-right:0;}
}
/*fonts*/
body {
  font-size: 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #09263B;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 0;
  margin-bottom: 17px;
  line-height: 1.2;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

strong, b {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

p {
  margin-bottom: 20px;
  line-height: 1.4;
}

div p:last-of-type {
  margin-bottom: 0;
}

h1, .h1 {
  font-size: 56px;
}

h2, .h2 {
  font-size: 48px;
}

h3, .h3 {
  font-size: 36px;
}

h4, .h4 {
  font-size: 24px;
}

h5, .h5 {
  font-size: 20px;
}

h6, .h6 {
  font-size: 14px;
}

.h4-alt {
  font-size: 27px;
}

.tx-md p {
  font-size: 16px;
}

.tx-lg p {
  font-size: 30px;
}

/*Heading font*/
.head-med h1, .head-med h2, .head-med h3, .head-med h4, .head-med h5, .head-med h6, .head-med .h1, .head-med .h2, .head-med .h3, .head-med .h4, .head-med .h5, .head-med .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.head-h2s-med h3, .head-h2s-med h4, .head-h2s-med h5, .head-h2s-med h6, .head-h2s-med .h3, .head-h2s-med .h4, .head-h2s-med .h5, .head-h2s-med .h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/*Heading colors*/
.head-white h1, .head-white h2, .head-white h3, .head-white h4, .head-white h5, .head-white h6, .head-white .h1, .head-white .h2, .head-white .h3, .head-white .h4, .head-white .h5, .head-white .h6 {
  color: #ffffff;
}

.head-green h1, .head-green h2, .head-green h3, .head-green h4, .head-green h5, .head-green h6, .head-green .h1, .head-green .h2, .head-green .h3, .head-green .h4, .head-green .h5, .head-green .h6 {
  color: #019253;
}

.head-h2s-green h3, .head-h2s-green h4, .head-h2s-green h5, .head-h2s-green h6, .head-h2s-green .h3, .head-h2s-green .h4, .head-h2s-green .h5, .head-h2s-green .h6 {
  color: #019253;
}

/*color*/
.txt-white {
  color: #ffffff;
}

.txt-gray {
  color: #B5BEC4;
}

/*List*/
.edt-st1 ul, .edt-st1 ol {
  padding: 0 0 20px 30px;
}
.edt-st1 ul li, .edt-st1 ol li {
  margin: 0 0 10px 0;
  line-height: 1.35;
}
.edt-st1 ol li {
  list-style-type: decimal;
}
.edt-st1 ul li {
  list-style-type: disc;
}

@media (max-width: 767px), (max-width: 900px) and (orientation: landscape) {
  body {
    font-size: 16px;
  }
  p {
    margin-bottom: 15px;
  }
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 15px;
  }
  h1, .h1 {
    font-size: 36px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 24px;
  }
  h4, .h4 {
    font-size: 18px;
  }
  h5, .h5 {
    font-size: 14px;
  }
  h6, .h6 {
    font-size: 13px;
  }
  .tx-lg p {
    font-size: 24px;
  }
}
/*fonts*/
html, body {
  scroll-behavior: smooth;
}

button:focus, input:focus, textarea:focus, a:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

button, input[type=submit] {
  cursor: pointer;
}

/*link related*/
a {
  text-decoration: underline;
  text-underline-offset: 4px;
  color: inherit;
  text-decoration-thickness: 1px;
}
a:hover {
  color: #2589C8;
}

.link-hvr-inherit a:hover {
  color: inherit;
}

.link-line-none a {
  text-decoration: none;
}

.link-hvr-line-none a:hover {
  text-decoration: none;
}

/*text case*/
.txt-upr {
  text-transform: uppercase;
}

/*text alignment*/
.txt-center {
  text-align: center;
}

.flex {
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tn-navb-mn a, .owl-theme .owl-dots .owl-dot span, .social a,
.ftr-menu a, .scr-nav-w a, .ar-title a, .navigation a, .navigation span {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}

/*taxonomy font color*/
.txt-green {
  color: #019253;
}

/*taxonomy font weigth*/
.txt-reg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.txt-med {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.txt-semi-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}

.txt-bold {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

/*Round btn*/
.rnd-btn-primary {
  height: 34px;
  width: 34px;
  border: 0;
  border-radius: 50%;
  line-height: 1;
  background-color: #8195a0;
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.rnd-btn-primary:hover {
  background-color: #019253;
}

.rnd-btn-secondary {
  height: 34px;
  width: 34px;
  border: 0;
  border-radius: 50%;
  line-height: 1;
  background-color: #00b683;
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.rnd-btn-secondary:hover {
  background-color: #09263B;
}

.rnd-btn-ord {
  height: 34px;
  width: 34px;
  border: 0;
  border-radius: 50%;
  line-height: 1;
  background-color: #b3bec5;
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.rnd-btn-ord:hover {
  background-color: #09263B;
}

/*Buttons*/
.btn-primary {
  text-transform: uppercase;
  padding: 0 45px 0 15px;
  border-radius: 18px;
  font-size: 14px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn-primary, .btn-primary:after, .btn-primary:after {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.btn-primary:before, .btn-primary:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.btn-primary:before {
  height: 24px;
  width: 24px;
  background-color: #019253;
  border-radius: 24px;
  right: 5px;
  top: 50%;
  margin: -12px 0 0 0;
}
.btn-primary:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow.svg);
  right: 11px;
  top: 50%;
  z-index: 2;
  margin: -7px 0 0 0;
}
.btn-primary:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-primary:hover:before {
  background-color: #8195a0;
}

.btn-primary-alt {
  text-transform: uppercase;
  padding: 0 45px 0 15px;
  border-radius: 18px;
  font-size: 14px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn-primary-alt, .btn-primary-alt:after, .btn-primary-alt:after {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.btn-primary-alt:before, .btn-primary-alt:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.btn-primary-alt:before {
  height: 24px;
  width: 24px;
  background-color: #8195a0;
  border-radius: 24px;
  right: 5px;
  top: 50%;
  margin: -12px 0 0 0;
}
.btn-primary-alt:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow.svg);
  right: 11px;
  top: 50%;
  z-index: 2;
  margin: -7px 0 0 0;
}
.btn-primary-alt:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-primary-alt:hover:before {
  background-color: #019253;
}

.btn-primary-blue {
  text-transform: uppercase;
  padding: 0 45px 0 15px;
  border-radius: 18px;
  font-size: 14px;
  color: #ffffff;
  border-width: 1px;
  border-style: solid;
  border-color: #ffffff;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn-primary-blue, .btn-primary-blue:after, .btn-primary-blue:after {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.btn-primary-blue:before, .btn-primary-blue:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.btn-primary-blue:before {
  height: 24px;
  width: 24px;
  background-color: #09263B;
  border-radius: 24px;
  right: 5px;
  top: 50%;
  margin: -12px 0 0 0;
}
.btn-primary-blue:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow.svg);
  right: 11px;
  top: 50%;
  z-index: 2;
  margin: -7px 0 0 0;
}
.btn-primary-blue:hover {
  color: #ffffff;
  border-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-primary-blue:hover:before {
  background-color: #09263B;
}

.btn-secondary {
  text-transform: uppercase;
  padding: 0 45px 0 15px;
  border-radius: 18px;
  font-size: 14px;
  color: #09263B;
  border-width: 1px;
  border-style: solid;
  border-color: #8195a0;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn-secondary, .btn-secondary:after, .btn-secondary:after {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.btn-secondary:before, .btn-secondary:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.btn-secondary:before {
  height: 24px;
  width: 24px;
  background-color: #019253;
  border-radius: 24px;
  right: 5px;
  top: 50%;
  margin: -12px 0 0 0;
}
.btn-secondary:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow.svg);
  right: 11px;
  top: 50%;
  z-index: 2;
  margin: -7px 0 0 0;
}
.btn-secondary:hover {
  color: #09263B;
  border-color: #8195a0;
  background-color: rgba(9, 38, 59, 0.14);
}
.btn-secondary:hover:before {
  background-color: #019253;
}

.btn-secondary-fa {
  text-transform: uppercase;
  padding: 0 15px 0 45px;
  border-radius: 18px;
  font-size: 14px;
  color: #09263B;
  border-width: 1px;
  border-style: solid;
  border-color: #8195a0;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 35px;
  line-height: 35px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.btn-secondary-fa, .btn-secondary-fa:after, .btn-secondary-fa:after {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.btn-secondary-fa:before, .btn-secondary-fa:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.btn-secondary-fa:before {
  height: 24px;
  width: 24px;
  background-color: #019253;
  border-radius: 24px;
  left: 5px;
  top: 50%;
  margin: -12px 0 0 0;
}
.btn-secondary-fa:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow.svg);
  left: 11px;
  top: 50%;
  z-index: 2;
  margin: -7px 0 0 0;
  transform: rotate(180deg);
}
.btn-secondary-fa:hover {
  color: #09263B;
  border-color: #8195a0;
  background-color: rgba(9, 38, 59, 0.14);
}
.btn-secondary-fa:hover:before {
  background-color: #019253;
}

/*Background Image*/
.bg-blue {
  background-color: #09263B;
}

.bg-green {
  background-color: #019253;
}

.bg-violet {
  background-color: #2589C8;
}

.bg-gray {
  background-color: #8195a0;
}

/*over flow*/
.over-no {
  overflow: hidden;
}

/*positon */
.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.edt-cont {
  /*    a{
          color: #f00;
          &:hover{text-decoration: none;}
      }*/
}
.edt-cont h1, .edt-cont .h1 {
  font-size: 40px;
}
.edt-cont h2, .edt-cont .h2 {
  font-size: 24px;
}
.edt-cont h3, .edt-cont .h3 {
  font-size: 22px;
}
.edt-cont h4, .edt-cont .h4 {
  font-size: 20px;
}
.edt-cont h5, .edt-cont .h5 {
  font-size: 18px;
}
.edt-cont h6, .edt-cont .h6 {
  font-size: 16px;
}
.edt-cont ul, .edt-cont ol {
  padding: 0 0 0 20px;
  margin: 23px 0 20px 0;
}
.edt-cont ul li, .edt-cont ol li {
  line-height: 1.4;
  list-style-type: disc;
  margin: 0 0 5px 0;
}
.edt-cont p:last-of-type em {
  font-size: 70%;
  opacity: 0.7;
}
.edt-cont ol {
  margin-left: 5px;
}
.edt-cont ol li {
  list-style-type: decimal;
}
.edt-cont ol.list-decimal, .edt-cont ol.list-decimal > li {
  list-style-type: decimal;
}
.edt-cont img {
  margin: 0 0 40px 0;
}

.max-w-800 {
  max-width: 800px;
}

.no-btn-space {
  padding-bottom: 10px !important;
}

@media (min-width: 768px) {
  .edt-cont p {
    margin-bottom: 25px;
  }
  .edt-cont p, .edt-cont li {
    line-height: 1.5;
  }
  .edt-cont h1, .edt-cont h2, .edt-cont h3, .edt-cont h4, .edt-cont h5, .edt-cont h6 {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
  .block-xs {
    display: block;
  }
  .edt-cont ul {
    padding: 0 0 0 25px;
    margin: 20px 0 20px 0;
  }
  .edt-cont img {
    margin: 0 0 25px 0;
  }
}
@media (min-width: 901px) {
  .visible-md {
    display: none !important;
  }
  .flex-md {
    display: -webkit-box;
    display: block;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 900px) {
  .hidden-md {
    display: none !important;
  }
}
@media (max-width: 1023px) {
  .hidden-mbp {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .visible-mbp {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .visible-xs {
    display: none;
  }
}
/*fonts*/
.top-nav-w {
  background-color: #09263B;
  padding: 15px 0 15px 0;
  left: 0;
  right: 0;
  -moz-transition: padding 0.15s linear 0s;
  -o-transition: padding 0.15s linear 0s;
  -webkit-transition: padding 0.15s linear 0s;
  transition: padding 0.15s linear 0s;
}

.menu_fix .top-nav-w {
  position: fixed;
  padding: 10px 0 0 0;
  z-index: 99;
}

.top-nav-iw .container {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.top-nav-iw .tn-navb {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.top-nav-iw .tn-navb .tn-navb-btg {
  margin: 0 0 10px 0;
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-nav-iw .tn-navb .tn-navb-btg a {
  margin: 0 13px 0 0;
}
.top-nav-iw .tn-navb .tn-navb-btg .search-icon, .top-nav-iw .tn-navb .tn-navb-btg .mob-menu-icon, .top-nav-iw .tn-navb .tn-navb-btg .mmi-opn {
  padding: 0;
}
.top-nav-iw .tn-navb .tn-navb-btg .search-icon img {
  max-width: 15px;
}

.mw-logo {
  display: inline-block;
  max-width: 255px;
  margin: -5px 0 0 0;
}

.tn-navb-mn {
  /*    .highlighted{
          color: $green !important;
      }*/
}
.tn-navb-mn li a {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: #09263B;
}
.tn-navb-mn li a:hover {
  color: #019253;
}
.tn-navb-mn .sm-simple > li {
  margin: 0 0 0 12px;
}
.tn-navb-mn .sm-simple > li > a {
  color: #ffffff;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 15px;
}
.tn-navb-mn .sm-simple ul {
  background: #cdd4d8;
}
.tn-navb-mn .sm-simple ul ul {
  top: 0 !important;
  margin-top: 0 !important;
}
.tn-navb-mn .sm-simple ul li a {
  padding: 13px 15px;
}
.tn-navb-mn .sm-simple ul li a:after {
  content: "";
  height: 1px;
  background-color: #ffffff;
  display: block;
  position: absolute;
  left: 13px;
  right: 13px;
  bottom: 0;
}
.tn-navb-mn .sm-simple ul li:last-child a:after {
  content: none;
}

.tn-btw {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}

.mob-menu-icon {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.mob-menu-icon svg {
  width: 18px;
}

/*Search*/
.search-pop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #00954C;
  display: none;
  padding: 70px 30px 150px 30px;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.search-pop .sh-lw {
  display: table;
  margin: 0 auto;
  padding: 20px 30px;
  margin: 0 auto 55px auto;
  background-color: #09263B;
}
.search-pop form {
  width: 650px;
  max-width: 100%;
  position: relative;
}
.search-pop form input[type=text] {
  border: 1px solid #8195a0;
  height: 54px;
  width: 100%;
  border-radius: 30px;
  padding: 10px 60px 10px 40px;
  box-sizing: border-box;
  font-size: 24px;
}
.search-pop form .rnd-btn-primary {
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -17px 0 0 0;
}

#search-close {
  position: absolute;
  top: 30px;
  right: 30px;
}

.search_pop #search-pop {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}

/*Search over*/
/*Search new*/
.sh-mw {
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 8;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: none;
}
.sh-mw form {
  width: 345px;
  max-width: 100%;
  position: relative;
}
.sh-mw form input[type=text] {
  border: 1px solid #ffffff;
  background-color: #09263B;
  height: 35px;
  width: 100%;
  border-radius: 30px;
  padding: 5px 35px 5px 15px;
  box-sizing: border-box;
  font-size: 13px;
  color: #ffffff;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.sh-mw form .rnd-btn-primary {
  height: 27px;
  width: 27px;
  position: absolute;
  right: 3px;
  top: 50%;
  margin: -14px 0 0 0;
}
.sh-mw input:-webkit-autofill,
.sh-mw input:-webkit-autofill:hover,
.sh-mw input:-webkit-autofill:focus,
.sh-mw input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #09263B inset !important;
}
.sh-mw input::-webkit-input-placeholder, .sh-mw textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.sh-mw input:-moz-placeholder, .sh-mw textarea:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.sh-mw input::-moz-placeholder, .sh-mw textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.sh-mw input:-ms-input-placeholder, .sh-mw textarea:-ms-input-placeholder {
  color: #ffffff !important;
}
.sh-mw input::-ms-input-placeholder, .sh-mw textarea::-ms-input-placeholder {
  color: #ffffff !important;
}
.sh-mw input::placeholder, .sh-mw textarea::placeholder {
  color: #ffffff !important;
}
.sh-mw input:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
.sh-mw input:focus:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.sh-mw input:focus::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.sh-mw input:focus:-ms-input-placeholder {
  color: #ffffff !important;
}
.sh-mw input:focus::-ms-input-placeholder {
  color: #ffffff !important;
}
.sh-mw input:focus::placeholder {
  color: #ffffff !important;
}

.search_pop .tgl-hide-sch {
  display: none;
}
.search_pop .sh-mw {
  display: inherit;
}

/*Search new over*/
@media (min-width: 1025px) and (max-width: 1100px) {
  .tn-navb-mn .sm-simple > li > a {
    font-size: 16px;
  }
  .mw-logo {
    margin: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1110px) {
  .mw-logo {
    max-width: 200px;
  }
  .tn-navb-mn .sm-simple > li {
    margin: 0 0 0 13px;
  }
}
@media (max-width: 1023px) {
  .menu_fix .top-nav-w {
    padding: 10px 0 10px 0;
  }
  .tn-navb-mn {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background-color: #80939e;
    display: none;
    padding: 80px 25px 10px 25px;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .tn-navb-mn .sm-simple > li {
    margin: 0;
    border-top: 1px solid #ffffff;
  }
  .tn-navb-mn .sm-simple > li:last-child {
    border-bottom: 1px solid #ffffff;
  }
  .tn-navb-mn .sm-simple > li > a {
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .tn-navb-mn a .sub-arrow {
    background-image: url(../images/icons/plus-menu.svg);
    background-repeat: no-repeat;
    background-position: center;
    width: 20px;
    background-size: cover;
  }
  .tn-navb-mn ul ul a .sub-arrow {
    right: 15px;
  }
  .top-nav-iw .container {
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .top-nav-iw .tn-navb .tn-navb-btg {
    margin: 0;
    position: relative;
    width: 100%;
    max-width: 320px;
    justify-content: flex-end;
  }
  .mw-logo {
    width: 160px;
    margin: 0;
  }
  .open_menu .tn-navb-mn {
    display: -webkit-box;
    display: block;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mmi-opn {
    margin: 0 0 0 15px;
  }
  .mmi-cls {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .mmi-cls svg {
    width: 15px;
  }
  nav.main-nav {
    overflow-y: auto;
  }
  .mob-btns {
    margin: 30px 0 0 0;
  }
  .mob-btns a {
    margin: 0 15px 0 0;
  }
}
@media (min-width: 1024px) {
  .tn-navb-mn .highlighted {
    color: #019253 !important;
  }
  .tn-navb-mn .sm-simple ul li:first-child a {
    padding-top: 16px;
  }
  .tn-navb-mn .sm-simple ul li:last-child a {
    padding-bottom: 16px;
  }
  .tn-navb-mn .sm-simple ul ul {
    border-left: 1px solid;
  }
  .tn-navb-mn .sm-simple > li > a:hover, .tn-navb-mn .sm-simple > .current-menu-item > a {
    color: #019253;
  }
}
@media (max-width: 767px) {
  .mw-logo {
    width: 120px;
  }
  .mmi-cls {
    right: 20px;
    top: 20px;
  }
  .tn-navb-mn {
    padding: 80px 20px 10px 20px;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .search-pop {
    padding: 70px 20px 150px 20px;
  }
  .search-pop .sh-lw {
    padding: 10px 20px;
    margin: 0 auto 25px auto;
  }
  .search-pop form {
    width: 100%;
    max-width: 100%;
  }
  .search-pop form input[type=text] {
    height: 44px;
    border-radius: 22px;
    padding: 10px 50px 10px 20px;
    font-size: 18px;
  }
  .search-pop form .rnd-btn-primary {
    right: 5px;
  }
  .tn-navb {
    width: calc(100% - 170px);
  }
  #sh-mw {
    margin: 0 0 0 auto;
  }
  #sh-mw form {
    width: 100%;
  }
  .sh-mw form input[type=text] {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (orientation: portrait) {
  .mob-btns {
    display: -webkit-box;
    display: block;
    display: -moz-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  .mob-btns a {
    margin: 0 0 15px 0;
  }
}
/*fonts*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*fonts*/
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
div.hbspt-form {
	margin-top: 30px;
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .validation_error {
  display: none;
}
.gform_wrapper label {
  position: absolute;
  font-size: 0;
  text-indent: -9999999px;
  height: 0;
  width: 0;
}
.gform_wrapper .gfield_label {
  margin: 0 0 10px 0;
  display: inline-block;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=password], .gform_wrapper select {
  height: 42px;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=password], .gform_wrapper textarea, .gform_wrapper select, .gform_wrapper .gchoice {
  font-size: 18px;
}
.gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=password],
.gform_wrapper textarea, .gform_wrapper select {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #09263B;
  display: block;
  width: 100%;
  border-radius: 30px;
  background-color: #e6e9ec;
  padding: 10px 15px 10px 15px;
  border: 1px solid #e6e9ec;
}
.gform_wrapper input[type=text]:focus, .gform_wrapper input[type=email]:focus, .gform_wrapper input[type=tel]:focus, .gform_wrapper input[type=password]:focus,
.gform_wrapper textarea:focus, .gform_wrapper select:focus {
  border-color: #cccccc;
  /*     background-color: #00ff00;
     color: $black;*/
}
.gform_wrapper textarea {
  padding: 20px 20px 5px 20px;
  resize: none;
  height: 275px;
}
.gform_wrapper .gform_fields, .gform_wrapper .hbspt-form form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0;
}
.gform_wrapper .gform_fields:after, .gform_wrapper .gform_fields:before, .gform_wrapper .hbspt-form form:after, .gform_wrapper .hbspt-form form:before {
  content: "";
  clear: both;
  display: table;
}
.gform_wrapper .gform_fields .gfield, .gform_wrapper .gform_fields .field, .gform_wrapper .hbspt-form form .gfield, .gform_wrapper .hbspt-form form .field {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 20px;
  list-style-type: none;
  position: relative;
}
.gform_wrapper .gfield_checkbox {
  padding: 0;
}
.gform_wrapper .gfield_checkbox input {
  display: none;
}
.gform_wrapper .gfield_checkbox .gchoice {
  position: relative;
}
.gform_wrapper .gfield_checkbox label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: -moz-none;
  user-select: none;
  cursor: pointer;
  padding: 0 0 0 60px;
  height: 36px;
  display: inline-block;
  line-height: 36px;
}
.gform_wrapper .gfield_checkbox label:before {
  content: "";
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: #cccccc;
  border: 1px solid #cccccc;
  position: absolute;
  left: 0;
  top: 0;
}
.gform_wrapper .gfield_checkbox label:after {
  content: none;
  width: 22px;
  height: 10px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 10px;
  border-left: 2px solid #323D4A;
  border-bottom: 2px solid #323D4A;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gform_wrapper .gfield_checkbox input[type=checkbox]:checked + label:after {
  content: "";
}
.gform_wrapper .gfield_error input[type=text], .gform_wrapper .gfield_error input[type=email], .gform_wrapper .gfield_error input[type=tel], .gform_wrapper .gfield_error textarea, .gform_wrapper .gfield_error select {
  border-color: #f90000;
}
.gform_wrapper .validation_message, .gform_wrapper .hs-error-msgs {
  color: #f90000;
  font-size: 13px;
  position: absolute;
  line-height: 1.3;
  padding: 0 0 0 0;
  bottom: 0;
}
.gform_wrapper .gform_footer {
  position: relative;
  margin: 10px auto 10px auto;
  display: inline-block;
}
.gform_wrapper .gform_footer .gform_ajax_spinner {
  position: absolute;
  right: -30px;
  top: 50%;
  margin: -10px 0 0 0;
  z-index: 1;
}
.gform_wrapper .gform_footer .arrow-btn-org-brd {
  font-size: 20px;
}
.gform_wrapper .gform_ajax_spinner {
  border: 4px solid rgba(255, 255, 255, 0.1);
  border-left: 4px solid #9e9e9e;
  animation: spinner 1.1s infinite linear;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.gfield_required {
  color: #f90000;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  margin: 0px 0 0 1px;
  top: -1px;
  position: relative;
}

.cf_file .ginput_container_fileupload {
  border-radius: 4px;
  background-color: #232325;
  border: 1px solid #232325;
  padding: 15px 25px 15px 25px;
  width: 100%;
  margin: 0;
  font-size: 16px;
  height: 55px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cf_file .ginput_container_fileupload:before {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 75px);
  height: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  content: attr(data-text);
  line-height: 1.71;
  color: #ffffff;
}
.cf_file .ginput_container_fileupload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.cf_file.gfield_error .ginput_container_fileupload {
  border: 1px solid #f90000;
}
.cf_file .screen-reader-text {
  display: none;
}
.cf_file .gfield_description:not(.gfield_validation_message) {
  font-size: 16px;
  position: absolute;
  bottom: -20px;
  padding: 0 0 0 5px;
  display: none;
}
.cf_file .gfield_description.validation_message {
  display: inline-block;
}
.cf_file .ginput_preview {
  display: none;
}
.cf_file .ginput_container_fileupload:after {
  position: absolute;
  top: 50%;
  margin: -14px 0 0 0;
  right: 20px;
  width: 40px;
  height: 30px;
  background-image: url(../images/icons/upload.svg);
  background-size: contain;
  pointer-events: none;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.gfield--type-hidden {
  display: none !important;
}

body .form_st1_wrapper fieldset.gfield * {
  text-align: left !important;
}

form input::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: #323D4A !important;
}
form input:-moz-placeholder, form textarea:-moz-placeholder {
  color: #323D4A !important;
  opacity: 1;
}
form input::-moz-placeholder, form textarea::-moz-placeholder {
  color: #323D4A !important;
  opacity: 1;
}
form input:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: #323D4A !important;
}
form input::-ms-input-placeholder, form textarea::-ms-input-placeholder {
  color: #323D4A !important;
}
form input::placeholder, form textarea::placeholder {
  color: #323D4A !important;
}
form input:focus::-webkit-input-placeholder {
  color: #323D4A !important;
}
form input:focus:-moz-placeholder {
  color: #323D4A !important;
  opacity: 1;
}
form input:focus::-moz-placeholder {
  color: #323D4A !important;
  opacity: 1;
}
form input:focus:-ms-input-placeholder {
  color: #323D4A !important;
}
form input:focus::-ms-input-placeholder {
  color: #323D4A !important;
}
form input:focus::placeholder {
  color: #323D4A !important;
}

.instruction.validation_message, .gform_submission_error.hide_summary {
  display: none;
}

.gform_confirmation_message {
  font-size: 20px;
  background: transparent;
  padding: 0;
  line-height: 1.4;
  color: #09263B;
  text-align: inherit;
  border-radius: 0;
  max-width: 640px;
  margin: 0;
}
.gform_confirmation_message br {
  display: none;
}

@media (max-width: 767px) {
  .gform_wrapper .gfield_label {
    margin: 0 0 5px 0;
  }
  .gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper input[type=password], .gform_wrapper textarea, .gform_wrapper select, .gform_wrapper .gchoice {
    font-size: 15px;
  }
  .gform_wrapper input[type=text], .gform_wrapper input[type=email], .gform_wrapper input[type=tel], .gform_wrapper select {
    height: 45px;
    padding: 8px 10px;
  }
  .gform_wrapper textarea {
    height: 150px;
    padding: 10px 10px;
  }
  .gform_wrapper .gform_button {
    font-size: 15px;
    line-height: inherit;
  }
  .gform_wrapper .gform_footer {
    margin: 0 auto 10px auto;
  }
  .cf_file .ginput_container_fileupload {
    padding: 10px 25px 10px 25px;
    font-size: 15px;
    height: 45px;
  }
  .cf_file .ginput_container_fileupload:after {
    margin: -8px 0 0 0;
    right: 15px;
    width: 25px;
    height: 20px;
  }
}
/*Ninja form*/
.nf_cnt .nf-form-fields-required, .nf_cnt .nf-form-errors {
  display: none;
}
.nf_cnt .nf-form-content input[type=text], .nf_cnt .nf-form-content input[type=email], .nf_cnt .nf-form-content input[type=tel], .nf_cnt .nf-form-content input[type=password], .nf_cnt .nf-form-content select {
  height: 42px;
}
.nf_cnt .nf-form-content input[type=text], .nf_cnt .nf-form-content input[type=email], .nf_cnt .nf-form-content input[type=tel], .nf_cnt .nf-form-content input[type=password], .nf_cnt .nf-form-content textarea, .nf_cnt .nf-form-content select, .nf_cnt .nf-form-content .gchoice {
  font-size: 18px;
}
.nf_cnt .nf-form-content input[type=text], .nf_cnt .nf-form-content input[type=email], .nf_cnt .nf-form-content input[type=tel], .nf_cnt .nf-form-content input[type=password],
.nf_cnt .nf-form-content textarea, .nf_cnt .nf-form-content select {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #09263B;
  display: block;
  width: 100%;
  border-radius: 30px;
  background-color: #e6e9ec;
  padding: 10px 15px 10px 15px;
  border: 1px solid #e6e9ec;
}
.nf_cnt .nf-form-content input[type=text]:focus, .nf_cnt .nf-form-content input[type=email]:focus, .nf_cnt .nf-form-content input[type=tel]:focus, .nf_cnt .nf-form-content input[type=password]:focus,
.nf_cnt .nf-form-content textarea:focus, .nf_cnt .nf-form-content select:focus {
  border-color: #cccccc;
  background-color: #e6e9ec;
  color: #09263B;
}
.nf_cnt .nf-form-content .nf-field-container {
  margin-bottom: 0;
  padding-bottom: 17px;
}
.nf_cnt .nf-form-content .nf-error.field-wrap .nf-field-element:after {
  content: none;
}
.nf_cnt .nf-form-content .nf-error .ninja-forms-field {
  border-color: #f90000 !important;
}
.nf_cnt .nf-form-content .nf-error .nf-error-msg {
  color: #f90000;
  font-size: 13px;
  position: absolute;
  line-height: 1.3;
  padding: 0 0 0 0;
  bottom: -13px;
}
.nf_cnt .nf-form-content .nf-pass.field-wrap .nf-field-element:after {
  content: none;
}
.nf_cnt .nf-form-content input[type=submit] {
  text-transform: uppercase;
  padding: 0 45px 0 15px;
  border-radius: 18px;
  font-size: 14px;
  color: #09263B;
  border-width: 1px;
  border-style: solid;
  border-color: #8195a0;
  background-color: transparent;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  height: 35px;
  line-height: 33px;
  display: inline-block;
  text-decoration: none;
  position: relative;
}
.nf_cnt .nf-form-content input[type=submit], .nf_cnt .nf-form-content input[type=submit]:after, .nf_cnt .nf-form-content input[type=submit]:after {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.nf_cnt .nf-form-content input[type=submit]:before, .nf_cnt .nf-form-content input[type=submit]:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.nf_cnt .nf-form-content input[type=submit]:before {
  height: 24px;
  width: 24px;
  background-color: #019253;
  border-radius: 24px;
  right: 5px;
  top: 50%;
  margin: -12px 0 0 0;
}
.nf_cnt .nf-form-content input[type=submit]:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow.svg);
  right: 11px;
  top: 50%;
  z-index: 2;
  margin: -7px 0 0 0;
}
.nf_cnt .nf-form-content input[type=submit]:hover {
  color: #09263B;
  border-color: #8195a0;
  background-color: rgba(9, 38, 59, 0.14);
}
.nf_cnt .nf-form-content input[type=submit]:hover:before {
  background-color: #019253;
}
.nf_cnt .nf-form-content input[type=submit], .nf_cnt .nf-form-content input[type=submit]:hover, .nf_cnt .nf-form-content input[type=submit]:focus {
  background-image: url(../images/icons/btn-arrow-green.svg);
  background-repeat: no-repeat;
  background-size: 35px auto;
  background-position: right 4px top 5px;
}
.nf_cnt .nf-form-content input[type=submit]:after, .nf_cnt .nf-form-content input[type=submit]:before {
  content: none;
}
.nf_cnt .nf-form-content .submit-container {
  padding: 5px 0 0 0;
}
.nf_cnt .jn-wid-m {
  max-width: 800px;
  padding: 0 0 25px 0 !important;
}
.nf_cnt .nf-response-msg {
  padding: 30px 0 30px 0;
  font-size: 20px;
  background: transparent;
  padding: 0;
  line-height: 1.4;
  text-align: inherit;
  border-radius: 0;
  max-width: 640px;
  margin: 0 auto;
}
.nf_cnt .nf-response-msg h1, .nf_cnt .nf-response-msg h2, .nf_cnt .nf-response-msg h3 {
  color: #019253;
}

.frm_sml {
  max-width: 450px;
}

/*white paper form */
.frm_rwp .rwp_fname, .frm_rwp .rwp_lname, .frm_rwp .rwp_eml, .frm_rwp .rwp_orn {
  max-width: 450px;
}

@media (max-width: 767px) {
  .nf_cnt .jn-wid-m {
    padding: 0 0 10px 0 !important;
  }
  .nf_cnt .nf-form-content .nf-field-container {
    margin-bottom: 0;
    padding-bottom: 10px;
  }
  .nf-response-msg {
    font-size: 16px;
    padding: 10px 0 10px 0;
  }
}
/*fonts*/
.nfn-1 {
  margin: 0 0 10px 0;
}

.nfn-2 {
  margin: 0 0 30px 0;
  max-width: 450px;
}

.nfn-3 {
  margin: 0 0 100px 0;
}

@media (max-width: 767px) {
  .nfn-1 {
    margin: 0 0 20px 0;
  }
  .nfn-2 {
    margin: 0 0 20px 0;
  }
  .nfn-3 {
    margin: 0;
  }
  .hro-st4 .btn-group {
    margin: 30px 0 0 0;
  }
}
.social {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
}
.social a {
  margin: 0 10px 0 0;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.social .soc-lk img {
  max-width: 16px;
}
.social .soc-twt img {
  max-width: 18px;
}

.footer {
  background-color: #ffffff;
  color: #09263B;
  padding: 50px 0 20px 0;
  font-size: 14px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.footer .container {
  overflow: hidden;
  z-index: 2;
  position: relative;
}
.footer .fcol-1, .footer .fcol-2, .footer .fcol-3, .footer .fcol-4 {
  flex: 0 0 25%;
}
.footer .ftr-cw {
  border-top: 1px solid #09263B;
  border-bottom: 1px solid #09263B;
}
.footer .ftr-mw {
  position: relative;
  padding: 30px 0 15px 0;
}
.footer .ftr-menu li {
  margin: 0 0 13px 0;
}
.footer .ftr-menu li a {
  text-decoration: none;
}
.footer .ftr-menu li a:hover {
  color: #019253;
  text-decoration: underline;
}

.footer ul.ftr-menu {
  list-style-type: none;
  padding-left: 0;
  line-height: 100%;
}

.footer .ftr-copy {
  border-top: 1px solid #ffffff;
  padding: 15px 0 0 0;
}
.footer .ftr-cil {
  z-index: 1;
  content: "";
  position: absolute;
  display: inline-block;
  height: 100%;
  width: 50%;
  top: 0;
  right: 0;
  background-image: url(../images/home/footer.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}

/*Float button*/
.flt-btn {
  background-color: #019253;
  padding: 5px 40px 5px 8px;
  text-decoration: none;
  font-size: 14px;
  color: #ffffff;
  position: fixed;
  z-index: 10;
  right: -103px;
  top: 50%;
  transform: rotate(90deg);
  width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.flt-btn, .flt-btn:after, .flt-btn:after {
  -moz-transition: all 0.15s linear 0s;
  -o-transition: all 0.15s linear 0s;
  -webkit-transition: all 0.15s linear 0s;
  transition: all 0.15s linear 0s;
}
.flt-btn:before, .flt-btn:after {
  content: "";
  position: absolute;
  display: inline-block;
}
.flt-btn:before {
  height: 24px;
  width: 24px;
  background-color: #38C195;
  border-radius: 24px;
  right: 7px;
  top: 50%;
  margin: -13px 0 0 0;
}
.flt-btn:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow-white.svg);
  right: 13px;
  top: 50%;
  z-index: 2;
  margin: -9px 0 0 0;
  background-repeat: no-repeat;
  background-position: center;
}
.flt-btn:hover {
  color: #ffffff;
  background-color: #09263B;
}
.flt-btn:hover:before {
  background-color: #019253;
}

@media (max-width: 767px) {
  .flt-btn {
    font-size: 14px;
    right: auto;
    top: auto;
    transform: none;
    width: 230px;
    height: 35px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    bottom: 0;
    left: 0;
    border-top-right-radius: 15px;
    padding: 7px 40px 5px 10px;
  }
  .flt-btn:before {
    height: 20px;
    width: 20px;
    border-radius: 24px;
    right: 9px;
    top: 50%;
    margin: -10px 0 0 0;
  }
  .flt-btn:after {
    height: 14px;
    width: 20px;
    right: 15px;
    margin: -7px 0 0 0;
  }
  .footer .ftr-mw {
    position: relative;
    padding: 20px 0 20px 0;
  }
  .footer .ftr-m-wrp {
    margin: 0 0 25px 0;
  }
  .footer .ftr-cil {
    width: 60%;
  }
  .footer {
    padding: 0 0 20px 0;
    margin: 0;
  }
}
/*fonts*/
body {
  background-color: #ffffff;
  overflow-x: hidden;
}

.pgc-w {
  padding: 70px 0 70px 0;
}

ul {
	list-style-type: disc;
	padding-left: 20px;
	line-height: 125%;
}

main {
	position: relative;
	z-index: 1;
}

#scrTop {
  position: fixed;
  bottom: 20px;
  left: 20px;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #8195a0;
  color: #ffffff;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 40px;
  z-index: 1000;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #scrTop {
    bottom: 40px;
    left: 5px;
    width: 30px;
    height: 30px;
    font-size: 25px;
    line-height: 27px;
  }
}

.open_menu #scrTop {
  display: none !important;
  z-index: 0;
}

/*fonts*/
@keyframes pulse {
  0%, 100% {
    opacity: 0.6;
  }
  50% {
    opacity: 1;
  }
}
.load-pulse {
  filter: blur(10px);
  animation: pulse 0.6s infinite;
}

/*fonts*/
.hro-st1 {
  padding: 40px 0 90px 0;
  position: relative;
}
.hro-st1 .hrs1-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 30px 0 0 0;
}
.hro-st1 .btn-group {
  margin: 35px 0 0 0;
}
.hro-st1 .btn-group a {
  margin: 0 10px 0 0;
}
.hro-st1 .hro-st1-bg {
  right: -14%;
  bottom: -9%;
  z-index: 0;
  height: 100%;
  width: 60%;
}

.ttl-st1 {
  margin: 0 0 30px 0;
}
.ttl-st1 a {
  text-underline-offset: 15px;
}

/*Col 3*/
.col-3-box {
  padding: 85px 0 50px 0;
}
.col-3-box .col {
  position: relative;
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 33.33%;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  margin: 60px 0 0 0;
  padding: 0;
}
.col-3-box .col:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.col-3-box .cl-3b {
  padding: 150px 25px 35px 25px;
}
.col-3-box .cl-3b h1, .col-3-box .cl-3b h2, .col-3-box .cl-3b h3, .col-3-box .cl-3b h4, .col-3-box .cl-3b h5, .col-3-box .cl-3b h6 {
  margin: 0 0 10px 0;
}
.col-3-box .bg-green:before {
  width: 215px;
  height: 185px;
  background-image: url(../images/home/who-we-work-with/www-1.svg);
  right: 35px;
  top: -72px;
}
.col-3-box .bg-violet:before {
  width: 178px;
  height: 180px;
  background-image: url(../images/home/who-we-work-with/www-2.svg);
  right: 31px;
  top: -54px;
}
.col-3-box .bg-gray:before {
  width: 220px;
  height: 140px;
  background-image: url(../images/home/who-we-work-with/www-3.svg);
  right: 37px;
  top: -43px;
}

/*what we do*/
.col2-wwd {
  padding: 50px 0 60px 0;
  background-image: url(../images/home/we-do/what-do-circle.svg);
  background-size: 1000px auto;
  background-repeat: no-repeat;
  background-position: right -50% bottom 100%;
  background-attachment: fixed;
}
.col2-wwd .blkc-wwd {
  border-bottom: 1px solid #8195a0;
  padding: 23px 0 20px 0;
}
.col2-wwd .blkc-wwd .wwd-lc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  padding: 0 30px 0 0;
}
.col2-wwd .btn-group {
  margin: 35px 0 0 0;
}

/*why choose us*/
.highlight-area {
  padding: 30px 30px 30px 35px;
  position: relative;
}
.highlight-area:after {
  content: "";
  position: absolute;
  width: 205px;
  height: 130px;
  background-image: url(../images/home/cta/home-cta-circle.svg);
  right: 25px;
  bottom: -37px;
}
.highlight-area .ha-cont {
  max-width: 75%;
}

.wcu {
  padding: 70px 0 80px 0;
  background-color: rgba(9, 38, 59, 0.05);
}
.wcu .ttl-st1 {
  margin: 0 0 55px 0;
}
.wcu .btn-group {
  margin: 30px 0 0 0;
}
.wcu .highlight-area {
  margin: 50px 0 0 0;
}
.wcu .wcu-r {
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.wcu .wcu-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 71%;
  -ms-flex: 0 0 71%;
  flex: 0 0 71%;
}
.wcu .wcu-cnc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 26%;
  -ms-flex: 0 0 26%;
  flex: 0 0 26%;
}

.counters .cnt-nms {
  font-size: 72px;
  color: #2589C8;
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  line-height: 1;
  margin: 0;
}
.counters .cnt-nms .cnt-pre {
  font-size: 65%;
  margin: 0 0 10px 0;
}
.counters .cnt-nms:after {
  content: "+";
  font-size: 65%;
  margin: 0 0 5px 0;
}
.counters .count-box {
  margin: 35px 0 50px 0;
}
.counters .count-box:nth-child(n+2) .cnt-nms {
  color: #019253;
}
.counters .count-box:nth-child(n+3) .cnt-nms {
  color: #8195a0;
}

/*Insights*/
.sld-st1 .owl-stage-outer {
  overflow: visible;
}
.sld-st1 .owl-stage {
  display: -webkit-box;
  display: block;
  display: -moz-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.sld-st1 .owl-stage .owl-item {
  float: none;
}
.sld-st1 .owl-dots {
  margin: 20px 0 0 0;
  text-align: left;
}
.sld-st1 .owl-dots .owl-dot span {
  width: 24px;
  height: 24px;
  margin: 5px 5px;
  border-radius: 12px;
  border: 0;
  background: #09263B;
}
.sld-st1 .owl-dots .owl-dot:hover span, .sld-st1 .owl-dots .owl-dot.active span {
  background: #019253;
}
.sld-st1 .owl-dots .owl-dot:first-of-type span {
  margin-left: 0;
}

.lt-igt {
  padding: 65px 0 30px 0;
}
.lt-igt .container {
  position: relative;
  z-index: 2;
}
.lt-igt .ttl-st1 {
  margin: 0 0 55px 0;
}
.lt-igt .ins-frm {
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  background-color: #e6eaed;
  padding: 35px 30px 85px 30px;
  height: 100%;
}
.lt-igt .ins-frm .ins-date {
  margin: 0 0 20px 0;
}
.lt-igt .ins-frm .ins-cnt {
  margin: 15px 0 20px 0;
}
.lt-igt .ins-frm .btn-secondary {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.lt-igt .active .ins-frm {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.lt-igt .lt-igt-bg.pos-abs {
  right: -20%;
  max-width: 60%;
  top: auto;
  z-index: 0;
  max-height: 500px;
  height: auto;
  width: auto;
  z-index: 1;
  bottom: 85px;
}

/*Insights over*/
@media (max-width: 900px) {
  /*Banner*/
  .hro-st1 {
    padding: 0 0 15px 0;
    overflow: hidden;
  }
  .hro-st1 h1, .hro-st1 h2, .hro-st1 h3, .hro-st1 h4, .hro-st1 h5, .hro-st1 h6, .hro-st1 .h1, .hro-st1 .h2, .hro-st1 .h3, .hro-st1 .h4, .hro-st1 .h5, .hro-st1 .h6 {
    margin-bottom: 30px;
  }
  .hro-st1 .container {
    position: relative;
    z-index: 1;
  }
  .hro-st1 .hro-st1-bg {
    right: auto;
    bottom: -35%;
    height: 100%;
    width: 200%;
    max-width: 200%;
    opacity: 0.12;
    left: -30%;
  }
  .hro-st1 .hrs1-cc {
    color: #e6e9eb;
  }
  .hro-st1 .btn-group {
    margin: 20px 0 0 0;
  }
  .hro-st1 .btn-group a {
    margin: 0 10px 15px 0;
  }
  /*col 3*/
  .col-3-box {
    padding: 45px 0 0 0;
  }
  .col-3-box .ttl-st1 {
    margin: 0 0 45px 0;
  }
  .col-3-box .col {
    margin: 0;
  }
  .col-3-box .bg-green:before {
    width: 166px;
    height: 143px;
    right: 30px;
    top: -10px;
  }
  .col-3-box .bg-violet:before {
    width: 153px;
    height: 156px;
    right: 30px;
    top: -10px;
  }
  .col-3-box .bg-gray:before {
    width: 182px;
    height: 115px;
    right: 30px;
    top: -7px;
  }
  .col2-wwd {
    padding: 40px 0 50px 0;
  }
  .col2-wwd .ttl-st1 {
    margin: 0 0 20px 0;
  }
  .col2-wwd .blkc-wwd {
    padding: 12px 0 12px 0;
  }
  .col2-wwd .blkc-wwd:last-child {
    border: 0;
  }
  .col2-wwd .blkc-wwd .wwd-lc {
    padding: 0;
  }
  .col2-wwd .btn-group {
    margin: 10px 0 0 0;
  }
  .ttl-st1 {
    margin: 0;
  }
  .wcu {
    padding: 40px 0 0 0;
  }
  .wcu .ttl-st1 {
    margin: 0 0 30px 0;
  }
  .wcu .btn-group {
    margin: 35px 0 0 0;
  }
  .wcu .highlight-area {
    margin: 40px 0 0 0;
  }
  .highlight-area {
    padding: 20px 20px 120px 20px;
    margin: 40px 0 0 0;
  }
  .highlight-area .ha-cont {
    max-width: 100%;
  }
  .highlight-area:after {
    right: 25px;
    bottom: -20px;
  }
  .highlight-area p {
    font-size: 20px;
  }
  .sld-st1 .owl-dots {
    margin: 15px 0 0 0;
  }
  .sld-st1 .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    border-radius: 8px;
  }
  .lt-igt {
    padding: 40px 0 30px 0;
  }
  .lt-igt .ttl-st1 {
    margin: 0 0 40px 0;
  }
  .lt-igt .ins-frm {
    padding: 25px 20px 80px 20px;
  }
  .lt-igt .lt-igt-bg.pos-abs {
    right: -100%;
    max-width: 140%;
    bottom: 40px;
    max-height: 400px;
    height: auto;
    width: 150%;
    top: auto;
  }
}
@media (max-width: 767px) {
  h1 br {
    display: none;
  }
}
/*fonts*/
.hro-st2 {
  padding: 30px 0 75px 0;
  position: relative;
  z-index: 2;
  min-height: 500px;
}
.hro-st2 .hrs1-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 30px 0 0 0;
}
.hro-st2 .hrs1-cc h1, .hro-st2 .hrs1-cc h2, .hro-st2 .hrs1-cc h3, .hro-st2 .hrs1-cc h4, .hro-st2 .hrs1-cc h5, .hro-st2 .hrs1-cc h6, .hro-st2 .hrs1-cc .h1, .hro-st2 .hrs1-cc .h2, .hro-st2 .hrs1-cc .h3, .hro-st2 .hrs1-cc .h4, .hro-st2 .hrs1-cc .h5, .hro-st2 .hrs1-cc .h6 {
  margin: 0 0 30px 0;
}
.hro-st2 .btn-group {
  margin: 50px 0 0 0;
}
.hro-st2 .btn-group a {
  margin: 0 10px 0 0;
}
.hro-st2 .hro-st2-bg {
  right: -5%;
  top: 8%;
  z-index: 0;
  height: 75%;
  width: auto;
  left: 54%;
}

.sl-bg-cir {
  position: relative;
}
.sl-bg-cir:before {
  content: "";
  background-image: url(../images/solution/solution-body-bg-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  padding: 0 0 0 50%;
  height: 80%;
  display: inline-block;
  opacity: 0.5;
  z-index: 1;
  top: 15%;
  right: -20%;
  background-position: right top;
}
.sl-bg-cir div {
  z-index: 2;
  position: relative;
}

.sl-cont-w {
  padding: 85px 0 0 0;
  /*blocks*/
}
.sl-cont-w .sl-cont-1 {
  margin: 0 0 60px 0;
}
.sl-cont-w .sl-cont-2 {
  margin: 0 0 30px 0;
}
.sl-cont-w .sl-con-i {
  max-width: 850px;
}
.sl-cont-w .blg-grd {
  display: grid;
  gap: 30px;
  margin: 0 0 50px 0;
}
.sl-cont-w .blg-grd.no-gap {
  gap: 0;
}
.sl-cont-w .blg-grd .blg-g-col {
  padding: 25px 25px 30px 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sl-cont-w .blg-grd.coln-2 {
  grid-template-columns: repeat(2, 1fr);
}
.sl-cont-w .blg-grd.coln-2 .blg-g-col {
  padding: 30px 40px 45px 40px;
}
.sl-cont-w .blg-grd.coln-3 {
  grid-template-columns: repeat(3, 1fr);
}
.sl-cont-w .blg-grd.coln-4 {
  grid-template-columns: repeat(4, 1fr);
}
.sl-cont-w .blg-grd .blg-ct {
  padding: 60px 0 0 0;
}
.sl-cont-w .blg-grd .blg-des h1, .sl-cont-w .blg-grd .blg-des h2, .sl-cont-w .blg-grd .blg-des h3, .sl-cont-w .blg-grd .blg-des h4, .sl-cont-w .blg-grd .blg-des h5, .sl-cont-w .blg-grd .blg-des h6 {
  margin: 0;
}
.sl-cont-w .blg-grd .blg-des p {
  margin-top: 15px;
}

.sl-quote-w {
  max-width: 780px;
}

.sl-quote {
  padding: 40px 0 30px 0;
  position: relative;
}
.sl-quote:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 35px;
  background-image: url(../images/icons/quote.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  top: 0;
  left: 0;
}
.sl-quote .quote-cont {
  font-size: 18px;
  margin: 0 0 30px 0;
  color: #2589C8;
}
.sl-quote .quote-frm {
  font-size: 13px;
  line-height: 1.3;
}

.sl-con2-btn {
  padding: 0 0 60px 0;
}

.hctb-wr {
  background-color: rgba(9, 38, 59, 0.05);
  padding: 60px 0 60px 0;
}
.hctb-wr .hctb-cn1 {
  margin: 0 0 40px 0;
}

.sl-hct-btn {
  padding: 40px 0 0 0;
}

@media (max-width: 767px) {
  .hro-st2 {
    padding: 0 0 30px 0;
    min-height: auto;
    overflow: hidden;
  }
  .hro-st2 .hrs1-cc {
    margin: 15px 0 0 0;
  }
  .hro-st2 .hrs1-cc h1, .hro-st2 .hrs1-cc h2, .hro-st2 .hrs1-cc h3, .hro-st2 .hrs1-cc h4, .hro-st2 .hrs1-cc h5, .hro-st2 .hrs1-cc h6, .hro-st2 .hrs1-cc .h1, .hro-st2 .hrs1-cc .h2, .hro-st2 .hrs1-cc .h3, .hro-st2 .hrs1-cc .h4, .hro-st2 .hrs1-cc .h5, .hro-st2 .hrs1-cc .h6 {
    margin: 0 0 15px 0;
  }
  .hro-st2 .hro-st2-bg {
    right: -50%;
    top: auto;
    height: 75%;
    width: auto;
    left: auto;
    bottom: -10%;
    opacity: 0.25 !important;
  }
  .hro-st2 .btn-group {
    margin: 30px 0 0 0;
  }
  .sl-cont-w {
    padding: 30px 0 0 0;
  }
  .sl-cont-w .sl-cont-1 {
    margin: 0 0 30px 0;
  }
  .sl-cont-w .sl-cont-2 {
    margin: 0 0 10px 0;
  }
  .sl-cont-w .blg-grd {
    display: block;
    margin: 0 0 30px 0;
  }
  .sl-cont-w .blg-grd.coln-2 .blg-g-col {
    padding: 20px 20px 20px 20px;
  }
  .sl-cont-w .blg-grd .blg-g-col {
    padding: 20px 20px 20px 20px;
  }
  .sl-cont-w .blg-grd .blg-ct {
    padding: 30px 0 0 0;
  }
  .sl-cont-w .blg-grd .blg-des h1 br, .sl-cont-w .blg-grd .blg-des h2 br, .sl-cont-w .blg-grd .blg-des h3 br, .sl-cont-w .blg-grd .blg-des h4 br, .sl-cont-w .blg-grd .blg-des h5 br, .sl-cont-w .blg-grd .blg-des h6 br {
    display: none;
  }
  .sl-quote {
    padding: 25px 0 30px 0;
  }
  .sl-quote:before {
    width: 20px;
    height: 17px;
  }
  .sl-quote .quote-cont {
    font-size: 16px;
    margin: 0 0 15px 0;
  }
  .sl-con2-btn {
    padding: 20px 0 35px 0;
  }
  .hctb-wr {
    padding: 35px 0 35px 0;
  }
  .hctb-wr .hctb-cn1 {
    margin: 0 0 20px 0;
  }
  .sl-hct-btn {
    padding: 25px 0 0 0;
  }
  .sl-bg-cir:before {
    opacity: 0.22;
  }
}
/*fonts*/
.sin-b-hd {
  padding: 80px 0 40px 0;
  position: relative;
  min-height: 250px;
  z-index: 2;
}
.sin-b-hd .pst-ttl {
  margin: 0 0 45px 0;
}

.sin-b-cw {
  padding: 80px 0 0 0;
  position: relative;
}
.sin-b-cw .container {
  position: relative;
  z-index: 2;
}
.sin-b-cw:before {
  content: "";
  background-image: url(../images/blog/blg-bg-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: fixed;
  width: 65%;
  height: 100%;
  display: inline-block;
  z-index: 1;
  bottom: 0;
  right: -19%;
  background-position: right center;
}

.rcp-card {
  background-color: #e6e9ec;
  margin: 0 0 30px 0;
  padding: 30px 20px 35px 20px;
}
.rcp-card .rcp-date {
  margin: 0 0 25px 0;
  font-size: 14px;
}
.rcp-card .rcp-exp {
  margin: 0 0 20px 0;
}

.blog-back {
  margin: 50px 0 0 0;
}

.podcast-link {
  margin: 0 0 80px 0;
}

.ins-disc {
  font-size: 70%;
  margin: 50px 0 0 0;
}
.ins-disc sup {
  bottom: 3px;
}

@media (max-width: 767px) {
  .sin-b-hd {
    padding: 40px 0 25px 0;
    min-height: 250px;
  }
  .sin-b-hd .pst-ttl {
    margin: 0 0 15px 0;
  }
  .sin-b-cw {
    padding: 35px 0 0 0;
  }
  .sin-b-cw:before {
    content: none;
  }
  .c2-grid .c2-aside {
    padding: 25px 0 20px 0;
  }
  .rcp-card {
    margin: 0 0 20px 0;
    padding: 20px 20px 20px 20px;
  }
  .rcp-card .rcp-date {
    margin: 0 0 15px 0;
  }
  .podcast-link {
    margin: 0 0 30px 0;
  }
  .ins-disc {
    margin: 35px 0 0 0;
  }
}
/*fonts*/
.hro-st3 {
  padding: 45px 0 70px 0;
  position: relative;
  z-index: 2;
  min-height: 300px;
}
.hro-st3 .hrs1-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 30px 0 0 0;
}
.hro-st3 .hrs1-cc h1, .hro-st3 .hrs1-cc h2, .hro-st3 .hrs1-cc h3, .hro-st3 .hrs1-cc h4, .hro-st3 .hrs1-cc h5, .hro-st3 .hrs1-cc h6, .hro-st3 .hrs1-cc .h1, .hro-st3 .hrs1-cc .h2, .hro-st3 .hrs1-cc .h3, .hro-st3 .hrs1-cc .h4, .hro-st3 .hrs1-cc .h5, .hro-st3 .hrs1-cc .h6 {
  margin: 0 0 30px 0;
}
.hro-st3 .btn-group {
  margin: 50px 0 0 0;
}
.hro-st3 .btn-group a {
  margin: 0 10px 0 0;
}
.hro-st3 .hro-st3-bg {
  top: 8%;
  z-index: 0;
  height: 80%;
  width: auto;
  right: 15%;
}

.jn-wid-m {
  max-width: 840px;
}

.jn-wid-s {
  max-width: 480px;
}

.frm-sc {
  padding: 70px 0 25px 0;
}
.frm-sc .jm-des {
  margin: 0 0 10px 0;
}

.dwn-bt {
  margin: 30px 0 0 0;
}

@media (min-width: 768px) {
  .frm-wrap .gform_confirmation_message {
    margin-bottom: 200px;
  }
}
@media (max-width: 767px) {
  .hro-st3 {
    padding: 0 0 40px 0;
    min-height: 180px;
  }
  .hro-st3 .hro-st3-bg {
    top: auto;
    z-index: 0;
    height: 50%;
    width: auto;
    right: 0;
    bottom: 0;
    opacity: 0.2;
  }
  .frm-sc {
    padding: 25px 0 25px 0;
  }
}
/*fonts*/
.hro-pln {
  padding: 85px 0 60px 0;
  position: relative;
  z-index: 2;
  min-height: 300px;
}
.hro-pln .hrs-cc {
  margin: 30px 0 0 0;
}
.hro-pln .hrs-cc h1, .hro-pln .hrs-cc h2, .hro-pln .hrs-cc h3, .hro-pln .hrs-cc h4, .hro-pln .hrs-cc h5, .hro-pln .hrs-cc h6, .hro-pln .hrs-cc .h1, .hro-pln .hrs-cc .h2, .hro-pln .hrs-cc .h3, .hro-pln .hrs-cc .h4, .hro-pln .hrs-cc .h5, .hro-pln .hrs-cc .h6 {
  margin: 0 0 30px 0;
}

.cnt-sc {
  padding: 70px 0 75px 0;
}

.cnt-r1 {
  gap: 4%;
  margin: 0 0 40px 0;
}
.cnt-r1 .cnt-r1c1 {
  flex: 0 0 48%;
  order: 1;
}
.cnt-r1 .cnt-r1c2 {
  flex: 0 0 48%;
  order: 2;
}
.cnt-r1 .cnt-r1c2 a {
  display: block;
}

@media (max-width: 767px) {
  .hro-pln {
    padding: 1px 0 1px 0;
    min-height: auto;
  }
  .cnt-sc {
    padding: 35px 0 35px 0;
  }
  .cnt-r1 {
    margin: 0 0 30px 0;
  }
  .cnt-r1 .cnt-r1c2 {
    margin: 0 0 35px 0;
  }
}
/*fonts*/
.plc-m-cw {
  padding: 90px 0 30px 0;
}

@media (max-width: 767px) {
  .plc-m-cw {
    padding: 30px 0 0 0;
  }
}
/*fonts*/
.hro-st-at {
  padding: 30px 0 75px 0;
  position: relative;
  z-index: 2;
  min-height: 500px;
  overflow: hidden;
}
.hro-st-at .hrs1-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 70%;
  -ms-flex: 0 0 70%;
  flex: 0 0 70%;
  max-width: 630px;
  margin: 30px 0 0 0;
}
.hro-st-at .hrs1-cc h1, .hro-st-at .hrs1-cc h2, .hro-st-at .hrs1-cc h3, .hro-st-at .hrs1-cc h4, .hro-st-at .hrs1-cc h5, .hro-st-at .hrs1-cc h6, .hro-st-at .hrs1-cc .h1, .hro-st-at .hrs1-cc .h2, .hro-st-at .hrs1-cc .h3, .hro-st-at .hrs1-cc .h4, .hro-st-at .hrs1-cc .h5, .hro-st-at .hrs1-cc .h6 {
  margin: 0 0 30px 0;
}
.hro-st-at .btn-group {
  margin: 50px 0 0 0;
}
.hro-st-at .btn-group a {
  margin: 0 10px 0 0;
}
.hro-st-at .hro-st-a-bg {
  right: -5%;
  top: 10%;
  z-index: 0;
  height: 130%;
  width: auto;
  left: 57%;
}

.scr-nav-w {
  background-color: #6c7d8a;
  padding: 27px 0;
  position: sticky;
  top: 100px;
  z-index: 9;
}
.scr-nav-w a {
  margin: 0 27px 0 0;
  color: #ffffff;
  text-decoration: none;
  font-size: 18px;
}
.scr-nav-w a:hover {
  text-decoration: underline;
  color: #09263B;
}

.abt-m-cw {
  padding: 85px 0 60px 0;
}
.abt-m-cw .abt-c-btn {
  margin: 30px 0 0 0;
}

/*Hist*/
.abt-hst {
  padding: 60px 0 40px 0;
}
.abt-hst .hst-rotw {
  overflow: hidden;
}
.abt-hst .hst-rotw .owl-stage-outer {
  overflow: visible;
}
.abt-hst .hst-rotw .owl-controls .owl-dots {
  text-align: left;
}
.abt-hst .hst-rotw .owl-controls .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  margin: 5px 7px;
  background: #09263B;
  border: 0;
}
.abt-hst .hst-rotw .owl-controls .owl-dots .owl-dot.active span {
  background: #ffffff;
}
.sb-hd-s1 {
  margin: 0 0 50px 0;
}

.hst-frame .hst-frame {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hst-frame .hst-block {
  position: relative;
  padding: 100px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hst-frame .hst-crl {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 15px;
  width: 140px;
  height: 140px;
  border-radius: 100%;
  position: relative;
}
.hst-frame .hst-crl:before {
  content: "";
  width: 1px;
  height: 30px;
  background-color: #ffffff;
  display: inline-block;
  position: absolute;
  top: -15px;
}
.hst-frame .hst-crl .hst-yr {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #019253;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  height: 100%;
  border-radius: 100%;
}
.hst-frame .hst-des {
  position: absolute;
  font-size: 17px;
  top: 0;
  left: 50%;
  width: 200px;
  line-height: 1.25;
}
.hst-frame.hs-od .hst-crl:before {
  top: auto;
  bottom: -15px;
}
.hst-frame.hs-od .hst-des {
  top: auto;
  bottom: 0;
}

/*Team*/
.abt-team {
  padding: 80px 0 30px 0;
}
.abt-team .team-grid {
  gap: 4%;
}
.abt-team .team-card {
  flex: 0 1 22%;
  margin: 0 0 10px 0;
}
.abt-team .team-card .tm-m-img {
  margin: 0 0 18px 0;
  background: radial-gradient(circle, #ffffff, #e6e9eb);
}
.abt-team .team-card .tm-name {
  margin: 0;
  color: #019253;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.abt-team .team-card .tm-pos {
  margin: 0 0 10px 0;
}
.abt-team .team-card .tm-name, .abt-team .team-card .tm-pos {
  font-size: 18px;
  line-height: 1.2;
}
.abt-team .team-card .social {
  margin: 0 0 25px 0;
}

#solutions {
  scroll-margin-top: 180px;
}

#team {
  scroll-margin-top: 160px;
}

#history {
  scroll-margin-top: 170px;
}

@media (max-width: 1023px) {
  .scr-nav-w {
    padding: 15px 0;
    top: 70px;
  }
  #solutions {
    scroll-margin-top: 130px;
  }
  #team {
    scroll-margin-top: 100px;
  }
  #history {
    scroll-margin-top: 110px;
  }
}
@media (max-width: 767px) {
  .hro-st-at {
    padding: 0 0 40px 0;
    min-height: auto;
  }
  .hro-st-at .hro-st-a-bg {
    opacity: 0.3;
  }
  .scr-nav-w {
    padding: 8px 0 10px 0;
    top: 62px;
  }
  .scr-nav-w a {
    margin: 0 10px 0 0;
    font-size: 12px;
  }
  .abt-m-cw {
    padding: 30px 0 35px 0;
  }
  .abt-m-cw .abt-c-btn {
    margin: 0;
  }
  .hst-frame .hst-block {
    padding: 0;
    flex-direction: column;
  }
  .hst-frame .hst-crl {
    text-align: center;
    padding: 5px;
    width: 80px;
    height: 80px;
  }
  .hst-frame .hst-crl .hst-yr {
    font-size: 18px;
  }
  .hst-frame .hst-crl:before {
    top: auto;
    bottom: -15px;
  }
  .hst-frame .hst-des {
    position: relative;
    font-size: 15px;
    top: 0;
    left: auto;
    width: 300px;
    padding: 20px 0 0 0;
    text-align: center;
    max-width: 90%;
  }
  .hst-frame .hst-des br {
    display: none;
  }
  .abt-team {
    padding: 40px 0 0 0;
  }
  .abt-team .team-card {
    max-width: 245px;
    margin: 0 auto 25px auto;
  }
  .abt-team .team-card .tm-m-img {
    margin: 0 0 10px 0;
  }
  .abt-team .team-card .tm-name, .abt-team .team-card .tm-pos {
    font-size: 16px;
  }
  .sb-hd-s1 {
    margin: 0 0 20px 0;
    text-align: center;
  }
  .abt-hst {
    padding: 30px 0 30px 0;
  }
  .abt-hst .hst-rotw .owl-controls .owl-dots {
    text-align: center;
  }
  .abt-hst .hst-rotw .owl-controls .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
  }
  .abt-hst .hst-rotw .owl-controls .owl-dots .owl-dot:last-of-type {
    display: none;
  }
  .team-card .social .rnd-btn-primary {
    height: 24px;
    width: 24px;
  }
  .team-card .social .soc-lk img {
    max-width: 12px;
  }
}
/*fonts*/
.sch-b-hd {
  padding: 60px 0 50px 0;
  position: relative;
  z-index: 2;
  min-height: 250px;
}
.sch-b-hd .hrs1-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 30px 0 0 0;
}
.sch-b-hd .hrs1-cc h1, .sch-b-hd .hrs1-cc h2, .sch-b-hd .hrs1-cc h3, .sch-b-hd .hrs1-cc h4, .sch-b-hd .hrs1-cc h5, .sch-b-hd .hrs1-cc h6, .sch-b-hd .hrs1-cc .h1, .sch-b-hd .hrs1-cc .h2, .sch-b-hd .hrs1-cc .h3, .sch-b-hd .hrs1-cc .h4, .sch-b-hd .hrs1-cc .h5, .sch-b-hd .hrs1-cc .h6 {
  margin: 0 0 30px 0;
}
.sch-b-hd .search-form {
  max-width: 540px;
  margin: 40px 0 30px 0;
}

.search-form {
  height: 35px;
  border: 1px solid #ffffff;
  border-radius: 18px;
  padding: 0 50px 0 0;
  position: relative;
}
.search-form .search-field {
  border: 0;
  height: 100%;
  border-radius: 17px;
  width: 100%;
  font-size: 14px;
  background-color: transparent;
  color: #ffffff;
  padding: 2px 0 2px 20px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.search-form input:-webkit-autofill,
.search-form input:-webkit-autofill:hover,
.search-form input:-webkit-autofill:focus,
.search-form input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #09263B inset !important;
}
.search-form input::-webkit-input-placeholder, .search-form textarea::-webkit-input-placeholder {
  color: #ffffff !important;
}
.search-form input:-moz-placeholder, .search-form textarea:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.search-form input::-moz-placeholder, .search-form textarea::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.search-form input:-ms-input-placeholder, .search-form textarea:-ms-input-placeholder {
  color: #ffffff !important;
}
.search-form input::-ms-input-placeholder, .search-form textarea::-ms-input-placeholder {
  color: #ffffff !important;
}
.search-form input::placeholder, .search-form textarea::placeholder {
  color: #ffffff !important;
}
.search-form input:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
.search-form input:focus:-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.search-form input:focus::-moz-placeholder {
  color: #ffffff !important;
  opacity: 1;
}
.search-form input:focus:-ms-input-placeholder {
  color: #ffffff !important;
}
.search-form input:focus::-ms-input-placeholder {
  color: #ffffff !important;
}
.search-form input:focus::placeholder {
  color: #ffffff !important;
}
.search-form .search-icon {
  position: absolute;
  right: 3px;
  top: 3px;
  width: 27px;
  height: 27px;
}

/*card*/
.article-card {
  padding: 35px 30px 30px 35px;
  background-color: #e6eaed;
  margin: 0 0 25px 0;
}
.article-card .ar-date, .article-card .ar-title {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.article-card .ar-date {
  font-size: 14px;
  margin: 0 0 20px 0;
}
.article-card .ar-title a {
  text-decoration: none;
  color: #019253;
}
.article-card .ar-title a:hover {
  color: #2589C8;
}
.article-card .ar-exp {
  margin: 0 0 20px 0;
}

/*card end*/
.sch-cw {
  padding: 90px 0 10px 0;
}
.sch-cw .navigation {
  margin: 20px 0 0 0;
}

.navigation {
  border: 1px solid #09263B;
  border-radius: 30px;
  height: 35px;
  display: inline-block;
  padding: 0;
}
.navigation ul {
  display: flex;
  align-items: center;
  height: 100%;
}
.navigation ul li {
  position: relative;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.navigation ul li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  height: 15px;
  width: 1px;
  display: inline-block;
  background-color: #8195a0;
}
.navigation ul li a, .navigation ul li .act-link {
  font-size: 14px;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  color: #09263B;
}
.navigation ul li .act-link {
  color: #8195a0;
}
.navigation ul li a, .navigation ul li .act-link {
  text-decoration: none;
  padding: 5px;
}
.navigation ul li.prev:after, .navigation ul li.next:after, .navigation ul li.dots:after, .navigation ul li.last-s:after {
  content: none;
}
.navigation ul li a:hover {
  color: #019253;
}
.navigation ul li.prev, .navigation ul li.next {
  padding: 0;
}
.navigation ul li.prev:hover .pg-link, .navigation ul li.next:hover .pg-link {
  background-color: #8195a0;
}
.navigation ul li.dots {
  padding-right: 0;
}
.navigation ul li.last-s {
  padding-left: 0;
}
.navigation ul li.prev a, .navigation ul li.next a {
  padding: 0 6px;
}
.navigation ul .pg-link {
  display: flex;
  background-color: #019253;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  position: relative;
}
.navigation ul .pg-link:after {
  height: 14px;
  width: 25px;
  background-image: url(../images/icons/btn-arrow.svg);
  right: 7px;
  top: 50%;
  z-index: 2;
  margin: -7px 0 0 0;
  content: "";
  position: absolute;
  display: inline-block;
}
.navigation ul .pg-link.link-left:after {
  right: -9px;
  transform: rotate(180deg);
}

@media (max-width: 767px) {
  .sch-b-hd {
    padding: 30px 0 30px 0;
    min-height: auto;
  }
  .sch-cw {
    padding: 45px 0 10px 0;
  }
  .sch-cw .navigation {
    margin: 15px 0 0 0;
  }
  /*card*/
  .article-card {
    padding: 15px 15px;
    margin: 0 0 20px 0;
  }
  .article-card .ar-date {
    margin: 0 0 10px 0;
  }
  .article-card .ar-exp {
    margin: 0 0 15px 0;
  }
}
/*fonts*/
.hro-st-s {
  padding: 30px 0 75px 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  min-height: 500px;
}
.hro-st-s .hrs1-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 30px 0 0 0;
}
.hro-st-s .hrs1-cc h1, .hro-st-s .hrs1-cc h2, .hro-st-s .hrs1-cc h3, .hro-st-s .hrs1-cc h4, .hro-st-s .hrs1-cc h5, .hro-st-s .hrs1-cc h6, .hro-st-s .hrs1-cc .h1, .hro-st-s .hrs1-cc .h2, .hro-st-s .hrs1-cc .h3, .hro-st-s .hrs1-cc .h4, .hro-st-s .hrs1-cc .h5, .hro-st-s .hrs1-cc .h6 {
  margin: 0 0 30px 0;
}
.hro-st-s .btn-group {
  margin: 50px 0 0 0;
}
.hro-st-s .btn-group a {
  margin: 0 10px 0 0;
}
.hro-st-s .hro-st-s1-bg {
  right: -5%;
  top: 2%;
  z-index: 0;
  height: 100%;
  width: auto;
  left: 50%;
}
.hro-st-s .hro-st-s2-bg {
  right: -5%;
  top: 7%;
  z-index: 0;
  height: 100%;
  width: auto;
  left: 54%;
}

/*Highlight*/
.sr-hgt-fsc .highlight-area {
  min-height: 110px;
  display: flex;
  align-items: center;
}
.sr-hgt-fsc .ha-cont {
  font-size: 19px;
}

.highlight-area.hgt-side {
  padding: 15px 15px 100px 15px;
  margin: 0 0 70px 0;
}
.highlight-area.hgt-side:after {
  right: 12px;
  bottom: -50px;
}
.highlight-area.hgt-side .ha-cont {
  max-width: 100%;
}

/*Highlight over*/
.srv-b-cont {
  padding: 85px 0 70px 0;
}

.srv-sub-h {
  margin: 0 0 25px 0;
}

.srv-b-step {
  background-color: rgba(9, 38, 59, 0.05);
  padding: 60px 0 95px 0;
  background-image: url(../images/service/steps-bg.svg);
  background-size: 800px auto;
  background-repeat: no-repeat;
  background-position: right -50% bottom 100%;
  background-attachment: fixed;
}
.srv-b-step .stp-blk {
  border-bottom: 1px solid #8195a0;
  padding: 30px 0 25px 0;
}
.srv-b-step .stp-blk .stp-cnt {
  font-size: 72px;
  color: #2589C8;
  min-width: 80px;
}
.srv-b-step .stp-blk .stp-lc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 35%;
  -ms-flex: 0 0 35%;
  flex: 0 0 35%;
  padding: 0 30px 0 0;
  display: flex;
  align-items: flex-start;
}
.srv-b-step .stp-blk .stp-ttl {
  margin: 10px 0 0 0;
}

.srv-b-acr {
  padding: 75px 0 60px 0;
}

.acr-wr {
  margin: 35px 0 0 0;
}
.acr-wr .acr-blk {
  border-top: 1px solid #8195a0;
  padding: 0 0 10px 0;
  transition: background-color 0.35s linear 0s;
}
.acr-wr .acr-blk:last-of-type {
  border-bottom: 1px solid #8195a0;
}
.acr-wr .acr-blk.active {
  background-color: rgba(9, 38, 59, 0.05);
}
.acr-wr .acr-blk.active .acr-ttl a .faq-tgl:after {
  top: 50%;
  margin: -1px 0 0 0;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.acr-wr .acr-blk .acr-ttl {
  margin: 0;
}
.acr-wr .acr-blk .acr-ttl a {
  text-decoration: none;
  color: #019253;
  padding: 20px 50px 10px 20px;
  display: block;
  position: relative;
}
.acr-wr .acr-blk .acr-ttl a .faq-tgl {
  right: 15px;
  top: 50%;
  margin: -5px 0 0 0;
  height: 20px;
  width: 20px;
}
.acr-wr .acr-blk .acr-ttl a .faq-tgl, .acr-wr .acr-blk .acr-ttl a .faq-tgl:after, .acr-wr .acr-blk .acr-ttl a .faq-tgl:before {
  position: absolute;
}
.acr-wr .acr-blk .acr-ttl a .faq-tgl:before, .acr-wr .acr-blk .acr-ttl a .faq-tgl:after {
  content: "";
  background-color: #019253;
  height: 2px;
  width: 20px;
  display: inline-block;
}
.acr-wr .acr-blk .acr-ttl a .faq-tgl:before {
  top: 50%;
  margin: -1px 0 0 0;
}
.acr-wr .acr-blk .acr-ttl a .faq-tgl:after {
  top: 9px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.15s linear 0s;
}
.acr-wr .acr-blk .acr-cont {
  display: none;
  padding: 0 50px 10px 20px;
}

.hgt-btm {
  margin: 0 0 50px 0;
}

.srv-b-blct {
  padding: 50px 0 70px 0;
}
.srv-b-blct .srv-c-blct {
  padding: 0 0 20px 0;
}
.srv-b-blct .cnbt-wrp {
  grid-template-columns: repeat(3, 1fr);
  display: grid;
  gap: 30px;
}
.srv-b-blct .cnbt-wrp .cnbt-col {
  position: relative;
  padding: 145px 25px 30px 25px;
  margin: 70px 0 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.srv-b-blct .cnbt-wrp .cnbt-col:before {
  content: "";
  position: absolute;
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
}
.srv-b-blct .cnbt-wrp .bg-green:before {
  width: 215px;
  height: 185px;
  background-image: url(../images/home/who-we-work-with/www-1.svg);
  right: 35px;
  top: -72px;
}
.srv-b-blct .cnbt-wrp .bg-violet:before {
  width: 178px;
  height: 180px;
  background-image: url(../images/home/who-we-work-with/www-2.svg);
  right: 31px;
  top: -54px;
}
.srv-b-blct .cnbt-wrp .bg-gray:before {
  width: 220px;
  height: 140px;
  background-image: url(../images/home/who-we-work-with/www-3.svg);
  right: 37px;
  top: -43px;
}
.srv-b-blct .cnbt-wrp.no-gap {
  gap: 0;
}
.srv-b-blct .cnbt-wrp .blg-ct {
  padding: 30px 0 0 0;
}

@media (min-width: 768px) {
  #more {
    scroll-margin-top: 150px;
  }
}
@media (max-width: 767px) {
  .hro-st-s {
    padding: 0 0 30px 0;
    min-height: auto;
  }
  .hro-st-s .hrs1-cc {
    margin: 15px 0 0 0;
  }
  .hro-st-s .hrs1-cc h1, .hro-st-s .hrs1-cc h2, .hro-st-s .hrs1-cc h3, .hro-st-s .hrs1-cc h4, .hro-st-s .hrs1-cc h5, .hro-st-s .hrs1-cc h6, .hro-st-s .hrs1-cc .h1, .hro-st-s .hrs1-cc .h2, .hro-st-s .hrs1-cc .h3, .hro-st-s .hrs1-cc .h4, .hro-st-s .hrs1-cc .h5, .hro-st-s .hrs1-cc .h6 {
    margin: 0 0 15px 0;
  }
  .hro-st-s .hro-st-s1-bg, .hro-st-s .hro-st-s2-bg {
    opacity: 0.25 !important;
  }
  .hro-st-s .hro-st-s1-bg {
    height: 60%;
    bottom: -50px;
    top: auto;
  }
  .hro-st-s .hro-st-s2-bg {
    height: 60%;
    bottom: -50px;
    top: auto;
  }
  .hro-st-s .btn-group {
    margin: 30px 0 0 0;
  }
  .srv-b-cont {
    padding: 30px 0 30px 0;
  }
  .srv-b-blct {
    padding: 20px 0 30px 0;
  }
  .srv-b-blct .cnbt-wrp {
    display: block;
  }
  .srv-b-blct .cnbt-wrp .bg-green:before {
    width: 166px;
    height: 143px;
    right: 30px;
    top: -10px;
  }
  .srv-b-blct .cnbt-wrp .bg-violet:before {
    width: 153px;
    height: 156px;
    right: 30px;
    top: -10px;
  }
  .srv-b-blct .cnbt-wrp .bg-gray:before {
    width: 182px;
    height: 115px;
    right: 30px;
    top: -7px;
  }
  .srv-b-blct .cnbt-wrp .cnbt-col {
    padding: 145px 25px 30px 25px;
    margin: 0;
  }
  .srv-b-step {
    padding: 40px 0 40px 0;
    background-size: 300px auto;
    background-position: right -50% bottom 60%;
  }
  .srv-b-step .stp-blk {
    padding: 10px 0 15px 0;
  }
  .srv-b-step .stp-blk .stp-cnt {
    font-size: 25px;
    min-width: auto;
    margin: 0 10px 0 0;
  }
  .srv-b-step .stp-blk .stp-lc {
    align-items: center;
    margin: 0 0 5px 0;
  }
  .srv-b-step .stp-blk .stp-ttl {
    margin: 0;
  }
  .srv-b-acr {
    padding: 40px 0 40px 0;
  }
  .srv-sub-h {
    margin: 0 0 20px 0;
  }
  .acr-wr .acr-blk {
    padding: 0;
  }
  .acr-wr .acr-blk .acr-cont {
    padding: 0 30px 10px 5px;
  }
  .acr-wr .acr-blk .acr-ttl a {
    padding: 10px 30px 10px 4px;
  }
  .acr-wr .acr-blk .acr-ttl a .faq-tgl {
    right: 0;
    transform: scale(0.6);
    margin: -10px 0 0 0;
  }
  .highlight-area p {
    font-size: 16px;
  }
  #more {
    scroll-margin-top: 120px;
  }
}
/*fonts*/
.hro-st4 {
  padding: 30px 0 75px 0;
  position: relative;
  z-index: 2;
  min-height: 500px;
}
.hro-st4 .hrs1-cc {
  -webkit-box: 0;
  -moz-box: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  margin: 30px 0 0 0;
}
.hro-st4 .hrs1-cc h1, .hro-st4 .hrs1-cc h2, .hro-st4 .hrs1-cc h3, .hro-st4 .hrs1-cc h4, .hro-st4 .hrs1-cc h5, .hro-st4 .hrs1-cc h6, .hro-st4 .hrs1-cc .h1, .hro-st4 .hrs1-cc .h2, .hro-st4 .hrs1-cc .h3, .hro-st4 .hrs1-cc .h4, .hro-st4 .hrs1-cc .h5, .hro-st4 .hrs1-cc .h6 {
  margin: 0 0 30px 0;
}
.hro-st4 .btn-group {
  margin: 50px 0 0 0;
}
.hro-st4 .btn-group a {
  margin: 0 10px 0 0;
}
.hro-st4 .hro-st4-bg {
  right: -18%;
  top: -1%;
  z-index: 0;
  height: 95%;
  width: auto;
  left: 52%;
}

.inst-mw {
  padding: 95px 0 40px 0;
  background-image: url(../images/insight/insight-circle-blue-bg.svg);
  background-position: right -10% bottom 40%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: auto 500px;
}

.inst-flw {
  margin: 0 0 50px 0;
  display: flex;
  gap: 50px;
  align-items: center;
}
.inst-flw .filt-reset {
  font-size: 16px;
}

.inst-db .navigation {
  margin: 35px 0 0 0;
}

.inst-cwp {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.inst-cwp .article-card {
  padding: 35px 30px 110px 35px;
  margin: 0;
  position: relative;
}
.inst-cwp .article-card .btn-secondary {
  bottom: 35px;
  position: absolute;
}

.inst-flw-tg {
  opacity: 0;
  width: 290px;
}
.inst-flw-tg select {
  width: 100%;
}

@media (max-width: 767px) {
  .hro-st4 {
    padding: 0 0 30px 0;
    min-height: auto;
    overflow: hidden;
  }
  .hro-st4 .hrs1-cc {
    margin: 15px 0 0 0;
  }
  .hro-st4 .hrs1-cc h1, .hro-st4 .hrs1-cc h2, .hro-st4 .hrs1-cc h3, .hro-st4 .hrs1-cc h4, .hro-st4 .hrs1-cc h5, .hro-st4 .hrs1-cc h6, .hro-st4 .hrs1-cc .h1, .hro-st4 .hrs1-cc .h2, .hro-st4 .hrs1-cc .h3, .hro-st4 .hrs1-cc .h4, .hro-st4 .hrs1-cc .h5, .hro-st4 .hrs1-cc .h6 {
    margin: 0 0 15px 0;
  }
  .hro-st4 .hro-st4-bg {
    height: 50%;
    left: auto;
    opacity: 0.25 !important;
    top: auto;
    bottom: -10px;
    right: -10%;
  }
  .hro-st4 .btn-group {
    margin: 30px 0 0 0;
  }
  .inst-mw {
    padding: 35px 0 10px 0;
    background-position: right -10% bottom 10%;
    background-size: auto 200px;
  }
  .inst-flw {
    margin: 0 0 30px 0;
    gap: 18px;
  }
  .inst-flw .filt-reset {
    font-size: 13px;
    white-space: nowrap;
  }
  .inst-cwp {
    display: block;
  }
  .inst-cwp .article-card {
    padding: 15px 15px 15px 15px;
    margin: 0 0 15px 0;
  }
  .inst-cwp .article-card .btn-secondary {
    bottom: auto;
    position: relative;
  }
  .inst-db .navigation {
    margin: 20px 0 25px 0;
  }
  .inst-flw-tg {
    width: 250px;
  }
}
@media (max-width: 420px) and (orientation: portrait) {
  .inst-flw {
    gap: 10px;
  }
}
/*fonts*/
@media (max-width: 767px) {
  .pgc-w {
    padding: 35px 0 35px 0;
  }
}

/*# sourceMappingURL=main.css.map */
