




/* 1a. Containers */



/* 1b. Colors */




/* 1c. Typography */















/* 1d. Buttons */





/* Seconday button */




















/* 1e. Forms */











/* 1f. Tables */











/* 1g. Site header */



/* 1h. Site footer */











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

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

.content-wrapper,
.dnd-section > .row-fluid,
.footer__container,
.header__container,
.page-center {
	 max-width: 1400; 
}






body {
	 font-size: 16px; 
	 color: #000000; 
	 
    
	    color: #000000;
	  
	
	 font-weight: regular; 
	 font-family: "Plus Jakarta Sans", Helvetica, "Open Sans", Arial, sans-serif; 
}

/* Paragraphs */


/* Anchors */

a {
}

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

/* Headings */

h1 {
   font-family: Plus Jakarta Sans; 
	 font-size: 36px; 
	
	   color: #c9102e; 
	
	 font-weight: 700; 
}
h2 {
	 font-family: Plus Jakarta Sans; 
	 font-size: 32px; 
	
	   color: #012169; 
	
	 font-weight: 600; 
}

h3 {
   font-family: Plus Jakarta Sans; 
	 font-size: 24px; 
	
	 color: #000000; 
	
	 font-weight: 500; 
}

h4 {
	 font-family: Plus Jakarta Sans; 
	 font-size: 20px; 
	
	 color: #000000; 
	
	 font-weight: regular; 
}

h5 {
	 font-family: Plus Jakarta Sans; 
	 font-size: 18px; 
	
	 color: #000000; 
	
	 font-weight: regular; 
}

h6 {
	 font-family: Plus Jakarta Sans; 
	 font-size: 16px; 
	
	 color: #000000; 
	
   font-weight: regular; 
}

/* Blockquote */

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

@media (max-width: 767px) {
	h1 {
		font-size: 40px;
	}
	h2 {
		font-size: 30px;
	}
	.content-wrapper--vertical-spacing, .dnd-section, .dnd_padd {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	h3 {
		font-size: 21px;
		letter-spacing: 4px;
	}
}





button,
.button {
   background-color: 

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
	
	 border-radius: 20px; 
	
	 padding: 12px 20px; 
}
button:hover,
.button:hover {
	
	 background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 color:

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
}






/* Form title */

.form-title {
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}

/* Form label */

form label {
	 color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}
.submitted-message {
	 color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}

/* Form help text */

form legend {
	  color: 

  
  
    
  


  rgba(1, 33, 105, 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 {
	 background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 border-color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
	 color: #000000; 
}
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(1, 33, 105, 1.0)

; 
}

/* Form placeholder text */

::-webkit-input-placeholder {
}

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

/* Date picker */

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

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

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

/* Submit button */

form input[type=submit],
body .hs-button,
.hs-button,
body form .actions,
.cta_button{
	 background-color: 

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
	
	 border-radius: 20px; 
	
	 padding: 12px 20px; 
}
body form .actions  {
	
}
form input[type=submit]:hover,
body .hs-button:hover,
.hs-button:hover,
.cta_button:hover{
	
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 color: 

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
}
body form .actions:hover  {
	 color: 

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
}
.hs-button.secondary-btn {
	
	 border: 2px solid 

  
  
    
  


  rgba(1, 33, 105, 1.0)

;
	 border-radius: 20px;
  
	 padding: 12px 20px; 
}
.hs-button.secondary-btn:hover {
	 border: 2px solid 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
	 background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 color:

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}
body form .actions .hs-button {
	 padding-right: 28px; 
}


button,
.button,
input[type="submit"],form input[type=submit], body .hs-button, .hs-button, body form .actions, .cta_button,.hs-button.primary,header.header .hs-button {
	 font-family:Plus Jakarta Sans; 
	 font-size:16px; 
	 color:#ffffff; 
	 font-weight:regular; 
}
.hs-button.secondary-btn{
	 font-family:Plus Jakarta Sans; 
	 font-size:16px; 
	 color:#ffffff; 
	 font-weight:regular; 
}




table {
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 border-color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}

th,
td {
	 border-color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
   color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}

thead th,
thead td {
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 border-bottom-color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
	 color: 

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
}

tfoot td {
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}





header.header .custom-header {
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
  position: sticky;
}
body .menu-primary .hs-menu-wrapper > ul > li > a {
   color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}
.menu-primary .hs-menu-wrapper>ul>li>a svg path{
	 stroke:

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}
body .menu-primary .hs-menu-wrapper > ul > li.active-branch > a {
	 color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
	 background-color:

  
  
    
  


  rgba(1, 33, 105, 0.0)

; 
}
.menu-primary .hs-menu-wrapper>ul>li.active-branch>a svg path{
	 stroke:

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}
body .menu-primary .hs-menu-wrapper > ul > li > a:hover,
body .menu-primary .hs-menu-wrapper > ul > li.active-branch > a:hover {
	 color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
	 background-color:

  
  
    
  


  rgba(1, 33, 105, 0.0)

; 
}
.menu-primary .hs-menu-wrapper>ul>li>a:hover svg path{
	 stroke: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

; 
}
.menu-primary .hs-menu-wrapper>ul>li.hs-item-has-children:hover>a:after{
   border-bottom-color:

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
}
body .menu-primary .hs-menu-wrapper > ul ul{
	background-color: #012169;
}
body .menu-primary .hs-menu-wrapper > ul ul li a,
.custom-header .lang_list_class li a{
	 color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}
.custom-header .lang_list_class li a:hover{
	 color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}
body .menu-primary .hs-menu-wrapper > ul ul li.active-branch > a {
	 background-color: 

  
  
    
  


  rgba(1, 33, 105, 0.0)

; 
	 color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}
body .menu-primary .hs-menu-wrapper > ul ul li a:hover,
body .menu-primary .hs-menu-wrapper > ul ul li.active-branch > a:hover {
	 background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

; 
	 color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}
header.header .hs-button {
	 background-color: 

  
  
    
  


  rgba(201, 16, 46, 1.0)

; 
	 color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
	 border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
}
header.header .hs-button:hover {
	 background-color: 

  
  
    
  


  rgba(255, 23, 23, 1.0)

; 
	 color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

; 
   border-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
}
header.header .header-top{
	 background-color: rgba(255, 255, 255, 1.0);   
}
header.header .header-top .header-top-menu .hs-menu-wrapper>ul>li>a,
header.header .header-top .header-top-menu .hs-menu-wrapper>ul>li{
	 color: rgba(1, 33, 105, 1.0);  
}
header.header .header-top .header-top-menu .hs-menu-wrapper>ul>li:hover>a{
	 color: rgba(1, 33, 105, 1.0);  
}
header.header .header-top .contact-sec .widget-type-rich_text * {
	 color: rgba(1, 33, 105, 1.0);  
}
header.header .header-top .contact-sec .widget-type-rich_text a{
	 color: rgba(1, 33, 105, 1.0);  
}
header.header .header-top .contact-sec .widget-type-rich_text a:hover{
	 color: rgba(1, 33, 105, 1.0);  
}
.search_icons_wrap .icoN-wrap>.multi-lang{
	 border-color: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

;  
}
.search_icons_wrap .icoN-wrap svg path{
   fill: 

  
  
    
  


  rgba(1, 33, 105, 1.0)

;  
}




footer .footer-top-section {
	 background-color:

  
  
    
  


  rgba(21, 21, 21, 1.0)

;  
	 color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
}
footer .footer-top-section h3,
footer .footer-top-section h1, 
footer .footer-top-section h2 {
	 color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
}
footer .footer-top-section a {
	 color:

  
  
    
  


  rgba(201, 16, 46, 1.0)

;  
}
footer .footer-top-section a:hover {
	 color:

  
  
    
  


  rgba(201, 16, 46, 1.0)

;  
}

footer .footer-bottom-section {
	 background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
	 color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
}
footer .footer-bottom-section a {
	 color:

  
  
    
  


  rgba(201, 16, 46, 1.0)

;  
}
footer .footer-bottom-section a:hover {
	 color:

  
  
    
  


  rgba(201, 16, 46, 1.0)

;  
}
footer .footer-bottom-section .hs-menu-wrapper > ul li a {
	 color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;  
}
footer .footer-bottom-section .hs-menu-wrapper > ul li a:hover {
	 color:

  
  
    
  


  rgba(201, 16, 46, 1.0)

;  
}

/* Footer Content */






/* Blog Header */

.blog-header {
	 background-color: rgb(245, 245, 245); 
}

/* Blog Listing */

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

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

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

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

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

.blog-pagination__link {
   color: #000000; 
}

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

.blog-post__title {
	 color: #c9102e; 
	 font-family:Plus Jakarta Sans; 
	 font-size: 36px; 
	 font-weight: 700; 
}

.blog-post__author {
	 background-color: #c9102e; 
}

#comments-listing .comment-reply-to {
  
}

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

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

/*             Blog Grid Listing and Post styles            */

.hs-blog-listing,
.hs-blog-post {
	  background-color: #fff; 
}

.blog-index__post-content a:hover,
.blog-sidebar a:hover,
.blog-post__meta a:hover,
.blog-post__back-to-blog:hover {
	 color: #C9102E; 
}

.blog-post__read-more a:hover svg,
a.blog-post__back-to-blog:hover svg {
	 fill: #C9102E; 
}

.blog-index__post-content--small h2 {
	 font-size: 24px; 
}

.blog-index__post-content a {
	 color: #000000; 
}

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

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

.blog-sidebar a {
	 color: #000000; 
}

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

.post-featured-image {
	 max-height: 600px; 
}
.blog-post__meta a {
   color: #000000; 
}

.blog-post__meta a:hover {
	 color: #C9102E; 
}

.blog-post__links-container {
	 border-top:  2px solid rgb(0, 13, 85); 
}

.blog-post__back-to-blog {
	 color: #000000; 
}

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

.comment.depth-0,
.blog-comments form {
   border-top: 2px solid rgb(0, 13, 85) !important; 
}

.comment.depth-1 {
	 border-left: 2px solid rgb(0, 13, 85); 
}

.section.post-footer .hs-input {
	 border-color: rgb(0, 13, 85); 
}

.blog-recent-posts {
   background-color: rgb(245, 245, 245); 
}











.card__price {
	 font-family: Plus Jakarta Sans; 
	 font-size: 24px; 
	 color: #000000; 
   font-weight: 500 
}