







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */































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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 0;
}

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





html {
  font-size: 16px;
}

body {
  font-weight: 300; text-decoration: none; font-family: Sora, sans-serif; font-style: normal;
  color: #000000;
  font-size: 16px;
}

a {
  color:rgba(0, 15, 135, 1.0);
}

a:hover,
a:focus {
  color:rgba(0, 15, 135, 1.0);
}

/* Headings */

h1,
.h1 {
  font-weight: 600; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000;
  font-size: 40px;
  text-transform: none;
}

h2,
.h2 {
  font-weight: 600; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000F87;
  font-size: 24px;
  text-transform: none;
}

h3,
.h3 {
  font-weight: 500; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000;
  font-size: 20px;
  text-transform: none;
}

h4,
.h4 {
  font-weight: 600; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000000;
  font-size: 16px;
  text-transform: none;
}

h5,
.h5 {
  font-weight: 600; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000;
  font-size: 16px;
  text-transform: none;
}

h6,
.h6 {
  font-weight: 600; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000;
  font-size: 16px;
  text-transform: none;
}



@media(max-width:991px){
  body {
    font-size: 14.4px;
  }
}


@media(max-width:991px){

/*   h3{
    font-size: 13.0px;
  }

  h4{
    font-size: 12.16px;
  }

  h5{
    font-size: 13.44px;
  }

  h6{
    font-size: 14.4px;
  } */


  
}
@media(max-width:767px){
  h1{
    font-size: 24.0px;
  }
}
/* Blockquote */

blockquote {
  border-left-color: #000F87;
}






.hs-button{
  background-color: rgba(0, 0, 0, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  border-radius: 23px;
  border-width: 0px;
  color: rgba(255, 255, 255, 1.0);
  padding-left: 78px;
  padding-right: 78px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.hs-button:hover{
  color: rgba(255, 255, 255, 1.0);
  border-color: rgba(0, 0, 0, 1.0);
  background-color: rgba(0, 0, 0, 1.0);
}






form,
.submitted-message {
  font-family: {font=Sora, font_set=GOOGLE, styles={font-weight=300, text-decoration=none, font-family=Sora, sans-serif, font-style=normal}, size=16, size_unit=px, color=#000000, variant=300, fallback=sans-serif, style=font-weight: 300; text-decoration: none; font-family: Sora, sans-serif; font-style: normal, css=color: #000000;font-size: 16px;font-weight: 300; font-family: Sora, sans-serif;};
}

h3.form-title {
  background-color: rgba(0, 15, 135, 1.0);
  color: rgba(255, 255, 255, 1.0);
  
  padding: 10px 5px;
  
}

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

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

.hs-input,
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 {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 0.4);
  border-color: rgba(159, 159, 155, 1.0);
  border-radius: 0px;
}

.hs-input:focus,
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: rgba(85, 85, 85, 1.0);
}

/* Date picker */

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

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

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





th,
td {
  border: 1px solid rgba(0, 0, 0, 1.0);
}

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

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}
table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}









.footer {
  background-color:rgba(0, 15, 135, 1.0)
}
.footer *{
  color:rgba(0, 0, 0, 1.0);
}
.footer a{
  color:rgba(0, 0, 0, 1.0);
}
.footer a:hover{
  color:rgba(0, 0, 0, 1.0);
}
.footer a.hs-button{
  background-color:rgba(255, 255, 255, 0.0);
  color:rgba(0, 0, 0, 1.0);
  border-color:rgba(231, 99, 26, 1.0);
}
.footer a.hs-button:hover{
  background-color:rgba(231, 99, 26, 1.0);
  color:rgba(255, 255, 255, 1.0);
  border-color:rgba(231, 99, 26, 1.0);
}
.footer .footer-icons a rect{
  fill:rgba(75, 75, 75, 1.0);
}
.footer .footer-icons a:hover rect{
  fill:rgba(231, 99, 26, 1.0);
}
.footer .footer-icons a path {
  fill:rgba(0, 15, 135, 1.0)
}





.blog-comments {
  margin-bottom: 80px;
}

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

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

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





.hs-search-results__title {
  font-weight: 600; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000;
}





/* Blog listing */

.blog-index__post-title-link,
.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus,
.blog-index__post-title-link:active {
  font-weight: 600; text-decoration: none; font-family: Sora, serif; font-style: normal;
  text-transform: none;
}

.blog-index__post-title-link {
  color: #000F87;
}

.blog-index__post-title-link:hover,
.blog-index__post-title-link:focus {
  color: #00005f;
}

.blog-index__post-title-link:active {
  color: #2837af;
}

.blog-index__post-tag,
.blog-index__post-author-name {
  color: #000000;
}

/* Blog pagination */

.pagination__link-text,
.pagination__link--number {
  color: #000000;
}

.pagination__link:hover .pagination__link-text,
.pagination__link:focus .pagination__link-text,
.pagination__link--number:hover,
.pagination__link--number:focus {
  color: #000000;
}

.pagination__link:active .pagination__link-text,
.pagination__link--number:active {
  color: #282828;
}

.pagination__link-icon svg {
  fill: #000000;
}

/* Pricing card */

.card__price {
  font-weight: 500; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000;
  font-size: 20px;
}

.card__body svg {
  fill: #000000;
}

/* Social follow */

.social-links__icon {
  background-color: #000000;
}

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

.social-links__icon:active {
  background-color: #282828;
  font-weight: 500; text-decoration: none; font-family: Sora, serif; font-style: normal;
  color: #000;
  font-size: 20px;
}

a{text-decoration:underline;}
header a, footer a{text-decoration:none;}