







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */























































/* 1d. Buttons */











/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 50px 0;
}

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





body {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  font-family: Inter;
}
@media (max-width: 767px) {
  body {
    font-size: 17px;
  }
}
/* Anchors */

a {
  color: #00a3ff;
}

a:hover,
a:focus,
a:active {
  color: #00a3ff;
}

/* Headings */

h1 {
  font-family: Inter;
  font-size: 36px;
  color: #333;
  font-weight: regular;
}

h2 {
  font-family: Inter;
  font-size: 30px;
  color: #333;
  font-weight: regular;
}

h3 {
  font-family: Inter;
  font-size: 24px;
  color: #333;
  font-weight: regular;
}

h4 {
  font-family: Inter;
  font-size: 18px;
  color: #333;
  font-weight: regular;
}

h5 {
  font-family: Inter;
  font-size: 14px;
  color: #333;
  font-weight: regular;
}

h6 {
  font-family: Inter;
  font-size: 12px;
  color: #333;
  font-weight: regular;
}
@media (max-width: 767px) {
  h1 {
    font-size: 32px;
  }
}
@media (max-width: 479px) {
  h1 {
    font-size: 30px;
  }
  h2 {
    font-size: 23px;
  }
}

/* Blockquote */

blockquote {
  border-left-color: #002f5d;
}





button,
.button {
  background-color: rgba(0, 163, 255, 1.0);
  border-color: rgba(0, 163, 255, 1.0);
  border-radius: 3px;
  color: #FFFFFF;
  padding: 12px 24px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 163, 255, 1.0);
  border-color: rgba(0, 163, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

button:active,
.button:active {
  background-color: rgba(40, 203, 255, 1.0);
  border-color: #28cbff;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 14px;
  color: #000000;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: #000000;
}

/* Form label */

form label {
  color: #33475b;
}

/* Form help text */

form legend {
  color: #33475b;
}

/* Form inputs */

form input:not(.hs-button),
form select, form textarea,
.hs-input, .hs-search-field__input,
form input[type="password"] {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
}

form input:not(.hs-button):focus,
form select, form textarea:focus,
.hs-input, .hs-search-field__input:focus, 
form input[type="password"]:focus {
  border-color: #52a8ec;
}

/* Form placeholder text */

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

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #000000;
}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: rgba(0, 163, 255, 1.0);
  border-color: rgba(0, 163, 255, 1.0);
  border-width: 1px;
  border-radius: 3px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 163, 255, 1.0);
  border-color: rgba(#null, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(0, 163, 255, 1.0);
  border-color: rgba(0, 163, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}




table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #000000;
}

th,
td {
  border-color: #000000;
  color: #000000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  border-bottom-color: #000000;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #000000;
}




header.header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.right_btns ul li.demo a {
  background-color: rgba(0, 163, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.right_btns ul li.demo a:hover {
  background-color: rgba(0, 144, 225, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
@media(min-width: 1024px) {
  .right_btns ul li.login a,
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    color: rgba(0, 0, 0, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
    color: rgba(0, 0, 0, 1.0);
  }
  .right_btns ul li.login a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul>li:hover>a {
    color: rgba(0, 163, 255, 1.0);
    background-color: rgba(255, 255, 255, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul {
    background-color: rgba(255, 255, 255, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    color: rgba(0, 47, 93, 1.0);
  } 
  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:hover {
    background-color: rgba(255, 255, 255, 0.0);
    color: rgba(0, 163, 255, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch {
    background-color: rgba(0, 0, 0, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul ul>li.active-branch>a {
    color: rgba(0, 47, 93, 1.0);
  }
}



.ftr_top {
  background-color: rgba(0, 47, 93, 1.0);
}
.ftr_top a {
  color: rgba(255, 255, 255, 1.0);
}
.ftr_top a:hover {
  color: rgba(0, 163, 255, 1.0);
}
.ftr_top,
.ftr_top .inner .hs-menu-wrapper>ul>li>a,
.ftr_top h5 {
  color: rgba(255, 255, 255, 1.0);
}

.ftr_btns a {
  background-color: rgba(0, 163, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.ftr_btns a:hover {
  background-color: rgba(0, 163, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-social-icons-wrapper a {
  background-color: rgba(0, 163, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-social-icons-wrapper a:hover {
  background-color: rgba(0, 0, 0, 0.49);
  color: rgba(0, 163, 255, 1.0);
}


.ftr_bottom {
  background-color: rgba(0, 28, 56, 1.0);
}
.ftr_bottom .copy {
  color: rgba(255, 255, 255, 1.0);
}




/* Blog Header */

.blog-header {
  background-color: rgb(#null);
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #000000;
}

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

.blog-post__title {
  color: #333;
  font-family:Inter;
  font-size: 36px;
  font-weight: regular;
}

.blog-post__author {
  background-color: #002f5d;
}

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

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

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: #00a3ff;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: #00a3ff;
}

.blog-index__post-content--small h2 {
  font-size: 24px;
}

.blog-index__post-content a {
  color: #000000;
}

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

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

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

.blog__subscription-block, .blog-related-posts {
  background-color: rgb(#null);
}

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

.blog-post {
  box-shadow: -5px 0px 20px 0px rgba(#null, 0.10);
}

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

.blog-post__meta a:hover {
  color: #00a3ff;
}

.blog-post__links-container {
  border-top:  2px solid rgb(#null);
}

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null) !important;
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}











.card__price {
  font-family: Inter
    font-size: 24px;
  color: #333;
  font-weight: regular
}