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

/* Test */



















































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

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

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




html {
  font-size: 1.25;
}

body {
  color: #3F3F3F;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
  font-weight: 400;
  font-size: 1.25rem;
}

p {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

a {
	font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
	color: rgba(131, 29, 112, 1.0);
}

a:hover,
a:focus {
	color: rgba(182, 47, 156, 1.0);
}

a:active {
	color: rgba(171, 69, 152, 1.0);
}

h1 {
  color: #14223f;
  font-family: Roboto Slab;
  font-size: 2.75rem;
  font-weight: 600;
}

@media(max-width: 767px) {
  h1 {
    font-size: 2.3375rem;
  }
}

h2 {
  color: #14223f;
  font-family: Roboto Slab;
  font-size: 2.125rem;
  font-weight: 600;
}

@media(max-width: 767px) {
  h2 {
    font-size: 1.80625rem;
  }
}

h3 {
  color: #14223f;
  font-family: Roboto Slab;
  font-size: 1.625rem;
  font-weight: 600;
}

@media(max-width: 767px) {
  h3 {
    font-size: 1.3812499999999999rem;
  }
}

h4 {
  color: #14223f;
  font-family: Open Sans;
  font-size: 1.25rem;
  font-weight: 600;
}

@media(max-width: 767px) {
  h4 {
    font-size: 1.0625rem;
  }
}

h5 {
  color: #14223f;
  font-family: Open Sans;
  font-size: 1rem;
  font-weight: 600;
}

h6 {
  color:  ;
  font-family: ;
  font-size: 0.875rem;
  font-weight: 600;
}

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







form,
.submitted-message {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

h3.form-title {
  background-color: rgba(245, 248, 250, 0.0);
  color: rgba(51, 71, 91, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(65, 98, 207, 1.0);
  border-color: rgba(65, 98, 207, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(65, 98, 207, 1.0);
  background-color: rgba(65, 98, 207, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(105, 138, 247, 1.0);
  border-color: rgba(105, 138, 247, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(51, 71, 91, 1.0);
}

.hs-form legend {
  color: rgba(51, 71, 91, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(203, 214, 226, 1.0);
  color: rgba(51, 71, 91, 1.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(65, 98, 207, 0.8);
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,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: #F8FAFC !important;
}





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(65, 98, 207, 1.0);
	color: rgba(65, 98, 207, 1.0);
}

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

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(65, 98, 207, 1.0);
}

table,
tbody + tbody {
	border-color: rgba(65, 98, 207, 1.0);
}





header.header {
  background-color: rgba(10, 34, 64, 0.81);
}

.header__container {
  max-width: 1140px;
}

body .custom-menu-primary a,
.last-nav ul li a,
.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);
}



.custom-menu-primary ul li a:hover,
.last-nav ul li a:hover,
.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(10, 34, 64, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary ul li a.active-item,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(10, 34, 64, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary ul>li:hover>a,
.last-nav ul>li:hover>a {
  color: rgba(10, 34, 64, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}

body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary ul ul,
.last-nav ul ul{
  background-color: rgba(255, 255, 255, 1.0);
}
.custom-menu-primary ul ul li a,
.last-nav ul ul li a{
  color: rgba(10, 34, 64, 1.0);
}

.custom-menu-primary ul ul li a:hover,
.last-nav ul ul li a:hover,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(255, 251, 244, 1.0);
  background-color: rgba(10, 34, 64, 1.0);
}



.custom-menu-primary ul ul li a.active-item{
  color: rgba(255, 251, 244, 1.0);
  background-color: rgba(162, 35, 141, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif;
}

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

.last-tab a{
  color: rgba(248, 248, 248, 1.0);
}

.last-tab a:hover{
  color: rgba(198, 209, 231, 1.0);
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: rgba(10, 34, 64, 0.81);
  }

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





.footer {
  background-color: rgba(237, 237, 237, 1.0);
  color: rgba(84, 89, 95, 1.0);
}

.footer a{
  color: rgba(63, 63, 63, 1.0);
}

.footer a:hover{
  color: rgba(131, 29, 112, 1.0);
}

.footer-top .row .elementor-column-wrap{
  background-color: rgba(248, 248, 248, 1.0);
  color: rgba(63, 63, 63, 1.0);
}

.footer-top h4{
  color: rgba(20, 34, 63, 1.0);
}

.footer-top p{
  color: rgba(84, 89, 95, 1.0);
}

.elementor_inner .col.col-two .box-btn>a{
  background-color: rgba(131, 29, 112, 1.0);
  color: rgba(248, 248, 248, 1.0);
}

.elementor_inner .col.col-two .box-btn>a:hover{
  background-color: rgba(184, 54, 160, 1.0);
  color: rgba(248, 248, 248, 1.0);
}

.bottom_row .bottom_wrapper ul li a {
  color: rgba(84, 89, 95, 1.0);
}

.bottom_row .bottom_wrapper ul li a:hover {
  color: rgba(18, 113, 168, 1.0);
}

.bottom_row .bottom_wrapper p{
  color: rgba(84, 89, 95, 1.0);
}

.button-row .button-wrapper a {
  background-color: rgba(20, 34, 63, 1.0);
  color: rgba(237, 237, 237, 1.0);
}

.button-row .button-wrapper a:hover {
  background-color: rgba(20, 34, 63, 1.0);
  color: rgba(237, 237, 237, 1.0);
}

.footer__container {
  max-width: 1140px;
}

.footer-mega-menu {
  background-color: rgba(34, 62, 84, 1.0);
}

.footer-mega-menu ul li a {
  color: rgba(243, 243, 243, 1.0);
}

.footer-mega-menu ul li a:hover {
  color: rgba(243, 243, 243, 1.0);
}

.footer-mega-menu ul ul li a {
  color: rgba(224, 224, 224, 1.0);
}

.footer-mega-menu ul ul li a:hover {
  color: rgba(41, 68, 125, 1.0);
  background-color: rgba(248, 248, 248, 1.0);
}





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

.blog-post__date {
	border-color: #3F3F3F;
}

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

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

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

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

.blog-pagination__link {
	color: #3F3F3F;
}

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

.blog-post__title {
	color: #14223f;
	font-family:Roboto Slab;
	font-size: 2.125px;
	font-weight: ;
}

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

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











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

.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=}
}

.dnd-section{
  padding-left:4em;
  padding-right:4em;
}
  .page-center,.dnd-section>.row-fluid,
  .footer__container,.content-wrapper{
    max-width:1140px;
        margin: 0 auto;
  }


@media (max-width:1024px) {
  .dnd-section{
  padding-left:1.5em;
  padding-right:1.5em;
}
  .page-center,.dnd-section>.row-fluid,
  .footer__container,.content-wrapper{
    max-width:1025px;
  }
}

@media (max-width:768px) {
  .dnd-section{
  padding-left:1em;
  padding-right:1em;
}
  .page-center,.dnd-section>.row-fluid,
  .footer__container,.content-wrapper{
    max-width:768px;
  }
}

body {
  background:#fff;
}