/* ==========================================================================
   HubSpot Migrations Services - COS Boilerplate v2.0.0                              
   ========================================================================== */


/* ==========================================================================
   Table of Contents:

   1. EXTERNAL RESOURCES
   2. BASE STYLES
   3. COS STRUCTURE
   4. MAIN NAVIGATION
   5. BLOG
   6. FORMS
   7. BUTTONS
   8. MISCELLANEOUS
   9. MOBILE MEDIA QUERIES
   ========================================================================== */


/* ==========================================================================
   1. EXTERNAL RESOURCES                                            
   ========================================================================== */


/* =============== @import, @font-face, and CSS File Includes =============== */

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


@import url('//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/CSS/font.css');


@import url('//cdnjs.cloudflare.com/ajax/libs/font-awesome/4.5.0/css/font-awesome.css');

@font-face {
    font-family: 'ElegantIcons';
      src: url('//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/ElegantIcons.eot?#iefix') format('embedded-opentype'),
      url('//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/ElegantIcons.woff') format('woff'),
      url('//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/ElegantIcons.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: "linea-arrows-10";
    src: url("//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/linea-arrows-10.eot?#iefix") format("embedded-opentype"), 
      url("//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/linea-arrows-10.woff") format("woff"), 
      url("//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/linea-arrows-10.ttf") format("truetype");
    font-weight: normal;
    font-style: normal
}


@font-face {
    font-family: 'Pe-icon-7-stroke';
    src: url('//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/Pe-icon-7-stroke.eot?#iefixd7yf1v') format('embedded-opentype'),
      url('//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/Pe-icon-7-stroke.woff?d7yf1v') format('woff'), 
      url('//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Font/Pe-icon-7-stroke.ttf?d7yf1v') format('truetype');
    font-weight: normal;
    font-style: normal
}



/* HubSpot_Boilerplate-modules.css is required to address style issues with the default modules and responsive grid layout */
/* Images */
img {
    max-width: 100%;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}
img.alignRight, img.alignright{ margin: 0 0 5px 15px; }
img.alignLeft, img.alignleft{ margin: 0 15px 5px 0; }

/* 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;
}

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

@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; }
}

/* 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;
}

/* Responsive Embed Container (iFrame, Object, Embed) */
.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    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-instagram {
    padding-top: 0px;
    padding-bottom: 116.01%;
}
.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0 0 0 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;
}

/* Fix radio button and check box fields in multi column forms*/
.hs-form fieldset[class*="form-columns"] input[type="checkbox"].hs-input,
.hs-form fieldset[class*="form-columns"] input[type="radio"].hs-input {
    width: auto;
}

/* 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;}

/* 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; padding: 0; 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}

/* FlexSlider Necessary Styles
*********************************/
.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%;}


/* 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("//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("//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; }

/* Corrects width issues in table elements created via the wysiwyg editor */
table tr td img { max-width: initial; }

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

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

/* HTML 5 Reset */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}
audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}
audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */
.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

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

/* Responsive Google Maps */
#map_canvas img, .google-maps img { max-width: none; }

@-webkit-keyframes title-animation-from-right {
    0% {
        opacity: 0;
        transform: translate(50%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes title-animation-from-right {
    0% {
        opacity: 0;
        transform: translate(50%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@-webkit-keyframes title-animation-from-left {
    0% {
        opacity: 0;
        transform: translate(-50%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}

@keyframes title-animation-from-left {
    0% {
        opacity: 0;
        transform: translate(-50%,0)
    }

    100% {
        opacity: 1;
        transform: translate(0,0)
    }
}


@-webkit-keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ttb {
    0% {
        -moz-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_ttb {
    0% {
        -o-transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_ttb {
    0% {
        -webkit-transform: translate(0,-10%);
        -ms-transform: translate(0,-10%);
        -o-transform: translate(0,-10%);
        transform: translate(0,-10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_btt {
    0% {
        -moz-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_btt {
    0% {
        -o-transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_btt {
    0% {
        -webkit-transform: translate(0,10%);
        -ms-transform: translate(0,10%);
        -o-transform: translate(0,10%);
        transform: translate(0,10%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_ltr {
    0% {
        -moz-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_ltr {
    0% {
        -o-transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_ltr {
    0% {
        -webkit-transform: translate(-10%,0);
        -ms-transform: translate(-10%,0);
        -o-transform: translate(-10%,0);
        transform: translate(-10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes wpb_rtl {
    0% {
        -moz-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes wpb_rtl {
    0% {
        -o-transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes wpb_rtl {
    0% {
        -webkit-transform: translate(10%,0);
        -ms-transform: translate(10%,0);
        -o-transform: translate(10%,0);
        transform: translate(10%,0);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes wpb_appear {
    0% {
        -moz-transform: scale(.5);
        opacity: .1
    }

    100% {
        -moz-transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes wpb_appear {
    0% {
        -o-transform: scale(.5);
        opacity: .1
    }

    100% {
        -o-transform: scale(1);
        opacity: 1
    }
}

@keyframes wpb_appear {
    0% {
        -webkit-transform: scale(.5);
        -ms-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        opacity: .1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}


@-webkit-keyframes from-bottom {
    0% {
        -webkit-transform: translate(0,15%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes from-bottom {
    0% {
        -moz-transform: translate(0,15%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes from-bottom {
    0% {
        -o-transform: translate(0,15%);
        opacity: .5
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes from-bottom {
    0% {
        transform: translate(0,15%);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}

@-webkit-keyframes from-top {
    0% {
        -webkit-transform: translate(0,-15%);
        opacity: 0
    }

    100% {
        -webkit-transform: translate(0,0);
        opacity: 1
    }
}

@-moz-keyframes from-top {
    0% {
        -moz-transform: translate(0,-15%);
        opacity: 0
    }

    100% {
        -moz-transform: translate(0,0);
        opacity: 1
    }
}

@-o-keyframes from-top {
    0% {
        -o-transform: translate(0,-15%);
        opacity: .5
    }

    100% {
        -o-transform: translate(0,0);
        opacity: 1
    }
}

@keyframes from-top {
    0% {
        transform: translate(0,-15%);
        opacity: 0
    }

    100% {
        transform: translate(0,0);
        opacity: 1
    }
}
/* ==========================================================================
   2. BASE STYLES                                             
   ========================================================================== */

/* =============== Base =============== */

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

html, body {
  min-height: 100%;
  margin: 0;
  padding: 0;
} 

body {
  background: #fff;
  font-family:"Lato","Arial","Sans-Serif","Montserrat";
  color: #7d8384;
  font-size:14px;
  line-height: 2em;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

/* Page Center */
.container-fluid .row-fluid .page-center {
  float: none;
  max-width: 1100px;
  margin: 0 auto;
}

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


/* =============== Typography =============== */

/* Basic text */
p {
    margin: 12px 0;
} 
small {}
strong {}
em {}
cite {}
code {}
pre {}

sup, sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}



/* Headings */
h1, h2, h3, h4, h5, h6 {
    color: #333;
}

h1, h2, h3 {
    margin: 25px 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {}

h2, h3, h4, h5 {
   font-weight: 800;
}

h1 {
    font-size: 40px;
    line-height: 1.65em;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    line-height: 1.2em;
    margin:0;
}

h3 {
    font-size: 23px;
    line-height: 1.285714285714286em;
    letter-spacing: 2.5px;
}

h4 {
    font-size: 18px;
    line-height: 1.5em;
}

h5 {
    font-size: 15px;
    line-height: 1.444444444444444em;
    margin:15px 0; 
}
h6 {
   font-size: 16px;
   line-height:1
}


h2, h4 {
    letter-spacing: 2px;
}

h5, h6 {
    letter-spacing: 1px;
}

/* Anchor Links */
a {     
  color: #f29022;
  text-decoration: none;
  -webkit-transition: color .15s ease-out;
  -moz-transition: color .15s ease-out;
  -o-transition: color .15s ease-out;
  -ms-transition: color .15s ease-out;
  transition: color .15s ease-out;
}
a:hover, a:focus {   
  color: #f29022;
  text-decoration: none;
}

/* Lists */
ol, ul {
    list-style-position: inside;
    margin: 15px 0;
    padding-lefT:0;
}

ul ul, ul ol, ol ol, ol ul {}
li {}

/* Block Quotes */
blockquote {}
blockquote p {}
blockquote small {}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}


/* =============== EU Cookie Confirmation Bar =============== */

/* Confirmation Outer Wrapper*/
#hs-eu-cookie-confirmation {}

/* Confirmation Inner Wrapper*/
#hs-eu-cookie-confirmation-inner {}
#hs-eu-cookie-confirmation-inner p{}

/* Confirmation Button */
#hs-en-cookie-confirmation-buttons-area {}
a#hs-eu-confirmation-button {}


/* ==========================================================================
   3. COS STRUCTURE                                            
   ========================================================================== */


/* =============== Structure =============== */

/* The outer wrappers of your website */
.header-container-wrapper, 
.body-container-wrapper, 
.footer-container-wrapper {}

/* The inner wrappers of your website */
.header-container, 
.body-container, 
.footer-container {}


/* =============== Header =============== */

.header-container-wrapper {
   min-height:88px !important;
}
.header-container {}



.custom-header-group {
  position: relative;
  min-height: 88px !important;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #202020;
  background-color:#fff;
  position:fixed;
  z-index:9999;
  border-bottom: 1px solid transparent;
  width:100% !important;
}


.scroll-after .custom-header-group {
    border-bottom-color: #d4d4d4;
}


.custom-header-group .page-center {
   max-width:100% !important;
}

.custom-header-group .custom-header-logo {
    position: relative;
    float: left;
    z-index: 2;
    height: 100%;
    width: auto;
}

.custom-header-group .custom-header-logo > div {
    vertical-align: middle;
    display: inline-block;
    padding-bottom: 10px;
}

.custom-header-group .custom-header-logo>div a {
  /* height: 47px; */ 
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  /* max-height: 88px; */
  max-height: 100px;  
  margin-top: 15px;
}

.custom-header-group .custom-header-logo > div a img {
  /* height: 140%; */
  height: 100%;
  display: block;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  transition: opacity .2s ease;
}

.custom-header-group .custom-header-logo > div a img.edgtf-light-logo,
.custom-header-group .custom-header-logo > div a img.edgtf-normal-logo { 
   opacity: 0;
}

.custom-header-group .custom-header-logo > div a img.edgtf-dark-logo {
    opacity: 1;
}

.custom-header-group .custom-header-logo > div a img.edgtf-dark-logo {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}



.custom-header-group .custom-menu-primary {
    height: 100%;
    width: 100% !important;
    position: absolute;
    left: 0;
    text-align: center;
    z-index: 1;
    margin-left:0 !important;
  
}

.custom-header-group .custom-header-right-link {
    position: relative;
    float: right;
    z-index: 2;
    height: 100%;
    text-align: right;
    width: auto !important;
    margin-left: 0 !important;
}




.custom-header-right-link > div  {
    display: table;
    height: 87px;
    
}

.custom-header-right-link > div > span {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}


.custom-header-right-link > div > span > a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}



.custom-header-right-link  .edgtf-side-menu-title {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 0 19px 0 0;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
        color: #202020;
}

.custom-header-right-link .edgtf-side-menu-lines {
    position: relative;
    width: 17px;
    height: 10px;
    top: 0px;
    -webkit-transition: transform .3s .2s;
    -moz-transition: transform .3s .2s;
    transition: transform .3s .2s;
    display: inline-block;
}

.custom-header-right-link .edgtf-side-menu-line {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #333;
    -webkit-transition: background-color .2s ease-out;
    -moz-transition: background-color .2s ease-out;
    transition: background-color .2s ease-out;
    outline: transparent solid 1px;
}

.custom-header-right-link .edgtf-side-menu-line {
    background-color: #202020;
}



.custom-header-right-link .edgtf-side-menu-line.edgtf-line-1 {
    top: 0;
    -webkit-transition: -webkit-transform .2s ease,background-color .2s ease-out;
    transition: transform .2s ease,background-color .2s ease-out;
}

.custom-header-right-link .edgtf-side-menu-line.edgtf-line-2 {
    top: calc(50% - 1px);
}

.custom-header-right-link .edgtf-side-menu-line.edgtf-line-3 {
    top: calc(100% - 2px);
    -webkit-transition: -webkit-transform .2s ease,background-color .2s ease-out;
    transition: transform .2s ease,background-color .2s ease-out;
}

.custom-header-right-link > div > span > a.opened .edgtf-side-menu-title, 
.custom-header-right-link > div > span > a.opened .edgtf-side-menu-line,
.custom-header-right-link > div > span > a:hover .edgtf-side-menu-line,
.custom-header-right-link > div > span > a:hover .edgtf-side-menu-title  {
    color: #f29022;
}

.custom-header-right-link > div > span > a.opened .edgtf-side-menu-line,
.custom-header-right-link > div > span > a:hover .edgtf-side-menu-line {
  background-color: #f29022;
}

.custom-header-right-link > div > span > a.opened .edgtf-side-menu-lines, 
.custom-header-right-link > div > span > a:hover .edgtf-side-menu-lines {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
}

.custom-header-right-link > div > span > a.opened .edgtf-side-menu-line.edgtf-line-1,
.custom-header-right-link > div > span > a:hover .edgtf-side-menu-line.edgtf-line-1 {
    -webkit-transform: rotate(45deg) scaleX(.5);
    -moz-transform: rotate(45deg) scaleX(.5);
    transform: rotate(45deg) scaleX(.5);
    left: 25%;
    -webkit-transition: left .3s .3s ease,-webkit-transform .3s .3s ease,background-color .2s ease-out;
    transition: left .3s .3s ease,transform .3s .3s ease,background-color .2s ease-out;
}


.custom-header-right-link > div > span > a.opened .edgtf-side-menu-line.edgtf-line-3,
.custom-header-right-link > div > span > a:hover .edgtf-side-menu-line.edgtf-line-3 {
    -webkit-transform: rotate(-45deg) scaleX(.5);
    -moz-transform: rotate(-45deg) scaleX(.5);
    transform: rotate(-45deg) scaleX(.5);
    left: 25%;
    -webkit-transition: left .3s .3s ease,-webkit-transform .3s .3s ease,background-color .2s ease-out;
    transition: left .3s .3s ease,transform .3s .3s ease,background-color .2s ease-out;
}




.custom-slide-form {
    background-color: #292929;
    height: 100%;
    min-height: 100%;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: -25%;
    width: 210px;
    z-index: 9999;
    -webkit-backface-visibility: hidden;
    padding: 5% 28px 40px 40px;
    width: 25% !important;
    z-index: 999999;
    text-align: center;
    box-sizing: border-box;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
}

.custom-slide-form .hs-error-msgs label {
  font-weight:normal !important;
  margin:0;
}


.form-open .custom-slide-form {
    right: 0;
    visibility: visible;
}


 .overlay {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    background: #000;
    -webkit-transition: opacity .2s ease-in-out,background .2s ease-in-out,z-index .2s ease-in-out;
    -moz-transition: opacity .2s ease-in-out,background .2s ease-in-out,z-index .2s ease-in-out;
    -o-transition: opacity .2s ease-in-out,background .2s ease-in-out,z-index .2s ease-in-out;
    transition: opacity .2s ease-in-out,background .2s ease-in-out,z-index .2s ease-in-out;
       visibility: hidden;
}


 .form-open .overlay {
    cursor: url(//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Images/close.png),pointer;
    z-index: 99999;
    opacity: .6;
    filter: alpha(opacity=60);
       visibility: visible;
}


.custom-slide-form .edgtf-close-side-menu-holder {
    display: table;
    height: 90px;
    position: absolute;
    top: 0;
    right: 38px;
    z-index: 1000;
}

.custom-slide-form .edgtf-close-side-menu-holder-inner {
    display: table-cell;
    vertical-align: middle;
}

.custom-slide-form a.edgtf-close-side-menu {
    display: inline-block;
    height: 20px;
    width: 20px;
    padding: 0 2px 4px 0;
    z-index: 1000;
    vertical-align: top;
}



.custom-slide-form a.edgtf-close-side-menu span {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 20px;
    font-family: 'ElegantIcons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
        -webkit-font-smoothing: antialiased;
}

.custom-slide-form a.edgtf-close-side-menu span:before {
    display: inline-block;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.81,.71,.37,.87);
    -moz-transition: -moz-transform .5s cubic-bezier(.81,.71,.37,.87);
    transition: transform .5s cubic-bezier(.81,.71,.37,.87);
}

.custom-slide-form a.edgtf-close-side-menu:hover span {
    color: #f29022;
}

.custom-slide-form a.edgtf-close-side-menu:hover span:before {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
}


.icon_close:before {
    content: "\4d";
}


.custom-slide-form .hs-form-field label {
    display: block;
    float: none;
    width: auto;
    font-weight: bold;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    color: white;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

.custom-slide-form .hs-form-field label .hs-form-required {
    color: red;
}

.custom-slide-form .hs-form-field .hs-input {
   display:block;
}


.custom-slide-form  fieldset[class*="form-columns"] .input {
    margin-right: 0;
    padding: 1px 4px 0;
}

.custom-slide-form fieldset .hs-form-field {
    padding: 0 10px 0 0;
    margin-bottom: 18px;
}

.custom-slide-form fieldset .hs-form-field.hs_message .input {
   padding-bottom:10px;
}

.custom-slide-form .actions {
    margin-left: -20px;
    padding:17px 20px 18px 20px;
    margin-top:18px;
    margin-bottom:20px;
}

.custom-slide-form .actions  input {
   margin:0 !important;
}


.body-container-wrapper,
.header-container-wrapper,
.footer-container-wrapper {
    left:0;
    -webkit-transition:  left .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition:  left .2s cubic-bezier(.645,.045,.355,1);
    transition:  left .2s cubic-bezier(.645,.045,.355,1);
    position:relative;
}   

.form-open .body-container-wrapper,
.form-open .header-container-wrapper,
.form-open .footer-container-wrapper {
    left: -270px;
    -webkit-transition:  left .2s cubic-bezier(.645,.045,.355,1);
    -moz-transition:  left .2s cubic-bezier(.645,.045,.355,1);
    transition:  left .2s cubic-bezier(.645,.045,.355,1);
}


.scroll-after .custom-header-logo a img.edgtf-normal-logo {
    opacity: 1;
}

.scroll-after  .custom-header-logo a img.edgtf-dark-logo {
    opacity: 0;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.scroll-after .custom-header-logo a img.edgtf-light-logo {
    opacity: 0;
    -webkit-transform: translateY(-200%);
    -moz-transform: translateY(-200%);
    transform: translateY(-200%);
}

/* =============== Content =============== */

.body-container-wrapper {}
.body-container {}

.content-wrapper {}




.body-container-wrapper .page-center.content-wrapper {
   padding-top:20px;
   padding-bottom:20px;
}

/* .body-container-wrapper .page-center {
   padding-left:15px;
   padding-right:15px;
} */

.main-content {}
.sidebar{}
.sidebar.right{}
.sidebar.left{}

.custom-banner-area {
    background-image: url(//cdn2.hubspot.net/hubfs/2797305/Focused_Momentum_March2019/Images/preload_pattern.png);
    text-align: center;
    position: relative;
    z-index: 101;
    display: block;
    animation-name: preload-background;
    animation-duration: 40s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-fill-mode: forwards;
    background-repeat: repeat;
    background-color: transparent;
    background-attachment: scroll;
    background-size: inherit;
    overflow-y:hidden;
    top:0;
    margin:0 -15px;
}

.banner-parent {
   margin-top:-2px;
}

.custom-banner-area .banner-image {
    max-height: 560px;
}

.custom-banner-area .banner-image img {
    display: block;
    position: relative;
    width: 100%;
}


.custom-banner-area .banner-title-area {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
}

.custom-banner-area .banner-title-area .title-inner-group {
    display: block;
    height: 100%;
    vertical-align: middle;
    z-index: 100;
    position: relative;
}

.custom-banner-area .banner-title-area .title-inner-group .page-center {
    display: table;
    height: 100%;
        padding: 0!important;
    vertical-align: middle;
}

.custom-banner-area .banner-title-area .title-inner-group .page-center .inner-group {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
}


.custom-banner-area .banner-title-area .banner-title {
  letter-spacing: 4.5px;
  color: #ffffff;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  line-height: 1.2em;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 45px;
}

.custom-banner-area .banner-title-area .banner-title.active {
    -webkit-animation-name: title-animation-from-left;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
  -webkit-animation-delay: 1s;
  animation-name: title-animation-from-left;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
  animation-delay: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}


.custom-banner-area .banner-title-area .banner-title span {
  background-color: #3fcae4;
  display: inline-block;
}


.custom-banner-area .banner-title-area .banner-subtitle {
    margin-top: 12px;
    display: block;
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    vertical-align: middle;
    color:#fff;
}

.custom-banner-area .banner-title-area .banner-subtitle.active {
    -webkit-animation-name: title-animation-from-left;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
    -webkit-animation-delay: 1s;
    animation-name: title-animation-from-left;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(.175,.885,.32,1.275);
    animation-delay: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


.has-banner .header-container-wrapper {
    min-height: 0 !important;
}

sub, sup {
    font-size: 75%;
    height: 0;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    bottom: .5ex;
    top:auto;
}

sub {
    top: .5ex;
    bottom:auto;
}



.hs-blog-social-share-list li.hs-blog-social-share-item.hs-blog-social-share-item-linkedin {
    margin-top: -7px;
}

/*-----Service Layout----*/

.services-layout .custom-row1-group {
    padding-top:60px;
} 

.services-layout .custom-row1-group h2 {
   margin-top:0;
   margin-bottom:0;
   text-align:center;
}


.custom-button-with-top-image-group {
    padding-top: 40px;
    padding-bottom: 40px;
      display: table;
    width:100%;
}

.custom-button-with-top-image-group .content-group  {
   padding-left:15px;
   padding-right:15px;
}

.custom-button-with-top-image-group .content-group .content {
    margin-top:46px;
    font-size: 17px;
}

.custom-button-with-top-image-group .content-group .content h4 {
    font-size: 18px;
    margin-top:0;
    margin-bottom:0;
}

.custom-button-with-top-image-group  .inner-group {
  margin-left:-15px;
  margin-right:-15px;
}

.custom-button-with-top-image-group  .edgtf-btn {
    margin: 24px 0 0;
    font-size:18px;
    color:#333;
    line-height: 1.7em;
    letter-spacing: 2px;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    padding: 0;
    color: #333;
      border: 0;
      display: inline-block;
}

.custom-button-with-top-image-group  .edgtf-btn .edgtf-btn-text {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: 123px;
}

.custom-button-with-top-image-group  .edgtf-btn i {
    position: relative;
    left: 0;
    font-size: 15px;
    width: 15px;
    vertical-align: middle;
    -webkit-transition: left .25s cubic-bezier(.23,1,.32,1) .1s;
    -moz-transition: left .25s cubic-bezier(.23,1,.32,1) .1s;
    transition: left .25s cubic-bezier(.23,1,.32,1) .1s;
    display:inline-block;
  
}


.custom-button-with-top-image-group  .edgtf-btn .icon-arrows-slim-right:before {
    content: "\e068";
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    font-family: "linea-arrows-10" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.custom-button-with-top-image-group  .edgtf-btn:hover>i {
    left: 6px;
}

.custom-button-with-top-image-group .btn.border-btn { 
  margin: 20px 0px;
  border: 1px solid #d4d4d4;
  color: #333;
  text-align: center;
  font-size: 18px;
  display: inline-block;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 700;
  padding: 12px 33px;
  line-height: 1.7em;
  letter-spacing: 2px;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  text-decoration: none;
}

.custom-button-with-top-image-group .btn.border-btn:not(:hover) {
    background-color: rgba(0, 0, 0, 0) !important;
    border-color: rgb(212, 212, 212)  !important;
}

.custom-button-with-top-image-group .btn.border-btn:hover {
    color:#fff;
}



.custom-heading-with-button {
    padding-top: 40px;
    padding-bottom: 40px;
    margin:0 -15px;
}

.custom-heading-with-button .page-center {
    padding: 20px;
}

.custom-heading-with-button .title-with-btn p {
    padding-right: 20px;
    margin: 0;
    color: #ffffff;
    font-size: 30px;
    display: inline-block;
    vertical-align: top;
    line-height: 28px;
    margin-top: 10px;
}

.custom-heading-with-button .title-with-btn i.right-arrow,
.custom-heading-with-button .title-with-btn i.pe-7s-right-arrow {
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
      font-size: 20px;
    font-weight: bold;
}


.custom-heading-with-button .title-with-btn i.right-arrow {
   font-size:24px;
}

.custom-button-with-top-image-group .content-group .content p {
    margin-top: 11px;
    margin-bottom: 0;
    line-height: 28px;
}


.custom-heading-with-button .title-with-btn i.right-arrow:before,
.custom-heading-with-button .title-with-btn i.pe-7s-right-arrow:before {
    content: "\e699";
}

.custom-heading-with-button .title-with-btn .btn.orange {
    margin: 10px 0 0;
    width: auto;
    font-size: 18px;
    padding: 8px 10px;
    background: #f29022;
    color: white;
    font-weight: bold;
    border: 0;
    display: inline-block;
    line-height: 1.5;
    margin-top:0;
}

/*---End of Services ---- layout-----*/


.custom-slide-form ul.hs-error-msgs.inputs-list {
  list-style: none;
  padding: 0;
  text-align: left;
  color: #fff;
}

.body-container ul.hs-error-msgs.inputs-list {
  list-style: none;
  color: #e10f0f;
  margin: 0;
}

/*-------.strategy-summit-layout -----*/

.strategy-summit-layout .custom-row1-group .page-center {
    padding-top:20px;
    padding-bottom:30px;
}

.strategy-summit-layout .custom-row1-group .page-center h2 {
    text-align:center;
    padding-bottom:31px;
}

.custom-content-with-top-icon-group {
   display:table;
   margin-top:20px;
}

.custom-content-with-top-icon-group .column-group {
    padding-left:15px;
    padding-right:15px;
   text-align:center;
}

.custom-content-with-top-icon-group .inner-group {
    margin: 0 -15px;
}

.custom-content-with-top-icon-group .icon-group i {
    font-size: 90px;
    text-align: center;
    color: orange;
}


.custom-content-with-top-icon-group .icon-group i.fa-check-square:before {
    content: "\f046";
}

.custom-content-with-top-icon-group .column-group .content-group p {
  text-align: center;
  color: black;
  font-size: 14px;
  line-height:28px;
}

.custom-content-with-top-icon-group .column-group .content-group p span {
   font-size:17px;
}


.custom-content-with-top-icon-group .column-group .content-group p:last-child {
   margin-bottom:0;
}

.strategy-summit-layout .custom-row2-group > div {
    padding-top: 30px ;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}

.custom-large-button-group .btn.blue-btn {
  background-color: rgb(33, 159, 186);
  border-color: rgb(33, 159, 186);
  font-size: 35px;
  color: rgb(255, 255, 255);
  padding: 18px 38px;
  display: inline-block;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 2px;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
}

.custom-large-button-group .btn.blue-btn:hover {
  color: #fff;
  background-color:rgb(242,144,34);
  border-color:rgb(242,144,34);
}

.custom-large-button-group {
    text-align: center;
}

.strategy-summit-layout .custom-row3-group > div {
   padding-top:30px;
   padding-bottom:30px;
   background-color:#fff;
}


.strategy-summit-layout .custom-row3-group .page-center {
    text-align:center;
}

.strategy-summit-layout .custom-row3-group .page-center p {
    font-size: 16px;
    line-height: 1.875em;
}

.strategy-summit-layout .custom-row3-group .page-center p span {
   font-size:17px;
}

.fluidvids {
    width: 100%;
    max-width: 100%;
    position: relative;
  padding-top: 56.25%;
}

.fluidvids iframe {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.strategy-summit-layout .custom-row4-group > div {
    background-color: #f4f4f4;
    padding-top:31px;
}

.strategy-summit-layout .custom-row4-group  .page-center img {
    display: block;
    margin: 10px auto;
}


.strategy-summit-layout .custom-row5-group .owl-carousel {
   position:static !important;
}


.strategy-summit-layout .custom-row5-group .owl-carousel .edgtf-testimonial-text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.618em;
    font-weight: 300;
    color: #333;
}

.strategy-summit-layout .custom-row5-group {
   padding-top:30px;
   padding-bottom:30px;
   text-align:center;
}


.strategy-summit-layout .custom-row5-group .custom-testimonial-slider {
    position:relative;
}


.owl-controls .owl-buttons > * {
    position: absolute;
    top: 50%;
    height: 52px;
    line-height: 52px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
        color: #333;
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}


.owl-controls .owl-buttons .edgtf-tes-nav-next .edgtf-icon-mark,
.owl-controls .owl-buttons .edgtf-tes-nav-prev .edgtf-icon-mark {
    font-family: linea-arrows-10;
    cursor: pointer;
}

.owl-controls .owl-buttons > * .edgtf-icon-mark {
    position: relative;
    height: 100%;
    display: inline-block;
    vertical-align: middle;
}


.custom-testimonial-slider.no-comment-icon .owl-controls .owl-buttons .owl-prev {
    left: 98px;
    top:50%;
}


.owl-controls .owl-buttons .edgtf-tes-nav-next .edgtf-icon-mark:before, 
.owl-controls .owl-buttons .edgtf-tes-nav-prev .edgtf-icon-mark:before {
    font-size: 39px;
    display: block;
}

.owl-controls .owl-buttons .edgtf-tes-nav-prev .edgtf-icon-mark:before {
    content: "\e066";
}

.custom-testimonial-slider.no-comment-icon .owl-controls .owl-buttons .owl-next {
    right: 98px;
     top:50%;
}

.owl-controls .owl-buttons .edgtf-tes-nav-next .edgtf-icon-mark:before {
    content: "\e068";
}


.custom-heading-with-button .btn.dark-gray  { 
    background-color: rgb(68, 70, 71);
    border-color: rgb(51, 51, 51);
    border: 1px solid #333;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    padding: 12px 33px;
    line-height: 1.7em;
    letter-spacing: 2px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
}

.custom-heading-with-button .btn.dark-gray:hover {
    background-color:rgb(63,202,228);
    border-color:rgb(68,70,71)
} 

.custom-heading-with-button .inner-group .title-with-btn {
    display: table;
    box-sizing: border-box;
    width: 100%;
}



.custom-heading-with-button .title-with-btn .heading {
   width:75%;
  display: table-cell;
    vertical-align: middle;
}

.custom-heading-with-button .title-with-btn .button-group {
    width: 25%;
    display: table-cell;
    vertical-align: middle;
    text-align:center;
}


.strategy-boost-layout .custom-testimonial-slider.no-comment-icon .owl-controls .owl-buttons .owl-prev {
   left: 80px;
}

.strategy-boost-layout .custom-testimonial-slider.no-comment-icon .owl-controls .owl-buttons .owl-next {
    right:80px
}

.owl-controls .owl-buttons .edgtf-tes-nav-next .edgtf-icon-mark, 
.owl-controls .owl-buttons .edgtf-tes-nav-prev .edgtf-icon-mark {
    -webkit-transition: color .2s ease-out;
    -moz-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.owl-controls .owl-buttons .edgtf-tes-nav-next .edgtf-icon-mark:hover, 
.owl-controls .owl-buttons .edgtf-tes-nav-prev .edgtf-icon-mark:hover {
    color: #f29022;
}

/*-----End--.strategy-summit-layout -----*/



.custom-large-button-group .btn.orange-btn {
    background-color: rgb(242, 144, 34);
    border-color: rgb(242, 144, 34);
    font-size: 35px;
    color: rgb(255, 255, 255);
    border: 1px solid #333;
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 2px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    padding: 18px 38px;
  border-color: rgb(242, 144, 34);
}

.custom-large-button-group .btn.orange-btn:hover {
   background-color:rgb(51,51,51);
}

.aligncenter {
    display: block;
    margin: 10px auto;
}



/*-----strategy-boost-layout ----*/


  .strategy-boost-layout .custom-banner-area .banner-title-area .banner-title span:after {
    content: ' \2122';
    font-family: serif;
    display: inline-block;
    line-height: 1;
    vertical-align: text-top;
    margin-top: 7px;
  }
  
   .strategy-boost-layout .custom-row3-group .page-center p {
     text-align:left;
    
  }
  
   .strategy-boost-layout .custom-row1-group .page-center h2 {
    padding-bottom: 22px;
  }

  
   .strategy-boost-layout .custom-row5-group {
      padding-top:0;
  }
  
  
.strategy-boost-layout .custom-testimonial-slider h3.title {
  font-size: 28px;
  line-height: 1.2em;
  letter-spacing: 2px;
}
  
.strategy-boost-layout .custom-row3-group > div {
  padding-top:26px;
  padding-bottom:0;

}
  .serif {
      font-size: inherit;
      font-family: serif;
      bottom: 0;
  }

  .strategy-boost-layout  .custom-row4-group > div {
    background-color: #f4f4f4;
    padding-top: 45px;
    padding-bottom: 10px;
}



   
.custom-heading-with-button .title-with-btn .btn.orange {
  padding: 12px 33px;
  font-size: 18px;
  border: 1px solid #333;
  color: #fff;
  display: inline-block;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 700;
  background-color: #f29022;
  border-color: #f29022;
  line-height: 1.7em;
  letter-spacing: 2px;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
}


.client-stories-layout  .custom-heading-with-button .title-with-btn .heading,
.services-layout  .custom-heading-with-button .title-with-btn .heading {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}

.client-stories-layout .custom-heading-with-button .title-with-btn .button-group,
.services-layout .custom-heading-with-button .title-with-btn .button-group {
    width: auto;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}
.client-stories-layout .custom-heading-with-button .title-with-btn .btn.orange,
.services-layout .custom-heading-with-button .title-with-btn .btn.orange {
    margin: 0;
    width: auto;
    font-size: 18px!important;
    padding: 8px 10px;
    background: #f29022;
    color: white!important;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.5;
}

/*----End of strategy-boost---*/


/*-----graphic-recording-layout ----*/

.graphic-recording-layout  .custom-row1-group .page-center h2 {
    text-align: center;
    padding-bottom: 22px;
}

.graphic-recording-layout  .custom-row2-group > div {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color:#fff;
}

.graphic-recording-layout .custom-row2-group h2 {
    text-align:center;
}

.graphic-recording-layout .custom-row1-group .page-center {
    padding-top: 20px;
    padding-bottom: 0;
}

.custom-two-column-equal {
   display:table;
   width:100%;
}

.custom-two-column-equal .inner-group {
   margin:0 -15px;
   display: table;
}

.custom-two-column-equal .inner-group {
   padding-top:26px;
}

.custom-two-column-equal .inner-group .col {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}

.custom-two-column-equal .inner-group .col p {
    font-size: 16px;
    line-height: 1.875em;
}

.custom-two-column-equal .col .feature-image {
    text-align:center;
}

.graphic-recording-layout .custom-heading-with-button .title-with-btn p {
    font-size:30px;
    line-height:28px;
}

/*----End-of-graphic-recording-layout ----*/


/*------.tools-layout---*/

.tools-layout  .custom-row1-header {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align:center;
}

.tools-layout  .custom-row1-header h1 {
  text-transform: Uppercase;
  text-align: center;
  color: #333;
  margin:0 0 11px;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 2px;
}

.tools-layout  .custom-row1-header p {
    font-size: 16px;
    line-height: 1.875em;
    margin:0;
      color: #8d8d8d;
    font-weight: 400;
}


.custom-content-with-top-image-group .inner-group {
   margin:0 -15px;
}

.custom-content-with-top-image-group .content-group {
    padding:20px 15px;
    margin-bottom:10px;
}

.custom-content-with-top-image-group .edgtf-imwt-text {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    margin: 44px 0 0;
    font-size: 17px;
    line-height:28px;
}

.custom-content-with-top-image-group .edgtf-imwt-text .edgtf-imwt-title {
    display: table-cell;
    vertical-align: top;
    padding: 3px 0 0;
    margin:0;
}

.custom-content-with-top-image-group .edgtf-imwt-text .edgtf-imwt-text {
    margin: 11px 0 0;
}

.custom-content-with-top-image-group .green-btn {
  color: #ffffff;
  background-color: #88bf3f;
  border-color: #88bf3f;
  margin: 20px 0 0 0;
  font-size: 18px;
  display: inline-block;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 700;
  padding: 13px 34px;
  line-height: 1.7em;
  letter-spacing: 2px;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
   text-align:center
}


.custom-content-with-top-image-group .green-btn:hover {}


.custom-content-with-top-image-group .btn-icon {
    margin: 24px 0 0;
    position: relative;
    padding: 0!important;
    color: #333;
    background-color: transparent;
    border: 0;
    font-size: 18px;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    display: inline-block;
    line-height: 1.7em;
    letter-spacing: 2px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
}


.custom-content-with-top-image-group .btn-icon  i {
    position: relative;
    left: 0;
    font-size: 15px;
    width: 15px;
    vertical-align: middle;
    -webkit-transition: left .25s cubic-bezier(.23,1,.32,1) .1s;
    -moz-transition: left .25s cubic-bezier(.23,1,.32,1) .1s;
    transition: left .25s cubic-bezier(.23,1,.32,1) .1s;
}


.custom-content-with-top-image-group .btn-icon  i:before {
    font-family: "linea-arrows-10";
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e068";
      display: inline-block;
    vertical-align: top;
    line-height: inherit;
}

.custom-content-with-top-image-group .btn-icon:hover i {
    left: 6px;
}


.custom-content-with-top-image-group .row-group {
    padding-bottom: 90px;
    display: table;
    width:100%;
}

/*-----End-tools-layout---*/

.strategy-summit-layout .custom-heading-with-button .title-with-btn p {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
}


.graphic-recording-layout .custom-heading-with-button .title-with-btn p,
  .strategy-boost-layout.strategy-summit-layout  .title-with-btn p {
    font-size: 30px;
    line-height: 28px;
}


.custom-two-column-equal .inner-group .col.active > div.feature-image {
  -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
  -o-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
  animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}


.custom-two-column-equal .inner-group .col.active > div.feature-image {
  opacity: 1;
}

.client-stories-layout  .custom-heading-with-button .title-with-btn p,
.services-layout  .custom-heading-with-button .title-with-btn p {
    font-size:24px;
    margin-bottom:10px;
}



/*------client-stories-layout----*/


.client-stories-layout .custom-banner-area .banner-title-area .banner-title span {
  background-color:transparent;
}

.client-stories-layout .custom-banner-area .banner-title-area .banner-title {
  color:#000;
}


.client-stories-layout .custom-banner-area .banner-title-area .banner-subtitle {
    font-size: 23px;
    color: #000;
    margin-top: 9px;
}

.custom-pdf-group {
   display:table;
   width:100%;
  
}

.custom-pdf-group > div {
   margin:0 -15px;
}

.custom-pdf-group .custom-content-group {
    padding: 0 15px;
}



.custom-pdf-group .custom-content-group .edgtf-item-title img {
  display: block;
  margin: 10px auto;
}


.custom-pdf-group .custom-content-group h5 a {
  text-transform: none !important;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  line-height: inherit;
}

.custom-pdf-group .custom-content-group h5 a:hover {
  color: #f29022;
}


.custom-pdf-group  .edgtf-ptf-category-holder {
   font-size:14px;
   line-height:28px;
}

.client-stories-layout .custom-row2 > div {
   background-color:#f7f7f7;

}

.custom-testimonial-slider .custom-heading .title {
    text-align:center;
}


.client-stories-layout .custom-testimonial-slider .custom-heading .title {
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 800;
  color: #333;
  letter-spacing: 2px;
  margin:0 0 21px;
}




.client-stories-layout .custom-testimonial-slider {
   padding-top:60px;
}




.custom-testimonial-slider .owl-item {
    padding: 27px 63px 38px;
}

.custom-testimonial-slider .owl-item .edgtf-testimonial-icon-holder + .edgtf-testimonial-text-inner p {
    font-size: 16px;
    margin: 20px 0 0;
    padding-left: 53px;
    font-weight: 800;
    color: 444647;
    cursor: pointer;
}

.custom-testimonial-slider .owl-item .edgtf-testimonial-text-holder > div {
    display: table-cell;
    vertical-align: middle;
      cursor: pointer;
}

.custom-testimonial-slider .owl-item .edgtf-testimonial-content-inner i {
    background-color: #333;
    color: #fff;
    float: left;
    font-size: 40px;
    line-height: 72px;
    height: 72px;
    width: 72px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    font-family: 'Pe-icon-7-stroke';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
      background-color: #f29022;
    color: #ffffff;
}

.pe-7s-comment:before {
    content: "\e668";
}

.custom-testimonial-slider .owl-controls .owl-buttons .owl-prev {
    left: -113px;
    top: 15%;
}


 .custom-testimonial-slider .owl-controls .owl-buttons .owl-next {
    right: -113px;
    top: 15%;
}

.image_carousel {
   padding-top:60px;
   padding-bottom:60px;
}

.image_carousel .slick-list {
   padding:0 !important;
}


.image_carousel .hs_cos_gallery_thumbnails .slick-slide {
    padding:0;
}

.image_carousel .hs_cos_gallery_main {
   display:none !important;   
}


.image_carousel .hs_cos_gallery_thumbnails {
  margin-bottom:0;
  padding:0;
}

/* .image_carousel .hs_cos_gallery_thumbnails .slick-prev,
.image_carousel .hs_cos_gallery_thumbnails .slick-next {
   display:none !important;
} */

.image_carousel .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper {
   display:block;
}


.image_carousel .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}



.image_carousel .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper img {
    max-width: 172px;
    width: 100%;
      -webkit-transition: transform .15s ease-out;
    -moz-transition: transform .15s ease-out;
    transition: transform .15s ease-out;
    -webkit-backface-visibility: hidden;
}

.client-stories-layout .custom-heading-with-button {
   padding-top:50px;
   padding-bottom:50px;
}


.client-stories-layout .custom-heading-with-button .inner-group .title-with-btn {
   display:flex;
}

.client-stories-layout .custom-heading-with-button .title-with-btn .btn.orange {
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0;
    margin-bottom: 0;
}

.client-stories-layout .custom-heading-with-button .title-with-btn p {
    margin: 0;
}

/*----End of client-stories-----*/




/*-----resources-layout -----*/





.custom-books-and-workbooks {
  text-align:center;
   padding-top: 94px;
}


.custom-books-and-workbooks .content {
  padding-bottom: 40px;
}

.custom-books-and-workbooks .content p {
   font-size:16px;
}

.custom-books-and-workbooks .content p:last-of-type,
.custom-books-and-workbooks .content p:last-child {
   margin-bottom:0;
}

.custom-books-and-workbooks .button-group > a {
  color: #ffffff;
  border: 1px solid #333;
  background-color: #88bf3f;
  border-color: #88bf3f;
  font-size: 20px;
  margin: 20px 0 0 0;
  padding: 18px 38px;
  position: relative;
  outline: 0;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7em;
  letter-spacing: 2px;
  -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
      line-height: 1.7em;
    letter-spacing: 2px;
   display:block;
}


.custom-books-and-workbooks .title {
  text-transform: Uppercase;
  text-align: center;
  color: #333;
  margin: 0;
  font-size: 28px;
  line-height: 1.2em;
  font-weight: 800;
  letter-spacing: 2px;
  padding-bottom:11px;
}

.custom-books-and-workbooks .content img {
  margin:10px auto;
}

.custom-books-and-workbooks .content p:last-child {
   margin-bottom:0;
}

.edgtf-separator {
    position: relative;
    display: block;
    vertical-align: middle;
    border-bottom: 1px solid #b2b2b2;
    margin: 9px auto;
    width: 20px;
}


.custom-books-and-workbooks .button-group {
    width: 66.66666667%;
    margin: 0 auto;
    float: none;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 50px;
    padding-bottom: 30px;
}


.resources-layout .custom-row2-group {
   padding-top:60px;
   padding-bottom:60px;
}

.resources-layout  .custom-row2-section-header {
   text-align:center;
}

.resources-layout  .custom-row2-section-header h1 {
    text-transform: Uppercase;
    text-align: center;
    color: #333;
    font-size: 28px;
    line-height: 1.2em;
    font-weight: 800;
    margin: 0 0 10px;
    letter-spacing: 2px;
}

.resources-layout  .custom-row2-section-header p {
    margin:0;
    font-size:16px;
}

/*----End resources-layout -----*/


body.no-banner-image .custom-banner-area  {
    min-height: 400px;
}





/* =============== Footer =============== */

.footer-container-wrapper {}
.footer-container {}

.custom-footer-group .page-center {
    max-width:100% !important;    
}

.custom-footer-group .custom-footer-top-group .page-center {
    padding: 75px 105px 103px;
}


.custom-footer-group {
    width: 100%;
    vertical-align: middle;
    background-color: #292929;
}

.custom-footer-group .custom-footer-bottom-group {
    background-color: #303030;
}



.custom-footer-copyright p { 
    font-size: 14px;
    text-align: left;
    color: #8d8d8d;
    line-height: 2em;
    margin:0;
}



.custom-footer-copyright a {
    color: #8d8d8d;
}

.custom-footer-copyright a:hover {
   color: #f29022;
}

.custom-footer-group .custom-footer-bottom-group .page-center {
    padding: 38px 105px;
}


.custom-footer-group .custom-footer-top-group .column {
/*     width: 25% !important; */
    margin-left:0 !important;
    padding:0 54px;
}

.custom-footer-group .custom-footer-top-group .page-center > div {
    margin: 0 -54px;
}

.custom-footer-group .custom-footer-top-group .column h3 {
    margin: 0 0 30px;
    font-weight: 600;
    letter-spacing: 1.5px;
    color: #fff;
    font-size: 15px;
    line-height: 1.444444444444444em;
    font-family: Lato;
}

.custom-footer-group .custom-footer-top-group .column h3 a {
    display: inline-block;
    vertical-align: middle;
    color:#fff;
}

.custom-footer-group .custom-footer-top-group .column h3 a:hover {
    color: #f29022;
}

.custom-footer-group .custom-footer-top-group .column h3 a img {
   display:block;
}

.custom-footer-group .custom-footer-top-group .column p {
    font-size: 14px;
    line-height: 2em;
}


.custom-footer-group .social-links a {
    font-size: 0;
    margin: 0 10px 0 0;
    color:#fff;
}

.custom-footer-group .social-links a i {
   font-size:24px;
   
}


.custom-footer-group ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.custom-footer-group ul li {
    margin: 0 0 25px;
      line-height: 1.5;
}

.custom-footer-group ul li:last-child {
   margin-bottom:0;
}

.custom-footer-group ul li a {
    color: #fff;
      font-size: 14px;
    line-height: 2em;
}

.custom-footer-group ul li a:hover {
    color: #f29022;
}

.custom-footer-group .social-links.edgtf-social-icon-widget {
    color: inherit;
    line-height: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: inherit;
}

.custom-footer-group .social-links {
    margin-top: 33px;
}

.custom-footer-group .custom-footer-top-group .column p img {
    margin-bottom: 10px !important;
}

.custom-footer-group .custom-footer-top-group span#siteseal {
    display: block;
    margin-top: 30px;
}


#edgtf-back-to-top {
    position: fixed;
    width: 41px;
    right: 25px;
    bottom: 25px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
}

#edgtf-back-to-top.on {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}

#edgtf-back-to-top>span {
    position: relative;
    display: block;
    width: 41px;
    height: 41px;
    line-height: 40px;
    font-size: 15px;
    text-align: center;
    color: #fff;
    background-color: #f29022;
    border: 1px solid #f29022;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out;
    overflow: hidden;

}

#edgtf-back-to-top>span i {
    -webkit-transition: .15s ease 50ms;
    -moz-transition: .15s ease 50ms;
    transition: .15s ease 50ms;
}

#edgtf-back-to-top>span:after {
    content: 'TOP';
    position: absolute;
    top: 150%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -webkit-transition: .45s cubic-bezier(.54,.13,0,1.43);
    -moz-transition: .45s cubic-bezier(.54,.13,0,1.43);
    transition: .45s cubic-bezier(.54,.13,0,1.43);
    font-weight: 600;
    font-size: 12px;
    letter-spacing: .5px;
}

#edgtf-back-to-top>span:hover {
    background-color: #333;
    border: 1px solid #333;
}

#edgtf-back-to-top>span:hover i {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease;
}

#edgtf-back-to-top>span:hover:after {
    top: 50%;
}

.custom-header-group.no-nav .mobile-trigger {
    display:none !important;
}

.custom-button-with-top-image-group .btn.border-btn:hover {
  background-color: rgb(242, 144, 34) !important;
  border-color: rgb(242, 144, 34) !important;
}
/* ==========================================================================
   4. MAIN NAVIGATION                                            
   ========================================================================== */


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

/* Parent List */


/* 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:1025px) {
  .custom-menu-primary .hs-menu-wrapper,
  .custom-menu-primary .hs-menu-wrapper > ul ul { 
    display:block !important;
    overflow: unset !important;
  }
  

  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-top: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    height:88px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    display: block;
    height: 100%;
    padding: 0;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
    background-color: transparent;
    -webkit-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
    -moz-transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
    transition: color .15s ease-out,color .15s ease-out,border-color .15s ease-out,background-color .15s ease-out;
    box-sizing: border-box;
    font-size: 14px;
    text-transform: capitalize;
    color: #202020;
    font-family:"Lato","Arial", "Sans-Serif";
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
    display: block;
    top: 50%;
    padding: 0 21px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    position: relative;
    padding:0 21px;
  }

/*   .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch > a, */
  .custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
    color: #f29022;
  }

  /* Child List */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    background-color: #292929;
    padding: 23px 0;
    min-width:240px;
    text-align:left;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li {}
  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
    display: block;
    float: none;
    margin: 0;
    padding: 8px 35px;
    font-size: 13px;
    line-height: 24px;
    font-weight: 400;
    color: #bfbfbf;
    text-decoration: none;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #fff;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.no-link > a {
      cursor: default;
  }
  
  body.no-banner-image .custom-banner-area .banner-title-area .title-inner-group .page-center {
    padding-top: 90px !important;
  }
  
/*   .service-layout .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a,
  .home-layout .header-container-wrapper .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    color: #f29022;
  } */
  


  .services-layout .custom-menu-primary .hs-menu-wrapper > ul > li:nth-of-type(2) > a {
    color: #f29022;
  }

  
}


/* =============== Mobile Toggle Menu =============== */

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

@media (max-width: 1024px){

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

  /* ===== Mobile Toggle Button ===== */
 .mobile-trigger {
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: initial;
    width: auto;
    height: auto;
    padding: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000;
    height: 80px;
    z-index: 99999;
    left: 0;
}
  
  .mobile-trigger .grouper {
    display: table;
    height: 100%;
    padding-right: 10px;
    font-size: 24px;
    color: #8d8d8d;
  }
  
  .mobile-trigger .grouper span {
    display: table-cell;
    vertical-align: middle;
  }
  


  /* ===== Mobile Child Toggle Buttons ===== */

    .child-trigger {
      display: block !important;
      cursor: pointer;
      position: absolute;
      top: 0px;
      right: 0px;
      width: 15px !important;
      min-width: 15px !important;
      height: 45px !important;
      padding: 0 !important;
      line-height: 45px;
      border-left: 0px dotted rgba(255, 255, 255, .20);
      z-index: 99;
    }
  .child-trigger:hover{
    text-decoration: none;
  }
  
  .child-trigger i {
      position: relative;
      top: 0%;
      margin: 0 auto !important;
      line-height: 45px;
      display: block;
        -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
  }
  
  li.active .child-trigger i:after,
  .child-trigger.child-open i:after {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      transform: rotate(90deg);
  }

  .child-trigger i:after {
    position: absolute;
    content: "\f105";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 15px;
    line-height: 45px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    color: #8d8d8d;
  }
 
  .serif {
     display:inline;
  }
   
  /* ===== Mobile Menu Styles ===== */  
     
  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.active-branch i:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{

    width: 100%; /* Full screen width */
  }
   
  .custom-menu-primary .hs-menu-wrapper > ul {
     padding-top:1px;
  }
  
   /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a{
    position: relative;
    display: block;
    padding: 9px 0;
    margin: 0;
    line-height: 26px;
    border-bottom: 1px solid #d4d4d4;
    letter-spacing: 1px;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #333;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul li.no-link > a {
    cursor:text;
    font-weight: 400;
    color: #8d8d8d;
    font-size: 13px;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li.no-link > a:hover {
       color: #f29022;
  }
  
/*   .custom-menu-primary .hs-menu-wrapper > ul > li:nth-child(2) > a, 
  .custom-menu-primary .hs-menu-wrapper > ul > li:first-child > a {
    font-weight: 400;
    color: #8d8d8d;
    font-size: 13px;
  } */

  .custom-menu-primary .hs-menu-wrapper > ul > li:last-child > a {
     border-bottom:0 none;
  } 
  
  
  
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
      padding: 0 !important;
      top: 0;
      position: static;
      transform: none;
  }


  /* Level 2 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul {
      margin-left: 15px;
  }

  .custom-menu-primary .hs-menu-wrapper > ul ul li a {
      position: relative;
      display: block;
      padding: 9px 0;
      margin: 0;
      font-size: 13px;
      line-height: 26px;
      font-weight: 400;
      color: #8d8d8d;
      border-bottom: 1px solid #d4d4d4;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li.active a,
  .custom-menu-primary .hs-menu-wrapper > ul ul li a:hover {
    color: #f29022;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper > ul li.no-link .child-trigger {
      position: absolute;
      left: auto;
      right: 0;
      width: 100% !important;
      text-align: right;
      right: 0;
      min-width: 100% !important;
      cursor: default;
  }
  
  .custom-menu-primary .hs-menu-wrapper > ul li.no-link .child-trigger i {
    display: inline-block;
    float: none;
    position: absolute;
    right: 15px;
    left: auto;
    width: auto;
    z-index: 999;
    cursor: pointer;
  }

}


/* ==========================================================================
   5. BLOG                                        
   ========================================================================== */


/*----Default Blog-----*/



/* Blog Post and Listing Body Class */
.blog {}

/* Blog Post */
.hs-blog-post {}

/* Blog Listing */
.hs-blog-listing {}

/* Blog Columns Wrapper */
.blog .content-wrapper {}


/* =============== Blog Content Column =============== */

.blog .blog-content {}

/* Use this to style the main wrapper for the blog listing pages */
.blog-listing-wrapper {}

/* Use this to style the main wrapper for the blog post pages */
.blog-post-wrapper {}

/* Blog Title */
.hs-blog-header h1 {}
.hs-blog-header h1 a{}

/* Blog Post Title */
.post-header h2 {}
.post-header h2 a {
   text-decoration:none;
}

.post-header h2 {
   margin-top:0;
}

/* Blog Author and Avatar */
#hubspot-author_data {}
#hubspot-author_data:after {
  content: '';
  display: block;
  clear: both;
}
#hubspot-author_data a.author-link {}
#hubspot-author_data .hs-author-avatar {}
#hubspot-author_data .hs-author-avatar img {
  width: 50px;
  float: left;
  margin-right: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/* Use this to set up different styling for your blog posts */
.blog-listing-wrapper .post-listing .post-item {
    margin-bottom:25px;
    padding-bottom:25px;
    border-bottom:1px solid #ccc; 
}

.blog-listing-wrapper .post-listing .post-item .post-body {}
.blog-post-wrapper .post-body {}

/* Post Featured Image on Listings Page */
.hs-featured-image-wrapper {}
.hs-featured-image-wrapper .hs-featured-image-link {}
.hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
  border-width: 0;
  max-height: 170px;
  max-width: 210px;
  height: auto;
  width: auto;
  display: inline-block !important;
  float: right;
  margin: 20px 0 20px 20px;
}

@media(max-width:767px) {

  .hs-featured-image-wrapper .hs-featured-image-link img.hs-featured-image{
    border-width: 0;
    max-height: 100%;
    max-width: 100%;
    height: 100%;
    width: 100%;
    display: block !important;
    float: none;
    margin: 20px 0 20px 0;
  }

 .blog .blog-sidebar {
   margin-top:30px;
}


}


.blog-sidebar .widget-span {
  display:block;
  margin-bottom:25px;
}

.custom_listing_comments {
   border:1px solid #ccc;
   padding:10px;
   margin:10px 0;
}

/* Read More Link */
a.more-link {
   display:inline-block;
   margin:10px 0;
}

/* Blog Topics List */
#hubspot-topic_data {}
#hubspot-topic_data a.topic-link {}

/* Blog Social Sharing Icons */
.hs-blog-social-share {
  margin-top: 20px;
  padding: 10px 0 0 0;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  height: auto;
  margin-bottom:10px;
  padding-bottom:10px;
}

/* Blog Commments */
#comments-listing {
  border-bottom: 1px solid #ccc;
  margin-bottom: 30px;
  margin-top: 30px;
}
.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { font-size: 13px; text-align: right; }
.comment-from { font-weight: bold; }
.comment-body { padding: 10px 0; }

/* Pagination */
.blog-pagination {
   display:block;
   text-align:center;
}
.blog-pagination a {
   display:inline-block;
   margin-left:10px;
   margin-right:10px;
}
.blog-pagination a.previous-posts-link {}
.blog-pagination a.all-posts-link {}
.blog-pagination a.next-posts-link {}

/* Blog All Posts Page */
.hs-content-path-blog-all {}
div.post-listing-simple {}
div.post-listing-simple .post-item {}
h2.post-listing-simple {}
h2.post-listing-simple a {}


/* =============== Blog Sidebar =============== */

.blog .blog-sidebar {}

/* Blog Modules */
.blog .blog-sidebar .widget-span {}


/* =============== Blog Author Page and Author Bio =============== */

.hs-blog-listing .hs-author-profile {
  border-bottom: 1px solid #ccc;
  padding: 0 0 20px 0;
  margin: 0 0 20px 0;
}
.hs-blog-post .hs-author-profile {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
.hs-author-profile .hs-author-profile:after {
  content: '';
  display: block;
  clear: both;
}

/* Author Avatar */
.hs-author-profile .hs-author-avatar {
  float: left;
  margin-right: 15px;
  max-width: 100px;
}
.hs-author-profile .hs-author-avatar img{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 100%;
}

/* Author Bio Wrapper*/
.hs-author-profile .hs-author-bio {
  overflow: hidden;
}

/* Author Name */
.hs-author-profile h2.hs-author-name {
  margin: 0 0 10px 0;
}

/* Author Social Follow Me */
.hs-author-profile .hs-author-social-section {
   margin-top:10px;
}
.hs-author-profile .hs-author-social-label {}
.hs-author-profile .hs-author-social-links {}
.hs-author-profile .hs-author-social-link {}
.hs-author-profile .hs-social-facebook {}
.hs-author-profile .hs-social-linkedin {}
.hs-author-profile .hs-social-twitter {}
.hs-author-profile .hs-social-google-plus {}

.hs-author-social-section {
   margin-top:10px;
}

#comments-listing {
 border:0;
}

.comment {
    margin: 0 !important;
    border: 1px solid #ccc !important;
    padding: 15px;
    border-bottom: 0 !important;
}

.comment:first-child {
   margin-top: 30px;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
  margin-bottom: 30px;
}

.comment-date {
   font-size: 13px;
   text-align: left;
   display: block;
}

/*------end of default blog----*/



/*--------Default Form Style----*/


/* Form Field */
body .hs-form-field {}

/* Descriptions */
body .hs-field-desc {
    color: #666;
    font-style: italic;
}

/* Labels */
body label {}

body .hs-form-field > label {}

/* One Line Inputs */
body input[type="text"],
body input[type="password"], 
body input[type="datetime"], 
body input[type="datetime-local"], 
body input[type="date"], 
body input[type="month"], 
body input[type="time"], 
body input[type="week"], 
body input[type="number"], 
body input[type="email"], 
body input[type="url"], 
body input[type="search"], 
body input[type="tel"], 
body input[type="color"],
body input[type="file"],
body textarea,
body select {
    max-width: 500px;
    transition: border 0.2s linear,box-shadow 0.2s linear;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
    padding: 4px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    color: #666;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: block;
    width: 90%;
}

body input[type="text"]:focus,
body input[type="password"]:focus, 
body input[type="datetime"]:focus, 
body input[type="datetime-local"]:focus, 
body input[type="date"]:focus, 
body input[type="month"]:focus, 
body input[type="time"]:focus, 
body input[type="week"]:focus, 
body input[type="number"]:focus, 
body input[type="email"]:focus, 
body input[type="url"]:focus, 
body input[type="search"]:focus, 
body input[type="tel"]:focus, 
body input[type="color"]:focus,
body input[type="file"]:focus,
body textarea:focus,
body select:focus {
  outline:0;
}

body input.error[type="text"],
body input.error[type="password"], 
body input.error[type="datetime"], 
body input.error[type="datetime-local"], 
body input.error[type="date"], 
body input.error[type="month"], 
body input.error[type="time"], 
body input.error[type="week"], 
body input.error[type="number"], 
body input.error[type="email"], 
body input.error[type="url"], 
body input.error[type="search"], 
body input.error[type="tel"], 
body input.error[type="color"],
body input.error[type="file"],
body textarea.error,
body select.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171,41,32,0.25);
}

/* Separate Styles for Multiple Line Inputs */
body textarea {}

body textarea:focus {}

/* Separate Styles for Drop Downs */
body select {}

body select:focus {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
body form.hs-form .hs-form-field ul li{
    padding: 0 0 5px;
    margin: 0;
    background: none !important;
}

body form.hs-form .hs-form-field ul.inputs-list li input {}

body input[type="radio"] {
    width: auto !important;
    display: inline;
    margin: 0 5px 0 0;
}

body input[type="checkbox"] {
    width: auto !important;
    display: inline;
    margin: 0 5px 0 0;
}

/* Required */
body input:focus:required:invalid, 
body textarea:focus:required:invalid, 
body select:focus:required:invalid {}

body input:focus:required:invalid:focus, 
body textarea:focus:required:invalid:focus, 
body select:focus:required:invalid:focus {}

/* Placeholder Text */
::-webkit-input-placeholder { /* Webkit Browsers */
   /* color: #555;
   opacity: 1; */
}
:-moz-placeholder { /* Firefox 18- */
   /* color: #555;
   opacity: 1; */
}
::-moz-placeholder { /* Firefox 19+ */
   /* color: #555;
   opacity: 1; */
}
:-ms-input-placeholder { /* IE10 */
   /* color: #555;
   opacity: 1; */
}


/* Form Module
   ========================================================================== */

/* Form Field */
.hs_cos_wrapper_type_form .hs-form-field {}

/* Descriptions */
.hs_cos_wrapper_type_form .hs-field-desc {}

/* Labels */
.hs_cos_wrapper_type_form label {}
.hs_cos_wrapper_type_form .hs-form-field > label {}

/* One Line Inputs */
.hs_cos_wrapper_type_form input[type="text"],
.hs_cos_wrapper_type_form input[type="password"], 
.hs_cos_wrapper_type_form input[type="datetime"], 
.hs_cos_wrapper_type_form input[type="datetime-local"], 
.hs_cos_wrapper_type_form input[type="date"], 
.hs_cos_wrapper_type_form input[type="month"], 
.hs_cos_wrapper_type_form input[type="time"], 
.hs_cos_wrapper_type_form input[type="week"], 
.hs_cos_wrapper_type_form input[type="number"], 
.hs_cos_wrapper_type_form input[type="email"], 
.hs_cos_wrapper_type_form input[type="url"], 
.hs_cos_wrapper_type_form input[type="search"], 
.hs_cos_wrapper_type_form input[type="tel"], 
.hs_cos_wrapper_type_form input[type="color"],
.hs_cos_wrapper_type_form input[type="file"],
.hs_cos_wrapper_type_form textarea,
.hs_cos_wrapper_type_form select {}

.hs_cos_wrapper_type_form input[type="text"]:focus,
.hs_cos_wrapper_type_form input[type="password"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime"]:focus, 
.hs_cos_wrapper_type_form input[type="datetime-local"]:focus, 
.hs_cos_wrapper_type_form input[type="date"]:focus, 
.hs_cos_wrapper_type_form input[type="month"]:focus, 
.hs_cos_wrapper_type_form input[type="time"]:focus, 
.hs_cos_wrapper_type_form input[type="week"]:focus, 
.hs_cos_wrapper_type_form input[type="number"]:focus, 
.hs_cos_wrapper_type_form input[type="email"]:focus, 
.hs_cos_wrapper_type_form input[type="url"]:focus, 
.hs_cos_wrapper_type_form input[type="search"]:focus, 
.hs_cos_wrapper_type_form input[type="tel"]:focus, 
.hs_cos_wrapper_type_form input[type="color"]:focus,
.hs_cos_wrapper_type_form input[type="file"]:focus,
.hs_cos_wrapper_type_form textarea:focus,
.hs_cos_wrapper_type_form select:focus {}

/* Separate Styles for Multiple Line Inputs */
.hs_cos_wrapper_type_form textarea {}
.hs_cos_wrapper_type_form textarea:focus {}

/* Separate Styles for Drop Downs */
.hs_cos_wrapper_type_form select {}
.hs_cos_wrapper_type_form select:focus {}

/* Multiple Selection Inputs */
.hs_cos_wrapper_type_form form.hs-form .hs-form-field ul.inputs-list li input {}
.hs_cos_wrapper_type_form input[type="radio"] {}
.hs_cos_wrapper_type_form input[type="checkbox"] {}


/* ===================Blog Comment Form=============================== */

/* Label */
#comment-form .hs-form-field > label {}
#comment-form label {}

/* Inputs */
#comment-form input[type="text"] {}
#comment-form input[type="text"]:focus {}

#comment-form textarea {}
#comment-form textarea:focus {}

#comment-form input[type="checkbox"] {}

/* Error Message */
body .hs-common-error-message {}

/* -------------- Default Code for Blog comment ------------ */

#comments-listing {
    border: 1px solid #e2e2e2;
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 15px;
}


.comment.depth-0 {
    border-bottom: 1px solid #e2e2e2 !important;
    border-top: medium none !important;
    margin: 10px 0px !important;
    padding: 10px 0 !important;
}

.comment-from, .comment-date {
  display: block;
  text-align: left;
}

.comment-body {
    border-bottom: medium none;
    color: ;
    display: block;
    font-family: ;
    font-size: ;
    line-height: ;
    padding: 0;
}

.comment-reply-to{
    margin-bottom: 15px;
}
.comment-from h4 {
    margin: 0;
    padding-top: 15px;
}
.comment-date {
    color:  !important;
    display: block !important;
    text-align: left;
}
#comment-form {
    display: block;
    margin:  0;
}

#comment-form .actions{}

#comment-form .actions .hs-button{
    margin-top: 10px;
}

/* -------------------- Ends ----------- */


/* Blog Subscription Form
   ========================================================================== */

/* Label */
#hs_form_target_blog_subscription .hs-form-field > label {}
#hs_form_target_blog_subscription label {}

/* Inputs */
#hs_form_target_blog_subscription input[type="email"] {}
#hs_form_target_blog_subscription input[type="email"]:focus {}

#hs_form_target_blog_subscription input[type="radio"], 
#hs_form_target_blog_subscription input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}


.hs-search-field__suggestions {
   padding: 0;
   margin: 0;
   list-style: none;
   padding:10px;
   background-color:#fff;
}

.hs-search-field--open .hs-search-field__suggestions {
   border: 1px solid #000;
}

.hs-search-field__suggestions li {
   display: block;
   margin: 0;
   padding: 0
}

.hs-search-field__suggestions li a {
    padding: 5px;
}

.hs-search-field__suggestions #results-for {
   font-weight: bold;
}

.hs-search-field__suggestions a,.hs-search-field__suggestions #results-for {
   display: block;
}

.hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
   background-color: rgba(0,0,0,.1);
   outline: 0
}

/* Google Search Form
   ========================================================================== */

/* Label */
.widget-type-google_search label {}

/* Input */
.widget-type-google_search input[type="text"] {}

.widget-type-google_search input[type="focus"] {}


/* Multi Column Form
   ========================================================================== */

body .hs-form fieldset.form-columns-1 {}
body .hs-form fieldset.form-columns-1 .hs-form-field {}

body .hs-form fieldset.form-columns-2 {}
body .hs-form fieldset.form-columns-2 .hs-form-field {}

body .hs-form fieldset.form-columns-3 {}
body .hs-form fieldset.form-columns-3 .hs-form-field {}

/* Multiple Selection Inputs */
body form.hs-form .hs-form-field ul.inputs-list li input {}

body form.hs-form fieldset { max-width: none; }

body form.hs-form fieldset .hs-form-field { padding: 0 10px 0 0; }

body form.hs-form fieldset[class*="form-columns"] .input { margin-right: 0; }

body form.hs-form fieldset[class*="form-columns"] .hs-input { width: 100%; }

body form.hs-form fieldset[class*="form-columns"] .hs-input[type="checkbox"] { width: auto; }

body form.hs-form fieldset.form-columns-3 .hs-form-field { width: 33.33%; }

@media (max-width: 400px) {
  body form.hs-form fieldset .hs-form-field { padding: 0; }
  body form.hs-form fieldset.form-columns-3 .hs-form-field,
  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 form.hs-form .form-columns-3 .hs-form-field .hs-input[type="checkbox"] { width: auto; }
}




/* ==========================================================================
   Buttons                                              
   ========================================================================== */


/* All Global Buttons (Excluding CTAs)=================== */

body .hs-button.primary,
body input[type="submit"],
body input[type="button"] {
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    background: #f29022 none repeat scroll 0 0;
    padding: 12px 18px;
    border-radius: 0px;
    border: 0;
    font-size: 16px;
    -webkit-appearance: none;
    font-weight: 700;
    line-height: 12px;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-align: center;
    transition: opacity 0.15s linear;
    color: #fff;
    text-shadow: 0 -1px 0 #3574e3;
    box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
    font-family: Helvetica,Arial,sans-serif;
    text-decoration: none !important;
    width:auto;
    margin:10px 0;
}

body .hs-button.primary:hover,
body input[type="submit"]:hover,
body input[type="button"]:hover {
    text-decoration: none;
    box-shadow:none;
    outline:0;
}

body .hs-button.primary:focus,
body input[type="submit"]:focus,
body input[type="button"]:focus {
   outline:0;
}


/* ==========================================================================
   8. MISCELLANEOUS                                      
   ========================================================================== */

#comments-listing {
 border:0;
 margin-bottom: 0;
 margin-top: 0;
}

.comment {
    margin: 0 !important;
    border: 1px solid #ccc !important;
    padding: 15px;
    border-bottom: 0 !important;
}


.comment:first-child {
    margin-top:30px;
}

.comment:last-child {
    margin-bottom:30px;
}

.comment:last-child {
  border-bottom: 1px solid #ccc !important;
}

.comment-date {
   font-size: 13px;
   text-align: left;
   display: block;
}

.hs_recaptcha.hs-recaptcha {
    overflow: hidden;
    overflow-x: auto;
    margin-top: 15px;
    padding: 5px;
    display:block;
}
/* Styles that do not fit into any of the available sections above can go here. */



/*----Our Team - Layout---*/

.our-team-layout .custom-row1-group .widget-type-section_header {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}

.our-team-layout .custom-row1-group .widget-type-section_header h1 {
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    letter-spacing: 2px;
    font-size: 28px;
    margin: 0 0 35px;
    padding-bottom: 10px;
}

.our-team-layout .custom-row1-group .widget-type-section_header p {
  margin: 25px 0;
  font-size: 23px;
  line-height: 1.285714285714286em;
  letter-spacing: 2.5px;
  font-weight: 800;
  color: #333;
}

.our-team-layout .custom-row1-group .widget-type-section_header h1 {
    position:relative;
}

.our-team-layout .custom-row1-group .widget-type-section_header h1:after {
    border-color: #3fcae4;
    max-width: 1000px;
    border-bottom: 8px solid #3fcae4;
    padding-bottom: 0;
    margin-bottom: 20px;
    content: "";
    height: 8px;
    background-color: #3fcae4;
    display: block;
    margin: 0 auto;
    position: relative;
    top: 10px;
}

.our-team-layout .custom-row2-group {
    padding-top: 100px;
    padding-bottom: 56px;
}

.custom-team-group {
   padding-left:10px;
   padding-right:10px;
}


.custom-team-group .team-member {
   padding-left:15px;
   padding-right:15px;
}

.custom-team-group .team-member .custom-heading-with-image .designation {
    font-size: 16px;
}


.custom-team-group {
    display: table;
    width: 100%;
}


.custom-team-group .team-member {
    font-size: 14px;
    line-height: 28px;
}

.custom-team-group .team-member:nth-child(2) img.alignLeft {
    margin-bottom:0 !important;
}

.custom-team-group .team-member p:last-child {
    margin-bottom: 0;
}


.custom-team-group .team-member p:last-of-type {
    margin-bottom: 0;
}


.our-team-layout .custom-heading-with-button .title-with-btn p {
   margin-bottom:10px;
}

/*----End of Our Team Layout----*/





/*-----Home----*/

.image_standard.custom_logo_slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide .slick-slide-inner-wrapper img {
   display:none;
}


.image_standard.custom_logo_slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    min-height: 680px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 70px;
}


.image_standard.custom_logo_slider .hs_cos_gallery_main {
   padding:0;
   margin-bottom:0;
   
}

.custom_logo_slider.image_standard {
    margin: 0 -15px;
}

.image_standard.custom_logo_slider .slick-dots {
   display:none !important;
}


.home-layout .custom_logo_slider.image_standard {
    margin-top: -89px;
}

.image_standard.custom_logo_slider .slick-next,
.image_standard.custom_logo_slider .slick-prev {
   z-index:99;
}


.image_standard.custom_logo_slider .slick-prev:before, 
.image_standard.custom_logo_slider .slick-next:before {
    display:none;
}


.image_standard.custom_logo_slider .slick-prev .edgtf-icon-linea-icon, 
.image_standard.custom_logo_slider .slick-next .edgtf-icon-linea-icon  {
    position: absolute;
    top: 60.5%;
    height: 54px;
    width: 54px;
    line-height: 54px;
    font-size: 50px;
    text-align: center;
    z-index: 10;
    -webkit-transition: color .15s ease-out,left .6s ease-in-out .3s,right .6s ease-in-out .3s;
    -moz-transition: color .15s ease-out,left .6s ease-in-out .3s,right .6s ease-in-out .3s;
    transition: color .15s ease-out,left .6s ease-in-out .3s,right .6s ease-in-out .3s;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    backface-visibility: hidden;
    color: #202020;
    z-index:99999;
}



.image_standard.custom_logo_slider .slick-next .edgtf-icon-linea-icon {
    right: 50%;
    -webkit-transform: translate3d(50%,-50%,0);
    -moz-transform: translate3d(50%,-50%,0);
    transform: translate3d(50%,-50%,0);
}

.image_standard.custom_logo_slider .slick-prev .edgtf-icon-linea-icon {
    left: 50%;
    -webkit-transform: translate3d(-50%,-50%,0);
    -moz-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}

.image_standard.custom_logo_slider  .slick-prev .edgtf-icon-linea-icon:before {
    content: "\e066";
}


.image_standard.custom_logo_slider  .slick-next .edgtf-icon-linea-icon:before {
    content: "\e068";
}

.image_standard.custom_logo_slider  .slick-prev .edgtf-icon-linea-icon:before,
.image_standard.custom_logo_slider  .slick-next .edgtf-icon-linea-icon:before {
    font-family: "linea-arrows-10";
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.image_standard.custom_logo_slider .slick-prev, 
.image_standard.custom_logo_slider .slick-next {
    position: absolute;
    display: block;
    height: 100%;
    width: 133px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 0;
    margin-top:0;
    padding: 0;
    border: none;
    outline: none;
}

.image_standard.custom_logo_slider .slick-prev {
   left:0;
}

.image_standard.custom_logo_slider .slick-next {
   right:0;
}

.image_standard.custom_logo_slider .slick-arrow .img_wrap {
   display:block;
   height:100%;
   width:100%;
   background-size:100%;
   background-position:center center;
}


.image_standard.custom_logo_slider .slick-arrow .img_wrap .img {
    display: block;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s ease-out;
    background-size: cover;
    right: -100%;
    position: absolute;
}



.image_standard.custom_logo_slider .slick-arrow.slick-next:hover .img_wrap .img {
    right:0;
}

.image_standard.custom_logo_slider .slick-arrow.slick-prev .img_wrap .img {
   right:auto;
   left:-100%;
}


.image_standard.custom_logo_slider .slick-arrow.slick-prev:hover .img_wrap .img {
    left:0;
}

.home-layout .custom_logo_slider.image_standard {
    overflow: hidden;
}



.image_standard.custom_logo_slider .slick-slide-inner-wrapper {
    margin: 0 auto;
    display: block !important;
    text-align: center;
    width: 100% !important;
}

.image_standard.custom_logo_slider .caption {
    padding-top: 13.5%;
    text-align: center !important;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 89px;
}





.image_standard.custom_logo_slider .caption h1 {
    position: static;
    text-align: center;
    margin: 0px 0px 27px;
    color: rgb(242, 144, 34);
    font-size: 65px;
    line-height: 60px;
    letter-spacing: 4px;
    font-family: Lato;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: 1px 1px #666;
  -webkit-animation-delay: .7s !important;
  animation-delay: .7s !important;
}

.image_standard.custom_logo_slider .caption p {
    text-align: center;
    margin: 0px 0px 20px;
    color: rgb(255, 255, 255);
    font-size: 30px;
    line-height: 45px;
    letter-spacing: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    text-shadow: 1px 1px #666;
    -webkit-animation-delay: 0.9s !important;
    animation-delay: 0.9s !important;
}

.image_standard.custom_logo_slider .caption .btn {
    color: rgb(255, 255, 255);
    background-color: rgb(63, 202, 228);
    border-color: rgb(33, 159, 186);
    font-size: 30px;
    padding: 18px 33px 18px 45px;
    line-height: 51px;
    letter-spacing: 2px;
    border: 1px solid;
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 10px 0 0;
    display: inline-block;
    text-shadow: 1px 1px #666;
      -webkit-animation-delay:1.1s !important;
    animation-delay:1.1s !important;
}


.image_standard.custom_logo_slider .caption .btn.blue-btn {
   color: rgb(255, 255, 255);
    background-color: rgb(63, 202, 228);
    border-color: rgb(33, 159, 186);
}



.image_standard.custom_logo_slider .caption .btn.green-btn {
     background-color:rgb(136, 191, 63);
     border-color:rgb(255, 255, 255);
}


.image_standard.custom_logo_slider .caption .btn.gray-btn {
    background-color: rgb(125, 131, 132);
    border-color: rgb(125, 131, 132);
}

.image_standard.custom_logo_slider .caption .btn.orange-btn {
        background-color: rgb(242, 144, 34);
    border-color: rgb(198, 118, 26);
}

.image_standard.custom_logo_slider .caption .btn.orange-btn:hover {
    background-color: rgb(198, 118, 26);
}


.image_standard.custom_logo_slider .caption .btn.gray-btn:hover {
      background-color: rgb(68, 70, 71);
}


.image_standard.custom_logo_slider .caption .btn.green-btn:hover {
    background-color:rgb(96, 144, 34);
}

.image_standard.custom_logo_slider .caption .btn.blue-btn:hover {
    background-color:rgb(33, 159, 186);
   border-color:#fff;
}


.image_standard.custom_logo_slider .caption .btn,
.image_standard.custom_logo_slider .caption p,
.image_standard.custom_logo_slider .caption h1 {
    opacity: 0;
 }

.image_standard.custom_logo_slider .slick-slide.slick-active .caption .btn,
.image_standard.custom_logo_slider .slick-slide.slick-active .caption p,
.image_standard.custom_logo_slider .slick-slide.slick-active .caption h1 {
    -webkit-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
    -moz-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
    -o-animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
    animation: from-bottom .6s cubic-bezier(.165,.84,.44,1) both;
}

.home-layout .custom-row2 > div {
    background-color: #88bf3f;
    background-position: 0 0 ;
    background-repeat: no-repeat;
    padding-top:20px;
}


.home-layout .custom-testimonial-slider .custom-heading h3.title {
  color: #ffffff;
  text-align: center;
  color: #ffffff;
  font-weight: 800;
  text-align: center;
  letter-spacing: 2px;
   margin:0;
      font-size: 28px;
    line-height: 1.2em;
   padding-bottom:10px;
   margin-bottom:10px;
}


.home-layout .custom-testimonial-slider .owl-item {
   padding-top:0;
}

.home-layout .custom-testimonial-slider .custom-heading h3.title:after {
    position: relative;
    display: block;
    vertical-align: middle;
    background-color: #fff;
    margin: 10px 0;
    width: 100px;
    height: 1px;
    content: "";
    margin: 0 auto;
    top: 10px;
}


.image_standard.custom_logo_slider .slick-prev:hover .edgtf-icon-linea-icon, 
.image_standard.custom_logo_slider .slick-next:hover .edgtf-icon-linea-icon  {
    color: #f29022;
}


.home-layout .custom-row3 > div {
    padding-top:27px;
}

.home-layout .custom-row3 .custom-row3-header h2 {
    text-align: center;
    line-height: 1.65em;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0;
    margin-bottom: 25px;
}

.home-layout .custom-button-with-top-image-group .image-group {
    text-align: center;
    padding-bottom: 30px;
}

.custom-button-with-top-image-group .image-group > a.active > img {
  -webkit-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
  -o-animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
  animation: wpb_appear .7s 1 cubic-bezier(.175,.885,.32,1.275);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  opacity: 0;
}

.custom-button-with-top-image-group .image-group > a.active > img {
    opacity: 1;
}

.home-layout  .custom-heading-with-button .title-with-btn .btn.orange {
   background: #F39732;
}


.home-layout .custom-button-with-top-image-group .button-group br {
   display:none !important;
}

.home-layout .custom-button-with-top-image-group .button-group a.edgtf-btn.edgtf-btn-medium.edgtf-btn-simple.edgtf-btn-icon {
   display:none !important;
}


.home-layout .custom-button-with-top-image-group {
   padding-top:60px;
   padding-bottom:60px;
}

.home-layout .custom-row4.custom-section > div {
    background-color: #219fba;
    padding-top:20px;
    text-align:center;
    padding-bottom:28px;
}



.home-layout .custom-row4.custom-section > div h2 {
    margin: 25px 0;
}

.home-layout .custom-row4.custom-section > div h2:first-child {  
    color: #ffffff;
    font-style: italic;
    text-align: center;
    margin-bottom:41px;
    margin-top:0;
}

.home-layout .custom-row5 .image_carousel {
    padding-top: 30px;
    padding-bottom: 30px;
}

.home-layout .custom-heading-with-button .title-with-btn p {
   margin-bottom:10px;
}






/*-----End of Home----*/



/*---About----*----*/

.about-layout .custom-row1-group {
  padding-top:60px;
  text-align:center;
}

.about-layout .custom-row1-group h2 {
  padding-bottom:22px;
}

.about-layout .custom-row1-group p {
  font-size:16px;
  margin:0;
}

.about-layout .custom-row2-group > div {
    padding-top: 111px;
    padding-bottom: 56px;
}

.about-layout .custom-row2-group .hs_cos_wrapper_type_header {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
}

.about-layout .custom-row2-group  .custom-two-column-equal {
   padding-bottom:60px;
}


.about-layout .custom-row2-group  .custom-two-column-equal .inner-group {
   padding-top:0;
}


.about-layout .custom-row2-group  .custom-two-column-equal .inner-group .col {
   padding-top:0;
}

.about-layout .custom-row2-group  .custom-two-column-equal .inner-group .col p:first-child {
   margin-top:0;
}

.about-layout  .custom-heading-with-button .title-with-btn p {
   margin-bottom:10px;
}

/* ==========================================================================
   9. MEDIA QUERIES                              
   ========================================================================== */
.error-layout .custom_error_message  {
  text-align:center;
}

.error-layout .custom_error_message h1 {
    color: #333;
    font-size: 80px;
    line-height: 90px;
    letter-spacing: .5px;
    margin: 0 0 22px;
      font-weight: 700;
}


.error-layout .custom_error_message p {
    color: #333;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    letter-spacing: 0;
    margin: 10px auto 9px;
    max-width: 500px;
}

.error-layout .custom_error_message .btn.gray-btn {
    margin: 34px 0 0;
    padding: 18px 38px;
    background-color: #333;
    border: 1px solid #333;
    color: #fff;
    font-size: 18px;
    display: inline-block;
    position: relative;
    outline: 0;
    font-style: normal;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 2px;
    -webkit-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -moz-transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,padding .2s ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.error-layout .custom_error_message .btn.gray-btn:hover {
    border-color: #10c9c3;
    background-color: #10c9c3;
}

.subscribe-options label {
   margin-left:0;
   margin-right:0;
}

.body-container-wrapper .custom-section > div {
    margin-left:-15px;
    margin-right:-15px;
}



.custom-slide-form .hs-form-field .hs-input {
   max-width:100% !important;
}




.recent_post_group .hs-rss-item  {
  margin: 0 0 25px;
}

.recent_post_group .hs-rss-item:last-child {
    margin-bottom: 0;
}

.recent_post_group .hs-rss-item  a {
  color: #fff;
}

.recent_post_group .hs-rss-item  a:hover {
  color: #f29022;
}

/*-----------24/04/2019--------------*/
.custom-header-group .custom-header-right-link, .custom-header-group .custom-menu-primary {
  top: 13px;
}
.mobile-trigger .fa {
  color: #000;
}
/*------footer css--------*/
.footer-container-wrapper {
  background-color: #292929;
}
.custom-footer-top {
  padding: 75px 0 105px;
}
.footer-container .page-center {
  padding: 0 105px 0;
  max-width: 100% !important;
}
.custom-footer-content h3, .custom-footer-content h5 {
  margin: 0 0 30px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 1.5px;
  font-size: 15px;
  line-height: 1.444444444;
}
.custom-footer-content img {
  margin-bottom: 20px;
}
.custom-footer-content p {
  margin: 0;
  color: #8d8d8d;
  font-size: 14px;
}
.custom-footer-content ul {
  display: block;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}
.custom-footer-content ul li {
  display: inline-block;
}
.custom-footer-content ul li a {
  font-size: 0;
  margin: 0 10px 0 0;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 24px;
}
.custom-footer-recent-post .hs-rss-item {
  padding: 11px 0;
  margin: 0 !important;
}
.custom-footer-recent-post .hs-rss-title:hover {
  color: #f29022;
}
.hs-rss-title {
  display: block;
  color: #8d8d8d;
  transition: all .15s;
  font-size: 14px;
  line-height: 2em;
  color: #8d8d8d;
  font-weight: 400;
}
.custom-footer-recent-post .hs-rss-title {
  color: #fff;
  font-size: 14px;
  transition: all .15s;
}
.custom-footer-content .hs-form-required {
  display: none !important;
}
.custom-footer-content input[type="text"], .custom-footer-content input[type="email"], .custom-footer-content textarea {
  width: 100%;
  margin: 0 0 20px;
  padding: 11px 20px;
  font-family: inherit;
  font-size: 13px;
  line-height: 17px;
  font-weight: 400;
  color: #8d8d8d;
  background-color: transparent;
  border: 1px solid #d4d4d4;
  outline: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.custom-footer-content input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 41px;
  padding: 12px 34px;
  font-family: inherit;
  font-size: 11px !important;
  line-height: 17px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #fff;
  background-color: #333;
  border: 0;
  border-radius: 0;
  outline: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  -moz-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  text-transform: uppercase;
  margin: 0;
  outline: none;
  box-shadow: none;
  text-shadow: none;
}
.custom-footer-content input[type="submit"]:hover {
  background-color: #f29022;
}
.custom-focused-momentum-bg {
  background-color: #444647;
  padding: 40px 0;
}
.custom-focused-momentum ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.custom-focused-momentum ul li:first-child {
  padding-left: 0;
}
.custom-focused-momentum ul li {
  display: inline-block;
  float: left;
  padding: 0 18px;
  font-size: 13px;
  font-weight: 700;
}
.custom-focused-momentum ul li a {
  color: #8d8d8d;
}
.custom-focused-momentum p {
  margin: 0;
  display: block;
  text-align: right;
  font-size: 12px;
}
/*------- media query-------*/
@media (max-width: 1700px) {
  .image_standard.custom_logo_slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
     min-height:480px;
  }
  
  .image_standard.custom_logo_slider .caption {
    padding-top: 5%;
  }
  
  .image_standard.custom_logo_slider .slick-prev, .image_standard.custom_logo_slider .slick-next {
      width: 103px;
  }
} /*------- 1700 end here -------*/

@media (max-width: 1440px) {
  .custom-footer-group .custom-footer-top-group .page-center  {
      padding: 45px 40px 40px;
  }
  
  
  .custom-footer-group .custom-footer-top-group .page-center > div {
     margin:0 -20px;
  }
  
  .custom-footer-group .custom-footer-top-group .column {
    padding:0 20px;
  }
  
  .custom-footer-group .custom-footer-bottom-group .page-center {
     padding-left:40px;
     padding-right:40px;
  }
  
  
 .home-layout .custom-testimonial-slider .owl-controls .owl-buttons .owl-prev {
    left: -40px;
  }
  
 .home-layout .custom-testimonial-slider .owl-controls .owl-buttons .owl-next{
    right: -40px;
  }
  
  
  .image_standard.custom_logo_slider .caption h1 {
    font-size: 52px;
    line-height: 52px;
  }

  .image_standard.custom_logo_slider .caption p {
    font-size: 24px;
    line-height: 36px;
  }

  .image_standard.custom_logo_slider .caption .btn {
    font-size: 24px;
    padding: 14px 36px;
    line-height: 41px;
  }

} /*------- 1440 end here -------*/

@media (max-width: 1250px) {
 .home-layout .custom-testimonial-slider .owl-controls .owl-buttons .owl-prev {
    left: -30px;
  }
  
 .home-layout .custom-testimonial-slider .owl-controls .owl-buttons .owl-next{
    right: -30px;
  }
} /*------- 1250 end here -------*/

@media (max-width: 1200px) {
  
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span{
    padding: 0 16px;
  }

  .custom-header-group .custom-menu-primary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul {
    display:block;
  }
  

  .custom-footer-group .custom-footer-top-group .page-center {
    padding: 40px 30px 35px;
  }

  .custom-footer-group .custom-footer-bottom-group .page-center {
    padding-left: 30px;
    padding-right:30px;
  }
  
  
  .owl-buttons {
     display:none;
  }
  
  .image_carousel .hs_cos_gallery_thumbnails .slick-slide-inner-wrapper img {
    max-width: 100%;
  }
  /*-----footer css----------*/
  
  .custom-footer-top {
    padding: 30px 0;
  }
  .footer-container .page-center {
    padding: 0 30px;
  }
} /*------- 1200 end here -------*/

@media (max-width: 1200px) and (min-width:1025px) {
  .container-fluid .row-fluid .page-center {
    max-width:950px;
  }
} /*------- 1700 max and 1025 min end here -------*/

@media (max-width: 1200px) and (min-width:768px) {
  .custom-heading-with-button .title-with-btn .heading {
    width: 65%;
  }

  .custom-heading-with-button .title-with-btn .button-group {
    width: 35%;
  }
} /*------- 1200 max and 768 min end here -------*/

@media (max-width: 1150px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a > span {
     padding:0 12px;
  }
} /*------- 1150 end here -------*/

@media (max-width: 1024px) {
  
  .custom-button-with-top-image-group .inner-group {
      margin-left: 0;
      margin-right: 0;
  }
  
  
  .custom-header-group .custom-header-right-link {
      display:none;
  }
  
  .custom-header-group .custom-header-logo {
    float: none;
    height: 100%;
    width: 100%;
    text-align: center;
  }
  
  .custom-header-group .custom-header-logo > div a img {
     height:auto;
  }
  
  .custom-header-group .custom-header-logo a img.edgtf-light-logo,
  .custom-header-group .custom-header-logo > div a img.edgtf-dark-logo {
     display:none;
  }
  
  .scroll-after .custom-header-logo a img.edgtf-normal-logo, 
  .custom-header-group .custom-header-logo a img.edgtf-normal-logo {
      opacity: 1 !important;
      max-width: 166px;
  }
  
  .custom-header-group .custom-menu-primary {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 100% !important;
    padding: 0;
    margin: 0;
  }
  
  .custom-header-group .custom-header-logo {
     position:relative;
     padding-bottom:1px;
  }
  
  .custom-header-group {
      position: absolute;
      min-height: 80px !important;
      background-color: #fff;
      border-bottom: 1px solid #d4d4d4;
  }
  
  .custom-header-group .page-center {
     max-width:768px !important;
  }
  
  .custom-header-group .custom-header-logo>div a {
    max-height: 80px;
    margin-top: 17px;
  }
  
  .custom-header-group .custom-header-logo > div {
     padding-bottom:15px;
  }
  
   .mobile-trigger .grouper {
     -webkit-transition: color .15s ease-out;
     -moz-transition: color .15s ease-out;
     -o-transition: color .15s ease-out;
     -ms-transition: color .15s ease-out;
     transition: color .15s ease-out;
  }
  
  .mobile-trigger .grouper:hover { 
    color: #f29022;
  }
  
  .custom-banner-area {
     top:1px;
  }
  
  .custom-banner-area .banner-title-area .banner-title {
    line-height: .9em;
    letter-spacing: 4.5px;
    font-size: 45px;
  }
  
  .custom-banner-area .banner-title-area .banner-title span {
    font-size: .65em;
  }
  
  .has-banner .header-container-wrapper {
    min-height: 80px !important;
  }
  
  
  .custom-header-group {
     padding-left:10px;
     padding-right:10px;
  }
  
  
  .header-hide .custom-header-group {
    width: 100%;
    -webkit-transition: -webkit-transform .4s ease-in-out,left .2s ease,right .2s ease;
    -moz-transition: -moz-transform .4s ease-in-out,left .2s ease,right .2s ease;
    -o-transition: -o-transform .4s ease-in-out,left .2s ease,right .2s ease;
    transition: transform .4s ease-in-out,left .2s ease,right .2s ease;
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }


  .fixed-header .custom-header-group {
    top: 0;
    left: 0;
    width: 100%;
    position: fixed;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  
  .custom-footer-group .custom-footer-top-group .column:not(:last-child) {
    margin-bottom: 30px;
  }


  .custom-footer-group .custom-footer-top-group .column {
    padding: 0 25px;
    width: 50% !important;
  }
  
  .custom-footer-group .custom-footer-top-group .page-center > div {
      margin:0 -25px;
  }

  
  .custom-header-group .custom-menu-primary {
     min-height:0;
  }
  
  .header-container-wrapper {
      min-height: 80px !important;
  }
  
/*   .custom-content-with-top-image-group .inner-group,
  .custom-content-with-top-icon-group .inner-group {
    margin: 0;
  } */

  
  body.no-banner-image .custom-banner-area {
    min-height: 37vw;
  }
  

  .image_standard.custom_logo_slider .caption h1 {
    font-size: 46px;
    line-height: 46px;
    letter-spacing:3px;
  }

  .image_standard.custom_logo_slider .caption p {
    font-size: 21px;
    line-height: 31px;
    letter-spacing:0;
  }

  .image_standard.custom_logo_slider .caption .btn {
    font-size: 21px;
    padding: 13px 23px 13px 31px;
    line-height: 36px;
    letter-spacing: 1px;
  }
  
  .image_standard.custom_logo_slider .slick-prev, .image_standard.custom_logo_slider .slick-next {
         width: 70px;
  }
  
  .image_standard.custom_logo_slider .caption {
    padding-top: 8%;
  }
  /*---------footer css----------*/
  .custom-footer-content {
    width: 48% !IMPORTANT;
    MARGIN: 0 0 30PX !IMPORTANT;
    PADDING-RIGHT: 30PX;
    FLOAT: NONE !IMPORTANT;
    DISPLAY: INLINE-BLOCK !IMPORTANT;
    VERTICAL-ALIGN: TOP;
  } 
  .footer-container .page-center {
    max-width: 100% !important;
  }

} /*------- 1024 end here -------*/

@media (max-width: 1024px) and (min-width:768px) {
  .container-fluid .row-fluid .page-center {
      max-width:768px;
  }
  
/*   .custom-team-group .team-member h3 {
    font-size:18px;
  } */
  
} /*------- 1024 max and 768 min end here -------*/

@media (max-width: 850px) {
  .custom-content-with-top-image-group .inner-group {
     margin:0;
  }
} /*------- 850 end here -------*/

@media (max-width: 767px) and (min-width:600px) {
  .container-fluid .row-fluid .page-center {
      max-width:600px;
  }
  
  .custom-team-group .team-member img.alignLeft {
    float: left;
    margin: 0 20px 20px 0 !important;
  }
} /*------- 767 max and 600 min end here -------*/

@media (max-width: 599px) and (min-width:480px) {
  .container-fluid .row-fluid .page-center {
      max-width:420px;
  }
} /*------- 599 max and 480 min end here -------*/

@media (max-width: 479px) and (min-width:300px) {
  .container-fluid .row-fluid .page-center {
      max-width:300px;
  }
} /*------- 479 max and 300 min end here -------*/

@media (min-width: 768px) {
  .custom-button-with-top-image-group .content-group  {
      width: 33.33333333%;
      float: left;
  }

  .custom-content-with-top-icon-group .column-group {
    width: 33.33333333%;
    float:left;
  }
  
  .custom-two-column-equal .col {
    width:50%;
    float:left;
  }
  
  .custom-content-with-top-image-group {
     display:table;
     width:100%;
  }
  
  .custom-content-with-top-image-group .content-group {
    float:left;
    width:50%;
  }
  
  .alignLeft {
    float: left;
    margin: 0 20px 20px 0 !important;
  }
  
  .custom-team-group .team-member:not(.full-width) {
    width:50%;
    float:left;
  }

  .custom-pdf-group .custom-content-group {
    width: 33.33333333%;
    float:left;
  }


} /*------- 768 end here -------*/

@media (max-width: 767px) {

  .custom-header-group .custom-menu-primary {
     display:block !important;
  }
  
  .custom-header-group .page-center {
      max-width: 600px !important;
  }
  
  .custom-banner-area .banner-title-area .banner-title span {
    font-size: .5em;
  }
  
  body input[type="text"], body input[type="password"], body input[type="datetime"], 
  body input[type="datetime-local"], body input[type="date"], body input[type="month"], 
  body input[type="time"], body input[type="week"], body input[type="number"], body input[type="email"], body input[type="url"],
  body input[type="search"], body input[type="tel"], body input[type="color"], body input[type="file"], body textarea, body select {
    max-width:100%;
    width:100%;
  }

  .body-container .widget-type-form,.landing-page.one-column .body-container .hs_cos_wrapper_type_form , 
  .body-container .widget-type-blog_subscribe, 
  .body-container .widget-type-google_search, 
  .body-container .widget-type-password_prompt.custom_error_message, 
  .body-container .widget-type-email_simple_subscription {
    margin-bottom:25px;
    display:block;
  }
  
  .custom-footer-group .custom-footer-top-group .column {
    padding: 0;
    width: 100% !important;
  }
  
  .custom-footer-group .custom-footer-top-group .page-center > div {
     margin:0;
  }
  
  .custom-footer-group .custom-footer-bottom-group .page-center,
  .custom-footer-group .custom-footer-top-group .page-center {
     padding-left:25px;
     padding-right:25px;
  }
  
  
  .custom-footer-group .custom-footer-bottom-group .page-center {
    padding-top: 3px;
    padding-bottom: 28px;
  }
  
  .custom-footer-group .custom-footer-top-group .column:not(:last-child) {
    margin-bottom: 20px;
  }
  
  .custom-footer-group .custom-footer-top-group .column:last-child {
    margin-bottom: 20px;
  }
  
  .custom-footer-group .social-links {
    margin-top: 33px;
    line-height: 1.3;
  }
  
  .error-layout .custom_error_message h1 span {
    font-size: .7em;
  }
  
  .error-layout .custom_error_message h1 {
    line-height:1;
  }
  
  
  .custom-button-with-top-image-group .content-group {
    padding-left: 0;
    padding-right: 0;
  }

  
  .custom-heading-with-button .inner-group .title-with-btn {
    display:block;
  }
  .custom-heading-with-button .title-with-btn .heading,
  .custom-heading-with-button .title-with-btn .button-group {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
  }
  
  .custom-heading-with-button .title-with-btn .button-group{
      margin-top:20px;
  }
  
  .custom-content-with-top-icon-group .column-group {
     padding:0;
  }
  
  
  .alignLeft, 
  .alignleft {
    margin: 0;
    float:none;
  }

  img.alignLeft, 
  img.alignleft {
    margin: 0;
  }
  
  
  
  .custom-content-with-top-image-group .inner-group,
  .custom-content-with-top-icon-group .inner-group {
    margin: 0;
  } 
  
  

  
  .services-layout .custom-heading-with-button  .inner-group .title-with-btn,
  .client-stories-layout .custom-heading-with-button .inner-group .title-with-btn {
     display:block;
  }
  
  .client-stories-layout .custom-heading-with-button .title-with-btn .button-group, .services-layout .custom-heading-with-button .title-with-btn .button-group,
  .client-stories-layout .custom-heading-with-button .title-with-btn .heading, .services-layout .custom-heading-with-button .title-with-btn .heading {
    width: 100%;
    display: block;
    vertical-align: middle;
    text-align:center;
  }
  
  .custom-heading-with-button .title-with-btn p {
      padding-right:0;
  }
  
  
  
  .image_standard.custom_logo_slider .caption h1 {
    font-size: 39px;
    line-height: 36px;
    margin: 0px 0px 12px;
    letter-spacing: 2px;
  }

  .image_standard.custom_logo_slider .caption p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0px;
  }


  .image_standard.custom_logo_slider .caption .btn {
    font-size: 18px;
    padding: 11px 20px 11px 27px;
    line-height: 31px;
    letter-spacing: 1px;
  }
  
  .image_standard.custom_logo_slider .slick-prev, .image_standard.custom_logo_slider .slick-next {
      display:none !important;
  }
  
  .image_standard.custom_logo_slider .caption {
    padding-top: 12%;
  }
  
  .custom-books-and-workbooks .button-group {
    width: 100%;
    display: block;
    padding-left: 0;
    padding-right: 0;
  }
  .custom-footer-content {
    width: 100% !IMPORTANT;
    MARGIN: 0 0 30PX !IMPORTANT;
    PADDING-RIGHT: 0;
    FLOAT: NONE !IMPORTANT;
    DISPLAY: BLOCK !IMPORTANT;
    VERTICAL-ALIGN: TOP;
  }
  .custom-focused-momentum ul {
    text-align: center;
  }
  .custom-focused-momentum ul li:first-child {
    padding-left: 18px;
  }
  .custom-focused-momentum ul li {
    display: inline-block;
    float: none;
  }
  .custom-focused-momentum p {
    margin: 0;
    display: block;
    text-align: center;
    font-size: 12px;
    padding: 20px 0 0;
  }
} /*------- 767 end here -------*/  

@media (max-width: 600px) {
  .custom-header-group .page-center {
      max-width: 420px !important;
  }
  
  .custom-banner-area .banner-title-area .banner-title {
    line-height: .9em;
    font-size: 34px;
  }
  
  .error-layout .custom_error_message h1 span {
    font-size: .5em;
  }
  
  .custom-testimonial-slider .owl-item .edgtf-testimonial-text-holder {
    display: table;
    position: relative;
  }

   .custom-testimonial-slider .owl-item .edgtf-testimonial-text-holder > div {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  
 .custom-testimonial-slider .owl-item .edgtf-testimonial-icon-holder + .edgtf-testimonial-text-inner p {
     padding-left:0;
  }

  .custom-testimonial-slider .owl-item .edgtf-testimonial-content-inner i {
    float:none;
    margin: 0 auto;
  }
  
  
  .custom-content-with-top-image-group .content-group {
     padding-left:0;
     padding-right:0;
  }


  
} /*------- 600 end here -------*/

@media (max-width: 600px) {
  .custom-team-group .team-member img.alignLeft {
      margin-bottom: 20px !important;
      display: block;
  }
  
  .image_standard.custom_logo_slider .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    min-height: 410px;
  }


  .image_standard.custom_logo_slider .caption h1 {
    font-size: 33px;
    line-height: 33px;
    margin: 0px 0px 10px;
  }

  .image_standard.custom_logo_slider .caption p {
    font-size: 15px;
    line-height: 23px
  }


  .image_standard.custom_logo_slider .caption .btn {
    font-size: 15px;
    padding: 9px 23px;
    line-height: 26px;
    letter-spacing: 1px;
  }
  
  .image_standard.custom_logo_slider .caption {
    padding-top: 15%;
  }
  
} /*------- 600 end here -------*/

@media (max-width: 479px) {
  .image_carousel .hs_cos_gallery_thumbnails {
    margin-bottom: 0;
    padding: 0 30px;
  }
  
  .custom-header-group .page-center {
    max-width: 300px !important;
  }
} /*------- 479 end here -------*/

@media (max-width: 420px) {


  
 .custom-testimonial-slider .owl-item {
      padding-left:20px;
      padding-right:20px;
  }

} /*------- 420 end here -------*/
 
@media (max-width: 350px) and (min-width:321px) {

  
  .container-fluid .row-fluid .page-center {
    max-width: 280px;
  }

} /*------- 350 max and 321 min end here -------*/

@media (max-width: 320px) {
  .custom-header-group {
     padding:0;
  }
  
  .container-fluid .row-fluid .page-center {
    max-width: 300px;
    width: 95%;
  }
  
  .custom-pdf-group .custom-content-group {
      padding: 0;
  }
} /*------- 320 end here -------*/