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

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


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

/**
 * Add the correct box sizing in Firefox.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, 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;
}

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

/**
 * Remove the inheritance of text transform in Edge and Firefox.
 * 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;
}

/**
 * Remove the padding so developers are not caught out when they zero out `fieldset` elements in all browsers.
 */

legend {
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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



/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
}


.row-fluid {
  width: 100%;
}
.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*='span'] {
  display: block;
  float: left;
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
  margin-left: 0;
}
.row-fluid .span12 {
  width: 99.99999998999999%;
}
.row-fluid .span11 {
  width: 91.489361693%;
}
.row-fluid .span10 {
  width: 82.97872339599999%;
}
.row-fluid .span9 {
  width: 74.468085099%;
}
.row-fluid .span8 {
  width: 65.95744680199999%;
}
.row-fluid .span7 {
  width: 57.446808505%;
}
.row-fluid .span6 {
  width: 48.93617020799999%;
}
.row-fluid .span5 {
  width: 40.425531911%;
}
.row-fluid .span4 {
  width: 31.914893614%;
}
.row-fluid .span3 {
  width: 23.404255317%;
}
.row-fluid .span2 {
  width: 14.89361702%;
}
.row-fluid .span1 {
  width: 6.382978723%;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }
  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
  .dnd-section > .row-fluid {
    flex-direction: column !important;
  }
}
/* @media (min-width: 1000px) and (max-width: 1139px) {
.row-fluid {
width: 100%;
}
.row-fluid:before, .row-fluid:after {
display: table;
content: '';
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*='span'] {
display: block;
float: left;
width: 100%;
min-height: 1px;
margin-left: 2.762430939%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
margin-left: 0;
}
.row-fluid .span12 {
width: 99.999999993%;
}
.row-fluid .span11 {
width: 91.436464082%;
}
.row-fluid .span10 {
width: 82.87292817100001%;
}
.row-fluid .span9 {
width: 74.30939226%;
}
.row-fluid .span8 {
width: 65.74585634900001%;
}
.row-fluid .span7 {
width: 57.182320438000005%;
}
.row-fluid .span6 {
width: 48.618784527%;
}
.row-fluid .span5 {
width: 40.055248616%;
}
.row-fluid .span4 {
width: 31.491712705%;
}
.row-fluid .span3 {
width: 22.928176794%;
}
.row-fluid .span2 {
width: 14.364640883%;
}
.row-fluid .span1 {
width: 5.801104972%;
}
} */

/*  @media (min-width: 1280px) {
.row-fluid {
width: 100%;
}
.row-fluid:before, .row-fluid:after {
display: table;
content: '';
}
.row-fluid:after {
clear: both;
}
.row-fluid [class*='span'] {
display: block;
float: left;
width: 100%;
min-height: 1px;
margin-left: 2.564102564%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}
.row-fluid [class*='span']:first-child {
margin-left: 0;
}
.row-fluid .span12 {
width: 100%;
}
.row-fluid .span11 {
width: 91.45299145300001%;
}
.row-fluid .span10 {
width: 82.905982906%;
}
.row-fluid .span9 {
width: 74.358974359%;
}
.row-fluid .span8 {
width: 65.81196581200001%;
}
.row-fluid .span7 {
width: 57.264957265%;
}
.row-fluid .span6 {
width: 48.717948718%;
}
.row-fluid .span5 {
width: 40.170940171000005%;
}
.row-fluid .span4 {
width: 31.623931624%;
}
.row-fluid .span3 {
width: 23.076923077%;
}
.row-fluid .span2 {
width: 14.529914530000001%;
}
.row-fluid .span1 {
width: 5.982905983%;
}
} */

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}
.container-fluid:after {
  clear: both;
}
.equal-height-container > .row-fluid-wrapper > .row-fluid {
  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;
}
body .row-fluid .vertical-center{
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -ms-flex-pack: space-between;
  -webkit-justify-content: center;
  -ms-flex-align: stretch;
  align-items: stretch;
}

@media (max-width: 767px) {
  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: block;
    display: -webkit-block;
  }
  body .row-fluid .vertical-center{
    display: block;
    display: -webkit-block;
    display: -ms-block ;
  }
}


/*   Column Adjust   */

/*Two Column Adjust
========================================================*/
.row-fluid .two-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-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: calc(50% - 15px);
  -webkit-flex-basis: calc(50% - 15px);
  float: left;
  margin-right: 30px;
  margin-top: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
body .row-fluid .two-col-adjust span>.hs_cos_wrapper:nth-child(2n){
  margin-right: 0px;
}

@media(max-width:999px) {
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    width: 100%;
    margin: 0px 0 24px;
    float: none
  }
  body .row-fluid .two-col-adjust span>.hs_cos_wrapper:last-child{
    margin:0;
  }
  .row-fluid .two-col-adjust>span {
    display: block;
    margin-right: 0;
  }
}

/*==================================================
Three Col Adjust
==================================================*/
.row-fluid .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-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0;
  width: 100%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 32.1%;
  -webkit-flex-basis: 32.1%;
  float: left;
  margin-right: 1.85%;
  margin-top: 2.43%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex-direction: column;
  -webkit-flex-direction: column;
}

@media(min-width: 1000px){
  body .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(3n){
    margin-right:0;
  }
}


@media (max-width:999px) {
  .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    width: 100%;
    margin: 30px auto 0;
    float: none;
  }
}

/*==================================================
Four Col Adjust
==================================================*/
.row-fluid .four-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-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: 0%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 24.16%;
  -webkit-flex-basis: 24.16%;
  float: left;
  margin-right: 1.12%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}
body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(4n){
  margin-right: 0;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .four-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .four-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:549px) {
  .row-fluid .four-col-adjust>span {
    display: flex;
    flex-direction: column;
    margin-right: 0;
  }

  body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    /*     margin: 0; */
    margin-top: 20px;
    margin-right: 0;
  }
}



/*==================================================
Five Col Adjust
==================================================*/
.row-fluid .five-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-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 17.5%;
  -webkit-flex-basis: 17.5%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .five-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .five-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:549px) {
  .row-fluid .five-col-adjust>span {
    display: block;
    margin-right: 0;
  }

  body .row-fluid .five-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width: 100%;
    -webkit-flex-basis: 100%;
    margin: 0;
    margin-top: 30px;
    margin-right: 0;
  }
}

/*==================================================
Six Col Adjust
==================================================*/
.row-fluid .six-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-wrap: wrap;
  -wevkit-flex-wrap: wrap;
  flex-direction: row;
  -webkit-flex-direction: row;
  margin-right: -2.565%;
}

body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 14%;
  -webkit-flex-basis: 14%;
  float: left;
  margin-right: 2.5%;
  margin-top: 2.43%;
  box-sizing: border-box;
  position: relative;
}

@media(min-width:550px) and (max-width:999px) {
  body .row-fluid .six-col-adjust>span {
    display: inline-block;
    margin-right: 0;
  }

  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 49%;
    width: 49%;
    -webkit-flex-basis: 50%;
    /*     margin: 0; */
    margin-top: 20px;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper:nth-child(2n) {
    margin-right:0px !important;
  }
}

@media (max-width:999px) {
  .row-fluid .six-col-adjust>span {
    display: flex;
  }
  body .row-fluid .six-col-adjust span>.hs_cos_wrapper {
    display: flex;
    flex-basis: 25%;
    width: 24%;
    -webkit-flex-basis: 25%;
  }
}



@media(min-width:550px) and (max-width:999px){
  body .row-fluid .three-col-adjust>span,
  body .row-fluid .four-col-adjust>span,
  body .row-fluid .five-col-adjust>span,
  body .row-fluid .six-col-adjust>span{
    display:flex;
  }

  body .row-fluid .three-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .four-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .five-col-adjust>span > .hs_cos_wrapper,
  body .row-fluid .six-col-adjust>span > .hs_cos_wrapper{
    webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 40px;
    position: relative;
  }
  body .row-fluid .three-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .four-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .five-col-adjust>span .hs_cos_wrapper:nth-child(even),
  body .row-fluid .six-col-adjust>span .hs_cos_wrapper:nth-child(even){
    margin-right:0px;
  }
  body .row-fluid .three-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .four-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .five-col-adjust>span .hs_cos_wrapper:nth-child(odd),
  body .row-fluid .six-col-adjust>span .hs_cos_wrapper:nth-child(odd){
    margin-left:0px;
  }
}
/* .content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}
 */
.dnd-section > .row-fluid {
  margin: 0 auto;
}

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

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

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

/* The overflow-wrap is meant to prevent long/large words from breaking the mobile responsiveness of a page (e.g. horizontal scrolling). It is preferred to reduce font sizes on mobile to address this, with this CSS specifically helping with extreme scenarios where a reduction in font size is not possible. */


html{
  overflow-x: hidden;
}

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

footer.footer{
  overflow-x: hidden;
  position: relative;
  z-index: 2;
}

.custom-cursor2{
  display: none;
}

/* body::-webkit-scrollbar{
display: none;
} */

/* Handles word breaking for a few specific languages which handle breaks in words differently. If your content is not translated into these languages, you can safely remove this.  */

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

/* Paragraphs */

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

a {
  cursor: pointer;
}

/* Headings */

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

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

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

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

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}

/*    Typography   */

.color_box {
  padding: 20px;
  text-align: center;
  width: 100%;
}

.border_box{
  border: 1px solid var(--tertiary_color);
}

.custom_box {
  background: var(--quaternary_color);
  color: #000;
  margin-bottom: 16px;
  max-width: 100%;
  padding: 12px;
  width: max-content;
}

@media(min-width: 768px){
  .desk_hide{
    display: none !important;
  }
}

@media(max-width: 767px){
  .mob_hide{
    display: none !important;
  }
}

 

.align-left,
.left{
  text-align: left;
  margin-right: auto;
}

.align-center,
.center{
  text-align: center;
  margin: 0 auto;
}

.align-right,
.right{
  text-align: right;
  margin-left: auto;
}

 

.text-margin-zero,
.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero p,
.text-margin-zero a,
.text-margin-zero span,
.text-margin-zero ul,
.text-margin-zero ol,
.text-margin-zero li,
.text-margin-zero label,
.text-margin-zero blockquote{
  margin-bottom: 0 !important; 
}

 

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white p,
.all-text-white a:not(.cta_button),
.all-text-white span,
.all-text-white ul,
.all-text-white ol,
.all-text-white li,
.all-text-white label,
.all-text-white blockquote{
  color: var(--white_color) !important; 
}



.primary_text,
.primary_text h1,
.primary_text h2,
.primary_text h3,
.primary_text h4,
.primary_text h5,
.primary_text h6,
.primary_text p,
.primary_text a,
.primary_text span,
.primary_text ul,
.primary_text ol,
.primary_text li,
.primary_text label,
.primary_text blockquote{
  color: var(--primary_color) !important;
}

.secondary_text,
.secondary_text h1,
.secondary_text h2,
.secondary_text h3,
.secondary_text h4,
.secondary_text h5,
.secondary_text h6,
.secondary_text p,
.secondary_text a,
.secondary_text span,
.secondary_text ul,
.secondary_text ol,
.secondary_text li,
.secondary_text label,
.secondary_text blockquote{
  color: var(--secondary_color) !important;
}

.tertiary_text,
.tertiary_text h1,
.tertiary_text h2,
.tertiary_text h3,
.tertiary_text h4,
.tertiary_text h5,
.tertiary_text h6,
.tertiary_text p,
.tertiary_text a:not(:hover),
.tertiary_text span,
.tertiary_text ul,
.tertiary_text ol,
.tertiary_text li,
.tertiary_text label,
.tertiary_text blockquote{
  color: var(--tertiary_color) !important;
}

.quaternary_text,
.quaternary_text h1,
.quaternary_text h2,
.quaternary_text h3,
.quaternary_text h4,
.quaternary_text h5,
.quaternary_text h6,
.quaternary_text p,
.quaternary_text a,
.quaternary_text span,
.quaternary_text ul,
.quaternary_text ol,
.quaternary_text li,
.quaternary_text label,
.quaternary_text blockquote{
  color: var(--quaternary_color) !important;
}


.quinary_text,
.quinary_text h1,
.quinary_text h2,
.quinary_text h3,
.quinary_text h4,
.quinary_text h5,
.quinary_text h6,
.quinary_text p,
.quinary_text a,
.quinary_text span,
.quinary_text ul,
.quinary_text ol,
.quinary_text li,
.quinary_text label,
.quinary_text blockquote{
  color: var(--quinary_color) !important;
}



.fw_100,
.fw_100 h1,
.fw_100 h2,
.fw_100 h3,
.fw_100 h4,
.fw_100 h5,
.fw_100 h6,
.fw_100 p,
.fw_100 a,
.fw_100 span,
.fw_100 li,
.fw_100 label,
.fw_100 blockquote{
  font-weight: 100 !important; 
}

.fw_200,
.fw_200 h1,
.fw_200 h2,
.fw_200 h3,
.fw_200 h4,
.fw_200 h5,
.fw_200 h6,
.fw_200 p,
.fw_200 a,
.fw_200 span,
.fw_200 li,
.fw_200 label,
.fw_200 blockquote{
  font-weight: 200 !important; 
}

.fw_300,
.fw_300 h1,
.fw_300 h2,
.fw_300 h3,
.fw_300 h4,
.fw_300 h5,
.fw_300 h6,
.fw_300 p,
.fw_300 a,
.fw_300 span,
.fw_300 li,
.fw_300 label,
.fw_300 blockquote{
  font-weight: 300 !important; 
}

.fw_400,
.fw_400 h1,
.fw_400 h2,
.fw_400 h3,
.fw_400 h4,
.fw_400 h5,
.fw_400 h6,
.fw_400 p,
.fw_400 a,
.fw_400 span,
.fw_400 li,
.fw_400 label,
.fw_400 blockquote{
  font-weight: 400 !important; 
}

.fw_500,
.fw_500 h1,
.fw_500 h2,
.fw_500 h3,
.fw_500 h4,
.fw_500 h5,
.fw_500 h6,
.fw_500 p,
.fw_500 a,
.fw_500 span,
.fw_500 li,
.fw_500 label,
.fw_500 blockquote{
  font-weight: 500 !important; 
}

.fw_500,
.fw_500 h1,
.fw_500 h2,
.fw_500 h3,
.fw_500 h4,
.fw_500 h5,
.fw_500 h6,
.fw_500 p,
.fw_500 a,
.fw_500 span,
.fw_500 li,
.fw_500 label,
.fw_500 blockquote{
  font-weight: 500 !important; 
}

.fw_600,
.fw_600 h1,
.fw_600 h2,
.fw_600 h3,
.fw_600 h4,
.fw_600 h5,
.fw_600 h6,
.fw_600 p,
.fw_600 a,
.fw_600 span,
.fw_600 li,
.fw_600 label,
.fw_600 blockquote{
  font-weight: 600 !important; 
}

.fw_700,
.fw_700 h1,
.fw_700 h2,
.fw_700 h3,
.fw_700 h4,
.fw_700 h5,
.fw_700 h6,
.fw_700 p,
.fw_700 a,
.fw_700 span,
.fw_700 li,
.fw_700 label,
.fw_700 blockquote{
  font-weight: 700 !important; 
}

.fw_800,
.fw_800 h1,
.fw_800 h2,
.fw_800 h3,
.fw_800 h4,
.fw_800 h5,
.fw_800 h6,
.fw_800 p,
.fw_800 a,
.fw_800 span,
.fw_800 li,
.fw_800 label,
.fw_800 blockquote{
  font-weight: 800 !important; 
}

.fw_900,
.fw_900 h1,
.fw_900 h2,
.fw_900 h3,
.fw_900 h4,
.fw_900 h5,
.fw_900 h6,
.fw_900 p,
.fw_900 a,
.fw_900 span,
.fw_900 li,
.fw_900 label,
.fw_900 blockquote{
  font-weight: 900 !important; 
}




.spacer_0{
  padding: 8px 0;
}
.spacer_1{
  padding: 16px 0;
}
.spacer_2{
  padding: 24px 0;
}
.spacer_3{
  padding: 32px 0;
}
.spacer_4{
  padding: 40px 0;
}
.spacer_5{
  padding: 48px 0;
}
.spacer_6{
  padding: 56px 0;
}
.spacer_7{
  padding: 64px 0;
}
.spacer_8{
  padding: 80px 0;
}
.spacer_9{
  padding: 100px 0;
}
.spacer_10{
  padding: 120px 0;
}



@media(max-width: 999px){
  .spacer_0{
    padding: 8px 0;
  }
  .spacer_1{
    padding: 16px 0;
  }
  .spacer_2{
    padding: 24px 0;
  }
  .spacer_3{
    padding: 24px 0;
  }
  .spacer_4{
    padding: 24px 0;
  }
  .spacer_5{
    padding: 24px 0;
  }
  .spacer_6{
    padding: 32px 0;
  }
  .spacer_7{
    padding: 32px 0;
  }
  .spacer_8{
    padding: 40px 0;
  }
  .spacer_9{
    padding: 50px 0;
  }
  .spacer_10{
    padding: 60px 0;
  }
}





/* Layout for Separator */

body {
  position: relative;
}
body.layout1::after,
body.layout2::after {
  position: fixed;
  width: 1.5px;
  height: 100vh;
  content: '';
  background-color: var(--primary_color);
  top: 0;
  z-index: 0;
  opacity: 0; /* Initially hidden */
  animation: fadeIn 0.5s ease-in-out 0.8s forwards; /* Delay of 2s */
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body.layout1::after {
  left:50%;
}
body.layout2::after {
  left: calc(50% + 216px);
}
body.layout1::before,
body.layout2::before {
  background: var(--quaternary_color);
  margin-left: auto;
  right: 0;
  height: 100vh;
  position: fixed;
  top: 0;
  content: '';
  z-index: -1;
  opacity: 0; /* Initially hidden */
  animation: fadeInBefore 0.5s ease-in-out 0.8s forwards; /* Delay of 2s */
}

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

body.layout1::before {
  width:50%;
}
body.layout2::before {
  width:calc(50% - 216px);
}
/* body.layout1 main#main-content .dnd-section>.row-fluid > .widget-span{
width:50% !important;
}
body.layout2 main#main-content .row-fluid [class*=span]:not(.widget-type-cell):first-child{
width:62.5% !important;
}
body.layout2 main#main-content .row-fluid [class*=span]:not(:first-child){
width:37.5% !important;
}
main#main-content .row-fluid:after,
main#main-content .row-fluid:before{
display:none;
} */

@media(min-width:768px) and (max-width:1200px){
  body.layout2:before{
    width: calc(50% - 108px);
  }
  body.layout2:after {
    left: calc(50% + 108px);
  }
}
@media(max-width:767px){
  body.layout1:before,
  body.layout2:before,
  body.layout1:after,
  body.layout2:after{
    display:none;
  }
  body main#main-content{
    margin-top:79px;
  }
}



/* Custom Scrollbar */

/* body {
position: relative;
}


body::before {
content: "";
position: fixed;
top: 0;
right: 5px;
width: 6px;
height: 100%;
background: rgba(0, 0, 0, 0.1);
border-radius: 3px;
pointer-events: none;
z-index:9999;
}


.scroll-indicator {
position: fixed;
top: 0;
right: 5px;
width: 6px;
height: 80px; 
background: rgba(0, 0, 0, 0.6);
border-radius: 3px;
pointer-events: none;
transition: top 0.2s ease-in-out;
z-index:9999;
} */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/***********  Apply Now iframe  ***************/

iframe#apply_now_new{
  border:none;
}
iframe#apply_now_new::-webkit-scrollbar{
  display: none;
}
@media(min-width: 1440px){
  iframe#apply_now_new{
    min-height: 698px;
    overflow: hidden;
  }
}

@media(max-width: 1439px){
  iframe#apply_now_new{
    min-height: 1092px;
    overflow: hidden;
  }
}
button,
.button,
.hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

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

/* No button */

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

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

/* Labels */

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

/* Form Title */
.form-title {
  margin-bottom: 0;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=search],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  /*   font-size: 0.875rem;
  padding: 0.7rem; */
  width: 100%;
}

form textarea {
  resize: vertical;
}

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

body form .hs-submit{
  margin-top: 10px;
}

/* Inputs - checkbox/radio */

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

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

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

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

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

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

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

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

/* Submit button */

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

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}


/* Search button input field and suggestions */
.body-container-wrapper .hs-search-field__button {
  padding: 15px;
}

.body-container-wrapper .hs-search-field__bar--button-inline .hs-search-field__button {
  margin-left: 6px;
  margin-bottom: 0;
}

.body-container-wrapper .hs-search-field__button svg {
  height: 15px;
  fill: #fff;
}

/*   .body-container-wrapper .hs-search-field__bar > form > .hs-search-field__input {
padding: 10px;
} */

.body-container-wrapper .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}


body form fieldset .hs-input{
  width: 100% !important;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-1 .hs-form-field .input {
  margin-right: 0;
}
body form fieldset .hs-fieldtype-radio ul li.hs-form-radio{
  margin: 0;
}
body form .hs-fieldtype-textarea.hs-input{
  resize: none;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field {
  width: calc(50% - 5px);
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field .input {
  margin-right: 0;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field:first-child {
  margin-right: 10px;
}

@media(min-width: 1200px){
  body form fieldset .hs-fieldtype-radio {
    display: flex;
    column-gap: 20px;
    width: 100%;
  }
  body form fieldset .hs-fieldtype-radio > label,
  body form fieldset .hs-fieldtype-radio .input{
    width: calc(50% - 10px);
  }
  body form fieldset .hs-fieldtype-radio .input ul.multi-container{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  body form fieldset .hs-fieldtype-radio .input ul.multi-container li.hs-form-radio{
    width: calc(50% - 5px);
  }
}

@media(min-width: 768px){
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field {
    width: 33.33%;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field .input {
    margin-right: 10px;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field:last-child .input {
    margin-right: 0;
  }
}

body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-country.hs-form-field {
  width: 150px;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-country.hs-form-field input::placeholder{
  text-align: right;
}
body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-phone.hs-form-field{
  width: calc(100% - 160px);
}

@media(max-width: 767px){
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field .input {
    margin-right: 0;
  }
  form .hs-fieldtype-date .input input.hs-input, 
  form input[type=email], 
  form input[type=file], 
  form input[type=number], 
  form input[type=password], 
  form input[type=search], 
  form input[type=tel], 
  form input[type=text], 
  form select, 
  form textarea, 
  input[type=text]{
    padding: 9px 10px;
  }
  .submitted-message, form{
    padding: 20px;
  }
}

@media(min-width: 501px){
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-title.hs-form-field {
    width: 77px;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-firstname.hs-form-field,
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-lastname.hs-form-field {
    width: calc(50% - 38.5px);
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-title.hs-form-field .input,
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-firstname.hs-form-field .input{
    margin-right: 10px;
  }
}

@media(max-width: 500px){
  body .hs_cos_wrapper_type_form form fieldset.form-columns-3 .hs-form-field,
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field{
    width: 100%;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-form-field{
    margin-right: 0px;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-country.hs-form-field{
    width: 70px;
    float: left;
  }
  body .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-phone.hs-form-field {
    width: calc(100% - 80px);
    float: left;
  }
}
/* Table */

table {
  border-collapse: separate;
  border-spacing: 3px 6px;
  margin: 0;
  overflow-wrap: break-word;
  box-shadow: 0px 0px 30px 0px var(--box_shadow);
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

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

/* Header DND sections */

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

/* Header container */

.header__container {
  display: flex;
  justify-content: space-between;
}

.header__row-1 {
  padding-top: 1rem;
}

.header__row-1,
.header__row-2 {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .header__container {
    flex-direction: column;
    padding: 1rem 0 0;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 1.05rem;
  }
}

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

/* Logo */

.header__logo {
  align-items: center;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .header__logo {
    margin: 0 auto;
    width: 100%;
  }
}

.header__logo img {
  max-width: 100%;
}

.header__logo .logo-company-name {
  font-size: 1.167rem;
  margin-top: 0.7rem;
}

.header__logo--main {
  padding-top: 1rem;
}

/* Search bar */

.header__search {
  padding: 0 1rem;
  width: auto;
}



  .hs-search-field__form {
    position: relative;
  }

  .header__search .hs-search-field__label {
    flex-basis: auto;
  }



.header__search .hs-search-field__input {
  
  height: 45px;
  padding: 0 0.7rem;
}



  .header__search .hs-search-field__button {
    padding: 0;
    fill: #000;
    background-color: transparent;
    border: none;
    padding: 10px;
    position: absolute;
    top: 0;
    right: 0;
  }

  .header__search .hs-search-field__button svg {
    height: 25px;
  }


.header__search .hs-search-field--open .hs-search-field__input {
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  max-width: 100%;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  border-top-width: 1px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-size: 0.875rem;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 0.35rem 0.7rem;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

@media (min-width: 767px) {
  .header__search form {
    align-items: center;
    display: flex;
    flex-direction: row;
  }

  .header__search label {
    margin: 0 1rem 0 0;
  }

  .header__search .hs-search-field__input {
    width: auto;
  }
}

@media (max-width: 767px) {
  .header__search {
    border-top: 2px solid #CED4DB;
    order: 1;
    padding: 1.05rem;
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 1.4rem;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 2px solid;
  border-radius: 3px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  display: block;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class,
.header__language-switcher:focus .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  left: 70%;
  top: -25px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 0.35rem 0.7rem;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  transition: background-color 0.3s;
}

.header__language-switcher--label {
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  align-items: center;
  display: flex;
  font-size: 0.75rem;
  margin-bottom: 0.175rem;
  margin-left: 0.7rem;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 0.7rem;
  margin-top: 0.175rem;
  width: 0px;
}

@media (max-width: 767px) {
  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 1.05rem;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    border: none;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 1.05rem;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 0.917rem;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover{
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }
    /* V1 lang switcher updates to keep "in line" w/ v0 mobile styles */
    .header__language-switcher .hs-language-switcher__menu {
        display: block;
        box-shadow:none!important;
        background: transparent;
    }
    .header__language-switcher .hs-language-switcher__menu a {
        font-size: 20px!important;
    }
    .header__language-switcher .hs-language-switcher__button {
        display: none;
    }
  }

/* Navigation */

#nav-toggle {
  display: none;
}

/* Mobile toggles */

@media (max-width: 767px) {
  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    left: 0;
    min-height: calc(100vh - 115px);
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 1.083rem;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
    word-break: normal;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }
}



/*****************   Global Search Input   ******************/

form.hs-search-field__form{
  background: none;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
}
form.hs-search-field__form input[type="search"]{
  border-radius: 33px;
  border: 1px solid var(--secondary_color);
  min-height: 43px;
  padding: 7.5px 35px;
  position: relative;
}
form.hs-search-field__form input[type="search"]::placeholder{
  color: var(--primary_color) !important;
  font-size: 16px;
  line-height: 23.12px;
  font-weight: 500;
  text-transform: uppercase;
}
form.hs-search-field__form .search_icon{
  position: absolute;
  content: '';
  width: 20px;
  height: 20px;
  top: 11px;
  left: 10px;
  z-index: 1;
}
form.hs-search-field__form .search_icon svg{
  fill: none;
}
form.hs-search-field__form button.hs-search-field__button{
  background: none;
  border: none;
  position: absolute;
  content: '';
  right: 0;
  top: 0;
  z-index: 1;
  min-height: 43px;
  display: flex;
  align-items: center;
  padding: 9px 15px 9px 10px;
}
form.hs-search-field__form button.hs-search-field__button svg{
  fill: none;
}
form.hs-search-field__form button.hs-search-field__button:hover{
  background: none;
}

/******************************************************   Header Megamenu   ********************************************************/

@media(min-width: 1025px){
  .header_megamenu .span8{
    width: 60.557447%;
  }
  .header_megamenu .span4{
    width: 39.442553%;
    margin-left: 0;
    padding-left: 50px;
  }
}
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition: all .3s ease-in-out;
  z-index: 99;
}
.header_megamenu ul{
  list-style-type: none;
  margin: 0;
}
.header_megamenu .header_nav_container .header_logo .logo_container span.hs_cos_wrapper_type_logo{
  display: flex;
}
.header_megamenu .header_top_container .header_icon_container{
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  border-radius: 0 50% 50% 0;
  overflow: hidden;
}
.header_megamenu .header_top_container .header_icon_container,
.header_megamenu .header_nav_container .header_logo .logo_container a{
  line-height: 0;
}
.header_megamenu .header_top_bar{
  transition: all 0.25s ease-in-out;
}
.header_megamenu .header_top_bar .header_top_container{
  display: flex;
  /*   align-items: center; */
  justify-content: space-between;
}
.header_megamenu .header_top_bar .header_trigger{
  position: relative;
  z-index: 1001;
  padding: 65px 35px;
  background-color: var(--secondary_color);
  transition: all 0.5s ease;
  cursor: pointer;
}
.header_megamenu .header_top_bar .header_trigger:hover{
  padding-top: 85px;
}
.header_megamenu .mobile-trigger{
  width:30px;
  height: 20px;
  position: relative;
}
.header_megamenu .mobile-trigger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: var(--white_color);
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.header_megamenu .mobile-trigger span:nth-child(1) {
  top: 0px;
}
.header_megamenu .mobile-trigger span:nth-child(2), 
.header_megamenu .mobile-trigger span:nth-child(3) {
  top: 7px;
}
.header_megamenu .mobile-trigger span:nth-child(4) {
  top: 14px;
}
.header_megamenu .mobile-trigger.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header_megamenu .mobile-trigger.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header_megamenu .mobile-trigger.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header_megamenu .mobile-trigger.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.header_megamenu .header_navigation{
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  overflow-y: auto;
  transition: all 0.5s ease;
  background-color: var(--tertiary_color);
}
.header_megamenu .header_navigation.open_menu{
  left: 0;
}
.header_megamenu .header_navigation::-webkit-scrollbar{
  display: none;
}
.header_megamenu .header_nav_container .logos_container{
  display: flex;
  align-items: center;
  width: 100%;
}
.header_megamenu .header_nav_container .logos_container .education_logo_container{
  padding-right: 24px;
  line-height: 0;
  border-right: 0.41px solid var(--tertiary_color);
}
.header_megamenu .header_nav_container .logos_container .for_life_logo_container{
  padding-left: 18px;
  line-height: 0;
}
.header_megamenu .two_columns .right_column .content_list ul > li > a{
  text-decoration: none;
}
.header_megamenu .two_columns .left_column .hs-menu-wrapper ul > li > a:hover{
  color: var(--secondary_color);
}
.header_megamenu .two_columns .right_column .content_list ul > li > a:hover,
.header_megamenu .header_bottom_container .quick_links_container .hs-menu-wrapper ul > li > a:hover{
  color: var(--primary_color);
}


/*********   Megamenu CSS    ***********/

.header_megamenu .header_nav_container{
  position: relative;
  z-index: 1;
}
.header_megamenu .header_nav_container .left_column,
.header_megamenu .header_nav_container .header_logo{
  background-color: var(--primary_color);
}
.header_megamenu .header_nav_container .header_logo{
  padding-top: 32.9px;
  padding-bottom: 32.8px;
}
.header_megamenu .header_nav_container .two_columns .left_column,
.header_megamenu .header_nav_container .two_columns .right_column{
  padding-top: 102px;
}
.header_megamenu .header_nav_container .menu_title h5,
.header_megamenu .header_nav_container .list_title h4{
  margin-bottom: 10px;
  font-weight: 700;
}
.header_megamenu .header_nav_container .hs-menu-wrapper ul{
  flex-direction: column;
}
.header_megamenu .header_nav_container .hs-menu-wrapper ul li,
.header_megamenu .header_nav_container .content_list ul li{
  margin-bottom: 5px;
}
.header_megamenu .header_nav_container .logos_container{
  padding-top: 25px;
}

/**************   Header Bottom   *******************/

.header_megamenu .header_bottom_container{
  position: relative;
  z-index: 1;
}
.header_megamenu .header_bottom_container .left_container{
  background-color: var(--secondary_color);
  padding-right: 20px;
}
.header_megamenu .header_bottom_container .left_container,
.header_megamenu .header_bottom_container .right_container{
  padding-top: 50px;
}
.header_megamenu .header_bottom_container .left_container{
  padding-bottom: 51px;
}
.header_megamenu .header_bottom_container .right_container{
  padding-bottom: 20px;
}
.header_megamenu .header_bottom_container .social_share_container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.header_megamenu .social_share_container .soacial_icons ul{
  display: flex;
  align-items: center;
  gap: 8px;
}
.header_megamenu .social_share_container .soacial_icons ul li a{ 
  padding: 6px;
  background-color: var(--primary_color);
  border-radius: 10px;
  width: 32px;
  height: 32px;
  transition: all 0.25s ease-in-out;
}
.header_megamenu .social_share_container .soacial_icons ul li:hover a{
  background-color: var(--secondary_color);
}
.header_megamenu .social_share_container .soacial_icons ul li svg{
  width: 20px;
  height: 20px;
}
.header_megamenu .social_share_container .soacial_icons ul li svg path{
  fill: var(--white_color);
}


@media(min-width: 768px){
  .header_megamenu .header_top_bar .header_top_container .header_icon{
    padding-top: 30px;
  }
  .header_megamenu .header_nav_container .two_columns .left_column, 
  .header_megamenu .header_nav_container .two_columns .right_column{
    margin-top: -2px;
  }
  .header_megamenu .header_nav_container:before{
    position: absolute;
    content: '';
    background-color: var(--primary_color);
    width: 52%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header_megamenu .header_nav_container:after{
    position: absolute;
    content: '';
    background-color: var(--quaternary_color);
    width: 48%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .header_megamenu .header_bottom_container:before{
    position: absolute;
    content: '';
    background-color: var(--secondary_color);
    width: 52%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .header_megamenu .header_bottom_container:after{
    position: absolute;
    content: '';
    background-color: var(--white_color);
    width: 48%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .header_megamenu .header_nav_container .left_column .inner_container{
    max-width: 802px;
    padding-right: 20px;
  }
  .header_megamenu .header_nav_container .content_container .menu_group{
    display: flex;
    justify-content: space-between;
    gap: 20px;
  }
  .header_megamenu .header_nav_container .left_column .header_menu_container{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
  }
  .header_megamenu .header_nav_container .left_column .right_menu_container .menu_content_container{
    display: flex;
    gap: 50px;
  }
  .header_megamenu .header_nav_container .header_search{
    padding-top: 65px;
    padding-bottom: 72px;
  }
  .header_megamenu .social_share_container .social_share_title p{
    color: var(--primary_color);
  }
  .header_megamenu .header_bottom_container .quick_links_container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    column-gap: 50px;
    row-gap: 20px;
  }
  .header_megamenu .header_bottom_container .quick_links_container ul li{
    padding: 0 20px;
    border-right: 1px solid var(--header_nav_color);
  }
  .header_megamenu .header_bottom_container .quick_links_container ul li:first-child{
    padding-left: 0;
  }
  .header_megamenu .header_bottom_container .quick_links_container ul li:last-child{
    padding-right: 0;
    border-right: none;
  }
  .header_megamenu .header_bottom_container > .wrapper > .row-fluid-wrapper > .row-fluid{
    display: flex;
    align-items: stretch;
  }
}

@media(min-width: 2500px){
  .header_megamenu .header_nav_container:before,
  .header_megamenu .header_nav_container:after,
  .header_megamenu .header_bottom_container:before,
  .header_megamenu .header_bottom_container:after{
    max-width: 50%;
  }
  .header_megamenu .header_nav_container:after,
  .header_megamenu .header_bottom_container:after{
    width: 50%;
  }
  .header_megamenu .header_nav_container .two_columns{
    margin-top: -1px;
  }
}

@media(min-width: 1025px) and (max-width: 1200px){
  body .footer_section .copyright_container .menu_list .hs-menu-wrapper ul{
    gap: 22px;
  }
}

@media(min-width: 768px) and (max-width: 1024px){
  .header_megamenu .header_nav_container .left_column .right_menu_container .menu_content_container{
    gap: 20px;
  }
  .header_megamenu .header_bottom_container .quick_links_container ul li{
    padding: 0 7px;
  }
  .header_megamenu .header_nav_container .two_columns .left_column, 
  .header_megamenu .header_nav_container .two_columns .right_column{
    padding-top: 50px;
  }
  .header_megamenu .header_nav_container .content_container .menu_group{
    flex-direction: column;
  }
  .header_megamenu .header_nav_container .left_column .header_menu_container{
    flex-direction: row;
    width: 100%;
  }
  .header_megamenu .header_nav_container .left_column .left_menu_container.header_menu_container .menu_container{
    width: calc(50% - 10px);
  }
  .header_megamenu .header_nav_container .left_column .right_menu_container .menu_container{
    width: 100%;
  }
  .header_megamenu .header_nav_container .left_column .right_menu_container .menu_content_container .inner_menu_column{
    width: calc(50% - 10px);
  }
}

@media(max-width: 1024px){
  .footer_section .copyright_container .inner_row .copyright_text{
    text-align: center;
  }
}

@media(max-width: 767px){
  .header_megamenu .header_top_bar .header_top_container{
    align-items: center;
  }
  .header_megamenu .header_navigation{
    background-color: var(--secondary_color);
  }
  .header_megamenu .header_nav_container .header_logo{
    padding-top: 18px;
    padding-bottom: 28.9px;
  }
  .header_megamenu .header_navigation .logo_container{
    max-width: 200px;
    line-height: 0;
  }
  .header_megamenu .header_nav_container .two_columns .left_column{
    padding-top: 0px;
    padding-bottom: 50px;
  }
  .header_megamenu .header_nav_container .header_search{
    padding: 20px 0;
  }
  .header_megamenu .header_top_bar{
    background-color: var(--secondary_color);
    padding: 15.94px 0 15px;
  }
  .header_megamenu .header_top_bar .header_icon_container{
    max-width: 48px;
    line-height: 0;
  }
  .header_megamenu .header_top_bar .header_trigger{
    padding: 0;
    background: none;
  }
  .header_megamenu .header_top_bar .header_trigger:hover{
    padding: 0;
  }
  .header_megamenu .header_navigation .header_nav_container{
    background-color: var(--primary_color);
  }
  .header_megamenu .header_nav_container .menu_title h5,
  .header_megamenu .header_nav_container .list_title h4{
    font-weight: 500;
  }
  .header_megamenu .header_nav_container .menu_title h5{
    font-size: 20px;
    line-height: 28.9px;
    margin-bottom: 0;
  }
  .header_megamenu .header_nav_container .menu_group .menu_container,
  .header_megamenu .header_bottom_container .menu_container{
    padding: 10px 0;
  }
  .header_megamenu .header_nav_container .menu_group .menu_container .menu_content,
  .header_megamenu .header_bottom_container .menu_container .menu_content{
    padding-top: 20px;
  }
  .header_megamenu .header_nav_container .menu_title,
  .header_megamenu .header_bottom_container .menu_title{
    position: relative;
    cursor: pointer;
  }
  .header_megamenu .header_nav_container .menu_title:before,
  .header_megamenu .header_bottom_container .menu_title:before{
    position: absolute;
    content: '';
    width: 18px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 18.5C11.687 18.5 11.3867 18.3773 11.1654 18.159L0.345709 7.48738C-0.115238 7.03274 -0.115238 6.29562 0.345709 5.84098C0.806655 5.38634 1.554 5.38634 2.01494 5.84098L12 15.6894L21.9851 5.84098C22.446 5.38634 23.1933 5.38634 23.6543 5.84098C24.1152 6.29562 24.1152 7.03274 23.6543 7.48738L12.8346 18.159C12.6133 18.3773 12.313 18.5 12 18.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    top: 7px;
    right: 0;
    transition: all 0.25s ease-in-out;
  }
  .header_megamenu .header_nav_container .menu_container.expanded .menu_title:before,
  .header_megamenu .header_bottom_container .menu_container.expanded .menu_title:before{
    transform: rotate(180deg);
  }
  .header_megamenu .header_nav_container .two_columns .right_column{
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header_megamenu .header_nav_container .two_columns .right_column:before{
    position: absolute;
    content: '';
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    left: -20px;
    z-index: -1;
    background-color: var(--quaternary_color);
  }
  .header_megamenu .header_nav_container .content_logo_container{
    padding-bottom: 30px;
  }
  .header_megamenu .social_share_container .social_share_title p{
    color: var(--tertiary_color);
    padding-bottom: 10px;
  }
  .header_megamenu .header_bottom_container{
    background-color: var(--secondary_color);
  }
  .header_megamenu .header_bottom_container .menu_container .menu_content ul{
    flex-direction: column;
  }
  .header_megamenu .header_bottom_container .menu_container .menu_content ul li{
    padding-bottom: 5px;
  }
  .header_megamenu .header_bottom_container .left_container{
    padding: 30px 0;
  }
  .header_megamenu .header_bottom_container .right_container{
    padding: 0;
  }
  .header_megamenu .header_nav_container .logos_container .education_logo_container{
    padding-right: 12px;
  }
  .header_megamenu .header_nav_container .logos_container .for_life_logo_container{
    padding-left: 9px;
  }
}


/***********************************************************   Footer   ************************************************************/

.footer_section {
  position: relative;
  z-index: 1;
}
.footer_section span.hs_cos_wrapper_type_logo{
  display: flex;
}
.footer_section ul{
  list-style-type: none;
  margin: 0;
}
.footer_section .two_columns,
.footer_section .single_column_container{
  position: relative;
  z-index: 1;
}
.footer_section .two_columns .menu_title h5, 
.footer_section .two_columns .list_title h4{
  margin-bottom: 10px;
}
.footer_section .two_columns .hs-menu-wrapper ul {
  flex-direction: column;
}
.footer_section .two_columns .content_list ul li, 
.footer_section .two_columns .hs-menu-wrapper ul li,
.footer_section .middle_container .contact_details ul li{
  margin-bottom: 5px;
}
.footer_section .single_column_container .quick_links_container{
  padding: 31.5px 15px 31.5px 0;
}
.footer_section .social_share_container .soacial_icons ul li svg {
  width: 20px;
  height: 20px;
}
.footer_section .social_share_container .soacial_icons ul li a {
  padding: 6px;
  border-radius: 10px;
  width: 32px;
  height: 32px;
}
.footer_section .social_share_container .soacial_icons ul {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer_section .middle_container{
  background-color: var(--tertiary_color);
}
.footer_section .middle_container .contact_details ul li a{
  text-decoration: none;
}
.footer_section .middle_container .contact_details ul li .icon_text_container{
  display: flex;
  gap: 10px;
}
.footer_section .middle_container .contact_details ul li.contact_item,
.footer_section .middle_container .contact_details ul li .icon_container,
.footer_section .company_logo_row .company_logo{
  line-height: 0;
}
.footer_section .company_logo_row{
  background-color: var(--white_color);
  padding: 6px 0 50px;
}
.footer_section .company_logo_row .company_inner_container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 10px;
}
.footer_section .copyright_container{
  background-color: var(--quaternary_color);
  padding: 20px 0;
}
.footer_section .copyright_container .inner_row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.footer_section .copyright_container .menu_list .hs-menu-wrapper ul{
  gap: 47px;
}
.footer_section .copyright_container .copyright_text p,
.footer_section .copyright_container .menu_list ul > li > a{
  font-size: 16px;
  line-height: 28px;
}
.footer_section .two_columns .logos_container{
  display: flex;
  align-items: center;
  width: 100%;
}
.footer_section .two_columns .logos_container .education_logo_container{
  padding-right: 24px;
  line-height: 0;
  border-right: 0.41px solid var(--tertiary_color);
}
.footer_section .two_columns .logos_container .for_life_logo_container{
  padding-left: 18px;
  line-height: 0;
}
.footer .two_columns .right_column .content_list ul > li > a{
  text-decoration: none;
}
.footer .two_columns .left_column .hs-menu-wrapper ul > li > a:hover{
  color: var(--secondary_color);
}
.footer .two_columns .right_column .content_list ul > li > a:hover,
.footer_section .single_column_container .quick_links_container .hs-menu-wrapper ul > li > a:hover,
.footer_section .copyright_container .menu_list ul > li > a:hover{
  color: var(--primary_color);
}


@media(min-width: 768px){
  .footer_section .two_columns:before,
  .footer_section .single_column_container:before{
    position: absolute;
    content: '';
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
  }
  .footer_section .two_columns:before{
    background-color: var(--primary_color);
  }
  .footer_section .single_column_container:before{
    background-color: var(--secondary_color);
  }
  .footer_section .two_columns:after,
  .footer_section .single_column_container:after{
    position: absolute;
    content: '';
    background-color: var(--quaternary_color);
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
  }
  .footer_section .two_columns .left_column,
  .footer_section .two_columns .right_column .content_logo_container{
    padding: 50px 0 45px;
  }
  .footer_section .two_columns .menu_title h5, 
  .footer_section .two_columns .list_title h4{
    font-weight: 700;
  }
  .footer_section .two_columns .left_column .inner_container {
    max-width: 872px;
    padding-right: 20px;
  }
  .footer_section .two_columns .content_container .menu_group {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }
  .footer_section .two_columns  .left_column .footer_menu_container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: space-between;
  }
  .footer_section .two_columns  .left_column .right_menu_container .menu_content_container {
    display: flex;
    gap: 50px;
  }
  .footer_section .single_column_container .quick_links_container {
    align-items: center;
    column-gap: 50px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .footer_section .single_column_container .quick_links_container ul li {
    border-right: 1px solid var(--header_nav_color);
    padding: 0 20px;
  }
  .footer_section .single_column_container .quick_links_container ul li:first-child{
    padding-left: 0;
  }
  .footer_section .single_column_container .quick_links_container ul li:last-child {
    border-right: none;
    padding-right: 0;
  }
  .footer_section .two_columns .logos_container{
    padding-top: 75px;
  }
  .footer_section .middle_container{
    padding: 32.96px 0 33.76px;
  }
  .footer_section .social_share_container .soacial_icons ul li a{
    background-color: var(--white_color);
    transition: all 0.25s ease-in-out;
  }
  .footer_section .social_share_container .soacial_icons ul li svg path {
    fill: var(--tertiary_color);
    transition: all 0.25s ease-in-out;
  }
  .footer_section .social_share_container .soacial_icons ul li:hover a{
    background-color: var(--secondary_color);
  }
  .footer_section .social_share_container .soacial_icons ul li:hover svg path{
    fill: var(--white_color);
  }
  .footer_section .social_share_container .social_share_title p{
    margin-bottom: 10px;
  }
  .footer_section .middle_container .inner_columns_container{
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer_section .middle_container .inner_columns_container .inner_column{
    width: calc(24% - 15px);
  }
  .footer_section .middle_container .inner_columns_container .inner_column:last-child{
    width: calc(28% - 15px);
  }
}

@media(min-width: 1025px) and (max-width: 1440px){
  .footer_section .middle_container .inner_columns_container{
    gap: 13.33px;
  }
  .footer_section .middle_container .inner_columns_container .inner_column,
  .footer_section .middle_container .inner_columns_container .inner_column:last-child{
    width: calc(25% - 10px);
  }
}

@media(min-width: 1201px){
  .footer_section .span8{
    width: calc(50% + 216px);
  }
  .footer_section .span4{
    width: calc(50% - 216px);
    margin-left: 0;
    padding-left: 50px;
  }
  .footer_section .two_columns:before,
  .footer_section .single_column_container:before{
    width: calc(50% + 216px);
  }
  .footer_section .two_columns:after,
  .footer_section .single_column_container:after{
    width: calc(50% - 216px);
  }
  .footer_section .two_columns .left_column .left_menu_container.footer_menu_container{
    width: 100%;
    max-width: max-content;
  }
  .footer_section .two_columns .left_column .right_menu_container.footer_menu_container{
    width: 100%;
    max-width: 570px;
  }
}


@media(min-width: 768px) and (max-width: 1200px){
  .footer_section .span8{
    width: calc(50% + 108px);
  }
  .footer_section .span4{
    width: calc(50% - 108px);
    margin-left: 0;
    padding-left: 20px;
  }
  .footer_section .two_columns:before,
  .footer_section .single_column_container:before{
    width: calc(50% + 108px);
  }
  .footer_section .two_columns:after,
  .footer_section .single_column_container:after{
    width: calc(50% - 108px);
  }
}

@media(min-width: 768px) and (max-width: 1024px){
  .footer_section .two_columns .left_column .footer_menu_container {
    flex-direction: row;
    width: 100%;
  }
  .footer_section .two_columns .left_column .left_menu_container.footer_menu_container .menu_container,
  .footer_section .two_columns .left_column .right_menu_container .menu_content_container .inner_menu_column{
    width: calc(50% - 10px);
  }
  .footer_section .two_columns .content_container .menu_group{
    flex-direction: column;
  }
  .footer_section .two_columns .left_column .footer_menu_container .menu_container{
    width: 100%;
  }
  .footer_section .two_columns .left_column .right_menu_container .menu_content_container {
    gap: 20px;
  }
  .footer_section .single_column_container .quick_links_container ul li {
    padding: 0 7px;
  }
  .footer_section .middle_container .inner_columns_container{
    flex-wrap: wrap;
  }
  .footer_section .middle_container .inner_columns_container .inner_column,
  .footer_section .middle_container .inner_columns_container .inner_column:last-child{
    width: calc(50% - 10px);
  }
  .footer_section .middle_container .inner_columns_container .inner_column:first-child{
    order: 0;
  }
  .footer_section .middle_container .inner_columns_container .inner_column:last-child{
    order: -1;
  }
}

@media(max-width: 1024px){
  .footer_section .copyright_container .inner_row{
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 14px;
  }
  .footer_section .copyright_container .menu_list .hs-menu-wrapper ul{
    flex-direction: row;
    column-gap: 22px;
    row-gap: 10px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
  }
}

@media(max-width: 767px){
  .footer_section .two_columns{
    background-color: var(--primary_color);
  }
  .footer_section .social_share_container .soacial_icons ul li a{
    background-color: var(--primary_color);
    transition: all 0.25s ease-in-out;
  }
  .footer_section .social_share_container .soacial_icons ul li svg path {
    fill: var(--white_color);
  }
  .footer_section .social_share_container .soacial_icons ul li:hover a{
    background-color: var(--secondary_color);
  }
  .footer_section .middle_container{
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .footer_section .middle_container .inner_columns_container .inner_column:first-child{
    margin-bottom: 20px;
  }
  .footer_section .middle_container .contact_details ul li.contact_item{
    margin-bottom: 10px;
  }
  .footer_section .two_columns .footer_search,
  .footer_section .single_column_container{
    padding: 20px 0;
  }
  .footer_section .two_columns .inner_container{
    padding: 30px 0;
  }
  .footer_section .two_columns .menu_container{
    padding: 10px 0;
  }
  .footer_section .two_columns .menu_title h5 {
    font-size: 20px;
    line-height: 28.9px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .footer_section .two_columns .menu_title{
    cursor: pointer;
    position: relative;
  }
  .footer_section .two_columns .menu_title:before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 18.5C11.687 18.5 11.3867 18.3773 11.1654 18.159L0.345709 7.48738C-0.115238 7.03274 -0.115238 6.29562 0.345709 5.84098C0.806655 5.38634 1.554 5.38634 2.01494 5.84098L12 15.6894L21.9851 5.84098C22.446 5.38634 23.1933 5.38634 23.6543 5.84098C24.1152 6.29562 24.1152 7.03274 23.6543 7.48738L12.8346 18.159C12.6133 18.3773 12.313 18.5 12 18.5Z' fill='%23ffffff'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    height: 16px;
    position: absolute;
    right: 0;
    top: 7px;
    transition: all .25s ease-in-out;
    width: 18px;
  }
  .footer_section .two_columns .menu_container.expanded .menu_title:before{
    transform: rotate(180deg);
  }
  .footer_section .single_column_container,
  .footer_section .two_columns .right_column{
    position: relative;
    z-index: 1;
  }
  .footer_section .two_columns .right_column{
    padding: 20px 0;
  }
  .footer_section .single_column_container:before,
  .footer_section .two_columns .right_column:before{
    position: absolute;
    content: '';
    width: calc(100% + 40px);
    height: 100%;
    top: 0;
    left: -20px;
    z-index: -1;
  }
  .footer_section .single_column_container:before{
    background-color: var(--secondary_color);
  }
  .footer_section .two_columns .menu_container .menu_content{
    padding-top: 20px;
  }
  .footer_section .two_columns .right_column:before{
    background-color: var(--quaternary_color); 
  }
  .footer_section .two_columns .right_column .logos_container{
    padding: 25px 0 30px;
  }
  .footer_section .social_share_container .social_share_title p {
    margin-bottom: 10px;
  }
  .footer_section .company_logo_row{
    padding: 15px 0;
  }
  .footer_section .company_logo_row .company_logo img{
    max-width: 100%;
    height: auto;
  }
  .footer_section .copyright_container .menu_list ul>li>a{
    font-size: 14px;
    line-height: 20.23px;
  }
  .footer_section .two_columns .logos_container .education_logo_container{
    padding-right: 12px;
  }
  .footer_section .two_columns .logos_container .for_life_logo_container{
    padding-left: 9px;
  }
}
/* Menu and simple menu */

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

/* Horizontal menu */

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

@media (max-width: 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;
  }
}

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

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

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

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

.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;
  }
}

/* Custom Module CSS Linking */

/* Banner Section i.e., About Page Banner */

.internal_banner_section .content_container{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
.internal_banner_section .content_container .image_container{
  width: calc(50% + 216px);
  line-height:0;
  aspect-ratio: 2.16 / 1;
  background-repeat:no-repeat;
  background-size:cover;
  background-position: top center;
}
.internal_banner_section .content_container .content_conta{
  width: calc(50% - 216px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.internal_banner_section .content_container .content_conta .heading_container{
  margin-bottom:10px !important;
}

@media(min-width:768px) and (max-width:1200px){
  body .internal_banner_section .content_container .content_conta{
    width: calc(50% - 108px);
  }
  body .internal_banner_section .content_container .image_container{
    width: calc(50% + 108px);
  }
}

@media(max-width:767px){
  body .internal_banner_section .content_container{
    display:block;
  }
  body .internal_banner_section .content_container .image_container,
  body .internal_banner_section .content_container .content_conta{
    width:100%;
  }
}

/* Middle line Logo Separator */

body .separator .with_logo{
  position:relative;
  z-index:2;
}
.separator .with_logo .logo{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*   padding: 10px; */
  border: 1.5px solid var(--primary_color);
  margin: 0 auto;
  float: none;
  text-align: center;
  border-radius: 100px;
  max-width: 80px;
  width: 100%;
  height: 80px;
  background:var(--white_color);
  animation: animatelogo 1.1s infinite;
  transform: scale(1);
  animation-direction: alternate;
}
@keyframes animatelogo{
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.1);
  }
}
@media(max-width:767px){
  body .separator .with_logo::after{
    background:var(--primary_color);
    height:1.5px;
    width:100%;
    position:absolute;
    left:0;
    right:0;
    top:50%;
    content:'';
    z-index:-1;
  }
}

/* Sticky Sidebar Module */

.sticky_sidebar .content_container{
  position:sticky;
  top:170px;
  z-index:1;
}
.sticky_sidebar .content_container .sidebar_menu ul{
  display:inline-block;
}
.sticky_sidebar .content_container .sidebar_menu ul li a{
  text-decoration:none;
}
.sticky_sidebar .content_container .sidebar_menu ul li.active-branch > a,
.sticky_sidebar .content_container .sidebar_menu ul li a:hover{
  color:var(--primary_color);
  font-weight:700;
}
.sticky_sidebar .content_container .sidebar_menu ul li.hs-item-has-children.hs-menu-depth-1:not(.active-branch) > ul{
  max-height:0px !important;
  opacity:0 !important;
  margin:0 !important;
  pointer-events:none !important;
}
.sticky_sidebar .content_container .sidebar_menu ul li.hs-item-has-children ul{
  left: auto;
  position: relative;
  opacity: 1;
  display: block;
  margin-top:20px;
  padding-left:20px;
  margin-bottom:20px;
}
.sticky_sidebar .content_container .sidebar_menu ul li.hs-item-has-children ul li.hs-item-has-children ul{
  margin-top:8px;
  padding-left:10px;
  margin-bottom:0px;
}
.sticky_sidebar .content_container .sidebar_menu ul li.hs-item-has-children ul *{
  font-style:italic;
  font-weight:300;
  white-space: normal;
}
.sticky_sidebar .content_container .sidebar_menu ul li.hs-item-has-children ul li.hs-item-has-children ul li a::before{
  content:'-';
  margin-right:10px;
}
.sticky_sidebar .content_container .heading_container{
  margin-bottom:9px !important;
}

/* Admission Cards Section */

.admission_cards_section .heading_search_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 20px;
}
.admission_cards_section .heading_search_container .search_container input{
  padding: 7.5px 26px 7.5px 51px;
}
.admission_cards_section .heading_search_container .search_container form.hs-search-field__form .search_icon{
  left:24px;
}
.admission_cards_section .cards_container .cards .slick-track{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:10px;
}
.admission_cards_section .cards_container{
  margin-top:32px;
}
.admission_cards_section .cards_container .cards{
  padding-bottom:75px;
}
.admission_cards_section .cards_container .cards .card{
  max-width:210px;
  width:100%;
}
.admission_cards_section .cards_container .cards .card .image_container{
  background-position: top center;
  background-size:cover;
  background-repeat:no-repeat;
  min-height:200px;
  width:100%;
}
.admission_cards_section .cards_container .cards .card .button_container a{
  width:100%;
  padding:16px 20px;
  background:var(--primary_color);
  text-align:center;
  text-decoration:none;
}
.admission_cards_section .cards_container .cards .card .button_container a h5{
  text-transform:uppercase;
}
.admission_cards_section .cards_container button.slider_button{
  height: 45px;
  width: 45px;
  background: var(--secondary_color);
  padding: 0;
  top: auto;
  bottom: 0px;
  position: absolute;
  z-index:1;
  right: 0px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}
.admission_cards_section .cards_container button.slider_button.slick-disabled{
  opacity:50%;
  cursor: not-allowed;
}
.admission_cards_section .cards_container button.slider_button.custom-prev{
  right:55px;
}
.admission_cards_section .cards_container button.slider_button svg{
  fill:none;
}
.admission_cards_section .cards_container .cards .card{
  position:relative;
}
.admission_cards_section .cards_container .cards .card .on_hover_container {
  text-align:center;
  position: absolute;
  width: 100%;
  height: 0%;
  overflow:hidden;
  left:0;
  right:0;
  bottom:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  background:var(--secondary_color);
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
}
.admission_cards_section .cards_container .cards .card:hover .on_hover_container{
  -webkit-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out;
  transition:all .3s ease-in-out;
  height:100%;
  padding: 10px;
}
.admission_cards_section .cards_container .cards .card .on_hover_container a{
  text-decoration:none;
}
.admission_cards_section .cards_container .cards .card .on_hover_container a h5{
  text-transform:uppercase;
  margin:0;
}
.admission_cards_section .heading_search_container .search_container input::-webkit-search-cancel-button{
  margin-right:10px;
}
input::-webkit-search-cancel-button{
  margin-right:10px;
  cursor:pointer;
}

@media(max-width:767px){
  .admission_cards_section .cards_container .cards .card{
    max-width:none;
  }
}
@media(max-width:479px){
  .admission_cards_section .cards_container .cards .card .image_container{
    max-width:none;
    height:64vw;
  }
}

/* Custom Layout Changes for 3/4 Layout */

.dnd-section.custom_layout_shift{
  position:relative;
}
.dnd-section.custom_layout_shift .row-fluid:after,
.dnd-section.custom_layout_shift .row-fluid:before{
  display:none;
}
.sticky_sidebar .content_container:before {
  background-image: url("https://145611616.fs1.hubspotusercontent-eu1.net/hubfs/145611616/RDS/GEMS%20RDS%20Logo.svg");
    background-position: calc(50% + 2px) 50%;
    background-color: var(--white_color);
    background-repeat: no-repeat;
    background-size: 34px;
    content: "";
    height: 80px;
    left: -120px;
    position: absolute;
    top: 0;
    width: 80px;
    border: 1.5px solid var(--primary_color);
    border-radius: 100px;
    padding: 20px;
    z-index: 1;
    opacity: 0;
    transform: scale(0);
    animation: animatelogo 1.1s infinite alternate;
    animation-delay: 1.1s;
    animation-fill-mode: forwards;
}

@keyframes showAfterDelay {
  0% {
    opacity: 0;
    transform: scale(0);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.sticky_sidebar .content_container:before {
  animation: showAfterDelay 0.5s ease-in-out 1.1s forwards, animatelogo 1.1s infinite alternate 1.1s;
}
.dnd-section.custom_layout_shift > .row-fluid{
  display:flex;
}
.dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]{
  width: calc(50% - 216px);
  margin-left:0px;
  padding-left:80px;
}
.dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]:first-child{
  width: calc(50% + 216px);
  padding-left:0px;
  padding-right:80px;
  margin-left: auto;
  max-width: 960px;
}
.dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]:not(:first-child) div:not(#sidebar *){
  height:100%;
}
@media(min-width: 1025px) and (max-width: 1440px){
  .dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]{
    padding-left:60px;
  }
  .dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]:first-child{
    padding-right:60px;
  }
  .sticky_sidebar .content_container::before{
    left:-100px;
  }
}
@media(min-width: 768px) and (max-width: 1200px){
  body .dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]{
    padding-left:40px;
    width: calc(50% - 108px);
  }
  body .dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]:first-child{
    padding-right:40px;
    width: calc(50% + 108px);
  }
  .dnd-section.custom_layout_shift:after{
    width:40px;
    height:40px;
    background-size:24px;
    left: calc(50% + 88px);
  }
  .sticky_sidebar .content_container:before{
    width:60px;
    height:60px;
    left:-70px;
  }
}
@media(max-width:767px){
  body .dnd-section.custom_layout_shift:after{
    display:none;
  }
  body .dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span]:first-child {
    max-width: none;
    width: 100%;
    padding: 0;
  }
  body .dnd-section.custom_layout_shift .row-fluid .dnd-column[class*=span] {
    max-width: none;
    width: 100%;
    padding-left: 0;
  }
  body .dnd-section.custom_layout_shift>.row-fluid{
    /*     flex-direction:column-reverse !important; */
    gap:40px;
  }
}

/********************************   Academic Calendar   ************************************/

.acedemic_cal_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 50px;
}
.acedemic_cal_main {
  border-radius: 20px;
  padding: 29px;
  background: var(--white_color);
}
.acedemic_cal_card * {
  margin-bottom: 0;
}
.acedemic_cal_head .acedemic_cal_card h4 {
  text-transform: uppercase;
}
.acedemic_cal_head .acedemic_cal_card {
  padding: 28px 20px 27px;
}
.acedemic_cal_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 8px;
}
.acedemic_cal_col .acedemic_cal_card {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.acedemic_cal_col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 4px;
  -moz-column-gap: 4px;
  column-gap: 4px;
}
.acedemic_cal_col .acedemic_cal_card.loop_2 {
  -ms-flex-preferred-size: calc(50% - 2px);
  flex-basis: calc(50% - 2px);
}
.acedemic_cal_col .acedemic_cal_card.loop_1 {
  -ms-flex-preferred-size:100%;
  flex-basis: 100%;
}
.acedemic_cal_head {
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .acedemic_cal_wrapper {
    gap: 30px;
  }
  .acedemic_cal_main {
    padding: 20px;
  }
  .acedemic_cal_head .acedemic_cal_card {
    padding: 15px 20px;
  }
}

@media (max-width: 480px) {
  .acedemic_cal_col .acedemic_cal_card {
    padding: 5px 15px;
  }
  .acedemic_cal_col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*****************************  Accordion Section   ********************************/

section.accordion_section .accordion_section_container{
  width: 100%;
}
section.accordion_section .accordion_section_container h5{
  color: var(--tertiary_color);
}

section.accordion_section .accordion_section_container p{
  color: var(--tertiary_color);
  margin-bottom: 0;
}
section.accordion_section .accordion_section_container .accordion_section_group.expanded h5{
  color: var(--primary_color);
}
section.accordion_section .accordion_section_container .accordion_section_group{
  position: relative;
}
section.accordion_section .accordion_section_group{
  padding: 10px 0 10.1px;
  border-bottom: 1.5px solid var(--secondary_color);
}
section.accordion_section .accordion_section_container .accordion_section_header{
  cursor: pointer;
  padding: 0 15px 0 10px;
}
section.accordion_section .accordion_section_container .accordion_section_group.expanded .accordion_section_header:before{
  transform: rotate(180deg);
}
section.accordion_section .accordion_section_container .accordion_header_content{
  width: 100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
section.accordion_section .accordion_section_container .accordion_section_content{
  padding: 20px 10px 0px;
  display:none;
}
section.accordion_section .accordion_section_container .accordion_header_content .arrow_icon svg{
  fill:none;
  transition: transform 0.3s ease-in-out;
}
section.accordion_section .accordion_section_container .accordion_header_content .arrow_icon svg path{
  stroke:var(--tertiary_color);
}
section.accordion_section .accordion_section_container .expanded .accordion_header_content .arrow_icon svg{
  transform: rotate(-180deg);
  transition: transform 0.3s ease-in-out;
}
section.accordion_section .accordion_section_container .expanded .accordion_header_content .arrow_icon svg path{
  stroke:var(--primary_color);
}
@media(min-width:768px){
  .title_container h2 span.h1{
    line-height: 55px;
  }
}
@media(max-width:767px){
  section.accordion_section .accordion_section_header:after {
    height: 9px;
    width: 9px;
  }
  section.accordion_section .accordion_section_container .accordion_section_header{
    padding:0 10px;
  }
}

/*******************************  Banner Section   **********************************/

.banner_section .section_splitOne .banner_left_col{
  line-height: 0;
}
@media(min-width:768px){
  .banner_section .section_splitOne{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .banner_section .section_splitOne .banner_left_col,
  .banner_section .section_splitTwo .text_container{
    width:calc(50% + 217px);
  }
  .banner_section .section_splitOne .banner_right_col,
  .banner_section .section_splitTwo .slider_container{
    width:calc(50% - 217px);
  }

  .banner_section .section_splitTwo_inner {
    display: flex;
    position:relative;
    z-index:1;
  }

  .banner_section .text_container:before {
    position: absolute;
    z-index: -4;
    left: -100vw;
    content: '';
    right: auto;
    top: 0;
    bottom: 0;
    background: var(--primary_color);
    width: 102vw;
  }
  .banner_section .slider_container:before {
    background: var(--white_color);
    bottom: 0;
    content: "";
    left: auto;
    position: absolute;
    right: -100vw;
    top: 0;
    width: 102vw;
    z-index: -4;
    height: 100%;
  }
}

.banner_section{
  position:relative;
  z-index:1;
}
.banner_section .section_splitTwo .slider_container ul.slick-dots li::marker{
  display: none;
  color: transparent;
  opacity: 0;
  font-size:0;
}

.banner_section .section_splitTwo .text_container .center_content {
  max-width: 930px;
  margin: 0 auto 0 0;
}
.banner_section .section_splitTwo .text_container .center_content .space_bottom{
  margin-bottom:10px;
}
.banner_section .section_splitTwo .slider_container .logo_container {
  height: 180px;
  max-width: 180px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner_section .section_splitTwo .slider_container{
  overflow:hidden;
}
.banner_section .section_splitTwo .slider_group {
  max-height: 180px;
}

.banner_section .section_splitTwo .text_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_section .section_splitTwo .slider_container ul.slick-dots {
  position: unset;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin-left:0;
  margin:0;
}
.banner_section .section_splitTwo .slider_container .slick-dots li {
  padding:0;
  width:12px;
  height:12px;
  background: var(--grey_color);
  border-radius: 50%;
  margin:0;
  cursor:pointer;
}
.banner_section .section_splitTwo .slider_container .slick-dots li.slick-active{
  background: var(--primary_color);
}
.banner_section .section_splitTwo .slider_container .slick-dots li button {
  display:none;
}
.banner_section .section_splitTwo .slider_container {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -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;
}
.banner_section .section_splitTwo .slider_container .slider_footer{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 448px;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding:0 20px 20px;
  width: 100%;
}
.banner_section .img_slide_link {
  text-align:center;
}
@media(max-width:1024px) and (min-width:768px){
  .banner_section .section_splitTwo .slider_container ul.slick-dots{
    gap:4px;

  }
  .banner_section .section_splitTwo .slider_container .slider_footer{
    padding:0 10px 10px;
    flex-direction: column;
    gap: 10px;
  }
  .banner_section .section_splitTwo .slider_container .logo_container img{
    max-width: 100%;
    height: auto;
  }
  .banner_section .section_splitTwo .slider_container .slider_footer .slick-dots-container,
  .banner_section .section_splitTwo .slider_container .slider_footer .button_container.secondary_button{
    width: 100%;
  }
  .banner_section .section_splitTwo .slider_container ul.slick-dots{
    justify-content: center;
  }
  .banner_section .section_splitTwo .slider_container .slider_footer .button_container.secondary_button{
    text-align: right;
  }
}

@media(max-width:1400px) and (min-width:768px){
  body .banner_section .section_splitOne .banner_left_col, 
  body .banner_section .section_splitTwo .text_container {
    width: calc(50% + 10vw);
  }
  body .banner_section .section_splitOne .banner_right_col,
  body .banner_section .section_splitTwo .slider_container {
    width: calc(50% - 10vw);
  }
  .button_container.secondary_button {
    position: relative;
    right: -10px;
  }
}

@media(max-width:767px){
  .row-fluid.section_splitTwo .content-wrapper{
    padding:0;
  }
}

/*****************************  Community Slider   ***************************/

.comunity_slider_section .author_bg_image{
  border-radius: 50%;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.comunity_slider_section .content_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  gap: 40px;
  justify-content: space-between;
}
.comunity_slider_section .author_image {
  width: 24%;
  position: relative;
  z-index: 1;
}
.comunity_slider_section .testimonial-text::before svg path {
  fill: red; /* Change to your preferred color */
}
.comunity_slider_section .testimonial-image {
  display: none;
}
.comunity_slider_section .testimonial-slider {
  background: var(--primary_color);
  padding: 30px 50px 65px 40px;
  border-radius:20px;
}
.comunity_slider_section .testimonial-text {
  position:relative;
  padding-left: 52px;
}
.comunity_slider_section .testimonial-text p{
  letter-spacing: 0.2px;
}
.comunity_slider_section button.slick-arrow {
  bottom:32px;
  font-size:0;
  height:45px;
  line-height:0;
  padding: 0;
  position: absolute;
  width: 45px;
  background-color:var(--secondary_color);
  border-radius:50%;
  padding: 11px;
}
.comunity_slider_section button.slick-next.slick-arrow {
  left: 85%;
}
button.slick-prev.slick-arrow {
  margin-right: 12px;
  right: 15%;
}
.comunity_slider_section .testimonial-author{
  margin: 30px 0 10px;
  padding-left: 52px;
}
.comunity_slider_section .testimonial-text .svg_before {
  left: 0;
  position: absolute;
}
.comunity_slider_section .testimonial-text svg {
  fill: var(--secondary_color);
  width: 42px;
  height: 28px;
}
.comunity_slider_section .testimonial-text svg path{
  fill: var(--secondary_color);
  width: 42px;
  height: 28px;
}
.comunity_slider_section .testimonial-text .svg_after {
  right: 0;
  bottom: -24px;
  position: absolute;
}
.comunity_slider_section .testimonial-text p,.comunity_slider_section .testimonial-author h4{
  color: var(--white_color);
}
@media(min-width:1025px) and (max-width:1200px){
  body .csr_slides{
    padding:30px;
  }
}

@media (min-width: 768px) and (max-width: 1200px){
  .comunity_slider_section .testimonial-author {
    padding-left: 0;
  }
  .comunity_slider_section .testimonial-text .svg_after {
    bottom: -35px;
  }
  .comunity_slider_section .testimonial-slider {
    padding: 30px 20px 65px 20px;
  }
  .author_image {
    width: 27%;
  }
  .comunity_slider_section .testimonial-text .svg_before {
    top: 0px;
  }
  .comunity_slider_section .testimonial-text {
    padding-left: 0;
    padding-top:30px;
  }
  .comunity_slider_section button.slick-arrow {
    bottom: 30px;
    height: 35px;
    padding: 6px;
    width: 35px;
  }
}
@media (min-width: 768px){
  .comunity_slider_section .testimonial_slider_container {
    width: 71.5%;
  }
  .comunity_slider_section .right_content_container{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 56.8%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .comunity_slider_section .left_content_container{
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    max-width: 38%;
    width: 100%;
  }
}
@media (max-width: 767px){
  .comunity_slider_section .testimonial-author,
  .comunity_slider_section .testimonial-text {
    padding-left: 0;
    position: relative;
  }
  .comunity_slider_section .content_container {
    display: block;
  }
  .comunity_slider_section .testimonial-text .svg_before {
    position: relative;
  }
  .comunity_slider_section .right_content_container {
    position: relative;
    margin-top: 139px;
  }
  .comunity_slider_section .author_image {
    position: absolute;
    right: 0;
    top: -100px;
    width: 150px;
    z-index: 1;
    max-height: 150px;
  }
  .comunity_slider_section .testimonial-text p {
    font-size: 16px;
    line-height: 23.01px;
  }
  .comunity_slider_section .testimonial-author {
    margin: 45px 0 30px;
  }
  .comunity_slider_section  .testimonial-slider {
    padding: 20px 20px 60px 20px;
  }
  .comunity_slider_section button.slick-arrow {
    bottom: 20px;
  }
  .comunity_slider_section button.slick-prev.slick-arrow {
    right: 17%;
  }
  .comunity_slider_section button.slick-next.slick-arrow {
    left: 83%;
  }
  .comunity_slider_section .testimonial-text .svg_after {
    bottom: -35px;
  }
}
.comunity_slider_section button.slick-prev.slick-arrow.slick-disabled{
  opacity: .7;
}
.comunity_slider_section button.slick-next.slick-arrow.slick-disabled{
  opacity: .7;
}

/*************************   Curriculum Blocks   *************************/

.curriculum_blk_title h1,
.curriculum_blk_title h2,
.curriculum_blk_title h3,
.curriculum_blk_title h4, 
.curriculum_blk_title h5,
.curriculum_blk_title h6 {
  margin-bottom: 10px;
}
.curriculum_blk_img {
  position: relative;
  min-height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.curriculum_blk_card {
  position: relative;
  z-index: 1;
}
.curriculum_blk_img_hov {
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 250px;
  background-position: center;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  opacity: 0;
}
.curriculum_blk_img:hover .curriculum_blk_img_hov {
  opacity: 1;
}
.curriculum_blk_img_hov:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.curriculum_blk_link {
  background: var(--primary_color);
  bottom: 0;
  display: block;
  font-weight: 500;
  left: 0;
  padding: 10px 20px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 1;
}
.curriculum_blk_card a.abs_link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.curriculum_blk_link_main span.hide{
  display: inline-block;
  max-width: 0%;
  vertical-align: bottom;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.8s ease-in-out;
}
.curriculum_blk_img:hover .curriculum_blk_link_main span.hide{
  max-width: 100%;
}
.curriculum_blk_img:hover .curriculum_blk_link {
  background: var(--secondary_color);
}
.curriculum_blk_desc {
  margin-top: 10px;
}
.curriculum_blk_title,
.curriculum_blk_card:not(:last-child) {
  margin-bottom: 50px;
}
.curriculum_blk_btm {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .curriculum_blk_card:not(:last-child), 
  .curriculum_blk_title {
    margin-bottom: 30px;
  }
  .curriculum_blk_btm {
    margin-top: 30px;
  }
  section.curriculum_blk .curriculum_blk_img,
  section.curriculum_blk .curriculum_blk_img_hov{
    min-height: unset;
    aspect-ratio: 16/12;
  }
}

/*****************************   Event Details Other Events Section    **************************/

.event_details_other_events .other_events .event{
  box-shadow: var(--light_box_shadow);
  background:#fff;
  padding:30px;
  border-radius:30px;
}
.event_details_other_events .other_events .slick-slide {
  margin: 0 10px; /* Adjust gap between slides */
}
.event_details_other_events .other_events .slick-list {
  margin: 0 -10px; /* Adjust to balance the margins */
}
.event_details_other_events .other_events .slick-track{
  padding-top:30px;
  padding-bottom:30px;
}
.event_details_other_events .other_events button.slider_button.slick-arrow{
  position:absolute;
  top:-43px;
  right:0;
  width:45px;
  height:45px;
  background:var(--secondary_color);
  z-index:2;
  padding:0px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.event_details_other_events .other_events button.slider_button.slick-arrow.custom-prev{
  right:56px;
}
.event_details_other_events .other_events button.slider_button.slick-arrow.slick-disabled{
  opacity:50%;
}
.event_details_other_events .other_events .fetured_image_container{
  border-top: 10px solid var(--secondary_color);
  min-height:240px;
}
.event_details_other_events .other_events .fetured_image_container .featured_image,
.event_details_other_events .other_events .fetured_image_container .hover_featured_image{
  background-position:top;
  background-size:cover;
  background-repeat:no-repeat;
  min-height:240px;
  transition:all .3s ease-in-out;
}
.event_details_other_events .other_events .fetured_image_container .hover_featured_image{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  opacity:0;
  transition:all .3s ease-in-out;
}
.event_details_other_events .other_events .event:hover .fetured_image_container .hover_featured_image{
  opacity:1;
  transition:all .3s ease-in-out;
}
.event_details_other_events .other_events .event .event_date_container,
.event_details_other_events .other_events .event .event_time_container{
  margin-bottom:10px !important;
}
.event_details_other_events .other_events .event .icon_container svg path,
.event_details_other_events .event_date_container p, 
.event_details_other_events .event_time_container p,
.event_details_other_events .event_location_container p{
  transition:all .3s ease-in-out;
  color:var(--quinary_color);
}
.event_details_other_events .other_events .event .event_name h4{
  transition:all .3s ease-in-out;
  color:var(--tertiary_color);
}
.event_details_other_events .other_events .event:hover .event_name h4,
.event_details_other_events .other_events .event:hover .icon_container svg path,
.event_details_other_events .other_events .event:hover .event_date_container p, 
.event_details_other_events .other_events .event:hover .event_time_container p,
.event_details_other_events .other_events .event:hover .event_location_container p{
  stroke:var(--primary_color);
  color:var(--primary_color);
  transition:all .3s ease-in-out;
}
.event_details_other_events .other_events .event .button_container{
  margin-top:30px;
}
.event_details_other_events .other_events .event .month_container h5{
  font-weight: 400;
  font-size: 8px;
  line-height: 8px;
  letter-spacing: 0%;
  text-align: center;
}
.event_details_other_events .other_events .event .date_container h5{
  font-weight: 400;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}
.event_details_other_events .other_events .event .absolute_date_container{
  max-width:33px;
}
.event_details_other_events .other_events .event .absolute_date_container .month_container{
  min-height:12px;
  right:35.44px;
}
.event_details_other_events .other_events .event .absolute_date_container .date_container{
  min-height:23px;
}
.event_details_other_events .other_events .event .event_name{
  margin-bottom:5px;
}

@media(min-width: 1025px){
  .event_details_other_events {
    margin-top: -50px;
  }
}

@media(min-width: 768px){
  .event_details_other_events {
    margin-bottom: 70px;
  }
}

@media(max-width: 767px){
  .event_details_other_events {
    margin-bottom: 30px;
    margin-top: 20px;
  } 
}

/***********************   Event Listing Banner   *********************/

.event_banner .icon_container svg{
  min-width: 28px;
  min-height: 28px;
}
.event_banner .content_container .event_details_container .event_date_container, 
.event_banner .content_container .event_details_container .event_time_container{
  margin-bottom:10px !important;
}
.internal_banner_section {
  position: relative;
  z-index: 2;
}

@media(max-width: 1024px){
  .internal_banner_section .description_container br{
    display: none;
  }
}

/*****************  Event Sticky Sidebar with Form   *********************/

.sticky_sidebar{
  position:relative;
  z-index:1;
}
.sticky_sidebar .sidebar_menu .hs-menu-wrapper > ul > li{
  margin-bottom: 2px;
}

@media(min-width: 1440px){
  body .sticky_sidebar .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-country.hs-form-field{
    width: 92px;
  }
  body .sticky_sidebar .hs_cos_wrapper_type_form form fieldset.form-columns-2 .hs-phone.hs-form-field{
    width: calc(100% - 102px);
  }
}

@media(min-width:768px){
  .sticky_form_conta form{
    height:78vh;
    overflow:auto;
  }
}

/*****************************   Event Listing   *****************************/

.event_listing_section .heading_search_container{
  margin-bottom:30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
  column-gap: 10px;
  row-gap:12px;
}
.event_listing_section .load_more_pagination{
  text-align:center;
  margin-top:20px;
}
.event_listing_section .heading_search_container .search_container input{
  padding: 7.5px 26px 7.5px 51px;
}
.event_listing_section .heading_search_container .search_container .search_icon{
  left:24px;
}
.event_listing_section .load_more_pagination a.cta_button{
  padding-right:18px;
}
.event_listing_section .event_listing_container .event{
  padding:30px;
  background:#fff;
  box-shadow: 0px 0px 30px 0px #00000014;
  border-radius:30px;
  transition: opacity 0.4s ease, transform 0.4s ease;
  scroll-margin-top:180px;
}
.event_listing_section .event_listing_container .event .event_name{
  margin-bottom:10px !important;
}
.event_listing_section .event_listing_container{
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.event_listing_section .fetured_image_container{
  min-height:290px;
  width:100%;
  border-top: 25px solid var(--secondary_color);
  position:relative;
  margin-bottom:10px;
}
.event_listing_section .event_listing_container .event .fetured_image_container .featured_image {
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height:290px;
  transition:all .3s ease-in-out;
}
.event_listing_section .event_listing_container .event .fetured_image_container .hover_featured_image{
  height: 100%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  min-height:290px;
  opacity:0;
  transition:all .3s ease-in-out;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
  width:100%;
}
.event_listing_section .event_listing_container .event:hover .fetured_image_container .hover_featured_image{
  opacity:1;
  transition:all .3s ease-in-out;
}
.event_listing_section .event_listing_container .event:hover .fetured_image_container .featured_image{
  opacity:0;
  transition:all .3s ease-in-out;
}
.flex_me{
  display:flex;
  align-items:center;
  gap:10px;
}
.event_listing_section .event_listing_section .icon_container{
  line-height:0;
}
.event_listing_section .icon_container svg{
  fill:none;
}
.event_listing_section .event_date_container,
.event_listing_section .event_time_container{
  margin-bottom:10px !important;
}
.event_listing_section .absolute_date_container{
  position:absolute;
  top:0;
  right:32px;
  max-width:80px;
  width:100%;
}
.event_listing_section .absolute_date_container .month_container{
  background:var(--white_color);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:30px;
}
.event_listing_section .month_container h5{
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color:var(--tertiary_color);
}
.event_listing_section .date_container{
  background:var(--secondary_color);
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
}
.event_listing_section .date_container h5{
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  letter-spacing: 0%;
  text-align: center;
}
.event_listing_section .event_listing_container .event .icon_container svg path,
.event_listing_section .event_date_container p, 
.event_listing_section .event_time_container p,
.event_listing_section .event_location_container p{
  transition:all .3s ease-in-out;
  color:var(--quinary_color);
}
.event_listing_section .event_listing_container .event:hover .icon_container svg path,
.event_listing_section .event_listing_container .event:hover .event_date_container p, 
.event_listing_section .event_listing_container .event:hover .event_time_container p,
.event_listing_section .event_listing_container .event:hover .event_location_container p{
  stroke:var(--primary_color);
  color:var(--primary_color);
  transition:all .3s ease-in-out;
}
.event_listing_section .event_listing_container .event_details_button_container{
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.event_listing_section .event_listing_container .event_details_button_container .event_details_container{
  margin-bottom:20px;
}
.event_listing_section .event_listing_container .event_details_button_container .button_container{
  opacity:0;
  pointer-events:none;
  transition:all .3s ease-in-out;
}
.event_listing_section .event_listing_container .event:hover .event_details_button_container .button_container{
  opacity:1;
  pointer-events:auto;
  transition:all .3s ease-in-out;
}
.event_listing_section .no_event_container .no_event_description{
  margin-bottom: 30px;
}
.event_listing_section .no_event_container .button_container{
  padding-bottom: 30px;
  border-bottom: 10px solid var(--secondary_color);
}
body.no-upcoming-events .upcoming_events,
.event_listing_section .no_event_container .no_event_content{
  display:none;
}
body.no-upcoming-events .event_listing_section .no_event_container .no_event_content{
  display:block;
}
body.no-past-events .past_events{
  display:none;
}
.event_listing_section .event_listing_container#past_event .event {
  display: block !important;
  opacity: 1 !important;
}

@media(max-width:1200px){
  .event_listing_section .event_listing_container .event_details_button_container{
    align-items:flex-start;
    flex-direction:column;
    row-gap:12px;
  }
  .event_listing_section .event_listing_container .event_details_button_container .button_container{
    opacity:1;
    pointer-events:auto;
  }
}

@media(max-width:767px){
  body .event_listing_section .event_listing_container .event{
    scroll-margin-top:85px;
  }
}

/*****************************   Iframe Section   *****************************/

section.iframe_section .iframe_container iframe{
  width:100% !important;
}

/**************************  Large Link Accordion  ****************************/

.large_link_accordion{
  position: relative;
  z-index: 1;
}
.large_link_accordion .inner_container > a{
  display: block;
  text-decoration: none;
}
.large_link_accordion  .inner_container > a{
  padding: 22px 20px 32px;
  background-color: var(--primary_color);
  border-top: 12px solid var(--secondary_color);
  margin-bottom: 20px;
  transition: all 0.25s ease-in-out;
}
.large_link_accordion .large_element_group .large_link_header h4{
  color: var(--white_color);
  text-align: center;
  font-weight: 700;
  transition: all 0.25s ease-in-out;
}
.large_link_accordion  .inner_container > a:hover{
  background-color: var(--white_color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}
.large_link_accordion  .inner_container > a:hover .large_element_group .large_link_header h4{
  color: var(--primary_color);
}
.large_link_accordion .large_accordion {
  background-color: var(--primary_color);
  transition: all 0.25s ease-in-out;
}
.large_link_accordion .large_accordion .large_link_header{
  border-top: 12px solid var(--secondary_color);
  padding: 22px 20px 32px;
  cursor: pointer;
}
.large_link_accordion .large_accordion.expanded{
  background-color: var(--white_color);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}
.large_link_accordion .large_accordion.expanded .large_link_header h4{
  color: var(--primary_color);
}
.large_link_accordion .large_accordion .large_accordion_content{
  padding: 0 20px 50px;
}
.large_link_accordion .large_accordion .buttons_flex_container{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}

/*************************  Large Link Accordion with Download PDF   *****************************/


.large_link_accordion button.dw_bttn {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 17px 28px;
  border: 1.5px solid var(--white_color);
  text-align: justify;
  border-radius: 20px;
  gap: 10px;
  -webkit-transition: all .15slinear;
  -o-transition: all .15slinear;
  transition: all .15slinear;
}
.download_section {
  border-top: 20px solid var(--secondary_color);
  margin-bottom: 10px;
}
.large_link_accordion .download_icon {
  max-width: 70px;
  width: 100%;
}
.large_link_accordion .description_cont {
  max-width: 760px;
  margin-bottom: 50px;
}
.large_link_accordion .download_bttn {
  max-width: 327px;
}
.download_hower {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--primary_color); /* Semi-transparent overlay */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.download_section .download_bg_sec{
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover; 
  background-position: center; 
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
  aspect-ratio: 16 / 9;
  max-height: 308px;
  text-align: center;
  z-index: 1;
}
.download_section .download_bg_sec:hover .download_hower {
  opacity: .95;
}
.large_link_accordion{
  position: relative;
  z-index: 1;
}
.large_link_accordion .inner_container > a{
  display: block;
  text-decoration: none;
}
.large_link_accordion  .inner_container > a{
  padding: 22px 20px 32px;
  background-color: var(--primary_color);
  border-top: 12px solid var(--secondary_color);
  margin-bottom: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.large_link_accordion .download_text h4{
  color: var(--white_color);
}

.large_link_accordion .download_heading h4,
.large_link_accordion .large_element_group .large_link_header h4{
  color: var(--white_color);
  text-align: center;
  font-weight: 700;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.large_link_accordion  .inner_container > a:hover{
  background-color: var(--white_color);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}
.large_link_accordion  .inner_container > a:hover .large_element_group .large_link_header h4{
  color: var(--primary_color);
}
.large_link_accordion .large_accordion {
  background-color: var(--primary_color);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.large_link_accordion .large_accordion .large_link_header{
  border-top: 12px solid var(--secondary_color);
  padding: 22px 20px 32px;
  cursor: pointer;
}
.large_link_accordion .large_accordion.expanded{
  background-color: var(--white_color);
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, .08);
}
.large_link_accordion .large_accordion.expanded .large_link_header h4{
  color: var(--primary_color);
}
.large_link_accordion .large_accordion .large_accordion_content{
  padding: 0 20px 50px;
}
.large_link_accordion .large_accordion .buttons_flex_container{
  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;
  gap: 10px;
}
@media(min-width: 768px) and (max-width: 1024px){
  .large_link_accordion .description_cont {
    margin-bottom: 40px;
  }
  .large_link_accordion .download_heading h4,
  .large_link_accordion .large_element_group .large_link_header h4{
    font-weight: 500;
  }
  .large_link_accordion button.dw_bttn{
    padding: 14px 20px;
  }
  .large_link_accordion .download_bttn {
    max-width: 280px;
  }
  .large_link_accordion .download_icon {
    max-width: 60px;
  }
}

@media(max-width: 767px){
  .large_link_accordion .description_cont {
    margin-bottom: 30px;
  }
  .large_link_accordion .download_heading h4,
  .large_link_accordion .large_element_group .large_link_header h4{
    font-weight: 500;
  }
  .large_link_accordion button.dw_bttn{
    padding: 12px;
    gap: 5px;
  }
  .large_link_accordion .download_bttn {
    max-width: 230px;
  }
  .large_link_accordion .download_icon {
    max-width: 50px;
  }
  .large_link_accordion .download_text h4{
    font-size: 18px;
    letter-spacing: 0;
    line-height: 24.9px;
  }
  .large_link_accordion .large_accordion .large_link_header {
    padding: 20px;
  }
  .large_link_accordion .large_accordion .large_accordion_content {
    padding: 0 20px 30px;
  }
}

/******************************  Logo Slider with Tab Images  *******************************/

@media(min-width:768px){
  .logo_slider_tabber_image .tab_right_col {
    padding: 20px 35px 20px 20px;
  }

  .logo_slider_tabber_image .logo_slider_connect {
    padding: 30px 75px 25px;
  }
  .logo_slider_tabber_image .flickity-prev-next-button.next {
    right: -75px;
  }
  .logo_slider_tabber_image .flickity-prev-next-button.previous {
    left: -75px;
  }
  .logo_slider_tabber_image .bottom_space{
    padding-bottom:12px;
    max-width: 615px;
  }
}

.logo_slider_tabber_image .switch_logo_click_image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo_slider_tabber_image .switch_logo_click_image.active-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.navigation_tab_container{
  display:flex;
  align-items:center;
  justify-content:center;
}
.logo_slider_tabber_image .slider_package_image {
  width: 100%;
  padding:20px 75px;
}
.logo_slider_tabber_image .slide_repeater_image {
  cursor: pointer;
  width: 150px;
  text-align:center;
}
.logo_slider_tabber_image .title_container {
  max-width: 100px;
  margin: 0 auto;
}
.slider_package_image.slider-nav .slick-track{
  display:flex;
  gap:10px;
}
.logo_slider_tabber_image button.custom-prev.slick-arrow,
.logo_slider_tabber_image button.custom-next.slick-arrow{
  background: var(--secondary_color);
  color: var(--primary_color);
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position:absolute;
  z-index:2;
}
.logo_slider_tabber_image button.custom-prev.slick-arrow{
  left:0;
}
.logo_slider_tabber_image button.custom-next.slick-arrow{
  right:0;
}
.logo_slider_tabber_image button.custom-prev.slick-arrow.slick-disabled,
.logo_slider_tabber_image button.custom-next.slick-arrow.slick-disabled{
  opacity:50%;
}
.logo_slider_tabber_image .flickity-prev-next-button .flickity-button-icon {
  height: 14px;
  width: 14px;
  top: auto;
  left: auto;
}
.logo_slider_tabber_image .flickity-prev-next-button.next:focus,
.logo_slider_tabber_image .flickity-prev-next-button.previous:focus,
.logo_slider_tabber_image .flickity-prev-next-button.next:focus-visible,
.logo_slider_tabber_image .flickity-prev-next-button.previous:focus-visible {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logo_slider_tabber_image .logo_container {
  margin-bottom: 12px;
}
@media(max-width:767px){
  .logo_slider_tabber_image .logo_slider_connect {
    padding: 30px 45px 30px;
  }
  .logo_slider_tabber_image .switch_logo_click_image.active-tab {
    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;
  }
  .logo_slider_tabber_image .flickity-prev-next-button.next {
    right: -45px;
  }
  .logo_slider_tabber_image .flickity-prev-next-button.previous {
    left: -45px;
  }
  .logo_slider_tabber_image .bottom_space{
    padding-bottom:12px;
  }
  .logo_slider_tabber_image .primary_button {
    text-align: center;
  }
  .logo_slider_tabber_image .tab_left_col {
    left: 0;
    position: relative;
    width: 100%;
    border-radius: 10px;
  }
  .logo_slider_tabber_image .slide_repeater_image svg{
    max-width: 50px;
    max-height: 50px;
  }
  .logo_slider_tabber_image .logo_container {
    margin-bottom: 5px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  body .logo_slider_tabber_image .slider_package_image{
    padding:20px 50px;
  }
}

@media(max-width:480px){
  body .logo_slider_tabber_image .slider_package_image{
    padding:20px 45px;
  }
}

@media(min-width:768px) and (max-width:1200px){
  body .logo_slider_tabber_image .slide_repeater_image svg {
    max-width: 50px;
    height: 50px;
  }
}

.logo_slider_tabber_image .flickity-slider {
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  -o-transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
}
.logo_slider_tabber_image .slide_repeater_image svg{
  fill:none;
}
.logo_slider_tabber_image .slide_repeater_image h6,
.logo_slider_tabber_image .slide_repeater_image path,
.logo_slider_tabber_image .slide_repeater_image svg{
  color: var(--primary_color)!important;
  stroke:var(--primary_color)!important;
}
.logo_slider_tabber_image .slide_repeater_image:hover h6,
.logo_slider_tabber_image .slide_repeater_image:hover path,
.logo_slider_tabber_image .slide_repeater_image:hover svg,
.logo_slider_tabber_image .slide_repeater_image.slick-current .slide_repeater_image_inner h6,
.logo_slider_tabber_image .slide_repeater_image.slick-current .slide_repeater_image_inner path,
.logo_slider_tabber_image .slide_repeater_image.slick-current .slide_repeater_image_inner svg{
  color: var(--secondary_color)!important;
  stroke:var(--secondary_color)!important;
}

/*********************************  Logo Slider with Tabber   ******************************/

@media(min-width:768px){
  .logo_slider_tabber .tab_right_col {
    padding: 20px 35px 20px 20px;
  }
  .logo_slider_tabber .tab_left_col.span6  {
    width:51.3%
  }
  .logo_slider_tabber .logo_slider_connect {
    padding: 45px 75px 0;
  }
  .logo_slider_tabber .custom-arrow-right {
    right: -75px;
  }
  .logo_slider_tabber .custom-arrow-left {
    left: -75px;
  }
  .logo_slider_tabber .bottom_space{
    padding-bottom:12px;
    max-width: 615px;
  }
}
.logo_slider_tabber .custom-arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
}
.logo_slider_tabber .switch_logo_click {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.logo_slider_tabber .switch_logo_click {
  display: none;
}
.logo_slider_tabber .switch_logo_click.active-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.logo_slider_tabber .slider_package {
  width: 100%;
}
.logo_slider_tabber .slide_repeater {
  cursor: pointer;
  width: 162px;
  text-align:center;
}
.logo_slider_tabber .title_container {
  max-width: 85px;
  margin: 0 auto;
}
.logo_slider_tabber .custom-arrow-right,
.logo_slider_tabber .custom-arrow-left{
  background: var(--secondary_color);
  color: #fff;
  width: 45px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo_slider_tabber .custom-arrows:focus,
.logo_slider_tabber .custom-arrows:focus-visible{
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.logo_slider_tabber .logo_container {
  margin-bottom: 10px;
  min-height: 80px;
  max-height: 80px;
}

@media(min-width:768px) and (max-width:1024px){
  body .logo_slider_tabber .switch_logo_click{
    flex-direction:column;
  }
  body .row-fluid .logo_slider_tabber .tab_left_col.span6,
  body .logo_slider_tabber .tab_right_col.span6{
    width:100%;
    margin-left:0px;
  }
  body .logo_slider_tabber .bottom_space{
    max-width:none;
  }
}
@media(min-width:1025px) and (max-width:1200px){
  body .row-fluid .logo_slider_tabber .tab_right_col{
    padding-right:0;
  }
}
@media(max-width:767px){
  .logo_slider_tabber .logo_slider_connect {
    padding: 30px 45px 10px;
  }
  .logo_slider_tabber .switch_logo_click.active-tab {
    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;
  }
  .logo_slider_tabber .tab_left_col{
    margin-top: 50px;
    width: calc(100% + 42px);
    position: relative;
    left: 0px;
  }
  .logo_slider_tabber .custom-arrow-right {
    right: -45px;
  }
  .logo_slider_tabber .custom-arrow-left {
    left: -45px;
  }
  .logo_slider_tabber .bottom_space{
    padding-bottom:12px;
  }
  .logo_slider_tabber .primary_button {
    text-align: center;
  }
  .logo_slider_tabber .logo_container{
    padding:0 20px;
  }
  .logo_slider_tabber .slide_repeater {
    width: 100%;
  }
}
.logo_slider_tabber .flickity-slider {
  -webkit-transition: -webkit-transform 0.3s ease-in-out !important;
  transition: -webkit-transform 0.3s ease-in-out !important;
  -o-transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out !important;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out !important;
}
.logo_slider_tabber .slide_repeater svg{
  fill:none;
}
.logo_slider_tabber .slide_repeater:hover h6,
.logo_slider_tabber .slide_repeater:hover path,
.logo_slider_tabber .slide_repeater:hover svg,
.logo_slider_tabber .slide_repeater.slick-slide.slick-active.active-slide h6,
.logo_slider_tabber .slide_repeater.slick-slide.slick-active.active-slide path,
.logo_slider_tabber .slide_repeater.slick-slide.slick-active.active-slide svg{
  color: var(--secondary_color)!important;
  stroke:var(--secondary_color)!important;
  transition: 0.25s color ease-in-out;
}

@media(max-height:968px) and (min-width:768px) {
  body .logo_slider_tabber .tab_left_col.span6 {
    width: 40.3%;
    aspect-ratio: 16 / 9 !important;
  }
  body .logo_slider_tabber .bottom_space{
    padding-bottom:0;
  }
  body .logo_slider_tabber .logo_slider_connect {
    padding: 20px 75px 0;
  }
  body .logo_slider_tabber .tab_right_col {
    padding: 20px 35px 20px 20px;
  }
  .logo_slider_tabber .logo_container {
    margin-bottom: 4px;
    min-height: 50px;
    max-height: 50px;
  }
  .logo_slider_tabber .slide_repeater svg{
    width: 50px;
    height: 50px;
  }
}

/*******************************   Meet the Team   ******************************/

section.team_section .team_section_container{
  width: 100%;
}
section.team_section .team_section_container h5{
  color: var(--tertiary_color);
}
section.team_section .team_section_container .accordion_header_content img{
  display: block;
  max-width: 100%;
  height: auto;
}
section.team_section .team_section_container p{
  color: var(--tertiary_color);
  margin-bottom: 0;
}
section.team_section .team_section_container .team_section_group.expanded h3{
  color: var(--primary_color);
}
section.team_section .team_section_container .team_section_group{
  position: relative;
  background:var(--white_color);
  margin-bottom: 20px;
}
section.team_section .team_section_container .team_section_header{
  border-bottom: 10px solid var(--secondary_color);
}
section.team_section .team_section_container .team_section_group.expanded .team_section_header:before{
  transform: rotate(180deg);
}
section.team_section .team_section_container .accordion_header_content{
  width: 100%;
}
section.team_section .team_section_container .team_section_content {
  padding-top: 10px;
}
section.team_section .team_section_container .team_member_name{
  margin-bottom: 10px;
  font-weight: 700;
}
section.team_section .team_section_group {
  border: 1.5px solid var(--quaternary_color);
}
.read_less_toggle, .read_more_toggle {
  cursor: pointer;
  text-align: right;
  padding-right: 22px;
  position: relative;
  margin-top: 20px;
  font-family: Jost;
  font-weight: 700;
  line-height: 23.12px;
  letter-spacing: 0;
}
.read_less_toggle, .read_more_toggle h6{
  font-weight: 700;
  line-height: 23.12px;
}
section.team_section .read_more_toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 1.5px solid var(--secondary_color);
  border-left: none;
  border-top: none;
  transform: rotate(45deg);
  position: absolute;
  right: 2px;
  top: 4px;
  transition: transform 0.3s ease-in-out;
}
section.team_section .expanded .read_less_toggle::after {
  content: "";
  width: 9px;
  height: 9px;
  border: 1.5px solid var(--secondary_color);
  border-left: none;
  border-top: none;
  position: absolute;
  right: 2px;
  top: 8px;
  transition: transform 0.3s ease-in-out;
  transform: rotate(-135deg);
}
.team_section_group {
  border-bottom: 1px solid #ddd;
  padding: 15px;
}
section.team_section .accordion_header_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
section.team_section .team_section_group.expanded .read_more_toggle {
  display: none;
}
section.team_section .team_section_group .read_less_toggle {
  display: none;
  text-align: right;
}
section.team_section .team_section_group.expanded .read_less_toggle {
  display: block;
}

/*****************************   Our Students Card   ********************************/

.our_students_card .gallery_card .overaly{
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.our_students_card .gallery_card:hover .overaly{
  opacity: 1;
}
.our_students_card .wrap_gallery_card {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  padding: 20px;
  margin-bottom: 29px;
  justify-content: center;
}
.our_students_card .gallery_card{
  aspect-ratio: 16 / 14.6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 0;
  transition: all 0.3s ease-in-out;
}
.our_students_card .heading_conta h3{
  font-weight: 700;
}
.our_students_card .gallery_card .card_content {
  text-align: center;
  position: absolute;
  z-index: 2;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  max-height: max-content;
  overflow-y: auto;
}
.our_students_card .gallery_card .card_content::-webkit-scrollbar{
  display: none;
}
.our_students_card .gallery_card .card_content h5{
  color: var(--white_color);
}

@media (min-width: 768px){
  .our_students_card .gallery_card:hover .card_content{
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 1024px){
  .our_students_card .wrap_gallery_card {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px){
  .our_students_card .wrap_gallery_card {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .our_students_card .gallery_card.active .card_content,
  .our_students_card .gallery_card.active .overaly{
    opacity: 1;
  }
}

/*******************************   Principal Text Section   *****************************/

.principal_section .pri_img_container{
  line-height: 0;
  max-width: 224px;
}
.principal_section .text_image_section {
  align-items: center;
  display: flex;
  justify-content: space-between;
  border-bottom: 10px solid var(--secondary_color);
  margin-bottom: 30px;
  gap: 10px;
}

@media (max-width: 1024px){
  .principal_section .pri_img_container{
    max-width: 200px;
  }
}

/*********************************  Req Table Section   *********************************/

.req_table_section table td{
  text-align: center;
}
.req_table_section h3{
  font-weight:700;
}
@media(min-width: 768px) and (max-width: 1024px){
  .req_table_section .table_container {
    max-width: 700px;
    overflow-x: scroll;
    scrollbar-width: thin;
    scrollbar-color:var(--tertiary_color); 
  }
  /* Webkit Browsers (Chrome, Safari, Edge) */
  .req_table_section .table_container::-webkit-scrollbar {
    height: 2px; /* Adjust the height for horizontal scrollbar */
  }
}
@media (max-width: 768px) {
  .req_table_section table {
    background-color: #fff;
    border: none;
    border-radius: 0;
    display: block;
    max-width: 100%;
    overflow-x: auto;
    padding: 0;
    width: 100%;
  }
  .req_table_section thead {
    display: none; /* Hide table header */
  }
  .req_table_section tbody{
    display: block;
    text-align: center;
  }
  .req_table_section tr {
    display: block;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 10px;
    background: #fff;

  }
  .req_table_section tr td {
    display: block;
    width: 100%;
    padding: 10px;
    text-align: left;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    position: relative;
  }
  .req_table_section tr td:before {
    content: attr(data-label); /* Use 'data-label' to insert the header text */
    font-weight: bold;
    display: block;
    color: #a40058;
    margin-bottom: 5px;
  }
}

/************************************  Rich Text   *****************************************/

.rich_text_section .heading_container h1,
.rich_text_section .heading_container h2,
.rich_text_section .heading_container h3,
.rich_text_section .heading_container h4,
.rich_text_section .heading_container h5,
.rich_text_section .heading_container h6{
  margin-bottom: 10px;
}
.rich_text_section iframe{
  width: 100%;
  max-width: 100%;
}
.rich_text_section iframe#gems-enrolment-frame_form{
  width: 100%;
  max-width: 100%;
  min-height: 1468px !important;
  height: 100vh;
}

/******************************  School Policies PDF Listing  *******************************/

body .school_policies_pdf_listing {
  padding-top: 20px;
}
.school_policies_pdf_listing .pdf_listing {
  margin-top: 50px;
}
.school_policies_pdf_listing .pdf_container {
  padding: 20px 0px;
  border-bottom: 1.5px solid var(--primary_color);
}
.school_policies_pdf_listing .pdf_content_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.school_policies_pdf_listing .pdf_container svg {
  fill: none;
}
.school_policies_pdf_listing .icon_container {
  max-width: 55px;
  width: 100%;
  height: 55px;
  margin-right: 30px;
}
.school_policies_pdf_listing .size_date_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  row-gap: 2px;
}
.school_policies_pdf_listing .title_container {
  max-width: 494px;
  width: 100%;
}
.school_policies_pdf_listing .download_button {
  text-align: right;
  width: 50%;
}
.school_policies_pdf_listing button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  border-radius: 5px;
  padding: 7px 10px;
  border-color: var(--primary_color);
  float: right;
  font-weight:400;
  text-transform:uppercase;
}
.school_policies_pdf_listing .pdf_details_container {
  width: 100%;
}
.school_policies_pdf_listing button:hover {
  border-radius: 5px;
  border-color: var(--quaternary_color);
}
.school_policies_pdf_listing button svg path {
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.school_policies_pdf_listing button:hover svg path {
  stroke: var(--white_color);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.school_policies_pdf_listing .pdf_content_container .size_container,
.school_policies_pdf_listing .pdf_content_container .date_container {
  font-weight: 400;
  font-size: 14px;
  line-height: 20.23px;
  letter-spacing: 0%;
}

@media(min-width: 768px) and (max-width: 1024px) {
  .school_policies_pdf_listing .pdf_content_container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .school_policies_pdf_listing .size_date_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px;
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
  }
  .school_policies_pdf_listing .icon_container {
    margin-right: 10px;
  }
  .school_policies_pdf_listing .pdf_details_container {
    max-width: calc(100% - 65px);
  }
  .school_policies_pdf_listing .download_button {
    width: 100%;
  }
  .school_policies_pdf_listing .download_button button {
    float: left;
  }
}

/* Change text color when the button is hovered */
.pdf_content_container:has(.download_button:hover) .title_container h4,
.pdf_content_container:has(.download_button:hover) .size_container,
.pdf_content_container:has(.download_button:hover) .date_container {
  color: var(--secondary_color);
  transition: all 0.2s ease-in-out;
}
/* Change icon stroke color when button is hovered */
.pdf_content_container:has(.download_button:hover) .icon_container svg path {
  stroke: var(--secondary_color);
  transition: all 0.2s ease-in-out;
}

@media(max-width: 620px) {
  .school_policies_pdf_listing .pdf_content_container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    row-gap: 10px;
  }
  .school_policies_pdf_listing .download_button {
    text-align: left;
  }
  .school_policies_pdf_listing button {
    float: left;
  }
}

/************************************  Sticky Links   ***********************************/

.sticky_links{
  position: fixed;
  left: 0;
  top: 252px;
  z-index: 98;
}
.sticky_links ul{
  list-style-type: none;
  margin: 0;
}
.sticky_links ul li a{
  text-decoration: none;
  position: relative;
}
.sticky_links ul li,
.sticky_links ul li a .content_container .icon_container{
  line-height: 0;
}
.sticky_links ul.sticky_icons li a .content_container .icon_container{
  padding: 5px;
  background-color: var(--secondary_color);
}
.sticky_links ul.sticky_icons li a .content_container .text_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 6px 10px 6px 15px;
  background-color: var(--secondary_color);
  min-height: 40px;
  position: absolute;
  left: 40px;
  width: 100%;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: -1;
}
.sticky_links ul.sticky_icons li a .content_container .text_container p{
  line-height: 1;
}
.sticky_links ul.sticky_icons li a .content_container .icon_container{
  min-width: 40px;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sticky_links ul.sticky_icons li{
  margin-bottom: 1.5px;
}
.sticky_links ul.sticky_icons li a .content_container .text_container p{
  text-transform: uppercase;
}
.sticky_links ul.sticky_icons li a .content_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.sticky_links ul.sticky_icons li a .content_container .text_container{
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.sticky_links ul.sticky_icons li a:hover > .content_container > .text_container{
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  /*   z-index: 1; */
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media(max-width: 767px){
  .sticky_links{
    top: unset;
    left: unset;
    bottom: 20px;
    right: 20px;
  }
  .sticky_links .sticky_links_container{
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    max-width: 60px;
  }

  .sticky_links .sticky_links_container.visible{
    max-width:100%;
  }

  .sticky_links .sticky_links_container .sticky_icons_container{
    opacity: 0;
    visibility: hidden;
    transition: all 0.25s ease-in-out;
  }
  .sticky_links .sticky_links_container .sticky_icons_container.visible{
    opacity: 1;
    visibility: visible;
    max-width: 100%;
  }
  .sticky_links .sticky_links_container .more_info{
    padding: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary_color);
    border-radius: 50%;
    max-width: max-content;
    min-width: 60px;
    max-width: 60px;
    min-height: 60px;
    max-height: 60px;
    cursor: pointer;
  }
  .sticky_links .sticky_links_container .sticky_icons_container{
    display: flex;
    align-items: center;
    padding: 10px 30px;
    background-color: var(--primary_color);
    border: 1.5px solid var(--white_color);
    border-radius: 70px;
    box-shadow: var(--box_shadow);
    width: 100%;
    max-width: 380px;
    min-height: 60px;
    position: absolute;
    min-width: max-content;
    right: 80px;
    top: -10px;
  }
  .sticky_links .sticky_links_container p{
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
    max-width: 56px;
  }
  .sticky_links .sticky_links_container ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
  }
  .sticky_links .sticky_links_container ul li{
    width: 17vw;
    text-align: center;
    cursor:pointer;
  }
  .sticky_links ul li .content_container .text_container{
    padding-top: 4px;
  }
  .sticky_links ul li a .content_container .icon_container{
    margin-bottom: 1px;
  }
}

@media(max-width: 400px){
  .sticky_links .sticky_links_container .sticky_icons_container{
    padding: 10px 15px;
    right: 70px;
  }
  .sticky_links .sticky_links_container ul{
    gap: 10px;
  }
}

/********************************   Tabber Section   ***********************************/

.tabber_accordion_section .tabber_section{
  position:relative;
  display: flex;
}
.tabber_accordion_section .tab_logo img{
  width: 100%;
}
.tabber_accordion_section .tab_details h4{
  line-height:24px;
}
.tabber_accordion_section .tab_image {
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
  right: 2%;
  top: 0;
  bottom: 0;
}
.tabber_accordion_section .tabs_header_container {
  position: relative;
  z-index: 1;
}
.tabber_accordion_section .tabber_section .tab_details {
  padding: 20px;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: auto; 
}
.tabber_accordion_section .tabber_section .tab_details p,
.tabber_accordion_section .tabber_section .tab_details h3,
.tabber_accordion_section .tabber_section .tab_details h2{
  color:var(--white_color);
}
.tabber_accordion_section .tabber_section .tab_details h2{
  margin-bottom: 5px;
}
.tabber_accordion_section .tabber_section .tab_details h3{
  margin-bottom: 10px;
  word-break: auto-phrase;
}
.tabber_accordion_section .tabber_section .tab_details p{
  margin:0;
}
.tabber_accordion_section .tabber_section .tab_logo_img{
  max-width: 140px;
  margin: 0 auto;
  line-height: 0;
}
.tabber_accordion_section .left-content {
  width: 50%;
  float: left;
}
.tabber_accordion_section .tabber_section .main-title {
  color: #8b0057;
  font-size: 2.5rem;
  margin-bottom: 20px;
}
/* Right content styles */
.tabber_accordion_section .tabber_section .right-content {
  flex: 1;
  color: #fff;
}
.tabber_accordion_section .tabs_header_container .tab-buttons {
  text-align: center;
  padding: 10px;
  border: 1px solid var(--secondary_color);
  max-width: max-content;
  margin: 0 auto;
  border-radius: 50px;
  background: var(--header_nav_color);
  margin-top:45px;
}
.tabber_accordion_section button.tab-btn.active {
  background: #f4b333;
  color: #fff;
}
.tabber_accordion_section button.tab-btn{
  padding: 10px 20px;
  border: none;
  text-transform: uppercase;
}
.tabber_accordion_section .tab-header {
  margin-bottom: 30px;
}
.tabber_accordion_section .tabber_section .tab-header h2 {
  font-size: 3rem;
  margin-bottom: 10px;
}
.tabber_accordion_section .tabber_section .tab-header p {
  line-height: 1.5;
}
.tabber_accordion_section .tab-body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}
.tabber_accordion_section .tabber_section .badge {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}
.tabber_accordion_section .tab-image {
  flex-grow: 1;
  height: 300px;
  overflow: hidden;
}
.tabber_accordion_section .tabber_section .tab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tabber_accordion_section .mobile-tab-header {
  display: none;
}

@media(min-width:768px){
  .tabber_accordion_section .title_container.hide{
    display:none;
  }
  .tabber_accordion_section .tab-content {
    display: none;
    flex-grow: 1;
    position: relative;
  }
  .tabber_accordion_section .tab-content.active {
    display: flex;
    flex-direction: column;
  } 
  .tabber_accordion_section  .tab-content .desktop_hide{
    display:none;
  }
}

@media (min-width: 768px) and (max-width: 1200px){
  .tabber_accordion_section .tab_image {
    height: 40vw;
    width: 98%;
  }
  .tabber_accordion_section  .tabber_section .tab_logo_container {
    bottom: 0;
    position: absolute;
    right: 2%;
  }
  .tabber_accordion_section .tabber_section .tab_details{
    overflow: auto;
    background:var(--primary_color);
  }
  .tabber_accordion_section  .tab_img{
    background-color: var(--secondary_color);
  }
  .tabber_accordion_section button.tab-btn {
    font-size: 16px;
    padding: 10px 15px;
  }
}
@media (min-width: 1201px) {
  .tabber_accordion_section .tabber_section .tab_logo_container{
    background:var(--secondary_color);
  }
  .tabber_accordion_section .tab_logo_container .tab_logo,
  .tabber_accordion_section .tabber_section .tab_details{
    max-width: 30%;
  }
  .tabber_accordion_section .tab_logo_container .tab_logo{
    background:#fff;
  }
  .tabber_accordion_section .tab_image{
    max-width: 68%;
    position: absolute;
  }
  .tabber_accordion_section .tabber_section .tab-top{
    background:var(--primary_color);
  }
}

@media (max-width: 767px) {
  .tabber_accordion_section .tabber_section .right-content {
    background: var(--primary_color);
    padding:50px 20px 20px;
    width: 100%;
  }
  .tabber_accordion_section .tabber_section .content_container{
    max-width:100%;
    margin-right: 0;
  }
  .tabber_accordion_section .tabs_header_container {
    display: none;
  }
  .tabber_accordion_section .tabber_section {
    display: flex;
    flex-direction: column; 
  }
  /* Mobile Accordion Header */
  .tabber_accordion_section .mobile-tab-header {
    background-color: var(--header_nav_color);
    border-bottom: 1px solid hsla(0, 0%, 100%, .2);
    color: var(--primary_color);
    cursor: pointer;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    padding: 15px 20px;
    margin-top: 5px;
    align-items: center;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 23px;
  }
  .tabber_accordion_section .mobile-tab-header:after {
    content: ""; /* Remove text content */
    display: inline-block;
    height: 10px;
    width: 15px;
    background-image: url('https://145611616.fs1.hubspotusercontent-eu1.net/hubfs/145611616/Icon.png');
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }
  .tabber_accordion_section .mobile-tab-header.active:after {
    transform: rotate(180deg); /* Rotate arrow when collapsed */
  }
  /* Hide tab content by default */
  .tabber_accordion_section .tab-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 0;
    transform: translateY(-10px);
  }
  .tabber_accordion_section .tab-content.active {
    max-height: max-content; /* Large enough for any content */
    transition: max-height 0.6s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    opacity: 1;
    transform: translateY(0);
  }
  .tabber_accordion_section .tab-content .tab_details {
    padding: 15px;
    min-height: auto;
  }
  /* Mobile Image */
  .tabber_accordion_section .tab_img {
    width: 100%;
    background: var(--secondary_color);
  }
  .tabber_accordion_section .tab_image {
    width: 98%;
    height: 65vw;
  }
  .tabber_accordion_section .left-content {
    float: left;
    width: 100%;
  }
  .tabber_accordion_section .tabber_section .tab_logo_img {
    max-width: 100px;
  }
  .tabber_accordion_section .tabber_section .tab_logo_container {
    position: absolute;
    bottom: 0;
    right: 2%;
  }
  .tabber_accordion_section .tabber_section br{
    display:none;
  }
  .tabber_accordion_section .tabber_section .tab_top_content {
    position: relative;
  }
  .tabber_accordion_section .tabber_section .desktop_hide{
    padding:30px 0;
    text-align: center;
  }
}

/*******************************  Text with Button  *****************************/

section.text_with_button_section{
  text-align:center;
  border-top: 20px solid var(--secondary_color);
}
@media(min-width: 768px){
  section.text_with_button_section .title_container h1{
    font-size: 60px;
  }
}

@media(min-width:1728px){
  section.text_with_button_section{
    min-height:41.667vw;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:end;
    -ms-flex-align:end;
    align-items:end;
  }
}

/********************************   Title with Search   ****************************/

.title_serach_section .text_search_container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.title_serach_section .text_search_container .search_container{
  width: 100%;
  max-width: 250px;
}

/******************************  Tuition Fees Accordion  ****************************/

.tuition_acc_heading h1,
.tuition_acc_heading h2,
.tuition_acc_heading h3,
.tuition_acc_heading h4,
.tuition_acc_heading h5,
.tuition_acc_heading h6 {
  margin-bottom: 10px;
}
.tuition_acc_heading p:not(:last-child) {
  margin-bottom: 25px;
}
.tuition_acc_ans {
  max-height: 0;
  overflow: hidden;
}
.is-open .tuition_acc_ans {
  padding: 0 16px 16px 49px;
}
.tuition_acc_card {
  border: 1px solid #919191;
  border-radius: 8px;
  transition: 0.3s;
  cursor: pointer;
}
.tuition_aq_inner p {
  margin-bottom: 0;
}
.tuition_acc_ques {
  padding: 15px 16px 15px 49px;
  cursor: pointer;
  position: relative;
}
.tuition_aq_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.tuition_aq_inner p.abs {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
.tuition_aq_inner_qfee ul.no-list li {
  margin-bottom: 0;
  display: inline-block;
}
.tuition_aq_inner_qfee ul.no-list li:first-child {
  color: #919191;
  line-height: 23px;
}
.tuition_aq_inner_qfee ul.no-list li:not(:last-child) {
  margin-right: 4px;
}
.tuition_aq_inner_qfee ul.no-list li:not(:first-child) {
  border: 1px solid var(--quaternary_color);
  border-radius: 5px;
  padding: 9px 10px;
}
.tuition_aq_inner_qfee ul.no-list li span {
  color: #919191;
}
.tuition_acc_ques:before {
  position: absolute;
  content: '';
  background-image: url(https://145611616.fs1.hubspotusercontent-eu1.net/hubfs/145611616/assets-2025/faq-arrow.png);
  width: 23px;
  height: 23px;
  left: 16px;
  top: 50%;
  transform: translateY(-52%);
  transition: 0.3s;
}
.is-open .tuition_acc_ques:before {
  background-image: url(https://145611616.fs1.hubspotusercontent-eu1.net/hubfs/145611616/assets-2025/arrow-white.png);
}
.tuition_acc_card:not(:last-child) {
  margin-bottom: 10px;
}
.tuition_aq_inner_qfee ul.no-list {
  transition: 0.3s;
}
.is-open .tuition_aq_inner p.abs {
  opacity: 1;
  visibility: visible;
}
.is-open .tuition_aq_inner_qfee ul.no-list {
  opacity: 0;
  visibility: hidden;
}
.tuition_acc_card.is-open {
  background: var(--secondary_color);
  border-color: var(--secondary_color);
}
.tuition_acc_card p {
  transition: 0.3s;
}
.is-open .tuition_aq_inner p {
  color: var(--header_nav_color);
}
.tuition_aq_inner.font-up p.abs {
  font-size: 14px;
}
.tuition_aa_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  column-gap: 10px;
}
.tuition_aai_left {
  max-width: 300px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-basis: 50%;
}
.tuition_aai_left_col {
  color: var(--white_color);
  text-align: center;
}
.tuition_aai_left_col span {
  font-size: 14px;
  line-height: 23px;
  display: block;
  margin-bottom: 3px;
}
.tuition_aai_left_col .talc_txt {
  font-size: 16px;
  font-weight: 500;
  border: 2px solid var(--white_color);
  border-radius: 5px;
  padding: 1.5px 6px;
}
.tuition_aai_right {
  flex-basis: 50%;
  display: flex;
  align-items: center;
  justify-content: end;
  font-size: 24px;
  color: var(--header_nav_color);
  line-height: 35px;
}
.tuition_aai_right .tar_txt {
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid var(--white_color);
  padding: 8px;
}
.tuition_aai_right span {
  margin-left: 10px;
  display: inline-block;
}
.tuition_acc_disclosure {
  margin-top: 30px;
}
.tuition_acc_disclosure p:last-child {
  margin-bottom: 0;
}
.tuition_acc_disclosure p:not(:last-child) {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .tuition_accordion .desktop_none {
    display: none;
  }
}
@media (max-width: 991px) {
  .tuition_aq_inner {
    flex-direction: column;
    row-gap: 15px;
  }
  .tuition_acc_ques:before {
    top: 25%;
  }
  .tuition_accordion .mobile_none {
    display: none;
  }
  .tuition_aq_inner_ques {
    text-align: center;
  }
  .tuition_aq_inner_ques p.new.desktop_none {
    display: none;
    opacity: 0;
    visibility: hidden;
    font-size: 16px;
    line-height: 22px;
    padding-top: 10px;
  }
  .is-open .tuition_aq_inner_ques p.new.desktop_none {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  .is-open .tuition_aq_inner_qfee {
    display: none;
  }
  .tuition_aa_inner {
    flex-direction: column;
    align-items: center;
    row-gap: 10px;
  }
  .tuition_aai_left,
  .tuition_aai_right {
    width: 100%;
  }
  .tuition_aai_right{
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .tuition_acc_heading p:not(:last-child),
  .tuition_acc_disclosure p:not(:last-child) {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {
  .tuition_aai_left {
    flex-direction: column;
    row-gap: 10px;
  }
  .is-open .tuition_acc_ans,
  .tuition_acc_ques {
    padding-left: 16px;
  }
  .tuition_acc_ques:before {
    top: 15px;
    transform: unset;
  }
  .tuition_aq_inner_qfee ul.no-list li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .tuition_aq_inner_qfee ul.no-list li {
    display: block;
    text-align: center;
  }
  .tuition_aai_right .tar_txt {
    display: block;
    width: 100%;
    text-align: center;
  }
  .tuition_aai_left_col {
    width: 100%;
  }
}

/*******************************   Two Column   *********************************/

section.two_column {
  position: relative;
}
.two_column .two_column_main {
  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;
}
.two_column .tc_heading h1,
.two_column .tc_heading h2,
.two_column .tc_heading h3,
.two_column .tc_heading h4,
.two_column .tc_heading h5,
.two_column .tc_heading h6 {
  margin-bottom: 18px;
}
.two_column .tc_desc p {
  margin-bottom: 25px;
}
.two_column .tc_desc p:last-child {
  margin-bottom: 0;
}
.tc_subheading * {
  color: var(--secondary_color);
}

@media (min-width: 768px) {
  .two_column .two_column_main.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

@media (max-width: 767px) {
  .two_column .two_column_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .two_column .tc_image {
    margin-bottom: 21px;
  }
  .two_column .tc_image .inner-content{
    background-size: cover;
    background-repeat: no-repeat;
    height:100%;
    width: 100vw;
    position: relative;
    left: -20px;
  }
  .two_column .tc_image {
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  .tc_cta {
    text-align: center;
    margin-top: 29px;
  }
}

/***************************************   Two Column Hover   *************************************/

.twcolh_main {
  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;
}
.twcolh_right_heading h3 {
  font-weight: 700;
  color: var(--secondary_color);
  margin-bottom: 18px;
}
.twcolh_right_text p:last-child {
  margin-bottom: 0;
}
.twcolh_right_cta {
  margin-top: 30px;
}
.twcolh_main .twcolh_left .twcolh_left_inner {
  border-radius: 20px;
  padding: 17px 18px 18px;
}
.twcolh_left_title h5 {
  margin-bottom: 15px;
}
.twcolh_left_title h5 small {
  font-size: 18px;
  line-height: 26px;
}
.twcolh_left_card {
  border: 1px solid var(--primary_color);
  border-radius: 20px;
  background: var(--white_color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  position: relative;
  padding: 5px 15px;
  margin-bottom: 33px;
  z-index: 1;
}
.twcolh_left_top .twcolh_left_card h4 {
  margin-bottom: 5px;
}
.twcolh_left_top .twcolh_left_card h6 {
  color: var(--tertiary_color);
  margin-bottom: 0;
  font-weight: 400;
}
.twcolh_left_card a.link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.twcolh_left_card.arrow:before {
  bottom: -19px;
  content: "";
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  border-top: 19px solid var(--primary_color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
}
.twcolh_left_mid,
.twcolh_left_btm {
  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;
}
.twcolh_left_mid .twcolh_left_card {
  -ms-flex-preferred-size: 31.52%;
  flex-basis: 31.52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  padding: 9px 10px 8px;
}
.twcolh_left_mid .twcolh_left_card h6.btm {
  font-weight: 400;
  color: var(--tertiary_color);
  margin-bottom: 0;
  line-height: 23.12px;
}
.twcolh_left_mid .twcolh_left_card h5 {
  margin-bottom: 21px;
}
.twcolh_left_card_md h6 {
  line-height: 23px;
}
.twcolh_left_btm .twcolh_left_card h5 {
  margin-bottom: 0;
}
.twcolh_left_btm .twcolh_left_card {
  -ms-flex-preferred-size: 48.81%;
  flex-basis: 48.81%;
  padding: 9px 15px;
  margin-bottom: 0;
}
.twcolh_left_card:hover {
  background: var(--secondary_color);
  border-color: var(--secondary_color);
}
.twcolh_left_card:hover * {
  color: var(--white_color) !important;
}
.twcolh_left_card:hover.arrow:before {
  border-top-color: var(--secondary_color);
}

.twcolh_main .twcolh_left, .twcolh_main .twcolh_right {
  -ms-flex-preferred-size: 41.936%;
  flex-basis: 41.936%;
  max-width: 624px;
  width: 50%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .twcolh_main .twcolh_left, 
  .twcolh_main .twcolh_right {
    width: 45.936%;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .twcolh_left_mid .twcolh_left_card h5 {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .twcolh_left_mid .twcolh_left_card h5 {
    font-size: 16px;
  }
  .twcolh_left_mid .twcolh_left_card {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
@media (min-width: 768px) {
  .twcolh_right_inner, .twcolh_left_inner {
    max-width: 624px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .twcolh_main {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 48px;
  }
  .twcolh_left_btm .twcolh_left_card:not(:last-child),
  .twcolh_left_card {
    margin-bottom: 20px;
  }
  .twcolh_main .twcolh_left, 
  .twcolh_main .twcolh_right {
    width: 100%;
  }
  .twcolh_main .twcolh_left .twcolh_left_inner {
    padding: 17px 15px 18px;
  }
  .twcolh_left_mid,
  .twcolh_left_btm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .twcolh_left_card.arrow:before {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 11px solid var(--primary_color);
    bottom: -11px;
  }
  section.twocol_hov .contents-wrapper {
    padding: 0 20px;
  }
}

/**************************************  Two Column Image and Content   ***********************************/

.two_col_imageText .two_col_imageText_inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  border-bottom:1.5px solid var(--secondary_color);
}
.two_col_imageText .img_container {
  max-width: 172px;
  max-height: 172px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.two_col_imageText .left_col{
  min-width: 172px;
  width: 25%;
}
.two_col_imageText .right_col{
  padding-left:30px;
}

@media(max-width:767px){
  .two_col_imageText .two_col_imageText_inner {
    display: block;
  }
  .two_col_imageText .right_col{
    padding-left:0px;
    padding-top:20px;
  }
}