/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */











@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap');





.dnd-section > .row-fluid, .content-wrapper {

}

@media (min-width: 1440px){
  .row-fluid [class*="centering"] > .row-fluid { 
    padding: 0 60px;
  }
  
  
  .body-container__landing .row-fluid [class*="centering"]>.row-fluid {
    padding: 0 40px;
  }
  
}

@media (max-width: 1439px){
  .row-fluid [class*="centering"] > .row-fluid { 
    padding: 0 40px;
  }
}

@media (max-width: 992px){
  .row-fluid [class*="centering"] > .row-fluid { 
    padding: 0 30px;
    margin-top: 70px;
  }
}

@media (max-width: 780px){
  .dnd-section > .row-fluid, .content-wrapper  {

  }

  .row-fluid [class*="centering"] > .row-fluid { 
    padding: 0 20px;
    margin-top: 50px;
  }

}

body * :focus {
  border: transparent !important; 
  outline: none !important; 
}

.dnd-section {
  padding-bottom: 0px;
  padding-top: 0px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #ffffff;
}
.page-center {
  max-width: 1200px;
}




html {
  font-size: 16px;
}

body {
  color: #323232;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  background: #fff !important;
  line-height: 28px;
}

p {
  font-family: 'DM Sans', sans-serif !important;
  font-weight: 400;
}

a {
  font-family: 'Poppins', sans-serif;
  color: rgba(191, 128, 255, 1.0);
  cursor: pointer;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:hover,
a:focus {
  color:#00d660;
}

a:active {
  color: rgba(231, 168, 255, 1.0);
}

h1 {
  color: #4f2c8c;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 3rem;
  font-weight: 600;
}


h2 {
  color: #4f2c8c;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 4rem;
  font-weight: 700;
}


h3 {
  color: #bf80ff;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 3rem;
  font-weight: 700;
}


h4 {
  color: #bf80ff;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 2.2rem;
  font-weight: 700;
}


h5 {
  color: #F66C47;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.8rem;
  font-weight: 700;
}

h6 {
  color: #00ab7a;
  font-family: 'DM Sans', sans-serif !important;
  font-size: 1.2rem;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid #ffffff;;
}





form, 
.submitted-message {
  border: 1px solid;
  border-color: rgba(255, 255, 255, 0.0) ;
  background-color: rgba(255, 255, 255, 0.0);
  font-family: 'Poppins', sans-serif;
  padding: 15px 5px;
}
h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(13, 37, 61, 1.0);
}
.hs-button, 
.button--primary {
  background-color: rgba(0, 214, 96, 1.0);
  border-radius: 100px;
  border: 0px solid;
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 214, 96, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: DM Sans !important;
  font-weight: 600 !important;
}
.hs-button:hover, .button--primary:hover {
  background-color: #CB4926;
  border-color: #CB4926;
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:focus, .button--primary:focus  {
  background-color: rgba(43, 144, 89, 1.0);
  border-color: rgba(55, 76, 108, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-button:active, .button--primary:active  {
  background-color: rgba(43, 144, 89, 1.0);
  border-color: rgba(55, 76, 108, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.hs-form label {
  color: rgba(105, 105, 105, 1.0);
}
.hs-form-field label, .hs-form-field a {
  color: rgba(105, 105, 105, 1.0);
}

a#hs_login_reset {
  color: rgba(105, 105, 105, 1.0);
}
.hs-form legend {
  color: rgba(105, 105, 105, 1.0);
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  border: 1px solid;
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 3px;
}
body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  border-color: rgba(0, 214, 96, 0.8);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #323232;
}

.hs-richtext {
  font-size: 1.3;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: 'Poppins', sans-serif;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(#null, 1.0);
  color: rgba(#null, 1.0);
}

thead th,
thead td {
  background-color: rgba(73, 74, 82, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

table,
tbody + tbody {
  border-color: rgba(#null, 1.0);
}





.header_group .header__container {
  background-color: rgba(79, 44, 140, 1.0);
}

/* .header__container {
max-width: 1200px;
} */

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item.active-branch > a {
  color: rgba(0, 214, 96, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .navigation-primary > .submenu > .menu-item:hover > a {
  color: rgba(0, 214, 96, 1.0);
  background-color: rgba(55, 76, 108, 0.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul.submenu {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a:hover {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 214, 96, 1.0);
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item.active-branch > a {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(0, 214, 96, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(79, 44, 140, 1.0);
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: rgba(255, 255, 255, 1.0);
  }
}





.custom-footer {
  background-color: rgba(246, 246, 246, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

.footer__container {
  max-width: 1200px;
}





.content-wrapper {
  /*   max-width: 1200px; */
  margin:0 auto;
}

.blog-post__date {
  border-color: #323232;
}

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

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

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

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

.blog-pagination__link {
  color: #323232;
}

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

.blog-post__title {
  color: #4f2c8c;
  font-family:'Poppins', sans-serif;
  font-size: 3px;
  font-weight: ;
}

.blog-post__author {
  background-color: #ffffff;
}

#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-header {
  background-color: rgb(238, 240, 242);
}

/* .hs-blog-listing,
.hs-blog-post {
background-color: #F8FAFC;
} */

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

.blog-post__tag-link:hover{
  color: #00d660;
}

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

.blog-post__read-more a:hover svg {
  fill: #00d660;
}

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

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

.blog-sidebar a:hover {
  color: #00d660;
}

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

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

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

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

.blog-post__body, .blog-post__tags a {
  color: #323232;
}

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

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

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

.blog-post__back-to-blog:hover {
  color: #00d660;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #00d660;
}

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

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

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

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










body .body-container-wrapper .container-fluid {
  padding-left: 0px;
  padding-right: 0px;
}

body .icon svg {
  fill: #494A52;
}

body .tns-nav button.tns-nav-active {
  background-color: #494A52;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #494A52;
}

body .social-links__icon {
  background-color: #494A52;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #ffffff;
}

.page-center {
  max-width: 1200px;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}

/* Error Bemoved Style */

.error-page-wrap {
  max-width: 1440px;
  padding: 167px 0 190px;
}

.error-text h2 {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px; 
  margin-bottom: 30px;
}

.error-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

@media (max-width: 991px) {
  .error-page-wrap {
    max-width: 100%;
    padding: 50px 20px 60px;
  }
 
  .error-text h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 42px;
  }
}