







/* 1a. Containers */




/* 1b. Colors */




/* 1c. Typography */


























/* 1d. Buttons */








/*  hover */





/*  primary button  */

 


/*  secondary button */

 


/*  dark button  */

 


/*  light button  */

 



/* 1e. Forms */









































/* 1f. Tables */













/* 1g. Website header */














.site-header .hs-menu__nav .hs-menu__item > .hs-menu__link {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #ffffff;
  font-size: 16px;
}
.site-header .hs-menu__nav .hs-menu__item.hs-item__has-children.hs-menu__depth-1 > .hs-menu__link:after {
  color: #ffffff;
}

.site-header .hs-menu__nav .hs-menu__item.hs-item__has-children.hs-menu__depth-1:hover > .hs-menu__link {
  color: #00d06b;
}

.site-header .hs-menu__nav .hs-menu__item .hs-menu__link.active-node,
.site-header .hs-menu__nav .hs-menu__item .hs-menu__link.active-branch,
.site-header .hs-menu__nav .hs-menu__item > .hs-menu__link:hover {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #00d06b;
  font-size: 16px;
}







/* 1h. Website footer */








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

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

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





html {
  font-size: 18px;
}

body {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #414141;
  font-size: 18px;
}

/* Paragraphs */

p {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
}

/* Anchors */

a {
  text-decoration: none;
  color: #414141;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #191919;
}

a:active {
  text-decoration: none;
  color: #696969;
}

/* Headings */

h1,
.h1 {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #414141;
  font-size: 50px;
  text-transform: none;
}

h2,
.h2 {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #414141;
  font-size: 30px;
  text-transform: none;
}

h3,
.h3 {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #414141;
  font-size: 30px;
  text-transform: none;
}

h4,
.h4 {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #414141;
  font-size: 20px;
  text-transform: none;
}

h5,
.h5 {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #414141;
  font-size: 20px;
  text-transform: none;
}

h6,
.h6 {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #414141;
  font-size: 18px;
  text-transform: none;
}

/* Blockquote */

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





input.hs-button.primary{
  background-color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

 !important;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

!important;
  border-color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

!important;
}
a.button.primary_btn{
  background-color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
}
a.button.primary_btn:hover{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
  border-color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
}

a.button.secondary_btn{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

a.button.light_btn:hover{
  background-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
}
a.button.light_btn{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  border-color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button.button.dark_btn:hover,
a.button.dark_btn:hover{
  background-color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
  color:

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

button.button.dark_btn,
a.button.dark_btn{
  background-color:

  
  
    
  


  rgba(0, 0, 0, 0.0)

;
  color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
  border-color:

  
  
    
  


  rgba(0, 208, 107, 1.0)

;
}

a.button.primary_btn:hover,
a.button.secondary_btn:hover,
a.button.light_btn:hover,
a.button.dark_btn:hover,
a.button.primary_btn,
a.button.secondary_btn,
a.button.light_btn,
a.button.dark_btn{
  transition: all .6s;
}


button,
.button,
.hs-button,
.hs-blog-post-listing__post-button {
  border: 1px solid #007297;

  padding-top: 10px;
padding-right: 27px;
padding-bottom: 10px;
padding-left: 27px;

  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: 

  
  
    
  


  rgba(0, 114, 151, 1.0)

;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 12px;
  text-transform: none;
}

button:hover,
button:focus,
.button:hover,
.button:focus,
.hs-button:hover,
.hs-button:focus,
.hs-blog-post-listing__post-button:hover,
.hs-blog-post-listing__post-button:focus {
  border: 1px solid #1a334e;
;
  color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  border-radius: 50px;
}

button:active,
.button:active,
.hs-button:active,
.hs-blog-post-listing__post-button:active {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  background-color: rgba(40, 154, 191, 1.0);
  border-color: #289abf;
}





form,
.submitted-message {
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  border: 1px none #ffffff;
;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  padding: 0px;
;
}

/* Form title */

.form-title {
  border: 1px none #ffffff;
;
  padding-top: 0px;
padding-right: 0px;
padding-bottom: 30px;
padding-left: 0px;
;
  font-family: Roboto; font-style: normal; font-weight: normal; text-decoration: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 30px;
  color: #007297;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}


/* Labels */

form label {
  color: #3b3663;
}

/* Help text */

form legend {
  color: #3b3663;
}

/* Inputs */
form input[type=text],
form input[type=search],
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-right:0px !important;
  border-left:0px !important;
  border-top:0px !important;
  border: 1px solid #D1D6DC;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 0.0)

;
  color: #3b3663;
  border-radius: 0px;
}

/* Form placeholder text */

::-webkit-input-placeholder {
  color: #3b3663;
}

::-moz-placeholder {
  color: #3b3663;
}

:-ms-input-placeholder {
  color: #3b3663;
}

::placeholder {
  color: #3b3663;
}

/* Inputs - date picker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #3b3663;
}

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

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

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

/* Submit button */

form input[type=submit],
form .hs-button {
  border: 1px none #007297;
;
  padding-top: 18px;
padding-right: 58px;
padding-bottom: 18px;
padding-left: 58px;
;
  font-family: Rubik, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #FFFFFF;
  font-size: 12px;
  background-color: {color=#007297, opacity=100, rgba=rgba(0, 114, 151, 1), rgb=rgb(0, 114, 151), hex=#007297, css=#007297};
  border-radius: 50px;
  text-transform: none;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: 

  
  
    
  


  rgba(26, 51, 78, 1.0)

;
  color: #ffffff;
  border: 1px none #1a334e;
;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: rgba(40, 154, 191, 1.0);
  border-color: #289abf;
}





/* Table */

table {
  border: 1px solid #3b3663;

  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

/* Table cells */

td,
th {
  border: 1px solid #3b3663;

  padding: 18px;

  color: #3b3663;
}

/* Table header */

thead th {
  background-color: 

  
  
    
  


  rgba(0, 114, 151, 1.0)

;
  color: #FFFFFF;
}

/* Table footer */

tfoot td {
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  color: #3b3663;
}





.header {
  background-color: 

  
  
    
  


  rgba(105, 102, 135, 1.0)

;
}

.menu__link,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: ;
  font-family: Rubik;
}

.menu__child-toggle-icon {
  border-top-color: ;
}

.menu .menu__link:hover,
.menu .menu__link: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 {
  color: ;
}

.menu__child-toggle-icon:hover,
.menu__child-toggle-icon:focus {
  border-top-color: ;
}

.menu .menu__link:active,
.header__language-switcher-label-current:active,
.header__language-switcher .lang_list_class li a:active {
  color: ;
}

.menu__child-toggle-icon:active {
  border-top-color: ;
}

.menu .menu__item--depth-1 > .menu__link--active-link:after {
  background-color: ;
}

@media (min-width: 767px) {
  .menu .menu__submenu,
  .header__language-switcher .lang_list_class {
    border: 2px solid #007297;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }

  .menu__submenu--level-2 > .menu__item:first-child:before {
    border: 2px solid #007297;

    background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
  }
}

.menu__submenu .menu__link,
.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus {
  color: #3b3663;
  background-color: 

  
  
    
  


  rgba(255, 255, 255, 1.0)

;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #007297;
}

.menu__submenu .menu__link:hover,
.menu__submenu .menu__link:focus,
.header__language-switcher .lang_list_class li:hover,
.menu__submenu--level-2 > .menu__item:first-child:hover:before,
.menu__submenu--level-2 > .menu__item:first-child.focus:before {
  background-color: 

  
  
    
  


  rgba(105, 102, 135, 1.0)

;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: 

  
  
    
  


  rgba(105, 102, 135, 1.0)

;
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Rubik;
}

.header__language-switcher-label-current:after {
  border-top-color: ;
}

@media(max-width: 767px) {
  .header__navigation {
    background-color: 

  
  
    
  


  rgba(105, 102, 135, 1.0)

;
  }

  .header__navigation-toggle svg,
  .menu-arrow svg {
    fill: ;
  }
}





.footer {
  background-color: 

  
  
    
  


  rgba(248, 249, 250, 1.0)

;
  position: relative;

}

/* Footer content */

.footer p,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6,
.footer label,
.footer span,
.footer li,
.footer img {
  color: #414141;
}





.blog-post,
.blog-header__inner,
.blog-related-posts {
  padding: 80px 0;
}

/* Blog post */

.blog-post__meta a {
  color: #414141;
}

.blog-post__tag-link {
  color: #414141;
}

.blog-post__tag-link:hover,
.blog-post__tag-link:focus {
  color: #191919;
}

.blog-post__tag-link:active {
  color: #696969;
}

/* Blog related posts */

.blog-related-posts__title-link,
.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus,
.blog-related-posts__title-link:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.blog-related-posts__title-link {
  color: #414141;
}

.blog-related-posts__title-link:hover,
.blog-related-posts__title-link:focus {
  color: #191919;
}

.blog-related-posts__title-link:active {
  color: #696969;
}

/* Blog comments */

.blog-comments {
  margin-bottom: 80px;
}

#comments-listing .comment-reply-to {
  color: #414141;
}

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

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





.hs-search-results__title {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  color: #414141;
}





/* Blog listing */

.hs-blog-post-listing__post-title-link,
.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus,
.hs-blog-post-listing__post-title-link:active {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: 700; text-decoration: none;
  text-transform: none;
}

.hs-blog-post-listing__post-title-link {
  color: #414141;
}

.hs-blog-post-listing__post-title-link:hover,
.hs-blog-post-listing__post-title-link:focus {
  color: #191919;
}

.hs-blog-post-listing__post-title-link:active {
  color: #696969;
}


.hs-blog-post-listing__post-tag,
.hs-blog-post-listing__post-author-name {
  color: #414141;
}

/* Blog pagination */

.hs-pagination__link-text,
.hs-pagination__link--number {
  color: #414141;
}

.hs-pagination__link:hover .hs-pagination__link-text,
.hs-pagination__link:focus .hs-pagination__link-text,
.hs-pagination__link--number:hover,
.hs-pagination__link--number:focus {
  color: #191919;
}

.hs-pagination__link:active .hs-pagination__link-text,
.hs-pagination__link--number:active {
  color: #696969;
}

.hs-pagination__link-icon svg {
  fill: #414141;
}

/* Pricing card */

.card__price {
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #414141;
  font-size: 30px;
}

.card__body svg {
  fill: #007297;
}

/* Social follow */

.social-links__icon {
  background-color: #007297;
}

.social-links__icon:hover,
.social-links__icon:focus {
  background-color: #004a6f;
}

.social-links__icon:active {
  background-color: #289abf;
  font-family: Nunito, sans-serif; font-style: normal; font-weight: normal; text-decoration: none;
  color: #414141;
  font-size: 30px;
}



/* menu style */
header.site-header ol li, ul li,
footer.footer ol li, ul li{
  font-size: 16px;
  list-style: none;
}
fieldset.form-columns-2 {
  gap: 40px;
  display: flex;
}
.tag-line {
  font-size: 14px;
}
button.button.dark_btn.filter-button.active {
  background-color: rgba(0, 208, 107, 1.0);
  color: #ffffff;
}

@media (max-width:768px){
  h1, .h1 {
    font-size: 40px;
  }
}

/* Test Css */
section.two-column-section .col-two p.sub-title {
  line-height: 140%!important;  
  color: 

  
  
    
  


  rgba(0, 208, 107, 1.0)

!important;
}
section.two-column-section .col-two .button.dark_btn {
  background-color: 

  
  
    
  


  rgba(0, 208, 107, 1.0)

!important;
  color: #fff!important;
  border-color: 

  
  
    
  


  rgba(0, 208, 107, 1.0)

!important;
}
section.two-column-section .col-two .button.dark_btn:hover {
  background-color: transparent!important;
  color: 

  
  
    
  


  rgba(0, 208, 107, 1.0)

!important;
  border-color: 

  
  
    
  


  rgba(0, 208, 107, 1.0)

!important;
}
section.two-column-section .col-two .button.dark_btn span.button-icon {
  padding-left: 15px;
}
section.two-column-section {
  padding: 0 40px;
}
/* Testimonial Section */
.testimonial-block .info-box .name {
  font-size: 34px;
  padding-left: 10px;
}
.testimonial-block .info-box .designation {
  padding-top: 15px;
  font-size: 30px;
  padding-left: 10px;
}
.testimonial-block .info-box .thumb {
  height: 105px!important;
  width: 105px!important;
}
.testimonial-section .sec-title { 
  text-align: center;
}
.testimonial-section .testimonial-block .inner-box {
  box-shadow: 0 0 50px rgba(0, 114, 151, 0.75)!important;
  border-radius: 20px!important;
}
/* End of Test Css */