







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */














































/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */








.content-wrapper {
  max-width: 100%;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 100px 70px;
}

.dnd-section > .row-fluid {
  max-width: 100%;
}







body {
  font-size: 16px;
  color: #5b688b;
  font-weight: 400;
  font-family: Suisse BP Intl;
}



/* Paragraphs */

p {
  font-size: 16px;
  color: #5b688b;
  font-weight: 400;
  font-family: Suisse BP Intl;
}

/* Anchors */

a {
  color: #3f55fa;
  transition: ease-in-out .4s;
}

a:hover,
a:focus,
a:active {
  color: #3f55fa;
}

/* Headings */









h1 {
  color: #00073b;
  font-family: Poppins;
  font-size: 25px;
  font-weight: 600;
}

h2 {
  color: #00073b;
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
}



h3 {
  color: #00073b;
  font-family: Poppins;
  font-size: 20px;
  font-weight: 600;
}


h4 {
  color: #00073b;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 600;
}


h5 {
  color: #00073b;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 600;
}

h6 {
  color: #00073b;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
}





/* Blockquote */







.hs-button,
.button {
  background-color: rgba(63, 85, 250, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
  border-radius: 100px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 700 !important;
  transition: ease-in-out .4s !important;
}

.hs-button:hover,
.button:hover{
  background-color: rgba(250, 67, 50, 1.0);
  border-color: rgba(221, 221, 221, 1.0);
  color: rgba(255, 255, 255, 1.0);
}



/* button,
.button {
background-color: 

  
  
    
  


  rgba(63, 85, 250, 1.0)

;
border: 0px solid #ddd;
border-radius: 100px;
color: #FFFFFF;
padding: 15px 25px;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
background-color: rgba(23, 45, 210, 1.0);
border-color: #b5b5b5;
color: #FFFFFF;
}

button:active,
.button:active {
background-color: rgba(103, 125, 255, 1.0);
border-color: #ffffff;
color: #FFFFFF;
} */





form,
.submitted-message {
  font-size: 16px;
  color: #5b688b;
  font-weight: 400
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #00073B;
}

/* Form label */

form label {
  color: #00073B;
}

/* Form help text */

form legend {
  color: #00073b;
}

/* Form inputs */



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,
form input,
form select,
form textarea,
.hs-input{
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(0, 7, 59, 1.0);
  border-radius: 0px;
}

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,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(153, 153, 153, 1.0);
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #5b688b;
}

::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder,
::placeholder,
.hs-fieldtype-date .input .hs-dateinput:before {
  color: #5b688b;
}

/* Date picker */

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

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

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

/* Submit button */

/* form input[type=submit],
form .hs-button {
background-color: 

  
  
    
  


  rgba(63, 85, 250, 1.0)

;
border: 0px solid #ddd;
border-radius: 100px;
color: #FFFFFF;
padding: 15px 25px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
background-color: rgba(23, 45, 210, 1.0);
border-color: #b5b5b5;
color: #FFFFFF;
}

form input[type=submit]:active,
form .hs-button:active {
background-color: rgba(103, 125, 255, 1.0);
border-color: #ffffff;
color: #FFFFFF;
} */





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

th,
td {
  border-color: #000;
  color: #000;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(63, 85, 250, 1.0)

;
  border-bottom-color: #000;
  color: #FFFFFF;
}

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




.header-top a {
  color: rgba(91, 104, 139, 1.0);
}
.header-top a:hover {
  color: rgba(63, 85, 250, 1.0);
}

.header-top{
  background-color: rgba(249, 249, 249, 1.0);
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li > a {
  color: rgba(11, 18, 57, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover {
  color: rgba(63, 85, 250, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.active > a {
  color: rgba(63, 85, 250, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul  {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a {
  color: rgba(11, 18, 57, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
  color: rgba(63, 85, 250, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.custom-menu-primary .hs-menu-wrapper > ul ul li.active a {
  color: rgba(63, 85, 250, 1.0);
  background-color: rgba(255, 255, 255, 0.0);
}
.header-button a{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(63, 85, 250, 1.0);
}
.header-button a:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(255, 137, 0, 1.0);
}


body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: #0b1239;
  font-family: Suisse BP Intl;
}

body .navigation-primary a:hover,
body .navigation-primary a: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: #000011;
}

body .navigation-primary a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: #333a61;
}

body .navigation-primary .submenu.level-1 > li > a.active-item:after {
  background-color: #0b1239;
}

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: ;
}

body .submenu.level-2 > li:first-child:before {
  border-color: ;
}

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

body .submenu.level-2 .menu-item .menu-link:hover,
body .submenu.level-2 .menu-item .menu-link:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

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

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

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

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





.footer {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(91, 104, 139, 1.0);
}
.footer-contact p{
  color: rgba(91, 104, 139, 1.0);
}
.footer-social-icons a {
  background-color: rgba(0, 7, 59, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.footer-social-icons a:hover {
  background-color: rgba(63, 85, 250, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer-bottom p {
  color: rgba(119, 135, 180, 1.0);
}
.footer-bottom a {
  color: rgba(119, 135, 180, 1.0);
}
.footer-bottom a:hover {
  color: rgba(119, 135, 180, 1.0);
}

.footer-menu .hs-menu-wrapper>ul>li>a, 
.footer-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li.hs-item-has-children>ul>li>a {
  color: rgba(63, 85, 250, 1.0);
}
.footer-menu .hs-menu-wrapper>ul>li>a:hover, 
.footer-menu .hs-menu-wrapper>ul>li:nth-child(2)>ul>li.hs-item-has-children>ul>li>a:hover {
  color: rgba(63, 85, 250, 1.0);
}

.footer-menu .hs-menu-wrapper>ul ul li a {
  color: rgba(91, 104, 139, 1.0);
}
.footer-menu .hs-menu-wrapper>ul ul li a:hover {
  color: rgba(119, 135, 180, 1.0);
}

/* Footer Content */

/* .footer * {
color: #5b688b;
} */





/* Blog Header */

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

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

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

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

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

.blog-pagination__link {
  color: #5b688b;
}

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

.blog-post__title {
  color: #00073b;
  font-family:Poppins;
  font-size: 25px;
  font-weight: ;
}

.blog-post__author {
  background-color: #0b1239;
}

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

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

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

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

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

.blog-index__post-content a {
  color: #5b688b;
}

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

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

.blog-sidebar a {
  color: #5b688b;
}

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

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

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

.blog-post__meta a {
  color: #5b688b;
}

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

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

.blog-post__back-to-blog {
  color: #5b688b;
}

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

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

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

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

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











.card__price {
  font-family: Poppins
    font-size: 20px;
  color: #00073b;
  font-weight: 
}




/* custom styles GF */

html {
	scroll-behavior: smooth;
}

.underline-custom {
  background-image: linear-gradient(#7787B4 0 0);
  background-position: bottom left; /*Adjust the background-position to move the line*/
  background-size: 100px 1px; /*Adjust the background size to control length and height*/
  background-repeat: no-repeat;
  padding-bottom: 25px; /* this can also control the position */
  margin:15px 0 25px 0;
}

.main-content a:focus.button {
 color:white; 
}

.site-container {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}