*, *: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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.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%;
    *margin-left: 2.0744680846382977%;
    -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%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.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%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.709239449638298%;
        -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%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .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%;
        *margin-left: 2.510911074638298%;
        -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%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.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 20px;
}

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

.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  padding: 0;
}

.page-center,
.dnd-section > .row-fluid,
.header__container,
.footer__container{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left:15px;
  padding-right:15px;
}

.dnd-section {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (max-width: 767px){
  .dnd-section>.row-fluid{
    padding-left: 33px;
    padding-right: 33px;
  }
}
@font-face {
  font-family: 'mfn-icons';
  src: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/mfn-icons.woff2) format('woff2'),
    url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/mfn-icons.woff) format('woff'),
    url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/mfn-icons.ttf) format('truetype'),
    url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/mfn-icons.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/FontAwesome.woff2) format('woff2'),
    url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/FontAwesome.woff) format('woff'),
    url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/FontAwesome.ttf) format('truetype'),
    url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/Fonts/FontAwesome.svg) format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face { font-family: social-logos; src: url("https://www.tiger-technology.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.eot?5d3b4da4f6c2460dd842dbf9e0992ea6#iefix") format("embedded-opentype"), url("data:application/font-woff;charset=utf-8;base64,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") format("woff"), url("https://www.tiger-technology.com/wp-content/plugins/jetpack/_inc/social-logos/social-logos.ttf?5d3b4da4f6c2460dd842dbf9e0992ea6") format("truetype"); font-style: normal; font-weight: 400; font-display: swap; }


body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

@media(max-width: 1239px){
  body{
    left: 0;
    transition: 0.2s;
  }
}

@media (max-width: 959px){
  body{
    font-size: 14px !important;
    line-height: 1.428571428571429;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px){
  body{
    font-size: 13px !important;
    line-height: 1.461538461538462;
    letter-spacing: 0px;
  }
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

/* 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;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}


/* Responive Resize for Landing Page Text*/
 #hs_cos_wrapper_widget_1642595359280_ > h3,
 #hs_cos_wrapper_widget_1642595668143_ > h2,
 #hs_cos_wrapper_widget_1642595881605_ > h2 {
    font-size: 38px!important;
    line-height: 42px;
 }

  #hs_cos_wrapper_widget_1642595668143_ > ul > li > span {
    font-size: 18px!important;
  }

  #hs_cos_wrapper_widget_1642595359280_ > ul > li::marker {
    color: white;
  }

  #hs_cos_wrapper_widget_1642595359280_ > ul > li > span  {
    font-size: 18px!important;
  }

@media only screen and (max-width: 959px){
  #hs_cos_wrapper_widget_1642595359280_ > h1 {
    font-size: 36px!important;
  }
  
  #hs_cos_wrapper_widget_1642595359280_ > h3,
  #hs_cos_wrapper_widget_1642595668143_ > h2,
  #hs_cos_wrapper_widget_1642595881605_ > h2 {
    font-size: 34px!important;
    line-height: 36px;
}
}


@media only screen and (max-width: 767px){
  #hs_cos_wrapper_widget_1642595668143_ > h2  {
    padding-top: 20px;
  }
  
  p {
    padding: 0px;
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-1-vertical-alignment.dnd_area-row-1-background-color.dnd-section, 
  .row-fluid-wrapper.row-depth-1.row-number-7.dnd_area-row-2-background-color.dnd-section {
    padding: 30px 20px
  }
  
  .span12.widget-span.widget-type-custom_widget.dnd-module > #hs_cos_wrapper_widget_1642595668143 {
    padding-left: 0px!important;
  }
  
  #hs_cos_wrapper_widget_1642595668143_ > h2,
  #hs_cos_wrapper_widget_1642595881605_ > h2  {
    font-size: 26px!important;
    line-height: 31px;
  }
  
  #hs_cos_wrapper_widget_1642595668143_ > ul > li > span {
    font-size: 16px!important;
  }

  #hs_cos_wrapper_widget_1642595359280_ > p {
    font-size: 16px!important;
  }
  
  #hs_cos_wrapper_widget_1642595359280_ > ul > li > span  {
    font-size: 16px!important;
  }
}


@media only screen and (max-width: 600px){
  #hs_cos_wrapper_widget_1642595359280_ > h1 {
    font-size: 31px!important;
  }
  
   #hs_cos_wrapper_widget_1642595359280_ > h3,
   #hs_cos_wrapper_widget_1642595668143_ > h2,
   #hs_cos_wrapper_widget_1642595881605_ > h2 {
    font-size: 26px!important;
    line-height: 31px;
  }
}


@media only screen and (max-width: 470px){
  #hs_cos_wrapper_widget_1642595359280_ > h1 {
    font-size: 29px!important;
  }
  
   #hs_cos_wrapper_widget_1642595359280_ > h3,
   #hs_cos_wrapper_widget_1642595668143_ > h2,
   #hs_cos_wrapper_widget_1642595881605_ > h2 {
    font-size: 24px!important;
    line-height: 28px;
  }
}


@media only screen and (max-width: 360px){
  #hs_cos_wrapper_widget_1642595359280_ > h1 {
    font-size: 27px!important;
  }
  
   #hs_cos_wrapper_widget_1642595359280_ > h3,
   #hs_cos_wrapper_widget_1642595668143_ > h2,
   #hs_cos_wrapper_widget_1642595881605_ > h2 {
    font-size: 20px!important;
    line-height: 26px;
  }
  
  .grecaptcha-badge {
    transform:scale(0.77);
    transform-origin:0 0;
  }
}


@media only screen and (max-width: 300px){
  #hs_cos_wrapper_widget_1642595359280_ > h1 {
    font-size: 25px!important;
  }
  
   #hs_cos_wrapper_widget_1642595359280_ > h3,
   #hs_cos_wrapper_widget_1642595668143_ > h2,
   #hs_cos_wrapper_widget_1642595881605_ > h2{
    font-size: 18px!important;
    line-height: 21px;
  }
  
  .grecaptcha-badge {
    transform:scale(0.70);
    transform-origin:0 0;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form,
.submitted-message {
  max-width: ;
  font-family: ;
}

.hs-button,
.button--primary {
  margin: 15px 0;
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  vertical-align: baseline;
  text-decoration: none;
  border-style: solid;
  cursor: pointer;
  border-style: solid;
  transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;
  font-family: Roboto;
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  white-space: normal;
  letter-spacing: 0px;
}
ul.no-list.hs-error-msgs.inputs-list label{
  color:red!important;
}
.hs-button:hover,
.button--primary:hover {
  text-decoration: none;
  color: #fff;
}

/* .hs-button:active {
background-color: ;
border-color: ;
} */


.hs-form label {
  color: ;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  font-size: 14px;
  font-family: roboto,Helvetica,Arial,sans-serif;
  margin-bottom: 5px;
  line-height: inherit;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: ;
  color: red;
}

.hs-input,
input#hs-pwd-widget-password {
  width: 100%;
  border: 1px solid #707070;
  height: 40px !important;
  padding: 5px 4px;
  outline: none;
  margin: 15px 0;
  display:block;
  -webkit-appearance: none;
  font-size: 15px;
  padding: 10px;
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  font-family: "Lato",Helvetica,Arial,sans-serif;
}

.hs-input:focus,
input#hs-pwd-widget-password:focus {
  background-color: rgba(246,246,246,1);
  border-color: #707070;
  outline: 0;
  box-shadow: none;
}

input.email-edit.hs-input {
  width: 100% !important;
}

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}

#hs-search-module form input {
  margin-bottom: 20px;
}


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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}


.legal-consent-container .hs-form-booleancheckbox-display .hs-input {
    height: 10px !important;
    margin-top: 2px!important;
    margin-right: 6px!important;
    padding: 8px!important;
    border: 1px solid black!important;
    border-radius: 4px!important;
}

.legal-consent-container .hs-form-booleancheckbox-display span {
      font-size: 13px!important;
      margin-bottom: 15px!important;
}

.legal-consent-container .hs-form-booleancheckbox-display .hs-input:checked  {
   background: #0375FB;
   border-color: #0375FB;
}

/* Pseudo-element for the checkmark */
.legal-consent-container .hs-form-booleancheckbox-display .hs-input:checked::after {
    content: "✓"; /* Unicode checkmark */
    color: white; /* White checkmark */
    font-size: 16px; /* Adjust size */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); /* Center the checkmark */
}

.legal-consent-container .hs-form-booleancheckbox-display .hs-input {
    appearance: none; /* Removes default checkbox styles */
    width: 20px;      /* Adjust size */
    height: 20px;     /* Adjust size */
    border: 2px solid #007bff; /* Blue border */
    border-radius: 4px; /* Optional: make the checkbox rounded */
    background-color: #fff; /* Default white background */
    cursor: pointer;
    position: relative; /* For positioning the checkmark */
}

.hs-form .legal-consent-container .hs-richtext, #hs_cos_wrapper_dnd_area-module-4 .hs-form .legal-consent-container .hs-richtext {
    text-align: left !important;
    font-size: 13px !important;
    margin-bottom: 15px !important;
    font-family: 'Roboto'!important;
}

.hs-form div.input {
    margin-right: 18px!important;
}
/*
#main-content div .hs-form div.input input {
    margin-top: 8px !important;
}

#main-content .hs-form .legal-consent-container input {
    margin-top: 4px !important;
}
*/
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.header-wrapper{
  min-height: 146px;
}

header.header {
  position: relative;
}

.header .top-bar {
  z-index: 30;
  line-height: 21px;
  left: 0;
  top: 0;
  width: 1200px;
  margin: auto;
}

.header .top-bar .container {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.header .top-bar .row {
  float: left;
  margin: 0 1% 40px;
  width: 98%;
  margin-bottom: 0;
  overflow: hidden;
  padding: 0 20px;
}

.Products .submenu.level-2 .has-submenu.menu-item:nth-child(3) .submenu.level-3 .no-submenu.menu-item .menu-link{
  color: black;
}

.Products .submenu.level-2 .has-submenu.menu-item:nth-child(3) .submenu.level-3 .no-submenu.menu-item .menu-link:hover{
  color: #f93;
}

.header .top-bar .navigation-primary>ul {
  float: right;
  padding: 12px 0;
  display: flex;
  flex-wrap: wrap;
}

.manage-licenses-icon {
    background-image: url(https://www.tiger-technology.com/wp-content/uploads/2020/12/manage_licenses48x48.png);
    width: 20px;
    height: 20px;
    display: inline-block;
    background-position: 0;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    position: relative;
    top: 5px;
}


.header .top-bar .navigation-primary>ul>li.no-submenu.menu-item.Sales,
.header .top-bar .navigation-primary>ul>li.no-submenu.menu-item.Support,
.header .top-bar .navigation-primary>ul>li.no-submenu.menu-item.Contact.Us,
.header .top-bar .navigation-primary>ul>li.no-submenu.menu-item.Events,
.header .top-bar .navigation-primary>ul>li.no-submenu.menu-item.Blog,
.header .top-bar .navigation-primary>ul>li.no-submenu.menu-item.Manage.My.Licenses{
  padding-right: 6px;
  display: inline-block;
  border-right: 1px solid transparent;
  font-size: 16px;
  margin-right: 40px;
  padding-top: 10px;
}

.header .top-bar .navigation-primary>ul>li:nth-child(7),
.header .top-bar .navigation-primary>ul>li:nth-child(8),
.header .top-bar .navigation-primary>ul>li:nth-child(9),
.header .top-bar .navigation-primary>ul>li:last-child {
  padding-right: 6px;
  display: inline-block;
  padding-top: 10px;
  border-right: 1px solid transparent;
  font-size: 16px;
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0px;
  cursor: pointer;
}

.header .top-bar .navigation-primary>ul>li:nth-child(7) {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/fb_white.svg);
}

.header .top-bar .navigation-primary>ul>li:nth-child(7):hover {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/fb_black.svg);
}

.header .top-bar .navigation-primary>ul>li:nth-child(8) {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/in_white.svg);
}

.header .top-bar .navigation-primary>ul>li:nth-child(8):hover {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/in_black.svg);
}

.header .top-bar .navigation-primary>ul>li:nth-child(9) {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/tw_white.svg);
}

.header .top-bar .navigation-primary>ul>li:nth-child(9):hover {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/tw_black.svg);
}

.header .top-bar .navigation-primary>ul>li:last-child {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/yt_white.svg);
}

.header .top-bar .navigation-primary>ul>li:last-child:hover {
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/yt_black.svg);
}

.header .top-bar .navigation-primary>ul>li:nth-child(7)>a,
.header .top-bar .navigation-primary>ul>li:nth-child(8)>a,
.header .top-bar .navigation-primary>ul>li:nth-child(9)>a,
.header .top-bar .navigation-primary>ul>li:last-child>a {
  color: transparent !important;
  display: block;
  height: 100%;
}

.header .main-header {
  z-index: 30;
  left: 0;
  width: 1200px;
  margin: auto;
  border: 0;
  border-bottom-width: 1px;
  border-style: solid;
  border-color: #ffffff;
}

.header .main-header .container {
  margin: 0 auto;
  position: relative;
  max-width: 100%;
}

.header .main-header .row {
  display: flex;
  width: 1200px;
  margin: auto;
  float: unset;
}

.header .main-header .header-content-wrapper {position: relative;float: left;width: 100%;}

.header .main-header .header-logo {
  float: left;
  margin: 0 30px 0 20px;
}

.header .main-header .header-logo a {
  display: block;
  height: 60px;
  line-height: 60px;
  height: auto;
}

.header .main-header .header-logo a img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  max-height: 100%;
  width: 171px !important;
}

.header .main-header .header-logo .hs_cos_wrapper_type_logo {
  display: block;
}

.header .main-header .custom-menu-primary {
  z-index: 201;
  float: right;
}

.header .main-header .custom-menu-primary .navigation-primary {
  display: block;
  z-index: 201;
}

.header .main-header .menu-toggler {
  color: #202020;
  background: 0 0;
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -17px;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 3px;
  z-index: 200;
  transition: none;
}

.header .main-header .menu-toggler>i {
  font-size: 22px;
  line-height: 34px;
}

.header .main-header .custom-menu-primary .navigation-primary>ul {
  z-index: 202;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li {
  margin: 0;
  z-index: 203;
  display: block;
  float: left;
  position: relative;
  height: 90px;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li>a {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: 'LATO';
  position: relative;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  white-space: nowrap;
  padding: 0px 15px;
  line-height: 90px;
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li:last-child {
  height: 40px;
  margin-top: 25px;
  margin-left: 30px;
  border-radius: 50px;
  cursor: pointer;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li:last-child>a {
  color: #fff;
  background-color: #ff9933;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0px;
  position: relative;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  line-height: 40px;
  border-radius: 50px;
  white-space: nowrap;
  padding: 0px 30px;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li:not(.has-submenu.menu-item.Products)>ul {
  background-repeat: repeat-x;
  background-position: 0 0;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 205;
  display: none;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li:not(.has-submenu.menu-item.Products)>ul>li {
  padding: 0;
  width: 200px;
  position: relative;
  font-weight: 400;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li:not(.has-submenu.menu-item.Products)>ul>li>a {
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,5%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li:not(.has-submenu.menu-item.Products):hover>ul,
.header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products:hover>ul{
  display: block;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul {
  background-repeat: repeat-x;
  background-position: 0 0;
  top: 100%;
  z-index: 205;
  position: absolute;
  display: none;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li {
  padding: 0;
  width: 200px;
  position: relative;
  font-weight: 400;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>a {
  display: block;
  border-bottom: 1px solid rgba(0,0,0,5%);
  padding: 10px 20px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul {
  background-repeat: repeat-x;
  background-position: 0 0;
  z-index: 204;
  width: 98%;
  margin: 0 1%;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul>li {
  padding: 0;
  width: 200px;
  position: relative;
  font-weight: 400;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul>li>a {
  padding: 10px 20px;
  display: block;
  border-bottom: 1px solid rgba(0,0,0,5%);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  color: #202020;
}

header.header.sticky .main-header {
  top: 0;
  position: fixed!important;
  width: 100%;
  left: 0;
  /*   height: 60px; */
  z-index: 701;
  background: #fff;
  opacity: .97;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 10%);
}

header.header.sticky .main-header .custom-menu-primary .navigation-primary>ul>li>a {
  line-height: 60px;
  line-height: normal;
  height: 100%;
}

.sticky .main-header .custom-menu-primary .navigation-primary>ul>li:last-child {
  margin-top: 10px;
}

header.header.sticky .main-header .custom-menu-primary .navigation-primary>ul>li:last-child>a {
  padding: 0 15px;
  line-height: 40px!important;
  padding: 0 30px;
}

.header.sticky .main-header .header-logo a img {
  display: inline;
  max-height: 35px;
  width:auto!important;
}

.header.sticky .main-header .header-logo {
  width: auto;
  margin: 0 30px 0 20px;
  padding: 0;
}

.header.sticky .main-header .header-logo a {
  padding: 5px 0!important;
  /*   height: 56px!important; */
  display: block;
  line-height: 50px!important;
}

@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
  } 
  100% {
    opacity: .97;
    transform: translateY(0);
  } 
}

.header.sticky .main-header{
  -webkit-animation-name: slide-down;
  animation-name: slide-down;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

.header .main-header .custom-menu-primary .navigation-primary>ul>li:last-child>a {
  line-height: normal;
  height: 100%;
  display: flex;
  align-items: center;
}

header.header.sticky .main-header .custom-menu-primary .navigation-primary>ul>li:last-child>a {
  line-height: normal !important;
  height: 100%;
}

header.header.sticky .main-header .custom-menu-primary .navigation-primary>ul>li {
  height: 60px;
}

header.header.sticky .main-header .custom-menu-primary .navigation-primary>ul>li:last-child {
  height: 40px;
}

.body_overlay {
  display: none;
}

.mobile-slider {
  display: none;
}

.header .main-header.lp-main-header {
  padding-top: 55px;
  padding-bottom: 18px;
}

@media (min-width: 1240px){
  .header .top-bar .navigation-primary>ul>li:nth-child(7){
    margin-left: 10px;
  }

  .header .top-bar .navigation-primary>ul>li:nth-child(8),
  .header .top-bar .navigation-primary>ul>li:nth-child(9),
  .header .top-bar .navigation-primary>ul>li:last-child{
    margin-left: 5px;
  }

  .header .main-header .header-content-wrapper{
    position: static;
    width: 1200px;
  }

  .header .main-header .header-logo{
    margin: -5px 30px 0 -10px;
  }

  .header .main-header .header-logo a{
    padding: 0 0 15px;
  }

  .header .main-header .custom-menu-primary .navigation-primary{
    display: block;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li:last-child>a{
    border-width: 0;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li:not(.has-submenu.menu-item.Products)>ul{
    box-shadow: 0 9px 8px rgb(0 0 0/.3);
    padding: 10px 0 20px;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li:not(.has-submenu.menu-item.Products)>ul>li{
    height: 37px;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li:not(.has-submenu.menu-item.Products)>ul>li>a{
    border-bottom: 1px solid transparent;
    padding: 10px 15px;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Solutions>ul>li:last-child>a,
  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Partners>ul>li:last-child>a,
  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul>li:last-child>a{
    color: #0aadff;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Solutions>ul>li:last-child>a:hover,
  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Partners>ul>li:last-child>a:hover,
  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul>li:last-child>a:hover{
    color: #3065c3;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul{
    background-image: none;
    padding: 20px 0;
    box-shadow: 0 9px 8px rgb(0 0 0/.3);
    width: 650px !important;
    margin: 0 auto !important;
    left: calc((100% - 565px) / 2);
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li{
    display: table-cell;
    float: none!important;
    width: 10%;
    padding: 0 15px;
    border-right: 1px solid rgba(0,0,0,0.05);
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li:last-child{
    border-right-width: 0;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>a{
    background: none;
    line-height: 120%;
    border-bottom-width: 0;
    text-transform: capitalize;
    color: #f93;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 15px;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul{
    box-shadow: 0 0 0 0 transparent;
    background-image: none;
    display: block;
    position: inherit;
    left: auto;
    top: auto;
    border-width: 0 1px 0 0;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul>li{
    width: auto;
  }

  .header .main-header .custom-menu-primary .navigation-primary>ul>li.has-submenu.menu-item.Products>ul>li>ul>li>a{
    line-height: 120%;
    border-bottom-width: 0;
    padding: 10px 15px;
  }
}

@media (max-width: 1239px){
  .header .top-bar{
    display: none;
  }

  .header .main-header{
    width: auto;
    margin: auto;
  }

  .header .main-header .row,
  .header .main-header .header-content-wrapper{
    width: 100%;
    margin: auto;
  }

  .header .main-header .header-logo{
    margin: 0 30px 0 20px;
  }

  .header .main-header .header-logo a{
    line-height: 60px;
    padding: 15px 0;
    height: 90px;
  }

  .header .main-header .custom-menu-primary>div{
    display: none;
  }

  .header .main-header .menu-toggler{
    display: block;
  }

  .header .main-header .menu-toggler>i:before{
    font-family: mfn-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    content: '\e960';
  }

  .header.sticky .main-header .header-logo a{
    height: 60px;
  }

  .body_overlay{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: rgba(0,0,0,.6);
    z-index: 9002;
  }

  .mobile-slider{
    z-index: 100000;
    height: 100%;
    overflow: auto;
    border-bottom-width: 60px;
    border-bottom-style: solid;
    max-width: 100%;
    display: block;
    position: fixed;
    top: 0;
    width: 250px;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #202020;
    right: -250px;
    right: 0;
    transform: translateX(300px);
    transition: transform 0.4s;
  }

  .mobile-slider .close-icon {
    height: 60px;
    margin-bottom: 20px;
  }

  .mobile-slider .close-icon>a {
    color: #202020;
    height: 34px;
    width: 34px;
    display: block;
    float: right;
    margin: 13px 13px 0 0;
  }

  .mobile-slider .close-icon>a>i {
    font-size: 22px;
    line-height: 34px;
  }

  .mobile-slider .close-icon>a>i:before {
    font-family: mfn-icons;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: none!important;
    width: 1em;
    margin-right: 0.2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: 0.2em;
    content: '\e963';
  }

  .mobile-slider .mobile-menus>nav {
    margin-bottom: 20px;
    max-height: none;
    display: block;
  }

  .mobile-slider .mobile-menus>nav>ul {
    width: 100%;
  }

  .mobile-slider .mobile-menus>nav>ul>li {
    /*     width: 100%; */
    position: relative;
    border-bottom: none;
    border-top: none;
  }

  .mobile-slider .mobile-menus>nav>ul>li:last-child {
    cursor: pointer;
    border-radius: 50px;
    height: 40px;
    margin-left: 25px;
    margin-top: 25px;
    white-space: nowrap;
  }

  .mobile-slider .mobile-menus>nav>ul>li>a {
    font-family: "Lato",Helvetica,Arial,sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #202020;
    display: block;
    padding: 11px 5px 10px 20px;
    margin-right: 50px;
    text-decoration: none;
    line-height: 19px;
  }

  .mobile-slider .mobile-menus>nav>ul>li:last-child>a {
    color: #fff;
    background-color: #ff9933;
    border-radius: 50px;
    font-family: "Roboto", Helvetica, Arial, sans-serif !important;
    font-size: 20px;
    padding: 10px 30px;
    /* width: 120px; */
    font-weight: 700;
    letter-spacing: 0px;
    margin-right: 50px;
    text-decoration: none;
    line-height: 19px;
    display: block;
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul {
    width: 100%;
    background: rgba(0,0,0,2%);
    display: none;
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul>li {
    width: 100%;
    position: relative;
    border-top: none;
    border-bottom: none;
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul>li>a {
    color: #202020;
    font-weight: 400;
    display: block;
    padding: 11px 5px 10px 20px;
    margin-right: 50px;
    text-decoration: none;
    line-height: 19px;
    padding-left: 35px;
  }

  .mobile-slider .mobile-menus>nav>ul>li.Products>ul>li>a {
    text-transform: capitalize;
    color: #f93;
    font-weight: 700;
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul>li>ul {
    width: 100%;
    display: none;
    background: rgba(0,0,0,2%);
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul>li>ul>li {
    width: 100%;
    position: relative;
    border-top: none;
    border-bottom: none;
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul>li>ul>li>a {
    color: #202020;
    font-weight: 400;
    display: block;
    padding: 11px 5px 10px 20px;
    margin-right: 50px;
    text-decoration: none;
    line-height: 19px;
    padding-left: 50px;
  }

  .mobile-slider .mobile-social {
    display: block;
  }

  .mobile-slider .mobile-social>nav>ul {
    /*     text-align: center; */
  }

  .mobile-slider .mobile-social>nav>ul>li.Contact.Sales,
  .mobile-slider .mobile-social>nav>ul>li.Support,
  .mobile-slider .mobile-social>nav>ul>li.Events,
  .mobile-slider .mobile-social>nav>ul>li.Blog {
    border-right: 1px solid rgba(255,255,255,.1);
    margin-right: 6px;
    display: block;
    text-align: left;
    padding: 5px 5px 5px 25px;
    line-height: 25px;
  }

  .mobile-slider .mobile-social>nav>ul>li.Contact.Sales>a,
  .mobile-slider .mobile-social>nav>ul>li.Support>a,
  .mobile-slider .mobile-social>nav>ul>li.Events>a,
  .mobile-slider .mobile-social>nav>ul>li.Blog>a {
    color: #202020;
    transition: none;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(7),
  .mobile-slider .mobile-social>nav>ul>li:nth-child(8),
  .mobile-slider .mobile-social>nav>ul>li:nth-child(9),
  .mobile-slider .mobile-social>nav>ul>li:last-child {
    border-right: 1px solid rgba(255,255,255,.1);
    text-align: left;
    padding: 5px 5px 5px 25px;
    line-height: 25px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
    box-sizing: content-box;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(7) {
    padding-left: 0px;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(7) {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/fb_white.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(7):hover {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/fb_black.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(8) {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/in_white.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(8):hover {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/in_black.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(9) {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/tw_white.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(9):hover {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/tw_black.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:last-child {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/yt_white.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:last-child:hover {
    background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/yt_black.svg);
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(7)>a,
  .mobile-slider .mobile-social>nav>ul>li:nth-child(8)>a,
  .mobile-slider .mobile-social>nav>ul>li:nth-child(9)>a,
  .mobile-slider .mobile-social>nav>ul>li:last-child>a {
    color: transparent !important;
    transition: none;
  }

  body.menu-open .body_overlay {
    display: block;
  }

  body.menu-open .mobile-slider {
    transform: translateX(0);
  }

  .mobile-slider .mobile-menus>nav>ul>li .child-trigger {
    text-align: center;
    cursor: pointer;
    opacity: .5;
    display: block;
    position: absolute;
    right: 5px;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    color: #202020 !important;
    font-weight: bold;
  }

  .mobile-slider .mobile-menus>nav>ul>li .child-trigger:after {
    content: "+";
  }

  .mobile-slider .mobile-menus>nav>ul>li .child-trigger.icon:after {
    content: "-";
  }

  .mobile-slider .mobile-menus>nav>ul>li .child-trigger.icon {
    opacity: 1;
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul>li>ul>li:last-child>a {
    color: #0aadff;
  }

  .mobile-slider .mobile-menus>nav>ul>li>ul>li>ul>li:last-child>a:hover {
    color: #3065c3;
  }

  .mobile-slider .mobile-social>nav>ul>li:last-child {
    padding-right: 0;
    border-right: 0;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(7) {
    margin-left: 19px;
    width: 32px;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(7), .mobile-slider .mobile-social>nav>ul>li:nth-child(8) {
    padding-right: 3px;
  }

  .mobile-slider .mobile-social>nav>ul>li:last-child {
    padding-right: 0;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(9) {
    padding-right: 1px;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(8) {
    width: 32px;
    padding-right: 0px;
    margin-left: -2px;
  }

  .mobile-slider .mobile-social>nav>ul>li:nth-child(9) {
    width: 34px;
    padding-left: 22px;
  }

  .mobile-slider .mobile-social>nav>ul>li:last-child {margin-left: -2px;}

  body.menu-open {
    left: -125px;
  }

  .mobile-slider .close-icon>a:hover {
    color: #ff9933;
  }

  .mobile-slider .mobile-menus>nav>ul>li:hover>a,
  .mobile-slider .mobile-menus>nav>ul>li>ul>li:hover>a,
  .mobile-slider .mobile-menus>nav>ul>li>ul>li>ul>li:hover>a {
    color: #ff9933;
  }

  .mobile-slider .mobile-social>nav>ul>li.Contact.Sales:hover>a,
  .mobile-slider .mobile-social>nav>ul>li.Support:hover>a,
  .mobile-slider .mobile-social>nav>ul>li.Events:hover>a,
  .mobile-slider .mobile-social>nav>ul>li.Blog:hover>a{
    color: #ff9933;
    text-decoration: underline;
  }

  .mobile-slider .mobile-menus>nav>ul>li:last-child>a:hover {
    color: #fff;
    background-color: #f93;
  }

  .header .main-header.lp-main-header{
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 959px){
  .mobile-slider .mobile-menus>nav>ul>li>a{
    font-size: 15px;
    letter-spacing: 0px;
  }
}

@media (max-width: 767px){
  .header .main-header .row{
    clear: both;
    flex-wrap: wrap;
  }

  .header .main-header .header-content-wrapper{
    background: 0 0;
    float: left;
    position: static;
  }

  .header .main-header .header-logo{
    position: static;
    text-align: left;
    width: auto;
    float: left;
    margin-left: 15px;
    border: none;
  }

  .header .main-header .header-logo a{
    padding: 0;
    height: 50px!important;
    line-height: 50px!important;
    margin: 10px !important;
  }

  .header .main-header .header-logo a img{
    display: inline-block;
    max-height: 45px;
    width: auto !important;
  }

  .header .main-header .custom-menu-primary{
    float: left;
    width: 100%;
    margin: 0;
  }

  .header .main-header .menu-toggler{
    top: 30px;
    left: auto;
    right: 10px;
    margin-top: -17px;
  }

  .header.sticky .main-header .header-logo a{
    margin-left: 0!important;
    margin-right: 0!important;
    padding: 0 !important;
  }

  .header.sticky .main-header .header-logo a img{
    max-height: 49.99px;
    display: inline-block;
    width: 142.65px !important;
  }

  .header.sticky .main-header .header-logo{
    margin-left: 15px;
  }

  .mobile-slider .mobile-menus>nav>ul>li>a{
    font-size: 14px;
    letter-spacing: 0px;
  }
}

@media (max-width: 479px){
  .mobile-slider .mobile-menus>nav>ul>li>a{
    font-size: 13px;
    letter-spacing: 0px;
  }
}
footer.footer {
  background-position: 50% 0;
  background-repeat: no-repeat;
  position: relative;
  background-color: #202020;
  color: #636467;
}


.footer .upper-footer {
  background: #287393;
}

.footer .upper-footer .row {
  float: left;
  margin: 0 1% 40px;
  width: 98%;
  padding-top: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 110%;
  line-height: 180%;
}

.footer .upper-footer .stay-update {
  width: 21%;
  display: inline-block;
  text-align: left;
  vertical-align: top;
  padding-top: 15px;
  margin-left: 4px;
}

.footer .upper-footer .stay-update h5 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
  color: #fff;
  margin: 0;
  padding: 0;
  font-family: 'Roboto';
  letter-spacing: 0;
}

.footer .upper-footer .newsletter-form {
  width: 78%;
  display: inline-block;
  vertical-align: top;
  padding: 11.5px 0 0;
  text-align: right;
}

.footer .upper-footer .newsletter-form form {
  margin: 0 0 15px;
  font-family: roboto,Helvetica,Arial,sans-serif;
  color: #202020;
  font-size: 14px;
  position: relative;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.footer .upper-footer .newsletter-form form .hs_error_rollup {
  position: absolute;
  left: 14px;
  bottom: -23px;
}

.footer .upper-footer .newsletter-form form .hs-form-field {
  margin: 0;
  margin-bottom: 3px;
  position: relative;
  display: inline-block;
  width: 36%;
  margin-right: 10px;
}

.footer .upper-footer .newsletter-form form .hs-form-field>label {
  display: none;
}

.footer .upper-footer .newsletter-form form .hs-form-field .hs-input {
  -webkit-appearance: none;
  max-width: 100%;
  display: block;
  margin: 0;
  padding: 10px;
  box-shadow: inset 0 0 2px 2px rgb(0 0 0 / 2%);
  color: #202020;
  background-color: rgba(255,255,255,1);
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0;
  border-radius: 9px;
  height: 45px !important;
  border: 1px solid transparent;
  outline: none;
  font-size: 18px;
  padding-left: 20px;
  font-family: roboto,Helvetica,Arial,sans-serif;
}

.footer .upper-footer .newsletter-form form .hs-form-field .hs-input::placeholder {
  color: #929292;
}

.footer .upper-footer .newsletter-form form .hs_submit{
  min-width: auto;
  width: auto;
  display: inline-block;
  margin-right: 4px;
}

.footer .upper-footer .newsletter-form form .hs_submit input {
  transition: color .1s ease-in-out,background-color .1s ease-in-out,border-color .1s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  display: inline-block;
  position: relative;
  min-width: auto;
  width: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  letter-spacing: 0px;
  padding: 10px 30px 10px 30px;
  font-family: roboto,Helvetica,Arial,sans-serif;
  margin-left: 10px;
  border: 2px solid #2d3e50;
  border-radius: 50px!important;
  color: #fff;
  background-color: #2d3e50;
  line-height: 23px;
  font-size: 20px!important;
  font-weight: 700;
  outline: none;
  margin-top: 0;
  margin-bottom: 0;
}



.newsletter-form #hs_cos_wrapper_footer_form #hs_cos_wrapper_footer_form_ #hs_form_target_footer_form p {
  color: white;
  font-weight: 500;
  font-size: 20px;
  text-align: left;
  margin: 6px 0px 12px 35px;
}

@media only screen and (max-width: 1500px) {
  .newsletter-form #hs_cos_wrapper_footer_form #hs_cos_wrapper_footer_form_ #hs_form_target_footer_form p {
    margin: 0px;
  }
}

@media only screen and (max-width: 767px) {
  .newsletter-form #hs_cos_wrapper_footer_form #hs_cos_wrapper_footer_form_ #hs_form_target_footer_form p {
    text-align: center;
  }
}


.footer .middle-footer {
  padding: 40px 0;
}

.footer .middle-footer .footer-nav nav>ul {
  /* display: flex; */
  /* flex-wrap: wrap; */
}

.footer .middle-footer .footer-nav nav>ul>li {
  float: left;
  margin: 0 1% 40px;
  width: 18%;
  margin-bottom: 0;
}

.footer .middle-footer .footer-nav nav>ul:before {
  content: '';
  display: block;
}

.footer .middle-footer .footer-nav nav>ul:after {
  content: '';
  display: block;
  clear: both;
}

.footer .middle-footer .footer-nav nav>ul>li>ul {
  margin: 30px 0;
  position: relative;
  display: block;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  display: block;
  line-height: 24px;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li>a {
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Cloud>a {
  margin-bottom: 24px;
  display: block;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Software>a {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 20px;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li.Hardware>a {
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 0;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Contact.Sales>a {
  margin-top: 24px;
  display: block;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Support>a {
  display: block;
}


/* Added In */
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Industries>a,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Use.Cases>a,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Software>a,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Hardware>a,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Services.Support>a{
  font-size: 16px!important;
  font-weight: 700!important;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Industries>a:hover,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Use.Cases>a:hover,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Software>a:hover,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Hardware>a:hover,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Services.Support>a:hover{
  color: white!important;
}

.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Hardware>a,
.footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Services.Support>a{
  margin-top: 24px;
  display: block;
}

/* End of Added in */


.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul {
  margin-top: 20px;
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li {
  display: inline-block;
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li>a {
  height: 25px;
  width: 25px;
  display: inline-block;
  margin-right: 4px;
  background-size: contain;
  background-repeat: no-repeat;
  font-size: unset;
  line-height: inherit;
  text-indent: -99999px;
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Facebook>a{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/fb_white.svg);
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Linkedin>a{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/in_white.svg);
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Twitter>a{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/tw_white.svg);
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Youtube>a{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/yt_white.svg);
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Facebook>a:hover{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/fb_black.svg);
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Linkedin>a:hover{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/in_black.svg);
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Twitter>a:hover{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/tw_black.svg);
}

.footer .middle-footer .footer-nav nav>ul>li:last-child>ul>li:last-child>ul>li.Youtube>a:hover{
  background-image: url(//9397537.fs1.hubspotusercontent-na1.net/hubfs/9397537/raw_assets/public/TigerTechnology_January2022/images/yt_black.svg);
}


.footer .bottom-footer {
  margin-bottom: 20px;
  border-top: 1px solid rgba(255,255,255,.1);
  border-top-color: rgba(255,255,255,0.1);
}

.footer .content-wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0;
}

.footer .bottom-footer .row {
  float: left;
  margin: 0 1% 40px;
  width: 98%;
  margin-bottom: 20px;
  padding-top: 30px;
  min-height: 33px;
}

.footer .bottom-footer .copyright {
  width: 97%;
  text-align: right;
  color: #fff;
  float: left;
}

.footer .bottom-footer .footer-logo {
  float: left;
}

.footer .bottom-footer .footer-copyright {
  line-height: 30px;
  padding-top: 40px;
}


@media (max-width: 1500px){
  .footer .upper-footer .stay-update{
    display: block;
    width: 100%!important;
    margin: 35px 20px 25px 0;
    padding-top: 0;
  }

  .footer .upper-footer .newsletter-form{
    display: block;
    width: 100%!important;
    padding: 0;
    text-align: left;
    margin-bottom: 30px;
  }

  .footer .upper-footer .newsletter-form form .hs_error_rollup{
    left: 0px;
  }
  .footer .upper-footer .newsletter-form form {
  justify-content: flex-start;
}
}

@media (max-width: 1239px){
  .footer .content-wrapper{
    max-width: 940px;
  }
}

@media (max-width: 959px){
  .footer .content-wrapper{
    max-width: 708px;
  }

  .footer .upper-footer .stay-update h5{
    font-size: 24px;
    line-height: 31px;
  }

  .footer .upper-footer .newsletter-form form .hs_submit input{
    margin-left: 0;
    margin-right: 0;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>a{
    line-height: 20px;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Cloud>a{
    margin-bottom: 20px;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Contact.Sales>a{
    margin-top: 20px;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Support>a{
    margin-bottom: 20px;
  }
}

@media (max-width: 767px){
  .footer .upper-footer .newsletter-form form .hs_error_rollup{
  position:unset;
  }
  .footer .content-wrapper{
    max-width: 700px;
    padding-left: 33px;
    padding-right: 33px;
    box-sizing: content-box;
  }

  .footer .upper-footer .row{
    margin: 0;
    width: 100%!important;
    clear: both;
    margin-bottom: 15px;
  }

  .footer .upper-footer .stay-update{
    margin: 30px 20px 30px 0;
    text-align: center;
    padding-top: 0;
  }

  .footer .upper-footer .stay-update h5{
    font-size: 21px;
    line-height: 27px;
  }

  .footer .upper-footer .newsletter-form form .hs-form-field{
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .upper-footer .newsletter-form form .hs_submit{
    display: block;
    margin: 20px auto 0;
    text-align: center;
  }

  .footer .middle-footer .footer-nav nav>ul>li{
    margin: 0;
    width: 100%!important;
    clear: both;
  }

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

  .footer .bottom-footer .row{
    margin: 0;
    width: 100%!important;
    clear: both;
    margin-bottom: 20px;
  }

  .footer .bottom-footer .copyright{
    float: none;
    margin: 0 0 10px;
  }

  .footer .bottom-footer .footer-logo{
    width: 100%;
    display: block;
    text-align: left;
  }

  .footer .bottom-footer .footer-copyright{
    width: 100%;
    display: block;
    text-align: left;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>a{
    line-height: 19px;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Cloud>a{
    margin-bottom: 19px;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Contact.Sales>a{
    margin-top: 19px;
  }

  .footer .middle-footer .footer-nav nav>ul>li>ul>li>ul>li.Support>a{
    margin-bottom: 19px;
  }

  .footer .middle-footer .footer-nav nav>ul>li:last-child>ul{
    margin-bottom: 35px;
  }
}

@media (max-width: 479px){
  .footer .upper-footer .stay-update h5{
    font-size: 17px;
    line-height: 22px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

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

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