







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */



























































/* 1f. Tables */




















.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 70px 40px;
}

.dnd-section > .row-fluid,
.content-wrapper,
.page-center{
  max-width: 1200px;
}



.blog-sp .dnd-section > .row-fluid,
.blog-sp .content-wrapper,
.blog-sp .page-center{
  max-width: %;
}






html {
  font-size: 16px;
}

body {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
  font-weight: 400;
  font-family: Montserrat;
}

/* Paragraphs */

p {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
  font-weight: 400;
}

/* Anchors */







a {
  color: 

  
  
    
  


  rgba(122, 122, 122, 1.0)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(26, 108, 122, 1.0)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;

}

/* Headings */

h1 {
  font-family: Volkhov;
  font-size: 60px;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-weight: 500;
}

h2 {
  font-family: Volkhov;
  font-size: 50px;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-weight: 500;
}

h3 {
  font-family: Volkhov;
  font-size: 40px;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-weight: 500;
}

h4 {
  font-family: Montserrat;
  font-size: 35px;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-weight: 500;
}

h5 {
  font-family: Volkhov;
  font-size: 26px;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-weight: 500;
}

h6 {
  font-family: Volkhov;
  font-size: 22px;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-weight: 500;
}

@media screen and (max-width: 767px){
  h1{
    font-size: 24.0px;

  }
  h2 {
    font-size: 25.0px !important;
  }
   h3 {
    font-size: 20.0px !important;
  }
}

/* Blockquote */

blockquote {
  border-left-color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}















form input[type=submit],
form .hs-button,
a.hs-button.large.primary,
a.button{
  background-color: 

  
  
    
  


  rgba(144, 35, 43, 1.0)

;
  border: 1px solid #90232b;
  border-color:

  
  
    
  


  rgba(144, 35, 43, 1.0)

;
  border-radius: 4px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 16px 40px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus,
a.hs-button.large.primary:hover,
a.hs-button.large.primary:focus,
a.button:focus,
a.button:hover{
  background-color:

  
  
    
  


  rgba(73, 73, 73, 1.0)

;
  border-color: 

  
  
    
  


  rgba(73, 73, 73, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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





/* 1e. Forms */
















form,
.submitted-message {
  font-size: 16px;
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
  font-weight: 400
}


/* Form title */

/* .hs-search-field__bar,
.hs_cos_wrapper_type_form,
.widget-type-blog_subscribe,
.widget-type-google_search,
.widget-type-email_simple_subscription,
.widget-type-email_subscriptions,
.widget-type-password_prompt,
.form-container{

} */

.widget-type-form {
  background-color:

  
  
    
  


  rgba(255, 255, 255, 0.64)

;
}
.form-title {
  color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}


/* Form label */

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


/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(98, 95, 95, 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(250, 250, 250, 1.0)

;
  border-width: 1px;
  border-color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
  color: 

  
  
    
  


  rgba(102, 102, 102, 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 {
  border-color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

/* Date picker */

.fn-date-picker td.is-selected .pika-button {
  background: 

  
  
    
  


  rgba(98, 95, 95, 1.0)

;
}

.fn-date-picker td .pika-button:hover {
  background-color: 

  
  
    
  


  rgba(98, 95, 95, 1.0)

 !important;
}

.fn-date-picker td.is-today .pika-button {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1.0)

;
}

/* Submit button */








table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(98, 95, 95, 1.0)

;
  border-bottom-color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}





/* 1g. Site header */












.header-st {
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
} 

@media (min-width:768px) {
  body .custom-menu-primary .navigation-primary>ul>li>a{
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  body .custom-menu-primary .navigation-primary > ul > li.has-submenu > a:after{
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  body .custom-menu-primary .navigation-primary>ul>li>a:before{
    background-color:

  
  
    
  


  rgba(32, 40, 76, 1.0)

;
  }
  body .custom-menu-primary .navigation-primary>ul>li>a.active-item:before{
    background-color:

  
  
    
  


  rgba(32, 40, 76, 1.0)

;
  }


  body .custom-menu-primary .navigation-primary>ul>li>a:hover{
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    fill: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  body .custom-menu-primary .navigation-primary>ul>li.active-branch>a{
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  body .custom-menu-primary .navigation-primary>ul ul{
    background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
  }
  body .custom-menu-primary .navigation-primary>ul ul li a{
    color:

  
  
    
  


  rgba(73, 76, 79, 0.95)

;  
  }
  body .custom-menu-primary .navigation-primary>ul ul li a:hover{
    color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    background-color:

  
  
    
  


  rgba(85, 89, 92, 1.0)

;
  }
  body .custom-menu-primary .navigation-primary>ul ul li.active-branch a{
    color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
  }
}





body .header .hs-button{
  background-color:

  
  
    
  


  rgba(144, 35, 43, 1.0)

;
  border-color:

  
  
    
  


  rgba(144, 35, 43, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .header .hs-button:hover{
  background-color:

  
  
    
  


  rgba(144, 35, 43, 1.0)

;
  border-color:

  
  
    
  


  rgba(144, 35, 43, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}






/* 1h. Site footer */


















body .footer {
  background-color: 

  
  
    
  


  rgba(32, 40, 77, 1.0)

;
}
body .footer{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.contact-details p{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.follow-us-wp .title p,
.footer-menu .hs-menu-wrapper>ul>li>a{
  color:

  
  
    
  


  rgba(255, 255, 255, 0.81)

;
}

.follow-us-wp .elementor-icon{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.follow-us-wp .elementor-icon i {
  color:

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}
.follow-us-wp .elementor-icon:hover i {
  color:

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
}
.follow-us-wp .elementor-icon:hover {
  color:

  
  
    
  


  rgba(32, 40, 78, 1.0)

;
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.contact-details p:last-child{
  color:

  
  
    
  


  rgba(255, 255, 255, 0.81)

;
}


body .footer a,
body .footer .footer__copyright a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .footer a:hover,
body .footer .footer__copyright a:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

body .footer .social-icons-gp a {
  color: ;
}
body .footer .social-icons-gp a:hover{
  color:
}





/* Blog Header */



/* 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: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

.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: 

  
  
    
  


  rgba(26, 108, 122, 1.0)

;
}

.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: 

  
  
    
  


  rgba(26, 108, 122, 1.0)

;
}

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

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

.blog-post__title {
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-family:Volkhov;
  font-size: 60px;
  font-weight: 500;
}

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

#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: 

  
  
    
  


  rgba(#null, 1)

;
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
  color: 

  
  
    
  


  rgba(26, 108, 122, 1.0)

;
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
  fill: 

  
  
    
  


  rgba(26, 108, 122, 1.0)

;
}

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}


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

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

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

.blog-post__meta a:hover {
  color: 

  
  
    
  


  rgba(26, 108, 122, 1.0)

;
}

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

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(98, 95, 95, 1)

;
}

.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: Volkhov
    font-size: 40px;
  color: 

  
  
    
  


  rgba(32, 40, 78, 1)

;
  font-weight: 500
}


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