/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 0;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  overflow-wrap: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  overflow-wrap: normal;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  display: inline;
  font-size : 14px;
  line-height : 20px;
  margin-bottom : 4px;
  font-weight : 500;
  margin-bottom : 4px;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 16px;
  line-height : 22px;
  padding: 0 15px;
  width: 100%;
  height : 40px;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */
.actions{
  padding : 17px 0;
}
form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/


 /* css for top header */

.top-header{
  background-color : rgba(23,31,49,1.0);
  transition : .1s;
}
.top-header .contact-link svg{
  height : 25px;
  max-width : 18px;
  margin-right : 10px;
}
.top-header .contact-link a{
  font-size : 13px;
  line-height : 1;
  padding : 8.5px 0;
}
.top-header .contact-link .link-text{
  margin-right : 40px;
}
.top-header .social-link svg{
  height : 17px;
  margin : 10px;
  transition: all .25s cubic-bezier(.32,.55,.79,.49);
}
.top-header .social-link svg:hover{
    transform: scale(1.3);
    fill: var(--primary_color);
}
.top-header .social-link {
  line-height : 1;
}

/* css for main header */
.header{
  position : fixed;
  transition : .1s;
}
.hs-menu-item {
  margin-right : 20px;
}
body header{
  overflow:scroll;
}
header a.cta_button{
  padding : 11px 20px;
  font-size : 17px;
  line-height : 27px;
}
header .global-header-main .main_header{
  padding: 9px 0;
  box-shadow: 8px 3px 15px 3px rgb(0 0 0 / 5%)
}
.global-header-main .main_header_logo img {
  max-width: 200px;
  width: 100% !important;
  display:block;
}
.global-header-main .main_header_menu.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .custom-menu-primary ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

/* SEARCH */

.header .hs-search-field__suggestions {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header .hs-search-field--open .hs-search-field__suggestions {
  border: 1px solid var(--secondary_color);
  background-color: #fff;
  border-top: 0;
  margin-top: -1px;
  margin-right: 47px;
  margin-left: 1px;
}
.header .hs-search-field__suggestions li {
  display: block;
  margin: 0;
  padding: 0;
}
.header .hs-search-field__suggestions #results-for {
  font-weight: bold;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
  padding: 6px 21px;
}
.header .hs-search-field__suggestions a:hover,
.header .hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.header .search_icon svg{
  width: 18px;
  height: 18px;
  display: block;

  transition: fill .3s;
}
.header .search_icon{
  cursor: pointer;
  -webkit-transition: all .35s ease;
  transition: all .35s ease;
  margin-left : 15px;
}
.header .search_container{
  position: absolute;
  left: 0;
  right: 0;
  top : 0;
  margin: 0 auto;
  display: none;
  padding : 100px 0;
  background-color: var(--white_color);
  box-shadow: 8px 3px 15px 3px rgb(0 0 0 / 5%);
}

.header .hs-search-field__bar form{
  position : relative;
}
.header .hs-search-field__input {
  border : none;
  background-color: var(--white_color);
  border-bottom: 1px solid var(--primary_color);
  outline: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.search-close{
  position : absolute;
  right : 10px;
  line-height : 1;
  padding : 12px;
  cursor : pointer;
  font-size : 24px;
}
.search-close:before{
  position : absolute;
  content : '/';
  transform: rotate(30deg);
}
.search-close:after{
  position : absolute;
  content : '/';
  transform: rotate(-60deg);
}

/* Language Switcher */


.global-header-main .globe_class{
  background-image:none;
  width:100%;
  height:100%;
}

.global-header-main  .globe_class .lang_list_class {
  display: block;
}
.language_switcher .hs_cos_wrapper_type_language_switcher {
  position: absolute;
  top:50px;
  left: -130px;
  right : 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  transform: translateX(30%);
}
.global-header-main .globe_class .lang_list_class {
  position: relative;
  top:0;
  left: auto;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  padding:10px;
  -webkit-box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 0 30px 0 rgb(0 0 0 / 10%);
}
.global-header-main .globe_class ul.lang_list_class:after,
.global-header-main .globe_class ul.lang_list_class:before {
  content:none;
}
.global-header-main .globe_class ul.lang_list_class li {
  padding: 5px 0;
  border: 0;
  background-color: transparent;
  text-align:left;
}
.language_switcher .language_switcher_fix img{
  max-width:24px;
  width:100%;
  vertical-align: middle;
  margin-right: 5px;
}
.global-header-main .language_switcher{
  cursor: pointer;
  display: inline-block;
  position: relative;
  margin-right : 20px;
}

.language_switcher .language_switcher_fix:before{
  content:"\276F";
  font-size:13px;
  position: absolute;
  right: -13px;
  transform: rotate(90deg);
}

.global-header-main .language_switcher:hover > .hs_cos_wrapper_type_language_switcher{
  top:30px;
  opacity:1;
  visibility: visible;
}
.language_switcher .lang_list_class li{
  font-size : 16px;
}


@media(min-width:992px){

  header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal{
    display:block !important;
  }  
  header .custom-menu-primary  ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper:before{
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 100%;
    left: -15px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 25px;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom-width: 10px;
    border-bottom-style: solid;
    -webkit-transition:all 0.35s;
    -o-transition:all 0.35s;
    transition:all 0.35s;
  }
  header .custom-menu-primary li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
    position: absolute;
    width: 100%;
    min-width: 290px;
    padding : 20px 10px 7px;
    z-index: 99;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    opacity: 0;
    visibility: hidden;
    top: 80px;
    left: 0;
    box-shadow: 0px 5px 20px rgb(0 0 0 / 15%);
  }
  header .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children ul.hs-menu-children-wrapper {
    top: 100px;
    left: 100%;
  }
  header .custom-menu-primary li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    top: 100%;
  }
  header .custom-menu-primary ul.hs-menu-children-wrapper li.hs-menu-item.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    top: -15px;
  }
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a{
    position: relative;
    padding-right: 9px;
  }
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a::after{
    content: "\276F";
    font-size: 12px;
    position: absolute;
    right: -5px;
    -webkit-transform: rotate( 90deg );
    -ms-transform: rotate( 90deg );
    transform: rotate( 90deg );
    color: inherit;
    transition: all .3s ease-in-out;
  }
  header .custom-menu-primary li.hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover>a::after{
    -webkit-transform: rotate( -90deg );
    -ms-transform: rotate( -90deg );
    transform: rotate( -90deg );    
  }
  .hs-menu-depth-2 {
    padding : 0 20px 22px;
  }
  .hs-menu-depth-2 a{
    font-size : 15px;
  }

  header .custom-menu-primary li.hs-menu-item.hs-item-has-children{
    position: relative;
  }
}

/* css for header sticky */

.global-header-main .main_header_logo{
  background-color : #000; 
  display : inline-block;
}




@media(max-width:991px){
  header .content-wrapper {
    padding : 0 0;
  }
  header .global-header-main .top-header-content{
    display : none;
  }
  header .global-header-main .main_header{
    padding : 20px 0;   
  }  
  .global-header-main .main_header.header-sticky,
  header .global-header-main .main_header.header-sticky{
    background-color : transparent;
    box-shadow : none;
  }
  .mobile-open .global-header-main .main_header{
    -webkit-box-shadow : none;
    box-shadow : none;
  }  
  header .custom-menu-primary li.hs-menu-item.hs-item-has-children{
    position: relative;
  }
  header .global-header-main .main_header .main_header_fix{
    position : relative;
    display : block;
    padding : 0 15px;
  }     
  header .custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal {
    background-color : var(--white_color);
    display: none;
    margin-top: 10px;
    overflow: scroll;
    height: 100vh;
    transform: translate3d(100%, 0, 0);
    transition: 0.3s ease-in-out;
    width : 0;
    position : absolute;
    right : 0;
  }

  header .mobile-open.custom-menu-primary .hs-menu-wrapper.hs-menu-flow-horizontal {
    transform: translate3d(0, 0, 0);
    width : 100%;
  } 
  header .custom-menu-primary .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal>ul {
    background-color : var(--white_color);
    display: block;
  }

  header .custom-menu-primary li.hs-menu-item {
    margin-left : 15px; 
    padding : 5px 0;
    flex-basis: 100%;
  }
  /* Toggle Button
  ========================================================================== */
  .mobile-trigger {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top : 0;
    width : 25px;
    line-height : 1;
  }
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i {
    display: inline-block;
    position: relative;
    background-color:var(--black_shade_two);  
    width: 15px;
    height: 1px;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
    height : inherit;
    background-color:var(--black_shade_two);
  }
  .mobile-trigger i:before {
    top: -6px;
    width: 22px;
  }
  .mobile-trigger i:after {
    top: 6px;
    width: 18px;
  }
  /* Toggle Button Icon Open
  ========================================================================== */

  .mobile-open .mobile-trigger i {
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    width : 0;
  }
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after{
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width : 20px ;
  }
  .mobile-open .mobile-trigger i:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    min-width: 55px;
    padding: 0;
  }  
  .child-trigger i{
    position : absolute;
    right : 10px;
  }
  .child-trigger i:after {
    content : '\221F';
    position: absolute;
    right : 0;
    font-size : 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-child-open .child-trigger i:after{
    opacity : 0;
  }
  /* Toggle Button Icon Open
  ========================================================================== */

  /*   Search field css */
  .header .features {
    position: absolute;
    top :0;
    right: 60px;
  }
  .header .search_container{
    top : 54px;
    margin : 0 -15px
  }
  .header-cta{
    background-color: #fff;
    position: absolute;
    width: 100%;
    opacity: 0;
    top: 0;
    display :none;
  }
  /*   .mobile-open .header-cta.apend_cta {   
  text-align: center;
  padding: 0 20px;
  opacity: 1;
  top: auto;
  bottom: -54px;
  -webkit-box-shadow: 0 7px 13px 0 rgb(0 0 0 / 10%);
  box-shadow: 0 10px 13px 0 rgb(0 0 0 / 10%);
}  
  .mobile-open .header-cta.apend_cta a.cta_button[title]{
  display : block;
} */
  .header .features{
    display : none; 
  }
} 

/* Menu and simple menu */

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

/* Horizontal menu */

/* .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
} */

@media (max-width: 991px) {
/*   .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  } */
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 991px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

img{
  max-width : 100%;
}
/**********  Flex  **********/
.btn-block a.cta_button {
  display : block;
}
.mob-flex,
.flex{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-wrap {
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.flex-no-wrap,
.mob-flex.flex-no-wrap,
.flex.flex-no-wrap{
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.flex-center{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-between-center{
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/**********  Flex-Direction **********/

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

/**********  Flex-Align **********/

.align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.align-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.align-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

/**********  Flex-Justify **********/

.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.justify-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.justify-evenly {
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}

/**********  Flex-Column **********/

.flex > .flex-1{
  -ms-flex-preferred-size:100%;
  flex-basis:100%;
}
.flex > .flex-2{
  -ms-flex-preferred-size:49%;
  flex-basis:49%;
  margin-right:2%;
}
.flex > .flex-2:nth(2n+2){
  margin-right:0;
}
.flex > .flex-3{
  -ms-flex-preferred-size:32.33%;
  flex-basis:32.33%;
  margin-right:1.50%;
}
.flex > .flex-2:nth(3n+3){
  margin-right:0;
}
.flex > .flex-4{
  -ms-flex-preferred-size:24%;
  flex-basis:24%;
  margin-right:1.33%;
}
.flex > .flex-2:nth(4n+4){
  margin-right:0;
}
.flex > .flex-5{
  -ms-flex-preferred-size:19%;
  flex-basis:19%;
  margin-right:1.25%;
}
.flex > .flex-2:nth(5n+6){
  margin-right:0;
}


/**********  Flex-Margin-bottom **********/

.flex-wrap > .flex-1{
  margin-bottom:2%;
}
.flex-wrap > .flex-2{
  margin-bottom:2%;
}
.flex-wrap > .flex-3{
  margin-bottom:1.50%;
}
.flex-wrap > .flex-4{
  margin-bottom:1.33%;
}
.flex-wrap > .flex-5{
  margin-bottom:1.25%;
}


@media(max-width:767px){
  .flex{
    display:block;
  }
  .flex > .flex-1,
  .flex > .flex-2,
  .flex > .flex-3,
  .flex > .flex-4,
  .flex > .flex-5{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .mob-flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .mob-flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mob-flex.flex-between-center{
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

/**********  blocks  **********/

.box-inline{
  display:inline-block;
}
.box-none{
  display:none;
}
.box-block{
  display:block;
}

/**********  Alignment  **********/

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

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

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

/**********  Alignment Margin  **********/

.center-margin{
  margin-left:auto;
  margin-right:auto;
}

.left-margin{
  margin-left:auto;
  margin-right:0;
}

.right-margin{
  margin-left:0;
  margin-right:auto;
}
/**********  Overlay  **********/

.overlay_section{
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:0;
}

/**********  Positions  **********/

.pos_abs{
  position: absolute;
}

.pos_rel{
  position: relative;
}

/********** Font Weight  **********/

.fw-9,
.fw-9-h1 h1,
.fw-9-h2 h2,
.fw-9-h3 h3,
.fw-9-h4 h4,
.fw-9-h5 h5,
.fw-9-h6 h6,
.fw-9-li li,
.fw-9-p p,
.fw-9-a a,
.fw-9 h1,
.fw-9 h2,
.fw-9 h3,
.fw-9 h4,
.fw-9 h5,
.fw-9 h6,
.fw-9 li,
.fw-9 p,
.fw-9 a {
  font-weight:900;
}

.fw-8,
.fw-8-h1 h1,
.fw-8-h2 h2,
.fw-8-h3 h3,
.fw-8-h4 h4,
.fw-8-h5 h5,
.fw-8-h6 h6,
.fw-8-li li,
.fw-8-p p,
.fw-8-a a,
.fw-8 h1,
.fw-8 h2,
.fw-8 h3,
.fw-8 h4,
.fw-8 h5,
.fw-8 h6,
.fw-8 li,
.fw-8 p,
.fw-8 a {
  font-weight:800;
}


.fw-7,
.fw-7-h1 h1,
.fw-7-h2 h2,
.fw-7-h3 h3,
.fw-7-h4 h4,
.fw-7-h5 h5,
.fw-7-h6 h6,
.fw-7-li li,
.fw-7-p p,
.fw-7-a a,
.fw-7 h1,
.fw-7 h2,
.fw-7 h3,
.fw-7 h4,
.fw-7 h5,
.fw-7 h6,
.fw-7 li,
.fw-7 p,
.fw-7 a {
  font-weight:700;
}

.fw-6,
.fw-6-h1 h1,
.fw-6-h2 h2,
.fw-6-h3 h3,
.fw-6-h4 h4,
.fw-6-h5 h5,
.fw-6-h6 h6,
.fw-6-li li,
.fw-6-p p,
.fw-6-a a,
.fw-6 h1,
.fw-6 h2,
.fw-6 h3,
.fw-6 h4,
.fw-6 h5,
.fw-6 h6,
.fw-6 li,
.fw-6 p,
.fw-6 a {
  font-weight:600;
}


.fw-5,
.fw-5-h1 h1,
.fw-5-h2 h2,
.fw-5-h3 h3,
.fw-5-h4 h4,
.fw-5-h5 h5,
.fw-5-h6 h6,
.fw-5-li li,
.fw-5-p p,
.fw-5-a a,
.fw-5 h1,
.fw-5 h2,
.fw-5 h3,
.fw-5 h4,
.fw-5 h5,
.fw-5 h6,
.fw-5 li,
.fw-5 p,
.fw-5 a {
  font-weight:500;
}


.fw-4,
.fw-4-h1 h1,
.fw-4-h2 h2,
.fw-4-h3 h3,
.fw-4-h4 h4,
.fw-4-h5 h5,
.fw-4-h6 h6,
.fw-4-li li,
.fw-4-p p,
.fw-4-a a,
.fw-4 h1,
.fw-4 h2,
.fw-4 h3,
.fw-4 h4,
.fw-4 h5,
.fw-4 h6,
.fw-4 li,
.fw-4 p,
.fw-4 a {
  font-weight:400;
}


.fw-3,
.fw-3-h1 h1,
.fw-3-h2 h2,
.fw-3-h3 h3,
.fw-3-h4 h4,
.fw-3-h5 h5,
.fw-3-h6 h6,
.fw-3-li li,
.fw-3-p p,
.fw-3-a a,
.fw-3 h1,
.fw-3 h2,
.fw-3 h3,
.fw-3 h4,
.fw-3 h5,
.fw-3 h6,
.fw-3 li,
.fw-3 p,
.fw-3 a {
  font-weight:300;
}

/**********  Color  **********/


.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white span,
.all-text-white ul li,
.all-text-white a{
  color:#ffffff;
}

.all-text-black,
.all-text-black h1,
.all-text-black h2,
.all-text-black h3,
.all-text-black h4,
.all-text-black h5,
.all-text-black h6,
.all-text-black p,
.all-text-black span,
.all-text-black ul li,
.all-text-black a{
  color:#000000;
}

.all-text-primary,
.all-text-primary h1,
.all-text-primary h2,
.all-text-primary h3,
.all-text-primary h4,
.all-text-primary h5,
.all-text-primary h6,
.all-text-primary p,
.all-text-primary span,
.all-text-primary ul li,
.all-text-primary a{
  color: var(--primary_color);
}
.all-text-secondary,
.all-text-secondary h1,
.all-text-secondary h2,
.all-text-secondary h3,
.all-text-secondary h4,
.all-text-secondary h5,
.all-text-secondary h6,
.all-text-secondary p,
.all-text-secondary span,
.all-text-secondary ul li,
.all-text-secondary a{
  color: var(--secondary_color);
}


.primary_color,
.primary_color_h1 h1,
.primary_color_h2 h2,
.primary_color_h3 h3,
.primary_color_h4 h4,
.primary_color_h5 h5,
.primary_color_h6 h6,
.primary_color_p p,
.primary_color_span span,
.primary_color h1,
.primary_color h2,
.primary_color h3,
.primary_color h4,
.primary_color h5,
.primary_color h6,
.primary_color p {
   color: var(--primary_color);
}

.secondary_color,
.secondary_color_h1 h1,
.secondary_color_h2 h2,
.secondary_color_h3 h3,
.secondary_color_h4 h4,
.secondary_color_h5 h5,
.secondary_color_h6 h6,
.secondary_color_p p,
.secondary_color_span span,
.secondary_color h1,
.secondary_color h2,
.secondary_color h3,
.secondary_color h4,
.secondary_color h5,
.secondary_color h6,
.secondary_color p {
   color: var(--secondary_color);
}

.white_color,
.white_color_h1 h1,
.white_color_h2 h2,
.white_color_h3 h3,
.white_color_h4 h4,
.white_color_h5 h5,
.white_color_h6 h6,
.white_color_p p,
.white_color_span span,
.white_color h1,
.white_color h2,
.white_color h3,
.white_color h4,
.white_color h5,
.white_color h6,
.white_color p {
   color: var(--white_color);
}

.black_color,
.black_color_h1 h1,
.black_color_h2 h2,
.black_color_h3 h3,
.black_color_h4 h4,
.black_color_h5 h5,
.black_color_h6 h6,
.black_color_p p,
.black_color_span span,
.black_color h1,
.black_color h2,
.black_color h3,
.black_color h4,
.black_color h5,
.black_color h6,
.black_color p {
   color: var(--black_color);
}
.black_color_tint,
.black_color_tint_h1 h1,
.black_color_tint_h2 h2,
.black_color_tint_h3 h3,
.black_color_tint_h4 h4,
.black_color_tint_h5 h5,
.black_color_tint_h6 h6,
.black_color_tint_p p,
.black_color_tint_span span,
.black_color_tint h1,
.black_color_tint h2,
.black_color_tint h3,
.black_color_tint h4,
.black_color_tint h5,
.black_color_tint h6,
.black_color_tint p {
   color: var(--body_color_secondary);
}






.primary_svg svg{
  fill : var(--primary_color); 
}
.secondary_svg svg{
  fill : var(--secondary_color); 
}
.white_svg svg{
  fill : #fff; 
}
.black_svg svg{
  fill : var(--body_color); 
}
.warning_svg svg{
  fill :  var(--warning_color); 
}
/**********  box Shadow **********/

.border-radius{
  border-radius: 16px;
}
.box-shadow-hover{
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
}
.box-shadow-hover:hover,
.box-shadow{
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.12);
}

/**********  Link Arrow  **********/

.under-line a,
a.under-line{
  text-decoration: underline;
}

.arrow-one a,
a.arrow-one{
  position:relative;
  display: inline-block;
}
.arrow-one a:after,
a.arrow-one:after{
  position: absolute;
  background-size: cover;
  top: 50%;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
} 
.arrow-one a:after,
a.arrow-one:after{
  content:"\276F";
  font-size: 17px;
  line-height: 1;
  font-weight: 300;
  right: -16.7px;
}
.all-text-white .arrow-one a:after,
.all-text-white a.arrow-one:after{
  color:#FFF;
}

.arrow-one a:hover:after,
a.arrow-one:hover:after{
  -webkit-transform: translateY(-50%) translateX(5px);
  -ms-transform: translateY(-50%) translateX(5px);
  transform: translateY(-50%) translateX(5px);
}

/* SPECIAL HEADING TEXT STYLE */
.section_heading{
  margin-bottom: 35px;
}
.section_heading h6{
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section_heading h2{
  margin-top : 10px;
}
.dash{
  position : relative;
  padding-left : 57px;
}
.dash:before{
  position : absolute;
  content : '';
  width : 42px;
  height : 2px;
  left: 0;
  top: 50%;
  background-color: var(--primary_color);
  transform: translateY(-50%);
}
/**********  Slick Slider  **********/

.full_width_sec{
  max-width:100% !important;
}

/**********  Rich text classes  **********/

.all-margin-0,
.all-margin-0 h1,
.all-margin-0 h2,
.all-margin-0 h3,
.all-margin-0 h4,
.all-margin-0 h5,
.all-margin-0 h6,
.all-margin-0 p{
  margin: 0;
}
.mb-0,
.mb-0 h1,
.mb-0 h2,
.mb-0 h3,
.mb-0 h4,
.mb-0 h5,
.mb-0 h6,
.mb-0 p{
  margin-bottom: 0;
}

.mb-3{
  margin-bottom: 3px;
}
.mb-5{
  margin-bottom: 5px;
}
.mb-10{
  margin-bottom: 10px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-25{
  margin-bottom: 25px;
}
.mb-30{
  margin-bottom: 30px;
}
.mb-35{
  margin-bottom: 35px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-45{
  margin-bottom: 45px;
}
.mb-50{
  margin-bottom: 50px;
}
.mb-60{
  margin-bottom: 60px;
}
.mb-70{
  margin-bottom: 70px;
}
.mb-80{
  margin-bottom: 80px;
}
.mb-90{
  margin-bottom: 90px;
}
.mt-5{
  margin-top: 5px;
}
.mt-10{
  margin-top: 10px;
}
.mt-15{
  margin-top: 15px;
}
.mt-20{
  margin-top: 20px;
}
.mt-25{
  margin-top: 25px;
}
.mt-30{
  margin-top: 30px;
}
.mt-35{
  margin-top: 35px;
}
.mt-40{
  margin-top: 40px;
}
.mt-45{
  margin-top: 45px;
}
.mt-50{
  margin-top: 50px;
}
.mt-60{
  margin-top: 60px;
}
.mt-70{
  margin-top: 70px;
}
.mt-80{
  margin-top: 80px;
}
.mt-90{
  margin-top: 90px;
}


/* -----BOOTSTRAP COLUMN SYSTEM----- */
.d_table {
  width: 100%;
  height: 100%;
  display: table!important;
}
.d_table_cell {
  vertical-align: middle;
  display: table-cell!important;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col_lg_12,
.col_lg_8,
.col_lg_3,
.col_lg_5,
.col_sm_12,
.col_md_12,
.col_lg_6,
.col_lg_2,
.col_sm_6,
.col_md_6,
.col_lg_4{
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
  flex: 0 0 100%;
  max-width: 100%;
  padding : 0 15px;
}

@media all and (min-width: 320px){
  .col_sm_1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding : 0 15px;
  }
  .col_sm_2{
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding : 0 15px;
  }
  .col_sm_3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding : 0 15px;
  }
  .col_sm_4{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding : 0 15px;
  }
  .col_sm_5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding : 0 15px;
  }
  .col_sm_6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding : 0 15px;
  }
  .col_sm_7 {
    -ms-flex: 0 0 58.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding : 0 15px;
  }
  .col_sm_8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding : 0 15px;
  }
  .col_sm_9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding : 0 15px;
  }
  .col_sm_10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding : 0 15px;
  }
  .col_sm_11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding : 0 15px;
  }
  .col_sm_12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding : 0 15px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6{
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding : 0 15px;
  }

}

@media all and (min-width: 768px){
  .col_md_1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding : 0 15px;
  }
  .col_md_2{
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding : 0 15px;
  }
  .col_md_3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding : 0 15px;
  }
  .col_md_4{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding : 0 15px;
  }
  .col_md_5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding : 0 15px;
  }
  .col_md_6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding : 0 15px;
  }
  .col_md_7 {
    -ms-flex: 0 0 58.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding : 0 15px;
  }
  .col_md_8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding : 0 15px;
  }
  .col_md_9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding : 0 15px;
  }
  .col_md_10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding : 0 15px;
  }
  .col_md_11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding : 0 15px;
  }
  .col_md_12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding : 0 15px;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6{
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding : 0 15px;
  }

}

@media all and (min-width: 1024px){
  .col_lg_1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
    padding : 0 15px;
  }
  .col_lg_2{
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding : 0 15px;
  }
  .col_lg_3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding : 0 15px;
  }
  .col_lg_4{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding : 0 15px;
  }
  .col_lg_5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding : 0 15px;
  }
  .col_lg_6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding : 0 15px;
  }
  .col_lg_7 {
    -ms-flex: 0 0 58.33333333%;
    -webkit-box-flex: 0;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
    padding : 0 15px;
  }
  .col_lg_8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
    padding : 0 15px;
  }
  .col_lg_9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
    flex: 0 0 75%;
    max-width: 75%;
    padding : 0 15px;
  }
  .col_lg_10 {
    -ms-flex: 0 0 83.3333333333%;
    -webkit-box-flex: 0;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding : 0 15px;
  }
  .col_lg_11 {
    -ms-flex: 0 0 91.6666666667%;
    -webkit-box-flex: 0;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding : 0 15px;
  }
  .col_lg_12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding : 0 15px;
  }  


  .col-6{
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    padding : 0 15px;
  }
  .col-5 {
    -ms-flex: 0 0 20%;
    -webkit-box-flex: 0;
    flex: 0 0 20%;
    max-width: 20%;
    padding : 0 15px;
  }
  .col-4 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
    flex: 0 0 25%;
    max-width: 25%;
    padding : 0 15px;
  }
  .col-3{
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding : 0 15px;
  }
  .col-2 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 50%;
    padding : 0 15px;
  } 
  .col-1 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding : 0 15px;
  }

}

.section-bg{
  background-repeat : no-repeat;
  background-size : cover;
  background-position : center;
}




/* Transitions */

@-webkit-keyframes fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0)
  }

  100% {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0)
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft
    -webkit-animation: fadeInLeft 1s;
  animation: fadeInLeft 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  transition : 1s;
}

/* --------------------LOADER-------------------- */
.preloader.preloader-deactivate {
  visibility: hidden;
}
.preloader.preloader-deactivate .loader {
  opacity: 0;
  visibility: hidden;
}
.preloader.preloader-deactivate::after, 
.preloader.preloader-deactivate::before {
  width: 0;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: transparent;
  top: 0;
  left: 0;
}
.preloader::before, 
.preloader::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  z-index: -1;
  background: var(--primary_color);
  -webkit-transition: .9s;
  -o-transition: .9s;
  transition: .9s;
}
.preloader::after {
  left: auto;
  right: 0;
}
.preloader .loader {
  position: absolute;
  top: 43%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-43%);
  -ms-transform: translateY(-43%);
  transform: translateY(-43%);
  text-align: center;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.preloader .loader .shadow {
  width: 100%;
  height: 5px;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 59px;
  left: 0;
  border-radius: 50%;
  -webkit-animation: shadow .5s linear infinite;
  animation: shadow .5s linear infinite;
}
.preloader .loader .box {
  width: 100%;
  height: 100%;
  background: #ffffff;
  -webkit-animation: animate .5s linear infinite;
  animation: loaderAnimate .5s linear infinite;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
}
@-webkit-keyframes loaderAnimate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@keyframes loaderAnimate {
  17% {
    border-bottom-right-radius: 3px;
  }
  25% {
    -webkit-transform: translateY(9px) rotate(22.5deg);
    transform: translateY(9px) rotate(22.5deg);
  }
  50% {
    -webkit-transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    transform: translateY(18px) scale(1, 0.9) rotate(45deg);
    border-bottom-right-radius: 40px;
  }
  75% {
    -webkit-transform: translateY(9px) rotate(67.5deg);
    transform: translateY(9px) rotate(67.5deg);
  }
  100% {
    -webkit-transform: translateY(0) rotate(90deg);
    transform: translateY(0) rotate(90deg);
  }
}
@-webkit-keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}
@keyframes shadow {
  50% {
    -webkit-transform: scale(1.2, 1);
    transform: scale(1.2, 1);
  }
}

.bg_primary{  
  background-color : var(--primary_color);
}
.bg_secondary{  
  background-color : var(--secondary_color);
}

.bg_light{  
  background-color : var(--white_color);
}
.bg_dark{  
  background-color : var(--black_color);
}




.bg-fixed{
  background-attachment : fixed;
}
.anim-btn{
  -webkit-animation: ripple-green 1s linear infinite;
  animation: ripple-green 1s linear infinite;
  display: inline-block;
  border-radius: 50%;
  padding : 11.5px;
  line-height: 11px;
}
.play-btn{
  background-color: var(--white_color);
  display: inline-block !important;
  padding : 20px;
  border-radius : 50%;
}
.play-btn svg{
  width : 17px;
  height : 17px;
  display : block; 
}
@-webkit-keyframes ripple-green {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 10%), 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 10%), 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 0%);
    box-shadow: 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 0%);
  }
}
@keyframes ripple-green {

  0% {
    -webkit-box-shadow: 0 0 0 0 rgb(255 255 255 / 10%), 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%);
    box-shadow: 0 0 0 0 rgb(255 255 255 / 10%), 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%);
  }
  100% {
    -webkit-box-shadow: 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 0%);
    box-shadow: 0 0 0 10px rgb(255 255 255 / 10%), 0 0 0 20px rgb(255 255 255 / 10%), 0 0 0 30px rgb(255 255 255 / 0%);
  }
}



/* list style */

.list-check{
  padding-left : 40px;
  position : relative;    
}
.list-check:before{
  content : '\2714';
  position : absolute;
  left : 0;
  width : 25px;
  height : 25px;
  font-size : 16px;
  border-radius : 50%;
  border : 2px solid var(--primary_color);
  color : var(--primary_color);
  line-height : 1;
  font-weight : bold;
  text-align : center;
  vertical-align : middle;
  padding : 2px;
  top : 2.5px;
}
.list-check-solid{
  padding-left : 40px;
  position : relative;    
}
.list-check-solid:before{
  content : '\2714';
  position : absolute;
  left : 0;
  width : 25px;
  height : 25px;
  font-size : 16px;
  border-radius : 50%;
  background-color : var(--primary_color);
  color : #fff;
  line-height : 1;
  font-weight : bold;
  text-align : center;
  vertical-align : middle;
  padding : 5px;
  top : -1.5px;
}
.list-check-transparent{
  padding-left : 40px;
  position : relative;    
}
.list-check-transparent:before{
  content : '\2714';
  position : absolute;
  left : 0;
  width : 25px;
  height : 25px;
  font-size : 16px;
  border-radius : 50%;
  color : var(--primary_color);
  line-height : 1;
  font-weight : bold;
  text-align : center;
  vertical-align : middle;
  padding : 5px;
}

.bordered-circle{
  padding-left : 40px;
  position : relative;    
}

.bordered-circle:before{
  content : '';
  position : absolute;
  left : 0;
  width : 25px;
  height : 25px;
  border-radius : 50%;
  border : 3px solid var(--primary_color);
  top : 2.5px;
}
.solid-circle{
  padding-left : 40px;
  position : relative;    
}

.solid-circle:before{
  content : '';
  position : absolute;
  left : 0;
  width : 25px;
  height : 25px;
  border-radius : 50%;
  background-color : var(--primary_color);
  top : 2.5px;
}

.mb-1 {
  margin-bottom: 1px;
}
.mb-2 {
  margin-bottom: 2px;
}
.mb-3 {
  margin-bottom: 3px;
}
.mb-4 {
  margin-bottom: 4px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-6 {
  margin-bottom: 6px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-8 {
  margin-bottom: 8px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-11 {
  margin-bottom: 11px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-13 {
  margin-bottom: 13px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-17 {
  margin-bottom: 17px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-19 {
  margin-bottom: 19px;
}
.mb-20 {
  margin-bottom: 20px;
}

.mb-21 {
  margin-bottom: 21px;
}
.mb-22 {
  margin-bottom: 22px;
}
.mb-23 {
  margin-bottom: 23px;
}
.mb-24 {
  margin-bottom: 24px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-26 {
  margin-bottom: 26px;
}
.mb-27 {
  margin-bottom: 27px;
}
.mb-28 {
  margin-bottom: 28px;
}
.mb-29 {
  margin-bottom: 29px;
}
.mb-30 {
  margin-bottom: 30px;
}



.mt-1 {
  margin-top: 1px;
}
.mt-2 {
  margin-top: 2px;
}
.mt-3 {
  margin-top: 3px;
}
.mt-4 {
  margin-top: 4px;
}
.mt-5 {
  margin-top: 5px;
}
.mt-6 {
  margin-top: 6px;
}
.mt-7 {
  margin-top: 7px;
}
.mt-8 {
  margin-top: 8px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-11 {
  margin-top: 11px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-13 {
  margin-top: 13px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-17 {
  margin-top: 17px;
}
.mt-18 {
  margin-top 18px;
}
.mt-19 {
  margin-top: 19px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-21 {
  margin-top: 21px;
}
.mt-22 {
  margin-top: 22px;
}
.mt-23 {
  margin-top: 23px;
}
.mt-24 {
  margin-top: 24px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-26 {
  margin-top: 26px;
}
.mt-27 {
  margin-top: 27px;
}
.mt-28 {
  margin-top: 28px;
}
.mt-29 {
  margin-top: 29px;
}
.mt-30 {
  margin-top: 30px;
}

.pb-1 {
  padding-bottom: 1px;
}
.pb-2 {
  padding-bottom: 2px;
}
.pb-3 {
  padding-bottom: 3px;
}
.pb-4 {
  padding-bottom: 4px;
}
.pb-5 {
  padding-bottom: 5px;
}
.pb-6 {
  padding-bottom: 6px;
}
.pb-7 {
  padding-bottom: 7px;
}
.pb-8 {
  padding-bottom: 8px;
}
.pb-9 {
  padding-bottom: 9px;
}
.pb-10 {
  padding-bottom: 10px;
}
.pb-11 {
  padding-bottom: 11px;
}
.pb-12 {
  padding-bottom: 12px;
}
.pb-13 {
  padding-bottom: 13px;
}
.pb-14 {
  padding-bottom: 14px;
}
.pb-15 {
  padding-bottom: 15px;
}
.pb-16 {
  padding-bottom: 16px;
}
.pb-17 {
  padding-bottom: 17px;
}
.pb-18 {
  padding-bottom: 18px;
}
.pb-19 {
  padding-bottom: 19px;
}
.pb-20 {
  padding-bottom: 20px;
}

.pb-21 {
  padding-bottom: 21px;
}
.pb-22 {
  padding-bottom: 22px;
}
.pb-23 {
  padding-bottom: 23px;
}
.pb-24 {
  padding-bottom: 24px;
}
.pb-25 {
  padding-bottom: 25px;
}
.pb-26 {
  padding-bottom: 26px;
}
.pb-27 {
  padding-bottom: 27px;
}
.pb-28 {
  padding-bottom: 28px;
}
.pb-29 {
  padding-bottom: 29px;
}
.pb-30 {
  padding-bottom: 30px;
}



.pt-1 {
  padding-top: 1px;
}
.pt-2 {
  padding-top: 2px;
}
.pt-3 {
  padding-top: 3px;
}
.pt-4 {
  padding-top: 4px;
}
.pt-5 {
  padding-top: 5px;
}
.pt-6 {
  padding-top: 6px;
}
.pt-7 {
  padding-top: 7px;
}
.pt-8 {
  padding-top: 8px;
}
.pt-9 {
  padding-top: 9px;
}
.pt-10 {
  padding-top: 10px;
}
.pt-11 {
  padding-top: 11px;
}
.pt-12 {
  padding-top: 12px;
}
.pt-13 {
  padding-top: 13px;
}
.pt-14 {
  padding-top: 14px;
}
.pt-15 {
  padding-top: 15px;
}
.pt-16 {
  padding-top: 16px;
}
.pt-17 {
  padding-top: 17px;
}
.pt-18 {
  padding-top 18px;
}
.pt-19 {
  padding-top: 19px;
}
.pt-20 {
  padding-top: 20px;
}
.pt-21 {
  padding-top: 21px;
}
.pt-22 {
  padding-top: 22px;
}
.pt-23 {
  padding-top: 23px;
}
.pt-24 {
  padding-top: 24px;
}
.pt-25 {
  padding-top: 25px;
}
.pt-26 {
  padding-top: 26px;
}
.pt-27 {
  padding-top: 27px;
}
.pt-28 {
  padding-top: 28px;
}
.pt-29 {
  padding-top: 29px;
}
.pt-30 {
  padding-top: 30px;
}
/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots li button:before{
  content:none !important;
}


/* dots css */
ul.slick-dots {
  position : absolute;
  bottom : 10px;
  padding: 0;
  text-align: center;
  margin: 0 0 0 0;
  width: 100%;
}

.slick-dots button, .slick-dots .button{
  display:none;
}
.slick-dots li {
  width: 10px;
  height: 10px;
  background-color: rgb(80, 80, 80);
  display: inline-block;
  margin: 0 4px;
  opacity:0.2;
  border-radius: 50%;
  -webkit-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
  cursor:pointer;
}
.slick-dots li.slick-active{
  transform: scale(1.35);
  background-color: #fff;
  opacity:1;
  -webkit-transition:.4s;
  -o-transition:.4s;
  transition:.4s;
}