/* @import url('http://example.com/example_style.css'); */

@import url('https://fonts.googleapis.com/css2?family=Permanent+Marker&family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Red+Hat+Text:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');


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

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

/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.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 {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/* font-family: 'Red Hat Display', sans-serif;
font-family: 'Red Hat Text', serif; */ /* Updated comment to reflect new font */

.hs_error_rollup{display:none !important;}
.fl { float: left;}
.fr { float: right;}
.ib{display:inline-block; vertical-align:middle; margin-right:-4px}
.ib.vt { vertical-align: top!important;}
.d-flex{display:flex; flex-wrap:wrap;}
.flex-center{align-items: center;}
.flex-end{align-items: flex-end;}

.w20 { width: 20%}
.w25 { width: 25%}
.w30 { width: 30%}
.w33 { width: 33.33%}
.w34 { width: 34%}
.w35 { width: 35%}
.w40 { width: 40%}
.w42 { width: 42%}
.w45 { width: 45%}
.w50 { width: 50%}
.w55 { width: 55%}
.w58 { width: 58%}
.w60 { width: 60%}
.w65 { width: 65%}
.w66 { width: 66%}
.w66 { width: 66.66%}
.w70 { width: 70%}
.w75 { width: 75%}
.w80 { width: 80%}
.w100 { width: 100%}




/*unique paddings*/
.pl0, .p0, .plr0 { padding-left:0; }
.pl10, .p0-10 { padding-left:10px; }
.pl12, .p0-12 { padding-left:12px; }
.pl15, .p0-15 { padding-left:15px; }
.pl20, .p0-20 { padding-left:20px; }
.pl30 , .p0-30{ padding-left:30px; }
.pr0, .p0, .plr0  { padding-right:0; }
.pr10, .p0-10 { padding-right:10px; }
.pr12, .p0-12 { padding-right:12px; }
.pr15, .p0-15 { padding-right:15px; }
.pr20, .p0-20 { padding-right:20px; }
.pr30, .p0-30 { padding-right:30px; }
.pt0, .p0, .ptb0 { padding-top:0;  }
.pb0,.p0, .ptb0 { padding-bottom:0;}
.pb5,.p5-0{ padding-bottom:5px; }  
.pb10,.p10-0 { padding-bottom:10px; }
.pb15,.p15-0 { padding-bottom:15px; }
.pb20,.p20-0 { padding-bottom:20px;}
.pb25,.p25-0 { padding-bottom:25px;}
.pb30,.p30-0 { padding-bottom:30px;}
.pb35,.p35-0 { padding-bottom:35px;}
.pb40,.p40-0 { padding-bottom:40px; }
.pb45,.p45-0 { padding-bottom:45px; }
.pb50,.p50-0 { padding-bottom:50px; }
.pb55,.p55-0 { padding-bottom:55px; }
.pb60,.p60-0 { padding-bottom:60px; }
.pb65,.p65-0 { padding-bottom:65px; }
.pb70,.p70-0 { padding-bottom:70px; }
.pb75,.p75-0 { padding-bottom:75px; }
.pb80,.p80-0 { padding-bottom:80px; }
.pb85,.p85-0 { padding-bottom:85px; }
.pb90,.p90-0 { padding-bottom:90px; }
.pb95,.p95-0 { padding-bottom:95px; }
.pb100,.p100-0 { padding-bottom:100px; }
.pb105,.p105-0 { padding-bottom:105px; }
.pb110,.p110-0 { padding-bottom:110px; }
.pb115,.p115-0 { padding-bottom:115px; }
.pb120,.p120-0 { padding-bottom:120px; }
.pb125,.p125-0 { padding-bottom:125px; }
.pb130,.p130-0 { padding-bottom:130px; }
.pb135,.p135-0 { padding-bottom:135px; }
.pb140,.p140-0 { padding-bottom:140px; }
.pb145,.p145-0 { padding-bottom:145px; }
.pb150,.p150-0 { padding-bottom:150px; }
.pb155,.p155-0 { padding-bottom:155px; }
.pb160,.p160-0 { padding-bottom:160px; }
.pb165,.p165-0 { padding-bottom:165px; }
.pb170,.p170-0 { padding-bottom:170px; }
.pb175,.p175-0 { padding-bottom:175px; }
.pb180,.p180-0 { padding-bottom:180px; }
.pb185,.p185-0 { padding-bottom:185px; }
.pb190,.p190-0 { padding-bottom:190px; }
.pb200,.p200-0 { padding-bottom:200px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb205,.p205-0 { padding-bottom:205px; }
.pb210,.p210-0 { padding-bottom:210px; }
.pb215,.p215-0 { padding-bottom:215px; }
.pb220,.p220-0 { padding-bottom:220px; }
.pb225,.p225-0 { padding-bottom:225px; }
.pb230,.p230-0 { padding-bottom:230px; }
.pb235,.p235-0 { padding-bottom:235px; }
.pb240,.p240-0 { padding-bottom:240px; }
.pb245,.p245-0 { padding-bottom:245px; }
.pb250,.p250-0 { padding-bottom:250px; }

.pt5,.p5-0{ padding-top:5px; }  
.pt10,.p10-0 { padding-top:10px; }
.pt15,.p15-0 { padding-top:15px; }
.pt20,.p20-0 { padding-top:20px; }
.pt25,.p25-0 { padding-top:25px; }
.pt30,.p30-0 { padding-top:30px  }
.pt35,.p35-0 { padding-top:35px  }
.pt40,.p40-0 { padding-top:40px; }
.pt45,.p45-0 { padding-top:45px; }
.pt50,.p50-0 { padding-top:50px; }
.pt55,.p55-0 { padding-top:55px; }
.pt60,.p60-0 { padding-top:60px; }
.pt65,.p65-0 { padding-top:65px; }
.pt70,.p70-0 { padding-top:70px; }
.pt75,.p75-0 { padding-top:75px; }
.pt80,.p80-0 { padding-top:80px; }
.pt85,.p85-0 { padding-top:85px; }
.pt90,.p90-0 { padding-top:90px; }
.pt95,.p95-0 { padding-top:95px; }
.pt100,.p100-0 { padding-top:100px; }
.pt105,.p105-0 { padding-top:105px; }
.pt110,.p110-0 { padding-top:110px; }
.pt115,.p115-0 { padding-top:115px; }
.pt120,.p120-0 { padding-top:120px; }
.pt125,.p125-0 { padding-top:125px; }
.pt130,.p130-0 { padding-top:130px; }
.pt135,.p135-0 { padding-top:135px; }
.pt140,.p140-0 { padding-top:140px; }
.pt145,.p145-0 { padding-top:145px; }
.pt150,.p150-0 { padding-top:150px; }
.pt155,.p155-0 { padding-top:155px; }
.pt160,.p160-0 { padding-top:160px; }
.pt165,.p165-0 { padding-top:165px; }
.pt170,.p170-0 { padding-top:170px; }
.pt175,.p175-0 { padding-top:175px; }
.pt180,.p180-0 { padding-top:180px; }
.pt185,.p185-0 { padding-top:185px; }
.pt190,.p190-0 { padding-top:190px; }
.pt200,.p200-0 { padding-top:200px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt205,.p205-0 { padding-top:205px; }
.pt210,.p210-0 { padding-top:210px; }
.pt215,.p215-0 { padding-top:215px; }
.pt220,.p220-0 { padding-top:220px; }
.pt225,.p225-0 { padding-top:225px; }
.pt230,.p230-0 { padding-top:230px; }
.pt235,.p235-0 { padding-top:235px; }
.pt240,.p240-0 { padding-top:240px; }
.pt245,.p245-0 { padding-top:245px; }
.pt250,.p250-0 { padding-top:250px; }


/* ex. -webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;; */


/* ex. -webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);;  */

*{box-sizing: border-box;}
*:focus{outline:none;}
::-moz-focus-inner{border:0;}
body{margin:0px; font-family: 'Red Hat Text', sans-serif; font-weight:100; color:#fff; font-size: 18px;background: #001D2B;} /* Updated font-family to Red Hat Text */
input{font-family: 'Red Hat Text', sans-serif;} /* Updated font-family to Red Hat Text */
ul{margin:0px; padding:0px;}
ul li{list-style:none;}
strong{font-weight:700;}
a{ -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; text-decoration:none; color:#FFFFFF;}
a:hover, a:focus{text-decoration:none; }

::-webkit-input-placeholder{opacity:1;}
::-moz-placeholder{opacity:1;}
:-ms-input-placeholder{opacity:1;}
:-moz-placeholder{opacity:1;}

textarea, select, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="file"], input[type="month"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"]
{font-family: 'Red Hat Text', sans-serif; border-radius:0; border:none; padding:10px; margin:0 0 15px 0; font-size:16px; font-weight:400; width: 100%; background: #004A6A; height: 40px;border-radius: 4px; font-style: normal; font-weight: 400; font-size: 14px; line-height: 17px; 
    color:#FFFFFF } /* Updated font-family to Red Hat Text */
fieldset.form-columns-1 textarea.hs-input, fieldset.form-columns-1 select.hs-input fieldset.form-columns-1 input[type="text"].hs-input,  fieldset.form-columns-1 input[type="password"].hs-input,  fieldset.form-columns-1 input[type="datetime"].hs-input,  fieldset.form-columns-1 input[type="datetime-local"].hs-input, fieldset.form-columns-1 input[type="date"].hs-input, fieldset.form-columns-1 input[type="file"].hs-input, fieldset.form-columns-1 input[type="month"].hs-input, fieldset.form-columns-1 input[type="time"].hs-input, fieldset.form-columns-1 input[type="week"].hs-input, fieldset.form-columns-1 input[type="number"].hs-input, fieldset.form-columns-1 input[type="email"].hs-input, fieldset.form-columns-1 input[type="url"].hs-input, fieldset.form-columns-1 input[type="search"].hs-input, fieldset.form-columns-1 input[type="tel"].hs-input, fieldset.form-columns-1 input[type="color"].hs-input{width:100%;}
.hs-form fieldset.form-columns-1 textarea.hs-input, .hs-form fieldset textarea.hs-input, .hs-form fieldset input[type="number"].hs-input{width:100%;}
input[type="radio"], input[type="checkbox"]{margin-right: 10px;}
input[type="file"]{background-color:#fff; color:#000;}
.inputs-list{margin:0 0 15px;}
input[type="submit"]{font-family: 'Red Hat Display', sans-serif; color:#fff; cursor:pointer; -webkit-appearance: none; border-radius:0px; width:100%; border:none; box-sizing:border-box; background-color:; padding:17px 10px; font-weight:700; font-size:18px; display: inline-block; text-align: center; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; background: #0DFFB6; border-radius: 4px; font-family: 'Red Hat Display'; font-style: normal; font-weight: 700; font-size: 20px; line-height: 26px; color: #001D2B; }
input[type="submit"]::-moz-focus-inner{border: 0;}
input[type="submit"]:hover{background-color:;}
fieldset .hs-form-field > label span.hs-form-required{display:none;}
fieldset .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
textarea{resize:none; min-height:102px;}
h1,h2,h3,h4,h5,h6{margin-top:0px; font-weight:700; color:#FFFFFF; margin-bottom:10px; font-family: 'Red Hat Display', sans-serif;}
h2 {font-size: 32px; line-height: 42px;  }

.row-fluid [class*="span"].no-height{min-height: auto;}
.container, .row-fluid .container[class*="span"]{margin-left:auto; margin-right:auto; padding-left:15px; padding-right:15px; float:none; box-sizing: border-box;}
.container:after, .row-fluid .container[class*="span"]:after{clear:both; content: ""; display:table;}
.row{margin-right:-15px; margin-left:-15px;}
.text-center{text-align:center;}
.text-left{text-align:left;}
.text-right{text-align:right;}
.padding-topbottom{padding-top:60px; padding-bottom:60px;}
.row-fluid [class*="span"]{min-height:auto;}
.hs-error-msgs label{display:block; font-size:13px; transform:translate(2px, -11px); -webkit-transform:translate(2px, -11px); -moz-transform:translate(2px, -11px);}
.bg-img img{display:none;}
.bg-wrapper{background-repeat:no-repeat; background-position:center; background-size:cover;}
body .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{max-width: none; white-space: inherit; overflow: visible;}
.hs-menu-depth-3 {background-color: #00bfff;}


/* Default Form Code */
.default-form .hs-form .hs-form-field > label span.hs-form-required{display:none;}
.default-form .hs-form .hs-form-field > label span:not(:empty) + span.hs-form-required{display:inherit;}
.default-form .hs-form .hs-form-field .input{margin:0;}
.default-form .hs-form fieldset.form-columns-2{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-2 .hs-form-field{width:calc(50% - 12px); margin:0 6px;}
.default-form .hs-form fieldset.form-columns-3{margin:0 -6px;}
.default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:calc(33.33% - 12px); margin:0 6px;}
@media (max-width:767px){
    .default-form .hs-form fieldset.form-columns-2, .default-form .hs-form fieldset.form-columns-3{margin:0;}
    .default-form .hs-form fieldset.form-columns-2 .hs-form-field, .default-form .hs-form fieldset.form-columns-3 .hs-form-field{width:100%; margin:0;}
    .default-form .hs-form fieldset .input .hs-input, .default-form .hs-form fieldset.form-columns-2 .input .hs-input, .default-form .hs-form fieldset.form-columns-3 .input .hs-input{width:100%;}
}

/* Slick css */
.slick-slider .slick-arrow{background:none; border:none; z-index:9; position:absolute; top:50%; left:0; width:50px; height: 50px; font-size:0px; color:#fff; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; cursor:pointer; transform:translateY(-50%);}
/* .slick-slider .slick-arrow:hover{transform:translateY(-5px); -ms-transform:translateY(-5px); -webkit-transform:translateY(-5px);} */
/* .slick-slider .slick-arrow.slick-prev:after{content:'\f104'; font-size:60px; line-height:30px; font-family: FontAwesome;} */
/* .slick-slider .slick-arrow.slick-next:after{content:'\f105'; font-size:60px; line-height:30px; font-family: FontAwesome;} */
.slick-slider .slick-arrow.slick-next{left:auto; right:0;}
.slick-slider .slick-dots{position:absolute; left:0; right:0; bottom:20px; text-align:center;}
.slick-slider .slick-dots li{display:inline-block; margin:0 5px;}
.slick-slider .slick-dots li button{width:6px; height:6px; border-radius:100%; background-color:#fff; border:none; padding:0; text-indent:-9999px; cursor:pointer; opacity:.5; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;;} 
.slick-slider .slick-dots li.slick-active button{opacity:1;}

/* Menu CSS */
.np-toggle{padding:10px 0; background-color:rgba(0, 0, 0, 0.1); float:right; border:none; cursor:pointer; width: 43px;}
.np-toggle .icon-bar{margin: auto; background-color:#fff; border-radius:1px; display:block; height:3px; position:relative; width:22px; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.np-toggle .icon-bar + .icon-bar{margin-top:4px;}
.np-toggle .icon-bar:nth-child(1), .np-toggle .icon-bar:nth-child(3){top:0; transform:rotate(0deg); -webkit-transform:rotate(0deg); -ms-transform:rotate(0deg);}
.np-toggle.np-menuopen .icon-bar:nth-child(1){top:7px; transform:rotate(45deg); -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg);}
.np-toggle.np-menuopen .icon-bar:nth-child(2){opacity:0;}
.np-toggle.np-menuopen .icon-bar:nth-child(3){top:-7px; transform:rotate(-45deg); -webkit-transform:rotate(-45deg); -ms-transform:rotate(-45deg);}
.mainmenu .mobile-menu span.mobile-toggle{width:36px; height:36px; position:absolute; right:0px; top:0px; background-color:#ededed; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:after, .mobile-toggle:before{content:""; background-color:#000; height:16px; width:2px; position:absolute; left:17px; top:10px; -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle:before{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg); -webkit-transition: all 200ms ease;
-moz-transition: all 200ms ease;
-o-transition: all 200ms ease;
-ms-transition: all 200ms ease;
transition: all 200ms ease;; }
.mainmenu .mobile-menu span.mobile-toggle.np-subopen:after{-ms-transform:rotate(90deg); -webkit-transform: rotate(90deg); transform: rotate(90deg);}
.mainmenu .mobile-menu span.mobile-toggle.np-subopen:before{opacity:0; background-color:#fff; -ms-transform:rotate(180deg); -webkit-transform: rotate(180deg); transform: rotate(180deg);}
.mainmenu .hs-menu-wrapper ul{float:left; padding:0; width:100%; min-width:250px;}
.mainmenu .hs-menu-wrapper > ul > li > a{max-width:none; width:auto;font-family: 'Red Hat Display'; color: #FFFFFF; font-style: normal; font-weight: 700; font-size: 18px; line-height: 24px; }
.mainmenu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{display:block;max-width:none;min-width:auto;overflow:visible;text-align:left;text-overflow:inherit;white-space:inherit;width:auto; color:#001D2B;}
.mainmenu .hs-menu-wrapper ul ul{background-color:#fff; min-width:250px;}

/* CSS start from here */

.header-wrap { display: flex; align-items: center; justify-content: space-between; }
.header-main-wrap { padding: 26px 0px; position: absolute; top: 0; right: 0; left: 0; width: 100%; z-index: 999; }

.header-menu-btn-wrap { width: calc(100% - 200px); display: flex; align-items: center; justify-content: flex-end; }
.header-logo { width: 200px; }
.btn a { background: #00EDA5; border-radius: 4px; padding: 20px 32px; display: inline-block; color: #00283B; font-family: 'Red Hat Display'; font-style: normal; font-weight: 700; font-size: 18px; line-height: 26px; }
.header-menu-wrap { padding-right: 20px; }
/* .btn a:hover {  color: #fff; } */

.hero-main-wrap { padding: 129px 0px 60px; background: radial-gradient(132.63% 132.63% at 74.86% 1.13%, #013C57 10.89%, rgba(0, 44, 64, 0) 79.69%); border-radius: 0px 0px 20px 20px; }
.hero-wrap { display: flex; flex-flow: wrap; align-items: center; }
.hero-left-content-wrap { width: 61%; }
.hero-left-content-wrap h1 { font-weight: 700; font-size: 44px; line-height: 52px; margin-bottom: 0px; padding-right: 0; max-width:660px; color: #fff; }
.hero-right-img { width: 39%; text-align: center; padding-left: 4%; }
.hero-left-content { margin-top: 19px; margin-bottom: 20px; display: inline-block; width: 100%; font-family: 'Red Hat Text', sans-serif; font-style: normal; font-weight: 500; font-size: 22px; line-height: 32px; color: rgb(255 255 255 / 90%); } /* Updated font-family to Red Hat Text */
.hero-left-btn { display: flex; flex-flow: wrap; align-items: center; margin-top: 8px; }
.btn-border a { padding: 18px 32px; font-family: 'Red Hat Display'; font-style: normal; font-weight: 700; font-size: 18px; line-height: 24px; border: 2px solid #FFFFFF; border-radius: 4px; display: inline-block; position: relative; overflow: hidden; }
.btn-border { padding-left: 24px; }
.hero-left-btn .btn a { border: 2px solid #00eda5; padding: 18px 32px; font-weight: 700; font-size: 18px; line-height: 24px;  }
/* .hero-left-btn .btn a:hover { outline: none; border-color: #fff; } */
/* .btn-border a:hover { background: #0dffb6; color: #00283b; border: 2px solid #0dffb6; } */
.btn-border a:after { background: rgba(0, 51, 75, 0.5); border-radius: 999px; content: ""; height: 1px; left: calc(50% - 1px); opacity: 0; position: absolute; top: 50%; transition: all .6s ease; width: 1px; z-index: -1; }
.btn-border a:hover:after { opacity: 1; transform: scale(241.5); z-index: -1; }

.hero-right-img { position: relative; }
.hero-client-details-wrap { position: absolute; left: -140px; bottom: 16%; width: 269.33px; text-align: left; transform: rotate(-11.21deg); }
.hero-client-details { font-family: 'Red Hat Text', sans-serif; font-style: italic; font-weight: 400; font-size: 16px; line-height: 22px; } /* Updated font-family to Red Hat Text */
.hero-client-position { font-family: 'Red Hat Display'; font-style: normal; font-weight: 700; font-size: 15px; line-height: 20px; margin-top: 7px; }
.hero-client-details-wrap svg { position: absolute; right: 23px; bottom: 0; transform: rotate(13deg); }

.logo-wrap { display: flex; align-items: center; justify-content: center; flex-flow: wrap; }
.logo-list { padding: 0px 28px; width: calc(100% / 5); }
.logo-main-wrap { padding-top: 32px; padding-bottom: 32px; }

.left-side-img-with-right-content-main-wrap { padding: 62px 0px; }
.left-side-img-with-right-content-wrap { display: flex; align-items: inherit; flex-flow:wrap; }
.left-side-img-wrap { width: 50%; text-align: center; }
.right-heading-content-wrap { width: 50%; padding-bottom:60px; }
.centered-heading-content-wrap { width: 100%; padding-bottom:60px;}
.right-heading-content { max-width: 563px; margin-top: 18px; color: rgba(255, 255, 255, 0.8); line-height: 27px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */

.simple-heading-img-wrap h2 { max-width: 739px; margin: 0px auto; }
.simple-content { max-width: 654px; margin: 0px auto; margin-top: 20px; line-height: 27px; color: rgba(255, 255, 255, 0.8); font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.simple-heading-img-wrap { text-align: center; }
.simple-details-img { margin: 90px 0px 100px 0px; }
.simple-heading-img-main-wrap { padding-top: 40px; }

div#tabs-container { width: 341px; }
.tabbing-main { width: calc(100% - 341px); padding-left: 96px; }
.left-side-tabbimg-wrap { display: flex; max-width: 900px; margin: 0px auto; padding: 86px 0 90px; }
.left-side-tabbimg-main-wrap .container { background: radial-gradient(92.92% 92.93% at 51.42% 99.16%, #002B3F 0%, rgba(1, 56, 81, 0.276042) 41.97%, rgba(1, 58, 84, 0.149457) 73.52%, rgba(1, 60, 87, 0) 96.65%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ ; border-radius: 20px; }
.tabing-title .tabs-title { border: 2px solid #F9F9F9; border-radius: 5px; margin-bottom: 20px; padding: 18px; font-family: 'Red Hat Display'; font-style: normal; font-weight: 700; font-size: 18px; line-height: 24px;  position: relative; overflow: hidden; cursor: pointer;}
.tabing-title .tabs-title:after { background: rgba(0,51,75,.5); border-radius: 999px; content: ""; height: 1px; left: calc(50% - 1px); opacity: 0; position: absolute; top: 50%; transition: all .6s ease; width: 1px; }
.tabing-title .tabs-title:hover:after { opacity: 1; transform: scale(800); z-index: -1; }
.tabing-title .tabs-title img { width: 24px; height: 24px; object-fit: contain; object-position: center; margin-right: 10px; }
.tab-icon { margin-bottom: 22px; }
.tab-heading-btn-wrap h3 { font-size: 24px; line-height: 30px; }
.tab-heading-content { line-height: 27px; margin-bottom: 20px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.tab-heading-btn-wrap .hero-left-btn .btn a { border-color: #E13900; background-color: #E13900; color:#ffffff; }
.tab-heading-btn-wrap .btn-border a { border-color: #FF4A0D; }
.tab-heading-btn-wrap .btn-border a:hover { border-color: #FFFFFF; }
/* .tab-heading-btn-wrap .btn-border a:after{ display:none; } */
.tab-heading-btn-wrap .hero-left-btn .btn a:hover { border-color:#F04005; }
.tab-heading-btn-wrap .hero-left-btn .btn a:after {background: #F04005; }

.tabing-title .tabs-title.current { background-color: #F9F9F9; color: #002C40; }
.right-side-btn-wrap .right-heading-content { margin-bottom: 25px; }

.left-side-img-with-right-content-main-wrap.right-side-btn-wrap { padding: 90px 0px; }
.swap-right-img-main-wrap .left-side-img-with-right-content-wrap { flex-flow: row-reverse; padding: 80px 75px; background: radial-gradient(83.2% 443.13% at 16.06% 16.8%, #002D41 0%, rgba(1, 60, 87, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ ; border-radius: 20px; }
.swap-right-img-main-wrap .left-side-img-wrap { text-align: right; }
.swap-right-img-main-wrap .left-side-img-with-right-content-wrap .right-heading-content { margin-bottom: 25px; }
.right-form-main-wrap .left-side-img-with-right-content-wrap { padding: 60px 51px 0px; background: radial-gradient(74.07% 207.99% at 83.59% 22.64%, #002D41 0%, rgba(0, 78, 113, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ ; border-radius: 20px; }

.right-side-form fieldset { max-width: 100% !important; }
.right-side-form { margin-top: 35px; }
fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 7px; }
fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 15px; }
fieldset.form-columns-2 .hs-form-field:last-child .input { margin-right: 0px !important; }
.right-side-form label { margin-bottom: 6px; display: inline-block; font-size: 14px; line-height: 17px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.right-side-form fieldset { margin-bottom: 11px !important; }
fieldset.form-columns-1 .input { margin-right: 0px !important; }
.right-side-form-content { margin-top: 20px; line-height:27px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.blog-post-list-left-wrap { width: 50%; padding-right: 36px; }
.blog-post-list-main-wrap { display: flex; flex-flow: wrap; }
.blog-post-list-left-img img { width: 100%; }

.blog-post-tag-main-wrap a.topic-link { background: rgba(0, 157, 230, 0.8); border-radius: 3px; display: inline-block; padding: 6px 12px; font-family: 'Red Hat Text', sans-serif; font-style: normal; font-weight: 400; font-size: 12px; line-height: 14px; margin-right: 15px; } /* Updated font-family to Red Hat Text */
.blog-post-tag-main-wrap { margin-top: 16px; display: flex; align-items: center; flex-flow: wrap; }
.blog-post-heading-content-wrap { margin-top: 24px; }
.blog-post-heading-content-wrap h3 { font-size: 22px; line-height: 29px; margin-bottom: 0; }
.blog-post-heading-content-wrap h3 a:hover { text-decoration:underline;} 
.blog-post-heading-content { font-size: 16px; line-height: 22px; font-weight: 500; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */


.blog-post-list-right { width: 50%; }
.blog-post-list-right .blog-post-list-left-details { display: flex; margin-bottom: 32px; align-items: center; }
.blog-post-list-right .blog-post-list-left-details .blog-post-list-left-img { width: 35%; padding-right: 20px; }
.blog-post-list-right .blog-post-list-left-details .blog-post-left-content-tag { width: 60%; }
.blog-post-list-left-img img { border-radius: 8px; }
.blog-post-list-right .blog-post-list-left-details .blog-post-left-content-tag .blog-post-heading-content-wrap { margin-top: 12px; }
.blog-post-list-right .blog-post-list-left-details .blog-post-left-content-tag .blog-post-tag-main-wrap { margin-top: 0; }
.blog-post-list-right .blog-post-list-left-details .blog-post-left-content-tag .blog-post-heading-content-wrap h3 { font-size: 18px; line-height: 24px; }
.blog-reading-wrap { font-size: 12px; line-height: 14px; color: rgba(255, 255, 255, 0.8); font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */

.blog-recent-post-main-wrap { padding: 10px 0px 80px; }
.blog-recent-post-wrap { margin-bottom: 48px; }
.blog-recent-post-wrap h2 { max-width: 50%; margin-bottom: 0; }

.footer-main-wrap { background: #013C57; border-radius: 20px 20px 0px 0px; padding: 44px 0px 78px; }
.footer-wrap { display: flex; justify-content: space-between; }
.footer-logo-wrap { width: 20%; text-align: center; }
.footer-menu-wrap { width: 45%; display: flex; justify-content: space-between; padding-top: 55px; }
.footer-social-main-wrap { width: 20%; padding-top: 55px; }
.footer-social-main-wrap .btn a { font-weight: 700; font-size: 14px; line-height: 19px; padding: 12px 24px; }
.footer-social-main-wrap .btn { margin-top: 16px; }
.footer-menu { width: 50%; }
.footer-main-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a,
.footer-main-wrap  ul li a { padding: 0; font-family: 'Red Hat Text', sans-serif; font-style: normal; font-weight: 500; font-size: 14px; line-height: 20px; } /* Updated font-family to Red Hat Text */
.footer-main-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li,
.footer-main-wrap ul li { margin-bottom: 12px; }
.footer-main-wrap h4 { font-weight: 700; font-size: 16px; line-height: 21px; text-transform: uppercase; }
.footer-menu-list { margin-top: 32px; }
.footer-main-wrap li { width: 100%; }
.footer-menu:nth-child(1n+2) { padding-left: 7%; }
.footer-social-main-wrap ul { margin-top: 32px; }
.footer-logo-first {padding: 38px 0px 38px 0px;}
.footer-copyright {font-family: Red Hat Display,sans-serif;font-size: 12px;line-height: 30px;text-align: center;background-color: #021d2c;}
.footer-copyright a {text-decoration: underline;}

.footer-social-list ul li { display: inline-block; width: auto; margin-bottom: 0px; vertical-align: top; margin-right: 10px; }
.footer-social-list ul { margin-top: 20px; }
.right-heading-content-wrap h2 span { position: relative; }
.right-heading-content-wrap h2 span:after { content: ''; position: absolute; left: 0; right: 0; top: 0; bottom: 0; background-image: url(https://3378513.fs1.hubspotusercontent-na1.net/hubfs/3378513/Line%2035.svg); background-repeat: no-repeat; background-size: contain; background-position: center; }
.right-heading-content-wrap h2 span:before { content: 'cycle'; position: absolute; top: -40px; font-family: 'Permanent Marker'; font-style: normal; font-weight: 400; font-size: 36px; line-height: 52px; color: #009DE6; left: 5px; }


.left-side-img-with-right-content-main-wrap.right-side-btn-wrap .right-heading-content-wrap { padding-bottom: 0; }
.right-side-btn-wrap .btn a { font-size: 18px; line-height: 24px; }
.left-side-img-with-right-content-main-wrap .btn a { font-size: 18px; line-height: 24px; }

.tab-content { display: none; }
.right-form-main-wrap .left-side-img-wrap img { max-width: 508px !important; width: 100%; }

.btn a { position: relative; overflow: hidden; z-index: 1; color: #00283B; }
.btn a:after { width: 1px; height: 1px; left: calc(50% - 1px/2 - 0.5px); top: calc(50% - 1px/2 + 0.5px); background: #0DFFB6; opacity: 0; border-radius: 999px; content: ''; position: absolute; transition: all 600ms ease; z-index: -1; }
.btn a:hover:after { opacity: 1; transform: scale(241.5); z-index: -1; }

.swap-right-img-main-wrap .right-heading-content-wrap {
    padding-bottom: 0;
}

.left-side-img-with-right-content-main-wrap.swap-right-img-main-wrap .left-side-img-with-right-content-wrap {
    align-items: center;
}

.hero-form-main-wrap { padding: 168px 0px 25px; }
.hero-form-wrap { display: flex; padding: 78px 78px 78px 0px; background: radial-gradient(96.49% 694.67% at 2.27% 0%, #002D41 1.6%, rgba(0, 45, 65, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ ; border-radius: 20px; }
.hs-page-hero-form-wrap { display: flex; padding: 78px; background: radial-gradient(96.49% 694.67% at 2.27% 0%, #002D41 1.6%, rgba(0, 45, 65, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */ ; border-radius: 20px; }
.hero-form-left { width: 65%; padding-right: 4px; }
.hero-form-right { width: 35%; text-align: center; }
.hero-form-content { font-weight: 500; font-size: 22px; line-height: 30px; margin-top: 19px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.hero-form-left h1 { font-size: 40px; line-height: 48px; margin-bottom: 0px; }
.hero-form-left h1 sup { font-size: 16px; line-height: normal; transform: translateY(-6px); display: inline-block; }

.hero-form { margin-top: 11px; display: inline-block; width: 100%; }
.hero-form .hs_email .hs-input { min-height: 64px; background: #FFFFFF; border-radius: 5px; color: #00283B; }
.hero-form .hs_submit.hs-submit { position: absolute; top: 0; right: 0; }
.hero-form form { position: relative; }
.hero-form .hs_submit.hs-submit input.hs-button.primary.large { background: #FFC819; border-radius: 0px 5px 5px 0px; min-height: 64px; min-width: 212px; font-weight: 700; font-size: 18px; line-height: 24px; color: #00283B; }

.two-btn-main-wrap .hero-wrap { flex-flow: row-reverse; }
.two-btn-main-wrap .hero-left-content-wrap { width: 50%; }
.two-btn-main-wrap .hero-left-content-wrap h1 { font-size: 32px; line-height: 42px; }
.two-btn-main-wrap .hero-right-img { width: 50%; padding-left: 0; padding-right: 36px; }
.two-btn-main-wrap .hero-left-content { font-size: 18px; line-height: 27px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.two-btn-main-wrap .hero-left-btn .btn a { background-color: #e13900; border-color: #e13900; color: #fff; }
.two-btn-main-wrap .hero-left-btn .btn a:after { background: #f04005; }
.two-btn-main-wrap .hero-left-btn .btn a:hover { border-color: #f04005; }
.two-btn-main-wrap .hero-left-btn .btn-border a { border-color: #ff4a0d; }
.two-btn-main-wrap .hero-left-btn .btn-border a:hover { border-color: #fff; }

.two-btn-main-wrap { padding: 97px 0px 44px; }
.step-details-main-wrap { padding: 44px 0px 0px; }

.step-details-bg { background: radial-gradient(94.95% 94.95% at 50% 1.14%, #002B3F 52.43%, rgba(1, 56, 81, 0.276042) 84.42%, rgba(1, 60, 87, 0) 100%); border-radius: 20px; padding: 88px 98px 10px; }
.step-details-heading-content-wrap { max-width: 680px; padding-bottom: 40px; }
.step-details-heading-content-wrap h2 { margin-bottom: 20px; }
.step-details-list-wrap { display: flex; flex-flow: wrap; margin-left: -38px; margin-right: -38px; }
.step-details-list-box { width: calc(100% / 3); padding: 30px 38px; }
.step-details-number { background: #0DA6D9; border-radius: 7px; width: 63px; height: 63px; display: flex; align-items: center; justify-content: center; font-family: 'Red Hat Display'; font-style: normal; font-weight: 700; font-size: 22px; line-height: 29px; color: #002B3F; margin-bottom: 24px; }
.step-details-list-heading-content-wrap h5 { font-size: 20px; line-height: 26px; }
.step-details-list-heading-content { font-weight: 500; font-size: 18px; line-height: 24px; color: rgba(255, 255, 255, 0.8); font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.last-box-gb .step-details-list { height: 100%; background: #0DA6D9; border-radius: 8px; color: #1C1D22; padding: 26px 23px; }
.step-details-list-box.last-box-gb { padding-left: 31px; padding-right: 31px; }
.last-box-gb .step-details-list .step-details-list-heading-content-wrap h5 { color: #1C1D22; }
.last-box-gb .step-details-list .step-details-list-heading-content-wrap .step-details-list-heading-content { color: #1C1D22; font-weight: 500; font-size: 16px; line-height: 22px; }

.left-side-img-with-right-content-main-wrap.right-side-btn-wrap.download-btn-main-wrap { padding: 0px; }
.download-btn-main-wrap .left-side-img-with-right-content-wrap { background: radial-gradient(76.94% 185.51% at 50% 0%, #002D41 0%, rgba(1, 60, 87, 0) 100%); border-radius: 20px; padding: 83px 73px; }
.download-btn-main-wrap .left-side-img-wrap { padding-right: 45px; }
.download-btn-main-wrap .btn a { background: #FFC819; border-radius: 4px; }
.download-btn-main-wrap .btn a:after { background: #F4BA00; }

.plan-details-main-wrap { padding: 96px 0px 88px; }
.plan-details-heading { max-width: 697px; margin: 0px auto; text-align: center; padding-bottom: 44px; }
.plan-details-heading h2 { margin-bottom: 0; }
.plan-details-list-main-wrap { display: flex; align-items: center; }
.plan-details-list-wrap { width: 24%; padding: 0px 10px; }
.plan-details-list-wrap:nth-child(3) { width: 28%; }
.plan-details-list { border-radius: 10px; overflow: hidden; }
.plan-details-list-heading-wrap { padding: 20px; text-align: center; }
.plan-details-list-heading-wrap * { color: #000; }
.plan-details-list-heading-wrap h3 { font-weight: 700; font-size: 20px; line-height: 26px; text-align: center; margin-bottom: 5px; }
.plan-details-list-heading-wrap h6 { margin-bottom: 0; font-style: normal; font-weight: 400; font-size: 14px; line-height: 19px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.plan-details-list-info { padding: 24px; }
.plan-details-list-info ul li { display: flex; align-items: center; margin-bottom: 12px; }
.plan-details-list-info ul li svg { margin-right: 15px; }
.plan-details-list-btn a { padding: 15px; width: 100%; display: inline-block; text-align: center; font-weight: 500; font-size: 16px; line-height: 21px; color: #1C1D22; font-family: 'Red Hat Display'; }
.plan-details-list-info ul li:last-child { margin-bottom: 0; }
.plan-details-list-info ul li label { font-weight: 400; font-size: 16px; line-height: 22px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.plan-details-list-wrap:nth-child(3) .plan-details-list-heading-wrap h3 { font-weight: 700; font-size: 24px; line-height: 32px; color: rgba(255, 255, 255, 0.9); }
.plan-details-list-wrap:nth-child(3) .plan-details-list-heading-wrap h6 { color: #FFFFFF; }
.plan-details-list-wrap:nth-child(3) .plan-details-list-heading-wrap { padding: 26px; }
.plan-details-list-wrap:nth-child(3) .plan-details-list-btn a { padding: 22px; font-weight: 700; font-size: 18px; line-height: 24px; color: #fff; }

.counter-details-list h2 { font-weight: 700; font-size: 64px; line-height: 64px; margin-bottom: 9px; }
.counter-details-list { flex-basis: calc(100% / 4); flex-grow: 1; padding: 15px; }
.counter-details-wrap { display: flex; flex-flow: wrap; justify-content: center; align-items: center; text-align: center; }
.counter-details-list h6 { font-weight: 700; font-size: 24px; line-height: 32px; margin-bottom:0px; }
.counter-details-main-wrap { padding: 19px 0px; }

.right-side-main-wrap .left-side-tabbimg-wrap { flex-flow: row-reverse; max-width: 1100px; align-items: center; padding: 0px; }
.right-side-main-wrap .tabbing-main { padding-left: 0; padding-right: 71px; width: calc(100% - 497px); }
.right-side-main-wrap #tabs-container { width: 497px; }
.right-side-main-wrap .tabing-title .tabs-title { background: linear-gradient(89.96deg, #013C57 37.5%, rgba(1, 60, 87, 0.4) 75.13%); border-radius: 5px; border: 0; color: #fff; font-weight: 400; font-size: 24px; line-height: 32px; padding: 32px; margin-bottom: 16px; cursor: pointer; }
.right-side-main-wrap .container { background: unset; }
.left-side-tabbimg-main-wrap.right-side-main-wrap { padding: 89px 0px 54px; }
.right-side-main-wrap .tabing-title .tabs-title:after { display:none; }


.crm-details-wrap { padding: 88px 88px 70px; background: radial-gradient(100% 100% at 50% 100%, #002B3F 52.43%, rgba(1, 56, 81, 0.276042) 84.42%, rgba(1, 60, 87, 0) 100%); border-radius: 20px; }
.crm-heading-content-wrap { max-width: 739px; text-align: center; margin: 0px auto; }
.crm-detail-main-wrap .counter-details-list { flex-basis: 20%; }
.crm-detail-main-wrap .counter-details-wrap { margin-top: 45px; }
.crm-heading-content { margin-top: 18px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */

.crm-percentage-text { border: 3px solid rgba(171, 180, 189, 0.6); border-radius: 10px; padding: 22px 13px; height: 100%; }
.crm-percentage-details-main-wrap .counter-details-wrap { align-items: normal; }
.crm-percentage-text h2 { font-weight: 700; font-size: 48px; line-height: 50px; margin-bottom: 0px; }
.crm-percentage-details-wrap { font-weight: 500; font-size: 16px; line-height: 22px; margin-top: 10px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.crm-percentage-details-main-wrap .counter-details-list { padding: 12px; }

.crm-tabbing-content .left-side-img-with-right-content-wrap { flex-flow: row-reverse; align-items: center; }
.crm-tabbing-content .left-side-img-wrap { width: 40%; }
.crm-tabbing-content .right-heading-content-wrap { width: 60%; padding-bottom: 0; }
.crm-tabbing-content .right-heading-content-wrap .right-heading-content { margin-bottom: 20px; }
.crm-tabbing-content { padding: 65px 30px;  display: none; }
.crm-tabbing-main-wrap { padding-top: 80px; }
.crm-tabbing-menu-wrap ul { border-bottom: 2px solid rgba(171, 180, 189, 0.6); }
.crm-tabbing-menu-wrap ul li a { padding: 10px 24px; display: inline-block; font-family: 'Red Hat Display'; font-style: normal; font-weight: 700; font-size: 18px; line-height: 24px; position: relative; cursor: pointer; }
.crm-tabbing-menu-wrap ul li.current a:after { content: ''; position: absolute; bottom: -1px; width: 100%; height: 4px; left: 0; right: 0; background-color: #00AFFF; }

.crm-tabbing-menu-wrap ul { display: flex; flex-flow: wrap; }
.crm-tabbing-img { margin-top: 48px; }

.meeting-details-wrap { display: flex; flex-flow: wrap; }
.meeting-details-left { width: 50%; }
.meeting-details-right { width: 50%; padding-left: 40px; }
.meeting-details-main-wrap { padding: 78px 0px; }
.meeting-details-content { line-height: 27px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.meeting-details-info-main-wrap { padding-top: 50px; }
.meeting-details-info-main-wrap h5 { font-size: 24px; line-height: 32px; margin-bottom: 6px; }
.meeting-details-info-wrap { background: radial-gradient(82.19% 434.48% at 19.41% 14.16%, #013C57 0%, rgba(1, 60, 87, 0.6) 100%); border-radius: 10px; padding: 28px; display: flex; margin-top: 25px; }
.meeting-details-info-img { width: 100px; }
.meeting-details-info { width: calc(100% - 100px); padding-left: 36px; }
.meeting-details-info h6 { font-style: italic; font-weight: 600; font-size: 18px; line-height: 24px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */

.meeting-details-info-img img { width: 98px; height: 98px; object-fit: cover; border-radius: 100%; }
.meeting-details-info h5 { position: relative; max-width: 307px; padding-right: 70px; }
.meeting-details-info h5 svg { position: absolute; right: 0; }
.meeting-details-info-content { font-weight: 500; font-size: 16px; line-height: 22px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.meeting-details-content { position: relative; }
.meeting-details-content svg { position: absolute; bottom: -35px; right: 40px; }

.co-je-huspot-body-wrap .hero-form-wrap { background: transparent; }
.co-je-huspot-body-wrap  .hero-form-main-wrap { background: radial-gradient(104.6% 248.72% at 31.49% 0%, #013C57 10.89%, rgba(0, 44, 64, 0) 79.69%); border-radius: 0px 0px 20px 20px; }

.last-box-gb .step-details-list { position: relative; }
.last-box-gb .step-details-list .step-link-wrap { position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

.right-side-img-hub-market-main-wrap .left-side-img-with-right-content-wrap { flex-flow: row-reverse; align-items: center; }
.right-side-img-hub-market-main-wrap .right-heading-content-wrap { padding-bottom: 0; }
.right-side-img-hub-market-main-wrap .left-side-img-wrap { padding-left: 35px; }
.right-side-img-hub-market-main-wrap .left-side-img-wrap img { border-radius: 20px; }

.left-side-img-with-right-content-wrap { align-items: center; }
.left-side-img-with-right-content-wrap .left-side-img-wrap { padding-right: 35px; }


.hub-market-slider-wrap .left-side-img-wrap { padding-right: 50px; }
.right-heading-content ul { column-count: 2; padding-left: 20px; }
.right-heading-content ul li { list-style: disc; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.hub-mark-slider-img img { border-radius: 20px; }

.body-address-form-main-wrap .right-heading-content-wrap { width: 100%; padding-bottom: 40px; text-align: center; }
.form-address-main-wrap { width: 100%; display: flex; max-width:970px; margin: 0px auto; }
.body-address-form-main-wrap .right-heading-content-wrap .right-side-form-content { max-width: 792px; margin-left: auto; margin-right: auto; font-weight: 500; font-size: 20px; line-height: 32px; }
.kontact-form { width: 65%; }
.kontact-form fieldset { max-width: 100% !important; }
.kontact-address-main-wrap { width: 35%; padding-left: 48px; }
.body-address-form-main-wrap { background: radial-gradient(94.68% 94.68% at 86.87% 94.68%, rgba(0, 29, 43, 0) 15.41%, #002D41 78.67%); }

.kontact-address-main-wrap { padding-top: 25px; }
.kontact-address-wrap h4 { margin-bottom: 16px; font-weight: 700; font-size: 20px; line-height: 26px; }
.kontact-address { font-weight: 500; font-size: 18px; line-height: 27px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.kontact-address-wrap { margin-bottom: 52px; }
.kontact-address-wrap:last-child { margin-bottom: 0; }
.body-address-form-main-wrap { margin-bottom: 62px; }

/* blog */
.blog-hero-sec .hero-wrap { background: radial-gradient(92.92% 92.93% at 51.42% 99.16%,#002b3f 0,rgba(1,56,81,.276) 41.97%,rgba(1,58,84,.149) 73.52%,rgba(1,60,87,0) 96.65%); border-radius: 20px;  padding: 50px; }
.blog-hero-sec .hero-left-content-wrap { width: 55%; }
.blog-hero-sec .hero-right-img { width: 45%; }
.blog-hero-sec p:first-child {  margin-top: 0; }

.title-sec {width: 100%;  max-width: 530px; text-align: center; margin: 0 auto 40px; }

.blog-filter ul {display: flex;align-items: center;justify-content: center;flex-wrap: wrap;}
.blog-filter ul li a {  border: 2px solid #f9f9f9; border-radius: 5px; cursor: pointer; font-family: Red Hat Display; font-size: 18px; font-style: normal; font-weight: 700; line-height: 24px; overflow: hidden;  padding: 11px 16px;  position: relative;  display: inline-block;   margin: 5px 5px; }
.blog-filter {  margin-bottom: 50px;}
.blog-filter ul li a:before {background: rgba(0,51,75,.5);border-radius: 999px;content: "";height: 1px;left: calc(50% - 1px);opacity: 0;position: absolute;top: 50%;transition: all .6s ease;width: 1px;}
.blog-filter ul li a:hover:before {  opacity: 1; transform: scale(800); z-index: -1; }
.blog-filter ul li a.active:before {  opacity: 1; transform: scale(800); z-index: -1; background:#f9f9f9; }
.blog-filter ul li a.active { color: #002c40; }

.post-listing { display: flex; flex-wrap: wrap;  margin: 0 -20px; }
.post-item { width: calc(100% / 3 - 40px); margin: 0 20px 30px; }

.post-content { width: 100%; display: block; }
.post-item .hs-featured-image-wrapper {  width: 100%; }
.post-content .blog-post-tag-main-wrap { width: 100%; }
.post-item .hs-featured-image-wrapper img { width: 100%; max-width: 100%; float: none; margin: 0; background: #fff;  border-radius: 10px;  overflow: hidden; height: 191px;  object-fit: cover; }
.post-content h3 { margin-top: 10px; }

.blog-subscribe { padding-bottom: 80px; }

.blog-related-posts { padding-bottom: 80px; padding-top: 30px; }
.blog-related-posts .blog-related-posts__title { margin-bottom: 30px; }
.bloglisting { padding-bottom: 50px; padding-top: 40px; }
.bloglisting .load-btn {  text-align: center;  margin-top: 50px; }

.blogpost-sec .container { display: flex; }
.social-sharing { width: 8%; }
.blogpost-left {  width: 62%; padding-right: 60px; }
.blogpost-right { width: 30%; }
.blogpost-sec {  padding: 70px 0; }
.blogpost-right .blogpost-cta-inner > div { background: radial-gradient(92.92% 92.93% at 51.42% 99.16%,#002b3f 0,rgba(1,56,81,.276) 41.97%,rgba(1,58,84,.149) 73.52%,rgba(1,60,87,0) 96.65%); border-radius: 20px;  padding: 30px;  margin-bottom: 30px; }
.blogpost-right .hero-form .hs_submit.hs-submit {  position: static;  top: 0; }
.blogpost-right .hero-form .hs_submit.hs-submit input.hs-button.primary.large { border-radius: 5px; }
.share-buttons { position: sticky; top: 30px; }
.share-buttons li a { width: 40px; height: 40px; display: flex; justify-content: center;align-items: center; background: #00eda5;  color: #00283b;  border-radius: 5px; }
.share-buttons li { margin-bottom: 12px; }
.share-buttons li a:hover {background: #0dffb6; }
.post-body li { margin-bottom: 10px; }
.post-body li img { margin-top: 20px; }
.section.post-body { line-height: 27px; font-family: 'Red Hat Text', sans-serif;} /* Added font-family to Red Hat Text */
.post-body ul li {list-style: revert;}
.post-body ul { padding-left: 18px; }

.blog-hero-sec .blog-reading-wrap { margin-bottom: 20px; text-transform: uppercase; font-size: 18px; }
.blog-hero-sec .blog-post-tag-main-wrap {  margin-top: 30px; }
.blog-hero-sec h1 { font-size: 34px; line-height: normal; }
.blogpost-cta-inner { position: sticky; top: 10px; }
.filter-title { display: none; }

.blog-newest-sec { padding-bottom:40px; }

/* CSS end  here */
.container-left { box-sizing: border-box; float: none; margin-left: auto; margin-right: auto; padding-left: 15px; padding-right: 15px; }
@media (min-width:768px) { .container, .row-fluid .container[class*="span"]{width:750px;}   }
@media (min-width:992px) { .container, .row-fluid .container[class*="span"]{width:970px;} .container_left { padding-left: calc(calc(100% + 15px - 970px)/2); }}
@media (min-width:1200px) { .container, .row-fluid .container[class*="span"]{width:1170px;} .container_left { padding-left: calc(calc(100% + 15px - 1170px)/2); }}
@media (min-width:1280px) { .header-main-wrap .container { width: 1274px; } }
@media (min-width:1430px) { .container, .row-fluid .container[class*="span"]{width:1250px;} .container_left { padding-left: calc(calc(100% + 15px - 1250px)/2); } } 

@media (min-width:768px) {/*hover event for desktops*/
    .np-toggle, .mainmenu .mobile-menu span.mobile-toggle{display:none;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {opacity:1; visibility:visible;}
}
@media(min-width: 768px){ 
    .tabs .tabs-title{display: none;}  
    .crm-tabbing-menu-wrap label { display: none; } 
}


@media (max-width:1269px){
    .mainmenu .hs-menu-wrapper>ul>li>a { padding: 13px; }
    .btn a { padding: 16px 25px; font-size: 17px; line-height: normal; }
}
@media (max-width:1199px){
    .left-side-img-with-right-content-main-wrap.right-side-btn-wrap .right-heading-content-wrap { padding-bottom: 0; }
    .right-side-btn-wrap .btn a { font-size: 18px; line-height: 24px; }
    .left-side-img-with-right-content-main-wrap .btn a { font-size: 18px; line-height: 24px; }
    .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 15px; padding: 11px; }
    .btn a { padding: 14px 21px; }
    .hero-left-content-wrap h1 { font-size: 32px; line-height: 42px; }
    .hero-left-content { font-size: 18px; line-height: 31px; }
    .hero-left-btn .btn a { padding: 13px 18px; font-size: 16px; }
    .btn-border a { padding: 13px 18px; font-size: 16px; }
    .hero-client-details-wrap { width: 260px; }
    .hero-client-details-wrap svg { width: 80px; height: auto; right: 35px; }
    .hero-main-wrap { padding: 110px 0 40px; }
    .logo-main-wrap { padding-bottom: 22px; padding-top: 22px; }
    .left-side-img-with-right-content-main-wrap { padding: 35px 0px; }
    .simple-details-img { margin-top: 0; }
    .left-side-tabbimg-wrap { padding: 50px 0 30px; }
    .tabing-title .tabs-title { padding: 13px; font-size: 15px; }
    .tabing-title .tabs-title img { margin-right: 6px; }
    div#tabs-container { width: 280px; }
    .tabbing-main { width: calc(100% - 280px); padding-left: 65px; }
    .left-side-img-with-right-content-main-wrap.right-side-btn-wrap { padding: 60px 0px 25px; }
    .left-side-img-wrap { padding-right: 35px; }
    .swap-right-img-main-wrap .left-side-img-with-right-content-wrap { padding: 34px; }
    .swap-right-img-main-wrap .left-side-img-wrap { padding-right: 0; padding-left: 35px; }
    .left-side-simple-img { margin-bottom: 12px; }
    .swap-right-img-main-wrap .left-side-img-with-right-content-wrap .right-heading-content { margin-top: 5px; }
    .right-form-main-wrap .left-side-img-with-right-content-wrap { padding: 46px 30px 0; }
    .right-side-form-content { margin-top: 15px; }
    .right-side-form { margin-top: 24px; }
    .blog-post-list-left-wrap { padding-right: 25px; }
    .blog-recent-post-main-wrap { padding: 10px 0 40px; }
    .blog-post-list-left-img img { min-height: 110px; object-fit: cover; }
    .footer-main-wrap { padding: 34px 0 38px; }
    .footer-menu-wrap { padding-top: 45px; }
    .footer-social-main-wrap { padding-top: 45px; }
    .footer-menu-list,
    .footer-social-main-wrap ul { margin-top: 22px; }
    .footer-main-wrap .hs-menu-wrapper.hs-menu-flow-horizontal>ul li,
    .footer-main-wrap ul li { margin-bottom: 8px; }
    .footer-social-list ul { margin-top: 13px; }

    .hero-form-main-wrap { padding: 148px 0 25px; }
    .hero-form-wrap { padding: 40px; }
    .two-btn-main-wrap { padding: 65px 0 30px; }
    .step-details-bg { padding: 54px 38px 10px; }
    .step-details-heading-content-wrap { padding-bottom: 30px; }
    .step-details-list-box { padding: 20px 20px; }
    .step-details-list-wrap { margin-left: -20px; margin-right: -20px; }
    .step-details-number { margin-bottom: 15px; }
    .plan-details-list-info { padding: 16px; }
    .plan-details-main-wrap { padding: 66px 0 48px; }


    .crm-details-wrap { padding: 58px 28px 50px; }
    .crm-detail-main-wrap .counter-details-wrap { margin-top: 25px; }
    .crm-tabbing-main-wrap { padding-top: 50px; }
    .crm-tabbing-content { padding: 40px 30px; }
    .crm-tabbing-content .right-heading-content-wrap .right-heading-content { margin-bottom: 20px; margin-top: 13px; }
    .crm-tabbing-img { margin-top: 30px; }


}
@media (max-width:991px){
     .tabw100 {width: 100%}
    .header-logo { width: 140px; }
    .header-menu-btn-wrap { width: calc(100% - 140px); }
    .header-menu-btn.btn a { font-size: 14px; padding: 12px; }
    .mainmenu .hs-menu-wrapper>ul>li>a { font-size: 13px; padding: 8px; }
    .header-menu-wrap.mainmenu { padding-right: 9px; }
    .header-main-wrap { padding: 19px 0; }
    .hero-main-wrap { padding: 100px 0 40px; }
    .hero-left-content-wrap h1,
    h2 { font-size: 25px; line-height: normal; }
    .hero-left-content { font-size: 15px; line-height: 25px; }
    .btn-border a,
    .hero-left-btn .btn a { font-size: 14px; padding: 10px 15px; }
    .btn-border { padding-left: 13px; }
    .hero-client-details-wrap { bottom: -8px; width: 168px; left: -80px; }
    .hero-client-details { font-size: 14px; line-height: normal; }
    .hero-client-position { font-size: 14px; }
    .hero-client-details-wrap svg { right: -48px; }
    .logo-list { width: calc(100% / 3); padding: 0px 15px 15px; }
    .left-side-img-wrap { width: 100%; padding-right: 0; }
    .right-heading-content-wrap { width: 100%; margin-top: 65px; text-align: center; padding-bottom: 0; }
    .right-heading-content { max-width: 100%; }
    .right-heading-content-wrap h2 span:before { font-size: 25px; top: -35px; }
    .simple-content { max-width: 100%; }
    .tabbing-main { padding-left: 34px; width: calc(100% - 240px); }
    div#tabs-container { width: 240px; }
    .swap-right-img-main-wrap .left-side-img-with-right-content-wrap { flex-flow: wrap; align-items: center; }
    .swap-right-img-main-wrap .left-side-img-wrap { padding-left: 0; text-align: center; }
    .swap-right-img-main-wrap .right-heading-content-wrap { margin-top: 25px; }
    .left-side-simple-img { margin-bottom: 5px; }
    .swap-right-img-main-wrap .left-side-img-with-right-content-wrap .right-heading-content { margin-top: 5px; }
    .right-form-main-wrap .left-side-img-with-right-content-wrap { padding: 26px 30px 0; flex-flow: wrap-reverse; }
    .right-form-main-wrap .left-side-img-wrap { padding-right: 0; display: none; }
    .blog-recent-post-wrap h2 { max-width: 100%; }
    .blog-recent-post-wrap { margin-bottom: 35px; }
    .blog-post-list-left-wrap { width: 100%; padding-right: 0; }
    .blog-post-list-right { width: 100%; margin-top: 15px; }
    .blog-post-heading-content-wrap { margin-top: 18px; }
    .blog-post-heading-content p:first-child { margin-top: 8px; }
    .blog-post-list-right .blog-post-list-left-details:last-child { margin-bottom: 0px; }
    .footer-wrap { flex-flow: wrap; }
    .footer-logo-wrap { width: 100%; }
    .footer-menu-wrap,
    .footer-social-main-wrap { padding-top: 25px; width: 100%; text-align: center; }
    .footer-menu:nth-child(1n+2) { padding-left: 0; }
    .right-form-main-wrap .right-heading-content-wrap { margin-top: 0; }
    .hero-right-img { display:none; }
    .hero-left-content-wrap { width:100% }

    .plan-details-list-wrap:nth-child(3) .plan-details-list-btn a { padding: 16px 18px; font-size: 17px; }
    .plan-details-list-wrap:nth-child(3) .plan-details-list-heading-wrap h3 { font-size: 20px; }
    .plan-details-list-wrap:nth-child(3) .plan-details-list-heading-wrap { padding: 22px 17px; }
    .plan-details-heading { padding-bottom: 30px; }
    .plan-details-main-wrap { padding: 56px 0 38px; }
    .download-btn-main-wrap .left-side-img-with-right-content-wrap { padding: 33px 20px; }
    .left-side-img-with-right-content-main-wrap.right-side-btn-wrap .right-heading-content-wrap { margin-top: 35px; }
    .step-details-list-box { width: calc(100% / 2); }
    .two-btn-main-wrap .hero-right-img { display: block; padding-right: 15px; }
    .two-btn-main-wrap .hero-left-content-wrap h1 { font-size: 25px; line-height: normal; }
    .two-btn-main-wrap { padding: 45px 0 20px; }
    .hero-form-right img { max-width: 100% !important; }
    .hero-form-left h1 { font-size: 27px; line-height: normal; }
    .hero-form-main-wrap { padding: 120px 0 25px; }
    .hero-form-content { font-size: 18px; line-height: 26px; }
    .hero-form .hs_email .hs-input { min-height: 50px; }
    .hero-form .hs_submit.hs-submit input.hs-button.primary.large { min-height: 50px; padding: 12px; }
    .step-details-heading-content-wrap { padding-bottom: 20px; }


    .right-side-main-wrap #tabs-container { width: 280px; }
    .right-side-main-wrap .tabing-title .tabs-title { font-size: 15px; padding: 15px; }
    .right-side-main-wrap .tabbing-main { width: calc(100% - 280px); padding-right: 30px; }
    .right-side-main-wrap h2 { font-size: 25px; line-height: normal; }
    .right-side-main-wrap .tab-heading-content { line-height: 26px; }
    .left-side-tabbimg-main-wrap.right-side-main-wrap { padding: 40px 0 34px; }
    .counter-details-list h2 { font-size: 45px; line-height: 45px; }
    .counter-details-list h6 { font-size: 20px; line-height: 20px; }
    .counter-details-wrap { margin-left: -15px; margin-right: -15px; }


    .crm-details-wrap { padding: 58px 28px 50px; }
    .crm-detail-main-wrap .counter-details-wrap { margin-top: 25px; }
    .crm-tabbing-main-wrap { padding-top: 50px; }
    .crm-tabbing-content { padding: 40px 30px; }
    .crm-tabbing-content .right-heading-content-wrap .right-heading-content { margin-bottom: 20px; margin-top: 13px; }
    .crm-tabbing-img { margin-top: 30px; }
    .crm-tabbing-menu-wrap ul li a { font-size: 16px; line-height: 22px; }
    .crm-tabbing-content .left-side-img-with-right-content-wrap { flex-flow: wrap; }
    .crm-tabbing-content .left-side-img-wrap { width: 100%; }
    .crm-tabbing-content .right-heading-content-wrap { width: 100%; margin-top: 30px; }

    .meeting-details-left { width: 100%; }
    .meeting-details-right { width: 100%; }
    .meeting-details-content svg { bottom: -20px; }
    .meeting-details-info h5 { max-width: 100%; }
    .meeting-details-info-content { max-width: 100%; }
    .meeting-details-info { padding-left: 17px; }
    .meeting-details-info-wrap { padding: 19px; }
    .meeting-details-main-wrap { padding: 65px 0px; }

    .right-side-img-hub-market-main-wrap .left-side-img-with-right-content-wrap { flex-flow: wrap; }
    .right-side-img-hub-market-main-wrap .left-side-img-wrap { padding-left: 0; }
    .hub-market-slider-wrap .left-side-img-wrap { padding-right: 0; }
    .right-heading-content ul li { text-align: left; }

    .kontact-form { width: 60%; }
    .kontact-address-main-wrap { width: 40%; padding-left: 30px; }
    .kontact-address-wrap { margin-bottom: 30px; }
    .kontact-address-wrap h4 { margin-bottom: 10px; }

    /* */
    .blog-hero-sec .hero-wrap {flex-direction: column-reverse;flex-wrap: wrap;padding: 15px;}
    .blog-hero-sec .hero-left-content-wrap { width: 100%; padding: 0; text-align: center; }
    .blog-hero-sec .hero-right-img { width: 100%; margin-bottom: 30px; }
    .post-item { width: calc(100% - 30px); }
    .post-listing { margin: 0 -15px; }
    .bloglisting .load-btn { margin-top: 20px; }

    .blog-filter ul li a { font-size: 14px; padding: 4px 15px; }
    .blog-filter { margin-bottom: 30px; }

    .blog-subscribe { padding-bottom: 0; }

    .share-buttons {text-align: center;}
    .social-sharing { width: 100%; }
    .share-buttons li { display: inline-block; margin: 5px 2px; }
    .blogpost-left { width: 100%; }
    .blogpost-sec { padding-bottom: 10px; }
    .blog-related-posts { padding-top: 0; padding-bottom: 30px; }
    .blog-newest-sec .blog-post-list-right .blog-post-list-left-details .blog-post-list-left-img { padding-right: 0; }

    .blog-filter .filter-title {  display: block;  background: #00eda5; padding: 12px 35px 12px 15px; position: relative; color: #00283b;  } 
    .blog-filter .filter-title i.fa { position: absolute; right: 15px; top: 0; bottom: 0; height: 20px;  margin: auto;  font-size: 20px; }
    .blog-filter ul { position: absolute; left: 0; right: 0; top: 100%; background: #00eda5; border-top: 2px solid #00283b; padding: 8px 0 0; max-height: 225px; overflow: auto !important; display: none; }
    .blog-filter { position: relative; width: 100%; max-width: 350px; margin-left: auto; margin-right: auto; }
    .blog-filter ul li { width: 100%; }
    .blog-filter ul li a { width: 100%; margin: 0;border: none; border-bottom: 1px solid #fff; display: block; padding: 9px 15px; } 
    .blog-filter ul li:last-child a { border-bottom: none; }
    .blog-filter.active .filter-title i.fa { transform: scaleY(-1); }

    .blog-hero-sec .blog-post-tag-main-wrap { justify-content: center; }
    .blog-hero-sec .blog-post-tag-main-wrap a.topic-link { margin: 3px 5px; }

}
@media (max-width:480px){

    .hs_firstname.hs-firstname.hs-fieldtype-text.field.hs-form-field { padding-right: 0; }
    fieldset.form-columns-2 .hs-form-field:last-child { padding-left: 0; }
    .input { margin-right: 0px !important; }
    input[type=color],
    input[type=date],
    input[type=datetime-local],
    input[type=datetime],
    input[type=email],
    input[type=file],
    input[type=month],
    input[type=number],
    input[type=password],
    input[type=search],
    input[type=tel],
    input[type=text],
    input[type=time],
    input[type=url],
    input[type=week],
    select,
    textarea { width: 100% !important; max-width: 100% !important; }
    fieldset.form-columns-2 .hs-form-field:first-child { padding-right: 0; }
    input[type=submit] { font-size: 18px; padding: 14px; }
    .hero-left-btn > div { width: 100%; }

    .btn-border { padding-left: 0; padding-top: 15px; }
    .crm-detail-main-wrap .counter-details-list, .crm-percentage-details-main-wrap .counter-details-list {     flex-basis: 100%; }
}
}