/* @import url('http://example.com/example_style.css'); */

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

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

*, *:before, *:after {
  box-sizing: border-box;
}


/* CSS variables */

:root {
  --column-gap: 2.13%;
  --column-width-multiplier: 8.333;
   --primary-color: #393948;
  --primary-light-color: #3F3F4F;
  --accent-color: #3EC247;
  --grey-color: #ACADB6;
  --white-color: #FFFFFF;
  --danger-color: #FF4218;
  --success-color: #4AAD84;
  --purple-color: #67388F;
  --black-color: #393948;
  --light-black-color: #4D4D60;
  --green-color: #3EC247;
  --box-color: #F6F6F6;
  --orange-color: #FFA51E;
  --light-grey-color: #525268;
  --lighter-grey-color: #878787;
  --background-color: #C7C7C7;
  --red-color: #FF4218;
  --yellow-color: #FFC700;
  --light-blue-grey-color: #545469;
  --link-color: #0DA8EA;
  --link-visited-color: #086187;
  --pink-color: #F15BB5;
  --backdrop-color: #2B2B2BB5;
  --blue-contrast-color: #2BCFFE;
  --green-contrast-color: #3EDB52;
  --pink-contrast-color: #F3A9D6;
  --semantic-border-color: rgba(34,36,38,.15);
}

/* Mobile layout */

.row-fluid {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}


  .row-fluid .span1,
  .row-fluid .span2,
  .row-fluid .span3,
  .row-fluid .span4,
  .row-fluid .span5,
  .row-fluid .span6,
  .row-fluid .span7,
  .row-fluid .span8,
  .row-fluid .span9,
  .row-fluid .span10,
  .row-fluid .span11,
  .row-fluid .span12{
  min-height: 1px;
  width: 100%;
}

/* Desktop layout */

@media (min-width: 768px) {
  .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}
.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 1rem;
}

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

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

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  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;
}

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

/* Table */

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

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}
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;
}
/* Blog post */

.blog-post .h1 ,.blog-post h1 {
  font-family: Nunito Sans !important ;
  font-size: 40px !important;
  font-weight: 700 !important;
  line-height: 52px !important;
  letter-spacing: -0.5px !important;
  text-align: left !important;
}
.blog-post {
  margin: 0px auto;
  max-width: 769px;
}
.blog-post__meta {
  margin-bottom: 1.4rem;
}
.blog-post__meta a {
  text-decoration: underline;
}
.blog-post__timestamp {
  display: block;
}
.blog-post__tags svg {
  height: auto;
  margin-right: 0.35rem;
  width: 15px;
}
.blog-post__tag-link {
  font-size: 0.875rem;
}
.blog-post__meta a{
  color:#393948;
  text-decoration:none;
}
.section.post-footer form #hsForm_c05e56bf-fe60-4b50-8e28-c7680a57c906_8565 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.date-tag-line{
  display:flex;
  justify-content:space-between;
  align-items: center;
  margin: 25px 0px;
}
.date-tag-line .date{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #393948;
  letter-spacing: -0.5px;
}
.date-tag-line .blog-post__tags>a {
  text-decoration: none;
  color:#393948;
  border: 1px solid #E9E9E9;
  border-radius: 24px;
  padding: 4px 16px;  
  font-size: 14px;
  color: #676767;
  line-height: 150%;
  letter-spacing: -0.5px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.date-tag-line .blog-post__tags>a:hover{
  background-color: #3EC247;
  color: #ffffff;
}
.blog-post__meta .image img{
  width: 48px;
  height: 48px;
  border-radius: 100px;
  border: #EDEDED 2px solid !important;
  object-fit: cover;
}
.blog-post__meta {
  display:flex;
  gap:16px;
  align-items: center;
}



/* Blog related posts */
.blog-related-posts {
  background-color: #F8FAFC;
  margin-top:120px;
}
.blog-related-posts h3 {
  text-align: center;
}
.blog-related-posts__list {
  display: flex;
  flex-wrap: wrap;
}
.blog-related-posts__post {
  flex: 0 0 100%;
  padding: 1rem;
}
.blog-post__featured-image__box {
  display: flex;
  justify-content: center;
}
img.blog__post__featured-image {
  height: auto;
  /*   max-width: 100%; */
  width: 100% !important;
  border-radius:12px;
}

.blog-post-box-common.blog-comment-wrap form .hs-form-field {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.blog-post-box-common.blog-comment-wrap form {
  display: flex;
  flex-wrap: wrap;
  padding: 0px !important;
}

.blog-post-box-common.blog-comment-wrap {
  background-color: #fff;
  border: 2px solid #f7fbff;
  border-radius: 0;
  box-shadow: 0px 22px 48px 0px rgba(223, 221, 221, 0.1);

  box-shadow: 0px 87px 87px 0px rgba(223, 221, 221, 0.09);

  box-shadow: 0px 196px 118px 0px rgba(223, 221, 221, 0.05);

  box-shadow: 0px 349px 140px 0px rgba(223, 221, 221, 0.01);

  box-shadow: 0px 545px 153px 0px rgba(223, 221, 221, 0);

  padding: 0px !important;
/*   border: 1px solid rgba(217, 217, 217, 1); */
  border-radius:12px;
}

.blog-post-box-common.blog-comment-wrap form {
  background-color: #fff;
  border:none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow:   none;;
  -o-box-shadow:none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding:none;
}

input, input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
  background-color: #fff !important;
  border: 1px solid #D9D9D9;
  box-shadow: none!important;
  color: #737373 !important;
  font-family: Nunito Sans;
  font-size: 16px;
  border-radius:4px;

}

.blog-post-box-common.blog-comment-wrap form .hs-fieldtype-textarea {
  width: 100%;
}

.body-container-wrapper.blog-post-new .blog-post-box-common .blog-comments {
  max-width: 80%;
}

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-post-box-common.blog-comment-wrap form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: initial;
}

.blog-post-box-common.blog-comment-wrap form .hs_submit.hs-submit {
  width: 100%;
  padding-left: 15px;

}

input.hs-button.primary {
  width: 100%;
}

form .hs-button, form input[type=submit] {
  background-color: #3EC247;
  color:#fff !important;
}

.blog-post-box-common.blog-comment-wrap form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: auto;
  margin:36px auto ;
}

.blog-comments h3 {
    text-align: center;
    font-family: Nunito Sans;
    font-size: 40px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: -0.5px;
    text-align: center;
    margin: 71px auto 20px !important ;
}

.blog-post-box-common.blog-comment-wrap .comment.depth-0 {
    border-top: none !important;
    padding-top: 0em !important;
  padding-left: 100px;
    margin-top: 0em !important;
}

.blog-post-box-common.blog-comment-wrap form {
  background-color: #fff;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding: 70px 100px !important;
}

.line{
  border: 2px solid rgba(106, 106, 111, 1);
  width: 98px;
  margin: 36px 0px 32px;
}
a.blog-related-posts__title-link {
  font-family: Nunito Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  /* letter-spacing: -0.5px; */
  text-align: left;
  color: #393948;
  text-decoration: none;
}

.button-block {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
}

/* .blog-post-box-common.blog-comment-wrap{
max-width: 73%;
margin: 0 auto;
}
*/
.form-section{
  background:#F4F3F4; 
  padding: 60px;
}

.related-post-section{
  padding:120px 0px;
}

/*****************************************/
/* Start your blog-post css    */
/*****************************************/

img.blog__post__featured-image {
  height: auto;
  max-width: 100%;
  width: 100% !important;
  border-radius:12px;
}

.blog-post__body{
  padding-bottom:80px;
}

.blog-related-posts .date-tag-line .date {
  margin: 0px;
}

.blog-related-posts .date-tag-line {

}

.blog-post-box-common.blog-comment-wrap form .hs-form-field {
  width: 50%;
  float: left;
  padding: 0 15px;
}

.blog-post-box-common.blog-comment-wrap form {
  display: flex;
  flex-wrap: wrap;
}



.blog-post-box-common.blog-comment-wrap form {
  background-color: #fff;
  border:none;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow:   none;;
  -o-box-shadow:none;
  -ms-box-shadow: none;
  box-shadow: none;
  padding:none;
}

input, input[type=email], input[type=file], input[type=number], input[type=password], input[type=tel], input[type=text], select, textarea {
  background-color: #fff;
  border: 1px solid #D9D9D9;
  box-shadow: none!important;
  color: #393948;
  font-family: Nunito Sans;
  font-size: 16px;
  border-radius:4px;
}

.blog-post-box-common.blog-comment-wrap form .hs-fieldtype-textarea {
  width: 100%;
}

.body-container-wrapper.blog-post-new .blog-post-box-common .blog-comments {
  max-width: 80%;
}

.hs-error-msg {
  margin:0px !important;
}

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

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}

.blog-post-box-common.blog-comment-wrap form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: initial;
}

.blog-post-box-common.blog-comment-wrap form .hs_submit.hs-submit {
  width: 100%;
  padding-left: 0px;

}

input.hs-button.primary {
  width: 100%;
}

form .hs-button, form input[type=submit] {
  background-color: #3EC247 !important;
}

.blog-post-box-common.blog-comment-wrap form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  width: auto;
  margin:36px auto ;
}

.blog-comments h3{
  text-align: center;
  font-family: Nunito Sans;
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  letter-spacing: -0.5px;
  text-align: center;
  margin:10px auto;

}

.line{
  border: 2px solid #6A6A6F;
  width: 98px;
  margin: 36px 0px 32px;
}

.blog-post-box-common.blog-comment-wrap form label {
  color: #393948;
  font-family: Nunito Sans;
  font-size: 14px;
  font-weight: 700;
  padding-left: 0;
  text-transform: capitalize !important;
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
  border-radius: 8px;
}

.blog-post-box-common.blog-comment-wrap form .hs-fieldtype-textarea {
  width: 100%;
  height: 100px !important;
}

a.blog-related-posts__title-link {
  font-family: Nunito Sans;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  /* letter-spacing: -0.5px; */
  text-align: left;
  color: #393948;
  text-decoration: none;
}

.button-block {
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: -0.5px;
  text-align: left;
}

.form-section{
  background:#F4F3F4; 
  padding: 60px 0px;
}

.blog-related-posts{
  padding:120px 0px;
}

.blog-related-posts {
  background-color: #FFFFFF;
  margin-top: 0px !important;
}

.blog-post-box-common.blog-comment-wrap .comment.depth-0 {
  border-top: none !important;
  padding-top: 2em;
  margin-top: 2em;
}


@media only screen and (max-width:991px) {


  .date-tag-line {
    display: flex;
    flex-direction:column;
    gap: 15px;
  }

  .blog-related-posts{
    padding:80px 0px;
  }
  .blog-post__body{
    padding-bottom:50px;
  }
}

@media only screen and (max-width: 479px){
  .blog-post .h1 ,.blog-post h1 {
    font-family: Nunito Sans !important ;
    font-size: 30px !important;
    font-weight: 600 !important;
    line-height: 36px !important;
    letter-spacing: -0.5px !important;
    text-align: left !important;
  }
  .line{
    margin: 15px 0px;
  }
  .blog-post-box-common.blog-comment-wrap form {
    flex-direction: column;
  }  
  .blog-post-box-common.blog-comment-wrap form .hs-form-field {
    width:100%;
    float: left;
    padding: 0px;
  }

  .blog-comments h3 {
    font-family: Nunito Sans;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -.5px;
    line-height:36px;
    margin: 71px auto 56px auto;
    text-align: center;
  }

  .blog-post-box-common.blog-comment-wrap {
    padding: 0px;
  }

  .blog-related-posts .date-tag-line {
    margin: 15px 0;
  } 
  .blog-related-posts{
    padding:50px 0px;
  }
  .blog-post__body{
    padding-bottom:30px;
  }
}

@media only screen and (max-width:991px) {
  .date-tag-line {
    display: flex;
    flex-direction:column;
  }
}

@media only screen and (max-width: 479px){
  .blog-post h1 {
    font-size: 28px !important;
    line-height: 36px !important;
    margin-top: 10px;
  }
  .line{
    margin: 15px 0px;
  }
  
  .blog-post-box-common.blog-comment-wrap form {
  padding: 10px 15px !important;
}

}

@media screen and (min-width: 768px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    flex: 0 0 calc(100% / 3);
  }
}
.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}
.blog-related-posts__title {
  margin: 0.7rem 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-color: transparent;
  text-decoration: underline;
}

/* Blog and blog detail css */
.skupreme-inner-banner-main>div{
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}
.skupreme-inner-banner-main .overlay {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.skupreme-inner-banner-main .inner-banner-wrap {
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  position: relative;
}
.banner-text-white h1, 
.banner-text-white h4, 
.banner-text-white .overline, 
.banner-text-white .bannner_description {
  color: #fff;
}

.skupreme-blog-style-withrightsidebar{
  padding: 140px 0;
}
.skupreme-blog-listing-block .post-listing{
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: space-between;
}
.skupreme-blog-listing-block .post-listing > .post-item{
  flex: 0 0 calc(50% - 15px);
}
.skupreme-blog-listing-block .post-listing > .post-item > .post-inner{
  height: 100%;
  background-color: #f6f6f6;
  padding: 10px 10px;
  border-radius: 12px 12px;
}
.skupreme-blog-listing-block .skupreme-featured-image-wrapper img{
  border-radius: 8px 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
.skupreme-blog-listing-block .blog-listing-content-block{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding: 15px 30px 30px 30px; 
}
.skupreme-blog-listing-block .blog-listing-content-block .post-date-time{
  display: flex;
  justify-content: space-between;0
}
.skupreme-blog-listing-block .blog-listing-content-block .post-date-time>span{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #393948;
  letter-spacing: -0.5px;
}
.skupreme-blog-listing-block .blog-listing-content-block .post-title{
  margin-bottom: 0px;
}
.skupreme-blog-listing-block .blog-listing-content-block .post-title>a{
  color: #393948;
  line-height: 34px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.skupreme-blog-listing-block .blog-listing-content-block .post-title:hover>a{
  color: #3EC247;
}
.skupreme-blog-listing-block .blog-listing-content-block .author-box{
  display: flex;
  align-items: center;
  gap: 10px;
}
.skupreme-blog-listing-block .blog-listing-content-block .author-box>.author-image-box{
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden; 
}
.skupreme-blog-listing-block .blog-listing-content-block .author-box .author-info-box{  
  font-size: 15px;
  color: #393948;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.skupreme-blog-listing-block .blog-listing-content-block .blog-descritions,
.skupreme-blog-listing-block .blog-listing-content-block .blog-descritions p{ 
  font-size: 16px;
  color: #393948;
  line-height: 110%;
  letter-spacing: -0.5px; 
  margin-bottom: 0px; 
}
.skupreme-blog-listing-block .blog-listing-content-block .button-block>a{ 
  position: relative;
  font-size: 16px;
  color: #3EC247;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.5px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.skupreme-blog-listing-block .blog-listing-content-block .button-block>a:hover{
  color: #393948;
}
.skupreme-blog-listing-block .blog-listing-content-block .button-block>a:after{
  position: absolute;
  content:"";
  background-color:#3EC247;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.skupreme-blog-listing-block .blog-listing-content-block .button-block>a:hover:after{
  width: 50%;
  background-color:#393948;
}

/* Blog Pagination css */

.skupreme-blog-pagination{
  position: relative;
  margin-top: 70px;
}
.skupreme-blog-pagination ul{
  padding: 0 0;
  margin: 0 0;
  display: flex;
  justify-content: center;
  list-style-type: none;
  gap: 30px;
}
.skupreme-blog-pagination ul>li,
.skupreme-blog-pagination span.pg>li{
  padding: 0 0;
}
.skupreme-blog-pagination ul>li.hide{
  display: none;
}
.skupreme-blog-pagination span.pg{
  display: flex;
  justify-content: center;
  gap: 30px;
}
.skupreme-blog-pagination a{
  font-size: 14px;
  font-weight: bold;
  line-height: 150%;
  color: #393948;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.skupreme-blog-pagination ul>li>a{
  font-size: 14px;
  color: #393948;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.skupreme-blog-pagination span.pg>li.active>a{
  display: flex;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #393948;
  justify-content: center;
  border-radius: 100px;
  color: #ffffff;
}
.skupreme-blog-pagination ul>li>a:hover,
.skupreme-blog-pagination span.pg>li:not(.active)>a:hover{
  color: #3EC247;
}

/* Blog Sidebar css */

.skupreme-blog-listing-withsidebar-inner{
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-left: 45px;
}
.skupreme-blog-search-bar form{
  position: relative;
  padding: 0 0;
  box-shadow: none;
  border-color: #e3e3e3;
  border-width: 2px;
  border-style: solid;
  border-radius: 50px;  
}
.skupreme-blog-search-bar form input[type="search"]{ 
  order: 2;
  background: transparent;
  border: none;
  padding: 13px 20px 13px 0px;
  font-size: 18px;
  color: #393948;
  line-height: 150%;
  letter-spacing: -0.5px;
}
.skupreme-blog-search-bar form input[type="search"]:focus{
  outline-style: none;
}
.skupreme-blog-search-bar form button.hs-search-field__button {
  order: 1;
  background: url(https://43733781.fs1.hubspotusercontent-na1.net/hubfs/43733781/Skupreme/Search-Icon.svg) no-repeat 23px center transparent;
  border: none;
  width: 50px;
  padding-left: 20px;
  padding-right: 0;
}
.skupreme-blog-search-bar form button.hs-search-field__button svg {
  display: none !important;
}
.skupreme-blog-search-bar form .hs-search-field__suggestions-container{
  position: absolute;
  top: -35px;
}
.skupreme-blog-search-bar form .hs-search-field__suggestions-container>ul>li{
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
}
.skupreme-topic-list h5,
.skupreme-share-style h5{
  font-size: 18px;
  font-weight: 800;
  color: #393948;
  line-height: 150%;
  letter-spacing: -0.5px;
  margin-bottom: 15px;
}
.skupreme-topic-list ul{
  padding: 0 0;
  margin: 0 0;   
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}
.skupreme-topic-list ul>li{
  list-style-type: none;
  padding: 0 0;
  margin: 0 0;
}
.skupreme-topic-list ul>li>a{
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f6f6f6;
  border-radius: 25px;
  padding: 4px 16px;
  font-size: 14px;
  color: #676767;
  line-height: 150%;
  letter-spacing: -0.5px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.skupreme-topic-list ul>li>a:hover{
  background-color: #3EC247;
  color: #ffffff;
}
.skupreme-share-style ul{
  padding: 0 0;
  margin: 0 0;   
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: flex-start;
}
.skupreme-share-style ul>li{
  list-style-type: none;
  padding: 0 0;
  margin: 0 0;
}
.skupreme-blog-sidebar-fixed{
  width: 330px;
  margin-top: 40px;
}
@media (max-width:1200px){
  .skupreme-blog-sidebar-fixed{
    width: 26%;
  }
}
@media (max-width:767px){
  .skupreme-blog-sidebar-fixed{
    width: 100%;
    margin-top: 0px;
  }
}

/* Related blog post item css */
.blog-related-posts__list article .blog-related-content-block{
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: relative;
  padding: 15px 30px 30px 30px; 
}
.blog-related-posts__list article .post-inner{
  height: 100%;
  background-color: #f6f6f6;
  padding: 10px 10px;
  border-radius: 12px 12px;
}
.blog-related-posts__list article .skupreme-featured-image-wrapper img{
  border-radius: 8px 8px;
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
}
.blog-related-posts__list article .blog-related-content-block .post-date-time{
  display: flex;
  justify-content: space-between;0
}
.blog-related-posts__list article .blog-related-content-block .post-date-time>span{
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: #393948;
  letter-spacing: -0.5px;
}
.blog-related-posts__list article .blog-related-content-block .blog-related-posts__title{
  margin: 0px 0px;
}

.blog-related-posts__list article .blog-related-content-block .blog-related-posts__title>a{
  color: #393948;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.blog-related-posts__list article .blog-related-content-block .blog-related-posts__title:hover>a{
  color: #3EC247;
}
.blog-related-posts__list article .blog-related-content-block .author-box{
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-related-posts__list article .blog-related-content-block .author-box>.author-image-box{
  width: 40px;
  height: 40px;
  border-radius: 100px;
  overflow: hidden; 
}
.blog-related-posts__list article .blog-related-content-block .author-box .author-info-box{  
  font-size: 15px;
  color: #393948;
  line-height: 100%;
  letter-spacing: -0.3px;
}
.blog-related-posts__list article .blog-related-content-block .blog-descritions,
.blog-related-posts__list article .blog-related-content-block .blog-descritions p{ 
  font-size: 16px;
  color: #393948;
  line-height: 110%;
  letter-spacing: -0.5px; 
  margin-bottom: 0px;
}

.blog-related-posts__list article .blog-related-content-block .button-block>a{ 
  position: relative;
  font-size: 16px;
  color: #3EC247;
  font-weight: bold;
  letter-spacing: -0.5px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.blog-related-posts__list article .blog-related-content-block .button-block>a:hover{
  color: #393948;
}
.blog-related-posts__list article .blog-related-content-block .button-block>a:after{
  position: absolute;
  content:"";
  background-color:#3EC247;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -5px;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}
.blog-related-posts__list article .blog-related-content-block .button-block>a:hover:after{
  width: 50%;
  background-color:#393948;
}









/* Responsive css */

@media (max-width:1024px){
  .skupreme-blog-style-withrightsidebar {
    padding: 80px 0;
  }
  .skupreme-blog-pagination {
    position: relative;
    margin-top: 40px;
  }
  .skupreme-blog-style-withrightsidebar .row-fluid{
    flex-wrap: wrap;
    flex-direction: row;
  }
  .skupreme-blog-listing-block .post-listing {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
  }
  .skupreme-blog-listing-block .post-listing > .post-item {
    flex: 0 0 calc(50% - 10px);
  }
}

@media (max-width:991px){
  .skupreme-blog-listing-block .blog-listing-content-block,
  .blog-related-posts__list article .blog-related-content-block{
    padding: 15px 5px 30px 5px; 
  }
  .skupreme-blog-listing-block .blog-listing-content-block .post-date-time>span{
    font-size: 13px;
  }
  .skupreme-blog-listing-withsidebar-inner {
    margin-left: 30px;
  }  
}

@media (max-width:767px){
  .skupreme-blog-style-withrightsidebar {
    padding: 50px 0;
  }
  .skupreme-blog-pagination {
    position: relative;
    margin-top: 40px;
  }
  .skupreme-blog-style-withrightsidebar .row-fluid{
    flex-wrap: wrap;
    flex-direction: column;
  }
  .skupreme-blog-listing-block .post-listing > .post-item {
    flex: 0 0 calc(100% - 0px);
  }
  .skupreme-blog-listing-withsidebar-inner{
    position: relative;
    margin-top: 60px;
    margin-left: 0px !important;
  }
  .skupreme-blog-pagination ul,
  .skupreme-blog-pagination span.pg{
    gap: 15px;
  }
}
@media (min-width:768px){
  .skupreme-blog-sidebar-fixed{
    position: fixed;
  }
  .sticky-sidebar-hide{
    position: relative;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page--search-results {
  max-width: 100%;
}

.systems-page .header {
  background-color: transparent;
  border-bottom: none;
  padding: 0;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

.systems-page form input[type='submit'] {
  margin: 0.7rem 0;
  display: block;
}

/* Search pages */

.hs-search-results__title {
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

/* Password prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 1.4rem;
}

.systems-page #hs-login-widget-remember,
.systems-page #hs-login-widget-remember ~ label {
  display: inline-block;
  margin-bottom: 0.175rem;
}

.systems-page #hs_login_reset {
  display: block;
  margin-bottom: 0.7rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  font-size: 0.875rem !important;
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Subscription preferences */

#email-prefs-form .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

#email-prefs-form .item.disabled input:disabled {
  cursor: not-allowed;
}

/* Membership pages */

#hs-membership-form a[class*='show-password'] {
  font-size: 0.75rem;
}

/* Input error messages */

.form-input-validation-message ul.hs-error-msgs {
  padding-left: 0;
  margin: 0;
}

.form-input-validation-message ul.hs-error-msgs li {
  margin: 0;
}


html,
body {
  padding: 0;
  margin: 0;
  font-style: normal;
  font-size: 14px;
  line-height: 1.5;
    height: 100%;
    background-color: rgb(246, 246, 246);
}

html,
body,
h1, h2, h3, h4, h5, input,a, p, b {
  font-family: 'Nunito Sans', sans-serif !important;
}

html,
body,
h1, h2, h3, h4, h5, input {
  color: var(--theme-colors-black);
}

* {
  box-sizing: border-box;
}

form label {
  font-weight: normal !important;
  font-size: 12px !important;
  line-height: 14px;
  color: var(--theme-colors-black) !important;
  margin-bottom: 0.5rem !important;
}

.font-sm {
  font-size: 12px;
}

.ql-editor {
  min-height: 300px !important;
  max-height: 400px;
  overflow: auto;
}

#__next {
  height: 100%;
}

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

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

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

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.text-underline {
  text-decoration: underline;
}

.w-100 {
  width: 100%;
}

.w-25 {
  width: 25%;
}

.w-50 {
  width: 50%;
}

.h-100 {
  height: 100%;
}

.w-50px {
  width: 50px !important;
}

.ui.input.error>input {
  background-color: #fff6f6 !important;
  border-color: #e0b4b4 !important;
  color: #9f3a38 !important;
}

.ui.form .field.error .ui.dropdown .item,
.ui.form .field.error .ui.dropdown .item .text {
  color: rgba(0, 0, 0, .87) !important;
  background: #fff !important;
}

.Select__control:hover,
.ui.dropdown:not(.button):hover {
  background-color: #E9E9E9 !important;
  cursor: text;
}

.ui.dropdown:not(.button):hover:not(.active.visible) {
  border-color: var(--theme-colors-lighterGrey) !important;
}

.Select__indicator.Select__dropdown-indicator {
  cursor: pointer;
}

.ui.dropdown.button.simple:hover {
  background: #252533 !important;
}

.react-datepicker-wrapper {
  width: auto;
}

.ui.button {
  font-family: 'Nunito Sans';
}

.ui.button>.icon:not(.button) {
  opacity: 1 !important;
}

.ui.modal .header .icon {
  cursor: pointer;
}

.ui.modal .actions {
  padding-top: 1em;
  border-top: 1px solid;
  border-color: var(--theme-colors-grey);
  margin-top: 1em;
}

@media only screen and (min-width: 992px) {
  .ui.search.dropdown .menu {
    max-height: 26rem !important;
  }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.react-datepicker-popper {
  z-index: 50;
}

.column-product-info-header,
.column-product-info-cell a,
.column-product-info-cell .link-summary-view {
  width: 410px !important;
  max-width: 410px !important;
}

.summary-view .column-product-info-header,
.summary-view .column-product-info-cell a,
.summary-view .column-product-info-cell .link-summary-view {
  width: 310px !important;
  max-width: 310px !important;
}

.column-product-info-cell a,
.column-product-info-cell .link-summary-view {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}

.wrap-table-fixed table {
  table-layout: fixed;
}

.header-counts > span {
  font-style: normal !important;
  font-size: 12px !important;
  line-height: 16px !important;
}

.header-counts > .key {
  font-weight: 400 !important;
  color: var(--theme-colors-grey) !important;
}

.header-counts > .value {
  font-weight: 700 !important;
  text-decoration-line: underline !important;
  color: var(--theme-colors-link) !important;
}

.popup-primary {
  background-color: var(--theme-colors-primary) !important;
}

.popup-primary:before {
  background-color: var(--theme-colors-primary) !important;
}

.popup-primary div {
  background-color: var(--theme-colors-primary) !important;
}

@media only screen and (max-width: 1600px) {
  .column-product-info-header,
  .column-product-info-cell a,
  .column-product-info-cell .link-summary-view {
    width: 310px !important;
    max-width: 310px !important;
  }
}

@media only screen and (max-width: 1440px) {
  .column-product-info-header,
  .column-product-info-cell a,
  .column-product-info-cell .link-summary-view {
    width: 210px !important;
    max-width: 210px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .column-product-info-header,
  .column-product-info-cell a,
  .column-product-info-cell .link-summary-view {
    width: 160px !important;
    max-width: 160px !important;
  }
}

.no-top-border tr td.no-border {
  border-top: none !important;
}

.Toastify__toast-body > div > p {
  word-break: break-word;
}

.border-right {
  border-right: 1px solid var(--theme-colors-box);
}

.border-top {
  border-top: 1px solid var(--theme-colors-box);
}

.cursor-pointer {
  cursor: pointer;
}

.w-search-input {
  width: 295px;
}

.cursor-normal {
  cursor: default;
}

.full-message .notification-message {
  overflow: visible;
  text-overflow: visible;
  display: block;
  width: 400px;
}

.Toastify__toast-container {
  width: fit-content;
}

.position-relative {
  position: relative;
}

.line-height-normal {
  line-height: normal !important;
}

.modal-open > .modals.dimmer.visible.active {
  z-index: 1100;
}

i.icon {
  font-family: Icons !important;
}

.not-allowed {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
}

.not-allowed * {
  cursor: not-allowed !important;
}

.overflow-hidden {


  overflow: hidden;
}

.overflow-wrap-anywhere {
  overflow-wrap: anywhere;
}

#hubspot-messages-iframe-container {
  z-index: 2147483646 !important;
}

.no-selection {
  user-select: none;
}

.spin {
  animation: spin 1.75s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 767.99px) {
  .main-tab-icon {
    display: none !important;
  }
}

.main-wrapper{
  margin-top: calc(-227px + 100vh);
    background: white;
    position: relative;
    overflow-x: hidden !important;
}


.styled-button {
   display: flex !important;
  align-items: center !important;
   font-weight: 400 !important;
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
}

.styled-button:hover {
  background: #252533 !important;
}

.styled-button:active {
  background: #101018 !important;
}

.styled-button:disabled {
  background: #393948 !important;
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************//* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/* @import url('http://example.com/example_style.css'); */

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

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

















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/




/* 1b. Colors */







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

 color: #fff !important; font-size: 16px; font-weight: 700;border-bottom:0;padding: 18px 15px;}
 

 !important;} */
 
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/
/* @import url('http://example.com/example_style.css'); */

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

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

















/* Transition */


/* Animation Delay */


/* Box Shadow */


/* Background Size */


/* Border Radius */


/* User Select */


/* Opacity*/

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




/**************************
   Footer CSS
 **************************/

.footer { padding: 100px 0; background-repeat: no-repeat; background-size: cover; background-position: center center; position: relative; float: left; width: 100%; }
.span4.footer-nav { text-align: left; }
.footer.overlay_footer::before { position: absolute; content: ""; top: 0; right: 0; left: 0; bottom: 0; background-color: rgba(0, 0, 0, 0.5); z-index: 1; }
.regal-footer { position: relative; z-index: 11; }
.footer h5.footer-title {color: #393948;margin-bottom: 15px;}
.footer h5.footer-title div{color: #393948;}
.footer-descirption p {max-width: unset;}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {  font-size: ;  color: #393948;text-transform:capitalize;font-weight: normal;padding: 0;-webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;; }
.footer.text_white .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {color: #fff;}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {margin-bottom: 5px;}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {color: #3EC247;}
.footer.text_white .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {color: rgba(255,255,255,0.7);}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li::before {display: none;}
.copyright-block p {color: #393948;font-size:14px;font-family: 'Roboto', sans-serif;margin-left: 0;margin-bottom: 0;}
.footer.text_white .copyright-block div {color: #fff;  }
.footer-logo {margin: 5px;}  
.footer.text_white .copyright-block p {color: #fff;}
.span12.copyright-block {margin-left: 0 !important;}
.footer .hs-menu-wrapper.hs-menu-flow-horizontal > ul li {padding-left: 0;width: 100%;}
.footer.text_white .footer-descirption p{color: #fff;/*   max-width: 400px; */}
.footer.text_white h5.footer-title {color: #fff;}
.footer.text_white h5.footer-title div {color: #fff;}
.social-links__icon:fist-child {margin-left: 0;}
.social-links__icon:last-child {margin-right: 0;}
.footer-address address {
  color: #393948;
}
.footer.text_white  address {color:#fff;}
.footer-descirption-col p {max-width: 300px;}
.footer.text_white .footer-descirption-col p {
  color:#fff;
}

.footer .emailinfo {
  color:#393948;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.footer.text_white .emailinfo {
  color:#fff;
  
  
}

.footer.text_white .emailinfo div {
  color:#fff;
}

.footer.text_white .emailinfo div:hover,
.footer.text_white .emailinfo:hover {
  color: rgba(255,255,255,0.7);
}

.span6.social-wrapper {
  display: flex;
  justify-content: flex-end;
}

.regal-footer .row-fluid {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    gap:30px;
}

/* .row-fluid .span6 {
    width: calc(var(--column-width-multiplier) * 2% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
} */


.social-links__icon {
  display: inline-block;
  position: relative;  
  margin: 0 5px;
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
  
   
}

.social-links__icon svg {
  fill: #3EC247;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
   
}

.social-links__icon:hover svg {
   fill: rgba(52,82,255,0.7);
}

.footer.text_white .social-links__icon svg {
   fill: #fff;
  
}
.footer.text_white .social-links__icon:hover svg{
  fill: rgba(255,255,255,0.8);
}

.span6.copyright-inner {
  display: flex;
  align-items: center;
}

.copyright-block {
  padding: 40px 0 0 0;
}

.emailinfo:hover {
  color: #3EC247;
}


/*  Footer No Navigation CSS */
.footer.footer--no-navigation {
	padding: 30px 0;
	color: #fff;
	background-color: #021626;
}

.footer_s2_description {
    display: flex;
  margin:auto auto 0px;
}

.footer.footer--no-navigation .footer-bottom-left a {
  color: #3EC247;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.footer.footer--no-navigation .footer-bottom-left a:hover {
  color: rgba(62, 194, 71,0.8);
}


.footer-social-media ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.footer-social-media ul li {
  padding-left: 0;
  display: inline-block;
  margin: 0;
}

.footer-social-media ul li:before {
  display: none;
}

.footer-social-media ul li a {
  color: #fff; 
  background-color: transparent;  
  border-radius: 100%;
	width: 30px;
	height: 30px;	
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;

}

.footer-social-media ul li a:hover {
  color: #3EC247;
  background-color: #fff;
}

.footer-social-media ul li:last-child a {
  padding-right: 0;
}

.span6.footer-social-block{
  display: flex;
  justify-content: flex-end;
}


.span6.copyright-inner a {
  color: #3EC247;
  -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;;
}

.span6.copyright-inner a:hover {
  color: rgba(62, 194, 71,0.8);
}

.footer.text_white .footer-form-wrap .hs-button.primary.large {
  background-color: #fff;
  color: #393948;
}

.footer.text_white .footer-form-wrap .hs-button.primary.large:hover {
  background-color: #fff;
   -webkit-filter: contrast(2);
  filter: contrast(2);
  -webkit-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
    -o-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);
    box-shadow: 0 7px 7px 0px rgba(0,0,0,0.3);;
  color: #393948;
}

.footer .footer-form-wrap .hs-button.primary.large{
  background-color:#393948;
  color: #fff;
}

.footer .footer-form-wrap .hs-button.primary.large:hover {
  background-color:#393948;
  color: #fff;
  -webkit-filter: contrast(2);
  filter: contrast(2);
}


.footer-block .row-fluid [class*="span"],
.foorer-nonav-block .row-fluid [class*="span"]{
  min-height: 0 !important;
  margin:0 auto;
}

/* .row-fluid .span1, .row-fluid .span10, .row-fluid .span11, .row-fluid .span12, .row-fluid .span2, .row-fluid .span3, .row-fluid .span4, .row-fluid .span5, .row-fluid .span6, .row-fluid .span7, .row-fluid .span8, .row-fluid .span9 {
    min-height: 1px;
    width: auto;
} */
/****************************
    Footer Responsive CSS
****************************/

@media only screen and (max-width:991px) {
  .footer {
    padding: 80px 0;
  }
  
    .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  
.body-wrapper.hs-content-id-145751378010 .footer .row-fluid-wrapper .row-fluid {
  gap: 40px;
  flex-direction: column;
}
  
  .span9.footer_s2_description {
  align-items: baseline !important;
  display: flex;
  margin: 0;
}

}

@media (min-width: 768px) {
/*   .row-fluid {
    flex-wrap: nowrap;
    justify-content: space-between;
  } */

  
    .row-fluid .span1 {
      width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span2 {
      width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span3 {
      width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span4 {
      width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span5 {
      width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span6 {
      width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span7 {
      width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span8 {
      width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span9 {
      width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span10 {
      width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
    }
  
    .row-fluid .span11 {
      width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
    }
  
}

@media only screen and (max-width:767px) {
  .footer {
    padding: 50px 0;
  }
  
  .footer-logo-columns {
    margin-bottom: 15px;
  }
  .span4.footer-nav{
    float:left;
    width:100%;
    margin-bottom: 15px;
  }
  
  .span6.footer-address {
	  margin-bottom: 20px;
  }
  
  .span6.copyright-inner {
	  width: 50%;
  }
  
  .span12.copyright-block {
    display: flex;
    flex-wrap: wrap;
    padding-top: 30px;
  }
  
  .span6.social-wrapper {
	  width: 50%;
  }
  
  .span3.footer-nav {
    margin-bottom: 20px;
    float: left;
    width: 100%;
  }
  
  .footer .social-wrapper h5.footer-title {
     padding-left: 0px;
  }
  
  .span12.copyright-block {
    width: 100%;
  }
 
  /* Footer No Navigation CSS   */
  .span6.footer-social-block {   
    justify-content: center;
    margin-top: 10px;
  }
  
  .span6.footer-bottom-left {
    text-align: center;
  }
  
  .span4.footer-nav {
    text-align: left;
  }
}

@media only screen and (max-width: 479px) {
  
  .footer h5.footer-title {
    margin-bottom: 10px;
  }
  
  .span12.copyright-block {
    padding-top: 25px;
  }
  .span6.copyright-inner {
	  width: 100%;
  }
  
  .span6.social-wrapper {
	  width: 100%;
  }
  
  .span6.social-wrapper {
    justify-content: flex-start;
    margin-top: 10px;
  } 
}