/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */
@import url('https://fonts.googleapis.com/css2?family=Passion+One:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap');
/* Test */
















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

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

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




html {
	font-size: 18;
}

body {
	color: #000000;
	font-family: Foundry Monoline Regular, sans-serif;
	font-weight: 400;
	font-size: 18px;
}

a {
	color: rgba(239, 63, 77, 1.0);
	cursor: pointer;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -ms-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

a:hover,
a:focus {
  color: rgba(239, 63, 77, 1.0);
}

a:active {
	color: rgba(255, 103, 117, 1.0);
}

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

h1 {
	color: #000000;
	font-family: Foundry Monoline;
	font-size: 60px;
	font-weight: 700;
}
.banner h1 {
 line-height:1.3; 
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 40.2px;
  }
}

h2 {
	color: #000000;
	font-family: Foundry Monoline;
	font-size: 50px;
	font-weight: 700;
}

@media only screen and (max-width: 767px) {
  h2 {
    font-size: 40.0px;
  }
}


h3 {
	color: #000000;
	font-family: Foundry Monoline;
	font-size: 28px;
	font-weight: 700;
}


h4 {
	color: #000000;
	font-family: Foundry Monoline;
	font-size: 24px;
	font-weight: 700;
}


h5 {
	color: #EF3F4D;
	font-family: Foundry Monoline;
	font-size: 20px;
	font-weight: 700;
}

h6 {
	color: #000000;
	font-family: Foundry Monoline;
	font-size: 18px;
	font-weight: 700;
}

blockquote {
	border-left: 10px solid #EF3F4D;;
}





form,
.submitted-message {
	border-color: rgba(#null, 0.0);
	font-family: Foundry Monoline Regular;
}

form {
  background-color: rgba(225, 225, 225, 1.0);
}

h3.form-title {
	background-color: rgba(255, 255, 255, 0.0);
	color: rgba(0, 0, 0, 1.0);
}

.hs-button,
.button--primary,
.blog-comments .hs-button {
	background-color: rgba(239, 63, 77, 1.0);
	border-color: rgba(239, 63, 77, 1.0);
	border-radius: 0px;
	border-width: 1px;
	color: rgba(255, 255, 255, 1.0);
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 9px;
	padding-bottom: 9px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus,
.blog-comments .hs-button:hover,
.blog-comments .hs-button:focus {
  background-color: rgba(41, 42, 51, 1.0);
	border-color: rgba(239, 63, 77, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.hs-form label {
	color: rgba(0, 0, 0, 1.0);
}

.hs-form legend {
	color: rgba(0, 0, 0, 1.0);
}

form input,
form select,
form textarea,
.hs-input,
.hs-search-field__input,
.systems-page input[type='password'],
.systems-page input[type='password'] {
	border-color: rgba(0, 0, 0, 0.0);
	color: #000000;
	border-radius: 0px;
}

form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
.hs-search-field__input:focus,
.systems-page input[type='password']:focus,
.systems-page input[type='password']:focus {
	border-color: rgba(0, 0, 0, 1.0);
}

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

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

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

.hs-default-font-element,
.hs-main-font-element {
	font-family: Foundry Monoline Regular;
}

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

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

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





th,
td {
	background-color: rgba(255, 255, 255, 1.0);
	border: 1px solid rgba(0, 0, 0, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

thead th,
thead td {
	background-color: rgba(0, 0, 0, 1.0);
	color: rgba(255, 255, 255, 1.0);
}

tfoot td {
	background-color: rgba(255, 255, 255, 1.0);
	color: rgba(0, 0, 0, 1.0);
}

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





.header-inner {
	background-color: rgba(41, 42, 51, 1.0);
}

.header__container {
	max-width: 1264px;
}

body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.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: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(239, 63, 77, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li {
  background-color: rgba(#null, 0.0);
}
body .custom-menu-primary .submenu.level-1 > li:hover,
body .custom-menu-primary .submenu.level-1 > li:focus {
  background-color: rgba(239, 63, 77, 1.0);
}
body .custom-menu-primary .submenu.level-1 > li > a.active-item {
  color: rgba(255, 255, 255, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 {
  background-color: rgba(239, 63, 77, 1.0);
}
body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: rgba(239, 63, 77, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  background-color: rgba(239, 63, 77, 1.0);
  color: rgba(255, 255, 255, 1.0);
}
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-item {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 255, 255, 1.0);
}

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

.header-searchicon i {
    color: rgba(255, 255, 255, 1.0);
}
.header-searchicon .fa-search:after {
    color: rgba(239, 63, 77, 1.0);
}
.header-inner .btn-effect a {
    color: rgba(255, 255, 255, 1.0);
    background-color: rgba(239, 63, 77, 1.0);
}
.header-inner .btn-from-right a:before {
    border-color: rgba(239, 63, 77, 1.0);
}
.header-inner .btn-effect a:before {
  background-color: rgba(239, 63, 77, 1.0);
}
.header-inner .btn-effect a:hover {
    color: rgba(239, 63, 77, 1.0);
    background-color: rgba(255, 255, 255, 1.0);
}
.header-inner .btn-effect a:hover:after {
  background-color: rgba(255, 255, 255, 1.0);
}




@media (min-width: 768px) {
  .header-inner .custom-mega-menu > ul > li > a:before {
      background-color: rgba(239, 63, 77, 1.0);
  }
  .header-inner .custom-mega-menu > ul > li i {
     color: rgba(239, 63, 77, 1.0);
  }
  .header-inner .primary-dropdown-menu,
  .header-inner .custom-mega-menu > ul > li.hs-submenu .primary-dropdown-menu ul li.hs-item-has-children ul {
      background-color: rgba(239, 63, 77, 1.0);
  }
  .header-inner .primary-dropdown-menu.hs-submenu,
  .header-inner .custom-mega-menu > ul > li.hs-submenu .primary-dropdown-menu.hs-submenu ul li.hs-item-has-children ul {
      background-color: #292a33;
  }
  .header-inner .custom-mega-menu > ul > li.hs-submenu ul li > a:after {
      background-color: rgba(239, 63, 77, 0.5);
  }
  .custom-mega-menu > ul > li.hs-submenu ul li:hover > a:after {
      border-left: rgba(239, 63, 77, 1.0);
  }
  .custom-mega-menu .with_content .primary-dropdown-menu *,
  .header-inner .custom-mega-menu .with_content .with-content-arrow i {
      color: rgba(255, 255, 255, 1.0);
  }
  .header-inner .custom-mega-menu > ul > li:hover > a {
    color: rgba(255, 255, 255, 1.0);
  }
  .header-inner .custom-mega-menu > ul > li.hs-submenu ul li a {
     color: rgba(255, 255, 255, 1.0);
  }
  .header-inner .custom-mega-menu > ul > li.hs-submenu ul li a:hover {
     color: rgba(255, 255, 255, 1.0);
  }
}



@media(max-width: 767px) {
	.header__navigation {
		background-color: rgba(41, 42, 51, 1.0);
	}

	.header__navigation-toggle svg,
	.menu-arrow svg {
		fill: rgba(255, 255, 255, 1.0);
	}
}





.footer {
	background-color: rgba(41, 42, 51, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer  .cm-footer-menu .hs-menu-wrapper>ul>li>a {
  color: rgba(255, 255, 255, 1.0);
}
.footer__container {
	max-width: 1264px;
}

.footer .cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a {
    color: rgba(255, 255, 255, 1.0);
}
.footer .cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper > li > a:hover {
    color: rgba(239, 63, 77, 1.0);
}
.footer .cm-footer-menu .hs-menu-wrapper ul.hs-menu-children-wrapper>li>a {
    color: rgba(255, 255, 255, 1.0);
}
.footer .custom-footer-social-icons > ul > li > a {
    background: rgba(255, 255, 255, 1.0);
    color: rgba(69, 85, 96, 1.0);
}
.footer .custom-footer-social-icons > ul > li > a:hover {
    background: rgba(239, 63, 77, 1.0);
    color: rgba(255, 255, 255, 1.0);
}
.tipsy-inner {
    background-color: rgba(239, 63, 77, 1.0);
    color: rgba(255, 255, 255, 1.0);
}







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

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

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

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

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

.blog-pagination__link {
	color: #000000;
}

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

.blog-post__title {
	color: #000000;
	font-family:Foundry Monoline;
	font-size: 50px;
	font-weight: ;
}

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

#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(245, 245, 245);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.blog-post__meta a:hover {
  color: #EF3F4D
}

.blog-post__links {
	border-top:  2px solid rgb(219, 43, 57);
}

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

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

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

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

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

.comment.depth-1 {
	border-left: 2px solid rgb(219, 43, 57);
}

.section.post-footer .hs-input {
	border-color: rgb(219, 43, 57);
}

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










body .icon svg {
	fill: #000;
}

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

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

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

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

.page-center {
	max-width: 1264px;
	margin: 0 auto;
}





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

.mb50 { margin-bottom:50px; }
.mb20 { margin-bottom:20px; }

.w100 { float:left; width:100%; }
.text-center { text-align:center; }
.text-right { text-align:right; }
.text-left { text-align:left; }
.fl { display:flex; }
.jc { justify-content:center; }
.jfs { justify-content:flex-start; }
.jfe { justify-content:flex-end; }
.jsb { justify-content:space-between; }

.ofc-img img { object-fit:cover; width:100%; height:100% !important; }

.ts-slides { padding-bottom:80px; }
.ts-slides .slick-list { transition:ease height 0.4s; }
.ts-slides .slick-arrow { position: absolute; left: 50%; bottom: 0; transform: translate(-50%, 0); margin-left: -25px; width: 40px; height: 40px; background: #ef3f4d; font-size: 0; border-radius: 50%; box-shadow: rgba(0, 0, 0, 0.2) 0 0 15px -5px; border:none; outline:none; cursor:pointer; transition:ease all 0.4s; }
.ts-slides .slick-arrow:before { position:absolute; content:''; left:50%; top:50%; width:12px; height:12px; border-left: #FFFFFF solid 1px; border-top: #FFFFFF solid 1px; transform: translate(-50%, -50%) rotate(-45deg); margin-left: 3px; }
.ts-slides .slick-next:before { transform:translate(-50%, -50%) rotate(135deg); margin-left:-3px; }
.ts-slides .slick-arrow:hover { background:#000000; }
.ts-slides .slick-next { margin-left: 25px; }


.ts-slide { padding: 40px; border: #f3f3f3 solid 1px; border-radius: 10px; position:relative; margin: 10px; box-shadow: #f3f3f3 0 0 15px -5px; }
.ts-slide h6 span { font-family: Foundry Monoline Regular, sans-serif; font-weight: 400; font-size: 14px; }
.ts-slide .tss-message { margin-bottom:15px; }
.ts-slide:before { position: absolute; content: '"'; left: 60px; top: 90px; width: 50px; height: 50px; color: #ef3f4d; font-size: 160px; font-family: "Passion One", sans-serif; transform: rotate(180deg); text-align: right; opacity: 0.1; }

.cl-slide { margin:0 30px; }

.contact-section { position:relative; }
.cs-form { float: right; width: 50%; padding-left:70px; }
.cs-image { position:absolute; left:0; top:0; width:50%; height:100%; }
.contact-section form { background: transparent; float: left; width: 100%; padding: 0; }
.contact-section form .hs-richtext { font-size: 15px; margin: 5px 0 15px; float: left; width: 100%; }

/* Style by adding class to dnd area */
.new-style .cm-row.cm-align-items { align-items:flex-start; }


@media (max-width:991px){
  .cs-form { padding-left: 40px; padding-right: 30px; }
}

@media (max-width:767px){
  .mb50 { margin-bottom:25px; }
  
  .ts-slide { margin:10px 0; padding:30px; }
  
  .ts-slides { padding-bottom:50px; }
  .ts-slide:before { top:90px; left:45px; }
  
  .cl-slide { margin:0 20px; }

  .contact-section .header__container { padding:0; width:100%; }
  .cs-image { width:100%; position:static; }
  .cs-form { padding:40px 30px; width:100%; }
  
}