@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

 @import url('https://www.tuebora.com/assets/css/template_style.css'); 

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/* TYPOGRAPHY */


/* COLORS */



/* SIZING */


.row-fluid {
  width: 100%;
  position: relative;
}

/*************** Base sets ***************/
*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
html{ scroll-behavior: smooth;}

html,
body {
	min-height: 100%;
	margin: 0px;
	padding: 0px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  line-height: 1.7333333333em;
  color: #444444;
  font-weight: 400;
  margin:0px;
}
input, button, select, textarea{font-family: 'Poppins', sans-serif;}
a:-webkit-any-link{
  color:inherit;
  text-decoration:none;
}
a {
  outline: none;
  text-decoration: none;
}
a:hover,a:focus{
  text-decoration:none;
}
h1,h2,h3,h4,h5,h6{
    margin-top: 20px;
    margin-bottom: 10px;
   font-family: 'Poppins', sans-serif;
}
h1 {
  font-size: 35px;
  line-height: 47px;
}
h2 {
  font-size: 34px;
  line-height: 46px;
}
h3 {
  font-size: 29px;
  line-height: 39px;
}
h4 {
  font-size: 22px;
  line-height: 32px;
}
h5 {
  font-size:16px;
  line-height: 26px;
}
h6 {
  font-size: 15px;
  line-height: 20px;
}
p{
  margin:20px 0px;
}
img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom;
}
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
}
.modal-style .modal-dialog {
    width: 900px;
}
.modal-style .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: none;
    padding: 4px;
}
.modal-content {
    border-radius: 4px;
    box-shadow: 0 5px 15px rgb(155 170 208);
    border: none;
}
.modal-style .modal-header {
    padding: 0px;
    border-bottom: none;
    position: relative;
}
.modal-header {
    border-bottom: none;
}
.modal-style .modal-header .close {
    margin: 0px;
    text-shadow: none;
    opacity: 1;
    position: absolute;
    top: 12px;
    right: -10px;
    z-index: 9;
}
.modal-style .modal-header .close span {
    font-family: arial;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
}
div#video-rotate-btn {
    background: #E7EDFB;
}
.video-rotate-btn {
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
    height: 50px;
    min-width: 100px;
    position: relative;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 18px;
    position: fixed;
    left: -28px;
    top: 35%;
    border: 2px solid #FFF;
    background: #473ebf;
    color: #FFF !important;
    box-shadow: 0px 0px 7px #8265ad9c;
    z-index:999;
}
.video-rotate-btn.focus, .video-rotate-btn:focus {
    color: #fff;
    text-decoration: none;
}
.video-rotate-btn:hover {
    background: #31bda2;
    color: #FFF;
}
.rotate-btn {
    vertical-align: top;
    transform: rotate(7deg);
    -ms-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: center;
    cursor: pointer;
    height: 50px;
    min-width: 100px;
    position: relative;
    border: 1px solid #333;
    border-radius: 5px;
    padding: 0 10px;
    font-size: 18px;
    position: fixed;
    right: -28px;
    top: 35%;
    border: 2px solid #FFF;
    background: #473ebf;
    color: #FFF !important;
    box-shadow: 0px 0px 7px #8265ad9c;
  z-index:999;
}
.rotate-btn:hover {
    background: #31bda2;
    color: #FFF;
}
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff !important;
    padding: 6px 12px 9px 12px;
    font-size: 16px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
}
.back-to-top:focus {
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    outline: none;
}
.back-to-top:hover {
    background: #2dc997;
    color: #fff;
}

/* Blog CSS */
.blog-main {padding:50px 0px; margin-top:120px;}
.post-item,.blog-post-wrapper  {
    float: left;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 30px;
    border: solid 1px #d9d9d9;
    padding: 20px;
    position: relative;
}
.blog-post-wrapper  {margin-top: -10px;}
.section-heading {
    display: inline-block;
    clear: both;
    margin: 15px 0px;
    width: 100%;
}
.date {
    width: 90px;
    float: left;
    text-align: center;
    border: solid 1px #3b6bb5;
}
.date h2 {
    font-size: 32px;
    font-weight: bold;
    margin: 0px;
    color: #3b6bb5;
    line-height:35px;
}
.date h3 {
    margin-top: 0px;
    font-size: 15px;
    font-weight: 600;
    color: #3b6bb5;
    margin-bottom: 8px;
    line-height:17px;
}
.date span {
    background: #3b6bb5;
    color: #FFF;
    float: left;
    width: 100%;
    padding: 5px;
    font-size: 18px;
    line-height:26px;
}
.blog-heading {
    float: right;
    width: 84%;
    padding: 0px;
}
.blog-heading h3 {
    margin-top: 0px;
    color: #42858C;
    font-size: 18px;
    font-weight: 500;
    line-height:20px
      
}
.blog-heading h3 a {
    text-decoration: none;
}
.post-item a ,.blog-post-wrapper a{
    color: #42858C;
}
.color {
    float: left;
    margin: 20px 20px 0px 0px;
    padding: 0px;
    color: #a7a7a7;
    font-size: 14px;
}
.blog-chart {
    float: left;
    margin-top: 20px;
    padding: 0px;
    color: #a7a7a7;
    font-size: 14px;
    margin-right: 20px;
}
.category {
    margin: 20px 20px 0px 0px;
    padding: 0px;
    color: #a7a7a7;
    font-size: 14px;
    float: left;
}
.category .fa-th-list {
    margin-right: 5px;
}
.custom_listing_comments {
    display: inline;
}
.blog-text p {
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 12px 0px 0px 0px;
    display: inline-block;
}
.socialize-in-content {
    display: block;
    clear: both;
    bottom: 9px;
    right: 15px;
    position:absolute;
    float: left;
}
.read_more {
    padding: 10px 30px;
    background: #A8D4AD;
    color: #000 !important;
    border-radius: 14px !important;
    margin-top: 15px;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    clear: both;
    line-height:20px;
}
.hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -5px;
}
.blog-img {
    float: left;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
}
.blog-pagination {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.blog-pagination a {
    padding: 10px 30px;
    background: #A8D4AD;
    color: #0D160B !important;
    border-radius: 14px !important;
    margin-top: 15px;
    font-weight: normal;
    font-size: 16px;
    display: inline-block;
    clear: both;
    text-decoration:none;
}

.sidebar h3 {
    font-size: 20px;
    border-left: solid 4px #31bda2;
    padding-left: 10px;
    text-transform: uppercase;
    margin: 10px 0px 10px 0px;
    color: #02359e;
    line-height: 22px;
}
.sidebar ul {
    margin: 0px 0px 20px 0px;
    padding: 0px;
    list-style: none;
}
.sidebar ul li{
    border-bottom: solid 1px #d9d9d9;
    padding: 10px 0px;
    line-height:22px;
}
.socialize-containter {
    clear: both;
    margin: 20px 0;
    width: auto;
    padding: 10px;
    vertical-align: top;
    min-height: 70px;
    background-color: #396bb2 !important;
    border-bottom: solid 10px #fff !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    margin-bottom: 37px !important;
}
.socialize-text {
    line-height: 22px;
    color: #fff;
}
.socialize-text a {
    color: #a1d4fe;
}
.comments-title{
    font-size: 22px;
    line-height: inherit;
    padding-bottom: 5px;
    text-decoration: none;
    margin-bottom: 20px;
    color: #3b6bb5 !important;
    font-weight: 600 !important;
}
.hs-form-field label span {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 400;
    line-height: 18px;
}
.hs-form-field {
    display: flex;
    margin-bottom: 8px;
}
.hs-form-field label {
    width: 150px;
}
.hs-form-field input[type="text"],.hs-form-field input[type="email"],.hs-form-field textarea {
    font-size: 14px;
    margin-bottom: 15px;
    outline: 0;
    padding: 5px;
    width: 400px;
    border: solid 1px #e4e7ea !important;
    color: #333;
    background-color: #fff;
}
.hs-form-field textarea {
   height:212px;
}
.actions {
    margin-left: 150px;
}
.actions input.hs-button.primary {
    padding: 10px 30px !important;
    background: #A8D4AD !important;
    color: #0D160B !important;
    border-radius: 14px !important;
    font-weight: normal !important;
    font-size: 16px !important;
    border: none;
    margin-top: 10px;
    line-height: 22px;
}
.actions input.hs-button.primary:hover {
  background: #A8D4AD !important;
}

@media only screen and (min-width: 768px) and (max-width: 768px) {
  .blog-heading {
      width: 75%;
  }
  .body-container-wrapper:before{display:none}
  .main-banner-image{display:none}.blog-main {
    margin-top: 20px !important;
}
}
@media (max-width: 767px) {
  .blog-heading {
      width: 100%;
  }
  .blog-heading h3 {
      font-size: 17px;
      margin: 10px 0 0;
  }
  .socialize-in-content {
      position: static;
  }
  .hs-form-field {
      display: block;
  }
  .actions {
    margin-left: 0px;
  }   .body-container-wrapper:before{display:none}
  .main-banner-image{display:none}
  .blog-main {
    margin-top: 20px !important;
}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.page-center {
		display: block;
		padding-right: 20px;
		padding-left: 20px;
	}   .body-container-wrapper:before{display:none}
  .main-banner-image{display:none}
  .blog-main {
    margin-top: 20px !important;
}
}

@media (min-width: 750px) {
	.page-center {
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto !important;
		margin-left: auto !important;
	}  
}

@media (min-width: 992px) {
	.page-center {
		max-width: 1100px;
	}   
}
}

@media (min-width: 1200px) {
	.page-center {
		max-width: 1170px;
	}
   
}

/* -------- Highlighted Text -------- */
::-moz-selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}

::selection {
  color: #fff;
  background:#3399FF;
  text-shadow: none;
}

::placeholder,
:-moz-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
::-webkit-input-placeholder,
:placeholder-shown {
  color: #2F3238;
  font-size: 14px;
  font-family: ;
  font-weight: 400;
}


/* General */
.flex-row {
    display: flex !important;
    align-items: center;
   display: -webkit-box !important;
   display: -webkit-flex !important;
   display: -ms-flexbox !important;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}

.hs-menu-wrapper.hs-menu-flow-horizontal>ul {
    display: inline-block;
    list-style: none;    margin-top: 10px;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    float: left;    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children {
    position: relative;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li{ height:auto;}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    z-index: 10;
    margin-left: 0px;
    margin-right: 0px;
    left: 0;
    list-style: none;
    border-radius: 0px;
    border: 0;
    width: 200px;
    top: 40px;
    right: 0;
/*     -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */
/*     box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */
    background: #FFF;
          -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;

  
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a {
    position: relative;
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:after {
    content: "\f107";
    position: absolute;
    right: -15px;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
      padding: 10px;
    color: #333;
    transition: 0.3s;
    display: block;
    font-size: 14px;
    text-transform: none;    text-align: left;
}
.hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
  background:#afc1ff4d;
      color: #000 !important;
     
}

/* ==========================================================================
Custom Menu Primary
========================================================================== */

/* Override max width on menu links */
.custom-menu-primary .hs-menu-wrapper > ul li a, 
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: visible !important;
  max-width: none !important;
  width: auto !important;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  overflow: hidden !important;
}

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width:991px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
  .blog-main {
    margin-top: 40px !important;
}
}

/* ==========================================================================
Mobile Menu - Hubspot Standard Toggle Menu
========================================================================== */

/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

.mobile-trigger, .child-trigger{
  display: none; /* Hide button on Desktop */
}

@media (max-width: 991px){
  .body-container-wrapper:before{display:none}
  .main-banner-image{display:none}.blog-main {
    margin-top: 20px !important;
}
  /* Variables
  ========================================================================== */

     /* Set Mobile Menu Background Color */
        /* Set Link Color */
   /* Set Link Hover Color */

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

  .custom-menu-primary,
  .custom-menu-primary .hs-menu-wrapper > ul,
  .custom-menu-primary .hs-menu-wrapper > ul li,
  .custom-menu-primary .hs-menu-wrapper > ul li a{
    display: block;
    float: none;
    position: static;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;	
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none; 
    max-width: none;
    width: 100%;
    height: auto;
    line-height: 1;  
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
  }

  /* Toggle Button
  ========================================================================== */
  .header-main .span4 {
      width: 40%;
  } 
  
  .mobile-trigger {
      display: inline-block !important;
      cursor: pointer;
      position: absolute;
      top: 35px;
      right: 0px;
      width: auto;
      height: auto;
      padding: 7px 0 8px;
      background: transparent;
      border: 1px solid transparent;
      font-size: 16px;
      font-weight: normal;
      text-align: left;
      text-transform: uppercase;
      margin-top: -40px !important;
      color:#0466cb;
      z-index: 9;
    font-size: 24px;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#29b8eb;
    background-color: transparent; 
    border-color: transparent;z-index:999;
  }
  .hs-menu-wrapper.active-branch.flyouts.hs-menu-flow-horizontal .mobile-trigger {
    margin-top: 30px !important;
    margin-right: 15px !important;
  }

    /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
           display: block !important;
        cursor: pointer;
        position: absolute;
        top: -24px;
        bottom: 0;
        right: -80%;
        width: 45px !important;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
    font-style: normal;
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    color:#29b8eb; /* Icon color */
    display: block;

  }
  .child-trigger i:after{
    font-family: 'FontAwesome';
    content: "\f0d7";
  }

  .child-trigger.child-open i {
      top: 25px;
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 0; /* Makes room for button */
    margin: 10px 0 10px 0;
    width:60%;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

  /* Make child lists appear below parent items */
  .custom-menu-primary ul.hs-menu-children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    position: fixed;
    top: 54px;
    padding-top: 18px;
    bottom: 0;
    z-index: 998;
    background: #fff;
    width: 260px;
    overflow-y: auto;
    transition: 0.4s;
    margin-top: 0px;
    left:0;
  }
  body.mobile-open {
      background: #6f6f6f;
  }
  .mobile-open .mobile-trigger i:before {
      content: "\f00d";
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:transparent; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 22px 10px 15px;
    overflow: visible;
  }
  
  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color: #7E7EB9; /* link hover color set by global mobile-aColorHover variable */
  }

  /* Level 2 and Higher Menu List Styles */

  .custom-menu-primary .hs-menu-wrapper > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}
.custom-menu-primary .hs-menu-wrapper {
  position: relative;
}
.custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
  display: inline-block;
  vertical-align: 30px;
  margin-left: 31px;
  min-width: 169px;
  position: absolute;
  right: 0;
  top: 5px;
}

ul.list-style-none {
    list-style: none;
  margin-left: 8%;
}

ul.list-style-none li {
font-size: 14px;
    line-height: 22px;
   margin-top: 10px;
}

ul.list-pad-left {
    padding-left: 8%;
    padding-top: 5px;
}


.hs-featured-image {
    float: initial;
    margin: 0 auto;
    max-width: 100%; 
  width: 100%;
}

.blog-img {
    float: inherit;
    text-align: center; 
}
.hs-blog-social-share .hs-blog-social-share-list {
    display: flex;
    /* align-items: center; */
    justify-content: center;
    flex-wrap: wrap;
}
.hs-blog-social-share .hs-blog-social-share-item-linkedin {
    margin-top: -6px!important;
}

/* +++++++++++++++++++++++++++++++++++++++++++++++++
Responsive                                                 
+++++++++++++++++++++++++++++++++++++++++++++++++ */

/* ================  Desktop ================ */


/* ================ Tablets (portrait and landscape) ================ */
@media only screen and (min-width: 991px) and (max-width: 1366px) {
  /* end of tablet (portrait and landscape) */

  /* min - 768 */
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    display: inline-block;
    vertical-align: 30px;
    margin-left: 31px ;
  }  
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    padding-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    top: -2px;
  }
}

/* ================ Tablets (portrait) ================ */
@media only screen and (min-width: 991px) and (max-width: 1024px) and (orientation: portrait) { 
  /*Padding left Ipad Portrait navigation*/   
.blog-main {
    margin-top: 20px !important;
}
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    margin-left: 5px !important
  }
}

@media only screen and (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    position: relative;
    top: 0;    
  }
}


/* ================ Phones (portrait and landscape) ================ */
@media only screen and (max-width: 991px) {
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    position: relative;
    top: 0;    
  }
  .body-container-wrapper:before{display:none}
  .main-banner-image{display:none}
  .blog-main {
    margin-top: 20px !important;
}
  /* end of mobile (portrait and landscape) */
  
  .custom-menu-primary .hs-menu-wrapper span.hs-cta-wrapper {
    float: left;
    text-align: left;
    margin-left:0;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children{
    height: auto;
  }
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-top: 15px;
  }

  .custom-menu-primary .hs-cta-wrapper a#cta_button_2946146_3b00318a-13ae-45be-95ab-5f0c2d608b9d {
    font-size: 14px;
    width: 173px !important;
    text-transform: uppercase;
    font-weight: 500;
    padding: 15px 5px !important;
    margin-top: 15px;
  }
  .custom-menu-primary .hs-cta-wrapper script {
    display: none;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li:last-of-type {
    border-bottom: 0;
  }
  .mobile-open li.hs-menu-item.hs-menu-depth-1.hs-item-has-children > a:after {
      right: 15px;
      font-size: 26px;
  }
  .mobile-open .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      color: #fff;    font-size: 13px;
  }
  .mobile-open .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper{width:254px;background: rgb(241 247 252);}
  .mobile-open .header-main.sticky .custom-menu-primary .hs-menu-wrapper>ul li a{color:#fff;}
}


@media (max-width: 320px){ 
  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
      font-size: 13px;
  }
}
.fb_iframe_widget iframe {
   
    top: -6px !important;
}

.header-main {
    padding: 5px 0px;
}

/* Nwe blog custom theme */


.body-container-wrapper{
  margin-top:0px
}
.body-container-wrapper::before{
  content: "";
    position: absolute;
    right: 0;
    top: 0px;
    width: 60%;
    height: 100%;
    z-index: -1;
    background-image: url('https://www.tuebora.com/tuebora-staging/assets/img/banner-shap.svg');
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;

}


/* .blog-header{}
 */
/* .header-container-wrapper {
    position: absolute;
    height: 70px !important;
    background: red !important;
    width: 100%;
} */

.header-container-wrapper {
    position: absolute;
    width: 100%;
/*     background: red; */
    height: 70px;
    z-index: 999;
}
.main-logo img {
    width: 180px !important;
}
.blog-header h2 {
    margin-top: 50px;
}
.header-main.sticky{
  padding: 3px 0;
      background: #fff !important;
}
.blog-main{
  margin-top:120px !important;
}

.main-banner-image {
    position: relative;
    width: 60%;
    margin-top: 16%;
    margin-left: 21%;
}

.main-banner-content {
  position: relative;
  top: 46px;
}
.main-banner-content h1 {
  margin-bottom: 0;
  color: #42858C;
  font-size: 32px;
  font-weight: 600;
  letter-spacing: 0px;
  line-height: 55px;
}
.main-banner-content p {
  font-size: 16px;
  max-width: 500px;
  line-height: 26px;
  margin-top: 20px;
  margin-bottom: 0;letter-spacing: 0px;
}

.footerlinkmain {
  padding: 30px 0;
}
.footerlinkmain  ul.quick-links-list {
  list-style: none;
  padding: 0;
}
.footerlinkmain  ul.quick-links-list li {
  padding: 5px 0;
}


.footerMain .section-title h2 {
  color: #42858C;
}

.footerMain h4{  color: #42858C;         font-size: 18px;}

@media only screen and (min-width: 1024px) and (max-width: 1167px) {

  .body-container-wrapper::before{

    background-position: top right;
  }
   
}

@media only screen and (min-width: 1168px) and (max-width: 1280px) {
.body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
        width: 34%;
        right: 21%;
    
    }

}
@media (min-width: 1440px) {
   .body-container-wrapper::before{
        background-size: cover;
    background-position: top right;
  }
  }
@media only screen and (min-width: 1550px) {
  .body-container-wrapper::before{
        background-size: cover;
    background-position: top right;
  }
}

@media only screen and (min-width: 1280px) and (max-width: 1360px) {
  .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
         right: 0%;
        width: 58%;
    
    }
}
@media only screen and (min-width: 1361px) and (max-width: 1460px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
             right:0%;
        width: 58%;
    
    }

}
@media only screen and (min-width: 1461px) and (max-width: 1560px) {
.body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
         right:0%;
       width: 57%;
    
    }
}
@media only screen and (min-width: 1561px) and (max-width: 1660px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
            right: 8%;
        width: 49%
    
    }

}
@media only screen and (min-width: 1661px) and (max-width: 1760px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
               right: 8%;
        width: 49%;
    
    }
}
@media only screen and (min-width: 1761px) and (max-width: 1860px) {
  .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
        width: 52%;
         right: 8%;
    
    }
}
@media only screen and (min-width: 1861px) and (max-width: 1960px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
                right: 11%;
        width: 45%;

    
    }
  
}
@media only screen and (min-width: 1961px) and (max-width: 2060px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
               right: 5%;
        width: 52%;
    
    }
}
@media only screen and (min-width: 2061px) and (max-width: 2160px) {
.body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
        width: 34%;
        right: 21%;
    
    }
}
@media only screen and (min-width: 2261px) and (max-width: 2360px) {
   .body-container-wrapper::before{

    background-position: top left;
  }
}
@media only screen and (min-width: 2361px) and (max-width: 2460px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
        width: 34%;
        right: 21%;
    
    }
}
@media only screen and (min-width: 2461px) and (max-width: 2560px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
        width: 28%;
        right: 27%;
    
    }
}


@media only screen and (min-width: 2560px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
        width: 34%;
        right: 21%;
    
    }
  
}
@media only screen and (min-width: 3840px) {
 .body-container-wrapper:before {
        background-position: top left !important;
        background-size: contain;
                    right: 32%;
        width: 21%;
    
    }
}
li.hs-menu-item.hs-menu-depth-1.hs-item-has-children a:after{ display:none}
input.hs-button.primary.large {
    font-weight: 400!important;
}

.child-trigger {
    background: none;
    border: none;
    cursor: pointer;
    position: relative;
}

.child-trigger::after {
    content: '▼'; /* Down arrow */
    position: absolute;
    right: 0;
    font-size: 0.8rem;
}

.child-trigger[aria-expanded="true"]::after {
    content: '▲'; /* Up arrow */
}
.main-banner-content{padding-right: 80px}