







/* 1a. Containers */






/* 1b. Colors */




/* 1c. Typography */
















/* 1d. Buttons */







/* 1e. Forms */










/* 1f. Tables */











/* 1g. Site header */





/* 1h. Site footer */


  





.content-wrapper,
.page-center,
.blog-container ,
.container,
.dnd-section > .row-fluid   {
  max-width: 1200px;
}

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








body {
  font-size: 16px;
  color: #021527;
  font-weight: 400;
  font-family: Montserrat;
}

/* Anchors */

a {    

  color: rgba(19, 98, 124, 1.0);
}

a:hover,
a:focus,
a:active {

  color: rgba(245, 167, 0, 1.0);
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 35px;
  color: #021527;
  font-weight: regular;
}

h2 {
  font-family: Montserrat;
  font-size: 30px;
  color: #021527;
  font-weight: regular;
}

h3 {
  font-family: Montserrat;
  font-size: 25px;
  color: #021527;
  font-weight: regular;
}

h4 {
  font-family: Montserrat;
  font-size: 20px;
  color: #021527;
  font-weight: regular;
}

h5 {
  font-family: Montserrat;
  font-size: 18px;
  color: #021527;
  font-weight: regular;
}

h6 {
  font-family: Montserrat;
  font-size: 15px;
  color: #021527;
  font-weight: regular;
}

/* Blockquote */






.hs-button,
.hs-button.primary,
input[type="submit"],
input[type="button"] {
  background-color: rgba(255, 255, 255, 1.0);
  border-color: rgba(2, 21, 39, 1.0);
  border-radius: 15px;
  border-width: 1px;
  color: rgba(2, 21, 39, 1.0);
  padding: 16px 45px;
}
.hs-button:hover,
.hs-button.primary:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
  background-color: rgba(245, 167, 0, 1.0);
  color: rgba(2, 21, 39, 1.0);
}






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

form,
.submitted-message {
  font-size: 16px;
  color: #021527;
  font-weight: 400
}

/* Form title */

h3.form-title {
  color: rgba(2, 21, 39, 1.0);
}

/* Form label */

form label {
  color: rgba(2, 21, 39, 1.0);
}
/* Form help text */

form legend {
  color: rgba(2, 21, 39, 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-width: 1px;
  border-color: rgba(2, 21, 39, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  color: rgba(2, 21, 39, 1.0);
  border-radius: 0px;
}


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(#null, 0.0);
  background-color: rgba(#null, 0.0);
  color: rgba(2, 21, 39, 1.0);
}

/* Form placeholder text */

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

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

/* Date picker */

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

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

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

/* Submit button */







table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: rgba(2, 21, 39, 1.0);
}

th,
td {
  border-color: rgba(2, 21, 39, 1.0);
  color: rgba(2, 21, 39, 1.0);
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(2, 21, 39, 1.0)

;
  border-bottom-color: #021527;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: rgba(2, 21, 39, 1.0);
}





body .header_container_wrapper{
  background-color: rgba(2, 21, 39, 1.0);
}
header .custom_menu_primary .hs-menu-wrapper >ul >li>a{
  color: rgba(255, 255, 255, 1.0);
}
header .custom_menu_primary .hs-menu-wrapper >ul >li:hover>a{
  color: rgba(248, 153, 28, 1.0);
  background-color: rgba(151, 151, 151, 0.0);
}
header .custom_menu_primary .hs-menu-wrapper >ul ul >li>a{
  color: rgba(255, 255, 255, 1.0);
}
header .custom_menu_primary .hs-menu-wrapper >ul ul >li>a:hover{
  color: rgba(248, 153, 28, 1.0);
  background-color: rgba(248, 153, 28, 0.05);
}
header .custom_menu_primary .hs-menu-wrapper >ul ul{
  background-color: rgba(2, 21, 39, 1.0);
}




.footer_container{
  color: rgba(255, 255, 255, 1.0);
}
.footer .elementor-background-overlay{
  background-color: rgba(2, 21, 39, 1.0);

}
.footer .copyright small{
  color: rgba(248, 250, 252, 1.0);
}
.footer .copyright small a{
  color: rgba(245, 167, 0, 1.0);
}
.footer .copyright small a:hover{
  color: rgba(16, 129, 65, 1.0);
}

.footer .ft_menu_title h2,
.footer .ft_form_title h1,
.footer .ft_col_contact h2{
  color: rgba(255, 255, 255, 1.0);
}
.footer .ft_menu ul li a{
  color: rgba(255, 255, 255, 1.0);
}
.footer .ft_menu ul li a:hover{
  color: rgba(245, 167, 0, 1.0);
}
.footer .ft_col_3 p a{
  color: rgba(255, 255, 255, 1.0);
}
.footer .ft_menu ul li{
  border-color: rgba(#cccc, 1.0);
}
.footer .ft_col_3 p a:hover{
  color: rgba(245, 167, 0, 1.0);
}
.footer .footer_copyright{
  border-color: rgba(255, 255, 255, 1.0);
}















.card__price {
  font-family: Montserrat
    font-size: 25px;
  color: #021527;
  font-weight: regular
}

@media screen and (max-width:1024px){
  body {
    font-size: 15px;
    line-height: 22px;
  }
}
@media screen and (max-width:767px){
  body {
    font-size: 14px;
    line-height: 20px;
  }
}