







/* 1a. Containers */





/* 1b. Colors */










.content-wrapper,
.cm-container,
.grid-container{
  max-width: 1200px;
}

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

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





/* 1c. Typography Variables */


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  


body {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  font-weight: regular;
  font-family: Montserrat;
}

/* Paragraphs */

p {

}

/* Anchors */

a {
  color: #333333;
}

a:hover,
a:focus,
a:active {
  color: #1f48fc;
}

/* Headings */

h1 {
  font-family: Montserrat;
  font-size: 50px;
  color: #494A52;
  font-weight: 700;
}

h2 {
  font-family: Montserrat;
  font-size: 40px;
  color: #494A52;
  font-weight: 700;
}

h3 {
  font-family: Montserrat;
  font-size: 34px;
  color: #494A52;
  font-weight: 700;
}

h4 {
  font-family: Montserrat;
  font-size: 30px;
  color: #494A52;
  font-weight: 700;
}

h5 {
  font-family: Montserrat;
  font-size: 26px;
  color: #494A52;
  font-weight: 700;
}

h6 {
  font-family: Montserrat;
  font-size: 14px;
  color: #494A52;
  font-weight: 700;
}

/* Blockquote */

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





/* 1d. Buttons  Variables */












button,   
.button {
  background-color: 

  
  
    
  


  rgba(0, 174, 248, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 15px;
}

button:hover,
button:focus,   
.button:hover,
.button:focus {
  background-color: 

  
  
    
  


  rgba(0, 174, 248, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button:active,
.button:active {
  background-color: 

  
  
    
  


  rgba(0, 174, 248, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}





/* 1e. Forms  Variables*/











form,
.submitted-message {
  font-size: 18px;
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  font-weight: regular
}

/* Form title */

.form-title {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  color: 

  
  
    
  


  rgba(38, 38, 38, 1.0)

;
}

/* Form label */

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

/* Form help text */

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

/* Form inputs */
form .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 {
  border-color: 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 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(153, 153, 153, 1.0)

;
}



/* 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 */
input[type="search"]{
  -webkit-appearance: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
form input[type=submit],
form .hs-button {      
  background-color: 

  
  
    
  


  rgba(0, 174, 248, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(221, 221, 221, 1.0)

;
  border-radius: 0px;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  padding: 10px 15px;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color:  

  
  
    
  


  rgba(0, 174, 248, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}   

form input[type=submit]:active,
form .hs-button:active {
  background-color:  

  
  
    
  


  rgba(0, 174, 248, 1.0)

;
  border: 1px solid 

  
  
    
  


  rgba(204, 204, 204, 1.0)

;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}




/* 1f. Tables Variables */










  
table {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color: #494A52;
}

th,
td {
  border-color: #494A52;
  color: #494A52;
}

thead th,
thead td {
  background-color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
  border-bottom-color: #494A52;
  color: #FFFFFF;
}

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #494A52;
}





/* 1g. Site header  Variables*/















/*    custom fields            */




/* Button */







/* Button 2 */








/* Header Search */





 
body nav.navigation-primary>ul>li ul>li>a{

  
  border-bottom-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  
}

header.custom-header-wrapper{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
.custom-menu-primary ul li a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a,
.submenu.level-1 > li>a,
body .navigation-primary .submenu.level-1>li>a , body nav.navigation-primary>ul>li>a{
  color: 

  
  
    
  


  rgba(38, 38, 38, 1.0)

;
}
.custom-menu-primary ul li a:hover,
.custom-menu-primary ul li a:focus,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus,
body .navigation-primary .submenu.level-1>li:hover>a ,body nav.navigation-primary>ul>li>a:hover{
  color: 

  
  
    
  


  rgba(31, 72, 252, 1.0)

;
  background-color: 

  
  
    
  


  rgba(68, 68, 68, 0.0)

;
}
.custom-menu-primary ul li a:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active,
body .navigation-primary .submenu.level-1>li>a.active-item,
body .navigation-primary .submenu.level-1>li>a.active-branch ,body nav.navigation-primary>ul>li>a.active-item ,body nav.navigation-primary>ul>li>a.active-branch{
  color: 

  
  
    
  


  rgba(31, 72, 252, 1.0)

;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
}
.custom-menu-primary ul ul,
.header__language-switcher .lang_list_class,
body .navigation-primary .menu_wrapper,
body header nav.navigation-primary .menu-wrap-level-2 ,body nav.navigation-primary>ul>li ul{
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}
body .submenu.level-2 > li:first-child:before {
  border-color: ;
}
.header__language-switcher .lang_list_class:before {
  border-bottom-color: ;
}
body .navigation-primary ul ul li a,
body .navigation-primary .submenu.level-2 li a,
body .navigation-primary .submenu.level-2 .level-3>li>a,
body .navigation-primary .submenu.level-2 .level-3>li>a:after,
body header .navigation-primary ul.level-4>li>a{
  color: 

  
  
    
  


  rgba(51, 51, 51, 1.0)

;
}
.custom-menu-primary ul ul li a:hover,
.custom-menu-primary ul ul li a:focus,
.header__language-switcher .lang_list_class li:hover,
body .submenu.level-2 > li:first-child:hover:before,
body .submenu.level-2 > li:first-child.focus:before,
body .navigation-primary .submenu.level-2 > li:hover> a,
body .navigation-primary .submenu.level-3 > li:hover> a,
body header .navigation-primary ul.level-4>li>a:hover{
  color: 

  
  
    
  


  rgba(31, 72, 252, 1.0)

;
  background-color: 

  
  
    
  


  rgba(248, 248, 248, 1.0)

;
}


/* Custom fields */    
body header .navigation-primary ul.level-4>li>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .navigation-primary .submenu.level-2 .submenu.level-3 ul.level-4>li:last-child>a{
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

header .contact_number a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .contact_number a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header nav.navigation-primary ul.level-2>li:nth-child(2) ul.level-3>li>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header nav.navigation-primary ul.level-2>li:nth-child(2) ul.level-3>li>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .button_2 a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

header .button_2 a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: ;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

.header_search form .is-search-input:focus{
  border-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger .hamburger-inner,
button#hamburger .hamburger-inner:before,
button#hamburger .hamburger-inner:after {
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

button#hamburger:hover .hamburger-inner,
button#hamburger:hover .hamburger-inner:before,
button#hamburger:hover .hamburger-inner:after {  
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop{
  background-color:

  
  
    
  


  rgba(#null, 1)


}

body .big-side-menu ul>li.hs-menu-depth-1>a,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a {
  color: 

  
  
    
  


  rgba(#null, 1)


}

body header nav.navigation-primary ul.level-1>li:last-child{
  border-left-color:

  
  
    
  


  rgba(#null, 1)


}
body .big-side-menu ul>li.hs-menu-depth-1>a:hover,
body .big-side-bottom-menu ul>li.hs-menu-depth-1>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color:

  
  
    
  


  rgba(#null, 1)

;
}

body .big-menu-panel-desktop .close-button-desktop-wrap button{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .big-menu-panel-desktop .close-button-desktop-wrap button:hover{
  color:

  
  
    
  


  rgba(#null, 1)


}

body .cm-divider hr {
  border-bottom-color:

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon svg,
body header .social-links .social-links__link  svg{
  fill: 

  
  
    
  


  rgba(#null, 1)


}

body header .social-links .social-links__icon:hover svg, 
body header .social-links .social-links__icon:focus svg, 
body header  .social-links .social-links__icon:active svg,   
body header .social-links .social-links__link:hover svg, 
body header .social-links .social-links__link:focus svg, 
body header .social-links .social-links__link:active svg{
  fill:

  
  
    
  


  rgba(#null, 1)


}


body header .header_top_menu_wrap ul>li.hs-menu-depth-1>a{
    color: 

  
  
    
  


  rgba(#null, 1)

;
    background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a{
  color: 

  
  
    
  


  rgba(#null, 1)

;
}

body header .header_top_menu_wrap ul>li.hs-menu-depth-2>a:hover{
  color: 

  
  
    
  


  rgba(#null, 1)

;
  background-color: 

  
  
    
  


  rgba(#null, 1)

;
}
.custom-menu-primary ul ul li a.active,
body header .navigation-primary ul.level-4>li>a.active,
body header .navigation-primary ul.level-4>li>a.active-item , body nav.navigation-primary>ul>li ul>li>a.active-item{
  color: 

  
  
    
  


  rgba(36, 36, 88, 1.0)

;
  background-color: 

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
}






/* 1h. Site footer Variables */


















/* Footer form */










/* Footer Social Icon */





  
  
.footer_top_wrapper , .footer_copyright {
  background-color: 

  
  
    
  


  rgba(239, 239, 239, 1.0)

;
}
/* Footer Content */

.footer_copyright{
 border-color: 

  
  
    
  


  rgba(75, 76, 77, 1.0)

;
}
.menu_wrapper ul>li ul>li>a ,li.hs-menu-item.hs-menu-depth-2.hs-item-14.hs-blog-news>a {
color: 

  
  
    
  


  rgba(19, 37, 59, 1.0)

;
}

.menu_wrapper ul>li ul>li>a:hover , li.hs-menu-item.hs-menu-depth-2.hs-item-14.hs-blog-news>a:hover{
color: 

  
  
    
  


  rgba(37, 74, 255, 1.0)

;
}

.menu_wrapper ul>li.hs-menu-depth-1 >a , footer .form_wrapper h3{
 color: 

  
  
    
  


  rgba(19, 37, 59, 1.0)

;
  
}

body .custom-social-networks-wrapper a{
color: 

  
  
    
  


  rgba(19, 37, 59, 1.0)

;
}

body .custom-social-networks-wrapper a:hover{
color: 

  
  
    
  


  rgba(37, 74, 255, 1.0)

;
}
  
.footer_copyright_wrapper{
color: 

  
  
    
  


  rgba(153, 153, 153, 1.0)

;
}







/* Blog Header */

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

/* Blog Listing */

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

.blog-tag-filter__menu-link,
.blog-post__tag-link,
.blog-card__tag-link,
.blog-post__author-name,
.blog-card__title a {
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

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

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

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

.blog-pagination__link {
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

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

.blog-post__title {
  color: #494A52;
  font-family:Montserrat;
  font-size: 50px;
  font-weight: 500;
}

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

#comments-listing .comment-reply-to {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:hover,
#comments-listing .comment-reply-to:focus {
  color: rgba(#null, 0.0);
}

#comments-listing .comment-reply-to:active {
  color: rgba(#null, 0.0);
}

/*             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: #1f48fc;
}

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

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

.blog-index__post-content a {
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

.blog-post__read-more svg {
  fill: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

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

.blog-sidebar a {
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

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

.post-featured-image {
  max-height: 600px;
}

.blog-post__meta a {
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

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

.blog-post__links-container {
  border-top:  2px solid rgb(228, 230, 232);
}

.blog-post__back-to-blog {
  color: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

.blog-post__back-to-blog svg {
  fill: 

  
  
    
  


  rgba(73, 74, 82, 1)

;
}

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

.comment.depth-1 {
  border-left: 2px solid rgb(228, 230, 232);
}

.section.post-footer .hs-input {
  border-color: rgb(228, 230, 232);
}

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











.card__price {
  font-family: Montserrat
    font-size: 34px;
  color: #494A52;
  font-weight: regular
}