







/* 1a. Containers */




/* 1b. Colors */



















/* 1c. Typography */



























/* Buttons */
/* 1d. Primary Buttons */











/* 1d. Secondary Buttons */











/* 1d. Primary (Outline) Buttons */
























/* form Buttons */












/* 1e. Forms */


















/* 1f. Tables */













/* Blog */


/* new */




/* 1g. Website header */










/* 1h. Website footer */









.img-fluid {
  font-size: 16px;
}
img.img-fluid {
  font-size: 16px;
}
.body-container {
  padding: 0;
}

}}}}}}






.content-wrapper, .header .header_inner, .container  {
  max-width: 1240px;
}
.body-container-wrapper {
    overflow: hidden;
}
.container-fluid.body-container.body-container--home, .container-fluid.footer__container.footer{
  padding:0;
}
@media screen and (min-width: 1380px)
  .container {
    padding: 0;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 1rem;
}

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






html {
  font-size: 16px;
}

body {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #787878;
  font-size: 16px;
  background-color:#ffffff;
}


/* Paragraphs */

p {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  margin:0;
  margin-top:5px;
  padding:0;
  letter-spacing:.5px;
}

/* Anchors */

a {
  font-weight: normal; text-decoration: none; font-family: Muli, sans-serif; font-style: normal;
  color: #425b76;
  margin:0;
  padding:0;
}

a:hover,
a:focus{
  color:var(--theme_primary)
}

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

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

/* Headings */

h1,
.h1 {
  font-weight: 400; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
  font-size: 48px;
  text-transform: none;
  margin:0;
  margin:10px 0px;
  padding:0;
  line-height:1.5;
}

h2,
.h2 {
  font-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
  font-size: 36px;
  text-transform: none;
  margin:0;
  margin:8px 0px;
  padding:0;
}

h3,
.h3 {
  font-weight: 300; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
  font-size: 28px;
  text-transform: none;
  margin:0;
  margin:6px 0px;
  padding:0;
}

h4,
.h4 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
  font-size: 24px;
  text-transform: none;
  margin:0;
  margin:5px 0px;
  padding:0;
}

h5,
.h5 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
  font-size: 20px;
  text-transform: none;
  margin:0;
  margin:5px 0px;
  padding:0;
}

h6,
.h6 {
  font-weight: normal; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
  font-size: 18px;
  text-transform: none;
  margin:0;
  margin:5px 0px;
  padding:0;
}

/* Blockquote */

blockquote {
  border-left-color: #061d37;
  margin:0;
  margin:5px 0px;
  padding:0;
}

@media(max-width:767px){
  h1{
    font-size:50px;
  }
}
@media(max-width:575px){
  h1{
    font-size:40px;
  }
}
@media(max-width:420px){
  h1{
    font-size:36px;
  }
}






button,
.button {
  border: 1px solid #425b76;

  padding-top: 5px;
padding-right: 25px;
padding-bottom: 5px;
padding-left: 25px;

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

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  transition: .5s;
}
button:hover,
button:focus,
.button:hover,
.button:focus {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: 

  
  
    
  


  rgba(66, 91, 118, 1)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #425b76;
}



.button.secondary {
  border: 1px solid #D94B38;

  padding-top: 5px;
padding-right: 25px;
padding-bottom: 5px;
padding-left: 25px;

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

  
  
    
  


  rgba(217, 75, 56, 1.0)

;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  transition: .5s;
}
.button.secondary:hover,
.button.secondary:focus {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: 

  
  
    
  


  rgba(217, 75, 56, 1)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #D94B38;
}




.button.primary_outline {
  border: 1px solid #425b76;

  padding-top: 5px;
padding-right: 25px;
padding-bottom: 5px;
padding-left: 25px;

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

  
  
    
  


  rgba(66, 91, 118, 0.0)

;
  border-radius: 4px;
  color: #425b76;
  font-size: 16px;
  text-transform: none;
  transition: .5s;
}
.button.primary_outline:hover,
.button.primary_outline:focus {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1)

;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  border-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
}



.button.secondary_outline {
  border: 1px solid #D94B38;

  padding-top: 5px;
padding-right: 25px;
padding-bottom: 5px;
padding-left: 25px;

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

  
  
    
  


  rgba(217, 75, 56, 0.0)

;
  border-radius: 4px;
  color: #D94B38;
  font-size: 16px;
  text-transform: none;
  transition: .5s;
}
.button.secondary_outline:hover,
.button.secondary_outline:focus {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: 

  
  
    
  


  rgba(0, 0, 0, 1)

;
  background-color: 

  
  
    
  


  rgba(217, 75, 56, 1.0)

;
  border-color: 

  
  
    
  


  rgba(217, 75, 56, 1.0)

;
}



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

  padding-top: 5px;
padding-right: 25px;
padding-bottom: 5px;
padding-left: 25px;

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

  
  
    
  


  rgba(217, 75, 56, 1.0)

;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  text-transform: none;
  transition: .5s;
}
.hs-button{
  margin-top:30px;
}
.hs-button:hover,
.hs-button:focus, form input[type=submit]:hover,
form input[type=submit]:focus, form .hs-button:hover,
form .hs-button:focus {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: 

  
  
    
  


  rgba(217, 75, 56, 1)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #D94B38;
}






form{
  
  padding: 20px;

}

form input[type=checkbox], form input[type=radio] {
  width: 30px !important;
}

.form-columns-2 {
  display: flex;
  gap: 50px;
}
@media (max-width:767px){
  .form-columns-2 {
    display: flex;
    gap: 30px;
  }
}
@media (max-width:500px){
  .form-columns-2 {
    display: block;
  }
}


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

form .hs-input {
  width: 100% !important;
}

/* Form title */

.form-title, .hs_cos_wrapper.form-title {
  padding: 10px;
  color: #787878;
  background: #ffffff;
}

/* Labels */

form label {
  font-weight:600;
  font-size:16px;
  color: #787878;
}

/* Help text */

form legend {
  color: #787878;
}

/* 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-top: 0px solid #14203A;
border-right: 0px solid #14203A;
border-bottom: 2px solid rgba(20, 32, 58, 50%);
border-left: 0px solid rgba(20, 32, 58, 0%);

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #787878;
  border-radius: 0px;
  outline:none;
}

/* Form placeholder text */

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

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

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

::placeholder {
  color: #787878;
}

/* Inputs - date picker */

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

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

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

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






/* Table */

table {
  border: 1px solid #787878;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #787878;

  padding: 18px;

  color: #787878;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #787878;
}





.header, .header__language-switcher .lang_list_class, .header__language-switcher .lang_list_class li {
  background-color: 

  
  
    
  


  rgba(6, 29, 55, 0.0)

;
}
.lang_list_class:after{
  border-bottom-color: 

  
  
    
  


  rgba(6, 29, 55, 0.0)

 !important;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #000000;
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

@media (min-width:768px){
  .menu__submenu .menu__item{
    border:none !important;
  }
}

.header__search--toggle:before, .header__navigation--toggle:before, .header__close--toggle:before, .globe_class:before, .header__language-switcher--toggle:before {
  color: #000000;
}
.header form label {
  color: #000000;
}

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

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

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

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

.menu__child-toggle-icon:active {
  border-top-color: #282828;
}
/*
.menu .menu__item--depth-1 > .menu__link--active-link:after {
background-color: ;
}
*/
.menu__child-toggle-icon:before{
  color:var(--white_color);
}

@media (min-width: 767px) {
  .header__language-switcher .lang_list_class{
    background:transparent !important;
  }
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus, .menu__submenu .menu__item {
  color: #787878;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.menu .menu__submenu .menu__child-toggle-icon{
  border-top-color:#787878;
}

.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, .header__language-switcher .lang_list_class li:hover a {
  background-color: #787878;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

  
  
    
  


  rgba(6, 29, 55, 0.0)

;
}

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

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

@media(max-width: 767px) {
  .header__language-switcher-label-current, .header__logo .logo-company-name, .menu__link{
    color: #787878 !important;
  }

  .header__language-switcher--toggle{
    position:relative;
  }
  .header__language-switcher--toggle:before {
    content: "\f0ac";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 23px;
  }

  .header__navigation.open,
  .header__search.open{
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(6, 29, 55, 0.0)

;
  }
  .menu__child-toggle-icon:before{
    color: #787878 ;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: #000000;
  }
  .header__language-switcher-label-current, .header__logo .logo-company-name, .menu__link{
    color: #787878 ;
  }
}
input.hs-search-field__input {
  background: var(--white_color) !important
}




.footer {
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1.0)

;
}
.footer_copyright{
  border-top: 1px solid;
  background-color: 

  
  
    
  


  rgba(66, 91, 118, 1)


}

/* 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: #ffffff;
}
.footer ul li a:before {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f105";
  font-size: 18px;
  display: inline-block;
  left: 2px;
  position: absolute;
  top: 9px;
  transition:.4s;
}
.footer ul li {
  padding-left: 16px;
  position: relative;
  line-height: 38px;
}
.footer ul li a{
  display:block;
  transition:.4s;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer ul li a:hover:before {
  left: 4px;
}
.footer ul li a, .footer label,
.footer span,
.footer li, .footer p {
  font-family: Muli, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
}
@media (max-width:767px){
  .footer .footer_copyright {
    text-align: center;
  }
  .footer .footer_copyright .social-links {
    justify-content: center !important;
    margin-top: 20px;
  }
}



html {
  scroll-behavior: smooth;
}
#scrollTop {
  -webkit-position: fixed;
  -moz-position: fixed;
  -ms-position: fixed;
  -o-position: fixed;
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--theme_secondary) !important;
  width: 35px;
  height: 35px;
  display: block;
  text-decoration: none;
  border-radius: 50%;
  display: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index:20;
}
#scrollTop i {
  color: var(--white_color);
  margin: 0;
  position: relative;
  left: 10px;
  top: 2px;
  font-size: 16px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#scrollTop:hover {
  background: var(--black_color);
}
#scrollTop:hover i {
  color: var(--white_color);
  top: 0px;
}





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

/* Blog post */

.blog-post {
  max-width: 960px;
}

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

.blog-post__tag-link {
  color: #787878;
}

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

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

/* 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-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  text-transform: none;
}

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

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

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

/* Blog comments */

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

#comments-listing .comment-reply-to {
  color: #425b76;
}

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

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





.hs-search-results__title {
  font-weight: 400; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
}





/* 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-weight: 700; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: var(--theme_tertiary);
}

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

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

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

/* Blog pagination */

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

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

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

.pagination__link-icon svg {
  fill: #787878;
}

/* Pricing card */

.card__price {
  font-weight: 300; text-decoration: none; font-family: Poppins, serif; font-style: normal;
  color: #787878;
  font-size: 28px;
}

.card__body svg {
  fill: #425b76;
}

/* social follow */
.footer_copyright .social-links .social_outer .social-links__link:hover svg {
  fill: var(--theme_secondary) !important;
}


/* A1. Root Declearation */
:root{
  --theme_primary: #425b76;
  --primaty_light:#6a839e;
  --theme_secondary: #061d37;
  --secondary_light: #2e455f;
  --theme_tertiary: #D94B38;
  --tertiary_light: #ff7360;
  --white_color: #ffffff;
  --light_color: #eaeaea;

  --extra_light_color: #eaeaea;
  --little_dark_color: #979797;
  --dark_color: #787878;
  --extra_dark_color: #5a5a5a;
  --light_color: #eaeaea;

  --black_color: #000000;
  --headline_text_color: #787878;
  --body_text_color: #787878;
  --link_text_color: #425b76;
  --link_text_color_hover: #425b76;
}

/* other */
form .inputs-list {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}