/* Theme base styles */

/* Generic */

*, *: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 */

/* Responsive grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
/* Content wrappers for blog post and system templates */

.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}

/* Drag and drop layout styles */

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

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

/* Elements */

body {
  line-height: 1.4;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
}

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;
  outline: none;
}

/* Headings */

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

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

ul li,
ol li {
  margin: 0.7rem;
}

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

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

.no-list li {
  margin: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 10px solid;
  margin: 0 0 1.4rem;
  padding-left: 1rem;
}

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Image alt text */

img {
  font-size: 1rem;
  word-break: normal;
}
/* Primary button */

button,
.button,
.hs-button {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  text-align: center;  
  white-space: normal;
}

/* Brutalist button */
.button.button--brutalist {
  position: relative;
  top: 0; right: 0; bottom: 0; left: 0;
}

.button.button--brutalist:hover,
.button.button--brutalist:focus,
.button.button--brutalist:active {  
  transition: all 0.3s ease;
}

/* Simple button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
}

/* Disabled button */

button:disabled,
.button:disabled,
.hs-button:disabled {
  background-color: #f1f1f1;
  border-color: #f1f1f1;
  pointer-events: none;
}

button:disabled,
.button:disabled,
.button.button--secondary:disabled,
.button.button--simple:disabled {
  color: #d0d0d0;
}

/* No button */

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

/* Button icons */

.button .button__icon svg {
  display: block;
  fill: inherit;
  height: 1.25rem;
  margin-right: 1rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .button .button__icon svg {
    width: 1.25rem;
  }
}

.button--icon-right .button__icon {
  order: 1;
}

.button--icon-right .button__icon svg {
  margin-left: 1rem;
  margin-right: 0;
}
/* Form title */

.form-title {
  margin: 0;
}

.form-title ~ div > form {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* Labels */

form label {
  display: block;
  margin-bottom: 0.35rem;
}

/* Form fields */

form .hs-form-field {
  margin-bottom: 1.4rem;
}

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='file'],
form input[type='search'],
form select,
form textarea {
  display: inline-block;
  width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

form fieldset {
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - checkbox/radio */

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

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

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

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

/* Form fields - date picker */

form .hs-dateinput {
  position: relative;
}

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

form .is-selected .pika-button {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
  box-shadow: none !important; /* stylelint-disable-line declaration-no-important */
}

form .fn-date-picker .pika-button:hover,
form .fn-date-picker .pika-button:focus {
  border-radius: 0 !important; /* stylelint-disable-line declaration-no-important */
}

/* Form fields - file picker */

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

/* Headings and text */

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

form .hs-richtext img {
  height: auto;
  max-width: 100% !important; /* stylelint-disable-line declaration-no-important */
}

/* GDPR */

form .legal-consent-container .hs-form-booleancheckbox-display > span {
  margin-left: 1rem !important; /* stylelint-disable-line declaration-no-important */
}

/* Validation */

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

form .hs-input.error {
  border-color: #ef6b51;
}

form .hs-error-msg,
form .hs-error-msgs {
  color: #ef6b51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type='submit'],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal !important; /* stylelint-disable-line declaration-no-important */  
}

/* Captcha */

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

.icon {
  border-radius: 50%;
  display: inline-flex;
}

.icon--square .icon {
  border-radius: 0;
}

/* Icon */

.icon svg {
  vertical-align: middle;
}
/* Table */

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

/* Table cells */

th,
td {
  padding: 0.7rem;
  vertical-align: top;
}

/* Table header */

thead th,
thead td {
  vertical-align: bottom;
}

/* Components */

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:hover,
.header__skip:focus,
.header__skip:active {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
  z-index: 2;
}
@media (min-width: 576px){
  .header .container-fluid{
      max-width: 540px;
  }
}
@media (min-width: 767px){
  .header__container--left .header__menu-col {
    flex: 2 0 0;
    flex: initial !important;
  }
}
@media (min-width: 768px){
  .header .container-fluid{
      max-width: 720px;
  }
}
@media (min-width: 992px){
  .header .container-fluid{
      max-width: 960px;
  }
}
@media (min-width: 1200px){
  .header .container-fluid{
      max-width: 1080px;
  }
}
.header .container-fluid{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
/*Menu*/

 @media (min-width: 991px){
    /**/
   .header__menu-item--depth-1 {
        padding: 1rem 0.7rem !important;
    }
   .header__menu-wrapper li:hover a.header__menu-link--toggle::before{
      content: " ";
       position: absolute;
       right: 7px;
       top: 47px;
       background-color: #fff;
       width: 1rem;
       height: 1rem;
       transform: rotate(225deg);
       border: 1px solid #cbd6e2;
       border-top-color: rgb(203, 214, 226);
       border-top-style: solid;
       border-top-width: 1px;
       border-left-color: rgb(203, 214, 226);
       border-left-style: solid;
       border-left-width: 1px;
       z-index: 999999;
       border-top: 0;
       border-left: 0;
       margin-top: 0px;
    }
   
  .header__menu-wrapper .header__menu-submenu {
        border-radius: .1875rem;
        border: 1px solid #cbd6e2 !important;
        box-shadow: 0 1px 24px rgba(45,62,80,.12);
        background-color: #f6f9fc;
      }
   
    .header__menu-submenu {
      padding: 1rem;
      left: 0;     
      margin-top: 0px;
      background-color: #f6f9fc !important;
      padding-top: 0.2rem;
    }
      .header__menu-wrapper .header__menu-submenu1 {
        border-radius: .1875rem;
        border: 1px solid #cbd6e2 !important;
        box-shadow: 0 1px 24px rgba(45,62,80,.12);
        background-color: #f6f9fc;
        width: 1080px !important;
      }
   
   .no-list .header__menu-submenu li{margin:10px 0 !important;}
   
    .header__menu-submenu1 {
      padding: 1rem;
      left: 0;
      transform: translateX(-38%);
      margin-top: 0px;
      background-color: #f6f9fc !important;
      padding-top: 0.2rem;
       width: 1080px !important;
    }
   
   .header__menu-wrapper .sub-mega-menu1 > li {
      display: inline-block !important;
      border: 1px solid #b6c7d6;
      background-color: #fff;
      border-radius: 3px;
      box-shadow: 0 1px 5px rgba(33,51,67,.12);
      position: relative;
      width: 47% !important;
      margin: 10px !important;
      text-decoration: none;
    }
   .sub-mega-menu1 > li a .blog-nav-card-thumbnail {
      max-width: 32px;
      width: 20%;
    }
   .sub-mega-menu1 > li a .blog-nav-card-thumbnail {
      max-width: 40px;
      width: 20%;
      padding-top: 0.5rem;
      padding-right: 0.7rem;
    }
   .sub-mega-menu1 > li a .blog-nav-card-body .blog-nav-card-title {
      
	   
	   font-size: 1rem;
        font-weight: 600;
        line-height: 1.25;
        margin-bottom: .3rem;
        margin-top: 0;
	   
    }
   .sub-mega-menu1 > li a .blog-nav-card-body .blog-nav-card-description {
      font-size: .875rem;
      font-weight: 300;
      line-height: 1.57;
      margin-bottom: 0;
      margin-top: 0;
      display: block;
    }
   .sub-mega-menu1 > li a:hover{
      text-decoration: none;
	  background-color: #eaf0f6;
   }
	 
	 .sub-mega-menu1 > li a:hover .moreicon{text-decoration: underline !important}
	 
   .sub-mega-menu1 a {
      padding: .5rem 1rem;
      border-radius: .1875rem;
      letter-spacing: 0;
      font-weight: 400;
      font-size: 1rem;
      display: flex;
    }
   .sub-mega-menu1.mega-column-1{
      padding-left: 0;
   }
}   
@media (max-width: 990px){
  .header__menu-toggle--show {
    display: block !important;
  }
  .header__menu--show, .header__menu-container--mobile{
    display: block !important;
  } 
  .header__menu--mobile {
    background-color: rgba(244, 246, 250, 1.0);
  }
  .header__menu--desktop {
    display: none;
  }
  .header__menu-item--has-submenu .header__menu-link {
    width: 80%;
  }
  .header__menu-link {
    display: block;
    padding: 1rem 1.4rem;
  }
  .header__menu-item {
    display: block;
    text-align: left;
    width: 100%;
  }
  .header__menu-item--depth-1 {
    padding: 0;
  }
  .header__menu-item {
    display: block !important;
    text-align: left;
    width: 100% !important;
  }
  .header__menu-submenu{
    border: none;
    position: static !important;
    width: 100% !important;
     box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
  }
  .header__menu-child-toggle--open svg {
    transform: rotate(180deg);
    transform-origin: 50% 50%;
    transition: transform .4s;
  }
  .header__menu-child-toggle, .header__menu-child-toggle:hover {
    border: 0;
    cursor: pointer;
    padding: 16px 30px !important;
    position: absolute;
    right: 0;
    top: 0;
  }
  .header__menu-item--depth-2 > .header__menu-link {
    margin-left: 20px;
  }
  .sub-mega-menu > li a .blog-nav-card-thumbnail {
     display:none;
    }
  .sub-mega-menu .blog-nav-card-description{
     display:none;
  }
  .sub-mega-menu li{
    list-style: none;
    padding-left: 1rem;
  }
  .sub-mega-menu li .blog-nav-card-title{
    font-size: 1rem;
    font-weight: 500;
  }
  .sub-mega-menu > li a:hover{
      text-decoration: none;
      color: #33302F;
   }
		
  .sub-mega-menu{
    margin:0;
  }
}

@media (max-width: 767px){
 .no-list .header__menu-submenu li{margin:10px 10px 10px 30px!important;}
  .no-list .header__menu-submenu1 li{margin:0px !important;}
}
.footer .row-fluid .span3{width:25%}

.footer .hs-menu-wrapper a {
  display: block;
  padding: 10px 0;
}

.footer .hs-menu-wrapper > ul > li > a  {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .footer .row-fluid .span3{width:100%}
  .footer .hs-menu-wrapper > ul > li {
    margin-bottom: 1.4rem;
  }
  .footer{
    padding-left: 1rem;
  }
  .footer .social-follow{
    margin-bottom: 2rem;
  }
 
}
@media only screen and (max-width: 600px) {
   .footer .bottom-footer .span12{
      width: 100% !important;
      padding-right: 1rem;
  }
  .footerbarfont p{
    padding-right: 1rem;
  }
  .bottom-footer .footerbtmlbl {
    margin-left: 1em;
  }
} 
/**06Jul2023**/
/*.footer .list-unstyled {
  list-style: none;
}*/
/*
.fa-angle-double-right::before {
  content: "\f101";
} */
.footer{
  padding-top: 2.65rem;
}
.footer .fa-angle-double-right {
  color: #f63;
  font-weight: 600;
  font-size: 16px;
}
.footer .footer-link li {
  line-height: 1.3;
  margin: 0 0 15px 0;
}
.footer .ft-smm-icons a {
  font-size: 20px !important;
}
.footer .p-noleft {
  padding-left: 0 !important;
  padding-top: .2rem !important;
}
.ft-dropdown ul li a {
  color: inherit;
  text-decoration: none;
}
.footer a, .footer p {
  font-weight: 400 !important;
}
/*
.footer .ft-smm-icons .fa {
  color: #f63;
  background-color: #fff;
  border-radius: 20px;
  padding: 8px;
  font-size: 16px;
}*/
.ft-dropdown label{
font-size: 1.45rem;
font-weight: 500 !important;
text-align: left;
}
.pb-md-2 {
  padding-bottom: 1rem !important;
}
.footer ul.footer-link a {
  /*font-size: 16px;*/
}
.bottom-footer .animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.bottom-footer .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.bottom-footer hr {
  margin-top: 20px;
  margin-bottom: 14px;
}
.bottom-footer .copyright p, .bottom-footer .footerbarfont a {
  font-size: .82rem;
  font-weight: 400;
  color: #fff;
  margin-bottom: 1rem !important;
}
.bottom-footer .footerbarfont p{
  float: right;
}
.bottom-footer .footerbtmlbl {
  text-align: right;
  margin-left: 1.5em;
}
.bottom-footer .footerbtmlbl {
  text-align: right;
  margin-left: 1.5em;
}
.footer {
  /*font-size: 15px;
  line-height: 1.6;*/
}
.footer .social-follow__icon {
    background-color: rgba(255,255,255,1.0);
}
.footer .social-follow__icon:hover{
  background-color: rgba(175,175,175,1.0);
}
.footer .icon svg {
    fill: #ff6633;
} 
.footer {
  /*padding: 4rem 0 0 !important;
  color: #fff;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.6) !important;
  background-image: url(https://resources.commlabindia.com/hubfs/footer-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;*/
}
/* Card */

.card {
  border: 0;
}

.dr_flex-cards {
  display: flex;
  flex-wrap: wrap;  
  justify-content: space-between;
}
.dr_flex-cards .dr_flex-cards__card {
  display: flex;
  flex-direction: column;
  overflow: hidden;  
  margin-bottom: 1.5rem;
}
.dr_flex-cards--2-col .dr_flex-cards__card {  
  width: calc(50% - 1rem);
}
.dr_flex-cards--3-col {
  justify-content: flex-start;
}
.dr_flex-cards--3-col .dr_flex-cards__card {  
  width: calc(33.3% - 1rem);
}
.dr_flex-cards--3-col .dr_flex-cards__card:nth-of-type(3n+1),
.dr_flex-cards--3-col .dr_flex-cards__card:nth-of-type(3n+2){
  margin-right: 1.5rem;
}
.dr_flex-cards .dr_flex-cards__button-wrapper {
  margin-top: auto;
}

@media (max-width: 767px) {
  .dr_flex-cards__card {
    margin-right: initial !important;
    width: 100% !important;
  }
}
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
/* Blog listing */

.blog-listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog-listing--3-col,
.blog-listing--4-col {
  justify-content: flex-start;
}

/* Section heading */

.blog-listing__heading {
  text-align: center;
  width: 100%;
}

/* Article */

.blog-listing__post {
  display: flex;
  margin-bottom: 2.8rem;
  padding: 0;
  width: 100%;
}

.blog-listing__post-image {
  height: auto;
  width: 100%;
}

/* Blog Listing featured post */

.blog-listing__feature {
  display: flex;
  margin-bottom: 60px;
  padding: 0;
  width: 100%;
}

.blog-listing__feature .blog-listing__post-image-wrapper {
  display: flex;
  max-width: 50%;
}

/* Content */

.blog-listing__post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 0.7rem 0 0;
}

/* Heading */

.blog-listing__header {
  margin-bottom: 1.05rem;
}

/* Tags */

.blog-listing__post-tags {
  margin: 0.7rem 0;
  font-size: 0.8rem;
}

.blog-listing__post-tag,
.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus,
.blog-listing__post-tag:active {
  text-decoration: none;
}

/* Title */

.blog-listing__post-title {
  margin-bottom: 0.7rem;
}

.blog-listing__post-title-link {
  text-decoration: none !important;
}

/* Author */

.blog-listing__post-author {
  align-items: center;
  display: flex;
  margin-bottom: 0.7rem;
}

.blog-listing__post-author-image {
  height: auto;
  margin-right: 0.7rem;
  width: 50px;
  border-radius: 50%;
}

.blog-listing__post-author-name,
.blog-listing__post-author-name:hover,
.blog-listing__post-author-name:focus,
.blog-listing__post-author-name:active {
  text-decoration: none;
}

/* Date */

.blog-listing__post-timestamp {
  display: block;
  margin-bottom: 0.35rem;
}

/* Button */

.blog-listing__post-button-wrapper {
  margin-top: auto;
}

/* Blog listing - card */

.blog-listing--card .blog-listing__post {
  flex-direction: column;
}

.blog-listing--2-col .blog-listing__post {
  width: calc(50% - 1rem);
}

.blog-listing--3-col .blog-listing__post {
  width: calc(33.3% - 1rem);
}

.blog-listing--4-col .blog-listing__post {
  width: calc(25% - 1rem);
}

.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 1) {
  margin-right: 1.5rem;

}
.blog-listing--3-col .blog-listing__post:nth-of-type(3n + 2) {
  margin-right: 1.5rem;
}

.blog-listing--4-col .blog-listing__post:nth-child(4n + 1),
.blog-listing--4-col .blog-listing__post:nth-child(4n + 2),
.blog-listing--4-col .blog-listing__post:nth-child(4n + 3) {
  margin-right: 1.333rem;
}

.blog-listing--card .blog-listing__post-image-wrapper {
  height: 200px;
}

.blog-listing__feature .blog-listing__post-image, 
.blog-listing--card .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--card .blog-listing__post-image-wrapper,
  .blog-listing--card .blog-listing__post-image {
    height: auto;
  }
}

/* Blog listing - list */

/* stylelint-disable no-descending-specificity */
.blog-listing--list .blog-listing__post {
  display: flex;
}
/* stylelint-enable no-descending-specificity */

.blog-listing--list .blog-listing__post-image-wrapper {
  margin-right: 1.4rem;
  width: 25%;
}

.blog-listing--list .blog-listing__post-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-listing--list .blog-listing__post-image-wrapper,
  .blog-listing--list .blog-listing__post-image {
    height: auto;
  }
}

/*Jun 2023 [S]*/
.main-container {
	z-index: 2;
	padding-top: 15px;
}
.main_featured_home {
	border: 0 solid red;
	padding-top: 20px;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.row, .row-fluid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.span3, .span4, .span5, .span6, .span7, .span8, .span9 {
  position: relative; 
  padding-right: 15px;
  padding-left: 15px;
}
.main_posts_listings{
  margin-bottom: 2rem;
}
.widget .widget-title, h3.comment-reply-title, h4.comments-title, .widget-area .widget h2 {
	text-transform: capitalize;
	margin-bottom: 15px;
	padding: 0 0 6px;
	font-size: 1rem;
	font-weight: 500;
	line-height: 1.5;
	border-bottom: 2px solid #f63;
}

#secondary .widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#secondary .widget ul li {
	overflow: hidden;
	position: relative;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 0 12px 0;
    padding-bottom: 10px;
	line-height: 22px;   
  border-bottom: 2px solid #dbe4ed;
	cursor: pointer;
}

#secondary .widget ul a.wpp-post-title {
	color: #213343;
}

.widget-area .widget .wpp-list .post-stats {
	justify-content: space-between;
	display: flex;
	color: #516f90;
	margin-top: 7px;
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.57;
  cursor: default;
}

#secondary .widget ul .wpp-author a {
	font-weight: 300;
}

#secondary .widget ul a {
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	font-size: 0.875rem;
	line-height: 0;
	color: inherit;
	font-weight: 500;
	letter-spacing: 0.03em;
}
.d-none {
  visibility: hidden;
  display: none;
}
.main_featured_home .main_featured_post {
    background-color: #fef4ea;
    border-radius: 8px;
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-bottom: 26px;
    cursor: pointer;
}
.main_featured_post .post_meta, .main_posts_listings .post_content_box .post_meta, .wp_rp_content_wrapper .post_meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.57;
    color: #516f90;
}
.main_featured_post .featured_post_content h1, .main_featured_post .featured_post_content h2 {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.42;
  margin-bottom: 20px;
}
.main_featured_home .main_featured_post {
	background-color: #fef4ea;
	border-radius: 8px;
	transition: 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin-bottom: 26px;
	cursor: pointer;
}
.main_featured_post figure img {
	-o-object-fit: cover;
	object-fit: cover;
}
.main_featured_post figure img, .widget_zoom figure img {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	max-width: 100%;
	max-height: 100%;
}
.main_featured_post .featured_post_content {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 5px 20px;
	min-height: 150px;
}
.main_featured_post .featured_post_content h1 a, .main_featured_post .featured_post_content h2 a {
	display: block;
	color: #213343;
	font-weight: 500;
}
.main_posts_listings .post_content_box h6.post-desc, .main_featured_post .featured_post_content h6.post-desc {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.52;
	margin-bottom: 15px;
	color: #213343;
}
.legal-consent-container {
	display: inline-block;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto
}
.main_featured_post .post_meta, .main_posts_listings .post_content_box .post_meta, .wp_rp_content_wrapper .post_meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.57;
    color: #516f90;
}
.main_featured_post .post_meta {
    padding: 0 20px 20px;
    justify-content: space-between !important;
}
.list-inline {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*Jun 2023 [E]*/
/*04 Jul 2023*/
.main_posts_listings .post_content_box .entry-title, .main_posts_listings .post_content_box .entry-title a{
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.57;
    color: #213343;
}
.main_posts_listings .post_content_box h6.post-desc, .main_featured_post .featured_post_content h6.post-desc {
    font-size: 0.875rem;
    font-weight: 300;
    line-height: 1.52;
    margin-bottom: 15px;
    color: #213343;
}
.main_posts_listings .post_content_box .post_meta {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    /*text-transform: uppercase;*/
    letter-spacing: 0.03em;
    line-height: 1.5rem;
}
.list-inline li {
    position: relative;
    display: inline-block;
    margin: 0;
}
.main_posts_listings .post_content_box .post_meta li.meta_category a {
    font-weight: 300;
    line-height: 1.57;
    text-transform: capitalize;
}
/*New code jul052023 [S]*/

.main_featured_home .main_featured_post, .widget_zoom {
    padding-bottom: 0;
    position: relative;
    overflow: hidden;
}

.fwidget_zoom, .widget_zoom {
    transition: 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.main_posts_listings .post_content_box .entry-title, .main_posts_listings .post_content_box .entry-title a {
    margin-bottom: 10px;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.57;
    color: #213343;
}
.blog-card-section-header {
	align-items: baseline;
	display: flex;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}
.blog-card-section-header .blog-card-section-header-title {
	align-items: baseline;
	display: flex;
	flex-grow: 1;
	gap: 0.5rem;
	margin: 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.42;
}
.blog-card-section-header .blog-card-section-header-link {
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 1.75;
	padding: 0 .25rem;
}
.blog-card-section-header .blog-card-section-header-title::after {
	background-color: #f63;
	border: none;
	content: "";
	display: block;
	flex-grow: 1;
	height: 2px;
}
.main_posts_listings .topicblogs .post_content_box .post_meta, .ytvidsec .post_meta {
	justify-content: space-between;
	display: flex;
	position: absolute;
	bottom: 5px;
	border-bottom: 2px solid #dbe4ed !important;
	padding-bottom: 8px;
}
.main_posts_listings .post_content_box .post_meta {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	/*text-transform: uppercase;*/
	letter-spacing: 0.03em;
	line-height: 1.5rem;
}
.main_posts_listings .topicblogs .post-cols {
	margin-bottom: 10px !important;
}
.main_posts_listings .post-cols {
	max-height: 100%;
	margin-bottom: 30px;
	cursor: pointer;
}
.main_featured_post .post_meta, .main_posts_listings .post_content_box .post_meta, .wp_rp_content_wrapper .post_meta {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.57;
	color: #516f90;
}
.main_posts_listings .post_content_box .post_meta li a {
  color: inherit;
}
.main_posts_listings .post_content_box{
  margin-top: 1rem;
}
.container-fluid{
  padding-right: 0px;
  padding-left: 0px;
}
figure.image{
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
} 
.post-desc-sec1{
	min-height: 9rem;
}
/**/
.blogctasec {
    background-image: url(https://blog.commlabindia.com/hubfs/images/blogctasec-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 4rem 0 4rem;
    margin: 3rem 0;
      background-size: cover;
}
.blogctasec .container {
    max-width: 910px;
    margin: 0 auto;
}
.blogctasec img{
  max-width: 100%;
}
.blogctasec .check_list_orange{padding:0px}
.blogctasec h3{margin-bottom: 10px;}
.blogctasec h6, .blogctasec h4 {margin: 0 0 14px;}
.blogctasec h4{
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.45;
}
.mt-5, .my-5 {
    margin-top: 3rem !important;
}
.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-family: inherit;
    color: #fff!important;
    border-color: #ff5c35 !important;
    background-color: #ff5c35 !important;
    padding: 0.4rem 1rem;
    font-weight: 600;
}
.rapidblogs figure {
    padding: 0 0 26%;
    width: 65%;
}
.blog-post .image {
    position: relative;
    margin-bottom: 6px;
    overflow: hidden;
    border-radius: 0;
}
.rapidblogs figure img {
    min-width: auto;
    min-height: auto;
    padding-right: 10px;
    height: 145px;
    position: absolute;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
    max-height: 100%;
}
.rapidblogs .posts-list {
    display: flex;
    flex-direction: row;
}
.topicblogs .posts-list {
    padding: 10px 0 !important;
}
.topicblogs .posts-list {
    height: 100%;
    position: relative;
    transition: .3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
section.topicblogs a.blog-card-section-header-link{
    /*font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.75;
    padding: 0 0.25rem;
    transition: all .2s ease-in-out;
    color: #00a4bd;
    text-decoration: none;*/
  
   font-size: 1rem;
    font-weight: 500;
    line-height: 1.75;
    padding: 0 0.25rem;
    transition: all .2s ease-in-out;
    color: #0068b1;
    text-decoration: underline;
}
section.topicblogs  a.blog-card-section-header-link:hover{
    /*color: #2e475d;*/
}
.topicblogs .post_content_box {
    margin-top: 0;
}
.blog-post .image img {
    width: 100%;
    max-width: 100%;
}
.cl-blog_cate_fluid .heading {
    font-size: 2.2rem;
    margin-top: 10px;
    position: relative;
    font-weight: 700;
    line-height: 1.38;
    text-align: center;
    padding-top: 45px;
    margin-bottom: 20px;
}
.text-center {
    text-align: center !important;
}
.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}
.cl-blog_cate_fluid h4, .cl-blog_cate_fluid .h4 {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.45;
}
.cl-blog_cate_fluid .cat-widget {
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    height: calc(100% - 20px);
    background-color: #f6f9fc;
    box-shadow: 0 1px 5px rgba(33,51,67,.12);
}
.cat-widget_scale {
    min-height: auto!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: all .3s ease-in-out;
}
.cl-blog_cate_fluid .cat-widget a {
    opacity: 1;
    transition: all .2s ease-in-out;
    font-weight: 600;
    color: #00a4bd;
}
.cl-blog_cate_fluid .cat-widget figure {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.cl-blog_cate_fluid .cat-widget .cat_widget_content {
  padding: 5px 5px 15px 5px;
}
.cl-blog_cate_fluid .cat-widget .cat_widget_content h4 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .02em;
    margin: 0 0 20px;
    color: #0068b1;
}
.cl-blog_cate_fluid .cat-widget .cat_widget_content h4 .fa-angle-right {
    font-weight: 700;
    font-size: 1.3rem;
    padding-left: 5px;
}
.cat-widget_scale:hover {
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    transition: .3s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cl-blog_cate_fluid .cat-widget a:hover {
    text-decoration: none;
    opacity: .9;
}
.ytvidsec {
    background-color: #f6f9fc;
    margin: 0 0 2rem 0;
    padding: 4rem 0;
}
.ytvidsec h6 {
    padding: 5px 0 25px;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 500;
    color: #2e475d;
    margin: 0 0 30px;
    font-family: 'Lexend Deca',sans-serif;
}
.ytvidsec a:active, .ytvidsec a:hover{
    text-decoration: none;
}
.ytvidsec img{
  max-width:100%;
}
.ytvidsec .post_meta {
    width: 90%;
    color: #516f90;
    font-size: .875rem;
    font-weight: 500;
}
.ytvidsec .post_meta {
    justify-content: space-between;
    display: flex;
    position: absolute;
    bottom: 5px;
    border-bottom: 2px solid #dbe4ed !important;
    padding-bottom: 8px;
}
.ytvidsec .list-inline li {
    position: relative;
    display: inline-block;
}
.ytvidsec .row-fluid [class*="span"] {
    position: relative;
} 
.d-none{
  display: none !important;
}
.ytvidsec h2 {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.38;
}
.mb-3, .my-3 {
    margin-bottom: 1.5em !important;
}
.main_featured_home .post_meta li.meta_category a{
    font-size: .875rem;
    font-weight: 300;
    line-height: 1.57;
    color: inherit;
}
.main_featured_post .featured_post_content h1 a, .main_featured_post .featured_post_content h2 a {
    display: block;
    color: #213343;
    font-weight: 500;
}



.blogbtmsubsec {
    background-image: url(https://blog.commlabindia.com/hubfs/blogs/blogbtmsubsec-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 2rem 0 1.2rem 0;
    
}
.blogbtmsubsec .blogbtmsubhead {
    color: #d44325;
    margin: 0 !important;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.42;
}
.blogbtmsubsec .blogbtmsubtitle {
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.38;
}
.blogbtmsubsec p {
    font-size: .75rem;
    font-weight: 500;
    line-height: 1.57;
}
.blogbtmsubsec a {
    transition: all .2s ease-in-out;
    font-weight: 600;
    color: #00a4bd;
}
.blogbtmsubsec .hbspt-form form {
    display: flex;
    flex-direction: row;
}

.blogbtmsubsec .hbspt-form form .hs-email {
    width: 65%;
    margin-right: 10px;
}
.blogbtmsubsec .hbspt-form form #label-email-7af5ab1a-c2a5-41e1-a729-da902e8a689e {
    font-weight: 500;
}
.blogbtmsubsec .hs-form .hs-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.blogbtmsubsec input[type=email]{
    color: #2f4858;
    background: #f5f8fa;
    background-image: -webkit-linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0));
    border: 1px solid #cbd6e2;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block;
    font-size: 1rem;
    padding: 0.6em 0.8rem;
    width: 100%;
    transition: all .15s ease-out;
    font-weight: 400;
}
.blogbtmsubsec button, .blogbtmsubsec input {
    overflow: visible;
}

.blogbtmsubsec .hbspt-form form input[type=submit] {
    font-size: 1rem;
    padding: 0.8rem 2rem;
    margin-top: 28px;
}
.hs-form-7af5ab1a-c2a5-41e1-a729-da902e8a689e_091bc52f-71ba-475c-bba5-762888e31f8f .hs-button {
    white-space: pre-wrap;
}
.blogbtmsubsec input[type=submit] {
    background-color: #f75;
    border: 0;
    vertical-align: middle;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 1;
    text-shadow: none;
    -webkit-transition: background .4s;
    transition: background .4s;
    letter-spacing: .03rem;
}
.blogbtmsubsec ::placeholder {
  color: #757575;
}
.blogbtmsubsec :-ms-input-placeholder {
  color: #757575;
}
.blogbtmsubsec ::-ms-input-placeholder {
  color: #757575;
}
.blogbtmsubsec form label{
  padding-bottom:0px;
}
.blogbtmsubsec form {
    padding: 0;
}
.blogbtmsubsec form input[type='submit']:hover{
    border: 0;
    font-weight: 600;
}
.blogbtmsubsec .hs-form .inputs-list label {
    display: block;
    float: none;
    width: auto;
    padding: 0;
    line-height: 18px;
    text-align: left;
    white-space: normal;
    font-weight: 400;
    color: #dc3545;
    margin-bottom: 0;
    font-size: 16px;
}
.blogbtmsubsec form .hs-form-field {
    margin-bottom: 0.8rem;
}
.blogbtmsubsec form .inputs-list > li {
    margin-bottom: 0;
}
.blogbtmsubsec a.focus, .blogbtmsubsec a.hover, .blogbtmsubsec a:focus, .blogbtmsubsec a:hover {
    color: #2e475d;
    text-decoration: none;
    font-weight: 600;
}


.commlabnewsletter {
    background-image: none !important;
  background-color: #FCEAD7;    
    padding: 3rem 0;
  margin-top: 3rem;
}

.commlabnewsletter h2, .commlabnewsletter h6{text-align:center !important}

.commlabnewsletter h6{font-weight:300;margin-bottom: 20px;}

.commlabnewsletter .hbspt-form form {
    display: inherit !important;
}

.commlabnewsletter .hbspt-form form input[type=submit]{
 margin-top: 2px !important;
      width: 90%;
}

.commlabnewsletter .hbspt-form form .hs-email {
    width: 90%;
    margin-right: 10px;
}

.commlabnewsletter ul.check_list_orange{display: flex;flex-wrap: wrap;padding:0; font-weight: 400;}

.commlabnewsletter ul.check_list_orange li{
  width: 46%; 
  background-color: #fff; 
  padding: 10px 10px 10px 36px;
  border: 1px solid #dbe4ed;
    border-radius: 8px;
margin:10px !important}

.commlabnewsletter ul.check_list_orange li:before{margin: 12px 0 0 8px;}

.ele-des-dev .main_featured_post .featured_post_content h1 a, .ele-des-dev .main_featured_post .featured_post_content h2 a { 
    margin-bottom: 10px;
    font-size: .875rem;
    font-weight: 600;
    line-height: 1.57;
    color: #213343;
}
.ele-des-dev .post_content_box h6.post-desc {
    margin-bottom: 30px !important;
}
.ele-des-dev .main_featured_post .post_meta{
    justify-content: space-between;
    display: flex;
    position: initial;
    bottom: 5px;
    border-bottom: 2px solid #dbe4ed !important;
    padding-bottom: 8px;
    padding-left: 0;
}
.ele-des-dev .main_featured_post .featured_post_content{
  padding:0;
}
.ele-des-dev figure.image {
    margin-bottom: 6px;
}
.ele-des-dev  .main_featured_post .featured_post_content{
    min-height: initial;
    margin-bottom: 20px;
}
.ele-des-dev .meta_category a {
    font-weight: 300;
    font-size: .875rem;
    line-height: 1.57;
    text-transform: capitalize;
    color: #516f90;
}
.ele-des-dev .main_featured_post .featured_post_content h2 a {
    margin-bottom: 8px;
} 
.ele-des-dev{
    margin-bottom: 4rem;
}
.ele-des-dev #secondary .widget ul li{
   margin-top: 0;
}
.ele-des-dev span5{
  padding-left:10px;
}
.blogbtmsubsec img.lazyloaded{
  max-width: 190px;
  height: auto;
}
.hs_error_rollup label.hs-main-font-element{
  display:none !important;
}
.blogbtmsubsec .hbspt-form form input[type="submit"]{
  margin-top: 31px;
}


/****/
span.hs_cos_wrapper{
  /*display:block;*/
}
/*
.row-fluid .span3,  .row-fluid .span4, .row-fluid .span5, .row-fluid .span6, .row-fluid .span7, .row-fluid .span8, .row-fluid .span9{
  width: 100%;
}*/
.col-md-3 .span3{
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}
.col-md-4 .span4{
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.col-md-5, .span5{
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}
.col-md-6 .span6{
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}
.col-md-7, .span7{
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}
.col-md-8 .span8{
	-ms-flex: 0 0 66.666666%;
	flex: 0 0 66.666666%;
	max-width: 66.666666%;
	width: 66.666666%;
}
.col-md-9 .span9{
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}


.row, .row-fluid{
  margin-right: 0;
  margin-left: 0;
}
.span5 {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
}
 .microblogs .blog-card-section-header h2{
     padding-left: 15px;
  }
  .microblogs .blog-card-section-header a{
     padding-right: 15px;
  }
.microblogs .span9, .microblogs .span8{
    padding-right: 0;
    padding-left: 0;
 }

/*New code jul172023 [S]*/
.cl-blog_author .author_header .author_img_col {
	border: 8px solid #fff;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 0 4px #ff8244;
	margin-right: 35px;
	margin-left: 0;
	min-width: 240px !important;
	max-width: 240px;
	min-height: 240px !important;
	max-height: 240px; 
}
.cl-blog_author .author_header .author_img_col.authordefault {
  position: relative;
  background: #f7f7f7;
}  
.cl-blog_author .author_header .author_img_col.authordefault img {
  position: absolute;
  left:-8px;
  top: 8px;
}  
.blog-post img, img {
	max-width: 100%;
	height: auto;
}
.widget-type-rich_text img{
  height: auto;
  max-width: 100%;
 /* min-width: 240px !important; */
}
.cl-blog_author .blog-post_author_details h1 {
	font-size: 32px;
	line-height: 44px;
	text-transform: none;
	letter-spacing: .02em;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	margin: 15px 0;
}
.cl-blog_author .blog-post_author_details .author-bio {
	font-size: 18px;
	line-height: 25px;
	letter-spacing: .02em;
	margin: 10px 0 20px 0;
	color: #2e475d;
	font-weight: 300;
	padding-bottom: 10px;
	max-width: 90%;
}
.cl-blog_cate_fluid .heading {
	font-size: 2.2rem;
	margin-top: 10px;
	position: relative;
	font-weight: 700;
	line-height: 1.38;
	text-align: center;
	padding-top: 45px;
	margin-bottom: 20px;
}
.cl-blog_cate_fluid .cat-widget {
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
	height: calc(100% - 20px);
	background-color: #f6f9fc;
	box-shadow: 0 1px 5px rgba(33,51,67,.12);
}
.cl-blog_cate_fluid .cat-widget figure {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.cl-blog_cate_fluid .cat-widget figure {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.cl-blog_cate_fluid .cat-widget {
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
	height: calc(100% - 20px);
	background-color: #f6f9fc;
	box-shadow: 0 1px 5px rgba(33,51,67,.12);
}
.cl-blog_cate_fluid .cat-widget a {
	opacity: 1;
}
.cl-blog_cate_fluid .cat-widget figure {
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
.cl-blog_cate_fluid .cat-widget .cat_widget_content {
	/*padding: 20px;*/
}
.cl-blog_cate_fluid .cat-widget .cat_widget_content p {
	font-size: 1.125rem;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	margin-top: 0;
	line-height: 1.65em;
}
/*New code jul172023 [E]*/
/*New code jul182023 [S]*/
.cl-blog_cate_fluid .cat-widget .cat_widget_content {
	/*padding: 20px;*/
}
.cl-blog_cate_fluid .cat-widget {
	border-radius: 8px;
	padding: 0;
	overflow: hidden;
	height: calc(100% - 20px);
	background-color: #f6f9fc;
	box-shadow: 0 1px 5px rgba(33,51,67,.12);
}
.cl-blog_cate_fluid .cat-widget .cat_widget_content p {
  color: #2e475d;
}
.cl-blog_subscribe_col.cl-blog_full-width {
	padding: 0;
}
.cl-blog_subscribe_col {
	border-radius: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-direction: column;
	flex-direction: column;
	text-align: center;
	color: #fff;
	padding: 20px;
	margin-bottom: 20px;
	position: relative;
	height: 100%;
	background-color: #41bdbc !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fba063',endColorstr='#ff8244',GradientType=0);
}
.cl-blog_subscribe_overflow {
	overflow: hidden;
}
.cl-blog_subscribe_col.cl-blog_full-width .cl-blog_subscribe_container {
	padding: 25px 20px 25px;
}
.cl-blog_subscribe_col .cl-blog_subscribe_container {
	text-align: left;
	border-radius: 8px;
	width: 100%;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0 !important;
}
.bsubscribe .cl-blog_subscribe_container > ul {
	overflow: visible !important;
}
.cl-blog_subscribe_container > ul {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.cl-blog_subscribe_col ul {
	list-style: none;
	padding: 0;
}
.cl-blog_subscribe_col.cl-blog_full-width .cl-blog_subscribe_card {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important;
	max-width: 650px;
	margin: 0 auto;
}
.cl-blog_subscribe_col.cl-blog_full-width .cl-blog_subscribe_opt-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	padding: 0 20px;
}
.cl-blog_subscribe_col #hsForm_5335c9f4-1a72-4ab8-9198-e248113c8da2 .hs-input {
	padding: 0.5rem;
	border: 0;
	border-radius: 3px;
	font-size: 1rem;
	margin-bottom: 10px;
}
.cl-blog_subscribe_col #hsForm_5335c9f4-1a72-4ab8-9198-e248113c8da2 .hs-input {
	padding: 0.5rem;
	border: 0;
	border-radius: 3px;
	font-size: 1rem;
	margin-bottom: 10px;
}
input.hs-input.error, .hs-form div.field.error input, .hs-form div.field.error textarea, .hs-form div.field.error .chzn-choices, textarea.hs-input.error {
	border-color: #dc3545;
	-webkit-box-shadow: 0 0 3px rgba(220,53,69,.25);
	-moz-box-shadow: 0 0 3px rgba(220,53,69,.25);
	box-shadow: 0 0 3px rgba(220,53,69,.25);
}
.bsubscribe .hs-input {
	width: 100% !important;
}
.cl-blog_subscribe_col.cl-blog_full-width h4 {
	padding-bottom: 1.2rem !important;
	line-height: 2.5rem;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 700;
	color: #fff;
}
.cl-blog_subscribe_col ::-webkit-input-placeholder {
  color: #8998a2 !important;
}
.cl-blog_subscribe_col :-ms-input-placeholder {
  color: #8998a2 !important;
}
.cl-blog_subscribe_col ::placeholder {
  color: #8998a2 !important;
}
.cl-blog_subscribe_col form .hs-form-field {
  margin-bottom: 0rem;
}
.cl-blog_subscribe_col form .hs-error-msg, .cl-blog_subscribe_col form .hs-error-msgs{
  margin-top: 0rem;
}
.cl-blog_subscribe_col #hsForm_5335c9f4-1a72-4ab8-9198-e248113c8da2 .hs-input {
  margin-bottom: 0.5rem;
}
.cl-blog_subscribe_col .cl-blog_subscribe_container .hs-form .hs-error-msgs label {
	color: #f2545b;
	background-color: #fff;
	font-size: .75rem;
	margin-bottom: .5rem;
	padding: .25rem;
	text-align: left;
	border-radius: .1875rem;
}
.cl-blog_subscribe_col form .inputs-list > li{
  display: inline-block;
}
.cl-blog_subscribe_col #hsForm_5335c9f4-1a72-4ab8-9198-e248113c8da2 .hs-richtext p {
	color: #fff;
	text-align: center;
	font-size: .76rem;
	line-height: 1.12rem;
}
.cl-blog_subscribe_heading .hs-form .hs_submit input[type="submit"], .cl-blog_subscribe_opt-container .hs-form .hs_submit input[type="submit"] {
	background-color: transparent;
	margin: 10px 0 0;
	border: 2px solid #fff;
}
.cl-blog_subscribe_col #hsForm_5335c9f4-1a72-4ab8-9198-e248113c8da2 .hs-richtext p a {
	color: #fff;
	text-decoration: underline;
	padding: 0;
}
.cl-blog_subscribe_heading .hs-form .hs_submit input[type="submit"]:hover, .cl-blog_subscribe_opt-container .hs-form .hs_submit input[type="submit"]:hover {
	background-color: #fff;
	color: #2e475d !important;
}
.footer h4 a{font-weight:600 !important}
/*Topic*/
.cl-topic .entry-title a.wpp-post-title{
  margin-bottom: 10px;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.57;
  color: #213343;
  display: block;
}
.cl-topic h6.post-desc{
  font-size: 1em;
  color: #425c76;
  font-weight: 500;
}
.cl-topic h1.title{
  padding: 0;
  margin-bottom: 15px;
  font-size: 3rem;
  line-height: 1.25;
}
.cl-topic .topbtn{
  margin-top:1rem;
  margin-bottom:1rem;
}
.cl-topic .blog-card-section-header-link{
  font-weight: 300;
  font-size: .875rem;
  line-height: 1.57;
  text-transform: capitalize;
  color: #516f90 !important;
}
.cl-topic .post-cols{
  max-height: 100%;
  margin-bottom: 30px;
}
p.post-desc {
    color: #425c76;
    font-size: 1em;
    font-weight: 500;
    line-height: 1.75em;
    margin-top: 1em;
    margin-bottom: 1em;
}
.author_header .author_img_col img{
  height:240px !important;
}
.e-resources .content-section {
  padding: 3em 0;
}
/*Topics*/
.e-resources .welcome {
  position: relative;
  padding: 4em 0 2rem;
  background: linear-gradient(50deg,#0369d1 0%,#34bdb5 100%);
}
.e-resources .main-section .main-intro .welcome-heading {
  font-size: 2rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
}
.form-container {
  border: 0;
  box-shadow: 0 0 5px 0 rgba(50,50,50,.3) !important;
  border-radius: 0;
}
.subscribecontent {
  text-align: left;
}
.color-item-one {
  background-color: #f75;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.color-item-one a, .color-item-two a, .color-item-three a {
  color: #fff;
}
.color-item-one a:hover, .color-item-two a:hover, .color-item-three a:hover {
  color: #fff;
  text-decoration: none; 
}
ul.check_list_orange {
  padding: 20px;
}
.check_list_orange li {
  position: relative;
  margin-bottom: .5rem;
  padding-left: 2.2rem;
  list-style: none;
}
ul.check_list_orange li::before {
  content: "";
  display: inline-block;
  background: url(https://blog.commlabindia.com/hubfs/images/tick-orange.svg) center center no-repeat;
  position: absolute;
  left: 2px;
  width: 18px;
  height: 18px;
  top: 4px;
}
.color-item-two {
  background-color: #437eaf;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.color-item-three {
  background-color: #30526a;
  padding: 10px 15px;
  margin-bottom: 10px;
}
.color-item-one h3, .color-item-two h3, .color-item-three h3{
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.5;
}
.check_list_orange li a {
  transition: all .2s ease-in-out;
  font-weight: 600;
  color: #00a4bd;
}
.check_list_orange li a:hover {
  color: #2e475d;
  text-decoration: none;
}
.trans-btn {
  text-align: center;
  margin-top: 2rem;
}
.trans-btn a {
  border: 3px solid #3f3f3f !important;
  padding: 10px 35px !important;
  background-color: #fff;
  line-height: 2em;
  color: #3f3f3f;
  text-transform: uppercase;
  font-size: .9em;
  font-weight: 600;
}
.trans-btn a:hover {
  background-color: #3f3f3f;
  color: #fff;
  text-decoration: none; 
}
.text-center {
  text-align: center !important;
}
/**media query**/
@media (max-width: 767px) {
	.span12.widget-span {
		width: 100% !important;
	}
	.blog-listing__feature {
		flex-direction: column;
		margin-bottom: 2.8rem;
	}
	.blog-listing__feature .blog-listing__post-image-wrapper {
		display: flex;
		max-width: initial;
		height: 200px;
	}
	.blog-listing__feature .blog-listing__post-summary {
		display: none;
	}
	.blog-listing .blog-listing__post {
		margin-right: 0 !important; /* stylelint-disable-line declaration-no-important */
		width: 100%;
	}
	.row, .row-fluid {
		margin-left: 0px;  
		margin-right: 0px;
	}
	.col-md-3, .span3 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-4, .span4 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-5, .span5 {
		flex: 0 0 100%;
		max-width: 100%;
	} 
	.col-md-6, .span6 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-7, .span7 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-8, .span8 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-9, .span9 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.col-md-10, .span10 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	.cl-blog_cate_fluid .cat-widget figure {
		visibility: hidden;
		display: none !important;    
	}
	.post-desc-sec1{
		min-height: 15rem;
	}
	.main_posts_listings .rapidblogs .posts-list {
		flex-direction: column;
	}
	.rapidblogs .widget_zoom figure {
		padding: 0 0 42%;
		width: 100%;
	}
	.ytvidsec .vds {
		margin: 10px 0;
	}
	.blogbtmsubsec .hbspt-form form {
		flex-direction: column;
	}
  .commlabnewsletter ul.check_list_orange li{width: 95%;}
	.author_header .author_img_col{
		margin: 0 auto !important;
	}
	.cl-blog_author .blog-post_author_details h1{
		text-align: center;
	}
}
@media (min-width: 576px) {
	.container {
		max-width: 540px
	}
	.col-sm-9, .span9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.col-sm-6, .span6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 768px){
	.col-md-3 .span3{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.col-md-4 .span4{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.col-md-5, .span5{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}
	.col-md-6 .span6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.col-md-7, .span7{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}
	.col-md-8 .span8{
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
		width: 66.666666%;
	}
	.col-md-9 .span9{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}
	.container {
		max-width: 720px
	}
	.cl-blog_subscribe_col.cl-blog_full-width .hbspt-form .hs-form .legal-consent-container, .cl-blog_subscribe_col.cl-blog_full-width .hbspt-form .hs-form .hs-submit {
		text-align: center !important;
	}
}
@media (min-width: 992px) {
    .container {
		max-width: 960px;
    }
    .row-fluid [class*="span"]{
		margin-left: 0;
    }
}
@media (min-width:1200px) {
    .container {
		max-width: 1080px
    }
}
@media (min-width: 1280px){
	.col-md-3 .span3{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
		width: 25%;
	}
	.col-md-4 .span4{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
		width: 33.333333%;
	}
	.col-md-5, .span5{
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
		width: 41.666667%;
	}
	.col-md-6 .span6{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		width: 50%;
	}
	.col-md-7, .span7{
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
		width: 58.333333%;
	}
	.col-md-8 .span8{
		-ms-flex: 0 0 66.666666%;
		flex: 0 0 66.666666%;
		max-width: 66.666666%;
		width: 66.666666%;
	}
	.col-md-9 .span9{
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
		width: 75%;
	}
	.row-fluid .span4 {
		width: 33.333333%;
	}
	.row-fluid .span8 {
		width: 66.666666%;
	}
}
/*New code jul182023 [E]*/
/**iPad css**/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .row-fluid .span7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .row-fluid .span5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  } 
  .dnd-section {
    padding: 20px 0 !important;
  }
  .row-fluid .span12 {
    width: 100%;
  }
  .row-fluid .span3 {
    width: 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-fluid [class*="span"] {
    margin-left: 0;
  }
  .microblogs .blog-card-section-header h2{
     padding-left: 15px;
  }
  .microblogs .blog-card-section-header a{
     padding-right: 15px;
  }
  .microblogs .span9{
    padding-right: 0;
    padding-left: 0;
  }
  .microblogs .post-desc-sec1 {
    min-height: 11.5rem;
  }
  .rapidblogs .post-desc-sec1 {
    min-height: 13rem;
  }
  .rapidblogs figure img{
    height:90px;
  }
  .row-fluid .span8{
    width: 66.666666%;
  }
  .row-fluid .span4{
    width: 33.333333%;
  }
  .blogbtmsubsec .hbspt-form form input[type="submit"]{
    padding: 0.7em 1rem;
  }
}
/**Mobile**/
@media only screen and (max-width: 600px) {
  .dnd-section {
    padding: 20px 0px !important;
  }
  .span3, .span4, .span5, .span6, .span7, .span8, .span9{
    padding-right: 0 !important;
    padding-left:  0 !important;
  }
  .main_featured_home .main_featured{
    margin-bottom: 15px;
  }
  .main_featured_home #secondary ul li{
    margin: 0;
  }
  #secondary .widget ul li {
    margin-bottom: 40px;
  }
  .blog-card-section-header{
    flex-direction: column;
  }
  .tag-microlearning .post-desc-sec1 {
    min-height: 9.5rem !important;
  }
  .blog-post .image {
    margin-bottom: 20px;
  }
  .rapidblogs figure img{
   padding-right: 0px !important;
  }
  .ytvidsec{
    margin-top:0px;
  }
  .blogctasec{
    margin-top:0px;
    margin-bottom: 1.8rem;
    background-size: cover;
  }
  .ele-des-dev #secondary .widget ul li {
    margin: 20px 0px;
  }
  .ele-des-dev .main_featured_post .featured_post_content{
    margin-bottom: 4px;
  }
  .ele-des-dev {
    margin-bottom: 2rem;
  }
  .cl-blog_cate_fluid .heading{
    padding-top: 10px;
  }
  .blogbtmsubsec .hbspt-form form .hs-email {
    width: 100%;
  } 
  form.hs-form .hs-form-field .hs-input {
    width: 100% !important;
  }
  .hbspt-form .hs_submit input[type="submit"] {
      margin-bottom: 40px;
      margin-top: 15px !important;
  }
  .e-resources .welcome{
    margin-top:11rem;
    text-align: center;
    display: block ruby;
  }
  .e-resources .welcome .row-fluid{
    display: block;
  }  
}
/*New code jul052023 [E]*/
/*New code aug102023 [S]*/
.cstsearchbox .hs-search-field__input {
  background-color: transparent !important;
  color: #ffffff !important;
  border: 2px solid #ff7755 !important;
  padding: 0px 0px 0px 5px !important;
  font-weight: 600 !important;
}
.cstsearchbox .hs-search-field__button{
  border-radius: 0px;
}
/*New code aug102023 [E]*/
/*New code aug112023 [S]*/
.cstpagination { text-align: center; width: 100%} 
.cstpagination .span12 { text-align: center; width: 100%}
.cstpagination a, .cstpagination a:hover, .cstpagination a:focus, 
.cstpagination a.c-blog-pagination-v2__number, .cstpagination a.c-blog-pagination-v2__number:hover, .cstpagination a.c-blog-pagination-v2__number:focus {
color: #0fbfbf;
}
.cstpagination a{
padding: 1rem;
}
.cstpagination a.ancnavnormal{
  cursor: default;
  text-decoration: none;
}
.cstpagination .c-blog-pagination-v2__number--active { background-color: #cef2f2;border: 1px solid #b7ecec;border-radius: 4px; padding:0.2rem 0.4rem}
@media (max-width: 768px){
 .cstpagination a.c-blog-pagination-v2__number {
    visibility: hidden;
    display: none;
  }
}
/*New code aug112023 [E]*/
/*New code sep202023 [S]*/
.submitted-message.hs-form-5335c9f4-1a72-4ab8-9198-e248113c8da2{
  color: #2e475d;
}
/*New code sep202023 [E]*/
/* Logo */

.widget-type-logo img {
  height: auto;
  margin-bottom: 1.4rem;
  max-width: 100%;
}

/* Menu and simple menu */

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

.hs-menu-wrapper li {
  margin: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper li {
    text-align: center;
  }
}

/* Horizontal menu */

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

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

/* Vertical menu */

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

/* Flyouts */

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

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

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

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

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

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

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

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

/* Rich text */

.widget-type-rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities */

/* For content that needs to be visually hidden but stay visible for screenreaders */

/* stylelint-disable declaration-no-important */
.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}
/* stylelint-enable declaration-no-important */

/* Helper classes */
.show {
  transition: opacity 400ms;
}
.hide {
  opacity: 0;
}
.hidden {
  display: none !important;
}
.lead {
  font-size: 1.25rem;
}
.shadow {
  box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
  -webkit-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 8px 19px 2px rgba(0,0,0,0.08);
}

.max-width-small {
  max-width: 800px;
}
.max-width-compact {
  max-width: 992px;
}
.mx-auto {
  margin: 0 auto;
}

/* Margin helpers */
.mt-40 {
  margin-top: 40px;
}
.mb-40 {
  margin-bottom: 40px;
}

/* Buttons */
.button--center {
  text-align: center;
}

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