/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















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

.dnd-section {
  padding-bottom: 80px;
  padding-top: 80px;
}

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #BDE64D;
}
.page-center {
  max-width: 1080px;
}





body {
  color: #011936;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}


a {
  color: rgba(21, 177, 255, 1.0);
}

a:hover{  
  color: rgba(124, 211, 255, 1.0);
  text-decoration: none;
}

a:active {
  color: rgba(61, 217, 255, 1.0);
}

h1 {
  color: #172f5e;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

h2 {
  color: #172f5e;
  font-family: Poppins, sans-serif;
  font-size: 26px;
  font-weight: 700;
}

h3 {
  color: #172f5e;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 700;
}

@media only screen and (max-width: 980px) {
  h3 {
    font-size: 30.0px;
  }
}

@media(max-width: 767px) {
  h3 {
    font-size: 28.0px;
  }
}

h4 {
  color: #172f5e;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

h5 {
  color: #172f5e;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

h6 {
  color: #172f5e;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #BDE64D;;
}





form,
.submitted-message {
  border-color: rgba(#null, 0.0);
  background-color: rgba(240, 244, 246, 1.0);
  font-family: Poppins;
}

h3.form-title {
  background-color: rgba(189, 230, 77, 0.0);
  color: rgba(24, 36, 44, 1.0);
}

.hs-button,
.button--primary {
  background-color: rgba(0, 0, 0, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  border-radius: 0px;
  border-width: 2px;
  
  
  color: rgba(255, 255, 255, 1.0);
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  background-color: rgba(0, 0, 0, 0.0);
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(40, 40, 40, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.hs-form label {
  color: rgba(189, 230, 77, 1.0);
}

.hs-form legend {
  color: rgba(54, 90, 111, 1.0);
}

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,
form .hs-search-field__input,
form input[type="password"] {
  border-color: rgba(1, 25, 54, 0.0);
  background-color: rgba(#null, 0.0);
  color: ;
  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,
form .hs-search-field__input:focus,
form input[type="password"]:focus {
  border-color: rgba(255, 255, 255, 0.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(24, 36, 44, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #011936;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Poppins;
}

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

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

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





th,
td {
  background-color: rgba(240, 244, 246, 1.0);
  border: 1px solid rgba(0, 0, 0, 0.0);
  color: rgba(24, 36, 44, 1.0);
}

thead th,
thead td {
  background-color: rgba(189, 230, 77, 1.0);
  color: rgba(24, 36, 44, 1.0);
}

tfoot td {
  background-color: rgba(189, 230, 77, 1.0);
  color: rgba(24, 36, 44, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 0.0);
}




header.header {
  background-color: rgba(240, 244, 246, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a,
.et_search_icon:before {
  color: rgba(24, 36, 44, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:last-child>a:hover {
  color: rgba(#null, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a {
  background-color: rgba(196, 255, 0, 1.0);
  border-color: rgba(237, 119, 71, 0.0);
  color: rgba(24, 36, 44, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(7)>a:hover {
  background-color: rgba(189, 230, 77, 1.0);
  border-color: rgba(196, 15, 156, 0.0);
  color: rgba(196, 15, 156, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a {
  background-color: rgba(248, 250, 252, 0.0);
  border-color: rgba(24, 36, 44, 1.0);
  color: rgba(24, 36, 44, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(8)>a:hover {
  background-color: rgba(196, 255, 0, 1.0);
  border-color: rgba(24, 36, 44, 1.0);
  color: rgba(24, 36, 44, 1.0);
}
@media(min-width: 768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
	 color: rgba(24, 36, 44, 1.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch {
	 background-color: rgba(#null, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a {
	 color: rgba(#null, 0.0);
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
	 color: rgba(196, 15, 156, 0.7000000000000001);
	 background-color: rgba(0, 0, 0, 0.0);
  }
}
/* ==Mega Menu== */
/* ==Left== */
.custom-menu-primary .hs-menu-wrapper>ul>li>ul {
  background-color: rgba(#null, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a{
   color: rgba(24, 36, 44, 1.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li>a:hover{
   color: rgba(196, 15, 156, 1.0);
}
 
/* ==Right== */



  color: rgba(#null, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child+li>ul>li>a {
  color: rgba(#null, 0.0);
}
.custom-menu-primary .hs-menu-wrapper>ul>li>ul>li:first-child+li>ul>li>a:hover {
  color: rgba(#null, 0.0);
}


.custom-menu-primary .hs-menu-wrapper>ul>li:nth-child(4)>ul>li:last-child>ul>li:first-child+li+li>a {
  color: rgba(#null, 0.0);
}



footer.footer {
  background-color: rgba(24, 36, 44, 1.0);
}
.ftr-inner-col-2 .hs-menu-wrapper>ul li a,
.footer_bottom>div>*>span h4 a {
  color: rgba(121, 200, 248, 1.0);
}
.ftr-inner-col-2 .hs-menu-wrapper>ul li a:hover,
.footer_bottom>div>*>span h4 a:hover {
  color: rgba(124, 211, 255, 1.0);
}
.footer_bottom>div>*>span h3 {
  color: rgba(255, 255, 255, 1.0);
}
.social_share ul li a {
  color: rgba(121, 200, 248, 1.0);
  border-color: rgba(121, 200, 248, 1.0);
}
.touch-btn a {
  background-color: rgba(0, 64, 80, 0.0);
  border-color: rgba(255, 255, 255, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
.touch-btn a:hover {
  background-color: rgba(196, 255, 0, 1.0);
  color: rgba(24, 36, 44, 1.0);
  border-color: rgba(255, 255, 255, 1.0);
}
.footer_bottom>div {
  border-color: rgba(242, 242, 242, 0.0);
}




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

.blog-post__date {
  border-color: #011936;
}

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

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

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

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

.blog-pagination__link {
  color: #011936;
}

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

.blog-post__title {
  color: #172f5e;
  font-family:Poppins;
  font-size: 26px;
  font-weight: ;
}

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

#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            */

.blog-header {
  background-color: rgb(#null);
}

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


.blog-post__tag-link:hover{
  color: #7cd3ff;
}

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

.blog-post__read-more a:hover svg {
  fill: #7cd3ff;
}

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

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

.blog-sidebar a:hover {
  color: #7cd3ff;
}

.blog__subscription-block {
  background-color: rgb(#null);
}

.post-item>div .hs-featured-image-wrapper {
  max-height: px;
  overflow: hidden;
}

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

.blog-post__body, .blog-post__tags a {
  color: #011936;
}

.blog-post__meta a:hover {
  color: #7cd3ff
}

.blog-post__links {
  border-top:  2px solid rgb(#null);
}

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

.blog-post__back-to-blog:hover {
  color: #7cd3ff;
}

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

a.blog-post__back-to-blog:hover svg {
  fill: #7cd3ff;
}

.comment.depth-0,
.blog-comments form {
  border-top: 2px solid rgb(#null);
}

.comment.depth-1 {
  border-left: 2px solid rgb(#null);
}

.section.post-footer .hs-input {
  border-color: rgb(#null);
}

.blog-recent-posts {
  background-color: rgb(#null);
}










body .icon svg {
  fill: #18242C;
}

body .tns-nav button.tns-nav-active {
  background-color: #18242C;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #18242C;
}

body .social-links__icon {
  background-color: #18242C;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #BDE64D;
}

.page-center, .content-wrapper, .dnd-section>.row-fluid, .container {
  max-width: 1080px;
  margin: 0 auto;
  width: 80%;
}




.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}