/* remove animations at site load */
html.no-anim *, 
html.no-anim *::before, 
html.no-anim *::after {
  animation: none !important;
  transition: none !important;
  transform: none !important;
}


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

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

.dnd-row > .row-fluid {
	margin: 0 auto; 
	max-width: 1200px; 
}
.home-single-property .dnd-row > .row-fluid {
	max-width: inherit; 
}

@media only screen and (min-width: 1200px) and (max-width: 1549px) {
  .dnd-row > .row-fluid {
    max-width: 1200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /* .dnd-row > .row-fluid {
    max-width: 960px; 
  } */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  /* .dnd-row > .row-fluid {
    max-width: 720px;  
  } */
}
@media only screen and (max-width: 767px) {
 .dnd-row > .row-fluid {
	max-width: 100%;
}
} 
/* Responsive grid */

.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: 0px;
  margin-left: 0%; 
  -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.6666666667%;
}

.row-fluid .span10 {
  width: 83.3333333333%;
}

.row-fluid .span9 {
  width: 75%;
}

.row-fluid .span8 {
  width: 66.6666666667%;
}

.row-fluid .span7 {
  width: 58.3333333333%;
}

.row-fluid .span6 {
  width: 50%;
}

.row-fluid .span5 {
  width: 41.6666666667%;
}

.row-fluid .span4 {
  width: 33.3333333333%;
}

.row-fluid .span3 {
  width: 25%;
}

.row-fluid .span2 {
  width: 16.6666666667%;
}

.row-fluid .span1 {
  width: 8.3333333333%;
}

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

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

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

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

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

  .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: 0px;
    margin-left: 0%;
    -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.6666666667%;
  }

  .row-fluid .span10 {
    width: 83.3333333333%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.6666666667%;
  }

  .row-fluid .span7 {
    width: 58.3333333333%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.6666666667%;
  }

  .row-fluid .span4 {
    width: 33.3333333333%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.6666666667%;
  }

  .row-fluid .span1 {
    width: 8.3333333333%;
  }
}

@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: 0px;
    margin-left: 0%;
    -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.6666666667%;
  }

  .row-fluid .span10 {
    width: 83.3333333333%;
  }

  .row-fluid .span9 {
    width: 75%;
  }

  .row-fluid .span8 {
    width: 66.6666666667%;
  }

  .row-fluid .span7 {
    width: 58.3333333333%;
  }

  .row-fluid .span6 {
    width: 50%;
  }

  .row-fluid .span5 {
    width: 41.6666666667%
  }

  .row-fluid .span4 {
    width: 33.3333333333%;
  }

  .row-fluid .span3 {
    width: 25%;
  }

  .row-fluid .span2 {
    width: 16.6666666667%;
  }

  .row-fluid .span1 {
    width: 8.3333333333%;
  }
}

/* Clearfix */

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

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

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

/* Responsive visibilty classes */

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

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

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

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

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

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

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

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

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

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

  .visible-desktop {
    display: none !important;
  }
}
/* @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    */
/*****************************************/

@media (max-width: 767px) {
  .function-container {
    padding: 0 0 60px !important;
    width: 100% !important;
    transform: none !important;
    margin: 0 auto;
    max-width: 90%;
    justify-self: center;
    display: block !important;
  }
  
  /* FLIP IMAGE AND TEXT WITH FUNCTIONS */
  .row-fluid-wrapper.row-depth-1.row-number-9.cell_17422107665753-row-1-margin.cell_17422107665753-row-1-vertical-alignment.dnd-row .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-15.cell_17422107665753-row-3-vertical-alignment.cell_17422107665753-row-3-margin.dnd-row .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .row-fluid-wrapper.row-depth-1.row-number-21.cell_17422107665753-row-5-margin.dnd-row.cell_17422107665753-row-5-vertical-alignment .row-fluid {
    display: flex;
    flex-direction: column-reverse;
  }
  
  .service {
    max-width: 500px;
    display: block;
    margin: 0 auto;
  }
  
  .simple-accordion {
    max-width: 500px;
    margin: 0 auto;
  }
  
}

@media (max-width: 1320px) {
  .background-element {
    display: none !important;
  }
  
  .function-container {
    background-color: rgba(0, 0, 0, 0) !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    */
/*****************************************/

@media (max-width: 767px) {
  .cards__card.elements--pricing__card_widget_1743571668944.elements--pricing__card-default_widget_1743571668944 {
    margin: 0 auto !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    */
/*****************************************/
/* Blog 1 */

.blog-tag-filter-item {
  font-weight: 600 !important;
  border: none;
}


@media(min-width: 768px) {
  
  .elements__blog__header-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
}


/* Blog 2 */

.elements--blog-2__header {
  margin-top: 72px;
}

.elements--blog-2__latest-articles {
  padding: 100px 0 356px;
}

.elements--blog-2__cta-subscribe {
  padding-top: 36px;
}

@media(max-width: 768px) {
  
  .elements--blog-2__latest-articles {
    padding: 56px 0 354px;
  }
  
  .elements--blog-2__cta-subscribe {
    padding-top: 40px;
  }
  
  .elements--blog-2__header {
    margin-top: 32px;
  }

  
}


/* Blog Post 1 */

.elements-div-content_blog-post-1-form {
  border: 1px solid  !important;
  box-shadow: 0px 5px 14px rgba(8, 15, 52, 0.04) !important;
}

.business-previous-page__link {
  transition: 0.3s ease-in-out;
}

.business-previous-page__link:hover {
  color: #7d3fc9 !important;
}

.business-previous-page__link svg {
  transition: 0.3s ease-in-out;
}

.business-previous-page__link:hover svg {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

.elements--post--blog--header__container {
  margin-top: 40px;
}

.elements--post--blog--header__date {
    display: -webkit-inline-flex; 
    display: -ms-inline-flexbox; 
    display: flex; 
    align-items: center; 
    font-weight: 700; 
    color: #CCCCCC;
    margin-bottom: 0;
    margin-top: 16px;
    margin-left: 24px;
}

.elements--post--blog--tag__badge {
  background-color: #7d3fc9;
  color: #2d283e;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
  font-weight: 700;
  border-radius: 10px;
}

.elements--post--blog--tag__badge:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}


.elements--post--blog_1--header-container {
  max-width: 914px;
  margin: 32px auto 8px;
}

.elements--post--blog__title {
  margin: 32px auto 8px;
}

.elements--post--blog__subtitle {
  margin: 24px auto 96px;
}

.elements--post--blog__image {
  width: 100%;
  margin-top: 12px;
  object-fit: cover;
  margin-bottom: 64px;
}

.elements--post--blog__image__2 {
    width: 100%;
    margin-top: 12px;
    object-fit: cover;
    margin-bottom: 16px;
    border-radius: 36px;
}

.elements--post--blog--main__content {
  margin-top: 80px; 
  margin-bottom: 124px; 
  position: relative;
}

.elements--post--blog--author__container {
  position: -webkit-sticky;
  position: sticky;
  top: 24px;
  margin-left: 0 !important;
}


.elements--post--blog--author__card {
  text-align: center;
  padding: 48px 26px 54px;
  max-width: 412px;
  width: 100% !important;
}

.elements--post--blog--author__image {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 16px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post--blog--author__image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post--blog--author__display__name {
  margin-bottom: 12px; 
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post--blog--author__display__name:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post--blog--author__social__icons--container {
  margin: 4px -10px 0px -10px;
}

.elements--post--blog--author__social__icons {
  margin: 0px 10px;
  width: 46.7px;
  height: 46.7px;
  border-radius: 50%;
  -webkit-filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
  filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post--blog--author__social__icons:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post--blog--card--author__display__name__social--container {
 display: inline-block; 
}



.elements--post--blog--body img {
  max-width: 100%;
}


.elements--post--blog--body ul li {
  margin: 12px 0px;
}

.elements-sac-card__arrow {
    height: 11px;
    width: 11px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.17578 5.67773L8.18983 5.67773L1.17578 5.67773Z' fill=''/%3E%3Cpath d='M1.17578 4.95273L0.450781 4.95273L0.450781 6.40273L1.17578 6.40273L1.17578 4.95273ZM8.18983 6.40273C8.59023 6.40273 8.91483 6.07814 8.91483 5.67773C8.91483 5.27733 8.59023 4.95273 8.18983 4.95273L8.18983 6.40273ZM1.17578 6.40273L8.18983 6.40273L8.18983 4.95273L1.17578 4.95273L1.17578 6.40273Z' fill=''/%3E%3Cpath d='M5.70378 1.1648L5.19084 0.65243L4.1661 1.6783L4.67904 2.19067L5.70378 1.1648ZM9.19141 5.67334L9.70378 6.18627L10.2173 5.67334L9.70378 5.16041L9.19141 5.67334ZM4.67904 9.15601L4.1661 9.66838L5.19084 10.6943L5.70378 10.1819L4.67904 9.15601ZM4.67904 2.19067L8.67904 6.18627L9.70378 5.16041L5.70378 1.1648L4.67904 2.19067ZM8.67904 5.16041L4.67904 9.15601L5.70378 10.1819L9.70378 6.18627L8.67904 5.16041Z' fill=''/%3E%3C/svg%3E%0A"); 
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin-left: 6px;
    transition: 0.3s ease-in-out;
  }
  
  .blog-index__post:hover .elements-sac-card__arrow {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }


@media(max-width: 867px) {
  
  .elements__blog__column-right {
    padding-top: 0 !important;
  }
  
  .elements--post--blog--main__content {
    margin-bottom: 56px; 
  }
  
  .elements--post--blog__image {
   margin-bottom: 24px;  
  }
  
  .elements--post--blog__subtitle {
   margin-bottom: 32px; 
  }
  
  .elements--post--blog--header__container {
   margin-top: 0; 
  }
  
  .elements--post--blog_1--header-container {
    margin-top: 12px;
  }
  
  
  .elements--post--blog--author__image {
    width: 116px;
    height: 116px;
  }
  
  .elements--post--blog--author__card {
    padding: 36px 36px 40px;
  }
  
  .elements--post--blog--author__social__icons {
    margin: 0px 6px;
    width: 40px;
    height: 40px;
  }
  
}

@media(max-width: 767px) { 
  
  .elements--post--blog--author__social__icons {
    width: 36px;
    height: 36px;
  }
  
  .elements--post--blog--author__image {
    width: 90px;
    height: 90px;
  }
  
  .elements--post--blog--main__content {
    margin-top: 36px;
  }
  
  .elements--post--blog--author__card {
    max-width: 100%;
  }

  .elements--post--blog--author__container {
    position: -webkit-unset;
    position: unset;
    margin-bottom: 36px;
  }
  
  .elements--post--blog--body {
    float: unset;
    margin-top: 32px;
  }

}



/* Blog Post 2 */

.elements--post2--blog-pagination__link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #7d3fc9 !important;
  margin-bottom: 14px;
  text-decoration: none !important;
}

.elements--post2--blog-pagination__link svg {
  fill: #7d3fc9;
  margin-right: 8px;
  filter: drop-shadow(0px 2px 4px rgba(244, 38, 62, 0.18));
  width: 10px;
}

.elements--post2--blog--header__container {
  margin-top: 72px;
}

.elements--post2--blog__subtitle {
  margin-top: 16px;
  color: white;
}


.elements--post2--blog--header__text {
  margin: 0 auto 52px;
  border-bottom: 1px solid ;
  padding-bottom: 24px;
}

.elements--post2--blog--author__image {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
}

.elements--post2--blog--author__image:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post2--blog--author__display__name {
  display: inline-block;
  vertical-align: 18px;
  margin-left: 10px;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;

}

.elements--post2--blog--author__display__name:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.elements--post2--blog--author__display__separator {
  display: inline-block;
  vertical-align: 22px;
  width: 24px;
  height: 2px;
  border-top: 1px solid ;
  margin: 0 12px;
}

.elements--post2--blog--author__display__date {
  display: inline !important;
  vertical-align: 18px;
}

.elements--post2--blog--author__social__icons--container {
  padding: 8px 0 12px;
}

.elements--post2--blog--body {
  max-width: 786px;
  margin: 16px auto;
}

.elements--post2--blog--body > p {
  max-width: 300px;
}

.elements--post2--blog--body img {
  max-width: 100%;
}

.elements--post2--blog--author__card {
  text-align: left;
  padding: 60px 56px 56px;
  max-width: 797px;
  width: 100% !important;
  margin: 56px auto 156px;
}

.elements--post2--blog--author__card__2 {
    text-align: center;
    padding: 60px 32px 40px;
    width: 100% !important;
    border: 2px solid #fecf7f;
    border-radius: 20px;
    background-color: rgba(255, 255, 255, 0.04);
}

.elements--post2--blog--card--author__image {
  width: 203px;
  height: auto;
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
}

.elements--post2--blog--card--author__image__2 {
  width: 151px;
  height: auto;
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
}

.elements--post2--blog--card--author__display__name {
  margin-bottom: 8px;
}
    

.elements--post2--blog--author__social__icons {
  margin-right: 6px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 350ms ease;
  transition: -webkit-transform 350ms ease;
  transition: transform 350ms ease;
  transition: transform 350ms ease, -webkit-transform 350ms ease;
  display: inline-block;
  filter: drop-shadow(0px 11.89px 16.35px rgba(10, 102, 194, 0.15));
}

.elements--post2--blog--author__social__icons:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}


.elements-post-blog-left-column_container {
 padding-right: 45px;
}


@media(max-width: 767px) {
  
  .elements--post--blog__image__2 {
    margin-bottom: 0;
  }
  
  .elements--post2--blog--author__card__2 {
   margin-top: 40px; 
  }
  
  .elements-post-blog-left-column_container {
   padding-right: 0;
  }
  
  .elements--post2--blog--header__container {
    margin-top: 24px;
  }
  
  .elements--post2--blog--header__text {
      margin-top: 0;
  }
  
  .elements--post2--blog--card--author__image {
    margin-bottom: 16px;
  }
  
  .elements--post2--blog--author__social__icons {
    margin: 0 8px;
  }
  
  .elements--post2--blog--author__card {
    padding: 48px 38px 32px;
    text-align: center;
    margin: 24px auto 56px;
  }
  
  .elements--post2--blog--card--author__image--container {
    float: unset !important;
  }
  
  .elements--post2--blog--header__text {
    padding-bottom: 36px;
  }

}







/* Blog Tags */

.blog-index__section-title {
  margin-top: 12px;
}

.blog-tag-filter-item {
  padding: 19px 24px !important;
  border-radius: 10px !important;
  margin-left: 12px !important;
  margin-top: 16px !important;
}

.blog-tag-filter--active-item {

}

.blog-index__filter-tags-container {
  text-align: right;
}

.elements-blog-card__footer_badge-container {
  text-align: right;
  margin-left: 0px; !important;
  float: right !important;
  width: auto !important;
  margin-top: 12px;
}

@media(max-width: 418px) {
  
  .elements-blog-card__footer_badge-container {
    width: 100% !important;
    text-align: left;
    padding-bottom: 12px;
  }
  
}


.elements-blog-card__footer_text-container {
  text-align: left !important;
  margin-left: 0px !important;
  width: auto !important;
  margin-top: 4px;
  padding-left: 12px;
}





/* Blog header */

@media(max-width: 767px) {
  
  #section-articles {
    padding-top: 56px !important;
  }
  
  #elements-blog_2-header {
    margin-top: 24px !important;
  }
  
  #section-card-articles-blog {
    padding-top: 0 !important;  
  }
  
  #section-feature-post {
    padding-top: 32px !important;
    padding-bottom: 0 !important;
  }
  
  .blog-index__post {
    margin: 14px 0 !important;
  }
}


.blog-header {
  background-color: #F8FAFC;
  text-align: center;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}



.blog-header__title {
  font-size: 20px;
  margin-top: 32px;
  margin-bottom: 12px;
}

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

.blog-header__form {
  margin: 0 1rem;
}



/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 2rem 0;
  margin: 0 -1% 0 -1%;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  max-width: 100%;
  margin: 1% 1% 1% 1%;
}

.blog-index__post a {
  text-decoration: none !important;
}

.blog-index__post-content {
  padding: 32px 24px 32px;
  display: flex;
  flex-direction: column;
  position: relative;
}

@media(max-width: 1000px) {
  
  .blog-index {
    justify-content: flex-start;
  }


}

@media(max-width: 767px) {
  .blog-index__post-image {
    max-height: 100%;
    height: unset !important;
  }
}

@media(max-width: 767px) {
  
  .blog-index {
    margin-left: 0;
    margin-right: 0;
  }
  
  .blog-index__filter-tags-container {
    text-align: left;
    width: 100% !important;
  }
  
  .blog-tag-filter-item {
    margin-left: 0px !important;
    margin-right: 12px !important;
  }
  
  .blog-index__post {
    width: 100%;
    max-width: 100%;
    margin-bottom: 14px;
  }
  
}



@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}




@media screen and (min-width: 768px) {
 
  
  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}



/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 1px solid transparent;
  border-radius: 7px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.3rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 1px solid ;
  background-color: ;
  box-shadow: 0px 1px 4px rgb(31 37 89 / 5%);
  padding: 20px 22px;
  border-radius: 14px;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

@media(max-width: 424px) {
  
  .blog-pagination__link {
    padding: 16px 12px !important;
  }
  
  .blog-pagination__link--active {
    border-radius: 10px;
  }
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.4rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.4rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color:  !important;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link {
  color: ;
}


/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}


.blog-post__meta {
  margin: 1rem 0;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
  color: #000;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-related-posts h2 {
  text-align: center;
}

.blog-related-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

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

@media screen and (min-width: 1000px) {
  .blog-related-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

.content-wrapper {
  max-width: 1210px;
}


.saas-elements-search-result-input__form {
  border-radius: 20px;
}

.saas-hs-search-field__input-blog {
  border-radius: 20px;
}

.service-tilt-author-module img {
  width: 151px;
  height: auto;
  border-radius: 50%;
  max-width: 100%;
  object-fit: cover;
  max-width: unset !important;
}

.cards__card {
    background-color: rgba(69,63,86,1.0);
    border: none;
    border-radius: 20px;
    -webkit-filter: drop-shadow(0 2px 6px rgba(20,20,43,.06));
    filter: drop-shadow(0 2px 6px rgba(20,20,43,.06));
    transition: .2s ease-in-out;
}

.saas-elements-search-result-input__form {
  background-color: unset !important;
  border: none !important;
  border-bottom: 3px solid #7d3fc9 !important;
  border-radius: unset !important;
}

.saas-hs-search-field__input-blog {
  background-color: unset !important;
  border: none !important;
  font-family: inherit;
  font-size: 18px;
  line-height: 1.15;
  margin: 0;
  min-height: 40px !important;
  height: 48px !important;
}

.saas-elements-icon-search-field {
  top: 8px !important;
  width: 28px !important;
}

.container-fluid.elements-container-fluid__featured__post {
  transition: transform 0.5s ease;
}

.container-fluid.elements-container-fluid__featured__post:hover {
  transform: scale(1.02);
}

.blog-index__post.cards__card {
  transition: transform 0.5s ease;
}

.blog-index__post.cards__card:hover {
  transform: scale(1.04);
}

.elements-sac-cards__card {
  transition: transform 0.5s ease;
}

.elements-sac-cards__card:hover {
  transform: scale(1.04);
}
/* @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    */
/*****************************************/
.vfrc-launcher {
  background-color: white;
}

.vfrc-launcher:hover {
  background-color: #cccccc;
}



/* CSS Variables */
:root {
    --base-color: rgba(45, 40, 62, 1.0); 

    --primary-color: rgba(125, 63, 201, 1.0);

    --secondary-color: rgba(254, 207, 127, 1.0);

    --headings-color: rgba(255, 255, 255, 1.0);

    --light-color: rgba(204, 204, 204, 1.0);

    --link-color: rgba(125, 63, 201, 1.0);

    --link-hover-color: rgba(76, 42, 126, 1.0);

    --body-font: Titillium Web; 
    --body-font-size: 15px;
    --body-font-weight: regular;

    --heading-one: 45px;
    --heading-one-style: font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;

    --heading-two-style: font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    --heading-two: 40px;

    --heading-three-style: font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    --heading-three: 24px;

    --heading-four-style: font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    --heading-four: 18px;

    --heading-five-style: font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    --heading-five: 16px;

    --heading-six-style: font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;  
    --heading-six: 15px;

    --form-header-text-color: rgba(51, 51, 51, 1.0); 

    --form-header-background-color: rgba(255, 255, 255, 1.0);  

    --form-inputs-text-color: rgba(51, 51, 51, 1.0); 

    --form-fieldBorder-color: rgba(236, 236, 236, 1.0);

    --form-fieldInput-bg-color: rgba(255, 255, 255, 1.0);

    --form-label-font-color: rgba(51, 51, 51, 1.0); 

    --form-help-text-font-color: rgba(51, 51, 51, 1.0);

    --form-input-border-color: rgba(236, 236, 236, 1.0);

    --form-input-focus-border-color: rgba(210, 169, 142, 1.0);

    --form-bg-color: rgba(255, 255, 255, 1.0);

    --form-borderColor: rgba(255, 255, 255, 1.0);

    --form-btn-text-color: rgba(255, 255, 255, 1.0);

    --form-btn-border-color: rgba(125, 63, 201, 1.0);

    --form-btn-bg-color: rgba(125, 63, 201, 1.0);

    --form-btn-hover-text-color: rgba(255, 255, 255, 1.0); 

    --form-btn-hover-border-color: rgba(254, 207, 126, 1.0);

    --form-btn-hover-bg-color: rgba(254, 207, 126, 1.0);

    --form-errorMsgColor: rgba(235, 82, 82, 1.0);

    --form-successMsgColor: rgba(104, 212, 82, 1.0);


    --header-height: 94px;
    --header-background-color: rgba(37, 33, 51, 1.0);

    --menu-link-color: rgba(180, 167, 214, 1.0);

    --menu-link-hover-color: rgba(254, 207, 127, 1.0);

    --child-menu-link-color: rgba(180, 167, 214, 1.0);

    --child-menu-link-hover-color: rgba(254, 207, 127, 1.0);

    --dropdown-bg-color: rgba(37, 33, 51, 1.0);

    --dropdown-border-color: rgba(#null, 0.0);

    --footer-top-bg-color: rgba(37, 33, 51, 1.0); 

    --footer-bottom-bg-color: rgba(37, 33, 51, 1.0); 

    --footer-link-color: rgba(180, 167, 214, 1.0);

    --footer-link-hover-color: rgba(254, 207, 127, 1.0); 

    --footer-border-color: rgba(37, 33, 51, 1.0);  

    --footer-bottom-text-color: rgba(180, 167, 214, 1.0); 

    --success: #198754;
    --danger: #DC3545;
    --warning: #FFC107;
    --info: #0DCAF0;
    --gray: #F8F8F8;
    --dark: #221F1E;
    --transition: all 0.4s ease 0s;
    --headings-line-height: 1.4;
    --body-line-height: 1.75;
  }
  
  /* Basic Style */
  /* Typography Style */
  *,
  *::before,
  *::after {
    box-sizing: border-box;
  }
  
  html,
  body {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: var(--body-font);
    font-size: var(--body-font-size);
    font-weight: var(--body-font-weight);
    font-style: normal;
    line-height: var(--body-line-height);
    position: relative;
    visibility: visible;
    overflow-x: hidden;
    color: var(--base-color);
    background-color: #2d283e;
    background-repeat: no-repeat; 
    background-position: top center;
  }
  
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: var(--headings-line-height);
    margin-top: 0;
    margin-bottom: 8px;
  }
  
  h1,.h1 {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: var(--headings-color);
    font-size: 45px;
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h2,.h2 {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: var(--headings-color);
    font-size: 40px; 
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h3,.h3 {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; 
    color: var(--headings-color);
    font-size: 24px; 
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h4,.h4 {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: var(--headings-color);
    font-size: 18px;  
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h5,.h5 {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
    color: var(--headings-color);
    font-size: 16px;
    letter-spacing: 0px;
    text-transform: none;
  }
  
  h6,.h6 {
    font-family: 'Titillium Web', sans-serif; font-style: normal; font-weight: normal; text-decoration: none; 
    color: var(--headings-color);
    font-size: 15px; 
    letter-spacing: 0px;
    text-transform: none;
  }

  p {
    margin-top: 0;
    margin-bottom: 16px; 
  }
  p:last-child {
    margin-bottom: 0;
  }
  
  a,
  button {
    line-height: inherit;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
    color: inherit;
  }

  span p {
    line-height: 1.75;
  }

  button span {
    line-height: 1;
  }

  a,
  button,
  input {
    transition: var(--transition);
  }
  
  *:focus {
    outline: none;
  }
  
  a:focus {
    text-decoration: none;
    color: inherit;
    outline: none;
  }
  
  a:hover {
    text-decoration: none;
    color: var(--primary-color);
  }
  
  button,
  input[type=submit] {
   font-family: var(--body-font);
    cursor: pointer;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    opacity: 1;
  }
  input:-moz-placeholder,
  textarea:-moz-placeholder {
    opacity: 1;
  }
  input::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
  }
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    opacity: 1; 
  }
  
  ul , ol {
    margin-top: 0;
    padding-left: 15px;
  }
  ul:last-child {
    margin-bottom: 0;
  }
  
  hr {
    border-top-width: 2px;
  }

  .text-left{
    text-align: left;
  }
  
  .text-center{
    text-align: center;
  }
  
  .text-right{
    text-align: right;
  }
  
  .button-mt-20 {
    margin-top: 20px;
  }

  /* Section, Section Spacing (Padding & Margin) */
  .section {
    position: relative;
    z-index: 1;
    clear: both;
    overflow: hidden;
    width: 100%;
  }
  .section-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .section-bg img {
    width: 100%;
    height: 100% !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .section-padding {
    padding: 130px 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding {
      padding: 100px 0; 
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding {
      padding: 80px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-padding {
      padding: 60px 0;
    }
  }
  .section-padding-top {
    padding-top: 130px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-top {
      padding-top: 100px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-top {
      padding-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-padding-top {
      padding-top: 60px;
    }
  }
  .section-padding-bottom {
    padding-bottom: 130px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-padding-bottom {
      padding-bottom: 100px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-padding-bottom {
      padding-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-padding-bottom {
      padding-bottom: 60px;
    }
  }
  .section-margin {
    margin: 130px 0;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin {
      margin: 100px 0;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin {
      margin: 80px 0;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-margin {
      margin: 60px 0;
    }
  }
  .section-margin-top {
    margin-top: 130px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-top {
      margin-top: 100px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-top {
      margin-top: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-margin-top {
      margin-top: 60px;
    }
  }
  .section-margin-bottom {
    margin-bottom: 130px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-margin-bottom {
      margin-bottom: 100px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-margin-bottom {
      margin-bottom: 80px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-margin-bottom {
      margin-bottom: 60px;
    }
  }
  
  .container {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .container {
      max-width: 960px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .container {
      max-width: 720px;
    }
  }
  @media only screen and (max-width: 767px) {
    .container {
      max-width: 540px;
    }
  }
  @media only screen and (max-width: 575px) {
    .container {
      max-width: 100%;
    }
  }
  
  .backdrop {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    transition: var(--transition);
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.75);
  }
  .backdrop.active {
    visibility: visible;
    opacity: 1;
  }
  
  /* VenoBox Style */
  .vbox-close {
    top: 15px;
    right: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
  }
  

  /* Component/Modules Style */
/* Button Style */
.btn {
    font-weight: 600;
    line-height: 20px;
    display: inline-flex;
    align-items: center;
    padding: 16px 35px;
    transition: var(--transition);
    border-radius: 5px;
    gap: 14px;
  }
  @media only screen and (max-width: 767px) {
    .btn {
      padding: 13px 25px;
    }
  }
  .btn:hover {
    transform: translateY(-5px);
    color: #FFFFFF;
    background-color: var(--secondary-color) !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    border-color: var(--secondary-color) !important;
  }
  .btn:focus {
    color: #FFFFFF;
  }
  .btn-primary {
    border-color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    color: #FFFFFF;
  }
  .btn-secondary {
    background-color: var(--secondary-color) !important;
    color: #FFFFFF;
  }
  .btn-success {
    background-color: var(--success);
    color: #FFFFFF;
  }
  .btn-danger {
    background-color: var(--danger);
    color: #FFFFFF;
  }
  .btn-warning {
    background-color: var(--warning);
    color: #221F1E;
  }
  .btn-info {
    background-color: var(--info);
    color: #221F1E;
  }
  .btn-light {
    background-color: var(--light); 
    color: #221F1E !important;
  }
  .btn-gray {
    background-color: var(--gray);
    color: #FFFFFF;
  }
  .btn-dark {
    background-color: var(--dark);
    color: #FFFFFF;
  }
  .btn-body-color {
    background-color: var(--base-color);
    color: #FFFFFF;
  }
  .btn-headings-color {
    background-color: var(--headings-color);
    color: #FFFFFF;
  }
  .btn-primary-outline {
    color: #FFFFFF !important;
    background-color: transparent !important;
    border: 1px solid var(--primary-color) !important;
  }
  .btn-primary-outline:hover {
    background-color: transparent !important;
    color: #FFFFFF !important;
    border-color: var(--secondary-color) !important;
  }
  .btn-secondary-outline {
    border-color: var(--primary-color) !important;
    color: var(--secondary-color);
    background-color: transparent;
  }
  .btn-secondary-outline:hover {
    background-color: var(--secondary-color);
    color: #FFFFFF;
  }
  .btn-success-outline {
    color: var(--success);
    background-color: transparent;
  }
  .btn-success-outline:hover {
    background-color: var(--success);
    color: #FFFFFF;
  }
  .btn-danger-outline {
    color: var(--danger);
    background-color: transparent;
  }
  .btn-danger-outline:hover {
    background-color: var(--danger);
    color: #FFFFFF;
  }
  .btn-warning-outline {
    color: var(--warning);
    background-color: transparent;
  }
  .btn-warning-outline:hover {
    background-color: var(--warning);
    color: #221F1E;
  }
  .btn-info-outline {
    color: var(--info);
    background-color: transparent;
  }
  .btn-info-outline:hover {
    background-color: var(--info);
    color: #221F1E;
  }
  .btn-light-outline {
    color: var(--light);
    background-color: transparent;
  }
  .btn-light-outline:hover {
    background-color: var(--light);
    color: #221F1E;
  }
  .btn-gray-outline {
    color: var(--gray);
    background-color: transparent;
  }
  .btn-gray-outline:hover {
    background-color: var(--gray);
    color: #FFFFFF;
  }
  .btn-dark-outline {
    color: var(--dark);
    background-color: transparent;
  }
  .btn-dark-outline:hover {
    background-color: var(--dark);
    color: #FFFFFF;
  }
  .btn-body-color-outline {
    color: var(--base-color);
    background-color: transparent;
  }
  .btn-body-color-outline:hover {
    background-color: var(--base-color);
    color: #FFFFFF;
  }
  .btn-headings-color-outline {
    color: var(--headings-color);
    background-color: transparent;
  }
  .btn-headings-color-outline:hover {
    background-color: var(--headings-color);
    color: #FFFFFF;
  }
  .btn-primary-hover:hover {
    background-color: var(--primary-color);
    color: #FFFFFF;
    border-color: var(--primary-color);
  }
  .btn-secondary-hover:hover {
    background-color: var(--secondary-color);
    color: #FFFFFF;
  }
  .btn-success-hover:hover {
    background-color: var(--success);
    color: #FFFFFF;
  }
  .btn-danger-hover:hover {
    background-color: var(--danger);
    color: #FFFFFF;
  }
  .btn-warning-hover:hover {
    background-color: var(--warning);
    color: #221F1E;
  }
  .btn-info-hover:hover {
    background-color: var(--info);
    color: #221F1E;
  }
  .btn-light-hover:hover {
    background-color: var(--light);
    color: #221F1E;
  }
  .btn-gray-hover:hover {
    background-color: var(--gray);
    color: #FFFFFF;
  }
  .btn-dark-hover:hover {
    background-color: var(--dark);
    color: #FFFFFF;
  }
  .btn-body-color-hover:hover {
    background-color: var(--base-color);
    color: #FFFFFF; 
  }
  .btn-headings-color-hover:hover {
    background-color: var(--headings-color);
    color: #FFFFFF;
}
.btn-radius{
  border-radius: 50px;
}
/* Button Size */
.btn-lg {
  font-size: 20px;
  padding: 22px 44px;
}
.btn-md {
  padding: 16px 35px;
}
.btn-sm {
  font-size: 12px;
  padding: 13px 23px;
}

.cta-info .btn.btn-lg {
  font-size: 20px;
  padding: 16px 90px; 
}
.cta-info .btn.btn-md {
  padding: 16px 80px;
}
.cta-info .btn.btn-sm {
  font-size: 12px;
  padding: 13px 23px;
}

/* Section Heading Style */
  .section-heading {
    margin-bottom: 75px;
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading {
      margin-bottom: 55px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading {
      margin-bottom: 50px; 
    }
    .about-area .section-heading h2 br {
      display: none;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-heading {
      margin-bottom: 40px;
    }
  }
  @media only screen and (max-width: 479px) {
    .section-heading {
      margin-bottom: 30px;
    }
  }
  .section-heading-left {
    text-align: left;
  }
  .section-heading-center {
    text-align: center;
  }
  .section-heading-right {
    text-align: right;
  }
  .section-heading > span , 
  .section-heading > strong {
    line-height: 1.25;
    display: block;
    text-transform: uppercase;
    margin-bottom: 22px;
    color: var(--primary-color);
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading > span , 
    .section-heading > strong {
      margin-bottom: 15px;
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading > span , 
    .section-heading > strong {
      margin-bottom: 15px;
    }
  }
  @media only screen and (max-width: 767px) {
    .section-heading > span , 
    .section-heading > strong {
      margin-bottom: 15px;
    }
  }
  @media only screen and (max-width: 479px) {
    .section-heading > span , 
    .section-heading > strong {
      margin-bottom: 10px;
    }
  }
  .section-heading h2 {
    margin-bottom: 23px;
  }
  .section-heading h2 span {
    color: var(--primary-color);
  }
  .section-heading h2:last-child {
    margin-bottom: 0;
  }

  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .section-heading h2 {
      font-size: 34px !important;  
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .section-heading h2 {
      font-size: 34px !important;  
    }
  }
  @media only screen and (max-width: 767px) {
    .section-heading h2 {
      font-size: 34px !important;
    }
  }
  @media only screen and (max-width: 575px) {
    .section-heading h2 {
      font-size: 30px !important; 
    }
  }
  @media only screen and (max-width: 479px) {
    .section-heading h2 {
      font-size: 24px !important;
    }
  }
  .section-heading p {
    margin-bottom: 50px; 
  }
  .section-heading p:last-child {
    margin-bottom: 0;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
    .section-heading p {
      margin-bottom: 25px;
    }
  }

/* Header Style */

/* header-inner header-left header-right moved to the global module itself */

.header-main-menu nav {
  display: flex;
}
.header-main-menu nav ul {
  list-style: none;
}

.header-main-menu nav > ul {
  gap: 60px;
  display: flex;
  padding: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-main-menu nav > ul {
    gap: 30px; 
  }
}

.header-main-menu nav > ul > li {
  position: relative;
  list-style: none; 
}

.header-main-menu nav > ul > li > a {
  color: var(--menu-link-color);
  line-height: 30px;
  display: flex;
  font-size: 16px;
  font-weight: 600;  
  padding: 32px 0;
  gap: 7px;
}

.header-main-menu nav > ul > li > ul {
	background: var(--dropdown-bg-color) none repeat scroll 0 0;
	display: block;
	left: 0;
	padding: 26px 25px 28px;
	position: absolute;
	top: 100%;
  margin-top: 20px;
  opacity: 0;
	visibility: hidden;
	z-index: 99; 
  width: 265px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s;
}

.header-main-menu nav > ul > li:hover > ul {
	visibility: visible;
  margin-top: 0;
  opacity: 1;
}
.header-main-menu nav > ul > li > ul li {
	margin: 0 0 9px;
}
.header-main-menu nav > ul > li > ul li .sub-menu-3 ,
.header-main-menu nav > ul > li > ul li .sub-menu-4 {
	padding: 20px 0 6px 20px;
}
.header-main-menu nav > ul > li > ul li:last-child {
	margin: 0 0 0px;
}
.header-main-menu nav > ul > li > ul li a {
  color: var(--child-menu-link-color);
  display: flex; 
  padding: 5px 0;
}
.header-main-menu nav > ul > li > ul li a span {
  line-height: 1.2;
}
.header-main-menu nav > ul > li > ul li a:hover {
  color: var(--child-menu-link-hover-color);
  padding-left: 5px;
}

.header-main-menu nav > ul > li:hover > a {
  color: var(--menu-link-hover-color); 
}

.header-search button {
  display: flex;
  padding: 10px;
  color: var(--headings-color);
  border: none;
  background-color: transparent;
  min-width: 36px;
  min-height: 37px;
}
.header-search button svg {
  width: 16px;
  height: 16px;
}
.header-search button svg path {
  stroke: currentColor;
  fill: currentColor;
}

.header-search-close {
  position: absolute;
  top: 40px;
  right: 40px;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  text-indent: -9999px;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}
.header-search-close::before, .header-search-close::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: currentColor;
}
.header-search-close::before {
  transform: rotate(45deg);
}
.header-search-close::after {
  transform: rotate(-45deg);
}
.header-search-close:hover {
  transform: rotate(90deg);
}
.header-search-popup {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: flex;
  visibility: hidden;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.95);
}
.header-search-form {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 0 30px;
}
.header-search-form form {
  line-height: 1;
  background-color: transparent; 
  border: none;
}
.header-search-form form label {
  display: none;
}
.header-search-form form input {
  font-size: 40px; 
  width: 100%;
  padding: 30px 0;
  transition: var(--transition);
  color: #FFFFFF;
  border-width: 0 0 3px; 
  border-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.5);
  background-color: transparent;
}
@media only screen and (max-width: 767px) {
  .header-search-form form input {
    font-size: 30px;  
    padding: 20px 0;
  }
}
.header-search-form form input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.header-search-form form input:focus {
  border-bottom-color: #FFFFFF;
}
.header-search-form form button[type=submit] {
  position: fixed;
  top: -9999px;
  left: -9999px;
}
.header-search-form p {
  font-weight: 600;
  margin-top: 10px;
  text-align: right;
  color: #FFFFFF;
}
.header-search-popup.active {
  visibility: visible;
  opacity: 1;
}


/*-- Header Language --*/
.header__language-switcher {
  display: flex;
  align-items: center;
  color: var(--headings-color);
  position: relative;
  z-index: 999;
  transition: all .3s ease-in-out;
}
#hs_cos_wrapper_language-switcher_ {
  display: flex; 
}
.header__language-switcher:hover .lang_list_class {
  display: block;
  text-align: start;
}
.lang_list_class:after, .lang_list_class:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -12px;
}

.lang_list_class:before {
  top: -8px;
  border: 12px solid transparent;
  border-bottom-color: #000;
}

.globe_class {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
}
/*
.globe_class:after {
  content: "\f0ac";
  margin-top: -5px;
  position: absolute;
  font-family: 'FontAwesome';
  padding-right: 3px;
  color: var(--headings-color);
  font-size: 18px;
}
*/
.language.language-black .header__language-switcher--label-current{
  color: var(--headings-color);
  font-size: 16px;
  font-weight: 600;
}
.lang_list_class li a:hover{
  color: var(--primary-color) !important;
}
.language {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.language .lang_list_class li a {
  line-height: 2 !important;
  width: 260px;
}
.language > a + a {
  margin-left: 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
.language > a + a {
  margin-left: 20px;
}
}

.language .lang_list_class li {
  letter-spacing: px;
  text-transform: ;
  color: var(--secondary-color);
  font-weight: 600;
  background-color: #ffffff;
  width: 180px;
  text-decoration: none;
}

/*-------------------- Mobile Menu Style ---------------------*/


/*-- Header Offcanvas --*/
.header-offcanvas-open {
  position: relative;
  display: none;
  overflow: hidden;
  align-items: center;
  align-self: center;
  flex-direction: column;
  justify-content: center;
  width: 26px;
  height: 26px;
  padding: 0;
  cursor: pointer;
  color: var(--headings-color);
  border: none;
  background-color: transparent;
  gap: 6px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .header-offcanvas-open {
    display: flex;
  }
}
.header-offcanvas-open span {
  display: block;
  width: 100%;
  height: 2px;
  transition: var(--transition);
  border-radius: 10px;
  background-color: currentColor;
}
.header-offcanvas-open:hover span:nth-child(2) {
  transform: translateX(8px);
}
.header-offcanvas-open:hover span:nth-child(3) {
  transform: translateX(4px);
}
.header-offcanvas {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  transition: var(--transition);
  transform: translateX(100%);
  opacity: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

@media only screen and (max-width: 767px) {
  .header-offcanvas {
    max-width: 310px; 
  }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
  .header-offcanvas {
    max-width: 400px;  
  }
}

.header-offcanvas.active {
  visibility: visible;
  transform: translateX(0);
  opacity: 1;
}
.header-offcanvas-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 15px 30px;
}
.header-offcanvas-logo {
  display: flex;
}
.header-offcanvas-close {
  position: relative;
  display: flex;
  width: 30px;
  height: 30px;
  padding: 10px;
  text-indent: -9999px;
  color: #FFFFFF;
  border: none;
  background-color: transparent;
}
.header-offcanvas-close::before, .header-offcanvas-close::after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  content: "";
  background-color: currentColor;
}
.header-offcanvas-close::before {
  transform: rotate(45deg);
}
.header-offcanvas-close::after {
  transform: rotate(-45deg);
}
.header-offcanvas-close:hover {
  transform: rotate(90deg);
}
.header-offcanvas-body {
  flex: 1 0;
  padding: 30px;
  height: 100%;
  overflow: hidden;
}

.header-offcanvas-body .offcanvas-menu {
	height: 100%;
	overflow-y: auto;
}

.header-offcanvas .offcanvas-menu-nav > ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-offcanvas .offcanvas-menu-nav > ul li {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header-offcanvas .offcanvas-menu-nav > ul li > a {
  line-height: 30px;
  display: flex;
  flex: 1 0;
  padding: 7px 0;
}

.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-toggle {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 44px;
  cursor: pointer;
  transition: var(--transition);
}
.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-toggle svg {
  width: 12px;
  height: 12px;
}

.header-offcanvas .offcanvas-menu-nav > ul li .offcanvas-sub-menu-toggle.active {
  transform: rotateX(180deg);
}
.header-offcanvas .offcanvas-menu-nav > ul li ul {
  display: none;
  flex: 1 0 100%;
  width: 100%;
  margin: 0;
  padding-left: 20px;
  list-style: none;
}
.no-sub-menu .offcanvas-sub-menu-toggle{
  display: none !important;
}

/*-------------------- Blog Wrapper Style ---------------------*/
.blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  gap: 40px 0;
}
.blog-wrapper > .col {
  flex: 1 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 15px;
  padding-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-wrapper > .col {
    flex: 1 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-wrapper > .col {
    flex: 1 0 100%;
    max-width: 100%;
  }
}

/* Blog Style */
.blog-thumbnail {
  line-height: 1;
  display: flex;
  overflow: hidden;
  width: 100%;
  margin-bottom: 25px;
  border-radius: 5px;
}
.blog-thumbnail img {
  width: 100%;
}
.blog-content h3 {
  line-height: 1.4;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-content h3 {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-content h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-content h3 {
    font-size: 24px;
  }
}
.blog-content p {
  margin-bottom: 14px;
}
.blog-date {
  line-height: 1;
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  color: var(--base-color);
  gap: 10px;
}
.blog-read-more {
  display: inline-flex;
  align-items: center;
  color: var(--primary-color);
  border-bottom: 1px solid #D9D9D9;
  gap: 8px;
}
.blog-read-more:hover {
  border-color: var(--primary-color);
}


/*-------------------- Blog Details Style ---------------------*/
.blog-details {
  max-width: 970px;
  margin: auto;
}
.blog-details-head {
  margin-bottom: 55px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-head {
    margin-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-head {
    margin-bottom: 30px;
  }
}
.blog-details-head h2 {
  line-height: 1.4;
  max-width: 757px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-head h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-head h2 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 575px) {
  .blog-details-head h2 {
    font-size: 24px;
  }
}
.blog-details-head ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 35px 0 0;
  padding: 0;
  list-style: none;
  gap: 15px 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .blog-details-head ul {
    gap: 15px 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-head ul {
    margin-top: 25px;
    gap: 15px 20px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-head ul {
    margin-top: 20px;
    gap: 15px;
  }
}
.blog-details-head ul li {
  line-height: 1;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .blog-details-head ul li {
    font-size: 14px;
  }
}
.blog-details-thumbnail {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-thumbnail {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-thumbnail {
    margin-bottom: 30px;
  }
}
.blog-details-thumbnail img {
  width: 100%;
}
.blog-details-content p:not(:last-child) {
  margin-bottom: 25px;
}
.blog-details-content .quote:not(:first-child):not(:last-child) {
  margin: 50px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-content .quote:not(:first-child):not(:last-child) {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-content .quote:not(:first-child):not(:last-child) {
    margin: 30px 0;
  }
}
.quote-blog p {
  font-size: 22px;
}

.blog-details-footer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
  padding-top: 30px;
  border-top: 1px solid #D0D0D0;
  gap: 20px 30px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-details-footer {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .blog-details-footer {
    margin-top: 30px;
  }
}
.blog-details-tags {
  display: flex;
  align-items: center;
  gap: 10px;
}
.blog-details-tags-list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 5px;
}
.blog-details-tags-list li {
  font-weight: 500;
}
.blog-details-tags-list li:not(:last-child)::after {
  content: ",";
}

.quote {
  padding: 70px;
  border-radius: 5px;
  background-color: var(--gray);
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 767px) {
  .quote {
    padding: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .quote {
    padding: 40px;
  }
}
.quote-icon {
  display: flex;
  justify-content: center;
  color: #FFC107;
}
.quote-icon svg {
  width: 80px;
  height: 80px;
}
.quote-icon svg path {
  stroke: currentColor;
  fill: currentColor;
}
@media only screen and (max-width: 767px) {
  .quote-icon svg {
    width: 60px;
    height: 60px;
  }
}
@media only screen and (max-width: 575px) {
  .quote-icon svg {
    width: 50px;
    height: 50px;
  }
}
.quote-text {
  max-width: 740px;
  margin: auto;
  margin-top: 35px;
}
.text-left .quote-icon {
  justify-content: flex-start;
}
.text-center .quote-icon {
  justify-content: center;
}
.text-right .quote-icon {
  justify-content: flex-end;
}

.text-right .quote-text {
  margin: 0 0 0 auto;
}
.text-left .quote-text {
  margin: auto 0 0 0;
}
@media only screen and (max-width: 767px) {
  .quote-text {
    margin-top: 25px; 
  }
}

@media only screen and (max-width: 767px) {
  .quote-text p {
    font-size: 18px !important;
  }
}
@media only screen and (max-width: 575px) {
  .quote-text p {
    font-size: 18px !important; 
  }
}
.comment-form-wrap {
	margin-top: 24px;
}


/*-------------------- Form Style ---------------------*/

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"] {
	width: 100%;
	min-height: 50px;
	padding: 3px 20px;
	color: var(--form-inputs-text-color);
	border: 2px solid var(--form-input-border-color); 
	outline: 0;
	background-color: var(--form-fieldInput-bg-color);
}

form {
	background-color: var(--form-bg-color);
	border: 2px solid var(--form-borderColor);
}

textarea {
	transition: var(--transition);
}

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

form .hs-form-field input , 
form .hs-form-field textarea {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: var(--body-font-weight);
  line-height: 20px; 
  display: block;
  width: 100%;
  padding: 16px 20px;
  resize: none;
  color: var(--form-inputs-text-color);
  border: 2px solid var(--form-input-border-color); 
  background-color: var(--form-fieldInput-bg-color);
}

form .hs-form-field textarea {
  height: 160px; 
}

form .hs-form-field input:focus , 
form .hs-form-field textarea:focus {
  border-color: var(--form-input-focus-border-color);
}

form .hs-submit input {
	height: 56px;
	box-shadow: none;
	padding: 2px 34px; 
	width: auto;
	display: flex;
  align-items: center;
	border-radius: 5px;
  font-size: var(--body-font-size);
	border: 1px solid var(--form-btn-border-color);
	color: var(--form-btn-text-color);
	background-color: var(--form-btn-bg-color);
	transition: all .3s linear;
	text-align: center;
	font-weight: 600;
}

form .hs-submit input:hover {
	border: 1px solid var(--form-btn-hover-border-color);
	background-color: var(--form-btn-hover-bg-color);
  color: var(--form-btn-hover-text-color);
}

label {
	display: block;
	margin: 0 0 8px;
  color: var(--form-label-font-color); 
  line-height: 1.4;
} 

legend {
  margin: 0 0 8px;
  font-size: var(--body-font-size);
  color: var(--form-help-text-font-color); 
} 
.no-list.hs-error-msgs.inputs-list .hs-main-font-element{
  color: var(--form-errorMsgColor); 
}
.no-list.hs-error-msgs.inputs-list .hs-error-msg{
  color: var(--form-errorMsgColor); 
}
.submitted-message {
  color: var(--form-successMsgColor) 
}

.hs-fieldtype-radio.hs-form-field ul li label, 
.hs-fieldtype-checkbox.hs-form-field ul li label {
	display: inline-flex;
	align-items: center;
	margin-bottom: 7px;
}
.hs-fieldtype-radio.hs-form-field ul li label span, 
.hs-fieldtype-checkbox.hs-form-field ul li label span {
	color: var(--form-inputs-text-color);
}
.hs-fieldtype-checkbox.hs-form-field ul li label input {
	width: 17px;
	height: 17px;
	margin-right: 10px;
	padding: 0;
	position: relative;
}
.hs-fieldtype-radio.hs-form-field ul li label input {
	width: 17px; 
	height: 17px;
	margin-right: 10px;
	padding: 0;
	border-radius: 100%; 
}

.form-title {
  color: var(--form-header-text-color);  
  background-color: var(--form-header-background-color);  
}

/*-------- About CSS -------*/
.about-excerpt {
	margin: 23px 0 50px; 
}

/*-------- Call To Action CSS -------*/

/* CTA Content */
.cta-content h2 {
  position: relative;
  margin-bottom: 25px;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .cta-content h2 {
    font-size: 36px; 
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .cta-content h2 {
    font-size: 26px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .cta-content h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 575px) {
  .cta-content h2 {
    font-size: 32px;
    margin-bottom: 20px;
    padding-left: 30px;
  }
}
@media only screen and (max-width: 479px) {
  .cta-content h2 {
    font-size: 26px;
  }
}
.cta-content h2::before {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  width: 3px;
  content: "";
  background-color: var(--secondary-color);
}
@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (max-width: 767px) {
  .cta-content h2::before {
    top: 7px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .cta-content h2::before {
    top: 4px;
    bottom: 2px;
  }
}
.cta-content p {
  padding-left: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (max-width: 575px) {
  .cta-content p {
    padding-left: 30px;
  }
}

/*-------- About Area Responsive -------*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-area .cell_16673661635793-row-0-vertical-alignment > .row-fluid {
    display: block !important;
  }
  .about-excerpt {
    margin: 23px 0 25px;
  }
  .video-wrap {
    margin-top: 30px; 
  }
  .about-area .row-fluid .span6 {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .about-excerpt {
    margin: 23px 0 25px; 
  }
  .video-wrap {
    margin-top: 30px; 
  }
}

/*-------------------------- Custom Added By Th ------------------------*/

.hsfc-PhoneInput__FlagAndCaret {
  border-radius: 20px !important;
  margin-right: 5px;
}

.hsfc-DropdownOptions {
  border-radius: 20px !important;
}

/* Reverse gif and text for home page (second and fourth pair) */
.row-fluid:has(.cell_1715954216175-vertical-alignment, .cell_1741721631515-vertical-alignment) {
  display: flex;
  flex-direction: column-reverse;
}

/* mobile font sizes*/

@media (max-width: 767px) {
  h1 {
    font-size: 36px !important;
  }
  .desktop-hide {
    display: block !important;
  }
}

.desktop-hide {
  display: none;
}

/* search input bar */

.hs-search-field__input {
  border-bottom: 2px solid #7d3fc9 !important;
}

.header-search-popup {
  background-color: rgba(0, 0, 0, 0.5) !important;
  backdrop-filter: blur(13px);
}

.hs-search-field__button {
    width: 70px;
    height: 70px;
    margin-top: auto;
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 2px solid #7d3fc9;
    transition: transform 0.5s ease;
}

.hs-search-field__button:hover svg {
    transform: scale(1.2);
}

.hs-search-field__button .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_icon svg {
    height: 30px;
    fill: #7d3fc9;
    transition: transform 0.4s ease;
}

/* form button na mid */
.hsfc-NavigationRow__Buttons {
  justify-content: start !important;
}

/* form star razeni */
.hsfc-FieldLabel span {
  display: flex !important;
}

/* border radius na input formy */
.hsfc-TextInput {
  border-radius: 20px !important;
}

/* hvezdicka chci chatbota na cervenou */
#hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) p, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) li, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) span, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) label, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) h1, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) h2, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) h3, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) h4, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) h5, #hs_cos_wrapper_widget_1742293011526 label:not(.hs-error-msg) h6 {
  color: #FF0000 !important;
}

/* LOGO HOVER */
.header-left {
  transition: transform 0.5s ease;
}

.header-left:hover {
  transform: scale(1.05);
}

/* LOGO FOOTER HOVER */
#hs-link-footer-module-1_ {
  transition: transform 0.5s ease;
}

#hs-link-footer-module-1_:hover {
  transform: scale(1.05);
}

/* language switcher */

.globe_class {
  background-image: url("data:image/svg+xml,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cg%20id%3D%22SVGRepo_bgCarrier%22%20stroke-width%3D%220%22/%3E%3Cg%20id%3D%22SVGRepo_tracerCarrier%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3Cg%20id%3D%22SVGRepo_iconCarrier%22%3E%20%3Cpath%20opacity%3D%220.1%22%20d%3D%22M20.5719%2014.75C20.8498%2013.8832%2020.9998%2012.9591%2020.9998%2012C20.9998%2010.2423%2020.496%208.60233%2019.6248%207.21658C19.588%207.23784%2019.5454%207.25001%2019.4998%207.25001H17.8539C16.968%207.25001%2016.2498%207.96819%2016.2498%208.85411C16.2498%209.65109%2015.7995%2010.3797%2015.0867%2010.7361L15.0061%2010.7764C14.3726%2011.0931%2013.627%2011.0931%2012.9936%2010.7764L12.9129%2010.7361C12.2001%2010.3797%2011.7498%209.65109%2011.7498%208.85411C11.7498%207.96819%2011.0316%207.25001%2010.1457%207.25001H9.99983C8.75719%207.25001%207.74983%206.24265%207.74983%205.00001V4.0647C5.27174%205.3947%203.48867%207.85158%203.08594%2010.75H5.99983C7.24247%2010.75%208.24983%2011.7574%208.24983%2013C8.24983%2013.9665%209.03333%2014.75%209.99983%2014.75C11.2425%2014.75%2012.2498%2015.7574%2012.2498%2017V20.9966C13.4963%2020.9626%2014.6796%2020.6752%2015.7498%2020.1839V17C15.7498%2015.7574%2016.7572%2014.75%2017.9998%2014.75H20.5719Z%22%20fill%3D%22%237d3fc9%22/%3E%20%3Cpath%20d%3D%22M21%2012C21%2016.9706%2016.9706%2021%2012%2021C7.02944%2021%203%2016.9706%203%2012C3%207.02944%207.02944%203%2012%203C16.9706%203%2021%207.02944%2021%2012Z%22%20stroke%3D%22%237d3fc9%22%20stroke-width%3D%222%22/%3E%20%3Cpath%20d%3D%22M3.5%2011H6C7.10457%2011%208%2011.8954%208%2013V13C8%2014.1046%208.89543%2015%2010%2015V15C11.1046%2015%2012%2015.8954%2012%2017V20.5%22%20stroke%3D%22%237d3fc9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%20%3Cpath%20d%3D%22M8%204V5C8%206.10457%208.89543%207%2010%207H10.1459C11.1699%207%2012%207.83011%2012%208.8541V8.8541C12%209.55638%2012.3968%2010.1984%2013.0249%2010.5125L13.1056%2010.5528C13.6686%2010.8343%2014.3314%2010.8343%2014.8944%2010.5528L14.9751%2010.5125C15.6032%2010.1984%2016%209.55638%2016%208.8541V8.8541C16%207.83011%2016.8301%207%2017.8541%207H19.5%22%20stroke%3D%22%237d3fc9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%20%3Cpath%20d%3D%22M16%2019.5V17C16%2015.8954%2016.8954%2015%2018%2015H20%22%20stroke%3D%22%237d3fc9%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/g%3E%3C/svg%3E") !important;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}

.lang_list_class li:first-child {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border: none !important;
}

.lang_list_class li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border: none !important;
}

/* search results */

.hs-search-field__suggestions-container {
    display: none;
}

input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

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

/* footer custom links for email and chci chatbota */
.footer-link-custom:hover {
   color: #fecf7f !important;
}

.hsfc-FieldDescription {
  color: #cccccc !important;
}

.hsfc-InfoAlert {
  color: #fecf7f !important;
}

/* HEADER RESPONSIVE */
@media (min-width: 768px) and (max-width: 991px) {
  .header-buttons {
    display: none !important;
  }
  .header-center {
    display: block;
  }
  
  .header-left {
    max-width: 200px !important; 
    min-width: 50px;
  }
}

@media (max-width: 767px) {
  .header-buttons {
    display: none !important;
  }
  .header-center {
    display: none;
  }
  
  .header-left {
    max-width: 200px !important; 
  }
}

/* LOGO GRID RESPONSIVE */
@media (max-width: 767px) {
  .hs-logo-grid__logo {
    max-height: 50px !important;
  }
}

/* BEFORE PRICING CARDS HEIGHT */
@media (max-width: 767px) {
  .service-tilt-module_174386944375112.text-center, .service-tilt-module_17446470473733.text-center, .service-tilt-module_174386944375114.text-center {
    height: 280px !important;
  }
}

hr {
  border-top: 0 !important;
}

/* MAKE HEADER DROPDOWN ROUNDER */
.navigation.hs-menu-children-wrapper.sub-menu-2 {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.4) !important;
  top: 80% !important;
}

/* override service shadow */
.service {
  box-shadow: unset !important;
}

/* add min height to hero section because of PSI */
@media (max-width: 767px) {
  .span6.widget-span.widget-type-cell.cell_1715806070574-vertical-alignment.dnd-column h1 {
    min-height: 110px;
  }
}

/*------------------ System Page -----------------------*/
.error-page {
    text-align: center;
  }
  
  .error-page h1 {
    line-height: 1;
    margin-bottom: 15px;
  }
  
  .error-500-page h2 {
    line-height: 1.3;
    margin-bottom: 25px; 
  }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .error-500-page h2 {
      margin-bottom: 20px; 
    }
  }
  @media only screen and (max-width: 767px) {
    .error-500-page h2 {
      font-size: 30px;
      margin-bottom: 12px;
    }
  }
  .error-page h2 {
    margin: 0px 0 20px;
  }
  @media only screen and (max-width: 767px) {
    .error-page h2 {
      font-size: 30px;
    }
  }
  .hs-form-field ul {
	  list-style: none !important; 
  }
  .button-center.text-left {
    text-align: center; 
  }
  
 /* ======== Backup Unsubscribe CSS ========*/

  .systems-page-width {
    max-width: 670px;
    margin: auto;
  }

  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .systems-page-width {
      max-width: 600px;
    }
  }
  
  @media only screen and (max-width: 767px) {
    .systems-page-width {
      max-width: 100%;
    }
  }

 .page-header h1 {
    margin: 0 0 10px;
    line-height: 1.3;
  }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .page-header h1 {
      font-size: 40px;
    }
  }
 @media only screen and (max-width: 767px) {
   .page-header h1 {
     font-size: 32px;
   }
 }
  .page-header h2 {
    display: none;
  }
  .backup-unsubscribe{
   text-align: center;
 }
 .systems-page form {
   border: 2px solid var(--form-borderColor);
   background-color: var(--form-bg-color); 
 }
 .backup-unsubscribe .hs-input {
     width: 100% !important;
     font-size: 15px !important;
     padding: 12px 24px !important; 
     margin: 10px 0 20px; 
     border-radius: 4px;
     height: 50px !important;
     font-size: var(--body-font-size);
     border: 2px solid var(--form-input-border-color);
 }
 .backup-unsubscribe .hs-input:focus {
   border: 2px solid var(--form-input-focus-border-color);
 }
 
 .backup-unsubscribe .hs-button,  
 .subscription-preferences .hs-button{
   font-weight: 700;
   text-transform: capitalize;
   padding: 18px 37px;
   line-height: 1;
   font-size: var(--body-font-size);
   background-color: var(--form-btn-bg-color);
   color: var(--form-btn-text-color);
   cursor: pointer;
   display: inline-block;
   text-align: center;
   vertical-align: middle; 
   border: 1px solid var(--form-btn-border-color);
   border-radius: 5px; 
   transition: all 0.3s ease-in-out;
   letter-spacing: .5px;
 }
 
 .backup-unsubscribe .hs-button:hover, 
 .subscription-preferences .hs-button:hover {
   border: 1px solid var(--form-btn-hover-border-color);
   background-color: var(--form-btn-hover-bg-color);
 }
 
 
 /* ======== membership login CSS ========*/
 .system-page-style {
   margin: 0 auto;
 }
 .padding-modify.breadcrumb-padding {
     padding: 110px 0 110px;
 }
 #hs-membership-form .hs-form-field label {
     display: inline-block;
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .padding-modify.breadcrumb-padding {
     padding: 80px 0 90px;
   }
 }
 @media only screen and (max-width: 767px) {
   .padding-modify.breadcrumb-padding {
     padding: 60px 0 70px;
   }
 }
 #hs_cos_wrapper_content_ {
     text-align: center;
 }
 .system-page-style h1,
 .system-page-style h2 {
   line-height: 1.3;
   margin: 0 0 15px;
 }

 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .system-page-style h1 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .system-page-style h1,
   .system-page-style h2 {
     font-size: 30px;
   }
 }
 .password-prompt h2 {
   line-height: 1;
   margin: 0 0 15px;
 }
 @media only screen and (min-width: 992px) and (max-width: 1199px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (min-width: 768px) and (max-width: 991px) {
   .password-prompt h2 {
     font-size: 42px;
   }
 }
 @media only screen and (max-width: 767px) {
   .password-prompt h2 {
     font-size: 34px;
   }
 }
 
 .system-page-style .form-container {
   text-align: left;
 }
 
 .system-page-style .form-container label, 
 .system-page-style .form-container label,
 .password-prompt form label {
  color: var(--form-label-font-color);
 }
 
 .system-page-style .form-container .hs-input, 
 .system-page-style .form-container input,
 .password-prompt form input {
   width: 100%;
   font-size: var(--body-font-size);
   color: var(--form-inputs-text-color);
   padding: 10px 20px !important;
   margin-bottom: 20px;
   background-color: var(--form-fieldInput-bg-color);
   border: 2px solid var(--form-input-border-color);
   transition: all .3s ease 0s; 
   border-radius: 4px;
 }
 .system-page-style .form-container .hs-input::-webkit-input-placeholder , 
 .system-page-style .form-container input::-webkit-input-placeholder , 
 .password-prompt form input::-webkit-input-placeholder , 
 .system-page-style .form-container .hs-input::-moz-input-placeholder ,
 .system-page-style .form-container input::-webkit-input-placeholder,
 .password-prompt form input::-moz-input-placeholder {
  color: var(--form-inputs-text-color); 
    opacity: 1;
 }
 .system-page-style .form-container .hs-input:focus, .system-page-style .form-container input:focus{
   border: 2px solid var(--form-input-focus-border-color);
 }
 .system-page-style .form-container input{
   height: 50px !important;
   margin-top: 10px;
 }
 .system-page-style .form-container .hs-input[type=checkbox]{
   width: 20px !important;
   height: 20px !important;
   padding: 0 !important;
   margin: 0 10px 0 0;
   top: 3px;
   position: relative;
   float: left;
 }
 
 .system-page-style .form-container .hs-button,
 .password-prompt form .hs-button {
   font-weight: 700;
   text-transform: capitalize;
   padding: 15px 28px;  
   line-height: 1;
   background-color:var(--form-btn-bg-color);
   color: var(--form-btn-text-color);
   cursor: pointer;
   display: inline-block; 
   text-align: center;
   vertical-align: middle;
   border: 2px solid var(--form-btn-border-color);
   font-size: var(--body-font-size);
   border-radius: 4px;
   transition: all 0.3s ease-in-out;
 }
 
 .system-page-style .form-container .hs-button:hover , 
 .system-page-style .form-container .hs-button:focus {
   background-color: var(--form-btn-hover-bg-color);
   border: 2px solid var(--form-btn-hover-border-color);
 }

 
 .systems-page--search-results, .subscription-preferences, .subscription-confirmation{
   margin: auto;
 }
 .password-prompt{
 margin-top: 20px;
 text-align: center;
 }
 .subscribe-options p {
 margin-bottom: 15px;
 }
 

 
 .password-prompt form input {
   height: 50px !important; 
   margin-top: 0 !important;
 }
 .password-prompt form input:focus {
     border: 2px solid var(--form-input-focus-border-color);
 }
 .password-prompt form .hs-button {
   padding: 17px 36px !important;
   margin: 17px 0 0px;  
   width: auto;
   height: auto !important;
 }
 .password-prompt form .hs-button:hover , 
 .password-prompt form .hs-button:focus {
   border: 2px solid var(--form-btn-hover-border-color);
   background-color: var(--form-btn-hover-bg-color); 
 }
 .subscription-preferences .header {
   margin: 10px 0 10px;
 }
 .subscriptions-confirmation {
   text-align: center;
 } 
 .subscriptions-confirmation .page-header h1 {
   margin: 0;
 } 
 
 .subscriptions-confirmation .success {
   color: var(--primary-color);
   margin: 12px 0 0;
 }
 
 .search-results {
   text-align: center;
 }
 
 .search-results h2 {
   margin: 0 0 0px;
 }