







/* 1a. Containers */


  



  


/* 1b. Colors */







/* 1c. Typography */





























/* 1d. Buttons */






























/* 1e. Forms */































/* 1f. Icons */
















/* 1g. Cards */











/* 1h. Tables */













/* 1i. Website header */



























/* 1j. Website footer */













/* Drag and drop layout styles */

.dnd-section {
  padding: 60px 20px;
}

/* Padding on blog post sections */

.blog-post-section {
  padding: 60px 0;
}

/* .content-wrapper is used for blog post and system templates and .header-wrapper is used for the website header module */

.dnd-section > .row-fluid,
.content-wrapper,
.header__wrapper {
  max-width: 1000px;
}





html {
  font-size: 16px;
}

body {
  font-family: 'Open Sans',sans-serif;
  /*font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;*/
  background-color: #ffffff;
  color:#050F7A; /*#231f20;*/
  font-size: 16px;
}

/* Paragraphs */

p {
  color:#050F7A;
  font-family: 'Open Sans',sans-serif;
  /*font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;*/
}

/* Anchors */

a {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color:#0AA4E6;/*#425b76;*/
}

a:hover,
a:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #415239;
}

a:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #91a289;
}

/* Headings */

h1 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #042E69; /*#231f20;*/
  font-size: 40px;
  text-transform: none;
}

h2 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color:#042E69; /*#231f20;*/
  font-size: 32px;
  text-transform: none;
}

h3 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color:#042E69; /*#231f20;*/
  font-size: 28px;
  text-transform: none;
}

h4 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color:#042E69;/*#231f20;*/
  font-size: 24px;
  text-transform: none;
}

h5 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color:#042E69; /*#231f20;*/
  font-size: 20px;
  text-transform: none;
}

h6 {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color:#042E69; /*#231f20;*/
  font-size: 16px;
  text-transform: none;
}

/* Blockquotes */

blockquote {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  border-left-color: #f4f0ec;
  color: #231f20;
  font-size: 24px;
}

blockquote > footer {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
}

/* Horizontal rules */

hr {
  border-bottom-color: #d7d9e3;
}





/* Primary button */

button,
.button,
.hs-button {
  border: 1px solid #425b76;

  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
  fill: #ffffff;
  font-size: 16px;
  text-transform: none;
}

button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.hs-button:hover,
.hs-button:focus,
.hs-button:active {
  border: 1px solid #425b76;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(65, 82, 57, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

button:active,
.button:active,
.hs-button:active {
  border: 1px solid #425b76;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(145, 162, 137, 100);
  border-color: #92abc6;
  color: #ffffff;
  fill: #ffffff;
}

/* Secondary button */

.button.button--secondary {
  border: 1px solid #425b76;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border-radius: 0px;
  color: #425b76;
  fill: #425b76;
  text-transform: none;
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #425b76;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #ffffff;
  fill: #ffffff;
}

.button.button--secondary:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: rgba(146, 171, 198, 100);
  border: 1px solid #425b76;

  border-color: #92abc6;
  color: #ffffff;
  fill: #ffffff;
}

/* Simple button */

.button.button--simple {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #425b76;
  fill: #425b76;
}

.button.button--simple:hover,
.button.button--simple:focus {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #415239;
  fill: #415239;
}

.button.button--simple:active {
  font-weight: 400; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #91a289;
  fill: #91a289;
}

/* Button sizing */

.button.button--small {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 14px;
}

.button.button--large {
  padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

  font-size: 18px;
}





/* Form */

form {
  border: 1px none #f4f0ec;

  padding: 45px;

  background-color: /*

  
  
    
  


  rgba(244, 240, 236, 1.0)

*/;
  border-radius: 0px;
}

/* Form title */

.form-title {
  border: 1px none #425b76;

  padding: 25px;

  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  color: #ffffff;
  font-size: 28px;
  text-transform: ;
}

/* Labels */

form label {
  padding-top: 6px;
padding-right: 0px;
padding-bottom: 6px;
padding-left: 0px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color:#050F7A ;/*#231f20*/
  font-size: 16px;
  font-weight: 600 !important;
}

/* Help text */

form legend {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Form fields */

form input[type='text'],
form input[type='email'],
form input[type='password'],
form input[type='tel'],
form input[type='number'],
form input[type='search'],
form select,
form textarea {
  border: 1px none #d7d9e3;

  padding: 10px;

  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
  font-size: 16px;
}

/* Form fields - placeholders */

::-webkit-input-placeholder {
  color: #d7d9e3;
}

::-moz-placeholder {
  color: #d7d9e3;
}

:-ms-input-placeholder {
  color: #d7d9e3;
}

:-moz-placeholder {
  color: #d7d9e3;
}

::placeholder {
  color: #d7d9e3;
}

/* Form fields - date picker */

form .hs-dateinput:before {
  right: 10px;
}

form .pika-table thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #ffffff;
}

form td.is-today .pika-button {
  color: #231f20;
}

form .is-selected .pika-button {
  background-color: #f4f0ec;
  color: #231f20;
}

form .pika-button:hover {
  background-color: #425b76 !important;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext *,
form .hs-richtext p,
form .hs-richtext h1,
form .hs-richtext h2,
form .hs-richtext h3,
form .hs-richtext h4,
form .hs-richtext h5,
form .hs-richtext h6 {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
}

form .hs-richtext a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
}

/* GDPR */

form .legal-consent-container,
form .legal-consent-container .hs-richtext,
form .legal-consent-container .hs-richtext p {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 14px;
}

/* Submit button */



  form input[type='submit'],
  form .hs-button {
    border: 1px solid #425b76;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: #31b2ed;*/

  
  
    
  


  rgba(66, 91, 118, 1.0)

;*/
    border-radius: 0px;
    color: #ffffff;
    text-transform: none;
  }

  form input[type='submit']:hover,
  form input[type='submit']:focus,
  form .hs-button:hover,
  form .hs-button:focus {
    border: 1px solid #425b76;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: 

  
  
    
  


  rgba(65, 82, 57, 1.0)

;
    color: #ffffff;
  }

  form input[type='submit']:active,
  form .hs-button:active {
    border: 1px solid #425b76;

    font-family: Montserrat, sans-serif; font-style: normal; font-weight: 600; text-decoration: none;
    background-color: rgba(145, 162, 137, 100);
    border-color: #92abc6;
    color: #ffffff;
}





  form input[type='submit'],
  form .hs-button {
    padding-top: 10px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 20px;

    font-size: 16px;
  }



/* Inline thank you message */

.submitted-message {
  border: 1px none #f4f0ec;

  padding: 45px;

  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  border-radius: 0px;
}





/* Default icon (regular/dark) */

.icon {
  padding: 15px;

  background-color: 

  
  
    
  


  rgba(115, 78, 54, 1.0)

;
}

.icon svg {
  fill: #ffffff;
  height: 16px;
  width: 16px;
}

/* Light icon */

.icon--light .icon {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.icon--light svg {
  fill: #734e36;
}

/* Size */

.icon--small svg {
  height: 12px;
  width: 12px;
}

.icon--small .icon {
  padding: 10px;

}

.icon--large svg {
  height: 24px;
  width: 24px;
}

.icon--large .icon {
  padding: 25px;

}





/* Table */

table {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

th,
td {
  border: 1px solid #d7d9e3;

  padding: 10px;

  color: #231f20;
}

/* Table header */

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #ffffff;
}

/* Table footer */

tfoot th,
tfoot td {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
  color: #231f20;
}





/* Header container */

.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header content color */

.header p,
.header h1,
.header h2,
.header h3,
.header h4,
.header h5,
.header h6,
.header a:not(.button),
.header span,
.header div,
.header li,
.header blockquote,
.header .tabs__tab,
.header .tabs__tab:hover,
.header .tabs__tab:focus,
.header .tabs__tab:active {
  color: #231f20;
}

/* Header top bar */

.header__top {
  background-color: 

  
  
    
  


  rgba(244, 240, 236, 1.0)

;
}

/* Language switcher */

.header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher:hover .header__language-switcher-current-label > span,
.header__language-switcher:focus .header__language-switcher-current-label > span {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__language-switcher-child-toggle svg {
  fill: #231f20;
}

/* Language switcher - submenu */

.header__language-switcher .lang_list_class {
  border-color: #d7d9e3;
}

.header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class a:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.header__language-switcher .lang_list_class a:hover,
.header__language-switcher .lang_list_class a:focus {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color: #000000;
}

.header__language-switcher .lang_list_class a:active {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Header bottom */

.header__bottom {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Logo */

.header__logo-company-name {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
  font-size: 40px;
  text-transform: none;
}

/* Menu */

@media (max-width: 767px) {
  .header__menu--mobile {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  }
}

/* Menu items */

.header__menu-link {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  font-size: 16px;
  text-transform: none;
}

@media (max-width: 767px) {
  .header__menu-item--depth-1 {
    border-top: 1px solid #d7d9e3;
  }
}

/* Menu items - top level */

.header__menu-item--depth-1 > .header__menu-link:not(.button) {
  color: #231f20;
}

.header__menu-item--depth-1 > .header__menu-link:hover,
.header__menu-item--depth-1 > .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 > .header__menu-link:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #505050;
}

.header__menu-item--depth-1 > .header__menu-link--active-link:not(.button) {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #000000;
}

.header__menu-item--depth-1 .header__menu-child-toggle svg {
  fill: #231f20;
}

/* Menu items - submenus */

.header__menu-submenu {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  border-color: #d7d9e3;
}

.header__menu-submenu .header__menu-link:not(.button) {
  color: #FFFFFF;
}

.header__menu-submenu .header__menu-item:hover,
.header__menu-submenu .header__menu-item:focus {
  background-color: 

  
  
    
  


  rgba(255, 221, 81, 1.0)

;
}

.header__menu-submenu .header__menu-link:hover,
.header__menu-submenu .header__menu-link:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
  color: #074091;
}

.header__menu-submenu .header__menu-link:active {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

.header__menu-submenu .header__menu-link--active-link:not(.button) {
  color: ;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
}

/* Menu icons */

.header__menu-toggle svg {
  fill: #231f20;
}





/* Footer container */

.footer {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer content color */

.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer p,
.footer a:not(.button),
.footer span,
.footer div,
.footer li,
.footer blockquote,
.footer .tabs__tab,
.footer .tabs__tab:hover,
.footer .tabs__tab:focus,
.footer .tabs__tab:active {
  color: #231f20;
}

.footer hr {
  border-bottom-color: #231f20 !important;
}

/* Footer menu */

.footer .hs-menu-wrapper a {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #231f20;
  font-size: 16px;
  text-transform: none;
}

.footer .hs-menu-wrapper a:hover,
.footer .hs-menu-wrapper a:focus {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #000000;
}

.footer .hs-menu-wrapper a:active {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #505050;
}

.footer .hs-menu-wrapper .active > a {
  font-weight: bold; text-decoration: underline; font-family: Montserrat, sans-serif; font-style: normal;
  color: #000000;
}






/* Dark card */

.card--dark {
  border: 1px solid #231f20;

  background-color: 

  
  
    
  


  rgba(35, 31, 32, 1.0)

;
  border-radius: 0px;
  color: #ffffff;
}

.card--dark summary,
.card--dark p,
.card--dark h1,
.card--dark h2,
.card--dark h3,
.card--dark h4,
.card--dark h5,
.card--dark h6,
.card--dark a:not(.button),
.card--dark span,
.card--dark div,
.card--dark li,
.card--dark blockquote {
  color: #ffffff;
}

/* Light card */

.card--light {
  border: 1px solid #d7d9e3;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 0px;
  color: #231f20;
}

.card--light summary,
.card--light p,
.card--light h1,
.card--light h2,
.card--light h3,
.card--light h4,
.card--light h5,
.card--light h6,
.card--light a:not(.button),
.card--light span,
.card--light div,
.card--light li,
.card--light blockquote {
  color: #231f20;
}





/* Error templates */

.error-page:before {
  font-family: Montserrat, sans-serif; font-style: normal; font-weight: 400; text-decoration: none;
}

/* System templates */

#email-prefs-form,
#email-prefs-form h1,
#email-prefs-form h2 {
  color: #231f20;
}

/* Search template */

.hs-search-results__title {
  font-size: 32px;
}

/* Backup unsubscribe template */

.backup-unsubscribe input[type='email'] {
  font-size: 16px !important;
  padding: padding: 10px;
 !important;
}





/* Accordion */

.accordion__summary,
.accordion__summary:before {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  font-size: 24px;
}

.card--dark .accordion__summary:before {
  color: #ffffff;
}

.card--light .accordion__summary:before {
  color: #231f20;
}

/* Blog listing, recent posts, related posts, and blog post */

.blog-listing__post-title {
  text-transform: none;
}

.blog-listing__post-title-link {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #231f20;
}

.blog-listing__post-title-link:hover,
.blog-listing__post-title-link:focus {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #000000;
}

.blog-listing__post-title-link:active {
  font-family: 'Source Serif Pro', serif; font-style: normal; font-weight: 600; text-decoration: none;
  color: #736f70;
}

.blog-listing__post-tag {
  color: #231f20;
}

.blog-listing__post-tag:hover,
.blog-listing__post-tag:focus {
  color: #000000;
}

.blog-listing__post-tag:active {
  color: #736f70;
}

.blog-listing__post-author-name,
.blog-post__author-name {
  color: #231f20;
}

.blog-listing__post-author-name :hover,
.blog-listing__post-author-name :focus,
.blog-post__author-name:hover,
.blog-post__author-name:focus {
  color: #000000;
}

.blog-listing__post-author-name :active,
.blog-post__author-name:active {
  color: #736f70;
}

/* Image gallery */

.image-gallery__close-button-icon:hover,
.image-gallery__close-button-icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.image-gallery__close-button-icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .image-gallery__close-button-icon:hover,
.icon--light .image-gallery__close-button-icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .image-gallery__close-button-icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Pagination */

.pagination__link-icon svg {
  fill: #425b76;
  height: 16px;
  width: 16px;
}

.pagination__link:hover .pagination__link-icon svg,
.pagination__link:focus .pagination__link-icon svg {
  fill: #415239;
}

.pagination__link:active .pagination__link-icon svg {
  fill: #92abc6;
}

.pagination__link--active {
  border-color: #d7d9e3
}

/* Pricing card */

.pricing-card__heading {
  background-color: #425b76;
}

/* Social follow and social sharing */

.social-follow__icon:hover,
.social-follow__icon:focus,
.social-sharing__icon:hover,
.social-sharing__icon:focus {
  background-color: rgba(35, 0, 0, 1.0);
}

.social-follow__icon:active,
.social-sharing__icon:active {
  background-color: rgba(195, 158, 134, 1.0);
}

.icon--light .social-follow__icon:hover,
.icon--light .social-follow__icon:focus,
.icon--light .social-sharing__icon:hover,
.icon--light .social-sharing__icon:focus {
  background-color: rgba(175, 175, 175, 1.0);
}

.icon--light .social-follow__icon:active,
.icon--light .social-sharing__icon:active {
  background-color: rgba(255, 255, 255, 1.0);
}

/* Tabs */

.tabs__tab,
.tabs__tab:hover,
.tabs__tab:focus,
.tabs__tab:active {
  border-color: #231f20;
  color: #231f20;
}
/* custom */

.active-branch li a:hover {
    color: #074091 !important;
    background-color: #FFDD51;
}
.active-branch li a{
    padding: 20px 24px;
  text-decoration:none;
}
ul.hs-menu-children-wrapper li a {
    /* padding: 7px; */
    /* left: auto; */
     opacity: 1; 
    border-top: 1px solid #ececec;
    border-color: #222;
    /* position: absolute; */
  transition: opacity .4s ease-in-out;
    width: auto;
    z-index: 99;
    display: inline-block;
    text-align: left;
    background-color: #333;
    border-color: #222;
    
}

ul.hs-menu-children-wrapper li a{
   color: #fff !important;
    background-color: #000;
}

ul.hs-menu-children-wrapper li a:hover {
    color: #074091 !important;
    background-color: #FFDD51;
}
ul.hs-menu-children-wrapper {
    top: 30px!important;
  } 
/*  newwww   */
.dnd-section .row-fluid {
    max-width: none;
}
.row-fluid-wrapper.row-depth-1.row-number-7.dnd-section {
    padding: 0px!important;
}
.span12.widget-span.widget-type-cell.cell_16790410069972-background-color.cell_16790410069972-hidden.dnd-column.cell_16790410069972-padding {
    padding: 0px!important;
}
.header__bottom {
    background-color: #2b6ac1;
  padding: 0;
}
.header__menu-col {
    flex: none;
    margin: 0px;
}

/* li.header__menu-item.header__menu-item--depth-1.hs-skip-lang-url-rewrite:hover {
    color: #074091 !important;
    background-color: #FFDD51;
 
    text-decoration: none;
} */

    li.header__menu-item.header__menu-item--depth-1.hs-skip-lang-url-rewrite {
/*    padding:20px 24px; */
    text-decoration: none;
          padding: 0px;
}
ul.header__menu-wrapper.no-list {
    padding: 0px;
    margin: 0px;
    text-align: right;
}
#hs_cos_wrapper_widget_1679041006972 .header__menu-link{
padding: 20px 24px;
}
.header__bottom {
    padding: 0px 0px!important;
}
a.header__menu-link:hover {
/*     background-color: gold;
    color: #3D85C6; */
  color: #074091 !important;
  background-color:#FFDD51;
}
/* .header__menu-item--depth-1 > .header__menu-link:hover{
color:#074091!important;
  
} */
/* .header__menu-submenu .header__menu-link--active-link:not(.button):hover{
background-color:#FFDD51;
} */

button.header__menu-child-toggle.no-button svg {
    display: none;
}
/* ul.header__menu-submenu.header__menu-submenu--level-2.no-list li:hover
{
color: #074091 !important;
  background-color:#FFDD51;
} */

/* mobile custom css   */

.header__menu-container.header__menu-container--mobile {
    margin: 0px auto;
}
.header__menu-toggle svg {
     fill: #ffdd51;
}
@media (max-width: 768px)
  {
    .header__menu-col {
    margin: 0px auto;
}
    ul.header__menu-wrapper.no-list {
    background-color: #2b6ac1;
}
li.header__menu-item.header__menu-item--depth-1.hs-skip-lang-url-rewrite {
    padding: 16px 20px;
}
    button.header__menu-child-toggle.no-button svg
    {
      display:block;
          fill: #ffdd51;
    }
    .header__menu-child-toggle, .header__menu-child-toggle:active, .header__menu-child-toggle:focus, .header__menu-child-toggle:hover {
    border: 0;
    cursor: pointer;
    min-width: 75px;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    top: 15px!important;
   
}
    li.header__menu-item.header__menu-item--depth-1.hs-skip-lang-url-rewrite:hover {
    background-color: #FFDD51;
}
    li.header__menu-item.header__menu-item--depth-2.hs-skip-lang-url-rewrite {
    margin: auto;
    padding: 0px;
    position: initial;
    width: auto;
}
    #hs_cos_wrapper_widget_1679041006972 .header__menu-submenu .header__menu-link:hover{
      color:#074091 !important;
    }
    #hs_cos_wrapper_widget_1679041006972 .header__menu-submenu .header__menu-link:hover, #hs_cos_wrapper_widget_1679041006972 .header__menu-submenu .header__menu-link:focus {
    background-color: #FFD966;
    color: black;
}
   li.header__menu-item.header__menu-item--depth-2.hs-skip-lang-url-rewrite a.header__menu-link:hover {
    padding: 20px 53px;
    color: #074091 !important;
}
    .header__menu-submenu .header__menu-item {
    background-color: black;
}
    a.header__menu-link {
    padding: 13px 54px;
}
    li.header__menu-item.header__menu-item--depth-2.hs-skip-lang-url-rewrite:hover {
    background-color: #ffd966;
  }
 
    
#hs_cos_wrapper_widget_1679041006972 .header__menu-submenu .header__menu-link:hover, #hs_cos_wrapper_widget_1679041006972 .header__menu-submenu .header__menu-link:focus {
}
#hs_cos_wrapper_widget_1679041006972 .header__menu-link {
    color: #FFD966;
    font-size: 14px;
    font-family: 'Titillium Web',sans-serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: capitalize;
}
#hs_cos_wrapper_widget_1679041006972 .header__menu-link {
    padding: 20px 24px;
}
li.header__menu-item.header__menu-item--depth-2.hs-skip-lang-url-rewrite:hover a.header__menu-link:hover {
    color: #074091!important;
}
/*     li.header__menu-item.header__menu-item--depth-1.header__menu-item--has-submenu.hs-skip-lang-url-rewrite.header__menu-item--open {
    background-color: #2b6ac1;
    color: #ffdd51;
} */
/*  li.header__menu-item.header__menu-item--depth-2.hs-skip-lang-url-rewrite {
    background-color: #2b6ac1;
    border: none;
}      */
.header__menu-item--depth-1 > .header__menu-link:not(.button) {
    color: #ffdd51!important;
}
    li.header__menu-item.header__menu-item--depth-2.hs-skip-lang-url-rewrite:hover a {
    color: #074091 !important;
}
    li.header__menu-item.header__menu-item--depth-1.hs-skip-lang-url-rewrite:hover {
    background-color: #FFDD51;
}
    
/*     li.header__menu-item.header__menu-item--depth-1.hs-skip-lang-url-rewrite:hover
    {
      background-color:#074091;
    } */

.nav-primary {
    background-color: #2B6AC1;
    }
}
.header .container-fluid {
    padding: 0px!important;
    margin: auto!important;
}
/* service block module designing  */

.home-bottom .widget:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}
.home-bottom .widget {
    border-radius: 3px;
    border: 1px solid #ececec;
    float: left;
    margin-left: 2.564102564102564%;
    padding: 40px;
    width: 30%;
}
section#featured-page-3.widget.featured-content.featuredpage div.widget-wrap {
    border: 1px solid #042E69;
}
featured-content .entry {
    background: 0 0;
    border: none;
    border-bottom: 1px solid #ececec;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.entry:before,{
  content: " ";
    display: table;
}
.featured-content .alignnone {
    background: #f8f8f8;
    border-bottom: 1px solid #ececec;
    margin-bottom: 0;
}
.featured-content img {
    margin-bottom: -7px;
}
.featured-content img, .gallery img {
    width: auto;
}
.featured-content .entry-content {
    padding: 40px;
}
.featured-content .more-link {
    display: block;
    margin-top: 20px;
}
.featured-content .more-link, .site-title, .wp-caption-text, th {
    font-weight: 700;
}
.home-bottom .widget.featured-content, .sidebar .widget.featured-content {
    border-bottom-width: 0;
    padding: 0;
}
/*form*/
form .hs-button, form input[type=submit] {
  width:50%;
}
.hs-form-a350cf47-601b-47c8-81ab-7a3f4e860c98_fe59fb33-4d3a-4312-8a75-4fc36f67b075 .hs-form-field label:not(.hs-error-msg) {
   color: #050F7A !important;
    font-weight: 600;
}

form input[type='submit'], form .hs-button {
 background-color: #31b2ed !impotant;
  border:none;
}

.free-estimate{
 background: linear-gradient(#DAA520,#E8BC4C,#FFE039,#FFE764);
    border-top: 1px solid #FFE039;
    width: 80%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 6px;
    box-shadow: #000 0 0 10px;
    overflow: hidden;
}
h1, h2, h3, h4, h5, h6, p, span {
    font-family:'Titillium Web',sans-serif;
  }
  div#hs_cos_wrapper_widget_1679468187797 {
    width: fit-content;
}
  span#hs_cos_wrapper_widget_1679468187797_ h3 {
    color: #050F7A;
}
span#hs_cos_wrapper_widget_1679468187797_ p span {
    color: #050F7A;
}span#hs_cos_wrapper_widget_1679468179834_ p span {
    color: #050F7A;
}
  #hs_cos_wrapper_widget_1679468179834 {
    width: 340px;
  }
  span#hs_cos_wrapper_widget_1679468179834_ h3, strong {
    color: #050F7A;
}
.alignright {
    float: right;
      margin: 0.5em 1em 0.5em 1em;
}
.alignleft{
float: left; 
}
.wp-block-gallery {
    display: flex;
/*     flex-wrap: wrap; */
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.entry-content ul {
     text-indent: 0;
      margin-left: 40px;
      margin-bottom: 26px;
}
 .wp-block-gallery {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.wp-block-gallery .blocks-gallery-item {
    margin: 0 16px 16px 0;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    position: relative;
}
.wp-block-gallery .blocks-gallery-item figure {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}
.wp-block-gallery .blocks-gallery-item figure {
    margin: 0;
    height: 100%;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: 100%;
    flex: 1;
    object-fit: cover;
}
.wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: 100%;
}

@media (max-width: 768px) {
  
.row-fluid-wrapper.row-depth-1.row-number-1.dnd_area-row-0-force-full-width-section.dnd-section.dnd_area-row-0-padding {
 padding:20px;
}
  .header .row-fluid .span6{
    width:100%;
    margin:auto;
  }
  .span4.widget-span.widget-type-cell.cell_1678972187112-padding.dnd-column {
    margin: auto;
    width: auto;
}
  
  .span4.widget-span.widget-type-cell.cell_1678972187112-padding.dnd-column {
    width: auto;
    margin: auto;
}
.footer  .row-fluid .span6 {
    width: 100%;
  }
  img.hs-image-widget {
    width: 100%!important;
}
  div#hs_cos_wrapper_widget_1679468179834 {
    width: auto;
    padding: 0px!important;
}
  .row-fluid .span6 {
    width: auto;
  }
  .span6.widget-span.widget-type-cell.dnd-column {
    width:100%;
    margin: auto;
 }
  .header .span6.widget-span.widget-type-cell.cell_1678888104067-vertical-alignment.cell_1678888104067-padding.dnd-column {
    text-align: center;
    padding: 0px;
}
  .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section {
    padding: 15px;
}
/*  freeestimate page mobile css  */
  div#hs_cos_wrapper_widget_1679378823511{
  margin: auto;
    padding: 8px!important;
}
  div#hs_cos_wrapper_widget_1679379065521 {
    padding-left: 20px!important;
    margin: auto;
    text-align: center;
}
/*  hom page mobile css  */
 .hs-content-id-106748685066 section#featured-page-3 {
    margin: auto;
    width: auto;
        padding-bottom: 20px;
}
  div#hs_cos_wrapper_widget_1679289671180 .image-gallery__wrapper {
    margin: auto;
    display: block;
    padding: 0px;
    text-align: center;
}
.slick-next {
    right: -33px!important;
  z-index:1;
}  
.slick-prev {
    left: -37px!important;
  z-index:1;
  } 
 
p.footer-para {
    color: #050f7a;
}
.grecaptcha-badge {
    margin: inherit;
}
.input input {
    background-color: #fff!important;
    border: 1px solid #ececec!important;
    border-radius: 3px!important;
    box-shadow: inset 1px 1px 2px rgba(0,0,0,.06)!important;
}
/* .hs_submit.hs-submit {
    text-align: center;
} */
form input[type='submit'], form .hs-button {
       border-radius: 3px;
}
.slick-list.draggable .card-body{
margin:auto!important;
}
/*  menus css important*/
.header__wrapper {
    max-width: 1200px!important;
}
/* #hs_cos_wrapper_widget_1679041006972 .header__menu-submenu .header__menu-link:hover, #hs_cos_wrapper_widget_1679041006972 .header__menu-submenu .header__menu-link:focus {
    color: #074091 !important;
} */
/*menu neww css  */

/* blog listing page  */
   
.blog-listing article.blog-listing__post.card.blog-post-listing__post--list {
    border: 1px solid #ececec;
    padding: 20px;
    }
.body-wrapper.hs-content-id-106901625901.hs-blog-listing.hs-blog-id-106901625900 .span4.widget-span.widget-type-cell.dnd-column {
    border: 1px solid #ececec;
  margin-left: 0px;
}
  
a.blog-listing__post-button.button {
    background-color: #31b2ed; 
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    padding: 16px 24px;
    width: auto;
}
  .header div#hs_cos_wrapper_module_16788881040682 {
    padding: 0px!important;
    text-align: center!important;
}
  .span4.widget-span.widget-type-cell.cell_1678972187112-padding.dnd-column {
    margin: auto;
 width: 100%!important;
   }
 
/*  footer css  */
  .row-fluid-wrapper.row-depth-1.row-number-3.footer-row-1-max-width-section-centering.dnd-section.footer-row-1-padding {
    padding: 5%;
}
  form#hsForm_a350cf47-601b-47c8-81ab-7a3f4e860c98_870 {
    width: auto;
}
 #hs_cos_wrapper_widget_1678888265584 .button-wrapper {
    text-align: center;
} 
  .span5.widget-span.widget-type-cell.dnd-column.cell_1679725121437-vertical-alignment{
  width:100%;
  }
  
.body-wrapper.hs-content-id-106901625901.hs-blog-listing.hs-blog-id-106901625900 .span8.widget-span.widget-type-cell.dnd-column {
    border: 1px solid #ececec;
    padding: 20px;
}
/* ---------------------------------------- end media css -----------------------------------------------  */
}
.body-wrapper.hs-content-id-106901625901.hs-blog-listing.hs-blog-id-106901625900 .article.blog-listing__post.card.blog-post-listing__post--list {
    border: 1px solid #ececec;
    padding: 40px;
}
.body-wrapper.hs-content-id-106901625901.hs-blog-listing.hs-blog-id-106901625900  .span4.widget-span.widget-type-cell.dnd-column
{   border: 1px solid #ececec;
    padding: 20px;
  margin-left: 0px;
  }

#hs_cos_wrapper_dnd_area-module-2 .blog-listing__post-content {
    padding: 10px;
}
#hs_cos_wrapper_dnd_area-module-2 .blog-listing__post-image-wrapper {
    padding: 10px;
}
article.blog-listing__post.card.blog-post-listing__post--list {
       border: 1px solid #ececec;
}
ul.slick-dots {
    display: none;
}
form#hsForm_9b3e6cc8-8ed7-4a0c-8342-44806abf78dc_2040 input {
    border: 1px solid #ececec!important;
   border-radius: 3px;
}
.span4.widget-span.widget-type-cell.cell_1678972187112-padding.dnd-column form input {
    border: 1px solid #ececec!important;
  border-radius: 3px;
}
.span8.widget-span.widget-type-cell{
  border:1px solid #ececec;
  }
.span4.widget-span.widget-type-cell{
  border:1px solid #ececec;
  margin-left:0px;
}
.body-wrapper  .hs-content-id-106902950569 .hs-blog-post .hs-blog-id-106901625900  .content-wrapper, .header__wrapper {
    max-width: 1200px;
}
.hs-content-id-106902950569 .hs-blog-post .blog-post-section {
    padding: 60px 10px;
}
form#hsForm_9b3e6cc8-8ed7-4a0c-8342-44806abf78dc_4876 .input {
    border: 1px solid #ececec;
    border-radius: 3px;
}
form fieldset {
    max-width: 100%!important;
    border: none;
}
/* for all page section border */
.span7.widget-span {
    border: 1px solid #ececec;
}
.span5.widget-span{
    border: 1px solid #ececec;
}
input.hs-button.primary.large{
  width:auto;
  border-radius:3px;
}
.span5.widget-span.widget-type-cell {
    margin-left: 0px;
}
form .input input {
    border: 1px solid #ececec!important;
  border-radius:3px;
}
.span4 form{
  padding:0px;
}
/* home owner form css */