







/* 1a. Containers */








/* 1b. Colors */




/* 1c. Typography */


























































/* 1d. Buttons */










/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */




























/* 1h. Site footer */



































.dnd-section {
  padding: 3rem 0;
}

@media (min-width: 576px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 539.9999999908px;
  }
}

@media (min-width: 768px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 719.9999999922px;
  }
}

@media (min-width: 992px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 959.9999999896px;
  }
}

@media (min-width: 1200px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 1139.999999991px;
  }
}

@media (min-width: 1400px){
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid {
    max-width: 1340px;
  }
}







html {
  font-size: 1rem;
}

body {
  font-size: 1rem;
  color: #353a48;
  font-weight: 400;
  font-family: Nunito Sans;
}

/* Paragraphs */

p {
  font-size: 1rem;
  color: #353a48;
  font-weight: 400;
}

/* Anchors */

a {
  color: 

  
  
    
  


  rgba(162, 39, 62, 1.0)

;
}

a:hover,
a:focus,
a:active {
  color: 

  
  
    
  


  rgba(100, 24, 38, 1.0)

;
}

/* Headings */

h1 {
  font-family: Nunito Sans;
  font-size: 65px;
  color: #353a48;
  font-weight: 900;
}

h2 {
  font-family: Nunito Sans;
  font-size: 45px;
  color: #353a48;
  font-weight: 900;
}

h3 {
  font-family: Nunito Sans;
  font-size: 38px;
  color: #353a48;
  font-weight: 200;
}

h4 {
  font-family: Nunito Sans;
  font-size: 25px;
  color: #353a48;
  font-weight: 700;
}

h5 {
  font-family: Nunito Sans;
  font-size: 25px;
  color: #353a48;
  font-weight: 200;
}

h6 {
  font-family: Nunito Sans;
  font-size: 21px;
  color: #353a48;
  font-weight: 300;
}

/* Blockquote */

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


@media(max-width: 1024px){
  h1 {
    font-size: 49.99999999995px;
  }
}






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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(163, 32, 54, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(163, 32, 54, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(163, 32, 54, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(163, 32, 54, 1.0)

;
}





form,
.submitted-message {
  font-size: 1rem;
  color: #353a48;
  font-weight: 400;
}

/* Form title */

.widget-type-form .form-title {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(162, 39, 62, 1.0)

;
}

/* Form label */

form label {
  color: 

  
  
    
  


  rgba(79, 85, 92, 1.0)

;
}

/* Form help text */

form legend {
  color: 

  
  
    
  


  rgba(79, 85, 92, 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: #353a48;
  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: #353a48;
}

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

/* 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(163, 32, 54, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(163, 32, 54, 1.0)

;
  border-radius: 3px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 12px 24px;
}

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

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





table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(53, 58, 72, 1.0)

;
}

th,
td {
  border-color: 

  
  
    
  


  rgba(53, 58, 72, 1.0)

;
  color: 

  
  
    
  


  rgba(53, 58, 72, 1.0)

;
}

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

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(53, 58, 72, 1.0)

;
}






.custom_header {
  border-bottom-color: 

  
  
    
  


  rgba(162, 39, 62, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.custom_header .hcol.hcol_r .h_top {
  color: #52555d;
  background: -webkit-gradient(linear,left top,right top,from(

  
  
    
  


  rgba(30, 87, 153, 0.0)

),to(

  
  
    
  


  rgba(212, 213, 214, 1.0)

));
  background: linear-gradient(to right,

  
  
    
  


  rgba(30, 87, 153, 0.0)

 0,

  
  
    
  


  rgba(212, 213, 214, 1.0)

 100%);
}
.custom_header .hcol.hcol_r .h_top .h_top_inner a {
  color: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}
.custom_header .hcol.hcol_r .h_top .h_top_inner a:hover {
  color: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}
.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > a {
  color: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}
.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > a.active-item{
  color: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}
.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > a:hover {
  color: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}
.custom_header .hcol.hcol_r .h_bottom .join_btn a.hs-button {
  background: 

  
  
    
  


  rgba(0, 156, 205, 1.0)

;
  border-color: 

  
  
    
  


  rgba(0, 156, 205, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-radius: 40px;
}
.custom_header .hcol.hcol_r .h_bottom .join_btn a.hs-button:hover{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
} 

/*===== Submenu Css =====*/

.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 {
  background: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}

.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2:before{
  border-bottom-color: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}
.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li > a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li > a.active-item {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background: 

  
  
    
  


  rgba(82, 85, 93, 1.0)

;
}
.custom_header .custom-menu-primary nav.navigation-primary > ul.submenu.level-1 > li > ul.submenu.level-2 > li > a:hover {
  background: 

  
  
    
  


  rgba(162, 39, 62, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}







.footer_top {
  background: 

  
  
    
  


  rgba(78, 85, 93, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top .ft_col .footer_address p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_menu .hs-menu-wrapper.hs-menu-flow-vertical ul li a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_menu .hs-menu-wrapper.hs-menu-flow-vertical ul li a:hover {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top .footer_btn a.btn.white-border-btn {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.footer_top .footer_btn a.btn.white-border-btn:hover {
  color: 

  
  
    
  


  rgba(162, 39, 62, 1.0)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.footer_top .footer_social_link a {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top .footer_social_link a i {
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top .footer_social_link a i.fa-linkedin-in:hover {
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.3)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top .footer_social_link a i.fa-facebook-f:hover {
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.3)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top .footer_social_link a i.fa-twitter:hover {
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.3)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_top .footer_social_link a i.fa-instagram:hover {
  background: 

  
  
    
  


  rgba(255, 255, 255, 0.3)

;
  border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}



/*========== Footer Bottom Css ==========*/


.footer_bottom {
  background: 

  
  
    
  


  rgba(97, 102, 108, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.footer_bottom p {
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}












.card__price {
  font-family: Nunito Sans
  font-size: 38px;
  color: #353a48;
  font-weight: 200
}