/* ******************************************************************************
*********************************************************************************
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,
.page-center,
.content-wrapper,
.header__container,
.footer__container{
  max-width: 1140px;
}
@media (max-width: 1199px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .header__container,
  .footer__container {
    max-width: 959.999999991px;
  }
}
@media (max-width: 991px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .header__container,
  .footer__container {
    max-width: 719.9999999903999px;
  }
}
@media (max-width: 767px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .header__container,
  .footer__container {
    max-width: 539.9999999928px;
  }
}
@media (max-width: 575px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper,
  .header__container,
  .footer__container {
    max-width: 100%;
  }
}
.dnd-section {
  padding-bottom: 0rem;
  padding-top: 0rem;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #246DB4;
}





html {
  font-size: 18;
}

body {
  color: #22252d;
  font-weight: 400;
  font-family: Nunito Sans;
  font-size: 18px;
}
p {
  font-family: Nunito Sans;
  font-weight: 400;
}
a {
  font-family: Nunito Sans;
  color: rgba(36, 109, 180, 1.0);
}
a:hover,
a:focus {
  color:rgba(25, 25, 112, 1.0)
}
a:active {
  color: rgba(25, 25, 112, 1.0);
}

h1 {
  color: #22252d;
  font-family: Nunito Sans;
  font-size: 58px;
  font-weight: 600;
}

@media(max-width: 768px) {
  h1 {
    font-size: 45.99999999966px;
  }
}

h2 {
  color: #22252d;
  font-family: Nunito Sans;
  font-size: 38px;
  font-weight: 600;
}

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

h3 {
  color: #22252d;
  font-family: Nunito Sans;
  font-size: 27px;
  font-weight: 400;
}

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

h4 {
  color: #22252d;
  font-family: Nunito Sans;
  font-size: 27px;
  font-weight: 700;
}

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

h5 {
  color: #246db4;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 400;
}

h6 {
  color: #22252d;
  font-family: Nunito Sans;
  font-size: 16px;
  font-weight: 500;
}

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





form,
.submitted-message {
  border-color: rgba(204, 204, 204, 1.0);
  font-family: Nunito Sans;
}

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

.hs-button,
.button--primary {
  background-color: rgba(230, 230, 230, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(0, 0, 0, 0.8);
  padding-left: 18px;
  padding-right: 18px;
  padding-top: 7.2px;
  padding-bottom: 7.2px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(230, 230, 230, 1.0);
  color: rgba(0, 0, 0, 0.8);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(230, 230, 230, 1.0);
  color: rgba(0, 0, 0, 0.8);
}

.hs-form label {
  color: rgba(34, 37, 45, 1.0);
}

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

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
input#hs-pwd-widget-password {
  border-color: rgba(204, 204, 204, 1.0);
  color: rgba(102, 102, 102, 1.0);
  border-radius: 3px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
input#hs-pwd-widget-password:focus{
  color: rgba(0, 0, 0, 1.0);
  border-color: rgba(204, 204, 204, 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: #22252d;
}

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

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

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

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

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





th,
td {
  background-color: rgba(255, 255, 255, 1.0);
  border: 1px solid rgba(34, 37, 45, 1.0);
  color: rgba(34, 37, 45, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 37, 45, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(34, 37, 45, 1.0);
}





.site-super-header {
  background-color: rgba(239, 252, 255, 1.0);
  color: rgba(36, 109, 180, 1.0);
}
.site-super-header ul li a{
  color: rgba(36, 109, 180, 1.0);
}
.site-super-header ul li a:hover{
  color: rgba(25, 25, 112, 1.0);
}

.site-branding {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(34, 37, 45, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a {
  border-color: rgba(36, 109, 180, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover > a {
  border-color: rgba(36, 109, 180, 1.0);
}
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 {
  color: rgba(34, 37, 45, 1.0);
}

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: rgba(34, 37, 45, 1.0);
}
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 {
  background-color: rgba(255, 255, 255, 1.0);
}

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

body .custom-menu-primary .submenu.level-1 > li > a.active-branch,
body .custom-menu-primary .submenu.level-1 > li > a.active-item{
  color: rgba(34, 37, 45, 1.0);
  border-color: rgba(36, 109, 180, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(34, 37, 45, 1.0);
}

body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(34, 37, 45, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(255, 255, 255, 1.0);
}

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 {
  background-color: rgba(36, 109, 180, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(34, 37, 45, 1.0);
}


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

.header__language-switcher-label-current:after {
  border-top-color: rgba(34, 37, 45, 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(34, 37, 45, 1.0);
  }
}





.site-info {
  background-image: linear-gradient(-67deg, 
    rgba(207, 230, 255, 1.0) 0%,
    rgba(234, 248, 255, 1.0) 84%,
    rgba(234, 248, 255, 1.0) 93%);
  color: rgba(34, 37, 45, 1.0);
}
.site-info a {
  color: rgba(34, 37, 45, 1.0);
}
.site-info a:hover {
  color: rgba(34, 37, 45, 1.0);
}
.social-share li a {
  color: rgba(34, 37, 45, 1.0);
}
.social-share li a:hover {
  color: rgba(34, 37, 45, 1.0);
}
.copyright {
  background-image: linear-gradient(-29deg,
    rgba(0, 16, 48, 1.0) 0%, 
    rgba(0, 66, 130, 1.0) 70%,
    rgba(1, 158, 225, 1.0) 100%);
  color: rgba(255, 255, 255, 1.0);
}
.copyright a {
  color: rgba(255, 255, 255, 1.0);
}
.copyright a:hover {
  color: rgba(255, 255, 255, 1.0);
}








.blog-post__date {
  border-color: #22252d;
}

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

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

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

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

.blog-pagination__link {
  color: #22252d;
}

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

.blog-post__title {
  color: #22252d;
  font-family:Nunito Sans;
  font-size: 38px;
  font-weight: ;
}

.blog-post__author {
  background-color: #246DB4;
}

#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(0, 0, 5, 0.10);
}

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

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

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

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

.blog-sidebar a {
  color: #22252d;
}

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

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

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

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

.blog-post__meta a {
  color: #22252d;
}

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

.blog-post__meta a:hover {
  color: #191970
}

.blog-post__links {
  border-top:  2px solid rgb(16, 89, 160);
}

.blog-post__back-to-blog {
  color: #22252d;
}

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

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

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

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(16, 89, 160);
}

.comment.depth-1 {
  border-left: 2px solid rgb(16, 89, 160);
}

.section.post-footer .hs-input {
  border-color: rgb(16, 89, 160);
}










body .icon svg {
  fill: #22252D;
}

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

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

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

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






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


/* 9-2-2021 */

/* a.btn-contact-sales {
    cursor: pointer;
    border: none;
    color: #fff;
    background-size: 300% 100%;
    padding: 1.1em 2em;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-image: -webkit-gradient(linear, left top, right top, from(#001030), color-stop(#019ee1), color-stop(#004282), to(#019ee1));
    background-image: linear-gradient(to right, #001030, #019ee1, #004282, #019ee1);
    border-radius: 1rem;
    letter-spacing: 2px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    vertical-align: top;
   text-decoration: none !important;
    text-align: center;
     
}
a.btn-contact-sales:hover{
      background-position: 100% 0;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    text-decoration: none !important;
  color:#fff !important; 
}
a.btn-contact-sales:vistied, a.btn-contact-sales:focus, a.btn-contact-sales:active:hover{
      text-decoration: none !important;
    color:#fff !important; 
} */

@media screen and (max-width: 991px) {
  
  a.btn-contact-sales{
     
    min-width: 180px;
  }

  .contact-footer-inner .btn-contact-sales{
    width: 100%;
    padding: 1.1em 0;
  }
  
}/*-------- 991 ends here ----------*/

@media screen and (max-width: 767px) {
  .page-header-secondary-new{
      height:auto;
  }

}/*-------- 767 ends here ----------*/

@media (max-width 768px) {
  .body-container__landing .sidebar-overlay {
  margin-top: -68px !important; 
  }
}