/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
/*   max-width: 1040px; */
  max-width: 1280px;
}

.dnd-section {
  padding-bottom: 32px;
  padding-top: 32px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #F8FAFC;
}
.page-center {
/*   max-width: 1040px; */
  max-width: 1280px;
}
.header__container {
/*   max-width: 1040px; */
  max-width: 1440px;
}
.footer__container {
/*   max-width: 1040px; */
  max-width: 1440px;
}
.page-center {
/*   max-width: 1040px; */
  max-width: 1280px;
  margin: 0 auto;
}
.content-wrapper {
  max-width: 1040px;
}
@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 959.9999999928px;
  }
}
@media (max-width: 991px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 719.999999992px;
  }
   form input,
   form select,
   form textarea,
   .hs-input,
   input [type="password"]{
   width : 100% !important;
  }
}
@media (max-width: 767px){
  .dnd-section > .row-fluid,
  .header__container,
  .footer__container,
  .page-center,
  .content-wrapper {
    max-width: 539.9999999992px;
  }
}
/* @media (max-width: 560px){
  .dnd_area-row-0-padding{
   margin-top: 40px !important;
  }
} */

@media (max-width: 575px){
 .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 100%;
  }
}







html {
  font-size: 16;
}

body {
/*   color: rgba(56, 76, 116, 1.0); */
  font-size: 16px;
font-family: Inter;
font-weight: 500
}

p {
  font-family: Inter;
  font-weight: 500
}

a {
  font-family: Inter;
  color: rgba(93, 193, 195, 1.0);
}

a:hover,
a:focus {
  color:rgba(251, 173, 162, 1.0);
  
}
a:-webkit-any-link:focus-visible {
  outline: 1px solid #000 !important;
}
a:active {
  color: rgba(133, 233, 235, 1.0);
}
.btnHover{transition: box-shadow .25s ease, transform .25s ease;}
.talktoexperBtn:hover, .cta_button:hover, .all-post a:hover {
    transform: translate3d(0, -3px, 0);
    box-shadow: 0 1rem 2.5rem rgba(22, 28, 45, .1), 0 .5rem 1rem -.75rem rgba(22, 28, 45, .1);
}
h1 {
  color: #101828;
  font-family: Urbane Rounded;
  font-size: 48px;
  font-weight: 500;
}


h2 {
  color: #101828;
  font-family: Urbane Rounded;
  font-size: 40px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h2 {
    font-size: 34.0px;
  }
}

h3 {
  color: #101828;
  font-family: Urbane Rounded;
  font-size: 32px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h3 {
    font-size: 27.2px;
  }
}

h4 {
  color: #101828;
  font-family: Urbane Rounded;
  font-size: 24px;
  font-weight: 500;
}

@media(max-width: 767px) {
  h4 {
    font-size: 20.4px;
  }
}

h5 {
  color: #101828;
  font-family: Urbane Rounded;
  font-size: 16px;
  font-weight: 500;
}

h6 {
  color: #101828;
  font-family: Urbane Rounded;
  font-size: 12px;
  font-weight: 500;
}

h1 {
  color: rgba(16, 24, 40, 1.0);
}
h2 {
  color: rgba(16, 24, 40, 1.0);
}
h3 {
    color: rgba(16, 24, 40, 1.0);
}
h4 {
    color: rgba(16, 24, 40, 1.0);
}
h5 {
  color: rgba(16, 24, 40, 1.0);
}
h6 {
    color: rgba(16, 24, 40, 1.0);
}
blockquote {
  border-left: 10px solid #F8FAFC;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Inter;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(48, 48, 48, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(249, 130, 113, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 6px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(247, 87, 64, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 170, 153, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
/*   color: rgba(22, 28, 45, 1.0); */
  color: #303030 !important;
}

.hs-form legend {
  color: rgba(22, 28, 45, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
input [type="password"]{
  border-color: rgba(241, 244, 248, 1.0);
  color: ;
  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input [type="password"]:focus {
  border-color: rgba(167, 185, 246, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #475467;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Inter;
}

.fn-date-picker td.is-today .pika-button {
  color: #475467;
}

.fn-date-picker td.is-selected .pika-button {
  background: #475467;
}

.fn-date-picker td .pika-button:hover {
  background-color: #F8FAFC !important;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(241, 244, 248, 1.0);
  color: rgba(22, 28, 45, 1.0);
}

thead th,
thead td {
  background-color: rgba(22, 28, 45, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(22, 28, 45, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(241, 244, 248, 1.0);
}





.header {
  background-color: rgba(255, 255, 255, 0.9);
}

.custom-menu-primary .submenu.level-1>li:hover a.menu-link.contact-us {
  color:  rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(48, 48, 48, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a:hover,
body .custom-menu-primary .submenu.level-1 > li > a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(251, 173, 162, 1.0) !important;
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(48, 48, 48, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
background-color: rgba(255, 255, 4, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(0, 0, 0, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(48, 48, 48, 1.0);
  background-color: rgba(255, 255, 4, 0.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(48, 48, 48, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a,
body .custom-menu-primary .submenu.level-2 > li > a h6 {
  color: rgba(93, 193, 195, 1.0);
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle,
body .custom-menu-primary .submenu.level-2 > li > a:hover h6{
  background-color: rgba(0, 0, 0, 0.0);
  color: rgba(93, 193, 195, 1.0);
}
/* body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item, */
/* body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item h6{ */
  color: rgba(255, 255, 4, 1.0);
  background-color: rgba(255, 2, 1, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Inter;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(48, 48, 48, 1.0);
}

.submenu.level-2 .menu-item .menu-link span {
  color: rgba(80, 102, 144, 1.0);
}
.submenu.level-2 .menu-item .menu-link span:hover{
  color: rgba(80, 102, 144, 1.0);
}
a.menu-link.contact-us {
  background-color: rgba(249, 130, 113, 1.0);
  color: rgba(255, 255, 255, 1.0) !important;
  border-radius: 6px;
}
a.menu-link.contact-us:hover {
  background-color: rgba(249, 130, 113, 1.0);
  color:  rgba(255, 255, 255, 1.0) !important;
}
body .custom-menu-primary .submenu.level-1 > li:hover > a.menu-link.contact-us:hover {
  color:  rgba(255, 255, 255, 1.0) !important;
}
@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(255, 255, 255, 0.9);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(48, 48, 48, 1.0);
  }
}






.footer {
  background-color: rgba(241, 244, 248, 1.0);
  color: rgba(134, 154, 184, 1.0);
}
.custom-footer-top-left h3 {
  color: rgba(80, 102, 144, 1.0);
}
.custom-footer-top-group .footer__container,
.footer__copyright{
  border-color: rgba(217, 226, 239, 1.0);
}
.footer__copyright {
  color: rgba(134, 154, 184, 1.0);
}
.footer__copyright ul li a {
  color: rgba(249, 130, 113, 1.0);
}
.footer__copyright ul li a:hover {
  color: rgba(251, 173, 162, 1.0);
}

.custom-footer-menu .hs-menu-wrapper ul>li a {
  color: rgba(80, 102, 144, 1.0);
}
.custom-footer-menu .hs-menu-wrapper ul>li a:hover {
  color: rgba(251, 173, 162, 1.0);
}

.custom-footer-menu ul.hs-menu-children-wrapper li a {
  color: rgba(134, 154, 184, 1.0);
}
.custom-footer-menu ul.hs-menu-children-wrapper li a:hover {
  color: rgba(251, 173, 162, 1.0);
}

.cutom-footer-subscribe-form input.hs-button {
  background-color: rgba(93, 193, 195, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.cutom-footer-subscribe-form input.hs-button:hover {
  background-color: rgba(93, 193, 195, 1.0);
  color:  rgba(255, 255, 255, 1.0);
}




.blog-post__date {
  border-color: #475467;
}

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: #475467;
}

.blog-card__tag-link:hover,
.blog-card__title a:hover,
.blog-tag-filter__menu-link:hover,
.blog-post__tag-link:hover,
.blog-post__author-name:hover,
.blog-card__tag-link:focus,
.blog-card__title a:focus,
.blog-tag-filter__menu-link:focus,
.blog-post__tag-link:focus,
.blog-post__author-name:focus {
  color: #1f2c3f;
}

.blog-card__tag-link:active,
.blog-card__title a:active,
.blog-tag-filter__menu-link:active,
.blog-post__tag-link:active,
.blog-post__author-name:active {
  color: #6f7c8f;
}

.blog-tag-filter__menu-link--active-item:after {
  background-color: #475467;
}

.blog-pagination__link {
  color: #475467;
}

.blog-pagination__link--active:after,
.blog-pagination__prev-link:after,
.blog-pagination__next-link:after {
  background-color: #475467;
}

.blog-post__title {
  color: #101828;
  font-family:Urbane Rounded;
  font-size: 40px;
  font-weight: ;
}

.blog-post__author {
  background-color: #F8FAFC;
}

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}










body .icon svg {
  fill: #475467;
}

body .tns-nav button.tns-nav-active {
  background-color: #475467;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #475467;
}

body .social-links__icon {
  background-color: #475467;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #F8FAFC;
}





.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}

/* scleraworx l3 page style */
.seamless_img{
    width: 590px;
    overflow-x: hidden;
}
.seamless_img img {
    min-width: 678px;
    display: block;
    height: 100%;
    overflow-y: hidden;
}
.pos-left {
    position: relative;
    left: 50px;
}
.pos-right {
    position: relative;
    right: 70px;
}
.richtext_container{
  width:70%;
  display:block;
  margin:auto;
  font-family:Inter;
}
.paragraph_style1 p{
  color: #666666 !important; 
  font-family: Inter; 
  font-size: 18px; 
  font-style: normal; 
  font-weight: 400; 
  line-height: inherit;
}
.scroll-top{
  display:none;
}
.hs-content-id-149727854704.hs-site-page.page .testimonial_rating_container .splide__slide--caption,
.hs-content-id-149555430427.hs-site-page.page .testimonial_rating_container .splide__slide--caption{
  width:auto;
}
.hs-content-id-149555430427.hs-site-page.page{overflow-y:hidden}
@media screen and (min-width:768px) and (max-width:991px){
  .hs-content-id-142702664614 .row-fluid-wrapper{
    max-width:719px !important;
    margin:auto;
  }
  .hs-content-id-142702664614 .dnd_area-row-0-max-width-section-centering > .row-fluid{
    max-width:719px !important;
    margin:auto;
  }
  .hs-content-id-142702664614 .cell_1698779291484-vertical-alignment.dnd-column, .hs-content-id-142702664614 .cell_16987793471273-vertical-alignment.dnd-column{
    margin-top:0 !important;
  }
  .hs-content-id-142702664614 .row-fluid .span6{
    margin:0 0px 0 20px !important;
  }
  .hs-content-id-142702664614 .row-fluid-wrapper.row-depth-1 .dnd-row {
    margin: 0;
  }
  .hs-content-id-142702664614 .contenwithimg_opt{
    flex-wrap: wrap;
    flex-direction: column-reverse !important;
    align-items: center;
    width: 100%;
  }
  .hs-content-id-142702664614 .row-fluid .dnd_area-row-0-background-image{
    background-position: 50% 30%!important;
  }
  .hs-content-id-142702664614 .contenwithimg_opt .custom-content-optwrap {
    width: 100%;
    max-width: 720px;
    margin: auto;
    text-align:center;
  }
  .hs-content-id-142702664614 .contenwithimg_opt .custom-image-wrap{
    width: 100%;
  }
  .hs-content-id-142702664614 .contenwithimg_opt .custom-image-wrap img{
    height:auto;
    margin:auto;
  }
  .hs-content-id-142702664614 .span8.widget-span.widget-type-cell.cell_16987748976892-vertical-alignment.dnd-column {
    width: 90%;
    margin:auto;
  }
  .hs-content-id-142702664614 .span4.widget-span.widget-type-cell.dnd-column.cell_1698775523808-vertical-alignment{
    display:none !important;
  }
  .hs-content-id-142702664614 .row-fluid-wrapper.row-depth-1.row-number-18.dnd_area-row-3-max-width-section-centering.dnd-section.dnd_area-row-3-padding.dnd_area-row-3-background-gradient.dnd_area-row-3-vertical-alignment .row-fluid,
  .hs-content-id-142702664614 .row-fluid-wrapper.row-depth-1.row-number-23.dnd-section.dnd_area-row-5-padding .row-fluid{
    display: block !important;
  }
  .hs-content-id-142702664614 .span6.widget-span.widget-type-cell.cell_16987824668704-vertical-alignment.dnd-column, 
  .hs-content-id-142702664614 .span6.widget-span.widget-type-cell.cell_16987824668705-vertical-alignment.dnd-column
  {
    width: 90% !important;
    overflow: hidden;
  }
  .hs-content-id-142702664614 .span5.widget-span.widget-type-cell.cell_1698784387100-padding.dnd-column, 
  .hs-content-id-142702664614 .span7.widget-span.widget-type-cell.dnd-column{
    width:100% !important;
    float:none;
  }
  .hs-content-id-142702664614 .dnd_area-row-4-margin{
    margin:0 !important;
  }
  .hs-content-id-142702664614 .span5.widget-span.widget-type-cell.dnd-column{
    width:100%;
  }
  .hs-content-id-142702664614 .row-fluid-wrapper.row-depth-1.row-number-34.cell_16988474379543-row-1-padding.dnd-row .span3{
    width:50% !important;
  }
  .hs-content-id-142702664614 .dnd_area-row-10-vertical-alignment > .row-fluid{
    display:block !important;
  }
}
@media screen and (min-width:1200px) and (max-width:1357px){
    .pos-left {
       position: static;
    }
    .pos-right {
        position: static;
    }
}
@media screen and (min-width:991px) and (max-width:1357px){
  .seamless_img{
    width:100%;
  }
}
@media screen and (max-width:767px){
  .hs-content-id-142702664614 .row-fluid .dnd_area-row-0-background-image{
    background-position: 50% 0% !important;
  }
  .hs-content-id-142702664614 .custom-content-optwrap .custom-content-bottom-item{
    width: 100%;
    margin-bottom:20px;
  }
  .hs-content-id-142702664614 .custom-content-bottom-wrapopt .left-content h4{
    font-size:16px;
  }
}

@media screen and (max-width:991px){
  .seamless_img{
    max-width:100%;
    padding:48px 0;
  }
  .seamless_img img{
    min-width:inherit;
    margin:auto;
  }
  .hs-content-id-142702664614 .cell_1698779291484-vertical-alignment.dnd-column, 
  .hs-content-id-142702664614 .cell_16987793471273-vertical-alignment.dnd-column {
    margin-top: 40px;
  }
  .body-container__website .dnd_area-row-0-padding{
    padding:34px 0 !important;
  }
  
  .hs-content-id-142702664614 .dnd_area-row-1-vertical-alignment.dnd_area-row-1-max-width-section-centering.dnd-section{
    padding-top:0 !important;
  }
  
  .hs-content-id-142702664614 .dnd_area-row-10-padding,
  .hs-content-id-142702664614 .dnd_area-row-11-padding,
  .hs-content-id-142702664614 .dnd_area-row-1-padding{
    padding-bottom:0 !important;
  }
  .hs-content-id-142702664614 .contenwithimg_opt .custom-image-wrap,
  .hs-content-id-142702664614 .dnd_area-row-3-padding,
  .hs-content-id-142702664614 .dnd_area-row-8-padding,
  .hs-content-id-142702664614 .dnd_area-row-9-padding,
  .hs-content-id-142702664614 .dnd_area-row-10-padding,
  .hs-content-id-142702664614 .dnd_area-row-11-padding
  {
    padding:64px 0 !important;
  }
  .hs-content-id-142702664614 .dnd_area-row-4-padding{
    padding:64px 0 48px 0 !important;
    margin-bottom:0 !important;
  }
  .hs-content-id-142702664614 .dnd_area-row-6-padding{
    padding:64px 0 48px 0 !important;
  }
  .hs-content-id-142702664614 .row-fluid-wrapper.row-depth-1.row-number-26.dnd_area-row-6-padding.dnd-section, 
  .hs-content-id-142702664614 .cell_16988474379543-row-1-padding {
    padding: 48px 0 0 0 !important;
  }
  .hs-content-id-142702664614 .row-fluid-wrapper.row-depth-1.row-number-29.dnd-section {
    padding: 40px 0 64px 0;
  }
  .hs-content-id-142702664614 .contenwithimg_opt .custom-content-optwrap p{
    margin-left:auto;
    margin-right:auto;
  }
  .richtext_container{
    width:100%;
    font-family:Inter;
  }
  .mb-40{
    margin-bottom:40px;
  }
  .mt-40{
    margin-top:40px;
  }
  
}



@media screen and (max-width: 991px){
    #hs-button_widget_1661409105370{
      margin-top: 35px;
  }
}
@media screen and (max-width: 768px){
    #hs-button_widget_1661409105370{
      margin-top: 65px;
  }
}


#hs-button_widget_1661413163037{
margin-left: 55px;
}

@media screen and (max-width: 1199px){
    #hs-button_widget_1661413163037{
      margin-top: 10px;
      margin-left: 65px;
  }
}
@media screen and (max-width: 991px){
    #hs-button_widget_1661413163037{
/*      margin-top: 10px !important; */
     margin-left: 105px;
  }
}

@media screen and (max-width: 767px){
    #hs-button_widget_1661413163037{
      margin-top: 10px;
      margin-left: 0px !important;
  }
}