/* ******************************************************************************
*********************************************************************************
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: 75rem;
}

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

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




html {
  
}

body {
  color: #303030;
  font-family: Roboto;
  font-size: 16px;
}

p {
  font-family: Roboto;
  font-weight: 400;
}

a {
  font-family: Roboto;
  color: rgba(0, 91, 172, 1.0);
  cursor: pointer;

}


ol,ul{
  font-weight: 400;
}


a:hover,
a:focus {
  color: rgba(30, 144, 255, 1.0);
}

a:active {
  color: rgba(40, 131, 212, 1.0);
}

h1 {
  color: #13245a;
  font-family: Roboto Condensed;
  font-size: 40px;
  font-weight: 700;
}

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

h2 {
  color: #231F1F;
  font-family: Roboto Condensed;
  font-size: 24px;
  font-weight: 400;
}

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

h3 {
  color: #999999;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

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

h4 {
  color: #303030;
  font-family: Roboto Condensed;
  font-size: 18px;
  font-weight: 700;
}

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

h5 {
  color: #303030;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
}

h6 {
  color: #303030;
  font-family: Roboto Condensed;
  font-size: 16px;
  font-weight: 700;
}

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





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  font-family: Roboto;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(48, 48, 48, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(30, 144, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  border-radius: 3px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 45px;
  padding-right: 45px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {

  background-color: rgba(30, 187, 255, 1.0);
  border-color: #1ebbff;
  color: rgba(255, 255, 255, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(70, 184, 255, 1.0);
  border-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(48, 48, 48, 1.0);
}

.hs-form legend {
  color: rgba(85, 85, 85, 1.0);
}

form input,
form select,
form textarea,
.hs-input {
  border-color: rgba(153, 153, 153, 1.0);
  color: ;
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(0, 0, 0, 1.0);
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: Roboto;
}

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

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

.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(48, 48, 48, 1.0);
  color: rgba(48, 48, 48, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(48, 48, 48, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(48, 48, 48, 1.0);
}





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

.header__container {
  max-width: 75rem;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {

}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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 {

}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: #a6dff3;
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {

}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: ;
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {

}
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {

}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #a6dff3;
}
body .custom-menu-primary .submenu.level-2 > li > a {

}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {

}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #13245a;
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {

}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {

}

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

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

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

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

/* header-css */

.header-bottom{
  background-color: rgba(19, 36, 90, 1.0);

}



.custom-menu-primary ul.submenu.level-1>li>a{
  color: rgba(255, 255, 255, 1.0);
}

.custom-menu-primary ul.submenu.level-1>li:hover>a{
  color: rgba(166, 223, 243, 1.0);
  background-color: rgba(26, 26, 26, 1.0);
} 

.custom-menu-primary ul.submenu.level-1>li.active-branch{
  background-color: rgba(26, 26, 26, 1.0);
}


.custom-menu-primary ul.submenu.level-1>li>a.active-branch,
.custom-menu-primary ul.submenu.level-1>li>a.active-item{
  color: rgba(166, 223, 243, 1.0);
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2{
  background-color: rgba(19, 36, 90, 1.0);
}


.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a{
  color: rgba(238, 238, 238, 1.0);
}

.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a:hover{
  background-color: rgba(44, 149, 211, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.custom-menu-primary ul.submenu.level-1>li ul.submenu.level-2>li>a.active-branch{
  background-color: rgba(44, 149, 211, 1.0);
  color: rgba(255, 255, 255, 1.0);
}


.header-right-content .header-nav ul>li .contact{
  background-color: rgba(0, 39, 161, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.header-right-content .header-nav ul>li .contact:hover{
  background-color: rgba(30, 144, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}





.header-right-content .header-nav ul>li.search-area form div#searchForm .search-form input.form-text{
  color: rgba(48, 48, 48, 1.0);
  border-color: rgba(153, 153, 153, 1.0);
  background-color: rgba(255, 255, 255, 1.0);
}


.header-right-content .header-nav ul>li.search-area form div#searchForm .search-form input.form-button{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(19, 36, 90, 1.0);
}

.header-right-content .header-nav ul>li.search-area form div#searchForm .search-form input.form-button:hover{
  color: rgba(255, 255, 255, 1.0);
  background-color: rgba(30, 144, 255, 1.0);
}





.footer {


}

.footer__container {
  max-width: 75rem;
}


.footer-nav,.footer-copyright,.footer-logo-area{
  background-color: rgba(19, 36, 90, 1.0);

}


.footer-attr-logo-outer-wrapper,
.footer-ext-logo-outer-wrapper{
  background-color: rgba(255, 255, 255, 1.0);
}

.footer-menu ul li a,.f-select-language p a{
  color: rgba(255, 255, 255, 1.0);
}

.footer-menu ul li a:hover,.f-select-language p a:hover{
  color: rgba(30, 187, 255, 1.0);
}

.f-copyright p{
  color: rgba(255, 255, 255, 1.0);
}





.f-social-link ul li a{
color: rgba(211, 211, 211, 1.0);
}


.footer-nav ul li a .fa-inverse{
color: rgba(19, 36, 90, 1.0);

}


.footer-nav ul li a:hover .fa-circle, .footer-nav ul li a:focus .fa-circle{
  color: rgba(30, 187, 255, 1.0);
}






.content-wrapper {
  max-width: 75rem;
}

.blog-post__date {
  border-color: #303030;
}

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

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

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

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

.blog-pagination__link {
  color: #303030;
}

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

.blog-post__title {
  color: #231F1F;
  font-family:Roboto Condensed;
  font-size: 24px;
  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            */

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

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

.blog-index__post-inner-card {
  box-shadow: -5px 0px 20px 0px rgba(73, 75, 77, 0.10);
}

.blog-post__tag-link:hover{
  color: #1e90ff;
}

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

.blog-post__read-more a:hover svg {
  fill: #1e90ff;
}

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

.blog-sidebar a {
  color: #303030;
}

.blog-sidebar a:hover {
  color: #1e90ff;
}

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

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

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

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

.blog-post__body, .blog-post__tags a {
  color: #303030;
}

.blog-post__meta a:hover {
  color: #1e90ff
}

.blog-post__links {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: #303030;
}

.blog-post__back-to-blog:hover {
  color: #1e90ff;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #1e90ff;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(228, 230, 232);
}

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

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










body .icon svg {
  fill: #303030;
}

body .tns-nav button.tns-nav-active {
  background-color: #303030;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #303030;
}

body .social-links__icon {
  background-color: #303030;
}

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: 75rem;
  margin: 0 auto;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, blog_settings=, header=, forms=}
}



.dnd-section>.row-fluid,
.content-wrapper,
.page-center,
.footer__container,
.header__container {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  width: 100%;
}


@media (min-width: 40em){
  .dnd-section>.row-fluid,
  .content-wrapper,
  .page-center,
  .footer__container,
  .header__container {
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
  }

}


@media(max-width:1229px){
  body{
    font-size:14px;
  }

  .hs-button, .button--primary {
    padding: 0.625rem 1.875rem;
    font-size: 18px;
  }

}

@media(max-width:639px){
  body{
    font-size:13px;
  }


}


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