@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,600i,700,700i,800&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    */
/*****************************************/



/* Colors */
    /*  */
    /* {  Used on global 'Background Overlay Color '  |  Ex. "color:  #555361;" #} */
    /* {  Used on global 'Background gradient Color '  |  Ex. "color:  #555361;" #} */
 /* { DarkBlue  | EX "color: ;" } */
 










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


/* Wrappers */
                          /*  */
                          /*  */
                          /*  */




body{
  padding:0;
  font-size: 16px;
  line-height:1.5;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open Sans', sans-serif; ;
  width:100%;
  background:#ffffff;
  margin:0 auto;
  max-width:100%;
  color:  #555361;
  font-weight: 400;
}

.row-fluid [class*="span"].wrapper{
  width: 100%;
  max-width: 1210px;
  margin: 0 auto;
  float: none;
  padding: 0 20px;    
}


/*======Heading,Para & List Items Styling=======*/

h1,h2,h3,h4,h5,h6{
  font-family: 'Aleo', sans-serif;;
  color:  #000000 ;
  font-weight:bold;
}


h1,h2,h3,h4,h5,h6,p,ul,li,a{
  text-transform:initial;
  margin:0;
  padding:0;
  text-decoration:none;
  margin-bottom:15px;
}

a{
  margin-bottom:0;

}

h1{
  font-size: 62px;
  line-height: 1.23;
  margin-bottom: 12px;
  letter-spacing:-0.7px;
}

h2{
  font-size: 35px;
  line-height: 1.2;
  margin-bottom:10px;
  letter-spacing: -0.7px;
}

h3{
  font-size: 22px;   
  line-height: 1.33;
  letter-spacing: 0;

}

h4{
  font-size:16px;   
  line-height:1.5;
  margin-bottom: 10px;
}

h5{
  font-size: 12px;
  line-height: 1.5;
  letter-spacing:0.6px;
  margin-bottom: 10px;
}

h6{
  font-size: 12px;
  line-height: 18px;
  letter-spacing:.2px;
  margin-bottom: 8px;
}

p{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 10px;
}

h4+p{
  margin-top:15px;
}

body img{
  vertical-align: middle;
}

ul{

}

* {
  -webkit-tap-highlight-color: transparent;
}

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

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

body .header-container-wrapper .header-section .logo-module img{
  max-width:120px;
  height:auto;
}

.body-container-wrapper {
  background:#fff;
  overflow:hidden;
  position:relative;
  z-index:2;
}

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

.body-container-wrapper li{
  font-size: 16px;
  letter-spacing:.2px;
  margin-bottom: 0;
  position:relative;
  margin-left:22px;
}



a{
  color:  #177bf4;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.fa{
  color:  #177bf4 ;
}

.section-heading {
  margin-bottom:60px;
}
.section-heading p{
  font-size:20px;
  color:#555361;
  line-height: 1.5; 
  max-width:654px;
  margin:0 auto;
}

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

.big-section-padding{
  padding:230px 0px;
}

.big-section-heading{
  max-width:800px;
  margin:0 auto;
  margin-bottom:60px;
}
.big-section-heading p{
  font-size:20px;
}

/*======Blockquote Styling======*/

blockquote{
  margin: 0;
  font-size: 30px;
  font-weight:bold;
  line-height:1.27;
  color:  #000000 ;
  letter-spacing: -0.46px;
  padding-left: 29px;
  border-left: 2px solid  #177bf4;
  margin-left: 4px;
  margin-top:25px;
  margin-bottom:25px;
}



/*========CTA Styling========*/

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

body .row-fluid a.cta_button,
body .row-fluid form .hs-button,
body .row-fluid .simple-cta a.cta_button{
  font-size: 16px;
  line-height: 1;
  padding: 17px 37px;
  text-align: center;
  display: inline-block;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  position: relative;
  z-index: 1;
  box-shadow: none;
  color: #fff;
  font-family:;
  letter-spacing: 1.6px;
  background:  #177bf4;
  border: 1px solid  #177bf4;
  font-weight: normal;
  border-radius: 2px;
  text-transform: uppercase;
}

body .row-fluid a.cta_button:before,
body .row-fluid .simple-cta a.cta_button:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: #ffffff;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: -1;
  color:  #177bf4;
}

body .row-fluid a.cta_button:hover,
body .row-fluid .simple-cta a.cta_button:hover{
  color:  #177bf4;
}

body .row-fluid form .hs-button:hover{
  color: #fff;
  background:  #177bf4;
  opacity: 1;
  border-color:  #177bf4;
}

body .row-fluid a.cta_button:hover:before,
body .row-fluid .simple-cta a.cta_button:hover:before,
body .container-fluid .row-fluid .hs-button:hover:before,
body .row-fluid .transparent-button a.cta_button:hover:before{    
  width: 100%;
}


body .row-fluid .transparent-button a.cta_button{
  color: #000;
  background: transparent;
  border-color: #335b67;
  border-radius:2px;
  padding-left:30px;
}
body .row-fluid .transparent-button a.cta_button:after {
  position: relative;
  content: '\f095';
  display: inline-block;
  font-family: FontAwesome;
  left: -170px;
  top: 0;
  transform: rotate(100deg);
  vertical-align:bottom;
}
body .row-fluid .transparent-button a.cta_button:before,
body .row-fluid .white-button a.cta_button:before{
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #177bf4 ;
  transform-origin: left;
  transition: width 0.25s ease;
  z-index: -1;
  color: #fff;
  border-color: #177bf4;
}

body .row-fluid .transparent-button a.cta_button:hover,
body .row-fluid .white-button a.cta_button:hover{
  background:  #177bf4;
  border-color:  #177bf4;
  color:#fff;
}



/*============================================
*===============CTA Styling ==================
==============================================*/

/********************************
* White Button Styling
********************************/
body .row-fluid .white-cta a.cta_button{
  border-color: #ffffff;
  color:  #177bf4;
  padding: 17px 50px;
}
body .row-fluid .white-cta a.cta_button:hover{
  color:#ffffff;
  border-color: #ffffff;
  background: transparent;
}

body .row-fluid .white-cta a.cta_button:hover:before {
  width: 0;
}
body .row-fluid .white-cta a.cta_button:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
  height: 100%;
}

/*****************************************
* Transparent Button Styling 
*****************************************/
body .row-fluid .transparent-cta a.cta_button{
  background:transparent;
  border-color:#000;
  color:#000;
}
body .row-fluid .transparent-cta a.cta_button:hover{
  background: #177bf4;
  color:#fff;
  border-color: #177bf4;
}
body .row-fluid .transparent-cta a.cta_button:before{
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0%;
  height: 100%;
  z-index: -1;
  background: #177bf4;
}
body .row-fluid .transparent-cta a.cta_button:hover:before{
  width:100%;
  background: #177bf4;
}

/*****************************************
* No Button Styling 
*****************************************/
body .row-fluid .no-cta-style a.cta_button{
  padding: 0px;
  text-decoration: underline;
  background: transparent;
  color: #000000 ;
  border: 0;
  font-weight:600;
}
body .row-fluid .no-cta-style a.cta_button:hover:before {
  width: 0;
}



/*====End of CTA Styling=====*/



/*======Text Alignment ========*/

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

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

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

.float-left{
  float:left;
}

.float-right{
  float:right;
}



/*=======End of Text Alignment=======*/


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

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

body .container-fluid .row-fluid .center-heading{
  margin: 0 auto;
  width: 100%;
  max-width: 660px;
  float: none;
  margin-bottom: 30px;
  text-align:center;
}

body .center-heading h2{
  margin-bottom: 15px;
}

body .center-heading p{
  font-size: 20px;
  line-height: 1.5;
}


/*=====Background Color========*/


.white-bg{
  background:#fff;
}

.light-gray-bg{
  background:#F8FBFF;
}

.black-bg{
  background: #02051e;
}

.dark-grey-bg{
  background: #3f464e;
}

.base-color-bg .fa{
  color:#4a4a4a;
}

.dark-green-bg{
  background: #0d1b09;
}


/*======End of Background Color======*/


/*======List Style Styling========*/

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

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

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


/*========Text Color with Spacing 0px Styling=====*/

.body-container-wrapper .all-text-white li:before{
  background:#fff;
}

.form-white,
.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 a{
  color:#fff;
}

.body-container-wrapper .all-text-white .fa{
  -webkit-text-fill-color: #fff;
}

.text-margin-zero h1,
.text-margin-zero h2,
.text-margin-zero h3,
.text-margin-zero p,
.text-margin-zero h4,
.text-margin-zero h5,
.text-margin-zero h6,
.text-margin-zero .fa,
.text-margin-zero a{
  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: #555361;
}

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



/*========Wrapper Size============*/

body .container-fluid .row-fluid .small-wrap{
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
  display: block;
  float: none;
}



/*========Basic Section Styling=========*/

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

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


.slick-slide:focus{
  outline: 0px;
}



/*=======End of Basic Section Styling=======*/




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


}


@media (max-width:1024px){


  h1 {
    font-size: 50px;
    line-height: 1.3;
  } 

  h2{
    font-size: 24px;
    line-height: 36px;
  }

  h4 {
    font-size: 16px;
    line-height: 22px;
  }

  a.cta_button, .hs-button {
    padding: 16px 34px;
  }

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

  .big-section-padding{
    padding:140px 0px;
  }

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

}


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

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

}




@media (max-width:767px){

  h1 {
    font-size: 40px;
    line-height: 1.3;
  } 

  h2{
    font-size: 24px;
    line-height: 1.3;
  }

  h3 {
    font-size: 20px;
    line-height: 1.3;
  }

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

  a.cta_button, .hs-button {
    padding: 16px 34px;
    font-size: 18px;
  }

  .row-fluid .jumbo1-home-primary-banner p {
    font-size: 18px;
    line-height: 26px;
  }

  .section-padding{
    padding:45px 0;
  }
  .section-heading p {
    font-size: 16px;
  }

  .big-section-padding{
    padding:80px 0px;
  }

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

  .primary-banner {
    padding: 120px 0 40px;
  }

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


  .align_center .heading{
    padding-bottom:30px;
  }


  .pad-btm{
    padding-bottom:30px;
  }
  blockquote{
    font-size:20px;
  }
}



@media(max-width: 480px){

  h1 {
    font-size: 30px;
    line-height: 1.3;
  }

  h2 {
    font-size: 24px;
    line-height: 1.3;
  }


}



/*=========================================================
FORM STYLE
=========================================================*/                

select:invalid {
  color: #989898 !important;
}

::-webkit-input-placeholder {
  color: #989898;
}

:-moz-placeholder {
  color: #989898;
}

::-moz-placeholder {  
  color: #989898;
}

:-ms-input-placeholder {  
  color: #989898;
}

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

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

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

.hs-error-msgs li label{
  color: #FD2727;
  font-size: 12px;
}

form li:before{
  display:none;
}


.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height: 44px;
  font-family: 'Open Sans', sans-serif; ;
  border: 0;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1px;
  padding: 0;
  margin-bottom: 8px;
  border-radius: 0;
  background:none;
  padding:10px;
  color: #000;
  font-weight:400;
  border: solid 0.5px rgba(71, 71, 71, 0.82);
  box-sizing: border-box;
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
}


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

.row-fluid  form textarea{
  height:130px;    
  resize: none;
  overflow:auto;
}

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

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

.row-fluid form .field>label{
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2px;
  font-weight: 400;
  display:block;
  margin-bottom:10px;
  margin-top:14px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body .row-fluid select{
  background: #f5f5f5 url(//cdn2.hubspot.net/hubfs/2558848/Product-3-Pack/Select%20Arrow%20Small.png) no-repeat;
  background-position: center right;
  -webkit-appearance: none;
}





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

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

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

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


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

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


@media (max-width:480px){


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

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

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

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

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

}







/*===================================================
Two Col 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: 47.5%;
  -webkit-flex-basis: 47.5%;
  float: left;
  margin-right: 2.43%;
  margin-top: 30px;
  box-sizing:border-box;
  position:relative;
}

@media(max-width: 767px){

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

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


}






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

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

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

@media (max-width:767px){


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

  body .row-fluid .three-col-adjust span>.hs_cos_wrapper {
    display: block;
    width: 100%;
    margin: 0;
    margin-top: 20px;
    max-width: 379px;
    width: 100%;
    margin: 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;
  }   


}


/* .hero-effect.bg-color{
background-image:none!important;
}
.hero-effect.bg-img{
background-color:transparent!important;
} */

.centered-image{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media(max-width:767px){
  .change-on-mobile>.row-fluid-wrapper>.row-fluid{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse;
  }
}



/*==================================================
* Header Section Styling
* =================================================*/

body .row-fluid .header-section{
  padding: 25px 0px;
}
.header-section .widget-type-cta {
  margin-top: 0px;
}

.header-section .header-cta a.cta_button{
  font-size:14px;
  line-height:1.86;
  padding:7px 20px 8px;
  background:transparent;
  color: #000000 ;
  border-color: #000000 ;
}

body .row-fluid .header-section .white-cta a.cta_button{
  padding: 7px 20px;
}

body .row-fluid .header-section .simple-cta a.cta_button {
  padding: 12px 15px;
  font-size: 14px;
}



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

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li.hs-item-has-children:last-child>ul.hs-menu-children-wrapper{
    left:-125px;        
  }
  .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a{
    font-size:12px;
  }

}

@media (min-width:768px){

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul>li>a{
    font-family:  'Open Sans', sans-serif; ;
    color:  #000000 ;
    font-weight:400;
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: normal;
    padding: 10px 17px;
  }

  .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper{
    border-top:3px solid  #000000 ;
  }
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li li{
    margin-bottom:0px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1 {
    line-height: 0;
    margin-bottom:0px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a{
    position:relative;
    margin-right:8px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children>a:before{
    position: absolute;
    content: '\f107';
    font-family:FontAwesome;
    top: 3px;
    bottom: 0;
    right: 12px;
    font-size: 14px;
    color: #000000 ;
    display: flex;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.hs-item-has-children>a:before{
    right:0px;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1:hover a,
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-menu-depth-1.active a,
  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul li.hs-item-has-children:hover>a:before{
    color: #177bf4;
  }


  .header-section .hs-menu-wrapper {
    line-height: 0;
    text-align: left;
    float:none;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a{
    font-size: 14px;
    padding: 12px 24px 12px 15px;
    line-height: 1;
    color:  #000000 ;
    text-align: left;
    border: 1px solid rgba(18, 18, 50, 0.11);
    background: #fff;
    border-top: 0;
    font-weight: 400;
    transition:all .2s ease-in-out;
    min-width: 140px;
    -webkit-transition:all .2s ease-in-out;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:before{
    color: #000000 ;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li:hover a:before{
    color: #000000 ;
  }

  .header-section .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover{
    color: #177bf4;
    text-indent:2px;
  }

  .header-section .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: 100%;
    top: 0;
  }

}




@media (min-width:768px) and (max-width:1024px){
  body .row-fluid .header-section .hs-menu-wrapper.hs-menu-flow-horizontal>ul>li>a {
    font-size: 12px;
    padding: 16px 6px;
  }
  .row-fluid .header-section .header-cta a.cta_button{
    font-size: 12px;
    padding: 7px 15px 8px;
    line-height:normal;
  }
}


@media (max-width:767px){

  body .row-fluid .header-section {
    padding: 15px 0px;
  }
  .header-section .widget-type-cta{
    clear:both;
  }
  body .row-fluid .header-section .header-cta a.cta_button{
    display:block;
    background: #177bf4!important;
    border-color: #177bf4;
    color:#fff;
    width:auto;
    clear:both;
  }
  .header-section .header-cta a.cta_button:before {
    display: none;
  }
}








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


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

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

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

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

/* Fix menu disappearing on desktop after toggling mobile menu */
@media screen and (min-width: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:#000000;
  }


  /* 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 #ffffff;
    font-size: 16px;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #ffffff; 
  }
  .mobile-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
    color:#000000;
    background-color: #ffffff; 
    border-color: transparent;
  }

  /* Change button when menu is open */
  .mobile-open .mobile-trigger{
    color:#000000;
    background-color: #ffffff; 
    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: #ffffff; /* 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: #000000; /* 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: 45px !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:#000000; /* 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:#ffffff; /* 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:#000000; /* link color set by global mobile-aColor variable */
  }
  .custom-menu-primary .hs-menu-wrapper > ul li a:hover{
    color:#000000; /* link hover color set by global mobile-aColorHover 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-section script{
    display:none;
  }
}









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

@media (max-width:767px){

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

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

  .header-section .mobile-trigger i,
  .header-section .mobile-trigger i:before,
  .header-section .mobile-trigger i:after {
    width:30px;
    background:#363347;
    height:4px;
  }

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

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

  .header-section .mobile-trigger {
    top: 17px;
    right: 8px;
  }

  .mobile-open .header-section .mobile-trigger ,
  .header-section .mobile-trigger {
    background-color: transparent;
    z-index:15;
  }

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

  .header-section .mobile-trigger:hover i,
  .header-section .mobile-trigger:hover i:before, 
  .header-section .mobile-trigger:hover i:after,
  .header-section .mobile-open .mobile-trigger i,
  .header-section .mobile-open .mobile-trigger i:before,
  .header-section.mobile-open .mobile-trigger i:after {
    background-color: #363347;
  }

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

  .mobile-open .header-section .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 .header-section .mobile-trigger i:before {
    top: 0;
    transform: rotate(45deg);
    background:#363347;
  }

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

  .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 .header-section .logo{
    max-width:190px;
    float:left;
    margin-top:0;
    margin-left:20px;
  }



  .custom-menu-primary .hs-menu-wrapper>ul li {
    border-top: 0px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  }

  .child-trigger i, .child-trigger i:after {
    background-color: #000;
  }

  .custom-menu-primary.js-enabled .hs-menu-wrapper{
    margin: 0;
    z-index: 1;
    box-shadow: 0px 0px 1px #1d1d1d;
    padding: 10px 0px 0px 0px;
    z-index: 11;
    top: 67px;
    box-sizing: border-box;
  }

  body .header-container-wrapper .header-section ul>li{
    border:0;
    background:transparent;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a {
    font-size: 14px;
    padding:0 20px;
    color:#000;
    font-weight: 500;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li a:hover{
    color:#000;
  }

  body .row-fluid .custom-menu-primary .hs-menu-wrapper>ul ul li a {
    font-size: 14px;
    text-indent:0;
  }

  .child-trigger {
    border-left: 0;
  }

  body .row-fluid .header-section .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper {
    padding: 0 0 0 15px;
    position: relative !important;
    left: 0 !important;
  }

  .header-section .custom-menu-primary .hs-menu-wrapper>ul li.hs-menu-depth-1 .hs-menu-children-wrapper:before {
    position: absolute;
    content: '';
    left: 0;
    bottom: 12px;
    top: 10px;
    width: 1px;
    background: rgba(0, 0, 0, 0.33);
  }

  .header-section .head-cta a.cta_button{
    display:none;
  }

  body .row-fluid .header-section .contact-info {
    display:none;
  }

  body .row-fluid .header-section .header-logo {
    width: 160px;
    float: left;   
    text-align:left;
  }

  .header-section {
    padding:12px 0;
  }

}

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









/*=====================================================
* Footer Section Styling
* ====================================================*/

.footer-section{}


/*========Top Module Styling=======*/

.footer-section .top-foot-module{
  padding: 106px 0px;
}

.footer-section .head-text{
  margin-bottom: 18px;
}

/*=Col One Styling=*/
.footer-section .footer-logo{
  margin-bottom:7px;
}

.footer-section .top-foot-module .foot-col-one .foot-logo{
  max-width: 200px;
}

.footer-section .top-foot-module .foot-col-one .bottom-text{
  margin-top: 20px;
  max-width:255px;
}

.footer-section .social-media-icons{
  margin-top: 45px;
}

.footer-section .social-media-icons ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer-section .social-media-icons ul li{
  padding: 0px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0px 9px 15px;
}

.footer-section .social-media-icons ul li:first-child{
  margin-left: 0px;
}

.footer-section .social-media-icons ul li>a{
  width: 35px;
  height: 35px;
  display: block;
  color:  #177bf4;
  background: #ffffff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
}

/* ============= Footer socia Icon styling ===================*/

.top-foot-module .social-icons .icons{
  margin: 0;
  padding: 0;
  list-style: none;
  padding-top: 42px;
}
.top-foot-module .social-icons .icons li{
  display: inline-block;
  margin: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.top-foot-module .social-icons .icons li:not(:first-child){
  margin-left: 18px;
}
.top-foot-module .social-icons .icons li:hover{
  background:  #177bf4;
  border: 1px solid  #177bf4;
}
.top-foot-module .social-icons .icons li:hover i{
  color: #fff;
}
.top-foot-module .social-icons .icons li i{
  color: #177bf4;
  font-size: 19px;
  line-height: 35px;
  -webkit-text-fill-color: initial;
}
@media (max-width: 767px){

  .top-foot-module .social-icons .icons {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 13px;
  }
}

/* =============End of Footer Socia Icon styling ===================*/

.footer-section .top-foot-module .foot-col-four p>a:hover{
  color:  #177bf4;
}

/*=Footer Menu Styling=*/

.footer-section .top-foot-module .foot-menu{}

.footer-section .top-foot-module .foot-menu ul{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

.footer-section .top-foot-module .foot-menu ul li{
  padding: 0px;
  margin: 0px;
  display: block;
}

.footer-section .top-foot-module .foot-menu ul li>a{
  font-size: 12px;
  line-height: 1.63;
  letter-spacing: 0.5px;
  padding: 0px;
  margin-bottom: 10px;

}

.footer-section .top-foot-module .foot-menu ul li>a:hover{
  color:  #177bf4
}


/*=========Bottom Module Styling==========*/

.footer-section .bottom-foot-module{
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 20px 0px;
}

.footer-section .bottom-foot-module p{
  margin: 0px;
}
.footer-section .head-text h5{
  font-size: 18px;
  font-weight: 500;
}



@media(min-width:768px) and (max-width:1024px){
  .footer-section .top-foot-module .foot-menu ul li>a {
    font-size: 14px;
  }
  .foot-col-four p,
  .foot-col-one p{
    font-size: 14px;
  }
}

@media(min-width:768px){
  body .row-fluid .foot-col-one {

  }

  body .row-fluid .foot-col-two.foot-menu {

  }
}


@media(max-width:767px){

  .footer-section .top-foot-module {
    padding: 66px 0px 40px;
  }
  .foot-col-two.foot-menu {
    margin: 25px 0px;
  }
  .foot-col-four {
    margin-top: 25px;
  }
  .footer-section .top-foot-module .foot-menu ul li>a,
  .foot-col-four p{
    font-size: 14px;
  }
  .footer-section .social-media-icons {
    margin-top: 30px;
  }
  .footer-section .top-foot-module .foot-col-one{
    padding-top:0px;
  }
}



/*=======================================================
============== New Hero Section ==========================
=========================================================*/
.new-hero-text {
  margin-bottom: 40px;
  max-width:540px;
}
.new-hero-text h1{
  margin-bottom:22px;
}
.new-hero-text p{
  font-size:20px;
}


/****************************************
* Hero With Image Styling
*****************************************/
.home-with-image{
  padding:20px 0px 20px;
}

@media(min-width:768px){
  .home-with-image .right-col{
    display:flex;
    align-items:center;
    flex-direction:column;
  }
}


/**************************************
* Hero With Bannner Image Styling
**************************************/
.hero-with-banner-img{
  position: relative;
  z-index:2;
}

.hero-with-banner-img:before {
  content: "";
  position:absolute;
  background-image: linear-gradient(90deg,transparent,rgba(249, 249, 249, 0) 44%,rgb(246, 246, 246) 56%,rgba(216, 216, 216, 0) 72%);
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.hero-with-banner-img .left-col{
  padding:118px 0px 185px;
}
.hero-with-banner-img  .cta-row,
.hero_section_wd_3 .cta-row{
  display: flex;
  justify-content: space-between;
  max-width: 322px;
  margin-top: 40px;
}
.hero-with-banner-img .hero-bg {
  position: absolute;
  background-size: cover !important;
  background-position: right !important;
  height: 100%;
  left: initial;
  top: 0px;
  bottom: 0px;
  right: 0;
  width: 44%;
}


/***************************************
* Hero With Video CM  Styling
***************************************/
.hero-with-video-cm {
  padding: 100px 0px;
}
.hero-video-overlay{
  position:relative;
  z-index:1;
}
.hero-video-overlay:before{
  content:"";
  position:absolute;
  background:rgba(0, 0, 0, 0.71);
  left:0;
  right:0;
  bottom:0;
  top:0;
  z-index:-1;
}

.hero-with-video-cm .new-hero-text{
  max-width:785px;
  margin:0 auto;
  margin-bottom:45px;
}
.hero-with-video-cm .new-hero-text h1{
  max-width:534px;
  margin:0 auto;
  margin-bottom:20px;
}
body .row-fluid .hero-with-video2-cm .video-play-button a.cta_button {
  padding: 12px 35px;
}
.video-cta-row {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0 auto;
}

@media(max-width:767px){
  .new-hero-text{
    text-align:center;
  }
  .hero_section_wd_3 .cta-row{
    margin:0 auto;
    margin-top:40px;
  }
  body .row-fluid .hero_section_wd_3 .two-col-item {
    padding-bottom: 30px;
  }
  .hero_section_wd_3  .hero_section .row-fluid .single-col:first-child{
    padding-top:30px;
  }
  body .row-fluid .hero_section_wd_3 .single-col {
    padding: 20px 20px 25px 20px;
  }
}


/*====================================
* Hero With Video CM2
* ================================*/
.hero-with-video2-cm .video-cta-row{
  margin:0px;
}
.hero-with-video2-cm .video-play-button a.cta_button {
  padding: 10px 30px;
}
.hero-with-video2-cm .inner-div {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  align-items: center;
  font-size:38px;
}
.hero-with-video2-cm .video-play-button .button-heading {
  margin-left: 20px;
}
.hero-with-video2-cm .video-play-button p {
  margin-bottom: 0px;
  text-align: left;
}



/***********************************
*Hero With Slider 
***********************************/

.hero-with-slider-cm .hero-single-slider{
  padding:256px 0px;
}
.hero-with-slider-cm .hero-single-slider .new-hero-text h1{
  margin-bottom:30px;
}
.hero-with-slider-cm .hero-single-slider .new-hero-text{
  margin:0 auto;
}
.hero-with-slider-cm a.cta_button {
  padding: 17px 67px;
}
.hero-with-slider-cm .slick-slide:focus{
  outline:none;
}
.hero-with-slider-cm .slick-dots li{
  margin: 0 5px;
  display: inline-block;
}
.hero-with-slider-cm .slick-dots{
  position:absolute;
  bottom:50px;
  left:0px;
  right:0px;
  text-align:center;
}
.hero-with-slider-cm .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  background: #177bf4;
}
.hero-with-slider-cm .slick-dots li button:hover{
  background: #177bf4;
}
.hero-with-slider-cm .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background:  #000000 ;
  transition: all .2s ease-in-out;
  cursor: pointer;
}

.hero-with-slider-cm .slick-dots li:focus,
.hero-with-slider-cm .slick-dots li.slick-active button:focus {
  outline: none;
}


/****************************************
* Hero Slider CM 
***************************************/
.hero-with-slider-cm.new-hero-slider .slick-dots li button{
  background:#ffffff;
}
.hero-with-slider-cm.new-hero-slider .slick-dots li.slick-active button {
  background: #000000 ;
}
.hero-with-slider-cm.new-hero-slider .slick-dots li button:hover{
  background: #000000 ;
}



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

  /*================Home With image ===============*/
  .home-with-image {
    padding: 120px 0px 100px;
  }
  .hero-with-banner-img .left-col {
    padding: 80px 37px 80px;
  }
  .hero-with-video-cm {
    padding: 90px 0px;
  }

  /*======Hero With Slider ===========*/
  .hero-with-slider-cm .hero-single-slider {
    padding: 170px 0px;
  }
}


@media(max-width:767px){
  .new-hero-text{
    max-width:100%;
  }
  .new-hero-text p {
    font-size: 16px;
  }

  /*================Home With image ===============*/
  .home-with-image {
    padding: 80px 0px 80px;
    text-align:center;
  }
  .home-with-image .right-col{
    margin-bottom:20px;
  }

  /*================== Hero With banner image ===============*/ 
  .hero-with-banner-img{
    text-align:center;
  }
  .hero-with-banner-img .cta-row{
    margin:0 auto;
  }
  .hero-with-banner-img .row-fluid-wrapper>.row-fluid,
  .home-with-image .row-fluid-wrapper>.row-fluid{
    display: flex;
    flex-direction: column-reverse;
  }
  .body-container-wrapper .hero-with-banner-img .wrapper {
    padding: 0px;
  }
  .hero-with-banner-img .left-col {
    padding: 30px 20px 80px;
  }
  .hero-with-banner-img:before {
    background-image:linear-gradient(180deg,transparent,rgba(249,249,249,0) 12%,#f6f6f6 49%,rgba(216,216,216,0) 27%);
  }
  .hero-with-banner-img .hero-bg {
    background-position:center!important;
    position: initial;
    height: 300px;
    width:100%;
  } 
  /*============= Hero With video CM ============*/
  .hero-with-video-cm {
    padding: 80px 0px;
  }

  .hero-with-video2-cm .row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }
  .hero-with-video2-cm .left-col {
    margin-top:30px;
    text-align:center;
  }
  .hero-with-video2-cm .video-cta-row {
    margin: 0 auto;
    justify-content: center;
  }
  /*=============Hero With Slider ==========*/
  .hero-with-slider-cm .hero-single-slider {
    padding: 150px 0px;
  }

}

@media(max-width:480px){
  .video-cta-row,
  .hero-with-banner-img .cta-row{
    display: block;
    text-align:center;
  }
  .video-cta-row a.cta_button,
  .cta-row a.cta_button{
    display: block;
    margin-bottom: 20px;
  }
  .hero-with-banner-img:before{
    background-image: linear-gradient(180deg,transparent,rgba(249,249,249,0) 12%,#f6f6f6 38%,rgba(216,216,216,0) 27%);
  }
}


/*========== Hero With Background Video ==========*/
.hero-with-background-cm{position:relative;overflow:hidden;}
.hero-with-background-cm .video-background{position:absolute;left:0;right:0;bottom:0;top:0;width:100%;height:100%;z-index:-1;}
.hero-with-background-cm .video-background video{width:100vw;}
.hero-with-background-cm .hero-with-slider-cm .slick-dots li button{background:#fff;}
.hero-with-background-cm .hero-with-slider-cm .slick-dots li.slick-active button{display:none;}
.hero-with-background-cm  .hero-with-slider-cm .hero-single-slider{padding:14% 0;} 
@media(max-width:767px){
  .hero-with-background-cm  .hero-with-slider-cm .hero-single-slider{padding:30% 0;} 
  .hero-with-background-cm .video-background video{display:none;}
}



/*=======================================================================
* ======================Home Page Styling============================= *
* ====================================================================*/

/*===========================
* Hero Section Styling
* ========================*/

.home-hero-section{
  padding: 125px 0px;
}

body .row-fluid .home-hero-section .head-text{
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  float: none;
  margin-bottom: 20px;
}


/*=================================
* Section One 
* ==============================*/

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




/*================================================
* Counter CM 
* =============================================*/

.counter-cm .single-counter{
  max-width: 320px;
  margin: 0 auto;
  display: block;
}

.counter-cm .single-counter .top-module{
  text-align: center;
}

.counter-cm .single-counter .counter-value{
  color: #fff;
  font-size: 60px;
  letter-spacing: -0.83px;
  display: inline-block;
  font-family:  'Aleo', sans-serif;;
}

.counter-cm .single-counter .text-module{
  display: inline-block;
  font-size: 24px;
  letter-spacing: -0.33px;
  color: #fff;
  font-family:  'Aleo', sans-serif;;
}

.counter-cm .single-counter .bottom-module{
  margin-top: 3px;
  text-align:center
}

@media(min-width:768px){

  #counter{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    -wevkit-flex-wrap: wrap;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  #counter>.single-counter{
    -ms-flex-preferred-size: 30.9%;
    flex-basis: 30.9%;
    -webkit-flex-basis: 30.9%;
    float: left;
    margin-right: 2.1%;
    margin-top: 00px;
    margin-bottom: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
  }
  #counter>.single-counter:first-child{
    margin-left: 0;
  }
  #counter>.single-counter:last-child{
    margin-right: 0;
  }
}




/*==================================================
*   Service Feature Section
* ===============================================*/

.lp-2020-three-column .three-column-heading{
  max-width:654px;
}
.lp-2020-three-column .three-column-heading p{
  font-size:20px;
}

.lp-2020-three-column .show-more-cta{
  padding-top:40px;
}
.lp-2020-three-column .show-more-cta a.cta_button{
  padding:15px 53px;
}

body .row-fluid .lp-2020-three-column .service-feature .inner-sec{
  padding: 30px 35px 25px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-align:left;
  flex-direction:column;
  margin-top:30px;
}
body .row-fluid .lp-2020-three-column .service-feature .inner-sec:hover{
  box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}


/*==================================================
* Repeat Two Col Icon CM 
* ===============================================*/


.two-col-icon-cm{
  padding: 100px 0px;
}

body .container-fluid .row-fluid .two-col-icon-cm .center-heading{
  margin-bottom: 80px;
}

.two-col-icon-cm .single-two-col .right-col{
  padding-left: 4%;
}

.two-col-icon-cm .single-two-col .top-heading{
  margin-bottom: 25px;
}

.two-col-icon-cm .single-two-col h5{
  font-family:  'Aleo', sans-serif;;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 1.56;
}

.two-col-icon-cm .single-two-col .list-items{
  display: block;
  clear: both;
  overflow: hidden;
  margin-bottom: 20px;
}

/*==========================================================
Repeat Two Col Module Section Styling
==========================================================*/

body .row-fluid .two-col-module-cm .single-two-col .right-col{
  padding: 25px 0px 60px 27px;
}

body .row-fluid .two-col-module-cm .single-two-col .right-col ul{
  list-style: none;
  margin-left: 12px;

}
body .row-fluid .two-col-module-cm .single-two-col .right-col ul li{
  position: relative;
  margin-bottom: 12px;
}
body .row-fluid .two-col-module-cm .single-two-col .right-col ul li:before{
  position: absolute;
  content: '';
  height: 7px;
  width: 7px;
  background:  #000000 ;
  border-radius: 50%;
  left: -18px;
  top: 8px;
}


.two-col-module-cm .single-two-col .text-col h2{
  margin-bottom: 15px;
}

.two-col-module-cm .single-two-col .button-module{
  margin-top: 35px;
}

@media(max-width:767px){
  body .row-fluid .two-col-module-cm .single-two-col .right-col{
    padding: 25px 0px 27px 0px !important;
  }
  body .row-fluid .img-caption>p{
    text-align:center;
  }
}

/*=============================================================
* Gallery CM 2020 Styling
* ==========================================================*/
.gallery-cm{
  padding:100px 0px;
}

body .container-fluid .row-fluid .gallery-cm .center-heading{
  margin-bottom: 80px;
}

body .container-fluid .row-fluid .single-gallery-cm{
  min-height: 342px;
  cursor: pointer;
}

.single-gallery-cm .top-head{
  height: 171px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  background:  #177bf4;
  opacity: 0.87;
}

.bottom-descp {
  height: 171px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  padding: 0px 20px;
  background: #f9f9f9;
  opacity: 0.83;
  overflow-y: scroll;
  flex-wrap: wrap;
}
/*==========Hover========*/

.single-gallery-cm .text-module{
  transition: opacity .4s ease-in-out;
  -moz-transition: opacity .4s ease-in-out;
  -webkit-transition: opacity .4s ease-in-out;
  opacity: 0;
}


.single-gallery-cm:hover .text-module{
  opacity: 1;
}

@media(min-width:768px) and (max-width:1024px){
  .gallery-cm {
    padding: 60px 0px;
  }
}

@media(min-width:768px){
  body .container-fluid .row-fluid .gallery-module{
    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;
  }

  body .container-fluid .row-fluid .single-gallery-cm{
    float: left;
    margin-top: 00px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
  }

  body .container-fluid .row-fluid .single-gallery-cm.two-col{
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }

  body .container-fluid .row-fluid .single-gallery-cm.single-col{
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
  }
}


/*==============================================
Purchase CM
* =============================================*/

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

.purchase-section .left-col p{
  font-size:20px;
}  

.purchase-section .right-col{} 

.purchase-section .right-col a.cta_button{
  background: #fff;
  border-color: #fff;
  color:  #555361;
  border-radius:0px;
  padding: 16px 45px;
}
.purchase-section .right-col a.cta_button:hover:before{
  width:100%;
}

@media(max-width:767px){
  .purchase-section{
    text-align:center;
  } 
  .purchase-section .head-text{
    margin-bottom:35px;
  }
}


/*====================================
Video Section Styling
======================================*/

.video-section .video-bg{
  padding:272px 0px;
}
.video-section .lower-section{
  padding-top:40px;
}
.video-section .lower-section .left-col{
  padding-right:30px;
}
.video-section .lower-section .right-col{
  padding-left:30px;
}
.video-section .play-button{
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 84px;
  height: 84px;
  background:  #177bf4;
  border-radius: 50%;  
  -webkit-animation: shadow-pulse 1.2s infinite linear;
  animation: shadow-pulse 1.2s infinite linear;
}
.video-section .play-button i {
  font-size: 45px;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 10px 15px 20px;
  line-height: 66px;
}

@keyframes shadow-pulse{
  0% {
    box-shadow: 0 0 0 0px rgb(23, 123, 244);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}


@media(min-width:768px) and (max-width:1024px){
  .video-section .wrapper>.row-fluid-wrapper>.row-fluid {
    padding: 120px 0;
  }
}



/*======================================================
Book a Demo Section Styling
=======================================================*/

.book-a-demo{
  padding: 100px 0px;
}
.book-a-demo .left-col{
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
}
.book-a-demo .left-col {
  padding: 75px 38px 60px;
}
.book-a-demo .left-col h3{
  font-size: 28px;
  margin-top: 50px;
}
.book-a-demo .actions {
  text-align: center;
}
.book-a-demo .row-fluid form input[type="text"],
.book-a-demo .row-fluid form input[type="email"],
.book-a-demo .row-fluid form select,
.book-a-demo .row-fluid form textarea{
  border: solid 0.5px rgba(71, 71, 71, 0.82);
  background: #fff;
  font-size: 14px;
  color: #808080;
  margin-bottom: 17px;
}
.book-a-demo .row-fluid form select{
  background: #fff url('https://cdn2.hubspot.net/hubfs/2432204/Pack-2020/Lp-Imges/Down_arrow.svg') no-repeat;
  background-position: center right;
}
.book-a-demo .row-fluid form select{
  position: relative;
}

.book-a-demo .submitted-message {
  text-align: center;
}
.book-a-demo .row-fluid form .hs-button.primary {
  height: auto;
  margin-top: 15px;
  margin-bottom: 0;
  padding: 15px 62px;
  border-radius: 0px;
}
.book-a-demo .row-fluid form input:focus,
.book-a-demo .row-fluid form select:focus,
.book-a-demo .row-fluid form textarea:focus{
  outline:none;
}
.book-a-demo .left-col .form-module h3{
  display: none;
}
.book-a-demo .form-module {
  padding-top: 35px;
}


/* Right Col */

.book-a-demo .right-col .head-text h3 {
  margin-bottom: 30px;
}
.book-a-demo .right-col .single-list-items {
  margin-bottom: 30px;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
}

.book-a-demo .right-col .text-module{
  margin: 0;
  padding: 25px 22px 25px;
}
.book-a-demo .right-col .text-module p {
  font-size:18px;
  line-height: 1.67;
  margin: 0;
}
.book-a-demo .right-col .icon-module{
  background-color: #2f2f37;
  padding: 22px 10px ;
}
.book-a-demo .right-col .icon-module img{
  height: auto;
  margin: 0 auto;
  display: block;


}
.book-a-demo .text-module h2 {
  margin-bottom: 30px;
}

.book-a-demo .right-col .bottom-module {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 43px 41px 35px;
}
.book-a-demo .right-col .bottom-module h4 {
  font-weight: 700;
  color:  #000000 ;
  margin-bottom: 22px;
}

.book-a-demo .right-col .button-module p a {
  font-weight: 600;
  letter-spacing: 0.3px;
  color:  #000000 ;
  text-decoration: underline;
}

.book-a-demo .right-col .button-module {
  padding-top: 13px;
}


@media(min-width:768px) and (max-width:1024px){
  .book-a-demo {
    padding: 80px 0;
  }
  .book-a-demo .left-col {
    padding: 40px 30px;
  }

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

@media (min-width: 1025px){
  .row-fluid .book-a-demo .left-col {
    width: 46.7%;
  }
  .row-fluid .book-a-demo .right-col {
    margin-left: 4.7%;
    width: 47.717949%;
  }
}

@media(max-width:767px){
  .book-a-demo{
    padding:60px 0px;
  }
  .book-a-demo .left-col{
    padding:45px 20px 20px;
  }
  .book-a-demo .right-col {
    text-align: center;
    margin-top: 30px;
  }
}



/*==============================================
MEDIA QUERIES START
===============================================*/



@media (max-width: 767px) {

  /*==================================================================
  Video Section Styling
  =====================================================================*/

  .video-section {
    text-align: center;
  }
  .video-section .lower-section .left-col,
  .video-section .lower-section .right-col{
    padding: 0;
  }
  .video-section .lower-section .right-col{
    margin-top:30px;
  }
  .video-section .video-bg{
    padding:150px 0px;
  }
  .video-section .play-button i {
    font-size: 39px;
    width: 75px;
    height: 75px;
  }
}

/*==================================================================
Banner Section Styling
=====================================================================*/
.home-hero-section {
  padding: 80px 0px;
}
.hero-cta-module{
  max-width:350px;
  margin-top:20px;
}
body .row-fluid .banner-sec .hero-cta-module {
  margin: 0 auto;
  display: block;
  float: none;
  margin-top:30px;
}
.banner-sec .white-cta a.cta_button{
  Color: #000000 ;
}
.banner-sec .white-cta a.cta_button:hover{
  color:#fff;
}

body .row-fluid .banner-sec .transparent-cta a.cta_button{
  border-color:#ffffff;
  color:#ffffff;
}
body .row-fluid .banner-sec .transparent-cta a.cta_button:hover{
  border-color: #177bf4;
}


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

/*==================================================================
Counter Section Styling
=====================================================================*/

.counter-cm {
  padding-top: 0;
}
.counter-cm .single-counter {
  max-width: inherit;
  margin: 0 auto 13px;
  text-align: center;
}
.counter-cm .single-counter:last-child {
  margin-bottom: 0;
}
body .container-fluid .row-fluid .center-heading {
  margin-bottom: 13px;
}

/*==================================================================
Old Repeat Two Col Module 2 Section 
=====================================================================*/

.two-col-cm-v2 .section-heading{
  padding-top:100px;
}
.two-col-module-cm .text-module h3 {
  margin-top: 25px;
  margin-bottom: 6px;
}

/*==================================================================
Old Repeat Two Col Module Section 
=====================================================================*/


body .row-fluid .two-col-module-cm .single-two-col.reverse-order .right-col {
  padding: 0px 47px 0px 0px;
  margin: 0px;
}

body .row-fluid .two-col-module-cm .single-two-col.reverse-order .left-col{
  margin-left: 2.564102564%;
}

.two-col-module-cm .single-two-col .button-module {
  margin-top: 27px;
}
body .row-fluid .lp-2020-three-column .three-column-heading {
  padding: 0;
}


@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .two-col-module-cm .single-two-col .right-col {
    padding: 25px 0px 25px 25px;
  }
  .two-col-cm-v2 .section-heading {
    padding-top: 60px;
  }

}

@media(min-width:768px){
  .two-col-icon-cm .single-two-col{
    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;
    padding:50px 0px;
  }

  .two-col-module-cm .single-two-col{
    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;
  }  

  .two-col-module-cm .single-two-col.reverse-order{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
  } 
}


/*============================================
Old Repeat Two Col Icon Section Styling
============================================*/

.two-col-icon-cm {
  padding: 110px 0px;
  text-align: center;
}

body .container-fluid .row-fluid .two-col-icon-cm .center-heading {
  margin-bottom: 24px;
}

body .row-fluid .two-col-icon-cm .single-two-col .left-col{
  min-height: 350px;
}
body .two-col-icon-cm .center-heading h2 {
  margin-bottom: 9px;
}
.two-col-icon-cm .single-two-col .left-col {
  margin-bottom: 30px;
}
.two-col-icon-cm .single-two-col .top-heading {
  margin-bottom: 25px;
}
.two-col-icon-cm .single-two-col .list-items:last-child{
  margin-bottom: 0;
}
body .row-fluid .two-col-module-cm .single-two-col.reverse-order .left-col{
  margin-left: 0;
}
body .row-fluid .two-col-module-cm .single-two-col.reverse-order .right-col {
  padding: 0px 30px 0px 0px;
}

.img-caption{
  margin-top:20px;
}
body .row-fluid .img-caption>p{
  font-size:13px;
}
.img-caption>p a{
  text-decoration:underline;
}


@media(min-width:768px){

  .two-col-icon-cm .single-two-col .left-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    flex-direction:column;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
  }
}

@media(max-width:767px){
  .two-col-icon-cm .single-two-col{
    margin-bottom:54px;
  }
  .two-col-cm-v2 .section-heading {
    padding-top: 50px;
  }
}




/*==================================================================
Gallery Section Styling
=====================================================================*/
.lp-2020 .lp-2020-three-column{
  padding:100px 0px 20px;
}
.lp-2020 .lp-2020-sec-one {
  padding-bottom: 100px;
}

body .row-fluid .lp-2020-slider-module .heading {
  padding-bottom: 20px;
}

body .row-fluid .lp-2020-latest-blog .recent-posts {
  padding-top: 0;
}


/*****************LP-2020 Hero Section***********************/

.lp-2020-hero{
  padding-top: 260px;
  padding-bottom: 256px;
}

.lp-2020-hero p{
  font-size: 22px;
  max-width: 800px;
  margin: 0 auto;
  padding-top: 0px;
  padding-bottom: 14px;
}


@media(max-width:767px){
  .lp-2020-hero {
    padding-top: 150px;
    padding-bottom: 90px;
  }
  .two-col-icon-cm .single-two-col .right-col {
    padding-left: 0;
  }
}
/******************************End of Hero Section****************************/

.lp-2020-sec-one ul li{
  margin-left: 0px;
  display: inline-block;
  list-style: none;
  width: 18%;
  margin: 0 auto;
  text-align: center;
}

.lp-2020-sec-one ul li:hover{
  transition: all .6s ease;
}

.lp-2020-sec-one ul li{
  transition: all .6s ease;
}

.lp-2020-sec-one ul li:before{
  display:none; 
}

.lp-2020-sec-one h4{
  margin-bottom:0px; 
  font-family:  'Aleo', sans-serif;;
}

@media(max-width:767px){
  .lp-2020-sec-one ul li {
    width: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
}
/*********************End of Section One****************************/

.lp-2020-footer{
  background:#232937;
  padding:40px 0px;
}

.lp-2020-footer .copyright-txt{
  font-size: 16px;
}

.lp-2020-footer ul.footer-social li:first-child {
  margin-left: 0px;
}
.lp-2020-footer ul.footer-social li {
  padding: 0px;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin: 0px 5px;
}

.lp-2020-footer ul.footer-social li>a {
  width: 35px;
  height: 35px;
  display: block;
  color:  #177bf4;
  background: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 2;
}

.lp-2020-footer .copyright-txt{
  font-size: 16px;
  letter-spacing: .3px;
}

.lp-2020-form-module p{
  font-size: 20px;
  max-width: 463px;
  line-height: 1.4;
}

.lp-2020-form-module p a{
  color:#555361; 
}

.lp-2020-form-module {
  background:#F8FBFF;
  padding: 80px 0px;
}

.lp-form-inner {
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 64px 52px;
}

.lp-2020-form-module .lp-form-inner p{
  font-size: 16px;
  max-width: 438px;
  padding-bottom: 52px;
}

.row-fluid .lp-2020-form-module form input,
.row-fluid .lp-2020-form-module form select,
.row-fluid .lp-2020-form-moduleform textarea{
  border: 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.21);
  background: #fff;
  padding-left: 5px;
  padding-top: 0px;
  height: 39px;
  margin-bottom: 35px;
  letter-spacing: 0px;
}

.lp-2020-form-module .hs-error-msgs li label {
  color: #fd2727;
  font-size: 12px;
  position: relative;
  top: -20px;
}



.row-fluid .lp-2020-form-module form input::-webkit-input-placeholder,
.row-fluid .lp-2020-form-module form select::-webkit-input-placeholder {
  color:  #555361;
  letter-spacing:0px;
  font-size: 16px;
}

.row-fluid .lp-2020-form-module form input:-moz-placeholder,
.row-fluid .lp-2020-form-module form select:-moz-placeholder {
  color:  #555361;
  letter-spacing:0px;
  font-size: 16px;
}

.row-fluid .lp-2020-form-module form input::-moz-placeholder,
.row-fluid .lp-2020-form-module form select::-moz-placeholder {  
  color:  #555361;
  letter-spacing:0px;
  font-size: 16px;
}

.row-fluid .lp-2020-form-module form input:-moz-placeholder,
.row-fluid .lp-2020-form-module form select:-moz-placeholder{  
  color: #555361;
  letter-spacing:0px;
  font-size: 16px;
}

.row-fluid .lp-2020-form-module form select{
  background:url(https://cdn2.hubspot.net/hubfs/2791640/Pack-2020/Lp-Imges/angle-left.png);
  background-repeat: no-repeat;
  background-position: 99%;
  cursor:pointer;
}

.row-fluid .lp-2020-form-module form .hs-button.primary{
  background:  #177bf4;
  padding: 17px 52px;
  margin-bottom: 8px;
}

.row-fluid .lp-2020-form-module form .actions{
  text-align:center;
}

.lp-2020-form-module .lp-form-inner{
  max-width: 511px;
  float: right;
}

.lp-2020-header img{
  height: 40px!important;
  position: absolute;
  z-index: 4;
  margin: 0 auto;
  right: 0px;
  left: 0px;
  top: 40px;
}

@media(max-width:767px){
  .gallery-cm {
    padding: 70px 0px 0px;
  } 

  .lp-2020-form-module {
    padding: 20px 0px;
  }

  .lp-form-inner {
    padding: 50px 36px;
    margin-top: 30px;
  }

  .lp-2020-form-module .lp-form-inner {
    max-width: 100%;
    float: none;
  }

  .lp-2020-form-module br{
    display:none; 
  }

  .lp-2020-form-module p {
    max-width: 100%;
  }

  .lp-2020-form-module .lp-form-inner p {
    padding-bottom: 20px;
  }
}


/****************************Three Column*******************************/

.lp-2020-three-column a.wow-design-link{
  color: #3c80ff;
  font-style: italic;
  font-size: 14px;
  text-align: center;
  display: block;
  padding-top: 20px;
}

.lp-2020-three-column a.wow-design-link span{
  text-decoration:underline; 
}

.lp-2020-three-column .three-column-heading{
  max-width: 766px;
  margin: 0 auto;
  padding-bottom: 13px;
}
.lp-2020-three-column .three-column-heading h2 {
  margin-bottom: 17px;
}

.lp-2020-three-column .three-column-icon{
  padding-bottom:24px;
  max-width:80px;
}

.lp-2020-three-column h5{
  font-weight:700;
  font-size: 20px;
  letter-spacing: 0.5px;
  font-family:  'Aleo', sans-serif;;
  margin-bottom:7px;
}

.lp-2020-three-column .hs_cos_wrapper h4{ 
  max-width: 300px;
  margin: 0 auto;
}

.lp-2020-three-column .three-column-icon:hover{
  transition: all .6s ease;
}

.lp-2020-three-column .three-column-icon{
  transition: all .6s ease;
}

.lp-2020-three-column {
  padding:100px 0px;
}

.lp-2020-three-column .three-column-content{
  max-width: 300px;
}

@media(max-width:767px){
  .lp-2020-three-column {
    padding-bottom: 40px;
    padding-top: 50px;
  } 

  .lp-2020-sec-one h4 {
    text-align: center;
  }
}

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


/*=============================
* Two Column Module
=============================*/

.lp-2020-two-column-txt:before {
  content: '';
  position: absolute;
  background:  #177bf4;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  left: -3px;
  top: 0px;
}

.lp-2020-two-column-txt:not(:last-child):after{
  content: '';
  position: absolute;
  border-right: 2px dotted  #177bf4;
  width: 1px;
  height: 100%;
  top: 25px;
  left: 8px;
}
.lp-2020-two-column-txt {
  padding-left: 50px;
  position: relative;
}

.lp-2020-two-column-txt h4{
  font-size: 18px;
  font-family:  'Aleo', sans-serif;;
  color: #000000 ;
  margin-bottom:0px;
}

.lp-2020-two-column{
  padding-top: 104px;
  padding-bottom: 50px;
}
.lp-2020-two-column-txt p{
  margin-top: 4px;
  padding-bottom: 50px;
  font-size: 16px;
  max-width: 446px;
}

.lp-2020-two-column .lp-2020-two-column-heading{
  max-width: 629px;
  margin: 0 auto;
  padding-bottom: 65px;
}

.lp-2020-two-column-txt:last-child p {
  padding-bottom: 0px;
}


@media(max-width:767px){
  .lp-2020-two-column {
    padding-top: 40px;
    padding-bottom: 30px;
  } 
  .lp-2020-two-column-txt p {
    max-width: 100%;
  }

  .lp-2020-two-column .lp-2020-two-column-heading {
    padding-bottom: 45px;
  }

  .lp-2020-two-column .span6 img{
    margin: 0 auto;
    display: block;
    padding-top: 29px;
    width: 100%;
  }

  .lp-2020-two-column-txt p {
    padding-bottom: 30px;
  }
}

.clients-wd-9-right-col ul.list-of-logo li {
  cursor: pointer;
}
.content-section-wd-9 .three-col-adjust .section-wd-9-card {
  text-align: left;
}
.content-our-clients-inner
.content-our-clients-inner-card img {
  width: 100%;
  max-width: 140px;
  margin: 0 auto;
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}

.content-our-clients-inner-card img:hover {
  transition:.3s all ease-in-out;
  -webkit-transition:.3s all ease-in-out;
  -moz-transition:.3s all ease-in-out;
}



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


/****************Slider Cm*************************************/

.lp-2020-slider-module .testimony-slider-inner .testimony-slider-inner-content{
  box-shadow: 0 10px 14px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  margin-right:0px;
  padding: 32px;
}

.lp-2020-slider-module .testimony-slider-inner:nth-child(3n+3) .testimony-slider-inner-content{
  margin-right:0px; 
}

.lp-2020-slider-module{
  padding-top: 115px;
  padding-bottom:100px;
}

.lp-2020-slider-module .heading{
  max-width: 665px;
  margin: 0 auto;
  padding-bottom: 42px;
}

.lp-2020-slider-module .heading p{
  font-size:20px; 
}

.lp-2020-slider-module ul.slick-dots li {
  display: inline-block;
  margin-lefT: 10px;
  width: 20px;
  height: 2px;
  border: solid 1px rgba(51, 51, 51, 0.47);
  background: rgba(51, 51, 51, 0.47);
  cursor:pointer;
}

.lp-2020-slider-module ul.slick-dots li button {
  display: none;
}

.lp-2020-slider-module ul.slick-dots{
  text-align:center;
  padding-top: 23px;
}

.lp-2020-slider-module ul.slick-dots li.slick-active{
  background: #177bf4; 
  border-color: #177bf4;
}

.multiple-items-slider .testimony-slider-inner.slick-slide {
  width: 100%;
  max-width: 359px;
  margin: 20px;
}

.lp-2020-slider-module .slider-quote-image{
  position: relative;
  top: -34px;
  right: 33px;
}

.lp-2020-slider-module .testimony-details .testimony-name-position{
  position: absolute;
  right: 19%;
  top: 40%;
}

.lp-2020-slider-module .testimony-details .testimony-image img{
  width: 80px;
  height: 80px;
}

.lp-2020-slider-module .testimony-details{
  position:relative;
  padding-top: 30px;
}


.lp-2020-slider-module .testimony-name{
  font-size:18px;
  font-weight:bold; 
  color:  #000000 ;
}

.testimony-slider-inner.slick-slide:nth-child(3n+2) .slider-quote-image img {
  background: url(https://cdn2.hubspot.net/hubfs/2791640/Pack-2020/Lp-Imges/On%20hover%20Quote.png);
}

@media(max-width:1200px){
  .lp-2020-slider-module .testimony-details .testimony-image img {
    max-width: 60px;
    height: auto;
  } 
  .lp-2020-slider-module .testimony-details .testimony-name-position {
    right: 0px;
  } 
}

@media(min-width:768px) and (max-width:1024px){
  .lp-2020-slider-module .testimony-details .testimony-name-position {
    padding-top: 16px;
    right:auto;
    top:auto;
    position:relative;
  } 
}

@media(max-width:767px){
  .lp-2020-slider-module {
    padding-top: 50px;
    padding-bottom: 40px;
  } 

  .multiple-items-slider .testimony-slider-inner.slick-slide {
    width: 100%;
    max-width: 100%;
  }
}

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


/*===========================================
* Pricing Module
===========================================*/

body .row-fluid .pricing-module-2020 .three-col-adjust span>.hs_cos_wrapper{
  display:block;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding:32px;
  padding-bottom: 55px;
}

.pricing-user{
  background: #02051e;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  padding: 10px 0px 10px 28px;
  position: absolute;
  right: 0px;
  lefT: 0px;
  margin: 0 auto;
  top: 85px;
}

.dollar-sec{
  font-size: 20px;
  position: relative;
  top: -13px;
  right: -6px;
}

.pricing-module-2020  h3,
.pricing-module-2020 h3{
  padding-bottom: 80px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family:  'Aleo', sans-serif;;
}

.pricing-module-2020 ,
.pricing-module-2020 {
  position:relative;
}

.pricing-module-2020 p,
.pricing-module-2020 p{
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  padding-top: 47px;
  padding-bottom: 23px;
}

.pricing-module-2020 ul li {
  position: relative;
  list-style: none;
  padding-bottom: 20px;
  margin-left: 35px;
}

.pricing-module-2020 ul li:before {
  content: '';
  position: absolute;
  border: 2px solid #393b3b;
  width: 14px;
  height: 6px;
  lefT: -34px;
  transform: rotate(137deg);
  border-bottom: 0px;
  border-left: 0px;
  top: 7px;
}

.pricing-2020-cta{
  padding-top: 4px;
}

.pricing-module-2020 ul .active-tabber-heading li:before{
  display:none;
}

.pricing-module-2020 ul .active-tabber-heading li {
  display: inline-block;
  margin: 0px;
  padding-bottom: 5px;
  padding: 11px 31.15px;
  font-size: 18px;
  text-transform: uppercase;

}

.pricing-module-2020 .active-tabber-heading ul{
  text-align:center;
  border:1px solid  #177bf4;
  max-width:294px;
}
.right-col-outer-layer{
  display:none; 
}
.right-col-outer-layer.active{
  display:block; 
}

.active-tabber-heading {
  display: inline-block;
  cursor:pointer;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  z-index: 1;
}

body .row-fluid .upper-tabber-text ul{
  border:1px solid  #177bf4; 
  max-width: 275.9px;
  margin:0 auto;
  float:none;
}

body .container-fluid .row-fluid .active-tabber-heading li:after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(47,47,55,0.76);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  border-radius: 0;
}

body .container-fluid .row-fluid .active-tabber-heading li:hover:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  color: #fff;
}
body .container-fluid .row-fluid .active-tabber-heading:hover {
  color: #fff;
  background: transparent;
  opacity: 1;
  border-color: #f6ae42;
}

.active-tabber-heading.active{
  background:  #177bf4;
  color: #fff;
}
.active-tabber-heading:last-child {
  margin-lefT: -4px;
}

.pricing-module-2020 h3, .pricing-module-2020 p,
.pricing-module-2020 .pricing-user, .pricing-module-2020 ul li,.pricing-2020-cta{
  font-family:  'Open Sans', sans-serif; ;
}

.pricing-module-2020 p{
  font-size: 20px;
  font-weight: 400;
  max-width: 600px;
  margin: 0px;
  padding-top: 10px;
  margin: 0 auto;
  padding-bottom: 31px;
}

.pricing-module-2020{
  padding:100px 0px;
}

.upper-tabber-text{
  padding-bottom: 49px;
}

.lp-2020-form-module h2{
  padding-bottom: 12px;
}

.pricing-module-2020 .heading-inner p {
  padding-top: 40px;
  padding-bottom: 13px;
}


@media(min-width:768px) and (max-width:0124px){
  body .row-fluid .pricing-module-2020 {
    padding: 60px 0;
  }
  .pricing-module-2020 .pricing-user{
    padding: 0px 3px;
    font-size: 29px;
  }
  .pricing-module-2020 .heading-inner p{
    padding-top: 20px;
    padding-bottom: 7px;
    font-size: 18px;
  }
  .pricing-2020-cta a.cta_button{
    font-size:13px;
  }
}

@media(min-width:768px){

  body .row-fluid  .pricing-module-2020 .three-col-adjust span>.hs_cos_wrapper {
    -webkit-flex-basis: 29.9%;
    flex-basis: 29.9%;
    -ms-flex-preferred-size: 24.9%;
    margin-right: 3.43%;
  }

  body .row-fluid  .pricing-module-2020 .three-col-adjust span>.hs_cos_wrapper:nth-child(3n+3) {
    margin-right:0px;
  }
}


@media(max-width:767px){
  .pricing-module-2020 {
    padding-top: 65px;
    padding-bottom: 50px;
  } 


  .upper-tabber-text {
    padding-bottom: 20px;
  }

  .pricing-module-2020 h2{
    margin-bottom:0px; 
  }
}
@media(max-width:339px){
  .active-tabber-heading {
    display: block;
    text-align: center;
  }
}


/*========== normal pricing cm ===========*/

.normal-pricing .price-section .row-fluid .three-col-adjust span>.hs_cos_wrapper{
  background-color:#fff;
  border: 1px solid rgba(128, 128, 128, .7);
  flex-basis: 30.7%;
  -webkit-flex-basis: 30.7%;
}
.normal-pricing .price-card{
  padding:8%;
  margin-bottom:80px;
}
.normal-pricing .price-card span{
  font-size:54px;
  color:#000000;
  font-weight: 800;
}
.normal-pricing .price-card ul  li{
  margin-top:10px;
  list-style:none;
  margin-left: 0;
  /*   border-bottom: 1px solid rgba(204, 204, 204, .7); */
}
.normal-pricing .cta-body{
  position:absolute;
  bottom:30px;
  left: 50%;
  transform: translate(-50%);
  white-space: nowrap;
}
.normal-pricing .transparent-button a.cta_button{
  border: 1px solid #177bf4;
  color:#177bf4;
}

@media (max-width:1024px){
  .normal-pricing .price-card span {
    font-size: 36px;
  }
}




/*=======================================
* Latest Blog RSS
=======================================*/

.lp-2020-latest-blog .section-heading{
  margin-bottom:30px;
}

.lp-2020-latest-blog .hs-featured-image {
  float: none;
  margin: 0px;
  max-width: 100%;
  min-height: 203px;
  position:relative;
}
.lp-2020-latest-blog .card-body{
  padding:20px 15px;
}

.lp-2020-latest-blog h3{
  color: #363347;
  line-height: 1.4;
  margin-bottom:20px;
}

.lp-2020-latest-blog h3 a{
  color:  #000000 ;
}
.lp-2020-latest-blog a.more-link{
  font-size: 16px;
  font-weight: bold;
  font-family: 'Aleo', sans-serif;;
  color:#000;
}

.three-column-adjust-inner{
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}


.lp-2020-latest-blog .author-post-details .author-avatar{
  width: 30px;
  height: 30px;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: 26px;
  border-radius: 100%;
  top: 9px;
}

.lp-2020-latest-blog .authorname-details{
  padding-left: 40px;
}

.lp-2020-latest-blog .author-post-details{
  position: relative;
  padding-top:12px;
}

.lp-2020-latest-blog .button-section{
  padding-top: 80px;
}

span.author-avatar{
  transition: all .6s ease;
}

span.author-avatar:hover {
  transform: scale(1.1);
  transition: all .6s ease;
}

@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .lp-2020-latest-blog .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 30.2%;
    -webkit-flex-basis: 30.2%;
    margin-right: 3.43%; 
  }

  body .row-fluid .lp-2020-latest-blog .three-col-adjust span>.hs_cos_wrapper:nth-child(3n+3){
    margin-right:0px;
  }

  body .row-fluid .lp-2020-latest-blog {
    padding: 60px 0px;
  }
  .lp-2020-latest-blog .recent-posts{
    padding-top:0px;
  }
  .lp-2020-latest-blog h3{
    font-size:20px;
  }
}

@media(min-width:768px){
  body .row-fluid .three-column-adjust-inner.hs_cos_wrapper:nth-child(3n+3){
    margin-right:0px; 
  }
}

.lp-2020-latest-blog{
  padding:100px 0px;
}

.lp-2020-latest-blog .authorname-details{
  color:  #000000 ;
  font-size: 14px;
  font-weight: 500;
} 

.lp-2020-latest-blog .recent-posts{
  padding-top: 30px;
}


@media(max-width:767px){
  .lp-2020-latest-blog {
    padding: 60px 0px;
  } 
}




/*==========================================================
================= About Us Styles =================
===========================================================*/

/***********Hero****************/

.lp-2020-hero.about-2020-hero {
  padding-top: 198px;
  padding-bottom: 194px;
}

.lp-2020-hero.about-2020-hero  p{
  max-width: 684px;
  font-weight: 400;
  padding-bottom: 0px;
  font-size: 20px; 
}

.lp-2020-hero.about-2020-hero.overlay:before{
  background:url(https://cdn2.hubspot.net/hubfs/2791640/Pack-2020/Lp-Imges/About%20Us%20Overlay.png);
}

@media(max-width:767px){
  .lp-2020-hero.about-2020-hero {
    padding-top: 115px;
    padding-bottom: 120px;
  }  
}
/************Section One*************/

.about-2020-sec-one{
  padding: 125px 0px;
}

.about-2020-sec-one .about-sec-1-txt{
  padding-bottom: 70px;
}


@media(min-width:768px) and (max-width:1024px){
  .about-2020-sec-one {
    padding: 100px 0px;
  }
}

@media(max-width:767px){
  .about-2020-sec-one {
    padding: 58px 0px;
    padding-bottom: 15px;
  }  
  .about-2020-sec-one .about-sec-1-txt {
    padding-bottom: 2px;
  }

  .about-2020-sec-one .about-sec-1-txt br{
    display:none; 
  }

  .about-2020-sec-one img{
    padding-top: 22px;
  }
}

/*======================================
* Our History Module
* ===================================*/
.step-section{
  position: relative;
  z-index: 1;
}
.our-history-module {
  padding-top: 60px;
}

.step-section .single-process{
  clear: both;
  display: block;
  overflow: hidden;
  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-direction: row;
}

.step-section .single-process .number-count{
  pointer-events: none;
}

.step-section .single-process:nth-child(1) .number-count{
  position: relative; 
  z-index: 1;
}

.step-section .single-process:nth-child(1) .number-count:before{
  content:'';
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  background: #fff;
  width: 100%;
  height: 100px;
}

.step-section .single-process:nth-last-child(1) .number-count{
  position: relative; 
  z-index: -2;
}


.step-section .single-process:nth-last-child(1) .number-count:before{
  content: '';
  position: absolute;
  bottom: -370px;
  left: 0;
  right: 0;
  background: #fff;
  width: 110%;
  height: 500px;
  z-index: -1;
}

.step-section .single-process .text-module{
  position: relative;
  z-index: 2;
  max-width: 445px;
  text-align: right;
  float: right;
  padding-right: 0px;
}

.step-section .single-process .number-count a h4{
  max-width: 25px;
  padding: 5px 7px;
  margin: 0px;
  text-align: center;
  border-radius: 50%;
  background:  #177bf4;
  color: #fff;
  width: 11px;
  height: 15px;
  right: -3px;
  position: relative;
}

.step-section .single-process .number-count a.active h4{
  background:  #177bf4;
  color: #fff;
  width: 11px;
  height: 15px;
  position: relative;
  right: -3px;
}


/*====================================
* Progress Bar
====================================*/

.progress-container {
  width: 3px;
  height: 100%;
  background: repeating-linear-gradient(to bottom,transparent 0 9px, #177bf4 0px 15px) 50%/1px 100% no-repeat;
  background: -webkit-repeating-linear-gradient(to bottom,transparent 0 9px, #177bf4 0px 15px) 50%/1px 100% no-repeat;
  position: absolute;
  top: 0px;
  left: 63px;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}
.progress-bar {
  position: relative;
  background:  #177bf4;
}

/*========= Reverse Order ===========*/

.step-section .single-process:nth-child(2n){
  flex-direction: row-reverse;
}

.step-section .single-process:nth-child(2n) .number-count a h4{
  position: absolute;
  right: 0px;
  left: 62px;
  width: 100%;
  margin: 0 auto;
  height: 15px;
  width: 11px;
}

.step-section .single-process:nth-child(2n) .text-module{
  padding-left: 11%;
  padding-right: 0;
  text-align: left;
  float: left;
}

.step-section .single-process.last-step:nth-child(2n) .number-count a h4{
  left: auto;
  right: -33px;
}

@media(max-width:1200px){
  .step-section .single-process .number-count a.active h4{
    right:-7px;
  }
}

@media(max-width:767px){
  .step-section .single-process:nth-child(2n) .number-count a h4 {
    right: 0px;
    left: 3px;
    height: 15px;
    width: 11px;
    z-index: 999;
  } 

  .step-section .single-process .text-module {
    max-width: 100%;
    text-align: left;
    float: left;
    padding-left: 8%;
  }

  .step-section .single-process:nth-child(2n) .text-module {
    padding-left: 8%;
    padding-right: 0;
    text-align: left;
    float: left;
  }
  .progress-container {
    top: 0px;
    left: 14px;
    right: auto;
  }
  .step-section .single-process .number-count {
    position: relative;
  }

}

@media(max-width:500px){
  .step-section .single-process:nth-child(2n) .text-module,
  .step-section .single-process .text-module{
    padding-left: 15%; 
  }
}
/***************Styling*************/



.our-history-module .our-history-module-heading{
  padding-bottom: 39px;
}

.our-history-module .our-history-module-heading p{
  font-size: 20px;
  max-width: 664px;
  margin: 0 auto;
  padding-top: 16px;
}

.our-history-module h3,
.our-history-module h4{
  font-size: 18px;
  font-weight: bold;
  color:  #000000 ;
  margin-bottom: 0px;
}

.our-history-module .bottom-image{
  position: relative;
  z-index: 12;
  background:  #177bf4;
  max-width: 47px;
  border-radius: 50%;
  height: 27px;
  margin: 0 auto;
  lefT: 31px;
  padding: 13px 3px;
  bottom: -49px;
}

.our-history-module .bottom-image img{
  top: 3px;
  text-align: 0px;
  position: relative;
  right: -9px;
}

.step-section .single-process .text-module p{
  padding-top: 6px;
}


@media(max-width:767px){

  .single-process:nth-child(1) .number-count h4,
  .single-process:nth-child(3) .number-count h4{
    display: none;
  }

  .our-history-module .bottom-image {
    max-width: 43px;
    border-radius: 50%;
    height: 26px;
    margin: initial;
    lefT: -4px;
    padding: 8px 0px;
    bottom: -41px;
    right: auto;
  }
  .our-history-module .bottom-image img {
    top: 3px;
    text-align: 0px;
    position: relative;
    right: -13px;
    width: 16px;
  }
}


/*====================================
* Team Module
=====================================*/

body .row-fluid .our-team-module .three-col-adjust span>.hs_cos_wrapper{
  display:block; 
}

.our-team-module .hs_cos_wrapper img.linkedin-on-hover{
  display:none;
}

.our-team-module .hs_cos_wrapper img.linkedin-non-hover{
  display:block;
}

.our-team-module .hs_cos_wrapper:hover img.linkedin-on-hover{
  display:block;
  max-width: 31px;
}

.our-team-module .hs_cos_wrapper:hover .member-name-position h3{
  color: #177bf4; 
}

.our-team-module .our-team-heading p{
  font-size: 20px;
  max-width: 673px;
  color:  #555361;
  margin: 0 auto;
  padding-bottom: 50px;
}

.our-team-module .our-team-heading h2{
  padding-bottom: 8px;
}
.our-team-module .hs_cos_wrapper:hover img.linkedin-non-hover{
  display:none;
}

.team-member-details{
  position: relative;
  padding-bottom: 7px;
}

.team-member-details .linkedin-image {
  position: absolute;
  right: 0px;
  top: 22%;
}

.team-member-details h3{
  margin-bottom: 0px;
  font-size: 20px;
}

.team-member-details p{
  color: #71808f;
  font-size: 14px;
  margin-bottom: 0px;
}

.our-team-module .team-member-image{
  min-height: 210px;
  margin-bottom: 18px;
}
body .row-fluid .our-team-module .three-col-adjust span>.hs_cos_wrapper{
  padding-bottom: 54px;
}


@media(min-width:768px) and (max-width:1024px){
  body .row-fluid .our-team-module .three-col-adjust span>.hs_cos_wrapper{
    flex-basis:45.5%;
    -webkit-flex-basis: 45.5%;
    float: left;
    margin-right: 6.43%;
  }
  body .row-fluid .our-team-module .three-col-adjust span>.hs_cos_wrapper:nth-child(2n+2) {
    margin-right: 0px;
  }
}
@media(min-width:1024px){
  body .row-fluid .our-team-module .three-col-adjust span>.hs_cos_wrapper{
    flex-basis: 26.1%;
    -webkit-flex-basis: 26.1%;
    margin-right: 9.6%;
    margin-top: 30px;
    box-sizing: border-box;
    position: relative;
  }  

  body .row-fluid .our-team-module .three-col-adjust span>.hs_cos_wrapper:nth-child(3n+3){
    margin-right:0px; 
  }
}


.our-team-module .hs_cos_wrapper:hover .team-member-image{
  opacity: 1;
  -webkit-animation: flash 1.5s;
  animation: flash 1.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}

.our-team-module {
  padding-top: 126px;
  padding-bottom: 102px;
}

@media(max-width:767px){
  body .row-fluid .our-team-module .three-col-adjust span>.hs_cos_wrapper {
    padding-bottom: 10px;
  } 
  .our-team-module {
    padding-top: 75px;
    padding-bottom: 40px;
  }
} 






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

.pack-2020-subscription-blog.section-bg{
  padding:104px 0px;
}

.pack-2020-subscription-blog form{
  max-width: 620px;
  margin: 0 auto;
  position:relative;
}

.pack-2020-subscription-blog form .input{
  max-width: 414px;
}
.row-fluid .pack-2020-subscription-blog form .hs-button.primary{
  position: absolute;
  right: 0px;
  top: 24px;
  margin: 0px;
  padding: 15px 53px;
}

.row-fluid .pack-2020-subscription-blog form input{
  height: 50px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
}
.pack-2020-subscription-blog h4{
  max-width: 668px;
  margin: 0 auto;
  padding: 14px 0px;
}

body .row-fluid .pack-2020-subscription-blog form input::-webkit-input-placeholder,
body .row-fluid .pack-2020-subscription-blog form input:-moz-placeholder{
  font-size: 16px;
  letter-spacing: 0.05px;
  color: rgba(63, 63, 63, 0.4);
}

@media(max-width:767px){
  .row-fluid .pack-2020-subscription-blog form .hs-button.primary {
    position: relative;
    right: auto;
    top: auto;
    margin: 0px;
    padding: 15px 53px; 
  }
  .pack-2020-subscription-blog form .input {
    margin:0 auto;
  }
}

/*=============================================================
*   ===============Our Client page Styles==================
* ============================================================*/

.client-hero-section{
  padding:200px 0;
}
.client-hero-section.overlay:before{
  background-color: rgba(58, 67, 96, 0.75);
}
.client-hero-section h4{
  max-width:660px;
  margin:0 auto;
}


/*=================================================
* CLIENT SECTION-1  STYLING 
================================================== */
.client-section-1{
  padding:120px 0;
}
.client-section-1 h4{
  max-width:750px;
  margin:0 auto;
}
.client-section-1 .right-cta a.cta_button{
  background:#fff;
  color: #3c90c9;
}
.client-section-1 .left-cta a.cta_button{
  padding:14px 15px;
}


.gen-contact-us{
  padding-top:105px;
  padding-bottom:130px;
}
.gen-contact-us p{
  max-width:750px;
  margin:0 auto;
  font-size:20px;
  margin-bottom:30px;
}
.gen-cta ul li{
  display:inline-block;
}
.gen-cta .gen-right-cta a.cta_button{
  background:#fff;
  color:  #177bf4 ;
}
.gen-cta .gen-cta-hide{
  display:none;
}


/* MEDIA QURIES */
@media (max-width:768px){
  .client-hero-section {
    padding: 90px 0;
  }
  .gen-contact-us{ 
    padding-top:60px;
    padding-bottom:60px;
  }
}

@media (max-width:768px){
  .client-hero-section {
    padding: 90px 0;
  }
  .client-section-1 {
    padding: 60px 0;
  }
  .client-section-1 .left-cta a.cta_button{
    padding:16px 15px;
  }
}

@media (max-width:480px){
  .gen-right-cta{
    margin-top:15px;
  }
}



/*=======================================
* New CLient Logo Section [Partner CM]
*=======================================*/

.client-logo-list{
  padding:100px 0;
}

.client-logo-list .client-section-heading{
  max-width:654px;
  margin:0 auto;
}
.client-logo-list .client-section-heading p{
  font-size:20px;
}

.client-logo-outer{
  padding-top:50px;
  position:relative;
}
.client-logo-cards{
  width:100%;
  padding:40px 0;
}
.client-logo-list h4{
  max-width:660px;
  margin:0 auto;
}

@media (min-width:768px){
  .client-logo-list .row-fluid .four-col-adjust span>.hs_cos_wrapper{
    margin-right:0;
    flex-basis: 24%;
    -webkit-flex-basis: 24%;
    margin-top:0;
  }

  .client-logo-list .four-col-adjust .hs_cos_wrapper{
    border-bottom:1px solid #808080;
    border-right:1px solid #808080;
  } 
  .client-logo-list .four-col-adjust .hs_cos_wrapper:nth-last-child(-n+4) {
    border-bottom: 0px;
  }
  .client-logo-list .four-col-adjust .hs_cos_wrapper:nth-child(4n){
    border-right:none;
  }
}
.client-logo-cards img {
  max-width:190px;
  margin:0 auto;
}

@media(min-width:768px) and (max-width:900px){
  .client-logo-cards img{
    max-width:150px;
  }
  .client-logo-list {
    padding: 60px 0;
  }
}

@media (max-width:767px){
  .client-logo-list .four-col-adjust .hs_cos_wrapper{
    border:1px solid #808080;
  }
}




/*=============================================================
================ CONTACT US PAGES STYLING ===============
================================================================*/ 

.contact-banner-section{
  padding: 197px 0 191px;
}
.row-fluid .contact-banner-section .banner-text{
  max-width: 660px;
  margin: 0 auto;
  float: none;
}
.contact-banner-section .overlay:before {
  background: rgba(58,67,96,0.79);
}


/******* choose topic styling**********/


.ct-choose-topic{
  padding-top: 127px;
}
.ct-choose-topic .heading-section{
  max-width: 660px;
  margin: 0 auto;
}
.ct-choose-topic h2{
  margin-bottom: 21px;
}
.ct-choose-topic .three-col-outer {
  padding-top: 71px;
}
.ct-choose-topic .choose-topic {
  background:#F8FBFF;    
  padding: 49px 10px 35px;
  margin-bottom: 40px;
  position: relative;
  cursor: pointer;
}
.ct-choose-topic .choose-topic:before {
  position: absolute;
  content: '';
  width: 0%;
  background:  #177bf4;
  height: 5px;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ct-choose-topic .choose-topic:hover:before {
  width: 100%;
}


/******* Maps styling**********/

.hs-responsive-embed-wrapper{
  max-width: 100vw !important;
}


/******* form section styling**********/

.ct-form-section{
  padding: 125px 0 ;
}
.ct-form-section .left-col{
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
}
.ct-form-section .left-col {
  padding: 56px 52px;
}
.ct-form-section .left-col h3{
  font-size: 28px;
  margin-top: 70px;
}
.ct-form-section .actions {
  text-align: center;
}
.ct-form-section .row-fluid form input[type="text"],
.ct-form-section .row-fluid form input[type="email"],
.ct-form-section .row-fluid form select,
.ct-form-section .row-fluid form textarea{
  border: 0;
  border-bottom: 1px solid #e7e7e7;
  background: #fff;
  font-size: 16px;
  color: #808080;
  margin-bottom: 17px;
  padding-left: 0;
}
.ct-form-section .row-fluid form select{
  background: #fff url('https://cdn2.hubspot.net/hubfs/2432204/Pack-2020/Lp-Imges/Down_arrow.svg') no-repeat;
  background-position: center right;
}
.ct-form-section .row-fluid form select{
  position: relative;
}
.ct-form-section .row-fluid form select:after{
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f078';
}
.ct-form-section .submitted-message {
  text-align: center;
}
.ct-form-section .row-fluid form .hs-button.primary {
  height: auto;
  margin-top: 37px;
  margin-bottom: 0;
}
.ct-form-section .row-fluid form input:focus,
.ct-form-section .row-fluid form select:focus,
.ct-form-section .row-fluid form textarea:focus{
  outline: 0;
  border-bottom: 1px solid  #555361;
}
.ct-form-section .left-col .form-section h3{
  display: none;

}
.ct-form-section .left-col .form-section{
  padding-top: 45px;
}


/******* Contact section styling**********/

.ct-contact-details {
  padding: 72px 0 114px;
}
.ct-contact-details .contact-card {
  padding: 0 13px;
}
.ct-contact-details .contact-card h4{
  font-weight: 700;
  margin-bottom: 20px;
}
.ct-contact-details .contact-card p:last-child {
  margin-top: 21px;
}
.ct-contact-details .contact-card p span {
  display: block;
}
.ct-contact-details .contact-card p{
  color: #272727;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.ct-contact-details .contact-card h4+p{
  margin-bottom: 22px;
}
.ct-contact-details .contact-card p span a{
  color: #2a2a2a;

}
.ct-contact-details .contact-card p:last-child a{
  text-decoration: underline;
  color: #2a2a2a;
}
.ct-contact-details .contact-card p:last-child:hover a{
  color:  #177bf4;

}


/* popupsection styling */
body .container-fluid .row-fluid .gigs-form-container {
  position: fixed;
  top: 0;
  right: -380px;
  bottom: 0;
  background: rgba(0,0,0,0.8);
  z-index: 13;
  padding: 60px 20px 20px;
  overflow-y: scroll;
  transition: all .4s ease-in-out;
  width: 360px;
  border-left: 1px solid #3c90c9;
  box-shadow: 0 10px 40px 0 rgba(0,0,0,0.07);
  background-color: #fcfbfb;
}
body .container-fluid .row-fluid .gigs-form-container.active {
  right: 0;
}
.gigs-form-container .close-icon {
  position: absolute;
  width: 38px;
  height: 36px;
  padding: 10px;
  box-sizing: border-box;
  right: 10px;
  top: 16px;
  cursor: pointer;
}
.gigs-form-container .close-icon i{
  color: #fff;
  font-size: 20px;
} 
.gigs-form-container .text-cont {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 22px 16px;
  border-bottom: 1px solid  #177bf4;
  box-shadow: 0 1px 10px rgba(0,0,0,0.17);
  background: #177bf4;
}
.gigs-form-container .text-cont h4{
  margin: 0;
  color: #fff;
}

.gigs-form-container form input, .gigs-form-container form textarea {
  margin-bottom: 10px;
}

.row-fluid .gigs-form-container form input[type="text"],
.row-fluid .gigs-form-container form input[type="email"],
.row-fluid .gigs-form-container form select{
  height: 45px;
  background: #fff;
}
.row-fluid .gigs-form-container form textarea{
  background: #fff;

}
.row-fluid .gigs-form-container .hs-error-msgs li label{
  font-size: 11px;
}

.ct-form-section .row-fluid form select{
  background: #fff url('https://cdn2.hubspot.net/hubfs/2432204/Pack-2020/Lp-Imges/Down_arrow.svg') no-repeat;
  background-position: center right;
}

.row-fluid .gigs-form-container form input:focus,
.row-fluid .gigs-form-container form select:focus,
.row-fluid .gigs-form-container form textarea:focus{
  outline: 0;
  border: 1px solid #3c90c9;
} 
body .container-fluid .row-fluid .gigs-inner-container {
  width: 100%;
  margin: 0 auto;
  float: none;
  padding: 40px 0;
  border-radius: 6px;
  position: relative;
}

.row-fluid .gigs-form-container form .hs-button.primary{
  margin: 0;
  width: 100%;
}
.row-fluid .gigs-form-container .submitted-message {
  text-align: center;
}
@media (max-width: 1024px){
  .gigs-form-container .close-icon {
    top: 12px;
  }
}
@media (max-width: 767px){
  body .container-fluid .row-fluid .gigs-form-container {
    width: 100%;
  }
}
@media (min-width: 381px) and (max-width: 767px){
  body .container-fluid .row-fluid .gigs-form-container{
    right: -102%;
  }
}



@media (min-width: 768px) {
  .ct-choose-topic .choose-topic:nth-child(3n+1) {
    margin-left: 0;
  }

}

@media (min-width: 1025px) {
  .ct-form-section .right-col{
    margin-left: 5.6%;
  }
  .ct-form-section .left-col {
    width: 43.7%;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .ct-form-section .left-col {
    padding: 40px 30px;
  }
}

@media (max-width: 1400px)  {
  .hs-responsive-embed-inner-wrapper{
    padding-bottom:42.25% !important;
  }
}
@media (max-width: 1024px) {
  .hs-responsive-embed-inner-wrapper{
    padding-bottom:47.25% !important;
  }
}
@media (max-width: 767px) {
  .contact-banner-section {
    padding: 80px 0;
  }
  .ct-choose-topic {
    padding-top: 70px;
  }
  .ct-choose-topic h2 {
    margin-bottom: 15px;
  }
  .ct-choose-topic .three-col-outer {
    padding-top: 30px;
  }
  .ct-contact-details {
    padding: 31px 0 56px;
  }
  .ct-contact-details .contact-card {
    padding: 0;
    margin-bottom: 40px;
  }
  .ct-contact-details .contact-card:last-child{
    margin-bottom: 0;
  }
  .ct-form-section {
    padding: 70px 0;
  }
  .ct-form-section .left-col {
    padding: 30px;
  }
  .ct-form-section .left-col h3 {
    font-size: 24px;
    margin-top: 20px;
  }
  .ct-form-section .row-fluid form input[type="text"],
  .ct-form-section .row-fluid form select,
  .ct-form-section .row-fluid form textarea {
    margin-bottom: 4px;
  }
  .ct-form-section .row-fluid form .hs-button.primary {
    margin-top: 22px;
  }
  .ct-form-section .right-col {
    margin-top: 40px;
  }
  .hs-responsive-embed-inner-wrapper{
    padding-bottom:47.25% !important;
  }
  .ct-form-section .right-col img{
    display: block;
    margin: 0 auto;
  }
  .ct-form-section .left-col .form-section{
    padding: 0;
  }
  body .row-fluid .ct-form-section .actions{
    text-align: left;
  }
}
@media (max-width: 575px) {
  .hs-responsive-embed-inner-wrapper{
    padding-bottom:72.25% !important;
  }
}
@media (max-width: 340px) {
  .hs-responsive-embed-inner-wrapper{
    padding-bottom:82.25% !important;
  }
}

/*=====================================================
END OF CONTACT PAGES STYLING
=======================================================*/ 

/**************Resource Page Styling*******************./
/* HERO SECTION STYLING */
.res-hero-section{
  padding:195px 0;
}
.res-hero-section.overlay:before{
  background-color: rgba(58, 67, 96, 0.75);
}
.res-hero-section h4{
  max-width:660px;
  margin:0 auto;
}

@media (max-width:768px){
  .res-hero-section{
    padding:60px 0;
  }
}



/*==============================================
SYSTEM PAGES STYLING
===============================================*/ 
.row-fluid [class*="span"].wrapper {
  box-sizing: border-box;
}


/*==================================================================
404 ERROR PAGE PAGE STYLING
=====================================================================*/

.error-page{
  background-repeat: no-repeat;
  background-position: bottom;
  position: relative;
  padding: 162px  0 366px;
  z-index: 1;
}

.error-page:before{
  position: absolute;
  content: '';
  opacity: 0.7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(27%, #F8FBFF), color-stop(47%, #F8FBFF), color-stop(58%, ##F8FBFF), color-stop(65%, #F8FBFF), color-stop(73%, #F8FBFF), color-stop(99%,  #177bf4));
  background-image: -o-linear-gradient(top, #F8FBFF 27%, #F8FBFF 47%, #F8FBFF 58%, #F8FBFF 65%, #F8FBFF 73%,  #177bf4 99%);
  background-image: linear-gradient(to bottom, #F8FBFF 27%, #F8FBFF 47%, #F8FBFF 58%, #F8FBFF 65%, #F8FBFF 73%,  #177bf4 99%);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;

}
.error-page h1{
  font-size: 18rem;
  color:  #177bf4;
  opacity: 0.2;
  line-height: 0.8;
}
.error-page h2{
  font-size: 38px;
  font-family: ;
  font-weight: 500;
}
.error-page .button-section {
  padding-top: 20px;
}
.error-page .text-image{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;  
}
.error-page .text-image img{
  height: auto;
  right: 0;
  position: absolute;
  max-width: 336px;
  z-index: -1;

}
.error-page .wrapper{
  position: relative;
}
.error-page .wrapper:after {
  position: absolute;
  content: '';
  background-image: url(https://cdn2.hubspot.net/hubfs/2791640/Pack-2020/Lp-Imges/Drone_1.png);
  background-repeat: no-repeat;
  min-height: 70px;
  top: -75px;
  left: 0;
  width: 176px;
  z-index: -1;
}
@media (min-width: 768px) and (max-width: 1200px) {
  .error-page .text-image img{
    max-width: 180px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .error-page h1{
    font-size: 14rem;
  }
  .error-page{
    padding: 162px 0;
  }
}

@media (max-width: 1024px){
  .error-page h2{
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .error-page h2{
    font-size: 40px;
  }
  .error-page{
    padding: 80px  0;
  }
  .error-page h1{
    font-size: 8rem;
  }
  .error-page .wrapper:after {
    top: -71px;
  }
  .error-page .text-image img{
    max-width: 130px;
  }
}

@media (max-width: 480px){
  .error-page h2 {
    font-size: 30px;
  }
  .error-page h1{
    font-size: 8rem;
  }
  .error-page .text-image img {
    display: none;
  }
}


/*==================================================================
END OF 404 ERROR PAGE PAGE STYLING
=====================================================================*/


/*==================================================================
500 ERROR PAGE PAGE STYLING
=====================================================================*/

.ep-banner-section{
  padding: 220px 0 227px;
}
.ep-banner-section h1{
  display: inline;
  color:  #177bf4;
  font-size: 19rem;
  vertical-align: middle;
  line-height: 0.8;
  font-family: sans-serif;
}
.ep-banner-section h3{
  color:  #555361;
  font-weight: 400;
  font-family: Proxima Nova;
  margin-top: 32px;
  margin-bottom: 24px;
}
.ep-banner-section sub{
  font-size: 24px;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: normal;
  color:  #177bf4;
  position: relative;
  bottom: -53px;
}
.ep-banner-section img{
  margin-bottom:40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .ep-banner-section{
    padding: 120px 0;
  }
  .ep-banner-section h1{
    font-size: 15rem;
  }
}
@media (max-width: 767px) {
  .ep-banner-section{
    padding: 60px 0;
  }
  .ep-banner-section img{
    margin-bottom:20px;
  }
  .ep-banner-section h1{
    font-size: 5rem;
  }
  .ep-banner-section h3{
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .ep-banner-section img{
    height: auto;
    max-width: 150px;
    vertical-align: middle;
  }
  .ep-banner-section sub {
    font-size: 20px;
    bottom: -22px;
  }
}


/*==================================================================
END OF 500 ERROR PAGE PAGE STYLING
=====================================================================*/


/*==================================================================
SUBSCRIBE PAGE STYLING
=====================================================================*/

/*============Banner Section ============*/
.subscribe-banner{
  padding: 152px 0 189px;
}

.subscribe-banner h1{
  margin-bottom: 29px;
}
.subscribe-banner h4{

}

.preference-sec{
  padding: 150px 0 136px;
}
.preference-sec p a{
  font-size: 20px;

}
.preference-sec h2{
  margin: 0;
  padding: 0 0 23px;
}
.preference-sec h2 + p{
  margin: 0;
  padding-bottom: 23px;
}
.subscription-sec{
  background-color: #fcfbfb;
  padding: 81px 0;
}
.subscription-sec h3{
  font-size: 34px;
}
.subscription-sec form{
  padding-top: 51px;
}
.subscription-sec form .input ul.inputs-list.multi-container{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}
.subscription-sec form .input ul.inputs-list .hs-form-checkbox{
  flex-basis: 40%;
  color:  #000000 ;
  padding-bottom: 23px;
}
.subscription-sec form .input ul.inputs-list .hs-form-checkbox:last-child{
  margin: 0;
}
.subscription-sec .row-fluid .hs-form .field .input input[type="checkbox"]{
  border: 2px solid  #177bf4;
  width: 17px;
  height: 17px;
}
.subscription-sec form p{
  font-size: 28px;
  color:  #000000 ;
  font-weight: 700;
  padding-top: 57px;
}
.subscription-sec form .input ul.inputs-list .hs-form-booleancheckbox{
  font-size: 20px;
  font-weight: 500;
  color:  #000000 ;
}
.subscription-sec .row-fluid form .hs-button.primary {
  margin-top: 13px;
}
.row-fluid .hs-form .field .input input[type="checkbox"]:checked:after,
body .row-fluid .checkbox-row input:checked:after,
body .row-fluid input[type="checkbox"]:checked:after{
  width: 8px;
  height: 4px;
  border: 2px solid  #555361;
  border-top: 0;
  border-right: 0;
}


.email-subsctiption{
  background-image: linear-gradient(0deg, #F8FBFF 82%, transparent 82%);
}

.email-subsctiption .page-header{
  padding: 150px 0 136px;
  text-align: center;
}
.email-subsctiption .page-header h1{
  margin: 0;
  padding: 0 0 23px;
  font-size: 35px;
  line-height: 1.2;
  letter-spacing: -0.7px;
}
.email-subsctiption .page-header h2{
  margin: 0;
  padding-bottom: 23px;
  line-height: 1.63;
  letter-spacing: .5px;
  color:  #177bf4;
  font-size: 20px;
}
.email-subsctiption .page-header br{
  display: none;
}
.email-subsctiption .page-header p{
  font-size: 16px;
  line-height: 1.63;
  letter-spacing: .5px;
  margin-bottom: 10px;
}

.email-subsctiption  .email-prefs{
  padding: 81px 0;
}
.email-subsctiption  .email-prefs>p{
  font-size: 28px;
  line-height: 1.33;
  letter-spacing: 0;
  margin: 0 0 80px;
  text-align: center;
  font-family:  'Aleo', sans-serif;;
  color:  #000000 ;
}
.email-prefs .item .item-inner{
  border: none;
  background: transparent;
}
.email-prefs .item .item-inner.selected {
  background: transparent;
  border: none;
}
.email-prefs .item .item-inner.hovered{
  box-shadow: none;
}




.email-prefs .item {
  margin: 0;
  margin-bottom: 39px;
  padding: 0;
}

.email-prefs .item .item-inner {
  padding: 0;
}

.subscribe-options{
  text-align: center;
}
.subscribe-options p.header{
  font-size: 28px;
  color:  #000000 ;
  font-weight: 700;
  padding-top: 77px;
  margin-left: 0;
  line-height: 1.63;
  letter-spacing: .5px;
  margin:0 0 16px;
}
.subscribe-options p span{
  font-size: 20px;
  font-weight: 500;
  color:  #000000 ;
  position: relative;
  top: -10px;
}
.email-prefs .hs-button.primary{
  display: block;
  margin: 0 auto;
}

body .row-fluid .email-prefs .item span{
  font-size: 20px;
  font-weight: 600;
  color:  #000000 ;
  width:90%;
}
.email-prefs .item p{
  font-size: 16px;
  font-weight: 400;
  color:  #000000 ;
}
.email-prefs .item input[type="checkbox"]{
  border: 2px solid  #177bf4;
  width: 17px;
  height: 17px;
  border-radius: 0;
  left: 2px;
  top: 7px;
  width:2%;
}

.email-prefs .item .item-inner p {
  padding-left: 14px;
}

.subscribe-options p label input[type="checkbox"]{
  border: 2px solid  #177bf4;
  width: 17px;
  height: 17px;
  border-radius: 0;
  left: 2px;
  margin-right: 6px;
}



@media(min-width:768px) and (max-width:1024px){
  .subscribe-banner {
    padding: 120px 0;
  }
  .email-subsctiption .page-header {
    padding: 80px 0;
  }
  .email-subsctiption:before {
    top: 13.1%;
  }
  .email-subsctiption .email-prefs>p {
    margin: 0 0 50px;
  }
}

@media (min-width: 856px){
  .email-prefs .items {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 15%;
    -moz-column-gap: 15%;
    column-gap: 15%;
    max-width: 1100px;
    margin: 0 auto;
    float: none;
  }
}


@media (max-width: 856px){

  .email-subsctiption .page-header {
    padding: 60px 0;
  }
  .email-subsctiption:before {
    top: 10.4%;
  }
  .subscribe-options {
    text-align: left;
  }
  body .row-fluid .email-prefs .hs-button.primary {
    display: block;
    margin: inherit;
    margin-top: 14px;
  }
  .subscribe-options p.header {
    padding-top: 10px;
  }
  .subscribe-options{
    margin-bottom: 0;
  }
  .email-prefs .item {
    margin-bottom: 28px;
  }
  .subscribe-options label{
    margin: 0;
  }
}
@media (max-width: 767px){
  .email-subsctiption .email-prefs {
    padding: 60px 0;
  }
  .email-subsctiption .email-prefs>p {
    margin: 0 0 35px;
    text-align: left;
  }
  .subscribe-banner {
    padding: 80px 0;
  }
  .subscribe-banner h1 {
    margin-bottom: 9px;
  }

}
@media (max-width: 480px){
  .email-subsctiption:before {
    top: 9.9%;
  }
  .email-prefs .item span {
    font-size: 17px;
  }
}


/*==================================================================
END OF SUBSCRIBE PAGE STYLING
=====================================================================*/


/*==================================================================
BACKUP PAGE STYLING
=====================================================================*/

.backup-banner{
  padding: 236px 0 216px;
}
.backup-form{
  padding: 150px 0;
}
body .row-fluid .backup-form .row-fluid form input[type="email"]{
  height: 44px;
  max-width: 357px;
  text-align: center;
}
.backup-form h3{
  font-size: 28px;
  margin-bottom: 24px;
} 
.backup-form h1{
  font-size: 35px;
}
HTML-8408912051732263 body .backup-form .page-header{
  padding-bottom: 21px;
}
@media (max-width: 1024px) {
  .backup-form h1{
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .backup-banner{
    padding: 80px 0;
  }
  .backup-form{
    padding: 60px 0;
  }
  .backup-form h1{
    font-size: 35px;
  }
}

/*==================================================================
END OF BACKUP PAGE STYLING
=====================================================================*/

/*======================================================================================
END SYSTEM PAGES STYLING
========================================================================================*/ 

/*Hero style*/
.team-hero-section{
  padding:12.8% 0;
}
.team-hero-section.overlay{
  background-color: rgba(58, 67, 96, 0.75);
}
.team-hero-content p{
  max-width:645px;
  margin:auto;
  line-height:1.5;
  font-size:20px;
}
/*End of Hero style*/
/*Filter style*/
.filter-gallery .filter-menu{
  padding-top:30.1px;
  padding-bottom:31px;
  background-color: #F8FBFF;
}
.filter-gallery .dropdown{
  border: solid 0.5px rgba(71, 71, 71, 0.82);
  background-color: #ffffff;
  padding: 13px 15px 14.6px 15px;
  position: relative;
  max-width: 266.7px;
  width:100%;
  font-size:14px;
}
.filter-gallery .left span, .filter-gallery .left .dropdown{
  display: inline-table;
}
.filter-gallery .dropbtn{
  line-height: 1.19;
  letter-spacing: 0.02px;
  color: rgba(61, 61, 61, 0.3);
  text-align:left;
}
.filter-gallery .dropbtn .arrow {
  display: inline-block;
  float: right;
}
.filter-gallery .arrow svg,.filter-gallery .search-icon svg{
  fill: #177bf4;
  width: 18px;
  height:18px;
  vertical-align: middle;
}
.filter-gallery .dropdown-content{
  visibility: hidden;
  top:44px;
  left:0;
  position: absolute;
  background-color: #fcfbfb;
  min-width: 140px;
  opacity:0;
  z-index: 1;
  width: 100%;
  text-align: left;
  overflow: auto;
  z-index:2;
}
.filter-gallery .dropdown-content > a{
  display:block;
  font-size: 14px;
  line-height: 2.29;
  color:  #177bf4;
  padding: 6px 16px;
}
.filter-gallery .dropdown-content a:hover {
  background-color:  #177bf4;
  color:#fff;
}
.filter-gallery .dropdown:hover .dropdown-content {
  opacity:1;
  visibility: visible;
  transform: translateY(0);
  margin-top: 0;
  transition:  .1s ease;
  cursor: pointer
}
.filter-gallery .dropdown:hover .dropbtn {
  background-color: #fff
}
.filter-gallery .left .role{font-weight: bold;
  padding-right: 17px;}
.filter-gallery .search-icon {
  width: 13px;
  height:13px;
  float: right;
}
.search-box{position:relative;    
  display: block;
  background-color: #fff;
  max-width: 300px;
  width: 100%;
  float: right;}
.search-box input {
  padding: 16px;
  border: solid .5px rgba(71,71,71,0.82);
  font-family: Proxima Nova;
  outline:none;
}
.filter-gallery  .social-icon {
  width: 28px;
  height:27px;
  float: right;
}
.filter-gallery .filter-content {
  padding-top: 175.6px;
  padding-bottom: 75px;
}
.filter-gallery .card:hover .social-icon .visible{
  display:none;
}
.social-icon .hide{
  display:block;
  opacity:0;
}
.filter-gallery  .card:hover .social-icon .hide{
  opacity:1;
  -webkit-transition: opacity .5s ease-in;
}
.filter-gallery  .card:hover .card-heading h4{
  color:  #177bf4;
  -webkit-transition: all .3s ease-in;
}
.filter-gallery  .search-box > div {
  display: inline-block;
  position: absolute;
  top: 10px;
  cursor:pointer;
  right: 15px;
}
.filter-gallery  .social-icon{margin-top:20px;}
.filter-gallery  .text span{margin-bottom:10px;display:block;}

.filter-gallery .card-heading > div {
  vertical-align: middle;
  display: inline-block;
}

.filter-gallery .card {
  width: 23.33%;
  float:left;
  margin-right:10%;
  display:inline-block;
  margin-bottom: 5.5%;
}
.filter-gallery .text h4 {
  font-weight: bold;
  letter-spacing: 0.83px;
  color: #232937;
  margin: 0;
}
.filter-gallery  .grid-item
{
  margin-right:-11%;
}
.filter-gallery .text sapn {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.95px;
  color:  #555361;
}

.filter-gallery  .card-body {
  font-size: 16px;
  color: #333333;
  margin-top: 10px;
  padding-top: 10px;
}

/*End of Filter style*/
/*Team-page-section-1-style*/
.team-page-section-1{background:#fcfbfb;}
.team-page-section-1-content{
  padding-top:102px;
  padding-bottom:108px;
}
.team-page-section-1 h2{
  font-size:38px;
}
.team-page-section-1 p{
  max-width:750px;
  margin-left:auto;
  margin-right:auto;
  font-size:20px;
}
/* End of Team-page-section-1-style*/
@media (max-width:800px) and (min-width:320px){
  .filter-gallery  .arrow svg, .filter-gallery .search-icon svg{
    width:14px;
  }
  .filter-gallery .left{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    max-width:100%;
  }
  .filter-gallery .dropdown,.search-box{
    max-width:100%;
    box-sizing:border-box;
  }
  .filter-gallery .right{
    width:100%;
    margin:0;
  }
  .filter-gallery .filter-content{
    padding-top:60px;
  }
  .filter-gallery  .grid-item{margin:0;}
  .filter-gallery  .card{width:100%;}
  .team-page-section-1 p{padding:0 10px;max-width:100%;}
}
@media (max-width:767px) and (min-width:320px){
  .filter-gallery .dropdown-content{top:45px;}
  .filter-gallery .filter-content{
    padding-top:60px;
    max-width:400px;
    margin:auto !important;
  }
}
.pillar-main-section {
  position:relative;
  z-index:1;
}



/********************************LP-2**************************************/

.lp-2-hero-module{
  background-size: auto!important;
  background-repeat: repeat !important;
}

.lp-2-hero-image img{
  display: inline-block;
  width: 100%;
}
/*************************************************************************/

.lp-2-2020-btm-form{
  background:#3c90c9;
  padding:60px 0px;
}

.lp-2-2020-btm-form .lp-2-2020-form form{
  margin: 0 auto;
  background: transparent;
}

.lp-2-2020-btm-form .lp-2-2020-form form {
  padding: 11px 25px 35px;
}



.row-fluid .lp-2-2020-btm-form .lp-2-2020-form form .field>label {
  display: none;
}

body .row-fluid .lp-2-2020-btm-form form .hs-button.primary {
  margin: 0px;
  position: absolute;
  right: 13px;
  top: 10px;
  padding: 19px 50px;
  border-radius: 6px;
  font-size: 20px;
  width:auto;
  background: #3f464e;
}

.lp-2-2020-btm-form h2{
  padding-bottom: 20px;
}
@media(min-width:768px){
  .row-fluid .lp-2-2020-btm-form .lp-2-2020-form form input {
    max-width: 324px;
  }  
}


@media(max-width:1024px){
  .row-fluid .lp-2-2020-btm-form .lp-2-2020-form form .hs-button.primary {
    position: relative;
    right: auto;
    top: auto;
    padding: 14px 50px;
    width: 100%;
    margin-top:10px;
  }  


}





.main-blog-section{
  padding:125px 0px 94px;
}

.main-blog-section .right-col{
  padding-left:7px;
}


/*===================================
* Blog Listing Hero Section 
* =================================*/

.listing-hero-sec{
  padding:194px 0px;
  position:relative;
  z-index:1;
}

.listing-hero-sec:before{
  content:"";
  position:absolute;
  background-color: rgba(58, 67, 96, 0.75);
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
  z-index:-1;
}

.listing-hero-sec p{
  max-width:654px;
  margin:0 auto;
  font-size:20px;
  line-height:1.5;
}




/*=================================
*    Blog Post Listing
=================================*/

.hs-featured-image {
  float: none;
  max-width: 100%;
  margin:0;
}

.post-item .post-header .top-head{
  padding:20px;
}
.post-item .post-header .top-head h2,
.post-item .post-header .top-head h2 a{
  font-size:20px;
  color:  #000000 ;
  line-height:1.4;
  margin-bottom:0px;
}
.post-item .post-body p{
  color: #555361;
}

.post-item .post-body{
  padding:20px;
}
.post-item .hs-featured-image-wrapper.hs-featured-image{
  background-position:center center!important;
  background-size:cover!important;
  min-height:203px;
  position:relative;
}

.post-item .hs-featured-image-wrapper.hs-featured-image>a{
  position:absolute;
  left:0px;
  right:0px;
  top:0px;
  bottom:0px;
}

.post-item .hs-author-avatar img {
  width: 29px;
  height: 29px;
  border-radius: 100%;
  margin-right: 9px;
}

.post-item .hubspot-editable a.author-link {
  display: flex;
  max-width: 200px;
  justify-content: flex-start;
  align-items: center;
  margin-top:18px;
}
.hs-blog-listing #hubspot-topic_data{
  padding:0px;
}
.post-item a.topic-link{
  font-weight: 500;
  line-height:1.63;
}


body .post-item {
  background: #fff;
  box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.07);
}

@media(min-width:768px){    
  .post-listing {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    align-items: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
  }

  .post-item {
    float: left;
    width: 47.5%;
    display: block;
    box-sizing: border-box;
    margin: 0 4.5% 38px 0;
    display: flex;
    flex-direction: column;
  }
  .post-item:nth-child(2n) {
    margin-right: 0px;
  }
}



/*=======================================
*         SideBar Widget
* =====================================*/

.row-fluid  form input,
.row-fluid  form select,
.row-fluid  form textarea{
  height:46px;
  border: solid 0.5px rgba(71, 71, 71, 0.82);
  background-color: #ffffff;
}

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


.sidebar-search-sec,
.post-category-sec,
.popular-post-rss,
.subscription-section{
  padding:32px;
  box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.07);
  background-color: #fcfbfb;
}
.sidebar-search-sec{
  margin-bottom:40px;
}

.sidebar-search-sec .hs-search-field__suggestions{
  display:none;
}
.sidebar-search-sec .hs-search-field label {
  margin-bottom: 20px;
  display: block;
}
.sidebar-search-sec form input{
  height:46px;
  padding: 10px 34px 10px 20px;
}
.sidebar-search-sec form{
  position:relative;
}

.sidebar-search-sec form:before{
  content:"";
  position:absolute;
  height:18px;
  width:18px;
  background:url(https://cdn2.hubspot.net/hubfs/2791640/Pack-2020/Blog%20Assets/combined-shape.png)no-repeat;
  right:17px;
  top:65px;
}


.sidebar-search-sec .hs-search-field label,
.post-category-sec .widget-type-post_filter h3{
  font-size: 24px;
  font-weight: bold;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color:  #000000 ;
}
.post-category-sec .filter-link-count,
.post-category-sec .widget-module ul li:before{
  display:none;
}
.post-category-sec .widget-type-post_filter h3 {
  margin-bottom: 5px;
}
.post-category-sec .widget-module ul{
  margin-top:0px;
  list-style:none;
}
.post-category-sec .widget-module ul li{
  border-bottom: solid 0.5px #979797;
  padding:14px 0px;
  margin-left:0px;
}

.post-category-sec .widget-module ul li,
.post-category-sec .widget-module ul li a{
  line-height: 1.38;
  letter-spacing: normal;
  color:  #000000 ;
  font-weight:bold;
}






/*===========Popular post rss===========*/

.popular-post-rss{
  margin-top:40px;
}

.pop-post-listing .pop-post-item{
  position:relative;
  margin-bottom:20px;
}

.pop-post-listing .pop-post-item .post-title.span,
.pop-post-listing .pop-post-item .post-title.span a{
  line-height: 1.38;
  letter-spacing: normal;
  color:  #000000 ;
  font-weight:bold;
  margin-bottom:14px;
}

/*==========Subscription Section ============*/

.subscription-section {
  margin-top: 40px;
}
.subscription-section h3 {
  max-width: 198px;
}
.subscription-section p{
  font-size: 10px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  color: #555361;
}
body .row-fluid .subscription-section form input.hs-button {
  display: block;
  width: 100%;
  margin-top: 10px;
}
body .row-fluid .subscription-section form input{
  height:46px;
}







/*================Pagination ================*/

.blog-paginations ul li.prev-btn {
  float: left;
}
.blog-paginations ul li.nxt-btn {
  float: right;
}
.blog-paginations ul li:before{
  display:none;
}

.blog-paginations {
  padding: 99px 0 30px;
}

.blog-paginations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.blog-paginations ul li {
  display: inline-block;
  padding: 0 4px;
  margin:0px;
}

.blog-paginations ul li a {
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: .5px;
  color: #001a72;
}

.blog-paginations ul li a .fa.fa-angle-left {
  font-size: 16px;
  font-weight: 700;
  padding-right: 5px;
  position: relative;
  top: 2px
}

.blog-paginations ul li a .fa.fa-angle-right {
  font-size: 16px;
  font-weight: 700;
  padding-left: 5px;
  position: relative;
  top: 2px
}

.blog-paginations ul li i {
  color:  #000000 ;
}

.blog-paginations .page-numbers li a:hover,.blog-paginations .page-numbers li.current a {  
  color: #177bf4;
  font-weight:bold;
}

.blog-paginations .page-numbers li a {
  width: 15px;
  height: 15px;
  font-size:16px;
  display: inline-block;
  font-weight:bold;
  text-align: center;
  border-radius: 0;
  color: #1d2129;
  padding-top: 0;
  line-height:normal;
}

.stopped-nav {
  pointer-events: none;
  opacity: .2;
  color: #001a72;
}


/*=======================================
* Blog Post Section 
* ===================================*/


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


.row-fluid [class*="span"] .main-blog-section .post-page-wrapper,
.row-fluid .main-blog-section .post-page-wrapper{
  padding:0px;
}

.hs-blog-post .main-blog-section .left-col {
  width: 100%;
}
.section.post-header.post-hero-sec h1 {
  font-size: 48px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.21;
  letter-spacing: -0.56px;
  color:  #000000 ;
}

.hs-blog-post .hs-featured-image-wrapper.hs-featured-image{
  min-height:350px;
  padding:0px;
  position:relative;
}
.hs-blog-post .hs-featured-image-wrapper.hs-featured-image:before{
  content:"";
  background-color: rgba(58, 67, 96, 0.75);
  position:absolute;
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
}

.post-hero-sec {
  padding-top: 69px;
}
.post-hero-sec .top-section {
  padding-bottom: 84px;
}
.post-hero-sec a.author-link {
  color: #22262a;
  font-weight: bold;
}
.post-hero-sec .date-post {
  font-weight: 500;
  color: #22262a;
}
.post-hero-sec .author-avatar img {
  width: 66px;
  height: 66px;
  border-radius: 100%;
}
.post-hero-sec .author-content {
  display: flex;
  align-items: center;
  margin-top:21px;
}
.post-hero-sec .author-avatar {
  margin-right: 15px;
}





/*========blog post body ============*/

.hs-blog-post .main-blog-section {
  padding: 106px 0px 57px;
}

.blog-post-page .post-body p{
  line-height:1.56;
  margin-bottom:15px;
}
.blog-post-page .post-body h2{
  margin-top:40px;
  margin-bottom:20px;
}
.blog-post-page .post-body img{
  float:none;
  display:block;
  margin-top:40px;
  margin-bottom:11px;
}
.hs-blog-post .post-body em {
  font-size: 14px;
  color:  #177bf4;
  text-align: center;
  display: block;
  margin-top: 11px;
  margin-bottom:40px;
}

.blog-post-page .post-body p:first-child::first-letter{
  font-family:Futura BQ;
  font-size: 57px;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color:  #177bf4;
  padding-right:10px;
  float:left;
  line-height:normal;
  margin-top:-12px;

}
.blog-post-page .post-body p:nth-child(2) {
  float: left;
}

.blog-post-page .post-body ul {
  list-style: none;
}

.blog-post-page .post-body ul li{
  position:relative;
  margin-left:45px;
}
.blog-post-page .post-body ul li:before{
  content: '';
  position: absolute;
  background-color:  #000000 ;
  width: 8px;
  height: 8px;
  border-radius:100%;
  left: -25px;
  top: 10px;
}



/* Reset counter for each list */
.blog-post-page .post-body ol {
  counter-reset: listitem;
  list-style: none;
}

.blog-post-page .post-body ol li {
  margin-left: 85px;
}

/* Style for numbered lists. Increment counter for each list item */

.blog-post-page .post-body ol li:before {
  counter-increment: listitem;
  color:  #177bf4;
  content: "" counter(listitem)".";
  left: -25px;
  position: absolute;
  top:3px;
}




/*================================
* Sticky Social Share
* ==========================*/

.post-social-share ul li a {
  padding: 9px;
  line-height: 17px;
  background:  #177bf4;
  border:1px solid  #177bf4;
  color: #fff;
  box-sizing: border-box;
  display: block;
  margin-bottom: 27px;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  width:40px;
  transition:all 0.3s ease-in-out;
}
.post-social-share ul li a:hover{
  background: #fff;
  color: #177bf4;
  border:1px solid  #177bf4;
}

.post-social-share ul li{
  margin-left:0px;
  list-style:none;
}

.post-social-share ul li:before{
  display:none;
}


@media (max-width: 1400px) and (min-width: 1025px){
  .blog-social-share {
    left: -90px;
  }
}

.blog-social-share {
  position: absolute !important;
  top: 0;
  left: -90px;
  float: left;
  height: 100%;
}


@media(max-width:1235px){
  .blog-social-share.is-affixed{
    display:none;
  }
}


/*==================================
*  Blue Box Section 
==================================*/
.blue-box {
  padding: 30px 20px;
  background: #177bf4;
  margin-top:80px;
}
body .row-fluid .blue-box h2{
  margin-top:0px;
}
body .container-fluid .row-fluid .blue-box p{
  max-width:651px;
  margin:0 auto;
  float:none;
  margin-bottom:0px;
}

.blue-box a.cta_button{
  background:#fff;
  color: #177bf4;
  display: inline-block;
  margin-top: 20px;
}

.blue-box.hide_blue_box {
  display: none;
}




.share-post{
  margin-top:80px;
}

body .share-post h2{
  font-size:30px;
}

body .row-fluid .share-post ul li {
  list-style: none;
  display: inline-block;
  margin-left:10px;
}
.share-post ul li:before{
  display:none;
}

.share-post ul li:first-child{
  margin-left:0px;
}
.share-post .social-icon ul li a{
  color: #fff;
  background: #333333;
  width: 26px;
  display: block;
  box-sizing: border-box;
  text-align: center;
  font-size: 12px;
  height: 26px;
  line-height: 29px;
  border-radius: 100%;
}


/*==========================================
Comment Section 
========================================*/

.comment-section{
  padding-bottom:80px;
}
.comment-section .comment-heading{
  font-size: 24px;
  font-weight: 600;
  line-height: 1.42;
  letter-spacing: normal;
  color:  #000000 ;
}

.row-fluid .comment-section form .field>label{
  display:block;
}

.comment-section .comment-from h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom:0px;
}

.comment-section .comment-date {
  color: #666;
  display: block;
  font-size: 16px;
  font-weight: bold;
}

.comment-section button.comment-reply-to.hs-button.secondary {
  display: none;
}

.comment-section .comment-body {
  padding-top: 16px;
}
.comment-section .comment.depth-1 {
  padding-left: 2em;
  margin-top: 2.3em;
  padding-top: 2.3em;
  border-top: solid 0.5px #0f0647;
}
.comment-section .comment.depth-0:first-child{
  margin-top: 1.1em;
}

.comment-section .comment.depth-0{
  border-top: solid 0.5px #0f0647;
  padding-top: 2.3em;
  margin-top: 2.3em;
}

.comment-section .post-footer form{
  margin-top:50px;
}


/*============================================
*        Related Post Rss
* ========================================*/

.related-post-section {
  padding-bottom: 85px;
}

.hs-blog-post .related-post-item.post-item .hs-featured-image-wrapper.hs-featured-image{
  min-height:203px;
}

@media(min-width:768px) and (max-width:1024px){
  body .related-post-item.post-item{
    margin-right: 20px;
  }
}

@media(min-width:768px){
  .related-post-title {
    margin-bottom: 50px;
  }
  .related-post-item.post-item:nth-child(3n+3){
    margin-right:0px;
  }
  .related-post-item.post-item {
    width: 31.6%;
    margin-right: 30px;
  }
  .related-post-listing.post-listing {
    justify-content: flex-start;
  }
  .hs-blog-post .related-post-item.post-item .hs-featured-image-wrapper.hs-featured-image:before{
    display:none;
  }
}



/*======================================
* Author Page 
* ===================================*/

.author-page.hs-author-profile img {
  width: 90px;
  height: 90px;
  border-radius: 100%;
}

.author-page.hs-author-profile {
  width: 100%;
  display: block;
}

.hs-author-listing-header {
  margin: 40px 0 .75em 0;
  display: block;
  width: 100%;
}

@media(min-width:768px) and (max-width:1024px){
  .sidebar-search-sec .hs-search-field label,
  .post-category-sec .widget-type-post_filter h3 {
    font-size: 20px;
  }
  .sidebar-search-sec, .post-category-sec, .popular-post-rss, .subscription-section {
    padding: 20px;
  }
  .section.post-header.post-hero-sec h1 {
    font-size: 35px;
  }
  .post-hero-sec .top-section {
    padding-bottom: 55px;
  }
  .hs-blog-post .hs-featured-image-wrapper.hs-featured-image {
    min-height: 465px;
  }
  .hs-blog-post .main-blog-section {
    padding: 70px 0px 40px;
  }
  .blue-box{
    padding:55px 0px;
  }
  .share-post h2 {
    font-size: 24px;
  }
  .related-post-section {
    padding-bottom: 44px;
  }
  #hubspot-author_data span {
    font-size: 14px;
  }

}

@media(max-width:767px){
  body .post-item{
    margin-bottom:30px;
  }
  .listing-hero-sec {
    padding: 114px 0px;
  }
  .main-blog-section {
    padding: 65px 0px 34px;
  }
  .popular-post-heading h3 {
    font-size: 20px;
  }
  .section.post-header.post-hero-sec h1 {
    font-size: 30px;
  }
  .blog-post-page .post-body h2 {
    font-size:27px;
  }
  .post-hero-sec .top-section {
    padding-bottom: 49px;
  }
  .hs-blog-post .hs-featured-image-wrapper.hs-featured-image {
    min-height: 360px;
  }
  .hs-blog-post .main-blog-section {
    padding: 46px 0px 37px;
  }
  .related-post-title {
    font-size: 30px;
    margin-bottom:40px;
  }
  body .pop-post-item .hs-featured-image-wrapper.hs-featured-image {
    min-height: 100px;
    margin-bottom:15px;
  }

  .blog-post-page .post-body ol li {
    margin-left: 45px;
  }
}









/*======================================
*          Pillar Page
* ===================================*/

.pillar-hero-sec{
  padding:195px 0px;
  position:relative;
  z-index:1;
}

.pillar-hero-sec p{
  max-width:654px;
  margin:0 auto;
  font-size:20px;
  font-weight:normal;
  line-height: 1.5;
  letter-spacing: normal;
}


.pillar-hero-sec:before{
  content:"";
  position:absolute;
  background: rgba(58, 67, 96, 0.75);
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
  z-index:-1;
}

/*========== Intro Section ================*/

.pillar-intro-sec{
  padding: 83px 0px 64px;
}
.pillar-intro-sec p{
  letter-spacing:0px;
  margin-bottom:17px;
}


body .container-fluid .pillar-wrapper {
  max-width: 870px;
  float: right;
  display: block;
}



/*=========== Subscription Section =============*/

.pillar-subscription-sec{
  padding:75px 0px 65px;
  background:#02051e;
}
.pillar-subscription-sec h2{
  font-size:38px;
  letter-spacing:normal;
}
.pillar-subscription-sec p{
  font-size:20px;
  text-transform:uppercase;
  line-height: 1.5;
  letter-spacing: normal;
  margin:20px 0px;
}
.row-fluid .pillar-subscription-sec form input{
  font-size: 16px;
  color: rgba(63, 63, 63, 0.4);
  letter-spacing:0.05px;
  height:50px;
}
.row-fluid .pillar-subscription-sec form .hs-button{
  line-height: 1.63;
  letter-spacing: 0.05px;
  color:#fff;
  margin-top:17px;
  padding: 10px 51px;
}

.pillar-subscription-sec form{
  max-width:414px;
  margin:0 auto;
  text-align:center;
}



/*=============================
* Pillar Section 
* ==========================*/

.pillar-section {
  position: relative;
}

.top-pillar-heading-list li.pillar-list-item {
  background: #177bf4;
  padding: 43px 25px 24px 16px;
  position:relative;
  margin-left:0px;
}

.top-pillar-heading-list li.pillar-list-item h2 {
  background:  #177bf4;
  width: 55px;
  height: 55px;
  text-align: center;
  border-radius: 100%;
  box-sizing: border-box;
  line-height: 1.6;
  position:absolute;
  top: -29px;
  left: 0px;
}


.top-pillar-heading-list li.pillar-list-item p{
  line-height: 1.4;
  letter-spacing: -0.4px;
  font-size:20px;
  font-weight:500;
  margin-bottom:0px;
}

/*========= Title Text CM ====================*/

.pillar-content-listing-sec div#section1 {
  padding-top: 0px;
}
.title-text-cm{
  padding:60px 0px 60px;
}

.title-text-cm .right-col-inner p {
  margin-bottom: 20px;
}
.title-text-cm .section-list-title li{
  list-style:none;
  margin-left:0px;
}

.title-text-cm:focus {
  outline: none;
}


/*=======Top Section Listing =======*/

.top-pillar-heading-section{
  padding:87px 0px 110px;
}
ol.top-section-listing li {
  list-style: none;
  margin-left:0px;
}
ol.top-section-listing li a h2 {
  font-size: 16px;
  font-weight: 400;
}



/*===========  Pillar Heading List ================*/

.sidebar-heading-list-cm {
  width: 261px;
  position: absolute;
  left: 16%;
  top:0;
  z-index:1;
}

.sidebar-heading-list-cm.fixed {
  position: fixed;
  top:0px;
  z-index:10
}

.sidebar-heading-list .block>h5 {
  height: 45px;
  font-size: 16px;
  color: #fff;
  font-weight: normal;
  box-sizing: border-box;
  padding:10px 60px 10px 25px;
  text-align:center;
  text-transform: capitalize;
  border: 0;
  border-radius: 0px;
  margin: 0px;
  background:  #177bf4  url(https://cdn2.hubspot.net/hubfs/2791640/Pack-2020/Lp-Imges/path.png) no-repeat;
  background-position: Calc(100% - 45px);
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border: 1px solid  #177bf4;
}
.sidebar-heading-list .widget-module-post {
  background: #fff;
  width: 99%;
  top: 46px;
}
.sidebar-heading-list .widget-module-post li a:hover{
  background:#f2f2f2;
}

.sidebar-heading-list .widget-module-post li:last-child a {
  border-bottom: 1px solid #4472c4;
}
.sidebar-heading-list .widget-module-post li a,
.sidebar-heading-list .widget-module-post li a h2{
  color: #505450;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  box-sizing: border-box;
  padding: 5px 10px;
  display: block;
  position: relative;
  z-index: 1;
  margin-bottom: 0px;
}


.sidebar-heading-list .widget-module-post li a:hover, 
.sidebar-heading-list .widget-module-post li a h2:hover,
.sidebar-heading-list .widget-module-post li a.active h2{
  color: #177bf4;
}


.body-container .sidebar-heading-list ul {
  margin: 0px;
  list-style: none;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.21);
  border-left: 1px solid #4472c4;
  border-right: 1px solid #4472c4;
}

.body-container .sidebar-heading-list ul li {
  margin-left: 0px;
}



/*=========  List Text Content =========*/

.section-list-title h2{
  margin-bottom: 17px;
}
.title-text-cm .right-col-inner p{
  letter-spacing:normal;
}
.title-text-cm .right-col-inner img{
  display: block;
  text-align: center;
  margin:35px auto;    
}

@media(min-width:768px){
  .top-pillar-heading-list ul.pillar-heading-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: -3%;
    margin-top:0px;
  }
  .top-pillar-heading-list li.pillar-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 24.7%;
    -webkit-flex-basis: 24.7%;
    float: left;
    margin-right: 3%;
    margin-top: 68px;
    margin-left: 0px;
  }
}

@media(min-width:3420px){
  .sidebar-heading-list-cm {
    left: 29%;
  }
}

@media(min-width:1550px) and (max-width:1660px){
  .sidebar-heading-list-cm{
    left:13.3%;
  }
}
@media(min-width:1461px) and (max-width:1550px){
  .sidebar-heading-list-cm{
    left:10.3%;
  }
}

@media(min-width:1201px) and (max-width:1460px){
  .sidebar-heading-list-cm{
    left:1%;
  }
}
@media(min-width:1025px) and (max-width:1200px){
  .sidebar-heading-list-cm{
    left:1%;
    width: 235px;
  }
  body .container-fluid .pillar-wrapper {
    max-width: 710px;
  }
}


@media(max-width:768px) and (max-width:1024px){
  .title-text-cm .right-col {
    margin-left: 0px;
  }
  .pillar-intro-sec {
    padding: 58px 0px 56px;
  }
  .pillar-hero-sec {
    padding: 155px 0px;
  }
  .top-pillar-heading-section {
    padding: 50px 0px 40px;
  }
  .title-text-cm {
    padding: 50px 0px;
  }
  .pillar-form-section {
    padding: 47px 0px 70px;
  }
}
@media(max-width:1024px){
  .sidebar-heading-list-cm{
    display:none;
  }
}

@media(max-width:767px){
  .sidebar-heading-list-cm {
    display: block;
    width: 100%;
    left: 0px;
    top: 0;
  }
  .pillar-section {
    position: relative;
    padding-top: 90px;
  }
  body .sidebar-heading-list .widget-module-post{
    width:100%;
  }

  body .container-fluid .top-pillar-heading-section{
    display:none;
  }
}



/*=============================================
*  Pillar page 2
==============================================*/

.sidebar-heading-list-cm.heading-list-v2{
  position:inherit;
  height: 100%;
  width:100%;
}
.pillar-sec2 .title-text-cm{
  padding: 60px 0px 60px 30px;
}

.pillar-sec2 .pillar-sidebar-heading{
  background:#F8FBFF;
}
.pillar-sec2 .sidebar-inner-list{
  padding:60px 20px 20px;
}

body .container-fluid .pillar-sec2 .pillar-wrapper {
  max-width: 1110px;
}
.pillar-sec2 .top-section-listing li{
  list-style: decimal;
}
.sidebar-heading-list2 ol li{
  margin-left:28px;
}
.sidebar-heading-list2 ol li h2 {
  font-size: 18px;
}
.sidebar-inner-list {

}

.sidebar-heading-list2.fixed {
  position: fixed;
  width:21%;
}
.pillar-content-listing-sec.v2-sec div#section1{
  padding-top:60px;
}

.table-heading{
  border-bottom:1px solid #ddd;
}

.sidebar-inner-list ol.top-section-listing li a.active h2,
.sidebar-inner-list ol.top-section-listing li a.active{
  color:  #177bf4;
}

.pillar-sec2 blockquote{
  font-size:20px;
  color:#fff;
  margin-bottom:30px;
  border-left-color:#fff;
}


@media(max-width:1024px){
  .pillar-sec2 .sidebar-heading-list-cm{
    display:block;
  }
  ol.top-section-listing li a h2{
    line-height:1.2;
  }
}

@media(min-width:768px){
  .pillar-content-listing-sec.v2-sec{
    margin-left:0px;
    width: 76.858974%;
  }
}







/*===============================
* Blue Box 
* ===========================*/

.pillar-blue-box {
  padding: 80px 0px;
}
.blue-box-cm{
  background: #177bf4;
  padding:35px 40px 13px 40px;
}
.blue-box-cm p{
  letter-spacing:normal;
}

body .blue-box-cm a.cta_button{
  border:1px solid #fff;
  font-size: 14px;
  padding: 17px 48px;
}








/*==================================
* Pillar Form Section
==================================*/

.pillar-form-section{
  padding: 47px 0px 125px;
}

body .container-fluid .pillar-form-wrapper{
  max-width:1125px;
  margin:0 auto;
  float:none;
  display:block;
}

.pillar-form-section .left-col{
  padding-right:40px;
}

.pillar-form-section .form-section{
  padding:40px 38px 65px;
  background:#fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05);
}
.pillar-form-section .form-heading{
  margin-bottom:40px;
}
.pillar-form-section h2 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom:35px;
}

.pillar-form-section h3{
  font-size: 28px;
  font-weight: bold;
  margin-bottom:20px;
}
.pillar-form-section p{
  letter-spacing:normal;
}

.row-fluid .pillar-form-section form .field>label{
  display:block;
  font-size:16px;
  line-height:1.56;
  letter-spacing:normal;
}
.row-fluid .pillar-form-section form input,
.row-fluid .pillar-form-section form  select, 
.row-fluid .pillar-form-section form textarea{
  height: 44px;
  border: solid 0.5px rgba(71, 71, 71, 0.82);
  background-color: #ffffff;
}
.row-fluid .pillar-form-section form .hs-button{
  background: #177bf4;
  border:1px solid  #177bf4;
  margin-top:40px;
}

@media(min-width:768px){
  body .row-fluid .pillar-form-section .hs-form fieldset .hs-form-field:last-child{
    width: 47%;
    margin-left:0px;
    margin-right:0px!important;
  }
  body .row-fluid .pillar-form-section .hs-form fieldset.form-columns-2 .hs-form-field {
    width: 47%;
    margin-right: 5%;
  }
}


@media(max-width:480px){
  body .pillar-form-section form.hs-form .form-columns-2 .hs-form-field .hs-input,
  body .pillar-form-section form.hs-form .form-columns-3 .hs-form-field .hs-input{
    width:100%;
  }
}




@media(max-width:767px){
  .pillar-hero-sec {
    padding: 125px 0px;
  }
  .pillar-intro-sec {
    padding: 51px 0px 50px;
  }
  .pillar-subscription-sec {
    padding: 55px 0px 55px;
  }
  body .container-fluid .pillar-wrapper{
    width:100%;
    float:none;
  }
  .top-pillar-heading-section {
    padding: 56px 0px 30px;
  }
  .top-pillar-heading-list li.pillar-list-item:last-child{
    margin:0px;
  }
  .top-pillar-heading-list li.pillar-list-item {
    margin-bottom: 55px;
    padding:32px 25px 20px 16px;
  }
  .pillar-subscription-sec h2 {
    font-size: 28px;
  }
  .pillar-subscription-sec p {
    font-size: 16px;
    margin:15px 0px;
  }
  .top-pillar-heading-list li.pillar-list-item p{
    font-size:16px;
  }
  .top-pillar-heading-list li.pillar-list-item h2 {
    font-size: 29px;
    width: 45px;
    height: 45px;
    top: -25px;
  }
  .section-list-title h2{
    font-size:28px;
  }

  .title-text-cm {
    padding: 30px 0px;
  }
  .title-text-cm .right-col-inner img {
    margin: 25px 0px;
  }
  .pillar-blue-box {
    padding: 40px 0px;
    text-align: center;
  }
  .blue-box-cm p {
    text-align: center!important;
  }
  .pillar-form-section .left-col{padding-right:0px;}
  .pillar-form-section h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .pillar-form-section h3 {
    font-size: 20px;
  }
  .pillar-form-section .form-heading {
    margin-bottom: 25px;
  }
  .pillar-form-section {
    padding: 47px 0px 50px;
  }
  .pillar-form-section .form-section {
    padding: 40px 20px 40px;
  }
  .row-fluid .pillar-form-section form .hs-button{
    margin-top:25px;
  }
}






/* ============================================
*      Generic Page
=============================================*/

body .container-fluid .row-fluid .generic-wrapper {
  max-width: 967px;
  margin: 0 auto;
  float: none;
  display: block;
}

.generic-section-one{
  padding:128px 0px 110px;
}
.generic-section-one p,
.generic-section-one h2{
  margin-bottom:20px;;
}

.generic-section-one img {
  margin-top: 40px;
  margin-bottom: 40px;
}

.generic-section-one h2 {
  margin-top: 37px;
}


.generic-section-one li {
  position: relative;
  margin-left:47px;
  margin-bottom:12px;
}
.generic-section-one ul {
  list-style: none;
}
.generic-section-one li:before {
  content: '';
  position: absolute;
  background-color: #363347;
  width: 7px;
  height: 7px;
  border-radius:100%;
  left: -20px;
  top: 10px;
}



.generic-page .lp-2020-latest-blog {
  padding: 80px 0px;
}

.generic-page .lp-2020-latest-blog .button-section {
  padding-top: 60px;
}



/*============Generic VIdeo CM =================*/

.generic-video-cm {
  margin: 20px 0px 40px;
}
.generic-video-cm .video-bg{
  padding:136px 0px;
  position:relative;
  z-index:1;
}

.generic-video-cm  .video-bg:before{
  content:"";
  position:absolute;
  background-color: rgba(58, 67, 96, 0.75);
  left:0px;
  right:0px;
  bottom:0px;
  top:0px;
  z-index:-1;
}

.generic-video-cm a.video-button {
  background: rgb(255, 255, 255, 0.8);
  height: 71px;
  width: 71px;
  font-size: 65px;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  box-sizing: border-box;
  text-align: center;
  padding-left: 12px;
}


@media(min-width:768px) and (max-width:1024px){
  .generic-section-one {
    padding: 75px 0px 56px;
  }
  .generic-page .client-section-1 {
    padding: 60px 0;
  }
}

@media(max-width:767px){
  .generic-section-one {
    padding: 50px 0px;
  }
  .generic-section-one li {
    margin-left: 31px;
  }
  .generic-section-one p, .generic-section-one h2 {
    margin-bottom: 14px;
  }
}






/*===========================================
*     Event Page
============================================*/

/*=============Event Filter =================*/

.event-filter-cm{
  background:#fcfbfb;
  padding:18px 0px;
}

.event-cm {
  padding: 87px 0px 125px;
}
.event-cm .event-body{
  padding:25px 21px;
}
.event-cm .event-body .event-date{
  color: #177bf4;
  margin-bottom:7px;
  margin-left:0px;
}

.team-filter-sec ul.filter-listing li,
.event-filter-sec ul.filter-listing li{
  text-transform:capitalize;
}

li.event-date.active,
.team-filter-cm li.active{
  color: #177bf4;
}

.event-cm .event-bg{
  position:relative;
}
.event-cm .share-link{
  position: absolute;
  bottom:-25px;
  right:46px;
}
.event-cm .share-link a {
  width: 51px;
  height: 51px;
  border-radius: 100%;
  background: #fff;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07);
  font-size: 26px;
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  line-height: 2.1;
}

.event-cm .share-link a i {
  color: #000;
  transition:0.5s all ease-in-out;
}
.event-cm .share-link a i:hover {
  transform: rotate(360deg);
  color:  #177bf4;
}
.event-cm .event-heading{
  margin-bottom:10px;
}
.event-cm .event-heading h3{
  font-size:20px;
  line-height: 1.4;
  margin-bottom:10px;
}

.event-cm .location{
  letter-spacing: normal;
  margin-bottom:15px;
}

.event-cm .book-now a{
  font-weight:600;
  text-decoration:underline;
}

body .row-fluid .event-cm .three-col-adjust span>.hs_cos_wrapper {
  box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.07);
}


/*======= Event FIlter =============*/

.event-filter-sec ul.filter-listing li.event-date,
.team-filter-sec ul.filter-listing li,
.event-cm .event-body{
  list-style: none;
  margin: 0px;
}


.event-filter-sec,
.team-filter-sec{
  max-width: 266px;
  margin: 0 auto;
}
.event-filter-cm .heading-text p {
  color: #363347;
}

.event-filter-sec .filter-select,
.team-filter-sec .filter-select{
  position:relative;
}
ul.filter-listing li.event-date {
  padding: 4px 20px;
}

ul.filter-listing li.event-date,
ul.filter-listing li{
  padding: 4px 20px;
  cursor:pointer;
  font-size:14px;
}
ul.filter-listing li.event-date:hover,
ul.filter-listing li:hover{
  background: #f2f2f2;
}

.event-filter-sec ul.filter-listing,
.team-filter-sec ul.filter-listing{
  margin: 0;
  position: absolute;
  left: 0px;
  right: 0px;
  text-align: left;
  padding: 5px 0px;
  background: #fff;
  z-index: 10;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.16);
}
.event-filter-sec .filter-heading p,
.team-filter-sec .filter-heading p{
  height: 45px;
  font-size: 14px;
  color: #55536194;
  font-family: 'Proxima Nova';
  font-weight: normal;
  box-sizing: border-box;
  padding: 10px 30px 10px 25px;
  text-align: left;
  text-transform: capitalize;
  border: 0;
  border-radius: 0px;
  margin: 0px;
  background: #ffffff url(https://cdn2.hubspot.net/hubfs/2791640/Pack-2020/Event%20Assets/combined-shape.png) no-repeat;
  background-position: calc(100% - 20px);
  -webkit-appearance: none;
  display: inline-block;
  width: 100%;
  cursor: pointer;
  border: solid .5px rgba(71, 71, 71, 0.36);
}



@media(min-width:768px) and (max-width:1024px){
  body .container-fluid .row-fluid .event-cm .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 45.9%;
    -webkit-flex-basis: 45.9%;
    float: left;
    margin-right: 4.1%;
    margin-top: 38px;
  }
  body .body-container-wrapper .container-fluid .row-fluid .event-cm .three-col-adjust>span {
    margin-right: -4.1%;
  }

  .latest-resource-cm {
    padding: 60px 0px 60px;
  }
  .event-cm {
    padding: 45px 0px 75px;
  }
}
@media(min-width:768px){

  body .container-fluid .row-fluid .event-cm .three-col-adjust>span,
  body .container-fluid .row-fluid .latest-resource-cm .three-col-adjust>span,
  body .container-fluid .row-fluid .team-filter-wd-001 .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.1%;
  }

  body .row-fluid .event-cm .three-col-adjust span>.hs_cos_wrapper,
  body .row-fluid .latest-resource-cm .three-col-adjust span>.hs_cos_wrapper,
  body .row-fluid .team-filter-wd-001 .three-col-adjust span>.hs_cos_wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.2%;
    -webkit-flex-basis: 30.2%;
    float: left;
    margin-right: 3.1%;
    margin-top: 38px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position:relative;
    flex-direction:column;

  }
}



/*==================================
* Resource RSS
* ===============================*/

.latest-resource-cm {
  padding: 120px 0px 125px;
}
.latest-resource-cm .resource-tag {
  padding: 18px 20px;
  font-size:18px;
  font-weight:600;
  color: #177bf4;
  text-transform:uppercase;
}
.latest-resource-cm .resource-heading h3 {
  font-size: 20px;
}

.latest-resource-cm .resource-image{
  min-height:203px;
  position:relative;
}

.resource-image a {
  transform: translate(50%, 50%);
  position: absolute;
  left: 31%;
  top: 18%;
}

.latest-resource-cm .resource-body {
  padding: 23px 20px;
}


.resource-filter{
  padding-top:70px;
  padding-bottom:130px;
}
.resource-selector a{
  border: solid 1px  #177bf4;
  background-color:  #177bf4;
  color:#fff;
  padding: 10px 35px;
  margin-right:22px;
  display:inline-block;
  cursor:pointer;
  transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}
.resource-selector a:hover {
  color:#3c90c9;
  background-color:#fff;
}
.resource-selector a.active {
  color:#3c90c9;
  background-color:#fff;
}
.resource-filter .card-content{
  box-shadow: 2px 2px 40px 0 rgba(0, 0, 0, 0.07);
}
.resource-filter .resource-card{
  margin-right: -3.8%;
  padding-top:60px;
}
.resource-filter .card-content{
  position: relative;
  margin-top: 3%;
  width: 30%;
  float: left;
  margin-right: 3%;
}
.resource-filter .card-bottom{
  padding:20px;
}
.resource-filter .resource-tag {
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 600;
  color:  #177bf4;
  text-transform: uppercase;
}
.resource-filter .img-link{
  position:relative;
  min-height:204px;
}
.resource-filter .play-link{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display:none
}
.resource-filter .video-link-active{
  display:block;
}

@media(max-width:768px){

  .resource-selector a{
    margin-right:10px;
    margin-top:10px;
  }
  .resource-filter{
    padding-top:60px;
    padding-bottom:60px;
  }
}


@media(max-width:767px){
  .event-cm {
    padding: 30px 0px 60px;
  }
  .latest-resource-cm {
    padding: 60px 0px 60px;
  }
  .resource-heading-text{
    text-align:center;
  }
  .resource-filter .card-content{
    width: 46%;
  }
}

@media (max-width:480px){
  .resource-filter .card-content{
    width: 100%;
    margin-right:0;
    margin-top:9%;
  }
  .resource-filter .resource-card{
    margin-right:0;
  }
}





/*==================================
*  Team Single Page
* ===============================*/

.profile-section{
  padding:125px 0px;
}

.profile-section .right-col {
  padding: 0px 30px 20px;
}
.profile-section p {
  letter-spacing: normal;
}


.profile-section .right-col h3{
  font-size:28px;
  margin-top:40px;
  margin-bottom:20px;
}
.profile-section .social-share-cm .person-name h3 {
  margin-top: 0px;
  margin-bottom: 10px;
}

.back-to-page a.cta_button {
  padding: 15px 70px;
}

.person-social-share a {
  width: 35px;
  height: 35px;
  text-align: center;
  background: #3c90c9;
  border-radius: 100%;
  box-sizing: border-box;
  color: #fff;
  margin-right:10px;
  display:inline-block;
}
.person-social-share i {
  line-height: 2.3;
}
.person-social-share {
  margin: 15px 0px 25px;
}
.profile-section .back-to-page {
  padding-top: 125px;
}

@media(min-width:768px) and (max-width:1024px){
  .profile-section .back-to-page {
    padding-top: 55px;
  }
  .profile-section {
    padding: 60px 0px;
  }
  .profile-section .left-col.section-bg{
    background-size:contain!important;
  }
}

@media(max-width:767px){
  .profile-section .right-col{
    padding:0px;
    margin-top:40px;
  }
  .profile-section .back-to-page {
    padding-top: 30px;
  }
  .profile-section {
    padding: 50px 0px;
  }
  body .container-fluid .profile-section .left-col.section-bg{
    min-height:510px;
    max-width:350px;
    margin: 0 auto;
  }
}




/*==================================================================
*  ==================== New Homepage ===========================
* ================================================================*/


/**************************************
* Hero Section 
* **********************************/

.new-hero-section{
  padding:100px 0px;
}
.new-hero-section h1{
  margin-bottom:30px;
}

.new-hero-section .hero-text p{
  max-width:540px;
  margin-bottom:40px;
}
.new-hero-section p{
  font-size:20px;
  //color:#808080;
  line-height:1.5;
}

/*============= Counter Section ===============*/

.counter-icon-section {
  padding: 50px 0px;
}

.sec-below-counter{
  padding-top:60px;
}
.sec-below-counter p{
  max-width:738px;
  margin:0 auto;
  font-size:18px;
}
.sec-below-counter .load-more-btn{
  margin-top:35px;
}


/*===========================================
* Repeat New Two Column CM
============================================*/

.with-black-bg .two-col-module-cm .single-two-col{
  padding: 78px 0px 50px;
}

.row-fluid .with-black-bg .two-col-module-cm .single-two-col .right-col ul li:before{
  background:#fff;
}
.row-fluid .with-black-bg .two-col-module-cm .single-two-col .right-col,
.row-fluid .with-black-bg .two-col-module-cm .single-two-col .right-col h2{
  color:#fff;
  margin-bottom:20px;
}
.row-fluid .with-black-bg .two-col-module-cm .single-two-col .right-col p{
  margin-bottom:25px;
}
.with-black-bg .left-col p{
  margin-bottom:0px;
  font-size:13px;
  margin-top:10px;
}
.with-black-bg .left-col a{
  text-decoration:underline;
}

@media(min-width:768px){
  .ie11 .two-col-module-cm .left-col,
  .ie11 .hero-with-video2-cm .right-col,
  .ie11 .two-col-icon-cm .left-col{ 
    display:block;
  }

  .two-col-module-cm .left-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
  }
  .two-col-icon-cm .single-two-col.reverse-row {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
  }
  .two-col-icon-cm .single-two-col.reverse-row .right-col{
    padding-left:0;
    padding-right:4%;
    margin-left:0px;
    margin-right:2.564102564%;
  }

  .with-black-bg .left-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    flex-direction:column;
  }
}





/*========================================
* With Dark Bg CM
========================================*/

.with-black-bg h2,
.with-black-bg p{
  margin-bottom:25px;
}
.with-black-bg a.cta_button{
  margin-top:20px;
}

/*===========================================
New Repeat Two Col Icon CM 
============================================*/

.two-col-icon-cm .right-col .top-heading h2 {
  margin-bottom:20px;
}
.two-col-icon-cm .single-two-col .top-heading p,
.two-col-module-cm .single-two-col.reverse-order .right-col p{
  margin-bottom: 20px;
}
.two-col-icon-cm .single-two-col .top-heading .hs-cta-wrapper {
  margin-top: 35px;
  display: block;
}

.why-choose .two-col-icon-cm{
  padding-bottom:50px;
}
.why-choose .two-col-icon-cm .single-two-col .right-col a.cta_button{
  padding:15px 53px;
}

.normal-two-col .two-col-module-cm .right-col h3{
  margin-top:28px;
}
.normal-two-col .two-col-module-cm .single-two-col{
  padding-bottom:133px;
}
.two-col-icon-cm .list-grp{
  margin-bottom:30px;
}
.two-col-icon-cm .list-grp{
  display:none;
}
.two-col-icon-cm .list-grp.show-list{
  display:block;
}


/*=================== Blog Setion ===============*/

.lp-2020-latest-blog .latest-blog-subheading p {
  font-size: 20px;
}


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

.banner-sec{
  padding:112px 0px;
  background:#000;
}
.banner-sec h2{
  font-size:42px;
  font-weight: 500;
  line-height: 1.29;
  letter-spacing: 0.06px;
  font-family:;
}
.banner-sec .transparent-cta a.cta_button{
  background:tranparent;
}
.banner-sec .transparent-cta a.cta_button:hover{
  color: #000000 ;
}
.banner-sec .transparent-cta a.cta_button:hover:before{
  background:#fff;
}



/*================= Book Demo Form ======================*/

@media(min-width:768px){
  body .row-fluid .book-a-demo .hs-form fieldset.form-columns-2 .hs-form-field:first-child {
    width: 45%;
    margin-right: 6%;
  }
  body .row-fluid .book-a-demo .hs-form fieldset.form-columns-2 .hs-form-field:last-child {
    margin-right:0px;
  }   
}

@media(min-width:768px) and (max-width:1024px){
  .new-hero-section {
    padding: 80px 0px;
  }
  .home-section-one {
    padding: 65px 0px;
  }
  .lp-2020-three-column {
    padding: 60px 0px;
  }
  .with-black-bg .two-col-module-cm .single-two-col {
    padding: 50px 0px;
  }
  .lp-2020-slider-module {
    padding:60px 0px;
  }
  .two-col-icon-cm {
    padding: 60px 0px;
  }
  .two-col-module-cm .single-two-col {
    padding: 60px 0px;
  }
  .banner-sec {
    padding: 60px 0px;
  }
  .book-a-demo {
    padding: 60px 0 80px;
  }
  .book-a-demo .left-col {
    padding: 90px 38px 60px;
  }

  body .row-fluid .pricing-module-2020 .three-col-adjust span>.hs_cos_wrapper{
    padding:20px;
  }
  .pricing-user{
    position:relative;
    top:0px;
  }
  .pricing-module-2020 h3, .pricing-module-2020 h3{
    padding-bottom:0px;
    margin-bottom:20px;
  }

  .pricing-module-2020 ul .active-tabber-heading li{
    padding: 11px 31.15px;
  }
  .two-col-icon-cm .single-two-col{
    padding:30px 0px;
  }
  .why-choose .two-col-icon-cm{
    padding-bottom:0px;
  }
  .lp-2020-latest-blog .button-section{
    padding-top:40px;
  }
  .banner-sec h2{
    font-size:35px;
  }
}

@media(max-width:767px){

  .with-black-bg .right-col{
    margin-top:40px;
  }

  body .row-fluid .lp-2020-three-column .three-column-icon{
    text-align:center;
    margin:0 auto;
  }
  .lp-2020-three-column .three-column-content {
    max-width: 100%;
    text-align:center;
    padding:0px 20px;
  }
  .header-section img {
    max-width: 200px!important;
  }
  .new-hero-section {
    padding: 70px 0px;
    text-align:center;
  }
  .new-hero-section .transparent-cta{
    margin-top: 20px;
  }
  .new-hero-section .right-col{
    margin-top:40px;
    margin-bottom:40px;
  }

  .new-hero-section .hero-text p {
    max-width: 100%;
  }
  .new-hero-section .equal-height-container .row-fluid-wrapper>.row-fluid{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
    -ms-flex-direction:column-reverse;
    flex-direction:column-reverse
  }
  .lp-2020-slider-module .heading p,
  body .center-heading p,
  .lp-2020-latest-blog .latest-blog-subheading p{
    font-size:16px;
  }
  .why-choose .two-col-icon-cm .center-heading{
    margin-bottom:40px;
  }
  .two-col-icon-cm {
    padding: 50px 0px;
  }
  .normal-two-col .two-col-module-cm .single-two-col{
    padding-bottom:40px;
  }
  .pricing-module-2020{
    padding-top:30px;
  }
  .banner-sec .heading-text{
    margin-bottom:30px;
  }
  .banner-sec h2 {
    font-size: 28px;
  }
  .banner-sec {
    padding: 50px 0px;
  }
  .banner-sec .white-cta{
    margin-bottom:20px;
  }
  body .container-fluid .row-fluid .hero-cta-module a.cta_button{
    display:block;
  }
  body .container-fluid .row-fluid .hero-cta-module{
    margin:0 auto;
    display:block;
    float:none;
  }
  .book-a-demo .right-col .bottom-module{
    max-width:100%;
  }
  .book-a-demo .row-fluid form .hs-button.primary{
    width:100%;
  }
  .book-a-demo .left-col{
    text-align:center;
  }
  .book-a-demo .row-fluid form .field>label{
    text-align:left;
  }
  .book-a-demo .text-module {
    margin-bottom: 20px;
  }
  .new-hero-section p{
    font-size:16px;
  }

}

@media(max-width:480px){
  .hero-cta-module .left-cta,
  .hero-cta-module .right-cta.transparent-button{
    display:block;
    width:100%;
    text-align:center;
  }
  .new-hero-section h1 {
    margin-bottom: 15px;
  }
  .hero-cta-module .left-cta a.cta_button{ margin-bottom:20px;}

  .with-black-bg .two-col-module-cm .single-two-col {
    padding: 40px 0px 50px;
  }
}





/*===========================================================
* New About Page 
* =========================================================*/

.new-about-sec h1{
  max-width:544px;
  margin:0 auto;
}

/*************** Section One ******************/

.about-company-sec{
  padding: 100px 0px 150px;
}
.about-company-sec .left-col {
  padding-right: 55px;
}
.about-company-sec .left-col h2{
  margin-bottom:25px;
}
.about-company-sec .left-col p{
  margin-bottom:20px;
}
.about-company-sec .right-col .img-caption>p{
  font-size:13px;
}


/*======================================
* About Feature Section 
=======================================*/

.feature-two-column-cm{
  padding:100px 0px 100px;
}
.feature-two-column-cm .left-col.section-heading h2 {
  max-width: 300px;
}
.feature-two-column-cm .inner-text {
  padding-right: 30px;
}

@media(min-width:768px) and (max-width:1024px){
  .about-company-sec {
    padding: 60px 0px 110px;
  }
  .feature-two-column-cm {
    padding: 60px 0px;
  }
  .about-sider-cm {
    padding: 60px 0px 110px;
  }
  .about-logo-cm {
    padding: 60px 0px 40px;
  }
  body .hero-section-cm{
    padding:140px 0px;
  }
  .feature-two-column-cm .inner-text {
    padding-right: 10px;
  }
}

@media(max-width:767px){
  .feature-two-column-cm .inner-text {
    padding-right: 0px;
  }
}



/*****************************About Slider **********************/

.about-sider-cm{
  padding:100px 0px 150px;
}
.about-sider-cm .left-content-slider {
  padding: 40px 140px 40px 30px;
  display:flex;
  justify-content:flex-end;
}
.about-sider-cm .section-heading{
  max-width:394px;
}
.about-sider-cm .section-heading h2{
  margin-bottom:30px;
}
.about-sider-cm .section-heading p{
  font-size:16px;
  line-height:1.75;
}

.about-slider .slick-slide:focus{
  outline:none;
}
.about-slider .slick-dots li{
  margin: 0 5px;
  display: inline-block;
}
.about-slider .slick-dots li.slick-active button {
  width: 14px;
  height: 14px;
  opacity: 1;
  background: #f69679;
}
.about-slider .slick-dots li button:hover{
  background: #f69679;
}
.about-slider .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: .5
}
.about-slider .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ebebeb;
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: .5
}
.about-slider .slick-dots li:focus,.about-slider .slick-dots li.slick-active button:focus {
  outline: none;
}

.about-slider .slide-arrow {
  position: absolute;
  bottom:-50px;
}

.about-slider .prev-arrow {
  border: 0px;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index: 1;
  position: absolute;
  left:22px;
}

.about-slider .next-arrow {
  border: 0px;
  background: transparent;
  outline: none;
  cursor: pointer;
  z-index:1;
  left:120px;
  position:absolute;
}

.about-slider .quote-img {
  margin-bottom: 35px;
}
.about-slider .quote-text p{
  line-height:2.23;
}
.about-slider .inner-div {
  box-shadow: 6px 6px 20px 0 rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  padding: 34px 30px 135px;
  margin:0px 25px;
  min-height:490px;
  position:relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.about-slider .single-slider.slick-slide {
  margin: 25px;
}

.about-slider .person-overview{
  position:absolute;
  bottom:35px;
}
.about-slider .person-name{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.44;
  letter-spacing: normal;
  color: #08376b;
  font-family: ;
  margin-bottom:10px;
}
.about-slider .person-desig{
  font-size:16px;
  line-height:1.63;
  color:#474747;
  text-transform:uppercase;
}

@media(min-width:1550px){
  body .right-content-slider .slider-module{
    width: 48vw;
  }
}

@media (max-width: 1550px) and (min-width: 1024px){
  body .right-content-slider .slider-module{
    width: 47vw;
  }
  .about-slider .single-slider.slick-slide {
    margin: 10px;
  }
  .about-slider .inner-div {
    padding:34px 20px 135px;
  }
}

@media(min-width:768px) and (max-width:1024px){
  .about-sider-cm .left-content-slider{
    padding: 40px 20px 40px 30px;
  }
}

@media(max-width:767px){
  .slider-module {
    padding: 0px 20px;
  }
}
@media(max-width:480px){
  .about-slider .inner-div{
    padding: 34px 15px 135px;
  }
  .about-slider .quote-text p{
    font-size:14px;
  }
  .about-slider .single-slider.slick-slide {
    margin: 15px;
  }
}
/*==========================Logo List =======================*/

.about-logo-cm{
  padding:100px 0px 80px;
}
.about-logo-cm .logo-list{
  list-style:none;
  margin:0px;
  text-align:center;
}
.about-logo-cm ul li {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
  vertical-align: middle;
  margin-right: 15px;
  margin-bottom: 20px;
}
.about-logo-cm ul li img{
  max-width: 140px!important;
}

.hs-menu-wrapper.hs-menu-flow-vertical>ul li.hs-menu-depth-1>a {
  padding-left:0px;
}

/*==========================================
* Simple Two Column 
==========================================*/

.simple-two-column-cm .left-col{
  padding-right:47px;
}
.simple-two-column-cm h2,
.simple-two-column-cm p{
  margin-bottom:20px;
}
.simple-two-column-cm .img-caption p{
  margin-bottom:0px;
}

.simple-two-column-cm a.cta_button{
  margin-top:20px;
}

@media(min-width:768px){
  .simple-two-column-cm .right-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    justify-content:center;
  }
}


@media(max-width:767px){
  .about-logo-cm{
    text-align:center;
  }
  .about-company-sec{
    padding:50px 0px 90px;
  }
  .feature-two-column-cm {
    padding: 50px 0px;
    text-align: center;
  }
  body .row-fluid .feature-two-column-cm .two-col-adjust span>.hs_cos_wrapper{
    margin-top:30px;
  }
  .about-sider-cm .left-content-slider{
    padding:20px;
    text-align:center;
    display:block;
    max-width:100%;
  }
  .about-sider-cm .section-heading{
    display:block;
    max-width:100%;
  }
  .about-sider-cm {
    padding: 50px 0px 120px;
  }
  .about-logo-cm {
    padding: 60px 0px 40px;
  }
  .section-heading{
    margin-bottom:30px;
  }
  body .row-fluid .hero-section-cm{
    padding:100px 0px;
  }
  .lp-2020 .lp-2020-three-column{
    padding:50px 0px 20px;
  }
  .lp-2020 .lp-2020-sec-one {
    padding-bottom: 50px;
  }

  /*=========Simple Two Column  ===============*/
  .simple-two-column-cm .right-col{
    text-align:center;
  }
  .simple-two-column-cm .left-col{
    text-align:center;
    padding-right:0px;
    margin-top:30px;
  }
  .simple-two-column-cm .row-fluid-wrapper>.row-fluid{
    display:flex;
    flex-direction:column-reverse;
  }  

  .with-black-bg .left-col p{
    text-align:center;
  }
}



/*==========Hero section cm ============*/

.hero-section-cm{
  padding: 195px 0px;
  position:relative;
}

.hero-section-cm .hero-text{
  max-width: 654px;
  margin: 0 auto;
}
.hero-section-cm .hero-text p,
.hero-section-cm .max-hero-text p{
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
}

.hero-section-cm .max-hero-text{
  max-width: 835px;
  margin: 0 auto;
  margin-bottom:40px;
}








/*========================================
* Hero Video Popup 2 CM
=====================================*/
.video-v2-cm.bg-color{
  background-image:none!important;
}
.video-v2-cm.bg-img{
  background-color:transparent!important;
}
.video-v2-cm .video-body{
  margin-bottom:45px;
}
.video-v2-cm .section-heading h2,
.video-v2-cm .section-heading p{
  color:#fff;
}
.video-v2-cm .video-body .play-button{
  display: block;
  width: 70px;
  height: 70px;
  margin:auto;
  margin-bottom:15px;
  background: #177bf4;
  border-radius: 50%;
  animation: shadow-pulse 1s infinite linear;
}

.video-v2-cm .video-body .play-button i{
  font-size: 30px;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 10px 15px 15px;
  line-height: 50px;
}

.video-v2-cm .hide-cta{
  display:none;
}
.video-body .active-link{
  display:none;
}
.wis-active .active-a {
  display: inline-block;
}
.fancy-active .active-b {
  display: inline-block;
}


/*=====================================
* Schedule A Demo 2
* ==================================*/
.schedule-demo-cm .img-body{
  max-width:940px;
  margin:auto;
  min-height:314px;
}
.schedule-demo-cm .hide-cta{
  display:none
}
.schedule-demo-cm .cta-body{
  margin-top:40px;
}


/*=============================================
* New Resouce CM 2
* ==========================================*/
.new-res-cm .res-card{
  position:relative;
  overflow:hidden;
}
.new-res-cm .resource-cards{
  margin-top:30px;
}
.new-res-cm .res-card:before{
  position: absolute;
  content: '';
  border: solid 1px #e4e5e6;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  transition: all ease-in-out .5s;
  pointer-events: none;
}

.new-res-cm .res-card .card-img{
  min-height:320px;
}
.new-res-cm .res-card .mini-content{
  min-height:75px;
}
.new-res-cm .res-card .content{
  position: absolute;
  top: 79%;
  left: 0;
  right: 0;
  bottom:0;
  padding:20px 35px;
  transition: all ease .5s;
  background: #F8FBFF;
}
.new-res-cm .res-card:hover .content{
  top:0;
}
.new-res-cm .res-card .content .watch-link{
  position: absolute;
  bottom: 58px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity:0;
  transition: all ease .1s;
}
.new-res-cm .res-card:hover .watch-link{
  opacity:1;
}

@media (max-width:768px){
  .new-res-cm .res-card .content{
    padding: 20px 15px;
  }
  .new-res-cm .res-card .content{
    top: 79%;
  }
}




/*================================
* CUSTOM HERO SECTION
=================================*/
.hero_section_heading{
  max-width:680px;
  margin:0 auto;
}

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

.cta-top-spacing{
  margin-top:35px;
}

/*======== Hero WD 7 ======*/
.hero_wd_7 .section-heading{
  margin-bottom:40px;
}

/*=============Hero WD 22 ========*/
.hero_section_wd_22 .section-heading{
  margin-bottom:30px;
}
.hero_section_wd_22 .border-bottom{
  padding-bottom:30px;
  border-bottom:1px solid #888888;
}
.hero_section_wd_22 .no-cta-style a.cta_button{
  color: #000000 ;
  font-weight:600;
}

/*==============Hero WD 3 ===============*/
.hero_section_wd_3 .two-col-item {
  padding-bottom: 72px;
}
.hero_section_wd_3 .single-col {
  padding: 40px 35px 25px 35px;
}
.hero_section_wd_3 .single-col .logo{
  margin-bottom:25px;
  width:80px;
  height:80px;
  border-radius:50%;
}
.hero_section_wd_3 .hero_section{
  box-shadow: 0px 1px 10px rgba(0,0,0,0.1);
}

/*=========Hero WD 29 ===========*/
.hero_section_heading .img-module{
  margin-bottom:20px;
}
.hero_section_heading .img-module img{
  border-radius:100%;
  height:60px;
  width:60px;
}

/*=============Hero WD 8 ===============*/
.hero-section-wd-8{
  padding:200px 0px 354px;
}
.hero-section-wd-8 .hero-text-wd-8{
  max-width:670px;
  margin-bottom:30px;
}
.hero-section-wd-8 .hero-text-wd-8 p{
  font-size:20px;
  line-height:1.5;
  letter-spacing:normal;
}

/*============= Hero WD 12 ==============*/
.hero-section-wd-12{
  padding:158px 0px 377px;
}
.hero-section-wd-12 .hero-text{
  margin-bottom:40px;
}
.hero-section-wd-12 .hero-text p{
  font-size:20px;
  line-height:1.5;
}


@media(min-width:768px) and (max-width:1024px){
  .hero-section-wd-12{
    padding: 100px 0px 200px;
  }
  .hero-section-wd-8 {
    padding: 80px 0px 150px;
    background-image: linear-gradient(165deg, #177bf4 68.2%, transparent 68.3%)!important;
  }
  .hero-section-wd-15 .bg-image {
    height: 433px;
    max-width: 600px;
  }
}  
@media(max-width:767px){
  .hero-section-wd-12{
    padding:80px 0px 120px;
  }

  .hero-section-wd-8{
    padding: 80px 0px 160px;
  }
  body .row-fluid .hero-section-wd-15 .bg-image {
    height: 320px;
    max-width: 380px;
  }
  .hero_section_wd_3 .new-hero-text{
    text-align:center;
  }
  .hero-with-banner-img .cta-row, .hero_section_wd_3 .cta-row{ 
    justify-content:center;
  }
  .hero_section_wd_22 .left-col {
    margin-top: 34px;
  }
}

@media(max-width:480px){
  body .row-fluid .hero-with-banner-img .cta-row, .hero_section_wd_3 .cta-row{
    display:block;
  }
  .hero-with-banner-img .cta-row, .hero_section_wd_3 .cta-row .simple-cta{
    margin-bottom:20px;
  }
}


/*===============Hero WD 15 =================*/
.hero-section-wd-15{
  position:relative;
}
.hero-section-wd-15:before{
  content:"";
  position:absolute;
  bottom:0px;
  left:0px;
  right:0px;
  width:100%;
  height:40px;
  border-bottom-left-radius:50%;
  border-bottom-right-radius:50%; 
  background:#fff;
}
.hero-section-wd-15 .hero-heading{
  max-width:679px;
  margin:0 auto;
  margin-bottom:100px;
} 
.hero-section-wd-15 .hero-heading p{
  font-size:20px;
}
.hero-section-wd-15 .hero-heading h6{
  font-size:16px;
}
.hero-section-wd-15 .widget-type-cta{
  margin-top:30px;
}

.hero-section-wd-15 a.video_cta {
  padding: 14px 40px;
  background: #000000;
  font-size: 30px;
}
.hero-section-wd-15 .bg-image {
  height: 523px;
  max-width: 900px;
  margin: 0 auto;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
}


/*============= Hero Section WD 26 ===========*/
body .row-fluid .hero-section-wd-26 .left-col{
  min-height:350px;
}
.hero-section-wd-26 .right-col {
  padding: 80px 20px;
}
.hero-section-wd-26 .right-col p>span{
  background:#FFC107;
  padding:5px 22px;
  text-transform:uppercase;
  color:#fff;
  margin-right:10px;
}
.hero-section-wd-26 .right-col p:first-child{
  font-size:14px;
  font-weight:600;
  text-transform:uppercase;
  margin-bottom:30px;
}
.hero-section-wd-26 .right-col .simple-cta{
  margin-top:35px;
}

/*================================
*  Content Custom Module 
==================================*/

/*==========Content WD 4 ===============*/
.content-section-wd-4-left-col.span4 h2 {
  text-transform: none;
}
.content-section-wd-1-right-col.span8 a {
  color: #000000;
  text-decoration: underline
}
body .row-fluid .content-section-wd-1-right-col.span8{
  width: 67.6%;
  margin-left: 9%;
}
body .row-fluid .content-section-wd-4-left-col.span4 {
  width: 23%;
}
.content-section-wd-1-right-col.span8 p {
  padding-bottom: 18px;
}
.content-section-wd-1-right-col.span8 p:last-of-type {
  padding-bottom: 43px;
}
@media(max-width:767px){
  body .row-fluid .content-section-wd-4-left-col.span4 {
    width: 100%;   
    padding-bottom: 10px;
  }
  .content-section-wd-4{
    text-align:center;
  }
  body .row-fluid .content-section-wd-1-right-col.span8{
    width:100%;
    margin-left:0%;
  }
}
/*============Content Section WD 9 ==============*/
.content-section-wd-9 h2,.section-wd-9-card.hs_cos_wrapper h3 {
  text-transform: none;
}

.section-wd-9-card.hs_cos_wrapper img {
  max-width: 90px;
}
body .row-fluid .content-section-wd-9 .three-col-adjust span>.hs_cos_wrapper {
  padding: 30px 25px 25px;
  -webkit-transition: all .4s;
  transition: all .4s;
  -ms-flex-preferred-size:26.7%;
  cursor:pointer;
}
body .row-fluid .content-section-wd-9 .three-col-adjust span>.hs_cos_wrapper:hover {
  box-shadow: 2px 2px 40px 0 rgba(0,0,0,0.07);
}
.section-wd-9-card.hs_cos_wrapper h3 {
  padding-top: 25px;
}
@media(max-width:767px){
  body .row-fluid .content-section-wd-9 .three-col-adjust span>.hs_cos_wrapper{
    text-align:center;
  }
}
/*==========Content Section WD 12 =============*/

.content_section_wd_12 .section-heading {
  margin-bottom: 40px;
}

.cont-sec-wd-12-module{
  padding:35px 30px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
}
body .row-fluid .content_sec_wd_12 .three-col-adjust span>.hs_cos_wrapper {
  margin-top: 30px;
}
.content_sec_wd_12 .module .logo{
  margin-bottom:25px;
}
.cont-sec-wd-12-logo{
  margin-bottom:20px;
}
body .row-fluid .content_section_wd_12 .three-col-adjust span>.hs_cos_wrapper {
  transition: all .4s ease;
  cursor: pointer;
}
body .row-fluid .content_section_wd_12 .three-col-adjust span>.hs_cos_wrapper:hover {
  transform: translateY(-10px);
}
.content_sec_wd_12 .no-cta-style a.cta_button:hover{
  color: #177bf4;
}

/*============Content Section WD 14 ===========*/
.content-section-wd-14 .inner-section{
  padding: 70px 30px 30px;
  position:relative;
}
body .row-fluid .content-section-wd-14 .three-col-adjust span>.hs_cos_wrapper{
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
}
.content-section-wd-14 .num {
  width: 64px;
  height: 64px;
  background:  #000000 ;
  border-radius: 0 0 0 100px;
  -moz-border-radius: 0 0 0 100px;
  -webkit-border-radius: 0 0 0 100px;
  position:absolute;
  right:0px;
  top:0px;
}
.content-section-wd-14 .num h4{
  color: #fff;
  text-align: center;
  font-size: 25px;
  padding: 9px 5px 0px 18px;
}


/*========== Content WD 42 =========*/
.wd-42-content {
  max-width: 812px;
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  margin: 0 auto;
  padding: 47px 71px 48px 48px;
  box-sizing: border-box;
}
.wd-42-content ul li {
  position: relative;
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding: 24px 24px 24px 0px;
}
.wd-42-content ul li:after {
  position: absolute;
  content: '\f00c';
  font-family: FontAwesome;
  right: 0px;
  color: #000;
  font-size: 13px;
}
.wd-42-content ul li:first-of-type {
  padding-top: 0px;
}
.wd-42-content ul li:last-of-type {
  border-bottom: none;
  padding-bottom: 0px;
}
.wd-42-heading {
  padding-bottom: 61px;
}
@media(max-width:767px) and (min-width:426px){
  .wd-42-content{
    padding: 16px 39px 16px 16px;
  }
}
@media(max-width:425px) {
  body .row-fluid .wd-42-content{
    padding: 7px 34px 11px 10px;
  }
}

/*==================================
* Contact Custom Module 
===================================*/




/*=========Contact-us-wd-3 ================*/
.contact-us-wd-3 .form-sec {
  max-width: 605px;
  margin: 0 auto;
}
.contact-us-wd-3 .form-sec form{
  padding-top:50px;
}

.contact-us-wd-3 .icon-inner-sec,
.contact-us-wd-4 .icon-inner-sec{
  position: relative;
}
.contact-us-wd-3 .icon-inner-sec .icon,
.contact-us-wd-4 .icon-inner-sec .icon{
  position: absolute;
  top:0px;
}
.contact-us-wd-3 .icon-inner-sec .text-content,
.contact-us-wd-4 .icon-inner-sec .text-content{
  padding-left:70px;
}
.contact-us-wd-3 .icon-inner-sec .text-content h3,
.contact-us-wd-3 .icon-inner-sec .text-content p,
.contact-us-wd-4 .icon-inner-sec .text-content h3,
.contact-us-wd-4 .icon-inner-sec .text-content p{
  margin-bottom:0px;
}

.contact-us-wd-3 .bottom-sec,
.contact-us-wd-4 .bottom-sec{
  padding-top:40px;
  border-top:1px solid  #000000 ;
  margin-top:70px;
}

@media(max-width:767px){
  body .row-fluid .contact-us-wd-3 .right-col{
    min-height:300px;
    margin-bottom: 35px;
  }
  body .row-fluid .wd-20-from-sec .left_map_iframe .hs-responsive-embed-wrapper.hs-responsive-embed, 
  body .row-fluid .wd-20-from-sec .left_map_iframe .hs-responsive-embed-inner-wrapper,
  body .row-fluid .contact-us-wd-3 .hs-responsive-embed-inner-wrapper,
  body .row-fluid .contact-us-wd-3 .hs-responsive-embed-wrapper.hs-responsive-embed{
    height:300px!important;
    max-height:300px!important;
  }
}

/*========= Contact us wd 4 ==========*/
.contact-us-wd-4 .col-right {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  padding: 54px;
  border-radius: 8px;
}
.row-fluid .contact-us-wd-4 form input,
.row-fluid .contact-us-wd-4 form select,
.row-fluid .contact-us-wd-4 form textarea{
  border-width:0px 0px 1px 0px;
  border-color: rgb(0, 0, 0, 0.2);
}
.contact-us-wd-4 .left-form-sec {
  padding: 64px;
}
.contact-us-wd-4 .form-heading {
  padding-bottom: 45px;
}
.contact-us-wd-4 .company-detail {
  max-width: 262px;
}
.contact-us-wd-4 .company-detail p:first-child,
.contact-us-wd-4 .company-name {
  margin-bottom:25px;
}
.contact-us-wd-4 .company-detail p{
  margin-bottom: 0px
}


@media(min-width:768px) and (max-width:1024px){
  .contact-us-wd-4 .col-right{
    padding: 20px 25px 45px;
  }
  .contact-us-wd-4 .left-form-sec {
    padding: 30px 20px;
  }
  .contact-us-wd-4 .form-heading {
    padding-bottom: 30px;
  }
}
@media(min-width:768px){
  .contact-us-wd-20 .left-col{
    width: 44.717949%;
  }
  .contact-us-wd-20 .right-col{
    width:55.282051564%;
    margin-left:0px;
  }

  .contact-us-wd-4 .left-col{
    width:57%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
  .contact-us-wd-4 .col-right{
    width:43%;
    margin-left:0px;
  }
}

@media(max-width:767px){
  body .row-fluid .contact-us-wd-20 .left-col,
  .wd-20-from-sec .left_map_iframe .hs-responsive-embed-wrapper.hs-responsive-embed, 
  .wd-20-from-sec .left_map_iframe .hs-responsive-embed-inner-wrapper{
    min-height: 270px;
  }
  .contact-us-wd-20 .right-col {
    padding: 30px 20px 40px;
  }
  .contact-us-wd-3 .icon-inner-sec,
  .contact-us-wd-4 .icon-inner-sec{
    margin-bottom: 20px;

  }
  .contact-us-wd-3 .icon-inner-sec .icon{
    max-width:34px;
  }
  .contact-us-wd-3 .icon-inner-sec .text-content {
    padding-left: 51px;
  }
  .contact-us-wd-3 .form-sec form {
    padding-top: 30px;
  }
  .contact-us-wd-3 .bottom-sec,
  .contact-us-wd-4 .bottom-sec{
    margin-top:43px;
  }

  .contact-us-wd-4 .col-right{
    padding: 20px 25px 45px;
  }
  .contact-us-wd-4 .left-form-sec {
    padding: 30px 20px;
  }
  .contact-us-wd-4 .form-heading {
    padding-bottom: 30px;
  }
}

/*===============Contact us WD 20============*/

.contact-us-wd-20 .right-col {
  padding: 100px 30px;
}
.wd-20-from-sec{
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  max-width: 1140px;
  margin: 0 auto;
}

.wd-20-from-sec .inner-form {
  max-width: 408px;
  margin: 0 auto;
}
.wd-20-from-sec .form-heading-text{
  margin-bottom:40px;
}

.wd-20-from-sec .inner-form form input,
.wd-20-from-sec .inner-form form textarea{
  border: 0;
  border-bottom: 1px solid  #000000 ;
}


.wd-20-from-sec .left_map_iframe .hs-responsive-embed-wrapper.hs-responsive-embed,
.wd-20-from-sec .left_map_iframe .hs-responsive-embed-inner-wrapper,
.contact-us-wd-3 .hs-responsive-embed-inner-wrapper,
.contact-us-wd-3 .hs-responsive-embed-wrapper.hs-responsive-embed{
  width: 100% !important;
  height: 100% !important;
  overflow: auto !important;
  padding: 0 !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
}


/*======== form Contact us wd 1 =============*/
.form-contact-us-wd-1 .map-card {
  width: 100%;
}
.form-contact-us-wd-1 .map-body {
  border-radius: 8px;
  box-shadow: 0 2px 34px 0 rgba(0,0,0,0.12);
  background: #fff;
  padding: 26px 28px;
  max-width: 310px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}

.form-contact-us-wd-1 .map-iframe {
  margin-bottom: -124px;
  position:relative;
  top:0px;
}
.form-contact-us-wd-1 .hs-responsive-embed-inner-wrapper{
  padding:0!important;
  min-height:280px;
}
.form-contact-us-wd-1 .map-body h3{
  font-size:18px;
}
.form-contact-us-wd-1 .office-address {
  padding: 25px 0px 40px;
}
.form-contact-us-wd-1 .office-address p:first-child{
  margin-bottom:30px;
}

.form-contact-us-wd-1 .office-address p{
  margin-bottom:0px;
}

.form-contact-us-wd-1 .map-body .map-link a{
  text-decoration:underline;
  color: #000000 ;
}

.form-contact-us-wd-1 .map-body a{
  color:#555361;
  margin-bottom:7px;
}





/*======= Blog RSS WD 1 ==============*/

.recent-post-listing.post-listing {
  max-width: 945px;
  margin: 0 auto;
}

.blog-rss-feed-wd-1 .recent-post-listing .hs-featured-image-wrapper{
  position:relative;
  z-index:3;
}
.blog-rss-feed-wd-1 .recent-post-listing .hs-featured-image-wrapper>a{
  position:absolute;
  left:0px;
  bottom:0px;
  top:0px;
  right:0px;
  z-index: 1;
}
.blog-rss-feed-wd-1 .recent-post-listing .hs-featured-image-wrapper p{
  font-size:12px;
}
.blog-rss-feed-wd-1 .recent-post-listing .hs-featured-image-wrapper .card-body {
  position: absolute;
  bottom: 20px;
  padding:0px 10px 0px 0px;
  z-index: 1;
}
.blog-rss-feed-wd-1 .recent-post-listing .hs-featured-image-wrapper:before{
  content:"";
  position:absolute;
  left:0px;
  bottom:0px;
  top:0px;
  right:0px;
  background-image: linear-gradient(to top, #000000, rgba(245, 245, 245, 0) 41%);
  z-index:1;
}
.recent-post-listing .left-col .hs-featured-image-wrapper {
  min-height: 540px;
  padding:35px;
}
.recent-post-listing .right-col .hs-featured-image-wrapper{
  min-height:250px;
  padding:20px;
}
.title-wrap {
  padding-left:10px;
}

@media(min-width:768px){

  .blog-rss-feed-wd-1 .recent-post-listing .right-col .hs-featured-image-wrapper:first-child{
    margin-bottom:32px;
  }

  .blog-rss-feed-wd-1 .recent-post-listing{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  .blog-rss-feed-wd-1 .recent-post-listing .left-col{
    width: 67%;
    float: left;
    margin-right: 3%;
  }
  .blog-rss-feed-wd-1 .recent-post-listing .right-col{
    width: 30%;
    float:right;
  }
}


@media(max-width:767px){
  .blog-rss-feed-wd-1 .recent-post-listing .hs-featured-image-wrapper{
    min-height: 210px;
    margin-bottom:20px;
  }
  .blog-rss-feed-wd-1 .recent-post-listing .hs-featured-image-wrapper{
    width:auto;
  }
}


/*=============Blog RSS WD 4 ==========*/
.blog-rss-feed-wd-4 .rec-post-item{
  position: relative;
}
.blog-rss-feed-wd-4 .rec-post-item .hs-featured-image-wrapper.hs-featured-image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.45);
}

.blog-rss-feed-wd-4 .rec-post-item .card-body {
  position: absolute;
  bottom: 30px;
  padding:0 10px 0 0;
}
.blog-rss-feed-wd-4 .column-1 .rec-post-item .hs-featured-image-wrapper {
  padding: 20px;
}
.blog-rss-feed-wd-4 .column-2 .rec-post-item .hs-featured-image-wrapper {
  padding:30px;
}
.rec-post-item .card-body .post-topic{
  display:none;
}
.rec-post-item .card-body .post-topic:first-child{
  display:block;
  margin-bottom:20px;
}
.rec-post-item .card-body .post-topic>a {
  background: #000000;
  padding:5px 10px;
  margin: 0px;
  font-size:12px;  
}


.blog-rss-feed-wd-4 .rec-post-item .card-body{
  position: absolute;
  bottom:30px;
}
.blog-rss-feed-wd-4 .column-2 .rec-post-item .card-body h3{
  font-size:32px;
}
.blog-rss-feed-wd-4 .rec-post-item .card-body h3 {
  max-width: 476px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}
.blog-rss-feed-wd-4 .author-sec p{
  margin-bottom:0px;
  font-size:14px;
}
.blog-rss-feed-wd-4 .recent-post-listing{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
  -ms-flex-direction:column-reverse;
  flex-direction:column-reverse;
}
.blog-rss-feed-wd-4 .author-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.blog-rss-feed-wd-4 .column-1 {
  margin-top: 38px;
}
.blog-rss-feed-wd-4 .column-2 .rec-post-item .hs-featured-image-wrapper{
  min-height:538px;
}
.column-1 .rec-post-item .hs-featured-image-wrapper {
  min-height: 330px;
}
.blog-rss-feed-wd-4 .hs-author-avatar img {
  width: 53px;
  height: 53px;
  border-radius: 100%;
  margin-right:15px;
}

@media(min-width:768px){
  .blog-rss-feed-wd-4 .column-2 .rec-post-item:first-child,
  .column-2 .rec-post-item:nth-child(2){
    width:48.5%;
    float:left;
  }
  .blog-rss-feed-wd-4 .column-2 .rec-post-item:nth-child(2){
    margin-left:3%;
  }
  .blog-rss-feed-wd-4 .column-1 .rec-post-item {
    width: 31.2%;
    float: left;
    margin-right: 3.1%;
  }
  .blog-rss-feed-wd-4 .column-1 .rec-post-item:nth-child(3){
    margin-right:0px;
  }
}

@media(max-width:767px){
  .blog-rss-feed-wd-4 .column-1 .rec-post-item,
  .blog-rss-feed-wd-4 .column-2 .rec-post-item{
    margin-top:0px;
    margin-bottom:30px;
  }
  .blog-rss-feed-wd-4 .column-1 {
    margin-top: 0px;
  }
  .blog-rss-feed-wd-4 .column-2 .rec-post-item .hs-featured-image-wrapper,
  .column-1 .rec-post-item .hs-featured-image-wrapper{
    min-height: 250px;
    width:auto;
  }
  .blog-rss-feed-wd-4 .column-2 .rec-post-item .card-body h3 {
    font-size: 25px;
  }
}

/*============ Blog RSS WD 11 ========*/
.blog-rss-wd-11{
  padding:200px 0px;
}
.blog-rss-wd-11 .hs-featured-image-wrapper img {
  width: 158px;
  height: 158px;
  border-radius: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.blog-rss-wd-11 .blog-posts-slider .card-body{
  margin-bottom:20px;
}
.blog-rss-wd-11 .blog-posts-slider h2 {
  max-width: 713px;
  margin: 0 auto;
}
.blog-rss-wd-11 .blog-posts-slider .read-more>a{
  text-decoration:underline;
}

.slick-slide:focus{
  outline:none;
}
.blog-posts-slider .slick-dots li{
  margin: 0 5px;
  display: inline-block;
}
.blog-posts-slider .slick-dots {
  text-align: center;
  position:absolute;
  bottom:-50%;
  left:0px;
  right:0px;
}
.blog-posts-slider .slick-dots li.slick-active button {
  width: 15px;
  height: 15px;
  opacity: 1;
  background: #fff;
  transition: all .2s ease-in-out;
}
.blog-posts-slider .slick-dots li button:hover{
  background: #fff;
  width: 14px;
  height: 14px;
}
.blog-posts-slider .slick-dots li button {
  font-size: 1px;
  color: transparent;
  padding: 0;
  border: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease-in-out;
  cursor: pointer;
  opacity: .5
}
.blog-posts-slider .slick-dots li:focus,
.blog-posts-slider .slick-dots li.slick-active button:focus,
.blog-rss-wd-11 .blog-posts-slider h2:focus,
.blog-rss-wd-11 .blog-posts-slider .read-more:focus{
  outline: none;
}

/*==========Blog RSS WD 14 ==============*/
.blog-rss-wd-14 .author-sec .hs-author-avatar img {
  width: 23px;
  height: 23px;
  border-radius: 100%;
}
.blog-rss-wd-14 .rec-post-item .hs-featured-image-wrapper {
  min-height: 252px;
}
.blog-rss-wd-14 .rec-post-item .author-sec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-rss-wd-14 .rec-post-item .author-sec p,
.blog-rss-wd-14 .rec-post-item .author-sec span{
  font-size: 12px;
}
.blog-rss-wd-14 .rec-post-item .card-body,
.blog-rss-wd-14 .rec-post-item .card-footer{
  padding:20px 0px;
}
.blog-rss-wd-14 .rec-post-item .card-body{
  border-bottom:1px solid rgb(0, 0, 0, .25);
}
@media(min-width:768px){
  .blog-rss-wd-14 .rec-post-listing {
    display: flex;
  }
  .blog-rss-wd-14 .rec-post-item {
    margin-right: 4%;
    width: 33.3%;
  }
  .rec-post-item:nth-child(3) {
    margin-right: 0px;
  }
}

@media(max-width:767px){
  .blog-rss-wd-14 .rec-post-item {
    margin-bottom:20px;
  }
}


/*====================================
*  FAQ Custom Module
====================================*/

/*========= Ask FAQ ===========*/
.ask-query{
  background-color:#fbfbfb;
}
.ask-query .query-box{
  padding:10%;
  border:1px solid #177bf4;
  border-left:8px solid #177bf4;
}
.ask-query .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  flex-basis: 46%;
  -webkit-flex-basis: 46%;
  margin-right: 4%;
  margin-top: 4%;
}

@media (min-width:768px){
  body .container-fluid .row-fluid .ask-query .two-col-adjust>span{
    margin-right:-4%;
  }
}
@media (max-width:767px){
  .ask-query .query-box {
    padding: 5%;
  }
}

/*========FAQ WD 1 =============*/
.faq-wd-1 .section-heading p{
  max-width: 520px;
  margin: 0;
}
.faq-wd-1 .accordion_group.expanded .accordion_header h3>span {
  display: block;
  float:right;
  position: absolute;
  right: 20px;
  top: 20px;

}
.faq-wd-1 .accordion_group .accordion_header span {
  display: none;
}
.faq-wd-1 .accordion_group{
  position:relative;
}
.faq-wd-1 .accordion_header.accordion-start:before {
  content: "";
  right: 24px;
  position: absolute;
  background: url(https://cdn2.hubspot.net/hubfs/2791640/arrow-down.png);
  background-size: contain;
  width: 16px;
  height: 16px;
  top: 20px;
  cursor:pointer;
}
.faq-wd-1 .accordion_group.expanded .accordion_header.accordion-start:before{
  opacity:0;
}
.faq-wd-1 .accordion_group.expanded {
  background: #fff;
  padding:20px 44px 20px 20px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
}
.faq-wd-1  .accordion_group.expanded .accordion_header.accordion-start {
  border: 0;
  padding: 0px 30px 20px 0;
}
.faq-wd-1 .accordion.faq-accordion .hs_cos_wrapper{
  margin-bottom:30px;
  transition:all 0.3s ease-in-out;
}
.faq-wd-1 .accordion_header.accordion-start {
  padding: 20px 44px 20px 20px;
  border: 1px solid #ddd;
}
.faq-wd-1 .accordion_header.accordion-start h3 {
  margin-bottom: 0;
  cursor:pointer;
  font-size:18px;
}
.faq-wd-1 .accordion_group.expanded {
  background: #fff;
  box-shadow: 0 2px 34px 0 rgba(0,0,0,0.12);
}

/*=========== FAQ WD 3 =========*/
.faq-wd-1.faq-wd-3 .right-col{
  margin-bottom:0px;
}
.faq-wd-1.faq-wd-3 .faq-inner {
  padding: 0px 40px;
}

/*============FAQ WD 6 ============*/
.faq-wd-6 .faq-inner {
  padding-left: 45px;
  position: relative;
  padding-right: 37px;
}
.faq-wd-6 .faq-inner:before {
  content: "\f059";
  position: absolute;
  left: 0;
  top: -4px;
  font-family: "fontawesome";
  font-size: 30px;
  transition:0.3s all ease-in-out;
}
.faq-wd-6 .hs_cos_wrapper:hover .faq-inner:before{
  transform:rotate(360deg);
}


/*========= FAQ WD 9 =======*/
.faq-wd-19 .inner-sec {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  max-width: 1140px;
  margin: 0 auto;
}
.faq-wd-19 .section-heading p{
  margin:0;
}

.faq-wd-19 .inner-wrap{
  max-width:814px;
  margin:0 auto;
}
.faq-wd-19 .inner-wrap .faq-heading h3{
  text-decoration:underline;
  margin-bottom:20px;
}


/*================================
*  Call TO action 
===============================*/

body .container-fluid .row-fluid .Call-to-action-WD-6 .section-heading{
  margin-bottom:0px;
}
.Call-to-action-WD-6 .section-heading h2{
  padding-bottom: 10px;
}
.Call-to-action-WD-6 .section-heading p{
  max-width: 753px;
  margin: 0;
}

@media (max-width:767px){
  .Call-to-action-WD-6{
    text-align:center;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-6 .section-heading{
    margin-bottom:30px;
  }
  .Call-to-action-WD-6 .section-heading p{
    font-size:16px;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-6  a.cta_button, .hs-button {
    font-size: 12px;
  }
}

/*========Call to Action  wd 1============*/
.Call-to-action-WD-1 .button{
  max-width: 393px;
  margin:0 auto;
  display:flex;
  justify-content:center;
}
body .container-fluid .row-fluid .Call-to-action-WD-1 .section-heading {
  margin-bottom: 45px;
}
body .container-fluid .row-fluid .Call-to-action-WD-1 .section-heading p{
  max-width: 895px;
}
.Call-to-action-WD-1 .section-heading h2{
  margin-bottom:30px;
}
.Call-to-action-WD-1 .button .cta-button{
  float:left;
}
.Call-to-action-WD-1 .button .transparent-cta{
  float:right;
}
@media(max-width:767px){
  .Call-to-action-WD-1 .section-heading h2{
    font-size:24px;
  }
  .Call-to-action-WD-1 .section-heading p{
    font-size:16px;
  }
  .Call-to-action-WD-1 .button{
    max-width: 370px;
    display:block;
  }
}
@media(max-width:425px){

  .Call-to-action-WD-1 .button .transparent-cta {
    float:none;
    margin-top:30px
  }
  .Call-to-action-WD-1 .button .cta-button{
    float:none;
    display:block;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-1 a.cta_button, .hs-button {
    font-size: 12px;
  }
}

/*============ Call To Action WD 13 ============*/

body .container-fluid .row-fluid .Call-to-action-WD-13 .left-col{
  min-height:548px;
}
body .container-fluid .row-fluid .Call-to-action-WD-13 .inner-section{
  padding:101px 0 121px;
}
body .container-fluid .row-fluid .Call-to-action-WD-13 .center-heading{
  margin-bottom: 0;
}
body .container-fluid .row-fluid .Call-to-action-WD-13 .right-col{
  position:relative;
}
body .container-fluid .row-fluid .Call-to-action-WD-13 .section-heading {
  padding:121px 59px 130px;
  position: absolute;
  top: 92px;
  left: -73px;
}
body .container-fluid .row-fluid .Call-to-action-WD-13 .section-heading h2{
  margin-bottom:29px;
  max-width: 352px;
  line-height:1.35;
}
body .container-fluid .row-fluid .Call-to-action-WD-13 .section-heading p{
  padding-bottom:43px;
  max-width: 454px;
  margin:0;
  letter-spacing: -0.3px;
}
@media(max-width:767px){
  body .container-fluid .row-fluid .Call-to-action-WD-13 .section-heading {
    padding:50px 10px;
    position: relative;
    top: 30px;
    left: 0px;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-13 .section-heading h2{
    max-width: 100%;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-13 .section-heading p{
    max-width: 100%;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-13 .inner-section{
    padding:0px;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-13 .left-col {
    min-height: 300px;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-13 .section-heading p{
    font-size:16px;
  }
}

@media(max-width:425px){

  body .container-fluid .row-fluid .Call-to-action-WD-13 a.cta_button, .hs-button {
    font-size: 12px;
  }
}

/*========== call-to-action-wd-9 =============*/
.Call-to-action-WD-9 .text .section-heading h2{
  padding-bottom:10px;
}
body .container-fluid .row-fluid .Call-to-action-WD-9 .button .transparent-cta a.cta_button {
  border-color: #fff;
}
body .container-fluid .row-fluid .Call-to-action-WD-9 .button .transparent-cta a{
  color: #ffffff;
}
body .container-fluid .row-fluid .Call-to-action-WD-9 .section-heading{
  width:100%;
  margin-bottom:0px;
}
body .container-fluid .row-fluid .Call-to-action-WD-9 .section-heading p{
  margin:0;
}
body .container-fluid .row-fluid .Call-to-action-WD-9 .button {
  max-width: 329px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
body .container-fluid .row-fluid .Call-to-action-WD-9 .button .cta-btn{
  float:left;
  margin-right: 30px;
}
body .container-fluid .row-fluid .Call-to-action-WD-9 .button .transparent-cta {
  float:right;
}
@media(max-width:1023px) and (min-width:768px){
  .Call-to-action-WD-9 .row-fluid .span4 {
    width: 50%;
  }
  .Call-to-action-WD-9 .row-fluid .span8 {
    width: 50%;
  }
}

body .container-fluid .row-fluid .Call-to-action-WD-15 .row-fluid .span6.left-col{
  margin-top:46px;
}

@media(max-width:767px){
  .Call-to-action-WD-9{
    text-align:center;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-9 .button {
    max-width: 329px;
    display: block;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-9 .section-heading{
    margin-bottom:20px;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-9 .button .transparent-cta{
    margin-top:20px;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-9 .button .cta-btn{
    float:none;
    margin-right:0;
  }
  body .container-fluid .row-fluid .Call-to-action-WD-9 .button .transparent-cta{
    float:none;
  }
}
@media(max-width:425px){
  body .container-fluid .row-fluid .Call-to-action-WD-9 a.cta_button, .hs-button {
    font-size: 12px;
  }}



/*==============================================
*  Testimonial Custom Module
==============================================*/

/*==========Testimonial WD 1 ================*/
.testimonial-wd1 .test-content{
  max-width:900px;
  margin:auto;
}
.testimonial-wd1 .client-logo {
  position: relative;
  max-width: 120px;
  margin: 0 auto;
  min-height: 120px;
  margin-top: 70px;
  margin-bottom: 45px;
  border-radius: 8px;
}
.testimonial-wd1 .slide-content p{
  font-size: 18px;
  font-style: italic;
}
.testimonial-wd1 .client-logo:before {
  content: url(https://cdn2.hubspot.net/hubfs/2791640/Business-Pack-2020/quote.png);
  position: absolute;
  top: -60px;
  right: -45px;
}
.testimonial-wd1 .client-name{
  margin-top:55px;
}
.testimonial-wd1 .client-name span{
  font-weight:bold;
}



.testimonial-wd1  .slick-dots li{
  display:inline-block;
  margin-left:15px;
  list-style:none;
}
.testimonial-wd1  .slick-dots li.slick-active button {
  width: 10px;
  height: 10px;
}
.testimonial-wd1  .slick-dots li button {
  font-size: 0px;
  color: #e1e6ea;
  z-index: 1;
  padding: 0;
  border: 0;
  width: 5px;
  height: 5px;
  outline: none;
  border-radius: 50px;
  background: #e1e6ea;
  transition: all .5s ease-in-out;
  cursor: pointer;
  margin: 0px 5px;
  z-index:1;
}
.testimonial-wd1 button.slick-next {
  position: absolute;
  left: 0;
  top:50%;
}
.testimonial-wd1 button.slick-prev {
  position: absolute;
  right: 0;
  top: 50%;
}
.testimonial-wd1 button.slick-arrow {
  background: #fff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: none;
  outline: none;
  z-index: 1;
  cursor:pointer;
}
.testimonial-wd1 button i{
  font-size:22px;
}

@media (max-width:1024px){
  .testimonial-wd1 .test-content {
    max-width: 610px;
  }
}
@media (max-width:720px){
  .testimonial-wd1 .test-content {
    max-width: 260px;
  }
  .testimonial-wd1 .slide-content p{
    font-size: 18px;
  }
}

/*==========Testimonial WD 2 =================*/
.testimonial-wd2 .test-box{
  position:relative;
  padding:120px 60px;
  overflow:hidden;
  background:#fff;
  margin:30px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
.testimonial-wd2 .text-body{
  margin-bottom:70px;
}
.testimonial-wd2 .test-box span{
  font-weight:bold;
}
.testimonial-wd2 .logo-left{
  position: absolute;
  left: 20px;
  top: 20px;
  width: 70px;
  height:70px;
  border-radius:100%;
}
.testimonial-wd2 .logo-right{
  position: absolute;
  right: 20px;
  top: 20px;
  width: 70px;
  height:70px;
  border-radius:100%;
  background:#000;
}
.testimonial-wd2 .logo-right img{
  max-width:42px;
  margin:0 auto;
  padding-top:15px;
}
.testimonial-wd2 .box-img{
  position: absolute;
  left: -100px;
  bottom: -100px;
}
.testimonial-wd2 .slick-dots{
  text-align:center;
}
.testimonial-wd2  .slick-dots li{
  display:inline-block;
  margin-left:5px;
  list-style:none;
}
.testimonial-wd2  .slick-dots li.slick-active button {
  background: #000;
}
.testimonial-wd2  .slick-dots li button {
  font-size: 0px;
  color: #e1e6ea;
  z-index: 1;
  padding: 0;
  border: 0;
  width: 15px;
  height: 15px;
  outline: none;
  border-radius: 50px;
  background: #fff;
  transition: all .5s ease-in-out;
  cursor: pointer;
  margin: 0px 5px;
  z-index:1;
  border:1px solid #000;
}
@media (max-width:768px){
  .testimonial-wd2 .test-box{
    padding:120px 30px 30px 30px;
  }
  .testimonial-wd2 .text-body{
    margin-bottom:30px;
  }
  .testimonial-wd2 .test-box{
    margin:10px;
  }
}

/*=============== Testimonial WD 3 ============*/

.testimonial-wd3 .test-box{
  margin:15px;
  padding:20px;
}
.testimonial-wd3 .text-body{
  margin-bottom:70px;
}
.testimonial-wd3 .test-box .client-logo img{
  max-width:130px;
  margin:auto;
}
.testimonial-wd3 .test-box span{
  font-weight:bold;
  display:block;
}
.testimonial-wd3 .test-box .client-img{
  max-width: 127px;
  border-radius: 50%;
  height: 127px;
  margin: auto;
  margin-top: 40px;
  margin-bottom: 20px;
}
.testimonial-wd3 .test-box .client-logo{
  margin-top:25px;
}
.testimonial-wd3 .slick-dots{
  text-align:center;
}
.testimonial-wd3  .slick-dots li{
  display:inline-block;
  margin-left:10px;
  list-style:none;
}
.testimonial-wd3  .slick-dots li.slick-active button {
  background: #000;
  width: 10px;
  height: 10px;
}
.testimonial-wd3  .slick-dots li button {
  font-size: 0px;
  z-index: 1;
  padding: 0;
  border: 0;
  width: 6px;
  height: 6px;
  outline: none;
  border-radius: 50px;
  background:#808080;
  transition: all .5s ease-in-out;
  cursor: pointer;
  margin: 0px 5px;
  z-index:1;
}
@media (max-width:767px){
  .testimonial-wd3 .text-body{
    margin-bottom:30px;
  }
}

/*========== Testimonial Wd 10 ===========*/
.test-wd10 .test-heading{
  margin-bottom:40px;
}
.test-wd10 .test-box{
  padding:65px 50px;
  border-radius: 8px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px rgba(0, 0, 0, .4);
  background-color: #ffffff;
}
.test-wd10 .box-logo img{
  max-width:70px;
  height: 70px;
  border-radius: 50%;
}
.test-wd10 .box-logo{
  margin-bottom:40px;
}
.test-wd10 .box-text{
  margin-top:25px;
  margin-bottom:35px;
}
.test-wd10 .test-box span{
  display:block;
  font-weight:bold;
  margin: 0 !important;
}
.test-wd10 .row-fluid .two-col-adjust span>.hs_cos_wrapper{
  flex-basis: 44%;
  -webkit-flex-basis: 44%;
  margin-right: 6%;
}
.test-wd10 .row-fluid-wrapper .row-fluid  .two-col-adjust span{
  margin-right:-6%;
}
@media (max-width:1024px){
  .test-wd10 .test-box {
    padding: 35px 25px;
  }
}
@media (max-width:767px){
  .test-wd10 .row-fluid-wrapper .row-fluid  .two-col-adjust span{
    margin-right:0;
  }
}




/*=============================================
*   Team Custom Module
==============================================*/

/*================ Team section wd5 ================*/
.team-section-wd5 .team-member .team-member-image {
  max-width: 200px;
  margin: auto;
  min-height:200px;
  border-radius: 50%;
  overflow:hidden;
}
body .container-fluid .row-fluid .team-section-wd5  .three-col-adjust>span{
  margin-right:-5.5%;
}
body .team-section-wd5  .row-fluid .three-col-adjust span>.hs_cos_wrapper{
  flex-basis:27.9%;
  margin-right:5.43%;
}
.team-section-wd5 .team-member .team-member-info{
  padding-top:14px;cursor: pointer;
}
.team-section-wd5 .team-member .team-member-info p{
  padding-top:15px;
}
.team-section-wd5 .team-member .team-member-info h3{margin:0;}
.team-section-wd5 .team-member .team-member-info span{font-weight:600;}
@media(max-width:767px){
  body .container-fluid .row-fluid .team-section-wd5  .three-col-adjust>span{
    margin-right:0;
  }
  body .team-section-wd5  .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    flex-basis:100%;
    margin: 30px auto 0;
  }
}


/*========= Team WD 9 =================*/
.team-section-wd9 .team-member .left-col {
  position: relative;
}

.team-section-wd9 .team-member .left-col .team-member-name {
  position: absolute;
  max-width: 365px;
  background: #177bf4;
  top: -75px;
  width: 100%;
  padding: 35px 0 35px 40px;

}

.team-section-wd9 .team-member .left-col .team-member-about {
  padding-top: 90px;
}
.team-section-wd9 .team-member .right-col{
  background:#F8FBFF;
  padding:45px;
}
.team-section-wd9 .team-member .right-col > div {
  margin-bottom: 55px;
}
.team-section-wd9 .team-member .right-col .team-member-social-icons a {
  font-size: 20px;
  font-weight: 600;
  padding-right: 15px;
  vertical-align:middle;
  color:#555361;
}
.team-section-wd9 .team-member .right-col .team-member-social-icons a:hover{cursor:pointer;color:#177bf4;}
.team-section-wd9 .team-member .right-col .team-member-social-icons a:first-child {
  font-size: 18px;
}

.team-section-wd9 .team-member .right-col .team-member-social-icons a:last-child {
  padding: 0;
}

.team-section-wd9 .team-member .right-col .team-member-social-icons p {
  font-weight: 600;
  margin-top: 10px;
  cursor:pointer;
}
.team-section-wd9 .team-member .left-col .team-member-name span{
  font-weight:600;
}
.team-section-wd9 .team-member .left-col .team-member-name h3{
  margin-bottom:5px;
}
.team-section-wd9  .team-member .team-memeber-image {
  min-height: 530px;
}

@media(max-width:767px)
{
  .team-section-wd9 .team-member .left-col {
    overflow:hidden;
  }
  .team-section-wd9 .team-member .left-col .team-member-name{
    position:relative;
    max-width:100%;
    top:0;
    padding:15px 0px  15px 20px;
  }
  .team-section-wd9 .team-member .left-col .team-member-about {
    padding: 30px 0;
  }
}
@media(max-width:425px){
  .team-section-wd9  .team-member .team-memeber-image {
    min-height: 300px;
  }

}

/*===============Team Wd 6 ===============*/
.team-section-wd6{
  overflow:hidden;
}
.team-section-wd6 .team-member-image{
  min-height:594px;
}
.team-slider{
  padding: 65px 100px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
}
.team-section-wd6 .team-member-info
{
  max-width:500px;
  width:100%;

}
.team-section-wd6 .team-member-info span{
  display:block;margin-bottom:20px;font-weight:600;}
.team-section-wd6 .team-member-info a.cta_button {
  border: none;
  background: none;
  color: #000;
  padding: 0;
  font-weight: 600;
  text-decoration: underline;
  margin-top: 10px;
}
.team-member-wd-info {
  padding: 20px;
}

.team-member-wd {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.team-member-wd-info {
  padding: 20px;  cursor:pointer;
}
.team-member-wd-info h3 {
  margin-bottom: 5px;
}
.team-member-wd-info span{font-weight:600;}
.team-member-wd-info p {
  padding-top: 12px;
}
button.slick-prev.pull-left.slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  left: 2%;
  cursor:pointer;
  transform: translate(10%,-50%);
  outline: none;
}
button.slick-next.pull-right.slick-arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  position: absolute;
  top: 50%;
  right: 2%;
  cursor:pointer;
  transform: translateY(-50%);
  outline: none;
}

.team-section-wd6 .background{position:relative;}
.team-section-wd6 .background:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 35%;
  right: 0;
  background: #177bf4;
  top: 0;

}
.team-section-wd6 a.cta_button:hover{
  color:#1744fb;
}
.team-section-wd6  .team-member-wd-image{
  min-height:310px;
}
.team-section-wd6  .team-member-wd-image img{width:100%;}
@media(max-width:1024px) and (min-width:768px)
{
  body  .row-fluid .team-section-wd6 .four-col-adjust span>.hs_cos_wrapper{
    flex-basis:30.8%;
  }
}
@media(max-width:767px)
{
  .team-section-wd6 .team-member-info{
    max-width:100%;
    padding:30px 0;
  }
  .team-section-wd6 .team-slider{padding:0 20px;}
  .team-section-wd6 .team-member-image{padding-bottom:30px;}
  body  .row-fluid .team-section-wd6 .four-col-adjust span>.hs_cos_wrapper{
    max-width:379px;
    margin-left:auto;
    margin-right:auto;
    float:none;
  }
}
@media(max-width:900px) and (min-width:768px)
{
  .team-section-wd6 .team-member-image{
    min-height:400px;
  }
}

/*========== Team section wd13 =================*/
.team-section-wd13  .team-single-slider .team-member{
  margin: 0 16px;
}
.team-section-wd13  .team-single-slider .team-member .team-member-image{
  min-height:334px;
}
.team-section-wd13 .team-heading.section-heading p{
  max-width:886px;
}
.team-section-wd13  .team-member-info p {
  font-size: 14px;
  font-weight: 700;
  cursor:pointer;
}
.team-section-wd13  .team-member-info p span {
  font-weight: normal;
  padding-left: 10px;
}
.team-section-wd13  .team-member-info {
  padding: 10px;
}
@media(max-width:768px) and (min-width:600px)
{
  .team-section-wd13  .team-single-slider .team-member{
    margin:0 10px;
  }
}
@media(max-width:600px){
  .team-section-wd13  .team-single-slider .team-member{
    margin:0px;
  }
}
/*======== end of style ===========*/


/*============= Team WD 17 ===========*/
.team-section-wd-17 .team-member-info{
  background: #fff;
  padding: 10px;
}
.team-section-wd-17 .team-member-info h3 {
  margin-bottom:5px;
}
.team-section-wd-17 .section-heading h2{
  margin-bottom:20px; 
}
.team-section-wd-17 .team-member{
  margin-bottom: 32px;
} 
.team-section-wd-17 .section-heading{
  margin-bottom:45px;
}
body .row-fluid .team-section-wd-17 .three-col-adjust span>.hs_cos_wrapper {
  flex-basis:29.65%;
  margin-right: 3.55%;
}
body .container-fluid .row-fluid .team-section-wd-17 .three-col-adjust>span{margin-right:-4%}
.team-section-wd-17 .team-member-image {
  position: relative;
  min-height:444px;
}
.team-section-wd-17 .team-member-image:before{
  position:absolute;
  content:'';
  left:0;
  right:0;
  bottom:0;
  top:0;
  background:#fff;
  opacity:0;
  visibility:hidden;
  border:1px solid ;
  transition:0.4s ease;
}
.team-section-wd-17 .overlay-text{
  position:absolute;
  top:40%;
  padding:0 35px;
  opacity:0;
  visibility:hidden;
  transform:translateY(-50%);
  transition:0.4s ease;
  cursor:pointer;
}
.team-section-wd-17 .team-member:hover .team-member-image:before{
  opacity:1;
  visibility:visible;
}
.team-section-wd-17 .team-member:hover .overlay-text{
  opacity:1;
  visibility:visible;
}
.team-section-wd-17 .team-member a.read-more {
  text-decoration: underline;
  color: #000;
}
.team-section-wd-17 a.link{color:inherit;}
@media(max-width:1024px) and (min-width:768px)
{
  body .row-fluid .team-section-wd-17 .three-col-adjust span>.hs_cos_wrapper {
    flex-basis: 46.4%;
    margin-right: 3.6%;

  }
  .team-section-wd-17 .team-member{margin-bottom}
}
@media(max-width:767px){
  body .row-fluid .team-section-wd-17 .three-col-adjust span>.hs_cos_wrapper {
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  body .container-fluid .row-fluid .team-section-wd-17 .three-col-adjust>span{margin-right:0}
}
/*======== Team WD 18 ============*/
.team-section-wd18 .team .team-member-image{
  min-height:422px;
  position:relative;
}
.team-section-wd18 .team .team-member-image:before{
  position:absolute;
  content:'';
  top:0;
  left:0;
  right:0;
  bottom:0;
  background:#fff;
  border:1px solid;
  opacity:0;
  visibility:hidden;
  transition:0.4s ease ;
  cursor:pointer;
}
.team-section-wd18 .team:hover .team-member-image:before{
  opacity:1;
  visibility:visible;

}
.team-section-wd18 .team:hover .team-overlay{
  opacity:1;
  visibility:visible;

}
.team-section-wd18 .team .team-overlay
{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity:0;
  visibility:hidden;
  transition:0.4s ease;
}
.team-section-wd18 .team .top h3 {
  margin-bottom: 5px;
}

.team-section-wd18 .team .top span {
  font-weight: 600;
  font-size: 14px;
}

.team-section-wd18 .team .center {
  margin-top: 15px;
  margin-bottom: 25px;
}

.team-section-wd18 .team .center a {
  font-size: 20px;
  margin-right: 10px;
  vertical-align: middle;
  color:#000;
}


.team-section-wd18 .team .center a:first-child {
  font-size: 18px;
}

.team-section-wd18 .team .bottom a {
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
  color:#000;
}


body .team-section-wd18 .row-fluid .three-col-adjust span>.hs_cos_wrapper{
  flex-basis:29.9%;
  margin-right:3.43%;
}

@media(max-width:900px) and (min-width:768px){
  body .team-section-wd18 .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    flex-basis:46.9%;
  }
  body .team-section-wd18 .row-fluid .three-col-adjust span>.hs_cos_wrapper:nth-child(2){
    margin-right:0
  }
}
@media(max-width:767px){
  body .team-section-wd18 .row-fluid .three-col-adjust span>.hs_cos_wrapper{
    margin: 30px auto 0;
  }
}


/*============== Team Filter WD 001 ===========*/
.team-filter-cm{
  padding: 18px 0px;
}
.team-filter-wd-001 .person-detail {
  background:rgba(255, 255, 255, 0.89);
  position: absolute;
  bottom: 0;
  padding: 10px 7px 5px;
}
.team-filter-wd-001 .person-detail h3,
.team-filter-wd-001 .person-detail p{
  margin-bottom:5px;
}




/*=====================================
* Client / Partner Custom Module 
====================================*/
/*============ Client WD 13 ==============*/
.trusted-clients-logo-outer h2{
  text-transform: capitalize;
  padding-bottom: 108px;
}
.trusted-clients-card.hs_cos_wrapper {
  padding: 36px 24px;

}

.trusted-clients-card h4 {
  padding-bottom: 10px;
}

body .row-fluid-wrapper .row-fluid .trusted-clients-inner.four-col-adjust span>.trusted-clients-card.hs_cos_wrapper {
  display: block;
  margin-right: 2.5%;
  -ms-flex-preferred-size:18.5%;
  transition:all .3s ease-in-out;
}
body .row-fluid-wrapper .row-fluid .trusted-clients-inner.four-col-adjust span>.trusted-clients-card.hs_cos_wrapper:nth-child(4n) {
  margin-right: 0%;
}
.trusted-clients-card{
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
img.trusted-client-image {
  max-width: 140px;
  width: 100%;   
}

@media(min-width:768px){
  body .row-fluid-wrapper .row-fluid .trusted-clients-inner.four-col-adjust span>.trusted-clients-card.hs_cos_wrapper:nth-child(2n) {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }
}
@media(max-width:767px){
  .trusted-clients-card h4 {
    max-width: 350px;
    margin: auto;
  }
  body .row-fluid-wrapper .row-fluid .trusted-clients-inner span>.trusted-clients-card.hs_cos_wrapper,
  .content-our-partners {
    text-align: center;
  }
  img.trusted-client-image{
    padding-top: 15px;
  }
  .trusted-clients-logo-outer h2 {
    padding-bottom: 0px;
  } 
}

/*============= CLient WD 9 ===================*/
body .body-container-wrapper ul.list-of-logo li {
  list-style: none;
  margin-left: 4.4%;
}
ul.list-of-logo li img {
  max-width: 126px;
  width: 100%;
}

.clients-wd-9-right-col.span6 h2 {
  padding-bottom: 10px;
}
.clients-wd-9-image.section-bg {
  max-width: 475px;
  width: 100%;
  min-height: 337px;
  height: auto;
}
body .row-fluid .clients-wd-9-left-col.span6.vertical-center {
  width: 40.7%;
}

body .row-fluid .clients-wd-9-right-col.span6 {
  margin-left: 9.64103%;
  width: 50%;
}
.clients-wd-9-right-col .clients-button {
  padding-top: 21px;
}
.clients-wd-9-right-col ul.list-of-logo {
  padding-top: 16px;
  padding-bottom: 38px;
  border-bottom: 1px solid #177bf4;
}
@media(min-width:768px){
  .clients-wd-9-right-col ul.list-of-logo{
    display:flex;
  }
  body .body-container-wrapper ul.list-of-logo li{
    align-items: center;
    justify-content: center;
    display: flex;
  }
  body .body-container-wrapper ul.list-of-logo li:first-child {
    margin-left: 0%;
  }
}
@media(max-width:767px){
  .clients-wd-9-right-col ul.list-of-logo {

    padding-bottom: 40px;
  }
  body .row-fluid .clients-wd-9-right-col.span6 {
    margin-left: 0%;
    width: 100%;
    padding-top: 20px;
    text-align: center;
  }
  .clients-wd-9-right-col.span6 h2{
    padding-bottom: 0px; 
  }
  body .row-fluid .clients-wd-9-left-col.span6.vertical-center {
    width: 100%;
  }
  .clients-wd-9-image.section-bg {
    max-width: none;
  }
  body .body-container-wrapper ul.list-of-logo li {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  body .body-container-wrapper ul.list-of-logo li{
    display:inline-block;
  }
}

/*===========Client WD 4 ============*/
.content-section-partners-outer  h2{
  text-transform: capitalize;
}
body .row-fluid .content-section-partners-outer .content-our-partners-right-col.span9 {
  margin-left:5.6%;
  width: 70.9%;
}
img.content-our-partners-image {
  max-width: 140px;
  width: 100%;
  align-self: center;
  align-items: center;
}
body .row-fluid .content-section-partners-outer .four-col-adjust span>.hs_cos_wrapper:nth-child(5n){
  margin-right: 0%;
}
body .row-fluid .content-section-partners-outer .four-col-adjust span>.hs_cos_wrapper {
  flex-basis: 17.1%;
  align-self: center;
  margin-right: 3.1%;
  cursor:pointer;
}
body .container-fluid .row-fluid .content-our-partners-inner.four-col-adjust>span {
  justify-content: center;
}
.content-our-partners-inner.four-col-adjust {
  padding-top: 15px;
}
@media(max-width:767px){
  body .row-fluid .content-section-partners-outer .content-our-partners-right-col.span9{
    margin-left:0%;
    width:100%;
  }
}

/** =============client-partner-wd-1================= **/
.Clients-partner-section-wd-1 .client-wd-1-btn  {
  margin-top: 60px;
}
.content-our-clients-inner.four-col-adjust span {
  display: flex;
  flex-wrap: wrap;
}
body .row-fluid .content-our-clients-outer .four-col-adjust span>.hs_cos_wrapper {
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  flex-basis: 17.5%;
  padding: 41px 29px;
  -ms-flex-preferred-size: 12.6%;
  transform:scale(1);
  transition: all .3s ease-in-out;
}
body .row-fluid .content-our-clients-outer .four-col-adjust span>.hs_cos_wrapper:hover{
  transform:scale(1.1);
}
.content-our-clients-outer h2{
  text-transform: capitalize;
}
img.content-our-clients-image {
  max-width: 140px;
  width: 100%;
  display: flex;
  align-self: center;
}
@media(max-width:767px){
  img.content-our-clients-image{
    margin: 0 auto;
  }
}


/*=========== Client wd 11 =================*/
.trusted-clients-wd-11 {
  padding-top: 58px;
  clear:both;
}
body .body-container-wrapper .row-fluid .trusted-clients-wd-11 ul {
  margin: 0px;
}
body .body-container-wrapper .row-fluid .trusted-clients-wd-11 ul li {
  display: inline-block;
  max-width: 173px;
  width: 100%;
  margin: 0px 58px 0px;
}
body .body-container-wrapper .row-fluid .trusted-clients-wd-11 ul li a img{
  transform:scale(1);
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transition: all .5s cubic-bezier(0.25, 0.1, 0.35, 0.93);
}
body .body-container-wrapper .row-fluid .trusted-clients-wd-11 ul li a img:hover{
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.trusted-by-innovation-parent p {
  font-size: 20px;
}
.trusted-by-innovation-parent-inner h4 {
  padding-bottom: 23px;
}
.trusted-by-innovation-parent-inner.four-col-adjust img {
  max-width: 140px;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 29px;
}
.trusted-by-innovation-parent-inner .trusted-client-picture {
  min-height: 244px;
  max-width: 250px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.trusted-by-innovation-parent-inner {
  padding-top: 39px;
}
body .row-fluid .trusted-by-innovation-parent .four-col-adjust span>.hs_cos_wrapper {
  display: block;
  padding: 10px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  transform: scale(1);
  background:#fff;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transition: all .5s cubic-bezier(0.25, 0.1, 0.35, 0.93);
  -ms-flex-preferred-size:20.83% ;
}
body .row-fluid .trusted-by-innovation-parent .four-col-adjust span>.hs_cos_wrapper:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
}
.trusted-by-innovation-parent-inner a:after {
  font-family: FontAwesome;
  content: '\f061';
  position: absolute;
  bottom: 11px;
  right: 3.9%;
}
.trusted-anchor {
  padding-bottom: 10px;
}
.trusted-clients-wd-11{
  display:none;
}
.clients-wd-11.trusted-clients-wd-11{
  display:block;
}
@media(min-width:768px){
  body .row-fluid .trusted-by-innovation-parent .trusted-clients-wd-11 .four-col-adjust span>.hs_cos_wrapper{
    background:trasparent;
  }
  body .row-fluid .clients-wd-11.trusted-clients-wd-11 .three-col-adjust span>.hs_cos_wrapper {
    margin-top: 0px;
    margin-right: 3.25%;
    flex-basis: 21.9%;
    align-self: center;
  }
  body .row-fluid .clients-wd-11.trusted-clients-wd-11 .three-col-adjust span>.hs_cos_wrapper:last-child {
    margin: 0%;
  }
}
.clients-wd-11.trusted-clients-wd-11 a img {
  max-width: 171px;
  width: 100%;
}
.trusted-clients-wd-11{
  padding-top: 10px;
}
@media(max-width:767px){
  .trusted-by-innovation-parent-inner a:after{
    right: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .trusted-by-innovation-parent-inner .trusted-client-picture{
    max-width:none;
  }
  body .row-fluid .trusted-by-innovation-parent .four-col-adjust span>.hs_cos_wrapper:first-child:first-child {
    margin-top: 0px;
  }
  body .row-fluid .trusted-by-innovation-parent .four-col-adjust span>.hs_cos_wrapper{
    margin-top:30px;
  }
}


/*=====================================
* Download App Custom Module
======================================*/

/*======== Download App WD 2 =============*/

body .container-fluid .row-fluid .Download-App-WD-2 .center-heading {
  max-width: 100%;
  margin-bottom: 30px;
}
body .container-fluid .row-fluid .Download-App-WD-2 .center-heading h2{
  margin-bottom: 20px;
}
body .container-fluid .row-fluid .Download-App-WD-2 .bottom-content{
  margin:30px 0px 62px;
}
.row-cta.app-cta img {
  border-radius: 7px;
}

.row-cta.app-cta {
  display: flex;
  justify-content: space-between;
  max-width: 311px;
  margin: 0 auto;
}

@media (max-width: 1024px){

}
@media(max-width:767px){
  body .container-fluid .row-fluid .Download-App-WD-2 .image-section img{
    margin-top:-30px;
  }  
  .Download-App-WD-2{
    background-image: linear-gradient(180deg,#999999 75%, transparent 25%)!important;
  }
}
@media(max-width:424px){

}


/*=============== Download App WD 13 =========*/

.Download-App-WD-13 .outer-section{
  margin:0 auto;
}
.Download-App-WD-13 .section-heading p{
  max-width:85%
}
.Download-App-WD-13 .section-heading{
  margin-bottom:51px;
}
.Download-App-WD-13 .section-heading h2{
  margin-bottom:21px;
}
.Download-App-WD-13 .section-form{
  position: relative;
  max-width: 506px;
  margin: 0 auto;
}
.Download-App-WD-13 .bottom-content{
  padding: 21px 0;
}
.Download-App-WD-13 .row-fluid form .hs-button.primary{
  position: absolute;
  right: 0;
  top: -24px;
  padding: 14px 34px;
}
.Download-App-WD-13 .button{
  max-width: 329px;
  min-height: 53px;
  margin:0 auto;
}
.Download-App-WD-13 .button .transparent-cta{
  float:left;
}
.Download-App-WD-13 .button .cta-button{ 
  float:right;
}

@media (max-width: 425px){
  .Download-App-WD-13 .section-heading p{
    font-size: 16px;
  }
  .Download-App-WD-13 .button .transparent-cta{
    float:none;
    margin-top:20px;
  }
  .Download-App-WD-13 .button .cta-button{ 
    float:none;
  }
}

/*================================
* Content Custom module
=================================*/

/*=========Content WD 23 =============*/
.looking-for {
  max-width: 676px;
  width: 100%;
  margin: 0 auto;
}

.looking-for p {
  padding: 11px 0px 5px 0px;
  font-size: 20px;
}
body{
  height:100%;
}
.looking-for-card h4{
  text-transform:capitalize;
}
.looking-for-bg.section-bg:hover {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.looking-for-bg.section-bg {
  max-width: 74px;
  width: 100%;
  min-height: 74px;
  height: auto;
  margin: 0 auto 30px ;
  border-radius: 50%;
  -webkit-transition: -webkit-transform .8s ease-in-out;
  transition: transform .8s ease-in-out;
}
body .row-fluid-wrapper .row-fluid .looking-for-card-outer span>.hs_cos_wrapper:last-child{
  margin-right:0%;
}
.looking-for-card {
  border-radius: 8px;
  box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  border: solid 1px #cccccc;
  background-color: #ffffff;
  padding: 42px;
}
body .row-fluid-wrapper .row-fluid .looking-for-card-outer span>.hs_cos_wrapper{
  flex-basis: 17.1%;
  -webkit-flex-basis: 17.1%;
  margin-right: 3%;
  display: block;
  -ms-flex-preferred-size:9.9%;
  margin-bottom:35px;
}
.can-not-find {
  box-shadow: 0 2px 34px 0 rgba(0,0,0,0.12);
  border: solid 1px #c2c2c2;
  background-color: #fff;
  padding: 44px 85px 28px 60px;
  clear: both;


}

@media (min-width: 768px){
  .content-section-looking-for-outer .can-not-find  .span5 {
    position: relative;
    text-align: right;
  }
}
@media(max-width:940px){
  .looking-for-card{
    padding:20px;
  }
}
@media (max-width: 767px){
  .content-section-looking-for .can-not-find {
    text-align: center;
    padding: 40px;
    margin-top: 20px;
  }
  .looking-for-card-outer.four-col-adjust {
    overflow: auto;
  }
  .looking-for-card-outer.four-col-adjust {
    margin-bottom: 20px;
  }
  body .row-fluid-wrapper .row-fluid .looking-for-card-outer span>.hs_cos_wrapper{
    margin-bottom:0px;
  }
}

/*==============================
* Product Custom Module 
==============================*/
.product-one .left-col img,
.product-two .left-col img{
  max-width: 380px;
}

/*======Product wd 1=========*/
body .row-fluid .product-wd-1 .three-col-adjust span>.hs_cos_wrapper,
body .row-fluid .product-wd-1.product-wd-2 .two-col-adjust span>.hs_cos_wrapper{
  box-shadow: 2px 6px 8px rgba(0, 0, 0, 0.16); 
} 
.product-wd-1 .card {
  padding: 40px 25px 105px;
  min-height:250px;
}
body .row-fluid .product-wd-1 .product-img>img {
  max-width: 140px!important;
  margin:0 auto;
}
.product-price {
  margin-top: 27px;
}
.product-wd-1 .card-head h3 {
  margin-bottom: 0px;
}
.product-wd-1 .card-head p {
  opacity: 0.8;
  font-weight: 300;
}
.product-wd-1 .product-price h3 {
  font-size: 30px;
}


.product-wd-1 .product-price span:before {
  content: "";
  position: absolute;
  height: 3px;
  width: 100%;
  background: #FFC107;
  left: -71px;
  top: 11px;
  transform: rotate(-9deg);
}
.product-wd-1 .product-price span {
  position: relative;
  color: #FFC107;
  padding-left: 5px;
}
.product-wd-1 .product-img {
  margin: 30px 0px 40px;
}

.product-wd-1 .simple-cta {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}



/*==========Product wd 2 ============ */
.product-wd-1.product-wd-2 .product-img{
  margin:0px;
}
.product-wd-1.product-wd-2 .card .right-col {
  padding: 30px 0px 0px;
}
.product-wd-1.product-wd-2 .product-price{
  margin:27px 0px;
}
.product-wd-1.product-wd-2 .card {
  width: 100%;
}
.product-wd-1.product-wd-2 .simple-cta{
  position:static;
}

@media(min-width:768px){
  .product-wd-1.product-wd-2 .card {
    padding: 40px 0px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    justify-content: stretch;
  }
  .product-wd-1.product-wd-2 .card .left-col{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
  }
}


@media(max-width:767px){
  .product-wd-1.product-wd-2 .card {
    padding: 40px 25px 40px;
    width: auto;
  }
  .product-wd-1 .product-price h3 {
    font-size: 26px;
  }
}

@media(min-width:320px) and (max-width:480px){

}


/*==================================
*  Thank you Page
====================================*/


/*============= Thank You WD 1 ===========*/
.thank-you-wd-1 .inner-sec {
  box-shadow: 0 2px 34px 0 rgba(0,0,0,0.12);
  padding: 60px 40px;
}
.thank-you-wd-1 .inner-sec .simple-cta {
  margin-top: 25px;
}
.thank-you-wd-1 .left-col h3 {
  margin-bottom: 0px;
}

.thank-you-wd-1 .contact-detail{
  margin-top:30px;
}
.thank-you-wd-1 .contact-detail a{
  color: #000000 ;
}

@media(max-width:767px){
  .thank-you-wd-1 .left-col {
    margin-bottom: 40px;
  }
  .thank-you-wd-1 .left-col,
  .thank-you-wd-1 .right-col{
    text-align:center;
  }
}

.content-section-wd-8 .three-col-adjust .section-wd-8-card img {
  margin-bottom: 30px;
  max-width:80px;
}

.content-section-wd-8 .three-col-adjust .section-wd-8-card {
  margin-bottom: 50px;
}

.blog-rss-wd-14 .rec-post-item .card-body h3 a {
  color: #000;
}


/*===============================================
* Search page 
* ===================================*/
.search-wd1-pager ul.hs-search-results__listing li a{
  color: #177bf4;
}
@media(min-width:768px){
  .search-wd1-page .hs-search-results__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%;
  }


  .search-wd1-pager ul.hs-search-results__listing li {
    margin: 30px 0px 0px 0px;
    padding: 15px;
    margin-right: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-basis: 30.2%;
    -webkit-flex-basis: 30.2%;
    float: left;
    margin-right: 2.43%;
    margin-top: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    flex-direction: column;
    background: #F8FBFF;
    box-shadow: 0 2px 34px 0 rgba(0, 0, 0, 0.12);
  }
}



/*========================================
*  Pricing Custom Module
========================================*/

body .row-fluid .pricing-wd-001 .three-col-adjust span>.hs_cos_wrapper{
  transition:.3s ease-in-out;
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
  border-radius: 5px;
  background: #fff;
}
.pricing-wd-001 .hs_cos_wrapper:hover {
  transform: translateY(-15px);
}

.pricing-wd-001 .pricing-inner{
  padding: 10px 10px 170px 10px;
}

.pricing-wd-001 .pricing-head h3 {
  margin-bottom: 0;
  padding-bottom: 30px;
  border-radius: 0 0 50% 50%;
}
.pricing-wd-001 .pricing-head .icon {
  padding: 40px 20px 0;
  font-size: 42px;

}
.pricing-wd-001 .pricing-footer sup{
  font-size:25px;
  font-weight:700;
  color: #000000 ;
} 
.pricing-footer .amount {
  font-size: 45px;
  font-weight: 800;
  color: #000000 ;
}
.pricing-wd-001 .pricing-body {
  margin: 30px 30px 0;
}

.pricing-wd-001 .pricing-body ul li:before {
  content: "\f00c";
  position: absolute;
  left: -20px;
  font-family: 'fontawesome';
}
.pricing-wd-001 .pricing-body ul li {
  list-style: none;
  position: relative;
  padding: 5px 0px 5px 10px;
  opacity:0.8;
}

.pricing-wd-001 .pricing-footer {
  margin: 0 20px;
  margin: 0 20px;
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
}
.pricing-wd-001 .pricing-footer span.duration {
  position: relative;
  top: -9px;
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 5px;
  padding: 7px 10px;
}
.pricing-wd-001 .pricing-footer a {
  color: #000000 ;
  padding: 10px 20px;
  border-radius: 20px;
  display: block;
  color:#fff;
}
.pricing-wd-001 .pricing-footer .pricing-cta{
  margin-top:20px;
}
.pricing-wd-001 .pricing-footer .pricing-cta a {
  padding: 12px 20px;
  border-radius: 20px;
  display: block;
  color: #fff;
  text-transform:uppercase;
}

@media(min-width:768px) and (max-width:1024px){
  .pricing-wd-001 .pricing-body {
    margin: 30px 15px 0;
  }
  .pricing-wd-001 .pricing-footer .amount {
    font-size: 35px;
  }
}

@media(max-width:767px){
  .pricing-wd-001 .pricing-body {
    margin: 30px 20px 0;
  }
}


/*==========================================
*  Resource  Custom Module
==========================================*/
.resource-wd-001 .resource-cta a {
  padding: 12px 20px;
  color: #fff;
  display: block;
  text-align: center;
  text-transform:uppercase;
}
.resource-wd-001 .ebook-inner {
  padding: 43px 25px 83px;
}

body .row-fluid .resource-wd-001 .three-col-adjust span>.hs_cos_wrapper{
  border-radius: 4px;
  box-shadow: 0 2px 34px 0 rgba(0,0,0,0.12);
  background-color: #fff;
  transition: 0.3s all ease-in-out;
}
body .row-fluid .resource-wd-001 .three-col-adjust span>.hs_cos_wrapper:hover {
  transform: translateY(-15px);
}

.resource-wd-001 .resource-img {
  margin: 30px 0 20px;
}
.resource-wd-001 .resource-cta {
  position: absolute;
  bottom: 30px;
  left: 25px;
  right: 25px;
}


/*==============================
* Ribbon Style
===============================*/
.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background:  #177bf4;
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #1e5799;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #1e5799;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid  #177bf4;
  border-bottom: 3px solid transparent;
  border-top: 3px solid  #177bf4;
}


/*========== two col story cm with dark background ===========*/

.two-col-story a.cta_button{
  margin-top:25px;
}
.two-col-story .left-col{
  margin-bottom:20px;
}
.two-col-story .left-col p{
  max-width:450px;
}
.story-list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.two-col-story .story-box{
  padding:9% 4.5%;
  width: 37%;
  margin-bottom: 6.5%;
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.04);
  background: rgba(255, 255, 255, .1);
}

@media (min-width:768px){
  .story-list .story-box:nth-child(odd){
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
  }
}
@media (max-width:767px){
  .two-col-story .story-box{
    width:100%
  }
  .two-col-story .story-box:last-child{
    margin-bottom:0;
  }
  .two-col-story .story-list{
    margin-top:30px;
  }
  .two-col-story .left-text,.cta-box{
    text-align:center;
  }
  .two-col-story .left-col p{
    max-width:100%;
  }
}

/*=======================================
*  Event Custom Module
=======================================*/
body .row-fluid .event-wd-001 .simple-cta a.cta_button,
body .row-fluid .event-wd-001 .white-cta a.cta_button{
  padding: 12px 20px;
  font-size:12px;
}
.event-wd-001 .section-heading p{
  margin-left:0px;
}

.event-wd-001 .hs_cos_wrapper {
  box-shadow: 2px 1px 8px rgba(0, 0, 0, 0.38);
  transition:0.3s all ease-in-out;
}

.event-wd-001 .hs_cos_wrapper:hover .share-sec i {
  transform: translateX(5px);
}
body .row-fluid .event-wd-001 .event-inner .left-col{
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  min-height:300px;
}
.event-wd-001 .hs_cos_wrapper,
.event-wd-001 .overlay:before{
  border-radius:10px;
}
.event-wd-001 .overlay:before{
  background: rgba(0, 3, 14, 0.65);
}

.event-wd-001 .event-inner .left-col {
  padding: 10px;
}
.event-wd-001 .full-width-inner h3 {
  max-width: 420px;
}
.event-wd-001 .full-width-inner .event-desc p {
  max-width: 343px;
  margin: 0 0 22px;
}
.event-wd-001 .event-desc p{
  font-size:12px;
}
.event-wd-001 .event-location-price{
  list-style:none;
}
.event-wd-001 .event-location-price li{
  display:inline-block;
}

body .row-fluid .event-wd-001 .single-right {
  padding: 20px 20px 80px 0;
  min-height:300px;
}
.event-wd-001 ul.event-location-price li:first-child {
  margin-left: 0;
}

.event-wd-001 .event-inner .right-col.single-right {
  position: relative;
}
.event-wd-001 .full-width-inner{
  padding:20px 20px 80px;
}
.event-wd-001 .share-sec{
  position:absolute;
  left:20px;
  right:20px;
  bottom:20px;
}
.event-wd-001 .event-inner .share-sec{
  left:0px;
}

.event-wd-001 .share-sec{
  display:flex;
  justify-content:space-between;
  align-items: center;
  margin-top:20px;
}
.event-wd-001 .share-icon a {
  text-transform: uppercase;
  font-weight: 300;
}
.event-wd-001 .event-inner .share-icon a{
  color:#555361;
}
.event-wd-001 .share-icon a i{
  transition:0.3s all ease-in-out;
}
.event-wd-001 .share-icon span {
  font-size: 14px;
  padding-right: 13px;
}

.event-wd-001 .event-circular-date {
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.45);
  color: #fff;
  box-sizing: border-box;
  line-height: normal;
}
.event-wd-001 .event-circular-date div {
  max-width: 48px;
  margin: 0 auto;
  padding-top: 6px;
}
.event-wd-001 .full-width-inner .event-circular-date {
  position: absolute;
  right: 20px;
}
.event-wd-001 .full-width-inner-sec {
  padding: 20px;
}

@media(min-width:768px){
  .event-wd-001 .column.even .two-col-adjust span {
    flex-direction: row-reverse!important;
  }
}

@media(max-width:767px){
  .event-wd-001 .event-inner .right-col.single-right {
    padding: 20px 20px 80px;
  }
  body .row-fluid .event-wd-001 .event-inner .left-col{
    border-top-right-radius:10px;
    border-bottom-left-radius:0px;
  }
  .event-wd-001 .event-inner .share-sec {
    left: 20px;
  }
}

/*=====================================
*  Gallery Custom Module
* ==================================*/
.gallery-bg-image{
  min-height:375px;
  margin-bottom:4%;
  position:relative;
}
.gallery-bg-image .fancy-btn{
  position:absolute;
  left:0px;
  bottom:0;
  right:0;
  top:0;
}



@media(min-width:768px){
  .column-odd{
    width: 49%;
    float: left;
    margin-left:0px;
  }
  .column-even{
    width:49%;
    margin-left:2%;
    float:right;
  }


  .column-odd .gallery-bg-image,
  .column-even .gallery-bg-image{
    width: 48%;
    float: left;
    margin-left: 4%;
  }

  .column-even .gallery-bg-image:nth-child(2){
    margin-left: 0%;
  }


  .column-odd .gallery-bg-image:first-child{
    margin-left: 0;
  }
  .column-odd .gallery-bg-image:last-child,
  .column-even .gallery-bg-image:first-child{
    margin-left: 0;
    width: 100%;
  }
}




/*============================================
*  Login Page 
=============================================*/

/*============= Login wd 1 ===========*/
.wd-login-page1 .body-container-wrapper {
  background: #F8FBFF;
  height: 100vh;
  width: 100%;
}
.signin-wd-1{
  background:#fff;
}


/*===============================
*  Career Custom Module
================================*/

/*======= career wd 6 =============*/
.career-wd6 .left-col h4{
  margin:0;
  padding-bottom:6px;
  border-bottom:1px solid  #000000 ;
}
.career-wd6 .job-list{
  padding-top:50px;
}
.career-wd6 .job-list h3{
  margin-bottom:6px;
  font-size:35px;
}
.career-wd6 .left-link a{
  display:block;
  text-decoration:underline;
  font-size:13px;
  color: #000000 ;
  padding-top:15px;
  margin-bottom:4px;
}
.career-wd6 p.date-posted {
  color: #808080;
  font-size: 14px;
}
body .row-fluid .career-wd6 .job-list-cta a.cta_button,
body .row-fluid .career-wd6 .right-cta a.cta_button{
  padding: 14px 24px;
  font-size: 12px;
}
.career-wd6 .right-cta{
  margin-top:30px;
  margin-bottom:60px
}
.career-wd6 .right-link a{
  display:block;
  text-decoration:underline;
  color: #000000 ;
  padding-top:30px;
}
@media (max-width:767px){
  .career-wd6 .job-list h3{
    font-size:25px;
  }
  .career-wd6 .right-col{
    padding-top:60px;
  }
  .career-wd6 .job-list{
    padding-top:45px;
  }
  .career-wd6 .right-cta{
    margin-bottom:20px
  }
  .career-wd6 .right-link a{
    padding-top:15px;
  }
}


/*======================================
*  Single Service Custom Module 
* ===================================*/

/* ========= Right Service CM ==========*/
.service-section-v1 .menu-list ul li,
.service-section-v2 .menu-list ul li{
  display: block;
  width: 100%;
  margin-left: 0px;
}
.service-section-v1 .menu-list ul li a,
.service-section-v2 .menu-list ul li a {
  display: block;
  float: none;
  max-width: 100%;
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
}
.service-section-v1 .menu-list,
.service-section-v2 .menu-list{
  margin-bottom:30px;
}

.service-section-v1 .menu-list h3,
.service-section-v2 .menu-list h3{
  margin-bottom: 0px;
  background:  #177bf4;
  color: #fff;
  padding: 10px 20px;
}
.service-section-v1 .menu-list ul,
.service-section-v2 .menu-list ul{
  display:block;
}

.service-section-v1 .menu-list ul li:last-child a,
.service-section-v2 .menu-list ul li:last-child a{
  border-bottom: 0;
}
.service-section-v1 .menu-list ul li:hover a,
.service-section-v2 .menu-list ul li:hover a{
  background: #ddd;
}
.service-section-v2 .right-col {
  padding-left: 30px;
}

@media(max-width:767px){
  .service-section-v1 .left-col {
    margin-bottom:30px;
  }
  .service-section-v1 .image-cta,
  .service-section-v2 .image-cta{
    text-align: center;
    margin-top: 65px;
  }
  .service-section-v2 .right-col {
    padding-left: 0px;
  }
}

/*============= single-service-wd-01 =========*/
.single-service-wd-01 .service-container{
  padding: 50px 40px 30px;
  background: #fff;
  position: relative;
  top: -44px;
  border-radius: 6px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.2);
}

.single-service-wd-01 .service-heading {
  margin-bottom: 40px;
}



/*=============================================
* Coming Soon Custom Module
===============================================*/


/*===============Coming-soon-wd3 =====================*/
.coming-soon-wd3 .text-body{
  max-width:900px;
  padding:20px 0 40px;
}
.coming-soon-wd3 .event-count{
  margin:30px 0 0;
}
.coming-soon-wd3 .event-count li{
  display:inline-block;
  font-size:18px;
  margin:0;
}
.coming-soon-wd3 .event-count li:not(:first-child) {
  margin-left: 15px;
}
.coming-soon-wd3 .event-count span{
  font-size:62px;
  font-weight:700;
  margin-right:15px;
}
@media (max-width:1024px){
  .coming-soon-wd3 .event-count span{
    font-size:50px;
  }
}
@media (max-width:767px){
  .coming-soon-wd3 .event-count span{
    font-size:36px;
    margin-right:8px;
  }
  .coming-soon-wd3 .event-count li{
    font-size:16px;
  }
  .coming-soon-wd3 .event-count li:not(:first-child) {
    margin-left: 8px;
  }
  .coming-soon-wd3 .event-count {
    margin: 20px 0 0;
  }
  .coming-soon-wd3 .text-body{
    padding:20px 0 20px;
  }
  
  .right-column-form{
    padding-top:50px;
  }
}
@media (max-width:550px){
  .coming-soon-wd3 .event-count span{
    font-size:24px;
  }
}