@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain)*/
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; }

a, img { border: none; outline: none; }

*, *:after, *:before { -webkit-box-sizing: inherit; box-sizing: inherit; margin: 0; padding: 0; outline: none; }

html { -webkit-box-sizing: border-box; box-sizing: border-box; font-size: 62.5%; }

body { color: #3e3f42; font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; font-size: 1.7rem; font-weight: 300; line-height: 2.3rem; font-style: normal; overflow-x: hidden; position: relative; }

img { max-width: 100%; display: inline-block; vertical-align: bottom; }

a img { border: none; outline: none; }

b, strong { font-weight: 600; }

em, i { font-style: italic; }

.display_1 { font-size: 6rem; line-height: 6.4rem; }

.display_2 { font-size: 5.4rem; line-height: 6.8rem; }

.display_3 { font-size: 5rem; line-height: 6rem; }

h1, .h1 { font-size: 4rem; line-height: 4.8rem; }

h2, .h2 { font-size: 3rem; line-height: 3.6rem; }

h3, .h3 { font-size: 2.8rem; line-height: 3.6rem; }

h4, .h4 { font-size: 2.2rem; line-height: 2.6rem; }

h5, .h5 { font-size: 1.8rem; line-height: 3.3rem; }

h6, .h6 { font-size: 1.6rem; line-height: 1.9rem; }

small, .small { font-size: 1.2rem; line-height: 1.4rem; }

@media all and (max-width: 1200px) { .display_1 { font-size: 5.4rem; line-height: 6.8rem; }
  .display_2 { font-size: 5rem; line-height: 6rem; }
  .display_3 { font-size: 4rem; line-height: 4.8rem; }
  h1, .h1 { font-size: 3rem; line-height: 3.6rem; }
  h2, .h2 { font-size: 2.8rem; line-height: 3.6rem; }
  h3, .h3 { font-size: 2.2rem; line-height: 2.6rem; }
  h4, .h4 { font-size: fontSizeTitle_5; line-height: 3.3rem; }
  h5, .h5 { font-size: 1.6rem; line-height: 1.9rem; }
  h6, .h6 { font-size: 1.4rem; line-height: 1.7rem; }
  small, .small { font-size: 1.4rem; line-height: 1.7rem; } }

.text-light { font-weight: 300; }

.text-regular { font-weight: 400; }

.text-semibold { font-weight: 600; }

.text-bold { font-weight: 600; }

@media all and (min-width: 700px) { .para.has-gap { -webkit-column-gap: 4.2rem; column-gap: 4.2rem; }
  .para.two-col { -webkit-column-count: 2; column-count: 2; } }

a { color: inherit; text-decoration: none; }

a:not(.icon):focus, a:not(.icon):hover { text-decoration: underline; }

.has_link:hover a { color: #9fcf67; text-decoration: underline; }

a.linkto, a[href^="mailto"] { word-break: break-all; }

dl, ol, ul { list-style: none; margin-top: 0; padding-left: 0; }

dl dl, dl ol, dl ul, ol dl, ol ol, ol ul, ul dl, ul ol, ul ul { font-size: 90%; margin: 1.5rem 0 1.5rem 3rem; }

ol { list-style-type: decimal; list-style-position: inside; }

ul { list-style: circle; }

ul.list, ol.list { list-style: none; }

ul.list li, ol.list li { padding-left: 2.5rem; position: relative; }

ul.list li:before, ol.list li:before { content: "• "; position: absolute; left: 0; top: 0; font-size: 2.2rem; }

ul.is_inline, ol.is_inline { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

ul.is_inline li, ol.is_inline li { padding: 0; margin-right: .8rem; }

ul.is_inline li:before, ol.is_inline li:before { display: none; }

ul.is_inline li:after, ol.is_inline li:after { content: "|"; position: static; font-size: 1.7rem; color: #9fcf67; padding-left: .8rem; }

ul.is_inline li:last-child:after, ol.is_inline li:last-child:after { display: none; }

ol.list { counter-reset: li; }

ol.list li { counter-increment: li; }

ol.list li:before { content: counter(li); display: inline-block; width: 1em; margin-left: -1.5em; margin-right: 0.5em; text-align: right; direction: rtl; }

@media all and (min-width: 700px) { ul.list.three-col, ol.list.three-col { -webkit-column-count: 2; column-count: 2; } }

@media all and (min-width: 901px) { ul.list.three-col, ol.list.three-col { -webkit-column-count: 3; column-count: 3; } }

.not-list { list-style: none; }

dd, dt, li { margin-bottom: .7rem; }

h1:not(:last-child), h2:not(:last-child), h3:not(:last-child), h4:not(:last-child), h5:not(:last-child), h6:not(:last-child) { margin-bottom: 2rem; }

fieldset, input, select, textarea { margin-bottom: 0; }

p { margin-top: 0; }

blockquote:not(:last-child), dl:not(:last-child), form:not(:last-child), ol:not(:last-child), p:not(:last-child), pre:not(:last-child), table:not(:last-child), address:not(:last-child), ul:not(:last-child) { margin-bottom: 2rem; }

hr { border: 0; border-top: 0.24rem solid #3e3f42; width: 100%; -webkit-box-flex: 0; -ms-flex: none; flex: none; }

hr.is-primary { border-color: #9fcf67; }

.col > hr, .col > .divider { margin-top: 0; }

.divider { border: 0.24rem solid #3e3f42; border-width: 0.24rem 0 0 0; }

.divider.is-primary { border-color: #9fcf67; }

.divider._vr { width: 0; height: 100%; border-width: 0 0.24rem 0 0; margin: 0 auto; }

.divider._hr { height: 0; width: 100%; border-width: 0.24rem 0 0; }

.border { border: 0.24rem solid #3e3f42; }

.border.is-primary { border-color: #9fcf67; }

@media all and (max-width: 1088px) { .divider._vr-md { width: 0; height: 100%; border-width: 0 0.24rem 0 0; margin: 0 auto; }
  .divider._hr-md { height: 0; width: 100%; border-width: 0.24rem 0 0; } }

@media all and (max-width: 900px) { .divider._vr-sm { width: 0; height: 100%; border-width: 0 0.24rem 0 0; margin: 0 auto; }
  .divider._hr-sm { height: 0; width: 100%; border-width: 0.24rem 0 0; } }

@media all and (max-width: 767px) { .divider._vr-xs { width: 0; height: 100%; border-width: 0 0.24rem 0 0; }
  .divider._hr-xs { height: 0; width: 100%; border-width: 0.24rem 0 0; } }

@media all and (max-width: 640px) { .divider._vr-xxs { width: 0; height: 100%; border-width: 0 0.24rem 0 0; margin: 0 auto; }
  .divider._hr-xxs { height: 0; width: 100%; border-width: 0.24rem 0 0; } }

.is-circle, .is-circle img { border-radius: 100%; }

.is-rounded, .is-rounded img { border-radius: 0; }

.is-square { border-radius: 0; }

.icon { position: relative; display: inline-block; overflow: hidden; }

.icon:before { display: block; content: ""; width: 100%; padding-top: 100%; }

.icon > span { position: absolute; left: 0; top: 0; right: 0; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.icon, .icon-rg { width: 22px; }

.icon img, .icon-rg img { max-width: 22px; }

.icon-md { width: 32px; }

.icon-md img { max-width: 32px; }

.icon-lg { width: 50px; }

.icon-lg img { max-width: 46px; }

.icon-lg2 { width: 64px; }

.icon-lg2 img { max-width: 64px; }

.icon-lg3 { width: 84px; }

.icon-lg3 img { max-width: 84px; }

.icon-xl { width: 100px; }

.icon-xl img { max-width: 64px; }

.icon-xxl { width: 160px; }

.icon-xxl img { max-width: 64px; }

.icons > * + * { margin-left: .7rem; }

.icons > .icon + .icon { margin-left: .7rem; }

.button { margin: 0; border-radius: 0; cursor: pointer; min-width: 206px; text-align: center; display: inline-block; white-space: nowrap; -webkit-transition: all 0.5s 0s ease-in-out; -o-transition: all 0.5s 0s ease-in-out; transition: all 0.5s 0s ease-in-out; border: 0.2rem solid; text-decoration: none !important; outline: none !important; background-color: transparent; border-color: #9fcf67; color: inherit; }

.button.is-auto { min-width: 0; }/*New update 5th Apr*/

.button, .button span { font-size: 1.4rem; line-height: 1.7rem; font-weight: 300; letter-spacing: 0.1rem; padding: 1.16rem 2rem; text-transform: uppercase; }

.button.is-primary, .button.is-active, .button:active, .button:hover { background-color: #9fcf67; color: #ffffff; }/*New update 5th Apr*/

.button.is-light { border-color: #ffffff; }

.button.is-light:active, .button.is-light:hover { background-color: #7fa652; border-color: #7fa652; }

.button.disabled, .button[disabled] { cursor: default; opacity: 0.5; }

.buttons .button + .button { margin-left: 0.6rem; }

.close_button { width: 14px; height: 14px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.close_button > span { display: inline-block; width: 100%; height: .16rem; background-color: #9fcf67; margin-top: -.16rem; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.close_button > span:last-child { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.tag { padding: .5rem 2rem; min-width: 12rem; text-align: center; display: inline-block; text-transform: uppercase; }
/*Start: New update 7th Apr*/

.hamburger { width: 2.8rem; min-height: 1.7rem; right: 1rem; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); cursor: pointer; left: 50%; }

.hamburger span { display: block; position: absolute; height: 0.1rem; width: calc(100% - .6rem); margin-left: .3rem; border-radius: .4rem; -webkit-box-shadow: inset 0 0 0 100px; box-shadow: inset 0 0 0 100px; opacity: 1; left: 0; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); -webkit-transition: .25s ease-in; -o-transition: .25s ease-in; transition: .25s ease-in; }

.hamburger span:nth-child(1) { top: 0; }

.hamburger span:nth-child(2), .hamburger span:nth-child(3) { top: 50%; margin-top: -0.05rem; }

.hamburger span:nth-child(4) { bottom: 0; }

.hamburger.is-active span:nth-child(1), .hamburger.is-active span:nth-child(4) { top: 50%; bottom: 50%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); width: 0%; left: 50%; }

.hamburger.is-active span:nth-child(2) { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.hamburger.is-active span:nth-child(3) { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

/*End: New update 7th Apr*/
/* Forms
-------------------------------- */
::-webkit-input-placeholder { color: #3e3f42; }

::-moz-placeholder { color: #3e3f42; opacity: 1; }

:-ms-input-placeholder { color: #3e3f42; }

:-moz-placeholder { color: #3e3f42; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], textarea, select { font-size: 1.4rem; line-height: 1.7rem; font-weight: 300; font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; color: #3e3f42; -webkit-transition: all 0.5s 0s ease-in-out; -o-transition: all 0.5s 0s ease-in-out; transition: all 0.5s 0s ease-in-out; text-transform: uppercase; }

input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea, select { vertical-align: top; height: 4.4rem; padding: 0.6rem 1rem; /* The 6px vertically centers text on FF, ignored by Webkit */ background-color: #ffffff; border: 0.2rem solid transparent; border-radius: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-box-sizing: border-box; box-sizing: border-box; }

/* Removes awkward default styles on some inputs for iOS */
input[type="email"], input[type="number"], input[type="search"], input[type="text"], input[type="tel"], input[type="url"], input[type="password"], textarea { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

textarea { height: auto; resize: none; padding-top: 0.6rem; padding-bottom: 0.6rem; }

textarea.two_fields { min-height: 10rem; }

textarea.three_fields { min-height: 15.7rem; }

label, legend { display: block; margin-bottom: 0.3rem; }

fieldset { padding: 0; border-width: 0; }

input[type="checkbox"], input[type="radio"] { display: inline; }

label > .label-body { display: inline-block; margin-left: 1.5rem; font-weight: normal; }

.ph-center::-webkit-input-placeholder { text-align: center; }

.ph-center::-moz-placeholder { text-align: center; }

.ph-center:-ms-input-placeholder { text-align: center; }

.ph-center:-moz-placeholder { text-align: center; }

.ph-center ::-webkit-input-placeholder { text-align: center; }

.ph-center ::-moz-placeholder { text-align: center; }

.ph-center :-ms-input-placeholder { text-align: center; }

.ph-center :-moz-placeholder { text-align: center; }

.field { color: #3e3f42; vertical-align: top; }

.field input[type="email"], .field input[type="number"], .field input[type="search"], .field input[type="text"], .field input[type="tel"], .field input[type="url"], .field input[type="password"], .field textarea, .field select { width: 100%; }

.form-title { text-transform: uppercase; }

/*Custom Select
----------------------------------------*/
.select { position: relative; color: #3e3f42; }

.select:after { content: ""; position: absolute; height: 0.8rem; width: 0.8rem; border: 0.1rem solid; border-width: 0 0 0.1rem 0.1rem; color: inherit; pointer-events: none; top: calc(50% - 0.6rem); right: 2rem; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.select select { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.select select::-ms-expand { display: none; }

/* Field has icon*/
.field.has_icon, .select.has_icon { position: relative; }

.field.has_icon input[type="email"], .field.has_icon input[type="number"], .field.has_icon input[type="search"], .field.has_icon input[type="text"], .field.has_icon input[type="tel"], .field.has_icon input[type="url"], .field.has_icon input[type="password"], .field.has_icon select, .select.has_icon input[type="email"], .select.has_icon input[type="number"], .select.has_icon input[type="search"], .select.has_icon input[type="text"], .select.has_icon input[type="tel"], .select.has_icon input[type="url"], .select.has_icon input[type="password"], .select.has_icon select { padding-right: 4rem; }

.field.has_icon .ico, .select.has_icon .ico { width: 4rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; color: inherit; right: 0; font-size: 2.2rem; pointer-events: none; position: absolute; top: 0; bottom: 0; }

/*Custom checkbox and Radio
----------------------------------------*/
.custom-radio, .custom-check { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; }

.custom-radio > input[type="radio"], .custom-radio > input[type="checkbox"], .custom-check > input[type="radio"], .custom-check > input[type="checkbox"] { cursor: pointer; position: absolute; opacity: 0; }

.custom-radio > .tick, .custom-check > .tick { position: relative; height: 1.8rem; width: 1.8rem; background-color: #ffffff; border: 0.1rem solid transparent; border-radius: 0; margin-top: 0.25rem; display: inline-block; -webkit-box-flex: 0; -ms-flex: none; flex: none; }

.custom-radio > .tick:after, .custom-check > .tick:after { content: ""; position: absolute; }

.custom-radio > .tick:after, .custom-check > .tick:after { left: 0.6rem; top: 0.2rem; width: 0.5rem; height: 1rem; border-style: solid; border-width: 0 0.2rem 0.2rem 0; -webkit-transform: rotate(45deg) scale(0); -ms-transform: rotate(45deg) scale(0); transform: rotate(45deg) scale(0); opacity: 0; -webkit-transition: all 0.2s 0s ease-in-out; -o-transition: all 0.2s 0s ease-in-out; transition: all 0.2s 0s ease-in-out; }

.custom-radio > .tick + .related-text, .custom-check > .tick + .related-text { margin-left: 1rem; padding-right: 1rem; font-size: 1.4rem; }

.custom-radio > input:checked + .tick:after, .custom-check > input:checked + .tick:after { opacity: 1; -webkit-transform: rotate(45deg) scale(1); -ms-transform: rotate(45deg) scale(1); transform: rotate(45deg) scale(1); }

.custom-radio > .related-text, .custom-check > .related-text { display: inline-block; }

.custom-radio > .related-text ~ .tick, .custom-check > .related-text ~ .tick { margin-left: 0.5rem; }

.custom-radio > .tick { border-radius: 50%; }

.custom-radio > .tick:after { left: 0.4rem; top: 0.4rem; width: 1rem; height: 1rem; border: 0.1rem solid; border-width: 0 0.2rem 0.2rem 0; border-radius: 50%; -webkit-transform: rotate(0deg) scale(0); -ms-transform: rotate(0deg) scale(0); transform: rotate(0deg) scale(0); opacity: 0; }

.custom-radio > input:checked + .tick:after { opacity: 1; -webkit-transform: rotate(0deg) scale(1); -ms-transform: rotate(0deg) scale(1); transform: rotate(0deg) scale(1); }

.container, .wrapper { width: 100%; max-width: 1280px; margin: 0 auto; padding-left: 1.2rem; padding-right: 1.2rem; }

.is-fluid { width: 100%; max-width: 100%; }

.wrapper { max-width: 980px; }

.box { padding-left: 2.592rem; padding-right: 2.592rem; }

.box, .box-wrap { display: inline-block; width: 100%; }

.box.is-thin { padding-left: 1.2rem; padding-right: 1.2rem; }

.box.is-fat { padding-left: 4.2rem; padding-right: 4.2rem; }

@media all and (max-width: 900px) { .box.is-fat { padding-left: 3rem; padding-right: 3rem; } }

.box-wrap { padding-top: 2.592rem; padding-bottom: 2.592rem; }

.box-wrap.is-thin { padding-top: 1.2rem; padding-bottom: 1.2rem; }

.box-wrap.is-fat { padding-top: 4.2rem; padding-bottom: 4.2rem; }

@media all and (max-width: 1200px) { .box-wrap.is-fat { padding-top: 3rem; padding-bottom: 3rem; } }

.section { padding-top: 6.5rem; padding-bottom: 6.5rem; }

@media all and (max-width: 1200px) { .section { padding-top: 3.5rem; padding-bottom: 3.5rem; } }

.section.is-fat { padding-top: 13rem; padding-bottom: 13rem; }

@media all and (max-width: 1200px) { .section.is-fat { padding-top: 3.5rem; padding-bottom: 3.5rem; } }

.section.is-fat.top-only { padding-bottom: 0; }

.section.top-only { padding-bottom: 0; }

@media all and (min-width: 700px) { .section-edge { min-height: 55rem; position: relative; }
  .section-edge-image { position: absolute; top: 0; height: 100%; right: 0; margin-top: 0 !important; }
  .section-edge.is-revered .section-edge-image { left: 0; right: auto; }
  .section-edge.is-revered .section-edge-content { margin-left: auto; } }

.aspect-ratio_16x9, .aspect-ratio_5x2, .aspect-ratio_5x4, .aspect-ratio_4x3, .aspect-ratio_3x2, .aspect-ratio_1x1, .aspect-ratio_25x17 { position: relative; width: 100%; }

.aspect-ratio_16x9:before, .aspect-ratio_5x2:before, .aspect-ratio_5x4:before, .aspect-ratio_4x3:before, .aspect-ratio_3x2:before, .aspect-ratio_1x1:before, .aspect-ratio_25x17:before { pointer-events: none; }

.aspect-ratio_16x9 > *:first-child, .aspect-ratio_5x2 > *:first-child, .aspect-ratio_5x4 > *:first-child, .aspect-ratio_4x3 > *:first-child, .aspect-ratio_3x2 > *:first-child, .aspect-ratio_1x1 > *:first-child, .aspect-ratio_25x17 > *:first-child { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }

.aspect-ratio_16x9:before { display: block; content: ""; width: 100%; padding-top: 56.25%; }

.aspect-ratio_25x17:before { display: block; content: ""; width: 100%; padding-top: 68%; }

.aspect-ratio_5x2:before { display: block; content: ""; width: 100%; padding-top: 40%; }

.aspect-ratio_5x4:before { display: block; content: ""; width: 100%; padding-top: 80%; }

.aspect-ratio_4x3:before { display: block; content: ""; width: 100%; padding-top: 75%; }

.aspect-ratio_3x2:before { display: block; content: ""; width: 100%; padding-top: 66.66667%; }

.aspect-ratio_1x1:before { display: block; content: ""; width: 100%; padding-top: 100%; }

.aspect-ratio_auto { position: relative; width: 100%; }

.aspect-ratio_auto:before { display: none; }

.aspect-ratio_auto > *:first-child { position: relative; }

@media all and (max-width: 1290px) { .aspect-ratio_16x9_md:before { display: block; content: ""; width: 100%; padding-top: 56.25%; }
  .aspect-ratio_25x17_md:before { display: block; content: ""; width: 100%; padding-top: 68%; }
  .aspect-ratio_5x2_md:before { display: block; content: ""; width: 100%; padding-top: 40%; }
  .aspect-ratio_5x4_md:before { display: block; content: ""; width: 100%; padding-top: 80%; }
  .aspect-ratio_4x3_md:before { display: block; content: ""; width: 100%; padding-top: 75%; }
  .aspect-ratio_3x2_md:before { display: block; content: ""; width: 100%; padding-top: 66.66667%; }
  .aspect-ratio_1x1_md:before { display: block; content: ""; width: 100%; padding-top: 100%; }
  .aspect-ratio_auto_md { position: relative; width: 100%; }
  .aspect-ratio_auto_md:before { display: none; }
  .aspect-ratio_auto_md > *:first-child { position: relative; } }

@media all and (max-width: 900px) { .aspect-ratio_16x9_sm:before { display: block; content: ""; width: 100%; padding-top: 56.25%; }
  .aspect-ratio_25x17_sm:before { display: block; content: ""; width: 100%; padding-top: 68%; }
  .aspect-ratio_5x2_sm:before { display: block; content: ""; width: 100%; padding-top: 40%; }
  .aspect-ratio_5x4_sm:before { display: block; content: ""; width: 100%; padding-top: 80%; }
  .aspect-ratio_4x3_sm:before { display: block; content: ""; width: 100%; padding-top: 75%; }
  .aspect-ratio_3x2_sm:before { display: block; content: ""; width: 100%; padding-top: 66.66667%; }
  .aspect-ratio_1x1_sm:before { display: block; content: ""; width: 100%; padding-top: 100%; }
  .aspect-ratio_auto_sm { position: relative; width: 100%; }
  .aspect-ratio_auto_sm:before { display: none; }
  .aspect-ratio_auto_sm > *:first-child { position: relative; } }

@media all and (max-width: 700px) { .aspect-ratio_16x9_xs:before { display: block; content: ""; width: 100%; padding-top: 56.25%; }
  .aspect-ratio_25x17_xs:before { display: block; content: ""; width: 100%; padding-top: 68%; }
  .aspect-ratio_5x2_xs:before { display: block; content: ""; width: 100%; padding-top: 40%; }
  .aspect-ratio_5x4_xs:before { display: block; content: ""; width: 100%; padding-top: 80%; }
  .aspect-ratio_4x3_xs:before { display: block; content: ""; width: 100%; padding-top: 75%; }
  .aspect-ratio_3x2_xs:before { display: block; content: ""; width: 100%; padding-top: 66.66667%; }
  .aspect-ratio_1x1_xs:before { display: block; content: ""; width: 100%; padding-top: 100%; }
  .aspect-ratio_auto_xs { position: relative; width: 100%; }
  .aspect-ratio_auto_xs:before { display: none; }
  .aspect-ratio_auto_xs > *:first-child { position: relative; } }

@media all and (max-width: 650px) { .aspect-ratio_16x9_xxs:before { display: block; content: ""; width: 100%; padding-top: 56.25%; }
  .aspect-ratio_25x17_xxs:before { display: block; content: ""; width: 100%; padding-top: 68%; }
  .aspect-ratio_5x2_xxs:before { display: block; content: ""; width: 100%; padding-top: 40%; }
  .aspect-ratio_5x4_xxs:before { display: block; content: ""; width: 100%; padding-top: 80%; }
  .aspect-ratio_4x3_xxs:before { display: block; content: ""; width: 100%; padding-top: 75%; }
  .aspect-ratio_3x2_xxs:before { display: block; content: ""; width: 100%; padding-top: 66.66667%; }
  .aspect-ratio_1x1_xxs:before { display: block; content: ""; width: 100%; padding-top: 100%; }
  .aspect-ratio_auto_xxs { position: relative; width: 100%; }
  .aspect-ratio_auto_xxs:before { display: none; }
  .aspect-ratio_auto_xxs > *:first-child { position: relative; } }

.text-center { text-align: center; }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.text-upper { text-transform: uppercase; }

.m_auto { margin-left: auto; margin-right: auto; margin-top: auto; margin-bottom: auto; }

.m_lr-auto { margin-left: auto; margin-right: auto; }

.m_tb-auto { margin-top: auto; margin-bottom: auto; }

.m_l-auto { margin-left: auto; }

.m_r-auto { margin-right: auto; }

.m_t-auto { margin-top: auto; }

.m_b-auto { margin-bottom: auto; }

.is-flex, .grid { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.is-flex.is-revered, .grid.is-revered { -webkit-box-orient: horizontal; -webkit-box-direction: reverse; -ms-flex-direction: row-reverse; flex-direction: row-reverse; }

.is-flex.center_all, .grid.center_all { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.is-flex.center_vertical, .grid.center_vertical { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.is-flex.center_horizontal, .grid.center_horizontal { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.is-flex.child_hr_baseline, .grid.child_hr_baseline { -webkit-box-pack: baseline; -ms-flex-pack: baseline; justify-content: baseline; }

.is-flex.child_vr_baseline, .grid.child_vr_baseline { -webkit-box-align: baseline; -ms-flex-align: baseline; align-items: baseline; }

.is-flex.child_at_top, .grid.child_at_top { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.is-flex.child_at_bottom, .grid.child_at_bottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.is-flex.child_at_right, .grid.child_at_right { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.is-flex.child_at_left, .grid.child_at_left { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.is-flex.child_at_hr_edges, .grid.child_at_hr_edges { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.is-flex.child_at_vr_edges, .grid.child_at_vr_edges { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }

.is-flex.child_at_leftBottom, .grid.child_at_leftBottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.is-flex.child_at_rightTop, .grid.child_at_rightTop { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.is-flex.child_at_rightBottom, .grid.child_at_rightBottom { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.is-flex .is_align_center, .grid .is_align_center { margin: auto; }

.is-flex .is_align_top, .grid .is_align_top { margin-bottom: auto; }

.is-flex .is_align_bottom, .grid .is_align_bottom { margin-top: auto; }

.is-flex .is_align_hr_center, .grid .is_align_hr_center { margin-left: auto; margin-right: auto; }

.is-flex .is_align_hr_start, .grid .is_align_hr_start { margin-right: auto; }

.is-flex .is_align_hr_end, .grid .is_align_hr_end { margin-left: auto; }

.is-flex .is_align_vr_center, .grid .is_align_vr_center { margin-top: auto; margin-bottom: auto; }

.is-flex .is_align_vr_start, .grid .is_align_vr_start { margin-right: auto; }

.is-flex .is_align_vr_end, .grid .is_align_vr_end { margin-left: auto; }

.is-flex .is_align_stretch, .grid .is_align_stretch { -ms-grid-column-align: stretch; justify-self: stretch; }

.is-flex_col, .col { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.is-flex_col.is-revered, .col.is-revered { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; }

.is-flex_col.center_all, .col.center_all { -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.is-flex_col.center_vertical, .col.center_vertical { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.is-flex_col.center_horizontal, .col.center_horizontal { -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.is-flex_col.child_at_top, .col.child_at_top { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }

.is-flex_col.child_at_bottom, .col.child_at_bottom { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.is-flex_col.child_at_right, .col.child_at_right { -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.is-flex_col.child_at_left, .col.child_at_left { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }

.is-flex_col.child_at_hr_edges, .col.child_at_hr_edges { -webkit-box-align: space-between; -ms-flex-align: space-between; align-items: space-between; }

.is-flex_col.child_at_vr_edges, .col.child_at_vr_edges { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }

.is-flex_col.child_at_leftBottom, .col.child_at_leftBottom { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.is-flex_col.child_at_rightTop, .col.child_at_rightTop { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

.is-flex_col.child_at_rightBottom, .col.child_at_rightBottom { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; }

.is-flex_col .is_align_center, .col .is_align_center { margin: auto; }

.is-flex_col .is_align_top, .col .is_align_top { margin-bottom: auto; }

.is-flex_col .is_align_bottom, .col .is_align_bottom { margin-top: auto; }

.is-flex_col .is_align_hr_center, .col .is_align_hr_center { margin-left: auto; margin-right: auto; }

.is-flex_col .is_align_vr_center, .col .is_align_vr_center { margin-top: auto; margin-top: auto; }

.is-flex_col .is_align_start, .col .is_align_start { margin-bottom: auto; }

.is-flex_col .is_align_end, .col .is_align_end { margin-top: auto; }

.is-flex_col .is_align_stretch, .col .is_align_stretch { -ms-grid-column-align: stretch; justify-self: stretch; }

.figure { position: relative; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; overflow: hidden; }

.figure.img-fit img { min-height: 100%; width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }

.figure.img-fit .image-holder { background-size: cover; }

.figure .image-holder { display: inline-block; background-position: center; background-size: contain; background-repeat: no-repeat; -webkit-transition: all 0.2s 0s ease-in-out; -o-transition: all 0.2s 0s ease-in-out; transition: all 0.2s 0s ease-in-out; }

.figure.full-grow .image-holder, .figure-rollover, .figure-caption { position: absolute; width: 100%; height: 100%; top: 0; left: 0; text-decoration: none !important; }

.figure.on-rollover-BnW:hover .image-holder, .figure.on-rollover-BnW:hover .image-holder img, .figure.is-BnW .image-holder, .figure.is-BnW .image-holder img { -webkit-filter: grayscale(100%); filter: grayscale(100%); }

.figure.is-BnW { pointer-events: none; }

a.figure:hover .image-holder, .figure.has-hover-effect:hover .image-holder, .figure:hover a.image-holder { -webkit-transform: scale(1.075); -ms-transform: scale(1.075); transform: scale(1.075); }

.has-hover .figure-rollover { -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.has-hover .figure-rollover .figure-rollover-inner { -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.has-hover.is-hovered .figure-rollover, .has-hover:hover .figure-rollover { -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: fade-in-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

.has-hover.is-hovered .figure-rollover .figure-rollover-inner, .has-hover:hover .figure-rollover .figure-rollover-inner { -webkit-animation: fade-in-bottom 0.6s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-bottom 0.6s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.video-wrapper { position: relative; background-color: #ececec; }

.video-wrapper:before { display: block; content: ""; width: 100%; padding-top: 50%; }

.embed-responsive .embed-responsive-item, .embed-responsive embed, .embed-responsive iframe, .embed-responsive object, .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; }

[class*="has-shade"] .image-holder:after, [class*="has-shade"] .banner-bg:after { content: ""; position: absolute; left: 0; top: 0; right: 0; bottom: 0; }

.has-shade .image-holder:after, .has-shade .banner-bg:after { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%); }

.has-shade_btt .image-holder:after, .has-shade_btt .banner-bg:after { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); }

.has-shade_ttb .image-holder:after, .has-shade_ttb .banner-bg:after { background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); }

.has-shade_rtl .image-holder:after, .has-shade_rtl .banner-bg:after { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

.has-shade_ltr .image-holder:after, .has-shade_ltr .banner-bg:after { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%); }

@media all and (max-width: 767px) { .has-shade .image-holder:after, .has-shade .banner-bg:after { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .has-shade_btt .image-holder:after, .has-shade_btt .banner-bg:after { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .has-shade_ttb .image-holder:after, .has-shade_ttb .banner-bg:after { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to top, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .has-shade_rtl .image-holder:after, .has-shade_rtl .banner-bg:after { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); }
  .has-shade_ltr .image-holder:after, .has-shade_ltr .banner-bg:after { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.5) 100%); } }

.accordion-wrapper { margin-top: 1.5rem; }

.accordion-wrapper .accordion { position: relative; width: 100%; overflow: hidden; }

.accordion-wrapper .accordion > .accordion-label { position: relative; display: block; cursor: pointer; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 2rem 0 1rem; border-top: .1rem solid transparent; }

.accordion-wrapper .accordion > .accordion-label > .question { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; padding-right: 1rem; margin-bottom: 0; }

.accordion-wrapper .accordion > .accordion-label.is-open + .accordion-content { margin: 1rem 0 0 0; max-height: 5000em; opacity: 1; }

.accordion-wrapper .accordion > .accordion-label.is-open + .accordion-content > .answer { -webkit-animation: fade-in 0.5s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in 0.5s 0.3s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.accordion-wrapper .accordion > .accordion-label.is-open > .toggle-sign { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }

.accordion-wrapper .accordion > .accordion-content { max-height: 0; overflow: hidden; -webkit-transition: all .5s 0s ease-in-out; -o-transition: all .5s 0s ease-in-out; transition: all .5s 0s ease-in-out; opacity: 0; }

.accordion-wrapper .accordion > .accordion-content > .answer { margin-bottom: 2.4rem; }

.toggle-sign { position: relative; width: 3.2rem; height: 3.2rem; display: inline-block; border-radius: 100%; -webkit-transition: all .5s 0s ease-in-out; -o-transition: all .5s 0s ease-in-out; transition: all .5s 0s ease-in-out; }

.toggle-sign:before { content: ""; position: absolute; top: calc(50% - 1.6rem/2); left: calc(50% - 0.15rem); width: 0.3rem; height: 1.6rem; background-color: #9fcf67; -webkit-transition: all .5s 0s ease-in-out; -o-transition: all .5s 0s ease-in-out; transition: all .5s 0s ease-in-out; }

.toggle-sign:after { content: ""; position: absolute; top: calc(50% - 0.15rem); left: calc(50% - 1.6rem/2); width: 1.6rem; height: 0.3rem; background-color: #9fcf67; }

@media all and (max-width: 700px) { .has-list_reg > .col.accordion_row, .has-list.has-gutter > .col.accordion_row { margin-top: 1.2rem; } }

@media all and (min-width: 700px) { .accordion-toggle_wrapper.via_js .accordion { background-color: transparent; }
  .accordion-toggle_wrapper.via_js .accordion.box { padding: 0; }
  .accordion-toggle_wrapper.via_js .accordion-label { display: none; } }

.popup_background { opacity: .75 !important; }

.popup_visible .popup { display: -webkit-inline-box !important; display: -ms-inline-flexbox !important; display: inline-flex !important; -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.popup { position: relative; width: 100%; max-height: 80%; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: 0; }

.popup-wrap { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; border-radius: borderRadius; overflow: hidden; background-color: #ececec; position: relative; }

.popup-wrap:after { content: ""; position: absolute; bottom: 0; right: 1.2rem; left: 0; height: 2.4rem; background-image: -webkit-gradient(linear, left top, left bottom, color-stop(-5%, rgba(236, 236, 236, 0)), color-stop(90%, #ececec)); background-image: -webkit-linear-gradient(top, rgba(236, 236, 236, 0) -5%, #ececec 90%); background-image: -o-linear-gradient(top, rgba(236, 236, 236, 0) -5%, #ececec 90%); background-image: linear-gradient(to bottom, rgba(236, 236, 236, 0) -5%, #ececec 90%); }

.popup-header .close_button { margin-left: auto; }

.popup-header + .popup-body { padding-top: 0; }

.popup-body { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; overflow: auto; }

.popup-lg { max-width: 640px; }

.popup-md { max-width: 520px; }

.popup-sm { max-width: 350px; }

@media all and (max-width: 900px) { .popup-lg, .popup-md, .popup-sm { max-width: 80%; } }

@media all and (max-width: 767px) { .popup { width: calc(100% - 1.2rem); height: calc(100% - 1.2rem); border-width: 0.48rem; }
  .popup, .popup-lg, .popup-md, .popup-sm { max-width: 100%; } }

.grid-wrapper { overflow-x: hidden; }

.full-grow { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.has-gutter_reg, .has-gutter { margin-left: -1.2rem; margin-right: -1.2rem; }

.has-gutter_reg > .col, .has-gutter > .col { padding-left: 1.2rem; padding-right: 1.2rem; }

.has-gutter_thin { margin-left: -0.6rem; margin-right: -0.6rem; }

.has-gutter_thin > .col { padding-left: 0.6rem; padding-right: 0.6rem; }

.has-gutter_skinny { margin-left: -0.3rem; margin-right: -0.3rem; }

.has-gutter_skinny > .col { padding-left: 0.3rem; padding-right: 0.3rem; }

.has-gutter_fat { margin-left: -2.4rem; margin-right: -2.4rem; }/*New update 5th Apr*/

.has-gutter_fat > .col { padding-left: 2.4rem; padding-right: 2.4rem; }/*New update 5th Apr*/

.has-list { margin-top: -1.2rem; }

.has-list > .col { margin-top: 1.2rem; }

.has-list_reg, .has-list.has-gutter { margin-top: -2.4rem; }

.has-list_reg > .col, .has-list.has-gutter > .col { margin-top: 2.4rem; }

.has-list_thin, .has-list.has-gutter_thin { margin-top: -1.2rem; }

.has-list_thin > .col, .has-list.has-gutter_thin > .col { margin-top: 1.2rem; }

.has-list_skinny, .has-list.has-gutter_skinny { margin-top: -0.6rem; }

.has-list_skinny > .col, .has-list.has-gutter_skinny > .col { margin-top: 0.6rem; }

.has-list_fat, .has-list.has-gutter_fat { margin-top: -2.4rem; }/*New update 5th Apr*/

.has-list_fat > .col, .has-list.has-gutter_fat > .col { margin-top: 2.4rem; }/*New update 5th Apr*/

.col-1 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; }

.col-2 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; }

.col-3 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; }

.col-4 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; }

.col-5 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; }

.col-6 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; }

.col-7 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; }

.col-8 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; }

.col-9 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; }

.col-10 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; }

.col-11 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; }

.col-12 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; }

.col-offset-0 { margin-left: 0%; }

.col-offset-1 { margin-left: 8.33333%; }

.col-offset-2 { margin-left: 16.66667%; }

.col-offset-3 { margin-left: 25%; }

.col-offset-4 { margin-left: 33.33333%; }

.col-offset-5 { margin-left: 41.66667%; }

.col-offset-6 { margin-left: 50%; }

.col-offset-7 { margin-left: 58.33333%; }

.col-offset-8 { margin-left: 66.66667%; }

.col-offset-9 { margin-left: 75%; }

.col-offset-10 { margin-left: 83.33333%; }

.col-offset-11 { margin-left: 91.66667%; }

.col-offset-12 { margin-left: 100%; }

.col-auto { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: auto; }

.col-flex { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }

@media all and (min-width: 700px) { .col-1_5th { max-width: calc(100% / 5); } }

@media all and (max-width: 1088px) { .full-grow-md { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .col-md-1 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; }
  .col-md-2 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; }
  .col-md-3 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; }
  .col-md-4 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; }
  .col-md-5 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; }
  .col-md-6 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; }
  .col-md-7 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; }
  .col-md-8 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; }
  .col-md-9 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; }
  .col-md-10 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; }
  .col-md-11 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; }
  .col-md-12 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; }
  .col-md-offset-0 { margin-left: 0%; }
  .col-md-offset-1 { margin-left: 8.33333%; }
  .col-md-offset-2 { margin-left: 16.66667%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-4 { margin-left: 33.33333%; }
  .col-md-offset-5 { margin-left: 41.66667%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-7 { margin-left: 58.33333%; }
  .col-md-offset-8 { margin-left: 66.66667%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-10 { margin-left: 83.33333%; }
  .col-md-offset-11 { margin-left: 91.66667%; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-auto { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: auto; }
  .col-md-flex { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

@media all and (max-width: 900px) { .full-grow-sm { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .col-sm-1 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; }
  .col-sm-2 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; }
  .col-sm-3 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; }
  .col-sm-4 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; }
  .col-sm-5 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; }
  .col-sm-6 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; }
  .col-sm-7 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; }
  .col-sm-8 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; }
  .col-sm-9 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; }
  .col-sm-10 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; }
  .col-sm-11 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; }
  .col-sm-12 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; }
  .col-sm-offset-0 { margin-left: 0%; }
  .col-sm-offset-1 { margin-left: 8.33333%; }
  .col-sm-offset-2 { margin-left: 16.66667%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-4 { margin-left: 33.33333%; }
  .col-sm-offset-5 { margin-left: 41.66667%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-7 { margin-left: 58.33333%; }
  .col-sm-offset-8 { margin-left: 66.66667%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-10 { margin-left: 83.33333%; }
  .col-sm-offset-11 { margin-left: 91.66667%; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-auto { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: auto; }
  .col-sm-flex { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

@media all and (max-width: 700px) { .full-grow-xs { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .col-xs-1 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; }
  .col-xs-2 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; }
  .col-xs-3 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; }
  .col-xs-4 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; }
  .col-xs-5 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; }
  .col-xs-6 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; }
  .col-xs-7 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; }
  .col-xs-8 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; }
  .col-xs-9 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; }
  .col-xs-10 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; }
  .col-xs-11 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; }
  .col-xs-12 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; }
  .col-xs-offset-0 { margin-left: 0%; }
  .col-xs-offset-1 { margin-left: 8.33333%; }
  .col-xs-offset-2 { margin-left: 16.66667%; }
  .col-xs-offset-3 { margin-left: 25%; }
  .col-xs-offset-4 { margin-left: 33.33333%; }
  .col-xs-offset-5 { margin-left: 41.66667%; }
  .col-xs-offset-6 { margin-left: 50%; }
  .col-xs-offset-7 { margin-left: 58.33333%; }
  .col-xs-offset-8 { margin-left: 66.66667%; }
  .col-xs-offset-9 { margin-left: 75%; }
  .col-xs-offset-10 { margin-left: 83.33333%; }
  .col-xs-offset-11 { margin-left: 91.66667%; }
  .col-xs-offset-12 { margin-left: 100%; }
  .col-xs-auto { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: auto; }
  .col-xs-flex { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .hidden-xs { display: none; } }

@media all and (max-width: 600px) { .full-grow-xxs { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .col-xxs-1 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 8.33333%; }
  .col-xxs-2 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 16.66667%; }
  .col-xxs-3 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 25%; }
  .col-xxs-4 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 33.33333%; }
  .col-xxs-5 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 41.66667%; }
  .col-xxs-6 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 50%; }
  .col-xxs-7 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 58.33333%; }
  .col-xxs-8 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 66.66667%; }
  .col-xxs-9 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 75%; }
  .col-xxs-10 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 83.33333%; }
  .col-xxs-11 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 91.66667%; }
  .col-xxs-12 { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: 100%; }
  .col-xxs-offset-0 { margin-left: 0%; }
  .col-xxs-offset-1 { margin-left: 8.33333%; }
  .col-xxs-offset-2 { margin-left: 16.66667%; }
  .col-xxs-offset-3 { margin-left: 25%; }
  .col-xxs-offset-4 { margin-left: 33.33333%; }
  .col-xxs-offset-5 { margin-left: 41.66667%; }
  .col-xxs-offset-6 { margin-left: 50%; }
  .col-xxs-offset-7 { margin-left: 58.33333%; }
  .col-xxs-offset-8 { margin-left: 66.66667%; }
  .col-xxs-offset-9 { margin-left: 75%; }
  .col-xxs-offset-10 { margin-left: 83.33333%; }
  .col-xxs-offset-11 { margin-left: 91.66667%; }
  .col-xxs-offset-12 { margin-left: 100%; }
  .col-xxs-auto { -webkit-box-flex: 0; -ms-flex: none; flex: none; width: auto; }
  .col-xxs-flex { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; }
  .hide-xxs { display: none; } }

@media all and (min-width: 900px) { .visible-sm { display: none; } }/*New update 5th Apr*/

@media all and (max-width: 899px) { .hidden-sm { display: none; } }/*New update 5th Apr*/

@media all and (min-width: 768px) { .visible-xs { display: none; } }

@media all and (max-width: 767px) { .hidden-xs { display: none; } }

.fade-in { -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fade-in { 0% { opacity: 0; }
  100% { opacity: 1; } }

.fade-out { -webkit-animation: fade-out 1s ease-out both; animation: fade-out 1s ease-out both; }

@-webkit-keyframes fade-out { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fade-out { 0% { opacity: 1; }
  100% { opacity: 0; } }

.fade-out-bck { -webkit-animation: fade-out-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: fade-out-bck 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes fade-out-bck { 0% { -webkit-transform: translateZ(0); transform: translateZ(0);
    opacity: 1; }
  100% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px);
    opacity: 0; } }

@keyframes fade-out-bck { 0% { -webkit-transform: translateZ(0); transform: translateZ(0);
    opacity: 1; }
  100% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px);
    opacity: 0; } }

.fade-out-left { -webkit-animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: fade-out-left 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes fade-out-left { 0% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; }
  100% { -webkit-transform: translateX(-50px); transform: translateX(-50px);
    opacity: 0; } }

@keyframes fade-out-left { 0% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; }
  100% { -webkit-transform: translateX(-50px); transform: translateX(-50px);
    opacity: 0; } }

.fade-in-fwd { -webkit-animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-fwd 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-fwd { 0% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px);
    opacity: 0; }
  100% { -webkit-transform: translateZ(0); transform: translateZ(0);
    opacity: 1; } }

@keyframes fade-in-fwd { 0% { -webkit-transform: translateZ(-80px); transform: translateZ(-80px);
    opacity: 0; }
  100% { -webkit-transform: translateZ(0); transform: translateZ(0);
    opacity: 1; } }

.fade-in-left { -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-left { 0% { -webkit-transform: translateX(-50px); transform: translateX(-50px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-left { 0% { -webkit-transform: translateX(-50px); transform: translateX(-50px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

.fade-in-right { -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-right { 0% { -webkit-transform: translateX(50px); transform: translateX(50px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

@keyframes fade-in-right { 0% { -webkit-transform: translateX(50px); transform: translateX(50px);
    opacity: 0; }
  100% { -webkit-transform: translateX(0); transform: translateX(0);
    opacity: 1; } }

.fade-in-bottom { -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-bottom { 0% { -webkit-transform: translateY(50px); transform: translateY(50px);
    opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-bottom { 0% { -webkit-transform: translateY(50px); transform: translateY(50px);
    opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; } }

.fade-out-bottom { -webkit-animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: fade-out-bottom 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes fade-out-bottom { 0% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; }
  100% { -webkit-transform: translateY(50px); transform: translateY(50px);
    opacity: 0; } }

@keyframes fade-out-bottom { 0% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; }
  100% { -webkit-transform: translateY(50px); transform: translateY(50px);
    opacity: 0; } }

.fade-in-top { -webkit-animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-top 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

@-webkit-keyframes fade-in-top { 0% { -webkit-transform: translateY(-50px); transform: translateY(-50px);
    opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; } }

@keyframes fade-in-top { 0% { -webkit-transform: translateY(-50px); transform: translateY(-50px);
    opacity: 0; }
  100% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; } }

.fade-out-top { -webkit-animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: fade-out-top 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes fade-out-top { 0% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; }
  100% { -webkit-transform: translateY(-50px); transform: translateY(-50px);
    opacity: 0; } }

@keyframes fade-out-top { 0% { -webkit-transform: translateY(0); transform: translateY(0);
    opacity: 1; }
  100% { -webkit-transform: translateY(-50px); transform: translateY(-50px);
    opacity: 0; } }

.slide-in-fwd-center { -webkit-animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-fwd-center 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-fwd-center { 0% { -webkit-transform: translateZ(-1400px); transform: translateZ(-1400px);
    opacity: 0; }
  100% { -webkit-transform: translateZ(0); transform: translateZ(0);
    opacity: 1; } }

@keyframes slide-in-fwd-center { 0% { -webkit-transform: translateZ(-1400px); transform: translateZ(-1400px);
    opacity: 0; }
  100% { -webkit-transform: translateZ(0); transform: translateZ(0);
    opacity: 1; } }

.slide-in-fwd-bottom { -webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes slide-in-fwd-bottom { 0% { -webkit-transform: translateZ(-1400px) translateY(800px); transform: translateZ(-1400px) translateY(800px);
    opacity: 0; }
  100% { -webkit-transform: translateZ(0) translateY(0); transform: translateZ(0) translateY(0);
    opacity: 1; } }

@keyframes slide-in-fwd-bottom { 0% { -webkit-transform: translateZ(-1400px) translateY(800px); transform: translateZ(-1400px) translateY(800px);
    opacity: 0; }
  100% { -webkit-transform: translateZ(0) translateY(0); transform: translateZ(0) translateY(0);
    opacity: 1; } }

.scale-in-center { -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both; }

@-webkit-keyframes scale-in-center { 0% { -webkit-transform: scale(0.8); transform: scale(0.8);
    opacity: 0; }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

@keyframes scale-in-center { 0% { -webkit-transform: scale(0.8); transform: scale(0.8);
    opacity: 0; }
  100% { -webkit-transform: scale(1); transform: scale(1);
    opacity: 1; } }

/*Map Marker*/
.map { height: 550px; }

/*Map marker swing*/
@-webkit-keyframes mrkrswing { 0% { -webkit-transform: rotate(-7deg); transform: rotate(-7deg); }
  100% { -webkit-transform: rotate(7deg); transform: rotate(7deg); } }
@keyframes mrkrswing { 0% { -webkit-transform: rotate(-7deg); transform: rotate(-7deg); }
  100% { -webkit-transform: rotate(7deg); transform: rotate(7deg); } }

#map-canvas img[src="images/map-marker.png"] { -webkit-transform-origin: 50% 100% 0; -ms-transform-origin: 50% 100% 0; transform-origin: 50% 100% 0; -webkit-animation: mrkrswing 1.4s alternate ease-in-out infinite; animation: mrkrswing 1.4s alternate ease-in-out infinite; }

/*style the box*/
.si-has-border .si-content-wrapper { border: 1px solid #9fcf67; }

.si-content-wrapper { background-color: #9fcf67; color: #ffffff; font-family: "source-sans-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; padding: .5rem 4rem .5rem 1rem; border-radius: 0; }

.si-pointer-border-top { border-right-width: 7px; border-left-width: 7px; }

.si-pointer-bg-top { border-top-color: #9fcf67; border-right-width: 7px !important; border-left-width: 7px !important; }

.si-close-button { margin-right: .5rem; color: #000000; }

/*Banner
---------------------------------*/
.banner { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden; height: auto; min-height: 58.8rem; }

.banner.figure { max-height: 45rem; min-height: 0; }

@media all and (max-width: 1200px) { .banner.figure { max-height: 100%; } }

.banner .hero-text { text-shadow: 0 0 1px rgba(0, 0, 0, 0.8); }

.banner > figure { position: absolute; left: 0; right: 0; bottom: 0; top: 0; }

.banner-bg { position: absolute; left: 0; right: 0; top: 0; bottom: -1px; background-position: center; background-size: cover; background-repeat: no-repeat; }

.left_center .banner-bg { background-position: left center; }

.bottom_center .banner-bg { background-position: bottom center; }

.banner-body { position: relative; z-index: 1; width: 100%; height: 100%; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: nowrap; flex-wrap: nowrap; }

.banner .hero-wrap { overflow: hidden; }

.banner .hero-title { font-weight: 400; }

.banner .hero-title b, .banner .hero-title strong { font-weight: 800; }

/*Animation*/
.banner.has-animation, .owl-item .banner { z-index: 1; }

.banner.has-animation .banner-bg, .owl-item .banner .banner-bg { -webkit-transform-origin: top center; -ms-transform-origin: top center; transform-origin: top center; -webkit-animation: 40s 0s zoomOutSlow both infinite; animation: 40s 0s zoomOutSlow both infinite; }

.banner.has-animation .animate__1:nth-child(1), .owl-item .banner .animate__1:nth-child(1) { -webkit-animation: smoothInUp 1s 0.7s ease-in-out both; animation: smoothInUp 1s 0.7s ease-in-out both; }

.banner.has-animation .animate__1:nth-child(2), .owl-item .banner .animate__1:nth-child(2) { -webkit-animation: smoothInUp 1s 1.4s ease-in-out both; animation: smoothInUp 1s 1.4s ease-in-out both; }

.banner.has-animation .animate__1:nth-child(3), .owl-item .banner .animate__1:nth-child(3) { -webkit-animation: smoothInUp 1s 2.1s ease-in-out both; animation: smoothInUp 1s 2.1s ease-in-out both; }

.banner.has-animation .animate__1:nth-child(4), .owl-item .banner .animate__1:nth-child(4) { -webkit-animation: smoothInUp 1s 2.8s ease-in-out both; animation: smoothInUp 1s 2.8s ease-in-out both; }

.banner.has-animation .animate__2:nth-child(1), .owl-item .banner .animate__2:nth-child(1) { -webkit-animation: smoothInUp 0.7s 0.5s ease-in-out both; animation: smoothInUp 0.7s 0.5s ease-in-out both; }

.banner.has-animation .animate__2:nth-child(2), .owl-item .banner .animate__2:nth-child(2) { -webkit-animation: smoothInUp 0.7s 1s ease-in-out both; animation: smoothInUp 0.7s 1s ease-in-out both; }

.banner.has-animation .animate__2:nth-child(3), .owl-item .banner .animate__2:nth-child(3) { -webkit-animation: smoothInUp 0.7s 1.5s ease-in-out both; animation: smoothInUp 0.7s 1.5s ease-in-out both; }

.banner.has-animation .animate__2:nth-child(4), .owl-item .banner .animate__2:nth-child(4) { -webkit-animation: smoothInUp 0.7s 2s ease-in-out both; animation: smoothInUp 0.7s 2s ease-in-out both; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) { /* IE10+ specific styles go here */
  .banner { height: 58.8rem; }
  .banner.figure { height: 45rem; } }

.tiles { padding: 0.6rem 0; margin-left: -0.6rem; margin-right: -0.6rem; }

.tile { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-flex: 1; -ms-flex: 1; flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; }

.tile:not(.is-flex_col) { padding: 0.6rem; }

.tile .has-shade .image-holder:after { background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%); }

.filter_parent .filter_obj { display: none; }

.filter_parent .filtered { display: block; -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both; }

.filter_parent .filtered.col { display: -webkit-box; display: -ms-flexbox; display: flex; }

.toggle_tabs, .filter_tabs { padding-bottom: 2rem; }

.accordion_toggle_tab, .filter_tab { cursor: pointer; }

.accordion_toggle_tab .button, .filter_tab .button { min-width: 0; -webkit-transition: all .25s 0s ease-in-out; -o-transition: all .25s 0s ease-in-out; transition: all .25s 0s ease-in-out; }

.accordion_toggle_tab.is-active .button, .filter_tab.is-active .button { background-color: #9fcf67; color: #ffffff; }

@media all and (min-width: 900px) { .accordion_toggle_tab.is-active .button, .filter_tab.is-active .button { padding-bottom: 3.16rem; margin-bottom: -2rem; } }

.in-view-animation { opacity: 0; }

.add-animation { opacity: 1; }

.add-animation.fade-in-bottom_onscroll, .add-animation .fade-in-bottom_onscroll { -webkit-animation: .35s 0s fade-in-bottom ease-in-out both; animation: .35s 0s fade-in-bottom ease-in-out both; }

.add-animation.scale-in-center_onscroll, .add-animation .scale-in-center_onscroll { -webkit-animation: .35s 0s scale-in-center ease-in-out both; animation: .35s 0s scale-in-center ease-in-out both; }

.add-animation.section-edge .section-edge-content { -webkit-animation: .5s .3s fade-in-bottom ease-in-out both; animation: .5s .3s fade-in-bottom ease-in-out both; }

.add-animation.section-edge .section-edge-image { -webkit-animation: .35s .15s fade-in-right ease-in-out both; animation: .35s .15s fade-in-right ease-in-out both; }

.add-animation.section-edge.is-revered .section-edge-image { -webkit-animation: .35s .15s fade-in-left ease-in-out both; animation: .35s .15s fade-in-left ease-in-out both; }

.text-default { color: #3e3f42; }

.text-primary { color: #9fcf67; }

.text-white { color: #ffffff; }

.text-black { color: #ffffff; }

.bg-default, .bg-dark { background-color: #3e3f42; color: #ffffff; }

.bg-primary { background-color: #9fcf67; color: #ffffff; }

.bg-defaultLight { background-color: #ececec; color: #3e3f42; }

.bg-white { background-color: #ffffff; }

input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, textarea:focus, select:focus { border-color: #9fcf67; outline: 0; }

.form_border input[type="email"], .form_border input[type="number"], .form_border input[type="search"], .form_border input[type="text"], .form_border input[type="tel"], .form_border input[type="url"], .form_border input[type="password"], .form_border textarea, .form_border select, .form_border .custom-radio > .tick, .form_border .custom-check > .tick, .form_border .custom-radio > input:checked + .tick, .form_border .custom-check > input:checked + .tick { border-color: #9fcf67; }

.custom-radio > .tick, .custom-check > .tick { background-color: #ffffff; border: 1px solid transparent; }

.custom-radio > .tick:after, .custom-check > .tick:after { border-color: #9fcf67; }

.custom-radio > .tick { border-radius: 50%; }

.custom-radio > .tick:after { border: 0.2rem solid #ffffff; background-color: #9fcf67; }

ul.is-primary li:before, ol.is-primary li:before { color: #9fcf67; }

.heading, .title { letter-spacing: .25rem; }

.heading.has-border:after, .title.has-border:after { margin-top: 1.8rem; }

.title { font-weight: 600; }

.heading { font-weight: 600; font-family: "adobe-caslon-pro", "Helvetica Neue", "Helvetica", "Arial", sans-serif; }

.has-border:after { clear: both; content: ""; width: 33.33%; max-width: 15rem; color: inherit; border-bottom: .25rem solid; display: block; }

.header { padding: 3rem 0 3rem; background-color: #ffffff; }/*New update 5th Apr*/

.header .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; text-align: center; }

.header-top + .brand-logo { margin-top: -2.24rem; }

.brand-logo { max-width: 25rem; -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; margin-left: auto; margin-right: auto; display: inline-block; }

.navbar { font-size: 1.4rem; line-height: 1.7rem; position: relative; z-index: 9; }/*New update 5th Apr*/

.navbar.container { padding-left: 0; padding-right: 0; }/*New update 5th Apr*/

.navbar ul, .navbar li { list-style: none; margin: 0; padding: 0; }

.navbar .navbar-link:hover .navbar-link_a, .navbar .navbar-link.is-active .navbar-link_a { color: #9fcf67; font-weight: 400; }

.navbar .navbar-link_a { padding: 1rem; display: inline-block; -webkit-transition: all 0.5s 0s ease-in-out; -o-transition: all 0.5s 0s ease-in-out; transition: all 0.5s 0s ease-in-out; text-decoration: none !important; }

.navbar .navbar-link_a:after { display: block; content: attr(title); font-weight: 400; height: 0; overflow: hidden; visibility: hidden; }
/*Start: New update 7th Apr*/
.navbar .navbar-links, .navbar .newMenu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 1.8rem 0; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }

.navbar .newMenu { padding: 7.28rem 0 1.5rem; }

.navbar .navtoggle { padding: 1rem; }

.navbar-links .navbar-link:not(.navtoggle) { opacity: 1; }

body.is-open .navbar-links .navbar-link:not(.navtoggle) { opacity: 0; }

.newMenu { opacity: 0; position: absolute; z-index: -9; top: 0; right: 0; left: 0; background-color: #ffffff; border-bottom: 0.05rem solid rgba(62, 63, 66, 0.2); -webkit-box-shadow: 0 1rem 1rem -0.8rem rgba(62, 63, 66, 0.1); box-shadow: 0 1rem 1rem -0.8rem rgba(62, 63, 66, 0.1); }

.newMenu .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; position: relative; }

.newMenu .container > div { text-align: left; padding: 0 .8rem 1.5rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }

.newMenu .container > div > * { width: 100%; }

.newMenu .container > div .menuTitle { border-bottom: 0.2rem solid #9fcf67; margin-bottom: .8rem; padding: 1rem 0; font-size: 1.7rem; display: inline-block; }

.newMenu .container > div .menuList { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.newMenu .container > div .menuList li { padding: .4rem .8rem .4rem 0; width: 100%; }

@media all and (min-width: 1200px) { .newMenu .container > div .menuList li { width: 50%; } }

@media all and (min-width: 900px) { .hamburger_md { display: none; }
  .newMenu { width: 100vw; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: 50%; }
  .navtoggle:first-child { display: none; }
  .navtoggle:first-child .brand-logo { opacity: 0; -webkit-animation: fade-in .45s 0s ease-in-out; animation: fade-in .45s 0s ease-in-out; }
  .navtoggle:last-child { padding-right: 0; }
  .navtoggle img { max-height: 2.4rem; }
  body.is-open .newMenu { display: block; opacity: 1; -webkit-animation: fade-in .45s 0s ease-in-out; animation: fade-in .45s 0s ease-in-out; z-index: 998; }
  body.is-open .navtoggle { position: relative; z-index: 9999; }
  body.is-open .sticky { position: fixed; top: 0; bottom: auto; z-index: 999; }
  body.is-open .sticky#jsStickyNav { margin-left: -1.2rem; padding: 0 1.2rem; }
  body.is-open .sticky#jsStickyNav .navtoggle:first-child { display: inline-block; }
  body.is-open .sticky#jsStickyNav .navtoggle:first-child .brand-logo { opacity: 1; } }

@media all and (max-width: 900px) { .navbar { margin-top: 0; opacity: 0; max-height: 0; overflow: hidden; position: fixed; width: 100%; right: 0; top: 0; z-index: 999; color: #ffffff; bottom: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
  .navbar .navbar-links { display: none; }
  .navbar .newMenu { background-color: #9fcf67; display: block; position: static; overflow-y: auto; width: 34rem; max-width: calc(100% - 5.5rem); height: 100%; padding: 3rem 0; }
  .navbar .newMenu .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; padding-right: 4rem; margin-bottom: 3rem; }
  .navbar .newMenu .container > div .menuTitle { -webkit-box-flex: 1; -ms-flex: 1; flex: 1; border-bottom: 0.1rem solid #ffffff; }
  .navbar .newMenu .container > div .menuList { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .hamburger > div { bottom: .5rem; top: .5rem; }
  .hamburger_md { left: auto; bottom: auto; top: 1.5rem; right: 1.5rem; position: absolute; z-index: 9999; }
  body.is-open { overflow: hidden; }
  body.is-open .hamburger_md { position: fixed; }
  body.is-open .hamburger_md.is-active span { color: #ffffff; }
  body.is-open .navbar { opacity: 1; max-height: 5000px; -webkit-transition: all .5s 0s ease-in-out; -o-transition: all .5s 0s ease-in-out; transition: all .5s 0s ease-in-out; background-color: rgba(0, 0, 0, 0.4); }
  body.is-open .navbar .newMenu { opacity: 1; } }
/*End: New update 7th Apr*/
.footer { font-size: 1.6rem; border-bottom: 1rem solid #9fcf67; }

.footer ul, .footer li { margin: 0; list-style: none; }

.footer ul.is-flex_col li:last-child { margin-top: auto; }

.footer-bottom .icon { width: auto; max-width: 100%; max-height: 5rem; }

.footer .download-link { width: 100%; }

@media all and (min-width: 700px) { .footer .toggle-rest { display: none; } }

.footer .toggle-rest:not(.is-open) > :last-child { display: none; }

.footer .toggle-rest.is-open > :first-child { display: none; }

@media all and (max-width: 700px) { .footer .hide-rest { display: none; -webkit-animation: fade-out .4s ease-in; animation: fade-out .4s ease-in; }
  .footer .hide-rest.show-it { display: block; -webkit-animation: fade-in .4s ease-in; animation: fade-in .4s ease-in; }
  .footer .order { -webkit-box-ordinal-group: 3; -ms-flex-order: 2; order: 2; }
  .footer .copyright { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .footer .contact-info, .footer .visit_our_showroom { -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; }
  .footer .visit_our_showroom { max-height: 6rem; }
  .footer .visit_our_showroom .figure-caption { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } }

/*Owl Carousel v2.2.1*/
.owl-carousel, .owl-carousel .owl-item { -webkit-tap-highlight-color: transparent; position: relative; }

.owl-carousel { visibility: hidden; width: 100%; z-index: 1; }

.owl-carousel .owl-stage { position: relative; -ms-touch-action: pan-Y; -moz-backface-visibility: hidden; }

.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; -webkit-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item, .owl-carousel .owl-wrapper { -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 { min-height: 1px; float: left; -webkit-backface-visibility: hidden; -webkit-touch-callout: none; }

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled { display: none; }

.no-js .owl-carousel, .owl-carousel.owl-loaded { visibility: visible; }

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev { cursor: pointer; cursor: hand; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.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 { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.owl-carousel.owl-grab { cursor: move; cursor: -webkit-grab; cursor: grab; }

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.owl-carousel .animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

.owl-height { -webkit-transition: height .5s ease-in-out; -o-transition: height .5s ease-in-out; transition: height .5s ease-in-out; }

.owl-carousel .owl-item .owl-lazy { opacity: 0; -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }

.owl-carousel .owl-item img.owl-lazy { -webkit-transform-style: preserve-3d; transform-style: preserve-3d; }

.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; -webkit-transition: -webkit-transform .1s ease; transition: -webkit-transform .1s ease; -o-transition: transform .1s ease; transition: transform .1s ease; transition: transform .1s ease, -webkit-transform .1s ease; }

.owl-carousel .owl-video-play-icon:hover { -ms-transform: scale(1.3, 1.3); -webkit-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn { display: none; }

.owl-carousel .owl-video-tn { opacity: 0; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: contain; -webkit-transition: opacity .4s ease; -o-transition: opacity .4s ease; transition: opacity .4s ease; }

.owl-carousel .owl-video-frame { position: relative; z-index: 1; height: 100%; width: 100%; }

.owl-theme .owl-dots, .owl-theme .owl-nav { text-align: center; -webkit-tap-highlight-color: transparent; }

.owl-theme .owl-nav { margin-top: 10px; }

.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: .5; cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots { margin-top: 10px; }

.owl-theme .owl-dots .owl-dot { display: inline-block; zoom: 1; }

.owl-theme .owl-dots .owl-dot span { width: 10px; height: 10px; margin: 5px 7px; background: #D6D6D6; display: block; -webkit-backface-visibility: visible; -webkit-transition: opacity .2s ease; -o-transition: opacity .2s ease; transition: opacity .2s ease; border-radius: 30px; }

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span { background: #869791; }

.is-carousel { position: relative; }

.is-carousel .owl-dots { position: absolute; bottom: 0; left: 0; right: 0; margin-bottom: 3rem; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }

.is-carousel .owl-dots .owl-dot span, .is-carousel .owl-dots .owl-dot:hover span { background-color: #ececec; }

.is-carousel .owl-dots .owl-dot span { -webkit-box-shadow: 0 0 0.1rem 0px rgba(0, 0, 0, 0.4); box-shadow: 0 0 0.1rem 0px rgba(0, 0, 0, 0.4); width: 0.6em; height: 0.6em; }

.is-carousel .owl-dots .owl-dot.active span, .is-carousel .owl-dots .owl-dot.active:hover span { background-color: #ffffff; border: 0.3rem solid #9fcf67; width: 0.8em; height: 0.8em; }

.is-carousel.bg-defaultLight .owl-dot span, .is-carousel.bg-defaultLight .owl-dot:hover span { background-color: #b2b2b3; }

.is-carousel .control { position: absolute; top: 50%; left: 0; right: auto; z-index: 99; opacity: 0.6; }

.is-carousel .control-next { right: 0; left: auto; }

.is-carousel:hover .control { opacity: 1; }

.control { -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5); box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5); }

.bio .image-holder { background-position: top center; }

.heading-border:not(:last-child) { margin-bottom: 4rem; }

.floating-button { position: fixed; bottom: 20%; top: auto; z-index: 9999; background-color: #ffffff; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-box-shadow: 0 0 0.4rem 0rem rgba(0, 0, 0, 0.4); box-shadow: 0 0 0.4rem 0rem rgba(0, 0, 0, 0.4); border-top: 0; min-width: 0; }

@media all and (max-width: 1280px) { .floating-button { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top; right: 0; left: auto; bottom: 2rem; }
  .floating-button, .floating-button span { padding: .2rem 1rem; } }

@media all and (max-width: 1200px) { .figure-caption.box.is-fat, .figure-rollover.box.is-fat { padding-left: 2rem; padding-right: 2rem; }
  .figure-caption.box-wrap.is-fat, .figure-rollover.box-wrap.is-fat { padding-top: 2rem; padding-bottom: 2rem; } }

@media all and (max-width: 900px) { .header { padding: 1rem 0 0; }
  .header .container > * { -webkit-box-ordinal-group: 2; -ms-flex-order: 1; order: 1; }
  .brand-logo { max-width: 22rem; margin-bottom: 1rem; }
  .header-top { -webkit-box-flex: 1; -ms-flex: auto; flex: auto; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; width: calc(100% - 8rem); margin: auto; color: #b2b2b3; }
  .header-top strong { font-weight: 300; }
  .header-top + .brand-logo { margin-top: 0; margin-bottom: 3rem; -webkit-box-ordinal-group: 1; -ms-flex-order: 0; order: 0; } }

@media all and (max-width: 800px) { .footer { text-align: center; }
  .jsTestimonialsCarousel { padding-bottom: 6.4rem; } }
