*, *: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 15px;
}
.banner-section .dnd-section {
  padding: 0;
}

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


.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

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


/*********** Css ***************/

.website-page h2{
  font-weight: 600;
  color: rgb(35, 35, 35);
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 8.25%;
}
.website-page h6{
  font-size: 12px;
  line-height: 20px;
  color: rgb(147, 147, 147);
  margin-bottom: 10px;
  font-weight: 500;
}
@media(max-width:991px){
  .website-page h2 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }

}
@media(max-width:767px){
  .website-page h2 {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 30px;
  } 
}
@font-face { 
  font-family: "themify";
  src: url("//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/themify.eot") format("embedded-opentype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/themify.woff) format("woff"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/themify.ttf) format("truetype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/themify.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/FontAwesome5FreeSolid.eot") format("embedded-opentype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5FreeSolid.woff2) format("woff2"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5FreeSolid.woff) format("woff"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5FreeSolid.ttf) format("truetype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5FreeSolid.svg) format("svg");
  font-style: normal; 
  font-weight: 900;
}
@font-face {
  font-family: "Font Awesome 5 Free";
  src: url("//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/fa-regular-400.eot") format("embedded-opentype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/fa-regular-400.woff2) format("woff2"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/fa-regular-400.woff) format("woff"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/fa-regular-400.ttf) format("truetype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/fa-regular-400.svg) format("svg");
  font-style: normal; 
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  src: url("//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/FontAwesome5BrandsRegular.eot") format("embedded-opentype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5BrandsRegular.woff2) format("woff2"), 
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5BrandsRegular.woff) format("woff"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5BrandsRegular.ttf) format("truetype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/FontAwesome5BrandsRegular.svg) format("svg");
  font-style: normal;
  font-weight: 400;
}

@font-face { 
  font-family: "et-line";
  src: url("//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/et-line.eot") format("embedded-opentype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/et-line.woff) format("woff"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/et-line.ttf) format("truetype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/et-line.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face {
  font-family: vc_openiconic;
  src: url(https://9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/vc_openiconic.eot) format('embedded-opentype'),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/vc_openiconic.woff) format('woff'),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/vc_openiconic.ttf) format('truetype');
  font-weight: 400;
  font-style: normal
}
@font-face { 
  font-family: "vc_linecons";
  src: url("//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/vc_linecons.eot") format("embedded-opentype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/vc_linecons.woff) format("woff"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/vc_linecons.ttf) format("truetype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/vc_linecons.svg) format("svg"); 
  font-style: normal; 
  font-weight: normal; 
}
@font-face {
  font-family: "FontAwesome";
  src: url("https://9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/fontawesome-webfont.eot") format("embedded-opentype"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/fontawesome-webfont.woff2) format("woff2"),
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/fontawesome-webfont.woff) format("woff"), 
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-family: "ep_icons";
  src: url("https://9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/fonts/ep_icons.eot") format("embedded-opentype"), 
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/ep_icons.ttf) format("truetype"), 
    url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/fonts/ep_icons.woff) format("woff");
  font-style: normal;
  font-weight: normal;
}




html{    
  font-size: 10px;
}

body {
  font-family: "Roboto, 游ゴシック, YuGothic, ヒラギノ角ゴ Pro, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, sans-serif";
  line-height: 1.7;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

/* Paragraphs */

p {
  margin: 0 0 25px;
}

img {
  vertical-align: middle;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 25px;
  line-height: 1;
}

h2{
  line-height: 1.09;
}
h3{
  line-height: 1.125;
}
h4{
  line-height: 1.15;
}
h5 {
  line-height: 1.25;
}
h6 {
  line-height: 1.2;
}

@media (max-width: 767px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 17px;
    padding: 0;
    letter-spacing: 0;
    font-weight: 400;
  }
}
/* Lists */

ol, ul {
  margin-top: 0;
  margin-bottom: 10px;
}
ul, ol, dl {
  list-style-position: outside;
  margin-bottom: 25px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

::selection {
  color: #000;
  background: #dbdbdb;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  padding: 15px 40px;
  margin: 45px 0;
}

/* Horizontal rules */

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

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

.h1 .small, .h1 small,
.h2 .small, .h2 small,
.h3 .small, .h3 small,
h1 .small, h1 small,
h2 .small, h2 small,
h3 .small, h3 small {
  font-size: 65%;
  font-weight: 400;
  line-height: 1;
}

[class*=" vc-oi-"]:before,
[class^=vc-oi-]:before {
  font-family: vc_openiconic;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}

@media (max-width: 1199px) {
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 22px;
  }
}

@media (max-width: 991px){
  h1 {
    font-size: 57px;
    line-height: 58px;
  }
  h2 {
    font-size: 43px;
    line-height: 48px;
  }
  h3 {
    font-size: 36px;
    line-height: 41px;
  }
  h4 {
    font-size: 30px;
    line-height: 35px;
  }
  h5 {
    font-size: 24px;
    line-height: 30px;
  }
  h6 {
    font-size: 22px;
    line-height: 26px;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 18px;
  }
  p {
    margin: 0 0 20px;
  }
}

@media (max-width: 767px){
  h1 {
    font-size: 37px;
    line-height: 42px;
  }
  h2 {
    font-size: 30px;
    line-height: 36px;
  }
  h3 {
    font-size: 28px;
    line-height: 34px;
  }
  h4 {
    font-size: 24px;
    line-height: 30px;
  }
  h5 {
    font-size: 20px;
    line-height: 28px;
  }
  h6 {
    font-size: 18px;
    line-height: 23px;
  }
  h1, h2, h3, h4, h5, h6 {
    margin: 0 0 17px;
  }
}
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;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}
form label {
  display: inline-block;
}
form input[type=checkbox], form input[type=radio] {
  display: inline-block;
}
/* Labels */

form label {
  font-size: 14px;
  margin-bottom: 0.35rem;
}
label.hs-main-font-element,
label.hs-error-msg {
  color: red !important;
}
/* Help text - legends */

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 {
  background-color: #FFF;
  border: 2px solid;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  padding: 10px 20px;
  width: 100%;
}

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 - datepicker */

.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 */

form input[type=submit],
form .hs-button,
.hs-button{
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  outline: none;
  letter-spacing: .5px;
  line-height: 1.95;
  border-style: solid;
  margin: 15px 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* 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;
}
.dark-header.home-page-wrap header.header {
  min-height: initial;
}

.header {
  width: 100%;
  z-index: 99;
}
header.header {
  min-height: 72px;
}

/*************** dark header css ***************/

.dark-header .header__container.content-wrapper {
  background: transparent;
}
.dark-header .dark_logo {
  display: none;
}
.dark-header .logo .light_logo {
  display: block;
}
.dark-header .header-nav .hs-menu-wrapper>ul>li>a {
  color: #fff;
}
.dark-header .header-nav .hs-menu-wrapper>ul>li:hover {
  box-shadow: inset 0 -4px 0 #ffffff;
}
.dark-header .header-nav .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(255,255,255,0.6);
}
.fixed .dark-header .header__container.content-wrapper {
  background: #fff;
}
.fixed .dark-header .logo .light_logo {
  display: none;
}
.fixed .dark-header .dark_logo {
  display: block;
}
.fixed .dark-header .header-nav .hs-menu-wrapper>ul>li:hover {
  box-shadow: inset 0 -4px 0 rgba(193, 25, 32, 1.0);
}
.fixed .dark-header .header-nav .hs-menu-wrapper>ul>li>a {
  color: #000000;
}
.fixed .dark-header .header-nav .hs-menu-wrapper>ul>li:hover>a {
  color: rgba(0,0,0,0.6);
}
.dark-header .header-menu button.navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.fixed .dark-header .header-menu button.navbar-toggle .icon-bar {
  background: #232323;
}

/*************** end dark header css ***************/

.header__container.content-wrapper {
  width: 100%;
  padding: 0 50px;
  position: fixed;
  right: 0;
  left: 0;
  display: table;
  width: 100%;
  z-index: 99999;
  top: 0;
}
.header__container_inner {
  display: table-cell;
  vertical-align: middle;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.header__container_inner .row {
  align-items: center;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  height: auto;
  padding: 0;
  margin-right: -15px;
  margin-left: -15px;
}
.logo {
  flex: 1 1 auto;
  width: 16.66666667%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.header-menu {
  width: auto;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}
.logo .light_logo {
  display: none;
}
.logo img {
  max-height: 40px;
  width: 155.47px !important;
}
  .header-nav .hs-menu-wrapper>ul>li>ul>li {
    padding: 40px 0 15px;
  }
 .hs-menu-image {
    width: 600px;
    margin-right: 20px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul {
  height: 400px;
}
.header.header--no-navigation .header__container.content-wrapper {
  min-height: 72px;
}
.header-menu button.navbar-toggle {
  background-color: transparent !important;
  border: none;
  padding: 0;
  font-size: 18px;
  position: relative;
  top: 5px;
  float: right!important;
  display: none;
  margin-top: 8px;
  margin-bottom: 8px;
}
.header-nav {
  max-height: 340px;
  border-color: #e7e7e7;
  float: right;
  display: block;
}
.header-nav .hs-menu-wrapper>ul>li {
  float: left;
}
.fixed .header__container.content-wrapper {
  box-shadow: 0 5px 10px -10px rgb(0 0 0 / 60%);
}
.header-nav .hs-menu-wrapper>ul>li>a {
  padding: 26px 0;
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  color: #232323;
  font-size: 12px;
  margin: 0 20px;
  letter-spacing: 0.015em;
  line-height: 20px;
  position: relative;
  display: block;
  transition: unset;
}
.header-nav .hs-menu-wrapper>ul>li>ul {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  width: 100vw;
  height: auto;
}

/* language-switcher*/
.header__language-switcher .language-switcher-link-wrap {
  display: inline-block;
}
.header__language-switcher .language-switcher-link {
  display: block;
  padding: 8px 0;
  background: transparent;
  border-color: transparent;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.015em;
  line-height: 20px;
  color: #000000;
  transition: unset;
  cursor: pointer;
  white-space: nowrap;
}
.language-switcher-link:active,
.language-switcher-link:focus {
  background-color: inherit;
  color: inherit;
}

.header__language-switcher .language-icon {
  margin-right: 5px;
  filter: invert(0)
}
.dark-header .header__language-switcher .language-switcher-link {
  color: #ffffff;
}
.dark-header .header__language-switcher .language-switcher-link :not(.language-active) {
  color: #696969;
}
.fixed .dark-header .header__language-switcher .language-switcher-link {
  color: #000000;
}
.fixed .dark-header .header__language-switcher .language-switcher-link :not(.language-active),
.header__language-switcher .language-switcher-link :not(.language-active) {
  color: #cccccc;
}
.dark-header .header__language-switcher .language-icon {
  filter: invert(100%);
}
.fixed .dark-header .header__language-switcher .language-icon {
  filter: invert(0);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .home-page {
    margin-top: -72px;
  }
  .fixed .header__container.content-wrapper {
    box-shadow: 0 5px 10px -10px #000;
  }
}

@media(min-width: 1514px){
   .menuImage {
    width: 30%;
    margin-right: 20px;
  }
  .hs-menu-image {
    width: 100%;
    margin-right: 0px;
    min-height:303px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li {
    padding: 40px 0 15px;
  }
}

@media(min-width: 992px){
  .header-nav .hs-menu-wrapper>ul>li>ul {
    position: absolute;
    left: 0;
    min-width: 225px;
    box-shadow: none;
    margin: 0;
    top: 100%;
    float: left;
    font-size: 14px;
    text-align: left;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    background-color: rgba(35, 35, 35, 0.95);
  }
  .header-nav .hs-menu-wrapper>ul>li:hover {
    box-shadow: inset 0 -4px 0 rgba(193, 25, 32, 1.0);
  }
  .header-nav .hs-menu-wrapper>ul>li>a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f107";
    margin-left: 10px;
    transform: rotate(0deg);
  }
  .header-nav .hs-menu-wrapper>ul>li.is-open>a::after {
    content: "\f106";
    transform: rotate(180deg);
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li {
    padding: 20px 0 15px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li:nth-child(1) {
    padding-left: 60px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>a {
    padding: 9px 0 7px;
    overflow: hidden;
    position: relative;
    left: 0;
    font-weight: 600;
    white-space: normal;
    font-size: 14px;
    color: rgba(255, 255, 255, 1.0);
    display: block;
    line-height: 1.42857143;
    transition: unset;
    cursor: default;
  }
  .header-nav .hs-menu-wrapper>ul>li:last-child>ul>li>ul {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(6, auto);
    column-gap: 20px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    padding: 9px 0 7px;
    overflow: visible;
    position: relative;
    margin-left: 10px;
    font-weight: 400;
    white-space: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 1.0);
    display: inline-block;
    line-height: 1.42857143;
    transition: unset;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a {
    padding: 4px 0;
    overflow: visible;
    position: relative;
    margin-left: 32px;
    font-weight: 400;
    white-space: normal;
    font-size: 12px;
    color: rgba(255, 255, 255, 1.0);
    display: inline-block;
    line-height: 1.42857143;
    transition: unset;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>a[href]:not([href="javascript:;"]):hover,
  .header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover,
  .header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>ul>li>a:hover {
    left: 5px;
  }
  .header-nav .hs-menu-wrapper a[href="javascript:;"]:hover,
  .header-nav .hs-menu-wrapper a[href="javascript:;"]:focus,
  .header-nav .hs-menu-wrapper a[href="javascript:;"]:active {
    cursor: default;
  }
  .header-nav .hs-menu-wrapper a[href]:not([href="javascript:;"]) {
    cursor: pointer;
  }
  .header-nav .hs-menu-wrapper>ul>li i.fas.fa-angle-down.dropdown-toggle {
    display: none;
  }
   .header-nav .hs-menu-wrapper>ul>li>ul>li i.fas.fa-angle-down.dropdown-toggle2 {
    display: none;
  }
  .fixed .header-nav .hs-menu-wrapper>ul>li>a {
    padding: 20px 0 20px;
  }
}

@media(max-width: 1538px){
  .menuImage {
    width:25%;
  }
  .hs-menu-image {
    height: 303px;
    margin-right: 0px;
    object-fit: cover;
  }
}
@media(max-width: 1225px){
  .menuImage {
    width:20%;
  }
  .hs-menu-image {
    height: 303px;
    margin-right: 0px;
    object-fit: cover;
  }
}

@media(max-width: 1199px){
  .header__container.content-wrapper {
    padding: 0;
  }
  .header-nav .hs-menu-wrapper>ul>li>a {
    margin: 0 11px;
  }
  html[lang="ja-jp"] .header-nav .hs-menu-wrapper>ul>li>a,
  html[lang="ja"] .header-nav .hs-menu-wrapper>ul>li>a {
    margin: 0 5px;
  }
  .menuImage{
    display:none;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul {
    gap: 20px;
    padding:0 40px;
    height: 300px;
  }
}

@media(min-width: 992px) and (max-width: 1016.9px) {
  html[lang="ja-jp"] .header-menu,
  html[lang="ja"] .header-menu {
    padding-right: 12px;
    padding-left: 12px;
  }
  html[lang="ja-jp"] .header-nav .hs-menu-wrapper>ul>li>a,
  html[lang="ja"] .header-nav .hs-menu-wrapper>ul>li>a {
    margin: 0 3px;
  }
}

@media (min-width: 1200px) and (max-width: 1350.9px) {
  html[lang="ja-jp"] .header-nav .hs-menu-wrapper>ul>li>a,
  html[lang="ja"] .header-nav .hs-menu-wrapper>ul>li>a {
    margin: 0 10px;
  }
}

.fa, .fas {
  font-weight: 900;
}
.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@keyframes fadeOut{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@media(max-width: 991.9px){
  .header.header--no-navigation .header__container.content-wrapper {
    min-height: 74px;
  }
  header.header {
    min-height: 74px;
  }
  .header__container.content-wrapper {
    padding: 0 24px;
  }
  .logo {
    width: 41.66666667%;
  }
  .header-menu {
    padding: 26px 15px 26px 15px;
  }
  .header__container_inner {
    padding: 0;
  }
  .header-nav {
    display: none;
  }
  .header-menu button.navbar-toggle {
    top: 4px;
    display: inline-block;
    margin-right: 0;
    margin-top: 0px;
  }
  .header-menu button.navbar-toggle .icon-bar {
    background: #232323;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
  }
  .header-menu button.navbar-toggle {
    top: 4px;
    display: inline-block;
    margin-right: 0;
    margin-top: 0px;
  }
  .header-menu button.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .header-nav {
    max-height: 80vh;
    overflow-y: auto !important;
    left: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .header-nav::-webkit-scrollbar{
    display: none;
  }
  .header-nav .hs-menu-wrapper>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06) !important;
    clear: both;
    float: none;
    position: relative;
  }
  .header-nav .hs-menu-wrapper>ul>li:not(:first-child)>a {
    border-top: solid 1px #e0e0e0;
  }
  .header-nav .hs-menu-wrapper>ul>li>a {
    margin: 0;
    padding: 9px 15px 8px;
    display: block;
    line-height: normal;
    background: transparent;
    font-weight: 600;
    width: 100%;
    border-bottom: solid 1px;
    letter-spacing: .015em;
    color: #ffffff !important;  
    border-color: transparent;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li {
    padding: 0;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>a {
    margin: 0;
    padding: 9px 8px 8px;
    display: block;
    background: transparent;
    font-weight: 600;
    width: 100%;
    border-bottom: solid 1px;
    letter-spacing: .015em;
    color: #ffffff !important;  
    border-color: transparent;
    left: 0;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    line-height: normal;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>ul>li>a {
    color: #ffffff !important;
    padding: 9px 15px 8px;
    left: 0;
    display: block;
    width: 100%;
    font-weight: 500;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    line-height: normal;
  }
  .header-nav .hs-menu-wrapper>ul {
    background-color: rgba(23, 23, 23, 0.95);
  }
  .header__container_inner {
    position: static;
  }
  .hs-menu-image {
    display: none;
  }
  i.fas.fa-angle-down.dropdown-toggle {
    color: #ffffff;
    display: block;
    position: absolute;
    right: 0px;
    font-size: 16px;
    cursor: pointer;
    padding: 9px 15px 8px;
    top: 0;
  }
    i.fas.fa-angle-down.dropdown-toggle2 {
    color: #ffffff;
    display: block;
    position: absolute;
    right: 0px;
    font-size: 16px;
    cursor: pointer;
    padding: 9px 15px 8px;
    top: 0;
  }
  .fa-angle-down:before {
    content: "\f107";
  }
  .header-nav .hs-menu-wrapper>ul>li>ul {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #232323;
    padding: 5px 15px 0;
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 0 -1px 0 !important;
    border-radius: 0px 0px 0px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
    position: relative;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li:last-child {
    border: 0;
  }
  .header-nav .hs-menu-wrapper>ul>li:last-child {
    border: 0 !important;
  }
  .header-nav .hs-menu-wrapper>ul>li.child-open i.fas.fa-angle-down.dropdown-toggle:before {
    content: "\f106" !important;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li.child-open i.fas.fa-angle-down.dropdown-toggle2:before {
    content: "\f106" !important;
  }
  .header-menu {
    order: 2;
  }
  .header-language-menu {
    order: 1;
  }
  .dark-header .header-nav .hs-menu-wrapper>ul>li:hover,
  .fixed .dark-header .header-nav .hs-menu-wrapper>ul>li:hover{
  box-shadow: none;
  }
}

@media(max-width: 767px){
  .header__container.content-wrapper {
    padding: 0 15px;
  }
  .header-nav .hs-menu-wrapper>ul>li>ul>li>a {
    line-height: 20px;
  }
  .header-nav .hs-menu-wrapper>ul>li {
    position: relative;
  }
  .hs-menu-image {
    display: none;
  }
}


/*----------------------target_blank----------------------*/
.header-nav .hs-menu-wrapper>ul>li a[target=_blank]:after {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 6px;
  position: relative;
  top: -1px;
  left: 5px;
  vertical-align: middle;
  background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/target_blank_off_w.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 6px;
}
.header-nav .hs-menu-wrapper>ul>li>a[target=_blank]:after {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 6px;
  position: relative;
  top: -1px;
  left: 5px;
  vertical-align: middle;
  background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/target_blank_off_b.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 6px;
}
.dark-header.home-page-wrap .header .header-menu a[target=_blank]:after {
  content: " ";
  display: inline-block;
  width: 7px;
  height: 6px;
  position: relative;
  top: -1px;
  left: 5px;
  vertical-align: middle;
  background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/target_blank_off_w.svg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 7px 6px;
}
.fixed .header-menu a[target=_blank]:after {
  background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/target_blank_off_b.svg)!important;
}
.fixed .header-menu .hs-menu-depth-3 a[target=_blank]:after {
  background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/target_blank_off_w.svg)!important;
}
a#back-to-top {
  top: auto;
  bottom: 100px;
  color: #fff;
  background: #878787;
  line-height: 28px;
  font-weight: bold;
  height: 30px;
  width: 30px;
  padding: 0;
  position: fixed;
  right: 45px;
  text-align: center;
  text-decoration: none;
  z-index: 10006;
  border-radius: 100%;
}
a#back-to-top:hover {
  background: #000;
  opacity: .8;
  color: #fff;
  border-color: #c11920;
}
a#back-to-top i {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 30px;
  position: relative;
}
.ti-arrow-up:before {
  content: "\e627";
}

@media(max-width: 991px){
  a#back-to-top {
    display: none !important;
  }
}

.footer-bottom-links-main a[target=_blank]:after {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 6px;
    position: relative;
    top: -1px;
    left: 5px;
    vertical-align: middle;
    background-image: url();
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 6px;
}

/*content-wrapper*/
.footer__container.content-wrapper {
  max-width: 100% !important;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1200px){
.footer__container.content-wrapper
{
padding:20px 30px;}
}

 @media (max-width: 991px){
.footer__container.content-wrapper
{
padding-right: 24px;
padding-left: 24px;}
}

 @media (max-width: 676px){
.footer__container.content-wrapper
{
padding-right: 15px;
padding-left: 15px;}
} 

/*footer_container_inner*/
.footer_container_inner {
  padding-top: 50px;
  padding-bottom: 50px;
  border-top: 1px solid;
  border-color: #363636;
}
.footer_container_inner
{
  border:none;
  width:100%;
}
.footer_container_inner a
{
color:#fff;
}
@media(max-width: 767px){
  .footer_container_inner {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/*footer-logo-section*/

.footer-logo-section
{
  border-bottom: 1px solid;
  width:100%;
padding: 10px 0;
    display: flex;
}

.footer-logo-section .left-section{
    font-size: 12px;
    line-height: 20px;
    width: 41.66666667%;
    float: left;
}
.footer-logo-section .left-section img{
    width: 120px;
}
.footer-logo-section .right-section{
float:right;
  display:flex;
  align-items: center;
  flex-direction: row-reverse;
}

.footer-logo-section .icon img{
  width:20px;}


.footer-logo-section .right-section {
  font-size: 12px;
  line-height: 20px;
  width: 58.33333333%;
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
.footer-logo-section .right-section {
  text-align: right;
}

@media(max-width: 991px){
  .footer-logo-section .right-section {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .footer-logo-section .right-section{
    padding: 0 15px;
  }
}


/*footer-bottom-links-main*/
.footer-bottom-links-main {
  margin: 10px auto;
  padding: 20px 0;
  max-width: 1400px;}
.footer-bottom-links-main .hs-menu-wrapper ul {
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1{
  width:12%;
  font-weight:bold;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1 ul{
  display: block;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul{
  width:100%;
  margin: 0 auto;
  list-style: none;
  padding-left: 0;
  display:flex;
  flex-wrap: nowrap;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2 {
    width: 20%;
    font-weight:bold;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2:first-child {
    width: 30%;
    font-weight: bold;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2 ul li{
    font-size: 12px;
    font-weight:normal;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2 ul.hs-menu-children-wrapper {
    display:block;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:first-child {
  width: 55%;
  font-weight:bold;
  font-size:14px;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:nth-child(2) {
    width: 9%;     
    min-width: 85px;
}
.footer-bottom-links-main .hs-menu-depth-2
{
  font-size:12px;
  font-weight:normal;
}
.footer-bottom-links-main .hs-menu-depth-3
{
}
.footer-bottom-links-main a[href="javascript:;"]:hover,
.footer-bottom-links-main a[href="javascript:;"]:focus,
.footer-bottom-links-main a[href="javascript:;"]:active{
  color: #fff;
  cursor: default	;
}

@media(max-width: 1200px){
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:first-child {
  width: 100%;
  font-weight:bold;
  margin-bottom:20px;
  }
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1{
  width:20%;
  font-weight:bold;
}
}
@media(max-width: 767px){
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:first-child {
  width: 100%;
  font-weight:bold;
  }
  .footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2 {
    width: 33%;
    font-weight:bold;
    margin-top:10px;
}
  .footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2:first-child {
    width: 33%;
    font-weight: bold;
}
  .footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:first-child {
    margin-bottom:20px;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1{
  width:33%;
  font-weight:bold;
  font-size:14px;
  margin-top:10px;
}
    .footer-bottom-links-main .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: row;
  }
}
@media(max-width: 440px){
  .footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1{
  width:100%;
}
  .footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2:first-child {
    width: 100%;
    font-weight: bold;
}
  .footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-depth-1:first-child ul .hs-menu-depth-2 {
    width: 100%;
    font-weight:bold;
}
.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:first-child {
  width: 100%;
  font-weight:bold;
}
    .footer-bottom-links-main .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}


/*footer-last-section*/
.footer-last-section{
  border-top: 1px solid;
padding: 10px 0;
}

.footer-last-section .row {
  margin-right: -15px;
  margin-left: -15px;
}
.footer-last-section .copyright {
  font-size: 12px;
  line-height: 20px;
  width: 41.66666667%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
.footer-last-section..row:after, .footer-last-section.row:before {
  content: "";
  display: block;
  clear: both;
}
.footer-last-section .right-section:after, .right-section:before {
  content: "";
  display: block;
  clear: both;
}
.footer-bottom-links .hs-menu-wrapper ul li {
  margin-right: 3px;
  display: inline-block;
}
.footer-last-section .right-section {
  text-align: right;
  font-size:12px;
}
.footer-last-section .footer-bottom-links .hs-menu-wrapper ul li:not(:last-child) a:after {
  content: "｜";
}
.footer-last-section .right-section .fb-like.fb_iframe_widget {
  float: right;
  margin-left: 20px;
}
.footer-last-section .right-section .fb-like.fb_iframe_widget * {
  width: 140px !important;
}
html[lang="en"] .footer-last-section .right-section .fb-like.fb_iframe_widget *,
html[lang="id"] .footer-last-section .right-section .fb-like.fb_iframe_widget * {
  width: 120px !important;
}

@media(max-width: 991px){
  .footer-last-section .footer-bottom-links .hs-menu-wrapper ul li {
    display: inline-block;
  }
  .footer-last-section .right-section {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .footer-last-section .copyright {
    width: 100%;
    float: none;
    text-align: center;
  }
  .footer-last-section .fb_iframe_widget {
    display: inline-block;
    position: relative;
  }

  .footer-last-section .right-section .fb-like.fb_iframe_widget {
    float: none;
    margin-left: 0;
    margin: 20px 0;
  }
  .footer-last-section .right-section{
    padding: 0 15px;
  }
  .footer-last-section .footer-bottom-links .hs-menu-wrapper ul li {
    display: block;
  }
}
.footer-bottom-links-main a[target=_blank]:after {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 6px;
    position: relative;
    top: -1px;
    left: 5px;
    vertical-align: middle;
    background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/target_blank_off_w.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 6px;
}
html[lang="en"] .footer-last-section .right-section .fb-like.fb_iframe_widget *,
html[lang="id"] .footer-last-section .right-section .fb-like.fb_iframe_widget * {
  width: 108px !important;
}
/* Menu and simple menu */

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

/* Horizontal menu */

@media (max-width: 767px) {
  .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: 767px) {
  .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: 767px) {
  .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;
  }
}
/* alignments */
.alignnone {margin: 0 0 20px 0;}
.aligncenter, div.aligncenter {display: block; margin: 5px auto 20px auto;}
.alignright {float:right; margin: 5px 0 20px 40px;}
.alignleft {float: left; margin: 5px 40px 20px 0;}
a img.alignright {float: right; margin: 5px 0 20px 30px;}
a img.alignnone {margin: 0 0 20px 0;}
a img.alignleft {float: left; margin: 5px 20px 20px 0;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

/* text size */
.text-extra-small {font-size:11px; line-height:14px}
.text-small {font-size:12px; line-height:20px}
.text-medium {font-size:16px; line-height:23px}
.text-large {font-size:18px; line-height:26px}
.text-extra-large {font-size: 20px; line-height:26px}
.title-medium {font-size: 70px; line-height:75px}
.title-large {font-size: 100px; line-height:95px}
.title-extra-large {font-size: 130px; line-height:120px}
.text-uppercase {
  text-transform: uppercase;
}

/* text color */
.text-white {color:#FFF}
.text-black {color:#000}
.text-extra-dark-gray {color:#232323}
.text-dark-gray {color:#626262}
.text-dark-gray-2 {color:#6f6f6f}
.text-extra-medium-gray {color:#757575}
.text-medium-gray {color:#939393}
.text-extra-light-gray {color:#b7b7b7}
.text-light-gray {color:#d6d5d5}
.text-very-light-gray {color:#ededed}
.text-deep-pink {color:#ff214f}

/* text hover color */
.text-white-hover:hover {color:#FFF}
.text-black-hover:hover {color:#000}
.text-extra-dark-gray-hover:hover {color:#232323}
.text-dark-gray-hover:hover {color:#626262}
.text-extra-medium-gray-hover:hover {color:#757575}
.text-medium-gray-hover:hover {color:#939393}
.text-extra-light-gray-hover:hover {color:#b7b7b7}
.text-light-gray-hover:hover {color:#d6d5d5}
.text-very-light-gray-hover:hover {color:#ededed}
.text-deep-pink-hover:hover {color:#ff214f}

/* dropcap */
.first-letter {float: left; font-size: 50px; line-height: normal; margin: 0 20px 0 0; text-align: center; padding: 10px 0; font-weight: 600}
.first-letter-big {float: left; font-size: 110px; line-height: 110px; margin: 0 20px 0 0; padding:0 8px;  text-align: center; font-weight: 600; position: relative;}
.first-letter-big:before {position: absolute; border-bottom: 1px solid; content: ""; display: block;  width: 100%; top: 55%; left: 0}
.first-letter-block {font-size: 30px; height: 55px; line-height: 22px; padding: 15px 0; width: 55px; font-weight: 500; margin-top: 5px}
.first-letter-block-round {border-radius:6px; border:1px solid;}
.first-letter-round {border-radius: 50%; font-size:35px; padding: 15px; width: 65px; height: 65px; line-height: 32px;}

/* blockquote */
blockquote {padding: 20px 30px}
blockquote  p {font-size: 18px; line-height: 30px; margin-bottom: 17px !important; font-weight: 300}
blockquote {border-left: 2px solid; padding: 15px 40px; margin: 45px 0}
blockquote footer {color: #939393;}
.blog-image blockquote {padding: 60px; border: 0; margin: 0;}
.blog-image blockquote h6:before {content:"\e67f"; font-family:'themify'; font-size: 40px; top:5px; position: relative; margin-right: 12px; color: #ff214f}

/* link color */
a.text-link-white, a.text-link-white i {color:#ffffff}
a.text-link-white:hover, a.text-link-white:hover i, a.text-link-white:focus, a.text-link-white:focus i {color:#ff214f}
a.text-link-black, a.text-link-black i {color:#000000}
a.text-link-dark-gray {color:#939393}
a.text-link-dark-gray:hover, .text-link-dark-gray:focus {color:#232323}
a.text-link-extra-dark-gray {color:#232323}
a.text-link-extra-dark-gray:hover, a.text-link-extra-dark-gray:focus {color:#000000}
a.text-link-deep-pink, a.text-link-deep-pink i {color:#ff214f}
a.text-link-deep-pink:hover, a.text-link-deep-pink:hover i, a.text-link-deep-pink:focus, a.text-link-deep-pink:focus i {color:#fff}

/* hover color */
a.text-white-hover:hover, a.text-white-hover:focus {color:#fff}
a.text-black-hover:hover, a.text-black-hover:focus {color:#000}
a.text-deep-pink-hover:hover, a.text-deep-pink-hover:focus {color:#ff214f}
a.text-black-hover:hover, a.text-black-hover:focus {color:#000}
.alt-font {
  font-weight: 500;
}

/* letter spacing */
.no-letter-spacing {letter-spacing:0px}
.letter-spacing-1 {letter-spacing:1px}
.letter-spacing-2 {letter-spacing:2px}
.letter-spacing-3 {letter-spacing:3px}
.letter-spacing-4 {letter-spacing:4px}
.letter-spacing-5 {letter-spacing:5px}
.letter-spacing-6 {letter-spacing:6px}
.letter-spacing-7 {letter-spacing:7px}
.letter-spacing-8 {letter-spacing:8px}
.letter-spacing-9 {letter-spacing:9px}
.letter-spacing-10 {letter-spacing:10px}
.letter-spacing-minus-1 {letter-spacing:-1px}
.letter-spacing-minus-2 {letter-spacing:-2px}
.letter-spacing-minus-3 {letter-spacing:-3px}
.letter-spacing-minus-4 {letter-spacing:-4px}
.letter-spacing-minus-5 {letter-spacing:-5px}
.letter-spacing-minus-6 {letter-spacing:-6px}
.letter-spacing-minus-7 {letter-spacing:-7px}
.letter-spacing-minus-8 {letter-spacing:-8px}
.letter-spacing-minus-9 {letter-spacing:-9px}
.letter-spacing-minus-10 {letter-spacing:-10px}

/* font weight */
.font-weight-100 {font-weight:100}
.font-weight-200 {font-weight:200}
.font-weight-300 {font-weight:300}
.font-weight-400 {font-weight:400}
.font-weight-500 {font-weight:500}
.font-weight-600 {font-weight:600}
.font-weight-700 {font-weight:700}
.font-weight-900 {font-weight:900}

/* text property */
.text-transform-unset {text-transform:unset}
.text-decoration-underline {text-decoration:underline;}
.text-decoration-line-through {text-decoration:line-through;}
.line-height-unset {line-height: unset}
.line-height-normal {line-height: normal}
.line-height-none {line-height:0}
.word-wrap {word-wrap: break-word}
.text-nowrap{white-space: nowrap;}
.text-transform-none {text-transform:none}
.text-transform-uppercase {text-transform:uppercase}
.title-line-through {padding: 0 15px}
.text-middle-line {position: relative; white-space: nowrap}
.text-outside-line {position: relative}
.text-outside-line::before {border-top: 1px solid; content: ""; height: 0; left: auto; position: absolute; right: -60px; top: 50%; width: 40px; opacity: .4;}
.text-outside-line::after {border-top: 1px solid; content: ""; height: 0; left: auto; position: absolute; left: -60px; top: 50%; width: 40px; opacity: .4;}
.text-outside-line-full {position: relative; display: inline-block}
.text-outside-line-full::before {content: ""; position: absolute; top: 50%; height: 1px; width: 99%; display: block; border-bottom:1px solid; right: 100%; margin-right: 25px; opacity: .15}
.text-outside-line-full::after {content: ""; position: absolute; top: 50%; height: 1px; width: 99%; display: block; border-bottom:1px solid; left: 100%; margin-left: 25px; opacity: .15}
.text-middle-line:before {border-bottom: 1px solid; position: absolute; content: ""; width: 100%; top: 53%; opacity: 0.35; left: 0;}
.text-bottom-line {width: 1px; border-top: 30px solid; margin-left: auto; margin-right: auto;}
.text-middle-line-deep-pink:before {border-bottom: 1px solid #ff214f; position: absolute; content: ""; width: 100%; margin-top: 5px; margin-left: -20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%);}
.text-decoration-line-through-black,.text-decoration-line-through-deep-pink {position: relative;}
.text-decoration-line-through-deep-pink:before {background: #ff214f;}
.text-decoration-line-through-black:before {background: #000;}
.text-decoration-line-through-black::before,.text-decoration-line-through-deep-pink:before {content: ""; height: 1px; left: -10px; position: absolute; top: 53%; width: calc(100% + 20px);-webkit-transform: translateY(-53%); -moz-transform: translateY(-53%); -ms-transform: translateY(-53%); -o-transform: translateY(-53%); transform: translateY(-53%);}

/* line height */
.line-height-10 {line-height:10px}
.line-height-16 {line-height:16px}
.line-height-18 {line-height:18px}
.line-height-20 {line-height:20px}
.line-height-24 {line-height:24px}
.line-height-22 {line-height:22px}
.line-height-26 {line-height:26px}
.line-height-28 {line-height:28px}
.line-height-30 {line-height:30px}
.line-height-35 {line-height:35px}
.line-height-40 {line-height:40px}
.line-height-45 {line-height:45px}
.line-height-50 {line-height:50px}
.line-height-55 {line-height:55px}
.line-height-60 {line-height:60px}
.line-height-65 {line-height:65px}
.line-height-70 {line-height:70px}
.line-height-75 {line-height:75px}
.line-height-80 {line-height:80px}
.line-height-85 {line-height:85px}
.line-height-90 {line-height:90px}
.line-height-95 {line-height:95px}
.line-height-100 {line-height:100px}
.line-height-110 {line-height:110px}
.line-height-120 {line-height:120px}

/* ===================================
Background color
====================================== */

.bg-transparent {background-color: transparent;}
.bg-white {background-color:#fff;}
.bg-black {background-color:#000;}
.bg-extra-dark-gray {background-color:#1c1c1c;}
.bg-dark-gray {background-color:#757575;}
.bg-extra-medium-gray {background-color:#939393;}
.bg-medium-gray {background-color:#dbdbdb;}
.bg-extra-light-gray {background-color:#e0e0e0}
.bg-medium-light-gray {background-color:#ededed}
.bg-light-gray {background-color:#f7f7f7}
.bg-very-light-gray {background-color:#fafafa}
.bg-deep-pink {background-color:#ff214f;}
.bg-transparent-white {background-color: rgba(255,255,255,0); background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(37%, rgba(255,255,255,0)), color-stop(96%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );}
.bg-transparent-black {background-color: rgba(0,0,0,0); background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(37%, rgba(0,0,0,0)), color-stop(96%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );}
.bg-white-opacity {background-color: rgba(255, 255, 255, 0.85);}
.bg-black-opacity {background-color: rgba(0, 0, 0, 0.85);}
.bg-black-opacity-light {background-color: rgba(0, 0, 0, 0.5);}
.bg-deep-pink-opacity {background-color: rgba(255, 33, 79, 0.85);}

/* hover color */
.bg-transparent-hover:hover {background-color: transparent;}
.bg-white-hover:hover {background-color:#fff;}
.bg-black-hover:hover {background-color:#000;}
.bg-extra-dark-gray-hover:hover {background-color:#1c1c1c;}
.bg-dark-gray-hover:hover {background-color:#757575;}
.bg-extra-medium-gray-hover:hover {background-color:#939393;}
.bg-medium-gray-hover:hover {background-color:#dbdbdb;}
.bg-extra-light-gray-hover:hover {background-color:#e0e0e0}
.bg-medium-light-gray-hover:hover {background-color:#ededed}
.bg-light-gray-hover:hover {background-color:#f7f7f7}
.bg-very-light-gray-hover:hover {background-color:#fafafa}
.bg-deep-pink-hover:hover {background-color:#ff214f;}
.bg-transparent-white-hover:hover {background-color: rgba(255,255,255,0); background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(37%, rgba(255,255,255,0)), color-stop(96%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 37%, rgba(255,255,255,1) 96%, rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );}
.bg-transparent-black-hover:hover {background-color: rgba(0,0,0,0); background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(37%, rgba(0,0,0,0)), color-stop(96%, rgba(0,0,0,1)), color-stop(100%, rgba(0,0,0,1))); background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 37%, rgba(0,0,0,1) 96%, rgba(0,0,0,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=1 );}
.bg-white-opacity-hover:hover {background-color: rgba(255, 255, 255, 0.85);}
.bg-black-opacity-hover:hover {background-color: rgba(0, 0, 0, 0.85);}
.bg-deep-pink-opacity-hover:hover {background-color: rgba(255, 33, 79, 0.85);}

/* background position */
.bg-position-left-top, .vc_row-has-fill.bg-position-left-top, .vc_col-has-fill .bg-position-left-top {background-position: left top !important}
.bg-position-left-center, .vc_row-has-fill.bg-position-left-center, .vc_col-has-fill .bg-position-left-center {background-position: left center !important}
.bg-position-left-bottom, .vc_row-has-fill.bg-position-left-bottom, .vc_col-has-fill .bg-position-left-bottom {background-position: left bottom !important}
.bg-position-center-top, .vc_row-has-fill.bg-position-center-top, .vc_col-has-fill .bg-position-center-top {background-position: center top !important}
.bg-position-center-center, .vc_row-has-fill.bg-position-center-center, .vc_col-has-fill .bg-position-center-center {background-position: center center !important}
.bg-position-center-bottom, .vc_row-has-fill.bg-position-center-bottom, .vc_col-has-fill .bg-position-center-bottom {background-position: center bottom !important}
.bg-position-right-top, .vc_row-has-fill.bg-position-right-top, .vc_col-has-fill .bg-position-right-top {background-position: right top !important}
.bg-position-right-center, .vc_row-has-fill.bg-position-right-center, .vc_col-has-fill .bg-position-right-center {background-position: right center !important}
.bg-position-right-bottom, .vc_row-has-fill.bg-position-right-bottom, .vc_col-has-fill .bg-position-right-bottom {background-position: right bottom !important}

/* home blog grid */
.highlight-bg-text {padding: 5px 16px; display: inline-block; margin-bottom: 15px;}

/* ===================================
Aside style
====================================== */

.aside-title {position: relative; overflow:hidden}
.aside-title span {display: inline-block; vertical-align:middle; margin-right: 20px;}
.aside-title:after {content: ""; display: inline-block; width: 100%; background: #ff214f; height: 1px; top: 50%; position: absolute;}
.right-sidebar {padding-right:45px;}
.left-sidebar {padding-left:45px;}

/* ===================================
Full screen video
====================================== */

.video-wrapper {height: 100%; overflow: hidden; position: absolute; width: 100%;}
.html-video {background-color: #000; height: auto; left: 50%; min-height: 100%; min-width: 100%; position: absolute; top: 50%; -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);  width: auto; z-index: -3;}
.video-wrapper iframe {height: 100%; left: 0; position: absolute; top: -5px !important; width: 100%;}
.video-background{position: absolute; height: 100%; width: 100%; z-index: 1; top:0; background: rgba(67,67,67,0.5)}
.external-fit-videos {position: absolute; top: 0; width: 100%; left: 0; z-index: -1;}
.pofo-vimeo-bg-video {width: 100%; display: inline-block; position: absolute; top: 0; height: 100%; left: 0; right: 0; z-index: -1}
.pofo-vimeo-bg-video .fluid-width-video-wrapper {padding-bottom: 56.25% !important;padding-top: 0 !important;height: 0;}

/* opacity */
.bg-overlay {position: absolute; height: 100%; width: 100%; top:0; left: 0;}
.opacity-very-light {position: absolute; height: 100%; width: 100%; opacity: 0.2; top:0; left: 0;}
.opacity-light {position: absolute; height: 100%; width: 100%; opacity: 0.3; top:0; left: 0;}
.opacity-extra-medium {position: absolute; height: 100%; width: 100%; opacity: 0.5; top:0; left: 0;}
.opacity-medium {position: absolute; height: 100%; width: 100%; opacity: 0.75; top:0; left: 0;}
.opacity-full {position: absolute; height: 100%; width: 100%; opacity: 0.8; top:0; left: 0;}
.opacity-full-dark {position: absolute; height: 100%; width: 100%; opacity: 0.9; top:0; left: 0;}

.opacity1 {opacity:.1}
.opacity2 {opacity:.2}
.opacity3 {opacity:.3}
.opacity4 {opacity:.4}
.opacity5 {opacity:.5}
.opacity6 {opacity:.6}
.opacity7 {opacity:.7}
.opacity8 {opacity:.8}
.opacity9 {opacity:.9}

/* box shadow */
.btn-shadow {box-shadow: 0 0 6px rgba(0,0,0,.3);}
.btn-shadow-large {box-shadow: 0 0 12px rgba(0,0,0,.2);}
.box-shadow-light {box-shadow: 0 0 3px rgba(0,0,0,.1);}
.box-shadow {box-shadow: 0 0 3px rgba(0,0,0, .2);}
.box-shadow-dark {box-shadow: 0 0 4px rgba(0,0,0,.4);}
.box-shadow-large {box-shadow: 0 0 12px rgba(0,0,0,.1);}

/* ===================================
Background image
====================================== */

.parallax {position: relative; background-size: cover; overflow: hidden; background-attachment: fixed;}
.fix-background {position: relative;  background-size: cover; animation-duration: 0s; animation-fill-mode: none; -webkit-animation-duration: 0s; -webkit-animation-fill-mode: none; -moz-animation-duration: 0s;  -moz-animation-fill-mode: none; -ms-animation-duration: 0s;  -ms-animation-fill-mode: none; overflow: hidden; background-position: center center; background-repeat: no-repeat; background-attachment: fixed}
.cover-background {position: relative !important; background-size: cover !important; overflow: hidden !important; background-position: center; background-repeat: no-repeat !important;}
.background-size-inherit {background-size: inherit}
.background-attachment-inherit {background-attachment: inherit}
.background-position-left {background-position: left center;}
.background-position-left-bottom {background-position: left bottom;}
.background-position-right {background-position: right center;}
.background-position-top {background-position: center top !important;}
.up-down-ani {display:table; position: relative; -webkit-animation-name: example; -webkit-animation-duration:.7s; -webkit-animation-timing-function: linear; -webkit-animation-delay:.7s; -webkit-animation-iteration-count: infinite; -webkit-animation-direction: alternate; -moz-animation-name: example; -moz-animation-duration:.7s; -moz-animation-timing-function: linear; -moz-animation-delay:.7s; -moz-animation-iteration-count: infinite; -ms-animation-name: example; -ms-animation-duration:.7s; -ms-animation-timing-function: linear; -ms-animation-delay:.7s; -ms-animation-iteration-count: infinite; -ms-animation-direction: alternate; animation-direction: alternate; animation-name: example; animation-duration:.7s; animation-timing-function: linear; animation-delay:.7s; animation-iteration-count: infinite; animation-direction: alternate; margin:0 auto;}
.background-position-x-50 {background-position-x: 50% !important;}

/* ===================================
Custom
====================================== */

.center-col {float:none; margin-left:auto; margin-right:auto}
.default-page-space {padding: 130px 0; overflow: hidden;position:relative;}
section.big-section {padding:160px 0;}
section.extra-big-section {padding:200px 0;}
section.half-section {padding:80px 0;}
.pofo-page-content-area, .pofo-page-widget-area {padding-top: 130px; padding-bottom: 130px;}
.overlap-section {margin-top:-14%; position: relative}
.white-space-normal {white-space: normal !important;}
.icon-spacing ul li {margin: 5px 12px;}
.last-paragraph-no-margin p:last-of-type {
  margin-bottom: 0;
}

.col-2-nth .col-md-6:nth-child(2n+1) {clear: left;}
.col-2-nth .col-sm-6:nth-child(2n+1) {clear: left;}
.col-3-nth .col-md-4:nth-child(3n+1) {clear: left;}
.col-3-nth .col-sm-4:nth-child(3n+1) {clear: left;}
.col-4-nth .col-md-3:nth-child(4n+1) {clear: left;}
.col-4-nth .col-sm-3:nth-child(4n+1) {clear: left;}

.col-2-nth-item .col-md-6:nth-child(2n+1) {clear: left;}
.col-3-nth-item .col-md-4:nth-child(3n+1) {clear: left;}
.col-4-nth-item .col-md-3:nth-child(4n+1) {clear: left;}
.col-6-nth-item .col-lg-2:nth-child(6n+1) {clear: left;}

/* separator */
.separator-line-verticle-extra-small {width:1px; height: 8px;}
.separator-line-verticle-small-think {width:17px; height: 3px;}
.separator-line-verticle-small {width:1px; height: 13px;}
.separator-line-verticle-small-think2 {width:64px; height: 7px;}
.separator-line-verticle-large {width:1px; height:20px;}
.separator-line-verticle-extra-large {width:1px; height:30px;}
.separator-line-verticle-medium-think-full {width:8px; height: 40px;}
.separator-line-verticle-large-thick {width:109px; height: 11px}
.separator-line-horrizontal-medium-light {width:36px; height: 3px;}
.separator-line-horrizontal-medium-light2 {width:40%; height: 1px;}
.separator-line-horrizontal-medium-light3 {width:18%; height: 1px;}
.separator-line-horrizontal-medium-think {width:50px; height: 5px;}
.separator-line-horrizontal-large-think {width:100%; height: 8px;}
.separator-line-horrizontal-full {width:100%; height: 1px;}

/* divider */
.divider-full {width:100%; height: 1px; display: inline-block}

/*==============================
Margin
================================*/

.margin-half-all {margin:.5%}
.margin-one-all {margin:1%}
.margin-one-half-all {margin:1.5%}
.margin-two-all {margin:2%}
.margin-two-half-all {margin:2.5%}
.margin-three-all {margin:3%}
.margin-three-half-all {margin:3.5%}
.margin-four-all {margin:4%}
.margin-four-half-all {margin:4.5%}
.margin-five-all {margin:5%}
.margin-five-half-all {margin:5.5%}
.margin-six-all {margin:6%}
.margin-six-half-all {margin:6.5%}
.margin-seven-all {margin:7%}
.margin-seven-half-all {margin:7.5%}
.margin-eight-all {margin:8%}
.margin-eight-half-all {margin:8.5%}
.margin-nine-all {margin:9%}
.margin-nine-half-all {margin:9.5%}
.margin-ten-all {margin:10%}
.margin-ten-half-all {margin:10.5%}
.margin-eleven-all {margin:11%}
.margin-eleven-half-all {margin:11.5%}
.margin-twelve-all {margin:12%}
.margin-twelve-half-all {margin:12.5%}
.margin-thirteen-all {margin:13%}
.margin-thirteen-half-all {margin:13.5%}
.margin-fourteen-all {margin:14%}
.margin-fourteen-half-all {margin:14.5%}
.margin-fifteen-all {margin:15%}
.margin-fifteen-half-all {margin:15.5%}
.margin-sixteen-all {margin:16%}
.margin-sixteen-half-all {margin:16.5%}
.margin-seventeen-all {margin:17%}
.margin-seventeen-half-all {margin:17.5%}
.margin-eighteen-all {margin:18%}
.margin-eighteen-half-all {margin:18.5%}
.margin-nineteen-all {margin:19%}
.margin-nineteen-half-all {margin:19.5%}
.margin-twenty-all {margin:20%}
.margin-5px-all {margin:5px}
.margin-10px-all {margin:10px}
.margin-15px-all {margin:15px}
.margin-20px-all {margin:20px}
.margin-25px-all {margin:25px}
.margin-30px-all {margin:30px}
.margin-35px-all {margin:35px}
.margin-40px-all {margin:40px}
.margin-45px-all {margin:45px}
.margin-50px-all {margin:50px}
.margin-55px-all {margin:55px}
.margin-60px-all {margin:60px}
.margin-65px-all {margin:65px}
.margin-70px-all {margin:70px}
.margin-75px-all {margin:75px}
.margin-80px-all {margin:80px}
.margin-85px-all {margin:85px}
.margin-90px-all {margin:90px}
.margin-95px-all {margin:95px}
.margin-100px-all {margin:100px}

.no-margin {margin:0 !important}
.no-margin-lr {margin-left: 0 !important; margin-right: 0 !important}
.no-margin-tb {margin-top: 0 !important; margin-bottom: 0 !important}
.no-margin-top {margin-top:0 !important}
.no-margin-bottom {margin-bottom:0 !important}
.no-margin-left {margin-left:0 !important}
.no-margin-right {margin-right:0 !important}
.margin-lr-auto {margin-left:auto !important; margin-right:auto !important}
.margin-auto {margin: 0 auto !important;}

/* margin top */
.margin-one-top {margin-top:1%}
.margin-one-half-top {margin-top:1.5%}
.margin-two-top {margin-top:2%}
.margin-two-half-top {margin-top:2.5%}
.margin-three-top {margin-top:3%}
.margin-three-half-top {margin-top:3.5%}
.margin-four-top {margin-top:4%}
.margin-four-half-top {margin-top:4.5%}
.margin-five-top {margin-top:5%}
.margin-five-half-top {margin-top:5.5%}
.margin-six-top {margin-top:6%}
.margin-six-half-top {margin-top:6.5%}
.margin-seven-top {margin-top:7%}
.margin-seven-half-top {margin-top:7.5%}
.margin-eight-top {margin-top:8%}
.margin-eight-half-top {margin-top:8.5%}
.margin-nine-top {margin-top:9%}
.margin-nine-half-top {margin-top:9.5%}
.margin-ten-top {margin-top:10%}
.margin-ten-half-top {margin-top:10.5%}
.margin-eleven-top {margin-top:11%}
.margin-eleven-half-top {margin-top:11.5%}
.margin-twelve-top {margin-top:12%}
.margin-twelve-half-top {margin-top:12.5%}
.margin-thirteen-top {margin-top:13%}
.margin-thirteen-half-top {margin-top:13.5%}
.margin-fourteen-top {margin-top:14%}
.margin-fourteen-half-top {margin-top:14.5%}
.margin-fifteen-top {margin-top:15%}
.margin-fifteen-half-top {margin-top:15.5%}
.margin-sixteen-top {margin-top:16%}
.margin-sixteen-half-top {margin-top:16.5%}
.margin-seventeen-top {margin-top:17%}
.margin-seventeen-half-top {margin-top:17.5%}
.margin-eighteen-top {margin-top:18%}
.margin-eighteen-half-top {margin-top:18.5%}
.margin-nineteen-top {margin-top:19%}
.margin-nineteen-half-top {margin-top:19.5%}
.margin-twenty-top {margin-top:20%}
.margin-5px-top {margin-top:5px}
.margin-10px-top {margin-top:10px}
.margin-15px-top {margin-top:15px}
.margin-20px-top {margin-top:20px}
.margin-25px-top {margin-top:25px}
.margin-30px-top {margin-top:30px}
.margin-35px-top {margin-top:35px}
.margin-40px-top {margin-top:40px}
.margin-45px-top {margin-top:45px}
.margin-50px-top {margin-top:50px}
.margin-55px-top {margin-top:55px}
.margin-60px-top {margin-top:60px}
.margin-65px-top {margin-top:65px}
.margin-70px-top {margin-top:70px}
.margin-75px-top {margin-top:75px}
.margin-80px-top {margin-top:80px}
.margin-90px-top {margin-top:90px}
.margin-100px-top {margin-top:100px}
.margin-minus-fourteen-top {margin-top: -14%}
.margin-minus-twenty-five-top {margin-top: -25%}

/* margin bottom */
.margin-one-bottom {margin-bottom:1%}
.margin-one-half-bottom {margin-bottom:1.5%}
.margin-two-bottom {margin-bottom:2%}
.margin-two-half-bottom {margin-bottom:2.5%}
.margin-three-bottom {margin-bottom:3%}
.margin-three-half-bottom {margin-bottom:3.5%}
.margin-four-bottom {margin-bottom:4%}
.margin-four-half-bottom {margin-bottom:4.5%}
.margin-five-bottom {margin-bottom:5%}
.margin-five-half-bottom {margin-bottom:5.5%}
.margin-six-bottom {margin-bottom:6%}
.margin-six-half-bottom {margin-bottom:6.5%}
.margin-seven-bottom {margin-bottom:7%}
.margin-seven-half-bottom {margin-bottom:7.5%}
.margin-eight-bottom {margin-bottom:8%}
.margin-eight-half-bottom {margin-bottom:8.5%}
.margin-nine-bottom {margin-bottom:9%}
.margin-nine-half-bottom {margin-bottom:9.5%}
.margin-ten-bottom {margin-bottom:10%}
.margin-ten-half-bottom {margin-bottom:10.5%}
.margin-eleven-bottom {margin-bottom:11%}
.margin-eleven-half-bottom {margin-bottom:11.5%}
.margin-twelve-bottom {margin-bottom:12%}
.margin-twelve-half-bottom {margin-bottom:12.5%}
.margin-thirteen-bottom {margin-bottom:13%}
.margin-thirteen-half-bottom {margin-bottom:13.5%}
.margin-fourteen-bottom {margin-bottom:14%}
.margin-fourteen-half-bottom {margin-bottom:14.5%}
.margin-fifteen-bottom {margin-bottom:15%}
.margin-fifteen-half-bottom {margin-bottom:15.5%}
.margin-sixteen-bottom {margin-bottom:16%}
.margin-sixteen-half-bottom {margin-bottom:16.5%}
.margin-seventeen-bottom {margin-bottom:17%}
.margin-seventeen-half-bottom {margin-bottom:17.5%}
.margin-eighteen-bottom {margin-bottom:18%}
.margin-eighteen-half-bottom {margin-bottom:18.5%}
.margin-nineteen-bottom {margin-bottom:19%}
.margin-nineteen-half-bottom {margin-bottom:19.5%}
.margin-twenty-bottom {margin-bottom:20%}
.margin-5px-bottom {margin-bottom:5px}
.margin-10px-bottom {margin-bottom:10px}
.margin-15px-bottom {margin-bottom:15px}
.margin-20px-bottom {margin-bottom:20px}
.margin-25px-bottom {margin-bottom:25px}
.margin-30px-bottom {margin-bottom:30px}
.margin-35px-bottom {margin-bottom:35px}
.margin-40px-bottom {margin-bottom:40px}
.margin-45px-bottom {margin-bottom:45px}
.margin-50px-bottom {margin-bottom:50px}
.margin-55px-bottom {margin-bottom:55px}
.margin-60px-bottom {margin-bottom:60px}
.margin-65px-bottom {margin-bottom:65px}
.margin-70px-bottom {margin-bottom:70px}
.margin-75px-bottom {margin-bottom:75px}
.margin-80px-bottom {margin-bottom:80px}
.margin-85px-bottom {margin-bottom:85px}
.margin-90px-bottom {margin-bottom:90px}
.margin-95px-bottom {margin-bottom:95px}
.margin-100px-bottom {margin-bottom:100px}

/* margin right */
.margin-one-right {margin-right:1%}
.margin-one-half-right {margin-right:1.5%}
.margin-two-right {margin-right:2%}
.margin-two-half-right {margin-right:2.5%}
.margin-three-right {margin-right:3%}
.margin-three-half-right {margin-right:3.5%}
.margin-four-right {margin-right:4%}
.margin-four-half-right {margin-right:4.5%}
.margin-five-right {margin-right:5%}
.margin-five-half-right {margin-right:5.5%}
.margin-six-right {margin-right:6%}
.margin-six-half-right {margin-right:6.5%}
.margin-seven-right {margin-right:7%}
.margin-seven-half-right {margin-right:7.5%}
.margin-eight-right {margin-right:8%}
.margin-eight-half-right {margin-right:8.5%}
.margin-nine-right {margin-right:9%}
.margin-nine-half-right {margin-right:9.5%}
.margin-ten-right {margin-right:10%}
.margin-ten-half-right {margin-right:10.5%}
.margin-eleven-right {margin-right:11%}
.margin-eleven-half-right {margin-right:11.5%}
.margin-twelve-right {margin-right:12%}
.margin-twelve-half-right {margin-right:12.5%}
.margin-thirteen-right {margin-right:13%}
.margin-thirteen-half-right {margin-right:13.5%}
.margin-fourteen-right {margin-right:14%}
.margin-fourteen-half-right {margin-right:14.5%}
.margin-fifteen-right {margin-right:15%}
.margin-fifteen-half-right {margin-right:15.5%}
.margin-sixteen-right {margin-right:16%}
.margin-sixteen-half-right {margin-right:16.5%}
.margin-seventeen-right {margin-right:17%}
.margin-seventeen-half-right {margin-right:17.5%}
.margin-eighteen-right {margin-right:18%}
.margin-eighteen-half-right {margin-right:18.5%}
.margin-nineteen-right {margin-right:19%}
.margin-nineteen-half-right {margin-right:19.5%}
.margin-twenty-right {margin-right:20%}
.margin-5px-right {margin-right:5px}
.margin-10px-right {margin-right:10px}
.margin-15px-right {margin-right:15px}
.margin-20px-right {margin-right:20px}
.margin-25px-right {margin-right:25px}
.margin-30px-right {margin-right:30px}
.margin-35px-right {margin-right:35px}
.margin-40px-right {margin-right:40px}
.margin-45px-right {margin-right:45px}
.margin-50px-right {margin-right:50px}
.margin-55px-right {margin-right:55px}
.margin-60px-right {margin-right:60px}
.margin-65px-right {margin-right:65px}
.margin-70px-right {margin-right:70px}
.margin-75px-right {margin-right:75px}
.margin-80px-right {margin-right:80px}
.margin-85px-right {margin-right:85px}
.margin-90px-right {margin-right:90px}
.margin-95px-right {margin-right:95px}
.margin-100px-right {margin-right:100px}

/* margin left */
.margin-one-left {margin-left:1%}
.margin-one-half-left {margin-left:1.5%}
.margin-two-left {margin-left:2%}
.margin-two-half-left {margin-left:2.5%}
.margin-three-left {margin-left:3%}
.margin-three-half-left {margin-left:3.5%}
.margin-four-left {margin-left:4%}
.margin-four-half-left {margin-left:4.5%}
.margin-five-left {margin-left:5%}
.margin-five-half-left {margin-left:5.5%}
.margin-six-left {margin-left:6%}
.margin-six-half-left {margin-left:6.5%}
.margin-seven-left {margin-left:7%}
.margin-seven-half-left {margin-left:7.5%}
.margin-eight-left {margin-left:8%}
.margin-eight-half-left {margin-left:8.5%}
.margin-nine-left {margin-left:9%}
.margin-nine-half-left {margin-left:9.5%}
.margin-ten-left {margin-left:10%}
.margin-ten-half-left {margin-left:10.5%}
.margin-eleven-left {margin-left:11%}
.margin-eleven-half-left {margin-left:11.5%}
.margin-twelve-left {margin-left:12%}
.margin-twelve-half-left {margin-left:12.5%}
.margin-thirteen-left {margin-left:13%}
.margin-thirteen-half-left {margin-left:13.5%}
.margin-fourteen-left {margin-left:14%}
.margin-fourteen-half-left {margin-left:14.5%}
.margin-fifteen-left {margin-left:15%}
.margin-fifteen-half-left {margin-left:15.5%}
.margin-sixteen-left {margin-left:16%}
.margin-sixteen-half-left {margin-left:16.5%}
.margin-seventeen-left {margin-left:17%}
.margin-seventeen-half-left {margin-left:17.5%}
.margin-eighteen-left {margin-left:18%}
.margin-eighteen-half-left {margin-left:18.5%}
.margin-nineteen-left {margin-left:19%}
.margin-nineteen-half-left {margin-left:19.5%}
.margin-twenty-left {margin-left:20%}
.margin-5px-left {margin-left:5px}
.margin-10px-left {margin-left:10px}
.margin-15px-left {margin-left:15px}
.margin-20px-left {margin-left:20px}
.margin-25px-left {margin-left:25px}
.margin-30px-left {margin-left:30px}
.margin-35px-left {margin-left:35px}
.margin-40px-left {margin-left:40px}
.margin-45px-left {margin-left:45px}
.margin-50px-left {margin-left:50px}
.margin-55px-left {margin-left:55px}
.margin-60px-left {margin-left:60px}
.margin-65px-left {margin-left:65px}
.margin-70px-left {margin-left:70px}
.margin-75px-left {margin-left:75px}
.margin-80px-left {margin-left:80px}
.margin-85px-left {margin-left:85px}
.margin-90px-left {margin-left:90px}
.margin-95px-left {margin-left:95px}
.margin-100px-left {margin-left:100px}

/* margin left right */
.margin-one-lr {margin-left:1%; margin-right:1%;}
.margin-one-half-lr {margin-left:1.5%; margin-right:1.5%;}
.margin-two-lr {margin-left:2%; margin-right:2%;}
.margin-two-half-lr {margin-left:2.5%; margin-right:2.5%;}
.margin-three-lr {margin-left:3%; margin-right:3%;}
.margin-three-half-lr {margin-left:3.5%; margin-right:3.5%;}
.margin-four-lr {margin-left:4%; margin-right:4%;}
.margin-four-half-lr {margin-left:4.5%; margin-right:4.5%;}
.margin-five-lr {margin-left:5%; margin-right:5%;}
.margin-five-half-lr {margin-left:5.5%; margin-right:5.5%;}
.margin-six-lr {margin-left:6%; margin-right:6%;}
.margin-six-half-lr {margin-left:6.5%; margin-right:6.5%;}
.margin-seven-lr {margin-left:7%; margin-right:7%;}
.margin-seven-half-lr {margin-left:7.5%; margin-right:7.5%;}
.margin-eight-lr {margin-left:8%; margin-right:8%;}
.margin-eight-half-lr {margin-left:8.5%; margin-right:8.5%;}
.margin-nine-lr {margin-left:9%; margin-right:9%;}
.margin-nine-half-lr {margin-left:9.5%; margin-right:9.5%;}
.margin-ten-lr {margin-left:10%; margin-right:10%;}
.margin-ten-half-lr {margin-left:10.5%; margin-right:10.5%;}
.margin-eleven-lr {margin-left:11%; margin-right:11%;}
.margin-eleven-half-lr {margin-left:11.5%; margin-right:11.5%;}
.margin-twelve-lr {margin-left:12%; margin-right:12%;}
.margin-twelve-half-lr {margin-left:12.5%; margin-right:12.5%;}
.margin-thirteen-lr {margin-left:13%; margin-right:13%;}
.margin-thirteen-half-lr {margin-left:13.5%; margin-right:13.5%;}
.margin-fourteen-lr {margin-left:14%; margin-right:14%;}
.margin-fourteen-half-lr {margin-left:14.5%; margin-right:14.5%;}
.margin-fifteen-lr {margin-left:15%; margin-right:15%;}
.margin-fifteen-half-lr {margin-left:15.5%; margin-right:15.5%;}
.margin-sixteen-lr {margin-left:16%; margin-right:16%;}
.margin-sixteen-half-lr {margin-left:16.5%; margin-right:16.5%;}
.margin-seventeen-lr {margin-left:17%; margin-right:17%;}
.margin-seventeen-half-lr {margin-left:17.5%; margin-right:17.5%;}
.margin-eighteen-lr {margin-left:18%; margin-right:18%;}
.margin-eighteen-half-lr {margin-left:18.5%; margin-right:18.5%;}
.margin-nineteen-lr {margin-left:19%; margin-right:19%;}
.margin-nineteen-half-lr {margin-left:19.5%; margin-right:19.5%;}
.margin-twenty-lr {margin-left:20%; margin-right:20%;}
.margin-twenty-half-lr {margin-left:20.5%; margin-right:20.5%;} 
.margin-twenty-one-lr {margin-left:21%; margin-right:21%;}
.margin-twenty-one-half-lr {margin-left:21.5%; margin-right:21.5%;}
.margin-twenty-two-lr {margin-left:22%; margin-right:22%;}
.margin-twenty-two-half-lr {margin-left:22.5%; margin-right:22.5%;}
.margin-twenty-three-lr {margin-left:23%; margin-right:23%;}
.margin-twenty-three-half-lr {margin-left:23.5%; margin-right:23.5%;}
.margin-twenty-four-lr {margin-left:24%; margin-right:24%;}
.margin-twenty-four-half-lr {margin-left:24.5%; margin-right:24.5%;}
.margin-twenty-five-lr {margin-left:25%; margin-right:25%;}
.margin-thirty-lr {margin-left:30%; margin-right:30%;}

.margin-5px-lr {margin-left:5px; margin-right:5px;}
.margin-10px-lr {margin-left:10px; margin-right:10px;}
.margin-15px-lr {margin-left:15px; margin-right:15px;}
.margin-20px-lr {margin-left:20px; margin-right:20px;}
.margin-25px-lr {margin-left:25px; margin-right:25px;}
.margin-30px-lr {margin-left:30px; margin-right:30px;}
.margin-35px-lr {margin-left:35px; margin-right:35px;}
.margin-40px-lr {margin-left:40px; margin-right:40px;}
.margin-45px-lr {margin-left:45px; margin-right:45px;}
.margin-50px-lr {margin-left:50px; margin-right:50px;}
.margin-55px-lr {margin-left:55px; margin-right:55px;}
.margin-60px-lr {margin-left:60px; margin-right:60px;}
.margin-65px-lr {margin-left:65px; margin-right:65px;}
.margin-70px-lr {margin-left:70px; margin-right:70px;}
.margin-75px-lr {margin-left:75px; margin-right:75px;}
.margin-80px-lr {margin-left:80px; margin-right:80px;}
.margin-85px-lr {margin-left:85px; margin-right:85px;}
.margin-90px-lr {margin-left:90px; margin-right:90px;}
.margin-95px-lr {margin-left:95px; margin-right:95px;}
.margin-100px-lr {margin-left:100px; margin-right:100px;}

/* margin top bottom */
.margin-one-tb {margin-top:1%; margin-bottom:1%;}
.margin-one-half-tb {margin-top:1.5%; margin-bottom:1.5%;}
.margin-two-tb {margin-top:2%; margin-bottom:2%;}
.margin-two-half-tb {margin-top:2.5%; margin-bottom:2.5%;}
.margin-three-tb {margin-top:3%; margin-bottom:3%;}
.margin-three-half-tb {margin-top:3.5%; margin-bottom:3.5%;}
.margin-four-tb {margin-top:4%; margin-bottom:4%;}
.margin-four-half-tb {margin-top:4.5%; margin-bottom:4.5%;}
.margin-five-tb {margin-top:5%; margin-bottom:5%;}
.margin-five-half-tb {margin-top:5.5%; margin-bottom:5.5%;}
.margin-six-tb {margin-top:6%; margin-bottom:6%;}
.margin-six-half-tb {margin-top:6.5%; margin-bottom:6.5%;}
.margin-seven-tb {margin-top:7%; margin-bottom:7%;}
.margin-seven-half-tb {margin-top:7.5%; margin-bottom:7.5%;}
.margin-eight-tb {margin-top:8%; margin-bottom:8%;}
.margin-eight-half-tb {margin-top:8.5%; margin-bottom:8.5%;}
.margin-nine-tb {margin-top:9%; margin-bottom:9%;}
.margin-nine-half-tb {margin-top:9.5%; margin-bottom:9.5%;}
.margin-ten-tb {margin-top:10%; margin-bottom:10%;}
.margin-ten-half-tb {margin-top:10.5%; margin-bottom:10.5%;}
.margin-eleven-tb {margin-top:11%; margin-bottom:11%;}
.margin-eleven-half-tb {margin-top:11.5%; margin-bottom:11.5%;}
.margin-twelve-tb {margin-top:12%; margin-bottom:12%;}
.margin-twelve-half-tb {margin-top:12.5%; margin-bottom:12.5%;}
.margin-thirteen-tb {margin-top:13%; margin-bottom:13%;}
.margin-thirteen-half-tb {margin-top:13.5%; margin-bottom:13.5%;}
.margin-fourteen-tb {margin-top:14%; margin-bottom:14%;}
.margin-fourteen-half-tb {margin-top:14.5%; margin-bottom:14.5%;}
.margin-fifteen-tb {margin-top:15%; margin-bottom:15%;}
.margin-fifteen-half-tb {margin-top:15.5%; margin-bottom:15.5%;}
.margin-sixteen-tb {margin-top:16%; margin-bottom:16%;}
.margin-sixteen-half-tb {margin-top:16.5%; margin-bottom:16.5%;}
.margin-seventeen-tb {margin-top:17%; margin-bottom:17%;}
.margin-seventeen-half-tb {margin-top:17.5%; margin-bottom:17.5%;}
.margin-eighteen-tb {margin-top:18%; margin-bottom:18%;}
.margin-eighteen-half-tb {margin-top:18.5%; margin-bottom:18.5%;}
.margin-nineteen-tb {margin-top:19%; margin-bottom:19%;}
.margin-nineteen-half-tb {margin-top:19.5%; margin-bottom:19.5%;}
.margin-twenty-tb {margin-top:20%; margin-bottom:20%;}
.margin-twenty-half-tb {margin-top:20.5%; margin-bottom:20%;}
.margin-5px-tb {margin-top:5px; margin-bottom:5px;}
.margin-10px-tb {margin-top:10px; margin-bottom:10px;}
.margin-15px-tb {margin-top:15px; margin-bottom:15px;}
.margin-20px-tb {margin-top:20px; margin-bottom:20px;}
.margin-25px-tb {margin-top:25px; margin-bottom:25px;}
.margin-30px-tb {margin-top:30px; margin-bottom:30px;}
.margin-35px-tb {margin-top:35px; margin-bottom:35px;}
.margin-40px-tb {margin-top:40px; margin-bottom:40px;}
.margin-45px-tb {margin-top:45px; margin-bottom:45px;}
.margin-50px-tb {margin-top:50px; margin-bottom:50px;}
.margin-55px-tb {margin-top:55px; margin-bottom:55px;}
.margin-60px-tb {margin-top:60px; margin-bottom:60px;}
.margin-65px-tb {margin-top:65px; margin-bottom:65px;}
.margin-70px-tb {margin-top:70px; margin-bottom:70px;}
.margin-75px-tb {margin-top:75px; margin-bottom:75px;}
.margin-80px-tb {margin-top:80px; margin-bottom:80px;}
.margin-85px-tb {margin-top:85px; margin-bottom:85px;}
.margin-90px-tb {margin-top:90px; margin-bottom:90px;}
.margin-95px-tb {margin-top:95px; margin-bottom:95px;}
.margin-100px-tb {margin-top:100px; margin-bottom:100px;}

/*===============================
Padding
=================================*/

.no-padding {padding:0 !important}
.no-padding-lr {padding-left: 0 !important; padding-right: 0 !important}
.no-padding-tb {padding-top: 0 !important; padding-bottom: 0 !important}
.no-padding-top {padding-top:0 !important}
.no-padding-bottom {padding-bottom:0 !important}
.no-padding-left {padding-left:0 !important}
.no-padding-right {padding-right:0 !important}
.padding-one-all {padding:1%;}
.padding-one-half-all {padding:1.5%;}
.padding-two-all {padding:2%;}
.padding-two-half-all {padding:2.5%;}
.padding-three-all {padding:3%;}
.padding-three-half-all {padding:3.5%;}
.padding-four-all {padding:4%;}
.padding-four-half-all {padding:4.5%;}
.padding-five-all {padding:5%;}
.padding-five-half-all {padding:5.5%;}
.padding-six-all {padding:6%;}
.padding-six-half-all {padding:6.5%;}
.padding-seven-all {padding:7%;}
.padding-seven-half-all {padding:7.5%;}
.padding-eight-all {padding:8%;}
.padding-eight-half-all {padding:8.5%;}
.padding-nine-all {padding:9%;}
.padding-nine-half-all {padding:9.5%;}
.padding-ten-all {padding:10%;}
.padding-ten-half-all {padding:10.5%;}
.padding-eleven-all {padding:11%;}
.padding-eleven-half-all {padding:11.5%;}
.padding-twelve-all {padding:12%;}
.padding-twelve-half-all {padding:12.5%;}
.padding-thirteen-all {padding:13%;}
.padding-thirteen-half-all {padding:13.5%;}
.padding-fourteen-all {padding:14%;}
.padding-fourteen-half-all {padding:14.5%;}
.padding-fifteen-all {padding:15%;}
.padding-fifteen-half-all {padding:15.5%;}
.padding-sixteen-all {padding:16%;}
.padding-sixteen-half-all {padding:16.5%;}
.padding-seventeen-all {padding:17%;}
.padding-seventeen-half-all {padding:17.5%;}
.padding-eighteen-all {padding:18%;}
.padding-eighteen-half-all {padding:18.5%;}
.padding-nineteen-all {padding:19%;}
.padding-nineteen-half-all {padding:19.5%;}
.padding-twenty-all {padding:20%;}
.padding-twenty-half-all {padding:20.5%;}
.padding-twenty-one-all {padding:21%;}
.padding-twenty-one-half-all {padding:21.5%;}
.padding-twenty-two-all {padding:22%;}
.padding-twenty-two-half-all {padding:22.5%;}
.padding-twenty-three-all {padding:23%;}
.padding-twenty-three-half-all {padding:23.5%;}
.padding-twenty-four-all {padding:24%;}
.padding-twenty-four-half-all {padding:24.5%;}
.padding-twenty-five-all {padding:25%;}
.padding-twenty-five-half-all {padding:25.5%;}
.padding-3px-all {padding:3px;}
.padding-5px-all {padding:5px;}
.padding-7px-all {padding:7px;}
.padding-10px-all {padding:10px;}
.padding-15px-all {padding:15px;}
.padding-20px-all {padding:20px;}
.padding-25px-all {padding:25px;}
.padding-30px-all {padding:30px;}
.padding-35px-all {padding:35px;}
.padding-40px-all {padding:40px;}
.padding-45px-all {padding:45px;}
.padding-50px-all {padding:50px;}
.padding-55px-all {padding:55px;}
.padding-60px-all {padding:60px;}
.padding-65px-all {padding:65px;}
.padding-70px-all {padding:70px;}
.padding-75px-all {padding:75px;}
.padding-80px-all {padding:80px;}
.padding-85px-all {padding:85px;}
.padding-90px-all {padding:90px;}
.padding-95px-all {padding:95px;}
.padding-100px-all {padding:100px;}

/* padding top */
.padding-one-top {padding-top:1%;}
.padding-one-half-top {padding-top:1.5%;}
.padding-two-top {padding-top:2%;}
.padding-two-half-top {padding-top:2.5%;}
.padding-three-top {padding-top:3%;}
.padding-three-half-top {padding-top:3.5%;}
.padding-four-top {padding-top:4%;}
.padding-four-half-top {padding-top:4.5%;}
.padding-five-top {padding-top:5%;}
.padding-five-half-top {padding-top:5.5%;}
.padding-six-top {padding-top:6%;}
.padding-six-half-top {padding-top:6.5%;}
.padding-seven-top {padding-top:7%;}
.padding-seven-half-top {padding-top:7.5%;}
.padding-eight-top {padding-top:8%;}
.padding-eight-half-top {padding-top:8.5%;}
.padding-nine-top {padding-top:9%;}
.padding-nine-half-top {padding-top:9.5%;}
.padding-ten-top {padding-top:10%;}
.padding-ten-half-top {padding-top:10.5%;}
.padding-eleven-top {padding-top:11%;}
.padding-eleven-half-top {padding-top:11.5%;}
.padding-twelve-top {padding-top:12%;}
.padding-twelve-half-top {padding-top:12.5%;}
.padding-thirteen-top {padding-top:13%;}
.padding-thirteen-half-top {padding-top:13.5%;}
.padding-fourteen-top {padding-top:14%;}
.padding-fourteen-half-top {padding-top:14.5%;}
.padding-fifteen-top {padding-top:15%;}
.padding-fifteen-half-top {padding-top:15.5%;}
.padding-sixteen-top {padding-top:16%;}
.padding-sixteen-half-top {padding-top:16.5%;}
.padding-seventeen-top {padding-top:17%;}
.padding-seventeen-half-top {padding-top:17.5%;}
.padding-eighteen-top {padding-top:18%;}
.padding-eighteen-half-top {padding-top:18.5%;}
.padding-nineteen-top {padding-top:19%;}
.padding-nineteen-half-top {padding-top:19.5%;}
.padding-twenty-top {padding-top:20%;}
.padding-twenty-half-top {padding-top:20.5%;}
.padding-5px-top {padding-top:5px;}
.padding-10px-top {padding-top:10px;}
.padding-15px-top {padding-top:15px;}
.padding-20px-top {padding-top:20px;}
.padding-25px-top {padding-top:25px;}
.padding-30px-top {padding-top:30px;}
.padding-35px-top {padding-top:35px;}
.padding-40px-top {padding-top:40px;}
.padding-45px-top {padding-top:45px;}
.padding-50px-top {padding-top:50px;}
.padding-55px-top {padding-top:55px;}
.padding-60px-top {padding-top:60px;}
.padding-65px-top {padding-top:65px;}
.padding-70px-top {padding-top:70px;}
.padding-75px-top {padding-top:75px;}
.padding-80px-top {padding-top:80px;}
.padding-85px-top {padding-top:85px;}
.padding-90px-top {padding-top:90px;}
.padding-95px-top {padding-top:95px;}
.padding-100px-top {padding-top:100px;}

/* padding bottom */
.padding-one-bottom {padding-bottom:1%;}
.padding-one-half-bottom {padding-bottom:1.5%;}
.padding-two-bottom {padding-bottom:2%;}
.padding-two-half-bottom {padding-bottom:2.5%;}
.padding-three-bottom {padding-bottom:3%;}
.padding-three-half-bottom {padding-bottom:3.5%;}
.padding-four-bottom {padding-bottom:4%;}
.padding-four-half-bottom {padding-bottom:4.5%;}
.padding-five-bottom {padding-bottom:5%;}
.padding-five-half-bottom {padding-bottom:5.5%;}
.padding-six-bottom {padding-bottom:6%;}
.padding-six-half-bottom {padding-bottom:6.5%;}
.padding-seven-bottom {padding-bottom:7%;}
.padding-seven-half-bottom {padding-bottom:7.5%;}
.padding-eight-bottom {padding-bottom:8%;}
.padding-eight-half-bottom {padding-bottom:8.5%;}
.padding-nine-bottom {padding-bottom:9%;}
.padding-nine-half-bottom {padding-bottom:9.5%;}
.padding-ten-bottom {padding-bottom:10%;}
.padding-ten-half-bottom {padding-bottom:10.5%;}
.padding-eleven-bottom {padding-bottom:11%;}
.padding-eleven-half-bottom {padding-bottom:11.5%;}
.padding-twelve-bottom {padding-bottom:12%;}
.padding-twelve-half-bottom {padding-bottom:12.5%;}
.padding-thirteen-bottom {padding-bottom:13%;}
.padding-thirteen-half-bottom {padding-bottom:13.5%;}
.padding-fourteen-bottom {padding-bottom:14%;}
.padding-fourteen-half-bottom {padding-bottom:14.5%;}
.padding-fifteen-bottom {padding-bottom:15%;}
.padding-fifteen-half-bottom {padding-bottom:15.5%;}
.padding-sixteen-bottom {padding-bottom:16%;}
.padding-sixteen-half-bottom {padding-bottom:16.5%;}
.padding-seventeen-bottom {padding-bottom:17%;}
.padding-seventeen-half-bottom {padding-bottom:17.5%;}
.padding-eighteen-bottom {padding-bottom:18%;}
.padding-eighteen-half-bottom {padding-bottom:18.5%;}
.padding-nineteen-bottom {padding-bottom:19%;}
.padding-nineteen-half-bottom {padding-bottom:19.5%;}
.padding-twenty-bottom {padding-bottom:20%;}
.padding-twenty-half-bottom {padding-bottom:20.5%;}
.padding-5px-bottom {padding-bottom:5px;}
.padding-10px-bottom {padding-bottom:10px;}
.padding-15px-bottom {padding-bottom:15px;}
.padding-20px-bottom {padding-bottom:20px;}
.padding-25px-bottom {padding-bottom:25px;}
.padding-30px-bottom {padding-bottom:30px;}
.padding-35px-bottom {padding-bottom:35px;}
.padding-40px-bottom {padding-bottom:40px;}
.padding-45px-bottom {padding-bottom:45px;}
.padding-50px-bottom {padding-bottom:50px;}
.padding-55px-bottom {padding-bottom:55px;}
.padding-60px-bottom {padding-bottom:60px;}
.padding-65px-bottom {padding-bottom:65px;}
.padding-70px-bottom {padding-bottom:70px;}
.padding-75px-bottom {padding-bottom:75px;}
.padding-80px-bottom {padding-bottom:80px;}
.padding-85px-bottom {padding-bottom:85px;}
.padding-90px-bottom {padding-bottom:90px;}
.padding-95px-bottom {padding-bottom:95px;}
.padding-100px-bottom {padding-bottom:100px;}

/* padding right */
.padding-one-right {padding-right:1%;}
.padding-one-half-right {padding-right:1.5%;}
.padding-two-right {padding-right:2%;}
.padding-two-half-right {padding-right:2.5%;}
.padding-three-right {padding-right:3%;}
.padding-three-half-right {padding-right:3.5%;}
.padding-four-right {padding-right:4%;}
.padding-four-half-right {padding-right:4.5%;}
.padding-five-right {padding-right:5%;}
.padding-five-half-right {padding-right:5.5%;}
.padding-six-right {padding-right:6%;}
.padding-six-half-right {padding-right:6.5%;}
.padding-seven-right {padding-right:7%;}
.padding-seven-half-right {padding-right:7.5%;}
.padding-eight-right {padding-right:8%;}
.padding-eight-half-right {padding-right:8.5%;}
.padding-nine-right {padding-right:9%;}
.padding-nine-half-right {padding-right:9.5%;}
.padding-ten-right {padding-right:10%;}
.padding-ten-half-right {padding-right:10.5%;}
.padding-eleven-right {padding-right:11%;}
.padding-eleven-half-right {padding-right:11.5%;}
.padding-twelve-right {padding-right:12%;}
.padding-twelve-half-right {padding-right:12.5%;}
.padding-thirteen-right {padding-right:13%;}
.padding-thirteen-half-right {padding-right:13.5%;}
.padding-fourteen-right {padding-right:14%;}
.padding-fourteen-half-right {padding-right:14.5%;}
.padding-fifteen-right {padding-right:15%;}
.padding-fifteen-half-right {padding-right:15.5%;}
.padding-sixteen-right {padding-right:16%;}
.padding-sixteen-half-right {padding-right:16.5%;}
.padding-seventeen-right {padding-right:17%;}
.padding-seventeen-half-right {padding-right:17.5%;}
.padding-eighteen-right {padding-right:18%;}
.padding-eighteen-half-right {padding-right:18.5%;}
.padding-nineteen-right {padding-right:19%;}
.padding-nineteen-half-right {padding-right:19.5%;}
.padding-twenty-right {padding-right:20%;}
.padding-twenty-half-right {padding-right:20.5%;}
.padding-5px-right {padding-right:5px;}
.padding-10px-right {padding-right:10px;}
.padding-15px-right {padding-right:15px;}
.padding-20px-right {padding-right:20px;}
.padding-25px-right {padding-right:25px;}
.padding-30px-right {padding-right:30px;}
.padding-35px-right {padding-right:35px;}
.padding-40px-right {padding-right:40px;}
.padding-45px-right {padding-right:45px;}
.padding-50px-right {padding-right:50px;}
.padding-55px-right {padding-right:55px;}
.padding-60px-right {padding-right:60px;}
.padding-65px-right {padding-right:65px;}
.padding-70px-right {padding-right:70px;}
.padding-75px-right {padding-right:75px;}
.padding-80px-right {padding-right:80px;}
.padding-85px-right {padding-right:85px;}
.padding-90px-right {padding-right:90px;}
.padding-95px-right {padding-right:95px;}
.padding-100px-right {padding-right:100px;}

/* padding left */
.padding-one-left {padding-left:1%;}
.padding-one-half-left {padding-left:1.5%;}
.padding-two-left {padding-left:2%;}
.padding-two-half-left {padding-left:2.5%;}
.padding-three-left {padding-left:3%;}
.padding-three-half-left {padding-left:3.5%;}
.padding-four-left {padding-left:4%;}
.padding-four-half-left {padding-left:4.5%;}
.padding-five-left {padding-left:5%;}
.padding-five-half-left {padding-left:5.5%;}
.padding-six-left {padding-left:6%;}
.padding-six-half-left {padding-left:6.5%;}
.padding-seven-left {padding-left:7%;}
.padding-seven-half-left {padding-left:7.5%;}
.padding-eight-left {padding-left:8%;}
.padding-eight-half-left {padding-left:8.5%;}
.padding-nine-left {padding-left:9%;}
.padding-nine-half-left {padding-left:9.5%;}
.padding-ten-left {padding-left:10%;}
.padding-ten-half-left {padding-left:10.5%;}
.padding-eleven-left {padding-left:11%;}
.padding-eleven-half-left {padding-left:11.5%;}
.padding-twelve-left {padding-left:12%;}
.padding-twelve-half-left {padding-left:12.5%;}
.padding-thirteen-left {padding-left:13%;}
.padding-thirteen-half-left {padding-left:13.5%;}
.padding-fourteen-left {padding-left:14%;}
.padding-fourteen-half-left {padding-left:14.5%;}
.padding-fifteen-left {padding-left:15%;}
.padding-fifteen-half-left {padding-left:15.5%;}
.padding-sixteen-left {padding-left:16%;}
.padding-sixteen-half-left {padding-left:16.5%;}
.padding-seventeen-left {padding-left:17%;}
.padding-seventeen-half-left {padding-left:17.5%;}
.padding-eighteen-left {padding-left:18%;}
.padding-eighteen-half-left {padding-left:18.5%;}
.padding-nineteen-left {padding-left:19%;}
.padding-nineteen-half-left {padding-left:19.5%;}
.padding-twenty-left {padding-left:20%;}
.padding-twenty-half-left {padding-left:20.5%;}
.padding-5px-left {padding-left:5px;}
.padding-10px-left {padding-left:10px;}
.padding-15px-left {padding-left:15px;}
.padding-20px-left {padding-left:20px;}
.padding-25px-left {padding-left:25px;}
.padding-30px-left {padding-left:30px;}
.padding-35px-left {padding-left:35px;}
.padding-40px-left {padding-left:40px;}
.padding-45px-left {padding-left:45px;}
.padding-50px-left {padding-left:50px;}
.padding-55px-left {padding-left:55px;}
.padding-60px-left {padding-left:60px;}
.padding-65px-left {padding-left:65px;}
.padding-70px-left {padding-left:70px;}
.padding-75px-left {padding-left:75px;}
.padding-80px-left {padding-left:80px;}
.padding-85px-left {padding-left:85px;}
.padding-90px-left {padding-left:90px;}
.padding-95px-left {padding-left:95px;}
.padding-100px-left {padding-left:100px;}

/* padding top bottom */
.padding-one-tb {padding-top:1%; padding-bottom:1%;}
.padding-one-half-tb {padding-top:1.5%; padding-bottom:1.5%;}
.padding-two-tb {padding-top:2%; padding-bottom:2%;}
.padding-two-half-tb {padding-top:2.5%; padding-bottom:2.5%;}
.padding-three-tb {padding-top:3%; padding-bottom:3%;}
.padding-three-half-tb {padding-top:3.5%; padding-bottom:3.5%;}
.padding-four-tb {padding-top:4%; padding-bottom:4%;}
.padding-four-half-tb {padding-top:4.5%; padding-bottom:4.5%;}
.padding-five-tb {padding-top:5%; padding-bottom:5%;}
.padding-five-half-tb {padding-top:5.5%; padding-bottom:5.5%;}
.padding-six-tb {padding-top:6%; padding-bottom:6%;}
.padding-six-half-tb {padding-top:6.5%; padding-bottom:6.5%;}
.padding-seven-tb {padding-top:7%; padding-bottom:7%;}
.padding-seven-half-tb {padding-top:7.5%; padding-bottom:7.5%;}
.padding-eight-tb {padding-top:8%; padding-bottom:8%;}
.padding-eight-half-tb {padding-top:8.5%; padding-bottom:8.5%;}
.padding-nine-tb {padding-top:9%; padding-bottom:9%;}
.padding-nine-half-tb {padding-top:9.5%; padding-bottom:9.5%;}
.padding-ten-tb {padding-top:10%; padding-bottom:10%;}
.padding-ten-half-tb {padding-top:10.5%; padding-bottom:10.5%;}
.padding-eleven-tb {padding-top:11%; padding-bottom:11%;}
.padding-eleven-half-tb {padding-top:11.5%; padding-bottom:11.5%;}
.padding-twelve-tb {padding-top:12%; padding-bottom:12%;}
.padding-twelve-half-tb {padding-top:12.5%; padding-bottom:12.5%;}
.padding-thirteen-tb {padding-top:13%; padding-bottom:13%;}
.padding-thirteen-half-tb {padding-top:13.5%; padding-bottom:13.5%;}
.padding-fourteen-tb {padding-top:14%; padding-bottom:14%;}
.padding-fourteen-half-tb {padding-top:14.5%; padding-bottom:14.5%;}
.padding-fifteen-tb {padding-top:15%; padding-bottom:15%;}
.padding-fifteen-half-tb {padding-top:15.5%; padding-bottom:15.5%;}
.padding-sixteen-tb {padding-top:16%; padding-bottom:16%;}
.padding-sixteen-half-tb {padding-top:16.5%; padding-bottom:16.5%;}
.padding-seventeen-tb {padding-top:17%; padding-bottom:17%;}
.padding-seventeen-half-tb {padding-top:17.5%; padding-bottom:17.5%;}
.padding-eighteen-tb {padding-top:18%; padding-bottom:18%;}
.padding-eighteen-half-tb {padding-top:18.5%; padding-bottom:18.5%;}
.padding-nineteen-tb {padding-top:19%; padding-bottom:19%;}
.padding-nineteen-half-tb {padding-top:19.5%; padding-bottom:19.5%;}
.padding-twenty-tb {padding-top:20%; padding-bottom:20%;}
.padding-twenty-half-tb {padding-top:20.5%; padding-bottom:20%;}
.padding-twenty-one-tb {padding-top:21%; padding-bottom:21%;}
.padding-twenty-one-half-tb {padding-top:21.5%; padding-bottom:21.5%;}
.padding-twenty-two-tb {padding-top:22%; padding-bottom:22%;}
.padding-twenty-two-half-tb {padding-top:22.5%; padding-bottom:22.5%;}
.padding-twenty-three-tb {padding-top:23%; padding-bottom:23%;}
.padding-twenty-three-half-tb {padding-top:23.5%; padding-bottom:23.5%;}
.padding-twenty-four-tb {padding-top:24%; padding-bottom:24%;}
.padding-twenty-four-half-tb {padding-top:24.5%; padding-bottom:24.5%;}
.padding-twenty-five-tb {padding-top:25%; padding-bottom:25%;}
.padding-thirty-tb {padding-top:30%; padding-bottom:30%;}
.padding-5px-tb {padding-top:5px; padding-bottom:5px;}
.padding-10px-tb {padding-top:10px; padding-bottom:10px;}
.padding-15px-tb {padding-top:15px; padding-bottom:15px;}
.padding-20px-tb {padding-top:20px; padding-bottom:20px;}
.padding-25px-tb {padding-top:25px; padding-bottom:25px;}
.padding-30px-tb {padding-top:30px; padding-bottom:30px;}
.padding-35px-tb {padding-top:35px; padding-bottom:35px;}
.padding-40px-tb {padding-top:40px; padding-bottom:40px;}
.padding-45px-tb {padding-top:45px; padding-bottom:45px;}
.padding-50px-tb {padding-top:50px; padding-bottom:50px;}
.padding-55px-tb {padding-top:55px; padding-bottom:55px;}
.padding-60px-tb {padding-top:60px; padding-bottom:60px;}
.padding-65px-tb {padding-top:65px; padding-bottom:65px;}
.padding-70px-tb {padding-top:70px; padding-bottom:70px;}
.padding-75px-tb {padding-top:75px; padding-bottom:75px;}
.padding-80px-tb {padding-top:80px; padding-bottom:80px;}
.padding-85px-tb {padding-top:85px; padding-bottom:85px;}
.padding-90px-tb {padding-top:90px; padding-bottom:90px;}
.padding-95px-tb {padding-top:95px; padding-bottom:95px;}
.padding-100px-tb {padding-top:100px; padding-bottom:100px;}

/* padding left right */
.padding-one-lr {padding-left:1%; padding-right:1%;}
.padding-one-half-lr {padding-left:1.5%; padding-right:1.5%;}
.padding-two-lr {padding-left:2%; padding-right:2%;}
.padding-two-half-lr {padding-left:2.5%; padding-right:2.5%;}
.padding-three-lr {padding-left:3%; padding-right:3%;}
.padding-three-half-lr {padding-left:3.5%; padding-right:3.5%;}
.padding-four-lr {padding-left:4%; padding-right:4%;}
.padding-four-half-lr {padding-left:4.5%; padding-right:4.5%;}
.padding-five-lr {padding-left:5%; padding-right:5%;}
.padding-five-half-lr {padding-left:5.5%; padding-right:5.5%;}
.padding-six-lr {padding-left:6%; padding-right:6%;}
.padding-six-half-lr {padding-left:6.5%; padding-right:6.5%;}
.padding-seven-lr {padding-left:7%; padding-right:7%;}
.padding-seven-half-lr {padding-left:7.5%; padding-right:7.5%;}
.padding-eight-lr {padding-left:8%; padding-right:8%;}
.padding-eight-half-lr {padding-left:8.5%; padding-right:8.5%;}
.padding-nine-lr {padding-left:9%; padding-right:9%;}
.padding-nine-half-lr {padding-left:9.5%; padding-right:9.5%;}
.padding-ten-lr {padding-left:10%; padding-right:10%;}
.padding-ten-half-lr {padding-left:10.5%; padding-right:10.5%;}
.padding-eleven-lr {padding-left:11%; padding-right:11%;}
.padding-eleven-half-lr {padding-left:11.5%; padding-right:11.5%;}
.padding-twelve-lr {padding-left:12%; padding-right:12%;}
.padding-twelve-half-lr {padding-left:12.5%; padding-right:12.5%;}
.padding-thirteen-lr {padding-left:13%; padding-right:13%;}
.padding-thirteen-half-lr {padding-left:13.5%; padding-right:13.5%;}
.padding-fourteen-lr {padding-left:14%; padding-right:14%;}
.padding-fourteen-half-lr {padding-left:14.5%; padding-right:14.5%;}
.padding-fifteen-lr {padding-left:15%; padding-right:15%;}
.padding-fifteen-half-lr {padding-left:15.5%; padding-right:15.5%;}
.padding-sixteen-lr {padding-left:16%; padding-right:16%;}
.padding-sixteen-half-lr {padding-left:16.5%; padding-right:16.5%;}
.padding-seventeen-lr {padding-left:17%; padding-right:17%;}
.padding-seventeen-half-lr {padding-left:17.5%; padding-right:17.5%;}
.padding-eighteen-lr {padding-left:18%; padding-right:18%;}
.padding-eighteen-half-lr {padding-left:18.5%; padding-right:18.5%;}
.padding-nineteen-lr {padding-left:19%; padding-right:19%;}
.padding-nineteen-half-lr {padding-left:19.5%; padding-right:19.5%;}
.padding-twenty-lr {padding-left:20%; padding-right:20%;}
.padding-twenty-half-lr {padding-left:20.5%; padding-right:20.5%;}
.padding-twenty-one-lr {padding-left:21%; padding-right:21%;}
.padding-twenty-one-half-lr {padding-left:21.5%; padding-right:21.5%;}
.padding-twenty-two-lr {padding-left:22%; padding-right:22%;}
.padding-twenty-two-half-lr {padding-left:22.5%; padding-right:22.5%;}
.padding-twenty-three-lr {padding-left:23%; padding-right:23%;}
.padding-twenty-three-half-lr {padding-left:23.5%; padding-right:23.5%;}
.padding-twenty-four-lr {padding-left:24%; padding-right:24%;}
.padding-twenty-four-half-lr {padding-left:24.5%; padding-right:24.5%;}
.padding-twenty-five-lr {padding-left:25%; padding-right:25%;}
.padding-thirty-lr {padding-left:30%; padding-right:30%;}
.padding-5px-lr {padding-left:5px; padding-right:5px;}
.padding-10px-lr {padding-left:10px; padding-right:10px;}
.padding-15px-lr {padding-left:15px; padding-right:15px;}
.padding-20px-lr {padding-left:20px; padding-right:20px;}
.padding-25px-lr {padding-left:25px; padding-right:25px;}
.padding-30px-lr {padding-left:30px; padding-right:30px;}
.padding-35px-lr {padding-left:35px; padding-right:35px;}
.padding-40px-lr {padding-left:40px; padding-right:40px;}
.padding-45px-lr {padding-left:45px; padding-right:45px;}
.padding-50px-lr {padding-left:50px; padding-right:50px;}
.padding-55px-lr {padding-left:55px; padding-right:55px;}
.padding-60px-lr {padding-left:60px; padding-right:60px;}
.padding-65px-lr {padding-left:65px; padding-right:65px;}
.padding-70px-lr {padding-left:70px; padding-right:70px;}
.padding-75px-lr {padding-left:75px; padding-right:75px;}
.padding-80px-lr {padding-left:80px; padding-right:80px;}
.padding-85px-lr {padding-left:85px; padding-right:85px;}
.padding-90px-lr {padding-left:90px; padding-right:90px;}
.padding-95px-lr {padding-left:95px; padding-right:95px;}
.padding-100px-lr {padding-left:100px; padding-right:100px;}

/*==============================
Display
================================*/

.display-block {display:block !important}
.display-inline-block {display:inline-block !important}
.display-inline {display:inline !important}
.display-none {display:none !important}
.display-inherit {display:inherit !important}
.display-table {display:table !important}
.display-table-cell {display:table-cell !important}
.overflow-hidden {overflow:hidden !important}
.overflow-visible {overflow:visible !important}
.overflow-auto {overflow:auto !important}

.display-flex {-ms-box-orient: horizontal; display: -webkit-box; display: -moz-box; display: -ms-inline-flexbox; display: -moz-flex; display: -webkit-inline-flex; display: flex; -webkit-flex-flow: row wrap; flex-flow: row wrap; -ms-flex-flow: row wrap; -moz-flex-flow: row wrap; -o-flex-flow: row wrap;}
.display-flex > div:nth-of-type(1) {order: 2;-webkit-order:2;-moz-order:2;-ms-order:2}
.display-flex > div:nth-of-type(2) {order: 1;-webkit-order:1;-moz-order:1;-ms-order:1}
.display-flex > div:nth-of-type(3) {order: 3;-webkit-order:3;-moz-order:3;-ms-order:3}

/*============================== 
Position
================================*/

.position-inherit {position:inherit !important}
.position-relative {position:relative !important;}
.position-absolute {position:absolute !important;}
.position-fixed {position:fixed !important;}
.position-right {right:0 !important;}
.position-left {left:0 !important;}
.position-top {top:0 !important;}

/* float */
.float-left{float: left !important}
.float-right{float: right !important}
.float-none{float: none !important}

/* top */
.top-auto {top:auto}
.top-inherit {top: inherit !important;}
.top-0 {top:0 !important;}
.top-1 {top:1px}
.top-2 {top:2px}
.top-3 {top:3px}
.top-4 {top:4px}
.top-5 {top:5px}
.top-6 {top:6px}
.top-7 {top:7px}
.top-8 {top:8px}
.top-9 {top:9px}
.top-10 {top:10px}
.top-15 {top:15px}
.top-20 {top:20px}
.top-25 {top:25px}
.top-30 {top:30px}
.top-35 {top:35px}
.top-40 {top:40px}
.top-45 {top:45px}
.top-50 {top:50px}

.top-minus1 {top:-1px}
.top-minus2 {top:-2px}
.top-minus3 {top:-3px}
.top-minus4 {top:-4px}
.top-minus5 {top:-5px}
.top-minus6 {top:-6px}
.top-minus7 {top:-7px}
.top-minus8 {top:-8px}
.top-minus9 {top:-9px}
.top-minus10 {top:-10px}
.top-minus15 {top:-15px}
.top-minus20 {top:-20px}
.top-minus25 {top:-25px}
.top-minus30 {top:-30px}
.top-minus35 {top:-35px}
.top-minus40 {top:-40px}

/* bottom */
.bottom-auto {bottom:auto}
.bottom-0 {bottom:0}
.bottom-1 {bottom:1px}
.bottom-2 {bottom:2px}
.bottom-3 {bottom:3px}
.bottom-4 {bottom:4px}
.bottom-5 {bottom:5px}
.bottom-6 {bottom:6px}
.bottom-7 {bottom:7px}
.bottom-8 {bottom:8px}
.bottom-9 {bottom:9px}
.bottom-10 {bottom:10px}
.bottom-15 {bottom:15px}
.bottom-20 {bottom:20px}
.bottom-25 {bottom:25px}
.bottom-30 {bottom:30px}
.bottom-35 {bottom:35px}
.bottom-40 {bottom:40px}
.bottom-45 {bottom:45px}
.bottom-50 {bottom:50px}

/* left */
.left-auto {left:auto}
.left-0 {left:0}
.left-1 {left:1px}
.left-2 {left:2px}
.left-3 {left:3px}
.left-4 {left:4px}
.left-5 {left:5px}
.left-6 {left:6px}
.left-7 {left:7px}
.left-8 {left:8px}
.left-9 {left:9px}
.left-10 {left:10px}
.left-15 {left:15px}
.left-20 {left:20px}
.left-25 {left:25px}
.left-30 {left:30px}
.left-35 {left:35px}
.left-40 {left:40px}
.left-45 {left:45px}
.left-50 {left:50px}

/* right */
.right-auto {right:auto}
.right-0 {right:0}
.right-1 {right:1px}
.right-2 {right:2px}
.right-3 {right:3px}
.right-4 {right:4px}
.right-5 {right:5px}
.right-6 {right:6px}
.right-7 {right:7px}
.right-8 {right:8px}
.right-9 {right:9px}
.right-10 {right:10px}

/*================================
Width
================================*/
.width-1px {width:1px;}
.width-2px {width:2px;}
.width-3px {width:3px;}
.width-4px {width:4px;}
.width-5px {width:5px;}
.width-6px {width:6px;}
.width-7px {width:7px;}
.width-8px {width:8px;}
.width-9px {width:9px;}
.width-10px {width:10px;}
.width-15px {width:15px;}
.width-20px {width:20px;}
.width-25px {width:25px;}
.width-30px {width:30px;}
.width-35px {width:35px;}
.width-40px {width:40px;}

.width-10 {width:10%;}
.width-15 {width:15%;}
.width-20 {width:20%;}
.width-25 {width:25%;}
.width-30 {width:30%;}
.width-35 {width:35%;}
.width-40 {width:40%;}
.width-45 {width:45%;}
.width-50 {width:50%;}
.width-55 {width:55%;}
.width-60 {width:60%;}
.width-65 {width:65%;}
.width-70 {width:70%;}
.width-75 {width:75%;}
.width-80 {width:80%;}
.width-85 {width:85%;}
.width-90 {width:90%;}
.width-95 {width:95%;}
.width-100 {width:100%;}
.width-auto {width: auto}

.width-50px {width:50px;}
.width-75px {width:70px;}
.width-75px {width:75px;}
.width-80px {width:80px;}
.width-85px {width:85px;}
.width-90px {width:90px;}
.width-100px {width:100px;}
.width-120px {width:120px;}
.width-130px {width:130px;}
.width-150px {width:150px;}
.width-180px {width:180px;}
.width-200px {width:200px;}
.width-250px {width:250px;}
.width-300px {width:300px;}
.width-350px {width:350px;}
.width-400px {width:400px;}
.width-450px {width:450px;}
.width-500px {width:500px;}
.width-550px {width:550px;}
.width-600px {width:600px;}
.width-650px {width:650px;}
.width-700px {width:700px;}
.width-750px {width:750px;}
.width-800px {width:800px;}
.width-850px {width:850px;}
.width-900px {width:900px;}
.width-950px {width:950px;}
.width-1000px {width:1000px;}

/*================================ 
Height
================================*/

.height-1px {height: 1px}
.height-2px {height: 2px}
.height-3px {height: 3px}
.height-4px {height: 4px}
.height-5px {height: 5px}
.height-6px {height: 6px}
.height-7px {height: 7px}
.height-8px {height: 8px}
.height-9px {height: 9px}
.height-10px {height: 10px}
.height-50px {height: 50px}
.height-60px {height: 60px}
.height-70px {height: 70px}

.height-50 {height: 50%}
.height-100 {height: 100% !important}
.height-auto {height:auto !important}
.height-80px {height: 80px}
.height-90px {height: 90px}
.height-100px {height: 100px}
.height-130px {height: 130px}
.height-150px {height: 150px}
.height-200px {height: 200px}
.height-250px {height: 250px}
.height-300px {height: 300px}
.height-350px {height: 350px}
.height-400px {height: 400px}
.height-450px {height: 450px}
.height-500px {height: 500px}
.height-550px {height: 550px}
.height-600px {height: 600px}
.height-650px {height: 650px}
.height-700px {height: 700px}
.height-750px {height: 750px}
.height-800px {height: 800px}
.height-850px {height: 850px}
.height-900px {height: 900px}
.max-height-100 {max-height: 100%}
.full-screen {min-height: 980px;}

/*================================ 
Min  height
================================*/
.min-height-100px {min-height: 100px}
.min-height-200px {min-height: 200px}
.min-height-300px {min-height: 300px}
.min-height-400px {min-height: 400px}
.min-height-500px {min-height: 500px}
.min-height-600px {min-height: 600px}
.min-height-700px {min-height: 700px}

/* z-index */
.z-index-1111 {z-index:1111;}
.z-index-111 {z-index:111;}
.z-index-1 {z-index:1;}
.z-index-2 {z-index:2;}
.z-index-3 {z-index:3;}
.z-index-4 {z-index:4;}
.z-index-5 {z-index:5;}
.z-index-0 {z-index:0;}
.z-index-minus2 {z-index:-2;}

/* verticle align */
.vertical-align-middle {vertical-align: middle;}
.vertical-align-top {vertical-align: top;}
.vertical-align-bottom {vertical-align: bottom;}
.vertical-middle {-webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -moz-transform: translateY(-50%); position: absolute; top: 50%; left:0; right: 0}
.clear-both {clear:both}
.line-break {display:block;}
.absolute-middle-center {left: 50%; top: 50%; z-index: 9; position: absolute; -ms-transform: translateX(-50%) translateY(-50%); -moz-transform: translateX(-50%) translateY(-50%); -webkit-transform: translateX(-50%) translateY(-50%); transform: translateX(-50%) translateY(-50%);}
.absolute-bottom-center {left: 50%; top: 80%; z-index: 9; position: absolute; -ms-transform: translateX(-50%) translateY(-80%); -moz-transform: translateX(-50%) translateY(-80%); -webkit-transform: translateX(-50%) translateY(-80%); transform: translateX(-50%) translateY(-80%);}

/* equalize background color height */ 
.inner-match-height{position: relative; height: 100%;}

/* ===================================
Icon
====================================== */

/* icon type */
.icon-very-small {font-size: 16px}
.icon-small {font-size: 24px}
.icon-medium {font-size: 35px}
.icon-extra-medium {font-size: 40px}
.icon-large {font-size: 50px}
.icon-extra-large {font-size: 60px}
.icon-round-small {border-radius: 100%; display: table-cell; height: 80px; margin: 0 auto; text-align: center; vertical-align: middle; width: 80px; font-size:32px}
.icon-round-medium {border-radius: 100%; display: table-cell; height: 90px; margin: 0 auto; text-align: center; vertical-align: middle; width: 90px;}

/* social media icon */
.icon-social-very-small {font-size: 12px}
.icon-social-small {font-size: 14px}
.icon-social-medium {font-size: 16px}
.icon-social-large {font-size: 20px}
.icon-social-extra-large {font-size: 24px}
.icon-social-very-small a i, .icon-social-small a i, .icon-social-medium a i {margin: 0 10px; vertical-align: middle;}
.icon-social-large a i {margin: 0 4px; vertical-align: middle;}

/* social media icon style */
.extra-small-icon, .small-icon, .medium-icon, .large-icon, .extra-large-icon {list-style: none; padding: 0;}
.extra-small-icon li, .small-icon li, .medium-icon li, .large-icon li, .extra-large-icon li {display: inline-block;}
.extra-small-icon li {margin: 3px 3px}
.small-icon li {margin: 5px 5px}
.medium-icon li {margin:7px 8px}
.large-icon li {margin:7px 10px}
.extra-large-icon li {margin: 7px 12px}
.extra-small-icon a {font-size: 14px; width:30px; height:30px;line-height:29px;}
.small-icon a {font-size: 16px; width: 40px; height:40px;line-height: 38px;}
.medium-icon a {font-size: 20px; width: 50px; height:50px;line-height: 50px;}
.large-icon a {font-size: 24px; width: 60px; height: 60px;line-height: 60px;}
.extra-large-icon a {font-size: 30px; width: 70px; height: 70px;line-height: 70px;}

/* icon hover effect color */
.social-icon-style-1 ul, .social-icon-style-2 ul, .social-icon-style-3 ul, .social-icon-style-4 ul, .social-icon-style-5 ul, .social-icon-style-6 ul, .social-icon-style-7 ul, .social-icon-style-8 ul, .social-icon-style-9 ul, .social-icon-style-10 ul, .social-icon-style-11 ul {padding-left: 0;}
.social-icon-style-1 a.facebook-f,.social-icon-style-2 a.facebook-f,.social-icon-style-3 a.facebook-f,.social-icon-style-4 a.facebook-f span,.social-icon-style-10 a.facebook-f span {background-color: #3b5998}
.social-icon-style-1 a.twitter,.social-icon-style-2 a.twitter,.social-icon-style-3 a.twitter,.social-icon-style-4 a.twitter span,.social-icon-style-10 a.twitter span {background-color: #00aced}
.social-icon-style-1 a.google-plus-g,.social-icon-style-2 a.google-plus-g,.social-icon-style-3 a.google-plus-g,.social-icon-style-4 a.google-plus-g span,.social-icon-style-10 a.google-plus-g span {background-color: #dc4a38}
.social-icon-style-1 a.dribbble,.social-icon-style-2 a.dribbble,.social-icon-style-3 a.dribbble,.social-icon-style-4 a.dribbble span,.social-icon-style-10 a.dribbble span {background-color: #ea4c89}
.social-icon-style-1 a.youtube,.social-icon-style-2 a.youtube,.social-icon-style-3 a.youtube,.social-icon-style-4 a.youtube span,.social-icon-style-10 a.youtube span {background-color: #bb0000}
.social-icon-style-1 a.linkedin-in,.social-icon-style-2 a.linkedin-in,.social-icon-style-3 a.linkedin-in,.social-icon-style-4 a.linkedin-in span,.social-icon-style-10 a.linkedin-in span {background-color: #007bb6}
.social-icon-style-1 a.instagram,.social-icon-style-2 a.instagram,.social-icon-style-3 a.instagram,.social-icon-style-4 a.instagram span,.social-icon-style-10 a.instagram span {background-color: #FE1F49}
.social-icon-style-1 a.pinterest-p,.social-icon-style-2 a.pinterest-p,.social-icon-style-3 a.pinterest-p,.social-icon-style-4 a.pinterest-p span,.social-icon-style-10 a.pinterest-p span {background-color: #CB2027}
.social-icon-style-1 a.flickr,.social-icon-style-2 a.flickr,.social-icon-style-3 a.flickr,.social-icon-style-4 a.flickr span,.social-icon-style-10 a.flickr span {background-color: #ff0084}
.social-icon-style-1 a.rss,.social-icon-style-2 a.rss,.social-icon-style-3 a.rss,.social-icon-style-4 a.rss span,.social-icon-style-10 a.rss span {background-color: #f2890a}
.social-icon-style-1 a.behance,.social-icon-style-2 a.behance,.social-icon-style-3 a.behance,.social-icon-style-4 a.behance span,.social-icon-style-10 a.behance span {background-color: #1769ff}
.social-icon-style-1 a.vine,.social-icon-style-2 a.vine,.social-icon-style-3 a.vine,.social-icon-style-4 a.vine span,.social-icon-style-10 a.vine span {background-color: #00bf8f}
.social-icon-style-1 a.email,.social-icon-style-2 a.email,.social-icon-style-3 a.email,.social-icon-style-4 a.email span,.social-icon-style-10 a.email span {background-color: #7d7d7d}
.social-icon-style-1 a.sms,.social-icon-style-2 a.sms,.social-icon-style-3 a.sms,.social-icon-style-4 a.sms span,.social-icon-style-10 a.sms span {background-color: #ffbd00}
.social-icon-style-1 a.sharethis,.social-icon-style-2 a.sharethis,.social-icon-style-3 a.sharethis,.social-icon-style-4 a.sharethis span,.social-icon-style-10 a.sharethis span {background-color: #95D03A}
.social-icon-style-1 a.reddit,.social-icon-style-2 a.reddit,.social-icon-style-3 a.reddit,.social-icon-style-4 a.reddit span,.social-icon-style-10 a.reddit span {background-color: #ff4500}
.social-icon-style-1 a.tumblr,.social-icon-style-2 a.tumblr,.social-icon-style-3 a.tumblr,.social-icon-style-4 a.tumblr span,.social-icon-style-10 a.tumblr span {background-color: #32506d}
.social-icon-style-1 a.digg,.social-icon-style-2 a.digg,.social-icon-style-3 a.digg,.social-icon-style-4 a.digg span,.social-icon-style-10 a.digg span {background-color: #262626}
.social-icon-style-1 a.stumbleupon,.social-icon-style-2 a.stumbleupon,.social-icon-style-3 a.stumbleupon,.social-icon-style-4 a.stumbleupon span,.social-icon-style-10 a.stumbleupon span {background-color: #eb4924}
.social-icon-style-1 a.whatsapp,.social-icon-style-2 a.whatsapp,.social-icon-style-3 a.whatsapp,.social-icon-style-4 a.whatsapp span,.social-icon-style-10 a.whatsapp span {background-color: #25d366}
.social-icon-style-1 a.vk,.social-icon-style-2 a.vk,.social-icon-style-3 a.vk,.social-icon-style-4 a.vk span,.social-icon-style-10 a.vk span {background-color: #4c6c91}
.social-icon-style-1 a.weibo,.social-icon-style-2 a.weibo,.social-icon-style-3 a.weibo,.social-icon-style-4 a.weibo span,.social-icon-style-10 a.weibo span {background-color: #ff9933}
.social-icon-style-1 a.odnoklassniki,.social-icon-style-2 a.odnoklassniki,.social-icon-style-3 a.odnoklassniki,.social-icon-style-4 a.odnoklassniki span,.social-icon-style-10 a.odnoklassniki span {background-color: #d7772d}
.social-icon-style-1 a.xing,.social-icon-style-2 a.xing,.social-icon-style-3 a.xing,.social-icon-style-4 a.xing span,.social-icon-style-10 a.xing span {background-color: #1a7576}
.social-icon-style-1 a.print,.social-icon-style-2 a.print,.social-icon-style-3 a.print,.social-icon-style-4 a.print span,.social-icon-style-10 a.print span {background-color: #222222}
.social-icon-style-1 a.blogger,.social-icon-style-2 a.blogger,.social-icon-style-3 a.blogger,.social-icon-style-4 a.blogger span,.social-icon-style-10 a.blogger span {background-color: #ff8000}
.social-icon-style-1 a.flipboard,.social-icon-style-2 a.flipboard,.social-icon-style-3 a.flipboard,.social-icon-style-4 a.flipboard span,.social-icon-style-10 a.flipboard span {background-color: #e12828}
.social-icon-style-1 a.meneame,.social-icon-style-2 a.meneame,.social-icon-style-3 a.meneame,.social-icon-style-4 a.meneame span,.social-icon-style-10 a.meneame span {background-color: #ff6400}
.social-icon-style-1 a.mailru,.social-icon-style-2 a.mailru,.social-icon-style-3 a.mailru,.social-icon-style-4 a.mailru span,.social-icon-style-10 a.mailru span {background-color: #168de2}
.social-icon-style-1 a.delicious,.social-icon-style-2 a.delicious,.social-icon-style-3 a.delicious,.social-icon-style-4 a.delicious span,.social-icon-style-10 a.delicious span {background-color: #205cc0}
.social-icon-style-1 a.livejournal,.social-icon-style-2 a.livejournal,.social-icon-style-3 a.livejournal,.social-icon-style-4 a.livejournal span,.social-icon-style-10 a.livejournal span {background-color: #00b0ea}
.social-icon-style-1 a.vimeo-v,.social-icon-style-2 a.vimeo-v,.social-icon-style-3 a.vimeo-v,.social-icon-style-4 a.vimeo-v span,.social-icon-style-10 a.vimeo-v span {background-color: #1ab7ea}
.social-icon-style-1 a.soundcloud,.social-icon-style-2 a.soundcloud,.social-icon-style-3 a.soundcloud,.social-icon-style-4 a.soundcloud span,.social-icon-style-10 a.soundcloud span {background-color: #ffa500}
.social-icon-style-1 a.github,.social-icon-style-2 a.github,.social-icon-style-3 a.github,.social-icon-style-4 a.github span,.social-icon-style-10 a.github span {background-color: #808184}
.social-icon-style-1 a.envelope,.social-icon-style-2 a.envelope,.social-icon-style-3 a.envelope,.social-icon-style-4 a.envelope span,.social-icon-style-10 a.envelope span {background-color: #fec254}
.social-icon-style-1 a.yelp,.social-icon-style-2 a.yelp,.social-icon-style-3 a.yelp,.social-icon-style-4 a.yelp span,.social-icon-style-10 a.yelp span {background-color: #b6322c}
.social-icon-style-1 a.discord,.social-icon-style-2 a.discord,.social-icon-style-3 a.discord,.social-icon-style-4 a.discord span,.social-icon-style-10 a.discord span {background-color: #7689d9}
.social-icon-style-1 a.custom,.social-icon-style-2 a.custom,.social-icon-style-3 a.custom,.social-icon-style-4 a.custom span,.social-icon-style-10 a.custom span {background-color: #0d0d0d}

/* social icon style */
.social-icon-style-6 a.facebook-f:hover {border-color: #3b5998; color: #3b5998}
.social-icon-style-6 a.twitter:hover {border-color: #00aced; color: #00aced}
.social-icon-style-6 a.google-plus-g:hover {border-color: #dc4a38; color: #dc4a38}
.social-icon-style-6 a.dribbble:hover {border-color: #ea4c89; color: #ea4c89}
.social-icon-style-6 a.youtube:hover {border-color: #bb0000; color: #bb0000}
.social-icon-style-6 a.linkedin-in:hover {border-color: #0077b5; color: #0077b5}
.social-icon-style-6 a.pinterest-p:hover {border-color: #CB2027; color: #CB2027}
.social-icon-style-6 a.email:hover {border-color: #7d7d7d; color: #7d7d7d}
.social-icon-style-6 a.sms:hover {border-color: #ffbd00; color: #ffbd00}
.social-icon-style-6 a.sharethis:hover {border-color: #95D03A; color: #95D03A}
.social-icon-style-6 a.reddit:hover {border-color: #ff4500; color: #ff4500}
.social-icon-style-6 a.tumblr:hover {border-color: #32506d; color: #32506d}
.social-icon-style-6 a.digg:hover {border-color: #262626; color: #262626}
.social-icon-style-6 a.stumbleupon:hover {border-color: #eb4924; color: #eb4924}
.social-icon-style-6 a.whatsapp:hover {border-color: #25d366; color: #25d366}
.social-icon-style-6 a.vk:hover {border-color: #4c6c91; color: #4c6c91}
.social-icon-style-6 a.weibo:hover {border-color: #ff9933; color: #ff9933}
.social-icon-style-6 a.odnoklassniki:hover {border-color: #d7772d; color: #d7772d}
.social-icon-style-6 a.xing:hover {border-color: #1a7576; color: #1a7576}
.social-icon-style-6 a.print:hover{border-color: #222222; color: #222222}
.social-icon-style-6 a.blogger:hover {border-color: #ff8000; color: #ff8000}
.social-icon-style-6 a.flipboard:hover {border-color: #e12828; color: #e12828}
.social-icon-style-6 a.meneame:hover {border-color: #ff6400; color: #ff6400}
.social-icon-style-6 a.mailru:hover {border-color: #168de2; color: #168de2}
.social-icon-style-6 a.delicious:hover {border-color: #205cc0; color: #205cc0}
.social-icon-style-6 a.livejournal:hover {border-color: #00b0ea; color: #00b0ea}
.social-icon-style-6 a.soundcloud:hover {border-color: #ffa500; color: #ffa500}
.social-icon-style-6 a.vimeo-v:hover {border-color: #1ab7ea; color: #1ab7ea}
.social-icon-style-6 a.yelp:hover {border-color: #b6322c; color: #b6322c}
.social-icon-style-6 a.discord:hover {border-color: #7689d9; color: #7689d9}

/* social icon style */
.social-icon-style-7 a.facebook-f:hover {border-color: #3b5998; background-color: #3b5998}
.social-icon-style-7 a.twitter:hover {border-color: #00aced; background-color: #00aced}
.social-icon-style-7 a.google-plus-g:hover {border-color: #dc4a38; background-color: #dc4a38}
.social-icon-style-7 a.dribbble:hover {border-color: #ea4c89; background-color: #ea4c89}
.social-icon-style-7 a.youtube:hover {border-color: #bb0000; background-color: #bb0000}
.social-icon-style-7 a.linkedin-in:hover {border-color: #0077b5; background-color: #0077b5}
.social-icon-style-7 a.instagram:hover {border-color: #FE1F49; background-color: #FE1F49}
.social-icon-style-7 a.pinterest-p:hover {border-color: #CB2027; background-color: #CB2027}
.social-icon-style-7 a.flickr:hover {border-color: #ff0084; background-color: #ff0084}
.social-icon-style-7 a.rss:hover {border-color: #f2890a; background-color: #f2890a}
.social-icon-style-7 a.behance:hover {border-color: #1769ff; background-color: #1769ff}
.social-icon-style-7 a.vine:hover {border-color: #00bf8f; background-color: #00bf8f}
.social-icon-style-7 a.email:hover {border-color: #7d7d7d; background-color: #7d7d7d}
.social-icon-style-7 a.sms:hover {border-color: #ffbd00; background-color: #ffbd00}
.social-icon-style-7 a.sharethis:hover {border-color: #95D03A; background-color: #95D03A}
.social-icon-style-7 a.reddit:hover {border-color: #ff4500; background-color: #ff4500}
.social-icon-style-7 a.tumblr:hover {border-color: #32506d; background-color: #32506d}
.social-icon-style-7 a.digg:hover {border-color: #262626; background-color: #262626}
.social-icon-style-7 a.stumbleupon:hover {border-color: #eb4924; background-color: #eb4924}
.social-icon-style-7 a.whatsapp:hover {border-color: #25d366; background-color: #25d366}
.social-icon-style-7 a.vk:hover {border-color: #4c6c91; background-color: #4c6c91}
.social-icon-style-7 a.weibo:hover {border-color: #ff9933; background-color: #ff9933}
.social-icon-style-7 a.odnoklassniki:hover {border-color: #d7772d; background-color: #d7772d}
.social-icon-style-7 a.xing:hover {border-color: #1a7576; background-color: #1a7576}
.social-icon-style-7 a.print:hover{border-color: #222222; background-color: #222222}
.social-icon-style-7 a.blogger:hover {border-color: #ff8000; background-color: #ff8000}
.social-icon-style-7 a.flipboard:hover {border-color: #e12828; background-color: #e12828}
.social-icon-style-7 a.meneame:hover {border-color: #ff6400; background-color: #ff6400}
.social-icon-style-7 a.mailru:hover {border-color: #168de2; background-color: #168de2}
.social-icon-style-7 a.delicious:hover {border-color: #205cc0; background-color: #205cc0}
.social-icon-style-7 a.livejournal:hover {border-color: #00b0ea; background-color: #00b0ea}
.social-icon-style-7 a.soundcloud:hover {border-color: #ffa500; background-color: #ffa500}
.social-icon-style-7 a.vimeo-v:hover {border-color: #1ab7ea; background-color: #1ab7ea}
.social-icon-style-7 a.github:hover {border-color: #808184; background-color: #808184}
.social-icon-style-7 a.envelope:hover {border-color: #1ab7ea; background-color: #1ab7ea}
.social-icon-style-7 a.yelp:hover {border-color: #b6322c; background-color: #b6322c}
.social-icon-style-7 a.discord:hover {border-color: #7689d9; background-color: #7689d9}


/* icon like counter */
a.likes-count {padding: 0 15px; width: auto; border-radius: 30px !important;}
a.likes-count i {margin-right: 8px;}
a.likes-count span {position: relative; top: -1px}

a.blog-like {padding: 0 15px; width: auto; border-radius: 30px !important; font-size: 12px;}
a.blog-like i {margin-right: 0;}
a.blog-like span {position: relative; top: -1px; margin-left: 8px;}
.single-post a.blog-like span.posts-like {display: none; margin-left: 8px;}

/* icon hover effect style 1 */
.social-icon-style-1 a {text-align: center; display:inline-block;transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; color: #fff}
.social-icon-style-1 a:hover {border-radius: 100%;}

/* icon hover effect style 2 */
.social-icon-style-2 a {text-align: center; display:inline-block;transition: all 400ms; -webkit-transition: all 400ms; -moz-transition: all 400ms; -ms-transition: all 400ms; -o-transition: all 400ms; border-radius: 100%; color: #fff}
.social-icon-style-2 a:hover {border-radius: 0;}

/* icon hover effect style 3 */
.social-icon-style-3 a {text-align: center; display:inline-block;transition: all 400ms;border-radius: 100%; color: #fff} 
.social-icon-style-3 a:hover i {transition: transform 0.4s ease-out; transform: rotateZ(360deg);}

/* icon hover effect style 4 */
.social-icon-style-4 a {text-align: center; display:inline-block;border-radius: 100%; position: relative; border: 1px solid rgba(0, 0, 0, 0.1); color: #232323; text-align: center}
.social-icon-style-4 a:hover {color: #fff;}
.social-icon-style-4 a i {position: relative; z-index: 2}
.social-icon-style-4 a span {border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; width: 0;z-index: 1;}
.social-icon-style-4 a:hover span{width:100%;height:100%;border-radius: 100%; top: 0; left: 0;}

/* icon hover effect style 5 */
.social-icon-style-5 a {text-align: center; display:inline-block; color: #232323}
.social-icon-style-5 a:hover {color: #fff; border-radius: 100%; background-color: #ff214f} 

/* icon hover effect style 5 - light*/
.social-icon-style-5-light a {text-align: center; display:inline-block;color: #fff}
.social-icon-style-5-light a:hover {color: #fff; border-radius: 100%; background-color: #ff214f} 

/* icon hover effect style 6 */
.social-icon-style-6 a {text-align: center; display:inline-block;border: 1px solid rgba(0,0,0,0.1);color: #232323; background-color: transparent; border-radius: 100%;}
.social-icon-style-6 a:hover {border-color: #ff214f; color: #ff214f;  background-color: transparent;}

.pofo-post-detail-icon > ul, .pofo-post-detail-icon > div {display: inline-block;}
.pofo-post-detail-icon > ul {margin-left: 7px; margin-right: 7px;}
.pofo-post-detail-icon a {text-align: center; display:inline-block;border: 1px solid rgba(0,0,0,0.1);color: #232323; background-color: transparent; border-radius: 100%;}
.pofo-post-detail-icon a:hover {border-color: #ff214f; color: #ff214f;  background-color: transparent;}
.pofo-post-detail-icon ul {padding: 0;}

/* icon hover effect style 7 */
.social-icon-style-7 a {text-align: center; display:inline-block; border-radius: 100%; color: #232323; background-color: #fff;}
.social-icon-style-7 a:hover {color: #fff; -webkit-transform: scale(1.2); -ms-transform: scale(1.2); -moz-transform: scale(1.2); transform: scale(1.2);}

/* icon hover effect style 8 */
.social-icon-style-8 ul li a {text-align: center; width: auto; height: auto}
.social-icon-style-8 a:hover {color: #ff214f;}

/* icon hover effect style 9 */
.social-icon-style-9 ul li a {text-align: center; width: auto; height: auto}

.social-icon-style-9 a.facebook-f:hover {color: #3b5998;}
.social-icon-style-9 a.twitter:hover {color: #00aced;}
.social-icon-style-9 a.google-plus-g:hover {color: #dc4a38;}
.social-icon-style-9 a.dribbble:hover {color: #ea4c89;}
.social-icon-style-9 a.youtube:hover {color: #bb0000;}
.social-icon-style-9 a.linkedin-in:hover {color: #007bb6;}
.social-icon-style-9 a.pinterest-p:hover {color: #CB2027}
.social-icon-style-9 a.email:hover {color: #7d7d7d}
.social-icon-style-9 a.sms:hover {color: #ffbd00}
.social-icon-style-9 a.sharethis:hover {color: #95D03A}
.social-icon-style-9 a.reddit:hover {color: #ff4500}
.social-icon-style-9 a.tumblr:hover {color: #32506d}
.social-icon-style-9 a.digg:hover {color: #262626}
.social-icon-style-9 a.stumbleupon:hover {color: #eb4924}
.social-icon-style-9 a.whatsapp:hover {color: #25d366}
.social-icon-style-9 a.vk:hover {color: #4c6c91}
.social-icon-style-9 a.weibo:hover {color: #ff9933}
.social-icon-style-9 a.odnoklassniki:hover {color: #d7772d}
.social-icon-style-9 a.xing:hover {color: #1a7576}
.social-icon-style-9 a.print:hover {color: #222222}
.social-icon-style-9 a.blogger:hover {color: #ff8000}
.social-icon-style-9 a.flipboard:hover {color: #e12828}
.social-icon-style-9 a.meneame:hover {color: #ff6400}
.social-icon-style-9 a.mailru:hover {color: #168de2}
.social-icon-style-9 a.delicious:hover {color: #205cc0}
.social-icon-style-9 a.livejournal:hover {color: #00b0ea}
.social-icon-style-9 a.soundcloud:hover {color: #ffa500}
.social-icon-style-9 a.vimeo-v:hover {color: #1ab7ea}
.social-icon-style-9 a.flickr:hover {color: #ff0185}
.social-icon-style-9 a.instagram:hover {color: #FE1F49}
.social-icon-style-9 a.rss:hover {color: #f2890e}
.social-icon-style-9 a.yelp:hover {color: #b6322c;}
.social-icon-style-9 a.discord:hover {color: #7689d9;}

/* icon hover effect style 10 - light */
.social-icon-style-10 {position: relative;}
.social-icon-style-10 a {text-align: center; display:inline-block; border-radius: 100%; position: relative; text-align: center}
.social-icon-style-10 a:hover {color: #fff;}
.social-icon-style-10 a i {position: relative; z-index: 1;}
.social-icon-style-10 a span {border-radius: 0; display: block; height: 0; left: 50%; margin: 0; position: absolute; top: 50%; transition: all 0.3s; -webkit-transition: all 0.3s; width: 0;}
.social-icon-style-10 a:hover span{width:100%; height:100%; border-radius: 100%; top: 0; left: 0;}

/* social icon style 11 */
.social-icon-style-11 {position: relative;}
.social-icon-style-11 a {text-align: center; display:inline-block; border-radius: 100%; position: relative; text-align: center}
.social-icon-style-11 a.facebook-f {color: #3b5998}
.social-icon-style-11 a.twitter {color: #00aced}
.social-icon-style-11 a.google-plus-g {color: #dc4a38}
.social-icon-style-11 a.dribbble {color: #ea4c89}
.social-icon-style-11 a.youtube {color: #bb0000}
.social-icon-style-11 a.linkedin-in {color: #0077b5}
.social-icon-style-11 a.instagram {color: #FE1F49}
.social-icon-style-11 a.pinterest-p {color: #CB2027}
.social-icon-style-11 a.flickr {color: #ff0084}
.social-icon-style-11 a.rss {color: #f2890a}
.social-icon-style-11 a.behance {color: #1769ff}
.social-icon-style-11 a.vine {color: #00bf8f}
.social-icon-style-11 a.email {color: #7d7d7d}
.social-icon-style-11 a.sms {color: #ffbd00}
.social-icon-style-11 a.sharethis {color: #95D03A}
.social-icon-style-11 a.reddit {color: #ff4500}
.social-icon-style-11 a.tumblr {color: #32506d}
.social-icon-style-11 a.digg {color: #262626}
.social-icon-style-11 a.stumbleupon {color: #eb4924}
.social-icon-style-11 a.whatsapp {color: #25d366}
.social-icon-style-11 a.vk {color: #4c6c91}
.social-icon-style-11 a.weibo {color: #ff9933}
.social-icon-style-11 a.odnoklassniki {color: #d7772d}
.social-icon-style-11 a.xing {color: #1a7576}
.social-icon-style-11 a.print{color: #222222}
.social-icon-style-11 a.blogger {color: #ff8000}
.social-icon-style-11 a.flipboard {color: #e12828}
.social-icon-style-11 a.meneame {color: #ff6400}
.social-icon-style-11 a.mailru {color: #168de2}
.social-icon-style-11 a.delicious {color: #205cc0}
.social-icon-style-11 a.livejournal {color: #00b0ea}
.social-icon-style-11 a.soundcloud {color: #ffa500}
.social-icon-style-11 a.vimeo-v {color: #1ab7ea}
.social-icon-style-11 a.yelp {color: #b6322c}
.social-icon-style-11 a.discord {color: #7689d9}
.social-icon-style-11 a:hover {color: #fff;}



/* panel styles */
.color-code {justify-content: space-around; align-items: center; z-index: 0;}
.bg-background-fade {background-color: #ff5851}

.color-1, .color-2, .color-3, .color-4, .color-5 {-webkit-transition: background-color 700ms linear; -moz-transition: background-color 700ms linear; -o-transition: background-color 700ms linear; -ms-transition: background-color 700ms linear; transition: background-color 700ms linear;}
.color-1 {background-color: #ff5851;}
.color-2 {background-color: #e86618;}
.color-3 {background-color: #ef3158;}
.color-4 {background-color: #6b0990;}
.color-5 {background-color: #4c0990;}
.color-6 {background-color: #1b3194;}




/* page title font size */
.page-title-extra-small h1 {font-size: 12px; line-height: 20px;}
.page-title-small h1 {font-size: 20px; line-height: 26px}
.page-title-medium h1 {font-size: 32px; line-height: 37px}
.page-title-large h1 {font-size: 46px; line-height: 49px}
.page-title-large h2 {font-size: 15px; line-height: 15px;}
.page-title-extra-large h1 {font-size: 55px; line-height: 50px}

/* ===================================
Border
====================================== */

.border-all {border: 1px solid #ededed}

/* boder width */
.border-width-1 {border-width:1px;}
.border-width-2 {border-width:2px;}
.border-width-3 {border-width:3px;}
.border-width-4 {border-width:4px;}
.border-width-5 {border-width:5px;}
.border-width-6 {border-width:6px;}
.border-width-7 {border-width:7px;}
.border-width-8 {border-width:8px;}
.border-width-9 {border-width:9px;}
.border-width-10 {border-width:10px;}
.border-width-20 {border-width:20px;}

/* boder align */
.border-top {border-top: 1px solid;}
.border-bottom {border-bottom: 1px solid;}
.border-left {border-left: 1px solid;}
.border-right {border-right: 1px solid;}
.border-lr {border-left: 1px solid; border-right: 1px solid;}
.border-tb {border-top: 1px solid; border-bottom: 1px solid;}

/* border color */
.border-color-white {border-color:#fff}
.border-color-black {border-color:#000}
.border-color-extra-dark-gray {border-color:#232323}
.border-color-medium-dark-gray {border-color:#363636}
.border-color-dark-gray {border-color:#939393}
.border-color-extra-medium-gray {border-color:#dbdbdb}
.border-color-medium-gray {border-color:#e4e4e4}
.border-color-extra-light-gray {border-color:#ededed}
.border-color-light-gray {border-color:#f5f5f5}
.border-color-light-pink {border-color:#862237}
.border-color-deep-pink {border-color:#ff214f}
.border-color-transparent-pink {border-color: rgba(255, 33, 79, 0.45);}

/* boder style */
.border-dotted {border-style: dotted !important;}
.border-dashed {border-style: dashed !important;}
.border-solid {border-style: solid !important;}
.border-double {border-style: double !important;}
.border-groove {border-style: groove !important;}
.border-ridge {border-style: ridge !important;}
.border-inset {border-style: inset !important;}
.border-outset {border-style: outset !important;}
.border-none {border-style: none !important;}
.border-hidden {border-style: hidden !important;}
.border-transperent {border-color: transparent !important;}

.no-border-top {border-top:0 !important}
.no-border-bottom {border-bottom:0 !important}
.no-border-right {border-right:0 !important}
.no-border-left {border-left:0 !important}

/* border for overline icon box */
.overline-icon-box {border-top-width: 3px;}

/* border color for overline icon box */
.overline-icon-box.overline-white {border-top-color: #fff;}
.overline-icon-box.overline-black {border-top-color: #000;}
.overline-icon-box.overline-extra-dark-gray {border-top-color: #232323;}
.overline-icon-box.overline-medium-dark-gray {border-top-color: #363636;}
.overline-icon-box.overline-dark-gray {border-top-color: #939393;}
.overline-icon-box.overline-extra-light-gray {border-top-color: #dbdbdb;}
.overline-icon-box.overline-medium-gray {border-top-color: #e4e4e4;}
.overline-icon-box.overline-light-gray {border-top-color: #f5f5f5;}
.overline-icon-box.overline-light-pink {border-top-color: #862237;}
.overline-icon-box.overline-deep-pink {border-top-color: #ff214f;}
.overline-icon-box.overline-transparent-pink {border-top-color: rgba(255, 33, 79, 0.45);}

/* transparent border */
.border-black-light {border-color: rgba(0,0,0,.1) !important;}
.border-white-light {border-color: rgba(255,255,255,.1) !important;}


/*================================ 
Boder radius
================================*/

.border-radius-1 {border-radius:1px}
.border-radius-2 {border-radius:2px}
.border-radius-3 {border-radius:3px}
.border-radius-4 {border-radius:4px}
.border-radius-5 {border-radius:5px}
.border-radius-6 {border-radius:6px}
.border-radius-7 {border-radius:7px}
.border-radius-8 {border-radius:8px}
.border-radius-9 {border-radius:9px}
.border-radius-10 {border-radius:10px}
.border-radius-50 {border-radius:50%}
.border-radius-100 {border-radius:100%}
.border-radius-none {border-radius:0}
.vc_box_rounded {border-radius: 6px !important;}

/* col height */
.extra-small-screen {height:300px;}
.small-screen {height:400px;}
.one-second-screen {height:600px;}
.one-third-screen {height:700px;}
.one-fourth-screen {height:800px;}
.one-fifth-screen {height:900px;}
.one-sixth-screen {height:887px;}

/* list style 1 */
.list-style-1 {padding: 0;}
.list-style-1 li span {width: 30%; display: inline-block;}
.list-style-1 li span:before {color: #ff214f; content: "-"; font-size: 20px; left: -5px; top:3px; position: relative;}

/* list style 2 */
.list-style-2 {list-style: none; margin: 0; padding: 0;}
.list-style-2 li {position: relative; padding: 0 0 0 12px; margin: 0 0 9px 0;}
.list-style-2 li:before {content: ""; width: 5px; height: 1px; background-color: #ff214f; position: absolute; top: 12px; left: 0;}

/* list style 3 */
.list-style-3 {list-style: none; margin: 0; padding: 0;}
.list-style-3 li {position: relative; padding: 0 0 0 22px; margin: 0 0 15px 0;}
.list-style-3 li:before {content: ""; width: 10px; height: 1px; background-color: #ff214f; position: absolute; top: 13px; left: 0;}

/* list style 4 */
.list-style-4 {list-style: none; margin: 0; padding: 0;}
.list-style-4 li {position: relative; padding: 0 0 10px 22px; margin: 0 0 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-4 li:before {content: "\f00c"; position: absolute; top: 1px; left: 0; font-family: Font Awesome\ 5 Free; font-weight: 900;}
.list-style-4 li:last-child {border-bottom: 0;}
.list-style-4.list-style-color li {border-color: rgba(255,255,255,.15);}
.list-style-4.list-style-color li:before {color: #ff214f}

/* list style 5 */
.list-style-5 {list-style: none; margin: 0; padding: 0;}
.list-style-5 li {position: relative; padding: 0 0 10px 22px; margin: 0 0 10px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-5 li:before {content: "\f192"; position: absolute; top: 1px; left: 0; font-family: Font Awesome\ 5 Free; font-weight: 400; color: #c0c0c0}
.list-style-5 li:last-child {border-bottom: 0;}
.list-style-5.list-style-color li {border-color: rgba(255,255,255,.15);}
.list-style-5.list-style-color li:before {color: #ff214f}

/* list style 6 */
.list-style-6 {list-style: none; margin: 0; padding: 0;}
.list-style-6 li {position: relative; padding: 0 0 8px 0; margin: 0 0 8px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-6 li span {position: absolute; top: 3px; right: 0;}
.list-style-6 li:last-child {border-bottom: none}
.list-style-6 li:before {content: "";}

/* list style 7 */
.list-style-7 {list-style: none; margin: 0; padding: 0;}
.list-style-7 li {padding: 0 0 13px 0; margin: 0 0 10px 0;}
.list-style-7 li:last-child {margin: 0; padding: 0;}

/* list style 8 */
.list-style-8 {list-style: none; margin: 0; padding: 0;}
.list-style-8 li {position: relative; padding:15px 0; margin: 0 0 4px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-8 li span {margin-bottom: 2px}
.list-style-8 li p {margin-bottom: 0}
.list-style-8 li:last-child {border-bottom: none}
.list-style-8 li:before {content: "";}

/* list style 9 */
.list-style-9 {list-style: none; margin: 0; padding: 0;}
.list-style-9 li {position: relative; padding:15px 0; margin: 0 0 4px 0; border-bottom: 1px solid #373737;}
.list-style-9 li span {margin-bottom: 2px}
.list-style-9 li p {margin-bottom: 0}
.list-style-9 li:last-child {border-bottom: none}
.list-style-9 li:before {content: "";}

/* list style 10 */
.list-style-10 {list-style: none; margin: 0; padding: 0;}
.list-style-10 li {padding:15px 0; margin: 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.list-style-10 li i {float: left; margin-top: 5px}
.list-style-10 li span {padding-left: 15px; display: table}
.list-style-10 li:last-child {border-bottom: none}

/* image hover style 1 */
.image-hover-style-1 {background: #222222}
.image-hover-style-1:hover img{opacity: 0.5; transform: scale(1.2, 1.2) rotate(-5deg); transition: all 0.3s ease 0s;}

/* image hover style 3 */
.image-hover-style-3:hover .cover-background {filter: contrast(130%); -webkit-filter:contrast(130%); -moz-filter: contrast(130%); -ms-filter: contrast(130%); -o-filter: contrast(130%); filter: grayscale(1); -webkit-filter: grayscale(1); -moz-filter: grayscale(1); -ms-filter: grayscale(1); -o-filter: grayscale(1);}

/* animation */ 
@-webkit-keyframes example {0%  {opacity:1;  top:0px;} 25% {opacity:.4;   top:2px;} 50% {opacity:.3;  top:4px;} 75% {opacity:.2;  top:5px;} 100% {opacity:0;  top:9px;}}
@keyframes example {0%  {opacity:1;  top:0px;} 25% {opacity:.4;   top:4px;} 50% {opacity:.3;  top:8px;} 75% {opacity:.2;  top:12px;} 100% {opacity:0;  top:16px;}}

/*================================
Hover style
================================*/

.grid-item .portfolio-hover-box {display: table-cell; height: 100%;}

/* hover option 1 */
.hover-option1 .grid-item figcaption {height: 100%}
.hover-option1 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}

/* hover option 2 */
.hover-option2 .grid-item figcaption {height: 100%}
.hover-option2 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option2 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.3s ease 0s;}
.hover-option2 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option2 .separator-line-horrizontal-medium-light2 {opacity:.5}
.hover-option2 .grid-item figure img {transform: scale(1, 1); -moz-transform: scale(1, 1); -webkit-transform: scale(1, 1); -ms-transform: scale(1, 1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option2 .grid-item figure:hover img {-webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); opacity: 0.10; transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.pofo-stretch-row-container .hover-option2 .grid-item figcaption {padding: 30px;}

/* hover option 3 */
.hover-option3 .grid-item .slide-hover-box {position: absolute; width: 100%; height: 100%;}
.hover-option3 .grid-item .opacity-medium {opacity: 0; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover .opacity-medium {opacity: 0.50; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item figure {bottom:130px; z-index: 5; width: 100%; overflow: visible}
.hover-option3 .grid-item figure h6 {position: relative; bottom: -70px; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover h6 {bottom: 0}
.hover-option3 .grid-item figure p {bottom: -40px; opacity: 0; position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}
.hover-option3 .grid-item .slide-hover-box:hover p {opacity: .6; bottom: 0;}
.hover-option3 .grid-item figure figcaption {left: 0; right: 0; opacity: 1; padding: 0 60px; height: auto; text-align: left}
.hover-option3 .grid-item .separator-line-horrizontal-medium-light2 {transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; width: 20%;}
.hover-option3 .grid-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 {width: 60%; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}

/* hover option 4 */
.hover-option4 .grid-item figcaption {height: 100%}
.hover-option4 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option4 .grid-item figure:hover img {opacity: 0.08; transform: scale(1, 1); transition: all 0.2s ease 0s; -webkit-filter: blur(4px); filter: blur(4px);}
.hover-option4 .grid-item .portfolio-hover-content {bottom:-15px; transition: all 0.2s ease 0s;}
.hover-option4 .grid-item:hover .portfolio-hover-content {bottom:0;}
.hover-option4 .swiper-slide.grid-item figcaption {position: absolute; top: 0; width:100%; opacity: 0}
.hover-option4 .swiper-slide.grid-item:hover figcaption {opacity: 1}

/* hover option 5 */
.hover-option5 .grid-item figcaption {height: 100%; padding: 20px}
.hover-option5 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option5 .grid-item .portfolio-hover-box {padding: 20px;}
.hover-option5 .grid-item:hover .portfolio-hover-box {background: rgba(0,0,0,.8)}
.hover-option5 .grid-item .separator-line-horrizontal-medium-light2 {-webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s; top:5px; width:100px}
.hover-option5 .grid-item:hover .separator-line-horrizontal-medium-light2 {transform: translateY(-20px);}
.hover-option5 .grid-item figure:hover img {opacity: .8}

/* hover option 6 */
.hover-option6 .grid-item figcaption {height: 100%; position: relative; opacity: 1; padding:30px 10px 35px; background: #fff}
.hover-option6 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option6 .grid-item .portfolio-icon {transition: all 0.3s ease 0s; position: absolute; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); position: absolute; top: 55%; left:0; right: 0; opacity: 0}
.hover-option6 .grid-item figure:hover .portfolio-icon {opacity: 1; top: 50%;}
.hover-option6 .grid-item .portfolio-icon a {border-radius: 50%; border:2px solid transparent; background: #fff; margin: 0 7px; height: 46px; width: 46px; display: inline-block; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
.hover-option6 .grid-item .portfolio-icon i.fa-link {font-size:20px; position: relative; top: 11px}
.hover-option6 .grid-item .portfolio-icon i.fa-search {font-size:16px; position: relative; top: 8px}
.hover-option6 .grid-item .portfolio-icon a:hover, .hover-option6 .grid-item .portfolio-icon a:hover i {background: transparent; color: #fff;}
.hover-option6 .grid-item .portfolio-icon a:hover {background: transparent; border:2px solid #fff; color: #fff; transform: scale(1.1, 1.1);}
.hover-option6 .grid-item figure:hover img {cursor: default; opacity: .15; transform: scale(1, 1);}
.hover-option6 .grid-item figure:hover figcaption {cursor: default;}
.hover-option6 .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s;}
.pofo-stretch-row-container .hover-option6 .grid-item figcaption {padding: 20px 10px 25px;}

/* hover option 7 */
.hover-option7 .grid-item figcaption {height: auto;  position: absolute; opacity: 0; padding:32px; bottom: -101px}
.hover-option7 .grid-item figure:hover figcaption {bottom: 0}
.hover-option7 .grid-item .portfolio-hover-main {transform: none; display: table; height: 100%; top: 0; width: 100%;}
.hover-option7 .grid-item figure img {top: 0; position: relative}
.hover-option7 .grid-item figure:hover img {cursor: pointer; opacity: 1; transform: scale(1,1); top:-101px}
.hover-option7 .grid-item figure:hover figcaption {cursor: pointer;}
.hover-option7 .grid-item figure:hover .portfolio-img {transition: all 0.3s ease 0s; background: transparent}
.pofo-stretch-row-container .hover-option7 .grid-item figcaption {padding:20px;}
.pofo-stretch-row-container .hover-option7 .grid-item figure:hover img {top:-81px;}

/* hover option 8 */
.hover-option8 .grid-item figure figcaption {opacity: 0; padding: 0; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s;} 
.hover-option8 .grid-item figure:hover figcaption {opacity: 1; cursor: pointer} 
.hover-option8 .grid-item .portfolio-hover-main {display: table; height: 100%; top: 0; transform: none; width: 100%;} 
.hover-option8 .grid-item .portfolio-icon {position: absolute; right: 55px; top: 51px; transition: all 0.1s ease 0s;}
.hover-option8 .grid-item figure:hover figcaption {padding:25px; transition: all 0.2s ease 0s; box-shadow: 0 0 4px rgba(0,0,0,.4);}
.hover-option8 .grid-item figure:hover figcaption .portfolio-hover-main {background: #fff}
.hover-option8.portfolio-grid .grid-item figure:hover img {opacity: 1; -webkit-filter: blur(4px); filter: blur(4px);}

/* hover option 10 */
.hover-option10 .grid-item * {-webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.hover-option10 .grid-item figure .portfolio-img img{transform: scale(1.05,1.05);}
.hover-option10 .grid-item figure:hover .portfolio-img img{transform: scale(1,1); opacity: .15}
.hover-option10 .grid-item figure figcaption {padding: 0;}
.hover-option10 .grid-item figure .portfolio-hover-main {display: table; width: 100%; height: 100%; padding: 50px}
.hover-option10 .grid-item figure .portfolio-icon {margin-bottom: 30px; position: relative; -webkit-transform: translateY(-100%); -ms-transform: translateY(-100%); transform: translateY(-100%);}
.hover-option10 .grid-item figure .portfolio-hover-content {position: relative; -webkit-transform: translateY(100%); -ms-transform: translateY(100%); transform: translateY(100%);}
.hover-option10 .grid-item figure:hover .portfolio-icon, .hover-option10 .grid-item figure:hover .portfolio-hover-content {-webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0);}
.hover-option10 .grid-item .portfolio-icon a {margin: 0 7px; height: 50px; width: 50px; display: inline-block; border-radius: 100%; border: 1px solid rgba(255,255,255,1); box-sizing: border-box; vertical-align: top; text-align:center; color: #fff}
.hover-option10 .grid-item .portfolio-icon a:hover {color: #232323; background: #fff; border-radius: 5px;}
.hover-option10 .grid-item .portfolio-icon a:hover i {color: #232323;;}
.hover-option10 .grid-item .portfolio-icon i.fa-link {font-size:22px; position: relative; top: 14px}
.hover-option10 .grid-item .portfolio-icon i.fa-search {font-size:20px; position: relative; top: 13px}
.pofo-stretch-row-container .hover-option10 .grid-item figure .portfolio-hover-main {padding:30px;}
.pofo-stretch-row-container .hover-option10 .grid-item .portfolio-icon i.fa-link {font-size:16px; position: relative; top: 10px}
.pofo-stretch-row-container .hover-option10 .grid-item .portfolio-icon i.fa-search {font-size:14px; position: relative; top: 8px}
.pofo-stretch-row-container .hover-option10 .grid-item .portfolio-icon a {width: 45px; height: 45px;} 

/* hover option 11 */
.hover-option11 .grid-item > a:hover .portfolio-item-title {color: #fff;}
.hover-option11 .grid-item .portfolio-img {margin-bottom: 33px; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}
.hover-option11 .grid-item .portfolio-img img {box-shadow: 0 0 8px rgba(0,0,0,1);}
.hover-option11 .grid-item:hover .portfolio-img img {opacity: .6; transition: all 0.2s ease 0s; -webkit-transition: all 0.2s ease 0s; -moz-transition: all 0.2s ease 0s; -o-transition: all 0.2s ease 0s; -ms-transition: all 0.2s ease 0s;}
.hover-option11 .grid-item > a {display: block; position: relative;}
.hover-option11 .grid-item > a:hover .portfolio-img {box-shadow: 0 6px 14px 0 rgba(0, 0, 0, 0.2); transform: translateY(-10px);}


/* ===================================
Button
====================================== */

.btn {
  display:inline-block;
  border:2px solid transparent;
  white-space: pre-wrap;
  letter-spacing: .5px;
  line-height: inherit;
  border-radius: 0; 
  text-transform: none;
  width: auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  outline: none !important;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
}

/* button size */
.btn.btn-very-small {font-size:9px; padding: 1px 17px; line-height: 22px;}
.btn.btn-small {font-size:11px; padding: 4px 24px;}
.btn.btn-medium {font-size:12px; padding: 6px 25px 5px;}
.btn.btn-large {font-size:13px; padding: 9px 34px; line-height: 25px}
.btn.btn-extra-large {font-size:15px; padding: 12px 40px 13px;  line-height: 25px}
.btn-dual .btn {margin: 0 10px;}
.btn i {margin-left: 10px; vertical-align: middle; position: relative; top:-2px}

/* button background type */
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #232323}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent; color: #fff; outline: none;}

.btn.btn-black {background:#000000; border-color: #000000; color: #fff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent; color: #000; outline: none;}

.btn.btn-dark-gray {background: #232323; border-color: #232323; color: #fff}
.btn.btn-dark-gray:hover, .btn.btn-dark-gray:focus {background: transparent; color: #232323; outline: none;}

.btn.btn-light-gray {background: #dbdbdb; border-color: #dbdbdb; color: #232323}
.btn.btn-light-gray:hover, .btn.btn-light-gray:focus {background: transparent; border-color: #dbdbdb; color: #dbdbdb; outline: none;}

.btn.btn-deep-pink {background: #ff214f; border-color: #ff214f; color: #ffffff}
.btn.btn-deep-pink:hover, .btn.btn-deep-pink:focus {background: transparent; border-color: #ff214f; color: #ff214f; outline: none;}

/* button transparent type */
.btn.btn-transparent-white {background: transparent; border-color: #ffffff; color: #ffffff}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff; border-color: #ffffff; color: #232323}
.btn.btn-transparent-black {background: transparent; border-color: #000000; color: #000000}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #000000; border-color: #000000; color: #ffffff}
.btn.btn-transparent-dark-gray {background: transparent; border-color: #232323; color: #232323}
.btn.btn-transparent-dark-gray:hover, .btn.btn-transparent-dark-gray:focus {background: #232323; border-color: #232323; color: #ffffff}
.btn.btn-transparent-light-gray {background: transparent; border-color: #dbdbdb; color: #dbdbdb}
.btn.btn-transparent-light-gray:hover, .btn.btn-transparent-light-gray:focus {background: #dbdbdb; border-color: #dbdbdb; color: #232323}
.btn.btn-transparent-deep-pink {background: transparent; border-color: #ff214f; color: #ff214f}
.btn.btn-transparent-deep-pink:hover, .btn.btn-transparent-deep-pink:focus {background: #ff214f; border-color: #ff214f; color: #fff}

/* button rounded */
.btn.btn-rounded {border-radius: 50px}
.btn.btn-rounded.btn-very-small {padding: 2px 23px 1px;}
.btn.btn-rounded.btn-small {padding: 5px 29px;}
.btn.btn-rounded.btn-medium {padding: 6px 32px;}
.btn.btn-rounded.btn-large {padding: 9px 38px;}
.btn.btn-rounded.btn-extra-large {padding: 12px 45px 13px;}

/* image button */
.image-button {width: 100%; background: rgba(0,0,0,0.80); padding: 26px; font-family: "Roboto", sans-serif; font-size: 16px;}
.image-button:hover {background: rgba(0,0,0,0.5);}


/* info banner style 1 */
.banner-style1 figure {position: relative; cursor: pointer; overflow: hidden; transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s;}
.banner-style1 figure figcaption{position: absolute; left: 0; top: 50%; transform: translateY(-50%); height: 100%; width: 100%;}
.banner-style1 figure:hover .banner-image img{opacity:0.3; filter: contrast(130%); -webkit-filter:contrast(130%); -webkit-filter: grayscale(1); filter: grayscale(1);}
.banner-style1 figure figcaption p{opacity: 0; margin-bottom: 0; height: 0}
.banner-style1 figure:hover figcaption p {height: 75px; opacity: 1; margin-top: 20px;}

/* info banner style 2 */
.banner-style2 figure {position: relative; overflow: hidden;}
.banner-style2 figure:hover .banner-image img{opacity:0.4;}
.banner-style2 figcaption {position: absolute; right: -50px; top: 40px; height: 100%; height: calc(100% - 80px); width: 50%; opacity: 0; visibility: hidden;}
.banner-style2 figure:hover figcaption {right: 40px; opacity: 1; visibility: visible}

/* info banner style 3 */
.banner-style3 figure {position: relative; cursor: pointer; overflow: hidden; transition-timing-function: ease-in-out; -moz-transition-timing-function: ease-in-out; -webkit-transition-timing-function: ease-in-out; -o-transition-timing-function: ease-in-out; -ms-transition-timing-function: ease-in-out; transition-duration: .2s; -moz-transition-duration: .2s; -webkit-transition-duration: .2s; -o-transition-duration: .2s; -ms-transition-duration: .2s;}
.banner-style3 figure figcaption{position: absolute; left: 0; top: 52%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); height: 100%; width: 100%; padding: 0 20px; opacity: 0;}
.banner-style3 figure figcaption p {margin-bottom: 20px;}
.banner-style3 figure:hover figcaption {opacity: 1; top: 50%}
.banner-style3 figure:hover .banner-image img, .banner-style1 figure:hover .banner-image {opacity:0.3;}


@media (max-width: 1199px) {
  .default-page-space {padding: 90px 0}
  .text-extra-large {
    font-size: 18px;
    line-height: 24px;
  }
  .md-padding-40px-all {
    padding: 40px !important;
  }
}
@media (max-width: 991px) {
  .default-page-space {padding: 75px 0}
  .sm-padding-15px-all {
    padding: 15px !important;
  }
  .sm-margin-5px-bottom {
    margin-bottom: 5px !important;
  }
  .sm-margin-seven-bottom {
    margin-bottom: 7%;
  }
}

@media (max-width: 767px) {
  .default-page-space {padding: 50px 0}
  .icon-extra-medium {
    font-size: 30px;
  }
  .xs-margin-15px-bottom {
    margin-bottom: 15px !important;
  }
  .icon-medium {
    font-size: 30px;
  }
  .one-column-page-inner table >tbody>tr>td,
  .one-column-page-inner table >tbody>tr>th {
    display: block;
  }
  .xs-padding-30px-all {
    padding: 30px !important;
  }
  .xs-margin-30px-bottom {
    margin-bottom: 30px !important;
  }
  .icon-large {
    font-size: 40px;
  }
  .xs-margin-5px-bottom {
    margin-bottom: 5px !important;
  }

}
/*website*/
body{
  font-family:"Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;}
.dnd-section[class*="-force-full-width"] > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}
.home-banner-section .dnd-section {
  padding: 0;
}
.cm-col-row {
  margin-left: -15px;
  margin-right: -15px;   
}
.container-fluid.glossary_header ul li a:after,
.container-fluid.glossary_header ul li a:before {
  content: "";
  display: block;
  clear: both;
}
.cm-col-inner{
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
.home-page {
  font-size: 14px;
  line-height: 22px;
}
.cm-col-3,
.cm-col-4,
.cm-col-6{
  width:100%;
  float:none;
}
.banner-section .widget-type-header h1 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
  color: #232323;
  padding-left:15px;
  padding-right:15px;
}
.one-column-page .body-container .span12.dnd-column {
  margin: 0 auto !important;
  float: none;
}
.one-column-page,
.one-column-page p{
  line-height: 22px;
}
.one-column-page dt {
  margin: 30px 0 20px 0;
  font-weight: 700;
  line-height: 1.42857143;
}

dd, dt {
  line-height: 1.42857143;
}
dd {
  margin-left: 0;
}
dd {
  margin-bottom: 8px;
}

.website-page .page-header.section-header h2 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: inherit;
}

.website-page .page-header.section-header p {
  line-height: 22px;
  margin: 0;
}
.slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.case-study-slider-cont {
  padding-bottom: 50px;
}

.case-study-slider-btn {
  text-align: center;
}

.case-study-slider-grp .slick-arrow,
.partner-slider-grp .slick-arrow{
  background-position: center !important;
  background-repeat: no-repeat !important;
  z-index: 10;
  cursor: pointer;
  background-size: inherit !important;
  height: 22px;
  width: 50px;
  top: 50%;
  margin-top: -32px;
  font-size:0;
}
.case-study-slider-grp .slick-arrow:before,
.partner-slider-grp .slick-arrow:before{
  display: none;
}

.case-study-slider-grp .slick-next,
.partner-slider-grp .slick-next{
  background-image:url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/arrow-next-light-dark.png) !important;
  right: -15px;
  left: auto;
}

.case-study-slider-grp .slick-prev,
.partner-slider-grp .slick-prev{
  background-image:url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/arrow-prev-light-dark.png) !important;
  left: -15px;
  right: auto;
}
.case-study-header-wrap h3 {
  font-size: 20px;
  font-weight: 700;
  display: inline-block;
  line-height: 14px;
  position: relative;
  margin-bottom: 50px;
}
.case-study-header-wrap {
  text-align: center;
}
.case-study-header-wrap h3:after {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}
.case-study-header-wrap h3:before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}

.page-center,
.content-wrapper{
  margin-left:auto;
  margin-right:auto;
}
.one-column-page-inner h5 {
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
}
.one-column-page-inner table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: collapse;
  border: none;
}
.one-column-page-inner td,
.one-column-page-inner th {
  padding: 0;
}
.one-column-page-inner th {
  text-align: left;
}
.one-column-page-inner td,
.one-column-page-inner th {
  border-bottom: 1px solid #ededed;
  padding: 5px 8px;
}
.one-column-page-inner table>tbody>tr>td,
.one-column-page-inner table>tbody>tr>th,
.one-column-page-inner table>tfoot>tr>td,
.one-column-page-inner table>tfoot>tr>th,
.one-column-page-inner table>thead>tr>td,
.one-column-page-inner table>thead>tr>th {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ededed;
  border-left: none;
  border-right: none;
  color: #494949;
}
.one-column-page-inner table>tbody>tr>td,
.one-column-page-inner table>tbody>tr>th {
  padding: 20px;
  vertical-align: middle;
}
.one-column-page-inner table>tbody>tr>th {
  background: #f9f9f9;
}
.body-container .dnd-section[class*="-force-full-width"] .span12.dnd-column {
  width: 100%;
}
.one-column-page .case-study-header-wrap h3 {
  margin-bottom: 100px;
}
.cm-page{
  margin-top: -72px;
}
.one-column-page-inner h4 {
  font-size: 24px;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 25px;
}
.one-column-page-inner p:last-child {
  margin: 0;
}
.ocr-banner-area .dnd-column[class*="-background-image"] {
  padding-top: 160px;
  padding-bottom: 80px;
  background-size: 60% !important;
  background-position: 90% 100% !important;
  padding-left: 15px;
  padding-right: 15px;
}
.ocr-banner-area h4 {
  font-size: 22px;
  line-height: 30px;
  font-weight: 900;
  color: #020202;
  text-shadow: 0 0 10px #fff;
  padding-left: 16px;
  margin-bottom: 20px;
}
.ocr-banner-area .dnd-section > .row-fluid {
  padding: 0;
}
.ocr-section-one h5 {
  font-size: 20px;
  line-height: 24px;
  color: #aa2000;
  margin-bottom: 10px;
  font-weight: 600;
}
.ocr-section-one h2 {
  font-size: 40px;
  line-height: 36px;
  text-align: center;
  font-weight: 600;
  color: #000000;
  margin-bottom: 50px;
}
.ocr-section-one h2 span {
  font-size: 26px;
}
.ocr-section-one {
  line-height: 22px;
}

.ocr-section-two .widget-type-header h3 {
  position: relative;
  display: inline-block;
  font-size: 36px;
  color: #000000;
  margin: 0 0 60px;
  font-weight: 600;
  line-height: 14px;
}

.ocr-section-two .widget-type-header h3:after {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}

.ocr-section-two .widget-type-header h3:before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text > div {
  box-sizing: content-box;
  position: relative;
  text-align: center;
  display: block;
  border: 2px solid transparent;
  max-width: 100%!important;
  line-height: 2.85em!important;
  background-color: #dd3333;
  width: 5em!important;
  height: 5em!important;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text > div span.vc_li-news {
  color: #fff;
  font-size: 2.85em;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.ocr-section-two .hs_cos_wrapper_type_rich_text > div span.vc_li-news:before{
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: inherit;
  height: inherit;
  font-size: 1em;
  text-align: center;
  text-rendering: optimizelegibility;
}
.vc_li-news:before {
  content: "\e018";
}

.ocr-section-two .hs_cos_wrapper_type_rich_text h6 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 20px;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text h4 {
  font-weight: 600;
  color: #dd3333;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text h4 span {
  font-size: 18px;
}
.ocr-section-two .hs_cos_wrapper_type_rich_text h3 {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.1;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text h3 span {
  font-weight: 600;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text h5 {
  font-size: 16px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #232323;
}
.ocr-section-two .hs_cos_wrapper_type_rich_text figure {
  margin: 0;
  position: relative;
  line-height: 22px;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text figure img {
  margin-bottom: 25px;
}

.ocr-section-two .hs_cos_wrapper_type_rich_text figure figcaption {
  font-size: 20px;
  line-height: 24px;
  color: #dd3333;
  margin-bottom: 0;
  font-weight: 600;
  padding-bottom: 35px;
}
.ocr-section-two .hs_cos_wrapper_type_rich_text figure:after {
  content: "";
  display: block;
  position: relative;
  top: 1px;
  width: 100%;
  background-color: #dd3333;
  height: 1px;
  width: 10%;
  margin-left: auto;
  margin-right: auto;
}
[class*=" vc_li-"]:before, [class^=vc_li-]:before {
  font-family: vc_linecons;
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  margin-left: 0;
}
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.far {
  font-weight: 400;
}
.fa-envelope:before {
  content: "\f0e0";
}x
.solutionArea::before {
  content: "";
  display: block;
  position: absolute;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 104px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/frame_tri_top.png) no-repeat top center / 1140px auto;
}
.solutionArea::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -102px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 104px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/frame_tri_btm.jpg) no-repeat top center / 1140px auto;
}
.priceArea .clm.plan.lite {
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/bg_price_lite.jpg) repeat top right / 923px auto;
}
.priceArea .clm.plan.standard {
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/bg_price_std.jpg) repeat top right / 923px auto;
}
.priceArea .clm.plan.full {
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/bg_price_full.jpg) repeat top center / 923px auto;
}
.cmnTtl_2 {
  position: relative;
  font-size: 20px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 600;
}
.cmnTtl_2::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40%;
  height: 2px;
  background: #1b1c39;
}
.demositeArea h3 {
  color: inherit;
  line-height:54px;
}
.app_dev_page .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.app_dev_page  .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}


.container-fluid.app_dev_body div[class*="vertical-alignment"] >.row-fluid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.container-fluid.app_dev_body .span4 {
  width: 33.33333333%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display:block !important;
}

.container-fluid.app_dev_body .span4 >div {
  padding: 15%;
}

.container-fluid.app_dev_body .span4  i {
  text-align: center;
  font-size: 35px;
  margin-top: 2%;
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c11920;
  display: block;
}

.container-fluid.app_dev_body .span4 h3 {
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 25px;
  color: #232323;
  font-size: 14px;
  line-height: 22px;
}



.container-fluid.app_dev_body .span4 p {
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif ;
}


.container-fluid.app_dev_footer .dnd-section>.row-fluid {
  max-width: 1170px;
}

.container-fluid.app_dev_footer .span12 .widget-type-rich_text {
  width: 66.66666667%;
  margin: 0 auto;
}

.container-fluid.app_dev_footer .span12 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
  display: block;
  margin-bottom: 12%;
  padding-right: 5%;
  padding-left: 5%;
}

.container-fluid.app_dev_footer h4 {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px !important;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif ;
  color: #939393;
  font-weight: 500;
  text-transform: uppercase;
}

.container-fluid.app_dev_footer h2 {
  font-weight: 600;
  text-align: center;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  color: #232323;
}

.container-fluid.app_dev_footer p {
  padding-top: 50px !important;
  text-align: center;
  margin: 0;
  line-height: 22px;
}


.container-fluid.spacex_banner .dnd-section {
  padding-top: 35px;
  padding-bottom: 35px;
  background-color: #f7f7f7;
}

.container-fluid.spacex_banner .dnd-section h1 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  margin: 0;
  color: #232323;
}


.container-fluid.spacex_header div[class*=vertical-alignment] >.row-fluid {
  grid-template-columns: 0 80% 0;
  display: grid !important;
  grid-template-rows: auto;
  align-items: stretch;
  grid-template-areas:
    "left-sidebar content right-sidebar";
  max-width: 1080px;
  padding: 0;
  width: 100%;
  padding: 10px;
  padding-bottom: 0;
}
.container-fluid.spacex_header ul.hs-breadcrumb-menu li span.hs-breadcrumb-label {
  color: #c11920;
}


.container-fluid.spacex_header .dnd-section {padding: 0;}

.container-fluid.spacex_header .span9 {
  grid-column-start: 1;
  grid-column-end: 4;
  min-height: 488px;
  display: block !important;
  width: auto;
}



.container-fluid.spacex_header h1 {
  padding-top: 10px;
  margin-bottom: 30px;
  line-height: 1.7em;
  color: #494949;
  font-size: 14px;
  margin: 0;
  padding-left: 10px;
}

.container-fluid.spacex_header h1 i {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
    font-family:"Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important}
  line-height: 1.7em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.container-fluid.spacex_header h1 i:before {
  content: "";
}


.container-fluid.spacex_header ul.hs-breadcrumb-menu {
  padding: 4px 0;
  clear: both;
  padding-left: 10px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 34px;
  width: 100%;
  display: block;
}

.container-fluid.spacex_header ul.hs-breadcrumb-menu:before,.container-fluid.spacex_header ul.hs-breadcrumb-menu:after {content: '';display: block;clear: both;}

.container-fluid.spacex_header ul.hs-breadcrumb-menu li {
  margin: 0;
  padding: 0;
}

.container-fluid.spacex_header ul.hs-breadcrumb-menu li a {
  color: #c11920;
}

.container-fluid.spacex_header span.hs-breadcrumb-menu-divider {
  font-size: .6em;
  line-height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-family: 'ep_icons' !important;
  speak: none;
}

.container-fluid.spacex_header span.hs-breadcrumb-menu-divider:before {
  content: "\e916";
  padding: 0;
}

.container-fluid.spacex_header ul.hs-breadcrumb-menu li {
  float: left;
  display: block;
  padding-right: 10px;
}

.container-fluid.spacex_header article {
  border-bottom: 1px solid #E6E6E6;
  margin: 0;
  padding: 0 0 10px 50px;
  font-size: 15px;
  padding-top: 30px;
}

.container-fluid.spacex_header article h2 {
  font-size: 1.5em;
  margin: 0;
  line-height: 1.7em;
  position: relative;
}

.container-fluid.spacex_header article  i {
  position: absolute;
  top: 0;
  left: -50px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  line-height: 1.7em;
  font-size: 22.5px;
}

.container-fluid.spacex_header article i:before {
  content: "";
}

.container-fluid.spacex_footer .dnd-section {
  padding: 0;
}

.container-fluid.spacex_footer .dnd-section>.row-fluid {
  max-width: 100%;
  width: 80%;
  padding: 0;
}

.container-fluid.spacex_footer .row-fluid .span9 {
  padding: 20px;
  grid-column-start: 1;
  grid-column-end: 3;
  width: auto;
  display: block !important;
}

.container-fluid.spacex_footer .row-fluid .span3 {
  padding: 10px;
  background-color: #ffffff;
  margin-top: 0px;
  width: auto;
  margin: 0;
  display: block !important;
}

.container-fluid.spacex_footer div[class*='vertical-alignment'] >.row-fluid {
  grid-template-columns: 0 80% 20%;
  grid-template-areas:
    "left-sidebar content right-sidebar";
  margin: 0 auto;
  display: grid !important;
  grid-template-rows: auto;
  align-items: stretch;
}

.container-fluid.spacex_footer  ul.hs-breadcrumb-menu {
  padding-top: 0;
  padding-right: 0px;
  padding-bottom: 4px;
  padding-left: 0px;
  margin-top: -1px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
  font-size: 14px;
  line-height: 24px;
}

.container-fluid.spacex_footer ul.hs-breadcrumb-menu li {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  padding-right: 10px;
}

.container-fluid.spacex_footer ul.hs-breadcrumb-menu:before,.container-fluid.spacex_footer ul.hs-breadcrumb-menu:after {
  display: block;
  clear: both;
  content: '';
}

.container-fluid.spacex_footer span.hs-breadcrumb-menu-divider {
  font-size: .6em;
  line-height: 2em;
  display: inline-block;
  vertical-align: middle;
  margin-left: 6px;
  font-family: 'ep_icons' !important;
  speak: none;
}

.container-fluid.spacex_footer span.hs-breadcrumb-menu-divider:before {
  content: "\e916";
  padding: 0;
}

.container-fluid.spacex_footer p {
  font-size: 16px;
  line-height: 28px;
}



.container-fluid.spacex_footer .row-fluid .span9 .hs-button {
  margin:0 0 34px;
  padding: 9px 12px;
  line-height: inherit;
  font-size: 14px; 
}



.container-fluid.spacex_footer ul.hs-breadcrumb-menu li a {
  color: #c11920;
}
.container-fluid.spacex_footer .row-fluid .span3 h4 {
  font-size: 16px;
  line-height: 28px;
  margin: 19px 0 10px;
}

.container-fluid.spacex_footer .row-fluid .span3 .hs-button {
  font-size: 10px !important;
  padding: 3px 8px;
  border: 1px solid #d9d9d9;
  margin: 0 8px 19px 0;
  display: inline-block;
  text-transform: uppercase;
  color: #232323;
  line-height: 18px;
  background: #fff;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
  font-weight: 400;
}.container-fluid.spacex_footer .row-fluid .span3 .hs-button:hover {
  background: #232323;
  color: #fff !important;
  border: 1px solid #232323;
}

.container-fluid.spacex_footer .row-fluid .span3 ul {
  margin: 0;
  list-style: none;
  padding: 0;
}

.container-fluid.spacex_footer .row-fluid .span3 ul li {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 20px;
}

.glossary-page .parallax-banner {
  margin-top: 0 !important;
}
.container-fluid.Glossary_banner .widget-type-rich_text p{
  text-align: center;
  margin: 0;
  font-size: 2rem;
  line-height: 4rem;
}

.container-fluid.glossary_header .dnd-section {
  padding: 67px 0px 164px;
}
.container-fluid.glossary_header .dnd-section>.row-fluid >.span12 {
  padding-bottom: 21px;
  margin: 1em 1% 1em;
  width: 30.5%;
  padding: 0;
}
.container-fluid.glossary_header .dnd-section>.row-fluid {
  justify-content: center !important;
  display: flex;
  max-width: 1080px;
  margin-bottom: 3%;
}
.container-fluid.glossary_header h4 {
  border-bottom: 1px solid;
  border-bottom-width: 1px;
  background-color: #ffffff;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-color: #e5e5e5;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 1;
  color: #c11920;
  font-size: 24px;
  margin: 0;
}
.container-fluid.glossary_header ul {
  border-bottom-width: 0px;
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 10px;
  padding-right: 10px;
  margin: 0;
  list-style: none;
}

.container-fluid.glossary_header ul li {
  padding-bottom: 8px;
  padding-top: 8px;
}

.container-fluid.glossary_header ul li a {
  position: relative;
  font-size: 1em;
  display: block;
  color: #0a0a0a;
  line-height: 1;
}

.container-fluid.glossary_header ul li a i {
  position: absolute;
  top: 2px;
  left: 0;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: baseline;
  font-weight: normal;
  line-height: 1;
  text-align: left;
  text-decoration: none;
  border: none;
  box-shadow: none;
  box-sizing: border-box;
  font-style: normal;
  list-style-type: none;
  list-style-image: none;
  font-size: 16px;
}

.container-fluid.glossary_header ul li a i:before {
  content: "\e921";
  font-family: 'ep_icons' !important;
  speak: none;
}

.container-fluid.glossary_header ul li a span {
  line-height: 1.3em;
  float: left;
  display: block;
  margin-left: 1.5em;
  font-size: 16px;
  text-decoration: underline;
}
.container-fluid.Glossary_banner .dnd-section>.row-fluid {
  width: 66.66666667%;
  margin-left: 16.66666667%;
  max-width: 100%;
}
.custom-container-wrapper .span1,
.custom-container-wrapper .span2,
.custom-container-wrapper .span3,
.custom-container-wrapper .span4,
.custom-container-wrapper .span5,
.custom-container-wrapper .span6,
.custom-container-wrapper .span7,
.custom-container-wrapper .span8,
.custom-container-wrapper .span9,
.custom-container-wrapper .span10,
.custom-container-wrapper .span11 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0;
}

.custom-container-wrapper .row-fluid [class*="span"] {
  min-height: 1px;
}

.custom-container-wrapper .dnd-section > .row-fluid {
  padding-left: 0;
  padding-right: 0;
}

.custom-container-wrapper .span12.dnd-column {
  padding-left: 15px;
  padding-right: 15px;
}

.banner-section .dnd-section,
.banner-section .dnd-section > .row-fluid,
.custom-container-wrapper .banner-section .span12.dnd-column {
  padding: 0;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.clearfix:after, .clearfix:before,
.container-fluid:after, .container-fluid:before,
.container:after, .container:before,
.row:after, .row:before {
  display: table;
  content: " ";
}

.clearfix:after, .container-fluid:after,
.container:after, .row:after {
  clear: both;
}

.digital-transformation-wrapper .widget-type-rich_text p {
  line-height: 1.572;
}

.digital-transformation-wrapper .widget-type-rich_text p:last-of-type {
  margin-bottom: 0;
}

.digital-transformation-wrapper .top-section .widget-type-rich_text p a {
  text-decoration: underline;
}

.digital-transformation-wrapper .top-section .widget-type-rich_text p a:hover {
  text-decoration: none;
}

.digital-transformation-wrapper img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.fa-quote-left:before {
  content: "\f10d";
}

.testimonial-icon {
  margin-bottom: 25px;
  display: block;
  font-size: 24px;
  color: #c11920;
}

.custom-container-wrapper .hs_cos_wrapper_type_module hr {
  height: 0;
}

.past-program-section .section-header {
  font-weight: 500;
  margin-bottom: 15px;
}

.past-program-section .section-header h3 {
  letter-spacing: -1px;
  font-weight: 500;
  color: #c11920;
  display: table-cell;
  vertical-align: middle;
  word-break: initial;
}

.past-program-section .section-header p.secondary-header {
  font-size: 18px;
  margin: 0;
  color: #232323;
  line-height: 22px;
  padding-left: 20px;
  display: table-cell;
  vertical-align: middle;
}

.past-program-section .span6 {
  padding: 10px 20px 10px 10px;
}

.past-program-section .span6 ul[data-type-list],
.overview-of-webinar-section .span6 ul[data-type-list],
.overview-of-webinar-section .span8 ul[data-type-list] {
  font-size: 16px;
  line-height: 23px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.past-program-section .span6 ul[data-type-list] li,
.overview-of-webinar-section .span6 ul[data-type-list] li,
.overview-of-webinar-section .span8 ul[data-type-list] li {
  position: relative;
  padding: 0 0 0 22px;
  margin: 0 0 15px 0;
}

.past-program-section .span6 ul[data-type-list] li:before,
.overview-of-webinar-section .span6 ul[data-type-list] li:before,
.overview-of-webinar-section .span8 ul[data-type-list] li:before {
  content: "";
  width: 10px;
  height: 1px;
  background-color: #c11920;
  position: absolute;
  top: 13px;
  left: 0;
}

.digital-transformation-header header.header {
  min-height: unset;
}

.overview-of-webinar-section .dnd-section {
  padding-right: 10px;
  padding-left: 10px;
}

.overview-of-webinar-section .span6 ul[data-type-list] li,
.overview-of-webinar-section .span8 ul[data-type-list] li {
  font-size: 2rem;
  line-height: 3rem;
}

.overview-of-webinar-section .span6 p,
.overview-of-webinar-section .span8 p {
  font-size: 1.75rem;
  line-height: 3rem; 
}

.aqw-inner-page .top-section .embed_container {
  display: block;
  width: 80%;
  margin: 0 auto;
}

.aqw-inner-page .iframe_wrapper {
  position: relative;
  width: 100%;
  padding-top: 0;
}

.aqw-inner-page iframe { 
  border: 0;
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
} 

.overview-of-webinar-section .embed_container {
  display: block;
  width: 60%;
  margin: 0 auto; 
}

.aqw-inner-page .overview-of-webinar-section .iframe_wrapper {
  padding-bottom: 75%;
}

.overview-of-webinar-section img.emoji {
  display: inline;
  border: none;
  box-shadow: none;
  margin: 0 .07em;
  vertical-align: -0.1em;
  background: none;
  padding: 0;
  height: 1em;
  width: 1em !important;
}

.about-digital-section-one .span8 {
  width: 58.33333333% !important;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.about-digital-section-one .span4 {
  width: 33.33333333% !important;
  margin: 0 !important;
}
.about-digital-section-one img {
  height: auto;
  max-width: 100%;
  vertical-align: top;
}
.about-digital-section-one .span4>div {
  padding: 0 0 0 17px;
  margin-right: 3px;
}
.about-digitaltransformation-page h5 {
  width: 80%;
  font-weight: 700;
  margin-bottom: 30px;
  color: #232323;
}
.about-digitaltransformation-page h5:after {
  background-color: #000000;
  min-height: 5px;
  width: 200px;
  content: "";
  margin-top: 25px;
  height: 1px;
  display: block;
}
.about-digital-section-one .span8 p {
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  color: #000000;
}
.about-digital-section-one .span8 p:last-child {
  margin: 0;
}
.about-digital-section-two .span6 {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.about-digital-section-two .span6 {
  animation-name: fadeInUp;
  width: 50% !important;
  margin: 0 !important;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.about-digital-section-two .span6:last-child {
  padding: 5.35%;
}
.about-digital-section-two .span6:last-child>div {
  padding-left: 15px;
  padding-right: 15px;
}
.about-digital-section-two h5 {
  width: auto;
}
.about-digital-section-two p {
  line-height: 22px;
  font-size: 14px;
  margin: 0;
}
.about-digital-section-two p {
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  color: #000000;
}
.about-digital-section-two .span6:first-child {
  background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/service3.jpg) !important;
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background-position: center center;
}
.asiabases-section-one h2 {
  font-size: 24px;
  line-height: 36px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #232323;
}
.asiabases-section-one p {
  text-align: center;
  line-height: 22px;
  margin: 0;
}
.asiabases-section-two figure {
  margin: 0;
  margin-bottom: 40px;
  transform: translateY(100%);
  visibility: hidden;
  transition: 0.8s all ease-in-out;
  opacity: 0;
}
.asiabases-section-two figure.up {
  visibility: visible;
  transform: translateY(0);
  opacity: 1;
}

.asiabases-section-two p:first-child {
  margin-bottom: 5px;
  color: #939393;
  line-height: 20px;
}
.asiabases-section-two p {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 12px;
  line-height: 22px;
  font-weight: 500;
  margin: 0 0 25px;
}
.asiabases-section-two h3 {
  font-size: 24px;
  line-height: 32px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
}
.asiabases-section-two h3 ~ p {
  font-size: 14px;
  font-weight: 400;
}
.asiabases-section-two h3 ~ p:last-child {
  margin: 0;
}
.asiabases-section-two .hs-button {
  margin: 30px 0 0;
}
.asiabases-section-three hr {
  border: 0 !important;
  height: 1px;
  background-color: #e0e0e0;
}
.asiabases-section-three h4 {
  font-size: 24px;
  line-height: 36px;
  margin-top: 30px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
  text-align: center;
}
.asiabases-section-three h6 {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  text-align: center;
  margin-bottom: 25px;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}
.asiabases-section-three ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.asiabases-section-three ul li {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.6;
}
.asiabases-section-three ul li span {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  margin-top: 10px;
  font-weight: 500;
}
.asiabases-section-three ul li i.link-icon {
  color: #c11920;
  font-size: 35px;
}
.asiabases-section-three .hs-button {
  padding: 9px 38px;
  margin: 0;
  border-radius: 50px;
  background: transparent;
  border-color: #232323;
  color: #232323;
}
.asiabases-section-three .hs-button:hover {
  background: #232323;
  border-color: #232323;
  color: #ffffff;
}
.asiabases-section-four h4 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 30px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
}
.asiabases-section-four p {
  margin-bottom: 50px;
  line-height: 22px;
  font-size: 14px;
}
.asiabases-section-two.bottom .hs-button {
  margin: 40px 0 0;
}
.asiabases-section-two.bottom figure {
  margin-bottom: 50px;
}
.asiabases-page .dnd-section>.row-fluid>.dnd-column {
  padding: 0 2px;
  margin-left: 8.33333333%;
  width: 83.33333333%;
}
.asiabases-section-one .dnd-section>.row-fluid>.span12 {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.asiabases-section-three .span4 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.asiabases-section-three .span4:nth-child(2) {
  animation-delay: 200ms;
}
.asiabases-section-three .span4:nth-child(3) {
  animation-delay: 400ms;
}
.asiabases-section-four img {
  animation-name: slideInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.ai-section-one h2 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 50px;
  font-weight: 600;
  color: #232323;
  text-align: center;
}
.ai-section-one .dnd-section>.row-fluid>.dnd-column>.dnd-row:nth-child(2) {
  margin-left: 8.33333333%;
  width: 83.33333333%;
  padding: 0 2px;
}
.ai-section-three h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
  color: #232323;
}
.ai-section-three h6 {
  font-weight: 500;
  margin-bottom: 20px;
  color: #232323;
  font-size: 25px;
  line-height: 30px;
}
.ai-section-three ul {
  padding: 0;
  margin: 0;
  color: #232323;
}
.ai-section-three ul li {
  position: relative;
  padding: 15px 0;
  margin: 0 0 4px 0;
  border-bottom: 1px solid #373737;
  list-style: none;
  border-color: #d6d6d6;
  line-height: 22px;
}
.ai-section-three ul li span {
  margin-bottom: 2px;
  color: #c11920;
  font-size: 11px;
  line-height: 14px;
  display: block;
}
.ai-section-three ul li:last-child {
  border: 0;
}
.ai-section-four h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
  text-align: center;
}
.ai-section-four .span3 {
  width: 25% !important;
  margin: 0 !important;
  text-align: center;
  position: relative;
}
.ai-section-four .span3:last-child .ai-systems-wrapper .ai-systems_featurebox11 .ai-systems-line:after{
  display: none !important;
}
.ai-section-four .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  margin: 0 -15px;
}

.ai-section-four .span3 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}

.ai-section-four .span3:nth-child(2) {
  animation-delay: 200ms;
}
.ai-section-four .span3:nth-child(3) {
  animation-delay: 400ms;
}
.ai-section-four .span3:nth-child(4) {
  animation-delay: 600ms;
}
.webdesign-section-one h2 {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 600;
  color: #232323;
}
.webdesign-section-one p {
  line-height: 22px;
  margin-bottom: 50px;
}
.webdesign-section-two h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #232323;
  margin: 0;
  text-align: center;
}
.webdesign-section-two .span4 {
  width: 33.33333333% !important;
  margin: 0 !important;
}
.webdesign-section-two .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  margin: 0 -15px;
}
.webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:after {
  width: 250%;
  position: absolute;
  content: "";
  height: 1px;
  background: #e2e2e2;
  top: 45px;
  z-index: -1;
  left: 130px;
}
.webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:before {
  width: 250%;
  position: absolute;
  content: "";
  height: 1px;
  background: #e2e2e2;
  top: 45px;
  z-index: -1;
  right: 130px;
}
.webdesign-section-two .span4:not(:first-child) .ai-systems-wrapper.number ul li:before {
  color: #ff214f;
}
.webdesign-section-three .span6 {
  width: 50% !important;
  margin: 0 !important;
}
.webdesign-section-three .span6:last-child {
  margin-left: 8.33333333% !important;
  width: 41.66666667% !important;
}
.webdesign-section-three h5 {
  margin-bottom: 30px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #232323;
  font-weight: 600;
}
.webdesign-section-three h5:after {
  background-color: #000000;
  min-height: 5px;
  width: 200px;
  margin-top: 30px;
  content: '';
  display: block;
}
.webdesign-section-three p {
  line-height: 22px;
  font-size: 14px;
  color: #494949;
}
.webdesign-section-three p:last-child {
  margin: 0;
}
.webdesign-section-three .hs-button {  
  margin-top: 50px;
}
.webdesign-section-three .hs-button {
  margin-top: 50px;
  margin-bottom: 0;
}
.webdesign-section-four {
  position: relative;

  background: #1c1c1c url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/bg-webdesign.jpg);
}
.webdesign-section-four:after {  
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  opacity: 0.9;
  display:block;
  background-color: #1c1c1c;
}
.webdesign-section-four>div {
  position: relative;
  z-index: 9;
}
.webdesign-section-four .dnd-section>.row-fluid>.dnd-column>.dnd-row:first-child {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  float: left;

}
.webdesign-section-four h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  margin: 0;
}
.webdesign-section-four h2:after {
  background-color: #c11920;
  min-height: 5px;
  width: 200px;
  content: "";
  margin-top: 50px !important;
  margin-bottom: 50px !important;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.webdesign-section-four p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.webdesign-section-four .span3 {
  width: 25% !important;
  margin: 0 !important;
  text-align: center;
}
.webdesign-section-four .span4 {
  width: 33.3333333% !important;
  margin: 0 !important;
  text-align: center;
}
.webdesign-section-four .span3>div,
.webdesign-section-four .span4>div{
  padding: 0 15px;
}
.webdesign-section-four .span3 p span,
.webdesign-section-four .span4 p span{
  color: #ffffff;
  line-height: 22px;
  display: block;
  font-size: 14px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}
.webdesign-section-four p i.text-deep-pink {
  color: #ffffff;
  position: relative;
  transition: all 0.3s ease 0s;
  top: 0;
  font-size: 35px;
  margin-bottom: 20px;
}
.webdesign-section-four .dnd-section>.row-fluid>.dnd-column>.dnd-row>div {
  margin: 0 -15px;
  width: auto;
}
.webdesign-section-four .span3 p span, .webdesign-section-four .span4 p span {
  color: #fff;
  line-height: 22px;
  display: block;
  font-size: 14px;
  font-family: "Roboto","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  margin-bottom: 25px;
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fab {
  font-family: Font Awesome\ 5 Brands;
}

.webdesign-section-five .span3 {
  margin: 0 !important;
  width: 50% !important;
}
.webdesign-section-five figure {
  position: relative;
  height: 100%;
  padding: 45px;
  margin: 0;
}
.webdesign-section-five figure h5 {
  margin-bottom: 10px;
  font-weight: 600;
  color: #232323;
  line-height: 22px;
  font-size: 14px;
}
.webdesign-section-five figure p {
  margin: 0;
  line-height: 22px;
  font-size: 14px;
}
.webdesign-section-five .span3:first-child,
.webdesign-section-five .span3:nth-child(3){
  border-right-width: 1px;
  border-right-color: #e8e8e8;
  border-right-style: solid;
}
.webdesign-section-five h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #232323;
  margin: 0;
}
.webdesign-section-five .dnd-section>.row-fluid {
  flex-wrap: wrap;
}
.webdesign-section-one img {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.webdesign-section-two .span4 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.webdesign-section-two .span4:nth-child(2) {
  animation-delay: 200ms;
}
.webdesign-section-two .span4:nth-child(3) {
  animation-delay: 400ms;
}
.webdesign-section-three .span6 {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.webdesign-section-four .span3,
.webdesign-section-four .span4{
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.webdesign-section-four .span3:nth-child(2),
.webdesign-section-four .span4:nth-child(2){
  animation-delay: 200ms;
}
.webdesign-section-four .span3:nth-child(3),
.webdesign-section-four .span4:nth-child(3){
  animation-delay: 400ms;
}
.webdesign-section-four .span3:nth-child(4) {
  animation-delay: 600ms;
}
.webdesign-section-five .span3 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.webdesign-section-five .span3:nth-child(2) {
  animation-delay: 200ms;
}
.webdesign-section-five .span3:nth-child(3) {
  animation-delay: 400ms;
}
.webdesign-section-five .span3:nth-child(4) {
  animation-delay: 600ms;
}
.system-section-one h5:after,
.system-section-two h5:after,
.system-section-three h5:after{
  background-color: #000000;
  min-height: 5px;
  width: 200px;
  content: "";
  margin-top: 25px;
  height: 1px;
  display: block;
  margin-bottom: 30px;
}
.system-section-one p,
.system-section-two p,
.system-section-three p{
  line-height: 22px;
  font-size: 14px;
}
.system-section-one .span4 {
  width: 33.33333333% !important;
  margin: 0 !important;
}
.system-section-one h5,
.system-section-two h5,
.system-section-three h5{
  width: 80%;
  color: #232323;
  font-weight: 700;
}
.system-section-one .hs-button {
  margin-top: 32px;
  margin-bottom: 0;
}
.system-section-two .span6,
.system-section-three .span6{
  width: 50% !important;
  margin: 0 !important;
}
.system-section-two .span6:first-child>div {
  background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/service3.jpg);
  position: relative;
  background-size: cover;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  background-position: center center;
  height: 100%;
}
.system-section-two .span6:last-child {
  padding: 0 15px;
}
.system-section-two .span6:last-child>div {
  padding: 11%;
}
.system-section-two h6,
.system-section-three h6{
  font-weight: 700;
  margin-bottom: 7%;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 20px;
  line-height: 26px;
}
.system-section-two p{
  margin-bottom: 32px;
}
.system-section-three p{
  margin: 0 0 40px;
}
.system-section-two ul,
.system-section-three ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.system-section-two ul li,
.system-section-three ul li{
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.system-section-two ul li i,
.system-section-three ul li i{
  color: #c11920;
  font-style: normal;
  margin-right: 15px;
  font-size: 18px;
  line-height: 26px;
  float: left;
}
.system-section-three img {
  margin-bottom: 30px;
}
.system-section-three h5 {
  font-size: 25px;
  line-height: 30px;
}
.system-section-three h5:after {
  width: 150px;
  margin-top: 20px;
}
.system-section-three h6 {
  font-size: 16px;
  font-weight: 700;
}
.system-page-wrapper .digital-transformation-parallax .digital-transformation-parallax-overlay {
  opacity: 0.4;
  background-color: #000000;
}
.system-section-one .span4:nth-child(2) {
  animation-delay: 200ms;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.system-section-one .span4:nth-child(3) {
  animation-delay: 400ms;
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.system-section-two .span6 {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.system-section-three .span6{
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.system-inner-section-one h1 {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  font-weight: 600;
  color: #232323;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper {
  text-align: right;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li {
  display: inline-block;
  float: none;
  padding: 0;
  line-height: 20px;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li a {
  color: #6f6f6f;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li span.hs-breadcrumb-menu-divider {
  display: none;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li:last-child:after {
  display: none;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li a, .system-inner-section-one .hs-breadcrumb-menu-wrapper ul li span {
  color: #6f6f6f;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li span {
  color: #494949;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li a:hover{
  color: #c11920;
}
.system-inner-section-one .hs-breadcrumb-menu-wrapper ul li:after {
  content: "•";
  padding: 0 9px 0 12px;
  position: relative;
  top: 4px;
  font-size: 25px;
  opacity: .6;
}
.system-inner-section-two .span3 {
  width: 41.66666667%!important;
}
.system-inner-section-two .span7 {
  margin-left: 8.33333333%!important;
  width: 41.66666667%!important;
}
.system-inner-section-two .span2 {
  width: 8.33333333%!important;
  margin: 0 !important;
}
.system-inner-section-two .span7 h3 {
  margin-bottom: 50px;
  font-weight: 600;
  color: #232323;
  font-size: 32px;
  line-height: 40px;
}
.system-inner-section-two .span7 ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.system-inner-section-two .span7 ul li {
  position: relative;
  padding: 0 0 10px 22px;
  margin: 0 0 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  line-height: 22px;
  color: #494949;
}
.system-inner-section-two .span7 ul li:before {
  content: "\f00c";
  position: absolute;
  top: 1px;
  left: 0;
  font-family: Font Awesome\ 5 Free;
  font-weight: 900;
  color: #c11920;
}
.system-inner-section-two .span7 ul li:last-child {
  border: 0;
}
.system-inner-section-two .span7 p {
  margin-bottom: 0;
  line-height: 22px;
  font-size: 14px;
  margin-top: 30px;
}
.system-inner-section-two .span7 .hs-button {
  margin-top: 30px;
  margin-bottom: 0;
}
.system-inner-section-three img {
  margin-bottom: 60px;
}
.system-inner-section-three .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
  margin-left: 16.66666667%;
  width: 66.66666667%;
  float: left;
  padding: 0 5px;
}
.system-inner-section-three h5 {
  color: #939393;
  font-size: 12px;
  line-height: 20px;
  font-weight: 500;
  margin: 0;
}
.system-inner-section-three h3 {
  font-size: 20px;
  line-height: 36px;
  font-weight: 700;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  color: #232323;
  margin-bottom: 7px;
}
.system-inner-section-three h3:after {
  height: 3px;
  background-color: #c11920;
  width: 50px;
  content: "";
  display: block;
  margin-top: 40px;
}
.system-inner-section-three p {
  margin: 0;
  padding-top: 30px;
  line-height: 22px;
  padding-bottom: 30px;
}
.system-inner-section-four .span6 {
  width: 50% !important;
  margin: 0 !important;
  padding: 0 15px;
}
.system-inner-section-four .span3 {
  width: 25% !important;
  margin: 0 !important;
  padding: 0 15px;
}

.system-inner-section-four .span3>div,
.system-inner-section-four .span6>div{
  padding: 15%;
}
.system-inner-section-four .span6 {
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #d8d8d8;
  border-right-style: solid;
  border-bottom-color: #d8d8d8;
  border-bottom-style: solid;
}
.system-inner-section-four .span3{
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-right-color: #d8d8d8;
  border-right-style: solid;
  border-bottom-color: #d8d8d8;
  border-bottom-style: solid;
}
.system-inner-section-four i.text-deep-pink {
  display: block;
  text-align: center;
  color: #c11920;
  font-size: 35px;
  margin-top: 2%;
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.system-inner-section-four h5 {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 25px;
  font-weight: 600;
  color: #232323;
}
.system-inner-section-four p {
  line-height: 22px;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 5px;
}
.website-page figure {
  margin: 0;
}
.website-page figure img {
  width: 350px;
  vertical-align: top;
}
.website-page figure {
  text-align: center;
}
.dx-banner-section .banner_area {
  margin-top: 0;
}
.dx-section-three .homepage-services-bg.default-page-space {
  display: none;
}
.dx-section-three .homepage-services-wrap .homepage-services-grp {
  padding: 0 !important;
  background: transparent;
}
.dx-section-one h2 {
  font-size: 55px;
  line-height: 60px;
  text-align: center;
}
.dx-section-one p {
  text-align: center;
  margin: 0;
  line-height: 22px;
  font-size: 14px;
}
.dx-section-one .span4 {
  width: 33.3333333% !important;
  margin: 0 !important;
  background-color: #0a0a0a !important;
  justify-content: center !important;
}
.dx-section-one .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  margin: 0 -15px;
}
.dx-section-one .span4:nth-child(1) {
  background-size: unset !important;
}
.dx-section-two figure {
  margin: 0;
}
.dx-section-two p {
  margin: 32px 0 0;
  line-height: 22px;
}
.dx-section-one .span4 {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.dx-section-two figure {
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.corp-message-section-one .span3:last-child>div {
  border: 0;
}
.corp-message-section-one .span3 {
  width: 25% !important;
  margin: 0 !important;
}
.corp-message-section-one .span3>div {
  padding-left: 15px;
  padding-right: 15px;
  border-right-width: 1px;
  border-right-color: #d6d6d6;
  border-right-style: solid;
  text-align: center;
}
.corp-message-section-one .span3 a {
  color: #000;
  line-height: 1;
}
.corp-message-section-one .span3:hover a {
  color: #c11920;
}
.corp-message-section-one .dnd-section>.row-fluid {
  padding: 0;
} 
.corp-message-section-one .span3 p {
  display: block;
  margin-top: 7px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 1;
}
.corp-message-section-two p {
  margin-bottom: 32px;
}
.corp-message-section-two p span {
  display: inline-block;
  margin: 0 17px;
  font-size: 20px;
  font-weight: 700;
  color: #000;
  line-height: 22px;
}
.corp-message-section-two {
  text-align: center;
}
.corp-message-section-one {
  border-bottom-color: #d6d6d6;
  border-bottom-width: 1px;
  border-bottom-style: solid;
}
.corp-message-section-two span {
  display: block;
}
.corp-message-section-three h2:after,
.corp-message-section-four h2:after{
  border-top: 1px solid;
  content: "";
  height: 0;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}
.corp-message-section-three h2:before,
.corp-message-section-four h2:before{
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}
.corp-message-section-three h2,
.corp-message-section-four h2{
  font-size: 28px;
  line-height: 32px;
  font-weight: 700;
  color: #c11920;
  margin-bottom: 40px;
  font-family: "Roboto","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  text-align: center;
  position: relative;
  display: inline-block;
}
.corp-message-section-four {
  text-align: center;
}
.corp-message-section-three .span12 {
  text-align: center;
}
.corp-message-section-three .span5 {
  width: 41.66666667%!important;
  padding-right: 18px!important;
}
.corp-message-section-three .span7 {
  margin: 0 !important;
  width: 58.333333% !important;
}
.corp-message-section-three .span7>div {
  padding-right: 12%;
  padding-left: 12%;
}
.corp-message-section-three .span7 h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-align: left;
  margin-bottom: 20px;
  color: #232323;
}
.corp-message-section-three .span7 p {
  text-align: left;
  margin: 0;
  line-height: 22px;
}
.corp-message-section-three .span5 img {
  border-radius: 4px;
}
.corp-message-section-three hr {
  height: 0;
}
.fa-braille:before {
  content: "\f2a1";
}
.corp-message-section-four .dnd-section>.row-fluid {
  padding: 0;
}
.corp-message-section-four .span4 {
  width: 33.33333333% !important;
  margin: 0 !important;
}
.corp-message-section-four .span4>div {
  padding: 0 15px;
}
.corp-message-section-four .span4 p {
  margin: 0;
  padding-left: 75px;
  position: relative;
}
.corp-message-section-four .span4 p span {
  text-align: left;
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 600;
  color: #232323;
}
.corp-message-section-four .span4 p i.link-icon {
  position: absolute;
  top: 0;
  left: 0;
  color: #939393;
  font-size: 40px;
}
.corp-message-section-four .span4 p span {
  text-align: left !important;
  display: inline-block;
  line-height: 22px;
}
.corp-message-section-five h2 {
  text-align: center;
  margin: 0;
  line-height: 0;
}
.corp-message-section-five h2 span:after {
  border-top: 1px solid;
  content: "";
  height: 0;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}
.corp-message-section-five h2 span:before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}
.corp-message-section-five .span1 {
  width: 8.33333333% !important;
  margin: 0 !important;
}
.corp-message-section-five .span4 {
  width: 41.66666667% !important;
  margin: 0 !important;
}
.corp-message-section-five .span6 {
  width: 41.66666667% !important;
  margin: 0 !important;
}
.corp-message-section-five h4 {
  display: table-cell;
  color: #939393;
  vertical-align: middle;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 48px;
  line-height: 54px;
}
.corp-message-section-five h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #ffffff;
  vertical-align: middle;
  width: 100%;
  display: table-cell;
  padding-left: 20px;
}
.corp-message-section-five h4 {
  display: table-cell;
  color: #939393;
  vertical-align: middle;
  font-weight: 300;
  letter-spacing: -1px;
  font-size: 48px;
  line-height: 54px;
  white-space: nowrap;
}
.corp-message-section-five .dnd-section>.row-fluid {
  padding: 0;
}
.corp-message-section-five .span1>div {
  padding: 0 15px;
}
.corp-message-section-five .span1>div,
.corp-message-section-five .span4>div,
.corp-message-section-five .span6>div {
  padding: 0 15px;
}
.corp-message-section-five h2 span {
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  position: relative;
  line-height: 32px;
  margin-bottom: 40px;
}
.corp-message-section-five .span6 p:last-child:after {
  width: 80px;
  content: "";
  margin-top: 30px;
  background-color: #c11920;
  height: 1px;
  display: block;
}
.corp-message-section-five .span6 p {
  line-height: 22px;
  font-size: 14px;
}
.corp-message-section-five .span6 p {
  line-height: 22px;
  font-size: 14px;
  margin-top: 8px;
}
.corp-message-section-five .span6 p {
  line-height: 22px;
  font-size: 14px;
  margin-top: 8px;
  margin-bottom: 32px;
}
.corp-message-section-five p.border:after {
  display: none !important;
}
.corp-message-section-three .span5,
.corp-message-section-three .span7,
.corp-message-section-five .span4,
.corp-message-section-five .span6,
.code-of-conduct-wrapper .code_of_conduct_item.animated{
  animation-name: fadeIn;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.digital-transformation-parallax.left h6:after {
  background-color: #ffffff;
  min-height: 5px;
  width: 150px;
  content: "";
  display: block;
  margin-top: 30px !important;
}
.corp-message-section-four .span4 {
  animation-name: fadeInUp;
  animation-duration: 1s;
  animation-fill-mode: both;
}
.corp-message-section-four .span4:nth-child(2),
.code-of-conduct-wrapper .code_of_conduct_item.animated:nth-child(2){
  animation-delay: 200ms;
}
.corp-message-section-four .span4:nth-child(3),
.code-of-conduct-wrapper .code_of_conduct_item.animated:nth-child(3){
  animation-delay: 400ms;
}

.formArea {
  background: #f2f2f2;
  margin: 80px 0 0;
  padding: 80px 0;
}
.formArea .dnd-section > .row-fluid{
  width: 100%;
  max-width: 1000px;
  padding: 0 20px;
}
.formArea iframe {
  display: block;
  width: 80%;
  height: 850px;
  max-width: 1140px;
  margin: 0 auto;
  vertical-align: bottom;
}
.container-fluid.spacex_footer .row-fluid .span3 h4 {
  word-break: initial;
}
.dx-section-four .homepage-featured-box-wrap .bg-deep-pink {
  background-color: #c11920;
}
.system-inner-section-two,
.system-page{
  overflow:hidden;
}
.container-fluid.spacex_footer ul.hs-breadcrumb-menu li span {
  color: #C11920;
}
.system-inner-section-four .span3:nth-child(2),
.ai-section-four .span3:nth-child(2) .ai-systems-item{
  animation-delay: 200ms;
}
.system-inner-section-four .span3:nth-child(3),
.ai-section-four .span3:nth-child(3) .ai-systems-item{
  animation-delay: 400ms;
}
.system-inner-section-four .span3:nth-child(4),
.ai-section-four .span3:nth-child(4) .ai-systems-item{
  animation-delay: 600ms;
}


/*=============================shopify====================================*/



/*=======================================================================*/


.contact-section-one .widget-type-header h3 {
  font-size: 20px;
  margin-bottom: 100px;
  font-weight: 600;
  position: relative;
  line-height: 14px;
  display: inline-block;
}
.contact-section-one .widget-type-header h3:after {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  left: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}
.contact-section-one .widget-type-header h3:before {
  border-top: 1px solid;
  content: "";
  height: 0;
  left: auto;
  position: absolute;
  right: -60px;
  top: 50%;
  width: 40px;
  opacity: .4;
}
.contact-section-one {
  line-height: 22px;
}
.contact-section-one .hs_cos_wrapper_type_rich_text > p:last-child {
  margin: 0;
}
.contact-section-one .widget-type-form {
  width: 66.66666667%;
  margin: 0 auto;
  margin-top: 15px;
  border-top: 1px solid #ddd;
}

.contact-section-one .widget-type-form .hs-form-field {
  margin: 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background-color: #f9f9f9;
}

.contact-section-one .widget-type-form .hs-form-field > label {  
  width: 40%;
  padding: 20px;
  background-color: #f9f9f9;
  margin: 0;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.contact-section-one .widget-type-form .hs-form-field > .input {
  width: 60%;
  background-color: #fff;
  float: right;
  padding: 20px;
}
.contact-section-one .widget-type-form .hs-input {
  color:#000;
}
.contact-section-one .widget-type-form .hs-form-field.hs-fieldtype-booleancheckbox {
  background-color: transparent;
}
.contact-section-one .widget-type-form .hs-form-field.hs-fieldtype-booleancheckbox .input {
  width: 100%;
}
.contact-section-one .widget-type-form .hs-form-field > .input .hs-input {
  padding: 8px 24px 8px 8px;
  border: 1px solid #bebebe;
  border-radius: 0;
  transition: all .2s ease;
  height: 38px;
  font-size: 14px;
  line-height: 32px;
  text-indent: 5px;
}

.contact-section-one .widget-type-form .hs-form-field > .input textarea.hs-input {
  resize: none;
  width: 100% !important;
  padding: 8px;
  border: 1px solid #bebebe;
  height: 121px;
}
.contact-section-one .widget-type-form .inputs-list li {
  margin: 0;
  display: inline-block;
}
.contact-section-one .hs-form-radio-display .hs-input {
  margin-right: 6px;
}
.contact-section-one .hs-form-radio-display {
  margin: 0;
  padding-right: 20px;
}
.contact-section-one .widget-type-form .hs-button {
  background: transparent;
  border-color: #232323;
  color: #232323;
  font-size: 13px;
  font-weight: bold;
  padding: 9px 34px;
  line-height: 25px;
  margin: 5px;
  min-width: 150px;
}
.contact-section-one .widget-type-form .hs-button:focus{
  outline:none;
}
.contact-section-one .widget-type-form .hs-button:hover{
  background: #232323;
  border-color: #232323;
  color: #ffffff;
}
.contact-section-one .widget-type-form .actions {
  text-align: center;
  padding-bottom: 10px;
  padding-top:40px;
}
.contact-section-one .widget-type-form .hs-form-field>.input .hs-input:focus {
  border: 1px solid #000;
  outline: none;
  background-color: rgba(255,255,255,0.0);
}
.contact-section-one .widget-type-form .hs-form-field>.input .hs-input:hover {
  background-color: rgba(255,255,255,0.0);
}
.contact-section-one .widget-type-form .hs-form-field>.input select.hs-input {
  background-color: #fff;
  background-position: right 10px center;
  background-size: 10px 7px;
  height: 38px;
  color: #000;
  appearance: none;
  line-height: normal;
}
.contact-section-one form .hs-richtext p:last-child {
  margin: 0;
}
.contact-section-one .widget-type-form .hs-form-field.hs-fieldtype-booleancheckbox .input {
  padding: 0 20px 20px;
}
.contact-section-one form .hs-richtext {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.contact-section-one form .hs-error-msgs {
  padding: 10px 20px 20px;
}
.contact-section-one form .hs-richtext a {
  text-decoration: underline;
  color: #B70000;
}
.contact-section-one form legend a {
  padding: 0 2px;
  color: #B70000;
  text-decoration: underline;
}
.contact-section-one form legend {
  margin-top: 0;
  margin-bottom: 0;
  color: #666;
  font-size: 12px;
}
.contact-section-one form .hs-form-required {
  color: #ef6b51;
  display: inline-block;
  color: #fff;
  width: 40px;
  font-size: 11px;
  background-color: #c11920;
  padding: 3px 8px;
  margin-right: 10px;
  border-radius: 3px;
  font-weight: 400;
  max-height: 23px;
  min-width: 39px;
  line-height: normal;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .demositeArea .demoArea .img {
    width:calc(100% - 400px);
  }
  .demositeArea .demoSiteBtn {
    padding-top:4px;
    padding-bottom:4px;
  }
  .container-fluid.spacex_header div[class*=vertical-alignment] > .row-fluid {
    display:block;
  }
  .container-fluid.spacex_header .span9 {
    width:848px;
  }
  .webdesign-section-four .overlay-ie {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: .9;
    background-color: #1C1C1C;
    display: block;
    z-index: 9;
  }
  .webdesign-section-four > div {
    z-index: 99;
  }
  .digital-transformation-wrapper .digital-transformation_column-inner {
    display: block;
  }
  .digital-transformation-wrapper {
    margin-top:-72px;
  }


}

@media(min-width: 576px){
  .corp-message-section-one .span3 a br {
    display: none;
  }
}

@media(min-width:768px){
  .cm-col-3 {
    width: 50%;
    float: left;
    position: relative;
    min-height:1px;
  }
  .cm-col-4{
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height:1px;
  }
  .custom-container-wrapper .span1 {
    width: 8.333333%;
  }

  .custom-container-wrapper .span2 {
    width: 16.666667%;
  }

  .custom-container-wrapper .span3 {
    width: 25%;
  }

  .custom-container-wrapper .span4 {
    width: 33.33%;
  }

  .custom-container-wrapper .span5 {
    width: 41.666667%;
  }

  .custom-container-wrapper .span6 {
    width: 50%;
  }

  .custom-container-wrapper .span7 {
    width: 58.333333%;
  }

  .custom-container-wrapper .span8 {
    width: 66.666667%;
  }

  .custom-container-wrapper .span9 {
    width: 75%;
  }

  .custom-container-wrapper .span10 {
    width: 83.333333%;
  }

  .custom-container-wrapper .span11 {
    width: 91.666667%;
  }

  .custom-container-wrapper .span12 {
    width: 100%;
  }

  .container {
    max-width:750px;
  }

  .past-program-section .span6:last-child > div {
    max-width: 576px;
  }

  .past-program-section .dnd-row[class*="background-color"] .span6:last-child > div {
    max-width: 100%;
  }
}
@media(min-width:992px){
  .cm-col-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height:1px;
  }
  .cm-col-4{
    width: 33.33333333%;
    float: left;
    position: relative;
    min-height:1px;
  }
  .cm-col-6{
    width: 50%;
    float: left;
    position: relative;
    min-height:1px;
  }
  .cm-col-3:nth-child(4n+1),
  .cm-col-4:nth-child(3n+1){
    clear: left;
  }
  .one-column-page .body-container .span12.dnd-column {
    width: calc(66.66666667% - 10px);
  }
  .ocr-section-one h2 br {
    display:none;
  }
  .container {
    max-width:970px;
  }

  .past-program-section .span6 .widget-type-rich_text {
    padding-right: 10%;
  }

  .overview-of-webinar-section .dnd-section {
    padding-right: 100px;
    padding-left: 100px;
  }

}

@media(min-width:1200px){
  .container {
    max-width:1170px;
  }
  .past-program-section .span6:last-child {
    padding: 10px 10px 10px 20px;
  }
}
@media(max-width: 1500px){
  .corp-message-section-four .span4 p {
    padding-left: 70px;
  }
}
@media(max-width:1199px){
  .one-column-page-inner h5 {
    font-size: 18px;
    line-height: 24px;
  }
  .demositeArea h3 {
    line-height: 48px;
  }
  .container-fluid.app_dev_footer .dnd-section>.row-fluid {
    max-width: 970px;
    padding: 90px 0;
  }

  .container-fluid.app_dev_footer .span12 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
    margin-bottom: 12%;
  }

  .container-fluid.app_dev_footer .span12 .widget-type-rich_text {
    width: 50%;
  }

  .container-fluid.app_dev_footer .widget-type-rich_text h2  {
    font-size: 27px;
    line-height: 32px;
  }
  .container-fluid.glossary_header .dnd-section {
    padding: 27px 0px 124px;
  }
  .past-program-section .dnd-row[class*="background-color"] .span6 {
    padding: 10px !important;
  }

  .past-program-section .dnd-row[class*="background-color"] .span6:last-child {
    margin-top: 35px !important;
  }
  .about-digitaltransformation-page h5 {
    width: 100%;
  }
  .dx-section-one h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .about-digital-section-two .span6:last-child {
    padding: 5.15%;
  }
  .asiabases-page .asiabases-section-one .dnd-section>.row-fluid>.dnd-column {
    margin-left: 16.66666667%;
    width: 66.66666667%;
  }
  .asiabases-section-three h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .asiabases-section-four .dnd-section {
    padding-bottom: 90px !important;
  }
  .ai-section-three .span6 {
    margin: 0;
    width: 50%;
    padding: 0 15px;
  }
  .ai-section-three .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    margin: 0 -15px;
  }
  .ai-section-three h6 {
    font-size: 22px;
    line-height: 27px;
  }
  .webdesign-section-three .span6:last-child {
    margin-left: 0% !important;
    width: 50% !important;
    padding-left: 15px !important;
  }
  .ai-section-one .dnd-section>.row-fluid>.dnd-column>.dnd-row:nth-child(2) {
    margin-left: 0;
    width: 100%;
    padding: 0;
  }
  .webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:before,
  .webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:after{
    width: 180%;
  }
  .system-section-one p {
    margin-bottom: 0;
  }
  .system-section-two h6, .system-section-three h6 {
    font-size: 18px;
    line-height: 24px;
  }
  .system-section-one h5,
  .system-section-two h5, 
  .system-section-three h5 {
    font-size: 27px;
    line-height: 32px;
  }
  .system-section-one .span4:first-child {
    padding-right: 20px !important;
  }
  .system-section-three h5 {
    font-size: 22px;
    line-height: 27px;
    width: 100%;
  }
  .system-section-three h6 {
    font-size: 16px;
    font-weight: 700;
  }
  .system-section-three .dnd-section {
    padding-bottom: 90px !important;
  }
  .system-inner-section-two .span7 h3 {
    font-size: 27px;
    line-height: 32px;
  }
  .dx-banner-section .banner_area {
    margin-top: 0;
  }
  .corp-message-section-five h4 {
    font-size: 42px;
    line-height: 48px;
  }
  .corp-message-section-five .span6 span {
    display: block;
  }
  .corp-message-section-five .span6 p {
    margin-top: 15px;
  }
}
@media (max-width: 1050px) {
  .parallax, .vc_parallax {
    background-attachment: inherit !important;
    background-position: center center !important;
  }
}
@media(max-width:1000px){
  .shopify-section-one .widget-type-text br {
    display: none;
  }
  .cmnTtl_1 {
    font-size: 24px;
    letter-spacing: -.15rem;
    line-height: 1.2;
  }
  .cmnTtl_1::before {
    left: calc(50% - 210px);
    width: 200px;
  }
  .cmnTtl_1::after {
    right: calc(50% - 210px);
    width: 200px;
  }
  .shopify-section-one .widget-type-text {
    padding: 0 10px;
    font-size: 18px;
    letter-spacing: .4rem;
    line-height: 1.75;
  }
  .whtIsShopify .pointImage::before {
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 550px;
    height: 528px;
  }
  .btnInquiry {
    width: 80%;
    max-width: 600px;
  }
  .cmnTtl_2::after {
    width: 50%;
  }
}
@media(max-width:991px){
  .banner-section .widget-type-header h1 {
    text-align: center;
  }
  .cm-page{
    margin-top: -74px;
  }
  .one-column-page .body-container .span1.dnd-column,
  .ocr-section-one .span1.dnd-column{
    width: 100%;
    float: none;
    margin: 0;
  }
  .one-column-page .body-container .span10.dnd-column,
  .ocr-section-one .span10.dnd-column,
  .website-page .body-container .span8.dnd-column,
  .website-page .body-container .span2.dnd-column{
    width: 100%;
    float: none;
    margin: 0;
  }
  .container-fluid.Glossary_banner .dnd-section>.row-fluid {
    width: 100%;
    margin: 0 auto;
  }

  .container-fluid.glossary_header .dnd-section {
    padding: 12px 0px 109px;
  }
  .container-fluid.spacex_header div[class*=vertical-alignment]>.row-fluid {
    width: 100%;
    display: block !important;
  }

  .container-fluid.spacex_header .span9 {
    width: 100%;
  }
  .container-fluid.app_dev_body .span4 h3 {
    margin-top: 15px;
  }
  .container-fluid.app_dev_footer .dnd-section>.row-fluid {
    padding: 75px 0;
  }

  .container-fluid.app_dev_footer .widget-type-rich_text h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .container-fluid.app_dev_footer .span12 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
    margin-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-fluid.app_dev_footer .dnd-section>.row-fluid {
    max-width: 750px;
  }

  .container-fluid.app_dev_footer .span12 .widget-type-rich_text {
    width: 100%;
  }
  .container-fluid.spacex_banner .dnd-section h1 {
    text-align: center;
  }
  .dx-section-one h2 {
    font-size: 43px;
    line-height: 48px;
  }
  .system-section-three .dnd-section {
    padding-bottom: 115px !important;
  }
  .about-digital-section-one .span4 {
    width: 50% !important;
    margin: 0 !important;
  }
  .about-digital-section-one .span8 {
    width: 100% !important;
  }
  .about-digital-section-one .dnd-section>.row-fluid {
    display: block !important;
  }
  .about-digitaltransformation-page h5:after {
    width: 70% !important;
    margin-top: 20px;
  }
  .about-digitaltransformation-page h5 {
    margin-bottom: 20px;
  }
  .about-digital-section-one .span4>div {
    padding: 0;
    margin-right: 15px;
    margin-top: 32px;
  }
  .about-digital-section-one .dnd-section {
    padding-bottom: 20px !important;
  }
  .about-digital-section-two .dnd-section>.row-fluid {
    display: block !important;
  }
  .about-digital-section-two .span6:first-child {
    width: 100% !important;
    min-height: 500px;
  }
  .about-digital-section-two .span6:last-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding: 10.6%;
    width: 100% !important;
  }
  .about-digital-section-two h5:after {
    width: 200px !important;
    margin-top: 40px;
  }
  .about-digital-section-two h5 {
    margin-bottom: 30px;
  }
  .about-digital-section-three .dnd-section {
    min-height: 500px;
  }
  .asiabases-page .asiabases-section-one .dnd-section>.row-fluid>.dnd-column {
    margin-left: 0;
    width: 100%;
  }
  .asiabases-section-one h2 {
    text-align: left;
  }
  .asiabases-section-one p {
    text-align: left;
  }
  .asiabases-page .dnd-section>.row-fluid>.dnd-column {
    padding: 0;
    width: 100%;
    margin: 0;
  }
  .asiabases-section-two h3 ~ p {
    margin: 0 0 20px;
  }
  .asiabases-section-four .dnd-section {
    padding-bottom: 75px !important;
  }
  .ai-section-three .span6:first-child {
    padding-bottom: 60px !important;
  }
  .webdesign-section-two h2 {
    margin-bottom: 40px;
  }
  .webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:before,
  .webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:after {
    width: 100%;
  }
  .webdesign-section-three .span6 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 0 !important;
  }
  .webdesign-section-three .span6:last-child {
    margin-left: 0 !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .webdesign-section-three .dnd-section>.row-fluid {
    display: block !important;
  }
  .webdesign-section-three img.hs-image-widget {
    margin-bottom: 30px;
  }
  .webdesign-section-four .dnd-section>.row-fluid>.dnd-column>.dnd-row:first-child {
    margin-left: 0;
    width: 100%;
    float: left;
  }
  .webdesign-section-four h2 {
    text-align: left;
    padding: 0 15px;
  }
  .webdesign-section-four h2:after {
    margin-left: 0;
  }
  .webdesign-section-four p {
    text-align: left;
  }
  .webdesign-section-four .span3 p, .webdesign-section-four .span4 p {
    text-align: center;
    padding:0;
  }
  .webdesign-section-four .span3 p span, .webdesign-section-four .span4 p span {
    margin-bottom: 20px;
  }
  .webdesign-section-four p {
    text-align: left;
    padding: 0 15px;
  }
  .webdesign-section-five h2 {
    text-align: left;
  }
  .webdesign-section-five figure {
    padding: 15px !important;
  }
  .system-section-one .span4:first-child {
    width: 100% !important;
  }
  .system-section-one .dnd-section>.row-fluid,
  .system-section-two .dnd-section>.row-fluid{
    display: block !important;
  }
  .system-section-one .span4:first-child {
    margin-bottom: 30px !important;
    padding-right: 65px !important;
    padding-left: 65px !important;
  }
  .system-section-one h5, .system-section-two h5 {
    font-size: 24px;
    line-height: 30px;
  }
  .system-section-one h5:after,
  .system-section-two h5:after,
  .system-section-three h5:after {
    margin-top: 20px;
    width: 70% !important;
    margin-bottom: 20px;
  }
  .system-section-one h5, .system-section-two h5 {
    width: 100%;
  }
  .system-section-one .span4:not(:first-child) {
    width: 50% !important;
  }
  .system-section-one .span4:nth-child(2) {
    padding-left: 1px !important;
    padding-right: 14px !important;
  }
  .system-section-one .span4:nth-child(3) {
    padding-left: 16px !important;
    padding-right: 0px !important;
  }
  .system-section-two .span6, .system-section-three .span6 {
    width: 100% !important;
    margin: 0 !important;
  }
  .system-section-two .span6:first-child>div {
    min-height: 500px;
  }
  .system-section-two .span6:last-child>div {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .system-section-two h5:after {
    width: 200px !important;
    margin-bottom: 30px;
    margin-top: 40px;
  }
  .system-section-two h6, .system-section-three h6 {
    margin-bottom: 40px !important;
    width: 70% !important;
  }
  .system-section-two ul li, .system-section-three ul li {
    margin-bottom: 5px;
  }
  .system-section-three h5:after {
    width: 150px !important;
    margin-bottom: 30px;
  }
  .system-inner-section-one .span6 {
    width: 100% !important;
    text-align: center;
    margin: 0 !important;
  }
  .system-inner-section-one .dnd-section>.row-fluid {
    display: block !important;
  }
  .system-inner-section-one .hs-breadcrumb-menu {
    margin-top: 15px;
    text-align: center;
  }
  .system-inner-section-two .span7 h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .system-inner-section-two .span3 img {
    margin-bottom: 30px;
  }
  .system-inner-section-three .dnd-section>.row-fluid>.dnd-column>.dnd-row:last-child {
    margin-left: 0;
    width: 100%;
    float: left;
    padding: 0;
  }
  .system-inner-section-three h3:after {
    margin-top: 30px;
  }
  .system-inner-section-four h5 {
    margin-bottom: 20px;
    margin-top: 15px;
  }
  .system-inner-section-four .span3 {
    width: 50% !important;
  }
  .system-inner-section-four .dnd-row>.row-fluid {
    flex-wrap: wrap;
  }
  .dx-section-one .span4 {
    min-height: 250px !important;
  }
  .dx-section-two .dnd-section>.row-fluid>.dnd-column {
    width: 83.33333333%;
    padding-right: 3px;
  }
  .dx-section-three .dnd-section {
    padding-bottom: 30px !important;
  }
  .corp-message-section-two p span {
    display: block;
    margin: 0 0 20px 0;
  }
  .corp-message-section-two p ~ span {
    margin-top: 51px;
  }
  .corp-message-section-three .dnd-section .row-fluid {
    display: block !important;
  }
  .corp-message-section-three .span5 {
    width: 100% !important;
    padding: 0 !important;
  }
  .corp-message-section-three .span7>div {
    padding-right: 0;
    padding-left: 0;
  }
  .corp-message-section-three .span7 {
    margin: 0 !important;
    width: 100% !important;
  }
  .corp-message-section-three .span5 img {
    border-radius: 4px;
    margin-bottom: 30px;
  }
  .corp-message-section-five h4 {
    font-size: 36px;
    line-height: 41px;
  }
  .demositeArea h3 {
    line-height: 41px;
  }
  .contact-section-one .widget-type-form {
    width: 100%;
  }

}
@media(max-width:920px){
  .formArea iframe {
    height: 1260px;
  }
}
@media(max-width:767px){
  .demositeArea h3 {
    line-height: 34px;
  }
  .container-fluid.glossary_header .dnd-section>.row-fluid {
    display: block !important;
  }
  .glossary_header .span4 {
    width: 100% !important;
    margin: 0 0 2em 0;
    padding-bottom: 21px;
  }
  .case-study-header-wrap h3:before,
  .case-study-header-wrap h3:after {
    display: none;
  }
  .case-study-slider-grp .slick-next,
  .partner-slider-grp .slick-next{
    right: -10px;
    background-size: 20px auto !important;
  }

  .case-study-slider-grp .slick-prev,
  .partner-slider-grp .slick-prev{
    left: -10px;
    background-size: 20px auto !important;
  }
  .one-column-page .case-study-header-wrap h3 {
    margin-bottom: 40px;
  }
  .ocr-section-one .dnd-section[class*="-background-image"] {
    background-position: left !important;
  }
  .ocr-section-two .widget-type-header h3:before,
  .ocr-section-two .widget-type-header h3:after{
    display:none;
  }
  .shopify-page {
    line-height: 20px;
    font-size: 12px;
  }
  .container-fluid.app_dev_body .span4 {
    width: 100%;
  }

  .container-fluid.app_dev_body .span4>div {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .container-fluid.app_dev_body .span4 i {
    font-size: 30px;
  }
  .container-fluid.app_dev_footer .span12 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
    margin-bottom: 30px;
  }

  .container-fluid.app_dev_footer .widget-type-rich_text h2 {
    font-size: 20px;
    line-height: 28px;
  }.container-fluid.app_dev_footer .dnd-section>.row-fluid {
    padding: 50px 0;
  }
  .container-fluid.spacex_header h1 {
    font-size: 12px;
    line-height: 20px;
  }

  .container-fluid.spacex_header h1 i {
    font-size: 12px;
  }
  .container-fluid.spacex_footer div[class*='vertical-alignment']>.row-fluid {
    width: 100%;
    display: block !important;
  }

  .container-fluid.spacex_footer .row-fluid .span9 .hs-button {
    margin: 0px 0 21px;
  }

  .container-fluid.spacex_footer .row-fluid .span3 {
    margin-bottom: 21px;
  }
  .container-fluid.Glossary_banner .dnd-section {
    padding-bottom: 35px !important;
  }

  .container-fluid.glossary_header .dnd-section>.row-fluid>.span12 {
    width: 100%;
    margin: 0;
    padding: 20px;
  }

  .container-fluid.glossary_header .dnd-section {
    padding: 0px 0px 114px;
  }
  .past-program-section .span6 {
    padding: 10px;
  }
  .system-section-three .dnd-section {
    padding-bottom: 50px !important;
  }
  .ai-section-four .span3 {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
    position: relative;
  }
  .about-digitaltransformation-page h5:after{
    margin-top: 17px;
  }
  .about-digital-section-one .span4 {
    width: 100% !important;
    margin: 0 !important;
    text-align: left;
  }
  .about-digital-section-one .span4 .span12 {
    display: block !important;
  }
  .about-digital-section-two .span6:first-child {
    min-height: 350px !important;
  }
  .about-digital-section-two .span6:last-child>div {
    padding-left: 0;
    padding-right: 0;
  }
  .about-digital-section-two .span6:last-child {
    padding-right: 15px !important;
    padding-left: 15px !important;
    padding: 50px;
    width: 100% !important;
  }
  .about-digital-section-two h5:after {
    width: 200px !important;
    margin-top: 30px;
  }
  .asiabases-section-one p br {
    display: none;
  }
  .asiabases-section-three h4 {
    text-align: left;
  }
  .asiabases-section-three h6 {
    text-align: left;
  }
  .asiabases-section-three .span4 {
    float: left !important;
    width: 33.33333333% !important;
  }
  .asiabases-section-three ul li i.link-icon {
    font-size: 30px;
  }
  .asiabases-section-three .dnd-section>.row-fluid>.dnd-column>.dnd-row {
    margin: 0 -15px;
  }
  .asiabases-section-four .dnd-section {
    padding-bottom: 50px !important;
  }
  .webdesign-section-two .span4 {
    width: 100% !important;
    margin: 0 !important;
  }
  .webdesign-section-two h2 {
    margin-bottom: 30px !important;
  }
  .ai-systems-wrapper.number .ai-systems-number {
    padding: 15px !important;
  }

  .webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:before,
  .webdesign-section-two .span4:nth-child(2) .ai-systems-wrapper.number .ai-systems-number span:after{
    display: none !important;
  }
  .webdesign-section-two .span4:last-child .ai-systems-wrapper.number {
    margin: 0;
  }
  .webdesign-section-four .span3, .webdesign-section-four .span4 {
    width: 50% !important;
    float: left !important;
  }
  .webdesign-section-four p i.text-deep-pink {
    font-size: 30px;
  }
  .webdesign-section-four .span4:last-child {
    clear: both;
  }
  .webdesign-section-five .span3 {
    margin: 0 !important;
    width: 100% !important;
  }
  .webdesign-section-five figure p {
    margin: 0 !important;
  }
  .system-section-two ul li i, .system-section-three ul li i {
    width: 100%;
    margin: 0;
  }
  .system-section-two .span6, .system-section-three .span6 {
    padding: 0 !important;
  }
  .system-section-two h6, .system-section-three h6 {
    margin-bottom: 30px !important;
    width: 100% !important;
  }
  .system-section-three h5 {
    font-size: 18px;
    line-height: 23px;
  }
  .system-section-two .span6:last-child>div {
    padding: 50px;
  }
  .system-section-two h5 {
    margin-bottom: 30px !important;
    width: 100% !important;
    font-size: 20px;
    line-height: 28px;
  }
  .system-section-two h5:after {
    width: 200px !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .system-section-two .span6:first-child>div {
    min-height: 350px;
  }
  .system-section-one .span4:first-child {
    margin-bottom: 30px !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .system-section-one h5 {
    font-size: 20px;
    line-height: 28px;
  }
  .system-section-one h5:after {
    margin-top: 17px;
  }
  .system-section-one .span4:not(:first-child) {
    width: 50% !important;
    float: left !important;
  }
  .system-section-one .span4:nth-child(2) {
    padding-left: 0 !important;
    padding-right: 15px !important;
  }
  .system-section-one .span4:nth-child(3) {
    padding-left: 15px !important;
    padding-right: 0px !important;
  }
  .system-inner-section-two .span3 {
    width: 100% !important;
  }
  .system-inner-section-one .hs-breadcrumb-menu {
    margin-top: 10px;
    text-align: center;
  }
  .system-inner-section-two .span7 {
    margin-left: 0% !important;
    width: 100% !important;
    padding-top: 30px !important;
    padding-right: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px !important;
  }
  .system-inner-section-two .span7 h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .system-inner-section-two .span7 .dnd-module {
    display: block !important;
    text-align: center;
  }
  .system-inner-section-two .span7 ul li {
    text-align: left;
  }
  .system-inner-section-two .span7 p {
    text-align: left;
  }
  .system-inner-section-two .span7 h3 {
    text-align: left;
  }
  .system-inner-section-four .span6 {
    width: 100% !important;
  }
  .system-inner-section-four i.text-deep-pink {
    font-size: 30px;
  }
  .system-inner-section-four .span3 {
    width: 100% !important;
  }
  .system-inner-section-four .span3>div,
  .system-inner-section-four .span6>div {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 9.4%;
    padding-bottom: 9.8%;
  }
  .dx-section-one h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .dx-section-one .span4 {
    width: 100% !important;
    margin: 0 !important;
    background-color: #0a0a0a !important;
    justify-content: center !important;
  }
  .dx-section-one .span4[class*="background-image"] {
    min-height: 250px !important;
  }
  .dx-section-one .span4 {
    min-height: unset !important;
  }
  .dx-card .dx-card_content_wrapper h2 {
    text-align: center;
  }
  .dx-card .dx-card_content_wrapper h6 {
    font-size: 18px;
    line-height: 23px;
  }
  .dx-section-two .dnd-section>.row-fluid>.dnd-column {
    width: 100%;
    padding-right: 0;
  }
  .dx-section-two .dnd-section {
    padding-top: 120px;
  }
  .corp-message-section-one .span3{
    float: left !important;
  }
  .corp-message-page-wrapper .banner_area .banner-content-inner h1 {
    padding: 20px 0;
  }
  .corp-message-section-one .span3>div {
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
  }
  .corp-message-page-wrapper .banner_area .banner-content-inner h1 {
    padding: 17.5px 0;
  }
  .corp-message-section-three h2:after,
  .corp-message-section-three h2:before,
  .corp-message-section-four h2:before,
  .corp-message-section-four h2:after,
  .corp-message-section-five h2 span:before,
  .corp-message-section-five h2 span:after{
    display: none;
  }
  .corp-message-section-four .span4 {
    width: 100% !important;
    margin: 0 !important;
  }
  .corp-message-section-four .span4:not(:last-child) {
    margin-bottom: 40px !important;
  }
  .corp-message-section-four .span4 p i.link-icon {
    display: block;
    width: 100%;
    position: inherit;
    text-align: left;
    margin-bottom: 15px;
    font-size: 30px;
  }
  .corp-message-section-four .span4 p span {
    display: block !important;
  }
  .corp-message-section-four .span4 p {
    padding-left: 0;
  }
  .corp-message-section-five .span4 {
    width: 100% !important;
    margin: 0 !important;
    text-align: center;
  }
  .corp-message-section-five .span4 img {
    max-width: 400px !important;
    width: 100%;
  }
  .corp-message-section-five .span4 {
    margin-bottom: 30px !important;
  }
  .corp-message-section-five .span6 {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 15px !important;
  }
  .corp-message-section-five h4 {
    font-size: 28px;
    line-height: 34px;
  }
  .corp-message-section-five .span6 p {
    margin-top: 16px;
  }
  .corp-message-section-five .span6 p:last-child:after {
    margin-top: 25px !important;
  }
  .ai-section-three h2,
  .ai-section-four h2{
    padding: 0 10px;
  }
  .container-fluid.Glossary_banner .widget-type-rich_text p br {
    display: none;
  }
  .webdesign-section-two h2 {
    padding: 0 15px;
  }
  .shopify-section-three form {
    max-width: 100%;
    padding: 60px 25px;
  }
  .contact-section-one .widget-type-header h3 {
    margin-bottom: 40px;
  }

  .contact-section-one .widget-type-header h3:before {
    display: none;
  }

  .contact-section-one .widget-type-header h3:after {
    display: none;
  }
  .contact-section-one .widget-type-form .actions{
    padding-bottom:0;
  }
  .contact-section-one .widget-type-header h3 {
    margin-bottom: 40px;
  }

  .contact-section-one .widget-type-header h3:before {
    display: none;
  }

  .contact-section-one .widget-type-header h3:after {
    display: none;
  }

  .contact-section-one .widget-type-form .hs-form-field {
    display: block;
  }

  .contact-section-one .widget-type-form .hs-form-field>label {
    width: 100%;
    float: none;
  }

  .contact-section-one .widget-type-form .hs-form-field>.input {
    width: 100%;
    float: none;
  }

  .contact-section-one .widget-type-form .hs-form-field>label {
    border-bottom: 1px solid #ddd;
  }

  .contact-section-one .widget-type-form .inputs-list li {
    display: block;
    margin-bottom: 4px;
  }

  .contact-section-one .widget-type-form .hs-form-field .hs-form-radio-display .hs-input {
    height: auto;
  }
  .contact-section-one .hs-form-radio-display {
    margin: 0;
    padding-right: 0;
  }
  .contact-section-one .widget-type-form .hs-form-field.hs-fieldtype-radio {
    border-bottom: none;
    background-color: transparent;
  }

}

@media(max-width:640px){
  .shopify-section-one .widget-type-text {
    margin: 40px auto 60px;
    letter-spacing: .3rem;
    font-size: 16px;
    line-height: 1.6;
  }
  .whtIsShopify .pointImage::before {
    top: 10px;
    width: 100%;
    height: 465px;
  }
  .inquiryBtn {
    padding: 30px;
    font-size: 20px;
  }
  .btnInquiry {
    padding: 18px;
  }
  .about-digital-section-one .span4>div {
    padding: 0;
    margin-right: 0;
    margin-top: 32px;
  }
  .digital-transformation-wrapper .digital-transformation_column-inner {
    padding: 0;
  }
  .system-inner-section-one .hs-breadcrumb-menu-wrapper ul li:after {
    padding: 0 0px 0 5px;
  }

}
@media(max-width: 575px){
  .corp-message-section-one .span3 a {
    font-size: 10px;
  }
  .corp-message-section-one .span3 a i.link-icon {
    font-size: 22px;
  }
  .corp-message-section-one .span3 p {
    margin: -4px 0 0 0;
  }
}

@media(max-width: 440px){
  .corp-message-page-wrapper .banner_area .banner-content-inner h1 {
    padding: 0;
  }
}


h1 {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

h2 {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

h3 {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

h4 {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

h5 {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

h6 {
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif !important;
}

.error-page-wrapper{ 
  background-image: url(https://9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/AsiaQuest_August2021/images/bg-404.jpg);
visibility: visible;
    animation-name: fadeIn;
      background-position: center;
}

/* パスワードページ　 */
 .password-page form {
    display:block;
    margin:0 auto;
    max-width: 740px;
    margin: 20px auto;
  }

 .password-page form input[type=password] {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 38px;
    padding: 8px 8px;
    border: 1px solid #bebebe;
    font-size: 14px;
    line-height: 32px;
    text-indent: 5px;
    transition: all .2s ease;
    border-radius: 0;
    max-width: 358px;
    margin: 0 auto;
    color: #c11920;
}

 .password-page form input[type=password]:hover {
   background-color:#fff;
}
 .password-page form input[type=password]:focus {
    border: 1px solid #000;
   background-color:#fff;
    outline: none;
}
 .password-page form input[type=submit],  .password-page form .hs-button,  .password-page .hs-button {
    cursor: pointer;
    display: block;
    font-size: 13px;
    text-align: center;
    transition: all .15s linear;
    white-space: normal;
    width: auto;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
    outline: 0;
    letter-spacing: .5px;
    line-height: 1.95;
    border-style: solid;
    margin: 15px auto;
}
.password-page .hs_cos_wrapper_type_password_prompt
{
  display: block;
    text-align: center;
  color:#c11920;
}
h1.pass {
font-size: 3rem;
    font-weight: bold;
text-align:center;
}
p.pass {
text-align:center;
margin: 0 0 10px;
}
h1.pass:before {
    border-top: 1px solid;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    right: -60px;
    top: 50%;
    width: 40px;
    opacity: .4;
}
h1.pass:after {
    border-top: 1px solid;
    content: "";
    height: 0;
    left: auto;
    position: absolute;
    left: -60px;
    top: 50%;
    width: 40px;
    opacity: .4;
}
/*web3dページ*/
.web3d_page .dnd-section>.row-fluid {
  max-width: 100%;
  width: 100%;
  padding: 0;
}

.web3d_page  .dnd-section {
  padding-top: 0;
  padding-bottom: 0;
}

.web3d_header .image_content_column.type-1 {
    padding: 0px;
}

.container-fluid.web3d_body div[class*="vertical-alignment"] >.row-fluid {
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}



.container-fluid.web3d_body .span4 {
  width: 33.33333333%;
  margin: 0;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  display:block !important;
}

.container-fluid.web3d_body .span4 >div {
  padding: 15%;
}
.container-fluid.web3d_footer .span12 .widget-type-rich_text .hs_cos_wrapper_type_rich_text {
    display: block;
    margin-bottom: 0;
    padding-right: 10px;
    padding-left: 10px;
}

.container-fluid.web3d_body .span4  i {
  text-align: center;
  font-size: 35px;
  margin-top: 2%;
  font-family: 'et-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1.1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #c11920;
  display: block;
}

.container-fluid.web3d_body .span4 h3 {
  margin-bottom: 20px;
  font-weight: 600;
  margin-top: 25px;
  color: #232323;
  font-size: 14px;
  line-height: 22px;
}



.container-fluid.web3d_body .span4 p {
  text-align: left;
  line-height: 22px;
  font-size: 14px;
  margin: 0;
  margin-top: 5px;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif ;
}

.container-fluid.web3d_footer .dnd-section>.row-fluid {
    padding: 100px 0;
    max-width: 1170px;
}

.container-fluid.web3d_footer .span12 .widget-type-rich_text {
  width: 66.66666667%;
  margin: 0 auto;
}

.container-fluid.web3d_footer h4 {
  font-size: 12px;
  text-align: center;
  line-height: 20px;
  margin-bottom: 10px !important;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif ;
  color: #939393;
  font-weight: 500;
  text-transform: uppercase;
}

.container-fluid.web3d_footer h2 {
  font-weight: 600;
  text-align: center;
  font-family: "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin: 0;
  color: #232323;
}

.container-fluid.web3d_footer p {
  text-align: left;
  margin: 0;
  line-height: 22px;
}

.container-fluid.web3d_footer .span12 .widget-type-rich_text {
    width: 100%;
    margin: 0 auto;
    text-align:left;
}


@media (max-width: 767px){
.container-fluid.web3d_footer .dnd-section .dnd-column {
    padding: 50px 20px;
  }

.container-fluid.web3d_footer .dnd-section>.row-fluid {
    padding: 5px 0;
    max-width: 1170px;
}
}
.llmtop h2{
font-size:34px;
    line-height: 40px;
    margin-bottom: 10px;
}
@media (max-width: 440px){
.llmtop h2{
font-size:20px;
line-height: 34px;
margin-bottom: 0px;
  }
}

/* ソリューション事例テンプレ　*/
h3.case_s_title{
    font-size:30px;
    font-weight:bold;
    text-align:center;
    color:#000;
  }
h4.case_s_en{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #c11920;
}
  .solution-page-wrap h4 {
    font-size: 33px;
    line-height: 50px;
}

@media (max-width: 767px){
  .solution-page-wrap h4 {
    font-size: 30px;
}
}
@media(max-width: 440px){
   h3.case_s_title{
    font-size:24px;
  }
  .solution-page-wrap h4 {
    font-size: 22px;
    line-height: 30px;
}
}

/* モバイル用改行*/

br.mob{display:none;}
@media(max-width: 440px){
 br.mob{display:block;}
}

[role="tooltip"] {
display: none !important;
}

/* images justify */

.justify-start {
  justify-content: flex-start
}

.justify-end {
  justify-content: flex-end
}

.justify-center {
  justify-content: center
}

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

.justify-around {
  justify-content: space-around
}

.justify-evenly {
  justify-content: space-evenly
}
.flex {
  display: flex
}
h3.case_s_title::after {
    content: " ";
    background-color: #c11920;
    width: 70px;
    height: 3px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 30px !important;
    display: block;
}
.partner-page h3 {
  font-size: 24px;
  text-align:center;
  line-height: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: inherit;
}

.partner .page-header.section-header p {
  line-height: 22px;
  margin: 0;
}
.partner-page .cloud-wrap p{
text-align:center;
}
.solution-page-wrap .sol-section-three a[target=_blank]:after {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 6px;
    position: relative;
    top: -1px;
    left: 5px;
    vertical-align: middle;
    background-image: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/Staging/STG%20AsiaQuest_August2021/images/target_blank_off_w.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px 6px;
}
[role="tooltip"] {
display: none !important;
}

.footer-bottom-links-main .hs-menu-wrapper ul .hs-menu-item.hs-menu-depth-1:nth-child(2) {
    width: 9%;
}
/*=============================== aqform ===============================*/

.hs-error-msg {
    font-size: 12px;
}
label.hs-error-msg {
    color: #c11920 !important;
}

.contact-section-one .widget-type-form .inputs-list li {
    margin-bottom: 0px;
}
.contact-section-one .widget-type-form .hs-form-field {
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    background-color: #f9f9f9;
    position: relative;
}
.contact-section-one .hs_i_agree_to_the_privacy_policy {
    text-align: center;
    padding-top: 20px;
    border-bottom: 0px !important;
}

.contact-section-one form .hs-error-msgs {
    display: block;
    position: absolute;
    top: -13px;
    padding: 0px 10px;
    border-radius: 0;
    background-color: white;
    border: 1px #B70000 solid;
    color: #B70000;
    right: 0;
}
  .hs-error-msgs:before {
content: "";
    position: absolute;
    top: 100%;
    left: 25px;
    margin-left: -15px;
    border: 5px solid transparent;
    border-top: 10px solid #c11920;
}
   .hs_error_rollup .hs-error-msgs{
    padding-top: 20px !important;
    color: #c11920 !important;
    border: 1px solid #fff !important;
    margin: 10px;
    position: relative !important;
    background-color: transparent !important;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
  }
    .contact-section-one .widget-type-header h3 {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
    line-height: 14px;
    display: inline-block;
}
    .hs_error_rollup .hs-error-msgs:last-child:before {
  border-top: none;
}
  .contact-section-one .widget-type-header h3 {
    font-size: 20px;
    margin-bottom: 50px;
    font-weight: 600;
    position: relative;
    line-height: 14px;
    display: inline-block;
}
  @media only screen and (max-width: 690px){
       .hs_error_rollup .hs-error-msgs {
        display: block;
        position: relative;
        top: 0 !important;
        padding: 0;
        border-radius: 0;
        color: #B70000;
        left: 0;
        max-width: 355px;
        margin: 0 auto;}
        .hs-error-msgs:before {
        content: "";
        position: absolute;
        top: 100%;
        left: 45px;
        margin-left: -15px;
        border: 5px solid transparent;
        border-top: 10px solid #c11920;
    }
      label.hs-main-font-element {
        padding-top: 0;
        color: #c11920 !important;
    }
  .contact-section-one form .hs-error-msgs {
    display: block;
    position: absolute;
    top: 45px;
    padding: 0 10px;
    border-radius: 0;
    background-color: white;
    border: 1px #B70000 solid;
    color: #B70000;
    left: 0;
    max-width: 355px;
    }

   .hs_error_rollup .hs-error-msgs {
    display: block;
    position: relative;
    top: 0 !important;
    padding: 0;
    border-radius: 0;
    color: #B70000;
    left: 0;
    max-width: 355px;
    margin: 0 auto;}
    .hs-error-msgs:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 45px;
    margin-left: -15px;
    border: 5px solid transparent;
    border-top: 10px solid #c11920;
}
  label.hs-main-font-element {
    padding-top: 0;
    color: #c11920 !important;
}
  }
label.hs-error-msg {
    color: #c11920 !important;
    line-height: 15px !important;
}
.contact-section-one form .hs-error-msgs{
    max-width: 363px;
}

.contact-section-one .widget-type-form .hs-form-field.hs-fieldtype-booleancheckbox .input {
    padding: 0 0 8px;
    width: 100%;
}
.contact-section-one .widget-type-form .hs-form-field.hs_i_agree_to_the_privacy_policy > .input {
    background-color: transparent;
}
.contact-section-one .widget-type-form .actions {
    padding-top: 15px;
}

.contact-section-one form .hs-richtext {
   padding-top: 0px; 
   padding-left: 0px; 
   padding-right: 0px; 
}
.contact-section-one form .hs-form-required {
    color: #ef6b51;
    display: inline-block;
    color: #fff;
    width: 40px;
    font-size: 11px;
    background-color: #c11920;
    padding: 3px 8px;
    margin-right: 10px;
    border-radius: 3px;
    font-weight: 400;
    max-height: 23px;
    min-width: 39px;
    line-height: normal;
    margin-left: 10px;
}
  .contact-section-one .widget-type-form .hs-form-field.hs-recaptcha  > .input{
        width: 100%;
  }



/* パスワードページ　 */
h1.pass {
font-size:2rem;}

/*=============================== ↑↑↑aqform↑↑↑ ===============================*/
.floating-banner {
    position: fixed;
    z-index: 99999;
    bottom: 0;
    right: 0;
}
    .floating-banner {
        display: none;
    }
.floating-banner:hover {
    opacity: .9;
}
.floating-banner.banner {
    width: 300px;/* バナーの横幅 */
    padding: 40px 10px;
    background-image: linear-gradient(359deg, rgba(159, 0, 0, 1), rgba(227, 0, 0, 1));
    color: #fff;/* バナー内の文字色 */
    font-weight: bold;
    text-align: center;
}
.floating-banner a {
    text-decoration: none;/* リンクに下線が入らないように */
}
.copy {
    font-size: 20px;
    margin: 0 auto 20px;
    line-height: 1.6;
}
.copy p, .cta p {
    line-height: 1.6;
}
.cta {
    display: inline-block;
    width: 200px;
    height: 50px;
    line-height: 50px!important;
    font-size: 18px;
    background: linear-gradient(270deg, #F4A240 0%, #E3A608 100%);/* ボタンの背景 */
    border-radius: 25px;
    margin: 0
}

@media screen and (max-width: 560px) {
    .floating-banner {
        display: inline-block;
    }
    .banner {
        width: 100vw;
        padding: 8px;
    }
    .sp {
        display: none;
    }
    .copy {
        font-size: 18px;
        margin: 0 auto 6px;
    }
    .cta {
        height: 28px;
        line-height: 28px!important;
        font-size: 15px;
    }
}

/* パスワードページ　 */
h1.pass {
font-size:2rem;}
/*=============================== shopify ===============================*/
.shopify-page .wrapper,
.shopify-page .inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: inherit;
}
.shopify-section-one .dnd-section > .row-fluid,
.shopify-section-two .dnd-section > .row-fluid{
  max-width: 1000px;
  padding: 0 20px;
}
.shopify-section-one .dnd-section[class*="-force-full-width"] > .row-fluid,
.shopify-section-two .dnd-section[class*="-force-full-width"] > .row-fluid{
  padding: 0;
}
.shopify-section-one .widget-type-text{
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 60px auto 80px;
  font-size: 18px;
  letter-spacing: .25rem;
  line-height: 1.8;
  font-weight: bold;
}
.fCGreen {
  color: #95be47 !important;
}
.fWBld {
  font-weight: 600;
}
.fCRed {
  color: #c11920 !important;
}
.shopify-page {
  color: #1b1c39;
  line-height: 24px;
  font-weight: 500;
  overflow: hidden;
}
.cmnTtl_1 {
  position: relative;
  margin-bottom: 40px;
  padding: 37px 0;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: inherit;
}
.cmnTtl_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 300px);
  width: 280px;
  height: 2px;
  background: #1b1c39;
}
.cmnTtl_1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: calc(50% - 300px);
  width: 280px;
  height: 2px;
  background: #1b1c39;
}
.whtIsShopify .detail::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -60px;
  width: 110%;
  max-width: 500px;
  height: 528px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/img_tri_2.png) no-repeat center center / 100% auto;
}
.whtIsShopify .pointImage::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 110%;
  max-width: 500px;
  height: 528px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/img_tri.png) no-repeat center center / 100% auto;
}
.performanceGrid .grid::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 56px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/img_checked.png) no-repeat center center / 100% auto;
  opacity: .08;
}
.inquiryBtn {
  margin-top: 60px;
  background: #fff;
  padding: 40px;
  text-align: center;
  font-size: 24px;
}
.inquiryBtn > p {
  margin-bottom: 10px;
}
.btnInquiry {
  display: inline-block;
  position: relative;
  width: 600px;
  padding: 20px;
  background: #c11920;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  box-shadow: 1px 1px 3px #666;
  box-sizing: border-box;
  transition: all .3s;
}
.btnInquiry:hover::before {
  background: #fff;
}
.btnInquiry::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translatex(-50%);
  width: 150px;
  height: 2px;
  background: #c11920;
  transition: all .2s;
}
.btnInquiry::after {
  content: "お問い合わせ";
  display: inline-block;
  font-size: 24px;
  color: rgb(255, 255, 255);
}
html[lang="en"] .btnInquiry::after,
html[lang="id"] .btnInquiry::after{
  content: "Contact Us";
}
.threeClm .ttl.check > span {
  display: inline-block;
  padding-left: 37px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA2CAYAAAB3Ep8CAAAFeUlEQVRoQ+VaW4gbVRj+zmRX2N1M1ipaUKwXaLFdQR+sNZNaEaUK2lbMZJ+k3lBRUFF8sV4evNAHQcEFxWK9FATZTIq1ImxpUetm4qoPCq4rFqy2IvSlZTOzG3A3c+Qkk2x2ksk5Z2aybNJ5ne+/fec/5/z/OYfgPP/I+RC/oabeBOjdIDjYXy6P7ZqbOlOLu6cJyKrJewjIWwDWNwx0iVJ8EKPK/sW5czM9ScA4Ri5Q1OExAI+1y3AKuqPnCMgltM2U4lPPqDfxQCnGSkPxF3qKACOuPQGCd3nrGqX0lYxdeI3heoYAQ9Xe56U8C7gx+J4goDLfE8NfgeJ23siD4A29aL7UiOvqDDg0mLpsIUaPAtjIC57N+YxtPu3FdS0B4/FbNimk/DWAS3nBE5ADaSv/QCtcVxLgrvTfAhjgBQ+CY3rRvMMP13UE5NSbUxTKJDfwKmBat8zr2mG7ioBcXNtGCdjIcz8CnCv1l6+6/+xUsScIkBx5ODQ2Mmp/9xuPqa7IAHfO/8ALpvaflbgZq/ClCH7VE2AktqwHjU0D6BcLiOxJW/m9IthVXwgdGtqydlGJzVBgjUhAFDAylpkRwdYwqzYDqh1d4neAXC0Y0AndMjcIYuuwVUuAoWo/ArhRNKD+Mrl813z+X1G8cAZUth5gj2PP7hzF9H+yBoLgs6qWJYAuKiuz6Hl1ts0Ad+th5SZbgH7SLXOzqFNBce7x1fOi8n41vqi8LwHZYW07cTCxXBE9rFuFnaLKZXGGmnwYIPsl5GZ0y9wkgW+CtiQgF9d0SpD1UbxPt8zHwxhtJSu71zMdfYt96+4tHT8dxpcmAgxVexTAvrZKW/TVYZwYTyQvUij5R6i5qRuij+hW4cMwdpnsMgKMROpZUMpOUfkfxZO6bb7HB/IRhqr9CmCEj3QRFBO6bd4ljG8DrBNgJLTXQfGijFJCkUnbpiEj48Xm1NQnFHS3hI7S/GD8kt1njsxJyPhCyYG124cG5uy9hOCpIAoJnK1p6/t8EFmh6eZRHAXpjSqJ6ElquwBFO69GHe6JDqvxJb7odyHC6u0FJcY6J+Gqy+sx6737nPLGxisnXlSGqrHrKe5xVoOehfnB+JqoUr+mt7IGsGkwNG+fFm06WgdHTzpW8VqRatFQk18AZAePpGWpCjyUtsyPZWREsPVF8ODQ1usdxflZRKgNhlstBpxyXL1B/V62DXIKIEEb/vPU7e3/EFS0BCPlDXpx6oS0nIBAcyEUYDtsYadltWioyT8l2tuK2rC1Po+DlqVwkDnaZMhTLWbj2jsBttqSY81eKLKu8AL1++/bDBmqxlK18V5d3oZbLcoeaC4Ziqbcbee4LwHu9sgaDaGzuDZG2B39M1KlbjX5T+pW4Rp51uUk2p8HSJzDy5nlownFrWnbPM5HhkNwj8QCblvhvFqhwxfmJJcABhK9ew8bdU1ecZQb7pub/CUqfYHWAK+QoaYmAZrqvFP0G90q3NZ5O1ULQhnAgO7DI7YoytTv0nEEaaykjTQICBNQmQrVWxr5Sk7Yw5UdfakMqMXgvr07LByTBJAQ3JQumuw+YMU+qQyokxBPvkwIeTViLzvW8ESyCHqVyF5e8MiiCu7MzJpHeLio/wfKgJoT0oeZft5TnNJt88qogxPRF4oA9zj7LwCqiDFfTIQnzLJ+hCKAGQtyoeFxsuMdX0fWgEalOVV7kAIfybJf3Yb8n7AF0ScrEzoDltaDypt84UvNmtxKFz5egiIjgCk2EtpRoSerS16EvtyUHfGOElAhIa79DYJ1Qo4R8pxezL8thO0QKNIMYD5+PrDtisW+xVMi/jqEXjxaLJwVwXYKEzkBzFH2tkBx8BkF+vy3fkzIPmjqBAn/A2C+5GiMbKitAAAAAElFTkSuQmCC) no-repeat top left / 27px auto;
}
.shopify-section-three form {
  max-width: 700px;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 60px;
}
.shopify-section-three .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: block;
}
.shopify-section-three .hs-form-booleancheckbox-display .hs-input {
  margin-top: 5px;
}
.shopify-section-three form .hs-richtext, 
.shopify-section-three form .hs-richtext p {
  font-size: inherit;
}

.shopify-section-three form {
  max-width: 800px;
  margin: 0 auto;
  background-color: #f9f9f9;
  padding: 60px;
}
.shopify-section-three .legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: block;
}
.shopify-section-three form label {
    font-weight: 700;
}

.shopify-section-three .hs-form-booleancheckbox-display .hs-input {
  margin-top: 5px;
}
.shopify-section-three form .hs-richtext, 
.shopify-section-three form .hs-richtext p {
  font-size: inherit;
}
.shopify-section-three form input[type=text], .shopify-section-three form input[type=email],
.shopify-section-three form input[type=password],.shopify-section-three form input[type=tel],
.shopify-section-three form input[type=number],.shopify-section-three form input[type=file],
.shopify-section-three form select,.shopify-section-three form textarea 
{
    border-width: 1px;
    border-color: rgba(0,0,0,0.23);
    background-color: rgba(255,255,255,0.0);
    color: rgba(0,166,255,1.0);
    border-radius: 6px;
}
.shopify-section-three form,.shopify-section-three .submitted-message {
    font-size: 15px;
    color: #494949;
    font-weight: 400;
}

.shopify-page .wrapper,
.shopify-page .inner-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  overflow: inherit;
}

.shopify-section-one .dnd-section > .row-fluid,
.shopify-section-two .dnd-section > .row-fluid{
  max-width: 1000px;
  padding: 0 20px;
}
.shopify-section-one .dnd-section[class*="-force-full-width"] > .row-fluid,
.shopify-section-two .dnd-section[class*="-force-full-width"] > .row-fluid{
  padding: 0;
}
.shopify-section-one .widget-type-text{
  display: block;
  width: 100%;
  max-width: 840px;
  margin: 60px auto 80px;
  font-size: 18px;
  letter-spacing: .25rem;
  line-height: 1.8;
  font-weight: bold;
}

.fCGreen {
  color: #95be47 !important;
}
.fWBld {
  font-weight: 600;
}
.fCRed {
  color: #c11920 !important;
}
.shopify-page {
  color: #1b1c39;
  line-height: 24px;
  font-weight: 500;
  overflow: hidden;
}
.cmnTtl_1 {
  position: relative;
  margin-bottom: 40px;
  padding: 37px 0;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 500;
  text-align: center;
  color: inherit;
}
.cmnTtl_1::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - 300px);
  width: 280px;
  height: 2px;
  background: #1b1c39;
}
.cmnTtl_1::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: calc(50% - 300px);
  width: 280px;
  height: 2px;
  background: #1b1c39;
}
.whtIsShopify .detail::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: -60px;
  width: 110%;
  max-width: 500px;
  height: 528px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/img_tri_2.png) no-repeat center center / 100% auto;
}
.whtIsShopify .pointImage::before {
  content: "";
  display: block;
  position: absolute;
  top: -30px;
  left: 0;
  width: 110%;
  max-width: 500px;
  height: 528px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/img_tri.png) no-repeat center center / 100% auto;
}


.performanceGrid .grid::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 56px;
  background: url(//9496159.fs1.hubspotusercontent-na1.net/hubfs/9496159/raw_assets/public/AsiaQuest_August2021/images/img_checked.png) no-repeat center center / 100% auto;
  opacity: .08;
}
.inquiryBtn {
  margin-top: 60px;
  background: #fff;
  padding: 40px;
  text-align: center;
  font-size: 24px;
}
.inquiryBtn > p {
  margin-bottom: 10px;
}
.btnInquiry {
  display: inline-block;
  position: relative;
  width: 600px;
  padding: 20px;
  background: #c11920;
  font-size: 0;
  line-height: 1;
  text-decoration: none;
  box-shadow: 1px 1px 3px #666;
  box-sizing: border-box;
  transition: all .3s;
}
.btnInquiry:hover::before {
  background: #fff;
}
.btnInquiry::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translatex(-50%);
  width: 150px;
  height: 2px;
  background: #c11920;
  transition: all .2s;
}
.btnInquiry::after {
  content: "お問い合わせ";
  display: inline-block;
  font-size: 24px;
  color: rgb(255, 255, 255);
}
.threeClm .ttl.check > span {
  display: inline-block;
  padding-left: 37px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAAA2CAYAAAB3Ep8CAAAFeUlEQVRoQ+VaW4gbVRj+zmRX2N1M1ipaUKwXaLFdQR+sNZNaEaUK2lbMZJ+k3lBRUFF8sV4evNAHQcEFxWK9FATZTIq1ImxpUetm4qoPCq4rFqy2IvSlZTOzG3A3c+Qkk2x2ksk5Z2aybNJ5ne+/fec/5/z/OYfgPP/I+RC/oabeBOjdIDjYXy6P7ZqbOlOLu6cJyKrJewjIWwDWNwx0iVJ8EKPK/sW5czM9ScA4Ri5Q1OExAI+1y3AKuqPnCMgltM2U4lPPqDfxQCnGSkPxF3qKACOuPQGCd3nrGqX0lYxdeI3heoYAQ9Xe56U8C7gx+J4goDLfE8NfgeJ23siD4A29aL7UiOvqDDg0mLpsIUaPAtjIC57N+YxtPu3FdS0B4/FbNimk/DWAS3nBE5ADaSv/QCtcVxLgrvTfAhjgBQ+CY3rRvMMP13UE5NSbUxTKJDfwKmBat8zr2mG7ioBcXNtGCdjIcz8CnCv1l6+6/+xUsScIkBx5ODQ2Mmp/9xuPqa7IAHfO/8ALpvaflbgZq/ClCH7VE2AktqwHjU0D6BcLiOxJW/m9IthVXwgdGtqydlGJzVBgjUhAFDAylpkRwdYwqzYDqh1d4neAXC0Y0AndMjcIYuuwVUuAoWo/ArhRNKD+Mrl813z+X1G8cAZUth5gj2PP7hzF9H+yBoLgs6qWJYAuKiuz6Hl1ts0Ad+th5SZbgH7SLXOzqFNBce7x1fOi8n41vqi8LwHZYW07cTCxXBE9rFuFnaLKZXGGmnwYIPsl5GZ0y9wkgW+CtiQgF9d0SpD1UbxPt8zHwxhtJSu71zMdfYt96+4tHT8dxpcmAgxVexTAvrZKW/TVYZwYTyQvUij5R6i5qRuij+hW4cMwdpnsMgKMROpZUMpOUfkfxZO6bb7HB/IRhqr9CmCEj3QRFBO6bd4ljG8DrBNgJLTXQfGijFJCkUnbpiEj48Xm1NQnFHS3hI7S/GD8kt1njsxJyPhCyYG124cG5uy9hOCpIAoJnK1p6/t8EFmh6eZRHAXpjSqJ6ElquwBFO69GHe6JDqvxJb7odyHC6u0FJcY6J+Gqy+sx6737nPLGxisnXlSGqrHrKe5xVoOehfnB+JqoUr+mt7IGsGkwNG+fFm06WgdHTzpW8VqRatFQk18AZAePpGWpCjyUtsyPZWREsPVF8ODQ1usdxflZRKgNhlstBpxyXL1B/V62DXIKIEEb/vPU7e3/EFS0BCPlDXpx6oS0nIBAcyEUYDtsYadltWioyT8l2tuK2rC1Po+DlqVwkDnaZMhTLWbj2jsBttqSY81eKLKu8AL1++/bDBmqxlK18V5d3oZbLcoeaC4Ziqbcbee4LwHu9sgaDaGzuDZG2B39M1KlbjX5T+pW4Rp51uUk2p8HSJzDy5nlownFrWnbPM5HhkNwj8QCblvhvFqhwxfmJJcABhK9ew8bdU1ecZQb7pub/CUqfYHWAK+QoaYmAZrqvFP0G90q3NZ5O1ULQhnAgO7DI7YoytTv0nEEaaykjTQICBNQmQrVWxr5Sk7Yw5UdfakMqMXgvr07LByTBJAQ3JQumuw+YMU+qQyokxBPvkwIeTViLzvW8ESyCHqVyF5e8MiiCu7MzJpHeLio/wfKgJoT0oeZft5TnNJt88qogxPRF4oA9zj7LwCqiDFfTIQnzLJ+hCKAGQtyoeFxsuMdX0fWgEalOVV7kAIfybJf3Yb8n7AF0ScrEzoDltaDypt84UvNmtxKFz5egiIjgCk2EtpRoSerS16EvtyUHfGOElAhIa79DYJ1Qo4R8pxezL8thO0QKNIMYD5+PrDtisW+xVMi/jqEXjxaLJwVwXYKEzkBzFH2tkBx8BkF+vy3fkzIPmjqBAn/A2C+5GiMbKitAAAAAElFTkSuQmCC) no-repeat top left / 27px auto;
}

/*form*/

.contact-section-one.shopify .widget-type-form .hs-form-field > label {
    width: 100%;
    padding: 35px 20px 0;
    background-color: #fff;
    margin: 0;
    display: block;
}

.contact-section-one.shopify .widget-type-form .hs-form-field > .input {
    width: 100%;
    background-color: #fff;
    float: none;
     padding: 0px 20px 20px;
}
.contact-section-one.shopify .widget-type-form {
    width: 80%;
    margin: 0 auto;
    margin-top: 15px;
    border-top: 0px;
}
.contact-section-one.shopify h3
{text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.contact-section-one.shopify input:not([type=checkbox]):not([type=radio]):not([type=submit]), .contact-section-one.shopify textarea {
    -webkit-appearance: none;
    display: inline-block;
    width: 100%!important;
    min-height: 5rem!important;
    padding: 1.5rem 1.75rem !important;
    font-size: 2rem !important;
    font-weight: norma !importantl;
    line-height: 1.7rem !important;
    color: #85868c !important;
    background-color: #fafafa !important;
    border: 1px solid #dddde4 !important;
    box-sizing: border-box !important;
    border-radius: 4px !important;
}
.contact-section-one.shopify .hs-form label {
      font-size: 1.5rem;
    font-weight: 600;
}

.contact-section-one.shopify form .hs-form-required{
    display: inline-block;
    color: #fff;
    width: 40px;
    font-size: 11px;
    background-color: #c11920;
    padding: 3px 8px;
    margin-left: 10px;
    border-radius: 3px;
    font-weight: 400;
    max-height: 23px;
    min-width: 39px;
    line-height: normal;
}

.contact-section-one.shopify .hs-form-c2707ac7-084c-4ce3-a081-8f296d7aa6a4_b76c0e84-af88-4e9d-bb54-b1b6cec094b9 fieldset.form-columns-1 .input {
    margin-right: 0px;
}


.contact-section-one.shopify input[type=checkbox],.contact-section-one.shopify input[type=radio] {
    cursor: pointer;
    width: 1rem!important;
    height: 3rem!important;
    margin: 3px 5px 3px 0px;
    line-height: normal;
}

.contact-section-one.shopify form .hs-error-msgs {
    display: block;
    position: absolute;
    bottom: 6px;
    padding: 0px 10px;
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #B70000;
    max-width: 100%;
    width: 100%;
    top: inherit;
    left: 20px;
    max-width: 500px;
}

.contact-section-one.shopify .hs-error-msgs:before {
    content: "";
    position: relative;
    top: 100%;
    left: 0;
    margin-left: -15px;
    border: none;
    border-top: none;
}
.contact-section-one.shopify .hs_error_rollup .hs-error-msgs {
    padding-top: 20px !important;
    color: #c11920 !important;
    border: 0px !important;
    margin: 0px !important;
    position: relative !important;
    background-color: transparent !important;
    text-align: left;
    font-size: 15px;
    font-weight: bold;
}

.formArea iframe {
    width: 100%;
}
.contact-section-one.shopify .widget-type-form .hs-form-field.hs_recaptcha > .input {
background: #f2f2f2;
}
.contact-section-one.shopify label.hs-main-font-element {
    padding-top: 0px !important;
}

.contact-section-one.shopify .widget-type-form .hs-form-field.hs_i_agree_to_the_privacy_policy > .input {
    background-color: transparent;
}