@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,400i,600,600i,700,700i');

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

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* These includes are optional, but helpful. */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

img.alignRight{
    margin: 0 0 5px 15px;
}

img.alignLeft{
    margin: 0 15px 5px 0;
}
.bg-testin{
    background: #6cb5a3; 
    margin:0 auto;
}
/* Reduces min-height on bootstrap structure */
.row-fluid [class*="span"] { min-height: 1px; }

/* Blog Social Sharing */
.hs-blog-social-share .hs-blog-social-share-list {
  margin: 0;
  list-style: none !important;
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item {
  height: 30px;
  list-style: none !important;
}
@media (max-width: 479px){
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item:nth-child(2) {
    float: none !important; /* Stack social icons into two rows on phones */
  }
}
.hs-blog-social-share .hs-blog-social-share-list .hs-blog-social-share-item .fb-like > span{
    vertical-align: top !important; /* Aligns Facebook icon with other social media icons */
}

/* Captcha */
#recaptcha_response_field {
    width: auto !important;
    display: inline-block !important;
}

/* Videos */
video {
    max-width: 100%;
    height: auto;
}

/* Date Picker */
#calroot {
    width: 202px !important;
    line-height: normal;
}
#calroot,
#calroot *,
#calroot *:before,
#calroot *:after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
 
#calroot select {
    min-height: 0 !important;
    padding: 1px 2px !important;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet MS", Verdana, sans-serif !important;
    font-size: 10px !important;
    line-height: 18px !important;
    font-weight: normal !important;
}
 
#caldays {
    margin-bottom: 4px;
}

/* Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}
.hs-responsive-embed iframe, 
.hs-responsive-embed object, 
.hs-responsive-embed embed {
    position: absolute;
    top: 0;
    left: 0;
    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: 56.25%;
}
.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 {
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* System Template Forms */
#email-prefs-form .email-edit {
    width: 100% !important;
    max-width: 507px !important;
}
#hs-pwd-widget-password {
    height: auto !important;
}

/* Menus */
.hs-menu-wrapper ul {
    padding: 0;
}

/* Horizontal Menu
   ========================================================================== */

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
}
.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;
}*/
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}
/*.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts > 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;
}
.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;
}

/* Vertical Menu
   ========================================================================== */ 

.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;
}
.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 0;
}
.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.hs-item-has-children {
    position: relative;
}

/* Flyouts */
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > 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-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 0;
}
.hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}


@media (max-width: 767px) {
    .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;
    }

    /* Stacking Horizontal Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper {
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal ul ul ul {
        padding: 0;
    }
    .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
        white-space: normal;
    }

    /* Stacking Vertical Nav for Mobile */
    .hs-menu-wrapper.hs-menu-flow-vertical.flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper  {
        position: static;
        opacity: 1;
        visibility: visible;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts .hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

/* Space Module */
.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */
.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");
}

/* Fix for CTA border box issue */
.hs-cta-wrapper a {
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}

/*
 * 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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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(http://cdn2.hubspotqa.com/local/hub/124/file-52894-png/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: black;
    position: static;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    top: 40%;
    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;
    }
}

.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;
}

@media all and (max-width: 400px) {
/* beat recaptcha into being responsive, !importants and specificity are necessary */
#captcha_wrapper,
#recaptcha_area,
#recaptcha_area table#recaptcha_table,
#recaptcha_area table#recaptcha_table .recaptcha_r1_c1
{ width: auto !important; overflow: hidden; }
#recaptcha_area table#recaptcha_table .recaptcha_r4_c4
{ width: 67px !important; }
#recaptcha_area table#recaptcha_table #recaptcha_image
{ width:280px !important; }
}
/* 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;}

                                 

/*--------- Theme Base Colors ----------*/
 
   /****** set theme base color  *****/
    /****** set navigation color *****/
/* Containers */
 /* Used on '.page-center' in 'Base' and in the 'Portrait tablet to landscape and desktop' media query */

/*--------- Font Family ----------*/

/*fixing breakpoint on cta and newsletter*/
.simple-cta.post-item {
    height: 460px;
}

h6.hs-author-label {
    color: #3eac7b !important;
}
a.author-link {
    color: #3eac7b;
}
.hs-blog-post.dreampack-01-blog #hubspot-author_data .all-post-top-cta.span2::before {
    position: absolute;
    content: '';
    border-left: 1px solid #ffffff;
    top: 0;
    left: -12px;
    bottom: 0;   
}
.all-post-top-cta.span2{
    padding-top:50px;
}
 
*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}
.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin: 0 0 0 0;
}
.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.flyouts>ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 100%;
    top: 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;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
		display: inline-block; */
    padding: 0px 0px;
    /* 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 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; */
}
body, html{
    padding:0;
    font-size: 15px ;
    line-height: 1.3;
    overflow-x:hidden;
    -webkit-font-smoothing: antialiased;
    width:100%;
    background: #fff ;
    font-family:'Open Sans', sans-serif;;
    margin:0 auto;;
}

.row-fluid [class*="span"].wrapper{
    width: 100%;
    max-width: 1200px;
    margin-left:auto;
    margin-right:auto;
    float: none;
    padding-left:15px;
    padding-right:15px;
}


h1,h2,h3,h4,h5,h6{
    text-transform:initial;
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:15px;
    color:#000;
}

h1,h2,h3,h4,h5,h6{
    color:#45474d;
}

.body-container-wrapper ul,.body-container-wrapper li{
    margin-bottom:15px;
}

a{
    color: #85b4a2;
    text-decoration: none;
    background-color: transparent;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

h1{
    font-size: 44px;
    font-weight: 300;
    letter-spacing: .2px;
    margin-bottom: 10px;
}

h2{
    font-size: 36px;
    font-weight: 300;
}

h3{
    font-size: 28px;
    font-weight: 400;
}

h4{
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 10px;
}

h5{
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}

h6{
    font-size:12px;
    font-weight:600;
}

p,
.body-container-wrapper li{
    font-size: 16px;
    line-height: 1.5;
    color: #72808e;
    letter-spacing: .2px;
    font-weight: 500;
}

.body-container-wrapper {
    background:#fff;
    overflow:hidden;
}

.body-container-wrapper ul{
    padding:0;
    text-decoration:none;
    list-style:none;
    margin:20px 0;
}

.body-container-wrapper ol{
    margin:0;
    padding:0;
    text-decoration:none;
    margin-bottom:20px;    
}

.body-container-wrapper li{
    position:relative;
    margin-left:22px;
    margin-bottom:14px;
}


.body-container-wrapper li:before{
    position: absolute;
    display: inline-block;
    font-family: FontAwesome;
    left: -20px;
    content: '';
    width: 8px;
    height: 8px;
    background: #13ddb0;
    border-radius: 50%;
    top: 10px;
}


.body-container-wrapper ol li:before{
    display:none;
}

.no-list-style li ul{
    margin:0;
    padding:0;
}

.no-list-style li{
    margin:0;    
}

.no-list-style li:before{
    display:none;
}

.body-container-wrapper a{
    color:#3197d6;    
}

blockquote{
    margin: 0;
    font-size: 22px;
    color: #13ddb0;
    text-align: center;
    font-weight: 600;
    padding: 20px 50px;
    border-left: 3px solid #13ddb0;
    margin-left: 4px;
    margin-top: 25px;
    margin-bottom: 20px;
    position:relative;
}

blockquote:before{
    position: absolute;
    content: '';
    left: 50px;
    top: 10px;
    background: url(https://www.trekksoft.com/hubfs/blockquote-img.png) no-repeat;
    width: 30px;
    height: 30px;
}

.body-container-wrapper .widget-type-cta{
    margin-top:15px;
}
/*
body a.cta_button[title],
body .container-fluid .row-fluid .hs-button{    
    font-size: 14px;
    line-height: 18px;
    padding:16px 50px;
    font-weight: 400;
    cursor: pointer;
    font-family:'Open Sans', sans-serif;;
    text-align: center;
    display: inline-block;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    letter-spacing: 1px;
    color:#fff;
    border-radius:8px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
    border:0;
    background:#3197d6;
}

body a.cta_button{
    padding:0;
    border:none;
    background:transparent;
}

body .green-cta a.cta_button,
body .container-fluid .green-cta .row-fluid .hs-button{    
    background:#56c209;   
}

.simple-cta a.cta_button{
    background:transparent;
    border:0;
    padding:0;
    position:relative;
    color: #fff;
}

.simple-cta a:after{
    content:'→';
    font-family: FontAwesome;
    padding-left: 6px;
}   

.transparent-cta a.cta_button{
    background:transparent;
    color:#fff;
    border:1px solid #fff;
}

.white-cta a.cta_button{
    background:#fff;
    color:#000;
    border:1px solid #fff;
}
*/
.align-center {
    text-align:center;
}

.align-left {
    text-align:left;
}

.align-right {
    text-align:right;
}

.float-left{
    float:left;
}

.float-right{
    float:right;
}


.heading p{
    font-size:18px;
    font-weight:300;
}

.overlay{
    position:relative;
    z-index:1;
}

.overlay:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(43, 43, 43, 0.5);
    z-index: -1;
}

.gray-bg{
    background:#fafafa;
}

.white-form .row-fluid form .field>label,
.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
    color:#fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a,
.text-margin-zero .widget-type-cta{
    margin:0;
}

.base-color-text h1,
.base-color-text h2,
.base-color-text h3,
.base-color-text p,
.base-color-text h4,
.base-color-text h5,
.base-color-text h6,
.base-color-text .fa,
.base-color-text a{
    color:#3197d6;
}

body .container-fluid .row-fluid [class*="span"]{
    min-height:1px;
}
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1200px;
  margin: 0 auto;
}
.section-bg{
    background-size: cover!important;
    background-position: center center!important;
}

.section-bg .bg-image{
    display:none!important;
}

.section-border{
    border-bottom:1px solid #e7e7e7;
}

.section-padding {
    padding: 90px 0;
}



@media (min-width: 768px) {
    
.equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

body .row-fluid .vertical-center{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}     
}

.padding-top-zero{
    padding-top:0;
}

.padding-bottom-zero{
    padding-bottom:0;
}


/*========================================================
         Typography Responsive Styling
========================================================*/

@media (min-width:768px) and (max-width:1024px){

.row-fluid [class*="span"].wrapper{
    padding-left:40px;
    padding-right:40px;
}

h1 {
    font-size: 34px;
}

h2 {
    font-size: 28px;
}

h3 {
    font-size: 24px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:12px;
}

.heading p{
    font-size:18px;
}

}




@media (max-width:767px){

.row-fluid [class*="span"].wrapper{
    padding-left:20px;
    padding-right:20px;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 22px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 14px;
    line-height: 18px;
}

h6{
    font-size:12px;
}

.section-padding {
    padding: 60px 0;
}

.align-right {
    text-align: center;
}

.align-left {
    text-align: center;    
}

body .container-fluid .row-fluid .section-heading.align-center{
    margin-bottom: 30px;
}

p,
.body-container-wrapper li{
    font-size:14px;
}

.heading p{
    font-size:16px;
}

.left-col,.right-col{
    padding:20px 0;
}

.change-order-on-mobile .wrapper .row-fluid-wrapper>.row-fluid{
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

}


@media (max-width:480px){
    
.body-container-wrapper a.cta_button[title], body .container-fluid .row-fluid .hs-button {
    padding-left:0;
    padding-right:0;
    width:100%;
}

.body-container-wrapper .simple-cta a.cta_button{
    width:auto;
}

}



/*==================================================
            Three Col Adjust 
==================================================*/

body .container-fluid .row-fluid .three-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.5%;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.43%;
    margin-top: 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
}




@media (max-width:767px){
  
body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 20px auto 0;
    float: none;
}   
}









/*==================================================
            Four Col Adjust 
==================================================*/

body .container-fluid .row-fluid .four-col-adjust>span {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-flex-direction: row;
    margin-right: -2.565%;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 22.5%;
    -webkit-flex-basis: 22.5%;
    float: left;
    margin-right: 2.5%;
    margin-top: 20px;
    box-sizing:border-box;
    position:relative;
}




@media (max-width:767px){
 
body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
}

body .row-fluid .four-col-adjust span>.hs_cos_wrapper {
    display: block;
    flex-basis: 100%;
    width:100%;
    -webkit-flex-basis: 100%;
    margin:0;
    margin-top: 20px;
}   
}


/*=========================================================
                      MENU                                
 =======================================================*/
/*Menu*/
@media (min-width: 59.375em) {
  .menu-tk .row-number-11,
  .menu-tk .menu-close-button,
  .menu-tk .button-open-mobile-menu {
    display: none; }
  .menu-tk .row-number-5 {
    padding-top: 2em;
    position: relative; }
  .menu-tk .row-number-5 > .row-fluid {
    background-color: #fff;
    border-bottom-right-radius: 1em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
        box-shadow: 0px 10px 5px -10px rgba(0,0,0,0.2);
        }
    .menu-tk .row-number-5 > .row-fluid .widget-type-cell:nth-child(2) {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      padding: 0 1.5em; }
    .menu-tk .row-number-5 > .row-fluid .widget-type-cell:last-child {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 auto;
          -ms-flex: 1 0 auto;
              flex: 1 0 auto;
      max-width: 11.5em; }
      .menu-tk .row-number-5 > .row-fluid .widget-type-cell:last-child span {
        display: block; }
  .menu-tk .widget-type-logo {
    max-width: 14.75em;
    padding: 1.625em 2em;
    position: relative; }
    .menu-tk .widget-type-logo span,
    .menu-tk .widget-type-logo #hs-link-logo {
      display: block; }
    .menu-tk .widget-type-logo img {
      display: block;
      min-width: 10em;
      width: 90% !important; }
  .menu-tk .hs-menu-wrapper ul {
    list-style: none; }
  .menu-tk .hs-menu-flow-horizontal > ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .menu-tk .hs-menu-depth-1 {
    position: relative; }
    .menu-tk .hs-menu-depth-1 > a {
      color: #545454;
      display: block;
      font-weight: bold;
      padding: 2.5em 0.5em; }
      .menu-tk .hs-menu-depth-1 > a:hover, .menu-tk .hs-menu-depth-1 > a:focus, .menu-tk .hs-menu-depth-1 > a:active {
        color: #3dab7a; }
    .menu-tk .hs-menu-depth-1:hover > .hs-menu-children-wrapper, .menu-tk .hs-menu-depth-2:hover > .hs-menu-children-wrapper  {
      display: block; }
    /*.menu-tk .hs-menu-depth-1:first-child:hover .hs-menu-children-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }*/
    .menu-tk .hs-menu-depth-1.hs-item-has-children > a {
      padding-right: 1.6875em;
      position: relative; }
      .menu-tk .hs-menu-depth-1.hs-item-has-children > a::after {
        background: url(https://www.trekksoft.com/hubfs/website/menu/icons/arrow-down@2x.png) no-repeat 0 0;
        background-size: 0.5625em 0.375em;
        content: '';
        height: 0.375em;
        margin-top: -0.1875em;
        position: absolute;
        right: 0.5em;
        top: 50%;
        width: 0.5625em; }
  .menu-tk .hs-menu-depth-2.hs-item-has-children > a::after {
    url(https: //www.trekksoft.com/hubfs/website/menu/icons/arrow-down@2x.png?t=1525644774093) no-repeat 0 0;
    background: url(https://www.trekksoft.com/hubfs/arrow-right@2x.png) no-repeat 0 0;
    background-size: 50%;
    content: '';
    height: 20px;
    margin-top: -1%;
    position: absolute;
    right: 0.5em;
    top: 50%;
    width: 0.5625em;
}
  .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper {
    background-color: #fff;
    border-radius: 0.5em;
    top: -webkit-calc(100% - 0.5em);
    top: calc(100% - 0.5em);
    -webkit-box-shadow: 0 2px 0.625em rgba(193, 193, 193, 0.7);
            box-shadow: 0 2px 0.625em rgba(193, 193, 193, 0.7);
    display: none;
    font-weight: 300;
    left: 50%;
    padding: 0.5em 0;
    position: absolute;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 7000; }
  .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper {
    background-color: #fff;
    border-top-left-radius: 0;
    border-top-right-radius: 0.5em;
     border-bottom-right-radius: 0.5em;
     border-bottom-left-radius: 0.5em;
    top: -webkit-calc(100% - 0.5em);
    top: calc(100% - 0.5em);
    -webkit-box-shadow: 0 2px 0.625em rgba(193, 193, 193, 0.7);
    box-shadow: 0 2px 0.625em rgba(193, 193, 193, 0.7);
    display: none;
    font-weight: 300;
    padding: 0.5em 0;
    position: absolute;
    z-index: 7000;
}
    .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper::before, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper::before {
      border-bottom: 0.5em solid #fff;
      border-left: 0.5em solid transparent;
      border-right: 0.5em solid transparent;
      content: '';
      -webkit-filter: drop-shadow(0 0 0.5em rgba(193, 193, 193, 0.7));
              filter: drop-shadow(0 0 0.5em rgba(193, 193, 193, 0.7));
      height: 0;
      left: 50%;
      margin: 0 0 0 -0.5em;
      position: absolute;
      top: -0.5em;
      width: 0; }
    .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-item, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-item {
      border-bottom: 1px solid #f9f9f9; }
      .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-item:last-child, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-item:last-child {
        border-bottom: 0; }
      .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-item a, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-item a {
        display: block;
        padding: 0.35em 1.25em;
        white-space: nowrap; }
        .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-item a:hover, .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-item a:focus, .menu-tk .hs-menu-depth-1 > .hs-menu-children-wrapper > .hs-menu-item a:active, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-item a:hover, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-item a:focus, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-item a:active {
          color: #3dab7a; }
 /* .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 0.5em;
    width: 27.375em; }
    .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item {
      border-bottom: 1px solid #f9f9f9;
      border-right: 1px solid #f9f9f9;
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 50%;
          -ms-flex: 1 0 50%;
              flex: 1 0 50%; }
      .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item:nth-child(even) {
        border-right: 0; }
      .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item:nth-last-child(-n+2) {
        border-bottom: 0; }
      .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item a {
        background-repeat: no-repeat;
        background-position: 0.75rem 50%;
        background-size: 2.875rem auto;
        font-size: 1.25em;
        padding: 1.75rem 1.25rem 1.75rem 4.625rem; }
      .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item:nth-child(1) > a {
        background-image: url(https://www.trekksoft.com/hubfs/website/menu/money@2x-1.png); }
      .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item:nth-child(2) > a {
        background-image: url(https://www.trekksoft.com/hubfs/website/menu/work@2x.png); }
      .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item:nth-child(3) > a {
        background-image: url(https://www.trekksoft.com/hubfs/website/menu/grow@2x-1.png); }
      .menu-tk .hs-menu-depth-1:first-child > .hs-menu-children-wrapper > .hs-menu-item:nth-child(4) > a {
        background-image: url(https://www.trekksoft.com/hubfs/website/menu/hands@2x.png); }*/
  .menu-tk .hs-menu-depth-2:hover > a {
    color: #3dab7a; }
/*  .menu-tk .hs-menu-depth-2:hover > .hs-menu-children-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper {
    background-color: #fff;
    border-left: 1px solid #f9f9f9;
    -webkit-box-shadow: 0.31625em 2px 0.625em rgba(193, 193, 193, 0.7);
            box-shadow: 0.31625em 2px 0.625em rgba(193, 193, 193, 0.7);
    display: none;
    padding: 0.5em;
    position: absolute;
    border-radius: 0 0.5em 0.5em 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 100%;
    top: 0; }
    .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper::before, .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper::after {
      background-color: #fff;
      content: '';
      height: 0.5em;
      left: -webkit-calc(-0.5em - 1px);
      left: calc(-0.5em - 1px);
      position: absolute;
      width: 0.5em;
      z-index: -1; }*/
    .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper::before {
      top: 0; }
    .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper::after {
      bottom: 0; }
    .menu-tk .hs-menu-depth-2 > .hs-menu-children-wrapper > .hs-menu-item a {
      font-size: 0.9375em;
      padding: 0.275em 1.25em; }
  .menu-tk .cta_button {
    background-color: #fff6ed;
    border-bottom-right-radius: 1em;
    display: block;
    font-size: 0.9375em;
    padding: 1.5em 1.5em;
    text-align: center;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    white-space: nowrap; }
    /* A/B TEST ib home */
    .menu-tk .cta_button:lang(en){
        padding: 1.5em 1.5em;
    }
    /*Fix on spanish version */
  .menu-tk .cta_button:lang(es){
  white-space: normal;
  font-size: 0.8375em;
  }
    /*Fix Start Trial Button in DE*/
   .menu-tk .cta_button:lang(de),#de .menu-tk .cta_button {
    padding: 1.5em 1em 1em 1em;
    white-space: normal;
  }
     
    .menu-tk .cta_button:hover, .menu-tk .cta_button:focus, .menu-tk .cta_button:active {
      background-color: #fff1e3; }
  .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a {
    background-color: #e9e9e9;
    -webkit-box-shadow: inset 0 -0.25em #e3e3e3;
            box-shadow: inset 0 -0.25em #e3e3e3;
    color: #569f84;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.75em;
    padding: 0.666666666666667em 1.333333333333333em;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: -webkit-box-shadow 0.25s ease;
    transition: -webkit-box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease; }
    .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a:hover, .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a:focus, .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a:active {
      -webkit-box-shadow: none;
              box-shadow: none; } 
    .menu-tk.fixed {
        position: fixed;
        left: 0;
        top: -31px;
        z-index: 9999;
        height: auto;
    }
    .hs-content-id-5428877778 .menu-tk.fixed {
        top: -51px;
    }
    .fixed .menu-tk .cta_button{
    border-bottom-right-radius:0em;
    background-color: #ff9100;
    color:#fff;
    }
    .fixed .menu-tk .cta_button:hover{
    background-color: #d47800;
    color:#fff
    }
    .menu-tk {
        height: 121px;
    }
    .menutk-placeholder {
        height: 121px;
    }
}



@media not all and (min-width: 59.375em) {
  .menu-tk .row-fluid:before, .menu-tk .row-fluid:after {
    display: inline;
    content: ""; }
  .menu-tk .row-fluid:after {
    clear: none; }
  .menu-tk .row-fluid .span1,
  .menu-tk .row-fluid .span2,
  .menu-tk .row-fluid .span3,
  .menu-tk .row-fluid .span4,
  .menu-tk .row-fluid .span5,
  .menu-tk .row-fluid .span6,
  .menu-tk .row-fluid .span7,
  .menu-tk .row-fluid .span8,
  .menu-tk .row-fluid .span9,
  .menu-tk .row-fluid .span10,
  .menu-tk .row-fluid .span11,
  .menu-tk .row-fluid .span12 {
    width: auto; }
  .menu-tk .row-fluid [class*="span"] {
    display: block;
    float: none;
    width: auto;
    min-height: 0;
    margin-left: 0;
    *margin-left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .menu-tk .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: block; }
  .menu-tk .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: none; }
  .menu-tk .row-number-11 {
    background-color: #fff; }
    .menu-tk .row-number-11 .row-fluid {
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding: 1em; }
      .menu-tk .row-number-11 .row-fluid .widget-type-rich_text {
        border-right: 1px solid #3dab7a;
        margin: 0;
        padding-right: 0.375em;
        width: auto; }
      .menu-tk .row-number-11 .row-fluid .widget-type-logo {
        margin: 0;
        padding: 0 0 0 2em;
        width: auto; }
      .menu-tk .row-number-11 .row-fluid .button-open-mobile-menu {
        background: url(https://www.trekksoft.com/hubfs/website/menu/icons/menu-icon.svg) no-repeat 50% 50%;
        border: 0;
        display: block;
        height: 3.5em;
        margin: 0;
        outline: 0;
        overflow: hidden;
        padding: 0;
        width: 3.5em;
        white-space: nowrap;
        text-indent: 999px; }
  .menu-tk .row-number-1 {
    background-color: #404040;
    color: #fff;
    height: 100%;
    left: -100%;
    overflow-y: auto;
    position: absolute;
    top: 0;
    -webkit-transition: left 0.5s ease;
    transition: left 0.5s ease;
    width: 90%;
    z-index: 9999; }
    .menu-tk .row-number-1::before {
      background-color: #3dab7a;
      content: '';
      height: 4px;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
    .menu-tk .row-number-1.menu-is-open {
      left: 0; }
  .menu-tk .hs-menu-wrapper ul {
    list-style: none; }
  .menu-tk .widget-type-logo {
    padding: 2.5em 1.25em;
    text-align: center; }
  .menu-tk .menu-close-button {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 2em;
    border: 2px solid #fff;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.875em;
    font-weight: bold;
    height: 2em;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -1em;
    outline: 0;
    overflow: hidden;
    position: absolute;
    right: -0.5em;
    text-align: center;
    top: 50%;
    white-space: nowrap;
    width: 2em; }
  .menu-tk .hs_cos_wrapper_type_logo {
    display: block;
    position: relative; }
    .menu-tk .hs_cos_wrapper_type_logo img {
      max-width: 10.25em !important;
      width: 100%; }
  .menu-tk .hs-menu-depth-1 {
    border-bottom: 1px solid #282828;
    border-top: 1px solid #4c4c4c; }
    .menu-tk .hs-menu-depth-1:first-child {
      border-top: 1px solid #333; }
    .menu-tk .hs-menu-depth-1.is-open > a {
      color: #fff; }
    .menu-tk .hs-menu-depth-1 > a {
      color: #2acc89;
      display: block;
      font-weight: 600;
      padding: 0.875em 1.25em;
      position: relative; }
      .menu-tk .hs-menu-depth-1 > a::before {
        background-color: #3dab7a;
        content: '';
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 3px; }
      .menu-tk .hs-menu-depth-1 > a:hover, .menu-tk .hs-menu-depth-1 > a:focus, .menu-tk .hs-menu-depth-1 > a:active {
        background-color: #333; }
 /*   .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-children-wrapper, .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-children-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }*/
      .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-children-wrapper > .hs-menu-depth-2, .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-children-wrapper > .hs-menu-depth-2 {
        background-color: #333;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 50%;
            -ms-flex: 1 0 50%;
                flex: 1 0 50%; }
        .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-children-wrapper > .hs-menu-depth-2:first-child, .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-children-wrapper > .hs-menu-depth-2:first-child {
          border-top: 1px solid #404040; }
        .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-children-wrapper > .hs-menu-depth-2:nth-child(odd), .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-children-wrapper > .hs-menu-depth-2:nth-child(odd) {
          border-right: 1px solid #404040; }
        .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-children-wrapper > .hs-menu-depth-2:nth-child(even), .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-children-wrapper > .hs-menu-depth-2:nth-child(even) {
          border-left: 1px solid #282828; }
        .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-children-wrapper > .hs-menu-depth-2:nth-last-child(-n+2), .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-children-wrapper > .hs-menu-depth-2:nth-last-child(-n+2) {
          border-bottom: 0; }
    .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-depth-2 > a {
      background-repeat: no-repeat;
      background-position: 0.75rem 50%;
      background-size: 2rem auto;
      font-size: 1em;
      padding: 1.75rem 1.25rem 1.75rem 3.5rem; }
    .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-depth-2:nth-child(1) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/money-white@2x.png); }
    .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-depth-2:nth-child(2) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/grow-white@2x.png); }
    .menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-depth-2:nth-child(3) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/global-white@2x.png); }
    /*.menu-tk .hs-menu-depth-1.is-open:first-child .hs-menu-depth-2:nth-child(4) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/hands-white@2x.png); }*/
    .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-depth-2 > a {
      background-repeat: no-repeat;
      background-position: 1.25rem 50%;
      background-size: 1rem auto;
      padding: 0.75rem 1.25rem 0.75rem 3.25rem; }
    .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-depth-2:nth-child(1) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/icons/website@2x.png); }
    .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-depth-2:nth-child(2) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/icons/calendar@2x.png); }
    .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-depth-2:nth-child(3) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/icons/calendar@2x.png); }
    .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-depth-2:nth-child(4) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/icons/film@2x.png); }
    .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-depth-2:nth-child(5) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/icons/notice@2x.png); }
    .menu-tk .hs-menu-depth-1.is-open:last-child .hs-menu-depth-2:nth-child(6) > a {
      background-image: url(https://www.trekksoft.com/hubfs/website/menu/icons/cubes@2x.png); }
  .menu-tk .hs-menu-depth-2 {
    border-bottom: 1px solid #282828;
    border-top: 1px solid #404040; }
    .menu-tk .hs-menu-depth-2:first-child {
      border-top: 0; }
    .menu-tk .hs-menu-depth-2:last-child {
      border-bottom: 0; }
    .menu-tk .hs-menu-depth-2 > a {
      background-color: #333;
      display: block;
      font-size: 0.8125em;
      font-weight: 300;
      padding: 0.75rem 1.25rem; }
      .menu-tk .hs-menu-depth-2 > a:hover, .menu-tk .hs-menu-depth-2 > a:focus, .menu-tk .hs-menu-depth-2 > a:active {
        background-color: #262626; }
  .menu-tk .hs-menu-depth-3 > a {
    background-color: #262626;
    display: block;
    font-size: 0.8125em;
    font-weight: 300;
    padding: 0.5rem 1.25rem; }
    .menu-tk .hs-menu-depth-3 > a:hover, .menu-tk .hs-menu-depth-3 > a:focus, .menu-tk .hs-menu-depth-3 > a:active {
      background-color: #000; }
  .menu-tk .hs-menu-children-wrapper {
    display: none; }
  .menu-tk .is-open > .hs-menu-children-wrapper {
    display: block; }
  .menu-tk .hs-item-has-children.is-open > a::after {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }
  .menu-tk .hs-item-has-children > a {
    color: #fff;
    position: relative; }
    .menu-tk .hs-item-has-children > a::after {
      background: url(https://www.trekksoft.com/hubfs/website/menu/icons/arrow-down-green@2x.png) no-repeat 0 0;
      background-size: 9px 6px;
      content: '';
      height: 6px;
      margin-top: -3px;
      position: absolute;
      right: 1.25rem;
      -webkit-transition: -webkit-transform 0.2s ease;
      transition: -webkit-transform 0.2s ease;
      transition: transform 0.2s ease;
      transition: transform 0.2s ease, -webkit-transform 0.2s ease;
      -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
              transform: rotate(-90deg);
      top: 50%;
      width: 9px; }
  .menu-tk .row-fluid > .span2:last-child {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border-top: 1px solid #4c4c4c;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.875em 1.25em;
    position: relative; }
    .menu-tk .row-fluid > .span2:last-child::after {
      background-color: #3dab7a;
      bottom: 0;
      content: '';
      height: 4px;
      left: 0;
      position: absolute;
      width: 100%; }
    .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 50%;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%; }
      .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child {
        padding-right: 0.59375em; }
      .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:last-child {
        padding-left: 0.59375em; }
  .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a {
    border: 1px solid #ff9200;
    border-radius: 0.25em 0 0.25em 0;
    color: #ff9200;
    display: block;
    padding: 0.5em;
    text-align: center; }
    .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a:hover, .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a:focus, .menu-tk .row-fluid > .span2:last-child > .row-fluid-wrapper:first-child a:active {
      border-color: #e68300;
      color: #e68300; }
  .menu-tk .cta_button {
    background-color: #ff9200;
    border: 1px solid #ff9200;
    border-radius: 0.25em 0 0.25em 0;
    color: #fff;
    display: block;
    padding: 0.5em;
    text-align: center; }
    .menu-tk .cta_button:hover, .menu-tk .cta_button:focus, .menu-tk .cta_button:active {
      border-color: #e68300;
      background-color: #e68300; }
    .menu-tk .lang_switcher_class{
        display:none;}
        .menu-features-page, button#feature-btn{
        display:none;
    }
  .menu-tk .hs-menu-wrapper > ul > li:nth-child(5) > ul {
    display: block;
}
}
/*
/* Parent List 
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}
/* 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;
}
*/
/* Fix menu disappearing on desktop after toggling mobile menu
@media screen and (min-width:768px) {
      .custom-menu-primary .hs-menu-wrapper { 
          display:block !important;
      }
  }
 */
/*=========================================================
                    FORM STYLING
=========================================================*/                

/*======= Placeholder Color ====*/

::-webkit-input-placeholder {
   color: #72808e;
}

:-moz-placeholder {
   color: #72808e;
}

::-moz-placeholder {  
   color: #72808e;
}

:-ms-input-placeholder {  
   color: #72808e;
}

select::-ms-expand {
    display: none;
}



.row-fluid form li{
    margin:0;
}

.row-fluid  form li:before{
    display:none;
}

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
    height: 47px;
    font-family:'Open Sans', sans-serif;;
    color:#3197d6;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
    padding: 0;
    margin-bottom: 8px;
    border-radius: 3px;
    background: #fff;
    padding: 10px 20px;
    font-weight: 400;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.row-fluid  form textarea{
    height:130px;    
}

.row-fluid  form select{
    color: #989898;
}

.row-fluid  form input:focus,
.row-fluid  form select:focus,
.row-fluid  form textarea:focus{
    outline:0;
    border:1px solid #3197d6;
    color:#3197d6;
}

.row-fluid  form .hs_file_upload input,
.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
}

.row-fluid  form .hs-form-checkbox input,
.row-fluid  form .hs-form-radio input,
.row-fluid  form .hs-form-booleancheckbox input{
    height:auto;
    padding:0;
    border:0;
    margin-bottom:0;
}

.row-fluid form .field>label{
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 10px;
    margin-top: 16px;
    color: #72808e;
}

.row-fluid form .hs_submit .actions{
    text-align:center; // CTA Button Alignment
}

.row-fluid form .hs-button.primary{
    height: auto;
    margin-top: 30px;
}

form .hs-error-msgs{
    margin:0;
    padding:0;
}

form .hs-error-msgs li{
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
}

.row-fluid .hs-form fieldset.form-columns-1 .hs-input {
    width: 100%;
}

body .row-fluid .hs-form fieldset {
    max-width: 100%;
}

form .hs-form-required{
    display:none;
}

.body-container-wrapper form ul,
.body-container-wrapper form li{
    margin:0;
    padding:0;
}

.body-container-wrapper form ul,
form ul{
    list-style:none;
}


.body-container-wrapper form li:before{
    display:none;
}

body form .hs-form-checkbox:last-child,
body form .hs-form-radio:last-child,
body form .hs-form-booleancheckbox{
    margin-bottom:20px;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 32%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 49%;
    margin-right:2%;
}

body .row-fluid .hs-form fieldset .hs-form-field:last-child{
    margin-right:0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .input,
body .row-fluid .hs-form fieldset.form-columns-3 .input {
    margin-right:0px;
}

body .container-fluid .row-fluid .hs-form fieldset .field:last-child .input{
    margin-right:0;
}

body .row-fluid select{
    background: #fff url(//cdn2.hubspot.net/hubfs/2558854/DreamPack/Select%20Arrow.png) no-repeat;
    background-position: center right;
    -webkit-appearance: none;
}





/*=======================================================
            CHECKBOX AND RADIO BUTTONS STYLING
=======================================================*/            

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    width:auto;
}

.row-fluid .hs-form .field .input input[type="checkbox"],
.row-fluid .hs-form .field .input  input[type="radio"]{
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 15px;
    height: 15px;
}

.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    top: 0px;
    left: 0px;
    border: 3px solid #3197d6;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}

.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 3px;
    background: #3197d6;
    left: 3px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}



@media (max-width:480px){

body form.hs-form .form-columns-2 .hs-form-field .hs-input,body form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
}

body .row-fluid .hs-form fieldset .input{
    margin:0;
}

body .row-fluid .hs-form fieldset.form-columns-3 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

body .row-fluid .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 100%;
    margin-right: 0;
}

.row-fluid form .hs_submit .actions{
    text-align:center;
}
}

































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


 /* Set ul background color */
 /* Set li background Color */
 /* Set link Color */
 /* Set link Hover Color */

/* Parent List
.custom-menu-primary-container .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary-container .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary-container .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary-container .hs-menu-wrapper > ul > li > a:hover{
  color:;
}
*/
/* Child List 
.custom-menu-primary-container .hs-menu-wrapper > ul ul{}
.custom-menu-primary-container .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary-container .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary-container .hs-menu-wrapper > ul ul li a:hover{
  color:;
}
*/
/* Override max width on menu links 
.custom-menu-primary-container .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;
}
*/
/* Fix menu disappearing on desktop after toggling mobile menu 
@media screen and (min-width:768px) {
      .custom-menu-primary-container .hs-menu-wrapper { 
          display:block !important;
      }
  }
*/






/*==============================================================
            Hero Section DP_17
==============================================================*/


.dp17-hero-section {
    padding:150px 0;
}

.dp17-hero-section p{
    margin:30px 0 25px;
}

.dp17-hero-section .cta{
    margin-top:30px;
}







@media (max-width:1024px){

.dp17-hero-section {
    padding: 110px 0 100px;
}
}


@media (max-width:767px){

.dp17-hero-section:before{
    display:none;
}

.dp17-hero-section {
    padding: 40px 0 30px;
}
}








/*=================================================
            DP_Client_10 Styling
=================================================*/

.dp_client_10{
    background-color:#f4f6f6;
}

.dp_client_10 ul{
    margin:0px;
    text-align:center;
}

.dp_client_10 ul li{
    display: inline-block;
    margin: 30px 1%;
    vertical-align: middle;
    width: 100%;
    max-width: 14%;
    text-align: center;
}

.dp_client_10 ul li:before{
    display:none;
}


@media(max-width:767px){

.dp_client_10 ul li {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 110px;
    text-align: center;
    margin: 20px auto 20px;
    padding: 0 10px;
}
    
}
















/*==============================================================
            Content Module DP_26
==============================================================*/

body .row-fluid .features-services-dp26 .section-heading{
    width: 100%;
    max-width: 570px;
    float: none;
    margin: 0 auto 50px;
}

.features-services-dp26 .dp-service-top-icon{
    border: solid 1px #dddddd;
    padding: 48px;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.features-services-dp26 .dp-service-top-icon:hover{
    background-color:#3197d6;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

.features-services-dp26 .dp-service-top-icon:hover p,
.features-services-dp26 .dp-service-top-icon:hover h4{
    color:#ffffff;
    transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
}

@media(max-width:1024px){
    
.features-services-dp26 .dp-service-top-icon{
    padding:20px;
}    

    
}


@media(max-width:767px){
    

body .row-fluid .features-services-dp26 .section-heading{
    margin-bottom:30px;
}    

}










/*=================================================
        DP_Testimonial_07 Styling
=================================================*/

.dp_testimonial_07_container>span{
    display:none;
}
 

.dp_testimonial_07_container>.slick-initialized.slick-slider{
    display:block;
}

.dp_testimonial_07 {
    padding-top:0;
}


.dp_testimonial_07_cm{
    position: relative;
    padding: 55px 80px;
    z-index: 1;
}

body .dp_testimonial_07_cm .row-fluid .wrapper{
    max-width:1440px;
}

.slick-slider .dp_testimonial_07_cm:after {
    position: absolute;
    content: '';
    right: 0;
    left: -2px;
    top: 0;
    bottom: 0;
    background-color: #f6f8f9;
    z-index: -1;
    border: 2px solid #fff;
    transform: skew(-16deg);
    transition: all .4s ease-in-out;
}

.slick-slider .dp_testimonial_07_cm blockquote{
    font-size: 14px;
    font-weight: 300;
    font-style: initial;
    text-align: center;    
}

.slick-slider .dp_testimonial_07_cm blockquote,
.slick-slider .dp_testimonial_07_cm h5{
    color:#45474d;    
}

.slick-active.slick-center .dp_testimonial_07_cm blockquote,
.slick-active.slick-center .dp_testimonial_07_cm h5{
    color:#fff;
}

.slick-active.slick-center .dp_testimonial_07_cm:after{
    background:#4db4f3;
}

.dp_testimonial_07_cm blockquote{
    border-left:0px;
    padding-left:0px;
    color:#ffffff;
}

.dp_testimonial_07_cm .img-module{
    width:48px;
    height:48px;
    border-radius:100%;
}


body .row-fluid .dp_testimonial_07 .slick-dots{
    text-align:center;
}

body .row-fluid .dp_testimonial_07 .slick-dots li{
    margin: 0px 5px;
    display:inline-block;
}

body .row-fluid .dp_testimonial_07 .slick-dots li button:focus{
    outline:0;
}

body .row-fluid .dp_testimonial_07 .slick-dots li:before{
    display:none;
}

body .row-fluid .dp_testimonial_07 .slick-dots li button {
    font-size: 1px;
    color: transparent;
    padding: 0;
    border: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: rgba(0, 114, 197, 0.2);
    transition: all .2s ease-in-out;
    cursor: pointer;
}

body .row-fluid .dp_testimonial_07 .slick-dots li.slick-active button{
    width: 10px;
    height: 10px;
    background: transparent;
    border: 1px solid #000000;
}


.dp_testimonial_07_cm h5{
    margin-bottom:0px;
}


@media(max-width:767px){

.row-fluid .dp_testimonial_07_cm .img-module{
    margin:0 auto 20px;
    float:none;
}    

.dp_testimonial_07_cm blockquote{
    text-align:center;
}

.dp_testimonial_07_cm h5{
    text-align:center;
}

.dp_testimonial_07_cm{
    padding:50px 40px;
}
    
}














/*=================================================
             DP_Team_16 Styling
=================================================*/

.dp_team16-cm{
    width: 100%;
    position: relative;
    height: 1px;
    min-height: 350px;
}

.dp_team16-cm .img-module{
    height:1px;
    min-height:350px;
}

.dp_team16-cm .text-module{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: rgba(69, 71, 77, 0.67);
    opacity:0;
    padding:10px;
}

.dp_team16-cm:hover .text-module{
    opacity:1;
    transition: all .35s ease-in-out;
    -wenikit-transition: all .35s ease-in-out;
}

body .container-fluid .row-fluid .dp_team_16 .four-col-adjust>span{
    margin:0px;
}

body .row-fluid .dp_team_16 .four-col-adjust span>.hs_cos_wrapper{
    margin:0px;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
}


@media(min-width:768px) and (max-width:1024px){

.dp_team16-cm{
    min-height:233px;
}    

.dp_team16-cm .img-module{
    min-height:233px;
}

}











.dreampack-free-blog{
    
}






@media (min-width:768px){

.dreampack-free-blog .post-listing {
    display: block;
    margin: 0 -40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

body .container-fluid .dreampack-free-blog .row-fluid .post-item {
    float: left;
    width: 33.33%;
    padding-right: 40px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    margin-bottom: 30px;
    margin-left: 0;
}

body .container-fluid .row-fluid .dreampack-free-blog .post-item:first-child {
    width: 66.555%;
}

body .container-fluid .dreampack-free-blog .row-fluid .subscribe-grp {
    width: 30%;
}

}




.dreampack-free-blog .post-item-inner {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
    padding: 20px;
    border: 2px solid transparent;
    transition: all ease-in-out .3s;
    background:#fff;
}

.dreampack-free-blog .post-item .feature-bg {
    height: 199px;
}

body .dreampack-free-blog ul.topic-list {
    margin: 8px 0 0;
}

body .dreampack-free-blog .topic-list li {
    display: none;
    margin-left: 0;
    margin-bottom:8px;
}

.dreampack-free-blog .post-item:hover .post-item-inner {
    border: dashed 2px #3197d6;
}

body .dreampack-free-blog .topic-list li a {
    font-size: 10px;
    line-height: 20px;
    letter-spacing: 1.7px;
    color: #3197d6;
    text-transform: uppercase;
    font-weight: bold;
}

body .dreampack-free-blog .topic-list li:first-child {
    display: inline-block;
}

.dreampack-free-blog .post-item h2, .dreampack-free-blog .post-item h2 a {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0.3px;
    color: #45474d;
    font-weight: 400;
    margin: 0 0 9px;
}

.dreampack-free-blog .post-item p, .dreampack-free-blog .post-item h4 {
    font-size: 14px;
    letter-spacing: 0.2px;
    text-align: left;
    color: #72808e;
}

body .container-fluid .row-fluid .dreampack-free-blog .subscribe-grp {
    background: #72808e;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    padding: 20px;
    margin-left: 0;
    min-height: 362px;
}

.dreampack-free-blog .subscribe-grp h3 {
    font-size: 20px;
    letter-spacing: 0.3px;
    padding-top: 19px;
    margin-bottom:0;
}

.dreampack-free-blog .subscribe-grp form{
    margin-top:30px;
    text-align:left;
}

.dreampack-free-blog .subscribe-grp form .input input{
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
}

.dreampack-free-blog form .hs-error-msgs li {
    line-height: 1;
    color: red;
    font-weight: 500;
    font-size: 11px;
    position: relative;
    top: -4px;
    letter-spacing: 0.3px;
    text-align: left;
}

.dreampack-free-blog .subscribe-grp form .field>label{
    display:none;
}

.dreampack-free-blog .subscribe-grp form .hs-button.primary {
    height: auto;
    margin-top: 8px;
}


.dreampack-free-blog .subscribe-grp ::-webkit-input-placeholder {
   color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp :-moz-placeholder {
   color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp ::-moz-placeholder {  
   color:#a8afb6;
}

.dreampack-free-blog .subscribe-grp :-ms-input-placeholder {  
   color:#a8afb6;
}





@media (max-width:767px){
    
.dreampack-free-blog .post-item-inner,
body .container-fluid .row-fluid .dreampack-free-blog .subscribe-grp{
    margin-top:20px;
} 
.blog-category {
    display: none !important;
}

.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child .bg-container .feature-bg {
    width: 379px;
    height: 191px;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    clear: both;
}

.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child .post-data-container{
    width:100%;
}

.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child {
    margin-top: -120px;
}

.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child {
    padding: 10px 10px 10px 10px;
}

.dreampack-01-blog .single-post-hero {
    width: 100% !important;
}

.only-on-post-page .title-container {
    width: 100% !important;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta a {
    display: block;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta {
    display: block;
}

.blog-section .post-data-info {
    margin: 35px 5px 5px 5px;
    text-align: center;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section img {
    /* margin: 2% 10%; */
    height: auto;
    text-align: center;}  
    
}











/*=================================================
            DP_Footer_10 Styling
=================================================*/


.dp_footer_10 .top-section{
    background-color:#ffffff;
    padding: 102px 0px 88px;
}

.dp_footer_10 h3{
    font-size:20px;
    font-weight:400;
}

.dp_footer_10 .top-section ul li:before{
    display:none;
}

.dp_footer_10 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1{
    margin-left:0px;
    margin-bottom:8px;
}

.dp_footer_10 .hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a{
    display:block;
    padding:0px;
    color:#cccccc;
    font-size:14px;
    
}

.dp_footer_10 .bottom-section{
    background-color:#f6f8f9;
    padding:20px 0px;
}

.dp_footer_10 .bottom-section h6{
    color:#a8afb6;
    margin:0px;
}

.dp_footer_10 .social-share ul{
    padding:0;
}

.dp_footer_10 .social-share ul li{
    display:inline-block;
    margin:0 2%;
}

.dp_footer_10 .social-share ul li:first-child{
    margin-left:0px;
}

.dp_footer_10 .menu-col-1-grp,
.dp_footer_10 .menu-col-2-grp,
.dp_footer_10 .menu-col-3-grp{
    padding-top:0px;
}

.dp_footer_10 .form-title{
    margin:0px;
}

.dp_footer_10 form .field>label{
    margin-top:0px;
    margin-bottom:0px;
    display:none;
}


.dp_footer_10 form{
    position:relative;
    margin-top:20px;
}


@media(min-width:1198px){


.dp_footer_10 form .hs-button.primary.large{
    position:absolute;
    top:0;
    margin:0px;
    right:0;
    padding: 13px 30px;
    background: #72808e;
}

.row-fluid .dp_footer_10 form input{
    border: 1px solid #cccccc;
    max-width: 60%;
    height: 44px;
    border-radius: 8px;
}


}

@media(max-width:1197px){

.dp_footer_10 .row-fluid form .hs_submit .actions{
    text-align:left;
}

.row-fluid .dp_footer_10 .hs-button.primary{
    margin:0px;
    padding: 13px 30px;
}

.row-fluid .dp_footer_10 form input{
    border: 1px solid #cccccc;
    border-radius: 8px;
}

.dp_footer_10 .top-section{
    padding: 42px 0px 18px;    
}

}


@media(min-width:768px) and (max-width:1024px){
    
.row-fluid .menu-col-1-grp,
.row-fluid .menu-col-2-grp,
.row-fluid .menu-col-3-grp{
    width:18%;
}


.row-fluid .email-social-share{
    width:37%;
}
    
    
}


@media(max-width:767px){

.dp_footer_10 .bottom-section{
    text-align:center;
}

.dp_footer_10 .widget-type-linked_image{
    padding-top:15px;
}    
    
}






/*********************************************************************
*************************CONTACT US *********************************
*********************************************************************/






/*============================ Section-1 =============================*/


body .row-fluid .contact-us-dp11-section-1 .wrapper{
    max-width:100%;
    padding:0;
}    

body .row-fluid .contact-us-dp11-section-1 .form-small-wrapper{
    width:100%;
    max-width:455px;
}


@media (min-width:767px){
    
    
body .row-fluid .contact-us-dp11-section-1 .left-col{
    margin:0;
    width:50%;
}

body .row-fluid .contact-us-dp11-section-1 .right-col{
    margin:0;
    width:50%;
    float:right;
}

.row-fluid .contact-us-dp11-section-1 .right-col .form-container{
    width:100%;
    max-width:500px;
}
}

.row-fluid .contact-us-dp11-section-1 .right-col{
    padding:160px 6%;
    background:#3197d6;    
}

@media (max-width:1024px){


}



@media (max-width:767px){

.row-fluid .contact-us-dp11-section-1 .left-col {
    height:250px;
}

.row-fluid .contact-us-dp11-section-1 .right-col {
    padding: 40px 20px;
}

}












/*********************************************************************
*************************Services page*********************************
*********************************************************************/










/*==============================================================
            Content Module DP_53
==============================================================*/


.content-module-dp53{
    padding:150px 0;
}

body .row-fluid .content-module-dp53 .wrapper{
    max-width:920px;
}

body .row-fluid .content-module-dp53 .heading{
    width:100%;
    max-width:750px;
    margin:0 auto;
    float:none;
}

.content-module-dp53 .text-container{
    background: #fff;
    padding: 60px 20px 50px;
    position:relative;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.content-module-dp53 .text-container:before{
    position: absolute;
    content: '';
    left: -16px;
    pointer-events: none;
    margin: 0 auto;
    top: -16px;
    right: -16px;
    bottom: -16px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
    border: solid 1px #ffffff;
}



@media (max-width:1024px){
 
.content-module-dp53 {
    padding: 100px 0;
}
}


@media (max-width:767px){

.content-module-dp53 {
    padding: 70px 0;
}

.content-module-dp53 .text-container:before {
    left: -8px;
    top: -8px;
    right: -8px;
    bottom: -8px;
}

}




















/*==============================================================
            Content Module DP_64
==============================================================*/

.content-module-dp64{
    
}


.content-module-dp64 .left-col{
    padding-right:8.5%;
}



@media (max-width:1024px){


.content-module-dp64 .left-col{
    padding-right:0;
}
}


@media (max-width:767px){


}







/*==============================================================
            Content Module DP_25
==============================================================*/


body .row-fluid .features-services-dp25 .section-heading{
    width: 100%;
    max-width: 570px;
    float: none;
    margin: 0 auto 50px;
}


body .row-fluid .features-services-dp25 .three-col-adjust{
    width:100%;
    max-width: 1000px;
    float: none;
    margin: 0 auto 50px;
}



@media (min-width:1025px){
    
.features-services-dp25 .dp-service-top-icon    {
    padding:0 20px;
}
    
}

@media(max-width:767px){
    

body .row-fluid .features-services-dp25 .section-heading{
    margin-bottom:30px;
}    

}







/*=================================================
        DP_Milestones_09 Styling
=================================================*/



.round-item{
    border-radius:50%;
    border:12px solid #111;
    background:#e2e2e2;
    max-width:350px;
    max-height:350px!important;
    min-height:350px!important;
    padding:95px 48px 0px;
}

.circle-group.circle-group.circle-group {
    width: 100%;
    max-width: 33.3333%;
    margin: 0;
    padding: 0 30px;
}

.circle-group:after {
    content: "";
    height: 0;
    display: block;
    padding-bottom: 75%;
    overflow: hidden;
}

.circle-group .widget-type-rich_text {
    display: none;
}

.circle-group svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.circle-group svg circle {
    stroke-dashoffset: 0;
    stroke:#ffffff;
    stroke-width: 8px;
    fill: transparent;
    stroke-linecap: round;
    position:relative;
    z-index:1;
}

.circle-group svg circle:before{
    position:absolute;
    content:'';
    right:0;
    top:0;
    bottom:0;
    left:0;
    background:red;
}

.circle-group svg circle.outer-border,{
    stroke:rgba(26, 117, 207, 0.50);
    stroke-width: 1px;
}

.circle-group svg circle.bar {
    stroke: transparent;
    stroke-dashoffset: 314.1592654;
}

.circle-group.animated svg circle.bar{
    stroke:#ffffff;
}

.circle-group .text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-group .text > .row-fluid-wrapper {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



.circle-group .text>.cell-wrapper {
    position: absolute;
    left: 5%;
    right: 5%;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}


.dp_milestone_09 .circle-1.circle-group.animated svg circle.bar{
    stroke:#3197d6;
}


.dp_milestone_09 .circle-2.circle-group.animated svg circle.bar{
    stroke:#4cc5f2;
}

.dp_milestone_09 .circle-3.circle-group.animated svg circle.bar{
    stroke:#b9ea85;
}


.circle-group h2{
    margin:0px;
}


body .row-fluid .dp_milestone_09 .span4{
    position:relative;    
}


body .row-fluid .dp_milestone_09 .span4:before{
    position: absolute;
    content: '';
    right: 0;
    top: 29%;
    height: 80px;
    background: #cccccc;
    width: 2px;
}

body .row-fluid .dp_milestone_09 .span4:last-child:before{
    display:none;
}


@media (max-width:1024px){
    
.circle-group.circle-group.circle-group{
    width: 100%;
    max-width: 33.3333%;
    margin: 0;
    padding: 0 20px;
}
    
}


@media (max-width: 767px) {
    
body .row-fluid .dp_milestone_09 .span4:before{
    display:none;
}    
    
.circle-group.circle-group.circle-group {
    width:100%;
    max-width: 400px;
    padding:0;
    margin: 50px auto ;
    display: block;
}

}


@media(min-width:1025px){

.circle-2-border{
    position:relative;
}

.circle-2-border:after,
.circle-2-border:before{
    content:'';
    position:absolute;
    width:2px;
    height:96px;
    background-color:#cccccc;
    top:97px;
}

.circle-2-border:after{
    right:-14px;
    
}

.circle-2-border:before{
    left:-14px;
}


}

@media(max-width:767px){



}







/*=================================================
        DP_Testimonial_03 Styling
=================================================*/
.dp_testimonial_03_container>span{
    display:none;
}

.dp_testimonial_03{
    background:#f6f8f9;
}
 

.dp_testimonial_03_container>.slick-initialized.slick-slider{
    display:block;
}


.dp_testimonial_03 .heading{
    margin-bottom:60px;
}

.dp_testimonial_03_cm{
    border-radius: 16px;
    background-color: #ffffff;
}


.dp_testimonial_03_cm img{
    margin:0 auto;
}


.dp_testimonial_03_cm .logo{
    margin-bottom:20px;
}

.dp_testimonial_03_cm h4{
    margin-top:25px;
    margin-bottom:3px;
}

.dp_testimonial_03_cm h6{
    margin-bottom:0px;
}

.dp_testimonial_03_cm{
    padding: 10px;
    box-sizing: border-box;
    opacity:.4;
    transition:all .4s ease-in-out;
}

.dp_testimonial_03_cm .content-wrapper{
    padding:15px 50px;
    box-sizing: border-box;
   // box-shadow: 0 2px 14px 0 rgba(0,0,0,0.1);
    border-radius: 20px;
    background:#fff;
    
}



.slick-active .dp_testimonial_03_cm{
    opacity:1;
}



.dp_testimonial_03 .slick-arrow {
    position: absolute;
    z-index: 11;
    top: 40%;
    cursor: pointer;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
    border-radius: 50%;
    font-size: 31px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    padding: 0;
    background: #fff;
    color: #999999;
}

.dp_testimonial_03 .slick-prev {
    left: 168px;
}

.dp_testimonial_03 .slick-next {
    right: 168px;
}

.dp_testimonial_03 .slick-list {
    position:relative;
}


@media (min-width:768px){
    
.dp_testimonial_03{
    padding:150px 0;
}

.dp_testimonial_03 .slick-initialized .slick-slide{
    margin: 0 20px;
}    
    
}


.dp_testimonial_03 .slick-initialized .slick-slide:focus{
    outline:none;
}


.dp_testimonial_03 .slick-dots{
    padding:0;
    margin-top:30px;
    outline: none;
    text-align:center;
}

.dp_testimonial_03 .slick-dots li{
    margin: 0 3px;
    display: inline-block;
}

.dp_testimonial_03 .slick-dots li:before{
    display:none;
}

.dp_testimonial_03 .slick-dots li button{
    font-size: 1px;
    color: transparent;
    padding: 0;
    border: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;    
    background:#3197d6;
    transition:all .2s ease-in-out;
    cursor:pointer;
}

.dp_testimonial_03 .slick-dots li:focus,
.dp_testimonial_03 .slick-dots li.slick-active button:focus{
    outline:0;
}

.dp_testimonial_03 .slick-dots li.slick-active button{
    width: 14px;
    height: 14px;
}



@media (min-width:1025px){

.dp_testimonial_03 .slick-list:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 2;
    left: 0;
    background: linear-gradient(to right,#f6f8f9 20%,rgba(255,255,0,0));
}

.dp_testimonial_03 .slick-list:after{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    width: 300px;
    z-index: 2;
    right: 0;
    background: linear-gradient(to left,#f6f8f9 20%,rgba(255,255,0,0));
}

}













/*============================ Section-1 =============================*/



.contact-us-dp14-section-1{
    padding:40px 0 22px;
    position:relative;
    overflow:hidden;
    z-index:1;
}

.contact-us-dp14-section-1:after{
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    right:0;
    height:45px;
    background:#f6f8f9;
}

body .row-fluid .contact-us-dp14-section-1 .wrapper{
    max-width:600px;
}



.contact-us-dp14-section-1 ::-webkit-input-placeholder {
   color:#fff;
}

.contact-us-dp14-section-1 :-moz-placeholder {
   color:#fff;
}

.contact-us-dp14-section-1 ::-moz-placeholder {  
   color:#fff;
}

.contact-us-dp14-section-1 :-ms-input-placeholder {  
   color:#fff;
}


body .row-fluid .contact-us-dp14-section-1 form fieldset input,
body .row-fluid .contact-us-dp14-section-1 form fieldset select,
body .row-fluid .contact-us-dp14-section-1 form fieldset textarea{
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #e4e7ec;
    background: transparent;
    color: #fff;
    padding: 10px 0;
}

body .row-fluid .contact-us-dp14-section-1 form fieldset input:focus,
body .row-fluid .contact-us-dp14-section-1 form fieldset select:focus,
body .row-fluid .contact-us-dp14-section-1 form fieldset textarea:focus{
    border:0;
    border-bottom:1px solid #3197d6;
}

@media (max-width:1024px){

.contact-us-dp14-section-1{
    padding:70px 0 22px;
}

}



@media (max-width:767px){
    
.contact-us-dp14-section-1{
    padding:50px 0 22px;
}

}












body .row-fluid .free-pack-one-col-section .wrapper{
    max-width:800px;
}



/*=================================================
    DP_Image_Gallery_02 Styling
=================================================*/

.dp-image-gallery-02-cm{
    width:100%;
}

.dp-image-gallery-02-cm .img-module{
    height:1px;
    min-height:486px;
}






/*==============================================================
            Content Module DP_66
==============================================================*/


body .row-fluid .content-module-dp66 .wrapper{
    max-width:800px;
}

.content-module-dp66 .logo-container{
    margin-top:30px;
}

.content-module-dp66 .logo-container ul li{
    display: inline-block;
    width: 100%;
    max-width: 140px;
    margin: 15px;
    vertical-align: middle;
}












/*==============================================================
            Content Module DP_69
==============================================================*/

.content-module-dp69 .column{
    padding:65px 40px;
}



@media (min-width:768px){

body .row-fluid .content-module-dp69 .column {
    width:50%;
    margin:0;
}
}


.content-module-dp69 .left-col{
    border-right:1px solid #3197d6;
}

.content-module-dp69 .left-col h6{
    color:#3197d6;
    margin-bottom:4px;
}

.content-module-dp69 .left-col .section-heading{
    position:relative;
}

.content-module-dp69 .left-col .section-heading:before{
    position:absolute;
    content:'';
    bottom:0;
    left:0;
    width:50px;
    height:4px;
    background:#3197d6;
}




@media (max-width:1024px){

.content-module-dp69 .column {
    padding: 50px 20px;
} 
}


@media (max-width:1024px){

.content-module-dp69 .left-col .section-heading {
    padding-bottom: 6px;
} 

.content-module-dp69 .column {
    padding:0;
}     

.content-module-dp69 .left-col{
    bordeR:0;
    margin-bottom:25px;
}
}













/*==============================================================
            Content Module DP_33
==============================================================*/

body .container-fluid .row-fluid .content-module-dp33 {
    height:auto;
    min-height:360px;
}



@media (max-width:1024px){

body .container-fluid .row-fluid .content-module-dp33 {
    min-height:260px;
}
}


@media (max-width:767px){

body .container-fluid .row-fluid .content-module-dp33 {
    min-height:220px;
}
}




































/**************************************************************************
*****************************BLOG STYLING*********************************
**************************************************************************/



.only-on-listing-page,
.only-on-post-page{
    display:none!important;
}

.hs-blog-listing .only-on-listing-page,
.hs-blog-post .only-on-post-page{
    display:block!important;
}



/*=========================================================================
    Blog Two Carousel DP07 Styling
==========================================================================*/

.dreampack-01-blog .blog-section h1{
        margin-bottom: 33px;
}

.dreampack-01-blog .blog-body-container{
    padding:35px 0;
}

.dreampack-01-blog .post-item {
  margin-bottom: 30px;
  
}

.dreampack-01-blog .post-item-inner{
    background:#fff;
    transition:all .4s ease-in-out;
    padding:12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
}

.dreampack-01-blog .post-item-inner:hover{
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.21);
}

.dreampack-01-blog .post-item-inner .post-date{
    font-size: 11px;
    letter-spacing: 1px;    
    display:none;
}

.dreampack-01-blog .post-item-inner .post-data-container {
    padding:10px 0;
    position:relative;
    z-index:1;
}

.dreampack-01-blog .post-item .feature-bg{
    height:199px;
}


.dreampack-01-blog .post-item:first-child .feature-bg{
    height:192px;
}

body.dreampack-01-blog  ul.topic-list{
    margin: 0;
}


body.dreampack-01-blog  .topic-list li{
    display:none;
    margin-left: 0;
}

body.dreampack-01-blog  .topic-list li:first-child{
    display:inline-block;
}


.dreampack-01-blog .body-container-wrapper .topic-list li:before{
    display:none;
}

body.dreampack-01-blog  .topic-list li a{
  font-size: 10px;
  line-height:20px;
  letter-spacing: 1.7px;
  color:#3197d6;
  text-transform:uppercase;
  font-weight: bold;
}

body.dreampack-01-blog  .post-item:first-child .topic-list li a{
    font-size:14px;
}


.dreampack-01-blog .post-item h2,
.dreampack-01-blog .post-item h2 a{
  font-size: 20px;
  line-height:1.45;
  letter-spacing: 0.3px;
  color: #45474d;
  font-weight: 400;
  margin: 0 0 9px;
}


.dreampack-01-blog .post-item p{
  font-size: 14px;
  letter-spacing: 0.2px;
  text-align: left;
  color: #72808e;
}

.dreampack-01-blog .blog-main-heading{
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    z-index:1;
}

.dreampack-01-blog .blog-main-heading:before{
    position: absolute;
    content: '';
    left: 0;
    background:#45474d;
    z-index: -1;
    height: 3px;
    width: 86px;
    bottom: 0;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item:first-child{
    display:none;
}

.dreampack-01-blog.hs-blog-listing  .container-fluid .row-fluid .hero-recent-post .post-item:first-child{
    display:block;
    padding-right:0;
    margin-bottom:0;
}



.dreampack-01-blog .post-listing {
    display: block;
    margin: 0 -24px 0 0;
   //overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item {
    float: left;
    width: 33.33%;
    padding-right: 24px;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    margin-bottom: 24px;
    margin-left:0;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item:first-child{
    width: 100%;
}
/*
.dreampack-01-blog .row-fluid .post-item:first-child .bg-container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dreampack-01-blog .row-fluid .post-item:first-child .bg-container .feature-bg{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    height:auto;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container {
    display: block;
    position: relative;
    z-index: 1;
    padding: 55px 0 40px;
    width: 100%;
    max-width: 660px;
    padding-right: 60px;
    box-sizing: border-box;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:before{
    position:absolute;
    content:'';
    z-index:-1;
    top:0;
    left:-10000px;
    right:0;
    bottom:0;
    background:#fff;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:after{
    display:none;
}

.dreampack-01-blog .row-fluid .post-item:first-child .top-heading{
    position: relative;
    padding-bottom: 1px;
    margin-bottom: 0;   
}

.dreampack-01-blog .row-fluid .post-item:first-child .top-heading a,
.dreampack-01-blog .row-fluid .post-item:first-child .top-heading span{
    font-size:20px;
    line-height:1.5;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-description p,
.dreampack-01-blog .row-fluid .post-item:first-child .post-description h4{
    display:block;
    font-size:14px;
    text-align:left;
    margin-top:10px;
}*/

.dreampack-01-blog .row-fluid .post-item .post-description p{
	display:none;
}

.dreampack-01-blog .row-fluid .post-item .post-description p,
.dreampack-01-blog .row-fluid .post-item .post-description h4{
    font-size: 14px;
    line-height: 1.5;
}
/*
.dreampack-01-blog .post-item:first-child .post-date {
    font-size: 14px;
    display:block;
    letter-spacing: 0;
    display:none;
}

.dreampack-01-blog .post-item:first-child .post-item-inner{
    padding:0;
}*/

body.dreampack-01-blog  .row-fluid .ias-trigger {
    clear: both;
    overflow: hidden;
    display: block;
    width: 100%;    
    margin-top:20px;
}


body.dreampack-01-blog  .row-fluid .ias-trigger a{
    background: #3197d6;
    display: inline-block;
    padding: 12px 60px;
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
}

/*
.dreampack-01-blog .hero-recent-post{
    position:relative;
    padding:220px 0 0;
    z-indeX:1;
    border: 40px solid #FFF;
    border-top: 0;
    border-bottom: 0;    
    overflow:hidden;
}

.dreampack-01-blog .hero-recent-post:before{
    position:absolute;
    content:'';
    bottom:-18px;
    height:30px;
    left:0;
    right:0;
    background:#f6f8f9;
}

body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2){
    width: 66.6%;
}
*/


/***********************Subscribe Newsletter Section**********************/


body.dreampack-01-blog  .container-fluid .row-fluid .subscribe-newsletter{
    position:relative;
    z-index:1;
    display: flex;
    display: -webkit-flex;
    padding-top:30px;
    padding-bottom:30px;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;    
}

body.dreampack-01-blog  .container-fluid .row-fluid .subscribe-newsletter:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    right:24px;
    pointer-events:none;
    bottom:0;
    background:#3197d6;
    z-index:-1
}

.dreampack-01-blog .subscribe-newsletter .widget-type-cta{
    margin-top:0;
}

.dreampack-01-blog .subscribe-newsletter .fa{
    font-size:60px;
    margin-bottom:15px;
}








/****************************Get Your Copy******************************/


body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy{
    position:relative;
    z-index:1;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;    
    padding:0 60px;
    position: relative;
    overflow: hidden;
    width: 66.6%;
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy:before{
    position:absolute;
    content:'';
    top:0;
    left:0;
    right:24px;
    bottom:0;
    background:#3197d6;
    pointer-events:none;
    z-index:-1
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy:after{
 position: absolute;
    content: '';
    top: 12px;
    left: 12px;
    right: 36px;
    bottom: 12px;
    background: transparent;
    z-index: -1;
    pointer-events: none;
    border: 5px solid #fff;
}

.dreampack-01-blog .get-your-copy p{
    color:#fff;
    text-align:right;
}



















/*====================================================================
  Responsive Styling
=======================================================================*/





@media(max-width:1024px) and (min-width:768px){
    
.dreampack-01-blog .hero-recent-post {
    padding: 150px 0 0;
}

.dreampack-01-blog .get-your-copy a.cta_button{
    font-size:12px;
    padding:10px 20px;
}

.dreampack-01-blog .subscribe-form-section {
    padding: 60px 0 50px;
}

}


@media(max-width:767px){
 
.dreampack-01-blog .hero-recent-post{
    padding:150px 0 0;
    border:0;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container {
    padding: 40px 20px 30px;
    box-sizing: border-box;
}

.dreampack-01-blog .row-fluid .post-item:first-child .post-data-container:before {
    left: 0;
    right: 0;
}

body.dreampack-01-blog  .container-fluid .row-fluid .post-item {
    width: 100%;
}

body.dreampack-01-blog  .container-fluid .row-fluid .blog-body-container .post-item:nth-child(2) {
    width: 100%;
}

body.dreampack-01-blog  .container-fluid .row-fluid .get-your-copy {
    padding: 50px 30px;
    padding-right: 54px;
}
}


















/*=============Subscribe Form Styling ===========================*/


.dreampack-01-blog  .subscribe-form-section{
    display:block;
    padding: 100px 0 90px;
    background:#f6f8f9;
}

 .dreampack-01-blog .row-fluid .subscribe-form-section .text-container{
    width:100%;
    max-width:340px;
    margin:0 auto 10px;
    float:none;
}
.dreampack-01-blog 
.row-fluid .subscribe-form-section .form-container{
    width:100%;
    max-width:500px;
    margin:0 auto;
    float:none;
}

.dreampack-01-blog .subscribe-form-section .icon{
    margin-bottom:30px;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-form-field>label{
    display:none;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe form{
    position:relative;
}

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe input{
    margin-top:0;
    height:60px;
    border-radius:8px;
    border:1px solid #fff;
    box-shadow: 0 15px 20px 0 rgba(4, 21, 46, 0.1);
    padding-right:160px;
}

@media (min-width:768px){

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-button.primary{
    margin: 0;
    position: absolute;
    right: 6px;
    top: 6px;
    bottom: 0;
    padding: 0;
    height: 48px;
    border-radius: 8px;
    box-shadow: none;
    width: 128px;
    font-size: 14px;
    letter-spacing: 0;
}
}




@media (max-width:767px){
 
.dreampack-01-blog .subscribe-form-section {
    padding: 50px 0 40px;
} 
 
.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe input{
    padding-right:14px;
} 

.dreampack-01-blog .subscribe-form-section .widget-type-blog_subscribe .hs-button.primary{
    border-radius:8px;
    padding-left:0;
    padding-right:0;
    width:100%;
    box-shadow: none;
} 

.dreampack-01-blog .subscribe-form-section {
    padding: 40px 0;
}    
}




























.dreampack-01-blog .blog-main-container {
    position: relative;
}


.dreampack-01-blog .blog-main-container .sharing-icon {
    position:absolute;
    margin: 0;
    margin-top: 85px;
    top: 0;
    width:40px;
}

.dreampack-01-blog .blog-main-container .sharing-icon li a {
    color: #c9c7c7;
    background: #efeeee;
    width: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 14px;
}

.dreampack-01-blog .blog-main-container .sharing-icon li {
    font-size: 14px;
    float: left;
    margin-left: 10px;
}




/*=============== Single Post Page =======================*/

 
.dreampack-01-blog.hs-blog-post .post-listing-body {
    padding: 50px 0 50px;
}
 
.dreampack-01-blog .single-post-hero{
  	width: 1024px;
  	height:512px;
    position:relative;
    z-index:1;
   margin:0 auto;
}

.dreampack-01-blog .single-post-hero .topic-list li a {
    font-size: 14px;
}

.dreampack-01-blog .single-post-hero .post-data-container {
    display: block;
    position: relative;
    z-index: 1;
    padding: 55px 0 40px;
    width: 100%;
    max-width: 660px;
    padding-right: 60px;
    box-sizing: border-box;
}

.dreampack-01-blog .single-post-hero .post-data-container:before {
    position: absolute;
    content: '';
    z-index: -1;
    top: 0;
    left: -10000px;
    right: 0;
    bottom: 0;
    background: #fff;
}

body.dreampack-01-blog  .single-post-hero h2 {
    font-size: 51px;
    line-height: 1;
    letter-spacing: -1.9px;
    margin-bottom: 0;
}

body.dreampack-01-blog  .row-fluid .single-post-hero .wrapper {
    width: 100%;
    max-width: 810px;
    margin: 0 auto;
    float: none;
}

.hs-blog-post.dreampack-01-blog .blog-section .post-header,
.hs-blog-post.dreampack-01-blog .hs-blog-social-share{
    display:none;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-post-wrapper{
    width:100%;
    max-width:800px;
    margin:0 auto;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h6{
    color:#3eac7b;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h4{
    color:#616161;
    font-size:26px;
    line-height:36px;
    font-weight:400;
    font-family: 'Roboto', sans-serif;
    margin-bottom:25px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li{
    color: #666666;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: 0;
}
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li{
		font-size:15px;
}
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2{
    font-size:28px;
    line-height:51px;
    font-weight:500;
    letter-spacing:-1px;
    margin: 25px 0px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section img{
	margin:0 auto;height: auto;text-align: center;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section iframe{
    margin:14px 0 50px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h3{
    font-size:24px;
    line-height:51px;
    font-weight:500;
    letter-spacing:-.9px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h6{
    font-size:14px;
    line-height:31px;
    font-weight:700;
    font-family: 'Roboto', sans-serif;
    text-transform:uppercase;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h5{
    font-size: 20px;
    line-height: 29px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: 'Roboto', sans-serif;
    width: 100%;
    max-width: 690px;
    margin: 45px auto;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    box-sizing: border-box;
    padding: 30px 50px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h4:first-child::first-letter { 
    font-size: 74px;
    color: #3eac7b;
    line-height: 66px;
    float: left;
    margin-top: 5px;
    margin-right: 8px;
}


.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section hr{
    border: 0;
    margin: 60px 0;
    border-bottom: 2px solid #979090;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog #hubspot-author_data{
    display: block;
    overflow: hidden;
    border-top: 1px solid #CFCFCF;
    border-bottom: 1px solid #CFCFCF;
    margin-top: 60px;
    padding-left: 50px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .author-bio{
    color:#616161;
    font-size:16px;
    line-height:26px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2{
    text-align: left;
    padding-left:16px;
    position:relative;
    margin-top:8px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span10{
    padding-left:16px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2:before{
    position: absolute;
    content: '';
    border-left: 1px solid #b1b1b1;
    top: 0;
    left: -12px;
    bottom: 0;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2 img{
    width:100%;
    max-width:100%;
    margin:0;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta{
  display:inline-block;
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta a{
    font-size:19px;
    line-height:25px;
    font-weight:400;
    padding-left:20px;
    position:relative
}

.hs-blog-post.dreampack-01-blog .all-post-top-cta a:before{
    position: absolute;
    left: 0;
    width: 20px;
    content: '←';
    top: -2px;
}

.hs-blog-post.dreampack-01-blog .row-fluid .post-bottom-cta .wrapper{
    max-width:810px;
}

.hs-blog-post.dreampack-01-blog .post-bottom-cta {
    padding:40px 0 115px;
}

.hs-blog-post.dreampack-01-blog .row-fluid .widget-type-blog_comments {
    width: 100%;
    max-width: 780px;
    margin: 80px auto 20px;
    float: none;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p:first-of-type{
border-top: 0px solid #F3F3F3 !important; 
    margin-top: 0px;
    padding-top: 40px;
}



/**********************RELATED POST*****************************/



.dreampack-01-blog .related-post-section{
    padding:100px 0;
    border-bottom:1px solid #e7e7e7;
}

.dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:40px;
}








@media (max-width:1024px){

.dreampack-01-blog .blog-main-container .sharing-icon {
    margin-top: 0;
    top: 0;
    right: 0;
    width:auto;
}    
        
.dreampack-01-blog .related-post-section{
    padding:70px 0;
}

.dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:40px;
}        
    
}



@media (max-width:767px){
    
    

.hs-blog-post.dreampack-01-blog  .blog-section h4 {
    font-size: 18px;
    line-height: 26px;
}

.hs-blog-post.dreampack-01-blog  .blog-section p {
    font-size: 16px;
    line-height: 24px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section h2 {
    font-size: 24px;
    line-height: 30px;
    margin: 18px 0px;
}

.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section p,
.hs-blog-post.dreampack-01-blog.dreampack-01-blog .blog-section li {
    font-size: 16px;
    line-height: 26px;
}

.hs-blog-post.dreampack-01-blog  .blog-section img {
    margin: 10px 0 25px;
}

.hs-blog-post.dreampack-01-blog  .blog-section h5 {
    font-size: 18px;
    line-height: 26px;
    margin: 30px auto;
    padding: 20px 20px;
}

.dreampack-01-blog blockquote {
    font-size: 18px;
    padding-left: 17px;
    margin-top: 35px;
    margin-bottom: 30px;
    line-height: 26px;
    padding: 25px 0 24px 20px;
    margin-left: 0;
}

.dreampack-01-blog .body-container-wrapper ul {
    margin: 20px 0;
    margin-left: 14px;
}

.dreampack-01-blog .body-container-wrapper ol {
    margin: 36px 0 30px 30px;
}

.hs-blog-post.dreampack-01-blog .blog-section h3 {
    font-size: 20px;
    line-height: 26px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data {
    margin-top: 30px;
    padding-left: 0;
    padding-top: 30px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2:before {
    left: 0;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span2 {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.hs-blog-post.dreampack-01-blog #hubspot-author_data .span10 {
    padding-left: 0;
}

.hs-blog-post.dreampack-01-blog .post-bottom-cta {
    padding: 0 0 35px;
}

.dreampack-01-blog .body-container-wrapper li {
    font-size: 16px;
    line-height: 24px;
}

.dreampack-01-blog .body-container-wrapper li {
    font-size: 16px;
    line-height: 24px;
}    

body.dreampack-01-blog .row-fluid .single-post-hero .bg-container {
    max-width: 280px;
    height: 280px;
}

.dreampack-01-blog .single-post-hero {
    padding: 75px 0 0px;
    border: 0;
}

.dreampack-01-blog .related-post-section{
    padding:50px 0;
}

.dreampack-01-blog .related-post-section .section-heading{
    margin-bottom:30px;
}           

.dreampack-01-blog .single-post-hero .post-data-container {
    padding: 35px 0 30px;
    padding-right: 30px;
}


.hs-blog-post.dreampack-01-blog.dreampack-01-blog #hubspot-author_data{
    padding-left: 0;
    padding-top: 50px;
}

    
}






/*********************************************************
*********************LP HERO SECTION***********************
*********************************************************/


.dreampack-free-lp-hero{
    background:#3197d6;
    position:relative;
    z-index:1;
    padding-bottom:20px;
}

.dreampack-free-lp-hero:before{
    position: absolute;
    content: '';
    bottom: -150px;
    left: -50%;
    right: 0;
    height: 380px;
    z-index: -1;
    background: #3197d6;
    width: 200%;
    transform: rotate(8deg);
}


.dreampack-free-lp-hero .left-col{
    margin-top:80px;
    padding-right:50px;
}

.dreampack-free-lp-section-1{
    padding-top:240px;
    position:relative;
    z-index:2;
}

.dreampack-free-lp-section-1 p, 
.dreampack-free-lp-section-1 li {
    color: #616161;
    font-size: 19px;
    line-height: 31px;
    letter-spacing: 0;
    font-weight:300;
}

.dreampack-free-lp-section-1 h4{
    font-weight: 600;
    letter-spacing: 0;
}

.dreampack-free-lp-section-1 form{
    margin-top:30px;
}

.dreampack-free-lp-section-1 form input,
.dreampack-free-lp-section-1 form select,
.dreampack-free-lp-section-1 form textarea{
    border:0;
}

.dreampack-free-lp-section-1 .row-fluid .hs-button{
    padding-right:0;
    padding-left:0;
    width:100%;
}

body .dreampack-free-lp-section-1 .row-fluid .form-container{
    background: #f6f8f9;
    padding: 110px 45px;
    border-radius: 4px;
    width: 100%;
    max-width: 450px;
    float: right;
    margin-top: -170px;
}



@media (max-width:1024px){
    
.dreampack-free-lp-hero .left-col {
    padding-right: 0;
}   
    
    
}


@media (max-width:767px){
    
.dreampack-free-lp-hero {
    padding-bottom: 20px;
    padding-top: 20px;
}    

.dreampack-free-lp-hero .right-col {
    margin-top:20px;
}

.dreampack-free-lp-hero .left-col {
    margin-top: 0px;
}

.dreampack-free-lp-hero:before {
    bottom: -30px;
}

.dreampack-free-lp-section-1 {
    padding-top: 100px;
}

.dreampack-free-lp-section-1 p, 
.dreampack-free-lp-section-1 li {
    font-size: 16px;
    line-height: 24px;
}

body .dreampack-free-lp-section-1 .row-fluid .form-container {
    padding: 30px 18px;
    margin-top: 0;
}


}












/*Barbra*/
.background-blog {
    background: url(https://www.trekksoft.com/hubfs/bg-blog.png)repeat-x;
}

.blog-category {
    margin-top: 35px;
    margin-bottom: 15px;
    padding: 0 0 0 0;
    position: relative;
    background: white;
    height: 40px;
    border-radius: 50px;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul{
    padding:0 0 0 0 ;
    margin: 0 0 0 0;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1{
    padding:10px 15px 8px 10px;
    margin: 0 0 0 0;
    background:white;
    font-size:14px;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:first-child{
    border-top-left-radius:25px;
    border-bottom-left-radius:25px;
    background:#02cc85;
    padding:10px 15px;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    display: inline-block;
    padding: 0 0 0 0;
    white-space: normal;
    max-width: none;
    overflow: hidden;
    text-overflow: visible;
    font-size:14px;
    font-weight:700;
    transition: all .4s ease-in-out;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover{
    transition: all .4s ease-in-out;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(1) a{
    color:#333;
    font-size:13px;
    font-style:Italic;
    font-weight:100;
}
/*.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(2) a{
    color:#14dcae;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(3) a{
    color:#ffc800;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(4) a{
    color:#fb66ab;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(5) a{
    color:#f17a00;
}
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(6) a{
    color:#0176ff;
}*/
.blog-category .row-fluid form input, .blog-category .row-fluid form select, .blog-category .row-fluid form textarea{
    border-radius:50px;
    box-shadow: 0 0 3px #a7a7a7;
    background:#F3F3F3;
    transition: all .4s ease-in-out;
}
.blog-category .row-fluid form input:hover, .blog-category .row-fluid form select:hover, .blog-category .row-fluid form textarea:hover{
    background:#ffffff;
    box-shadow: 0 0 5px #a7a7a7;
    transition: all .4s ease-in-out;
}
.blog-category .row-fluid form input:select, .blog-category .row-fluid form select:select, .blog-category .row-fluid form textarea:select{
    background:#ffffff;
    box-shadow: 0 0 5px #a7a7a7;
    transition: all .4s ease-in-out;
}
.blog-category .row-fluid form input:active, .blog-category .row-fluid form select:active, .blog-category .row-fluid form textarea:active{
    background:#ffffff;
    box-shadow: 0 0 5px #a7a7a7;
    transition: all .4s ease-in-out;
}

.blog-category .hs-search-field {
    position: relative;
    top: -4px;
}

.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child .bg-container .feature-bg {
    width: 640px;
    height: 320px;
    display: inline-block;
    clear:both;
}

.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child .post-data-container {
    display: inline-block;
    width: 40%;
  top: -90px;
    margin: 0 0 0 0;
    padding: 0 0 0 20px;
clear:both;
}

.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child .bg-container {display: inline-block;height: 320px; clear:both;}

.dreampack-01-blog .post-item:first-child .post-item-inner {
    padding: 15px 0px 0px 16px !important;
    height: 100%;
}
.dreampack-01-blog.hs-blog-listing .container-fluid .row-fluid .hero-recent-post .post-item:first-child .post-data-container ul.topic-list {
    padding: 0 0 0 0;
}
.dreampack-01-blog .post-item h2, .dreampack-01-blog .post-item h2 a {
    font-size: 26px;
    line-height: 1.3;
    letter-spacing: 0.3px;
    color: #496351;
    font-weight: 600;
    margin: 0 0 0px;
    text-transform: inherit;
}

body.dreampack-01-blog ul.topic-list {
    display: inline;
}

body.dreampack-01-blog .topic-list li a {
    font-size: 12px;
    line-height: 0px;
    letter-spacing: 0px;
    color: #3197d6;
    text-transform: inherit;
    font-weight: bold;
}

.dreampack-01-blog .post-item .feature-bg {
    height: 191px;
}

body.dreampack-01-blog .container-fluid .row-fluid .post-item {
}

.dreampack-01-blog .post-item-inner {
    background: #fff;
    transition: all .4s ease-in-out;
    padding: 0px;
    height: 460px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13);
}

.body-container-wrapper .widget-type-cta {
    margin-top: 0px;
}

a.topic-link.Trends{
    color:#14dcae !important;
}

a.topic-link.Business{
    color:#ffc800 !important;
}

a.topic-link.Marketing {
    color:#fb66ab !important;
}
a.topic-link.Technology {
    color:#f17a00 !important;
}
a.topic-link.Distribution {
    color:#2a83ff !important;
}

span.reading-minutes {
    font-size: 14px;
    color: #666666;
}

.dreampack-01-blog .post-item-inner .post-data-container {
    padding: 20px 20px;
}

body.dreampack-01-blog .container-fluid .row-fluid .subscribe-newsletter:before {
		position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 24px;
    pointer-events: none;
    bottom: 0;
    background: #3197d6;
    background: -webkit-linear-gradient(to top,#92fe9d,#00c9ff);
    background: linear-gradient(to top,#0176ff,#00c9ff);
    z-index: -1;
}

body.dreampack-01-blog .container-fluid .row-fluid .subscribe-newsletter {
    position: relative;
    z-index: 1;
    display: flex;
    display: -webkit-flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
}

body.dreampack-01-blog .container-fluid .row-fluid .subscribe-newsletter {}

body.dreampack-01-blog .container-fluid .row-fluid .subscribe-newsletter h3 {
		font-size: 22px;
    margin-left: 19px;
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 700;
    color: #2bedc1;
    padding: 0 10px 0 13px;
    display: inline-block;
    background: #fff;
}

body.dreampack-01-blog .container-fluid .row-fluid .subscribe-newsletter span h3 {}

.subscribe-newsletter form {
    padding: 0px 20px 0px 20px;
}

.subscribe-newsletter form span {
    font-size: 14px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    color: #fff;
}

.subscribe-newsletter div.legal-consent-container p {
    font-size: 12px;
    color: #fff;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.subscribe-newsletter div.legal-consent-container a {
    color: #55e0ff;
}

.subscribe-newsletter div.hs_yes_i_would_like_to_receive_marketing_communications_with_relevant_content_regarding_trekksoft_prod.hs-yes_i_would_like_to_receive_marketing_communications_with_relevant_content_regarding_trekksoft_prod.hs-fieldtype-booleancheckbox.field.hs-form-field.smart-field > div > ul > li > label > span{
    font-size: 12px;
    line-height:14px !important;
}

.subscribe-newsletter li.hs-form-booleancheckbox {
    margin:0 0 10px 0;
}

.row-fluid .hs-form .field .input input[type="checkbox"], .row-fluid .hs-form .field .input input[type="radio"] {
    padding: 0;
    border-radius: 4px;
    background: #fff;
    margin-left: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: #cfd3d7;
    -webkit-appearance: none;
    border: 2px solid #ddd;
    margin-right: 8px;
    top: 2px;
    width: 15px;
    height: 15px;
}
.row-fluid .hs-form .field .input  input[type="radio"]{
    border-radius: 50%;
}
.row-fluid .hs-form .field .input  input[type="radio"]:checked:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0px;
    background: #3197d6;
    left: 0px;
    border-top: 0;
    border-right: 0;
    border-radius: 50%;
}

ul.inputs-list.multi-container li {
    width: 20%;
    display: inline-block;
}

.subscribe-newsletter .row-fluid form input, .row-fluid form select, .row-fluid form textarea {
    height: 35px;
    font-family: 'Open Sans', sans-serif;
    color: #33475b;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .2px;
    /* margin-bottom: 8px; */
    /* border-radius: 3px; */
    background: #fff;
    padding: 0px 20px;
    font-weight: 400;
    border: 1px solid #e7e7e7;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
		width: 334px;
}

.row-fluid form .field>label {
    font-size: 14px;
    line-height: 1;
    font-weight: 400;
    display: block;
    margin-bottom: 0px;
    margin-top: 4px;
    color: #72808e;
}

.field.hs-form-field {
    position: relative;
}

ul.hs-error-msgs.inputs-list {
    position: relative;
    display: inline-block;
    top: -10px;
    background: #fdebeb;
}

.row-fluid form .hs-button.primary {
    margin-top: 5px;
    margin-bottom: 0px;
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ff9200;
    color: #fff;
    border: 2px solid #ff9200;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 8px 0px 8px 0px;
}

.popular-content h3 {
    color: #fff;
    background: #13ddb0;
    font-size: 26px;
    font-weight: 700;
    display: inline;
    padding: 10px 10px;
}

.popular-content {
    padding-top: 9px;
}

.popular-content ul {
    padding: 0;
    text-decoration: none;
    margin: 0 0 0 0;
}

.popular-content ul li {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.13);
     padding: 10px 10px;
    transition: all .4s ease-in-out;
    margin: 35px 0px 0px 0px;
    border-left:5px solid #13ddb0;
}

.popular-content li:before {
    background: #fff;    
}

.popular-content ul li:hover {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.21);
}
ul.pagination li {
    display: inline-block;
}
ul.pagination {
    text-align: center;
}

ul.pagination li a {
    color: #13ddb0;
    display: inline-block;
    text-align: center;
    border: 2px solid #13ddb0;
    border-radius: 50px;
    /* color: #13ddb0; */
    padding: 4px 12px 4px 12px;
    font-weight: 700;
    transition: all .4s ease-in-out;
}
ul.pagination li:hover a {
    background: #13ddb0;
    color: #fff;
    transition: all .4s ease-in-out;
}

ul.pagination li.active a {background: #eee;color: gray;border: 2px solid #eee;}

.body-container-wrapper ul.pagination li:before {
    color: #fff;
    background: #fff;
}
/*
.blog-category .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:nth-child(7) a {
    color: #0a9e6a;
    padding-right: 110px; 
}
*/

.post-data-info {
    color: #666666;
}
.only-on-post-page .title-container h3 {
    font-size: 40px;
    font-weight: 700;
    margin-top: 20px;
    text-align: center;
}
.only-on-post-page .title-container {
    width:1024px;
    margin:0 auto;
}
.blog-section .post-data-info {
    display: inline-block;
    text-align: right;
    margin-left: 20%;
    color: #666666;
}
.all-post-top-cta a {
    color: #ff9100;
}

.body-container-wrapper a {
    color: #ff9100;
}
.body-container-wrapper .post-body a{
	 background: linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.11) 0);
    background: -webkit-linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.12) 0);
    background: -o-linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.12) 0);
    background: -moz-linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.12) 0);
    background: linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.18) 0);
    background-size: 100% 3px;
    background-position: bottom;
    background-repeat: no-repeat;
    transition: background-size .1s;
    -ms-transition: background-size .1s;
    -moz-transition: background-size .1s;
    -webkit-transition: background-size .1s;
    -o-transition: background-size .1s;
}
.body-container-wrapper .post-body a img{
		 background: linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.0) 0);
    background: -webkit-linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.0) 0);
    background: -o-linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.0) 0);
    background: -moz-linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.0) 0);
    background: linear-gradient(180deg,transparent,rgba(255, 54, 0, 0.0) 0);
    background-size: 100% 3px;
    background-position: bottom;
    background-repeat: no-repeat;
    transition: background-size .1s;
    -ms-transition: background-size .1s;
    -moz-transition: background-size .1s;
    -webkit-transition: background-size .1s;
    -o-transition: background-size .1s;
}
.body-container-wrapper .post-body a:hover{
   background-size: 100% 100%;
}
.related-post-title {
    font-size: 40px;
    font-weight: 700;
    color: #666666;
}
/* ==========================================================================
   Footer
========================================================================== */
.footer-ebook{
    background-color:#272727;
    color:#fff;
    padding:10px 0px;
}
.footer-left{
    float:left;
    padding:15px 0px;
}
.footer-right{
    float:right;
}
.footer-container-wrapper {
    background: #292b31;
}
.footer-container-wrapper a{
    color:#3dab7a;
}
.footer-container-wrapper a:hover{
    color:#ffffff;
}
.footer-container-wrapper p{
    color:#fff;
}
.footer-button{
    font-size:16px;
    font-weight:700;
    text-align:center;
}
.footer-button a{
    display:block;
    margin-top:20px;
    margin-bottom:20px;
}
.footer-line1, .footer-line2{
    height:1px;
    display:block;
    margin:0 auto;
    width: 100%;
}
.footer-line1{
    background:#212328;
}
.footer-line2{
    background:#32343c;
}
.footer-hidden{
    margin-top: 20px;
    margin-bottom: 20px;
    display:none !important;
}
.footer-menu{
    font-size:15px;
}
.footer-menu p{
    padding:10px 10px 10px 10px;
}
.footer-menu a{
    color:#828282;
}
.footer-menu ul li{
    display: inline-block; 
    padding:10px 23px 0px 0px;
}
.footer-menu .social-icons ul{
    float:right;
}

.footer-menu .social-icons ul li{
    padding:10px 5px 10px 0px;
}
.footer-container-wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #666;
}
.footer-hidden ul{
    font-size:13px;
}
.footer-gray{
    background:#202020;
    padding-top:10px;
    padding-bottom:10px;
}
.footer-gray p{
   float: right;
    color: #474747;
    margin:0px 0px 0px 0px;
    font-size:13px;
}
.footer-gray ul li{
    display: inline-block;
}
.bot-footer {
    background: #292b31;
    border: 0;
    color: #37ab6e;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}
.bot-footer:after {
    content: "+";
    background: #37ab6e;
    padding: 3px 6px;
    color: #292b31;
    border-radius: 12px;
    margin-left: 8px;
    cursor: pointer;
}
.go-top {
    position: fixed;
    bottom: 0;
    right: 90%;
    text-decoration: none;
    color: white;
    background-color: rgba(0,0,0,0.3);
    font-size: 15px;
    padding: 10px;
    display: none;
    border-top: 1px solid gray;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    transition: all .5s ease;
}

.footer-container-wrapper h6 {
    font-size: 18px;
    color: #fff;
    margin: 20px 0 20px 0;
}
}

.footer-container-wrapper li{
    color:#666 !important;
}
.spaces {
    margin-top: 70px;
}

.footer-at-bottom {
    background: #23262E;

}

.footer-at-bottom .footer-top{
margin:50px;
margin-bottom:50px;
}
.footer-at-bottom .footer-top p{
    color:#586078;
    font-size:16px;
    line-weight:30px;
}
.footer-at-bottom .footer-top ul.footer-contact li:first-child{
    color:#3DB283;
    font-weight:700;
    font-family:'Raleway';
    padding-left:0px;
}
.footer-at-bottom .footer-top ul.footer-contact li{
    margin-top:13px;
    margin-bottom:13px;
    padding-left:45px;
}
.footer-at-bottom .footer-top ul.footer-contact li:nth-child(2){
    background:url(https://www.trekksoft.com/hubfs/website/footer/chf-flag.png)left no-repeat;
}
.footer-at-bottom .footer-top ul.footer-contact li:nth-child(3){
    background:url(https://www.trekksoft.com/hubfs/website/footer/usd-flag.png)left no-repeat;
}
.footer-at-bottom .footer-top ul.footer-contact li:nth-child(4),.footer-at-bottom .footer-top ul.footer-contact li:nth-child(5){
    background:url(https://www.trekksoft.com/hubfs/website/footer/mailbox.png)left no-repeat;
}

.footer-at-bottom .footer-top ul li a{
    color:#C8E6E0;
}

.footer-at-bottom .footer-top .footer-menu-big{

}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    margin-left:50px;
    margin-right:50px;
}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a{
    font-weight:700;
    color:#3DB283;
}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item .hs-menu-depth-2{
    margin-top:17px;
}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item .hs-menu-depth-2 a:hover{
    background:#15161b;
    display:inline-block;
}
.footer-at-bottom .footer-line{
    background:#1b1d21;
    padding-top:20px;
    padding-bottom:20px;
}

.footer-at-bottom .footer-line .hs-menu-item.hs-menu-depth-1 a{
    color:#C8E6E0;
    margin-left:22px;
    font-weight:700;
}
.footer-at-bottom .footer-line .social-media ul li{
    float:left;
    margin-left:10px;
}
.footer-at-bottom .footer-line .disclaimer-footer span{
    color:#586078;
}
.footer-at-bottom .footer-line .disclaimer-footer span a{
    color:#C8E6E0
}
.footer-at-bottom .lang_switcher_class {
    position: relative;
    display: inline-block
}

.footer-at-bottom .globe_class {
    background-image: url(https://www.trekksoft.com/hubfs/website/footer/ico-lang.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.footer-at-bottom .lang_list_class {
    display: none;
    position: absolute;
    top: -109px;
    left: 320%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left;
    z-index: 100;
    list-style-type: none;
    padding: 15px 0 0 0;
    margin: 0;
}

.footer-at-bottom .globe_class:hover .lang_list_class {
    display: block
}
.footer-at-bottom .lang_list_class:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #000;
    margin-left: -12px
}

.footer-at-bottom .lang_list_class:after {
    content: "";
    display: none;
    position: absolute;
    top: -7px;
    left: 50%;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    margin-left: -12px;
    margin-bottom: -1px
}

.footer-at-bottom .lang_list_class li {
    position: relative;
    line-height: 1;
    font-size: 13px;
    padding: 0 24px 10px 24px;
    background-color: #23262e;
    border-left: 0px solid #000;
    border-right: 0px solid #f00;
    box-shadow: 3px 3px 0px #0000000f;
}

.footer-at-bottom .lang_list_class li:first-child {
    padding-top: 15px;
    border-top: 0px solid #000;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}

.footer-at-bottom .lang_list_class li:last-child {
    padding-bottom: 15px;
    border-bottom: 0px solid #000;
    border-bottom-left-radius:0px;
    border-bottom-right-radius:10px;
}

.footer-at-bottom .lang_list_class li a {
    text-decoration: none;
    color: #c8e6e0;
    cursor: pointer
}

.footer-at-bottom .lang_list_class li a:hover {
    color: #3db283
}
@media (max-width: 767px){
.footer-at-bottom .footer-top{
    margin:0px;
    margin-top:20px;
    margin-bottom:0px;
}

.footer-at-bottom .footer-top ul.footer-contact li:first-child{
    font-size:20px;
    text-align:center;
}
.footer-at-bottom .footer-top ul.footer-contact li{
    padding-left:105px;
    text-align:left;
}
.footer-at-bottom .footer-top ul.footer-contact li:nth-child(2),.footer-at-bottom .footer-top ul.footer-contact li:nth-child(3),.footer-at-bottom .footer-top ul.footer-contact li:nth-child(4),.footer-at-bottom .footer-top ul.footer-contact li:nth-child(5) {
    background-position:55px;
}

.footer-at-bottom .footer-top ul li a{
    color:#C8E6E0;
}

.footer-at-bottom .footer-top .footer-menu-big{

}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item.hs-menu-depth-1.hs-item-has-children{
    margin-left:0px;
    margin-right:0px;
    margin-top:10px;
    margin-bottom:10px;
}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item.hs-menu-depth-1.hs-item-has-children > a{
    font-size:20px;display:none;
}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item .hs-menu-depth-2{
    margin-top:15px;display:none;
}
.footer-at-bottom .footer-top .footer-menu-big .hs-menu-item .hs-menu-depth-2 a:hover{
    background:#15161b;
    display:inline-block;
}
.footer-at-bottom .footer-line{
    background:#1b1d21;
    padding-top:20px;
    padding-bottom:20px;
}
.footer-at-bottom .footer-line .hs-menu-item.hs-menu-depth-1 a{
    color:#C8E6E0;
    margin-left:0px;
    font-size: 12px;
    font-weight:700;
    float: left;
    display: inline;
    width: 24%;
    margin-bottom:15px;
}
.footer-at-bottom .footer-line .hs-menu-item.hs-menu-depth-1:nth-child(1) a,.footer-at-bottom .footer-line .hs-menu-item.hs-menu-depth-1:nth-child(2) a,.footer-at-bottom .footer-line .hs-menu-item.hs-menu-depth-1:nth-child(3) a{
    margin-top:3px;
}
.footer-at-bottom .lang_switcher_class {
    position: relative;
    display: none;
}

.span2.widget-span.widget-type-custom_widget.social-media {
    display: block;
    margin-left: 30%;
    margin-bottom: 40px;
}

.span4.widget-span.widget-type-custom_widget.disclaimer-footer {
    margin-top: 25px;
    font-size: 13px;
}
}