







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */











body {
  color: ;
  font-weight: 400;
  font-family: Poppins, sans-serif;
  opacity: ;
  font-size: 1rem;
}

/* Paragraphs */

p {
  color: ;
  font-weight: 400;
}

/* Anchors */

a {
  color: #333333;
}

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

/* Headings */

h1 {
  font-family: Poppins, sans-serif;
  font-size: 40px;
  color: #1e1e1e;
  font-weight: 500;
}

h2 {
  font-family: Poppins, sans-serif;
  font-size: 35px;
  color: #1e1e1e;
  font-weight: 500;
}

h3 {
  font-family: Poppins, sans-serif;
  font-size: 30px;
  color: #1e1e1e;
  font-weight: 500;
}

h4 {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  color: #1e1e1e;
  font-weight: 500;
}

h5 {
  font-family: Poppins, sans-serif;
  font-size: 18px;
  color: #1e1e1e;
  font-weight: 500;
}

h6 {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  color: #1e1e1e;
  font-weight: 500;
}

/* Blockquote */

blockquote {
  border-left-color: #46256a;
}






/* Submit button */

form input[type=submit],
form .hs-button ,button,
.button {
  background-color: rgba(255, 184, 54, 1.0);
  border-color: rgba(255, 184, 54, 1.0);
  color: rgba(42, 50, 57, 1.0);
  border-width: 0px;
  border-radius: 0px;  
  padding: 1rem 2rem;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus , button:hover,
button:focus,
.button:hover,
.button:focus{
  background-color: rgba(255, 184, 54, 1.0);
  border-color: rgba(255, 184, 54, 1.0);
  color: rgba(42, 50, 57, 1.0);
}

form input[type=submit]:active,
form .hs-button:active,
button:active,
.button:active{
  background-color: rgba(255, 184, 54, 1.0);
  border-color: #ffb836;
  color: #2a3239;
}





.body-container-wrapper .hs_cos_wrapper_type_form,
.body-container-wrapper .hs_cos_wrapper_type_google_search,
.body-container-wrapper .hs_cos_wrapper_type_email_subscriptions,
.body-container-wrapper .hs_cos_wrapper_type_password_prompt,
.body-container-wrapper .hs_cos_wrapper_type_password_reset,
.body-container-wrapper .hs_cos_wrapper_type_password_reset_request,
.body-container-wrapper .hs_cos_wrapper_type_member_register,
.body-container-wrapper .hs_cos_wrapper_type_member_login,
.body-container-wrapper .hs_cos_wrapper_type_blog_subscribe,
.body-container-wrapper .hs_cos_wrapper_type_email_simple_subscription,
.blog-comments form,
.systems-page form{
  background-color: rgba(243, 240, 245, 1.0);
}

form {
    display: block !important;
    margin-bottom: 0px;
    padding: 0px;
}

.hs-form-field {
    margin-bottom: 0.75rem;
}
/* Form title */

.form-title {
  background-color: rgba(243, 240, 245, 0.0);
  color: rgba(70, 37, 106, 1.0);
}

/* Form label */

form label {
  color:  rgba(42, 50, 57, 1.0);
  font-size:.75rem
}

/*Form error labels*/
.hs-error-msg {
    font-size: .75rem;
}

form .hs-richtext, form .hs-richtext p {
    font-size: 0.75rem;
    margin: 0;
}

/* Form help text */

form legend {
  color: rgba(42, 50, 57, 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-color: rgba(243, 240, 245, 1.0);
  color: rgba(0, 0, 0, 1.0);
  border-width: 1px;
  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: #d2d2d2;
}


/* Date picker */

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

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

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







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

th,
td {
  border-color: #2a3239;
  color: #2a3239;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(42, 50, 57, 1.0)

;
  border-bottom-color: #2a3239;
  color: #ffffff;
}

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






.header.header.header-wrapper.fixed-header {
  background-color: rgba(255, 255, 255, 1.0);
}

.header.header.header-wrapper.fixed-header .custom-menu-primary .navigation-primary>ul>li>a.active-branch{
  color: rgba(247, 148, 29, 1.0);
  background-color: rgba(23, 29, 59, 0.0);
}
.header.header.header-wrapper.fixed-header .custom-menu-primary .navigation-primary>ul>li>a {
  color: rgba(42, 50, 57, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header.header.header-wrapper.fixed-header .custom-menu-primary .navigation-primary>ul>li>a:hover {
  color: rgba(42, 50, 57, 1.0);
  background-color: rgba(255, 184, 54, 1.0);
}

.header.header.header-wrapper.fixed-header .custom-menu-primary .navigation-primary ul ul{
  background-color: rgba(255, 184, 54, 1.0);
}

.header.header.header-wrapper.fixed-header .custom-menu-primary .navigation-primary ul ul li a{
  color: rgba(42, 50, 57, 1.0);
}
.header.header.header-wrapper.fixed-header .custom-menu-primary .navigation-primary ul ul li:hover a {
  background-color: rgba(238, 39, 55, 0.0);
  color: rgba(42, 50, 57, 1.0);
}
.header.header.header-wrapper.fixed-header .custom-menu-primary .navigation-primary ul ul li.active-branch a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(42, 50, 57, 1.0);
}






.navigation-primary > ul > li >a.active-branch{
  color: rgba(247, 148, 29, 1.0);
  background-color: rgba(23, 29, 59, 0.0);
}
.navigation-primary > ul > li > a {
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.navigation-primary > ul > li > a:hover {
  color: rgba(42, 50, 57, 1.0);
  background-color: rgba(255, 184, 54, 1.0);
}

body .navigation-primary  ul ul{
  background-color: rgba(255, 184, 54, 1.0);
}

body .navigation-primary  ul ul li a {
  color: rgba(42, 50, 57, 1.0);
}
body .navigation-primary  ul ul li:hover a {
  background-color: rgba(238, 39, 55, 0.0);
  color: rgba(42, 50, 57, 1.0);
}
body .navigation-primary  ul ul li.active-branch a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(42, 50, 57, 1.0);
}






.contentinfo{
  background-color: rgba(54, 56, 57, 1.0);
  border-top: 12px solid rgba(233, 234, 238, 1.0);
}

.footer-content h6 span{
  color: rgba(255, 255, 255, 1.0);
}

.footer-address-wrapper h4 span, .footer-address-wrapper h5 span{
  color: rgba(255, 255, 255, 1.0);
}

.menu-wrapper ul li a, .menu-wrapper ul li a:after{
  color: rgba(255, 153, 0, 1.0);
}

.menu-wrapper ul li a:hover{
  color: rgba(255, 255, 255, 1.0);
}

.footer-copyright-area{
  background-color: rgba(40, 42, 43, 1.0);
  border-top: 1px solid rgba(75, 76, 77, 1.0);
}

.copyright-notice>div{
  color: rgba(255, 255, 255, 1.0);
}








/* Blog Header */


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

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

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

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

.blog-pagination__link {
  color: ;
}

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

.blog-post__title {
  color: #1e1e1e;
  font-family:Poppins;
  font-size: 40px;
  font-weight: 500;
}

.blog-post__author {
  background-color: #46256a;
}

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

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

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

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

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

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

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

.blog-sidebar a {
  color: ;
}

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

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

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

.blog-post__meta a {
  color: ;
}

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

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

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

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

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

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

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

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











.card__price {
  font-family: Poppins
    font-size: 30px;
  color: #1e1e1e;
  font-weight: 500
}






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


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