/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.content-wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #0FAA9A;
}





body {
  color: #000;
  font-family: Open Sans;
  font-weight: 400;
  font-size: 18px;
}


a {
  font-family: Open Sans;
  color: rgba(15, 170, 154, 1.0);
  cursor: pointer; 
}

a:hover,
a:focus {
  color: rgba(7, 62, 94, 1.0); 
}

a:active {
  color: rgba(55, 210, 194, 1.0);
}

h1 {
  color: rgba(15, 170, 154, 1.0);
  font-family: Helvetica Neue;
  font-size: 50px;
  font-weight: 600;
}

@media(max-width: 990px) {
  body{
  font-size: 15.84px !important;
  }
  h1 {
    font-size: 36.0px;
  }
}


h2 {
  color: rgba(15, 170, 154, 1.0);
  font-family: Helvetica Neue;
  font-size: 44px;
  font-weight: 600;
}

@media(max-width:990px) {
  h2 {
    font-size: 31.68px;
  }
}
@media(max-width: 480px) {
  h2 {
    font-size: 24.200000000000003px;
  }
}

h3 {
  color: rgba(15, 170, 154, 1.0);
  font-family: Helvetica Neue;
  font-size: 36px;
  font-weight: 600;
}

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

h4 {
  color: rgba(15, 170, 154, 1.0);
  font-family: Helvetica Neue;
  font-size: 28px;
  font-weight: 400;
}

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

h5 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Helvetica Neue;
  font-size: 24px;
  font-weight: 600;
}

h6 {
  color: rgba(0, 0, 0, 1.0);
  font-family: Helvetica Neue;
  font-size: 22px;
  font-weight: 600;
}






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

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

.hs-button,
.button_primary
{
  background-color: rgba(7, 62, 94, 1.0);
  border-radius: 100px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  font-weight:700;
  border: 1px solid rgba(7, 62, 94, 1.0);
}


.hs-button:hover,
.hs-button:focus,
.button_primary:hover,
.button_primary:focus,
.hs-button:active,
.button_primary:active
{
  color: rgba(7, 62, 94, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(7, 62, 94, 1.0);

}



.button_secondary, .form_main input.hs-button.primary.large {
  background-color: rgba(18, 169, 154, 1.0); 
  border-radius: 100px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  border: 1px solid rgba(18, 169, 154, 1.0);
}

.button_secondary:hover,
.button_secondary:focus,
.button_secondary:hover,
.button_secondary:focus,
.hs-button:active,
.button_secondary:active,
.form_main input.hs-button.primary.large:hover
{
  color: rgba(18, 169, 154, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(18, 169, 154, 1.0);
}

/*tertiary*/
.button_tertiary {
  margin:0;
  background-color: rgba(255, 255, 255, 1.0); 
  border-radius: 100px;
  color: rgba(7, 62, 94, 1.0);
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 11px;
  padding-bottom: 11px;
  font-size: 14px;
  border: 1px solid rgba(7, 62, 94, 1.0);
}
.button_tertiary:hover,.button_tertiary:focus,.button_tertiary:hover,.button_tertiary:focus,.button_tertiary:active {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(7, 62, 94, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
/*tertiary end*/

form.hs-form{
  border-color: rgba(255, 255, 255, 1.0);

}
.hs-form .field > label,
.hs-form-field > label,li.hs-form-radio label {
  color: rgba(255, 255, 255, 0.64);
}

.hs-form legend {
  background-color: rgba(255, 255, 255, 0.0);
}

form input,
form select,
form textarea,
.hs-input,
input#hs-pwd-widget-password {
  border-color: rgba(255, 255, 255, 1.0);
  color:rgba(255, 255, 255, 1.0);

  border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  border-color: rgba(255, 255, 255, 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: #000;
}

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

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

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

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

.fn-date-picker td .pika-button:hover {
  background-color: #0FAA9A !important;
}
:root {
  --secondar_color:#0FAA9A;
}





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(0, 0, 0, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

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

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

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





.header {
  background: linear-gradient(90deg, rgba(7, 65, 95, 1.0) 1.06%, rgba(15, 170, 154, 1.0) 99.98%);
}

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header .navigation ul>li.hs-menu-depth-1>a {
  color: #fff;
}

.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: #A7EAD2;
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #A7EAD2;
} 
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: #A7EAD2;
} 
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: #fff;
  color: #555;
} 

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}
.header .navigation ul.hs-menu-children-wrapper>li{
  background-color:rgba(255, 255, 255, 1.0);
}

.header .navigation ul.hs-menu-children-wrapper>li>a{
  color: rgba(85, 85, 85, 1.0)
}
header.header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul>li:hover{
  background-color:rgba(238, 238, 238, 1.0);

}
header.header li.hs-menu-item.hs-menu-depth-1.hs-item-has-children ul>li:hover>a{
  color: rgba(85, 85, 85, 1.0)
}
header.header li.hs-item-has-children.child-active>a, li.hs-menu-item.active>a{
  color: rgba(51, 55, 61, 1.0) !important;
  background-color:rgba(238, 238, 238, 0.0);
}
@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(#null, 0.0);
  }

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


.custom-menu-primary>div>ul>li>a{
  color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary>div>ul>li>a:hover{
  color : rgba(167, 234, 210, 1.0);
}

.custom-menu-primary>div>ul>li:hover >a{
  background-color : rgba(255, 255, 255, 0.0);
}  

.custom-menu-primary>div>ul>li.active-branch > a{
  background-color : rgba(167, 234, 210, 0.0);
  color : rgba(167, 234, 210, 1.0);
}

.custom-menu-primary >div  ul ul {
  background-color : rgba(255, 255, 255, 1.0);
}

.custom-menu-primary >div  ul ul li a {
  color : rgba(85, 85, 85, 1.0);
}

.custom-menu-primary >div  ul ul li a:hover {
  color : rgba(85, 85, 85, 1.0);
}

.custom-menu-primary >div  ul ul li:hover > a {
  background-color : rgba(255, 255, 255, 0.0);
}

.custom-menu-primary >div  ul ul li.active-branch > a  {
  background-color : rgba(238, 238, 238, 0.0);
  color : rgba(51, 55, 61, 1.0);
}









footer.footer {
  background-image:url(../images/Middle-footer-bg.png);
  background-color: rgba(22, 21, 21, 1.0);
  color: rgba(255, 255, 255, 1.0); 
}
footer.footer li.hs-menu-item.hs-menu-depth-1.hs-item-has-children>a, footer.footer .contact_menu h5, footer.footer .ftr_form h3.frm_title{
  color: rgba(255, 255, 255, 1.0); 
}
footer.footer .footer_row .hs-menu-wrapper ul>li ul>li>a, footer.footer .contact_menu p{
  color: rgba(255, 255, 255, 1.0); 
}

.footer.footer .footer_row  a:hover{
  color: rgba(121, 236, 202, 1.0); 
}



.footer-bottom-section {
  background-color: rgba(0, 0, 0, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer-bottom-section a{
  color: rgba(255, 255, 255, 1.0); 
}

.footer-bottom-section a:hover{
  color: rgba(121, 236, 202, 1.0); 
}



.copyright{
  color: rgba(#null, 0.0); 
}







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

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

.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: #000000;
}

.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: #282828;
}

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

.blog-pagination__link {
  color: #000;
}

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

.blog-post__title {
  color: rgba(15, 170, 154, 1.0);
  font-family:Helvetica Neue;
  font-size: 44px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0FAA9A;
}

#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);
}

/*             Blog Grid Listing and Post styles            */

.blog-header {
  background-color: rgb(245, 245, 245);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: #ffffff;
}

/* .blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
} */

.blog-post__tag-link:hover{
  color: #073e5e;
}

.blog-post__read-more svg {
  fill: #000;
}

.blog-post__read-more a:hover svg {
  fill: #073e5e;
}

.blog-sidebar ul {
  box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.10);
}

.blog-sidebar a {
  color: #000;
}

.blog-sidebar a:hover {
  color: #073e5e;
}

.blog__subscription-block {
  background-color: rgb(245, 245, 245);
}

.post-featured-image {
  max-height: px;
}



.blog-post__meta a {
  color: #000;
}

.blog-post__body, .blog-post__tags a {
  color: #000;
}

.blog-post__meta a:hover {
  color: #073e5e
}

.blog-post__links {
  border-top:  2px solid rgb(0, 150, 134);
}

.blog-post__back-to-blog {
  color: #000;
}

.blog-post__back-to-blog:hover {
  color: #073e5e;
}

.blog-post__back-to-blog svg {
  fill: #000;
}

a.blog-post__back-to-blog:hover svg {
  fill: #073e5e;
}

/* .comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(0, 150, 134);
} */

.comment.depth-1 {
  border-left: 2px solid rgb(0, 150, 134);
}

.section.post-footer .hs-input {
  border-color: rgb(0, 150, 134);
}

.blog-recent-posts {
  background-color: rgb(245, 245, 245);
}










body .icon svg {
  fill: #333;
}

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

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

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

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: #0FAA9A;
}





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