







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/* 1e. Forms */













/* 1f. Tables */













/* 1g. Website header */












/* 1h. Website footer */








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

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

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





html {
  font-size: 16px;
}

body {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #444d5a;
  font-size: 16px;
}

/* Paragraphs */

p {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #444d5a;
}

a:hover,
a:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color:  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

a:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #6c7582;
}

/* Headings */

.text_primary_color {
  color: #444D5A;
}

.text_secondary_color {
  color: #E18B08;
}

h1 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;
  font-size: 64px;
  text-transform: none;
}

h2 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;
  font-size: 48px;
  text-transform: none;
}

h3 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;
  font-size: 36px;
  text-transform: none;
}

h4 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #444d5a;
  font-size: 30px;
  text-transform: none;
}

h5 {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #444d5a;
  font-size: 24px;
  text-transform: none;
}

h6 {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: 500; text-decoration: none;
  color: #606060;
  font-size: 20px;
  text-transform: none;
}


.paragraph_2{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 16px;
line-height: 24px;
}

.paragraph_3{
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 20px;
}
.paragraph_4{
font-family: 'Poppins';
font-style: normal;
font-weight: 700;
font-size: 18px;
line-height: 20px;
}
/* Blockquote */

blockquote {
  border-left-color: #E18B08;
}





button,
.button {
  border: 1px solid #333A44;

  padding-top: 12px;
padding-right: 44px;
padding-bottom: 12px;
padding-left: 44px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 58, 68, 1.0)

;
  border-radius: 5px;
  color: #FFFFFF;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(11, 18, 28, 1.0);
  border-color: #0b121c;
}

button:active,
.button:active {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(91, 98, 108, 1.0);
  border-color: ;
}





form,
.submitted-message {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Form title */

.form-title {
  color: #333A44;
}

/* Labels */

form label {
  color: #667387;
}

/* Help text */

form legend {
  color: #272E40;
}

/* 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 {
  border: 1px solid #9CA6B6;
;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #333A44;
  border-radius: 5px;

}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #C6CCD5;
}

::-moz-placeholder {
  color: #C6CCD5;
}

:-ms-input-placeholder {
  color: #C6CCD5;
}

::placeholder {
  color: #C6CCD5;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #C6CCD5;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px solid #333A44;

  padding-top: 12px;
padding-right: 44px;
padding-bottom: 12px;
padding-left: 44px;

  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(51, 58, 68, 1.0)

;
  border-radius: 5px;
  color: #FFFFFF;
  font-size: 16px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(11, 18, 28, 1.0);
  border-color: #0b121c;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(91, 98, 108, 1.0);
  border-color: ;
}





/* Table */

table {
  border: 1px solid #494A52;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #494A52;

  padding: 18px;

  border-color: ;
  color: #494A52;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(68, 77, 90, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}





.header {
  width: 100%;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  box-shadow: rgb(0 0 0 / 10%) 0px 2px 4px 0px;
  position: fixed;
  padding: 10px 0;
  /* border: 1px solid #000; */
  top: 0;
  transition: all .5s;
}

.header__logo img {
  max-width: 150px;
  width: 100% !important;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Poppins;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link: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: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 {
  text-transform: initial;
}
.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

.menu__link {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;font-size: 12px;font-family: Poppins, sans-serif;
}


.menu__wrapper li:not(:last-child) {
  margin-right: 20px;
}




@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 1px none #606060;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 1px none #606060;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #333A44;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(#null, 1)

;
}

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

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

.menu__link:hover {
  font-family: Poppins, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;font-size: 12px;font-family: Poppins, sans-serif;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(229, 229, 229, 1.0)

;
}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #606060;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 40px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #444d5a;
}

.blog-post__tag-link {
  color: #444d5a;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #1c2532;
}

.blog-post__tag-link:active {
  color: #6c7582;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #333a44;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #0b121c;
}

.blog-related-posts__title-link:active {
  color: #5b626c;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 40px;
}

#comments-listing .comment-reply-to {
  color: #444d5a;
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: #1c2532;
}

#comments-listing .comment-reply-to:active {
  color: #6c7582;
}





.hs-search-results__title {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #333a44;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #0b121c;
}

.blog-index__post-title-link:active {
  color: #5b626c;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #444d5a;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #444d5a;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #1c2532;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #6c7582;
}

.pagination__link-icon svg {
  fill: #444d5a;
}

/* Pricing card */

.card__price {
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;
  font-size: 36px;
}

.card__body svg {
  fill: #444D5A;
}

/* Social follow */

.social-links__icon {
  background-color: #444D5A;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #1c2532;
}

.social-links__icon:active {
  background-color: #6c7582;
  font-family: 'DM Serif Display', serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #333a44;
  font-size: 36px;
}

.container, .container-padding {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}
/***Shadows*/
.no-shadow{
box-shadow:none;
}
.shadow_base{
box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.06), 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.shadow_1{
box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.06), 0px 4px 6px rgba(0, 0, 0, 0.1);
}
.shadow_2{

box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1), 0px 4px 6px rgba(0, 0, 0, 0.05);
}
.shadow_3{

box-shadow: 0px 20px 25px rgba(0, 0, 0, 0.1), 0px 10px 10px rgba(0, 0, 0, 0.04);
}

.shadow_4{

box-shadow: 0px 25px 50px rgba(0, 0, 0, 0.25);
}
.shadow_5{
box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.06);
}

.shadow_6{
box-shadow: 0px 10px 15px rgba(0, 87, 255, 0.1), 0px 4px 6px rgba(55, 135, 255, 0.05);

}
.shadow_7{
  box-shadow: 0px 20px 25px rgba(0, 71, 255, 0.1), 0px 10px 10px rgba(74, 136, 255, 0.04);
}
/*cards*/
.card_item{
  padding: 20px;
  margin: 10px;
}
.card_item__icon{
  background: #FFFFFF;
  box-shadow: 0px 4px 30px rgba(83, 81, 81, 0.2);
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.card_item__icon_svg svg{
  width: 30px;
}
.card_item__icon_image img{
  max-width: 50px;
  width: 100%;
}
.card_item__content-cta{
  margin-top: 30px;
}



/***RESPONSIVE**/

@media only screen and (max-width:768px){
  h1{
    font-size:45px;
    line-height:50px;
  }
 h2{
   font-size:35px;
  }
  

}