







/* 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: 8rem 0rem;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1140px;
}
@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 959.999999991px;
  }
}
@media (max-width: 991px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 719.9999999903999px;
  }
}
@media (max-width: 767px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper {
    max-width: 539.9999999928px;
  }
}
@media (max-width: 575px){
  .dnd-section > .row-fluid,
  .header__container,
  .page-center,
  .content-wrapper {
    max-width: 100%;
  }
}






body {
  font-size: 1.6rem;
  color: #292929;
  font-weight: 300;
  font-family: Montserrat, sans-serif;
}

/* Paragraphs */

/* Anchors */

a {
  color: #ff5b59;
}

a:hover,
a:focus,
a:active {
  color: #191970;
}

/* Headings */

h1 {
  font-family: Playfair Display,serif;
  font-size: 6rem;
  color: #05182e;
  font-weight: 700;
}

h2 {
  font-family: Playfair Display,serif;
  font-size: 4rem;
  color: #292929;
  font-weight: 700;
}

h3 {
  font-family: Montserrat, sans-serif;
  font-size: 2rem;
  color: #6bd7c4;
  font-weight: 500;
}

h4 {
  font-family: Montserrat, sans-serif;
  font-size: 2.5rem;
  color: #05182e;
  font-weight: 500;
}

h5 {
  font-family: Playfair Display;
  font-size: 2.2rem;
  color: #000000;
  font-weight: 400,serif;
}

h6 {
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  color: ;
  font-weight: 500;
}
@media only screen and (max-width: 991px) {
  h1 {
    font-size: 5.49999999996rem;
    line-height: 1.0909090909; 
  }
  h2 {
    font-size: 3.5rem;
    line-height: 1.2857142857; 
  }
}
@media only screen and (max-width: 575px) {
  h1 {
   font-size: 4.99999999998rem;
    line-height: 1.1; 
  }
  h2 {
   font-size: 3.0rem;
    line-height: 1.3333333333;
  }
  h4 {
   font-size: 2.0rem;
    line-height: 1.2; 
  }
}
/* Blockquote */

blockquote {
  border-left-color: #05182e;
}





button,
.button {
  background-color: 

  
  
    
  


  rgba(5, 24, 46, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 1.15rem 2rem;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: rgba(0, 0, 6, 1.0);
  border-color: #d7d7d7;
  color: #FFFFFF;
}

button:active,
.button:active {
  background-color: rgba(45, 64, 86, 1.0);
  border-color: #ffffff;
  color: #FFFFFF;
}





form,
.submitted-message {
  font-size: 1.6rem;
  color: #292929;
  font-weight: 300
}

/* Form title */

.form-title {
  color: #6bd7c4;
}

/* Form label */

form label {
  color: #292929;
}

/* Form help text */

form legend {
  color: #292929;
}

/* 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,
.hs-search-field input.hs-search-field__input{
  border-color: rgba(107, 215, 196, 1.0);
  color: rgba(41, 41, 41, 1.0);
  border-radius: 0px;
}

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,
.hs-search-field input.hs-search-field__input:focus{
  border-color: rgba(107, 215, 196, 1.0);
}

/* Form placeholder text */


/* Date picker */

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

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

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

/* Submit button */

form .actions,
form .hs-button,
.hs_cos_wrapper_type_module > .hs-button{
  background-color: 

  
  
    
  


  rgba(5, 24, 46, 1.0)

;
  border: 0px solid #FFFFFF;
  border-radius: 0px;
  color: #FFFFFF;
  padding: 1.15rem 2rem;
}

form .actions:hover,
form .actions:focus,
form .hs-button:hover,
form .hs-button:focus,
.hs_cos_wrapper_type_module > .hs-button:hover{

  border-color: #d7d7d7;
  color: #FFFFFF;
}
form .hs-button:after,
form .actions:after,
.hs_cos_wrapper_type_module > .hs-button:after{
  background: rgba(107, 215, 196, 1.0);
}
form input[type=submit]:active,
form .hs-button:active {
  color: #FFFFFF;
}





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

th,
td {
  border-color: #05182e;
  color: #292929;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(41, 41, 41, 1)

;
  border-bottom-color: #05182e;
  color: #FFFFFF;
}

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





.site-header {
  background-color: 

  
  
    
  


  rgba(5, 24, 46, 1.0)

;
}
.navigation__search input.hs-search-field__input {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0) !important;
}
.navigation__search button {
  background-color: rgba(107, 215, 196, 1.0);
  color: rgba(5, 24, 46, 1.0);
  border-color: rgba(107, 215, 196, 1.0);
}
.navigation__search button:hover, 
.navigation__search button:focus{
  background-color: rgba(244, 243, 242, 1.0);
  color: rgba(5, 24, 46, 1.0);
}
body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #ffffff;
  font-family: Montserrat;
}

body .navigation-primary a:hover,
body .navigation-primary 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: #d7d7d7;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #ffffff;
}
.custom-menu-primary .submenu.level-1>li:hover > a,
.custom-menu-primary .submenu.level-1>li:hover>a.active-item{
  color: #6bd7c4;
}
.custom-menu-primary ul.submenu.level-1>li>a.active-branch,
.custom-menu-primary .submenu.level-1>li>a.active-item {
  color: #fff;
}

.custom-menu-primary .submenu.level-2{
  background-color: rgba(5, 24, 46, 1.0);
}
.custom-menu-primary .submenu.level-2>li>a{
  color: #ffffff;
}

.custom-menu-primary .submenu.level-2>li>a:hover,
.custom-menu-primary .submenu.level-2>li>a.active-item:hover{
  color: #6bd7c4;
  background-color: #05182e;
}
.custom-menu-primary .submenu.level-2>li>a.active-item{
  color: #ffffff;
  background-color: rgba(5, 24, 46, 0.0);
}

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(5, 24, 46, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(5, 24, 46, 1.0)

;
}

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

.header__language-switcher-label-current:after {
  border-top-color: #ffffff;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(5, 24, 46, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #ffffff;
  }
}





.site-footer {
  background-color: 

  
  
    
  


  rgba(5, 24, 46, 1.0)

;
  color: #ffffff;
}
.site-footer .submitted-message {
  color: #ffffff;
}
.footer--main__form .form-title {
  color: #ffffff;
}
.site-footer a {
  color: rgba(255, 255, 255, 1.0);
}
.site-footer a:hover {
  color: rgba(255, 255, 255, 1.0);
}
.footer--main__reg-notice {
  color: rgba(255, 255, 255, 1.0);
}
.footer--main__form form input[type=email] {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(41, 41, 41, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
.footer--main__form form input[type=email]:focus {
  border-color: rgba(59, 153, 252, 1.0); 
}
.footer--main__form form .actions {
  background-color: rgba(5, 24, 46, 1.0);
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
/* Footer Content */






/* Blog Header */

.blog-header {
  background-color: rgb(238, 240, 242);
}

/* 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: #292929;
}

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

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

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

.blog-pagination__link {
  color: #292929;
}

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

.blog-post__title {
  color: #05182e;
  font-family:Playfair Display;
  font-size: 6px;
  font-weight: 700;
}

.blog-post__author {
  background-color: #05182e;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-recent-posts {
  background-color: rgb(238, 240, 242);
}











.card__price {
  font-family: Montserrat
    font-size: 2px;
  color: #6bd7c4;
  font-weight: 500
}
@media only screen and (max-width: 575px) {
  form .actions, form .hs-button, .hs_cos_wrapper_type_module>.hs-button {
    padding: 1rem 2.7rem;
  }
}

/* Language Selection Styling */

.lang_list_class >li {
 background-color: #05182e !important; 
}
.header__language-switcher--label-current{
 color: #ffffff; 
}

.header__language-switcher{
 padding: 0px 10px 0px 10px !important; 
}

.globe_class {
  background-image: url(https://fuse-capital.com/hubfs/globe-48.png) !important;
}