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

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

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

/* These includes are optional, but helpful. */
/*/* Images */

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

/* Videos */

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

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

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

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

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

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

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

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

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

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

/* Forms */

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

/* Menus */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Space Module */

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

/* Blog Author Section */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.carousel li {margin-right: 5px}


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

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



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

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

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

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

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

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

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

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

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


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

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

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

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



*/
/*/* HTML 5 Reset */

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

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

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

/* Support migrations from wordpress */

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

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

/* Responsive Google Maps */

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

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

*/


/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/************************************************************* Commonn Style **************************************************************************************************/
body{ margin: 0 auto; }
body{ font-family: ProximaNova-Light; margin: 0 auto; font-size: 18px; color: #081b47; background: #fff; }
@font-face {
    font-family: 'ProximaNova-Light';
    src: url(https://cdn2.hubspot.net/hubfs/2684535/ProximaNova-Light.otf) format("opentype")
}
@font-face {
    font-family: 'ProximaNova-Regular';
	src: url(https://cdn2.hubspot.net/hubfs/2684535/ProximaNova-Regular.otf) format("opentype")
}
@font-face {
	font-family: 'ProximaNova-Bold';
	src: url(https://cdn2.hubspot.net/hubfs/2684535/ProximaNova-Bold.otf) format("opentype")
}
@font-face {
    font-family: 'ProximaNova-Extrabold';
	src: url(https://cdn2.hubspot.net/hubfs/2684535/ProximaNova-Extrabold.otf) format("opentype")
}
.header-container { background: #2eca91 !important; z-index: 9999; }
.page-center {
    width: 100%;
    max-width: 1170px;
    margin: 0 auto;
}
h1, h2, h3, h4, h5, h6{ font-family: 'ProximaNova-Bold'; color: #081b47; }
h1{ font-size: 48px; font-family: 'ProximaNova-Bold' !important; line-height:60px; }
h2{ font-size:36px; }
h3{ font-size:32px; }
p{ font-size: 18px; color: #081b47; }
.hs_cos_wrapper_type_rich_text ul li::before{ display: none; }
a {
    color: #2eca91;
}
input, textarea{font-family: Proximanova-Light;}
/*.body-container-wrapper { padding-top: 80px; }*/


/************************************************************** Header *************************************************************************************************************/
.header-container-wrapper { margin-bottom:120px; }
.header-container-wrapper .header-container { position: fixed; width:100%; z-index:999999; }
.header-container .hs_cos_wrapper_type_logo a img{ margin-bottom: 15px; }
.fixHeader .hs-image-widget  { 
    width: 230px !important; 
    margin:10px 0 0 0 !important; 
    transition: ease-in-out all 0.4s; 
    -moz-transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s; 
    -ms-transition: ease-in-out all 0.4s; 
    -o-transition: ease-in-out all 0.4s; 
}
.header-container .hs_cos_wrapper_type_logo a img{ 
    transition: ease-in-out all 0.4s !important; 
    -moz-transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s; 
    -ms-transition: ease-in-out all 0.4s; 
    -o-transition: ease-in-out all 0.4s; 
}
.fixHeader .hs-menu-wrapper{ 
    padding:15px 0 0 0; 
    transition: ease-in-out all 0.4s;
    -moz-transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s; 
    -ms-transition: ease-in-out all 0.4s; 
    -o-transition: ease-in-out all 0.4s; 
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ font-size : 16px; font-family: ProximaNova-Regular; color: #fff; max-width:none !important; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a{ 
    background: #e52c3b none repeat scroll 0 0;
    font-family: ProximaNova-Bold;
    text-transform: uppercase; 
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.hs-menu-wrapper.hs-menu-flow-horizontal ul li:last-child a:hover{ box-shadow: inset 200px 0 0 #081b47; }
.hs-menu-wrapper{ float: right; padding: 29px 0 0 0; transition: ease-in-out all 0.4s; }
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color: #081b47;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100% !important;
}
.custom-menu-primary .hs-menu-wrapper > ul ul {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  left: 15px !important;
  min-width: 150px;
  padding: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover {
  background: #2eca91 none repeat scroll 0 0 !important;
  transition: ease-in-out all 0.4s;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:hover a { color:#fff !important; }
.hs-menu-wrapper.hs-menu-flow-horizontal ul ul li:last-child a
{ 
    background: transparent none repeat scroll 0 0;
    font-family: ProximaNova-Regular;
    text-transform: capitalize;
    box-shadow:none !important;
}
.mobile-trigger, .child-trigger { display: block !important; }
.child-trigger > i::before {
    content: "" !important;
    font-family: fontawesome !important;
}
.child-trigger {
    color: #fff !important;
    float: right !important;
    padding: 9px 0 0 !important;
    position: absolute !important;
    right: 5px !important;
    top: 0 !important;
    transform: rotate(-5deg) !important;
    -webkit-transform: rotate(-5deg) !important;
    -ms-transform: rotate(-5deg) !important;
    -o-transform: rotate(-5deg) !important;
}
.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children.active-branch{
    color:#000 !important; 
}

/************************************************************* Footer **********************************************************************************************************/

.footer { background: #e52c3b none repeat scroll 0 0;  }
.footer p{ color:#fff; margin: 30px 0 20px 0; }
.copyright-text {
  border-top: 1px solid #e8424f;
  margin: 10px 0 0;
  padding: 20px 0;
}
.copyright-text p{ float:left; font-size:14px; margin:0; }
.footer-menu { float: right; }
.footer-menu > ul { margin: 0; line-height: normal; }
.footer-menu li:before{ content: "" !important; }
.footer-menu li{ list-style: none !important; margin: 0; display:inline; } 
.footer-menu a { color: #fff; font-size: 14px; padding:0 0 0 20px; }
.footer-menu a:hover { color: #081b47; }
.footer-social-icon li { display: inline-block; list-style: outside none none; }
.footer-social-icon > ul {
  margin: 0;
  padding: 15px 0 0;
  text-align: right;
}
.footer-social-icon a {
  color: #fff;
  display: inline-block;
  padding: 18px 10px;
}
.footer-social-icon a:hover{ color: #081b47;}
.footer-container-wrapper .fa.fa-map-marker {
    float: left;
    color: #fff;
    line-height: normal;
    padding: 2px 15px 0 0;
    font-size: 20px;
}
.footer-container-wrapper .fa.fa-phone {
    float: left;
    color: #fff;
    line-height: normal;
    padding: 2px 15px 0 0;
    font-size: 20px;
}

/******************************************************** Resources Page ******************************************************************************************************/
.top-baaner { padding-bottom: 80px; }
.resource-book-section .resource-book-box.left { background: #2bc18a none repeat scroll 0 0; width: 50%; }
.resource-book-section .row-fluid { display: table; width: 100%; }
.resource-book-section .resource-book-box {
    float: none !important;
    display: table-cell;
    vertical-align: middle;
}
.resource-book-section .resource-book-box .book-image img { width: 270px; margin-right:0; }
.resource-book-section .resource-book-box .book-image { float: left; }
.resource-book-section .resource-book-box { padding: 75px 50px; }
.resource-book-section .resource-book-box .book-category {
  color: #081b47;
  font-family: ProximaNova-regular;
  text-transform: uppercase;
}
.resource-book-section .resource-book-box .book-name { color: #fff; line-height: 28px; margin:15px 0 30px 0; }
.resource-book-section .resource-book-box .book-detail { padding: 15px 25px 0 0; }
.resource-book-section .resource-book-box .book-detail .button {
  background: #f93443 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  padding: 10px 25px;
  box-shadow: inset 0 0 0 transparent;
  transition:ease-in-out all 0.6s;
  -webkit-transition:ease-in-out all 0.6s;
  -ms-transition:ease-in-out all 0.6s;
  -o-transition:ease-in-out all 0.6s;
}
.resource-book-section .resource-book-box .book-detail .button:hover{ box-shadow: inset 200px 0 0 #081b47; }
.resource-book-section .resource-book-box.right {
  background: #2eca91 none repeat scroll 0 0;
  margin: 0 !important;
  width: 50%;
}
.resources-books .resources-book-name {
  display: inline-block;
  font-family: ProximaNova-Bold;
  margin: 15px 0 30px 0;
  color: #081b47;
}
.resources-books .resources-book-name:hover { color: #2eca91; }
.resources-books {padding: 80px 0 60px; }
.light-grey-bg{ background: #f8f8f8;}
.resources-books p {padding-bottom: 20px; }
.call-to-action {
  background: #2eca91 none repeat scroll 0 0;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.call-to-action h2{ color: #fff; }
.call-to-action p{ color: #fff; }
.call-to-action .button {
  border: 1px solid #fff;
  color: #fff;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  margin-top: 20px;
  padding: 15px 50px;
}
.resources-books .hs-rss-item.hs-with-featured-image {
    width: 25%;
    float: left;
    padding: 0 15px;
}
.resources-books .hs-rss-title {
    display: inline-block;
    font-family: ProximaNova-Bold;
    margin-top: 15px;
}
.resources-books img{ width:100%; max-height:initial !important; }
.resouce-detail-box {
    background: #fff;
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.3);
    padding: 40px;
    display:inline-block;
    width:100%;
    margin:25px 0 0 0;
}
.resouce-detail-box img{ width:30% !important; float:left; }
.resouce-detail-box .detail {
    float: left;
    width: 70%;
    padding-left: 30px;
}
.resouce-detail-box .detail ul{ padding-left: 0 !important; }
.resouce-detail-box .detail ul li {
    list-style: none !important;
    background: url(https://cdn2.hubspot.net/hubfs/2684535/list-icon.png);
    background-repeat: no-repeat;
    background-position: left 10px;
    padding: 0 0 0 35px;
    font-size: 24px;
    margin:20px 0;
}
.resource-form-box { background: #2eca91 none repeat scroll 0 0; padding: 80px 0; margin-top:80px; }
.resource-form-box form { width: 60%; margin: 0 auto; }

.resource-form-box label {
  color: #fff;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.resource-form-box label{ color: #fff; }
.resource-form-box input{ height: 50px !important; border: none !important; border-radius:0 !important; margin-bottom:20px; }
.resource-form-box textarea{ border: none !important; border-radius:0 !important; }
.resource-form-box .hs-form-field{ margin: 0 !important; }
.resource-form-box .form-title {
  color: #fff;
  font-size: 36px;
  margin-bottom: 30px;
  text-align: center;
}
.resource-form-box .hs-button.primary.large {
  background: #e52c3b none repeat scroll 0 0;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  height: 70px !important;
  margin: 30px 0 0;
  padding: 15px 7px;
  width: 100%;
  box-shadow: inset 0 0 0 transparent;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
}
.resource-form-box .hs-button.primary.large:hover {
    box-shadow: inset 730px 0 0 #081b47;
}
.resource-form-box select {
  background: #fff url("https://cdn2.hubspot.net/hubfs/2684535/select-bg.png?t=1486555823556") no-repeat scroll 95% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: medium none !important;
  border-radius: 0 !important;
  height: 50px !important;
}
.resource-book-detail{ padding:80px 0 60px 0; }
.resource-book-detail li{ list-style:outside disc !important; margin:0 0 15px 25px; }
.resource-book-detail ul { margin:15px 0 20px 0; }
.resource-book-detail h6 { margin: 15px 0 0 0 !important; } 
.tool-book img {
    width: auto;
}
.tool-book-box {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    padding: 30px 0;
    position: relative;
    text-align: center;
}
.tool-book-box .tool-icon img {
    left: -62px;
    position: absolute;
    top: -77px;
}
.tool-book-box .inner-title {
    color: #f33343;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 15px;
    font-family:ProximaNova-Bold;
}
.tool-book .tool-main-title a {
    color: #081b47;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    font-family:ProximaNova-Bold;
    margin-top: 15px;
}

/*************************************************************************** Inbound Marketing ************************************************************************************/
.inbound-solution h5 {
    margin-bottom: 30px;
    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 30px;
}
.inbound-stratagy {
    position: relative;
    text-align: center;
    color: #fff;
    padding: 80px 0;
}
.services-box.inbound-solution{ padding: 80px 0 60px 0 !important; }
.inbound-stratagy .overlay {
    position: absolute;
    background: #2eca91;
    width: 100%;
    top: 0;
    left: 0;
    height: 470px;
    z-index: -9;
}
.inbound-stratagy h2{ color:#fff; }
.inbound-stratagy p{ color:#fff; margin-bottom:35px; }
.inbound-stretagy-points {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: left;
    color: #000;
    padding:0;
}
.inbound-stretagy-points .top-blue-line {
  background: #36a7e1 none repeat scroll 0 0;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  padding: 16px 0;
  text-align: center;
}
.inbound-stretagy-points ul li::before{ display: none; }
.inbound-stretagy-points ul{ 
    border-right: 1px solid #e0e0e0;
    float: left;
    margin: 50px 0;
    padding: 0 30px;
    width: 50%;
}
.inbound-stratagy .traditional-web-design-bottom{ margin-top:60px; }
.inbound-stratagy .traditional-web-design-bottom h2 { color: #081b47; }
.inbound-stratagy .traditional-web-design-bottom p { color: #081b47; }
.inbound-stretagy-points ul li{ padding: 0 0 30px 0; text-align: center; font-size:24px;  }
.proven-content-inbound ul li::before{ display: none; }
.proven-content-inbound ul li{ padding: 15px 0; list-style: none; }
.proven-content-inbound ul li .fa {
    float: left;
    margin: 5px 15px 10px 0;
    color: #2eca91;
}
.proven-content-inbound h5 { font-family: Proximanova-Light; }
.proven-content-inbound { padding: 0 0 50px 0; } 
.globalyogi-lab-business { background: #36a7e1; text-align: center; padding:80px 0 15px 0; margin:0; }
.globalyogi-lab-business h2{ color:#fff; }
.globalyogi-lab-business p{ color:#fff; }
.hubspot-consultant { background: #f8f8f8; padding: 80px 0 80px 0; }
.hubspot-consultant .hubspot-consaltant-box{ margin-top:20px; }
.hubspot-consultant .hubspot-consaltant-box .number {
    font-family: ProximaNova-Extrabold;
    font-size: 60px;
    color: #2eca91;
    float: left;
}
.hubspot-consultant .hubspot-consaltant-box .detail { padding: 15px 0 0 100px; }
.experience-certificate{ padding:80px 0; }
.experience-certificate img{ margin-top: 30px; }
.business-problems { background: #f8f8f8; padding: 80px 0; }
.business-problems-box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    padding: 60px;
    height: 385px;
    margin-top:40px;
}
.business-problems-box h5 { color: #2eca91; margin: 25px 0 0 0; }
.inbound-testimonial-outer {
    background: #151826;
    margin: 0;
    padding: 80px 0 40px 0;
    color: #fff;
}
.inbound-testimonial-outer h3 { color: #fff; text-align: center; margin-bottom:40px; }
.inbound-testimonial-outer .owl-item{ text-align: center; }
.inbound-testimonial-outer .owl-wrapper-outer{ overflow: hidden; }
.inbound-testimonial-outer p { color: #2eca91;  font-size: 30px; margin-bottom:35px; }
.inbound-testimonial-outer .client-name { color: #2eca91; font-family: Proximanova-Bold; }
.inbound-testimonial-outer .owl-page { display: inline-block; margin: 20px 4px 0 4px ; }
.inbound-testimonial-outer .owl-item div { width: 70%; margin: 0 auto; }
.globalyogi-lab-business-box { background: #fff; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2); padding:60px 0 110px 0; }
.globalyogi-lab-business-box.growth-driven-slider{ padding:60px; }
.globalyogi-lab-business-slider .owl-item div { width: 80%; margin: 0 auto; }
.globalyogi-lab-business-box .number{ font-size:60px; color:#2eca91; font-family: ProximaNova-Extrabold; line-height: normal; }
.globalyogi-lab-business-box p{ color:#000; }
.globalyogi-lab-business-slider{ margin-top: 40px; }
.globalyogi-lab-business-slider .owl-next, .globalyogi-lab-business-slider .owl-prev {
    border: 2px solid #fff;
    text-align: center;
    color: #fff;
}
.globalyogi-lab-business-slider .owl-next .fa,
.globalyogi-lab-business-slider .owl-prev .fa
{ font-size:30px; color:#fff; }




/***************************************************************************** Thank You Page *************************************************************************************/
.thank-you-page{ margin-bottom: 80px !important; }
.thank-you-content h2 {line-height: normal; margin: 30px 0 0; }
.thank-you-content .button {
  background: #2eca91 none repeat scroll 0 0;
  color: #fff;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  margin: 40px 0 30px;
  padding: 12px 40px;
  transition: ease-in-out all 0.4s;
  -webkit-transition: ease-in-out all 0.4s;
  -ms-transition: ease-in-out all 0.4s;
  -o-transition: ease-in-out all 0.4s;
  box-shadow:0 0 0 transparent inset;
}
.thank-you-content .button:hover{ box-shadow:250px 0 0 #e52c3a inset;}
.thank-you-content p{ margin: 0 0 30px 0;}
.thank-you-content li:before{ content: "" !important; }
.thank-you-content li{ list-style: outside disc !important; margin: 0 0 15px 15px; } 
.thank-you-form { background: #2eca91 none repeat scroll 0 0; padding: 30px 20px 30px 30px; }
.thank-you-form label {
  color: #fff;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.thank-you-form .hs-error-msgs label{ color: red;}
.thank-you-form input{ height: 50px !important; border: none !important; border-radius:0 !important; margin-bottom:20px; }
.thank-you-form textarea{ border: none !important; border-radius:0 !important; min-height:110px; }
.thank-you-form .hs-form-field{ margin: 0 !important; }
.thank-you-form .form-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.thank-you-form .hs-button.primary.large {
  background: #e52c3b none repeat scroll 0 0;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  height: 70px !important;
  margin: 30px 0 0;
  padding: 15px 7px;
  width: 97%;
  box-shadow: inset 0 0 0 transparent;
  transition:ease-in-out all 0.6s;
  -webkit-transition:ease-in-out all 0.6s;
  -ms-transition:ease-in-out all 0.6s;
  -o-transition:ease-in-out all 0.6s;
}
.thank-you-form .hs-button.primary.large:hover{ box-shadow: inset 350px 0 0 #081b47 !important; }


/******************************************************************************** Blog Listing Page *********************************************************************************/
/*.blog-slider {height: 500px; overflow: hidden; }*/
.blog-slider .hs_cos_flex-slider {height: 520px; overflow: hidden; background: #f8f8f8 url(https://cdn2.hubspot.net/hubfs/2290119/rolling.gif); background-repeat:no-repeat; background-position: center;  }
.blog-slider .hs_cos_flex-viewport{ height:100% !important; }
.blog-slider .hs_cos_flex-slider .hs_cos_flex-slides{ height:100%; }
.blog-slider .hs_cos_flex-slider .hs_cos_flex-slides > li{ height:100%; background:rgba(0, 0, 0, 1) none repeat scroll 0 0; }
/*.blog-slider .hs_cos_flex-slider .hs_cos_flex-slides img{ width: auto !important; }*/
.blog-slider .hs_cos_flex-slider .hs_cos_flex-slides img{ opacity:0.6; }
.blog-listing-page .body-container-wrapper{ padding: 0; }
.post-item {
    float: left;
    padding: 0 15px;
    text-align: center;
    width: 33.33%;
}
.topic-link {
    text-transform: uppercase;
    font-size: 16px;
    font-family: ProximaNova-Regular;
    color: #e52c3b;
    text-decoration: underline;
}
.post-header h5{ line-height: normal; padding:10px 0 10px 0; height:105px; }
.post-header h5 a { color: #081b47; }
.post-header h5 a:hover { color: #2eca91; }
.caption { background: transparent !important; top:30%; margin-top:-50px; }
.topic-name {
    text-transform: uppercase;
    font-size: 18px;
    text-decoration: underline;
}
.caption h1{ margin: 30px 0; }
.caption a {
    background: #2eca91;
    color: #fff;
    font-family: Proximanova-Bold;
    font-size: 24px;
    padding: 15px 30px;
    display: inline-block;
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.caption a:hover{
    box-shadow: inset 200px 0 0 #e52c3b;
}
.hs_cos_flex-control-nav { position: absolute !important; bottom: 40px  !important; }
.hs_cos_flex-control-paging li a.hs_cos_flex-active{ background: #e0e0e0  !important; }
.hs_cos_flex-control-paging li a{ background: transparent  !important; border: 2px solid #e0e0e0  !important;  height:16px !important; width:16px !important; box-shadow: none !important; }
.next-posts-link.load-more {
    font-family: Proximanova-Bold;
    font-size: 24px;
    border: 1px solid #081b47;
    padding: 10px 38px;
    display: inline-block;
    margin-bottom:80px;
    color: #081b47;
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.next-posts-link.load-more:hover {
    box-shadow: inset 300px 0 0 #081b47;
    color: #fff;
}
#cta_button_2290119_4703281a-c83e-43e6-806e-30536b3cd9b5:hover {
    box-shadow: inset 600px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
a#cta_button_2290119_7dd357f0-ec08-4b9e-8c7b-3b91fcbc7647:hover {
    box-shadow: inset 600px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
a#cta_button_2290119_66e108ac-934b-46fb-b5dd-f19d327e4394:hover {
    box-shadow: inset 700px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
a#cta_button_2290119_e8356218-00ff-4bad-98cc-ccbd510b7364:hover {
    box-shadow: inset 450px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
a#cta_button_2290119_a87caf0a-c0d4-4023-9fda-83ad9979924e:hover {
    box-shadow: inset 450px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
a#cta_button_2290119_1177302e-3a63-49b7-b521-82990c673377:hover {
    box-shadow: inset 300px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
a#cta_button_2290119_962f584c-1aa2-4022-9ffd-1c0fb33aa682:hover {
    box-shadow: inset 400px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
a#cta_button_2290119_12b10f4a-4337-4f3a-a142-f85df9238ebd:hover {
    box-shadow: inset 800px 0 0 #081b47 !important;
    border-color:#081b47 !important;
}
.listing-blog-pagination { text-align: center; }
.scroll-msg { display: none; }
.post-author { color: #e52c3b; text-decoration: underline; }
.post-byline .post-topics { display: inline-block; }
.post-byline .post-topics a{ color: #e52c3b; text-decoration: underline; }
.custom-post-title h1 { margin-bottom: 0; }
.section.post-body img { 
    width: auto !important;
    margin: 0 auto !important;
    text-align: center !important;
} 
.hooke-style {
    font-size: 24px;
    line-height: 32px;
    margin: 35px 0;
}
.section.post-body h4 { margin: 20px 0; }
.photo-credit-caption {
    color: #808080;
    font-size: 16px;
    text-align: center;
    margin-bottom:20px;
}
.section.post-body .hs_cos_wrapper_type_rich_text ul li::before{ display: none !important; }
.section.post-body .hs_cos_wrapper_type_rich_text ul li{ list-style: disc; margin:15px 0; }
.section.post-body .hs_cos_wrapper_type_rich_text ol li{ margin:15px 0; }
.section.post-body .hs_cos_wrapper_type_rich_text ul{ padding-left: 60px; }
.section.post-body .hs_cos_wrapper_type_rich_text ol{ padding-left: 60px; }
mark { background: #2eca91; color: #fff; }
.pro-tip { background: #d9edf7; padding: 10px; }
.pro-tip strong{ font-family:Proximanova-Bold; text-transform:uppercase; }
.editor-note { background: #ebebeb; padding: 30px; margin:40px 0; }
.editor-note strong {
    display: inherit;
    font-family: Proximanova-Bold;
    text-transform: uppercase;
}
.editor-note .designation{ margin-top: 10px; }
.editor-note .designation span{ font-family: Proximanova-Bold; }
.section.post-body a { color: #e52c3b; text-decoration: underline; }
.section.post-body .two-column {
    width: 50%;
    float: left;
    padding-right: 20px;
}
.section.post-body blockquote { display: inline-block; margin:95px 0 40px 0; position: relative; }
.section.post-body blockquote p {
    font-size: 30px;
    position:relative;
    z-index:9999;
    color: #e52c3b;
    text-align: center;
    line-height:normal;
}
.section.post-body blockquote .designation{ text-align:center; }
.section.post-body blockquote img {
    width: auto !important;
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -50px;
    opacity: 0.3;
}
.section.post-body h6 { text-transform: uppercase; }
.left-image img {
    width: auto !important;
    float: left;
    margin: 0 30px 10px 0;
}
.right-image img {
    width: auto !important;
    float: right;
    margin: 0 0 10px 30px;
}
.blog-sidebar .widget-type-google_search .hs-button.primary {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/2684535/search-icon.png?t=1486989748723") no-repeat scroll center center;
  border: medium none;
  height: 45px;
  position: absolute;
  width: 25px;
  text-indent: 1000px;
  right: 10px;
}
.blog-sidebar .widget-type-google_search label{ display: none; }
.blog-sidebar .widget-type-google_search input[type="text"]{
    width: 100% !important;
    border-radius: 0 !important;
    height: 46px;
    box-shadow: none !important; 
}
.blog-sidebar .widget-type-google_search .hs-button.primary:hover {
    background: rgba(0, 0, 0, 0) url(https://cdn2.hubspot.net/hubfs/2684535/search-icon.png?t=1488272957005) no-repeat scroll center center;
    border: none;
}
.blog-sidebar form.hs-form{ position: relative; }
.blog-subscription-box { background: #2eca91; padding: 30px 20px; margin:60px 0 60px 0; }
.blog-subscription-box h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    text-align: center;
}
.hs-blog-post {
    background: #f8f8f8;
}
.blog-subscription-box input {
    width: 100% !important;
    height: 45px !important;
    border-radius: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.blog-subscription-box .hs-button
{
    background:#e52c3b !important;
    margin-top:20px;
    color:#fff !important;
    font-size:18px !important;
    font-family: Proximanova-Bold;
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.blog-subscription-box .hs-button:hover{ box-shadow: inset 250px 0 0 #081b47 !important; }
.blog-sidebar .widget-type-post_filter{ margin: 60px 0 0 0;}
.blog-sidebar .widget-type-post_filter h3 { font-size: 18px; text-transform: uppercase; margin:0 0 10px 0; }
.blog-sidebar ul { padding-left:0 !important; margin:0 !important; }
.blog-sidebar ul li{ 
    padding: 10px 0 10px 25px;
    background: url(https://cdn2.hubspot.net/hubfs/2684535/right-arrow.png?t=1488280448014);
    background-repeat: no-repeat;
    background-position: center left;
}
.blog-sidebar ul li a { color: #081b47; }
.blog-sidebar ul li:hover a{ color:#2eca91; }
.blog-comment-box { margin:0 0 80px 0; }
.comment-top {
    margin-top: 60px;
}
.comment-top h4 {
    display: inline-block;
}
.comment-top .add-comment-button {
    float:right;
    background: #2eca91 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-family: Proximanova-Bold;
    padding: 12px 20px !important;
    box-shadow:0 0 0 transparent inset;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.comment-top .add-comment-button:hover{ box-shadow: 150px 0 0 #e52c3a inset; }
.comment-reply-to.add-comment-button{ display: block !important;}
#comment-form {
    background: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1 );
    padding: 60px;
}
.blog-comment-box h4 {
    margin-bottom: 40px;
}
.blog-comment-box .input input {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 45px !important;
    margin-top:10px;
    margin-bottom:10px;
}
.blog-comment-box textarea {
    border-radius: 0 !important;
    box-shadow: none !important;
    height: 45px !important;
    margin-top:10px;
    margin-bottom:10px;
}
.blog-comment-box .inputs-list input{ height: auto !important; }
.blog-comment-box span {
    font-size: 16px;
    font-family: Proximanova-Bold;
}
.blog-comment-box .hs-button.primary {
    background: #2eca91 !important;
    border: none !important;
    border-radius: 0 !important;
    color: #fff !important;
    font-size: 24px !important;
    font-family: Proximanova-Bold;
    margin-top:15px;
    padding: 15px 35px !important;
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.blog-comment-box .hs-button.primary:hover{ box-shadow: inset 300px 0 0 #e52c3a; }
#recaptcha_privacy {
    display: none;
}
.hs-error-msgs label {
    color: red;
    font-size: 14px;
    font-family: Proximanova-Light;
    font-weight: normal;
}
.about-author-box { background: #fff; box-shadow: 0 0 6px rgba(0, 0, 0, 0.1 ); margin: 60px 0 80px 0; }
.about-author-box .title {
    font-family: Proximanova-Bold;
    text-transform: uppercase;
    padding: 15px 30px 10px 30px;
    border-bottom: 1px solid #e0e0e0;
}
.about-author-box .main-content .image { float: left; margin-right:30px; }
.about-author-box .main-content .image img{ border-radius: 100%; }
.about-author-box .main-content{ padding: 30px; display: inline-block; }
.about-author-box .top-bar {
    margin-bottom: 15px;
    display: inherit;
    overflow: hidden;
}
.about-author-box .top-bar .name{ float: left; }
.about-author-box .top-bar .social-icon{ float:right; }
.about-author-box .top-bar .social-icon ul{ margin: 0; }
.about-author-box .top-bar .social-icon li{ display:inline; list-style: none; }
.about-author-box .top-bar .social-icon a { padding: 0 9px; color: #000; }
.about-author-box .top-bar .social-icon a:hover{ color: #2eca91; }
.about-author-box .top-bar .name span { font-size: 14px; color: #808080; }
.related-posts {
    display: inline-block;
    width: 100%;
    padding:0 0 80px 0;
    border-bottom: 1px solid #e0e0e0;
}
.related-posts .related-post-item {
    width: 33.33%;
    float: left;
    padding-right: 15px;
}
.related-posts h5{ margin-bottom:25px;}
.related-posts .related-title a {
    font-family: Proximanova-Bold;
    line-height: normal;
    margin: 10px 0 0 0;
    display: inline-block;
    color:#081b47;
}
.related-posts .related-title a:hover{ color:#2eca91; }
.related-posts .post-date { color: #808080; font-size: 16px; }
.popular-posts{ margin-top:60px; }
.popular-posts h6{ text-transform:uppercase; }
.popular-posts li {
    background: transparent !important;
    padding-left: 0 !important;
}
.popular-posts .image {
    width: 100px;
    float: left;
}
.popular-posts .detail{ padding:0 0 0 115px; }
.popular-posts .title a, .popular-posts .hs-rss-item-text a {
    font-size: 16px;
    font-family: Proximanova-Bold;
    line-height: normal;
    color: #081b47;
    display: inline-block;
}
.popular-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-text{
    float:right;
    width:63%;
    padding:0 0 0 15px;
}
.popular-posts .hs-rss-item.hs-with-featured-image .hs-rss-item-image-wrapper{
    float:left;
    width:37%;
}
.popular-posts .title a:hover,
.popular-posts .hs-rss-item-text a:hover{ color:#2eca91; }
.popular-posts .post-date{ font-size:14px; color:#808080; }
.comment-from h4 {
    font-size: 16px !important;
    font-weight: normal  !important;
    color: #e52c3b;
    font-family:Proximanova-Regular;
    margin: 0  !important;
}
.comment-from h4 a{ color: #e52c3b; }
.comment-date {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #808080;
    font-family: Proximanova-Light;
}
.comment-body p {
    font-family: Proximanova-Light;
    font-size: 16px;
    margin: 0;
}
.comment{ border:none !important; }
.comment.depth-0{ padding:0 !important; position: relative; }
.comment.depth-1{ position: relative; }
.comment-reply-to.hs-button {
    position: absolute;
    top: 5px;
    right: 0;
}
#comments-listing{ border: none; }
.comment-reply-to.hs-button.secondary {
    font-family: Proximanova-Bold;
    font-size: 16px;
    color: #262626 !important;
    text-decoration: underline;
}
.comment-reply-to::before{ display: none; }
.comment-reply-to em{ display: none; }
.blog-sidebar .social-icon { margin: 50px 0 0 0; }
.blog-sidebar .social-icon li {
    background: none !important;
    display: inline;
    padding: 0 20px 0 0 !important;
}
.blog-sidebar .social-icon h6 { text-transform: uppercase; }
.blog-pagination{ margin-bottom:80px; }
.blog-pagination ul{ padding:0; }
.blog-pagination li { display: inline; }
.blog-pagination .previous-posts-link,
.blog-pagination .next-posts-link
{
    float: none;
}
.blog-pagination a {
    border: 1px solid #e0e0e0;
    color: #081b47;
    display: inline-block;
    height: 40px;
    padding: 8px 0;
    transition: all 0.4s ease-in-out 0s;
    width: 40px;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.blog-pagination a:hover
{
    background:#081b47;
    color:#fff;
}
.blog-pagination li.active a
{
    background:#081b47;
    color:#fff;
}
.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed{ height: 500px !important; }


/**************************************************************************** Landing Page *********************************************************************************/
.landing-page{ margin-bottom: 80px !important; }
.landing-page h1{ margin: 0 0 30px 0;}
.landing-page h2, .landing-page h3 {line-height: normal; }
.landing-page p{ margin: 0 0 30px 0;}
.landing-page li:before{ content: "" !important; }
.landing-page li{ list-style: outside disc !important; margin: 0 0 15px 15px; } 
.landing-page .landing-page-form { background: #2eca91 none repeat scroll 0 0; padding: 30px 20px 30px 30px; }
.landing-page .landing-page-form label {
  color: #fff;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.landing-page .landing-page-form .hs-error-msgs label{ color: red;}
.landing-page .landing-page-form input{ height: 50px !important; border: none !important; border-radius:0 !important; margin-bottom:20px; }
.landing-page .landing-page-form textarea{ border: none !important; border-radius:0 !important; }
.landing-page .landing-page-form .hs-form-field{ margin: 0 !important; }
.landing-page .landing-page-form .form-title {
  color: #fff;
  font-size: 22px;
  margin-bottom: 30px;
  text-align: center;
}
.landing-page .landing-page-form .hs-button.primary.large {
  background: #e52c3b none repeat scroll 0 0;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  height: 70px !important;
  margin: 30px 0 0;
  padding: 15px 7px;
  width: 97%;
  box-shadow: inset 0 0 0 transparent;
  transition:ease-in-out all 0.6s;
  -webkit-transition:ease-in-out all 0.6s;
  -ms-transition:ease-in-out all 0.6s;
  -o-transition:ease-in-out all 0.6s;
}
.landing-page .landing-page-form .hs-button.primary.large:hover{ box-shadow: inset 350px 0 0 #081b47; }
.landing-page .landing-page-form select {
  background: #fff url("https://cdn2.hubspot.net/hubfs/2684535/select-bg.png?t=1486555823556") no-repeat scroll 95% center;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  border: medium none !important;
  border-radius: 0 !important;
  height: 50px !important;
}


/******************************************************************************** Contact Page ***************************************************************************************/

.contact-top-section { text-align: center; }
.contact-top-section a { color: #e52c3b; }
.contact-box { background: #fff none repeat scroll 0 0; box-shadow: 0 0 12px rgba(0, 0, 0, 0.1); margin: 80px 0; }
.contact-form { padding: 60px 0 60px 60px ; }
.contact-page .contact-form label {
  color: #081b47;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-page .contact-form .hs-error-msgs label{ color: red;}
.contact-page .contact-form input {
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  box-shadow: none;
  height: 50px !important;
  margin-bottom: 20px;
}
.contact-page .contact-form textarea{ 
    border: 1px solid #e0e0e0 !important;
    border-radius: 0 !important;
    box-shadow: none; 
    min-height: 110px;
}
.contact-page .contact-form .hs-form-field{ margin: 0 !important; }
.contact-page .contact-form .form-title {
  color: #081b47;
  font-size: 30px;
  margin-bottom: 30px;
}
.contact-page .contact-form .hs-button.primary.large {
  background: #e52c3b none repeat scroll 0 0;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 24px;
  height: 70px !important;
  margin: 30px 0 0;
  padding: 15px 35px;
  width: auto;
  box-shadow: inset 0 0 0 transparent;
  transition:ease-in-out all 0.6s;
  -webkit-transition:ease-in-out all 0.6s;
  -ms-transition:ease-in-out all 0.6s;
  -o-transition:ease-in-out all 0.6s;
}
.contact-page .contact-form .hs-button.primary.large:hover{ box-shadow: inset 200px 0 0 #081b47; }
.contact-page .contact-form form.hs-form fieldset .hs-form-field{ padding: 0 30px 0 0 !important; }
.contact-box{ position: relative; }
.contact-map{ 
    background: url(https://cdn2.hubspot.net/hubfs/2684535/contact-map.jpg); 
    position: absolute; 
    right: 0;
    top:0;
    height: 100%;
    padding: 60px;
}
.contact-map h4 { color: #fff; font-size: 30px; }
.contact-map .address h6 {
    color: #fff;
    font-family: ProximaNova-Light;
    margin-bottom:0;
}
.contact-map .address p{ color: #fff; margin: 0; }
.contact-map .address-detail { margin-bottom: 50px; padding-left: 40px; }
.contact-map .address .addess-icon {
    color: #fff;
    float: left;
    font-size: 25px;
}
.contact-map .call-box {
  background: #fff none repeat scroll 0 0;
  border-radius: 20px;
  display: inline-block;
  margin: 0 0 0 10px;
}
.contact-map .call-icon {
  background: #e52c3b none repeat scroll 0 0;
  border-radius: 100%;
  color: #fff;
  float: left;
  font-size: 25px;
  height: 50px;
  margin: 0 0 0 -10px;
  padding: 8px 0 0;
  text-align: center;
  width: 50px;
}
.contact-map .call-box a {
  color: #e52c3b;
  display: inline-block;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  padding: 11px 30px 0 20px;
  text-decoration: underline;
}
.contact-map .map-direction {
  bottom: 60px;
  color: #fff;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.contact-map .map-direction h5, .contact-map .map-direction h5 a { color: #fff !important; }
.contact-thanks-msg{ padding-bottom:60px; }
.contact-thanks-msg img { margin-bottom: 30px; }


/******************************************************************************* Home Page ****************************************************************************************/
.banner{ display: table; width: 100%; background:#fff; }
.banner-box{ display: table-cell; vertical-align: middle; }
.banner-box.left{ width: 42%; }
.banner-box > h2 { line-height: normal; }
.banner-box .top-text {
  font-family: ProximaNova-Regular;
  font-size: 24px;
  font-style: italic;
}
.banner-box .red-text {
  color: #f93443;
  font-family: ProximaNova-Regular;
  font-size: 18px;
  text-transform: uppercase;
}
.arrow-down { margin: 30px 0; text-align: center; }
.arrow-down a {
    border: 3px solid;
    border-radius: 100%;
    color: #2eca91;
    display: inline-block;
    font-size: 32px;
    height: 40px;
    line-height: 0;
    padding: 1px 0 0;
    text-align: center;
    width: 40px;
}
.services{ background: #f8f8f8; text-align: center; display: inline-block; width: 100%; padding: 80px 0; }
.services .sub-text { font-size: 24px; }
.service-image{ height: 180px;}
.service-image img{ height: 100%; }
.services p{ margin: 0 0 80px 0; }
.marketing-box {
  background: #36a7e1 none repeat scroll 0 0;
  color: #fff;
  padding: 80px 0;
  text-align: center;
}
.quotes {display: none;}
.marketing-box h2{ color: #fff; }
.marketing-box h5 {
    color: #fff;
    font-family: ProximaNova-Light;
    font-weight: normal;
}
.marketing-box .marketing-bottom-text { font-size: 40px; margin-top: 45px; }
.what-belive{ text-align: center; padding: 60px 0 40px 0; }
.what-belive h2 { margin: 15px 0 20px; }
.what-belive h5 {
    font-family: ProximaNova-Light;
    font-weight: 400;
    margin: 0 0 40px;
}
.services-box {background: #f8f8f8 none repeat scroll 0 0; padding: 80px 0 60px 0; text-align: center; }
.service-box { margin: 20px 0; }
.services-box h5 { font-family: ProximaNova-Light; font-weight: normal; }
.service-title {
    color: #2eca91;
    font-family: ProximaNova-Bold;
    font-size: 24px;
}
.service-box p { margin: 5px 0 0; }
.book {
    background: #f8f8f8 none repeat scroll 0 0;
    width: 100%;
    margin: 80px auto !important;
    display: inline-block;
}
.book .book-main-box { background: #36a7e1; text-align: center; padding: 30px 15px; min-height: 500px; margin:0; width: 33.33%; }
.book .book-main-box .img-responsive{ margin: 0 auto; }
.book .book-main-box.dark{ background: #2f9dd5; }
.book-main-box h5 { font-family: ProximaNova-Bold; color: #fff; margin: 0; }
.book-detail > p { color: #fff; margin: 20px 0 7px 0; }
.book-main-box .button {
    background: #2eca91 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: ProximaNova-Bold;
    font-size: 24px;
    margin-top: 30px;
    padding: 20px 30px;
    text-decoration: none;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.book-main-box .button:hover
{
    box-shadow: inset 500px 0 0 #e52c3b;
}
.marketing-process {  display: inline-block; width: 100%; padding: 50px 0 0 0; position: relative; }
.marketing-overlay {
    background: #2eca91 url("https://cdn2.hubspot.net/hubfs/2684535/marketing-process-1.jpg") repeat scroll center center / cover ;
    display: inline-block;
    height: 650px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.marketing-process h2{ color: #fff; text-align: center; margin-bottom: 10px;}
.marketing-process h3{ color: #fff; text-align: center; margin: 10px 0; }
.ls-wrapper {
    border-top: 1px solid #7cd9b7;
    clear: both;
    margin-top: 40px;
    overflow: auto;
    padding: 40px 0 0;
}
.ls-nav span { display: inline-block; width: 100%; font-family: ProximaNova-Regular; }
.market-box {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
.market-box.image{ text-align: center;}
.process-main {
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    box-sizing: border-box;
    display: table;
    margin: 45px 5px 10px 5px;
    overflow: hidden;
    padding: 75px 30px;
    position: relative;
    width: 98%;
}
.market-box ul{ padding-left: 20px; }
.market-box li{ font-size: 24px; color: #2eca91; margin:0 0 15px 0; }
.market-box li span{ color: #000; }
.market-box .main-title { font-family: proximanova-bold; text-transform: uppercase; color: #2eca91; font-size: 24px; margin-bottom: 20px; display: inline-block; }
.market-box .main-title > span {
    border: 1px solid #2eca91;
    margin: 0 15px 0 0;
    padding: 11px 10px;
}
.marketing-process h5 { color: #fff; text-align: center; text-decoration: underline; margin:0; }
.light-font { color: #fff; font-size: 24px; text-align: center; }



/****************************************************************************** About Page **********************************************************************************************/
.about-top-bar {
    background: #fff none repeat scroll 0 0;
    text-align: center;
}
.about-top-bar h1{ line-height: normal; margin-top:25px; }
.about-services {background: #f8f8f8 none repeat scroll 0 0; padding: 65px 0; margin-top:70px; }
.about-top-bar .top-text {
    color: #f93443;
    font-size: 18px;
    text-transform: uppercase;
    font-family: ProximaNova-Regular;
}
.about-services-box { 
    background: #fff none repeat scroll 0 0;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
    float: left;
    margin: 15px 1.4%;
    text-align: center;
    width: 13.86%;
}
.about-services-box.half-width{ float: left; width: 47.2%;}
.about-services-box > a {
    display: inline-block;
    padding: 15px 0;
}
.about-services-box a:hover .service-name { color:#081b47 !important; }
.about-services .images {
    height: 80px;
    margin: 0 auto 15px;
    width: 80px;
}
.about-services .images img { width: 100%; }
.about-services-box .service-name {
    color: #2eca91;
    font-family: proximanova-bold;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.globalyogi-lab{ text-align: center; padding: 80px 0; }
.globalyogi-lab p { font-size: 24px; }
.globalyogi-lab .button {
    background: #2eca91 none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    font-family: ProximaNova-Bold;
    font-size: 24px;
    margin-top: 30px;
    padding: 20px 30px;
    text-decoration: none;
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.globalyogi-lab .button:hover{ box-shadow: inset 250px 0 0 #e52c3a; }
.about-service-box .service-main {
    background: #fff; 
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
    display: table;
    overflow: hidden;
    padding: 50px 70px;
    width: 100%;
    margin-bottom: 80px;
    box-sizing: border-box;
}
.about-service-box .service-box {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}
/*.about-service-box .service-box > h2 { margin: 10px 0 20px; }*/
.about-service-box .service-box.image{ text-align: center;}
.about-service-box .service-main .service-box p{ margin: 0 0 25px 0;}
.about-service-box { background: #f8f8f8 none repeat scroll 0 0; padding: 80px 0 0; }
.attention > a {
    background: #2eca91 none repeat scroll 0 0;
    color: #fff;
    font-family: proximanova-bold;
    font-size: 24px;
    margin: 0 0 0 40px;
    padding: 20px 30px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: inset 0 0 0 transparent;
    transition:ease-in-out all 0.6s;
    -webkit-transition:ease-in-out all 0.6s;
    -ms-transition:ease-in-out all 0.6s;
    -o-transition:ease-in-out all 0.6s;
}
.attention > a:hover{ box-shadow: inset 200px 0 0 #e52c3a; }
.attention {text-align: center; }
.attention > h2 { display: inline-block; margin: 15px 0; }
.about-service-box li:before{ content: "" !important; }
.about-service-box li{ list-style: outside disc !important; margin: 0 0 15px 15px; } 



/********************************************************************************** Error Page ******************************************************************************************/
.error-page{ text-align: center; }
.error-page h2 { margin: -65px 0 0; }
.error-page h5 { font-family: ProximaNova-Light; font-weight: normal; }
.error-page a { text-decoration: underline; }
.error-page .widget-type-google_search .cell-wrapper.layout-widget-wrapper {
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
  display: inline-block;
  padding: 40px;
  width: 570px;
  margin:50px 0 80px 0;
}
.error-page .widget-type-google_search label {
  font-family: ProximaNova-Bold;
  font-size: 18px;
  text-transform: uppercase;
}
.error-page .widget-type-google_search input[type="text"]{ width:100%; border-radius:0; box-shadow: none;height:45px; }
.error-page .input { position: relative; }
.error-page .hs-button.primary {
  background: rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/2684535/search-icon.png?t=1486989748723") no-repeat scroll center center;
  border: medium none;
  height: 45px;
  position: absolute;
  right: 10px;
}
.error-page .hs-button.primary:hover{ background:rgba(0, 0, 0, 0) url("https://cdn2.hubspot.net/hubfs/2684535/search-icon.png?t=1486989748723") no-repeat scroll center center; border:none; }



/****************************************************************************** Brand Assessment *************************************************************************************/
.brand-assesment {
    text-align:center;
    display: inline-block !important;
    height: 100%;
    margin: 0 0 120px !important;
    width: 100% !important;
}



/***************************************************************************** Under Maintenance **************************************************************************************/
.under-construction-page .header-container-wrapper{ display: none; }
.under-construction-page { background:#2fca91; text-align:center; }
.under-construction-page p { color: #fff; font-size: 24px; margin-top:20px; }
.maintenance-form .layout-widget-wrapper {
    background: #2cc18a none repeat scroll 0 0;
    margin: 25px auto 0 !important;
    padding: 40px;
    text-align: center;
    width: 570px !important;
}
.maintenance-form h3 {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
}
.maintenance-form .hs-input {
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  height: 45px !important;
}
.maintenance-form .hs-button.primary.large {
  background: #f23343 none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-family: ProximaNova-Bold;
  font-size: 18px;
  height: 45px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  padding:10px 25px;
}
.maintenance-form form{ position: relative; }
.under-construction-page .footer-social-icon ul{ text-align:center !important;}



/********************************************************************************** About Yogi ***********************************************************************************/
.about-top-bar.about-yogi { padding-bottom: 80px; }
.about-yogi-short-desc { background: #f8f8f8; padding: 80px 0 65px 0; text-align: center; }
.about-yogi-short-desc h5 { font-family: Proximanova-Light; font-weight: normal; }
.about-yogi-talent{ background:#36a7e1; padding:80px 0 15px 0;}
.yogi-talent-box { width: 25%; float: left; text-align: center; margin-bottom: 60px; }
.yogi-talent-box .title { font-family: Proximanova-Bold; color: #fff; font-size: 24px; }
.yogi-talent-box .image { height: 160px; display: table; width: 100%; }
.yogi-talent-box .image .image-inner{ display: table-cell; vertical-align:middle; }
.about-yogi-talent h2 { color: #fff; margin-bottom: 60px; }
.yogi-background{ background:#f8f8f8; padding:80px 0 65px 0;}
.yogi-background p { margin-bottom: 30px; }
.different-making { background: #2eca91; padding: 80px 0 50px 0; text-align: center; }
.different-making .top-section h2{ color:#fff; }
.different-making .top-section p{ color:#fff; margin-bottom:40px; }
.different-making-box { height: 310px; background: #fff; margin-bottom:30px; }
.different-making-box .image {
    border-bottom: 1px solid #e0e0e0;
    height: 100px;
    display: table;
    width: 100%;
}
.yogi-background .yogi-image { border-radius: 100%; }
.different-making-box .image .image-inner { display: table-cell; vertical-align: middle; }
.different-making-box .detail { padding: 20px 40px 0 40px; }
.different-making-box .detail strong { font-family: Proximanova-Bold; }
.how-operate { background: #f8f8f8; padding: 80px 0 50px 0; }
.how-operate .top-section{ text-align: center; }
.how-operate .top-section p{ margin-bottom: 40px; }
.operate-box.green { background: #2eca91; }
.operate-box.red { background: #f33343; }
.operate-box.mango { background: #efc42f; }
.operate-box.blue { background: #36a7e1; }
.operate-box{ padding:30px; position: relative; margin-bottom: 30px; }
.operate-box .detail { background: #fff; text-align: center; padding:30px; height:410px; position:relative; }
.operate-box .detail .image { height: 150px; display: table; width:100%; }
.operate-box .detail .image .image-inner { display: table-cell !important; vertical-align: middle; }
.operate-box .number {
    font-size: 48px;
    font-family: Proximanova-Bold;
    color: #fff;
    position: absolute;
    z-index: 9;
    top:14px;
}
.operate-box.green .detail::before {
    content: "";
    position: absolute;
    border-right: 100px solid #fff;
    border-top: 100px solid #2eca91;
    left: 0;
    top: 0;
}
.operate-box.red .detail::before {
    content: "";
    position: absolute;
    border-right: 100px solid #fff;
    border-top: 100px solid #f33343;
    left: 0;
    top: 0;
}
.operate-box.mango .detail::before {
    content: "";
    position: absolute;
    border-right: 100px solid #fff;
    border-top: 100px solid #efc42f;
    left: 0;
    top: 0;
}
.operate-box.blue .detail::before {
    content: "";
    position: absolute;
    border-right: 100px solid #fff;
    border-top: 100px solid #36a7e1;
    left: 0;
    top: 0;
}
.dedicate-to-client{ padding: 80px 0 0 0; text-align: center; }
.dedication-process-box .process-number {
    font-family: ProximaNova-Extrabold;
    font-size: 60px;
    color: #2eca91;
    line-height: normal;
}
.dedication-process-box P{ font-size: 24px; }
.dedication-process-box { position: relative; margin-bottom: 75px; }
.dedication-process-box::after {
    content: "";
    position: absolute;
    height: 45px;
    width: 3px;
    background: #2eca91;
}
.dedication-process-box.last::after{ display: none; }
.dedication-process { margin-top: 40px; }



/********************************************************************************* Branding Page **************************************************************************************/
.big-idea {
    background: #36a7e1;
    padding: 80px 0 65px 0;
    text-align: center;
}
.big-idea h2{ color:#fff; }
.big-idea p{ color:#fff; }
.big-idea-box {
    width: 33.33%;
    float: left;
    text-align: left;
    position: relative;
    display: inline-block;
    height: 105px;
    display: table;
    margin-top:60px;
    padding:0 15px;
}
.big-idea-box .idea-number {
    font-family: Proximanova-ExtraBold;
    font-size: 150px;
    color: #329acf;
    position: absolute;
    top: 0;
    line-height: 115px;
}
.big-idea-box p {
    vertical-align: middle;
    display: table-cell;
    padding-left: 65px;
    position: relative;
    z-index: 99;
}
.big-idea-box .blank {
    vertical-align: middle;
    display: table-cell;
    width: 100%;
}
.big-idea-box .blank .devider{ background:#fff; height:1px; width:100%; }
.branding-main-section { background: #f8f8f8; padding:80px 0 50px 0; }
.branding-top-section { text-align: center; }
.branding-top-section .green-text { font-family: Proximanova-Bold; color: #2eca91; text-decoration:underline; }
.branding-top-section p { margin: 0 0 30px 0; }
.branding-main-section .about-service-box { padding-top: 50px; }
.branding-main-section .service-box ul { float: left; margin-right:40px; }
.testimonial .testimonial-box {
    text-align: center;
    display: inline-block;
    border: 1px solid #e0e0e0;
    padding: 30px;
    margin:20px 0 25px 0;
}
.testimonial .testimonial-box .name {
    font-family: Proximanova-Bold;
    color: #2eca91;
    font-size: 24px;
    margin: 10px 0;
}
.testimonial .testimonial-box .company-name {
    font-family: Proximanova-Bold;
    font-size: 16px;
}
.branding-bottom-text p { margin-bottom: 30px; }
.sumome-image-sharer{ display: none !important; }


/************************************************************* Work ***************************************************************/
.about-top-bar.work {
    padding: 50px 0 150px;
}
.work-section{
    text-align:center;
    padding:75px 0 60px 0;
}
.work-section h5 {
    font-family: Proximanova-Light;
    font-weight: normal;
}
.work-section .work-box{
    margin-top:60px;
}
.work-section .work-box.two-col {
    margin-top: 0;
}
.work-section .work-box .traffic a {
    color: #e52c3b;
    font-size: 24px;
    display:inline-block;
    margin-top:20px;
    margin-bottom:5px;
    line-height:30px;
}
.work-section .work-box .traffic a strong{
    font-family: ProximaNova-Bold;
}
.work-section .work-box .hubspot-template {
    position: relative;
}
.work-section .work-box .hubspot-template .hover-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(232, 65, 78, 0.9);
    opacity:0;
    color:#fff;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
    cursor:pointer;
}
.work-section .work-box .hubspot-template .hover-text p{
    color:#fff;
    font-family: ProximaNova-Bold;
}
.work-section .work-box .hubspot-template .hover-text a {
    background: #2fca91;
    color: #fff;
    font-size: 16px;
    padding: 10px 15px;
    display: inline-block;
    font-weight: bold;
}
.work-section .work-box .hubspot-template .hover-text .cell-wrapper.layout-widget-wrapper {
    display: table;
    width: 100%;
    height: 100%;
}
.work-section .work-box .hubspot-template .hover-text .cell-wrapper.layout-widget-wrapper span {
    display: table-cell;
    vertical-align: middle;
}
.work-section .work-box .hubspot-template:hover .hover-text{
    opacity:1;
}
.work-section .work-box .traffic a span {
    font-family: ProximaNova-Regular;
}
.work-section .work-box h5 {
    font-family: ProximaNova-Bold;
    margin-top:15px;
}
.work-box-group {
    border-top: 1px solid #e0e0e0;
    margin-top: 80px;
    padding-top: 80px;
}
.work-section .work-box h5 a{
    color:#081b47;    
}
.case-study .short-desc{
    padding-right:80px;
}
.case-study h6 {
    text-transform: uppercase;
    margin: 0;
}
.case-study a {
    color:#e52c3b;
    text-decoration:underline;
}
.case-study  .typo-text p {
    margin: 0 0 25px 0;
}
.case-study .case-study-image {
    box-shadow: 0 0 15px #e0e0e0;
    background: #fff;
    padding: 15px;
    margin: 70px 0;
}
.hubspot-cos-work-outer{
    display:inline-block;
    width:100%;
    padding: 80px 0 0 0;
    background: #151826;
    text-align:center;
}
.hubspot-cos-work-outer h2{
    color:#fff;
    margin-bottom:20px;
}
.hubspot-cos-work .cos-work-box{
    padding:0 15px;
}
.hubspot-cos-work .cos-work-box .image {
    position:relative;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.hubspot-cos-work .cos-work-box:hover .image {
    background: #e03e43;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.hubspot-cos-work .cos-work-box .hover {
    position: absolute;
    top: 50%;
    width: 100%;
    opacity:0;
    visibility:hidden;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.hubspot-cos-work .cos-work-box .image img {
    opacity: 1;
    width: 100%;
    transition: ease-in-out all 0.4s;
    -webkit-transition: ease-in-out all 0.4s;
    -ms-transition: ease-in-out all 0.4s;
    -o-transition: ease-in-out all 0.4s;
}
.hubspot-cos-work .cos-work-box:hover img {
    opacity:0.1;
}
.hubspot-cos-work .cos-work-box:hover .hover{
    opacity:1;
    visibility:visible;
} 
.hubspot-cos-work .cos-work-box .hover p{
    font-size:18px;
    color:#fff;
}
.hubspot-cos-work .cos-work-box .hover a{
    display: inline-block;
    background: #2fca91;
    padding: 12px 25px;
    color: #fff;
    font-family: ProximaNova-Bold;
    text-transform: uppercase;
    font-size: 16px;
}
.hubspot-cos-work .cos-work-box .title{
    font-size:24px;
    color:#fff;
    padding-top:15px;
    display:inline-block;
    font-family: ProximaNova-Bold;
}

/********************************************************************************* Responsive Style ***********************************************************************************/
@media ( max-width: 767px ){
    h1 {
        font-size: 30px !important;
        line-height: normal;
    }
    h2 {
        font-size: 24px !important;
        line-height: normal;
    }
    h3 {
        font-size: 22px !important;
        line-height: normal;
    }
    .section.post-body img{max-width:100% !important; width: 100% !important;}
    .header-container .hs_cos_wrapper_type_logo a img{ margin-top:15px; width:120px !important; }
    .fixHeader .hs-image-widget{ margin: 10px 0 !important;}
    .mobile-trigger{ top:20px; transition: all 0.4s ease-in-out 0s; }
    .header-container-wrapper { margin-bottom: 63px; }
    .fixHeader .mobile-trigger {top: 14px; transition: all 0.4s ease-in-out 0s; }
    .header-container{ padding:0;}
    .container-fluid .row-fluid .page-center{ padding: 0 15px ;}
    .custom-menu-primary.js-enabled .hs-menu-wrapper{ position: absolute; top:63px;}
    .fixHeader .custom-menu-primary.js-enabled .hs-menu-wrapper{ top: 53px; padding:0;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color: #081b47 !important; }
    .child-trigger{ height:65px !important;}
    .top-baaner { padding: 30px 15px !important; }
    .resource-book-section .resource-book-box{ width: 100% !important; padding: 30px; }
    .resource-book-section .resource-book-box .book-detail{ padding: 0; text-align: center;}
    .resources-books { padding: 30px 0 !important; text-align: center; }
    .resources-books .resources-book-name{ margin: 5px 0 15px 0; display: inline-block; width: 100%; }
    .call-to-action{ padding: 30px 0; }
    .call-to-action .button { font-size: 18px; padding: 10px 15px; }
    .footer{ text-align: center; }
    .footer-social-icon > ul{ text-align: center;}
    .footer p{ margin: 10px 0; }
    .footer-social-icon > ul{ padding: 0; }
    .copyright-text p{ margin: 0; }
    .resource-book-section .resource-book-box .book-image { float: none; margin: 0 auto; text-align: center; }
    .landing-page {
      margin-bottom: 30px !important;
      padding-top: 30px !important;
      text-align: center;
    }
    .landing-page .landing-page-form { padding: 15px; text-align: left; }
    .landing-page-image {margin-bottom: 30px; }
    .contact-form{ padding: 20px; }
    .contact-page .contact-form form.hs-form fieldset .hs-form-field{ padding: 0 !important; width:100%; float: none; }
    .contact-map{ position: relative; padding: 20px; margin-top: 20px; }
    .contact-map .map-direction {
      bottom: 0;
      margin: 30px 0 0;
      position: relative;
    }
    .contact-top-section{ padding-top: 30px;}
    .contact-box{ margin: 30px 0; }
    .contact-map .address-detail { margin-bottom: 30px; }
    .banner-box{ display: inline-block; text-align:center; }
    .banner-box.left{ width: 100%; margin-bottom: 30px; }
    .banner{ padding-top:30px !important; }
    .services, .marketing-box{ padding:30px 0; }
    .services .sub-text { font-size: 18px; }
    .marketing-box .marketing-bottom-text{ font-size: 24px;}
    .what-belive h5{ font-size:18px; margin-bottom:20px;}
    .services-box{ padding:30px 0 10px;}
    .services-box h5{ font-size: 18px; }
    .book{ margin:30px auto !important; padding: 50px 10px 30px !important;}
    .book .book-main-box{ width: 100%; margin-bottom:20px; }
    .book-main-box .button{ font-size: 18px; padding:10px 20px;}
    .book-main-box h5{ font-size:18px;}
    .book .book-main-box{ min-height: auto; }
    .call-to-action{ padding: 30px 15px;}
    .call-to-action .cta_button{ font-size: 18px !important; padding: 10px 15px !important;}
    .about-top-bar{ padding: 30px 0;}
    .about-top-bar h1 br { display: none; }
    .about-services { margin-top: 0; padding: 30px 0; }
    .about-services-box{ width: 100%; margin:15px 0;}
    .about-services-box.half-width{ width:100%;}
    .globalyogi-lab { padding: 30px 10px !important; }
    .about-service-box .service-main { padding: 30px 20px 0; margin-bottom:30px; text-align: center; }
    .about-service-box .service-box{ display:inline-block; width:100%; }
    .attention > a{ margin:15px 0 0 0; display: inline-block; }
    .attention{ padding-bottom: 60px; }
    .attention > h2{ width:100%;}
    .widget-type-google_search .cell-wrapper.layout-widget-wrapper{ width:100%; padding: 20px; }
    .maintenance-form .layout-widget-wrapper{ width:100% !important; padding:15px !important; }
    .maintenance-form h3{ font-size:13px !important;}
    .market-box { display: inline-block; width: 100%; }
    .market-box.image img { width: 100%; margin-bottom: 30px; }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        height: 100%;
        overflow: scroll;
        position: fixed;
        top: 63px;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper ul{ margin-bottom: 55px !important; }
    .marketing-overlay{ height:750px;}
    .child-trigger > i::before{ display: none; }
    .landing-page-image{ display: none !important; } 
    .about-top-bar.about-yogi{ padding-bottom:20px; }
    .about-top-bar h1{ margin-top:10px; }
    .about-yogi-short-desc{ padding: 30px 0 15px 0; }
    .about-yogi-short-desc h5{ font-size:19px; }
    .about-yogi-talent{ padding:30px 0 15px 0; }
    .about-yogi-talent h2{ margin-bottom:30px; }
    .yogi-talent-box{ width:100%; margin-bottom:30px; }
    .yogi-talent-box .image { height: auto; margin-bottom: 15px; }
    .yogi-background{ padding:30px 0 0 0; text-align:center; }
    .yogi-background img { margin-bottom: 25px; }
    .different-making{ padding: 30px 0 10px 0; }
    .different-making .span2 { display: none; }
    .different-making .top-section p{ margin-bottom:20px; }
    .different-making-box{ height: auto; }
    .different-making-box .detail{ padding: 20px; }
    .how-operate{ padding: 30px 0 0 0; }
    .how-operate .span2{ display: none; }
    .how-operate .top-section p{ margin-bottom:15px; }
    .operate-box{ padding: 15px; }
    .operate-box .detail{ padding: 15px; height:auto; }
    .dedicate-to-client{ padding: 30px 0 0 0; }
    .dedicate-to-client .span2{ display: none; }
    .dedication-process-box br { display: none; }
    .dedication-process-box.last{ margin-bottom: 30px; }
    .copyright-text p{ float: none; }
    .footer-menu{ float: none !important; }
    .copyright-text{ text-align: center; padding:15px 0 !important; }
    .footer-menu a{ padding: 0 10px; }
    .footer-menu > ul { padding: 10px 0 0 0; }
    .custom-post-title{ margin-top:30px !important; }
    .section.post-body .hs_cos_wrapper_type_rich_text ul,
    .section.post-body .hs_cos_wrapper_type_rich_text ol
    {
        padding-left:30px;
    }
    .section.post-body .two-column{ width: 100%; padding-right:0; }
    .section.post-body blockquote p{ font-size:24px; }
    .about-author-box .main-content .image {
        float: none;
        margin-right: 0;
        text-align: center;
    }
    .about-author-box .top-bar .name{ float:none; text-align:center; margin: 15px 0; }
    .about-author-box .top-bar .social-icon { float: none; text-align: center; }
    .about-author-box .top-bar .social-icon ul{ padding:0 !important; }
    .about-author-box .main-content{ padding: 0 15px;}
    .related-posts .related-post-item { width: 100%; float: none; padding-right: 0; }
    .about-author-box{ margin: 30px 0 40px 0; }
    .related-posts{ padding:30px 0;}
    .blog-comment-box{ margin:30px 0; padding:15px; } 
    .about-author-box .title{ text-align: center;}
    .about-author-box p{ text-align: center; }
    .blog-comment-box h4{ margin-bottom: 10px; }
    .blog-subscription-box{ margin: 30px 0; }
    .popular-posts{ margin-top:30px; }
    .blog-sidebar .widget-type-post_filter{ margin-top:30px; }
    .services-box.inbound-solution{ padding: 30px 0 10px 0 !important; }
    .inbound-stratagy{ padding:30px 0; }
    .inbound-stretagy-points ul { width: 100%; float: none; }
    .inbound-stretagy-points{ padding:5px 15px; }
    .inbound-stretagy-points ul li{ padding:5px 0; }
    .globalyogi-lab-business{ padding:30px 0 0 0; }
    .globalyogi-lab-business-slider .owl-item div{ width:100%; }
    .globalyogi-lab-business-box{ padding:30px 0; }
    .hubspot-consultant{ padding: 30px 0; }
    .hubspot-consultant .hubspot-consaltant-box .detail{ padding:0 0 0 55px; }
    .hubspot-consultant .hubspot-consaltant-box .number{ font-size:30px; }
    .experience-certificate{ padding:30px 0 !important; }
    .experience-certificate h2 br{ display: none; }
    .business-problems{ padding:30px 0; }
    .business-problems-box{ height: auto; padding:30px 15px; }
    .inbound-testimonial-outer{ padding:30px 0 0 0; }
    .inbound-testimonial-outer .owl-item div{ width:100%; }
    .inbound-testimonial-outer p{ font-size:20px; }
    .cm-services .about-services-box{ width: 100% !important; }
    .about-service-box{ padding: 30px 0 0 0; }
    .big-idea-box{ width:100%; margin-top:30px; padding:0; height:auto; }
    .big-idea-box .idea-number{ font-size:70px; line-height:70px; }
    .big-idea-box p{ padding-left: 55px; }
    .big-idea-box .blank{ display: none; }
    .big-idea{ padding:30px 0 0 0; }
    .branding-main-section{ padding:30px 0 0 0; }
    .branding-main-section .service-box ul{ float: none; }
    .inbound-stretagy-points{ padding:0; }
    .inbound-stretagy-points ul{ margin:30px 0; }
    .inbound-stretagy-points ul li{ font-size:18px; }
    .inbound-solution br,
    .proven-content-inbound br,
    .hubspot-consultant br
    { 
        display: none !important; 
    }
    .call-to-action br{ display: none; }
    .post-item{ width:100%; float: none; }
    .blog-slider .hs_cos_flex-slider{ height:350px; overflow: hidden; margin-bottom:30px; }
    .blog-slider img { max-width: none !important; width: auto !important; }
    .caption{ top:20%; }
    .hs_cos_flex-control-nav{ bottom:0 !important; }
    .hs_cos_flex-direction-nav a{ top:50%; }
    .caption h1{ font-size:26px !important; }
    .process-main{ padding:15px; }
    .market-box li{ font-size:16px; }
    .market-box .main-title{ font-size:18px; margin-bottom:0; }
    .market-box .main-title > span{ padding:7px 6px; font-size:15px; }
    #comment-form{ padding:15px; }
    .resource-book-section .resource-book-box{ display: inline-block; width:100%; }
    .resouce-detail-box{ padding:20px; }
    .resouce-detail-box img{ width:100% !important; }
    .resouce-detail-box .detail {
        float: none;
        width: 100%;
        padding-left: 0;
        display: inline-block;
    }
    .resouce-detail-box .detail ul li{
        font-size: 18px;
        margin: 20px 0;
        background-position: left 3px;
    }
    .resource-form-box{ padding:30px 0; margin-top:30px; }
    .resource-form-box form{ width:100%; }
    .resource-book-detail { padding: 30px 15px 10px !important; }
    .blog-pagination a{ margin-bottom:10px; }
    .post-header h5{ height: auto; }
    .hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed{ height: 300px !important; }
    .child-trigger{ 
        transform: rotate(0deg) !important; 
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
    }
    .about-service-box li{ text-align: left; }
    .about-top-bar.work {
      padding: 30px 0;
    }
    .work-section{
      padding: 30px 0;  
    }
    .work-section .work-box{
        margin-top:30px;
    }
    .case-study .short-desc {
      padding-right: 0;
      padding-top: 30px;
    }
    .case-study .case-study-image{
        margin:10px 0 40px 0;
    }
}

@media ( min-width: 768px ) and ( max-width: 1023px ){
    .child-trigger{ 
        transform: rotate(0deg) !important; 
        -webkit-transform: rotate(0deg) !important;
        -ms-transform: rotate(0deg) !important;
        -o-transform: rotate(0deg) !important;
    }
    .header-container .hs_cos_wrapper_type_logo a img{ margin:0; width: 150px !important;}
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a { color: #081b47 !important; }
    .child-trigger{ height:65px !important;}
    .contact-form { padding: 20px 0 20px 20px;}    
    .contact-page .contact-form form.hs-form fieldset .hs-form-field{  padding: 0 10px 0 0 !important; }
    .contact-map{ padding: 20px; }
    .footer-social-icon a{ padding: 18px 5px;}
    .fixHeader .hs-image-widget{ margin:0 !important;}
    .header-container-wrapper{ margin-bottom:80px;}
    .about-services-box{ width: 22.2%; }
    .about-top-bar h1 br { display: none; }
    .globalyogi-lab { padding: 40px 20px !important; }
    .about-service-box .service-box{ display: inline-block; width:100%;}
    .about-service-box .service-main{ paddnig: 40px 30px; }
    .custom-menu-primary.js-enabled .hs-menu-wrapper {
        height: 100%;
        overflow: scroll;
        position: fixed;
        top: 80px;
        padding:0;
    }
    .child-trigger > i::before{ display: none; }
    .yogi-talent-box .title{ font-size: 18px; }
    .different-making-box{ height:365px; }
    .different-making-box .detail{ padding: 15px; }
    .operate-box .detail{ height:490px; }
    .dedication-process-box br{ display: none; }
    .cm-services .about-services-box{ width: 30.5% !important; }
    .about-service-box{ padding:0 !important; }
    .book-main-box .button{ font-size:18px !important; padding:10px !important; }
    .attention > h2{ font-size:30px; }
    .call-to-action{ padding:80px 15px; }
    .big-idea-box .idea-number{ font-size:80px; }
    .testimonial .span2 { display: none; }
    .testimonial .span4{ width:46%; }
    .inbound-solution br,
    .proven-content-inbound br,
    .hubspot-consultant br
    { 
        display: none !important; 
    }
    .business-problems-box{ padding:30px; }
    .call-to-action br{ display: none; }
    .blog-slider .hs_cos_flex-slider{ height:400px; overflow: hidden; margin-bottom:30px; }
    .blog-slider img { max-width: none !important; width: auto !important; }
    .caption h1 { font-size: 36px; line-height: normal; }
    .caption{ top:25%; }
    .hs_cos_flex-direction-nav a{ top:50%; }
    .about-top-bar.work{ padding:0 0 100px; }
    .work-section .work-box .traffic a{ font-size:18px; }
    .case-study .short-desc{ padding-right:0; }
}
@media ( min-width:1024px )  and ( max-width:1200px ){
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{ padding:10px 14px !important; }
    .about-top-bar h1 br { display: none; }
    .about-services-box,
    .about-services-box.half-width
    { 
        width: 17.2%;
    }
    .globalyogi-lab { padding: 40px 0 !important; }
    .different-making-box{ height:345px; }
    .book-main-box h5{ font-size:20px; }
    .book-main-box .button{ font-size:20px; padding:15px 20px; }
}
