







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */









/* 1d. Secondary Buttons */








/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */




/* 1h. Site footer */












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

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

.dnd-section > .row-fluid,
.footer__container,
.header__container,
.page-center{
  max-width: 1160px;
}






body {
  font-size: 16px;
  color: #191919;
  
  color: #191919;
  
  font-weight: 400;
  line-height: 1.45;
  font-family: "Inter", Helvetica, "Open Sans", Arial, sans-serif;
}

/* Paragraphs */


/* Anchors */

a {
  color: #00C9FF;
}

a:hover,
a:focus,
a:active {
  color: #0D9CC3;
}

/* Headings */

h1 {
  font-family: Inter;
  font-size: 48px;
  
  color: #191919;
  
  font-weight: 400;
}
h2 {
  font-family: Inter;
  font-size: 40px;
  
  color: #191919;
  
  font-weight: 400;
}

h3 {
  font-family: Inter;
  font-size: 32px;
  
  color: #191919;
  
  font-weight: 400;
}

h4 {
  font-family: Inter;
  font-size: 28px;
  
  color: #191919;
  
  font-weight: 400;
}

h5 {
  font-family: Inter;
  font-size: 24px;
  
  color: #191919;
  
  font-weight: 700;
}

h6 {
  font-family: Inter;
  font-size: 20px;
  
  color: #191919;
  
  font-weight: 400;
}

/* Blockquote */

blockquote {
  border-left-color: #151e2e;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  border-radius: 50px;
  color: 

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
  padding: 14px 24px;
}
button:hover,
.button:hover {
  border: 1px solid 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  background-color:

  
  
    
  


  rgba(13, 156, 195, 1.0)

;
  color:

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
}






/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(21, 30, 46, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}

/* Form inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border:1px solid 

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
  color: #191919;
  border-radius: 24px;
  outline: none;

}
form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: 

  
  
    
  


  rgba(105, 135, 159, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {

}

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
body .hs-button {
  background-color: 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  border-radius: 50px;
  color: 

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
  padding: 14px 24px;
}

form input[type=submit]:hover,
body .hs-button:hover {
  border: 1px solid 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  background-color:

  
  
    
  


  rgba(13, 156, 195, 1.0)

;
  color:

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
}

.secondary_button{
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .5px;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: all .2s linear;
  white-space: normal;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  border: 2px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 50px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 14px 20px;
  text-decoration: none;
}

.secondary_button:hover{
  border: 2px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
}






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

th,
td {
  border-color: 

  
  
    
  


  rgba(114, 114, 114, 1.0)

;
  color: 

  
  
    
  


  rgba(114, 114, 114, 1.0)

;
}

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

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





.header-top-section {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}
.header-top-section a,
.header-widget-row .header-widget a {
  color: 

  
  
    
  


  rgba(#null, 1)

;
}
.header-top-section a:hover,
.header-widget-row .header-widget a:hover {
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

/* Bottom Header */
body .header {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul > li > a {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul > li.active-branch > a {
  color: 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  background-color:

  
  
    
  


  rgba(0, 201, 255, 0.0)

;
}
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul > li > a:hover,
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul > li.active-branch > a:hover {
  color: 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul ul{
  background-color: 

  
  
    
  


  rgba(242, 251, 255, 1.0)

;
}
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul ul li a {
  color: 

  
  
    
  


  rgba(25, 25, 25, 1.0)

;
}
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul ul li.active-branch > a {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
}
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul ul li a:hover,
.header .header-navigation .navigation-inner .hs-menu-wrapper > ul ul li.active-branch > a:hover {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
}
.header .header-button-wrapper .hs-button{
  background-color: #00c9ff;
  color: #003057;
  border:1px solid #00c9ff;
}
.header .header-button-wrapper .hs-button:hover{
  background-color: #00c9ff;
  color: #003057;
  border:1px solid #00c9ff;
}



/* Footer Top Section  */
.footer {
  background-color: 

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer p{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer h1,
.footer h2, 
.footer h3,
.footer h4, 
.footer h5, 
.footer h6{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer .footer-main-nav .hs-menu-wrapper > ul > li > a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer a {
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer a:hover {
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Footer Form Section  */

.footer .footer-form .footer-form-inner form .hs-input{
  outline: none;
  border-radius: 24px;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:

  
  
    
  


  rgba(33, 37, 41, 1.0)

;
  border: 2px solid 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer .footer-form .footer-form-inner form .hs-input:focus{
  box-shadow: inset 0 2px 4px 0 rgba(0,0,0,0.24);
  border: 2px solid 

  
  
    
  


  rgba(105, 135, 159, 1.0)

;
}
.footer .footer-form .footer-form-inner form label{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer .footer-form .footer-form-inner form .hs-button{
  background-color:

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(0, 48, 87, 1.0)

;
}
.footer .footer-form .footer-form-inner form .hs-button:hover{
  background-color:

  
  
    
  


  rgba(13, 156, 195, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(13, 156, 195, 1.0)

;
}


/* Footer Bottom Section  */
.footer-legal{
  background-color:

  
  
    
  


  rgba(0, 201, 255, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-legal p,
.footer-legal h1,
.footer-legal h2, 
.footer-legal h3,
.footer-legal h4, 
.footer-legal h5, 
.footer-legal h6{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer-legal a{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer-legal a:hover{
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}



/* Footer Content */






/* Blog Header */

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

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
  color: #191919;
}

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

.blog-post__title {
  color: #191919;
  font-family:Inter;
  font-size: 48px;
  font-weight: 400;
}

.blog-post__author {
  background-color: #151e2e;
}

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a:hover {
  color: #0D9CC3;
}

.blog-post__links-container {
  border-top:  2px solid rgb(1, 10, 26);
}

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

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

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

.comment.depth-1 {
  border-left: 2px solid rgb(1, 10, 26);
}

.section.post-footer .hs-input {
  border-color: rgb(1, 10, 26);
}

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





.social-links__icon svg {
  fill: #00c9ff;
}
.social-links__icon:hover svg,
.social-links__icon:focus svg,
.social-links__icon:active svg {
  fill: #00c9ff;
}




.card__price {
  font-family: Inter
    font-size: 32px;
  color: #191919;
  font-weight: 400
}




@media(max-width: 991px) {
  h1 {
    font-size: 40.8px;
  }
  h2 {
    font-size: 34.0px;
  }
  h3 {
    font-size: 27.2px;
  }
  h4 {
    font-size: 23.8px;
  }
  h5 {
    font-size: 20.4px;
  }
}

@media(max-width: 767px) {
  h1 {
    font-size: 36.0px;
  }
  h2 {
    font-size: 30.0px;
  }
  h3 {
    font-size: 24.0px;
  }
  h4 {
    font-size: 21.0px;
  }
  h5 {
    font-size: 18.0px;
  }
}