







/* 1a. Containers */




/* 1b. Colors */





/* 1c. Typography */

















/* 1d. Buttons */

/* Primary Button */








/* Secondary Button */








/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */






/* 1h. Site footer */








/* 1i. Blog Misc */











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

.container {
  max-width: calc(1140px + 30px);
  padding-left: 15px;
  padding-right: 15px;
}

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 48px 15px;
}

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





html {
  font-size: 18px;
}

body {
  font-family: Raleway, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #2f2e2e;
}

/* Paragraphs */

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

/* Anchors */

a {
  color: #000066;
}

a:hover,
a:focus {
  color: #00003e;
}

a:active {
  color: #28288e;
}

/* Headings */

h1, .h1 {
  font-weight: 700; text-decoration: none; font-family: Raleway, serif; font-style: normal;
  color: #2f2e2e;
  font-size: 40px;
}

h2, .h2 {
  font-weight: 700; text-decoration: none; font-family: Raleway, serif; font-style: normal;
  color: #2f2e2e;
  font-size: 32px;
}

h3, .h3 {
  font-weight: 700; text-decoration: none; font-family: Raleway, serif; font-style: normal;
  color: #2f2e2e;
  font-size: 28px;
}

h4, .h4 {
  font-weight: 700; text-decoration: none; font-family: Raleway, serif; font-style: normal;
  color: #2f2e2e;
  font-size: 24px;
}

h5, .h5 {
  font-weight: normal; text-decoration: none; font-family: Raleway, serif; font-style: normal;
  color: #000000;
  font-size: 20px;
}

h6, .h6 {
  font-weight: normal; text-decoration: none; font-family: Raleway, serif; font-style: normal;
  color: #2f2e2e;
  font-size: 16px;
}

/* Blockquote */

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





/* Primary */
button,
.button.primary {
  background-color: 

  
  
    
  


  rgba(0, 0, 102, 1.0)

;
  border: 0px solid #000066;
  border-radius: 3px;
  color: #fff;
  padding: 11px 28px;
}

button:hover,
button:focus,
.button.primary:hover,
.button.primary:focus {
  background-color: rgba(0, 0, 62, 1.0);
  border-color: #00003e;
  color: #fff;
}

button:active,
.button.primary:active {
  background-color: rgba(40, 40, 142, 1.0);
  border-color: #28288e;
  color: #fff;
}

/* Secondary */

button,
.button.secondary {
  background-color: 

  
  
    
  


  rgba(253, 199, 99, 1.0)

;
  border: 1px solid #fdc763;
  border-radius: 3px;
  color: #FFFFFF;
  padding: 11px 28px;
}

button:hover,
button:focus,
.button.secondary:hover,
.button.secondary:focus {
  background-color: rgba(213, 159, 59, 1.0);
  border-color: #d59f3b;
  color: #FFFFFF;
}

button:active,
.button.secondary:active {
  background-color: rgba(255, 239, 139, 1.0);
  border-color: #ffef8b;
  color: #FFFFFF;
}





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

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(0, 0, 102, 1)

;
  color: #fdc763;
}

/* Form label */

form label {
  color: #2f2e2e;
}

/* Form help text */

form legend {
  color: #2f2e2e;
}

/* Form 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-color: #D1D6DC;
  color: #2f2e2e;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
form select:focus,
form textarea:focus {
  border-color: #000066;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #2f2e2e;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: 

  
  
    
  


  rgba(0, 0, 102, 1.0)

;
  border: 0px solid #000066;
  border-radius: 3px;
  color: #fff;
  padding: 11px 28px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: rgba(0, 0, 62, 1.0);
  border-color: #00003e;
  color: #fff;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 40, 142, 1.0);
  border-color: #28288e;
  color: #fff;
}





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #2f2e2e;
}

th,
td {
  border-color: #2f2e2e;
  color: #2f2e2e;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(0, 0, 102, 1)

;
  border-bottom-color: #2f2e2e;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #2f2e2e;
}





.main-header .header-lower .bg-layer, .main-header .header-lower .bg-layer:before, .main-header .nav-outer  {
  background-color: 

  
  
    
  


  rgba(0, 0, 102, 1.0)

;
}

body .navigation-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
header .desktop-list-wrapper ul li a,
header .header-wrapper .drawer .drawer-inner ul li a,
header .desktop-list-wrapper p
{
  color: #2f2e2e;
  font-family: Raleway, sans-serif;
}

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

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

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

body .submenu.level-2,
.header__language-switcher .lang_list_class {
  background-color: 

  
  
    
  


  rgba(0, 0, 102, 1.0)

;
  border-color: #000066;
}

.header__language-switcher .lang_list_class {
  border: none;
  transition-delay: 0.3s;
}

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

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


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(0, 0, 102, 1.0)

;
}

.main-header .btn-outer:hover:before {
  background-color: #000066;
}
.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(0, 0, 102, 1.0)

;
}

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

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

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

  
  
    
  


  rgba(0, 0, 102, 1.0)

;
  }

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





.footer {
  background-color: 

  
  
    
  


  rgba(17, 17, 18, 1.0)

;
}


/* Footer Content */

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





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

.blog-post__date {
  border-color: #2f2e2e;
}

.blog-post__tag-link {
  color: #2f2e2e;
}

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

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

.blog-pagination__link {
  color: #2f2e2e;
}

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

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

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

#comments-listing .comment-reply-to:active {
  color: #28288e;
}











.card__price {
  font-weight: 700; text-decoration: none; font-family: Raleway, serif; font-style: normal;
  color: #2f2e2e;
  font-size: 28px;
}







/* Header */

.site-global-header .main-menu-nest-01 .active>a, .site-global-header .desktop-list-wrapper ul li a:hover, .site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.main-menu-nest-02 li.has-sub-navigation>ul.main-menu-nest-03>li>a:hover {
  color: #000066;
}

.site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.simple-menu div>ul li a:hover, .site-global-header .desktop-list-wrapper ul li.has-sub-navigation>ul.simple-menu div>ul li.hs-item-has-children:hover>a {
  border-left-color: #000066;
}


header#site-header {
  position: ;
}

/* Footer */
.footer .footer-top__navbar-social-flex .footer-top__navbar-social-item:hover svg path {
  fill: #000066;
}

.footer .footer-top__navbar-navigation-wrapper ul a, .footer li.hs-menu-item.hs-menu-depth-1.active.active-branch a {
  color: #ddd;
}

.footer .social-links {
  justify-content: flex-start;
}

.footer .social-links__icon:hover, .footer .social-links__icon:focus {
  background-color: #000066;
}

.footer .social-links__icon:hover svg, .footer .social-links__icon:focus svg {
  fill: #fff;
}

.footer .footer-bottom {
  background-color: 

  
  
    
  


  rgba(17, 17, 18, 1.0)

;
  color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}

.footer .footer-bottom .footer-bottom__content-box h3, .footer .footer-bottom .footer-bottom__content-box span {
  color: 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
}


/* Video Module */

.turned-into-video .play-button svg path {
  fill: #000066;
}


/* Theme Background Color */

.bg-theme-color-primary {
  background-color: #000066;
}

.bg-theme-color-secondary {
  background-color: #fdc763;
}

.bg-theme-color-tirtiary {
  background-color: ;
}

/* Blog */

.blog-content-box .blog-colm:nth-last-child(1):before {
  background-color: #000066;
}

.blog-detail-social a:hover, .blog-right-side .sidelist ul li a {
  color: #2f2e2e;
}

.blog-detail-social a:hover, .blog-right-side .sidelist ul li a:hover {
  color: #000066;
}

/* FAQ */

.faq-box__header figure svg line {
    stroke: #000066;
}


/* Forms */



/* Search */

.hs-search-results__title {
  font-family: inherit;
}

.hs-search-results__listing {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

body .hs-search-results__listing li {
  width: 100%;
  max-width: 32.333336%;
  padding: 1.5rem;
  border: 1px solid #eee;
  margin-bottom: 2rem;
}

/* Buttons */




.portfolio-extended__button-wrapper svg path {
  stroke: #fff;
}


/* Blog */
.blog-pagination__link {
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 0.35rem 0.95rem;
  background-color: #fff;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: unset;
  border: none;
  color: #2f2e2e;
}

.blog-pagination__link:hover {
  background-color: #ddd;
  color: inherit;
  text-decoration: none;
  border: none;
}

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

.blog-pagination__link--active {
  color: #fff;
  background-color: #000066;
  border-color: #000066;
  pointer-events: none;
}

.blog-pagination__prev-link--disabled, .blog-pagination__next-link--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.blog-right-side .input-group input {
  color: #000;
}

.blog-content-box .blog-colm a, .misc-row__column select {
  color: #2f2e2e; 
}

.blog-header {
  background-color: 

  
  
    
  


  rgba(22, 20, 159, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.blog-header h1, .blog-header p, .blog-header h2 {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

@media (min-width: 992px) {
  .col-lg-6 .box.portfolio-extended .image-card {
    min-height: 17.5rem;
  }
}

.blog-with-sidebar-background-color {
  background-color: 

  
  
    
  


  rgba(247, 247, 247, 1.0)

;
}

/* Forms */

.submitted-message {
  font-weight: 600;
  text-align: center;
  background-color: #7fe87fab;
  padding: 0.5rem;
  border-radius: 4px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}


/* Globals */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h4,
.h5,
.h6 {
  line-height: 1.3;
}


body,
html {
  line-height: 1.8;
}

.systems-page form input[type='submit'] {
  width: auto;
}

.systems-page label {
  display: block;
}

/* Typography */

.theme__color-heading__primary {
  color: #000066;
}

.theme__color-heading__secondary {
  color: #fdc763;
}

.theme__color-heading__tertiary {
  color: ;
}

.theme__color-fill-icon__primary svg path {
  fill: #000066;
}

.theme__strong-subtitle {
  font-size: 1.25rem;
  font-weight: 700;
}

.link-button {
  font-weight: 700;
  color: #000066
}

/* iFrame */
.hs-responsive-embed-wrapper.hs-responsive-embed {
    max-width: 100% !important;
}

/* List Style */
.styled-list-one li:before {    color: #000066;
    border-color: #000066;
}
.testimonials-slide .icon-box {  color: #000066; }
.team-section .team-member .team-social-links a {  color: #000066; background: #fdc763;  }
.team-section .team-member .team-social-links a:hover { background:  #000066;  color: #ffffff; }
.team-section .team-member .team-social-links svg {
    height: 15px;
    fill: #000066; 
}
.team-section .team-member .hover-info { background: #000066;  }
.team-section .team-member .hover-info:before {  background: #000066; }
.team-section .owl-nav .owl-prev, .team-section .owl-nav .owl-next {border-color: #000066;  !important;  background: none !important;  }
.team-section  .owl-nav .owl-prev:hover, .team-section .owl-nav .owl-next:hover { background: #000066; !important; border-color: #000066;  !important; }