<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>

/* @import url('http://example.com/example_style.css'); */
@import url('https://fonts.googleapis.com/css?family=Overpass:100,200,300,400,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,500,700,900&display=swap');
/***********************************************/
/* 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    */
/*****************************************/










































































html {
  font-size: 16px;
}

/* body {
font-family: Overpass, sans-serif;
font-size: 16px;
color: #30496d;
line-height: 1.75;
margin:0;
font-weight:400;
overflow-x:hidden;
} */



body {
  font-size: 16px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  line-height: 1.75;
  margin: 0px;
}


body p{
  text-decoration: none;
}


body .row-fluid .wrapper{
  max-width:1200px;
  margin-left:auto!important;
  margin-right:auto!important;
  float: none;
  padding-left:15px;
  padding-right:15px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

/* Anchor Links */
a {
  color: #30496d;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

a {
  font-size: 16px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 400;
  //text-transform: ;
  text-transform: ;
  line-height: 1.2;
}


/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 900;
  font-family: Overpass, sans-serif;
  color: #233d63;
  word-break: break-word;
}

h1 {
  //font-size: 60px;
  line-height: 1.2;
  letter-spacing: -1px;
  margin-bottom: 20px;
}

h1 {
  font-size: 60px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 900;
  //text-transform: ;
  text-transform: ;
  line-height: 1.2;
}



h2 {
  font-size: 42px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  //text-transform: ;
  text-transform: ;
  line-height: 1.2;
  letter-spacing: -0.7px;
}



h3 {
  font-size: 24px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  //text-transform: ;
  text-transform: ;
  line-height: 1.4;
  letter-spacing: -0.4px;
}

h4 {
  font-size: 20px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  //text-transform: ;
  text-transform: ;
  line-height: 1.2;
  letter-spacing: normal;
}

h5 {
  font-size: 18px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  //text-transform: ;
  text-transform: ;
  line-height: 1.44;
  letter-spacing: normal;
}

h6 {
  font-size: 16px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  font-weight: 700;
  //text-transform: ;
  text-transform: ;
  line-height: 1.44;
  letter-spacing: normal;
}

strong {
  font-weight: 800;
}

code {
  vertical-align: bottom;
}



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

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

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

.body-container-wrapper li{
  font-size: 16px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: none;
  text-transform: ;
  font-weight: 700;
  line-height:1;
  //color: #616161;
  letter-spacing: .4px;
  position: relative;
  margin-left: 20px;
  margin-bottom: 0px;
}



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

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

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

.body-container-wrapper a{
  //color:#233d63;    
}

blockquote{
  margin:0;
  font-size: 16px;
  font-family: Overpass;
  color: #233d63;
  font-style: normal;
  text-decoration: ;
  text-transform: ;
  font-weight: 700;
  line-height: 1.7;
  //font-weight: 300;
  padding-left: 17px;
  border-left: 2px solid #233d63;

  margin-left: 4px;
  margin-top: 25px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

.widget-type-cta{
  margin-top:15px;
}



body a.cta_button,
body .row-fluid .hs-button{    
  font-size: 16px;
  font-family: Overpass;
  color: #ffffff;
  font-style: normal;
  text-decoration: none;
  //text-transform: ;
  font-weight: 700;
  border-radius:  5px;
  background:#6315ff;
  line-height: 1.75;
  padding: 15px 39px;
  border:1px solid;
  cursor: pointer;
  text-align: center;
  display: inline-block;
  transition: all .2s ease-in;
  -webkit-transition: all .2s ease-in;
  letter-spacing: 0;
  //color: #FFFFFF;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

body a.cta_button:hover,
body .row-fluid .hs-button:hover{ 
  background:#ffffff;
  color:#6315ff;

} 



body .base-color-cta a.cta_button,
body .base-color-cta  .row-fluid .hs-button{    
  background:;
  border-color:;
}

.transparent-cta a.cta_button,
.transparent-cta a{
  font-size: 16px;
  font-family: Overpass;
  color: #6315ff;
  font-style: normal;
  text-decoration: none;
  //text-transform: ;
  font-weight: 700;
  border-radius:  5px;
  background:#ffffff;
  position:relative;
  border:1px solid #6315ff;
}


.transparent-cta a.cta_button:hover,
.transparent-cta a:hover{ 
  background:#6315ff;
  border-color:#6315ff;
  color:#ffffff;

} 

.transparent-cta a.cta_button:hover:before{
  display:none;
}

.simple-cta a.cta_button,
.simple-cta a{
  background: transparent;
  padding: 0;
  border: none;
  border-radius: 0;
  color: #6315ff;
  margin-top: 21px;
  position:relative;
  display:inline-block;
}

.simple-cta a.cta_button:before{
  content:"";
  position:absolute;
  right: -24px;
  top: 8px;
  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Small%20Bussiness%20Pack/Vector.svg) no-repeat;
  width:16px;
  height:9px;
}

.simple-cta a.cta_button:hover{
  background:transparent;
}

body  .row-fluid .image-cta a.cta_button{
  background: none;
  padding: 0;
}

body .container-fluid .row-fluid .hide-module{
  display:none;
}

.heading-paragraph p{
  font-size: 20px;
  line-height: 1.4;
  margin: 30px 0 59px;
}

.span-border h2 span{
  border-bottom: 6px solid #233d63;
  font-weight:bold;
}

.circular-left-vector,
.circular-right-vector,
.circle-right-vector,
.square-left-vector,
.square-right-vector,
.halfright-circle-vector,
.halfleft-circle-vector{
  position:relative;
  z-index:0;
}

.circular-left-vector:before,
.circular-right-vector:after{
  content: "";
  position: absolute;
  left: -58px;
  top: 69px;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Small%20Bussiness%20Pack/Circular%20grp%20vector%201.svg) no-repeat;
  background-size: contain;
  width: 192px;
  height: 186px;
  z-index:-1;
}

.circle-right-vector:after {
  content: "";
  position: absolute;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20261.svg) no-repeat;
  background-size: contain;
  width: 267px;
  height: 295px;
  right: -100px;
  top: -167px;
  z-index: -1;
}

.circular-right-vector:after{
  left:auto;
  right:-58px;
  top: 31%;
  z-index:-1;
}


.square-left-vector:before{
  content: "";
  position: absolute;
  left: -145px;
  top: 69px;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Small%20Bussiness%20Pack/Group%20227.svg) no-repeat;
  width: 291px;
  height: 257px;
  z-index:-1;
}


.square-right-vector:after{
  content: "";
  position: absolute;
  left:auto;
  right:-19px;
  top: 31%;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Small%20Bussiness%20Pack/Square%20Vector.svg) no-repeat;
  width: 178px;
  height: 257px;
  z-index:-1;
}


.halfright-circle-vector:after{
  content: "";
  position: absolute;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20261.svg) no-repeat;
  background-size: contain;
  width: 267px;
  height: 295px;
  right: -100px;
  top: -167px;
  z-index: -1;

}



.halfleft-circle-vector:before {
  content: "";
  position: absolute;
  left: -179px;
  top: 62%;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Small%20Bussiness%20Pack/Circular%20Vector.svg) no-repeat;
  background-size: contain;
  width: 274px;
  height: 292px;
  z-index: -1;
}

.circular-left-vector:before,
.circular-right-vector:after,
.square-left-vector:before, 
.square-right-vector:after, 
.halfright-circle-vector:after,
.halfleft-circle-vector:before
.halfleft-circle-vector:after{
  z-index:-1;
} 


@media(max-width:767px){

  .circular-left-vector:before,
  .circular-right-vector:after,
  .square-left-vector:before,
  .square-right-vector:after,
  .halfright-circle-vector:after,
  .halfleft-circle-vector:before,
  .halfleft-circle-vector:after,
  .circle-right-vector:after{
    display:none;
  }

}


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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}

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

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

.gray-bg{
  background:0;
}

.all-text-white,
.all-text-white h1,
.all-text-white h2,
.all-text-white h3,
.all-text-white p,
.all-text-white h4,
.all-text-white h5,
.all-text-white h6,
.all-text-white li,
.all-text-white .fa,
.all-text-white a{
  color:#FFFFFF;
}

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

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

body .container-fluid .row-fluid [class*="span"]{
  min-height:0;
}

.hubspot-link__container.sproket{
  display:none!important;
}

.section-bg{
  background-size: cover!important;
  background-position: center center!important;
}

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

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

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

body .container-fluid .row-fluid .section-heading {
  max-width: 650px;
  float: none;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 31px;
}

.section-heading p{
  font-size:20px;
  font-weight:400;
}

.heading-underline{
  margin-bottom: 40px;
  padding-bottom: 4px;
  position: relative;
}

.heading-underline:before{
  position: absolute;
  content: '';
  bottom: 0;
  lefT: 0;
  height: 3px;
  width: 100px;
  background: 0;
}

@media(max-width:767px){

  .mobile-margintop20{
    margin-top:20px;
  }  

}


@media (min-width: 768px) {

  .equal-height-container > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

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


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

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

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

  h1 {
    font-size: 50px;
  }

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

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


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


  body a.cta_button, body .container-fluid .row-fluid .hs-button {
    font-size: 15px;
    padding: 15px 20px;
  }  

}




@media (max-width:767px){

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

  h1 {
    font-size: 40px;
  }

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

  h2 {
    font-size: 30px;
  }

  h3 {
    font-size: 18px;
  }

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

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

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

  body a.cta_button, body .row-fluid .hs-button{
    display:block;
  }



  .heading-underline {
    margin-bottom: 20px;
    padding-bottom: 2px;
  }

}

/*======================================================
Two Column Adjust
========================================================*/

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

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

@media(max-width:767px){

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

  body .container-fluid .row-fluid .two-col-adjust>span{
    display:block;
    margin-right:0;
  }


}







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

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

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




@media (max-width:767px){

  body .container-fluid .row-fluid .three-col-adjust>span {
    display: block;
    margin-right: 0;
  }

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









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

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

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




@media (max-width:767px){

  body .container-fluid .row-fluid .four-col-adjust>span {
    display: block;
    margin-right: 0;
  }

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






/*==================================================
Dnd styling
====================================================*/

.dnd-section {
  padding:0px;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding:0 15px;
  width:auto;
}

.dnd-section .widget-type-cell {
  padding-left: 0px;
  padding-right: 0px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  body .container-fluid .dnd-section {
    padding-top: 70px!important;
    padding-bottom: 0!important;
  }  

}





/*================================================================
form styling
==========================================================================*/


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

::-webkit-input-placeholder {
  font-size: 16px;
  font-family: Overpass;
  color: rgba(35,61,99,0.65);
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

:-moz-placeholder {
  font-size: 16;px
  font-family: Overpass;
  color: rgba(35,61,99,0.65);
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

::-moz-placeholder {  

  font-size: 16px;
  font-family: Overpass;
  color: rgba(35,61,99,0.65);
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}

:-ms-input-placeholder {  
  font-size: 16px;
  font-family: Overpass;
  color: rgba(35,61,99,0.65);
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
}


.grey-placeholder::-webkit-input-placeholder {
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;

}

.grey-placeholde:-moz-placeholder {
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;
}

.grey-placeholder::-moz-placeholder {  
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;
}

.grey-placeholder:-ms-input-placeholder {  
  color: rgba(35, 61, 99, 0.5);
  font-weight:400;
}  

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



form {
  max-width: 100%;
  font-family: Overpass, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #6315ff;
  border-color: #6315ff;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  
  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #3b00d7;
  border-color: #3b00d7;
  
  color: #fff;
}

.hs-button:active {
  background-color: #8b3dff;
  border-color: #8b3dff;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-size: 16px;
  font-family: Overpass;
  color: rgba(35,61,99,0.65);
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #233d63;
}

.hs-input {
  display: inline-block;
  width: 100%;
  height: 58px;
  padding: 9px 10px;
  font-size: 16px;
  font-family: Overpass;
  color: rgba(35,61,99,0.65);
  text-decoration: 0;
  font-style: normal;
  font-weight: normal;
  line-height: 1.75;
  background-color: #ffffff;
  border: none;
  border-bottom: 1px solid #cecece;
  box-sizing: border-box;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 15px;
}

.body-container-wrapper .hs-error-msgs,
.hs-error-msg{
  margin:0;
}


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

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

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

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

textarea.hs-input {
  height: 122px;
  resize: none;
}

.two-col-form-section textarea.hs-input {
  height: 122px;
}

.inputs-list label>input, .inputs-list label>span {
  vertical-align: middle;
}

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

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

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


.hs-input[type=file] {
  background-color: #ffffff;
  padding: initial;
  border: initial;
  line-height: initial;
  box-shadow: none;
  height: auto;
}


form .file-upload-button-label {
  border: solid 1px #cecece;
  position: absolute;
  left: 11px;
  top: 7px;
  border-radius: 4px;
  padding: 0px 10px;
  color: rgba(35,61,99,0.65);
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0px;
  width: 75px;
  height: 0;
  display: flex;
  cursor: pointer;
  display: flex;
  align-items: left;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 0px;
  height: 26px;
}


form .file-upload-file-name {
  height: 43px;
  color: rgba(35,61,99,0.65);
  line-height: 26px;
  display: flex;
  border: solid 1px #cecece;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  font-size: 14px;
  font-weight: normal;
  position: relative;
  right: 0;
  width: 100%;
  top: 0px;
  padding: 0 10px;
  cursor: pointer;
  max-width: 100%;
  margin-bottom: 20px;
  box-sizing:border-box;
  padding-left:120px;
}

form input[type="file"] {
  display: none !important;
}

form .input {
  display: block;
  position: relative;
  margin-bottom: 0px;
}



@media(max-width:480px){

  form .file-upload-button-label{
    font-size:12px;
  }

  form .file-upload-file-name{
    font-size:12px;
  }

}




.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #233d63;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #6315ff;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
  margin-left:0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
/* .inputs-list label > input,
.inputs-list label > span {
vertical-align: middle;
} */

ul.no-list {
  list-style: none;
}

.field {
  margin-bottom: 18px;
}

.hs-field-desc {
  color: #233d63;
  margin: 0px 0px 6px;
  font-size: 14px;
}

.hs-form-required {
  color: red;
}

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 16px;
  color: #30496d;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Overpass;
}


/*=====================================================================
header styling
========================================================================*/

.header-grp {
  border-bottom: 2px solid #CECECE;
  padding:0;
  background:#ffffff;
  position: relative;
  z-index:1;
}
body .container-fluid .row-fluid .header-grp a.cta_button{
  font-weight: normal;
  padding: 11px 20px;
}

body  .row-fluid .header-grp a.cta_button {
  font-weight: normal;
  padding: 11px 20px;
}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
  
  white-space: normal;
  max-width: 100%;
  font-size:16px;
  color:#CCCCCC;
  font-family: Overpass;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  font-style: normal;
  text-decoration: underline;
}






@media(min-width:768px){

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a{
    padding-right:0;
  }

  .header-grp .hs-menu-wrapper{
    line-height: 0;
    float: right;
  }

  .header-grp .hs-menu-wrapper ul,
  .header-grp .hs-menu-wrapper ul li{
    line-height: 0;
    margin-left:0;
  }  

  .header-grp  .widget-type-cta{
    margin-top:0;
  }  

}

body .header-grp .custom-menu-primary .hs-menu-wrapper>ul ul li a{
  padding:10px;
}

.header-grp  ul.hs-menu-children-wrapper {
  background: #fff;
  min-width: 200px;
  box-shadow: 0px 0px 1px #000;
  padding: 0;
}


.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  position: relative;
}


.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:after{
  content: '';
  display: block;
  position:absolute;
  left:50%;
  bottom:0;
  width:0%;
  height:2px;
  background-color:#233d63;
  transform:translateX( -50% );
  -webkit-transition:all .3s cubic-bezier(0.62, 0.4, 0.74, 1.04);
  -o-transition:all .3s cubic-bezier(0.62, 0.4, 0.74, 1.04);
  transition:all .3s cubic-bezier(0.62, 0.4, 0.74, 1.04);

}

.header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a:hover:after{
  width:100%;
}

@media(min-width:768px){

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:last-child a {
    padding-right:0
  }
  .header-grp .hs-menu-wrapper {
    line-height:0;
    float:right
  }
  .header-grp .hs-menu-wrapper ul,
  .header-grp .hs-menu-wrapper ul li {
    line-height:0;
    margin-left:0
  }
  .header-grp .widget-type-cta {
    margin-top:0
  }
}



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


  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 24px 10px;
  }  

  body  .row-fluid .header-grp a.cta_button {
    font-weight: normal;
    padding: 6px 9px;
    font-size: 14px;
  }



}

@media(max-width:1400px) and (min-width:768px){
  .header-grp .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;
  }
}

@media(max-width:767px){


  .header-grp ul.hs-menu-children-wrapper{
    background: #233d63;
    box-shadow: none
  }

  .header-grp {
    padding: 24px 0px;
  }  
  body .row-fluid .header-grp a.cta_button{
    display: inline-block;
    width: 100%;
    border-radius: 0;
    padding: 11px 20px 11px 0px;
  }

}


/*====================================================
MONILE MENU 
====================================================*/                

/* ==========================================================================
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:768px) {
  .custom-menu-primary .hs-menu-wrapper { 
    display:block !important;
  }
}




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


/**
* Special Note
*
* When the menu is open, a class of .mobile-open is applied to the body. You can 
* use this for custom styling on any element when the menu is in the open position.                     
*/

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

@media (max-width: 767px){


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

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

  /* 
  * Menu Reset
  *
  * Remove styling from desktop version of custom-menu-primary. Place any 
  * additional CSS you want removed from the mobile menu in this reset 
  */

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


  /* Toggle Button
  ========================================================================== */

  .mobile-trigger{
    display: inline-block !important; /* Show button on mobile */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: 0px;          /* Position Button at right of screen  */
    right: 10px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */      
    padding: 7px 10px 8px 10px;
    background: #FFFFFF; /* Background color */
    border: 1px solid #000000;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #000000; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#ffffff;
    background-color: #000000; 
    border-color: transparent;
  }

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


  /* Toggle Button Icon
  ========================================================================== */

  .mobile-trigger i{
    display: inline;
    position: relative;
    top: -4px;
  }
  .mobile-trigger i:before, .mobile-trigger i:after{
    position: absolute;
    content: '';
  }
  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after{
    width: 22px; /* Icon line width */
    height: 2px; /* Icon line height */
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    background-color: #000000; /* 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: #6315ff; /* Icon color */
  }


  /* Child Toggle Button
  ========================================================================== */

  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 50px !important; /* Button height */  
    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%; /* Centers icon inside button */
    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; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color:#fff; /* Icon color */
    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{
  }


  /* Menu Styles on Mobile Devices
  ========================================================================== */  

  .custom-menu-primary.js-enabled{
    position: relative;
    padding-top: 44px; /* Makes room for button */
    margin: 10px 0 10px 0;
  }

  /* Hide menu on mobile */
  .custom-menu-primary.js-enabled .hs-menu-wrapper,
  .custom-menu-primary.js-enabled .hs-menu-children-wrapper{
    display: none;
  }  

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

  /* Mobile Menu Styles */ 
  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    width: 100%;
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0;          /**************************************************************/
    padding: 0;
  }
  .custom-menu-primary .hs-menu-wrapper{
    background-color:#000000; /* Menu background color set off global menuColorMobile variable */
    width: 100%; /* Full screen width */
  }

  /* Level 1 Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul > li{
    position: relative;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }
  .custom-menu-primary .hs-menu-wrapper >  ul li a{
    padding: 0 10px;
    color:#ffffff; /* link color set by global mobile-aColor variable */
  }

  /* Level 2 and Higher Menu List Styles */
  .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; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }

  /* Level 3 and Higher Menu List Styles */
  .custom-menu-primary .hs-menu-wrapper > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
}








/*============================================================
HEADER Mobile Responsive
===========================================================*/

@media (max-width:767px){

  .custom-menu-primary .hs-menu-wrapper{
    display:none;
  }

  .mobile-trigger {
    border: 0;
    top: 0;
    right: 14px;    
    background:transparent;
  }

  .mobile-trigger i, .mobile-trigger i:before, .mobile-trigger i:after {
    width: 35px;
    background:#233d63;
    height:3px;
  }

  .mobile-trigger i:before {
    top: -10px;
  }

  .mobile-trigger i:after {
    top: 10px;
  }

  .mobile-trigger {
    top: 5px;
    right: 8px;
  }

  .mobile-open .mobile-trigger {
    background-color: transparent;
    z-index:5;
  }

  .mobile-trigger:hover {
    background-color: rgba(0, 0, 0, 0);
    border-color: transparent;
  }

  .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: ;
  }

  .mobile-trigger i{
    transition: all .5s ease-in;
  }

  .mobile-open .mobile-trigger i{
    background:transparent;
    transition: all .1s ease-in;
  }

  .mobile-trigger i:before,
  .mobile-trigger i:after{
    transition: all .3s ease-in;
  }

  .mobile-open .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:;;
  }

  .mobile-open .mobile-trigger i:after{
    top: 0;
    transform: rotate(-45deg);
    background:;;
  }

  .custom-menu-primary.js-enabled{
    position: absolute;
    padding-top: 0;
    margin: 10px 0 10px 0;
    left: 0;
    right: 0;
    top: 0;
    margin:0;
  }

  body .header-container-wrapper .logo{
    max-width: 180px;
    float: left;
    margin-top: 0;
    margin-left: 0;
    position:relative;
    z-index:11;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid #e7e7e742;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    color:#FFFFFF;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    padding: 0;
    margin:0;
    z-index:2;
    background:#233d63;
    top:64px;
    border-bottom:1px solid #e7e7e742;
  }

  body .row-fluid .header-grp .header-cta{
    display:none;
  }

  .header-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a {
    padding: 15px 22px;
  }

}


/****************** END Header Mobile Responsive ******************/



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

.footer-grp{
  background:#0e2937;
  
  padding: 118px 0 20px;
  color: #f4f7f5!important; 
}

.connected-col ul li svg {
  max-width: 8px;
  margin: 0px 8px;
   color: #f4f7f5!important; 
}

@media(min-width:768px){

  .footer-grp .hs-menu-wrapper{
    float:right;
  }

}

.footer-grp ul{
  margin:0;
  padding:0;
}


.footer-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
  padding:0 20px;
  font-size:16px;
  font-family:Overpass;
 color: #f4f7f5!important; 
  font-style: normal;
  text-decoration: none;
  font-weight: normal;

}



.footer-grp h3{
  font-family:Overpass;
 color: #f4f7f5!important; 
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size:24px;
}



.footer-grp p{
  font-family:Overpass;
 color: #f4f7f5!important; 
  font-style: normal;
  text-decoration: none;
  font-weight: normal;
  font-size:16px;
}

.footer-grp .connected-col ul li:last-child {
  padding-right: 0;
}

.footer-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li:last-child a {
  padding-right: 0;
}

.copy-right-text {
  padding: 55px 0px 0;
}


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

  .tab-pad-left-space{
    padding-left:20px;  
  }  

}

@media(max-width:767px){

  .footer-grp {
    background: #0e2937;
    padding: 58px 0 20px;
  }  

  .tab-pad-left-space {
    padding-top: 40px;
  }

  .footer-grp .hs-menu-wrapper.hs-menu-flow-horizontal>ul li a{
    padding:0;
  }  


  .connected-col.align-right {
    text-align: left;
  }  

  .copy-right-text {
    padding: 22px 0px 0;
  }  


}




/*================================================================
Subscribe section styling
=================================================================*/


.subscribe-section{
  background:rgba(213, 224, 253, 0.35);
  padding: 121px 0 84px;
}  


.subscribe-section h6{
  color:#233d63;
  font-weight: 400;
  margin-top: 12px;
}  

.form-subscribe-section form{
  max-width: 610px;
  margin: 35px auto 0;
  position:relative;
}  

.form-subscribe-section .hs-input:not([type=radio]):not([type="checkbox"]) {
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  color: rgba(35, 61, 99, 0.5);
  font-weight: 400;
  padding: 0 20px;
  min-height:80px;
  padding-right:45%;
}

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



.row-fluid .form-subscribe-section .hs-button,
.form-subscribe-section input.hs-button{
  min-width: 34%;
  position: absolute;
  top: 11px;
  right: 10px;
}  

.subscribe-section.square-right-vector:after{
  top:-87px;
}


@media(min-width:768px)and(max-width:1024px){
  .subscribe-section{
    padding: 80px 0px;
    margin-top:40px;
  }  
}


@media (max-width:767px){

  .form-subscribe-section .hs-input {
    height: 60px;
  }

  body .row-fluid .form-subscribe-section .hs-button,
  .form-subscribe-section input.hs-button{
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
  }

  .field {
    margin-bottom: 0;
  }

  .form-subscribe-section .hs-input{
    padding-right:8%;
  }

  .form-subscribe-section {
    padding: 50px 0px;
    margin-top:30px;
  }  

}








/*====================================================================
Rss Blog Section
======================================================================*/

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

  body .container-fluid .recent-post-section{
    padding: 40px 0;
  }
}


@media(min-width:768px){

  .recent-post-section .post-listing{
    margin: 0 -2.5% 0 0;
    padding: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }


  .recent-post-section .post-item{
    float: left;
    width: 30.6%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
  }  



}

/* .recent-post-section{
padding:70px 0 51px;
} */

body .container-fluid .row-fluid .recent-post-section .section-heading{
  margin-bottom:50px;
}

.recent-post-section .post-item{
  border-radius: 4px;
  border: solid 0.5px #CECECE;
  background-color: #FFFFFF;
}

.recent-post-section .post-body{
  padding: 20px 20px 6px;
}

.recent-post-section h4, .recent-post-section a{
  font-size: 20px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.02px;
  color:#233d63;
}

.recent-post-section h4{
  margin: 25px 0px 18px;
}

.recent-post-section p{

}

.body-container-wrapper .recent-post-section ul{
  margin:0;
  padding:0;
}

.body-container-wrapper .recent-post-section ul li{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 3.03px;
  margin:0;
  padding:0;
  display:inline-block;
  list-style:none;
}

.recent-post-section a.more-link {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.56;
  letter-spacing: normal;
  color: #6315ff;
  margin-top: 17px;
  display: inline-block;
  text-decoration: underline;
}


@media(max-width:767px){

  .recent-post-section .post-item{
    margin-bottom:30px;
  }

}




/*=======================================================
Blog 1 Styling
===========================================================*/


.hide-comment{
  display:none;
}


/*=======================================================
Blog 1 listing Styling
===========================================================*/


/*******BLOG HERO SECTION*********/

.blog-hero-section{
  background:url('https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%201035.svg')no-repeat;
  background-position:center center;
  background-size:contain;
  background-color: rgba(213, 224, 253, 0.45);
  position:relative;
  padding: 133px 0 130px;
  z-index: 1;
}


.blog-hero-section:before{
  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20102.svg) no-repeat;
  background-position:center center;
  background-size:cover;
  position:absolute;
  content:'';
  bottom: -120px;
  left: -180px;
  width: 270px;
  height: 286px;
}

.blog-hero-section:after{
  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20261.svg) no-repeat;
  background-position:center center;
  background-size:cover;
  position:absolute;
  content:'';
  top: -160px;
  right: -100px;
  width: 270px;
  height: 286px;
}

.blog-hero-section h1{
  margin-bottom: 8px;
  font-weight:bold;
}

.blog-hero-section p{
  font-size: 12px;
  line-height: 1.33;
  color: 0;
}

/********POST FILTER SECTION*******/


.post-filter-section ul{
  margin-bottom:35px;
  margin-top:61px;
}

.post-filter-section ul li:first-child{
  margin-left:0;
}

.post-filter-section ul li{
  display:inline-block;
  margin-left: -5px;

}

.post-filter-section ul li a{
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  color: #233d63;
  padding: 9px 20px 7px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
}

.post-filter-section ul li a.active{
  color:#FFFFFF;
  background-color: #6315ff;
  //padding: 9px 20px;
}

.post-filter-section span.filter-link-count{
  display:none;
}
div.hs-blog-post .blog-hero-section:after {
  z-index: -1;
}

.dnd-blog1.hs-blog-post .left-col ul li img {
  max-width: 20px;
  width: 100%;
}


@media(max-width:767px){

  .post-filter-section{
    text-align:center;
  }

  .post-filter-section ul li{
    margin-bottom: 10px;
  }

  div.hs-blog-post .post-body li {
    padding-left:5px;
  }

  div.hs-blog-post .post-bottom h4 {
    margin-bottom: 25px;
  }
}

/*********BLOG LISTING SECTION*******/


.blog-content-section .left-col{
  width: 65.7%;

}

.blog-content-section .right-col{
  width: 30.8%;
}


div.hs-blog-listing  .post-listing{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;-
  webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%;
}

div.hs-blog-listing .row-fluid .post-listing .post-item{
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:46%;
  float:left;
  margin-right:5%;
  margin-bottom: 45px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
}


div.hs-blog-listing .row-fluid .post-listing .post-item:nth-child(2n){

  margin-right:0;
}

div.hs-blog-listing .row-fluid .post-listing .post-item .hs-featured-image{
  height: 252px;
  max-width: 363px;
  float: none;
  margin: 0;
}

div.hs-blog-listing .post-body{
  padding: 30px 60px 20px 21px;
}

div.hs-blog-listing .post-body h2 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.02px;
  color: #233d63;
  min-height: 78px;
}

div.hs-blog-listing .post-body h2 a{
  color: #233d63;
}


div.hs-blog-listing .post-body .date-read-detail{
  padding: 14px 0 25px;
}

div.hs-blog-listing .post-body .date-read-detail,
div.hs-blog-listing .post-body .date-read-detail span{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 3.03px;
  font-weight:normal;
  color: #233d63;
  text-transform:uppercase;
}

div.hs-blog-listing .post-body p{
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: 0.3px;
  color: #233d63;
}



div.hs-blog-listing  a.more-link {
  position: relative;
  bottom: 11px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  color: #6315ff;
  padding: 0 20px;
  width: 80px;
}

div.hs-blog-listing  a.more-link:after{

  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Vector.svg) no-repeat;
  background-size:cover;
  background-position:center center;
  content:'';
  position:absolute;
  top:9px;
  right:0;
  width:16px;
  height:9px;
}



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

  div.hs-blog-listing .post-body{
    padding: 30px 20px 20px 21px;
  }

}

@media(max-width:767px){

  div.hs-blog-listing .container-fluid .row-fluid .post-listing .post-item{
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 100%;
    margin: 35px auto 0;
    float: none;
  }

  div.hs-blog-listing .container-fluid .row-fluid .post-listing{
    display:block;
    margin-right:0;
  }

  div.hs-blog-listing .row-fluid .post-listing .post-item .hs-featured-image{
    max-width:100%;
  }

  div.hs-blog-listing a.more-link:after{
    top:3px;
  }


  .blog-content-section .left-col,
  .blog-content-section .right-col{
    width:100%;
  }

}





/*****************BLOG PAGINATIONS*******************/



.blog-paginations{
  text-align:center;
  margin-bottom: 124px;
}

.blog-paginations ul li{
  display:inline-block;
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  padding: 12px 20px 8px 20.5px;
  margin-left: 6px;
}

.blog-paginations ul li:first-child{
  margin-left:0;
}

.blog-paginations ul li a{
  font-size: 18px;
  line-height: 1.56;
  letter-spacing: 1.6px;
  color: #233d63;
}

.blog-paginations ul li a svg{
  fill: #233d63;
  height:16px;
}

.blog-paginations ul li.current{
  background-color: #6315ff; 
}

.blog-paginations ul li.current a{
  color:#FFFFFF;
}


.blog-paginations ul li.prev-btn img,
.blog-paginations ul li.nxt-btn img{
  max-width:14px;
  vertical-align: middle;
}

.blog-paginations ul li.prev-btn{
  margin-right: 25px;
}


.blog-paginations ul li.nxt-btn{
  margin-left: 25px;
}



@media(max-width:480px){

  .blog-paginations ul li.prev-btn {
    margin-right: 17px;
    margin-left: 0;
  }

  .blog-paginations ul li.nxt-btn{
    margin-left: 17px;
    margin-right:0;
  }

}

/************SEARCH MODULE**********/


.search-module{
  position:relative;
}

.search-module form input{
  height:60px;
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  color: 0;
  padding:6px 18px;
}

.search-module form input::placeholder{
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: normal;
  color: 0;

}


.search-module .search{
  position:absolute;
  border-radius: 4px;
  background-color: #6315ff;
  right: 0px;
  top:0;
  height: 60px;
  text-align: center;
  padding-top: 14px;
  margin-left: 0;
  width: 60px;
}

.search-module form button {
  position: absolute;
  border-radius: 4px;
  background-color: #6315ff;
  right: 0px;
  top: 0;
  height: 60px;
  text-align: center;
  padding-top: 14px;
  margin-left: 0;
  width: 60px;
  -webkit-appearance: none;
  box-shadow: none;
  border: 0;
  cursor:pointer;
}

.search-module form button:before {
  content: "";
  position: absolute;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20427.svg);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-position: top center;
  top: 22px;
  right: 17px;
}

.search-module  svg {
  display:none;
}


/**********POST FILTER**********/

.post-filter{
  padding: 60px 0 40px;
}

.post-filter ul li{
  display:inline-block;
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  margin-left:0;
  margin-right:18px;
  padding: 7px 33px 5px;
  margin-bottom: 18px;
}


.post-filter ul li a{
  font-size: 16px;
  line-height: 1.31;
  font-weight:normal;
  letter-spacing: normal;
  color: #233d63;

}

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

  .post-filter ul li{
    padding: 7px 23px 5px;
  }
}

@media(max-width:767px){

  .post-filter ul li{
    padding: 7px 10px 5px;
  }
}

/********FEATURED POST********/


.featured-post .post-content{
  padding:30px 0 30px;   
  border-top:1px solid #CECECE;
}

.featured-post .post-content:first-child{
  border-top:1px solid transparent;
  padding: 5px 0 30px;
}

.featured-post .featured-image{
  max-width:80px;
  height:80px;
  border-radius: 4px;
}


.featured-post .date-read-detail,
.featured-post .date-read-detail span{
  font-size: 12px;
  font-weight: normal;;
  line-height: 1.5;
  letter-spacing: normal;
  color: #233d63;
  text-transform:uppercase;
  margin-bottom: 6px;
}


.featured-post .post-title{
  font-weight: 600;
  letter-spacing: 0.02px;
}

.featured-post .post-title a{
  color: #233d63;
}



@media(max-width:767px){

  .featured-post .hs-featured-image-wrapper{
    width: 80px;
    float: left;
  }

  .featured-post .post-header{
    width: 70%;
    float: left;
    margin-left:3%;
  }

}

/*************FOLLOW US **********/


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

.follow-us{
  padding: 24px 20px 16px;
}

.follow-us ul{
  margin: 19px 0 0;
}
.follow-us ul li{
  display:inline-block;
  margin-left: 0;
  margin-right: 20px;
  max-width: 20px;
  width: 100%;
}

.follow-us ul li i{
  color:#1E135C;
  font-size: 20px;
  line-height: 30px;
  vertical-align: middle;
}



@media(max-width:767px){

  .follow-us{
    text-align:center;
  }
}

/*************BUSINESS BLOG SUBSCRIBE***************/


.business-blog-subscribe{
  padding: 85px 0 0;
  margin-bottom: -8px;
}


.business-blog-subscribe .hs-form-required{
  display:none;
}

body .row-fluid .business-blog-subscribe form input{
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  height:60px;
  padding: 6px 37px;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
  letter-spacing: normal;
  color: 0;
}

body .row-fluid .business-blog-subscribe form .actions{
  position: relative;
  top: -93px;
  right: 0;
  width: 60px;
  height: 59px;
  float: right;
}

body .row-fluid .business-blog-subscribe form .hs-button{
  font-size:0;
  padding:0;
  width:100%;
  height:100%;
  background: #6315ff;
}

.business-blog-subscribe form .actions:after{
  position: absolute;
  top: 20px;
  right: 0;
  left: 0;
  margin: 0 auto;
  content: '';
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Vector-1.png);
  width: 12px;
  height: 15px;
  z-index: 1;
}

@media(max-width:1024px) and (min-width:768px){
  body .row-fluid .business-blog-subscribe form input{
    padding:6px;
  }
}

@media(max-width:767px){

  body .row-fluid .business-blog-subscribe{
    padding: 55px 0px 80px;
  }

  body .row-fluid .business-blog-subscribe form .actions{
    top:-75px;
  }

  .blog-hero-section:after {
    background: none;
    z-index: -1;
  }

  .blog-hero-section:before {
    background: none;
  }

}



/*================================================================================
Dnd Home 1 section 1 Styling
==================================================================================*/

.home1 .home-three-col-icon-cm{
  padding:0;
}

.home-three-col-icon-cm {
  padding-bottom:30px;
}

@media(max-width:767px){

  #hs_cos_wrapper_body_container-module-1{
    margin-top:50px;
  }

}


/*================================================================================
Dnd Home 1 section 2 Styling
==================================================================================*/

.home1-section2 h2{
  margin-top: 36px;
  padding-bottom: 2px;
}


@media(max-width:767px){


  .dnd_home1_section1-column-1-vertical-alignment{
    margin-top:30px;
  }

  .dnd_home1_section1-column-3-vertical-alignment{
    margin-bottom:30px;
  }  


}



/*============================================================================
Home 1 three column section styling
==============================================================================*/


.home-three-col-icon-cm .inner-div {
  padding: 46px 45px 89px;
}


.dnd_home1_section2-column-4-vertical-alignment .dnd-column{
  border-radius: 4px;
  border: solid 1px #cecece;
  background-color: #fff;
  transition: all ease-in-out .2s;
  position: relative;
  z-index: 1;
  margin-bottom:30px;
}


.dnd_home1_section2-column-4-vertical-alignment .dnd-column:hover{
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.25); 
  border: solid .5px #e2e2e2;
}


@media(min-width:768px){

  .dnd_home1_section2-column-4-vertical-alignment>.row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;

  }


}

.home1-section3 h2{
  margin-top: 43px;
  margin-bottom: 32px;
}

.home1-section3 p {
  margin-bottom: 29px;
}

.bordered-hs-cos-wrapper h3{
  margin: 58px 0 25px;
}

.image-left-textright-cm {
  margin-bottom: 45px;
}  


@media(max-width:767px){

  body .row-fluid .home-three-col-icon-cm{
    padding:0;
  }



  .image-left-textright-cm h3 {
    margin: 15px 0px 10px;
  }  


  body .home1.container-fluid .dnd-column .row-depth-1.dnd-row {
    padding-bottom: 0!important;
  } 

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




  .dnd_home1_section3-column-3-vertical-alignment{
    margin-bottom:30px;
  }

  .dnd_home1_section3-column-1-vertical-alignment{
    margin-top:30px;

  }




}


/*======================================================================
Pricing Column Section
========================================================================*/


.pricing-box{
  border-radius: 4px;
  border: solid 1px #cecece;
  background-color: #fff;
  text-align:center;
  padding: 29px 0px 50px;
}

.pricing-box:hover {
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.25);
}



.pricing-box h5{
  font-size: 14px;
  font-weight: 600;
  line-height: 1.43;
  letter-spacing: 2.02px;
  text-transform:uppercase;
}

.pricing-box h3{
  font-size: 62px;
  font-weight: 600;
  line-height: 1.23;
  letter-spacing: -1.88px;
  background-color: rgba(213, 224, 253, 0.55);
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0 5px;
  margin: 12px 0 40px;
}

.pricing-box h3 span {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.63;
  letter-spacing: 0.3px;
}


.body-container-wrapper .pricing-box ul{
  margin:0;
  padding:0;
  text-align:center;
}

.body-container-wrapper .pricing-box ul li{
  margin:0;
  padding:0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding-bottom: 9px;
  color:#233d63;
}

.pricing-box h6{
  font-size: 12px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: 0.22px;
  text-align: center;
  max-width: 227px;
  color:#233d63;
  margin: 0 auto;
}

body .container-fluid .row-fluid .pricing-box .cta-grp{
  margin: 34px 0 30px;
}

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

  .pricing-box {
    padding:40px 0px;
  }

  .pricing-box h6{
    max-width:100%;
    padding:0px 15px;
  }

}

@media(max-width:767px){

  .pricing-box {
    padding: 30px 0px;
    margin-bottom: 30px;
  }

  .pricing-box h6{
    max-width:100%;
    padding:0px 15px;
  }

  body .container-fluid .row-fluid .pricing-box .cta-grp{
    margin-left:20px;
    margin-right:20px;
  } 

}

/*=====================================================================
Counter Cm Styling
======================================================================*/


.client-logo-cm.counter-cm {
  padding: 38px 20px 28px;
  margin-bottom: 35px;
  white-space: normal;
  border-radius: 4px;
  border: solid 1px #cecece;
  background-color: #fff;
  text-align: center;
}

/*=====================================================================
Home 1 section7
======================================================================*/

.home1-section7 h2{
  margin-top: 39px;
  margin-bottom: 10px;
}

.home1-section7 p {
  margin-bottom: 50px;
}


/*=============================================================
Logo Cm Styling
===============================================================*/

.client-logo-cm{
  padding: 32px 0 34px;
}

body .row-fluid  .client-logo-cm .section-heading{
  max-width:730px;
  margin-bottom: 42px;
}
.body-container-wrapper .client-logo-cm ul{
  margin:0;
  padding:0;
}

.body-container-wrapper .client-logo-cm ul li {
  margin:0;
  padding:0;
  display:inline-block;
  list-style:none;
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  min-width: 163px;
  padding: 42px 20px;
  margin-right:30px;
  margin-bottom:30px;
  text-align: center;
}

.body-container-wrapper  .client-logo-cm ul li:nth-child(5n-5){
  margin-right:0;
}

.body-container-wrapper .client-logo-cm ul li:before{
  display:none;
}

@media(max-width:1210px){

  .body-container-wrapper .client-logo-cm ul li:nth-child(5n-5){
    margin-right:30px;
  } 

}

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

  .client-logo-cm{
    padding:40px 0;
  }


}

@media(max-width:767px){

  .body-container-wrapper .client-logo-cm ul li{
    display:block;
    margin-right:0;
  }

  .body-container-wrapper  .client-logo-cm ul li:nth-child(5n-5){
    margin-right:0;
  } 

  .client-logo-cm{
    padding:30px 0;
  }

}


/*=====================================================================
Home 1 section 9
========================================================================*/

.home1-section9 h2 {
  margin: 53px 0px 50px;
}


/*=========================================================================
Home 1 slider section
==========================================================================*/

.home1-slider-section h2{
  max-width: 568px;
  margin: 17px 0 31px;
}


.home-slider.slider-cm p{
  margin: -3px 0 65px;
}

.home-slider.slider-cm .right-column .cm-container .image-container{
  float:right;
  background-size: contain;
  background-position: center center;
  border-radius: 50%;
  height:63px;
  width:63px;

}

.home-slider.slider-cm .right-column .cm-container .right-col.align-left{
  padding-left:10px;
}

.home-slider.slider-cm .slick-slide {
  margin-left: 19px;
  margin-right: 19px;
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  /*   padding: 2px 30px 27px 30px; */
  padding: 2px 35px 25px 36px;
  box-sizing: border-box;
}

body .row-fluid .home-slider.slider-cm .slick-slide {
  margin-right: 37px;
  margin-left: 0px;
  width: 100%;
  max-width: 364px;
}

.home-slider.slider-cm .right-column li{
  display:inline-block;
  margin-left: 8px;
}

.home-slider.slider-cm .slider-section li.slick-active button {
  background-color: #6315ff;
}

.home-slider.slider-cm ul.slick-dots li {
  display: inline-flex;
  margin-right: 9px;
  margin-left: 0;
}



.body-container-wrapper .home-slider.slider-cm li:before{
  display:none;
}

.home-slider.slider-cm ul.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: flex;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 100%;
  border: solid 1px #6315ff;
}

.home-slider.slider-cm .slider-section ul.slick-dots {
  position:absolute;
  left:0px;
  bottom:-36px;
}

.home-slider button.slick-prev.slick-arrow{
  font-size:0;
  background: transparent;
  border: none;
}

.home-slider button.slick-next.slick-arrow{
  font-size:0;
  background: transparent;
  border: none;
}

.home-slider button.slick-prev.slick-arrow:focus,
.home-slider button.slick-next.slick-arrow:focus{
  outline:none;
}

.home-slider button.slick-prev.slick-arrow:before{
  position: absolute;
  width: 48px;
  height: 48px;
  content: '';
  top:-65px;
  padding: 0;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/back%20%281%29.svg);
  right: 50px;
  background-size: 45%;
  background-repeat: no-repeat;
  background-color: #6315ff;
  background-position: center;
  border: 1px solid #ECECEC;
  cursor: pointer;
}


.home-slider button.slick-next.slick-arrow:before{
  position: absolute;
  width: 48px;
  height: 48px;
  content: '';
  top:-65px;
  cursor: pointer;
  padding: 0;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/arrow.png);
  right: 0;
  background-size: 45%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: center;
  border: 1px solid #ECECEC;

}

body .row-fluid .home-slider.slider-cm .cm-container{
  margin-left:0;
}

@media(max-width:1212px) and (min-width:1025px){
  body .row-fluid .home-slider.slider-cm .slick-slide{
    max-width:none;
    margin-left:17px;
    margin-right:17px;
  }
}

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

  .home-slider.slider-cm {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  body .row-fluid .home-slider.slider-cm .slick-slide{
    max-width:none;
    margin-left:17px;
    margin-right:17px;
  }

  .home-slider.slider-cm .slider-section ul.slick-dots {
    left:16px;
  }

}

@media (max-width:767px) {

  .home-slider.slider-cm .slider-section ul.slick-dots {
    list-style: none;
    display: inline-flex;
    position: absolute;
    bottom: 0;
    right: 0;
    left:0;
    max-width: 500px;
    margin: 0 auto !important;
    float: none;
    align-items: center;
    justify-content: center;
  }

  .home-slider.slider-cm .cm-container{
    width:100%;
  }

  .home-slider.slider-cm .cm-container .span6 {
    display:inline-block;
  }


  .home-slider.slider-cm .right-column {
    margin-top:50px;
  }

  body .row-fluid .home-slider.slider-cm .slick-slide{
    max-width:100%;
    margin-right:0px;
  }

  body .row-fluid .home-slider.slider-cm .cm-container{
    display: inline-block;
    padding: 20px 0px;
  }

  .home-slider.slider-section.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
    max-width: 442px;
    margin: 0 auto;
  }

  .home-slider.slider-cm {
    padding: 30px 0px;
  }

  .home-slider.slider-cm .right-column .cm-container .image-container {
    float: left;
  }

  .home-slider.slider-cm .right-column .cm-container .right-col.align-left {
    padding-left: 72px;
    text-align: left;
  }

  .home1-slider-section h2 {
    margin: 17px 0 63px;
  }

}

/*==================================================================
Home 1 form Section Styling
======================================================================*/

@media(max-width:767px){

  #hs_cos_wrapper_body_container-module-56{
    padding-bottom:100px;
  }

}




.back-image {
  position: relative;
  z-index: 0;
}

.circular-line-left-vector{
  position: relative;
  overflow: hidden;
}

.border-bottom-right-vector{
  position: relative;
}

.back-image:before {
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20686.png) no-repeat;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: -4%;
  top: -19.5%;
  background-size: initial;
  background-position: left center;
  z-index: -1;
}

.back-image:after {
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20665.png) no-repeat;
  background-position: right center;
  right: -10%;
  top: 9%;
  z-index: -1;
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
}

.border-bottom-right-vector, 
.border-bottom-right-circle-vector {
  border-top: 8px solid #e7dcff;
  position: relative;
  overflow: hidden;
}

.circular-line-left-vector:before {
  content: "";
  position: absolute;
  left: -56px;
  bottom: -106px;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/line-circle.png) no-repeat;
  background-size: cover;
  width: 227.6px;
  height: 176px;
  background-position: top right;
}

.border-bottom-right-vector:after {
  content: "";
  position: absolute;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Small%20Bussiness%20Pack/circle-triangle.png) no-repeat;
  background-size: contain;
  width: 175px;
  height: 122px;
  top: -38px;
  right: -24px;
  z-index: 0;
}



.border-bottom-right-circle-vector:after {
  content: "";
  position: absolute;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/line-circle.png) no-repeat;
  background-size: cover;
  width: 134px;
  height: 214px;
  top: -91px;
  right: -72px;
}


@media (max-width:767px){
  .circular-line-left-vector:before,
  .border-bottom-right-vector:after,
  .border-bottom-right-circle-vector:after,
  .our-team .image_container:before,
  .our-team .row-reverse .image_container:before,
  .back-image:before,
  .back-image:after
  {
    display:none;
  }
  .border-bottom-right-vector, .border-bottom-right-circle-vector {
    border-top: none;
  }
}

/*============================================ 
Banner Section Styling  
* ===========================================*/

.single-line-form input{
  border-radius: 4px;
  border: solid 1px #CECECE;
  background-color: #FFFFFF;
  height: 60px;
  padding: 20px;
  display: block;
}

div.home2 .home2-banner .single-line-form input {
  float:left;
}
@media(min-width:768px){

  .single-line-form .innner-width {
    max-width: 508px;
    float: right;
  }

  .single-line-form  form {
    position: relative;
  }

  .single-line-form input{
    border-radius: 4px;
    border: solid 1px #CECECE;
    background-color: #FFFFFF;
    height: 60px;
    padding: 20px;
    max-width: 59.2%;
    display: block;
  }  

  body .row-fluid .single-line-form .hs-button{
    right: 0;
    position: absolute;
    top: 0;
    min-width: 38%;
  }

  .home2-banner .heading-paragraph{
    text-align:right;
  }

  .home2-banner p{
    margin: 7px 0px 34px auto;
    max-width:377px;
    font-size:20px;
    width:100%;
  }

}

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

  body .row-fluid .single-line-form input{
    max-width: 55.2%;
  }

}

@media (max-width: 767px){

  .home2-banner h1 {
    margin-top: 64px;
  }

  .home2-banner .hs-button{
    width:100%;
  }

  body .row-fluid .home2-banner .heading-paragraph{
    text-align: left;
  }

  body .row-fluid .home2-banner .heading-paragraph p{
    max-width: 100%;
  }

}

/*============================================ 
Home2  Section2 Styling  
* ===========================================*/

.home2-client-logo-cm {
  position: relative;
  z-index: 3;
}

body .row-fluid .home2-client-logo-cm .section-heading{
  margin-bottom:47px;
}

.home2-client-logo-cm ul {
  border-radius: 4px;
  border: solid 1px #CECECE;
}

.home2-client-logo-cm .client-logo-cm{
  padding:0;
}

.home2-client-logo-cm .client-logo-cm ul li{
  margin-bottom: 0;
  border:none;
}

@media (max-width: 1024px){

  .home2-client-logo-cm ul li{
    padding:30px 20px;
  }

}

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

  .home2-client-logo-cm{
    padding:40px 0px 90px;
  }
}


@media (max-width: 767px){

  .home2-client-logo-cm {
    padding: 30px 0px;
  }

  .home2-client-logo-cm .client-logo-cm ul{
    border:none;
  }

  .home2-client-logo-cm .client-logo-cm ul li {
    display: block;
    margin-right: 0;
    border: solid 1px #cecece;
    background-color: #fff;
    margin-bottom: 30px;
  }

}

/*============================================ 
Home2  Section3 Styling  
* ===========================================*/

div.home2 .section2-home-three-col-icon-cm .bordered-hs-cos-wrapper{
  border:none;
}

div.home2 .section2-home-three-col-icon-cm .bordered-hs-cos-wrapper:hover{
  box-shadow:none;
}

div.home2 .section2-home-three-col-icon-cm .simple-cta a.cta_button:before{
  display:none;
}

div.home2 .section2-home-three-col-icon-cm .simple-cta a.cta_button{
  color: #6315ff;
}



/* ========================================
Home page 2  Section3 Tabber Styling
* ========================================*/



div.home2 .tabber .section-heading {
  text-align:center;
  margin-top:86px;
}

div.home2 .tabber .section-heading h2{
  margin-bottom: 14px;
}

div.home2 .tabber .section-heading p{
  margin: 15px 0 40px;
}

div.home2 .tabber .tabber-header ul{
  text-align:center;
}

div.home2 .tabber .tabber-header ul li{
  display:inline-block;
  cursor: pointer;
  position:relative;
  padding: 0px 35px;
}

div.home2 .tabber .tabber-header ul li h3{
  border-bottom: 4px solid transparent;
}

div.home2 .tabber .tabber-header ul li.current h3{
  border-bottom: 4px solid #6315ff;
  line-height: 62px;
}

div.home2 .tabber .tabber-content{
  margin-top: 64px;
}

div.home2 .tabber .single-content{
  display:none!important;
}

div.home2 .tabber .single-content h2{
  margin:0px 0px 18px;
}

div.home2 .tabber .single-content.current{
  display:block!important;
}

div.home2 .tabber .tabber-content ul li{
  padding: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding-bottom: 18px;
  color:#233d63;
  position:relative;
}

div.home2 .tabber .tabber-content ul li:before{
  content: "";
  position: absolute;
  background: url('https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/tick%20%281%29.svg') no-repeat;
  background-size: contain;
  width: 11px;
  height: 11px;
  top: 5px;
  left: -22px;
}

div.home2 .tabber .tabber-content .description-text{
  border-top: 1px solid #233d63;
}

div.home2 .row-fluid .tabber .tabber-content .description-text p{
  margin-top:42px;
}

div.home2 .row-fluid .tabber .span-border.right-col{
  margin-left:0;
}


div.home2 .row-fluid .desktop{
  margin-left:0;
}

div.home2 .row-fluid .mobile{
  display:none;
}

div.home2 .row-fluid .tabber .mobile ul.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: flex;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 100%;
  border: solid 1px #6315ff;
}

div.home2 .row-fluid .tabber .mobile ul li.slick-active button {
  background-color: #6315ff;
}



@media (max-width:1050px){

  div.home2 .tabber .tabber-header ul li {
    padding: 0px 25px;

  }
  div.home2 .row-fluid .tabber .span-border.right-col {
    margin-left: 15px;
  }

}

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

  div.home2 .tabber {
    padding:30px 0;
  }

  div.home2 .tabber .section-heading h2 {
    margin-top: 0;

  }
}

@media (max-width:991px){

  div.home2 .tabber .tabber-header ul li {
    padding: 0px 10px;

  }

  div.home2 .tabber .tabber-header ul li h3{
    line-height:62px;
  }

}

@media (max-width: 768px){

  div.home2 .row-fluid .home-icon-two-col.tabber{
    padding:30px 30px 20px;
    text-align:center;
  }

  div.home2 .tabber .single-content .span-border{
    padding-top:40px;

  }

  div.home2 .tabber .section-heading {
    margin-top:0;
  }

  div.home2 .tabber .tabber-content {
    margin-top: 15px;
  }

  div.home2 .tabber .tabber-header ul{
    margin:0;
  }

  div.home2 .row-fluid .tabber .mobile .tabber-header ul li{
    display: inline-block;
  }

  div.home2 .row-fluid .tabber .mobile .tabber-header ul li{
    display:none;
  }

  div.home2 .row-fluid .mobile .tabber-header ul li:current{
    display:block;
  }

  div.home2 .row-fluid .tabber .mobile ul.slick-dots{
    display:inline-flex;
    text-align:center!important;
  }
  div.home2 .container-fluid .mobile ul.slick-dots {
    display: inline-flex;
    text-align: center;
  }

  div.home2 .row-fluid .tabber .mobile ul.slick-dots li:before{
    display:none;
  }

  div.home2 .row-fluid .tabber  .mobile .tabber-header ul li.current{
    display:inline-block;
  }

  div.home2 .row-fluid .tabber  .mobile .single-content:focus{
    outline:none;
  }

  div.home2 .row-fluid .tabber .single-content {
    display: block!important;
    text-align:left;
  }

  div.home2 .row-fluid .mobile{
    display:block;
  }

  div.home2 .row-fluid .tabber .desktop{
    display:none!important;
  }
  div.home2 .tabber .mobile .tabber-content ul li:before {
    width: 20px;
    height: 15px;
    left: -20px;
  }

}

/*===============================================
Home2 Section4 Styling
==============================================*/

/*============================================ 
Home2 Section5 Styling  
* ===========================================*/

.home2 .pricing-box h3{
  padding: 22px 0 2px;
  margin: 12px 0 40px;
  border-bottom: 6px solid #6315ff;
  background-color: transparent;
}

.home2 .recent-post-section{
  padding:0;
}

/*===============================================
Home2 Section6 Styling
==============================================*/

.testimonial .center-text {
  margin-top: 50px;
  z-index:1;
}

.testimonial .one-line-txt{
  padding: 43px 0px 26px;
  max-width:710px;
  margin:0 auto;
  position:relative;
  z-index:1;
}

.testimonial .image-container{
  position:relative;
}

.testimonial .one-line-txt h3{
  font-size: 26px;
  font-weight: normal;
  line-height: 1.46;
  letter-spacing: normal;
  color:#233d63;
}

.testimonial h5{
  margin-bottom:4px;

}

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

  .testimonial {
    padding: 60px 0;
  }

}

@media (max-width:767px){

  body .row-fluid .testimonial{
    display:block;
  }

  .testimonial .one-line-txt h3  {
    font-size:18px;
  }
  .testimonial h5{
    margin-top:10px;
  }

  .testimonial .center-text{
    margin-top:0px;
  }

}


/*===============================================
Home2 Section5 Styling
==============================================*/


.our-team .image_container:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: -22px;
  left: 7px;
  right: 0;
  bottom: 0;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/exper1-bg.png)no-repeat;
  width: 502.6px;
  height: 266.6px;
}

.our-team ul li svg{
  max-width: 8px;
  margin: 0px 8px;
  fill: #233d63;
}

.our-team .image_container{
  position:relative;
  z-index:1;
}



.our-team .heading-container {
  border-radius: 4px;
  border: solid 2px #CECECE;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
  padding: 28px 21px 21px;
}

.our-team .heading-container h3 {
  margin: 1px 0px 8px;
}

.our-team .heading-container h6{
  font-weight:400;
  margin-bottom: 14px;
}

.our-team ul {
  margin-top: 0;
  margin-bottom: 0;
}

.our-team ul li:last-child {
  margin: 0;
}


.our-team ul li:before{
  display:none;
}

div.home2 .our-team .row-reverse{
  flex-direction: row-reverse;
}

.our-team .row-reverse .image_container:before{
  position: absolute;
  z-index: -1;
  content: '';
  top: -15px;
  left: -237px;
  right: 0;
  bottom: 0;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/expert-bg2.png)no-repeat;
  width: 502.6px;
  height: 266.6px;
}

.our-team.align-center {
  margin-bottom: 40px;
  margin-top: 56px;
}

.our-team .wrapper.equal-height-container {
  padding: 0px;
}
@media (max-width: 1024px) and (min-width: 768px){
  .our-team {
    padding: 0px; 
  }
  .our-team ul li svg {
    margin:0 2px;
  }
}

@media(max-width:767px){
  body .container-fluid .our-team.align-center {
    max-width:100%;
    margin:0;
  }
  body .container-fluid .our-team .heading-container ul li {
    display: inline;
  }
}

@media(min-width:768px){

  div.home2 .our-team .row-reverse .span6.vertical-center{
    margin-left:0px;
    margin-right:2.762430939%;
  }

}

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

  .our-team .row-reverse .image_container:before{
    width: 200px;
    background-position: right;
    left: 30px;
    top: -25px;
  }

  .our-team .image_container:before{
    width: 200px;
  }

}


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

  body .row-fluid .our-team .heading-container h3{
    font-size:16px;
  }

  body .row-fluid .our-team .heading-container h6{
    font-size:14px;
  }

  .our-team  ul li {
    margin-right: 10px;
  }

}

@media(max-width:991px){

  .our-team .row-reverse .image_container:before,
  .our-team .image_container:before{
    display:none;
  }

}

@media(max-width:767px){

  .our-team .image_container {
    margin-bottom:30px;
  }

  .our-team .heading-container{
    margin:30px 0px;
  }

}

/*===============================================
Home2 Styling End
==============================================*/


/*===============================================
Home3 Styling Start
==============================================*/
@media (min-width: 768px) {
  .single-line-form input {
    border-radius: 4px;
    border: solid 1px #cecece;
    background-color: #fff;
    height: 60px;
    padding: 20px;
    display: block;
  }
}
/*===============================================
Home3  bannner Section Styling Start
==============================================*/

div.home3 .home3-banner .single-line-form input {
  max-width: 63%;
  float:left;
}

div.home3 .home3-banner .single-line-form .hs-button {
  min-width: 35.6%;
}

div.home3 .row-fluid .single-line-form .innner-width {
  max-width: 621px;
  float: none;
  margin-left:auto ;
  margin-right:auto;
}

@media(max-width:767px){
  div.home3 .single-line-form input {
    max-width: 100%;
  }

  div.home3 .single-line-form .hs-button {
    min-width: 100%;
  }

}
/*===============================================
Home3 Styling End
==============================================*/


/*=======================================================
HOME 3 tHREE cOL SECTION STYLING STARTS HERE
===========================================================*/

div.home3 .bordered-hs-cos-wrapper{
  border-radius: 4px;
  border: solid 1px #cecece;
  background-color: #fff;
  transition: all ease-in-out .2s;
  position: relative;
  z-index: 1;
  margin-bottom:30px;
}

div.home3 .bordered-hs-cos-wrapper:hover{
  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.25); 
  border: solid .5px #e2e2e2;
}

div.home3 .bordered-hs-cos-wrapper h3{
  margin: 16px 0 24px;
}

div.home3 .home-three-col-icon-cm .inner-div {
  padding: 57px 31px 40px;
}

@media(min-width:768px){

  div.home3 .dnd_home1_section2-column-3-vertical-alignment>.row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;

  }
}


/*=======================================================
HOME 3 SLIDER SECTION STYLING STARTS HERE
===========================================================*/

div.home3 .slider-cm {
  position:relative;
}

div.home3 .slider-cm .slick-slide img {
  display: block;
  width: 438px;
  //height: 331px!important;
}

div.home3 .slider-cm .cm-container {
  display: inline-block; 
  width:100%;
  padding: 32px 0px 0px;
}

div.home3 .slider-cm .right-column {
  border-radius: 1.8px;
  background-color: #FBFBFB;
}

div.home3 .slider-cm .simple-cta a.cta_button:before {
  right:-33%;
}

div.home3 .slider-section .slick-arrow{
  display:none!important;
}

div.home3 .slider-cm .slider-section li.slick-active button {
  background-color: #6315ff;
}

div.home3 .slider-cm ul.slick-dots li {
  display: inline-flex;
  margin-right: 9px;
  margin-left: 0;
}

div.home3 .body-container-wrapper .slider-cm li:before{
  display:none;
}

div.home3 .slider-cm ul.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: flex;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: transparent;
  border-radius: 100%;
  border: solid 1px #6315ff;
}

div.home3 .slider-cm .slider-section ul.slick-dots {
  position:absolute;
  left: -36%;
  bottom: -7%;
  padding-left: 0;
}

div.home3 .slider-cm .cm-container h3 {
  display:inline-block;
  padding-left: 19px;
}

div.home3 .slider-cm .cm-container .simple-cta {
  display: inline-block; 
  padding-right:50px;
  text-align:right;
}

div.home3 .slider-cm .cm-container .simple-cta a{
  margin-top:0px;
}

div.home3 .slider-cm .slick-slide {
  margin: 0px 21px;
}

div.home3 .slider-section.slick-initialized.slick-slider.slick-dotted {
  width:155%;
}

div.home3 .row-fluid .slider-cm .right-column:focus {
  outline: none;
}

div.home3 .row-fluid .slider-cm.homepage_3 .left-col{
  max-width:303px;
}

div.home3 .row-fluid .slider-cm.homepage_3 .left-col h2 {
  font-size: 50px;
}

@media (max-width:1024px) and (min-width:768px) {
  div.home3 .slider-cm {
    position: relative;
    padding-top: 80px;
    padding-bottom: 40px;
  }

  div.home3 .slider-cm h2 {
    font-size:28px;
  }

  div.home3 .row-fluid .slider-cm.homepage_3 .left-col h2 {
    font-size: 33px;
  }

  div.home3 .slider-cm .slider-section ul.slick-dots {
    left: -33.3%; 
  }

  div.home3 .slider-cm .cm-container h3 {
    font-size: 18px;
  }

}
@media (max-width:767px) {
  div.home3 .slider-cm .slider-section ul.slick-dots {
    list-style: none;
    display: inline-flex;
    position: absolute;
    bottom: -12%;
    right: 0;
    left:0;
    max-width: 500px;
    margin: 0 auto !important;
    float: none;
    align-items: center;
    justify-content: center;  
  }

  div.home3 .slider-cm .cm-container .span6 {
    display:inline-block;
  }

  div.home3 .slider-cm .right-column {
    margin-top:50px;
  }

  div.home3 .slider-cm .left-col {
    text-align:center;
  }

  div.home3 .slider-cm .cm-container .simple-cta {
    padding-right: 50px;
    float: right;
  }

  div.home3 .slider-cm .slick-slide {
    margin: 0px;
  }

  div.home3 .slider-cm .cm-container {
    display: inline-block;
    padding: 20px 0px;
  }

  div.home3 .slider-section.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
    max-width: 442px;
    margin: 0 auto;
  }

  div.home3 .slider-cm {
    padding-top: 61px;
  }

  div.home3 .row-fluid .slider-cm.homepage_3 .left-col{
    max-width:100%;
  }

  div.home3 .row-fluid .slider-cm.homepage_3 .left-col h2 {
    font-size: 30px;
  }

}
@media (max-width:1024px) and (min-width:768px) {
  .home-hero-two-col.back-image:before {
    height: 70%;
    left: -6%;
    top: -5%;
  }

  .home-hero-two-col.back-image:after {
    height: 70%;
    position: absolute;
    right: -33%;
    bottom: 23%; 
  }

}

/*=======================================================
HOME 3 TABBER SECTION
===========================================================*/

div.home3 .row-fluid .pricing-box ul{
  margin:0;
  padding:0;
  text-align:center;
  list-style:none;
}

div.home3 .row-fluid .pricing-box ul li{
  margin:0;
  padding:0;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  padding-bottom: 9px;
  color:#233d63;
}

div.home3 .home3-tabber-cm h2 {
  max-width: 500px;
  margin: 0 auto 24px;
}

div.home3 .tabberr .single-content {
  display:none;
}

div.home3 .tabberr .single-content.current{
  display:inline;
}

div.home3 .tabberr .tabber-header {
  margin-top: 31px;
}

div.home3 .home3-tabber-cm .tabber-header li.current {
  border-radius: 4px;
  background-color:#6315ff;
  color: #FFFFFF;
}

div.home3 .home3-tabber-cm .tabber-content .right-col {
  padding:57px 0px 0px 43px;
  max-width: 584px;
}

div.home3 .home3-tabber-cm .tabber-content .right-col h3{
  font-size:30px;
  font-weight: 600;
  margin: 51px 0px 25px;
}

div.home3 .home3-tabber-cm .tabber-header li:hover {
  border-radius: 4px;
  background-color: #6315ff;
  color: #FFFFFF;
}

div.home3 .home3-tabber-cm .tabber-header .left-col {
  max-width:272px;
  margin:0 auto;
}

div.home3 .home3-tabber-cm .span12.equal-height-container {
  margin-left: 0px;
}

div.home3 .home3-tabber-cm .tabber-header li {
  border-radius: 4px;
  border: solid 0.5px #CECECE;
  font-size: 19px;
  font-weight: 600;
  line-height: 1.33;
  color: #233d63;
  padding: 16px;
  margin-bottom: 13px;
  cursor: pointer;
  margin-left: 0px;
  transition: all .3s ease-in-out;
  background: #fff;
  text-align: center;
}

@media (max-width:1024px) and (min-width:768px) {
  div.home3 .home3-tabber-cm {
    padding:45px 0px; 
  }

  div.home3 .home3-tabber-cm .tabber-header li {
    font-size:20px;
  }

}
@media (max-width: 767px) {
  div.home3 .home3-tabber-cm .left-col ul li {
    margin-left:0px;
    border:none;
  }

  div.home3 .home3-tabber-cm .left-col ul {
    box-shadow: 0px 3px 9px 0px #00000042; 
    margin:0px;
  }

  div.home3 .home3-tabber-cm .tabber-content .right-col {
    padding: 83px 0px 0px 0px;
    margin:0 auto;
  }

  div.home3 .home3-tabber-cm .tabber-header .left-col {
    max-width:100%;
  }

  div.home3 .mobile-tab-text{
    list-style-type: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.3;
    letter-spacing: 0px;
    color: #000000;
    position: relative;
    display: block;
    background: #FFFFFF;
    box-shadow: 0px 3px 9px 0px #00000042;
    padding: 20px 28px;
    text-align:center;
  }

  div.home3 .mobile-tab-text:before {
    content: "\f107";
    top: 14px;
    right: 15px;
    font-family: FontAwesome;
    position: absolute;
    font-size: 32px;
    cursor: pointer;
  } 

  div.home3 .home3-tabber-cm{
    padding:45px 0px;
    margin:30px 0px;
  }

}
/*=======================================================
HOME 3 TABBER SECTION ENDS HERE
===========================================================*/

/*=======================================================
HOME 3 Blog SECTION  HERE
===========================================================*/


div.home3 .recent-post-section .post-body ul.date-time-list {
  margin-bottom:20px;
  max-width:90%
}

@media(min-width:768px){
  div.home3 .recent-post-section .post-listing {
    margin:0 -2.5% 0 0;
    padding:0;
    overflow:hidden;
    display:-webkit-box;
    display:-moz-box;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:flex;
    -webkit-flex-direction:row;
    -ms-flex-direction:row;
    flex-direction:row;
    -webkit-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    -webkit-justify-content:flex-start;
    justify-content:flex-start;
    -webkit-align-items:flex-start;
    -ms-flex-align:start;
    align-items:flex-start
  }
  div.home3 .recent-post-section .post-item {
    float:left;
    width:30.36%;
    display:block;
    box-sizing:border-box;
    margin:0 3.3% 25px 0;
    list-style:none;
    padding-bottom:0;
    display:block;
    box-sizing:border-box;
    align-self:stretch;
    transition:all ease-in-out .4s
  }
  div.home3 .recent-post-section .post-item:nth-child(3n) {
    margin-right:0px
  }
}

div.home3 .recent-post-section .section-heading {
  margin-bottom:50px
}
div.home3 .recent-post-section .post-item {
  border-radius:4px;
  border:solid .5px #cecece;
  background-color:#fff;
  position:relative
}
div.home3 .recent-post-section .post-item .simple-cta {
  position:absolute;
  bottom:17px
}
div.home3 .recent-post-section .post-body {
  padding:20px 20px 64px
}
div.home3 .recent-post-section h4,
div.home3 .recent-post-section a {
  font-size:20px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:.02px;
  color:#233d63
}
div.home3 .recent-post-section h4 {
  margin:10px 0px 18px
}
div.home3 .recent-post-section ul {
  margin:0;
  padding:0
}
div.home3 .recent-post-section ul li {
  font-size:12px;
  font-weight:normal;
  line-height:1.5;
  letter-spacing:3.03px;
  margin:0;
  padding:0;
  display:inline-block;
  list-style:none
}
div.home3 .recent-post-section a.more-link {
  font-size:18px;
  font-weight:600;
  line-height:1.56;
  letter-spacing:normal;
  color:#6315ff;
  margin-top:17px;
  display:inline-block;
  text-decoration:underline
}
@media(max-width:767px){
  div.home3 .recent-post-section .post-item {
    margin-bottom:30px
  }
}

div.home3 .testimonial.back-image:before {
  left: -13%;
  top: -25%;
  z-index: 0;
}
div.home3 .testimonial.back-image:after {  
  z-index: 0;
  right: -20%;
  top: 3%;
}
div.home3 .pricing-box {
  background-color: #fff!important;
}  
.home3-tabber-cm.tabberr{
  background-color:#fbfbfb;
}
@media (min-width: 768px){
  div.home3 .recent-post-section .post-item {
    float: left;
    width: 30.6%;
    display: block;
    box-sizing: border-box;
    margin: 0 2.5% 25px 0;
    list-style: none;
    padding-bottom: 0;
    display: block;
    box-sizing: border-box;
    align-self: stretch;
    transition: all ease-in-out .4s;
  }
}

div.home3 .recent-post-section .simple-cta a {
  background: transparent;
  padding: 0;
  border: 0;
  border-radius: 0;
  color: #6315ff;
  margin-top: 21px;
  position: relative;
  display: inline-block;
  font-size: 16px;
}

div.home3 .slider-cm .slider-section ul.slick-dots {

  left: -36%;
  bottom: 6%;

}
div.home3 .home-icon-two-cm img {

  position: absolute;
  top: -123px;
  z-index: 1;
  margin-left: 8px;
}
div.home3 .home-icon-two-cm{
  position:relative;
  /*         text-align:center; */
}

@media(max-width:767px){
  div.home3 .home-icon-two-cm img {
    position: relative;
    padding-top: 150px;
    max-width: 350px;
    width: 100%;
  }
  .dnd_home1_section9-row-0-background-color {
    background-color: transparent;
  }
  div.home3 .slider-cm .slider-section ul.slick-dots {
    left: -7%;
    bottom: -9%;
  }
}


/*==================================================================
Blog 1 and 2 Styling
====================================================================*/


.hs-blog-post .blog-hero-section .blog-listing-text,
.hs-blog-listing .blog-hero-section .blog-post-text {
  display:none
}
.hs-blog-post .blog-hero-section .blog-post-text p {
  text-transform:uppercase;
  font-weight:normal;
  line-height:1.5
}
.hs-blog-post .blog-content-section {
  padding:100px 0 0
}
.hs-blog-post .post-filter-section {
  display:none
}
.hs-blog-post .blog-section .post-header .hs-featured-image {
  height:550px;
  max-width:765px;
  float:none;
  margin:0
}
.hs-blog-post .blog-section .post-header p {
  margin-top:40px
}
.hs-blog-post .blog-section .topic-link {
  border-radius:4px;
  border:solid 1px #cecece;
  background-color:#fff;
  padding:15px 18px;
  margin-right:15px
}
.hs-blog-post .blog-section .post-body {
  padding-top:37px
}
.hs-blog-post .post-body p {
  font-size:16px;
  font-weight:normal;
  font-stretch:normal;
  font-style:normal;
  line-height:1.63;
  letter-spacing:.3px;
  color:#233d63;
  margin-bottom:25px
}
.hs-blog-post .post-body h2 {
  font-size:40px;
  line-height:1.24;
  letter-spacing:-0.7px;
  font-weight:normal
}
.hs-blog-post .post-body h3 {
  font-size:24px;
  font-weight:bold;
  line-height:1.17;
  letter-spacing:normal;
  color:#233d63;
  margin:47px 0 22px
}
.hs-blog-post .post-body h4 {
  font-size:20px;
  line-height:1.2;
  letter-spacing:normal
}
.hs-blog-post .post-body h5 {
  font-size:18px;
  line-height:1.44;
  letter-spacing:normal
}
.hs-blog-post .post-body h6 {
  font-size:16px;
  line-height:1.44;
  letter-spacing:normal;
  font-weight:normal
}
.hs-blog-post .post-body blockquote {
  border:0;
  font-size:18px;
  font-weight:normal;
  font-style:normal;
  line-height:1.67;
  letter-spacing:-0.08px;
  color:#233d63;
  position:relative;
  margin:50px 0;
  text-align:center
}
.hs-blog-post .post-body blockquote:before {
  position:absolute;
  content:'';
  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%2038.png) no-repeat;
  width:29px;
  height:24px;
  top:-25px;
  left:0
}
.hs-blog-post .post-body blockquote:after {
  position:absolute;
  content:'';
  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Group%20980.png) no-repeat;
  width:29px;
  height:24px;
  bottom:0;
  right:0px;
}

.hs-blog-post .post-body ul li {
  list-style-type: none;
}
.hs-blog-post .post-body li {
  position:relative;
  padding-left:20px;
  margin-left:10px;
  font-size:18px;
  font-weight:600;
  font-stretch:normal;
  font-style:normal;
  line-height:1.44;
  letter-spacing:.02px;
  color:#233d63;
  margin-bottom:9px
}
.hs-blog-post .post-body ul li:after {
  position:absolute;
  content:'';
  top:9px;
  left:0;
  width:10px;
  height:10px;
  border-radius:100%;
  background:#6315ff
}
.hs-blog-post .post-body img {
  margin:0 0 34px;
/*   max-width:20px; */
/*   width:100%; */
}

.post-sharing-icons ul.sharing-icon img {
  max-width: 20px;
}

.hs-blog-post .post-bottom {
  padding-bottom:31px;
  padding-top:107px
}
.hs-blog-post .post-bottom h4 {
  font-size:20px;
  line-height:1.4;
  letter-spacing:normal;
  font-weight:600;
  margin-bottom:39px
}
.hs-blog-post .tags .tag-link {
  border-radius:4px;
  border:solid 1px #cecece;
  background-color:#fff;
  padding:15px 16.5px;
  margin-right:15px
}
.hs-blog-post .social-icons {
  text-align:right
}
.hs-blog-post .social-icons ul li {
  display:inline-block
}
.hs-blog-post .social-icons ul li:after {
  display:none
}
.hs-blog-post .social-icons ul li i {
  color:#1e135c;
  font-size:20px
}
div.blog1 .blog-content-section {
  padding-top:60px
}
div.blog-2 .blog-content-section {
  padding-top:56px
}

div.blog1.hs-blog-post .blog-content-section {
  padding:119px 0 70px;
  position: relative;
  z-index: 1;
}

div.blog-2.hs-blog-post .blog-content-section {
  padding:117px 0 0
}

div.blog-2 .related-post-section {
  padding:107px 0 120px
}

div.blog-2 .blog-comment-section {
  padding:120px 0px 36px
}

div.blog-2 .left-col {
  padding-bottom:100px
}

div.blog-2 .blog-paginations {
  margin-bottom:0px
}

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

  .hs-blog-post .post-body blockquote {
    max-width:450px
  }

}

@media(max-width:767px){.hs-blog-post .tags {

  width:auto;
  float:left
  }

  .hs-blog-post .social-icons {
    width:auto;
    float:right
  }

  div.blog1 .blog-content-section {
    padding:0px 0px 30px
  }

  div.blog-2 .blog-paginations {
    margin-bottom:0px
  }

  div.blog-2 .blog-content-section {
    padding-top:0px
  }

  div.blog1.hs-blog-post .blog-content-section {
    padding:57px 0 27px
  }

  div.blog-2.hs-blog-post .blog-content-section {
    padding:70px 0 0
  }

  div.blog-2 .blog-comment-section {
    padding:60px 0px 0px
  }

  div.blog-2 .new-comments {
    padding:40px 0 49px
  }

  div.blog-2 .related-post-section {
    padding:47px 0 60px
  }
  div.blog-2 .left-col {
    padding-bottom:40px
  }
  div.blog-2.hs-blog-post .about-author-sec {
    padding:60px 0px 13px
  }
  div.blog1.hs-blog-post .about-author-sec {
    padding:60px 0px 13px
  }
  div.blog1 .blog-paginations ul li {
    padding:6px 14px 6px 14px
  }
  div.blog1 .blog-paginations {
    margin-bottom:60px
  }
  div.blog1 .post-filter {
    padding:39px 0 17px
  }
}
.hs-blog-post .about-author-sec {
  margin-left:0;
  padding-top:133px;
  padding-bottom:67px
}
.hs-blog-post .about-author-sec .about-text {
  max-width:518px;
  margin:0 auto 32px;
  float:none
}
.hs-blog-post .about-author-sec .about-text h2 {
  font-size:32px;
  line-height:1.69;
  letter-spacing:.06px;
  font-weight:bold;
  margin-bottom:-4px
}
.hs-blog-post .about-author-sec .about-text p {
  font-size:16px;
  font-weight:normal;
  font-stretch:normal;
  font-style:normal;
  line-height:1.63;
  letter-spacing:normal;
  color:#233d63
}
.hs-blog-post .about-author-sec .author-img {
  margin-left:0;
  position:relative
}
.hs-blog-post .about-author-sec .author-img:after {
  position:absolute;
  content:'';
  width:40%;
  height:2px;
  background:#000;
  top:50%;
  right:-30px
}
.hs-blog-post .about-author-sec .author-img:before {
  position:absolute;
  content:'';
  width:40%;
  height:2px;
  background:#000;
  top:50%;
  left:-31px
}
.hs-blog-post .about-author-sec .author-bio {
  margin-left:0;
  padding:24px 0
}
.hs-blog-post .about-author-sec .author-bio h3 {
  margin-bottom:0
}
.hs-blog-post .about-author-sec .author-bio a.author-link {
  font-size:14px;
  font-weight:600;
  line-height:1.43;
  letter-spacing:2.02px;
  color:#233d63
}
.hs-blog-post .about-author-sec .author-bio p span {
  display:block;
  font-size:16px;
  font-weight:normal;
  line-height:1.63;
  letter-spacing:.3px;
  color:#233d63;
  padding-bottom:17px
}
.hs-blog-post .about-author-sec .author-bio p {
  font-size:18px;
  font-weight:normal;
  line-height:1.67;
  letter-spacing:-0.08px;
  color:#233d63
}
.hs-blog-post .about-author-sec .hs-author-social-section ul li {
  display:inline-block;
  margin-left:10px
}
.hs-blog-post .about-author-sec .hs-author-social-section ul li i {
  color:#1e135c;
  font-size:20px;
  line-height:30px;
  vertical-align:middle
}
@media(max-width:767px){.blog-2.hs-blog-post .about-author-sec .author-img:after {
  right:0
  }
  .blog-2.hs-blog-post .about-author-sec .author-img:before {
    left:0
  }
}
.hs-blog-post .post-pagination-section {
  border:solid 1px #cecece;
  background-color:#fff;
  margin-left:0;
  padding:20px
}
.hs-blog-post .post-pagination-section .prev-post {
  max-width:247px;
  float:left
}
.hs-blog-post .post-pagination-section .prev-post h5,
.hs-blog-post .post-pagination-section .next-post h5 {
  font-weight:normal
}
.hs-blog-post .post-pagination-section .prev-post img {
  padding-right:6px
}
.hs-blog-post .post-pagination-section .next-post img {
  padding-left:6px
}
.hs-blog-post .post-pagination-section .prev-post img,
.hs-blog-post .post-pagination-section .next-post img {
  max-width:14px;
  margin:0;
  vertical-align:inherit
}
.hs-blog-post .post-pagination-section h3 {
  margin:0;
  font-size:16px;
  font-weight:600;
  font-stretch:normal;
  font-style:normal;
  line-height:1.63;
  letter-spacing:.02px;
  color:#233d63
}
.hs-blog-post .post-pagination-section h3 a {
  color:#233d63
}
.hs-blog-post .post-pagination-section .next-post {
  text-align:right;
  max-width:247px;
  float:right
}
@media(max-width:767px){.hs-blog-post .post-pagination-section .next-post,
  .hs-blog-post .post-pagination-section .prev-post {
    max-width:150px
  }
}
@media(max-width:480px){.hs-blog-post .post-pagination-section .next-post,
  .hs-blog-post .post-pagination-section .prev-post {
    max-width:135px
  }
}
.hs-blog-listing .blog-comment-section {
  display:none
}
.no-related-post .blog-comment-section {
  padding-bottom:50px
}
.blog-comment-section h3 {
  font-size:32px;
  font-weight:600;
  line-height:1.06;
  letter-spacing:.03px;
  color:#233d63
}
.blog-comment-section .comment-text {
  border-bottom:solid 2px #cecece;
  margin-bottom:40px
}
.blog-comment-section .comment-date,
.blog-comment-section .comment-from {
  display:block
}
div.hs-blog-post .row-fluid .blog-comment-section .comment-from h4,
div.hs-blog-post .row-fluid .blog-comment-section .comment-date {
  font-family:'Rubik';
  font-size:18px;
  font-weight:500;
  font-stretch:normal;
  font-style:normal;
  line-height:1.44;
  letter-spacing:.02px;
  color:#233d63
}
.blog-comment-section .comment-body {
  padding-top:10px
}
div.hs-blog-post .row-fluid .blog-comment-section .comment-reply-to {
  background:transparent;
  font-family:'Rubik';
  font-size:18px;
  font-weight:500;
  line-height:1.44;
  letter-spacing:.02px;
  color:#233d63;
  padding:0;
  position:relative;
  top:-130px;
  right:-90%
}
div.hs-blog-post .row-fluid .blog-comment-section .comment-reply-to:before {
  position:absolute;
  content:'';
  top:6px;
  left:-20px;
  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Shape.png)no-repeat;
  background-size:cover;
  background-position:center center;
  width:15px;
  height:12px
}
.blog-comment-section .comment {
  border-top:0;
  border-bottom:solid 1px #cecece;
  margin-top:0
}
.blog-comment-section .comment-reply-to em {
  display:none
}
@media(max-width:767px){. blog-comment-section {
  padding-bottom:70px
  }
  div.hs-blog-post .row-fluid .blog-comment-section .comment-reply-to {
    right:-80%
  }
}
.blog-comment-section form fieldset {
  max-width:100%
}
.blog-comment-section form .hs-form-required {
  display:none
}
.blog-comment-section form .hs-input {
  font-size:16px;
  font-weight:normal;
  line-height:1.56;
  letter-spacing:.02px;
  color:rgba(35,
    61,
    99,
    0.65);
  padding:0
}
.blog-comment-section form .hs-input::placeholder {
  font-size:16px;
  font-weight:normal;
  line-height:1.56;
  letter-spacing:.02px;
  color:rgba(35,
    61,
    99,
    0.65);
  margin-bottom:-5px
}
.blog-comment-section form textarea {
  height:135px
}
.blog-comment-section form .actions {
  float:right
}
.hs-blog-post .blog-comment-section form .hs-button {
  border-radius:0;
  font-size:16px;
  font-weight:normal;
  line-height:normal;
  letter-spacing:1.6px;
  color:#fff;
  padding:16.5px 18px
}
.blog-comment-section .form-text {
  margin-bottom:9px
}
.hs-blog-post .blog-comment-section form .hs_firstname.hs-form-field {
  width:47%;
  float:left;
  margin-bottom:0
}
.hs-blog-post .blog-comment-section form .hs_lastname.hs-form-field {
  width:47%;
  float:left;
  margin-left:3%;
  margin-bottom:0
}
.hs-blog-post .blog-comment-section .hs-common-confirm-message {
  display:none
}
@media(max-width:767px){.hs-blog-post .blog-comment-section form .hs_lastname.hs-form-field,
  .hs-blog-post .blog-comment-section form .hs_firstname.hs-form-field {
    margin-left:0;
    width:100%
  }
}
.hs-blog-listing .related-post-section {
  display:none
}
.related-post-section {
  padding:134px 0;
  clear: both;
}
.related-post-section .related-post-title {
  font-size:32px;
  font-weight:800;
  line-height:1.69;
  letter-spacing:.06px;
  color:#233d63;
  margin-bottom:-2px;
  display: inline-block;
}
.related-post-section .related-text p {
  font-size:16px;
  font-weight:normal;
  line-height:1.63;
  letter-spacing:normal;
  color:#233d63
}
.related-post-section .post-listing {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  - webkit-box-align:stretch;
  -moz-box-align:stretch;
  -webkit-align-items:stretch;
  -ms-flex-align:stretch;
  align-items:stretch;
  flex-wrap:wrap;
  -wevkit-flex-wrap:wrap;
  flex-direction:row;
  -webkit-flex-direction:row;
  margin-right:-2.5%
}
.related-post-section .post-listing .post-item {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:31.1%;
  -webkit-flex-basis:31.1%;
  float:left;
  margin-right:3.3%;
  margin-top:56px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
  border-radius:4px;
  border:solid 1px #cecece;
  background-color:#fff
}
.related-post-section .post-listing .post-item:nth-child(3n) {
  margin-right:0
}
.related-post-section .post-listing .post-item .hs-featured-image {
  height:252px;
  max-width:363px;
  float:none;
  margin:0
}
.related-post-section .post-body {
  padding:30px 60px 20px 21px
}
.related-post-section .post-body h4 {
  font-size:20px;
  font-weight:bold;
  line-height:1.3;
  letter-spacing:.02px;
  color:#233d63;
  min-height:78px
}
.related-post-section .post-body h4 a {
  color:#233d63
}
.related-post-section .post-body .date-read-detail {
  padding:14px 0 25px
}
.related-post-section .post-body .date-read-detail,
.related-post-section .post-body .date-read-detail span {
  font-size:12px;
  line-height:1.5;
  letter-spacing:3.03px;
  font-weight:normal;
  color:#233d63;
  text-transform:uppercase
}
.related-post-section .post-body p {
  font-size:16px;
  line-height:1.63;
  letter-spacing:.3px;
  color:#233d63
}
.related-post-section a.more-link {
  position:relative;
  bottom:11px;
  font-size:16px;
  line-height:1.75;
  letter-spacing:normal;
  color:#6315ff;
  padding:0 20px;
  width:80px
}
.related-post-section a.more-link:after {
  background:url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Vector.svg) no-repeat;
  background-size:cover;
  background-position:center center;
  content:'';
  position:absolute;
  top:9px;
  right:0;
  width:16px;
  height:9px
}
@media(max-width:1024px) and (min-width:768px) {
  .related-post-section .post-body {
    padding:30px 20px 20px 21px
  }
}
@media(max-width:767px){.related-post-section{padding:70px 0
  }
  .related-post-section .post-listing .post-item {
    display:block;
    width:100%;
    margin:0;
    margin-top:20px;
    max-width:100%;
    margin:35px auto 0;
    float:none
  }
  .related-post-section .post-listing {
    display:block;
    margin-right:0
  }
  .related-post-section .post-listing .post-item .hs-featured-image {
    max-width:100%
  }
  .related-post-section a.more-link:after {
    top:3px
  }
}
div.blog-2.hs-blog-listing .row-fluid .post-listing .post-item:nth-child(3n) {
  margin-right:0
}
div.blog-2.hs-blog-listing .blog-content-section .left-col {
  width:100%
}
div.hs-blog-listing .container-fluid .row-fluid .post-listing {
  margin-right:-0.5%
}
div.blog-2.hs-blog-listing .row-fluid .post-listing .post-item {
  display:-webkit-box;
  display:-moz-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  flex-basis:46%;
  -webkit-flex-basis:31%;
  float:left;
  margin-right:3.2%;
  margin-bottom:40px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  position:relative;
  flex-direction:column;
  border-radius:4px;
  border:solid 1px #cecece;
  background-color:#fff
}
div.blog-2.hs-blog-listing .row-fluid .post-listing .post-item .hs-featured-image {
  height:252px;
  max-width:370px
}
div.blog-2 .post-filter-section {
  text-align:center
}
@media(max-width:767px){
  div.blog-2.hs-blog-listing .row-fluid .post-listing .post-item .hs-featured-image {
    height:252px;
    max-width:100%
  }
}
.blog-2 .blog-content-section .left-col {
  width:100%
}
.blog-2.hs-blog-post .blog-section .post-header .hs-featured-image {
  height:658px;
  max-width:862px;
  float:none;
  margin:0 auto
}
.blog-2.hs-blog-post .blog-section .post-header p {
  margin-top:40px;
  text-align:center
}
.blog-2.hs-blog-post .blog-section .post-body {
  padding-top:37px;
  max-width:862px;
  margin:0 auto
}
.blog-2.hs-blog-post .blog-section .post-body ul li {
  margin-left:15px;
  padding-left:20px
}
.hs-blog-post .post-body ul li:after {
  top:6px
}
@media(max-width:1024px) and (min-width:768px) {
  .blog-2.hs-blog-post .post-body blockquote {
    max-width:100%
  }
  .blog-2.hs-blog-post .blog-section .post-header .hs-featured-image {
    height:415px;
    max-width:500px
  }
  .blog-2.hs-blog-post .blog-section .post-body {
    max-width:500px
  }
}
@media(max-width:767px){.blog-2.hs-blog-post .blog-section .post-header .hs-featured-image {
  height:260px;
  max-width:100%
  }
  .blog-2.hs-blog-post .blog-section .post-body {
    max-width:100%
  }
}
.blog-2.hs-blog-listing .about-author-sec {
  display:none
}
.blog-2.hs-blog-post .about-author-sec {
  margin-left:0;
  padding-top:133px;
  padding-bottom:67px
}
.blog-2.hs-blog-post .about-author-sec.form-top {
  padding-bottom:0
}
.blog-2.hs-blog-post .about-author-sec .author-img:before {
  position:absolute;
  content:'';
  width:27.5%;
  height:2px;
  background:#000;
  top:50%;
  left:132px
}
.blog-2.hs-blog-post .about-author-sec .author-img:after {
  position:absolute;
  content:'';
  width:27.5%;
  height:2px;
  background:#000;
  top:50%;
  right:134px
}
.blog-2.hs-blog-post .about-author-sec .author-bio {
  margin-left:0;
  padding:24px 0;
  max-width:808px;
  margin:0 auto !important;
  float:none
}
@media(max-width:1024px)and (min-width:767px) {
  .blog-2.hs-blog-post .about-author-sec .author-img:after {
    right:60px
  }
  .blog-2.hs-blog-post .about-author-sec .author-img:before {
    left:60px
  }
}
@media(max-width:767px){.blog-2.hs-blog-post .about-author-sec .author-img:before {
  left:0
  }
  .blog-2.hs-blog-post .about-author-sec .author-img:after {
    right:0
  }
  .blog-2.hs-blog-post .about-author-sec .author-bio {
    max-width:100%
  }
}
.blog-2 .new-comments {
  padding:125px 0 74px
}
.blog-2 .blog-comment-section form {
  background:#f1f4ff;
  padding-bottom:82px;
  position:relative;
  z-index:1;
  padding-top:80px
}
.blog-2 .blog-comment-section form:before {
  position:absolute;
  content:'';
  top:0;
  right:0;
  height:100%;
  width:10000px;
  z-index:-1;
  background:#f1f4ff
}
.blog-2 .blog-comment-section form:after {
  position:absolute;
  content:'';
  top:0;
  left:0;
  height:100%;
  width:10000px;
  z-index:-1;
  background:#f1f4ff
}
.blog-2 .blog-comment-section form .hs-input {
  background:transparent
}
.blog-2 .blog-comment-section form .actions {
  float:none;
  text-align:center
}
.blog-2.hs-blog-post .blog-comment-section form .hs-button {
  border-radius:4px
}
.blog-2 .post-sharing-icons {
  position:absolute
}
.blog-2 .post-sharing-icons .sharing-icon {
  position:absolute;
  margin:0;
  margin-top:3px;
  top:0;
  width:69px;
  left:-18px;
  text-align:center;
  border-radius:4px;
  border:solid 1px #cecece;
  background-color:#fff;
  padding:12px 5px;
}
.blog-2.hs-blog-post .post-sharing-icons .sharing-icon li {
  padding:9.7px 0;
}
.blog-2.hs-blog-post .blog-content-section .blog-section .post-sharing-icons .sharing-icon li,
.blog-2.hs-blog-post .blog-content-section .blog-section .post-sharing-icons .sharing-icon li i {
  font-size:20px;
  font-weight:600;
  line-height:1.4;
  letter-spacing:normal;
  color:#233d63;
  margin-left:0;
  list-style: none;
}
@media(max-width:1024px) and (min-width:767px) {
  .blog-2 .post-sharing-icons .sharing-icon {
    left:0px
  }
}


/* ================== Service Page1 ========================= */

.aboutus-banner-section{
  background:rgba(213,224,253,0.45);
}
.service1 .home-three-col-icon-cm .bordered-hs-cos-wrapper h3 {
  margin: 16px 0 24px;
}

.dnd_service2_section2-column-3-vertical-alignment .dnd-column{
  border-radius: 4px;
  border: solid 1px #cecece;
  background-color: #fff;
  transition: all ease-in-out .2s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.service1 .home-three-col-icon-cm .inner-div {
  padding: 46px 45px 45px;
}
@media (max-width: 767px){
  .service1 .home-slider.slider-cm {
    padding: 30px 1px;
  }
  .service2 .home-slider.slider-cm {
    padding: 30px 1px;
  }
} 


/* ================== Service Page2 ========================= */

.service2 .service2_section2.heading-paragraph h2 {
  margin-top: 37px;
}

.service2 .service2_section2.heading-paragraph p {
  margin: 28px 0 44px;
}
.service2 .service2_section2 h3 {
  margin-top: 21px;
  margin-bottom: 27px;
}

.service2 .service2_section2.home-three-col-icon-cm .inner-div {
  padding: 46px 0px 31px;
}



/*========================= Srvices3 End ================================  */


/************************************************************************/
/* THANK YOU PAGE 1 STYLING STARTS HERE  */
/************************************************************************/



/***************************************/
/* THANK YOU PAGE 1 BANNER SECTION */
/***************************************/
.thankyou .recent-post-section {
  padding: 0 ;
}

.dnd-Thankyou1-section1-row-0-padding > .row-fluid {
  border-top: solid 1px #9C9C9C;
  border-bottom: solid 1px #9C9C9C;
}
.thankyou-page1-logo-section .right-col ul li{
  border: solid 1px #cecece; 
  margin: 10px 17px 10px 0px;
  min-width: 135.7px;
  border-radius: 4px;
  min-height: 79.4px;
  vertical-align: middle;
  position: relative;
  display: inline-block;

}

.thankyou-page1-banner-section p,
.thankyou-page1-banner-section h1{
  max-width:921px;
  margin:0 auto 30px;
}

.thankyou-page1-banner-section p {
  font-size:20px;
}


.thankyou-page1-banner-section .cm-container {
  margin:30px auto; 
  max-width:156px;
  text-align:center;
}

.thankyou-page1-banner-section .cm-container p{
  font-size:16px;
} 

.thankyou-page1-banner-section .cm-container ul li svg,
.thankyou-page2-banner-section .cm-container ul li svg{
  max-width: 8px;
  margin: 0px 8px;
  fill: #233d63;
}


.thankyou-page1-banner-section .cm-container ul {
  margin:0px; 
}


.thankyou-page1-banner-section .cm-container .span6.align-left {
  margin-left:0px; 
}


.thankyou-page1-banner-section .description-container {
  max-width:652px; 
  margin:0 auto;
}


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

  body .thankyou-page1-banner-section a.cta_button {
    padding: 15px 44px 15px 20px;
  }

}

@media (max-width: 767px) {

  .thankyou-page1-banner-section .cm-container .row-fluid,
  .thankyou-page2-banner-section .cm-container .row-fluid{
    display:flex;
  }

  .thankyou-page1-banner-section .cm-container ul li i {
    font-size:15px;
  }

  body .thankyou-page1-banner-section a.cta_button {
    display: inline-block;
  }
  .thankyou-page1-banner-section .cm-container .right-col,
  .thankyou-page2-banner-section .cm-container .right-col{
    min-width: 60%;
  }
}



/*********THANK YOU PAGE 1 BANNER SECTION ENDS HERE*************/


/***************************************/
/* THANK YOU PAGE 1 LOGO SECTION */
/***************************************/



.thankyou-page1-logo-section .wrapper{
  border-top: solid 1px ;
  border-bottom: solid 1px ;
}


.thankyou-page1-logo-section ul li img{
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; 
}

.thankyou-page1-logo-section h3{
  text-align:right;
}


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

  .thankyou-page1-logo-section ul li {
    margin: 10px 17px 10px 0px;
  }

}


@media (max-width: 767px) {

  .thankyou-page1-logo-section ul li {
    display: block;
    margin: 26px 0px;
  }

  .thankyou-page1-logo-section .left-col {
    padding-top:50px;
  }

  .thankyou-page1-logo-section .logo-icon {
    padding-bottom:30px;
  }
  .thankyou-page1-logo-section h3 {
    margin: 30px 0px 0px;
    text-align: center;
  }
}




/*********THANK YOU PAGE 1 LOGO SECTION ENDS HERE*************/


/************************************************************************/
/* THANK YOU PAGE 1 STYLING ENDS HERE  */
/************************************************************************/




/************************************************************************/
/* THANK YOU PAGE 2 STYLING STARTS HERE  */
/************************************************************************/


/***************************************/
/* THANK YOU PAGE 2 BANNER SECTION */
/***************************************/
.thankyou-page2-banner-section .social-buttons .hs_cos_wrapper_type_icon svg {
  max-width: 10px;
  float: left;
  margin: 0px 10px;
}

.thankyou2-banner-row-0-vertical-alignment .row-fluid-wrapper.row-depth-1.row-number-4 {
  border-top: solid 1px ;
  border-bottom: solid 1px ;
  max-width: 440px;
}

.thankyou-page2-banner-section .heading-container {
  margin-bottom: 0px; 
}

.thankyou-page2-banner-section p{
  font-size:18px;
  margin: 25px 0px 26px;
} 

.thankyou-page2-banner-section .heading-container h1{
  margin-bottom:7px;
}

.thankyou-page2-banner-section .description-container {
  margin:25px 0px 26px; 
}

.thankyou-page2-banner-section .description-container p{
  font-size:18px;
}

.thankyou-page2-banner-section .text-container {
  border-top: solid 1px ;
  border-bottom:  solid 1px ;
  max-width: 392px;
}


.thankyou-page2-banner-section .cm-container {
  margin:28px 0px 7px; 
  max-width:210px;
}


.thankyou-page2-banner-section .cm-container ul {
  margin-top:7px; 
}

.thankyou-page2-banner-section .cm-container p{
  font-size:20px;
  margin:3px 0px 0px;
}


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

  body .thankyou-page2-banner-section a.cta_button{
    padding: 15px 44px 15px 20px;
  }
}


@media (max-width: 767px) {

  .thankyou-page2-banner-section .cm-container {
    margin: 28px 0px 0px;
    max-width: 150px;
    display: flex;
  }
  body .thankyou-page2-banner-section a.cta_button {
    display: inline-block;
  }
  .thankyou-page2-banner-section .heading-container {
    margin-bottom: 30px;
  }

  .thankyou-page2-banner-section .text-container {
    max-width:100%;
  }

  .thankyou-page2-banner-section .left-col {
    padding-bottom:50px;
  }

}



/*********THANK YOU PAGE 2 BANNER SECTION ENDS HERE*************/


/************************************************************************/
/* THANK YOU PAGE 2 STYLING ENDS HERE  */
/************************************************************************/




/*=====================================================================================
SERVICE SINGLE PAGE STYLING STARTED  
=============================================-========================================*/

/*******************************************************************************/
/* Service Single Video Section Styling                                        */
/*******************************************************************************/

.service-single-solution{
  padding:0px;
  max-width:855.3px;
  margin:0 auto;
  width:100%;
  position:relative;
}
.service-single-solution .video-content {
  position: relative;
  z-index: 1;
  margin:50px 0px;
}
.service-single-solution .video-btn.video-popup-cm{
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 31%;
  margin:0 auto;
}
.service-single-solution .video-content h2{
  position:absolute;
  color: #FFFFFF;
  max-width: 599px;
  margin: 20px auto 0px;
  font-size: 32px;
  bottom:15%;
  text-align: center;
  left: 0;
  right: 0;
}

.service-single-solution .video-content:before{
  content: "";
  position: absolute;
  left: 0; 
  right: 0;
  top: 0; 
  bottom: 0;
  background: ;
}

.service-single-solution .top-image-container{
  margin-bottom:25px;
}

.service-single-solution.description-content1 h2{
  margin-bottom:29px;
  font-size:32px;
  margin-top:25px;
}

.service-single-solution.description-content1 p{
  margin-bottom:5px;
}

.service-single-video-module-15-flexbox-positioning.dnd-module .cta-container{
  margin:40px 0px 50px;
}

.service-single-solution .cta-content a.cta_button{
  padding: 12.5px 79.5px;
}
.pager-section{
  padding-bottom:60px;
  padding-left:15px;
  padding-right:15px;
}
.pager-section .dnd-section > .row-fluid{
  border: solid 1px #CECECE;
  padding:25px 34px 10px;
  margin:0px auto;
}
.pager-section .left-col img{
  display:inline-block;
  float:left;
  margin-right:10px;
  margin-top:4px;
}
.pager-section .right-col h4{
  display:inline-block;
}
.pager-section .right-col img{
  display:inline-block;
  float:right;
  margin-left:10px;
  margin-top:4px;
}
.pager-section {
  margin-left: 0px;
}
.service-single-solution .youtube_video .wistia{
  display:none;
}
.service-single-solution .wistia_video .youtube{
  display:none;
}
.service-single-solution .wistia a{
  position:relative;
}
.service-single-solution .youtube a{
  position:relative;
}
@media (max-width:1024px) and (min-width:768px) {
  .service-single-solution .description-content2 h2 {
    font-size:31px; 
  }
}
@media(max-width:767px){
  .pager-section .right-col.align-right{
    text-align:right;
    width:auto;
  }
  .service-single-solution .video-content h2{
    padding:0px 15px;
  }
}
@media(max-width:480px){
  .pager-section .left-col{
    text-align:center;
    float:none;
    width:100%;
  }
  .pager-section .right-col.align-right{
    text-align:center;
    width:100%;
    margin-top:30px;
  }
  .pager-section .right-col img{
    margin-left:0px;
    margin-top:15px;
  }
  .pager-section .left-col img{
    margin-right:0px;
    margin-top:15px;
  }
  .service-single-solution .video-btn.video-popup-cm{
    top:17%;
  }
}

div.single-service .home-icon-two-cm img {

  position: absolute;
  top: -123px;
  z-index: 1;
  margin-left: 8px;
}
div.single-service .home-icon-two-cm{
  position:relative;
  /*         text-align:center; */
}
.dnd_home1_section9-row-0-background-color {
  background-color: #ECF1FE;
}

@media(max-width:767px){
  div.single-service .home-icon-two-cm img {
    position: relative;
    padding-top: 150px;
    max-width: 350px;
    width: 100%;
  }
  .dnd_home1_section9-row-0-background-color {
    background-color: transparent;
  }

  div.single-service .home-slider.slider-cm {
    padding: 30px 1px;
  }

}

/*******************************************************************************/
/* End of Service Single Video Section Styling                                 */
/*******************************************************************************/





/* ================================================================================
Contact us 1 PAGE STYLING STARTED 
==================================================================================*/
/* ================================================================================
Contact us 1 Three Col Secton 
==================================================================================*/
.bordered-hs-cos-wrapper .inner-div p{
  margin-bottom:4px;
  margin: 0 auto;
  max-width: 273px;
}
.bordered-hs-cos-wrapper .inner-div a {
  color:#6315ff;
  word-break:break-all;
}
.bordered-hs-cos-wrapper .inner-div-image{
  min-height:78px;
}
.bordered-hs-cos-wrapper .inner-div{
  padding: 47px 20px 68px;
}
.bordered-hs-cos-wrapper:nth-child(3n){
  margin-right:0px;
}
.home-three-col-icon-cm.contact_us{
  padding: 0px;
  position:relative;
  z-index:1;
}

.dnd-contact-section2-contact-three-col-column-1-vertical-alignment .dnd-column{
  border-radius: 4px;
  border: solid 1px #cecece;
  background-color: #fff;
  transition: all ease-in-out .2s;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.dnd-contact-section2-contact-three-col-column-1-vertical-alignment .dnd-column:hover{

  box-shadow: 0 4px 32px 0 rgba(0,0,0,0.25);
  border: solid .5px #e2e2e2;
}

@media (min-width: 768px){
  .dnd-contact-section2-contact-three-col-column-1-vertical-alignment>.row-fluid-wrapper>.row-fluid {
    display: flex;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media(min-width:768px)and(max-width:1024px){
  body .home-three-col-icon-cm.contact_us{
    padding: 80px 0px 80px;
  }
  body .two-col-form-section.home-hero-two-col.contact-us1 .image-position-left:before{
    top: -70px;
  }
}
@media(max-width:767px){
  .bordered-hs-cos-wrapper{
    margin-left:auto;
    margin-right:auto;
  }
  .bordered-hs-cos-wrapper:nth-child(3n){
    margin-left:auto;
    margin-right:auto;
  }
  .home-three-col-icon-cm.contact_us{
    padding: 0px;
  }
}
/* ================================================================================
End of Contact us 1 Three Col Secton 
==================================================================================*/
/* ================================================================================
Contact us 1 Form Secton 
==================================================================================*/
.two-col-form-section.home-hero-two-col.contact-us1{
  padding:  0px;
}
.contact-us1 .hs-form-required {
  display: none;
}
.two-col-form-section .actions {
  padding-top: 25px;
}
.contact-us1 .inner-div-image {
  padding-bottom: 23px;
} 
.contact-us1 .inner-div-image a{
  color: #30496d;
}
div.contact1 .bordered-hs-cos-wrapper .inner-div a {
  color: #30496d;
}
.two-col-form-section.home-hero-two-col.contact-us1 h2{
  margin-top:0px;
  font-size:36px;
}
.two-col-form-section.contact-us1 h2{
  margin-bottom:13px;
}
body .row-fluid .contact-us1 .actions .hs-button{
  padding: 15px 53.5px;
}
.contact-us1 textarea {
  height: 121px;
  resize:none;
}
.two-col-form-section.home-hero-two-col.contact-us1 .description_content{
  padding-bottom:51px;
}
.two-col-form-section.home-hero-two-col.contact-us1 p{
  max-width:293px;
  margin-bottom:13px;
}
.two-col-form-section.home-hero-two-col.contact-us1 .image-position-left h3{
  margin-bottom:7px;
  margin-top:50px;
}
@media(min-width:768px)and(max-width:1024px){
  .two-col-form-section.home-hero-two-col.contact-us1 .flex-left:after{
    right:0px;
  }
  body .two-col-form-section.home-hero-two-col.contact-us1{
    padding: 40px 0px;
  }
  body .home-three-col-icon-cm.contact_us {
    padding: 62px 0px 40px;
  }
}
@media(max-width:767px){
  .two-col-form-section.home-hero-two-col.contact-us1 .image-position-left:before{
    display:none;
  }
  .two-col-form-section.home-hero-two-col.contact-us1 .flex-left:after{
    display:none;
  }
  .two-col-form-section.home-hero-two-col.contact-us1 .inner-div-image{
    text-align:center;
  }
  .two-col-form-section.home-hero-two-col.contact-us1{
    padding:0px;
  }
  .two-col-form-section.home-hero-two-col.contact-us1 h2{
    font-size:30px;
  }
  body .two-col-form-section.home-hero-two-col.contact-us1 p{
    max-width:100%;
  }
  .two-col-form-section.home-hero-two-col.contact-us1 p:last-child{
    padding-bottom: 0px;
  }
  .two-col-form-section.home-hero-two-col.contact-us1 .image-position-left:before{
    display:none;
  }
}
/* ================================================================================
End of Contact us 1 Form Secton 
==================================================================================*/
/* ================================================================================
Contact us 1 Frequent Secton 
==================================================================================*/
.home-three-col-icon-cm.frequent-section{
  padding: 0px;
}
.home-three-col-icon-cm.frequent-section .section-heading h2{
  margin-top: 27px;
  margin-bottom: 18px;
}
.home-three-col-icon-cm.frequent-section .section-heading{
  margin-bottom: 55px;
}
.home-three-col-icon-cm.frequent-section .span{
  margin-left:50px;
  margin-bottom:40px;
}
.frequent-section .hs_cos_wrapper .faq_heading{
  position:relative;
  z-index:1;
}
.frequent-section .hs_cos_wrapper .faq_heading h4{
  font-size:18px;
  margin-bottom:20px;
  padding-right:10px;
  margin-top:10px;
}
.frequent-section .hs_cos_wrapper .faq_heading:before{
  height: 18px;
  width: 18px;
  top: 0;
  left: -38px;
  content: '';
  position: absolute;
  background: #6315ff;
  border-radius: 50%;
}
.frequent-section .hs_cos_wrapper .row-fluid{
  position:relative;
  z-index:1;
}
.frequent-section .hs_cos_wrapper .faq_description p{
  max-width:454px;
  padding-bottom:30px;
  padding-right:15px;
  word-break: break-all;
}


@media(min-width:768px){

  .frequent-section .row-depth-1>.row-fluid{
    display:flex;
    flex-direction:row;
    -webkit-flex-direction:row;
  }

}

.frequent-section .row-depth-1 .span12.dnd-column:before {
  display: none;
}


.frequent-section .row-depth-1 .dnd-column{
  position:relative;
}


.frequent-section .row-depth-1 .dnd-column:before{
  top: 10px;
  width: 1px;
  left: -29px;
  height: 90%;
  content: '';
  position: absolute;
  display: block;
  background: #cecece
} 

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

  .frequent-section .row-depth-1 .dnd-column:before {
    left: 0px;
  }

  .frequent-section .hs_cos_wrapper .faq_heading:before {

    left: -29px;
  }

  .frequent-section .row-depth-1 .dnd-column {
    padding-left: 20px;
    padding-right: 20px;
  }  

  .frequent-section .row-depth-1 .span12.dnd-column{
    padding-left: 0px;
    padding-right: 0px;
  }

}


.frequent-section.home-three-col-icon-cm > .hs_cos_wrapper{
  margin-top:44px;
  flex-basis: 47.5%;
  -webkit-flex-basis: 47.5%;
}
.frequent-section.home-three-col-icon-cm >.hs_cos_wrapper:nth-child(2n) {
  margin-right: 0px;
  margin-left: auto;
}
@media(min-width:768px)and(max-width:1070px){
  .frequent-section .hs_cos_wrapper .row-fluid p{
    max-width:95%;
  }
  .frequent-section.home-three-col-icon-cm >.hs_cos_wrapper:nth-child(2n) {
    margin-right: 0px;
    margin-left: auto;
  }
  .home-three-col-icon-cm.frequent-section{
    padding:40px 0px;
  }
  .frequent-section.home-three-col-icon-cm >.hs_cos_wrapper{
    margin-top:44px;
    flex-basis: 45.5%;
    -webkit-flex-basis: 45.5%;
  }
  .home-three-col-icon-cm.frequent-section .span{
    margin-left: 30px;
  }


}
@media(max-width:767px){
  .home-three-col-icon-cm.frequent-section{
    padding: 0px 0px 30px;
  }
  body .frequent-section.home-three-col-icon-cm{
    margin:0 auto;
  }
  body .frequent-section.home-three-col-icon-cm >.hs_cos_wrapper{
    margin-top:44px;
  }
  .frequent-section .hs_cos_wrapper .faq_description p {
    max-width: 100%;
  }

  .frequent-section .hs_cos_wrapper .faq_description p {
    max-width: 100%;
    padding-right: 0px;
  }
  .contact-us1 .inner-div-image {
    padding-top: 50px;
  }

  .home-three-col-icon-cm.frequent-section .span{
    margin-left:45px;
    margin-bottom:0px;
  }

  .frequent-section .hs_cos_wrapper .row-fluid:before{
    height: 85%;
  }

  .frequent-section .hs_cos_wrapper:nth-last-child(2) .row-fluid:before{
    display:block;
  }
  body .frequent-section.home-three-col-icon-cm >.hs_cos_wrapper:nth-child(2n) {
    margin-right: auto;
    margin-left: auto;
  }
  body .home-three-col-icon-cm.frequent-section .section-heading{
    margin-bottom: 0px;
  }
  .frequent-section .two-col-adjust .hs_cos_wrapper .faq_description p{
    padding-bottom:0px;
  }
}
@media(max-width:480px){
  .frequent-section .hs_cos_wrapper .row-fluid:before{
    display:none;
  }
  .frequent-section .hs_cos_wrapper .faq_heading:before{
    display:none;
  }
  body .frequent-section .hs_cos_wrapper:nth-last-child(2) .row-fluid:before{
    display:none;
  }
  body .home-three-col-icon-cm.frequent-section .span {
    margin-left: 0;
  }

}
/* ================================================================================
End of Contact us 1 Frequent Section 
==================================================================================*/
/* ================================================================================
Contact us 1 PAGE STYLING END 
==================================================================================*/


/* ================================================================================
Contact us 2 PAGE STYLING STARTED 
==================================================================================*/
/* ================================================================================
Contact us 2 Form Secton 
==================================================================================*/
.two-col-form-section.home-hero-two-col.contact-us2{
  padding-bottom:105px;
}
.contact-us2 .heading_content{
  margin-bottom:152px; 
}
.contact-us2 .heading_content h3{
  font-size: 32px;
}
.two-col-form-section.home-hero-two-col.contact-us2 .heading_content h2{
  margin-top:0px;
  font-size:36px;
}
.contact-us2 .hs_lastname.hs-lastname.hs-fieldtype-text.field.hs-form-field {
  padding-bottom: 9px;
}
.two-col-form-section.contact-us2 h2{
  margin:0px;
  margin-bottom:9px;
}
.two-col-form-section.contact-us2 .flex-left-form p {
  margin-bottom: 35px;
}
.two-col-form-section.contact-us2 .flex-left-form .actions{
  float:right;
}
.contact-us2 fieldset.form-columns-2 {
  max-width: 100%;
}
.contact-us2 fieldset.form-columns-2 .input{
  margin-right:32px;
}
.contact-us2 fieldset.form-columns-1 {
  max-width: 100%;
}
.contact-us2 ..flex-left-form h2{
  font-size:48px;
}
.contact-us2 .flex-left-form.vertical-center>span {
  max-width: 615px;
}
.contact-us2 .hs-form-required{
  display:none;
}
.contact-us2 textarea {
  height: 112px;
  resize:none;
}
.hs_how_did_you_here_about_us_.hs-how_did_you_here_about_us_.hs-fieldtype-select.field.hs-form-field {
  padding-top: 8px;
  padding-bottom:11px;
}
@media(min-width:768px)and(max-width:1024px){
  .contact-us2 .heading_content h3{
    font-size: 24px;
  }
  .contact-us2 .flex-left-form h2{
    font-size:40px;
  }
  .contact-us2 .heading_content{
    margin-bottom:80px; 
  }
}
@media(max-width:767px){
  .two-col-form-section.home-hero-two-col.contact-us2 .inner-div-image{
    text-align:center;
  }
  .two-col-form-section.home-hero-two-col.contact-us2 {
    padding-bottom: 0;
  }
  .contact-us2 .heading_content h3{
    font-size: 18px;
  }
  .contact-us2 .heading_content{
    margin-bottom:60px; 
  }
  .contact-us2 .flex-left-form h2{
    font-size:30px;
  }
  .two-col-form-section.contact-us2 .flex-left-form p {
    margin-bottom: 25px;
  }
  .span12.widget-span.widget-type-custom_widget.contact2-form-module-8-flexbox-positioning.dnd-module {
    padding-top: 50px;
  }
}
/* ================================================================================
End of Contact us 2 Form Secton 
==================================================================================*/
/* ================================================================================
Contact us 2 Three Col Secton 
==================================================================================*/
.contact_us2 .right-description h5{
  margin:0px;
}
.contact_us2 .right-description{
  margin-left:10px;
}
.contact_us2 .right-description p{
  margin-bottom:0px;
}
.contact_us2{
  position:relative;
  z-index:1;
}
.contact_us2 .subscribe-section{
  max-width: 610px;
  margin: 0 auto;
  width: 100%;
}
.contact_us2 .dnd-section > .row-fluid {
  border-top: 1px solid ;
  border-bottom: 1px solid ;
}
.contact_us2 .subscribe-section{
  padding:0;
  background:#FFFFFF;
}
.contact_us2 .subscribe-heading h3{
  margin-bottom:0px;
}
.contact_us2 .subscribe-section form{
  margin-left:0px;
}
.contact_us2 .inner-div-image.span2 {
  margin-right: 10px;
}
.home-hero-two-col.contact_us2 .flex-left-form{
  max-width:520px;
  margin-right:150px;
}
@media(min-width:768px)and(max-width:1024px){
  .contact_us2 .subscribe-section{
    margin-top:0px;
  }
  .two-col-form-section.home-hero-two-col.contact-us2 {
    padding: 80px 0px;
  }
}
@media(max-width:767px){
  .contact_us2 .subscribe-section form{
    margin-left:auto;
  }
  body .row-fluid .right-description h5{
    margin:20px 0px 10px;
  }
  .contact_us2 .inner-div-image.span2{
    margin-right:0px;
  }
  .contact_us2 .subscribe-heading h3{
    text-align:center;
  }
  .contact_us2 .right-description {
    margin-left: 0;
    text-align: center;
    margin-bottom: 50px;
  }
}
/* ================================================================================
End of Contact us 2 Three Col Secton 
==================================================================================*/
/* ================================================================================
Contact us 2 Frequent Secton 
==================================================================================*/
.frequent-section.faq2 {
  padding: 66px 0 0px;
  position:relative;
  z-index:1;
}
.frequent-section.faq2:before {
  position: absolute;
  z-index: -1;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/Left-vector.svg)no-repeat;
  content: '';
  top: 140px;
  left: 8%;
  width: 396.4px;
  height: 422px;
}
.frequent-section.faq2:after{
  position: absolute;
  z-index: -1;
  background: url(https://6464971.fs1.hubspotusercontent-na1.net/hubfs/6464971/Business%20expert%20pack/right-vector.svg)no-repeat;
  content: '';
  bottom: 50px;
  right: 8%;
  width: 374.9px;
  height: 468.6px;
}
@media(min-width:768px)and(max-width:1024px){
  body .frequent-section.faq2:before {
    left:0px;
  }
  body .frequent-section.faq2:after{
    right: 0px;
  }
}
@media(max-width:767px){
  body .frequent-section.faq2:before {
    display:none;
  }
  body .frequent-section.faq2:after{
    display:none;
  }
}
/* ================================================================================
End of Contact us 2 Frequent Section 
==================================================================================*/
/* ================================================================================
Contact us 2 PAGE STYLING END 
==================================================================================*/



/*=====================================================================================
GET A QUOTE PAGE STYLING START  
=====================================================================================*/

.request_a_quote .dnd-section>.row-fluid{
  max-width:930px;
}

.request_a_quote.halfleft-circle-vector:before{
  top:35%;
}

.request_a_quote h2{
  font-size:42px;
}

.request_a_quote p{
  font-size:20px;
}

.request_a_quote fieldset.form-columns-1 {
  max-width: 100%;
}

.request_a_quote fieldset.form-columns-2 {
  max-width: 100%;
}

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

.request_a_quote .actions input.hs-button.primary.large{
  float:right;
}

.request_a_quote .field {
  margin-bottom: 10px;
}


.request_a_quote .hs_company.hs-company.hs-fieldtype-text.field.hs-form-field {
  margin-bottom: 22px;
}

.request_a_quote textarea {
  height: 150px;
  resize: none;
}

.request_a_quote .actions{
  padding-top:15px;
}

body .request_a_quote fieldset.form-columns-2 .hs-form-field {
  width: 49%;
  float: left;
  margin-right: 1%;
}

body .request_a_quote fieldset.form-columns-2 .hs-form-field:nth-child(2n) {
  margin-right: 0;
  margin-left:1%;
}

body .row-fluid .recent-post-section .section-heading p {
  font-size: 16px;
}

body .row-fluid .request_a_quote .recent-post-section{
  padding-bottom:36px;
}


@media(max-width:767px){

  body .container-fluid .row-fluid .recent-post-section .section-heading h2 {
    margin-bottom: 20px;
  }

}

@media(max-width:480px){
  body .request_a_quote fieldset.form-columns-2 .hs-form-field:nth-child(2n) {
    margin-left:0px;
  }



}

/*=====================================================================================
GET A QUOTE PAGE STYLING END 
=====================================================================================*/

/* ======= Error Page====================== */

body.error .heading-paragraph p{
  margin: 3px 0 28px;
}

@media (max-width: 767px){
  body.error .container-fluid .dnd-section {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
  }
}



/************SUBSCIRBE GROUP 2************/


.subscirbe-section2{
  border-bottom:1px solid #fff;
  padding:0px;
  background-color: rgba(28, 35, 61, 1);
}

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


body .subscirbe-section2 form .hs-error-msg{
  color:#fff;
  position: absolute;
  bottom: -90px; 
}



.subscirbe-section2 form{
  position:relative;
}

.subscirbe-section2 form input{
  border-radius: 32px;
  border: solid 1px #cecece;
  background-color: #ffffff;
  color: rgba(35, 61, 99, 0.5);
  padding-left:18px;
  max-width: 400px;
  float: left;
}


.subscirbe-section2 form input::placeholder{
  color: rgba(35, 61, 99, 0.5);
}

.subscirbe-section2 .subscribe-text{
  margin-top:20px;
}

.subscirbe-section2 form .actions {
  padding: 0;
  width: auto;
  float: right;
  position: absolute;
  right: 0;
  top: 0;
}


@media(max-width:767px){

  .subscirbe-section2{
    padding-bottom:70px;

  }

  .subscirbe-section2 form input{
    max-width:100%;
    width:100%!important;
  }

  .subscirbe-section2 form .actions {
    padding: 0;
    width: 100%;
    float: left;
    position: relative;
    right: 0;
    top: 0;
  }

  .subscirbe-section2 form .actions .hs-button{
    width:100%;
    display:block;
    box-sizing:border-box!important;
    margin-top: 30px;
  }

  body .row-fluid .subscirbe-section2 form .hs-error-msg{
    position: relative;
    bottom: 0px;
  }
}


/*=========================================================
Home Page4 Style End
==========================================================*/

/*=========================================================
About Us Page1 Style 
==========================================================*/

/*****************************************/
/* ABOUT US ABOUT THE COMPANY SECTION   */
/*****************************************/

.aboutus-squad-expert-cm .cm-container {
  padding: 11px 0px;
  border: solid 1px #cecece;
  margin-top: 27px;
  border-radius: 4px;
}

.aboutus-page2-ourcompany-section.heading-paragraph p {
    line-height: 1.75;
    font-size: 16px;
    font-weight: 400;
}

.aboutus-squad-expert-cm .cm-container h3 {
  margin-top: 16px;
}

.aboutus-squad-expert-cm ul.social-buttons {
  text-align: center;
}

.aboutus-squad-expert-cm ul li svg{
  max-width:8px;
  margin:0px 8px;
  fill:#233d63;
}

ul.social-buttons li {
  display: inline;
  margin-left: 0;
}

@media(max-width:767px){

  .about1 .aboutus-squad-expert-cm{
    padding-bottom:50px;
  }
  .aboutus1-award-section .dnd-column .row-fluid {
    display: flex;
    margin-right: 30px;
  }
  .aboutus-squad-expert-cm .cm-container {
    margin: 27px 0px;
  }
  body .row-fluid .dnd_aboutus-squad-expert-cm-column-1-row-1-background-image {
    background-image:none!important;
  }
}

.aboutus-about-company p {
  font-size:24px;
  line-height: 1.33;
  max-width: 1112px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .aboutus-about-company p {
    font-size: 20px;
  }
}
@media(max-width: 767px) {
  .aboutus-about-company p {
    font-size: 18px;
  }
}
/*********ABOUT US ABOUT THE COMPANY SECTION ENDS HERE*************/
/*****************************************/
/* ABOUT US PAGE 1 SUCCESS SECTION  */
/*****************************************/
.aboutus-success-section {
  padding: 0px;
}
.aboutus-success-section .logo-list {
  margin-top: 0px; 
}
.aboutus-success-section .logo-list ul li img {
  vertical-align: middle;
}
.aboutus-success-section .logo-list ul li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-right: 7%;
  margin-bottom: 30px;
  display: inline-block;
}
.aboutus-success-section .logo-list ul {
  margin: 0;
  padding: 0;
  margin-top: 0px;
}
.aboutus-success-section h5{
  margin: 72px 0px 22px;
}
.aboutus-success-section .year-awards p{
  margin-bottom: 10px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .aboutus-success-section {
    padding: 20px 0px 0px;
  }
}
@media (max-width: 767px) {
  .aboutus-success-section .year-award-cm .span1, 
  .aboutus-success-section .year-awards .span1 {
    width: 25%;
    float: left;
  }
  .aboutus-success-section .year-awards .span11 {
    width: 75%;
    float: left;
    text-align: left;
  }

  .aboutus-success-section.dnd-section{
    padding-top: 0px!important;
  }

  .aboutus-success-section .year-award-cm {
    margin: 22px 0px 22px;
  }
  .aboutus-success-section .logo-list ul {
    margin-top: -19px;
  }
  div.about1 .testimonial{
    padding-bottom:70px;
  }
}
div.about1 .testimonial{
  background: rgba(213, 224, 253, 0.45);
}

/*********ABOUTUS PAGE 1 SUCCESS SECTION ENDS HERE*************/


/*=========================================================
About Us Page1 Style  End
==========================================================*/



/*=========================================================
About Us Page2 Style 
==========================================================*/

.about2 .aboutus-page2-ourcompany-section{
  position:relative;
}



div.about2 .our-team .row-reverse {
  flex-direction: row-reverse;
}

.aboutus-success-section.dnd-section{
  padding-top: 0px!important;
}

@media(min-width:768px){

  div.about2 .our-team .row-reverse .span6.vertical-center{
    margin-left:0px;
    margin-right:2.762430939%;
  }

}

@media(max-width:767px){
  div.about2 .testimonial{
    padding-bottom:70px;
  }
}
div.about2 .testimonial{
  background: rgba(213, 224, 253, 0.45);
}


/*=========================================================
About Us Page2 Style  End
==========================================================*/
div.service2 .home-three-col-icon-cm.service2_section2 {
  position:relative;
}

@media (max-width: 767px){
  div.service1 .aboutus-banner-section,
  div.service2 .aboutus-banner-section,
  div.single-service .aboutus-banner-section,
  div.contact1 .aboutus-banner-section,
  div.about1 .aboutus-banner-section,
  div.about2 .aboutus-banner-section
  {
    padding-bottom: 70px !important;
  }
}

/*=========================================================
blog listing 1
==========================================================*/




.dnd-blog1 .right-col .post-filter ul li {
  padding: 11px 33px 9px;
}   

div.blog1-l1 .contact-us {
  padding:29px 20px 29px;
  margin-bottom:30px
}
div.blog1-l1 .contact-us h3 {
  margin-bottom:25px
}
div.blog1-l1 .contact-us .contact-details {
  max-width:200px
}
div.blog1-l1 .contact-us .contact-details .row-fluid {
  padding-bottom:12px
}
div.blog1-l1 .contact-us .contact-details .img-cont {
  width:auto;
  float:left
}
div.blog1-l1 .contact-us .contact-details .text-cont {
  margin-left:5%
}
div.blog1-l1 .contact_us2 .hs_cos_wrapper .right-description p a {
  color:#30496d
}

.dnd-blog1 .right-col .post-filter ul li,
.dnd-blog1 .blog-paginations ul li{
  font-size: 16px;
  line-height: 1.31;
}

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

  div.blog1-l1 .contact-us {
    padding:29px 12px 29px;
  }

  div.blog1-l1 .contact-us .contact-details {
    max-width:100%
  }

}

@media(max-width:767px){

  div.blog1-l1 .contact-us{
    margin-top:-40px;
  }

  div.blog1-l1 .contact-us .contact-details {
    max-width:100%
  }
  div.blog1-l1 .contact-us .contact-details .text-cont {
    margin-left:5%;
    width:auto;
    float:left
  }

  .dnd-blog1 .blog-paginations {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
  }

  .dnd-blog1 .follow-us {
    text-align: left;
    margin-bottom: 30px;
  }  

} 

/*=========================================================
blog listing 2
==========================================================*/

.blog-2 .blog-paginations ul li{
  font-size: 18px;
  line-height: 1.56;
}    


div.blog-2 .blog-paginations{
  margin-bottom:124px;
}  


/*=========================================================
blog post 1
==========================================================*/

div.blog-post .dnd-blog1 .right-col .post-filter ul li {
    padding: 11px 33px 9px;
}  

div.blog-post .follow-us ul {
  padding:0;
}
  
div.blog-post .contact-us {
	padding:29px 20px 29px;
	margin-bottom:30px
}
div.blog-post .contact-us h3 {
	margin-bottom:25px
}
div.blog-post .contact-us .contact-details {
	max-width:200px
}
div.blog-post .contact-us .contact-details .row-fluid {
	padding-bottom:12px
}
div.blog-post .contact-us .contact-details .img-cont {
	width:auto;
	float:left
}
div.blog-post .contact-us .contact-details .text-cont {
	margin-left:5%
}
div.blog-post .contact_us2 .hs_cos_wrapper .right-description p a {
	color:#30496d
}
  
div.blog-post .dnd-blog1 .right-col .post-filter ul li,
div.blog-post .dnd-blog1 .blog-paginations ul li{
    font-size: 16px;
    line-height: 1.31;
}
  
div.blog-post .dnd-blog1.hs-blog-post .follow-us ul,
div.blog-post .dnd-blog1.hs-blog-post .right-col  ul ,
div.blog-post .dnd-blog1.hs-blog-post .left-col  ul {
    margin: 0;
    padding: 0;
}  
  
div.blog-post .dnd-blog1.hs-blog-post .left-col  ul li{
  list-style-type:none;  
}  
  
@media(max-width:1024px) and (min-width:768px) {
	
div.blog-post .contact-us {
		padding:29px 12px 29px;
}
	
div.blog-post .contact-us .contact-details {
		max-width:100%
}
  
}
  
@media(max-width:767px){
  
div.blog-post .contact-us{
  margin-top:-40px;
}
  
div.blog-post .contact-us .contact-details {
	max-width:100%
}
div.blog-post .contact-us .contact-details .text-cont {
	margin-left:5%;
	width:auto;
	float:left
}
  
div.blog-post .dnd-blog1 .blog-paginations {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 80px;
}

div.blog-post .dnd-blog1 .follow-us {
    text-align: left;
    margin-bottom: 30px;
}  
  
}  

/* custom css */

.home1-banner .hs-button {
    width: 100%;
    padding: 15px 0!important;
}

.home1-banner .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_module {
    width: 100%;
}