







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */

























































/* 1d. Buttons */












/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */























/* 1h. Site footer */

























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

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

.dnd-section > .row-fluid, .page-center {
    max-width: 1080px;
}




body {
    font-size: 14px;
    color: #666;
    font-weight: regular;
    font-family: Source Sans Pro;
}

/* Paragraphs */

a {
    color: 

  
  
    
  


  rgba(0, 36, 168, 1.0)

;
}

a:hover,
a:focus,
a:active {
    color: 

  
  
    
  


  rgba(0, 36, 168, 1.0)

;
}

/* Headings */

h1 {
    font-family: Source Sans Pro;
    font-size: 30px;
    color: #333;
    font-weight: regular;
}

h2 {
    font-family: Source Sans Pro;
    font-size: 44px;
    color: #1f3063;
    font-weight: 700;
}

h3 {
    font-family: Source Sans Pro;
    font-size: 22px;
    color: #333;
    font-weight: regular;
}

h4 {
    font-family: Source Sans Pro;
    font-size: 18px;
    color: #333;
    font-weight: regular;
}

h5 {
    font-family: Source Sans Pro;
    font-size: 16px;
    color: #333;
    font-weight: regular;
}

h6 {
    font-family: Source Sans Pro;
    font-size: 14px;
    color: #333;
    font-weight: regular;
}

/* Blockquote */

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





button,
.button {
    background-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    padding: 12px 24px;
    border: 1px solid 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    border-radius: 3px
}

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

button:active,
.button:active {
    background-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
}





form,
.submitted-message {
    font-size: 14px;
    color: #666;
    font-weight: regular
}

/* Form title */

.form-title {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: #333;
}

/* Form label */

form label {
    color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

/* Form help text */

form legend {
    color: 

  
  
    
  


  rgba(71, 71, 71, 1.0)

;
}

/* 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: 

  
  
    
  


  rgba(203, 214, 226, 1.0)

;
    color: #666;
    background-color: 

  
  
    
  


  rgba(245, 248, 250, 1.0)

;
}

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(82, 168, 236, 0.8)

;
}

/* Form placeholder text */

::-webkit-input-placeholder {
    color: #666;
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
    background-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    padding: 12px 24px;
    border: 1px solid 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    border-radius: 3px
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
    background-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
}

form input[type=submit]:active,
form .hs-button:active {
    background-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    color:  

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
}





table {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

th,
td {
    border-color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
    color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}

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

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





.main_header {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.main_header_wrap.scroll .main_header {
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.main_header .header_menu_wrap .header_menu ul.submenu.level-1 > li > a {
    color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-1 > li > a:hover {
    color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-1 > li > a.active-branch,
.main_header .header_menu_wrap .header_menu ul.submenu.level-1 > li > a.active-item {
    color: 

  
  
    
  


  rgba(33, 134, 235, 1.0)

;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-2 {
    border-color: 

  
  
    
  


  rgba(33, 134, 235, 1.0)

;
    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-2 > li > a {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
    color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-2 > li > a:hover {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.03)

;
    color: 

  
  
    
  


  rgba(0, 0, 0, 0.6)

;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-2 > li > a.active-branch,
.main_header .header_menu_wrap .header_menu ul.submenu.level-2 > li > a.active-item {
    color: 

  
  
    
  


  rgba(33, 134, 235, 1.0)

;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-1>li:last-child>a {
    background-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
    border-radius: 3px;
}
.main_header .header_menu_wrap .header_menu ul.submenu.level-1>li:last-child>a:hover {
    background-color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
    color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.main_header .header_menu_wrap .header_search .search_icon {
    color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}
.main_header .header_menu_wrap .header_search .search_icon:before {
    text-shadow: 0 0 0 

  
  
    
  


  rgba(102, 102, 102, 1.0)

; 
}
.main_header .header_menu_wrap .header_search .search_icon:hover {
    color: 

  
  
    
  


  rgba(0, 35, 126, 1.0)

;
}
.main_header .header_menu_wrap .header_search .search_icon:hover:before {
    text-shadow: 0 0 0 

  
  
    
  


  rgba(0, 35, 126, 1.0)

; 
}






.footer {
    background-color: 

  
  
    
  


  rgba(34, 34, 34, 1.0)

;
}
.top_footer .column h3,
.top_footer .column h4 {
    color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
}
.top_footer .column p {
    color: 

  
  
    
  


  rgba(238, 238, 238, 1.0)

;
}
.top_footer .column ul li a {
    color: 

  
  
    
  


  rgba(186, 227, 255, 1.0)

;
}
.top_footer .column ul li a:hover {
    color: 

  
  
    
  


  rgba(186, 227, 255, 1.0)

;
}
.top_footer .column a.hs-button {
    background-color:

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
    color: 

  
  
    
  


  rgba(186, 227, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(186, 227, 255, 1.0)

;
    border-radius: 3px;
}
.top_footer .column a.hs-button:hover {
    background-color:

  
  
    
  


  rgba(255, 255, 255, 0.2)

;
    color: 

  
  
    
  


  rgba(186, 227, 255, 1.0)

;
    border-color: 

  
  
    
  


  rgba(186, 227, 255, 0.0)

;
}
.footer .bottom_footer {
    background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.32)

;
}
.footer__copyright p {
    color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}
.footer__copyright p a {
    color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}
.footer__copyright p a:hover {
    color: 

  
  
    
  


  rgba(102, 102, 102, 1.0)

;
}












.card__price {
    font-family: Source Sans Pro
        font-size: 22px;
    color: #333;
    font-weight: regular
}


/* Banner V1 CSS  */


.banner {
  padding-block: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #021f50;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.banner h1 {
  color: #fff;
  font-size: 38px;
  line-height: 1.25;
  font-weight: 700;
}

.banner .row-fluid .span8 {
  flex: 1;
}

.banner .content p {
  font-size: 18px;
  line-height: 1.5;
  color: #fff;
}

.banner__ctas {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.banner__ctas .button:not(:last-child) {
  margin-right: 50px;
}

.banner__ctas .button {
  margin-bottom: 20px;
  background-color: var(--btnClr);
  border: 1px dotted var(--btnClr);
  font-weight: normal;
  font-size: 17px;
}

.banner__ctas .button:hover {
  background-color: var(--btnHoverClr);
}

.banner .row-fluid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.banner .page-center {
  max-width: 1000px;
}

@media (max-width: 767px) {
  .banner .row-fluid :is(.span4,.span8) {
    width: 100%;
  }
}
.blog-form .hs-form-field>label{
  display: none;
}
.slick-dots li {
    margin-inline: 10px !important;
}