/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');

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


/***************************-Reset Classes-**************************/
*{
    box-sizing:border-box;
}
body {
    margin:0;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #666;
    overflow-x: hidden;
    text-align:center;
}
h2{
    font-size: 30px;
    color: #000;
    font-family: Montserrat,sans-serif;
    font-weight:500;
    margin-top:0;
}
h3{
    font-size:24px;
    margin:0;
    font-family: Montserrat,sans-serif;
}
h4{
    font-size: 18px;
    margin:0;
    font-family: Montserrat,sans-serif;
}
h5{
    font-family: Montserrat,sans-serif;
    font-size:18px;
    margin:0;
}
h6 {
    font-family: Montserrat,sans-serif;
    font-size: 16px;
    margin:0;
}
a{
    font-family: Montserrat,sans-serif;
    text-decoration:none;
}
p{
   font-size:14px;
   margin:0;
}
/***************************-Common Classes-**************************/

.container {
    padding: 0 15px;
    max-width: 1170px !important;
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
}
.section-title h2 {
    display: inline-block;
    line-height: 50px;
    letter-spacing: 1.2px;
    padding: 0 0 10px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 15px;
    position: relative;
     font-family: Montserrat,sans-serif;
   
}
.section-title h2::after {
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 30%;
    border-bottom: 4px double #33d685;
}
.section-title p {
    margin: 0 0 20px;
    font-size: 15px;
}
.section-title span {
    display: block;
}


/***************************************************************************************/
.hubspot-link__container {
    display: none;
}

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


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

/* Parent List */
.custom-menu-primary .hs-menu-wrapper > ul{ 
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  color:;
}

/* Child List */
.custom-menu-primary .hs-menu-wrapper > ul ul{}
.custom-menu-primary .hs-menu-wrapper > ul ul li{
  background:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  color:;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  color:;
}

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

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

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

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

@media (max-width: 980px){


  /* Variables
     ========================================================================== */

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

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

  .mobile-trigger{
    display: inline-block !important;
    cursor: pointer;
    position: absolute;
    top: 5px; 
    right: -10px;      
    width: auto; 
    height: auto;   
    padding: 0px 10px 8px 10px;
    background: transparent; 
    border: none;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0;
    color: #fff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: transparent; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color: #ffffff;
    background-color: transparent;
    border-color: transparent;
    top: 0;
  }

    .mobile-trigger i{
        display: inline;
        position: relative;
        top: -4px;
        transition:all .3s;
    }
    .mobile-trigger i:before, .mobile-trigger i:after{
        position: absolute;
        content: '';
    }
    .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
        width: 25px; /* Icon line width */
        height: 2px; /* Icon line height */
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        background-color: #fff; /* Icon color */
        display: inline-block;
    }
    .mobile-trigger i:before{
        top: -6px; /* Position top line */
    }
    .mobile-trigger i:after{
        top: 6px; /* Position bottom line */
    }
  
    .mobile-trigger:hover i, .mobile-trigger:hover i:before, .mobile-trigger:hover i:after,  
    .mobile-open .mobile-trigger i, .mobile-open .mobile-trigger i:before, .mobile-open .mobile-trigger i:after{
        background-color:#fff; /* Icon color */
    }
    .mobile-open .mobile-trigger i{
        background-color:transparent !important;
    }
    .mobile-open .mobile-trigger i:before{
        background: #fff !important;
        transform: rotate(45deg);
        transition:all .3s;
    }
    .mobile-open .mobile-trigger i:after{
        top: 0px;
        background-color: #fff !important;
        transform: rotate(-45deg);
        transition:all .3s;
    }
.mobile-open .mobile-trigger i:before {
    top: 0px;
}

    .child-trigger{
        display: block !important; 
        cursor: pointer; 
        position: absolute;
        top: 0px;
        right: 0px;
        width: 55px !important; 
        min-width: 55px !important;
        height: 45px !important;
        padding: 0 !important;
        border-left: 1px dotted rgba(255, 255, 255, .20);
     }
    .child-trigger:hover{
        text-decoration: none;
    }
    .child-trigger i{
        position: relative;
        top: 50%;
        margin: 0 auto !important;
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    .child-trigger i:after{
        position: absolute;
        content: '';
    }
    .child-trigger i, .child-trigger i:after{
        width: 10px; 
        height: 1px; 
        background-color:#ffffff; 
        display: block;
    }
    .child-trigger i:after{
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }
    .child-trigger.child-open i:after{
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
    }
    .child-trigger.child-open i{
     }

    .custom-menu-primary.js-enabled{
       position: relative;
       padding-top: 25px; /* Makes room for button */
       margin: 0;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper,
    .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
        display: none;
    }  
    .custom-menu-primary ul.hs-menu-children-wrapper{
        visibility: visible !important;
        opacity: 1 !important;
        position: static !important;
        display: none;
    }
    .custom-menu-primary.js-enabled .hs-menu-wrapper{
        width: 100%;
        position: relative; 
        top: 10px;         
        left: 0;       
        padding: 0;
    }
    .custom-menu-primary .hs-menu-wrapper{
        background-color:#000000; 
        width: 100%;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li{
        position: relative;
    }
    .custom-menu-primary .hs-menu-wrapper > ul > li a{
        font-size: 13px;
        line-height: 20px;
        overflow: visible;
        padding: 11px 15px !important;
    }
    .custom-menu-primary .hs-menu-wrapper > ul li{
        border-top:0; 
    }
    .custom-menu-primary .hs-menu-wrapper >  ul li a{
        padding: 0 10px;
        color:#ffffff; 
    }
    .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
        color:#ffffff;
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul li{
        background-color: rgba(255, 255, 255, .08);
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul li a{
        text-indent: 10px;
        font-size: 16px; 
    }

    .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
        text-indent: 30px;
    }
    .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
        text-indent: 50px; 
    }
    .header-menu.darkHeader .mobile-trigger {
        top: -2px;
    }
    .header .menu-bar {
      width: 100%;
    }
}

.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
	overflow:hidden;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
	height:0;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.header .item:after {
    background: rgba(0,0,0,.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
}
.header .item{
    padding:250px 0;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 9;
}
.header .item h2 {
    font-size: 50px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 50px;
}
.header .hdr-slider-btn {
    background: #33d685;
    border: none;
    color: #fff;
    font-size: 15px;
    padding: 13px 20px;
    width: 180px;
    transition: .5s;
    font-weight: 400;
    cursor:pointer;
    margin: 0 5px;
    text-transform:uppercase;
    display: inline-block;
}
.header .hdr-slider-btn:hover {
    opacity: .6;
}
.header .item p {
    color: #fff;
    padding-bottom: 30px;
    margin:0;
}
.header .owl-prev:after {
    content: "\f104";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    top: 45%;
    left: -45px;
    right: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    padding: 6px;
    transition:all .5s;
    line-height:30px;
}
.header .owl-next:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    display: block;
    position: absolute;
    top: 45%;
    right: -45px;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    padding: 6px;
    transition:all .5s;
    line-height:30px;
}
.header .owl-prev:hover:after{
    color:#33d685;
    border-color:#33d685;
}
.header .owl-next:hover:after{
    color:#33d685;
    border-color:#33d685;
}
.header:hover .owl-prev:after {
    left: 30px;
    transition: all .5s;
}
.header:hover .owl-next:after {
    right: 30px;
    transition: all .5s;
}
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding:5px 13px;
}
.header .logo-bar h3 {
    margin: 0;
    line-height: 27px;
    letter-spacing: 2px;
    margin-top: 5px;
}
.header .header-menu  {
    font-family: Montserrat,sans-serif;
    position: fixed;
    z-index: 999;
    color: #fff;
    padding: 20px 0 18px;
}
.header .header-menu a{
     text-decoration:none;
     color:#fff;
}
.header .logo-bar {
    max-width: 132px;
    text-align: center;
}
.header .menu-bar {
    width: calc(100% - 142px);
    background: transparent;
    z-index: 999;
    float: right !important;
    margin-left: 10px !important;
    line-height: 30px;
    text-align: right;
}
.header .menu-bar ul {
    list-style-type: none;
    padding: 0;
}
.header .menu-bar ul li {
    display: inline;
}
.header .menu-bar li a {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 30px 13px;
    transition: all 0.3s ease 0s;
    text-transform: uppercase;
    text-decoration: none;
}
.header .darkHeader{
    background:#000;
    padding: 10px 0;
}
.header .darkHeader .menu-bar{
    line-height:20px;
}
.header .darkHeader h3 a{
    color:#33d685;
    text-decoration:none;
}
.header .darkHeader .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 10px 10px 3px;
    transition: all 0.3s ease 0s;
    line-height: 1;
}
.header .logo-bar h3 {
    margin: 0;
    line-height: 27px;
    letter-spacing: 2px;
    margin-top: 4px;
}
.menu-bar li a:hover {
    color: #33d685;
}
.about-us {
    padding: 65px 0 45px;
   
}
.about-us {
    margin: 0 0 20px;
}
.left-content p {
    text-align: left;
}
.right-img {
    overflow: hidden;
    padding: 5px;
    position: relative;
    border: 1px solid #e9e6e6;
}
.right-img img {
    width: 100% !important;
}
.about-us .progressbarWrap {
    text-align: left;
    margin-top:20px;
}
.about-us .progressbarWrap h5 {
    color: #000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
}
.about-us .proggress{
    height:4px !important;
}
.about-us .percentCount{
    margin-top:-25px;
    color: #000;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1px;
    font-family: Montserrat,sans-serif;
}
.our-team{
    width:100%;
    padding: 65px 0 90px;
    position: relative;
    background: #f9f9f9;
}
.our-team-cust-container {
    padding-top: 20px;
}
.our-team-cust-container > div {
    display: flex;
    flex-wrap: wrap;
}
.our-team-cust {
    padding: 30px 20px;
    background: #f3f3f3;
    border-radius: 5px;
    margin-right: 20px;
    width: calc(25% - 15px);
    margin-bottom: 20px;
}
.our-team-cust:nth-child(4n) {
    margin-right: 0;
}
.member-img img {
    border-radius: 50%;
    height: 150px;
    width: 150px;
}
.member-social-link ul {
    list-style-type: none;
    padding: 0;
}
.member-social-link ul li {
    display: inline-block;
}
.our-team-cust h6{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.member-img {
    margin-bottom: 20px;
}
.our-team-cust h5{
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 500;
}
.our-team-cust h5{
    color: #33d685;
}
.member-social-link {
    margin-top: 20px;
}
.member-social-link .fa {
    width: 32px;
    height: 32px;
    color: #F5F5F5;
    background-color: rgba(49, 69, 85, 0.25);
    font-size: 15px;
    line-height: 32px;
    border-radius: 3px;
    transition:all .3s;
}

/*----- social icon's hover--------*/

.our-team .our-team-cust:hover {
    transition:all .4s;
    box-shadow: 0 0 10px 1px rgba(76, 76, 76, 0.41);
}

.member-social-link .fa.fa-facebook:hover {
    background: #3b5998;
}
.member-social-link .fa.fa-twitter:hover {
    background: #1da1f2;
}

.member-social-link .fa.fa-linkedin:hover {
    background: #0077b5;
}

.member-social-link .fa.fa-google-plus:hover {
    background: #dd4b39;
}

/***************************-Our Services-**************************/

.our-services {
    padding: 65px 0 50px;
}
.our-services-cust-container {
    padding: 30px 0;
}
.our-services-cust-container > span {
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.our-services-cust_outer{
    margin-right: 20px;  
    position:relative;
    width: calc(25% - 16px);
    margin-bottom:20px;
}
.our-services-cust {
    padding: 40px 10px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
    cursor: pointer;
}
.our-services-cust_outer:nth-child(4n) {
    margin-right: 0;
}
.our-services-cust .lnr {
    font-size: 40px;
    color: #33d685;
}
.our-services-cust:hover .service-icon {
    background: #333;
}

.services-cust-container .our-services-cust_outer:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
}
.our-services-cust .service-icon {
    margin-bottom: 20px !important;
    color: #33d685;
    font-size: 40px;
    border-radius: 50%;
    height: 120px;
    width: 120px;
    line-height: 125px;
    margin: 0 auto;
    box-shadow: 0 0 0 8px #fff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    transition:all .4s;
}
.service-name h5 {
    margin: 0;
    margin-bottom: 15px;
    color: #333;
}
.service-name p {
    margin: 0 0 10px;
}
.our-services-cust-container > div {
    display: flex;
    flex-wrap: wrap;
}
.our-services-cust-container .our-services-cust_outer::before {
    content: '';
    height: 3px;
    background-color: #33d685;
    width: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    right:50%;
}
.our-services-cust:before {
    content: '';
    height: 0;
    background-color: #33d685;
    width: 3px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
}
.our-services-cust:after {
    content: '';
    height: 0;
    background-color: #33d685;
    width: 3px;
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
     transition: all 0.3s ease 0s;
}
.our-services-cust-container .our-services-cust_outer::after {
    content: '';
    height: 3px;
    background-color: #33d685;
    width: 0;
    position: absolute;
    transition: all 0.3s ease 0s;
    right: 0;
    left:50%;
}
.our-services-cust-container .our-services-cust_outer:hover .our-services-cust:after {
    height: 90px;
}

/*------------hover------*/

.our-services-cust-container .our-services-cust_outer:hover::before {
    width: 50%;
}
.our-services-cust-container .our-services-cust_outer:hover::after{
    width:50%;
}
.our-services-cust-container .our-services-cust_outer:hover .our-services-cust:before {
    height: 90px;
}
.our-services-cust-container .our-services-cust_outer:hover .our-services-cust:after {
    height: 90px;
}
.our-services-cust_outer:hover {
    box-shadow: 0 15px 20px 0 rgba(0, 0, 0, 0.12);
}

/*******************************Counter section*******************************/

.num-counter-sec {
    padding: 70px 0 80px;
    background: url(https://cdn2.hubspot.net/hubfs/2480504/Envato-Market/Images/counters-bg.jpg?t=1499083334756) rgba(0, 0, 0, 0) no-repeat fixed left top;
    z-index: 9;
    position: relative;
    text-align: center;
}
.num-counter-sec:before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.num-counter-sec .counter {
    width: 24%;
    display: inline-block;
    padding: 0px 4px;
}
.num-counter-sec .counter-icon-box {
    color: #8c8c8c;
    font-size: 35px;
    margin: 0 0 20px;
    transition: all 400ms linear 0s;
}
.num-counter-sec .counter .count {
    font-size: 30px;
    margin: 0 0 20px;
    padding: 0;
    color: #fff;
    font-weight: 600;
}
.num-counter-sec .counter p {
    font-size: 15px;
    margin-top: 15px;
    padding: 0;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

/*******************************Client Section*********************************/

.client-sec {
    padding: 65px 0 90px;
    background: url(https://cdn2.hubspot.net/hubfs/2480504/Envato-Market/Images/counters-bg.jpg) rgba(0, 0, 0, 0) no-repeat fixed left top;
    z-index: 9;
    position: relative;
    text-align: center;
}
.client-sec:before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
.client-sec h2 {
    color: #fff;
}
.client-sec .item {
    padding: 30px 0;
    max-width: 673px;
    float: none !important;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.client-sec .owl-page {
    display: inline-block;
    height: 13px;
    width: 13px;
    background:transparent;
    border: 2px solid #33d685;
    margin: 0 3px;
    border-radius: 50px;
    transition: .4s;
}
.client-sec .owl-page.active{
    background: #33d685;
}

.client-sec .item p {
    font-size: 15px;
    color: #fff;
    line-height: 24px;
    margin: 0 0 30px;
    padding:0 10px;
}
.client-sec .item .client-desc p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    margin-right: 10px;
    float: left;
    color: #33d585;
}
.client-sec .item .client-desc p:after {
    content: "\f10e";
    font-family: 'Fontawesome';
    display: inline-block;
    margin-left: 10px;
    color: #33d585;
}
.client-name h3 {
    color: #fff;
    font-size: 18px;
    display: inline-block;
}
.client-name span {
    color: #33d685;
    font-size: 13px;
    font-weight: 400;
    font-family: Montserrat,sans-serif;
}
.client-img img {
    border: 2px solid #fff;
    border-radius: 50px;
    width: auto !important;
    margin: 0 auto;
}
.client-img {
    margin-bottom: 30px;
}
.client-sec .owl-buttons{
    display:none;
}

/*********************************************************/
.portfolio{
    padding: 60px 0 110px;
}
.portfolio ul.simplefilter {
    text-align: center;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; 
}
.portfolio ul.simplefilter li {
    display: inline-table;
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px;
    margin: 0 5px 10px;
    cursor: pointer;
    position: relative;
    border-style: solid;
    border-width: 1px 0;
}
.portfolio ul.simplefilter li.active {
    color: #33d685;
    border-color: #33d685;
}
.portfolio .hs_cos_wrapper_type_custom_widget {
    width:100%;
    padding: 0 15px;
    margin-bottom: 30px;
}
.portfolio .filtr-item {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    width:calc(33% - 10px);
    margin-right:10px;
    border: 10px solid #fff;
}
.inner-content-sec {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    cursor:pointer;
}
.inner-content-sec:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}
.portfolio .filtr-item:hover .inner-content-sec:after {
    opacity: 0.8;
}
.inner-content h2 {
    opacity: 0;
    font-size: 20px;
    color: #fff;
    top: -10px;
    margin: 0;
    padding: 0;
    line-height: 35px;
    -webkit-transition: all 0.3s;
    transition: all 0.5s;
    text-transform: uppercase;
    margin-top:-10px;
}
.inner-content-sec:hover .inner-content h2 {
    opacity: 1;
    margin-top: 0;
}
.inner-content p {
    font-weight: 700;
    -webkit-transition: all 0.6s;
    color: #33d685;
    opacity: 0;
    margin: 0;
    margin-top: 20px;
    transition: all 0.5s;
}
.inner-content-sec:hover .inner-content p {
    opacity: 1;
    margin-top: 0px;
}

/***************************-Our Blog-**************************/

.our-blog {
    background: #f7f7f7;
    padding: 65px 0 100px;
}
.our-blog .section-title {
    margin: 0 0 25px;
}
.post-item {
    background:#fff;
    width: 30%;
    display: inline-block;
    margin: 0px 13px;
    transition: all 0.3s ease 0s;
    text-align:left;
}
.hs-featured-image-wrapper {
    min-height: 226px;
    background-size: 100%;
    background-repeat: no-repeat;
}
.post-desc {
    padding: 20px 20px 28px;
}
.blog-icon-sec .fa{
    color: #33d685;
    margin-right: 5px;
    transition:all .4s;
}
.post-item a:nth-child(2) {
    margin-left: 10px;
}
.post-item a {
    color: #666;
}
.blog-icon-sec a {
    color: #666;
}
.blog-icon-sec {
    width: 100%;
    display: flex;
}
.post-title h4 {
    text-transform: uppercase;
    margin: 10px 0;
    outline: none;
    border: none;
    font-family: Montserrat,sans-serif;
    text-decoration: none;
    color: #666;
    font-weight:500;
}
.our-blog .more-link {
    background: #33d685;
    color: #fff !important;
    padding: 10px 15px;
    font-size: 12px;
    text-transform: capitalize;
    position: absolute;
    bottom: 19px;
    left: 20px;
    right: 0;
    max-width: 100px;
    width:100%;
    box-sizing: border-box;
    transition:all .3s;
}
.our-blog .more-link:hover{
    background-color: #333;
    border-color: #333;
}
.our-blog .widget-type-raw_jinja {
    display: flex;
    flex-wrap: wrap;
}
.our-blog .post-wrap {
    display: flex;
    width: 25%;
    flex-direction: column;
    flex-wrap: wrap;
    flex: 1;
    align-items: flex-start;
    text-align: left;
    flex-grow: 1;
    position:relative;
    background: #fff;
    margin: 0px 14px;
}
.our-blog .blog-content-sec {
    padding: 10px 20px 40px;
}
.post-content {
    margin-bottom: 30px;
}
.hs-featured-image-link {
    border: 0;
    display: inline-block;
    width: 100%;
}
.featured-img {
    background-size: cover;
    min-height: 240px;
    width: 100%;
    margin-bottom: 10px;
}
.post-wrap p {
    margin: 0;
    display: inline-block;
}
.post-title {
    display: flex;
    flex-grow: 1;
}
.blog-icon-sec {
    width: 100%;
    display: flex;
}
.custom_listing_comments {
    margin-right: 10px;
}
/*-------hover-------*/
.post-item:hover {
    box-shadow: 0 0 10px 1px rgba(76,76,76,.41);
}
.post-desc h4:hover a {
    color: #33d685;
    transition: all 0.3s ease 0s;
}

/***************************-Our Pricing-**************************/

.our-pricing {
    width:100%;
    padding: 65px 0 30px;
}
 .our-pricing-cust-container > span {
    display: flex !important;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 30px;
 }

.our-pricing-cust:hover{
    box-shadow: 0px 20px 30px 5px rgba(0, 0, 0, 0.09);
}
.our-pricing-cust.active {
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.09);
}
.our-pricing-cust {
    padding: 0 11px 40px;
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
    position: relative;
    width: calc(33.33% - 16px);
    display: inline-block;
    margin-right: 15px;
    margin-top:30px;
}
.our-pricing-cust:nth-child(3n) {
    margin-right: 0;
}
.our-pricing-cust ul {
    padding: 0 0 12px;
    margin: 0;
    list-style-type:none;
}
.our-pricing-cust:nth-child(2){
       box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.10);
}

a#cta_button_3050630_b2fea2f2-4b7c-4289-936c-23cbb37b9c5f:hover{
    background:#33d685;
}
a#cta_button_3050630_b2fea2f2-4b7c-4289-936c-23cbb37b9c5f:active, #cta_button_3050630_b2fea2f2-4b7c-4289-936c-23cbb37b9c5f:active:hover{
    background:#33d685;
}
.price-monthly {
    box-shadow: 0 0 0 8px #ffffff inset, 0 0 5px 0 rgba(51, 214, 133, 0.34);
    border-radius: 50%;
    min-height: 120px;
    width: 120px;
    background-color: #33d685;
	  margin: 0 auto 25px;
	  transition:all .4s;
}
.our-pricing-cust:hover .price-monthly {
    background: #333;
    box-shadow: none;
}
.our-pricing-cust h4 {
    font-weight: 400;
    color: #333;
    line-height: 24px;
    margin: 0;
    padding: 20px 0 10px;
    text-transform:uppercase;
}
.price-monthly h3 {
    color: #fff;
    font-weight: 400;
    display: inline-block;
    font-size: 28px;
    margin-top: 40px;
    font-family: Montserrat,sans-serif;
}
.price-monthly span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
.features {
    min-height: 328px;
}
.features li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.plan-button{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-bottom:30px;
}
.our-pricing-cust:hover .price-monthly {
    background: #333 !important;
    box-shadow: none;
}
.plan-button a {
    text-transform: uppercase;
    color: #fff;
    background-color: #33d685;
    padding: 12px 30px;
    transition: all .3s;
}
.plan-button a:hover {
    background-color: #333;
    border-color: #333;
}
/***************************-Contact Us-**************************/

.hs-responsive-embed-wrapper.hs-responsive-embed {
    width: 100% !important;
    min-width: 100% !important;
    max-height: 100% !important;
}
.hs-responsive-embed-inner-wrapper {
    padding-bottom: 25% !important;
}
.contact-us {
    padding: 60px 0 70px;
}
.contact-us .hs_cos_wrapper_type_custom_widget {
    display: inline-block;
    width: 22%;
}
.contact-us .section-title {
    margin-bottom: 25px;
}
.contact-icon {
    font-size:29px;
    height: 88px;
    width: 88px;
    background: #33d685;
    border-radius: 50%;
    color: #fff;
    box-shadow: 0 0 0 8px #ffffff inset, 0 0 5px 0 rgba(51, 214, 133, 0.24);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-contact h4 {
    color: #333;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 24px;
    margin: 25px 0 5px;
    text-transform: uppercase;
}

/***************************-Form Section-**************************/

.contact-info {
    margin-bottom: 25px;
}
.form-sec {
    max-width: 600px;
    width: 100%;
    float: none !important;
    margin: auto !important;
    transition: all 0.3s ease 0s;
    padding: 30px 20px;
    box-shadow: 0 20px 30px 0 rgba(0, 0, 0, 0.10);
}
.form-sec fieldset {
    max-width: 800px !important;
}
.form-sec textarea {
    min-height: 175px;
    border-bottom: 1px solid #ccc !important;
    border: none;
    width: 100% !important;
}
.hs-form-8caf53d8-90e6-4829-8645-d2150335f4dc_bac17810-e297-4552-9541-06b9ce7cc5f2 fieldset.form-columns-2 .hs-form-field {
    width: 50%;
    float: left;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc;
    text-align: left;
    height: 45px;
}
.form-sec fieldset {
    text-align: left;
    margin-bottom: 20px !important;
}
.hs-form-required {
    display: none;
}
.form-sec ul.hs-error-msgs.inputs-list {
    display: none !important;
}
.form-sec input {
    border: none;
}
.form-sec .hs-button.primary.large {
    background-color: #33d685;
    border: 1px solid #33d685;
    padding: 12px 30px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0;
    font-size: 14px;
    outline:none;
    cursor:pointer;
}
.form-sec .hs-input {
    font-size: 14px;
    color: #555;
    border: 1px solid #ccc;
    height: 45px;
    width: 100%;
    margin-bottom: 20px;
    outline:none;
}

/*****************************************************************/

.form-sec .input {
    width: 100%;
    display: inline-block !important;
}
.form-sec .field.hs-form-field {
    width: 100%;
    display: inline-block;
    text-align: left;
}
.form-sec .hs_message .input{
    width: 100%;
}
.form-sec .hs-button.primary.large:hover {
    background-color: #333;
    border-color: #333;
}
.hs-input.invalid.error {
    border-color: red;
}
/****************************Footer Section*******************************/
.footer-sec {
    padding: 25px 0;
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    margin: 0;
    min-height: 0 !important;
    background: #33d685;
}

.footer-sec .widget-type-page_footer {
    min-height: 0;
}
/*******************************Media Query*******************************/
@media screen and (max-width:980px){
.header-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a{
    padding: 5px;
}
.header .darkHeader .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding: 10px 7px 3px;;
}
.right-img{
        display:none !important;
}
.left-content {
    max-width: 700px;
    width: 100%;
    margin: 0 auto !important;
    float: none !important;
}
.our-team-cust-container > span{
    justify-content: center;
}
.our-team-cust-container .hs_cos_wrapper_type_custom_widget{
    padding: 20px;
    max-width: 320px;
    width:50%;
}
.our-services-cust-container > span{
    justify-content: center;
}
.our-services-cust-container .hs_cos_wrapper_type_custom_widget{
    max-width: 290px;
    width:30%;
    margin: 20px;    
}
.our-pricing-cust{
    width: calc(50% - 10px);
}
.our-pricing-cust:nth-child(2n){
    margin-right:0;
}
.blog-icon-sec{
    flex-direction:column;
}
.portfolio .filtr-item {
    width: calc(49% - 10px);
}
.our-team-cust {
    width: calc(50% - 12px);
}
.our-team-cust:nth-child(2n) {
    margin-right: 0;
}
.our-services-cust_outer {
    width: calc(50% - 16px);
}
.our-services-cust_outer:nth-child(2n) {
    margin-right: 0;
}
}

@media screen and (max-width:767px){

.header .item {
    padding: 100px;
}
.header-menu {
    width: 100% !important;
}
.our-services-cust-container .hs_cos_wrapper_type_custom_widget{
    width: 35%;
}
.header .logo-bar{
    display:inline-block;
    float: left;
    margin-bottom: -25px;
}
.header .menu-bar{
    width:100%;
}
.darkHeader .mobile-trigger i {
    top: 0px;
}
.our-blog .post-wrap {
    display: flex;
    width: 70%;
    flex-direction: column;
    flex-wrap: wrap;
    flex: initial;
    align-items: flex-start;
    text-align: left;
    flex-grow: inherit;
    position: relative;
    background: #fff;
    margin: 20px auto;
}
.blog-icon-sec {
    flex-direction: row;
}
.header .item h2 {
    font-size: 30px;
    line-height: 1.2;
}  
.about-us {
    padding: 45px 0 40px;
    margin: 0;
}  
.our-team, .our-blog {
    padding: 45px 0 40px;
} 
.our-services {
    padding: 45px 0 30px;
}
.client-sec {
    padding: 55px 0 50px;
}  
.portfolio {
    padding: 50px 0 60px;
} 
}

@media screen and (max-width:640px){
.num-counter-sec .counter{
    margin-bottom: 50px;
    width: 35%;
}
.our-team-cust-container .hs_cos_wrapper_type_custom_widget{
    width:100%;
}
.our-services-cust-container .hs_cos_wrapper_type_custom_widget{
    width: 55%;
}
.form-sec .field.hs-form-field{
    width: 100%;
}
.portfolio .filtr-item {
    width: calc(96% - 10px);
}
.header .hdr-slider-btn{
    display:block;
    margin:10px auto;
    padding: 8px;
    width: 150px;
}
}

@media (max-width:600px){
  
.our-team-cust, .our-services-cust_outer, .our-pricing-cust {
    width: 100%;
    margin-right: 0 !important;
}
  
}


@media screen and (max-width:480px){
.our-services-cust-container .hs_cos_wrapper_type_custom_widget{
      width: 75%;
}
.num-counter-sec {
    padding: 55px 0 30px;
}
.num-counter-sec .counter{
    width: 60%;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div{
    height: 15px;
    width: 15px;
    background: transparent;
    border-radius: 100%;
    border: 2px solid #33d685;
    display: inline-block;
    margin:0 2px;
}
.owl-page.active {
    background: #33d685;
}
.owl-controls {
    top: -28px;
    position: relative;
}
.owl-buttons {
    display: none;
}
.header .item {
    padding: 100px 15px;
}
.our-blog .post-wrap{
    width: 100%;
}
.our-pricing-cust {
    width: 100%;
    max-width: 100%;
    padding: 0 0 40px;
}
.our-pricing-cust{
    padding: 20px 0px;
}
div#testimonial .owl-pagination {
    padding-top: 20px;
}
}
