/* Theme base styles */

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


/* Generic
This is where reset, normalize & box-sizing styles go.
*/
*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

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

/* Responsive Grid */

.row-fluid {
    width: 100%;
    *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: 28px;
    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: 28px;
        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: 28px;
        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: 768px) {
    .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 ;
    }
}


/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/
body {
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

-

/* Headings */

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

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 14px;
  word-break: normal;
}

.margin-zero, .margin-zero h1, .margin-zero h2, .margin-zero h3, .margin-zero h4, .margin-zero h5, .margin-zero h6, .margin-zero li, .margin-zero p, .margin-zero a {
    margin-bottom: 0;
}

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

main.body-container-wrapper{
  margin-top:0px !important;
}
.header {
  background-color: #0d152b;
  position: fixed;
  width: 100%;
/*   z-index: 1000; */
    z-index: 100;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: 0;
  right:0;
  padding:10px 0px
}
.header .header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
/* Logo */

.header .header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.header .header__logo img {
  max-width: 100%;
}
.header .header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}
.header .header__logo--main {
  padding-top: 0px;
}
.header .navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-align: center;
}
.header .header-nav-bar .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  border-bottom: none;
  letter-spacing: 1px;
}
.header .header-nav-bar .hs-menu-wrapper a:hover {
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px #FFF;
          box-shadow: 0px 0px 0px #FFF;
}
.header .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.header .header-nav-bar .hs-menu-children-wrapper {
  -webkit-transform: translateY(120px);
      -ms-transform: translateY(120px);
          transform: translateY(120px);
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
  text-align: left;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: rgba(13, 21, 43, 0.2) 0 0 25px;
          box-shadow: rgba(13, 21, 43, 0.2) 0 0 25px;
  padding: 20px;
  position: absolute;
  top: 5px;
  left:-20%;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  min-width: 200px;
  list-style: none;
}
.header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper {
  right: -230px;
  left:auto;
  z-index:5;
}
.header .custom-menu-primary li.hs-menu-item:nth-child(3) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
  right: -360px;
}
.header-nav-bar .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(45px);
      -ms-transform: translateY(45px);
          transform: translateY(45px);
}
.header-nav-bar li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover > .hs-menu-children-wrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10px);
      -ms-transform: translateY(-10px);
          transform: translateY(-10px);
}
.header .header-nav-bar .hs-menu-children-wrapper::before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 25%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom-width: 10px;
  border-bottom-style: solid;
}
.header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children > ul.hs-menu-children-wrapper:before {
  left: -15px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  top: 15%;
}
.header .custom-menu-primary li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
  padding-left: 5px;
}
.header li.hs-menu-item.hs-menu-depth-2,
.header li.hs-menu-item.hs-menu-depth-3 {
  background-color: transparent;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-bottom: 1px solid #eee;
  border-radius: 5px;
}
.header li.hs-menu-item.hs-menu-depth-2:hover,
.header li.hs-menu-item.hs-menu-depth-3:hover {
  background-color: #ececf5;
}
.header-nav-bar .hs-menu-item h4,
.header-nav-bar .hs-menu-item p {
  padding: 0px 5px;
}
.header-nav-bar .hs-menu-item li a {
  color: #000;
  -webkit-transition-duration: .35s;
       -o-transition-duration: .35s;
          transition-duration: .35s;
}
.header .header-nav-bar .hs-menu-depth-1 {
  padding: 5px 0px;
  list-style: none;
  position: relative;
  margin: 10px 0px;
  margin-right: 0px;
}
.header .header-nav-bar .hs-menu-depth-1 a {
  /* 	font-weight: 700; */
  line-height: 2;
}
.header-nav-bar .hs-menu-depth-2 a h4,
.header-nav-bar .hs-menu-depth-2 a p {
  margin: 0;
  padding: 0px 5px;
  text-transform: capitalize;
}
.header-nav-bar .hs-menu-depth-2 a p {
  font-size: 13px;
}
.header-nav-bar .hs-menu-depth-2 a h4 {
  font-size: 20px;
}
/* Hide button on Desktop */

.mobile-trigger,
.child-trigger {
  display: none;
}
/* Scroll Arrow */

.scrolltop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  top: -50%;
  left: 50px;
  font-size: 16px;
  border-radius: 4px;
  z-index: 999;
  color: #FFFFFF;
  text-align: center;
  cursor: pointer;
  /* 	background-image: linear-gradient(to right top, #f2545b, #f5c26b); */
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  border: none;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
.arrow {
  color: #fff;
  font-size: 25px;
  position: absolute;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.scrolltop.sticky1 {
  top: 90vh;
}
.scrolltop:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -o-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.header .header-nav-bar .hs-menu-depth-1 {
  padding: 10px 20px 10px 5px;
  list-style: none;
  position: relative;
  margin: 10px 0px;
  margin-right: 0px;
}
.header a, .header li {
  font-family: 'Open Sans',sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  font-size: 16px;
}
body.overflow_hide header.header.new-menu .navigation{
  position: unset;
}
body.overflow_hide{
  overflow: hidden;
}

@media(min-width:1201px){
  header.new-menu.header .header__logo--main{
    min-height: 100px;
  }
  body.chrome.overflow_hide.new .hs-search-field.chg-style .search-close svg{
    fill: #fff;
  }
}
/* body.overflow_hide {
overflow: hidden;
} */

/* body.sub-domain-footer.chrome.overflow_hide .th_menu_item.icn-link.search_function {
position: relative;
z-index: 1;
} */

@media(max-width:767px){

}
/* Fix menu disappearing on desktop after toggling mobile menu */

@media(max-width:768px)

{
  .header .header-nav-bar .hs-menu-depth-1 {
    margin-right: 1px;
  }
}

/*  TAB  styles */

@media (min-width: 768px) and (max-width: 1024px) {
  /* Header */
  .header .header__logo--main {
    padding-top: 0px;
  }
}
@media (max-width: 767px) {
  /* Header */
  .header .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0px 0px;
  }
  .header .header-nav-bar.navigation > div {
    width: 100%;
  }
  .header .header__logo img {
    max-width: 75%;
    margin-top: 5px;
  }
  .header .header__logo--main {
    padding: 0px;
  }
  .header .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal > ul {
    display: block;
  }
  .header .header-nav-bar .hs-menu-wrapper.hs-menu-flow-horizontal {
    display: none;
  }
  .header .header-nav-bar .hs-menu-children-wrapper::before {
    display: none;
  }
  .header .header-nav-bar .hs-menu-children-wrapper {
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    text-align: left;
    background-color: transparent;
    border-radius: 3px;
    -webkit-box-shadow: rgba(13, 21, 43, 0.2) 0 0 25px;
            box-shadow: rgba(13, 21, 43, 0.2) 0 0 25px;
    padding: 20px;
    position: relative;
    top: 0px;
    right: 0px;
    left:0;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
    min-width: unset;
    text-align: center;
    display: none;
  }
  .header li.hs-menu-item.hs-menu-depth-2:hover,
  .header li.hs-menu-item.hs-menu-depth-3:hover {
    background-color: transparent;
  }
  .header-nav-bar .hs-menu-item.hs-menu-depth-1.hs-item-has-children:hover > .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header-nav-bar li.hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover > .hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0px);
        -ms-transform: translateY(0px);
            transform: translateY(0px);
  }
  .header .custom-menu-primary li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-depth-2 a {
    padding-left: 0px;
  }
  .header  .header-nav-bar .hs-menu-depth-2 a h4 {
    color: #FFF !important;
    font-size: 13px;
    padding: 10px 0px;
  }
  .header .header-nav-bar .hs-menu-depth-2 a p {
    display: none;
  }
  .header .header-nav-bar .hs-menu-depth-1 {
    padding: 5px 0px;
    list-style: none;
    position: relative;
    margin: 5px 0px;
    font-size: 13px;
    border-color: rgba(0,0,0,0.1);
    border-bottom: 1px solid;
    border-radius: 0;
  }
  .header li.hs-menu-item.hs-menu-depth-2,
  .header li.hs-menu-item.hs-menu-depth-3 {
    border: none;
    padding: 5px 0px;
  }
  .header li.hs-menu-item.hs-menu-depth-2.hs-item-has-children>ul.hs-menu-children-wrapper {
    right: 0px;
  }
  .header .custom-menu-primary li.hs-menu-item:nth-child(3) li.hs-menu-item.hs-menu-depth-2.hs-item-has-children ul.hs-menu-children-wrapper {
    right: 0px;
  }
  .header .custom-menu-primary li.hs-menu-depth-1 ul.hs-menu-children-wrapper li.hs-menu-depth-2,
  .header .custom-menu-primary li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper li{
    text-align:left;
    padding-left:20px;
  }

  body .custom-menu-primary li.hs-menu-item:nth-child(6)>a {
    padding-left:0px;
  }
  body .header .custom-menu-primary li.hs-menu-depth-1.hs-item-has-children ul.hs-menu-children-wrapper {
    -webkit-box-shadow:none;
            box-shadow:none;
  }
  .header li.hs-menu-item.hs-menu-depth-2 a:after {
    content: '';
    position: absolute;
    background-color: #fff;
    height: 1px;
    left: 0;
    width: 100%;
    opacity: 0.15;
    top: 0;
  }
  #header_fix .custom-menu-primary .hs-menu-wrapper {
    display: none;
  }
  /* Toggle Button
  ========================================================================== */
  .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: -28px;
    right: -5px;
    width: auto;
    height: auto;
    padding: 7px 10px 8px 10px;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    border-radius: 4px;
  }
  /*   .mobile-trigger:hover{
  text-decoration: none; 
  color:;
  background-color:; 
  border-color: transparent;
} */
  /* Change button when menu is open */
  /*   .mobile-open .mobile-trigger{
  color:;
  background-color:; 
  border-color: transparent;
}
  */
  /* Toggle Button Icon
  ========================================================================== */
  .mobile-trigger i {
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    position: absolute;
    content: '';
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 22px;
    height: 2px;
    border-radius: 1px;
    display: inline-block;
    background-color: ;
  }
  .mobile-trigger i:before {
    top: -6px;
  }
  .mobile-trigger i:after {
    top: 6px;
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: ;
  }
  .mobile-trigger i,
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    width: 30px;
    background: #000000 !important;
    height: 4px;
  }
  .mobile-trigger i:before {
    top: -8px;
  }
  .mobile-trigger i:after {
    top: 8px;
  }
  /* Toggle Button Icon Open
  ========================================================================== */
  .mobile-open .mobile-trigger,
  .mobile-trigger {
    z-index: 10;
  }
  .mobile-trigger:hover i,
  .mobile-trigger:hover i:before,
  .mobile-trigger:hover i:after,
  .mobile-open .mobile-trigger i,
  .mobile-open .mobile-trigger i:before,
  .mobile-open .mobile-trigger i:after {
    background-color: #ffffff;
  }
  .mobile-trigger i {
    -webkit-transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    transition: all .5s ease-in;
  }
  .mobile-open .mobile-trigger i {
    background: transparent !important;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
  }
  .mobile-trigger i:before,
  .mobile-trigger i:after {
    -webkit-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
  }
  .mobile-open .mobile-trigger i:before {
    top: 0;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    background: #ffffff;
  }
  .mobile-open .mobile-trigger i:after {
    top: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    background: #ffffff;
  }
  /* Child Toggle Button
  ========================================================================== */
  .child-trigger {
    display: block;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: 0;
    width: 100%;
    min-width: 55px;
    height: 45px;
    padding: 0;
  }
  .child-trigger:hover {
    text-decoration: none;
  }
  .child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 45%;
  }
  .child-trigger i:after {
    position: absolute;
    content: '';
  }
  .child-trigger i,
  .child-trigger i:after {
    width: 10px;
    height: 1.5px;
    background-color: #000;
    display: block;
  }
  .child-trigger i:after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  /* Toggle Button Icon Open
  ========================================================================== */
  .child-trigger.child-open i:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .scrolltop {
    left: 10px;
  }
} 
.footer {
  /*   background-color: #F8FAFC; */
  text-align: center;
  padding: 80px 0px 30px 0px;
}
.footer__container.content-wrapper {
  padding: 30px 15px 0px 15px;
}
/*****************************************/

/*         FOOTER FORM START             */

/*****************************************/

.footer-content-t {
  max-width: 1000px;
  margin: 0px auto;
  text-align: center;
}
.footer-box-1 .footer-input input[type="email"] {
  /*   background-color: #ececf5; */
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.5s ease border-color;
  -o-transition: 0.5s ease border-color;
  transition: 0.5s ease border-color;
  border-color: transparent;
  border-width: 3px;
  outline: none;
  padding: 10px 23px;
  line-height: 20px;
  height: 46px;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}
.footer-input input[type="submit"] {
  border-radius: 0px;
  font-weight: 600;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  line-height: 20px;
  height: 46px;
  padding: 10px 23px;
}
.footer-input input[type="submit"]:hover,
.footer-input input[type="submit"]:active,
.footer-input input[type="submit"]:focus {
  outline: 0;
}
.footer-desc {
  margin: 30px auto;
  /*   max-width: 80%; */
  text-align:left;
}
.footer-desc p {
  font-size: 13px;
  letter-spacing: 0;
  line-height:24px;
}
.footer-box-1 .hs_email.hs-email.hs-fieldtype-text.field.hs-form-field {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.footer-box-1 form.hs-form.stacked.hs-custom-form.hs-form-private {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.footer-box-1 .no-list.hs-error-msgs.inputs-list {
  position: absolute;
  color: #fff;
  margin: 0px;
  padding: 0px;
  bottom: -20px;
  font-size: 12px;
}
li.footer-un-list_icon li.footer-un-list_icon_li_ a svg {
  width: 35px;
  margin: 0 5px;
  vertical-align: baseline;
  fill: #fff;
  cursor: pointer;
  -webkit-transition: all ease-in-out .3s;
  -o-transition: all ease-in-out .3s;
  transition: all ease-in-out .3s;
}
/* .open_footer {
display: block;
} */

.section-featured-content {
  display: block;
  position: relative;
}
.section-featured-main-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.highlight-text p {
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 2;
  font-weight: 600;
}
.highlight-text-box {
  text-align: center;
  /*   transform: translateY(-21px) scale(1.05); */
}
.footerpad {
  padding-top: 50px;
}
.footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hs-submit {
  margin-top: 0px;
}
.footer-content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid rgba(242, 84, 91, 0.35);
  position: relative;
}
.footer-content:first-child {
  border: none;
}
/* .content-heading h5:after{
content: ' \276F';
position: relative;
left: 17px;
top: -3px;
} */

.content-heading h5 {
  font-size: 18px;
}
.content-heading h5 span {
  cursor: pointer;
}
.footer-content ul {
  padding: 0px;
}
.footer-content li {
  list-style: none;
  text-align: center;
}
.footer-details {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .footer-details p {
font-size: 12px;
} */
.footer-d-logo {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align:center;
}
.footer-d-logo.footer_align{
  text-align:left;
}
.footer-d-logo img {
  max-width: 165px;
}
.footer-d-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}
.footer-un-list {
  margin: 10px;
}
.footer-un-list a {
  color: #9a9aac;
  -webkit-transition: 0.5s color ease, 0.5s background-color ease, 0.5s border-color ease;
  -o-transition: 0.5s color ease, 0.5s background-color ease, 0.5s border-color ease;
  transition: 0.5s color ease, 0.5s background-color ease, 0.5s border-color ease;
  text-decoration: none;
  font-weight: 600;
}
.footer-un-list a:hover {
  color: #f2545b;
}
.footer-content.icon_follow ul.footer-un-list_icon_ul_ {
  margin: 0;
}
.footer-content.icon_follow ul.footer-un-list_icon_ul_ li {
  display: inline-block;
}
/* .footer-content:last-child li.footer-un-list:last-child a {
background-color: #fff;
color: #000;
font-size: 12px;
padding: 5px;
max-width: 200px;
margin: 0 auto;
padding: 5px 10px;
} */
.footer-d-logo_text p {
  margin-top: 5px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer-content .footer-unorder {
    display: block !important;
  }
  .footer-content .content-heading {
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .footer{
    padding: 30px 0px 20px 0px;
  }
  .footerpad {
    padding-top:0px;
  }
  .content-heading h5{
    font-size:16px;
  }
  .footer-desc {
    max-width: 100%;
  }
  .content-heading{
    position:relative;
  }
  .footer-content h5:after {
    content:'\276E';
    display: inline-block;
    position: absolute;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg); 
    margin-left:12px;
    top:3px;
    font-size:12px;
  }
  .footer-content.open_arrow h5:after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .footer-un-list {
    margin: 0px;
  }
  .footer-content li a {
    display: block;
    padding: 10px 0;
    margin: 0;
  }
  .footer-content ul.footer-unorder li {
    border-top: 1px solid #e63d4347;
  }
  .footer-content.icon_follow ul.footer-unorder li {
    border: none;
  }
  .footer-content span.logo a {
    display: inline-block;
    border-top: none;
    padding: inherit;
    width: auto;
    margin: 15px;
  }
  .footer-content h5 {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  li.footer-un-list a {
    font-size: 13px;
  }
  .footer-content p {
    margin-bottom: 0px;
  }
  .footer-content ul {
    margin: 0 0 1rem;
  }
  .footer__container.content-wrapper {
    margin: 0 auto;
  }
  .footer-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-details {
    margin-top:0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .footer-content {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .footer-d-logo {
    margin-top: 20px;
    text-align: center;
  }
  .footer-d-text {
    text-align: center;
  }
  .footer-unorder {
    display: none;
  }
  .footer-content {
    border-left: 0;
  }
  .footer-content::after {
    content: '';
    position: absolute;
    background-image: -o-linear-gradient(left, #e63d43 0%, #e63d43 40%, #e63d43 80%, #e63d43 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(#e63d43), color-stop(40%, #e63d43), color-stop(80%, #e63d43), to(#e63d43));
    background-image: linear-gradient(to right, #e63d43 0%, #e63d43 40%, #e63d43 80%, #e63d43 100%);
    height: 1px;
    width: 100%;
    top: -10px;
    left: 0;
  }
  .footer-content:first-child::after {
    display: none;
  }
  
}
.btn {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  transition: background .4s;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 23px 25px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.btn:hover{
  text-decoration: none;
}

.btn-green:hover {
  background-color: #999999;
}

.btn-green {
  
  line-height: 1;
  background-color: #76bd22;
  color: #fff;
}

.btn-blue{
  background-color:#62b3e4;
  color:#fff;
}
.btn-blue:hover{
  background-color:#666666;
}
.btn-md{

}

.btn-sm{
  padding: 14px 20px;
  font-size: 14px;
}

.btn-blue.outlined{
  border:2px solid #999;
}
.btn-sm.outlined{
   padding: 12px 20px;
}

.btn-white.outlined{
  color:#444;
  border:2px solid #444;
}
.btn-white.outlined:hover{
  background-color:#444;
  color:#fff;
  border-color:#999;
}

.link-text{
  color:#444;
  text-decoration:underline;
}
.link-text:hover{
  text-decoration:none;
  color:#23527c;
}

.btn-alt{
  border: 2px solid #999;
  min-width: 163px;
  font-size: 18px;
  font-weight: 700;
  padding: 7px 10px 6px;
  transition: background .4s, color .4s;
  color:#444;
}

.btn-alt:hover {
  background: #009bde;
  color: #fff;
}


.link{
  font-size:16px;
  color:#444;
  text-decoration:underline;
}
.link:hover{
  text-decoration:none;
  color:#23527c;
}

@media (max-width:768px){
  .btn{
    width:100%;
  }
}

/* Templates
Specific pieces of UI that are stylized. Typically used for Blogs 
*/
/*===== Blog Pagination Starts =======*/
.hs-blog-listing .blog_content-it_hub h5{
  color: #ee3d43 ;
}
.hs-blog-post .inb_recent h5 {
  color: #e63d43;
}
.hs-blog-post .inb_recent a,.hs-blog-post .inb_filter a{
  color:#0F213D ;
  -webkit-transition-duration:0.3s;
       -o-transition-duration:0.3s;
          transition-duration:0.3s;
} 
.hs-blog-post .inb_recent a:hover,.hs-blog-post .inb_filter a:hover{
  color: #e63d43;
  -webkit-transition-duration:0.3s;
       -o-transition-duration:0.3s;
          transition-duration:0.3s;
} 

.hs-blog-post .inb_post_body h1,
.hs-blog-post .inb_post_body h3,
.hs-blog-post .inb_post_body h5,
.hs-blog-post .inb_post_body h4,
.hs-blog-post .inb_post_body h6{
  color:#0F213D;
  -webkit-transition-duration:0.3s;
       -o-transition-duration:0.3s;
          transition-duration:0.3s;
}
.inb_post_body li {
  list-style: disc;
}
.share-mod i.fa.fa-2x,.social_link_author i.fa {
  color: rgba(230,61,67,1.0);
  -webkit-transition-duration:0.3s;
       -o-transition-duration:0.3s;
          transition-duration:0.3s;
}
.share-mod i.fa.fa-2x:hover,.social_link_author i.fa:hover {
  color: rgba(8,22,45,1.0);
  -webkit-transition-duration:0.3s;
       -o-transition-duration:0.3s;
          transition-duration:0.3s;
}
.body-container-wrapper._blog {
  padding: 150px 0px;
}
.blog_post_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.post_list {
  min-height: 300px;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.post_published {
  padding: 5px 0px;
}
.post_title h4 {
  margin-bottom: 10px;
}
.moretoread {
  padding: 5px 0px;
}
.moretoread a {
  font-size: 20px;
  color: #f2545b;
}
.post_list:after {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  background-color: rgba(0, 0, 0, .3);
  content: ' ';
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.side_fixed_share li {
  padding-bottom: 10px;
}
.side_fixed_share ul {
  margin: 0;
  padding: 0;
  position: absolute;
  left: -60px;
}
.inb_blog_bg {
  position: relative;
  overflow: hidden;
}
.inb_blog_post_hero {
  min-height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
.inb_blog_post_hero_overlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(8,22,45, 0.4);
  z-index: 0;
}
.min-read i {
  padding-right: 3px;
}
.min_read_time {
  font-size: 15px;
}
.inb_hero_text {
  z-index: 2;
  position: absolute;
  bottom: 75px;
  padding: 0 20px;
}
.blog_content_wrapper {
  max-width: 830px;
  margin: 0 auto;
  padding: 0px 20px;
}
.blog_post_content {
  padding: 65px 0px;
  overflow: hidden;
}
.blog_post_content p {
  line-height: 32px;
}
.post_author_name:after,
.post_publish_date:after {
  content: "|";
  font-weight: 900;
  font-size: 13px;
  padding: 0px 10px 0 8px;
}
.post_reading,
.post_author_name,
.post_publish_date {
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}
.inb_post_body img {
  max-width: 100%;
  margin: 0 auto 30px auto;
  display: block;
}
.inb_post_body h2 {
  text-align: center;
}
.inb_filter {
  padding-bottom: 20px;
}
.inb_filter h3 {
  font-size: 25px;
  margin-bottom: 15px;
}
.inb_filter ul {
  margin: 0;
}
.inb_filter li {
  position: relative;
  line-height: 30px;
}
.inb_filter li:before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 22px;
  background-color: #f2545b;
  left: -30px;
  top: 40%;
}
.inb_filter a.filter-expand-link {
  display: inline-block;
  margin: 10px 0px;
}
.inb_blog_post_recent p {
  line-height: 20px;
}
.inb_recent_post_title h5 {
  margin-bottom: 20px;
}
.inb_blog-comments input[type=text],
.inb_blog-comments input[type=email],
.inb_blog-comments input[type=password],
.inb_blog-comments input[type=tel],
.inb_blog-comments input[type=number],
.inb_blog-comments input[type=file],
.inb_blog-comments select,
.inb_blog-comments textarea,
.inb_blog-comments .hs-form-field textarea
{
  width: 100%;
  border: none;
  border-bottom: 2px solid;
}
.inb_blog-comments .hs-form-field {
  padding-bottom: 20px;
}
.inb_blog-comments form input[type=submit],
form .hs-button {
  padding: 10px 30px;
}
.inb_blog-comments form label {
  font-size: 15px;
}
.inb_blog-comments h2 {
  font-size: 24px;
  text-transform: uppercase;
}
.inb_author_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  border-radius: 6px;
  background-color: #fff;
  -webkit-box-shadow: rgba(13, 21, 43, 0.2) 0 0 12px;
          box-shadow: rgba(13, 21, 43, 0.2) 0 0 12px;
}
.inb-author-avatar_img {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.inb-author-avatar_img img {
  max-width: 150px;
  border-radius: 100%;
}
.inb-author-avatar_bio {
  -ms-flex-preferred-size: 70%;
      flex-basis: 70%;
  margin-left: 7%;
}
.social_link_author ul {
  padding: 0;
  margin: 0;
}
.social_link_author li {
  display: inline-block;
  padding: 0px 10px;
  font-size: 22px;
}
.social_link_author li:first-child {
  padding: 0px 10px 0px 0px;
}
.inb-author_name h5 {
  text-transform: uppercase;
}
.inb_author {
  margin: 20px 0px 40px;
}
.inb_blog_post_main ul.share-mod li a .fa {
  font-size: 30px;
}
@media(min-width:701px)and(max-width:1024px)

{
  .test-colu {
    -ms-flex-preferred-size: 45%;
        flex-basis: 45%;
  }
}
@media(max-width:930px){

  .side_fixed_share li {
    padding: 10px;
    display: inline-block;
  }
  .side_fixed_share ul {
    margin: 0;
    padding: 0;
    position: relative;
    left: 0px;
  }
  .side_fixed_share{
    position: relative !important;
    top: 0 !important;
  }
}
@media(max-width:767px){

  .inb_author_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .inb-author-avatar_img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  .inb-author-avatar_bio {
    margin-left: 0;
    margin-top: 40px;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
@media(max-width:700px)

{
  .test-colu {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/*===== Blog Pagination Ends =======*/



/*===== Blog Listing Starts======*/
.blog_img_v5_hub img{
  width:100%;
}
.blog_content-it_hub{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog_cards-it_hub{
  margin: 20px;
  position:relative;
  overflow: hidden;
  -ms-flex-preferred-size: 28%;
      flex-basis: 28%;
}
.list_view .cards_main-it_hub {
  padding: 15px 15px 50px 15px;
}
.blog_content-it_hub p{
  margin-bottom:0;
}
.published_main-it_hub {
  padding-top: 10px;
}
.list_view .published_date-it_hub{
  position: absolute;
  bottom: 13px;
  display:inline-block;
}
.published_date-it_hub p,.published_date-it_hub a{
  font-size: 14px;
  display: inline-block;
  margin: 2px;
  color: inherit;
}
.published_date-it_hub p{
  color: initial;
}
.month_upper_case_hubl{
  text-transform:uppercase;
}
.blog_img_v5_hub {
  min-height: 200px;
}
.it_dotn_v5_blg {
  position: relative;
  display: inline-block;
  margin: 0 10px;
}
.it_dotn_v5_blg:after {
  content: '.';
  position: absolute;
  padding: 0px 0px;
  font-size: 49px;
  line-height: 0;
  top: -19px;
  left: -6px;
}
.topic-link_hub {
  text-transform: uppercase;
  font-size: 15px;
  color: inherit;
}
.blog_img_v5_hub_overLay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  max-height: 200px;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.blog_cards-it_hub.post-item-it_hub:hover .blog_img_v5_hub_overLay {
  height: 100%;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s;
  opacity: 0.3;
}
.blog-pagination a:hover {
  background:rgba(8,22,45, 0.5);
}
.blog-pagination a{
  -webkit-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  padding:13px;
  margin:5px;
}
a.blog-pagination__link.blog-pagination__number-link.blog-pagination__link--active{
  background:rgba(8,22,45, 0.1);
  color:#E63D43;
  font-weight: 700;
}
.blog-pagination {
  text-align: center;
  margin: 0px 0px 30px 0px;
}

.list_view .inb-video-hero-content h1{
  color:#ffffff;
}
.published_main-it_hub p {
  margin-bottom: 15px;
}
.blog_img_v5_hub_overLay_icon i {
  position: absolute;
  left: 50%;
  top: 21%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  overflow: hidden;
  -webkit-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
  width: 60px;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  background: #08162d;
  border-radius: 50%;
  opacity:0;
}
.blog_cards-it_hub:hover .blog_img_v5_hub_overLay_icon i {
  opacity:1;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
}
.blog_img_v5_hub_overLay_icon .fa-link:before{
  color:#fff;
  line-height: 2.38;
  font-size: 26px;
}
@media(min-width:767px){
  .list_view .inb-video-hero-content{
    padding: 222px 0px 148px 0px;
  }
}
@media(max-width:768px)
{
  .blog_cards-it_hub{
    -ms-flex-preferred-size: 43%;
        flex-basis: 43%;
  }
}
@media(max-width:767px)
{
  .blog_cards-it_hub{
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
    margin:0px 0px 30px 0px;
  }
}
@media (max-width: 480px){
  .blog_cards-it_hub {
    -ms-flex-preferred-size: 95%;
        flex-basis: 95%;
  }
}
@media(max-width:350px)
{
  .blog_cards-it_hub{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}
/* ========Blog Listing Ends========= */
/* @import url('http://example.com/example_style.css'); */

/***********************************************/

/* CSS @imports must be at the top of the file */

/* Add them above this section                 */

/***********************************************/

/* HERO */

.hero-text {
  max-width: 660px;
  position: relative;
  background-color: #0F213D;
}
.hero-heading {
  color: #F5C26B;
  position: relative;
  font-family: 'Nunito', sans-serif;
  padding: 30px 10px;
}
.hero-heading h1 {
  margin: 0;
  text-align: left;
  letter-spacing: 6px;
  -webkit-animation-name: up;
          animation-name: up;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
@-webkit-keyframes up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes up {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.hero-text::before {
  content: '';
  display: block;
  position: absolute;
  background-color: inherit;
  right: 100%;
  height: 100%;
  width: 999px;
}
.hero-date {
  position: relative;
}
.hero-date h4 {
  margin: 0;
}
.hero-date {
  background-color: #f5c26b;
  color: #0f213d;
  display: inline-block;
  padding: 8px 32px;
  position: absolute;
  right: 0;
  -webkit-animation-name: up2;
          animation-name: up2;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}
@-webkit-keyframes up2 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@keyframes up2 {
  0% {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
.lower-content {
  color: #0F213D;
  font-weight: 700;
  text-align: left;
  padding: 32px 0px;
}
.lower-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.inspire,
.inspire > div,
.inspire p {
  font-size: 23px;
  line-height: 28px;
  padding: 1px 0px;
  margin: 0;
  font-weight: 700;
}
.next,
.next > div,
.next p {
  font-size: 55px;
  line-height: 55px;
  text-shadow: 1px 0 currentColor;
  padding: 5px;
  margin: 0;
  font-weight: 700;
}
.top_hero_bg {
  background-repeat: no-repeat !important;
  background-size: cover!important;
  background-position: center!important;
}
.top-hero {
  padding: 225px 0px 185px 0px;
}
.inspire p,
.inspire span,
.next p,
.next span {
  margin: 0;
}
/* Text with CTA */

a.cta_button.cta_button.avn,
a.cta_button.cta_button.vwa,
a.cta_button.cta_button.lnm {
  padding: 25px 60px;
}
a.cta_button:hover {
  background-color: #df484f;
}
#cta_button_434080_19e7c859-ad0d-46e6-9a91-3a763e90b36d {
  padding: 0.9rem 1.5rem;
  font-size: 0.85rem;
  color: #fff;
  display: inline-block;
}


.text-with-cta.cta-class a.cta_button {
  padding: 25px 60px;
}

/*****************************************/

/*  Speakers Slider Section Start         */

/*****************************************/

.test-warp {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
.slider_persons_cta_vwa {
  padding-top: 60px;
  text-align: center;
}
.slick-slide .slide-content1 {
  text-align: center;
  margin: 10px 15px;
}
body .test-warp .slick-prev,
body .test-warp .slick-next {
  display: none;
  position: absolute;
  right: -20px;
  border: none;
  color: transparent;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  top: 39%;
  outline: none;
  border: none;
  font-size: 0px;
  padding: 0;
  background-color: transparent;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  cursor: pointer;
}
body .test-warp .slick-prev:hover,
body .test-warp .slick-next:hover {
  background-color: #0F213D;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
body .test-warp .slick-next:before,
body .test-warp .slick-prev:before {
  font-size: 35px;
  text-align: center;
}
body .test-warp .slick-prev {
  left: -20px;
}
body .test-warp .slick-next:before {
  content: "\276F";
  color: #000;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position:relative;
  top:-3px;
}
body .test-warp .slick-prev:before {
  content: "\276E";
  color: #0f213d;
  -webkit-transition-duration: 0.5s;
       -o-transition-duration: 0.5s;
          transition-duration: 0.5s;
  position:relative;
  top:-3px;
}
body .test-warp .slick-next:hover:before,
body .test-warp .slick-prev:hover:before {
  color: #fff;
}
.test-warp .T-img {
  cursor: pointer;
}
.test-warp .T-img img {
  border-radius: 100%;
  max-width: 162px;
  margin: 0 auto;
  display: block;
}
.test-warp .figaps {
  text-align: center;
  margin: 15px 0px;
  text-transform: uppercase;
}
.test-warp .figaps p {
  margin: 0;
  font-size: 16px;
}
.test-warp .fig-head p {
  font-weight: 700;
}
.test-warp a {
  color: #000;
}
.test-warp .figaps::after {
  content: '\279C';
  border-radius: 50%;
  border: 1.5px solid #000;
  color: #ea088b;
  padding: 0px 2px;
  position: relative;
  left: 0;
  top: 3px;
  -webkit-transition: left 0.3s;
  -o-transition: left 0.3s;
  transition: left 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font-size: 16px;
}
.test-warp .slide-content1:hover .figaps::after {
  left: 10px;
}
/*****************************************/

/*   Speakers Slider inbuild             */

/*****************************************/

.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/*****************************************/

/*   Speakers Slider Section end        */

/*****************************************/


/*****************************************/

/*   Pricing Card      */

/*****************************************/

/* new css */

.card--pricing {
  text-align: center;
}
.card {
  color: #ffffff;
}
.card__button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  border-radius: 6px;
  display: inline-block;
  padding: 0.5rem 2.5rem;
}
.card__header {
  text-align: center;
}
.card__subtitle,
.card__body li {
  font-size: 0.9em;
  line-height: 1.2em;
}
.card__body ul,
.card__body li {
  padding: 0;
}
.card__body li {
  list-style: none;
  margin: 0;
  padding: 0.25rem 0;
  text-align: left;
}
.card__body svg {
  display: inline-block;
  fill: #494A52;
  margin-right: 10px;
  max-width: 20px;
}
.cta_button_main-1 a.cta_button {
  padding: 8px 25px;
}
.close-para.remove,
.para-open-close.remove {
  display: none;
}
.text-with-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 60px 0px;
}
.text-with-text.visit {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.text-with-text.visit.flex_fixing{
  -ms-flex-preferred-size:50%;
      flex-basis:50%;
}
.text-with-cta.cta-class {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  text-align:right;
}



@media (max-width: 1200px) {
  .test-warp .slick-slide .slide-content1 {
    margin: 10px 15px;
  }
}
@media (max-width: 1024px) {
  .test-warp .slick-slide .slide-content1 {
    margin: 10px 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-with-text.visit {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
  .text-with-text.visit {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .text-with-cta.cta-class{
  text-align:center;
  }
  .slick-carousel .slick-slide {
    height: auto;
  }
  .lower-content {
    display: none;
    margin-top: 0px;
  }
  .text-with-main {
    padding: 40px 0px;
  }
  .slider_persons_cta_vwa {
    padding-top: 30px;
  }
  .hero-heading {
    padding: 15px 20px 15px 10px;
  }
  .hero-date {
    padding: 5px 15px;
  }
  .container-1 {
    visibility: visible;
    opacity: 1
  }
  a.cta_button.cta-header.opencta {
    display: block;
  }
  .hero-date h4 {
    font-size: 16px;
  }
  .hero-text {
    max-width: 660px;
    position: relative;
  }
  .cta-class {
    margin: 10px auto 20px auto;
  }
  .text-with-text.visit,
  .text-with-text.visit.flex_fixing,
  .text-with-cta.cta-class {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  body .test-warp .slick-prev,
  body .test-warp .slick-next {
    width: 25px;
    height: 25px;
  }
  body .test-warp .slick-next:before,
  body .test-warp .slick-prev:before {
    font-size: 23px;
  }
  .test-warp {
    padding: 0px 15px;
    margin: 0 auto;
  }
  .test-warp .T-img img {
    max-width: 140px;
  }
  body .test-warp .slick-prev {
    left: 0%;
  }
  body .test-warp .slick-next {
    right: 0%;
  }
  .test-warp .fig-desc p {
    font-size: 10px;
  }
  .test-warp .figaps::after {
    display: none;
  }
  .letter-para p {
    font-size: 14px;
  }
  .highlight-text p {
    font-size: 14px;
  }
  .row-fluid-wrapper.row-depth-1.row-number-4.dnd_area-row-2-padding.dnd_area-row-2-max-width-section-centering.dnd-section.dnd_area-row-2-background-image {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  form.hs-form.stacked.hs-custom-form.hs-form-private {
    display: block;
  }
}

/* slick slider */

.slick-dots button {
  background-color: rgba(242, 84, 91, 1.0);
  border: 0px solid #f2545b;
}
ul.slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.slick-dots button {
  font-size: 0;
  padding: 8px;
  margin: 5px;
  border-radius: 50%;
  cursor: pointer;
}
.slick-active button {
  background-color: #0F213D;
  border: 0px solid #0F213D;
}
/* Start of card section */

.pricing_cards_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 30px;
}
.highlight-text {
  background-color: #f5c26b;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -1px;
  left: 0px;
  right: 0px;
  -webkit-transform: scale(1.01);
      -ms-transform: scale(1.01);
          transform: scale(1.01);
}
.cards_main_pricing {
  margin: 0 auto;
  -ms-flex-preferred-size: 30%;
      flex-basis: 30%;
  margin-bottom: 45px;
  position: relative;
}
.card {
  padding: 70px 30px 50px;
}
#disable_button span a {
  opacity: 0.25;
  cursor: not-allowed !important;
}
.pricing-head {
  margin-bottom: 60px;
}
.card__body {
  padding-top: 16px;
}
.pricing-head h3 {
  text-align: center;
}
.section-2-content h2 {
  margin-bottom: 0px;
}
.card__heading {line-height:19px;
margin-bottom:10px;

}
.card__heading {
  line-height: 45px;
}
.card__subtitle {
  min-height: 50px;
}
.card_info {
  font-size: 14px;
  padding-top: 15px;
}
.card {
  position: relative;
}
/*  end of card section  */

/*  button section */

.button {
  white-space: nowrap !important;
  border: none !important;
}
.button-color-cta {
  background-color: #f2545b;
  padding: 20px 40px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: black;
  letter-spacing: 1px;
  line-height: 1.625;
}
.cta_button_reg {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  border-radius: 0px;
}
.cta_button_main {
  border-radius: 0px;
}
/* button-section ends */

/* feature section */

.Section-featured-Wrapper-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.section-featured-content-1 p {
  max-width: 253px;
}
.section-featured-main-1 {
  -ms-flex-preferred-size: 31%;
      flex-basis: 31%;
  margin-right: 2%;
  margin-bottom: 30px;
}
.section-featured-image-1 img {
  width: 100%;
}
.section-featured-image-1 {
  max-width: 372px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section-featured-content-1 p {
  margin-bottom: 0px;
}
.Name_speaker {
  text-transform: uppercase;
  font-weight: 600;
  text-align:left;
}
.section-featured-content-1 {
  padding: 25px 30px 25px 25px;
  position: relative;
}
.section-featured-main-1 a:hover .section-featured-content-1::after {
  -webkit-transform: translateX(12px) translateY(0px);
      -ms-transform: translateX(12px) translateY(0px);
          transform: translateX(12px) translateY(0px);
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
  opacity: 1;
}
.section-featured-content-1::after {
  position: absolute;
  top: 37%;
  right: 10%;
  border: 1.8px solid white;
  border-width:1.8px;
  border-style:solid;
  border-color:inherit;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  text-align: center;
  content: '\279C';
  color: #e63d43;
  font-size: 21px;
  transition: transform .35s, opacity .35s, -webkit-transform .35s;
  background-size: contain;
  display: block;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  line-height: 1.45;
}
.section-featured-Wrapper-12 {
  max-width: 372px;
  margin: 0 auto;
}
/* slicker section */


/*****************************************/

/*          .slick-slider-2            */

/*****************************************/


/* page 2  Starts  */


.page2-section-2-content-bottom-left {
  text-align: center;
  max-width: 320px;
  margin-left: 0px;
  margin-right: auto;
}

.page2-header-banner-section-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page2-header-right {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.page2-header-left {
  -webkit-box-flex: 48%;
      -ms-flex: 48%;
          flex: 48%;
  margin-left: 60px;
}
.page2-header-left img {
  width: 100%;
  max-width: 100%;
}
.page2-header-right {
  -webkit-box-flex: 48%;
      -ms-flex: 48%;
          flex: 48%;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 40px;
}
.Name_speaker h1,
.Name_speaker h2,
.Name_speaker h3,
.Name_speaker h4,
.Name_speaker h5,
.Name_speaker h6 {
  margin-bottom: 5px;
}
.page2-header-right-data h1 {
  letter-spacing: 24px;
  line-height: 1.1333;
  margin-bottom: 8px;
}
.sp_her_cont p {
  margin-bottom: 0;
}
.sp_her_cont {
  padding: 15px;
  text-align: center;
  margin-bottom: 0px;
  display: inline-block;
  margin-bottom: 30px;
}
.page2-header-bottom-data h2 {
  font-weight: bold;
  margin-bottom: 5px;
}
/* banner section ends */



@media (max-width: 1024px) {
  .content-wrapper-flicker {
    padding: 20px 35px;
  }
  .page2-header-right-data h1 {
    letter-spacing: 19px;
  }
  .page2-header-right {
    margin-left: 30px;
    margin-right: 10px;
  }
  .page2-header-left {
    margin-left: 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .section-featured-image-1 {
    min-height: auto;
  }
  .section-featured-main-1 {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
    margin: 15px auto;
  }
  .highlight-text p {
    font-size: 14px;
  }
  .card {
    padding: 60px 10px;
  }
  .page2-header-right-data h1 {
    letter-spacing: 18px;
  }
}
@media (max-width: 768px) {
  .section-2-content h2 {
    text-align: center;
    margin-bottom: 0px;
  }
  .content-wrapper-flicker {
    text-align: center;
    padding: 20px 40px;
  }
  .expecation-content-cls {
    max-width: 100%;
  }
  .what-title-main {
    padding: 0px 3px;
  }
  .what-title-main h5 {
    font-size: 20px;
  }
  .expectation-section-data-bottom,
  .content-wrapper-flicker p {
    padding-top: 15px;
  }
  .expectation-section-data-top h4,
  .content-wrapper-flicker h4 {
    margin-bottom: 0px;
  }
  .expectation-section-data-bottom p,
  .content-wrapper-flicker p {
    line-height: 1.5;
  }
  .expectation-section-data-top h6,
  .content-wrapper-flicker h6 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
  }
  .expectation-section-data-bottom h5,
  .content-wrapper-flicker h5 {
    font-size: 17px;
    line-height: 1.4286;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
  .pricing-head h2 {
    font-size: 20px;
  }
  .expectation-section-data-top h4 {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .highlight-text p {
    font-size: 14px;
  }
  .section-featured-image-1 {
    min-height: auto;
  }
  .cards_main_pricing {
    -webkit-transform: translateY(0px) scale(1) !important;
        -ms-transform: translateY(0px) scale(1) !important;
            transform: translateY(0px) scale(1) !important;
  }
  .cards_main_pricing {
    -ms-flex-preferred-size: 90%;
        flex-basis: 90%;
  }
  .pricing-head {
    margin-bottom: 20px;
  }
  .card {
    padding: 54px 30px 30px 30px;
  }
  .pricing_cards_wrapper {
    padding-top: 0px;
  }
  .section-featured-main-1 {
    -ms-flex-preferred-size: 46%;
        flex-basis: 46%;
    margin-right: 0px;
    margin: 0px 5px 17px 5px;
  }
  .section-featured-content-1::after {
    display: none;
  }

  .highlight-text-box {
    max-width: 85%;
    margin: 0px auto;
  }
  .highlight-text-box .card--pricing {
    max-width: 100%;
    margin-top: 0px;
  }
  .what-title-main {
    padding-bottom: 0px;
  }
  .card--pricing {
    max-width: 85%;
    margin: 0px auto;
  }
  .test-warp-new_2 {
    padding: 0px 10px;
  }
  .section-featured-main {
    max-width: 50%;
    margin: 55px auto;
    margin-top: 0px;
  }
  .section-featured-content::after {
    top: 23%;
  }
  .logo-para {
    text-align: center;
    padding-top: 30px;
  }
  .page2-header-right {
    -ms-flex-item-align: baseline;
        align-self: baseline;
  }
  .page2-section-3-data p {
    font-size: 18px !important;
    line-height: 1.8;
  }
  .page2-section-3-content {
    padding: 96px 0px;
  }
  .page2-section-3-data p {
    margin: 0px 0px 15px 0px;
  }
  .page2-header-banner-section-main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .page2-header-right-data h1 {
    font-size: 31px !important;
    letter-spacing: 8px;
  }
  .page2-header-right {
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
  }
  .page2-header-bottom-data h2 {
    font-size: 24px !important;
  }
  .page2-header-left {
    margin-left: 0px;
    margin-bottom:40px;
  }
  .page2-header-right {
    margin-top: 10px;
  }
  .card__subtitle {
    margin-bottom: 15px;
  }
  .letter-para-head_bgc .letter-para-head {
    margin: 0 auto;
    max-width: 100%;
  }

}
@media(max-width:600px)

{
  .section-featured-main {
    max-width: 80%;
  }
}
@media(max-width:500px){

  .page2-iframe-class-video iframe {
    height: 260px;
  }
}
@media (max-width: 480px) {
  
  .section-featured-main-1{
    -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
  }
  .section-featured-Wrapper-12 {
    max-width:100%;
  }
  .section-featured-image-1 {
    min-height: auto;
  }
  .section-featured-content-1 {
    padding: 15px 10px 15px 10px;
    text-align: center;
  }
  .Name_speaker {
    font-size: 12px !important;
    line-height: 1.5;
  }
  .page2-iframe-class-video-bottom span {
    font-size: 13px;
    letter-spacing: 0px;
  }
  .page2-iframe-content-section {
    padding-top: 30px;
    padding-bottom: 64px;
  }
}
@media(max-width:363px)

{
  .expectation-section-data-top h6,
  .content-wrapper-flicker h6 {
    font-size: 26px
  }
  .expectation-section-data-bottom,
  .content-wrapper-flicker p {
    padding-top: 10px
  }
  .content-wrapper-flicker {
    padding: 10px 20px;
  }
}
/* feature section end */

/* page 2  Ends  */

.text-with-main_bgc.center_align_text .text-with-text.visit{
  text-align:center !important;
}
.text-with-main_bgc.left_align_text .text-with-main{
  padding-bottom:0 !important;
}
.text-with-main_bgc.left_align_text .text-with-text.visit{
  text-align:left !important;
}

@media(max-width:767px){
  .text-with-main_bgc.left_align_text .text-with-text.visit{
  text-align:center !important;
}
}
/*****************************************/

/*        IT Comparsion Pricing    */

/*****************************************/

.mt-comparison ul {
  margin: 0;
  padding: 0;
}
.mt-comparison .section-heading {
  max-width: 730px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.mt-comparison article {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.mt-comparison thead {
  text-transform: uppercase;
}
.mt-comparison ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0px;
  z-index: 10;
  padding-bottom: 14px;
}
.mt-comparison li {
  list-style: none;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.mt-comparison li:last-child {
  border-right: 1px solid #DDD;
}
.mt-comparison button {
  width: 100%;
  border: 1px solid #DDD;
  border-radius: 8px;
  padding: 5px;
  background: #FFF;
  font-size: 12px;
  font-weight: bold;
  height: 60px;
  color: #999
}
.mt-comparison li.active button {
  background: #e63d43;
  color: #fff;
}
.mt-comparison li button:focus {
  outline: none;
}
.mt-comparison thead th,
.mt-comparison thead td {
  border-bottom-color: #dddddd;
}
.mt-comparison table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
}
.mt-comparison th {
  /*   background: #F5F5F5; */
  display: none;
}
.mt-comparison td,
.mt-comparison th {
  /*   border:1px solid;  */
  padding: 10px;
  empty-cells: show;
  height: 53px;
  text-align: left;
  vertical-align: middle;
}
.mt-comparison td+td,
.mt-comparison th+th {
  text-align: center;
  display: none;
}
.mt-comparison td.default {
  display: table-cell;
}
.mt-comparison .sep {
  background: #F5F5F5;
  font-weight: bold;
}
.mt-comparison .txt-l {
  font-size: 28px;
  font-weight: bold;
}
.mt-comparison .txt-top {
  position: relative;
  top: -9px;
  left: -2px;
}
.mt-comparison .tick {
  font-size: 18px;
  color: #2CA01C;
}
.mt-comparison .tick:after {
  content: "\2714";
}
.untick:after {
  content: "\2718";
}
.untick {
  font-size: 18px;
  color: #e63d43;
}
.mt-comparison .hide {
  border: 0;
  background: none;
}
@media (min-width: 768px) {

  body .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
    justify-content: center;
    flex-wrap:wrap;
    -webkit-flex-wrap:wrap;
  }
  body .three-col-adjust>span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction:column;
    -webkit-flex-direction:column;
    flex-basis: 30.8%;
    -webkit-flex-basis: 30.8%;
    float: left;
    margin-right: 2.5%;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
  }

  .mt-comparison {
    padding: 60px 0;
  }
  .mt-comparison ul {
    display: none;
  }
  .mt-comparison td,
  .mt-comparison th {
    display: table-cell !important;
  }
  .mt-comparison td,
  .mt-comparison th {
    width: 330px;
  }
  .mt-comparison td+td,
  .mt-comparison th+th {
    width: auto;
  }
  .mt-comparison li {
    margin: 5px;
  }
}
@media(max-width: 360px) {
  .mt-comparison button {
    font-size: 10px;
  }
}

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

/*   IT Comparsion Pricing  End          */

/*****************************************/

/*****************************************/

/*              IT  Pricing          */

/*****************************************/

.ptable-status {
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 99px;
  height: 75px;
  text-align: right;
}
.ptable-status span::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid;
  border-left-color: inherit;
  border-top-color: inherit;
}
.ptable-status span {
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
  -webkit-box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  top: 19px;
  left: -21px;
  position: relative;
  letter-spacing: 2px;
}
.ptable-status span::after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid;
  border-bottom: 3px solid transparent;
  border-top: 3px solid;
  border-right-color: inherit;
  border-top-color: inherit;
}
.pricing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.bgc {
  color: #fff !important;
}
.active {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.active1 {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pricing-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  margin-top: 40px;
  list-style: none;
}
.pricing-btn li a {
  padding: 8px 15px;
  margin: 0;
  border: 2px solid #e63d43;
  font-weight: 600;
  background-color: transparent;
  color: #000;
}
.pricing-head-rl {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%;
  margin-right: 2%;
}
.pricing-card {
  -ms-flex-preferred-size: 63%;
  flex-basis: 63%;
}
.pricing-card_fix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.p-card {
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  -webkit-box-shadow: 0 0 0 1px #ebebeb;
  box-shadow: 0 0 0 1px #ebebeb;
  border: none;
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-color: transparent;
  position: relative;
  background-clip: border-box;
  border-radius: .25rem;
  padding: 0 30px;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  margin: 0 1%;
  margin-bottom: 30px;
}
.p-card .p-card-heading {
  text-align: center;
  padding-top: 25px;
}
.card-head {
  position: relative;
  background: transparent;
  padding-bottom: 1.5rem;
  border: 0;
  margin-bottom: 0;
}
.card-head-text {
  text-align: center;
  margin-bottom: 0;
  font-size: 50px;
  font-weight: bold;
}
.card-head-text:after {
  content: "";
  display: block;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40%;
  height: 1px;
  background: -o-radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
  background: radial-gradient(at center center, rgb(222, 228, 239) 0px, rgba(255, 255, 255, 0) 75%);
}
.p-card-body {
  color: rgb(132, 146, 166);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.5rem;
  min-height: 1px;
  text-align: center;
}
.p-card-data {
  margin-bottom: 20px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.p-card-data li {
  font-size: 14px;
  padding: 5px 0px;
}
.p-card:hover {
  z-index: 2;
  border-radius: 1rem;
  -webkit-box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
  box-shadow: 0 1rem 3rem rgba(31, 45, 61, .125);
  -webkit-transform: translate(0, -5px);
  -ms-transform: translate(0, -5px);
  transform: translate(0, -5px);
}
@media(max-width:1024px){

  .pricing {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pricing-head-rl {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
@media(max-width:767px){

  .pricing-card_fix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
/*****************************************/

/*   IT  Pricing  End          */

/*****************************************/


/*****************************************/

/*   IT_Accordion          */

/*****************************************/

.dropdown-col {
  float:left;
  width:50%;
}
.dropdown {
  margin:15px 20px;
  position:relative;
  font-weight:700;
  border:1px solid;
  border-radius:4px;
}
.js-dropdown-list {
  list-style:none;
  text-align:left;
  padding:15px;
  padding-left:25px;
}

.js-link span.js-link_heading_text h1,
.js-link span.js-link_heading_text h2,
.js-link span.js-link_heading_text h3,
.js-link span.js-link_heading_text h4,
.js-link span.js-link_heading_text h5,
.js-link span.js-link_heading_text h6,
.js-link span.js-link_heading_text p,
.js-link span.js-link_heading_text span {
  margin-bottom:0px !important;
}
.js-dropdown-list li:hover {} li.js-dropdown-list > div {
  display:contents;
}
.js-dropdown-list {
  display:none;
  z-index:1;
  width:100%;
  position:relative;
}
.faq-icon {
  float:right;
  margin-right:10px;
  -webkit-transition:all 0.5s;
  -o-transition:all 0.5s;
  transition:all 0.5s;
  position:absolute;
  right:10px;
}
.dropdown .js-link {
  display:block;
  text-decoration:none;
  text-align:left;
  padding: 20px 50px 20px 20px;
  border-bottom:1px solid;
  border-color:inherit;
  cursor:pointer;
}
.js-link:focus {
  outline:2px solid skyblue;
}
.opend {
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
@media(max-width:768px)

{
  .dropdown-col {
    width:100% !important;
  }
}
/*****************************************/

/*   IT_Accordion  End          */

/*****************************************/

/*****************************************/

/*   IT_Booking Form          */

/*****************************************/

.booking_form_main {
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
  border-radius:3px;
  -webkit-box-shadow:0 1.5rem 4rem rgba(0,0,0,0.2);
  box-shadow:0 1.5rem 4rem rgba(0,0,0,0.2);
  min-height:450px;
  position:relative;
}
.form_book textarea,
.form_book select,
.form_book input[type=text],
.form_book input[type=email],
.form_book input[type=password],
.form_book input[type=tel],
.form_book input[type=number],
.form_book input[type=file] {
  padding:15px 20px;
  border-radius:2px;
  /*   background-color:rgba(255,255,255,0.5); */
  border:none;
  border-bottom:3px solid transparent;
  width:100%;
  display:block;
  -webkit-transition:all .5s;
  -o-transition:all .5s;
  transition:all .5s;
}
.form_book textarea:focus,
.form_book select:focus,
.form_book input[type=text]:focus,
.form_book input[type=email]:focus,
.form_book input[type=password]:focus,
.form_book input[type=tel]:focus,
.form_book input[type=number]:focus,
.form_book input[type=file]:focus {
  border-bottom:3px solid #e63d43;
}
.form_book input,
.form_book select,
.form_book textarea {
  margin-bottom:40px;
}
.form_book ul.inputs-list.multi-container {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  padding:0;
  margin:0;
}
.form_book li.hs-form-radio {
  margin:0px 30px 0px 0px;
  position:relative;
}
.form_book input[type=radio] {
  width:20px;
  height:20px;
  position:relative;
  top:3px;
  margin-right:15px;
}
.form_book {
  padding:50px;
  max-width:500px;
  position:relative;
  z-index:5;
}
.form_book form input[type=submit],
.form_book form .hs-button {
  padding:10px 53px;
  border-radius:50px;
}
.form_heading {
  margin-bottom:30px;
}
.booking_from_bg_ali {
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  z-index:0;
  display:none;
}
@media(max-width:767px){

  .booking_from_bg_ali {
    display:block;
  }
}
@media(max-width:480px){

  .form_book {
    padding:20px;
  }
}
/*****************************************/

/*   IT_Bokking Form  End          */

/*****************************************/

/*****************************************/

/*   IT_Branding Cards          */

/*****************************************/

.client-card-outer {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  text-align:center;
}
.client-logo img {
  width:100%;
}
.client-logo {
  max-width:63%;
  margin:0 auto;
  padding-bottom:10px;
}
.partners-top-title {
  text-align:center;
}
.client_card_four {
  padding:35px 20px;
  border-radius:.25rem;
  -ms-flex-preferred-size:23%;
  flex-basis:23%;
  margin-right:2%;
  -webkit-box-shadow:0 0.125rem 0.25rem rgba(0,
    0,
    0,
    .075);
  box-shadow:0 0.125rem 0.25rem rgba(0,
    0,
    0,
    .075);
  margin-bottom:40px;
  position:relative;
}
.partners-section .client_card_four {
  -webkit-transition:.3s all ease-in-out;
  -o-transition:.3s all ease-in-out;
  transition:.3s all ease-in-out;
}
.partners-section .client_card_four:hover {
  -webkit-transition:.3s all ease-in-out;
  -o-transition:.3s all ease-in-out;
  transition:.3s all ease-in-out;
  -webkit-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  transform:translateY(-10px);
}
.partners-section .client_card_four:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0;
  width:0;
  height:2px;
  -webkit-transition:width .3s ease-in-out;
  -o-transition:width .3s ease-in-out;
  transition:width .3s ease-in-out;
}
.partners-section .client_card_four:hover:after {
  width:100%;
}
a.view-details-link i {
  -webkit-transform:translate(0,
    0);
  -ms-transform:translate(0,
    0);
  transform:translate(0,
    0);
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
}
.partners-section .client_card_four:hover a.view-details-link i {
  -webkit-transform:translate(5px,
    0);
  -ms-transform:translate(5px,
    0);
  transform:translate(5px,
    0);
  -webkit-transition:.3s;
  -o-transition:.3s;
  transition:.3s;
}
.client-content {
  text-align:center;
  padding-top:10px;
}
@media(max-width:800px)

{
  .client_card_four {
    -ms-flex-preferred-size:42%;
    flex-basis:42%;
  }
}
@media(max-width:510px)

{
  .client_card_four {
    -ms-flex-preferred-size:80%;
    flex-basis:80%;
  }
  .client-logo {
    max-width:71%;
  }
}
/*****************************************/

/*   IT_Branding Cards Ends         */

/*****************************************/

/*****************************************/

/*   IT_Career Cards         */

/*****************************************/

.carrer-box-cards-content span.carrer-box-cards-content_title_ {
  text-align:center;
  display:block;
}
.carrer-content-loop-items {
  max-width:800px;
  margin:0px auto;
  margin-bottom:60px;
}
.carrer-content-loop-items-top {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:40px 30px;
}
span.cta_btn_cards span a {
  padding:15px 30px;
}
.carrer-content-loop-items-bottom {
  padding:10px 20px;
}
.carrer-content-loop-items-lt h4 {
  letter-spacing:1px;
  font-family:'ProximanovaExtraBold';
}
.carrer-content-loop-items-lt p {
  font-weight:800;
}
@media(max-width:767px)

{
  .carrer-content-loop-items-top {
    display:block;
    text-align:center;
  }
  .carrer-box-cards-main {
    padding:30px 0px;
  }
  .carrer-content-loop-items {
    margin:0px auto;
    margin-bottom:30px;
  }
}
/*****************************************/

/*   IT_Career Cards Ends         */

/*****************************************/

/*****************************************/

/*   IT_Certifications Cards         */

/*****************************************/

.hub_cert_card {
  position:relative;
  margin:19px 15px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-transition:all 0.2s ease-in-out 0s;
  -o-transition:all 0.2s ease-in-out 0s;
  transition:all 0.2s ease-in-out 0s;
  -webkit-box-shadow:rgba(45,62,80,0.08) 0px 3px 6px 0px;
  box-shadow:rgba(45,62,80,0.08) 0px 3px 6px 0px;
  -webkit-box-flex:0;
  -ms-flex:0 0 30%;
  flex:0 0 30%;
}
.hub_first_border_card {
  border-radius:3px;
  height:30px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  position:absolute;
  z-index:3;
  top:-6px;
  width:95%;
}
.hub_second_border_card {
  border-radius:3px;
  height:30px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  position:absolute;
  z-index:2;
  top:-12px;
  width:90%;
}
.hub_third_border_card {
  border-radius:3px;
  height:30px;
  left:50%;
  -webkit-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  transform:translateX(-50%);
  position:absolute;
  z-index:1;
  top:-18px;
  width:85%;
}
.hub_certification_content {
  min-height:360px;
  height:100%;
  border-top:14px solid;
  z-index:3;
  border-radius:3px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  position:relative;
  color:inherit;
}
.icon-pack {
  opacity:1;
}
.cert-icon {
  width:2.5rem;
  height:2.5rem;
  position:absolute;
  right:10px;
  border-radius:0px 0px 25px 25px;
  top:-1px;
  padding:0.5rem;
  z-index:1;
}
.hub_cert_top {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding:1rem;
  border-bottom:1px solid rgb(234,
    240,
    246);
  min-height:9.5rem;
  position:relative;
}
.hub_cert_category {
  line-height:1.3;
  padding-top:0.1875rem;
  text-transform:uppercase;
  max-width:78%;
  min-height:28px;
  font-weight:600;
  font-size:0.875rem;
  margin-bottom:0.5rem;
}
.hub_cert_category_title:not(:last-child) {
  padding-right:0.25rem;
}
.hub_cert_category_title {
  display:inline-block;
}
.hub_cert_category_head {
  font-weight:700;
  max-width:95%;
  margin-bottom:1rem;
  overflow-wrap:break-word;
}
.hub_cert_category_head h4 {
  margin:10px 0;
}
.hub_cert_ribbon {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  border-radius:3px 3px 0px 0px;
  position:absolute;
  right:0px;
  bottom:1.5rem;
}
.hub_cert_ribbon_main {
  border-radius:1.25rem .375rem .375rem 1.25rem;
  -webkit-box-shadow:rgba(255,255,255,0.2) 0 1px 2px 0;
  box-shadow:rgba(255,255,255,0.2) 0 1px 2px 0;
  font-size:12px;
  font-weight:700;
  line-height:1.5;
  position:relative;
  right:-4px;
  text-align:center;
  -webkit-text-size-adjust:100%;
  -moz-text-size-adjust:100%;
  -ms-text-size-adjust:100%;
  text-size-adjust:100%;
  text-transform:uppercase;
  top:8px;
  vertical-align:middle;
}
.hub_cert_bottom {
  margin:1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-flex:1;
  -ms-flex:1 0 auto;
  flex:1 0 auto;
}
.course_icon svg {
  float:right;
  height:45px;
  width:45px;
  line-height:1rem;
}
.hub_course_type {
  text-transform:uppercase;
  font-size:0.75rem;
  font-weight:700;
  line-height:1.125rem;
}
.hub_course_lesson {
  font-size:0.75rem;
  font-weight:600;
  display:inline-block;
  padding-right:8px;
}
.hub_course_lesson span {
  font-weight:700;
}
.hub_course_hours {
  margin-bottom:1rem;
  display:inline-block;
  font-size:0.75rem;
}
.hub_course_hours span {
  font-weight:700;
}
.hub_course_text_cont {
  display:block;
  font-size:16px;
  font-weight:400;
  line-height:1.5;
  margin-bottom:1rem;
}
.hub_course_text {
  margin-right:0.5rem;
}
.hub_course_read_more {
  display:inline-block;
}
.hub_certifications_main {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.hub_cert_ribbon_main {
  display:inline-block;
  padding:8px;
}
@media(max-width:1000px)

{
  .hub_cert_card {
    -webkit-box-flex:0;
    -ms-flex:0 0 42%;
    flex:0 0 42%;
  }
}
@media(max-width:510px){

  .hub_cert_card {
    -webkit-box-flex:0;
    -ms-flex:0 0 95%;
    flex:0 0 95%;
  }
}
/*****************************************/

/*   IT_Certifications Cards Ends         */

/*****************************************/

/*****************************************/

/*   IT_Error page 404 & 505         */

/*****************************************/

.it_err_main .tit_er {
  font-weight:600;
  letter-spacing:2px;
}
.it_err_main {
  text-align:center;
  margin-top:80px;
}
.err_form form .hs-input {
  width:60%;
  margin:0 auto;
  height:50px;
  border-radius:0;
  background-color:#ececf5;
  color:#0F213D;
  font-weight:500;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  border-color:transparent;
  -webkit-box-shadow:none;
  box-shadow:none;
  border-width:3px;
  padding-left:12px;
}
.err_form form .hs-submit {
  margin-top:20px;
}
.err_form {
  padding:50px 0px;
}
.err_form input.cta_button {
  font-weight:700;
  display:inline-block;
  text-align:center;
  font-size:16px;
  padding:13px 45px;
  text-decoration:none;
  -webkit-transition:all .3s;
  -o-transition:all .3s;
  transition:all .3s;
  letter-spacing:.05rem;
  text-transform:uppercase;
  -webkit-box-sizing:content-box !important;
  box-sizing:content-box !important;
  vertical-align:middle;
  margin-top:15px;
}
@media(max-width:767px)

{
  .err_form form .hs-input {
    width:100%;
  }
  .err_form {
    padding:30px 0px;
  }
}
/*****************************************/

/*   IT_Error page 404 & 505   Ends      */

/*****************************************/


/*****************************************/

/*   IT_Filp Cards    */

/*****************************************/

.text_box_no_fix_2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.box_outer_2 {
  margin:0px 15px;
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
  -webkit-perspective:1000px;
  perspective:1000px;
  -ms-flex-preferred-size:30%;
  flex-basis:30%;
  cursor:pointer;
  margin-bottom:30px;
}
.box_out_2 {
  position:relative;
  -webkit-transition:all 0.4s;
  -o-transition:all 0.4s;
  transition:all 0.4s;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
}
.main_2 {
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg);
}
.box_image_2 {
  max-width:100%;
  height:300px;
  margin:0 auto;
  display:block;
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.box_inner_2 {
  position:absolute;
  width:100%;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  padding:10px;
}
.box_inner_2 .head_text_2 p {
  text-transform:UPPERCASE;
  font-weight:900;
}
.backbox_2 {
  position:relative;
  top:0;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  padding:20px;
  color:#000;
  -webkit-transform:rotateY(180deg);
  transform:rotateY(180deg);
  min-height:350px;
}
.box_text_2 {
  text-align:center;
  padding:10px 0px 0px 0px;
}
.box_text_2 p {
  margin:0;
}
@media(max-width:1024px)

{
  .box_outer_2 {
    -ms-flex-preferred-size:45%;
    flex-basis:45%;
    margin-bottom:15px;
  }
  .text_box_no_fix_2 {
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
}
@media(max-width:767px)

{
  .box_outer_2 {
    -ms-flex-preferred-size:90%;
    flex-basis:90%;
    margin:0px;
    margin-bottom:30px;
  }
  .text_box_section_full {
    padding:30px 0px;
  }
}
.backbox_2 {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
/*****************************************/

/*   IT_Filp Cards Ends   */

/*****************************************/

/*****************************************/

/*   IT_Form   */

/*****************************************/

.form-question {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
}
.form-inbomd,
.question-card-main {
  -ms-flex-preferred-size:47%;
  flex-basis:47%;
}
.form-inb-content {
  padding:60px 38px 60px;
  /*   float:left; */
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border-width:1px;
  border-style:solid;
  border-color:inherit;
}
.form-inb-content ul.inputs-list {
  padding: 0;
}

.form-inb-content:hover {
  -webkit-box-shadow:0 10px 40px 0 rgba(0,0,0,0.2);
  box-shadow:0 10px 40px 0 rgba(0,0,0,0.2);
}
.form-question .hs-submit {
  display:block;
  text-align:center;
  margin-top:15px;
}
.form-question .hs-submit input {
  cursor:pointer;
}
.form-question .hs-submit input[type="submit"] {
  border-radius:0px;
  letter-spacing:1.6px;
  padding:20px 53px;
}
.form-question .hs-form-field span {
  font-weight:normal;
  line-height:35px;
}
.form-inb-content .hs-form-field {
  margin-bottom:15px;
}
.form-inb-content .hs-form-field input,
.form-inb-content .hs-form-field textarea {
  width:100%;
  height:45px;
  padding:10px;
}
.form-inb-content input:focus {
  outline:none;
}
.form-inb-content textarea:focus {
  outline:none;
}
.question-card {
  margin-bottom:30px;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border:1px solid #000;
}
.question-card a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  cursor:pointer;
  width:100%;
}
.question-card:hover {
  -webkit-box-shadow:0 10px 40px 0 rgba(0,0,0,0.2);
  box-shadow:0 10px 40px 0 rgba(0,0,0,0.2);
}
.ques-card-img {
  background-color:#000;
  padding:15px;
  display:block;
  max-width:100px;
  margin:0 auto;
}
.ques-card-img img {
  width:100%;
}
.ques-card-text {
  padding:25px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:;
  -ms-flex-pack:;
  justify-content:;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  width:100%;
}
.bottom-card {
  background-color:#fff;
  padding:43px 41px 35px;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  border:1px solid #000;
  border-width:1px;
  border-style:solid;
  border-color:inherit;
  margin-bottom:40px;
}
.bottom-card img{
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
.bottom-card li {
  list-style: disc;
}
.bottom-card:hover {
  -webkit-box-shadow:0 10px 40px 0 rgba(0,0,0,0.2);
  box-shadow:0 10px 40px 0 rgba(0,0,0,0.2);
}
.buttom-cards a {
  color:#000;
}
@media (max-width: 768px) {
  .form-inb-content {
    padding:30px 10px 30px;
  }
  .hs-content-id-42656024896 .form-inb-content {
    padding: 30px 20px 30px;
  }
  form input[type=submit],
  form .hs-button {
    padding:15px 30px;
  }
  .form-question {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .question-card-main {
    padding-top:30px;
  }
}

@media(max-width: 767px) {
  .bottom-card {
    padding:10px;
  }
  .hs-content-id-42656024896 .bottom-card {
    padding: 20px;
  }
}
.form-inb-content .hs-form-field  [type="radio"]:checked,
.form-inb-content .hs-form-field  [type="radio"]:not(:checked),
.form-inb-content .hs-form-field  [type="checkbox"]:checked,
.form-inb-content .hs-form-field  [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
.form-inb-content .hs-form-field  [type="radio"]:checked + span,
.form-inb-content .hs-form-field  [type="radio"]:not(:checked) + span
{
  position: relative;
  padding-left: 82px;
  cursor: pointer;
  display: inline-block;
}

.form-inb-content .hs-form-field  [type="checkbox"]:checked + span,
.form-inb-content .hs-form-field  [type="checkbox"]:not(:checked) + span{
  position: relative;
  padding-left: 33px;
  cursor: pointer;
  display: inline-block;
  margin: 7px 0px;
  text-transform: none;
  left: 0px;
}
.form-inb-content .hs-form-field  [type="radio"]:checked + span:before,
.form-inb-content .hs-form-field  [type="radio"]:not(:checked) + span:before,
.form-inb-content .hs-form-field  [type="checkbox"]:checked + span:before,
.form-inb-content .hs-form-field  [type="checkbox"]:not(:checked) + span:before{
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 20px;
  height: 20px;
}
.form-inb-content .hs-form-field  [type="checkbox"]:not(:checked) + span:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0px;
}
.form-inb-content .hs-form-field  [type="checkbox"]:checked + span:after {
  content: '✔';
  width: 20px;
  height: 20px;
  position: absolute;
  top: 1px;
  line-height: 1.3;
  font-size: 14px;
  left: 0px;
  text-align: center;
}

.form-inb-content .hs-form-field  [type="radio"]:not(:checked) + span:after, 
.form-inb-content .hs-form-field  [type="radio"]:checked + span:after,
.form-inb-content .hs-form-field  [type="checkbox"]:not(:checked) + span:after,
.form-inb-content .hs-form-field  [type="checkbox"]:checked + span:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  top: 8px;
}
/*****************************************/

/*   IT_Form Ends   */

/*****************************************/

/*****************************************/

/*   IT_Form V2  */

/*****************************************/

.form-question-lp {
  max-width:80%;
  margin:0 auto;
}
.form-question-lp ul,
.form-question-lp li {
  list-style:none;
  padding:0;
  margin:0;
}
.form-question-lp form div {
  position:relative;
}
.form-question-lp li.hs-form-booleancheckbox input {
  position:absolute;
  left:0;
  display:block;
  top:4px;
}
.form-question-colr-lp {
  background-size:cover !important;
  background-position:center !important;
  background-repeat:no-repeat !important;
}
.form-question-lp .hs-submit {
  display:block;
  text-align:center;
  margin-top:15px;
}
.form-question-lp .hs-submit input {
  cursor:pointer;
}
.form-question-lp .hs-form-field span {
  font-weight:normal;
  line-height:35px;
}
.form-inb-content-lp .hs-form-field {
  margin-bottom:15px;
}
.form-inb-content-lp .hs-form-field input,
.form-inb-content-lp .hs-form-field textarea {
  border:solid .5px rgba(71,71,71,0.82);
  border-radius:0px;
  width:100%;
  height:45px;
  padding:10px;
}
.form-inb-content-lp input:focus {
  outline:none;
}
.form-inb-content-lp textarea:focus {
  outline:none;
}
.form-inb-content-lp form label,
.form-head-text-lp h2 {
  color:inherit;
}
.form-question-lp li.hs-form-booleancheckbox {
  text-indent:30px;
}
.form-question-lp li.hs-form-booleancheckbox span {
  line-height:1.5;
}
@media (max-width: 768px) {
  form input[type=submit],
  form .hs-button {
    padding:15px 30px;
  }
}
@media(min-width:1400px)

{
  .form-question-lp {
    max-width:60%;
    margin:0 auto;
  }
}
@media(max-width:1200px)

{
  .form-question-lp {
    max-width:90%;
    margin:0 auto;
  }
}
@media (max-width: 767px) {
  .form-question-lp {
    max-width:100%;
    margin:0 auto;
  }
}
@media(max-width:1024px)

{
  .form-question-lp li.hs-form-booleancheckbox input {
    position:absolute;
    left:0%;
    display:block;
    top:0px;
  }
}
/*****************************************/

/*   IT_Form V2 Ends  */

/*****************************************/

/*****************************************/

/*   IT_Grid Card with conter  */

/*****************************************/

.btm-cards {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.img-cards img {
  width:100%;
}
.img-cards {
  max-width:100px;
  margin:0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-line-pack:center;
  align-content:center;
  padding-bottom:15px;
}
.border-cards.btm-content:nth-child(4n) {
  margin-right:0;
}
.border-cards.btm-content {
  text-align:center;
  -ms-flex-preferred-size:25%;
  flex-basis:25%;
  border-right:1px solid;
  padding:30px 30px 30px 30px;
}
.border-cards.btm-content-1 {
  border-bottom:1px solid;
}
.border-cards.btm-content:nth-child(4n) {
  border-right:none;
}
.counter_num {
  padding:17px 0px;
  position:relative;
}
.counter_num p {
  font-size:45px;
  margin-bottom:0px;
}
.caption_text p {
  margin-bottom:0px;
}
.unit_data13 {
  position:relative;
}
.plus_sym:after {
  content:"+";
  font-size:45px;
  position:absolute;
  padding-left:5px;
}
@media(max-width:767px)

{
  .border-cards.btm-content-1,
  .border-cards.btm-content {
    border:none;
  }
  .border-cards.btm-content {
    -ms-flex-preferred-size:45%;
    flex-basis:45%;
  }
}
@media(max-width:400px)

{
  .border-cards.btm-content {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
}
/*****************************************/

/*   IT_Grid Card with conter   Ends  */

/*****************************************/

/*****************************************/

/*   IT_Hero Section Center Typeing V2  */

/*****************************************/
.error .it_err_main h1,.error .it_err_main h5{
  color: #0F213D;
}
.typer_bg_1 {
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}
.typer_bg_1:before {
  content:"";
  position:absolute;
  background:rgba(8,22,45,0.71);
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:0;
}
.page_wrap_1 {
  position:relative;
}
.type_hero_main_1 {
  padding:130px 0px;
  position:relative;
}
.type_banner_1 {
  display:block;
  position:relative;
  text-align:center;
}
.typed_bannar_text_1 {
  display:block;
}
.typed_bannar_text_1 h1 {
  display:inline;
}
.typed_text_2:after {
  content:'|';
  display:inline;
  -webkit-animation:blink2 0.7s infinite;
  animation:blink2 0.7s infinite;
}
.typed-cursor {
  opacity:0;
  display:none;
}
@keyframes blink2 {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes blink2 {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@media(max-width:480px){

  .type_hero_main_1 {
    padding:30px 0px;
  }
}
/*****************************************/

/*   IT_Hero Section Center Typeing V2   Ends  */

/*****************************************/

/*****************************************/

/*   IT_Hero Section Slider */

/*****************************************/

.Banner_slider_data h1,
.Banner_slider_data h2,
.Banner_slider_data h3,
.Banner_slider_data h4,
.Banner_slider_data h5,
.Banner_slider_data h6 {
  -webkit-text-stroke:1.5px black;
}
.Banner_section_slider_wrapper ul.slick-dots {
  margin-bottom:25px;
  position:absolute;
  bottom:0;
  right:0;
  left:0;
  padding-left: 0;
}
.slider_background {
  height:696px;
}
.Banner_slider_data {
  padding-top:250px;
  min-height:920px;
}
.cta_banner_section_hero {
  margin-top:15px;
  text-align:center;
}
@media(min-width:767px)

{
  .Banner_slider_data h1,
  .Banner_slider_data h2,
  .Banner_slider_data h3,
  .Banner_slider_data h4,
  .Banner_slider_data h5,
  .Banner_slider_data h6 {
    letter-spacing:24px;
    line-height:1.1333;
  }
  .Banner_slider_data h4 {
    letter-spacing:0px;
  }
  .slide_des h4,
  .slide_des h5,
  .slide_des h6,
  .slide_des h1,
  .slide_des h2,
  .slide_des h1,
  .slide_des h3,
  .slide_des p {
    -webkit-text-stroke:inherit;
  }
}


@media(max-width:767px)

{
  .slider_background {
    height:auto;
  }
  .Banner_slider_data {
    padding-top:100px;
    padding-bottom:100px;
    min-height:367px;
  }
  .slide_des h4,
  .slide_des h5,
  .slide_des h6,
  .slide_des h1,
  .slide_des h2,
  .slide_des h1,
  .slide_des h3,
  .slide_des p {
    -webkit-text-stroke:inherit;
  }
  .Banner_slider_data h4 {
    letter-spacing:0px;
  }
  /*   .Banner_section_slider_wrapper ul.slick-dots{
  position: relative;
} */
}
@media (max-width: 480px){
  .Banner_section_items .heading_wrapper {
    padding-bottom: 80px;
  }
}
/*****************************************/

/*   IT_Hero Section Slider   Ends  */

/*****************************************/

/*****************************************/

/*   IT_Hero Section With Left Typing   */

/*****************************************/

.type_hero_main_bg {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
}
.type_hero_main {
  padding:100px 0px;
}
.type_banner {
  display:block;
  min-height:200px;
  width:100%;
  position:relative;
}
.typed_bannar_text {
  display:block;
}
.typed_bannar_text h1 {
  display:inline;
}
.typed_text:after {
  content:'|';
  display:inline;
  -webkit-animation:blink 0.7s infinite;
  animation:blink 0.7s infinite;
}
.typed-cursor {
  opacity:0;
  display:none;
}
@keyframes blink {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity:1;
  }
  50% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
.type_hero {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.page_wrap,
.page_image {
  -ms-flex-preferred-size:45%;
  flex-basis:45%;
}
.page_wrap {
  /*     background-color: rgba(255,255,255,0.3); */
  margin-right:2%;
}
.page_image {
  margin-left:2%;
}
.page_image img {
  max-width:500px;
  margin:0 auto;
  display:block;
}
.type_hero_main a.cta_button.cta-header {
  margin:0;
}
@media(max-width:1024px){

  .type_hero {
    display:block;
  }
  .page_wrap {
    margin-right:10px;
    margin-left:10px;
  }
  .page_image {
    max-width:800px;
    margin:0 auto;
  }
  .page_image img {
    width:100%;
  }
}
@media(max-width:480px){

  .type_hero_main {
    padding:30px 0px;
  }
}
/*****************************************/

/*   IT_Hero Section With Left Typing  Ends  */

/*****************************************/

/*****************************************/

/* IT_Hero Section With text and Paralex  */

/*****************************************/

/*****************************************/

/*IT_Hero Section With text and Paralex  Ends  */

/*****************************************/

/*****************************************/

/*IT_Hero Section With video v2   */

/*****************************************/

.hero_review_bg_video_bg {
  position:relative;
}
.hero_bg_video {
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  z-index:-1;
  opacity:1;
  overflow:hidden;
}
.bg-video__content_hero {
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.hero_text_bg_video_fix {
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  min-height:85vh;
  padding:100px 0px;
  z-index:2;
  position:relative;

}
.hero_review_bg_video_bg_overlay {
  content:'';
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  z-index:0;
}
.animation_arrow span {
  font-size:40px;
  color:#fff;
}
.animation_arrow {
  margin-top:50px;
}
.animation_arrow.arrows a:before {
  content:"\276F \276F";
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  color:#fff;
  -webkit-animation:2s updown linear infinite;
  animation:2s updown linear infinite;
  position:absolute;
  left:0;
  right:0;
  font-size:25px;
}
.animation_arrow.mouse a {
  width:25px;
  height:37px;
  margin-left:0px;
  border:2px solid;
  border-radius:50px;
  display:inline-block;
  position:relative;
}
.animation_arrow.mouse a:before {
  position:absolute;
  bottom:5px;
  left:35%;
  content:'';
  width:8px;
  height:2px;
  background-color:#fff;
  border-radius:100%;
  -webkit-animation:updown 2s infinite;
  animation:updown 2s infinite;
  display:inline-block;
}
/* .video .hero_text_bg_video_fix {
min-height:auto;
padding:40px 0px;
} */
@-webkit-keyframes updown {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform:rotate(90deg) translateX(0);
    transform:rotate(90deg) translateX(0);
  }
  40% {
    -webkit-transform:rotate(90deg) translateX(-20px);
    transform:rotate(90deg) translateX(-20px);
  }
  60% {
    -webkit-transform:rotate(90deg) translateX(-10px);
    transform:rotate(90deg) translateX(-10px);
  }
}
@keyframes updown {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform:rotate(90deg) translateX(0);
    transform:rotate(90deg) translateX(0);
  }
  40% {
    -webkit-transform:rotate(90deg) translateX(-20px);
    transform:rotate(90deg) translateX(-20px);
  }
  60% {
    -webkit-transform:rotate(90deg) translateX(-10px);
    transform:rotate(90deg) translateX(-10px);
  }
}
/*****************************************/

/*IT_Hero Section With video v2  Ends  */

/*****************************************/

/*****************************************/

/*IT_Hero Section With Wista Video  */

/*****************************************/

.bty-hero-wrapper {
  text-align:center;
  -webkit-transition:0.3s ease-in-out;
  -o-transition:0.3s ease-in-out;
  transition:0.3s ease-in-out;
  position:relative;
}
.bty-content-wrapper {
  position:relative;
  background-position:50% -5%;
  background-repeat:no-repeat;
  background-size:140% auto;
}
.video-content iframe {
  -webkit-box-shadow:0 0 80px rgba(0,0,0,0.4);
  box-shadow:0 0 80px rgba(0,0,0,0.4);
}
.video-content > div {
  -webkit-box-shadow:0 0 80px rgba(0,0,0,0.4);
  box-shadow:0 0 80px rgba(0,0,0,0.4);
}
.video-content {
  padding:110px 0px 0px 0px;
}
.cta_button_bty {
  padding-top:40px;
  padding-bottom:80px;
}
.title-data {
  padding-top:100px;
  text-align:center;
}
.title-data p {} svg.homepage-video__clip {
  height:0;
  position:absolute;
  width:0;
}
.bty-hero-wrapper {
  -webkit-clip-path:url(#homepage-video__clip-path-);
  clip-path:url(#homepage-video__clip-path-);
}
.bty-color-wrapper {
  padding-bottom:50px;
}
@media (min-width: 1440px) {
  .bty-content-wrapper {
    background-size:85% auto;
  }
}
@media(max-width:1024px){

  .video-content {
    max-width:auto;
    max-width:80%;
    margin:0 auto;
  }
  .title-data p {
    font-size:20px;
  }
}
@media(max-width:767px){

  .bty-content-wrapper {
    background-image:none !important;
  }
  .title-data {
    padding-top:50px;
  }
  .title-data p {
    font-size:18px;
    color:#fff;
    line-height:1.35;
    font-weight:500;
    margin:0 auto;
    max-width:90%;
  }
  .bty-color-wrapper {
    padding-left:5px;
    padding-right:5px;
  }
  .video-content {
    max-width:756px;
    margin:0 auto;
    padding:8px 0px 0px 0px;
  }
}
@media(max-width:510px){

  .video-content {
    max-width:auto;
    max-width:90%;
    margin:0 auto;
  }
  .cta_button_bty {
    padding-bottom:0px;
  }
  .homepage-video__clip {
    display:none;
  }
  .video-content {
    padding:30px 0px 0px 0px;
  }
  .special_cards h3 {
    font-size:35px;
    line-height:50px;
  }
  .title-data p {
    font-size:24px;
    color:#fff;
    line-height:1.35;
    font-weight:500;
    margin:0 auto;
    max-width:90%;
  }
}
/*****************************************/

/*IT_Hero Section With Wista Video Ends */

/*****************************************/

/*****************************************/

/* IT_Hero Section With Youtube bg   */

/*****************************************/

/*****************************************/

/*IT_Hero Section With Youtube bg Ends  */

/*****************************************/

/*****************************************/

/*IT_Hover Cards Ends  */

/*****************************************/

.our-team .flex {
  padding-top:10px;
}
.our-team .profile-card {
  width:100%;
  min-height:469px;
  position:relative;
  border-radius:5px;
}
.name-field div h1,
.name-field div h2,
.name-field div h3,
.name-field div h4,
.name-field div h5,
.name-field div h6,
.name-field div p,
.name-field div span {
  color:inherit;
}
.profile-body h4+p,
.name-field h4+p {
  margin-top:0;
}
.our-team .profile-image {
  min-height:350px;
  width:100%;
  background-size:cover;
  height:-webkit-fit-content;
  height:-moz-fit-content;
  height:fit-content;
  background-repeat:no-repeat;
  background-position:center;
  border-radius:5px;
}
.our-team .profile-body.text-align-center {
  text-align:center;
  padding-bottom:20px;
}
.our-team .profile-body h4 {
  margin:0;
  padding-top:15px;
  -webkit-transform:translateY(10px);
  -ms-transform:translateY(10px);
  transform:translateY(10px);
  -webkit-transition:-webkit-transform .7s ease;
  transition:-webkit-transform .7s ease;
  -o-transition:transform .7s ease;
  transition:transform .7s ease;
  transition:transform .7s ease, -webkit-transform .7s ease;
}
.our-team .profile-body p {
  margin:0;
  padding-bottom:5px;
  font-size:14px;
  font-weight:300;
  padding-top:10px;
}
.our-team .profile-body svg {
  width:45px;
  height:45px;
  padding:0px 10px;
  vertical-align:middle;
}
.our-team .overlay {
  width:100%;
}
.our-team .overlay {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  padding:40px 30px;
  text-align:center;
  opacity:0;
  -webkit-transition:all .4s;
  -o-transition:all .4s;
  transition:all .4s;
  border-radius:4px;
}
.our-team .overlay .overlay-content {
  position:relative;
}
.our-team .overlay-content {
  font-size:20px;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  text-align:center;
}
.our-team .overlay-content span {
  background-color:#fff;
  border-radius:50%;
  width:35px;
  height:35px;
  font-size:16px;
  line-height:2.2;
  padding:8px;
}
.our-team .overlay-content svg {
  width:19px;
  vertical-align:middle;
  fill:inherit;
}
.our-team .overlay-content svg,
.our-team .overlay-content span {
  -webkit-transform:translateY(10px);
  -ms-transform:translateY(10px);
  transform:translateY(10px);
  -webkit-transition:-webkit-transform .6s ease;
  transition:-webkit-transform .6s ease;
  -o-transition:transform .6s ease;
  transition:transform .6s ease;
  transition:transform .6s ease, -webkit-transform .6s ease;
  transition:transform .6s ease,
    -webkit-transform .6s ease;
}
.our-team .view-details-cta {
  padding-top:35px;
}
.our-team .profile-card:hover .overlay {
  opacity:.8;
}
.our-team .profile-card:hover .overlay-content svg,
.our-team .profile-card:hover .name-field h4,
.our-team .profile-card:hover .name-field p,
.our-team .overlay-content span {
  -webkit-transform:translateY(0);
  -ms-transform:translateY(0);
  transform:translateY(0);
}
.flex_cont {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.flex-bas-thr {
  -ms-flex-preferred-size:28%;
  flex-basis:28%;
  margin-right:3%;
  margin-bottom:30px;
}
.our-team .view-details-cta span {
  padding:0;
  background-color:initial;
  border-radius:0;
}
.our-team .view-details-cta span a {
  padding:10px 25px;
}
@media(max-width:800px)

{
  .flex-bas-thr {
    -ms-flex-preferred-size:46%;
    flex-basis:46%;
  }
}
@media(max-width:510px)

{
  .flex-bas-thr {
    -ms-flex-preferred-size:90%;
    flex-basis:90%;
  }
}
/*****************************************/

/*IT_Hover Cards Ends  */

/*****************************************/

/*****************************************/

/*IT_Hover text Cards  */

/*****************************************/

.hover_text_box_item {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  position:relative;
}
.hover_text_box_fix {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.hover_text_box_item {
  -ms-flex-preferred-size:30%;
  flex-basis:30%;
  margin:0 1.5% 50px;
}
.hover_text_box_desc {
  opacity:0;
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
  padding:80px 20px;
  z-index:1;
  position:relative;
  min-height:300px;
}
.hover_text_box_item:hover .hover_text_box_desc {
  opacity:1;
}
.hover_text_box_title {
  padding:16px 32px;
  display:inline-block;
  position:absolute;
  bottom:-25px;
  left:0;
  right:0;
  max-width:90%;
  margin:0 auto;
  z-index:1;
}
.hover_text_box_title h4 {
  letter-spacing:0;
  margin:0;
  font-size:20px;
  text-align:center;
}
.hover_text_overlay {
  position:absolute;
  left:0;
  right:0;
  top:0;
  bottom:0;
  opacity:0;
  -webkit-transition:all 0.35s;
  -o-transition:all 0.35s;
  transition:all 0.35s;
  z-index:0;
}
.hover_text_box_item:hover .hover_text_overlay {
  opacity:1;
}
@media(max-width:1024px){

  .hover_text_box_item {
    -ms-flex-preferred-size:45%;
    flex-basis:45%;
  }
}
@media(max-width:767px){

  .hover_text_box_item {
    -ms-flex-preferred-size:80%;
    flex-basis:80%;
  }
}
@media(max-width:480px){

  .hover_text_box_item {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
}
/*****************************************/

/*IT_Hover text Cards Ends */

/*****************************************/



/*****************************************/

/* IT_Image Gallery Slider  */

/*****************************************/

#image-gallery {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.img-wrapper {
  position:relative;
}
.img-wrapper img {
  width:100%;
}
.img-overlay svg {
  width:50px;
}
.gallery-img .row {
  -ms-flex-preferred-size:31.33%;
  flex-basis:31.33%;
  margin:0px 1% 15px 1%;
}
.img-overlay {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  opacity:0;
  cursor:pointer;
}
.img-overlay i {
  color:#fff;
  font-size:2em;
}
#overlay {
  background:rgba(0,0,0,0.7);
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  z-index:999;
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
}
#overlay img {
  margin:0;
  width:80%;
  height:auto;
  -o-object-fit:contain;
  object-fit:contain;
  padding:5%;
}
@media (min-width: 768px) {
  #overlay img {
    width:60%;
  }
}
@media(min-width: 1200px) {
  #overlay img {
    width:50%;
  }
}
#nextButton {
  color:#fff;
  font-size:1em;
  -webkit-transition:opacity 0.8s;
  -o-transition:opacity 0.8s;
  transition:opacity 0.8s;
  cursor:pointer;
}
#nextButton:hover {
  opacity:0.7;
}
@media (min-width: 768px) {
  #nextButton {
    font-size:1.5em;
  }
}
#prevButton {
  color:#fff;
  font-size:1em;
  -webkit-transition:opacity 0.8s;
  -o-transition:opacity 0.8s;
  transition:opacity 0.8s;
  cursor:pointer;
}
#prevButton:hover {
  opacity:0.7;
}
@media screen and (min-width: 768px) {
  #prevButton {
    font-size:1.5em;
  }
}
#exitButton {
  color:#fff;
  font-size:1em;
  -webkit-transition:opacity 0.8s;
  -o-transition:opacity 0.8s;
  transition:opacity 0.8s;
  position:absolute;
  top:75px;
  right:15px;
  cursor:pointer;
}
#exitButton:hover {
  opacity:0.7;
}
.img-wrapper a {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
@media (min-width: 768px) {
  #exitButton {
    font-size:1.5em;
  }
}
@media(min-width:240px) and(max-width:1024px) {
  .gallery-img .row {
    -ms-flex-preferred-size:44.33%;
    flex-basis:44.33%;
    margin:0px 1% 15px 1%;
  }
}
@media(max-width:767px)

{
  .gallery-img .row {
    margin:0px 1% 20px 1%;
  }
}
/*****************************************/

/* IT_Image Gallery Slider ends  */

/*****************************************/

/*****************************************/

/* IT_Isotope Tabber  */

/*****************************************/

.istope_bdy_main .grid {
  margin:0 auto;
}
.isotope_filter ul {
  margin:0;
  padding:0;
}
.isotope_filter .brand {
  text-align:center;
}
.isotope_img_outter_main {
  position:relative;
}
.isotope_filter .brand img {
  width:50px;
}
.isotope_filter .p1:hover,
.isotope_filter .p2:hover {
  opacity:.8;
  cursor:pointer;
}
.isotope_filter #portfolio p {
  color:grey;
  font-size:12px;
  font-weight:200;
}
.isotope_filter .single-content img {
  width:100%;
  height:auto;
}
.isotope_img_outter {
  max-width:380px;
  margin:0 auto;
  position:relative;
}
.isotope_filter .filters {
  width:100%;
  text-align:center;
}
.isotope_img_outter_in {
  margin-bottom:30px;
  margin-right:5px;
  margin-left:5px;
}
.istope_bdy_main {
  max-width:1200px;
  margin:0 auto;
  position:relative;
}
.isotope_filter li {
  text-transform:capitalize;
}
.isotope_filter .slide_tab .active:after {
  content:'';
  border:2px solid;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  border-radius:5px;
  position:absolute;
  width:100%;
  margin:0 auto;
  left:0;
  right:0;
  bottom:7px;
}
.isotope_filter .filters li {
  cursor:pointer;
  font-size:20px;
  position:relative;
  margin-right:35px;
  padding-bottom:15px;
}
li.active {
  font-weight:600;
}
.isotope_filter .filters ul {
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
.isotope_filter {
  overflow:hidden;
}
@media(max-width:767px)

{
  .isotope_img_outter_in {
    margin-right:0px;
  }
  .isotope_filter .single-content {
    right:0;
  }
  .isotope_filter .filters li {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    margin:0 auto;
  }
  .isotope_filter .slide_tab .active:after {
    width:70%;
  }
}
@media (max-width: 1200px) {
  .isotope_img_outter {
    max-width:450px;
    margin:0 auto;
    position:relative;
  }
  .isotope_img_outter_in {
    margin-bottom:30px;
    margin-right:15px;
    margin-left:15px;
  }
}
@media (max-width: 1024px) {
  .isotope_img_outter {
    max-width:300px;
    margin:0 auto;
    position:relative;
  }
  .isotope_img_outter_in {
    margin-bottom:30px;
    margin-right:15px;
    margin-left:15px;
  }
}
/*****************************************/

/* IT_Isotope Tabber ends  */

/*****************************************/

/*****************************************/

/* IT_Lotti player  */

/*****************************************/

.hal_lot_width {
  max-width:768px;
  margin:0 auto;
}
.it_thm_heading_line_mol_dash:after {
  content:'';
  height:2px;
  width:96px;
  position:absolute;
  background-color:inherit;
  top:-35px;
  left:50%;
  -webkit-transform:translate(-50%,
    -50%);
  -ms-transform:translate(-50%,
    -50%);
  transform:translate(-50%,
    -50%);
}
.title-margin h3,
.title-margin h1,
.title-margin h2,
.title-margin h6,
.title-margin h4,
.title-margin h5 {
  margin-bottom:65px;
}
.it_thm_head_mol_dash {
  max-width:800px;
  margin:0 auto;
  padding-top:0%;
  padding-bottom:2%;
  text-align:center;
}
.it_thm_heading_line_mol_dash {
  position:relative;
}
.heading_title_padding {
  padding:120px 0px;
}
@media(max-width:767px)

{
  .title-margin h3,
  .title-margin h1,
  .title-margin h2,
  .title-margin h6,
  .title-margin h4,
  .title-margin h5 {
    margin-bottom:30px;
  }
  .it_thm_heading_line_mol_dash:after {
    top:-13px;
  }
  .it_thm_head_mol_dash {
    padding-top:0px;
    padding-bottom:0px;
  }
  .heading_title_padding {
    padding:30px 0px;
  }
}
/*****************************************/

/* IT_Lotti player Ends  */

/*****************************************/

/*****************************************/

/* IT_Map edge  */

/*****************************************/

.map-edge-iframe {
  position:relative;
  display:block;
}
.map-edge-iframe iframe {
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  top:0;
  width:100%;
  height:100%;
}
@media(min-width:1025px)

{
  .map-edge-iframe {
    min-height:550px;
  }
}
@media(min-width:768px)and(max-width:1024px)

{
  .map-edge-iframe {
    min-height:350px;
  }
}
@media(min-width:210px)and(max-width:767px)

{
  .map-edge-iframe {
    min-height:250px;
  }
}
/*****************************************/

/* IT_Map edge Ends  */

/*****************************************/

/*****************************************/

/* IT_Meet Team Slider   */

/*****************************************/

body .slider_2cl .slick-list {
  margin:20px 0px;
}
body .slider_2cl .slick-prev,
body .slider_2cl .slick-next {
  position:absolute;
  right:10px;
  border:none;
  color:transparent;
  width:40px;
  height:40px;
  border-radius:50%;
  top:45%;
  outline:none;
  border:none;
  font-size:0px;
  padding:0;
  background-color:transparent;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  transition-duration:0.5s;
}
body .slider_2cl .slick-prev {
  left:10px;
}
body .slider_2cl .slick-prev:hover,
body .slider_2cl .slick-next:hover {
  background-color:#000;
}
body .slider_2cl .slick-next:before,
body .slider_2cl .slick-prev:before {
  color:#fff;
  font-size:32px;
  font-weight:500;
  text-align:center;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  transition-duration:0.5s;
}
body .slider_2cl .slick-next:before {
  content:"\276F";
}
body .slider_2cl .slick-prev:before {
  content:"\276E";
}
body .slider_2cl .slick-next:hover:before,
body .slider_2cl .slick-prev:hover:before {
  color:#fff;
}
a.cta_button.slider_cta {
  padding:10px;
  display:inline-block;
}
.slick-carousel-2section {
  padding:65px 100px;
  -webkit-box-shadow:0 2px 34px 0 rgba(0,0,0,0.12);
  box-shadow:0 2px 34px 0 rgba(0,0,0,0.12);
}
.slider_2cl {
  position:relative;
  background-color:#FFF;
}
.slider_background_color:before {
  position:absolute;
  content:'';
  height:100%;
  width:35%;
  right:0;
  background:inherit;
  top:0;
}
.slider_main {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  padding:10px;
}
.slider_left {
  -ms-flex-preferred-size:60%;
  flex-basis:60%;
  -ms-flex-item-align:center;
  -ms-grid-row-align:center;
  align-self:center;
}
.slider_text {
  max-width:500px;
  margin:0 auto;
}
.slider_text span {
  display:block;
  margin-bottom:20px;
}
.slider_right {
  -ms-flex-preferred-size:40%;
  flex-basis:40%;
}
.member_image {
  min-height:594px;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}
@media screen and (max-width: 768px) {
  .slider_main {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .slick-carousel-2section {
    padding:65px;
  }
}
@media screen and (max-width: 767px) {
  .slick-carousel-2section {
    padding:0px;
  }
}
/*****************************************/

/* IT_Meet Team Slider  Ends  */

/*****************************************/

/*****************************************/

/* IT_Our Business Experts    */

/*****************************************/

.our_experts_main {
  text-align:center;
}
.our_experts_heading {
  padding-bottom:50px;
}
.our_experts_fix {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  overflow:hidden;
}
.our_expert {
  -ms-flex-preferred-size:23%;
  flex-basis:23%;
  margin-right:1%;
  margin-left:1%;
  margin-bottom:10px;
  overflow:hidden;
  -webkit-transform:translateY(0px);
  -ms-transform:translateY(0px);
  transform:translateY(0px);
  -webkit-box-shadow:rgba(45,62,80,0.08) 0px 3px 6px 0px;
  box-shadow:rgba(45,62,80,0.08) 0px 3px 6px 0px;
  -webkit-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}
.our_expert .our_expert_image img {
  max-width:100%;
  height:auto;
  margin:0 auto;
  display:block;
}
.our_expert_image {
  margin-bottom:10px;
}
.our_expert .our_expert_desgi h4 {
  letter-spacing:1px;
}
.our_expert_social ul.our_expert_ul {
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
}
.our_expert_social {
  margin:5px 0px 10px 0;
  position:relative;
  -webkit-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}
.our_expert:hover {
  -webkit-transform:translateY(-10px);
  -ms-transform:translateY(-10px);
  transform:translateY(-10px);
  -webkit-transition:all .5s ease;
  -o-transition:all .5s ease;
  transition:all .5s ease;
}
li.our_expert_li {
  text-align:center;
  margin:0 8px;
}
.our_expert_desgi p {
  margin:0;
}
.our_expert_desgi{
  padding:10px;
  padding-bottom:50px;
}
.our_expert_social li.our_expert_li svg {
  width:25px;
  height:25px;
  vertical-align:middle;
  fill:inherit;
}
@media(max-width:1024px){

  .our_expert {
    -ms-flex-preferred-size:35%;
    flex-basis:35%;
    margin-bottom:30px;
  }
}
@media(max-width:767px){

  .our_expert {
    -ms-flex-preferred-size:45%;
    flex-basis:45%;
  }
}
@media(max-width:480px){

  .our_expert {
    -ms-flex-preferred-size:80%;
    flex-basis:80%;
  }
}
/*****************************************/

/* IT_Our Business Experts Ends  */

/*****************************************/

/*****************************************/

/* IT_Popup three col cards with slider  */

/*****************************************/

.test-warp-new {
  position:relative;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
}
.slider-lower-text {
  text-align:center;
  margin-top:40px;
}
.test-warp-new .slick-slide .slide-content1 {
  text-align:center;
}
.test-warp-new .T-img:before {
  content:'';
  width:100%;
  top:0;
  left:0;
  right:0;
  bottom:0;
  position:absolute;
  background:rgba(230,61,67,0.4);
  z-index:-1;
  opacity:1;
  -webkit-transition:0.25s opacity ease-in-out;
  -o-transition:0.25s opacity ease-in-out;
  transition:0.25s opacity ease-in-out;
}
.test-warp-new .T-img:hover::before {
  opacity:0;
}
.test-warp-new .T-img {
  min-height:450px;
  background-position:center;
  background-size:cover;
  background-repeat:no-repeat;
  position:relative;
  z-index:0;
}
.test-warp-new .T-img-overlay {
  position:relative;
}
.test-warp-new .T-img-overlay a:hover {
  color:#33475b;
}
.test-warp-new .figaps-new {
  text-align:center;
  padding:10px;
  background-color:rgba(15,33,61,1);
}
.figaps-new_name h5 {
  margin:0px;
  padding-top:10px;
  padding-bottom:5px;
  font-size:25px;
  font-weight:600;
}
.figaps-new_desc p {
  margin:0px;
  padding-bottom:10px;
}
body .test-warp-new .slick-prev,
body .test-warp-new .slick-next {
  position:absolute;
  right:-7%;
  border:none;
  color:transparent;
  width:50px;
  height:50px;
  border-radius:50%;
  top:39%;
  outline:none;
  border:none;
  font-size:0px;
  padding:0;
  background-color:transparent;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  transition-duration:0.5s;
}
body .test-warp-new .slick-prev:hover,
body .test-warp-new .slick-next:hover {
  background-color:#000;
  -webkit-transition-duration:0.5s;
  -o-transition-duration:0.5s;
  transition-duration:0.5s;
}
body .test-warp-new .slick-next1:before,
body .test-warp-new .slick-prev:before {
  color:#000;
  font-size:45px;
  font-weight:600;
  text-align:center;
}
body .test-warp-new .slick-prev {
  left:-7%;
}
body .test-warp-new .slick-next:before {
  content:"\276F";
}
body .test-warp-new .slick-prev:before {
  content:"\276E";
}
.test-warp-new button {
  border-radius:50%;
  font-size:0;
  padding:0.4rem;
  outline:none;
}
.test-warp-new ul.slick-dots {
  list-style:none;
  padding:0;
  text-align:center;
}
@media (max-width: 767px) {
  body .test-warp-new .slick-prev,
  body .test-warp-new .slick-next {
    width:36px;
    height:36px;
    border-radius:50%;
  }
  body .test-warp-new .slick-next:before,
  body .test-warp-new .slick-prev:before {
    color:#000;
    font-size:25px;
    font-weight:500;
    text-align:center;
  }
  .test-warp-new {
    padding:0px 15px;
  }
  .test-warp-new .slick-slide .slide-content1 {
    padding:10px;
  }
  .test-warp-new .slide-content1 {
    Max-width:90%;
    padding:20px;
    margin:0 auto;
  }
}
.test-warp-new .overlay {
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  background:rgba(0,0,0,0.7);
  -webkit-transition:opacity 500ms;
  -o-transition:opacity 500ms;
  transition:opacity 500ms;
  visibility:hidden;
  opacity:0;
}
.test-warp-new .overlay iframe {
  position:relative;
  top:20%;
  left:30%;
}
.test-warp-new .overlay:target {
  visibility:visible;
  opacity:1;
}
.video-popup .video {
  width:100%;
  height:550px;
  margin:auto;
  display:block;
  border:none;
}
.popup-btn {
  cursor:pointer;
  transition:all 0.3s ease-in-out;
  -webkit-transition:all 0.3s ease-in-out;
  -o-transition:all 0.3s ease-in-out;
  transition:all 0.3s ease-in-out;
  max-width:75px;
  max-height:75px;
}
.video-popup {
  display:none;
  width:100%;
  height:100vh;
  margin:auto;
  position:fixed;
  top:0;
  left:0;
  -webkit-box-shadow:10px 10px 10px 10px black;
  box-shadow:10px 10px 10px 10px black;
  z-index:10;
}
.popup-bg {
  background:rgba(0,0,0,0.8);
  width:100%;
  height:100vh;
  position:absolute;
}
.popup-content {
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  -moz-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  -o-transform:translate(-50%,-50%);
  width:800px;
  height:auto;
}
.popup-title {
  padding:30px;
  margin:0 auto;
  color:red;
  text-transform:uppercase;
}
@media screen and (max-width: 700px) {
  .test-warp-new .box {
    width:70%;
  }
  .test-warp-new .popup {
    width:70%;
  }
  .video-popup .video {
    width:50%;
    height:250px;
    margin:auto;
    display:block;
    border:none;
  }
  .test-warp-new_2 {
    margin:0px auto;
  }
}
.test-warp-new .popup-btn {
  content:'\25BA';
  color:#33475b;
  position:absolute;
  background-color:#fff;
  padding:20px 25px;
  border-radius:50%;
  opacity:.8;
  font-size:23px;
  text-decoration:none;
  width:70px;
  height:70px;
  left:0;
  right:0;
  margin:0 auto;
  top:0;
  -webkit-transform:translate(0%,
    250%);
  -ms-transform:translate(0%,
    250%);
  transform:translate(0%,
    250%);
  text-align:center;
  line-height:1.5;
}
/*****************************************/

/* IT_Popup three col cards with slider Ends  */

/*****************************************/

/*****************************************/

/* IT_Resource Download Cards  */

/*****************************************/

.pricing_section_3_clm_main_fix {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.price_content h4 {
  letter-spacing:1px;
}
.pricing_section_3_clm {
  border-radius:4px;
  -webkit-box-shadow:0 2px 34px 0 rgba(0,0,0,0.12);
  box-shadow:0 2px 34px 0 rgba(0,0,0,0.12);
  background-color:#fff;
  -webkit-transition:.3s all ease-in-out;
  -o-transition:.3s all ease-in-out;
  transition:.3s all ease-in-out;
  -ms-flex-preferred-size:30.9%;
  flex-basis:30.9%;
  margin-left:11px;
  margin-right:11px;
  margin-bottom:40px;
  -webkit-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
}
.pricing_section_3_clm:hover {
  -webkit-transform:translateY(-15px);
  -ms-transform:translateY(-15px);
  transform:translateY(-15px);
}
.label_price {
  position:absolute;
  left:-5px;
  top:-5px;
  z-index:1;
  overflow:hidden;
  width:99px;
  height:75px;
  text-align:right;
}
.label_price span::before {
  content:"";
  position:absolute;
  left:0px;
  top:100%;
  z-index:-1;
  border-left:3px solid;
  border-right:3px solid transparent;
  border-bottom:3px solid transparent;
  border-top:3px solid;
  border-left-color:inherit;
  border-top-color:inherit;
}
.label_price span {
  font-size:10px;
  font-weight:bold;
  color:#FFF;
  text-transform:uppercase;
  text-align:center;
  line-height:20px;
  -webkit-transform:rotate(-45deg);
  -ms-transform:rotate(-45deg);
  transform:rotate(-45deg);
  display:block;
  -webkit-box-shadow:0 3px 10px -5px rgba(0,0,0,1);
  box-shadow:0 3px 10px -5px rgba(0,0,0,1);
  top:19px;
  left:-21px;
  position:relative;
}
.label_price span::after {
  content:"";
  position:absolute;
  right:0px;
  top:100%;
  z-index:-1;
  border-left:3px solid transparent;
  border-right:3px solid;
  border-bottom:3px solid transparent;
  border-top:3px solid;
  border-right-color:inherit;
  border-top-color:inherit;
}
.price_content {
  padding:43px 20px 83px;
}
.Priceing_image {
  margin:30px 0 20px;
  text-align:center;
}
.Priceing_image img {
  max-width:260px;
  margin:0 auto;
  display:block;
  width:100%;
}
.pricing_section_3_clm_main_fix .cta a.cta_button{
  position:absolute;
  bottom:30px;
  left:25px;
  right:25px;
}
@media(max-width:1024px)

{
  .pricing_section_3_clm {
    -ms-flex-preferred-size:45%;
    flex-basis:45%;
  }
}
@media(max-width:767px)

{
  .pricing_section_3_clm {
    -ms-flex-preferred-size:80%;
    flex-basis:80%;
  }
  .pricing_section_3_clm_main {
    padding:40px 0px;
  }
}
@media(max-width:480px)

{
  .pricing_section_3_clm {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
}
/*****************************************/

/* IT_Resource Download Cards Ends  */

/*****************************************/


/*****************************************/

/* IT_Testimonial Static Cards with bg */

/*****************************************/

.testimonail-cards-static-loop {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.testimonail-cards-static-items {
  -ms-flex-preferred-size:31%;
  flex-basis:31%;
  padding:50px 40px;
  -webkit-box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3);
  box-shadow:0px 2px 18px 0px rgba(0,0,0,0.3);
  border-radius:5px;
  position:relative;
  margin:0 1% 60px;
}
/* .testimonail-cards-static-items:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 0;
border: 19px solid transparent;
border-top-color:inherit;
border-bottom: 0;
margin-left: -20px;
margin-bottom: -19px;
}
*/

.testimonail-cards-static-items h4 {
  letter-spacing:1px;
}
.testimonail-cards-static-items .bef_sta_car {
  padding-left:25px;
  position:relative;
}
.testimonail-cards-static-content {
  padding-top:20px;
}
.testimonail-cards-static-items .bef_sta_car:before {
  content:'\268A';
  font-size:30px;
  position:absolute;
  left:-5px;
  line-height:28px;
}
.test_learn_p {
  padding-top:30px;
}
.testimonail-cards-static-items:before {
  content:'\201C';
  font-family:serif;
  font-weight:700;
  position:absolute;
  font-size:130px;
  top:-60px;
  left:35px;
}
.two_col_single_col_content-btm.left{
  text-align:left;
} 
.two_col_single_col_content-btm.center{
  text-align:center;
  max-width:770px;
  margin:0 auto;
}
.cta_alignment>span.cta_1{
  padding-right:10px;
}
.cta_alignment>span.cta_2{
  padding-left:10px;
}
.cta_alignment>span.transparent a.cta_button{
  background-color:transparent;
  color: #fff;
  border: 2px solid #e63d43;
  padding: 12px 26px;
}
.cta_alignment>span.transparent a.cta_button:hover{
  background-color: #e63d43;
  color: #fff;
}
@media(max-width:1024px)

{
  .testimonail-cards-static-items {
    -ms-flex-preferred-size:48%;
    flex-basis:48%;
  }
}
@media(max-width:767px)

{
  .testimonail-cards-static-items {
    -ms-flex-preferred-size:80%;
    flex-basis:80%;
  }
}
@media(max-width:480px)

{
  .testimonail-cards-static-items {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
}
/*****************************************/

/* IT_Testimonial Static Cards with bg Ends */

/*****************************************/

/*****************************************/

/* IT_Testimonial Slider */

/*****************************************/

.rating_cards-1 ul,
.rating_cards-1 li {
  padding:0;
  margin:0;
  list-style:none;
}
.rating_cards_content-1 {
  max-width:800px;
  margin:0 auto;
  padding:0px 10px;
}
.rating_cards-1 {
  text-align:center;
}
.cards_start-1 svg {
  fill:inherit;
  height:20px;
  width:20px;
  vertical-align:middle;
}
.cards_main_content-1 img {
  margin:0 auto;
  padding-bottom:30px;
}
.cards_mesg-1 p {
  font-size:26px;
  line-height:1.5;
}
.cards_start-1 {
  padding:0px 0px 15px 0px;
}
.rating_cards_content-1 li {
  display:inline;
}
.rating_cards-2_author {
  margin-bottom:15px
}
.rating_cards-2_author p {
  margin:0;
}
@media(max-width:767px)

{
  .cards_mesg-1 p {
    font-size:20px;
  }
  .rating_cards_content-1 {
    padding:0px;
  }
  .cards_main_content-1 img {
    padding-bottom:15px;
  }
}
/*****************************************/

/* IT_Testimonial Slider Ends */

/*****************************************/

/*****************************************/

/* IT_Three col mobile Slider Cards */

/*****************************************/
.three_column_slider ul.slick-dots{
  padding-left:0px;
}
@media(max-width:768px)

{
  .run-slider.slick-slider {
    position:relative;
    display:block;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    -webkit-touch-callout:none;
    -khtml-user-select:none;
    -ms-touch-action:pan-y;
    touch-action:pan-y;
    -webkit-tap-highlight-color:transparent;
  }
  .run-slider.slick-list {
    position:relative;
    display:block;
    overflow:hidden;
    margin:0;
    padding:0;
  }
  .run-slider.slick-list:focus {
    outline:none;
  }
  .slick-list.dragging {
    cursor:pointer;
    cursor:hand;
  }
  .run-slider.slick-slider .slick-track,
  .run-slider.slick-slider .slick-list {
    -webkit-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0);
  }
  .run-slider .slick-track {
    position:relative;
    top:0;
    left:0;
    display:block;
  }
  .run-slider .slick-track:before,
  .run-slider .slick-track:after {
    display:table;
    content:'';
  }
  .run-slider .slick-track:after {
    clear:both;
  }
  .run-slider .slick-loading .slick-track {
    visibility:hidden;
  }
  .run-slider .slick-slide {
    float:left;
    height:100%;
    min-height:1px;
  }
  [dir='rtl'] .slick-slide {
    float:right;
  }
  .run-slider .slick-slide.slick-loading img {
    display:none;
  }
  .run-slider .slick-slide.dragging img {
    pointer-events:none;
  }
  .run-slider .slick-initialized .slick-slide {
    display:block;
  }
  .run-slider .slick-loading .slick-slide {
    visibility:hidden;
  }
  .run-slider .slick-vertical .slick-slide {
    display:block;
    height:auto;
    border:1px solid transparent;
  }
  .run-slider .slick-next {
    right:-12px;
  }
  .run-slider .slick-prev {
    left:-15px;
  }
}
@media(min-width:769px)

{
  .run-slider.slick-slider .slick-track,
  .run-slider.slick-slider .slick-list {
    width:100% !important;
    -webkit-transform:none !important;
    -ms-transform:none !important;
    transform:none !important;
    display:-webkit-box !important;
    display:-ms-flexbox !important;
    display:flex !important;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .run-slider.slick-initialized .slick-slide {
    display:inherit !important;
    height:auto !important;
  }
  .run-slider .slick-dots {
    display:none !important;
  }
}
.run-slider {
  text-align:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.run-slider a {
  position:absolute;
  bottom:10px;
  left:17px;
}
.list-container {
  padding:20px 16px 33px 16px;
  -ms-flex-preferred-size:30%;
  flex-basis:30%;
  margin-right:10px;
  margin-left:10px;
  margin-bottom:30px;
  position:relative;
}
.list-container h4 {
  letter-spacing:1px;
}
.list-container img {
  padding-bottom:11px;
  display:inline-block;
}
.list-container p {
  text-align:left;
}
@media(max-width:767px)

{
  .list-container h5 span {
    font-size:27px;
  }
  .list-container {
    padding:30px 10px;
  }
  .run-slider a {
    bottom:7px;
    left:9px;
  }
  .three_column_slider {
    padding-bottom:50px;
  }
}
.three_column_slider .slick-list {
  position:relative;
  overflow:visible;
  margin:0;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
@media(max-width:1024px)

{
  .three_column_slider .slick-list {
    display:block;
    overflow:hidden;
  }
}
/*****************************************/

/* IT_Three col mobile Slider Cards Ends */

/*****************************************/

/*****************************************/

/* IT_Timeline Slider */

/*****************************************/
.align-center{
  text-align:center;
}
.str-col-time .slick-list {
  overflow:visible;
}
.str-col-time {
  position:relative;
  overflow:hidden;
}
.str-time-slick-h {
  padding-bottom:81px;
  position:absolute;
  top:0;
}
.str-time-slick {
  position:relative;
  z-index:1;
}
.str-time-box {
  background:#FFFFFF;
  -webkit-box-shadow:0px 2px 4px rgba(0,0,0,0.08);
  box-shadow:0px 2px 4px rgba(0,0,0,0.08);
  border-radius:15px;
  padding:50px;
  text-align:center;
}
.str-time-slick-content {
  margin:0px 25px;
}
.str-time-box img {
  width:100%;
  height:auto;
  border-radius:15px;
}
.str-time-slick-content-wrapper {
  position:relative;
  padding-bottom:30px;
  padding-top:100px;
}
.str-col-time:after {
  content:'';
  background:rgba(230,61,67,0.3);
  width:100vw;
  height:10px;
  position:absolute;
  top:65%;
  -webkit-transform:translate(-50%,-50%);
  -ms-transform:translate(-50%,-50%);
  transform:translate(-50%,-50%);
  left:50%;
}
.str-col-time .slick-disabled {
  opacity:0.3;
}
.str-col-time button.slick-prev {
  font-size:0px;
  background:#ffffff;
  width:70px;
  height:70px;
  background-image:url(https://2432204.fs1.hubspotusercontent-na1.net/hubfs/2432204/INBOUND_2020/Icon.svg);
  background-repeat:no-repeat;
  background-position:center;
  border-radius:50%;
  -webkit-transform:rotateZ(180deg);
  -ms-transform:rotate(180deg);
  transform:rotateZ(180deg);
  margin-left:10px;
  border:none;
  padding:0px;
}
.str-col-time button.slick-next {
  font-size:0px;
  background:#ffffff;
  width:70px;
  height:70px;
  background-image:url(https://2432204.fs1.hubspotusercontent-na1.net/hubfs/2432204/INBOUND_2020/Icon.svg);
  background-repeat:no-repeat;
  background-position:center;
  border-radius:50%;
  border:none;
  padding:0;
}
.str-time-slick-content-slick button {
  margin-right:13px;
}
.str-time-slick-content-slick button {
  margin-right:13px;
  position:absolute;
  top:33px;
  right:0;
}
.str-time-slick-content-slick button.slick-prev {
  right:85px;
}
.str-time-slick-content-slick button:hover {
  cursor:pointer;
}
.str-time-slick-content-slick {
  padding-top:150px;
}
.str-time-box h4 {
  padding-top:30px;
  text-align:center;
  letter-spacing:1px;
}
@media(max-width:1024px)

{
  .str-time-slick-content-slick {
    padding-top:80px;
  }
  .str-time-slick-content h5 {
    font-size:50px;
  }
  .str-col-time button.slick-prev,
  .str-col-time button.slick-next {
    width:50px;
    height:50px;
  }
  .str-time-slick-content-wrapper {
    padding-top:70px;
  }
}
@media(max-width:767px)

{
  .str-time-slick-content h5 {
    font-size:30px;
  }
  .str-col-time button.slick-prev,
  .str-col-time button.slick-next {
    top:16px;
  }
  .str-time-box {
    padding:30px;
  }
}
/*****************************************/

/* IT_Timeline Slider Ends */

/*****************************************/

/*****************************************/

/*IT_Two Col Image Hover */

/*****************************************/

.image_scale_heading {
  text-align:center;
}
.image_scale_section_fix {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  min-height:350px;
  margin-top:50px;
}
.image_scale_text_loop {
  padding-bottom:20px;
}
.image_scale_text,
.image_imge3 {
  -ms-flex-preferred-size:45%;
  flex-basis:45%;
  margin:0 2.5%;
  position:relative;
}
.image_ani {
  max-width:55%;
  -webkit-box-shadow:0 10px 35px rgba(0,0,0,0.4);
  box-shadow:0 10px 35px rgba(0,0,0,0.4);
  position:absolute;
  -webkit-transition:all .4s;
  -o-transition:all .4s;
  transition:all .4s;
  z-index:10;
  outline-offset:5px;
  outline:10px solid transparent;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.image_ani:hover {
  -webkit-box-shadow:0 20px 64px rgba(0,0,0,0.6);
  box-shadow:0 20px 64px rgba(0,0,0,0.6);
  -webkit-transform:scale(1.1) translateY(-0.5rem);
  -ms-transform:scale(1.1) translateY(-0.5rem);
  transform:scale(1.1) translateY(-0.5rem);
  z-index:20;
}
.image_ani.image_ani_1 {
  top:-32px;
  left:0;
}
.image_ani.image_ani_2 {
  top:25px;
  left:40%;
}
.image_ani.image_ani_3 {
  top:95px;
  left:15%;
}
.image_scale_section.section_horizontal{
  padding-bottom:150px;
}
@media(max-width:900px){

  .image_scale_section_fix {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    margin-top:0;
    margin-bottom:40px;
  }
  .image_imge3_fix {
    position:relative;
    min-height:400px;
    max-width:500px;
    margin:0 auto;
    top:20%;
  }
  .image_scale_text {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
}
@media(max-width:767px){

  .image_imge3_fix {
    margin-bottom:50px;
  }
  .image_scale_text_loop {
    padding-bottom:10px;
  }
  .image_scale_text,
  .image_imge3 {
    margin:0%;
  }
}
@media(max-width:480px){

  .image_ani {
    outline-offset:5px;
    outline:5px solid transparent;
  }
  .image_ani:hover {
    -webkit-transform:scale(1.05) translateY(-0.5rem);
    -ms-transform:scale(1.05) translateY(-0.5rem);
    transform:scale(1.05) translateY(-0.5rem);
  }
}
/*****************************************/

/*IT_Two Col Image Hover  Ends */

/*****************************************/

/*****************************************/

/*IT_Two Col Img and Accordian  */

/*****************************************/

.pg3_content_rt {
  padding:20px;
  -ms-flex-preferred-size:48%;
  flex-basis:48%;
}
.pg3_image_lt {
  padding:0px 10px;
  -ms-flex-preferred-size:48%;
  flex-basis:48%;
}
.pg3_image_lt img {
  width:100%;
}
.pg3_content_top_rt p {
  margin-bottom:0px;
  font-weight:600;
  font-size:22px;
}
span.Toggel_list_head {
  font-size:18px;
  font-weight:600;
  cursor:pointer;
}
.pg3_content_bottom_heading {
  margin:10px 0px;
  border-radius:5px;
}
.pg3_hero_wrapper li {
  list-style:none;
}
span.Toggel_list_head h5,
span.Toggel_list_head h6,
span.Toggel_list_head h4,
span.Toggel_list_head h3,
span.Toggel_list_head h2,
span.Toggel_list_head h1 {
  margin-bottom:0;
}
.Toggle_para {
  display:none;
}
.Toggle_para div {
  display:block;
}
.Toggel_list_head div,
.Toggle_para div {
  padding:20px 25px;
}
.Toggel_list_head div {
  border-bottom:1px solid;
  border-radius:0;
}
.operate {
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}
.faq-icons {
  float:right;
  margin-right:10px;
  -webkit-transition:all .3s ease-in;
  -o-transition:all .3s ease-in;
  transition:all .3s ease-in;
  margin-top:-43px;
}
.pg3_content_top_rt {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.pg3_content_top_img {
  padding-right:10px;
}
.pg3_content_hero_data {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
@media(max-width:1024px)

{
  .pg3_content_rt {
    padding:0px;
  }
}
/* Desktop view Css ends */

@media(max-width:767px){

  .pg3_content_hero_data {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .Toggel_list_head div,
  .Toggle_para div {
    padding:20px 9px;
  }
  .pg3_hero_wrapper {
    padding:0px 10px;
    position:relative;
  }
  .pg3_image_lt,
  .pg3_content_rt {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .pg3_content_rt {
    padding:0px;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    width:100%;
  }
}
/*****************************************/

/*IT_Two Col Img and Accordian Ends */

/*****************************************/

/*****************************************/

/*IT_Two Col Img and Text Edge */

/*****************************************/

.two_col-edge-fl {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.two_col_lt_img_outer {
  position:relative;
  height:100%;
  width:100%;
  display:block;
}
.two_col_lt_img {
  background-size:cover;
  position:absolute;
  top:0;
  bottom:0;
  height:100%;
  left:0;
  right:0;
  width:100%;
  background-repeat:no-repeat;
  background-position:center;
}
.two_col_lt_img img {
  width:100%;
}
.two_col_lt {
  -ms-flex-preferred-size:50%;
  flex-basis:50%;
}
.two_col_rt {
  -ms-flex-preferred-size:50%;
  flex-basis:50%;
}
.two_col_rt_content {
  padding:100px 50px;
  max-width:92%;
}
.two_col-edge-fl:nth-child(even) .two_col_lt {
  -webkit-box-ordinal-group:2;
  -ms-flex-order:1;
  order:1;
}
.small-text_content P:first-child {
  margin-bottom:5px;
}
@media(max-width:1100px)

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

{
  .two_col_rt_content {
    padding:20px 0px;
    max-width:100%;
  }
  .two_col-edge-fl {
    padding:0px 20px;
  }
  .two_col_rt,
  .two_col_lt {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .two_col_lt_img {
    position:relative;
    height:100%;
    width:100%;
    min-height:400px;
  }
  .two_col-edge-fl:nth-child(even) .two_col_lt {
    -webkit-box-ordinal-group:1;
    -ms-flex-order:0;
    order:0;
  }
}
/*****************************************/

/*IT_Two Col Img and Text Edge Ends */

/*****************************************/

/*****************************************/

/*IT_Two Col Text and Img */

/*****************************************/

.special-offer-col {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -ms-flex-line-pack:center;
  align-content:center;
  position:relative;
}
.special-head h4 {
  letter-spacing:0px;
}
.special-text,
.special-image {
  -ms-flex-preferred-size:50%;
  flex-basis:50%;
}
.special-text {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
  -ms-flex-direction:column;
  flex-direction:column;
  padding-right:50px;
}
.special-image img {
  width:100%;
}
.spl-img-left{
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  padding-right: 0;
  padding-left: 50px;
}
.special-image {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
}
@media(max-width:767px)

{
  .special-offer-col {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .special-text.spl-img-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-top: 50px;
  }

  .spl-img-left{
    padding-left: 0px;
    padding-top:50px;
  }
  .special-head.special-desc {
    max-width:100%;
  }
  .special-text {
    padding-right:0px;
  }
}
/*****************************************/

/*IT_Two Col Text and Img Ends */

/*****************************************/

/*****************************************/

/*IT_Two Col Text and Video */

/*****************************************/

.secton-main-wrap {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  position:relative;
}
.video_youtube_two_col{
  position: relative;
}
.section-vid.you_tube_iframe .vidoe_mp4_src{
  display:none;
}
.section-vid.video_mp4 .responsive-iframe{
  display:none;
}
.section-text,
.section-vid {
  -ms-flex-preferred-size:45%;
  flex-basis:45%;
}
.section-text {
  -webkit-box-ordinal-group:1;
  -ms-flex-order:0;
  order:0;
  margin-right:5%;
}
.secton-main .section-vid iframe.responsive-iframe {
  min-height:300px;
  width:100%;
}
.section-vid iframe {
  border:none;
}
@media (max-width: 768px) {
  .secton-main-wrap {
    display:block;
  }
  .section-text {
    padding-bottom:30px;
    margin-right:0;
  }
  .section-vid {
    max-width:500px;
    margin:0 auto;
    text-align:center;
  }
}
/*****************************************/

/*IT_Two Col Text and Video Ends */

/*****************************************/

/*****************************************/

/* IT_Two Col tools Cards */

/*****************************************/

/*****************************************/

/*IT_Two Col tools Cards Ends */

/*****************************************/

/*****************************************/

/*IT_Two Text only Section */

/*****************************************/

.two_col_single_col_content-top {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding-bottom:40px;
}
.two_col_single_col_colr{
  position:relative;
}
.two_col_single_col_main {
  position: relative;
}
.two_col_single_col_content-rt {
  -ms-flex-preferred-size:48%;
  flex-basis:48%;
}
.two_col_single_col_main h3 {
  text-align:center;
}
.two_col_single_col_content h4 {
  letter-spacing:1px;
}
@media(max-width:767px)

{
  .two_col_single_col_content-top {
    padding-bottom:20px;
  }
  .two_col_single_col_content-rt {
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    padding-bottom:20px;
  }
  .two_col_single_col_content-bottom {
    padding-bottom:20px;
  }
}
/*****************************************/

/* IT_Two Text only Section Ends */

/*****************************************/

/*****************************************/

/* IT_Vertical Tabber */

/*****************************************/

.vertical_tabber_fix {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.vertical_tab_options,
.vertical_tab_image {
  -ms-flex-preferred-size:45%;
  flex-basis:45%;
  margin:0 2.5%;
}
.vertical_tab_image img {
  width:100%;
}
.vertical_tab_options_fix ul {
  padding:0;
  margin:0;
}
li.vertical_tab_options_li {
  list-style:none;
  font-size:28px;
  padding:15px 15px 15px 0px;
  font-weight:700;
  margin-left:50px;
  position:relative;
  -webkit-transition:all 0.3s;
  -o-transition:all 0.3s;
  transition:all 0.3s;
  max-width:400px;
  cursor:pointer;
}
li.vertical_tab_options_li.active_chg {
  padding-bottom:50px;
  padding-left:1px;
  margin-bottom:20px;
  color:#e63d43;
}
li.vertical_tab_options_li.active_chg:before {
  content:"";
  display:block;
  width:15px;
  height:49px;
  background-color:#e63d43;
  position:absolute;
  left:-10%;
  opacity:1;
}
li.vertical_tab_options_li.active_chg:after {
  content:'';
  position:absolute;
  bottom:0;
  left:0px;
  height:2px;
  background:#ccc;
  width:90%;
  opacity:.5;
}
.vertical_tab_options_heading {
  margin-left:50px;
  border-bottom:3px solid #e63d43;
  display:inline-block;
  margin-bottom:30px;
}
.vertical_tab_options_fix .vertical_tab_options_link {
  display:none;
}
.vertical_tab_image_fix {
  display:none;
}
.vertical_tab_image_text {
  margin-top:20px;
}
.vertical_tab_image_text h4 {
  letter-spacing:0;
}
.vertical_tab_options_li span.open_arrow_text {
  float:right;
}
@media(max-width:1024px){

  li.vertical_tab_options_li {
    font-size:24px;
  }
}
@media(max-width:767px){

  .vertical_tabber_fix {
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  li.vertical_tab_options_li.hover_json_bf_color.active_chg:before {
    content:none;
  }
  li.vertical_tab_options_li.active_chg:after {
    content:none;
  }
  li.vertical_tab_options_li.active_chg {
    padding:10px;
    margin-bottom:0px;
  }
  li.vertical_tab_options_li {
    padding:10px;
    margin-left:0px;
    max-width:100%;
    font-size:18px;
    text-align:center;
  }
  ul.vertical_tab_options_ul {
    border:2px solid #e63d43;
    border-top:0px;
    position:absolute;
    left:0;
    right:0;
    background-color:#fff;
    display:none;
  }
  .vertical_tab_options_fix .vertical_tab_options_link {
    display:block;
    text-align:center;
    border:2px solid #e63d43;
    padding:10px;
    font-size:20px;
    font-weight:600;
    position:relative;
  }
  .vertical_tab_options_link:before {

    content: '\276E';
    position: absolute;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    -webkit-transform: rotate( -90deg);
    -ms-transform: rotate( -90deg);
    transform: rotate( -90deg);
    right: 30px;
  }
  .vertical_tab_options_link.options_link_arrow:before{
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .vertical_tab_options_fix {
    margin-bottom:30px;
    position:relative;
  }
}
/*****************************************/

/*IT_Vertical Tabber Ends */

/*****************************************/

/*****************************************/

/* IT_Logo Slider  */

/*****************************************/

.logo_slider_main .logo_slider {
  padding:0px 10px;
  margin:0 auto;
  max-width:1200px;
}
.logo_slide-content img {
  width:100%;
}
.logo_slide-content {
  max-width:200px;
  margin:0 auto;
  min-height:135px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
}
.logo_slider_main ul.slick-dots {
  position:relative;
  top:25px;
  margin:0 auto;
  text-align:center;
  padding:0;
}
.logo_slider_main ul.slick-dots li {
  display:inline;
  padding:5px;
}
.logo_slider_main ul.slick-dots li button {
  border-radius:100%;
  color:transparent;
  font-size:0px;
  padding:6px;
}
.logo_slider_main ul.slick-dots li button:hover {
  color:transparent;
}
.logo_slider_main ul.slick-dots li.slick-active button {
  color:transparent;
  /*   background-color:#0d152b; */
}
/* .logo_slide-content{
position: relative;
min-height: 120px;
margin: 0 auto;
max-width: 300px;
} */

/* .logo_slide-content img {
margin: 0 auto;
position: absolute;
max-width: 300px;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);

} */

/* @media(max-width:1051px){
.logo_slide-content,
.logo_slide-content img{
max-width: 225px;
}
} */

@media(max-width:1024px)

{
  .logo_slide-content img {
    max-width:200px;
    margin:0 auto;
  }
}
/*****************************************/

/* IT_Logo Slider  ends  */

/*****************************************/

.sys .systems-page {
  padding: 100px 0px 20px;
}
/*****************************************/

/* IT_Two Column Section Starts */

/*****************************************/

.two_col_section_hub_flx{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two_col_section_hub_rt img{
  width:100%;
}
.caption_hub {
  margin-top: 25px;
}
.caption_hub p{
  font-size:14px;
}
.two_col_section_hub_rt{
  -ms-flex-preferred-size:30%;
  flex-basis:30%;
}
.two_col_section_hub_lt{
  -ms-flex-preferred-size:52%;
  flex-basis:52%;
  margin-right: 85px;
}
.two_col_section_hub_lt span a {
  margin-top: 12px;
}
@media(max-width:767px)
{
  body .academy-listing .section-heading {
    padding-bottom: 30px;
  }
  .two_col_section_hub_lt{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
    text-align:center;
    margin: 0;
  }
  .two_col_section_hub_flx{
    max-width: 525px;
    margin:0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .two_col_section_hub_rt{
    max-width:200px;
    margin:0 auto;
    margin-bottom:30px;
  }
  .two_col_section_hub_lt span a{
    margin-top: 0px;
    padding: 15px 30px;
  }
  .caption_hub {
    margin-top: 20px;
  }
  body .new-academy .hero_text_bg_video_fix {
    padding: 80px 0px 60px;
  }
  body .academy-listing {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  body .academy-listing .white-card>.white-box .image {
    width: 100%;
    min-height: 250px;
    margin-bottom: 20px;
  }
  body .academy-listing .white-card>.white-box .text-col {
    margin-left: 0;
    width: 100%;
  }
  body .academy-listing .white-card,
  .academy-success-stories .white-bg{
    margin-bottom: 20px;
  }
  body .academy-success-stories .three-col-adjust {
    margin-top: 40px;
  }
  body .academy-success-stories .bottom-content {
    padding-top: 30px;
  }
  body .academy-success-stories {
    padding-top: 20px;
    padding-bottom: 50px;
  }
}
/*****************************************/

/* IT_Two Column Section Ends */

/*****************************************/
.our_expert_desgi h4, 
.our_expert_desgi h5,
.our_expert_desgi h6,
.Priceing_description h4,
.Priceing_description h5,
.Priceing_description h6,
.small-text_content h4,
.tools-use-lt-text h3,
.image_scale_text_loop h5,
.two_col_section_hub_lt h4,
.two_col_single_col_content h4,
.vertical_tab_image_text h4,
.hub_cert_category_head h4,
.p-card-heading h5
{
  color: #0F213D;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*=== IPC Pillar Page CSS ===*/

.grey-text-bg,
.ipc-twoc-ol-image-text,
.timeline-cm,
.ipc-three-card-cm,
.ipc-three-card-icon-cm{
  padding:40px 0px 40px;
}
.grey-text-bg .contents p:not(:last-child) {
  padding-bottom: 15px;
}
.grey-text-bg .contents ul {
  padding-left: 0;
  margin-top: 30px;
}
.grey-text-bg .contents ul li:not(:last-child) {
  padding-bottom: 25px;
}
.grey-text-bg .contents ul li strong {
  display: block;
}
.ipc-twoc-ol-image-text .image-col img {
  width:100%;
}
.ipc-twoc-ol-image-text .tow-col {
  margin-top: 60px;
}

.timeline-cm .three-col-adjust {
  margin-bottom: 40px;
  margin-top:60px;
}
.timeline-cm .hs_cos_wrapper {
  border: 8px solid #e62e2d;
  border-radius: 30px;
  padding: 20px 0px 20px;
}
.three-col-adjust>span .hs_cos_wrapper {
  width: 31%;
  position: relative;
  z-index: 1;
}
.timeline-cm .hs_cos_wrapper::before, 
.timeline-cm .hs_cos_wrapper::after {
  content: '';
  position: absolute;
  top: -27px;
  width: 8px;
  height: 40px;
  background: #e62e2d;
  border-radius: 30px;
}
.timeline-cm .hs_cos_wrapper::before {
  left: 70px;
}
.timeline-cm .hs_cos_wrapper::after {
  right: 70px;
}
.timeline-cm .hs_cos_wrapper .day {
  border-bottom: 8px solid #e62e2d;
  margin-bottom: 25px;
}
.timeline-cm .hs_cos_wrapper .text {
  max-width: 180px;
  margin: 0 auto;
  width: 100%;
  padding: 20px 0px 30px;
}
.timeline-cm .hs_cos_wrapper .text p {
  font-size: 25px;
}
.timeline-cm .timeline-text {
  position: relative;
  z-index: 1;
}
.timeline-cm .timeline-text::before, 
.timeline-cm .timeline-text::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  width: 30%;
}
.timeline-cm .timeline-text::before {
  left: 0;
  background-image: url(https://5100758.fs1.hubspotusercontent-na1.net/hubfs/5100758/Asset-Inland_advisor_solutions/assets-2022/Left_arrow.png);
}
.timeline-cm .timeline-text::after {
  right: 0;
  background-image: url(https://5100758.fs1.hubspotusercontent-na1.net/hubfs/5100758/Asset-Inland_advisor_solutions/assets-2022/Right_Arrow.png);
}
.ipc-three-card-cm .cards-cm {
  margin-top: 50px;
  justify-content:center;
  -webkit-justify-content:center;
}
.ipc-three-card-cm .cards-cm .text {
  padding: 35px 40px 30px;
}
.ipc-three-card-cm .cards-cm .text .contents,
.ipc-three-card-icon-cm .cards-cm .text .contents{
  padding-top: 10px;
}
.ipc-three-card-cm .cards-cm .text>span {
  font-size: 60px;
  font-weight: 600;
}
.ipc-three-card-cm .cards-cm .text p {
  font-weight: 600;
}

.ipc-three-card-icon-cm .cards-cm {
  margin-top: 50px;
  justify-content:center;
  -webkit-justify-content:center;
}
.ipc-three-card-icon-cm .cards-cm .text {
  padding: 35px 44px 30px;
  min-height: 306px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 330px;
  margin: 0 auto;
}
.ipc-three-card-icon-cm .cards-cm .text p {
  font-weight: 600;
  font-size:18px;
  text-transform:uppercase;
  margin: 0 auto;
  margin-bottom: 15px;
  width:100%;
}
.ipc-three-card-icon-cm .cards-cm .text .contents img {
  max-width: 50px;
  padding-bottom: 20px;
}
.ipc-three-card-icon-cm .cards-cm .bottom-text {
  padding-top:30px;
  max-width:310px;
  margin:0 auto;
  width:100%;
}
.ipc-three-card-icon-cm .item-1 .contents p:first-child {
  max-width: 130px;
}
.ipc-three-card-icon-cm .item-1 .contents p:last-child {
  max-width: 160px;
}
.ipc-three-card-icon-cm .item-2 .contents p:last-child {
  max-width: 200px;
}
.ipc-three-card-icon-cm .item-3 .contents p:last-child {
  max-width: 185px;
}

.aboutus-edge {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.aboutus-edge .image-bg {
  background-position: left center;
}
.aboutus-edge.pillar-page-edge .image-bg {
  background-position: top;
}
.inb-video-hero-main-1.about_us_hero {
  background-position: center !important;
}

.two_col_image .top-arrow {
  position: relative;
  text-align: center;
  padding: 12px;
  margin-bottom: 6px;
  height: 52px;
  width: 220px;
  margin-left: auto;
  margin-right: auto;
}
.two_col_image .top-arrow::before,
.two_col_image .top-arrow::after{
  content: '';
  height: 28px;
  width: 50%;
}
.two_col_image .top-arrow::before{
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: skew(0deg, -25deg);
  -ms-transform: skew(0deg, -25deg);
  transform: skew(0deg, -25deg);
}
.two_col_image .top-arrow::after{
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: skew(0deg, 25deg);
  -ms-transform: skew(0deg, 25deg);
  transform: skew(0deg, 25deg);
}
.two_col_image .two_col_image_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.two_col_image .top-triangle{
  width: 0;
  height: 0;
  border-top: 50px solid;
  border-right: 50px solid transparent;
}
.two_col_image .text-triangle{
  position: relative;
  padding-bottom: 36px;
}
.two_col_image .text-triangle,.two_col_image .bottom-text {
  max-width: 180px;
  margin:0 auto;
}
.two_col_image .text-triangle:before{
  content: '';
  display: block;
  position: absolute;
  bottom: 100%;
  left: 50%;
  width: 100%;
  max-width: 186px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-right: 90px solid transparent;
  border-left: 90px solid transparent;
  border-bottom-width: 40px;
  border-bottom-style: solid;
}
.two_col_image .bottom-text h5{
  font-family: 'Circular-Loom';
  font-size: 24px;
  font-weight: 600;
}
.two_col_image .text-triangle h2 {
  font-size: 62px;
  font-family: 'Circular-Loom';
  font-weight: 500;
  margin-bottom: 0;
}
.two_col_image .text-triangle h6 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 0;
}
.two_col_image .bottom-text {
  padding-top: 25px;
}
.two_col_image .two-col_image_content {
  -ms-flex-preferred-size: 34%;
  flex-basis: 34%;
}

.two_col_image .bottom-text-section {
  padding: 20px;
  max-width: 950px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 40px;
}
.two_col_image {
  padding-top: 40px;
}
.two_col_image .image-section img{
  max-width:100%;
}
.divider-text .top-divider,
.divider-text .bottom-divider{
  min-height:15px;
}
section.divider-text .text-cta-divider {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.divider-text {
  padding-bottom: 60px;
  padding-top: 30px;
}
.mhc_two_col_edged {
  position: relative;
  z-index: 1;
  padding: 40px 0;
}
.mhc_two_col_edged .content_wrapper {
  padding: 0 50px;
}
.mhc_tc_left .section-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  z-index: -1;
}
.mhc_tc_left_box {
  padding: 20px;
  position: relative;
  z-index: 3;
}
.mhc_tc_left_box:not(:last-child) {
  margin-bottom: 40px;
}
.mhc_tc_left_box:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.counter-number {
  font-size: 80px;
  font-weight: 700;
  letter-spacing: -3px;
}
.mhc_tc_left {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
}
.mhc_tc_right {
  -ms-flex-preferred-size: 47%;
  flex-basis: 47%;
  margin-left: 6%;
}
.mhc_four_counter_box {
  position: relative; 
  padding: 40px 0;
}
.mhc_fc_title h3 {
  text-align: center;
}
.mhc_fc_title {
  margin-bottom: 80px;
}
.mhc_fc_col {
  -ms-flex-preferred-size: 22%;
  flex-basis: 22%;
  margin-right: 4%;
  padding: 60px 20px 30px;
}
.mhc_fc_col:nth-child(4n+4) {
  margin-right: 0;
}
.mhc_fc_col_main {
  font-size: 25px;
  line-height: 1.2;
  font-family: 'Oswald';
  flex: 1;
}
.mhc_fc_col_main span {
  font-size: 50px;
  font-weight: 600;
  line-height: 1.5;
}
.mhc_fc_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.mhc_graph {
  position: relative;
  padding: 40px 0;
}
.mhc_graph_title {
  margin-bottom: 80px;
}
.mhc_graph_image img {
  width: 100%;
  max-width: 100%;
}
.mhc_graph_text {
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  margin-right: 4%;
}
.mhc_graph_image {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
/*===== Three Column with CTA =====*/


.three-col-cta-section{
  margin-top: -170px;
  position: relative;
  z-index: 1;
}
.three-col-cta-section .three-col-cta-fix{
  justify-content: space-between;
  align-items: stretch;
  flex-wrap:wrap;
}
/* .three-col-cta-section{
  padding:50px 0 80px;
} */
.three-col-cta-section .three-col-cta-fix .three-col-item{
  flex-basis:31%;
  padding:30px;
  margin-bottom:10px;
}
.three-col-cta-section .three-col-cta-fix .three-col-item.margin-class{
  margin-bottom:90px;
}
.three-col-cta-section .three-col-item .th-bg-img{
  min-height: 200px;
  margin-top: -70px;
  margin-bottom: 20px;
}

.three-col-cta-section .three-col-item.text-center{
  text-align:center;
}
.three-col-cta-section .three-col-item.text-left{
  text-align:left;
}
.three-col-cta-section .three-col-item.text-right{
  text-align:right;
}
.three-col-cta-section .three-col-cta-fix .th-text-cntn p{
  font-size:16px;
  letter-spacing: -0.3px;
}
.three-col-cta-section .three-col-cta-fix .th-text-cntn p:last-child {
  margin: 0;
}
.three-col-cta-section .cta_sec_th{
  text-align:center;
}
body .three-col-cta-section .cta_sec_th a.cta_button {
  padding: 8px 30px;
}

/*===== Three Column with CTA END =====*/


/*===== Mobile responsive =====*/


/*===== Three Column with CTA =====*/

@media(max-width:1024px){
  .three-col-cta-section .three-col-cta-fix .three-col-item{
    padding:20px;
  }
  .three-col-cta-section .three-col-cta-fix .three-col-item{
    flex-basis:32%;
  }
}
/*===== Three Column with CTA END =====*/
@media(min-width:768px){
  .aboutus-edge .two_col_flex{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:stretch;
    -ms-flex-align:stretch;
    align-items:stretch;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
  }
  .aboutus-edge .two_col_lt_edge{
    width:100%;
    -ms-flex-preferred-size:50%;
    flex-basis:50%;
  }
  .aboutus-edge .two_col_rt_edge {
    width: 100%;
    -ms-flex-preferred-size: 46%;
    flex-basis: 46%;
    padding: 85px 30px 85px 30px;
  }
  .image-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    background-repeat: no-repeat;
  }
  .mhc_two_col_main {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
  }
  .mhc_fc_fix {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  } 
}

@media(max-width: 992px) {
  .counter-number {
    font-size: 60px;
  }
  .mhc_fc_col {
    -ms-flex-preferred-size: 47%;
    flex-basis: 47%;
    margin-right: 6%;
    margin-bottom: 40px;
  }
  .mhc_fc_col:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media (max-width:767px){
  .timeline-cm .timeline-text::before, 
  .timeline-cm .timeline-text::after {
    width:18%;
  }
  .timeline-cm .timeline-text h2 {
    font-size:25px;
  }
  .ipc-three-card-cm .cards-cm .text {
    padding: 30px 30px 30px;
  }
  .ipc-three-card-cm .cards-cm .span4.all_text_white:not(:last-child) {
    margin-bottom: 20px;
  }
  .ipc-twoc-ol-image-text .tow-col {
    margin-top: 40px;
  }
  .ipc-twoc-ol-image-text .tow-col .image-col {
    margin-top: 20px;
  }
  section.aboutus-edge .content_wrapper {
    padding: 0;
  }
  .two_col_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .aboutus-edge .two_col_lt_edge{
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .two_col_lt_edge .image-bg {
    min-height: 300px;
    width: 100%;
  }
  .aboutus-edge .two_col_rt_edge {
    padding: 45px 20px 30px 20px;
    -ms-flex-preferred-size:100%;
    flex-basis:100%;
  }
  .two_col_image .two_col_image_flex{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two_col_image .two-col_image_content:not(:last-child) {
    margin-bottom: 40px;
  }
  .mhc_two_col_edged .content_wrapper {
    padding: 0 20px;
  } 
  .mhc_two_col_edged.image_bg .mhc_tc_left .section-bg {
    width: 100%;
  }
  .mhc_two_col_edged.color_bg .mhc_tc_left .section-bg {
    display: none;
  }
  .mhc_tc_right {
    margin-left: 0;
    margin-top: 40px;
  }
  .mhc_fc_col {
    margin-right: 0;
  }
  .mhc_fc_col:not(:last-child) {
    margin-bottom: 40px;
  }
  .mhc_graph_title {
    margin-bottom: 40px;
  }
  .mhc_graph_main.d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mhc_graph_text {
    margin-right: 0;
    margin-top: 40px;
  }
  /*===== Three Column with CTA =====*/
/*    .three-col-cta-section{
    padding:100px 0 80px;
  } */
  .three-col-cta-section .three-col-cta-fix .th-text-cntn br{
    display:none;
  }
  .three-col-cta-section .three-col-cta-fix .three-col-item{
    flex-basis:1000%;
    margin-bottom:90px;
  }
  .three-col-cta-section .three-col-cta-fix .three-col-item:last-child{
    margin-bottom:30px;
  }
  .three-col-cta-section{
    margin-top: 0px;
    position: relative;
    z-index: 1;
  }
  /*===== Three Column with CTA END =====*/
}
.font-light{
  font-weight:300;
}
.font-regular{
  font-weight:400;
}
.font-semibold{
  font-weight:600;
}
.font-bold{
  font-weight:700;
}

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

@media (min-width:568px){
  .text-sm-center{
    text-align:center;
  }
  .text-sm-left{
    text-align:left;
  }
  .text-sm-right{
    text-align:right;
  }
}

@media (min-width:768px){
  .text-md-center{
    text-align:center;
  }
  .text-md-left{
    text-align:left;
  }
  .text-md-right{
    text-align:right;
  }
}

@media (min-width:992px){
  .text-lg-center{
    text-align:center;
  }
  .text-lg-left{
    text-align:left;
  }
  .text-lg-right{
    text-align:right;
  }
}

@media (min-width:1200px){
  .text-xl-center{
    text-align:center;
  }
  .text-xl-left{
    text-align:left;
  }
  .text-xl-right{
    text-align:right;
  }
}

/* Background Image */
.bg-image {
  position: relative;
}
.bg-image__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:-1;
}
.bg-image__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-image--contain.bg-image__image {
  -o-object-fit: contain;
  object-fit: contain;
}
.bg-image--cover.bg-image__image {
  -o-object-fit: cover;
  object-fit: cover;
}
.bg-image--auto.bg-image__image {
  -o-object-fit: none;
  object-fit: none;
}
.bg-image--TOP_LEFT.bg-image__image {
  -o-object-position: top left;
  object-position: top left;
}
.bg-image--TOP_CENTER.bg-image__image {
  -o-object-position: top center;
  object-position: top center;
}
.bg-image--TOP_RIGHT.bg-image__image {
  -o-object-position: top right;
  object-position: top right;
}
.bg-image--MIDDLE_LEFT.bg-image__image {
  -o-object-position: center left;
  object-position: center left;
}
.bg-image--MIDDLE_CENTER.bg-image__image {
  -o-object-position: center center;
  object-position: center center;
}
.bg-image--MIDDLE_RIGHT.bg-image__image {
  -o-object-position: center right;
  object-position: center right;
}
.bg-image--BOTTOM_LEFT.bg-image__image {
  -o-object-position: bottom left;
  object-position: bottom left;
}
.bg-image--BOTTOM_CENTER.bg-image__image {
  -o-object-position: bottom center;
  object-position: bottom center;
}
.bg-image--BOTTOM_RIGHT.bg-image__image {
  -o-object-position: bottom right;
  object-position: bottom right;
}




/* Slider */
.slick-slider
{
    position: relative;

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

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

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

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

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

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

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

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

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

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

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

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-prev:before, .slick-next:before {
    font-size: 50px !important;
}
.slick-next:before {
    font-size: 50px !important;
}
.slick-next:after {
    font-size: 50px !important;
}
.hs_cos_gallery_main .slick-list, .hs_cos_gallery_thumbnails .slick-list, .hs_cos_gallery_lightbox .slick-list {
    font-size: 50px !important;
}

@media (max-width:1000px)  {
  .slick-prev:before, .slick-next:before {
    font-size: 20px !important;
}
.slick-next:before {
    font-size: 20px !important;
}
.slick-next:after {
    font-size: 20px !important;
}
.hs_cos_gallery_main .slick-list, .hs_cos_gallery_thumbnails .slick-list, .hs_cos_gallery_lightbox .slick-list {
    font-size: 20px !important;
}