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















































.page_center {
  max-width: 1140px;
  margin: 0 auto;
}

.dnd-section > .row-fluid {
  max-width: 1140px;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #747474;
}





body {
  background-color: 000;
  font-weight: 400;
}

.body-container-wrapper {
  font-family: Avenir;
  font-size: 18px;
  color: #6f7a80;
}

a {
  color: rgba(0, 123, 255, 1.0);
}

a:hover,
a:focus {
  outline: 0;
  color: rgba(0, 86, 179, 1.0);
}

a:active {
  color: rgba(0, 86, 179, 1.0);
}

h1 {
  font-family: Oswald;
  font-size: 50px;
  color: #5b5e5f;
  font-weight: 300;
}

@media(max-width: 767px) {

  h1 {
    font-size: 42.5px;
  }

}

h2 {
  color: #000000;
  font-family: Oswald;
  font-size: 32px;
  font-weight: 200;
}

@media(max-width: 767px) {

  h2 {
    font-size: 27.2px;
  }

}

h3 {
  color: #555555;
  font-family: Avenir;
  font-size: 30px;
  font-weight: 700;
}

@media(max-width: 767px) {

  h3 {
    font-size: 25.5px;
  }

}

h4 {
  color: #2e3234;
  font-family: Avenir;
  font-size: 28px;
  font-weight: 500;
}

@media(max-width: 767px) {

  h4 {
    font-size: 23.8px;
  }

}

h5 {
  color: #212529;
  font-family: Oswald;
  font-size: 25px;
  font-weight: 500;
}

h6 {
  color: #3e94e2;
  font-family: Avenir;
  font-size: 22px;
  font-weight: 500;
}

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





h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(85, 85, 85, 1.0);
}

form {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(237, 237, 237, 1.0);
}

.hs-form-field > label,
.field > label {
  color: rgba(96, 100, 104, 1.0);
}

.hs-form legend {
  color: rgba(96, 100, 104, 1.0);
}

input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select {
  background-color: rgba(255, 255, 255, 0.0);
  border-width: 1px !important;
  border-color: rgba(185, 198, 218, 1.0);
  color: rgba(50, 50, 50, 1.0);
}

input[type="text"]:focus,
input[type="password"]:focus, 
input[type="datetime"]:focus, 
input[type="datetime-local"]:focus, 
input[type="date"]:focus, 
input[type="month"]:focus, 
input[type="time"]:focus, 
input[type="week"]:focus, 
input[type="number"]:focus, 
input[type="email"]:focus, 
input[type="url"]:focus, 
input[type="search"]:focus, 
input[type="tel"]:focus, 
input[type="color"]:focus,
input[type="file"]:focus,
textarea:focus,
select:focus {
  background-color: rgba(0, 205, 92, 0.04);
  border-color: rgba(0, 205, 92, 1.0);
  color: rgba(50, 50, 50, 1.0);
}

input[type="text"]:hover,
input[type="password"]:hover, 
input[type="datetime"]:hover, 
input[type="datetime-local"]:hover, 
input[type="date"]:hover,
input[type="month"]:hover, 
input[type="time"]:hover, 
input[type="week"]:hover, 
input[type="number"]:hover,
input[type="email"]:hover, 
input[type="url"]:hover, 
input[type="search"]:hover,
input[type="tel"]:hover, 
input[type="color"]:hover, 
input[type="file"]:hover,
textarea:hover, 
select:hover {
  background-color: rgba(0, 205, 92, 0.04);
  border-color: rgba(0, 205, 92, 1.0);
}

.hs-button,
input[type="submit"],
input[type="button"] {
  background-color: rgba(0, 123, 255, 1.0);
  border-color: rgba(0, 123, 255, 1.0);
  border-radius: 0px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 12px;
  padding-right: 12px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
.hs-button:focus,
input[type="submit"]:focus,
input[type="button"]:focus {
  background-color: rgba(0, 123, 255, 0.8);
  border-color: rgba(0, 123, 255, 0.8);
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
input[type="submit"]:active,
input[type="button"]:active {
  background-color: rgba(0, 123, 255, 0.8);
  border-color: rgba(0, 123, 255, 0.8);
  color: rgba(255, 255, 255, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(255, 255, 255, 0.0);
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Avenir;
}

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 0px solid rgba(116, 116, 116, 1.0);
  color: rgba(116, 116, 116, 1.0);
}

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

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

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





.custom_header {
  background-color: rgba(255, 255, 255, 0.0);
}


header .custom-menu-primary a{
  color: rgba(255, 255, 255, 1.0);
}
header .custom-menu-primary .navigation-primary > ul.submenu > li:nth-last-child(3):before{
  background-color: #e6e6e6;
}
header .custom-menu-primary a:hover {
  color: rgba(255, 255, 255, 0.8);
}

header .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(255, 255, 255, 0.0);
}

header .custom-menu-primary .submenu.level-1 > li:hover,
header .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(255, 255, 255, 0.0);
}

header .submenu.level-2 {
  background-color: rgba(255, 255, 255, 1.0);
}

header .submenu.level-2 .menu-item .menu-link{
  color: rgba(85, 85, 85, 1.0);
}
header .dropdownRoot .submenu.level-2,
header .dropdownRoot .dropdownArrow,
header .dropdownRoot .submenu.level-2:before{
  background-color: rgba(255, 255, 255, 1.0);
}

header .dropdownRoot .submenu.level-2 > li > a:after{
  color: rgba(85, 85, 85, 1.0);
}

header .dropdownRoot .submenu.level-2 > li > a:hover:after{
  color: rgba(85, 85, 85, 1.0);
}

header .submenu.level-2 .menu-item .menu-link:hover {
  background-color: rgba(200, 226, 252, 1.0);
  color: rgba(38, 93, 145, 1.0);
}

header .custom-menu-primary a.active-branch,
header .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 255, 255, 1.0);
}

header .custom-menu-primary .submenu.level-1 > li.active-branch {
  background-color: rgba(255, 255, 255, 0.0);
}

header .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch,
header .submenu.level-1 > li > ul > li > a.active-branch {
  color: rgba(110, 113, 226, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}

.scroll .custom-menu-primary .navigation-primary > ul.submenu > li:last-of-type > a.menu-link > .menu-text,
.no-banner .custom-menu-primary .navigation-primary > ul.submenu > li:last-of-type > a.menu-link > .menu-text{
  background-color: rgba(31, 104, 209, 1.0);
  border-color: rgba(31, 104, 209, 1.0);
  font-weight:500!important;
}

.scroll .custom-menu-primary .navigation-primary > ul.submenu > li:not(:last-of-type) > a.menu-link,
.no-banner .custom-menu-primary .navigation-primary > ul.submenu > li:not(:last-of-type) > a.menu-link{
  color: rgba(85, 85, 85, 1.0);
}

.scroll .custom-menu-primary .navigation-primary > ul.submenu > li:not(:last-of-type) > a.menu-link:hover,
.no-banner .custom-menu-primary .navigation-primary > ul.submenu > li:not(:last-of-type) > a.menu-link:hover{
  color: rgba(31, 104, 209, 0.8);
}

@media (min-width: 1041px){
  header .custom-menu-primary .navigation-primary > ul.submenu > li:last-of-type > a.menu-link > .menu-text {
    background-color: rgba(31, 104, 209, 1.0);
    border-color: rgba(31, 104, 209, 1.0);
  }
}
/*================= Other Elements =================*/

.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
}

.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: rgba(255, 255, 255, 0.8);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 0.8);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #747474;
}

body .header__language-switcher .lang_list_class {
  background-color: rgba(#null, 0.0);
  border-color: rgba(#null, 0.0);
}

body .header__language-switcher .lang_list_class li:hover {
  background-color: rgba(#null, 0.0);
  color: rgba(38, 93, 145, 1.0);
}

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

.header__language-switcher-label-current:after {
  border-top-color: rgba(255, 255, 255, 1.0);
}

@media(max-width: 767px) {

  .header__navigation {
    background-color: rgba(255, 255, 255, 0.0);
  }

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





.custom_footer {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(238, 238, 238, 1.0);
}

.footer__container {
  max-width: 1140px;
  margin: 0 auto;
}

.footer_col .hs-menu-wrapper>ul ul li a {
  color: rgba(0, 0, 0, 1.0);
}

.footer_col .hs-menu-wrapper>ul ul li a:hover {
  color: rgba(4, 128, 251, 1.0);
}

.footer_copyright p {
  color: rgba(207, 215, 223, 1.0);
}

.contacts_contact li a {
  color: rgba(0, 0, 0, 1.0);
}

.contacts_contact li:not(.social-links) a:hover {
  color: rgba(4, 128, 251, 1.0);
}

footer ul li.social-links a i {
  color: rgba(0, 0, 0, 1.0);
}

footer ul li.social-links a:hover i {
  color: rgba(85, 85, 85, 1.0);
}
.footer_col .hs-menu-wrapper>ul>li>a{
  color: rgba(0, 0, 0, 1.0);
}







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

.blog-post__date {
  border-color: #6f7a80;
}

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

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

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

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

.blog-pagination__link {
  color: #6f7a80;
}

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

.blog-post__title {
  color: #000000;
  font-family:Oswald;
  font-size: 32px;
  font-weight: ;
}

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

#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(#null);
}

.hs-blog-listing,
.hs-blog-post {
  background-color: ;
}

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

.blog-post__tag-link:hover{
  color: #0056b3;
}

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

.blog-post__read-more a:hover svg {
  fill: #0056b3;
}

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

.blog-sidebar a {
  color: #6f7a80;
}

.blog-sidebar a:hover {
  color: #0056b3;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

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

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

.blog-post__meta a {
  color: #6f7a80;
}

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

.blog-post__meta a:hover {
  color: #0056b3
}

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

.blog-post__back-to-blog {
  color: #6f7a80;
}

.blog-post__back-to-blog:hover {
  color: #0056b3;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #0056b3;
}

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

.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);
}

.blog_reveal{
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.blog_reveal.active{
  transform: translateY(0);
  opacity: 1;
}
.blog_pp_book_demo {
  padding: 40px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:#212529;
  text-align: center;
width:100%;
  border-radius:20px;
 margin-bottom:30px;
}
.blog_pp_book_demo .containter {
  margin: 0 auto;
}
.blog_pp_book_demo .content {
  max-width: 800px;
  margin: 0 auto;
}
.blog_pp_book_demo h2 {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 30px;
}
.blog_pp_book_demo p {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 30px;
}
.blog_pp_book_demo a {
  background: #0680FB;
  border-radius: 100px;
  padding: 9px 60px;
  color: #fff;
  font-family: DM Sans;
  font-size: 16px;
  line-height: 30px;
  display: inline-block;
  transition: all .3s;
}
.blog_pp_book_demo a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .blog_pp_book_demo h2 {
    font-size: 32px;
    line-height: 1.2;
  }
  .blog_pp_book_demo p {
    font-size: 20px;
    line-height: 1.4;
  }
  .blog_pp_book_demo {
  padding: 100px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-color:#212529;
  text-align: center;
  border-radius:20px;
  width:100%;
}
}










body .icon svg {
  fill: #747474;
}

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

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

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

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

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




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





.content_lp.content-lp h1,
.content_lp.content-lp h2,
.content_lp.content-lp h3,
.content_lp.content-lp h4,
.content_lp.content-lp h5{
  font-family: 'DM Sans';
  line-height: 1.2;
}

.content_lp.content-lp p,
.content_lp.content-lp li{
  line-height:24px;
}

.content_lp.content-lp h1{
  font-size: 2.85em;
  font-weight: 500;
}

.content_lp.content-lp h3{
  font-size: 1.75rem;
  font-weight: 500;
}

.content_lp.content-lp p{
  font-size: 15px;
}

.content_lp.content-lp li{
  font-size: 15px;
  margin-bottom: .5rem;
}

.topic_wrapper h2,
.speaker_wrapper h2{
  font-weight:900;
}

@media(max-width:767px){
.topic_wrapper h2, .speaker_wrapper h2 {
    font-size:32px;
}
}

header .custom-menu-primary .navigation-primary>ul.submenu>li:nth-last-child(3):before {
  background-color: #e6e6e6 !important;
}

/**/
select {
  padding-right: 15px; 
  background-color: transparent !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M6.7 8.7l3 3 3-3z'/%3E%3C/svg%3E") !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 330 330'%3E%3Cpath fill='%23000000' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'%3E%3C/path%3E%3C/svg%3E")!important;
  background-size: 10px 10px!important;
  background-repeat: no-repeat !important;
  background-position: center right 16px !important;
  appearance: none!important;
  -moz-appearance: none;
  -webkit-appearance: none;
}

.pp_book_demo,
.quote-module
{
  max-width: 100%!important; 
}